mobigrid-module 1.1.25-beta.5 → 1.1.25-beta.6
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.cjs +6 -6
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -49,5 +49,5 @@ function Wd(t,r){return t?function(e){return"function"==typeof e&&(()=>{const t=
|
|
49
49
|
object-assign
|
50
50
|
(c) Sindre Sorhus
|
51
51
|
@license MIT
|
52
|
-
*/function yg(){if(tg)return eg;tg=1;var e=Object.getOwnPropertySymbols,t=Object.prototype.hasOwnProperty,r=Object.prototype.propertyIsEnumerable;return eg=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},r=0;r<10;r++)t["_"+String.fromCharCode(r)]=r;if("0123456789"!==Object.getOwnPropertyNames(t).map((function(e){return t[e]})).join(""))return!1;var n={};return"abcdefghijklmnopqrst".split("").forEach((function(e){n[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},n)).join("")}catch(e){return!1}}()?Object.assign:function(n,o){for(var i,a,l=function(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}(n),s=1;s<arguments.length;s++){for(var c in i=Object(arguments[s]))t.call(i,c)&&(l[c]=i[c]);if(e){a=e(i);for(var u=0;u<a.length;u++)r.call(i,a[u])&&(l[a[u]]=i[a[u]])}}return l},eg}function hg(){if(ng)return rg;ng=1;return rg="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"}function vg(){return ig?og:(ig=1,og=Function.call.bind(Object.prototype.hasOwnProperty))}function mg(){if(lg)return ag;lg=1;var e=function(){};if("production"!==lt.env.NODE_ENV){var t=hg(),r={},n=vg();e=function(e){var t="Warning: "+e;"undefined"!=typeof console&&console.error(t);try{throw new Error(t)}catch(e){}}}function o(o,i,a,l,s){if("production"!==lt.env.NODE_ENV)for(var c in o)if(n(o,c)){var u;try{if("function"!=typeof o[c]){var p=Error((l||"React class")+": "+a+" type `"+c+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof o[c]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw p.name="Invariant Violation",p}u=o[c](i,c,l,a,null,t)}catch(e){u=e}if(!u||u instanceof Error||e((l||"React class")+": type specification of "+a+" `"+c+"` is invalid; the type checker function must return `null` or an `Error` but returned a "+typeof u+". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."),u instanceof Error&&!(u.message in r)){r[u.message]=!0;var f=s?s():"";e("Failed "+a+" type: "+u.message+(null!=f?f:""))}}}return o.resetWarningCache=function(){"production"!==lt.env.NODE_ENV&&(r={})},ag=o}function bg(){if(cg)return sg;cg=1;var e=gg(),t=yg(),r=hg(),n=vg(),o=mg(),i=function(){};function a(){return null}return"production"!==lt.env.NODE_ENV&&(i=function(e){var t="Warning: "+e;"undefined"!=typeof console&&console.error(t);try{throw new Error(t)}catch(e){}}),sg=function(l,s){var c="function"==typeof Symbol&&Symbol.iterator;var u="<<anonymous>>",p={array:y("array"),bigint:y("bigint"),bool:y("boolean"),func:y("function"),number:y("number"),object:y("object"),string:y("string"),symbol:y("symbol"),any:g(a),arrayOf:function(e){return g((function(t,n,o,i,a){if("function"!=typeof e)return new d("Property `"+a+"` of component `"+o+"` has invalid PropType notation inside arrayOf.");var l=t[n];if(!Array.isArray(l))return new d("Invalid "+i+" `"+a+"` of type `"+m(l)+"` supplied to `"+o+"`, expected an array.");for(var s=0;s<l.length;s++){var c=e(l,s,o,i,a+"["+s+"]",r);if(c instanceof Error)return c}return null}))},element:g((function(e,t,r,n,o){var i=e[t];return l(i)?null:new d("Invalid "+n+" `"+o+"` of type `"+m(i)+"` supplied to `"+r+"`, expected a single ReactElement.")})),elementType:g((function(t,r,n,o,i){var a=t[r];return e.isValidElementType(a)?null:new d("Invalid "+o+" `"+i+"` of type `"+m(a)+"` supplied to `"+n+"`, expected a single ReactElement type.")})),instanceOf:function(e){return g((function(t,r,n,o,i){if(!(t[r]instanceof e)){var a=e.name||u;return new d("Invalid "+o+" `"+i+"` of type `"+(((l=t[r]).constructor&&l.constructor.name?l.constructor.name:u)+"` supplied to `")+n+"`, expected instance of `"+a+"`.")}var l;return null}))},node:g((function(e,t,r,n,o){return v(e[t])?null:new d("Invalid "+n+" `"+o+"` supplied to `"+r+"`, expected a ReactNode.")})),objectOf:function(e){return g((function(t,o,i,a,l){if("function"!=typeof e)return new d("Property `"+l+"` of component `"+i+"` has invalid PropType notation inside objectOf.");var s=t[o],c=m(s);if("object"!==c)return new d("Invalid "+a+" `"+l+"` of type `"+c+"` supplied to `"+i+"`, expected an object.");for(var u in s)if(n(s,u)){var p=e(s,u,i,a,l+"."+u,r);if(p instanceof Error)return p}return null}))},oneOf:function(e){if(!Array.isArray(e))return"production"!==lt.env.NODE_ENV&&i(arguments.length>1?"Invalid arguments supplied to oneOf, expected an array, got "+arguments.length+" arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z]).":"Invalid argument supplied to oneOf, expected an array."),a;return g((function(t,r,n,o,i){for(var a=t[r],l=0;l<e.length;l++)if(f(a,e[l]))return null;var s=JSON.stringify(e,(function(e,t){return"symbol"===b(t)?String(t):t}));return new d("Invalid "+o+" `"+i+"` of value `"+String(a)+"` supplied to `"+n+"`, expected one of "+s+".")}))},oneOfType:function(e){if(!Array.isArray(e))return"production"!==lt.env.NODE_ENV&&i("Invalid argument supplied to oneOfType, expected an instance of array."),a;for(var t=0;t<e.length;t++){var o=e[t];if("function"!=typeof o)return i("Invalid argument supplied to oneOfType. Expected an array of check functions, but received "+w(o)+" at index "+t+"."),a}return g((function(t,o,i,a,l){for(var s=[],c=0;c<e.length;c++){var u=(0,e[c])(t,o,i,a,l,r);if(null==u)return null;u.data&&n(u.data,"expectedType")&&s.push(u.data.expectedType)}return new d("Invalid "+a+" `"+l+"` supplied to `"+i+"`"+(s.length>0?", expected one of type ["+s.join(", ")+"]":"")+".")}))},shape:function(e){return g((function(t,n,o,i,a){var l=t[n],s=m(l);if("object"!==s)return new d("Invalid "+i+" `"+a+"` of type `"+s+"` supplied to `"+o+"`, expected `object`.");for(var c in e){var u=e[c];if("function"!=typeof u)return h(o,i,a,c,b(u));var p=u(l,c,o,i,a+"."+c,r);if(p)return p}return null}))},exact:function(e){return g((function(o,i,a,l,s){var c=o[i],u=m(c);if("object"!==u)return new d("Invalid "+l+" `"+s+"` of type `"+u+"` supplied to `"+a+"`, expected `object`.");var p=t({},o[i],e);for(var f in p){var g=e[f];if(n(e,f)&&"function"!=typeof g)return h(a,l,s,f,b(g));if(!g)return new d("Invalid "+l+" `"+s+"` key `"+f+"` supplied to `"+a+"`.\nBad object: "+JSON.stringify(o[i],null," ")+"\nValid keys: "+JSON.stringify(Object.keys(e),null," "));var y=g(c,f,a,l,s+"."+f,r);if(y)return y}return null}))}};function f(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t}function d(e,t){this.message=e,this.data=t&&"object"==typeof t?t:{},this.stack=""}function g(e){if("production"!==lt.env.NODE_ENV)var t={},n=0;function o(o,a,l,c,p,f,g){if(c=c||u,f=f||l,g!==r){if(s){var y=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 y.name="Invariant Violation",y}if("production"!==lt.env.NODE_ENV&&"undefined"!=typeof console){var h=c+":"+l;!t[h]&&n<3&&(i("You are manually calling a React.PropTypes validation function for the `"+f+"` prop on `"+c+"`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."),t[h]=!0,n++)}}return null==a[l]?o?null===a[l]?new d("The "+p+" `"+f+"` is marked as required in `"+c+"`, but its value is `null`."):new d("The "+p+" `"+f+"` is marked as required in `"+c+"`, but its value is `undefined`."):null:e(a,l,c,p,f)}var a=o.bind(null,!1);return a.isRequired=o.bind(null,!0),a}function y(e){return g((function(t,r,n,o,i,a){var l=t[r];return m(l)!==e?new d("Invalid "+o+" `"+i+"` of type `"+b(l)+"` supplied to `"+n+"`, expected `"+e+"`.",{expectedType:e}):null}))}function h(e,t,r,n,o){return new d((e||"React class")+": "+t+" type `"+r+"."+n+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+o+"`.")}function v(e){switch(typeof e){case"number":case"string":case"undefined":return!0;case"boolean":return!e;case"object":if(Array.isArray(e))return e.every(v);if(null===e||l(e))return!0;var t=function(e){var t=e&&(c&&e[c]||e["@@iterator"]);if("function"==typeof t)return t}(e);if(!t)return!1;var r,n=t.call(e);if(t!==e.entries){for(;!(r=n.next()).done;)if(!v(r.value))return!1}else for(;!(r=n.next()).done;){var o=r.value;if(o&&!v(o[1]))return!1}return!0;default:return!1}}function m(e){var t=typeof e;return Array.isArray(e)?"array":e instanceof RegExp?"object":function(e,t){return"symbol"===e||!!t&&("Symbol"===t["@@toStringTag"]||"function"==typeof Symbol&&t instanceof Symbol)}(t,e)?"symbol":t}function b(e){if(null==e)return""+e;var t=m(e);if("object"===t){if(e instanceof Date)return"date";if(e instanceof RegExp)return"regexp"}return t}function w(e){var t=b(e);switch(t){case"array":case"object":return"an "+t;case"boolean":case"date":case"regexp":return"a "+t;default:return t}}return d.prototype=Error.prototype,p.checkPropTypes=o,p.resetWarningCache=o.resetWarningCache,p.PropTypes=p,p},sg}function wg(){if(pg)return ug;pg=1;var e=hg();function t(){}function r(){}return r.resetWarningCache=t,ug=function(){function n(t,r,n,o,i,a){if(a!==e){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 o(){return n}n.isRequired=n;var i={array:n,bigint:n,bool:n,func:n,number:n,object:n,string:n,symbol:n,any:n,arrayOf:o,element:n,elementType:n,instanceOf:o,node:n,objectOf:o,oneOf:o,oneOfType:o,shape:o,exact:o,checkPropTypes:r,resetWarningCache:t};return i.PropTypes=i,i}}function Og(){if(fg)return Xd.exports;if(fg=1,"production"!==lt.env.NODE_ENV){var e=gg();Xd.exports=bg()(e.isElement,true)}else Xd.exports=wg()();return Xd.exports}var xg=Ii(Og());function jg(){return jg=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},jg.apply(this,arguments)}function kg(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}var Eg=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=kg(e,["color","size"]);return t.createElement("svg",jg({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"22 12 18 12 15 21 9 3 6 12 2 12"}))}));function Sg(){return Sg=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Sg.apply(this,arguments)}function Pg(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Eg.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Eg.displayName="Activity";var Cg=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Pg(e,["color","size"]);return t.createElement("svg",Sg({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M5 17H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-1"}),t.createElement("polygon",{points:"12 15 17 21 7 21 12 15"}))}));function zg(){return zg=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},zg.apply(this,arguments)}function Tg(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Cg.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Cg.displayName="Airplay";var Lg=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Tg(e,["color","size"]);return t.createElement("svg",zg({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("line",{x1:"12",y1:"8",x2:"12",y2:"12"}),t.createElement("line",{x1:"12",y1:"16",x2:"12.01",y2:"16"}))}));function Ng(){return Ng=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ng.apply(this,arguments)}function Rg(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Lg.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Lg.displayName="AlertCircle";var Mg=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Rg(e,["color","size"]);return t.createElement("svg",Ng({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polygon",{points:"7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2"}),t.createElement("line",{x1:"12",y1:"8",x2:"12",y2:"12"}),t.createElement("line",{x1:"12",y1:"16",x2:"12.01",y2:"16"}))}));function Ig(){return Ig=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ig.apply(this,arguments)}function Ag(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Mg.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Mg.displayName="AlertOctagon";var _g=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ag(e,["color","size"]);return t.createElement("svg",Ig({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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"}),t.createElement("line",{x1:"12",y1:"9",x2:"12",y2:"13"}),t.createElement("line",{x1:"12",y1:"17",x2:"12.01",y2:"17"}))}));function Dg(){return Dg=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Dg.apply(this,arguments)}function Bg(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}_g.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},_g.displayName="AlertTriangle";var Fg=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Bg(e,["color","size"]);return t.createElement("svg",Dg({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"18",y1:"10",x2:"6",y2:"10"}),t.createElement("line",{x1:"21",y1:"6",x2:"3",y2:"6"}),t.createElement("line",{x1:"21",y1:"14",x2:"3",y2:"14"}),t.createElement("line",{x1:"18",y1:"18",x2:"6",y2:"18"}))}));function Wg(){return Wg=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Wg.apply(this,arguments)}function Vg(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Fg.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Fg.displayName="AlignCenter";var Hg=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Vg(e,["color","size"]);return t.createElement("svg",Wg({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"21",y1:"10",x2:"3",y2:"10"}),t.createElement("line",{x1:"21",y1:"6",x2:"3",y2:"6"}),t.createElement("line",{x1:"21",y1:"14",x2:"3",y2:"14"}),t.createElement("line",{x1:"21",y1:"18",x2:"3",y2:"18"}))}));function Ug(){return Ug=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ug.apply(this,arguments)}function Gg(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Hg.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Hg.displayName="AlignJustify";var $g=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Gg(e,["color","size"]);return t.createElement("svg",Ug({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"17",y1:"10",x2:"3",y2:"10"}),t.createElement("line",{x1:"21",y1:"6",x2:"3",y2:"6"}),t.createElement("line",{x1:"21",y1:"14",x2:"3",y2:"14"}),t.createElement("line",{x1:"17",y1:"18",x2:"3",y2:"18"}))}));function Yg(){return Yg=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Yg.apply(this,arguments)}function qg(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}$g.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},$g.displayName="AlignLeft";var Xg=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=qg(e,["color","size"]);return t.createElement("svg",Yg({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"21",y1:"10",x2:"7",y2:"10"}),t.createElement("line",{x1:"21",y1:"6",x2:"3",y2:"6"}),t.createElement("line",{x1:"21",y1:"14",x2:"3",y2:"14"}),t.createElement("line",{x1:"21",y1:"18",x2:"7",y2:"18"}))}));function Kg(){return Kg=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Kg.apply(this,arguments)}function Jg(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Xg.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Xg.displayName="AlignRight";var Zg=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Jg(e,["color","size"]);return t.createElement("svg",Kg({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"5",r:"3"}),t.createElement("line",{x1:"12",y1:"22",x2:"12",y2:"8"}),t.createElement("path",{d:"M5 12H2a10 10 0 0 0 20 0h-3"}))}));function Qg(){return Qg=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Qg.apply(this,arguments)}function ey(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Zg.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Zg.displayName="Anchor";var ty=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=ey(e,["color","size"]);return t.createElement("svg",Qg({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("line",{x1:"14.31",y1:"8",x2:"20.05",y2:"17.94"}),t.createElement("line",{x1:"9.69",y1:"8",x2:"21.17",y2:"8"}),t.createElement("line",{x1:"7.38",y1:"12",x2:"13.12",y2:"2.06"}),t.createElement("line",{x1:"9.69",y1:"16",x2:"3.95",y2:"6.06"}),t.createElement("line",{x1:"14.31",y1:"16",x2:"2.83",y2:"16"}),t.createElement("line",{x1:"16.62",y1:"12",x2:"10.88",y2:"21.94"}))}));function ry(){return ry=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ry.apply(this,arguments)}function ny(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}ty.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},ty.displayName="Aperture";var oy=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=ny(e,["color","size"]);return t.createElement("svg",ry({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"21 8 21 21 3 21 3 8"}),t.createElement("rect",{x:"1",y:"3",width:"22",height:"5"}),t.createElement("line",{x1:"10",y1:"12",x2:"14",y2:"12"}))}));function iy(){return iy=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},iy.apply(this,arguments)}function ay(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}oy.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},oy.displayName="Archive";var ly=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=ay(e,["color","size"]);return t.createElement("svg",iy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("polyline",{points:"8 12 12 16 16 12"}),t.createElement("line",{x1:"12",y1:"8",x2:"12",y2:"16"}))}));function sy(){return sy=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},sy.apply(this,arguments)}function cy(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}ly.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},ly.displayName="ArrowDownCircle";var uy=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=cy(e,["color","size"]);return t.createElement("svg",sy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"17",y1:"7",x2:"7",y2:"17"}),t.createElement("polyline",{points:"17 17 7 17 7 7"}))}));function py(){return py=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},py.apply(this,arguments)}function fy(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}uy.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},uy.displayName="ArrowDownLeft";var dy=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=fy(e,["color","size"]);return t.createElement("svg",py({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"7",y1:"7",x2:"17",y2:"17"}),t.createElement("polyline",{points:"17 7 17 17 7 17"}))}));function gy(){return gy=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},gy.apply(this,arguments)}function yy(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}dy.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},dy.displayName="ArrowDownRight";var hy=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=yy(e,["color","size"]);return t.createElement("svg",gy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"12",y1:"5",x2:"12",y2:"19"}),t.createElement("polyline",{points:"19 12 12 19 5 12"}))}));function vy(){return vy=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},vy.apply(this,arguments)}function my(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}hy.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},hy.displayName="ArrowDown";var by=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=my(e,["color","size"]);return t.createElement("svg",vy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("polyline",{points:"12 8 8 12 12 16"}),t.createElement("line",{x1:"16",y1:"12",x2:"8",y2:"12"}))}));function wy(){return wy=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},wy.apply(this,arguments)}function Oy(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}by.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},by.displayName="ArrowLeftCircle";var xy=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Oy(e,["color","size"]);return t.createElement("svg",wy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"19",y1:"12",x2:"5",y2:"12"}),t.createElement("polyline",{points:"12 19 5 12 12 5"}))}));function jy(){return jy=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},jy.apply(this,arguments)}function ky(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}xy.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},xy.displayName="ArrowLeft";var Ey=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=ky(e,["color","size"]);return t.createElement("svg",jy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("polyline",{points:"12 16 16 12 12 8"}),t.createElement("line",{x1:"8",y1:"12",x2:"16",y2:"12"}))}));function Sy(){return Sy=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Sy.apply(this,arguments)}function Py(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Ey.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Ey.displayName="ArrowRightCircle";var Cy=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Py(e,["color","size"]);return t.createElement("svg",Sy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"5",y1:"12",x2:"19",y2:"12"}),t.createElement("polyline",{points:"12 5 19 12 12 19"}))}));function zy(){return zy=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},zy.apply(this,arguments)}function Ty(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Cy.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Cy.displayName="ArrowRight";var Ly=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ty(e,["color","size"]);return t.createElement("svg",zy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("polyline",{points:"16 12 12 8 8 12"}),t.createElement("line",{x1:"12",y1:"16",x2:"12",y2:"8"}))}));function Ny(){return Ny=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ny.apply(this,arguments)}function Ry(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Ly.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Ly.displayName="ArrowUpCircle";var My=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ry(e,["color","size"]);return t.createElement("svg",Ny({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"17",y1:"17",x2:"7",y2:"7"}),t.createElement("polyline",{points:"7 17 7 7 17 7"}))}));function Iy(){return Iy=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Iy.apply(this,arguments)}function Ay(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}My.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},My.displayName="ArrowUpLeft";var _y=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ay(e,["color","size"]);return t.createElement("svg",Iy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"7",y1:"17",x2:"17",y2:"7"}),t.createElement("polyline",{points:"7 7 17 7 17 17"}))}));function Dy(){return Dy=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Dy.apply(this,arguments)}function By(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}_y.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},_y.displayName="ArrowUpRight";var Fy=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=By(e,["color","size"]);return t.createElement("svg",Dy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"12",y1:"19",x2:"12",y2:"5"}),t.createElement("polyline",{points:"5 12 12 5 19 12"}))}));function Wy(){return Wy=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Wy.apply(this,arguments)}function Vy(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Fy.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Fy.displayName="ArrowUp";var Hy=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Vy(e,["color","size"]);return t.createElement("svg",Wy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"4"}),t.createElement("path",{d:"M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-3.92 7.94"}))}));function Uy(){return Uy=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Uy.apply(this,arguments)}function Gy(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Hy.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Hy.displayName="AtSign";var $y=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Gy(e,["color","size"]);return t.createElement("svg",Uy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"8",r:"7"}),t.createElement("polyline",{points:"8.21 13.89 7 23 12 20 17 23 15.79 13.88"}))}));function Yy(){return Yy=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Yy.apply(this,arguments)}function qy(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}$y.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},$y.displayName="Award";var Xy=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=qy(e,["color","size"]);return t.createElement("svg",Yy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"18",y1:"20",x2:"18",y2:"10"}),t.createElement("line",{x1:"12",y1:"20",x2:"12",y2:"4"}),t.createElement("line",{x1:"6",y1:"20",x2:"6",y2:"14"}))}));function Ky(){return Ky=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ky.apply(this,arguments)}function Jy(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Xy.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Xy.displayName="BarChart2";var Zy=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Jy(e,["color","size"]);return t.createElement("svg",Ky({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"12",y1:"20",x2:"12",y2:"10"}),t.createElement("line",{x1:"18",y1:"20",x2:"18",y2:"4"}),t.createElement("line",{x1:"6",y1:"20",x2:"6",y2:"16"}))}));function Qy(){return Qy=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Qy.apply(this,arguments)}function eh(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Zy.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Zy.displayName="BarChart";var th=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=eh(e,["color","size"]);return t.createElement("svg",Qy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M5 18H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3.19M15 6h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-3.19"}),t.createElement("line",{x1:"23",y1:"13",x2:"23",y2:"11"}),t.createElement("polyline",{points:"11 6 7 12 13 12 9 18"}))}));function rh(){return rh=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},rh.apply(this,arguments)}function nh(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}th.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},th.displayName="BatteryCharging";var oh=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=nh(e,["color","size"]);return t.createElement("svg",rh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"1",y:"6",width:"18",height:"12",rx:"2",ry:"2"}),t.createElement("line",{x1:"23",y1:"13",x2:"23",y2:"11"}))}));function ih(){return ih=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ih.apply(this,arguments)}function ah(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}oh.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},oh.displayName="Battery";var lh=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=ah(e,["color","size"]);return t.createElement("svg",ih({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M13.73 21a2 2 0 0 1-3.46 0"}),t.createElement("path",{d:"M18.63 13A17.89 17.89 0 0 1 18 8"}),t.createElement("path",{d:"M6.26 6.26A5.86 5.86 0 0 0 6 8c0 7-3 9-3 9h14"}),t.createElement("path",{d:"M18 8a6 6 0 0 0-9.33-5"}),t.createElement("line",{x1:"1",y1:"1",x2:"23",y2:"23"}))}));function sh(){return sh=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},sh.apply(this,arguments)}function ch(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}lh.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},lh.displayName="BellOff";var uh=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=ch(e,["color","size"]);return t.createElement("svg",sh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9"}),t.createElement("path",{d:"M13.73 21a2 2 0 0 1-3.46 0"}))}));function ph(){return ph=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ph.apply(this,arguments)}function fh(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}uh.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},uh.displayName="Bell";var dh=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=fh(e,["color","size"]);return t.createElement("svg",ph({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"6.5 6.5 17.5 17.5 12 23 12 1 17.5 6.5 6.5 17.5"}))}));function gh(){return gh=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},gh.apply(this,arguments)}function yh(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}dh.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},dh.displayName="Bluetooth";var hh=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=yh(e,["color","size"]);return t.createElement("svg",gh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M6 4h8a4 4 0 0 1 4 4 4 4 0 0 1-4 4H6z"}),t.createElement("path",{d:"M6 12h9a4 4 0 0 1 4 4 4 4 0 0 1-4 4H6z"}))}));function vh(){return vh=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},vh.apply(this,arguments)}function mh(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}hh.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},hh.displayName="Bold";var bh=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=mh(e,["color","size"]);return t.createElement("svg",vh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z"}),t.createElement("path",{d:"M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z"}))}));function wh(){return wh=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},wh.apply(this,arguments)}function Oh(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}bh.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},bh.displayName="BookOpen";var xh=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Oh(e,["color","size"]);return t.createElement("svg",wh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M4 19.5A2.5 2.5 0 0 1 6.5 17H20"}),t.createElement("path",{d:"M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z"}))}));function jh(){return jh=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},jh.apply(this,arguments)}function kh(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}xh.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},xh.displayName="Book";var Eh=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=kh(e,["color","size"]);return t.createElement("svg",jh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M19 21l-7-5-7 5V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z"}))}));function Sh(){return Sh=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Sh.apply(this,arguments)}function Ph(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Eh.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Eh.displayName="Bookmark";var Ch=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ph(e,["color","size"]);return t.createElement("svg",Sh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"}),t.createElement("polyline",{points:"3.27 6.96 12 12.01 20.73 6.96"}),t.createElement("line",{x1:"12",y1:"22.08",x2:"12",y2:"12"}))}));function zh(){return zh=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},zh.apply(this,arguments)}function Th(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Ch.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Ch.displayName="Box";var Lh=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Th(e,["color","size"]);return t.createElement("svg",zh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"2",y:"7",width:"20",height:"14",rx:"2",ry:"2"}),t.createElement("path",{d:"M16 21V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16"}))}));function Nh(){return Nh=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Nh.apply(this,arguments)}function Rh(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Lh.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Lh.displayName="Briefcase";var Mh=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Rh(e,["color","size"]);return t.createElement("svg",Nh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"3",y:"4",width:"18",height:"18",rx:"2",ry:"2"}),t.createElement("line",{x1:"16",y1:"2",x2:"16",y2:"6"}),t.createElement("line",{x1:"8",y1:"2",x2:"8",y2:"6"}),t.createElement("line",{x1:"3",y1:"10",x2:"21",y2:"10"}))}));function Ih(){return Ih=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ih.apply(this,arguments)}function Ah(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Mh.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Mh.displayName="Calendar";var _h=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ah(e,["color","size"]);return t.createElement("svg",Ih({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"1",y1:"1",x2:"23",y2:"23"}),t.createElement("path",{d:"M21 21H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3m3-3h6l2 3h4a2 2 0 0 1 2 2v9.34m-7.72-2.06a4 4 0 1 1-5.56-5.56"}))}));function Dh(){return Dh=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Dh.apply(this,arguments)}function Bh(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}_h.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},_h.displayName="CameraOff";var Fh=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Bh(e,["color","size"]);return t.createElement("svg",Dh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z"}),t.createElement("circle",{cx:"12",cy:"13",r:"4"}))}));function Wh(){return Wh=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Wh.apply(this,arguments)}function Vh(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Fh.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Fh.displayName="Camera";var Hh=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Vh(e,["color","size"]);return t.createElement("svg",Wh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M2 16.1A5 5 0 0 1 5.9 20M2 12.05A9 9 0 0 1 9.95 20M2 8V6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-6"}),t.createElement("line",{x1:"2",y1:"20",x2:"2.01",y2:"20"}))}));function Uh(){return Uh=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Uh.apply(this,arguments)}function Gh(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Hh.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Hh.displayName="Cast";var $h=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Gh(e,["color","size"]);return t.createElement("svg",Uh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M22 11.08V12a10 10 0 1 1-5.93-9.14"}),t.createElement("polyline",{points:"22 4 12 14.01 9 11.01"}))}));function Yh(){return Yh=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Yh.apply(this,arguments)}function qh(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}$h.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},$h.displayName="CheckCircle";var Xh=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=qh(e,["color","size"]);return t.createElement("svg",Yh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"9 11 12 14 22 4"}),t.createElement("path",{d:"M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11"}))}));function Kh(){return Kh=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Kh.apply(this,arguments)}function Jh(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Xh.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Xh.displayName="CheckSquare";var Zh=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Jh(e,["color","size"]);return t.createElement("svg",Kh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"20 6 9 17 4 12"}))}));function Qh(){return Qh=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Qh.apply(this,arguments)}function ev(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Zh.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Zh.displayName="Check";var tv=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=ev(e,["color","size"]);return t.createElement("svg",Qh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"6 9 12 15 18 9"}))}));function rv(){return rv=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},rv.apply(this,arguments)}function nv(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}tv.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},tv.displayName="ChevronDown";var ov=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=nv(e,["color","size"]);return t.createElement("svg",rv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"15 18 9 12 15 6"}))}));function iv(){return iv=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},iv.apply(this,arguments)}function av(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}ov.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},ov.displayName="ChevronLeft";var lv=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=av(e,["color","size"]);return t.createElement("svg",iv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"9 18 15 12 9 6"}))}));function sv(){return sv=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},sv.apply(this,arguments)}function cv(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}lv.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},lv.displayName="ChevronRight";var uv=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=cv(e,["color","size"]);return t.createElement("svg",sv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"18 15 12 9 6 15"}))}));function pv(){return pv=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},pv.apply(this,arguments)}function fv(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}uv.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},uv.displayName="ChevronUp";var dv=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=fv(e,["color","size"]);return t.createElement("svg",pv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"7 13 12 18 17 13"}),t.createElement("polyline",{points:"7 6 12 11 17 6"}))}));function gv(){return gv=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},gv.apply(this,arguments)}function yv(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}dv.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},dv.displayName="ChevronsDown";var hv=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=yv(e,["color","size"]);return t.createElement("svg",gv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"11 17 6 12 11 7"}),t.createElement("polyline",{points:"18 17 13 12 18 7"}))}));function vv(){return vv=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},vv.apply(this,arguments)}function mv(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}hv.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},hv.displayName="ChevronsLeft";var bv=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=mv(e,["color","size"]);return t.createElement("svg",vv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"13 17 18 12 13 7"}),t.createElement("polyline",{points:"6 17 11 12 6 7"}))}));function wv(){return wv=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},wv.apply(this,arguments)}function Ov(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}bv.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},bv.displayName="ChevronsRight";var xv=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ov(e,["color","size"]);return t.createElement("svg",wv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"17 11 12 6 7 11"}),t.createElement("polyline",{points:"17 18 12 13 7 18"}))}));function jv(){return jv=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},jv.apply(this,arguments)}function kv(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}xv.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},xv.displayName="ChevronsUp";var Ev=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=kv(e,["color","size"]);return t.createElement("svg",jv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("circle",{cx:"12",cy:"12",r:"4"}),t.createElement("line",{x1:"21.17",y1:"8",x2:"12",y2:"8"}),t.createElement("line",{x1:"3.95",y1:"6.06",x2:"8.54",y2:"14"}),t.createElement("line",{x1:"10.88",y1:"21.94",x2:"15.46",y2:"14"}))}));function Sv(){return Sv=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Sv.apply(this,arguments)}function Pv(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Ev.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Ev.displayName="Chrome";var Cv=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Pv(e,["color","size"]);return t.createElement("svg",Sv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}))}));function zv(){return zv=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},zv.apply(this,arguments)}function Tv(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Cv.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Cv.displayName="Circle";var Lv=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Tv(e,["color","size"]);return t.createElement("svg",zv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"}),t.createElement("rect",{x:"8",y:"2",width:"8",height:"4",rx:"1",ry:"1"}))}));function Nv(){return Nv=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Nv.apply(this,arguments)}function Rv(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Lv.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Lv.displayName="Clipboard";var Mv=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Rv(e,["color","size"]);return t.createElement("svg",Nv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("polyline",{points:"12 6 12 12 16 14"}))}));function Iv(){return Iv=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Iv.apply(this,arguments)}function Av(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Mv.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Mv.displayName="Clock";var _v=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Av(e,["color","size"]);return t.createElement("svg",Iv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"8",y1:"19",x2:"8",y2:"21"}),t.createElement("line",{x1:"8",y1:"13",x2:"8",y2:"15"}),t.createElement("line",{x1:"16",y1:"19",x2:"16",y2:"21"}),t.createElement("line",{x1:"16",y1:"13",x2:"16",y2:"15"}),t.createElement("line",{x1:"12",y1:"21",x2:"12",y2:"23"}),t.createElement("line",{x1:"12",y1:"15",x2:"12",y2:"17"}),t.createElement("path",{d:"M20 16.58A5 5 0 0 0 18 7h-1.26A8 8 0 1 0 4 15.25"}))}));function Dv(){return Dv=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Dv.apply(this,arguments)}function Bv(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}_v.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},_v.displayName="CloudDrizzle";var Fv=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Bv(e,["color","size"]);return t.createElement("svg",Dv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M19 16.9A5 5 0 0 0 18 7h-1.26a8 8 0 1 0-11.62 9"}),t.createElement("polyline",{points:"13 11 9 17 15 17 11 23"}))}));function Wv(){return Wv=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Wv.apply(this,arguments)}function Vv(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Fv.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Fv.displayName="CloudLightning";var Hv=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Vv(e,["color","size"]);return t.createElement("svg",Wv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M22.61 16.95A5 5 0 0 0 18 10h-1.26a8 8 0 0 0-7.05-6M5 5a8 8 0 0 0 4 15h9a5 5 0 0 0 1.7-.3"}),t.createElement("line",{x1:"1",y1:"1",x2:"23",y2:"23"}))}));function Uv(){return Uv=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Uv.apply(this,arguments)}function Gv(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Hv.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Hv.displayName="CloudOff";var $v=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Gv(e,["color","size"]);return t.createElement("svg",Uv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"16",y1:"13",x2:"16",y2:"21"}),t.createElement("line",{x1:"8",y1:"13",x2:"8",y2:"21"}),t.createElement("line",{x1:"12",y1:"15",x2:"12",y2:"23"}),t.createElement("path",{d:"M20 16.58A5 5 0 0 0 18 7h-1.26A8 8 0 1 0 4 15.25"}))}));function Yv(){return Yv=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Yv.apply(this,arguments)}function qv(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}$v.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},$v.displayName="CloudRain";var Xv=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=qv(e,["color","size"]);return t.createElement("svg",Yv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M20 17.58A5 5 0 0 0 18 8h-1.26A8 8 0 1 0 4 16.25"}),t.createElement("line",{x1:"8",y1:"16",x2:"8.01",y2:"16"}),t.createElement("line",{x1:"8",y1:"20",x2:"8.01",y2:"20"}),t.createElement("line",{x1:"12",y1:"18",x2:"12.01",y2:"18"}),t.createElement("line",{x1:"12",y1:"22",x2:"12.01",y2:"22"}),t.createElement("line",{x1:"16",y1:"16",x2:"16.01",y2:"16"}),t.createElement("line",{x1:"16",y1:"20",x2:"16.01",y2:"20"}))}));function Kv(){return Kv=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Kv.apply(this,arguments)}function Jv(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Xv.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Xv.displayName="CloudSnow";var Zv=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Jv(e,["color","size"]);return t.createElement("svg",Kv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M18 10h-1.26A8 8 0 1 0 9 20h9a5 5 0 0 0 0-10z"}))}));function Qv(){return Qv=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Qv.apply(this,arguments)}function em(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Zv.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Zv.displayName="Cloud";var tm=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=em(e,["color","size"]);return t.createElement("svg",Qv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"16 18 22 12 16 6"}),t.createElement("polyline",{points:"8 6 2 12 8 18"}))}));function rm(){return rm=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},rm.apply(this,arguments)}function nm(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}tm.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},tm.displayName="Code";var om=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=nm(e,["color","size"]);return t.createElement("svg",rm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polygon",{points:"12 2 22 8.5 22 15.5 12 22 2 15.5 2 8.5 12 2"}),t.createElement("line",{x1:"12",y1:"22",x2:"12",y2:"15.5"}),t.createElement("polyline",{points:"22 8.5 12 15.5 2 8.5"}),t.createElement("polyline",{points:"2 15.5 12 8.5 22 15.5"}),t.createElement("line",{x1:"12",y1:"2",x2:"12",y2:"8.5"}))}));function im(){return im=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},im.apply(this,arguments)}function am(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}om.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},om.displayName="Codepen";var lm=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=am(e,["color","size"]);return t.createElement("svg",im({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"}),t.createElement("polyline",{points:"7.5 4.21 12 6.81 16.5 4.21"}),t.createElement("polyline",{points:"7.5 19.79 7.5 14.6 3 12"}),t.createElement("polyline",{points:"21 12 16.5 14.6 16.5 19.79"}),t.createElement("polyline",{points:"3.27 6.96 12 12.01 20.73 6.96"}),t.createElement("line",{x1:"12",y1:"22.08",x2:"12",y2:"12"}))}));function sm(){return sm=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},sm.apply(this,arguments)}function cm(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}lm.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},lm.displayName="Codesandbox";var um=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=cm(e,["color","size"]);return t.createElement("svg",sm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M18 8h1a4 4 0 0 1 0 8h-1"}),t.createElement("path",{d:"M2 8h16v9a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V8z"}),t.createElement("line",{x1:"6",y1:"1",x2:"6",y2:"4"}),t.createElement("line",{x1:"10",y1:"1",x2:"10",y2:"4"}),t.createElement("line",{x1:"14",y1:"1",x2:"14",y2:"4"}))}));function pm(){return pm=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},pm.apply(this,arguments)}function fm(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}um.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},um.displayName="Coffee";var dm=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=fm(e,["color","size"]);return t.createElement("svg",pm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M12 3h7a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-7m0-18H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7m0-18v18"}))}));function gm(){return gm=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},gm.apply(this,arguments)}function ym(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}dm.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},dm.displayName="Columns";var hm=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=ym(e,["color","size"]);return t.createElement("svg",gm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M18 3a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3H6a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3V6a3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3h12a3 3 0 0 0 3-3 3 3 0 0 0-3-3z"}))}));function vm(){return vm=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},vm.apply(this,arguments)}function mm(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}hm.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},hm.displayName="Command";var bm=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=mm(e,["color","size"]);return t.createElement("svg",vm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("polygon",{points:"16.24 7.76 14.12 14.12 7.76 16.24 9.88 9.88 16.24 7.76"}))}));function wm(){return wm=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},wm.apply(this,arguments)}function Om(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}bm.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},bm.displayName="Compass";var xm=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Om(e,["color","size"]);return t.createElement("svg",wm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"9",y:"9",width:"13",height:"13",rx:"2",ry:"2"}),t.createElement("path",{d:"M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"}))}));function jm(){return jm=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},jm.apply(this,arguments)}function km(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}xm.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},xm.displayName="Copy";var Em=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=km(e,["color","size"]);return t.createElement("svg",jm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"9 10 4 15 9 20"}),t.createElement("path",{d:"M20 4v7a4 4 0 0 1-4 4H4"}))}));function Sm(){return Sm=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Sm.apply(this,arguments)}function Pm(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Em.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Em.displayName="CornerDownLeft";var Cm=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Pm(e,["color","size"]);return t.createElement("svg",Sm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"15 10 20 15 15 20"}),t.createElement("path",{d:"M4 4v7a4 4 0 0 0 4 4h12"}))}));function zm(){return zm=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},zm.apply(this,arguments)}function Tm(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Cm.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Cm.displayName="CornerDownRight";var Lm=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Tm(e,["color","size"]);return t.createElement("svg",zm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"14 15 9 20 4 15"}),t.createElement("path",{d:"M20 4h-7a4 4 0 0 0-4 4v12"}))}));function Nm(){return Nm=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Nm.apply(this,arguments)}function Rm(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Lm.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Lm.displayName="CornerLeftDown";var Mm=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Rm(e,["color","size"]);return t.createElement("svg",Nm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"14 9 9 4 4 9"}),t.createElement("path",{d:"M20 20h-7a4 4 0 0 1-4-4V4"}))}));function Im(){return Im=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Im.apply(this,arguments)}function Am(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Mm.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Mm.displayName="CornerLeftUp";var _m=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Am(e,["color","size"]);return t.createElement("svg",Im({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"10 15 15 20 20 15"}),t.createElement("path",{d:"M4 4h7a4 4 0 0 1 4 4v12"}))}));function Dm(){return Dm=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Dm.apply(this,arguments)}function Bm(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}_m.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},_m.displayName="CornerRightDown";var Fm=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Bm(e,["color","size"]);return t.createElement("svg",Dm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"10 9 15 4 20 9"}),t.createElement("path",{d:"M4 20h7a4 4 0 0 0 4-4V4"}))}));function Wm(){return Wm=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Wm.apply(this,arguments)}function Vm(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Fm.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Fm.displayName="CornerRightUp";var Hm=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Vm(e,["color","size"]);return t.createElement("svg",Wm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"9 14 4 9 9 4"}),t.createElement("path",{d:"M20 20v-7a4 4 0 0 0-4-4H4"}))}));function Um(){return Um=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Um.apply(this,arguments)}function Gm(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Hm.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Hm.displayName="CornerUpLeft";var $m=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Gm(e,["color","size"]);return t.createElement("svg",Um({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"15 14 20 9 15 4"}),t.createElement("path",{d:"M4 20v-7a4 4 0 0 1 4-4h12"}))}));function Ym(){return Ym=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ym.apply(this,arguments)}function qm(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}$m.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},$m.displayName="CornerUpRight";var Xm=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=qm(e,["color","size"]);return t.createElement("svg",Ym({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"4",y:"4",width:"16",height:"16",rx:"2",ry:"2"}),t.createElement("rect",{x:"9",y:"9",width:"6",height:"6"}),t.createElement("line",{x1:"9",y1:"1",x2:"9",y2:"4"}),t.createElement("line",{x1:"15",y1:"1",x2:"15",y2:"4"}),t.createElement("line",{x1:"9",y1:"20",x2:"9",y2:"23"}),t.createElement("line",{x1:"15",y1:"20",x2:"15",y2:"23"}),t.createElement("line",{x1:"20",y1:"9",x2:"23",y2:"9"}),t.createElement("line",{x1:"20",y1:"14",x2:"23",y2:"14"}),t.createElement("line",{x1:"1",y1:"9",x2:"4",y2:"9"}),t.createElement("line",{x1:"1",y1:"14",x2:"4",y2:"14"}))}));function Km(){return Km=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Km.apply(this,arguments)}function Jm(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Xm.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Xm.displayName="Cpu";var Zm=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Jm(e,["color","size"]);return t.createElement("svg",Km({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"1",y:"4",width:"22",height:"16",rx:"2",ry:"2"}),t.createElement("line",{x1:"1",y1:"10",x2:"23",y2:"10"}))}));function Qm(){return Qm=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Qm.apply(this,arguments)}function eb(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Zm.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Zm.displayName="CreditCard";var tb=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=eb(e,["color","size"]);return t.createElement("svg",Qm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M6.13 1L6 16a2 2 0 0 0 2 2h15"}),t.createElement("path",{d:"M1 6.13L16 6a2 2 0 0 1 2 2v15"}))}));function rb(){return rb=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},rb.apply(this,arguments)}function nb(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}tb.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},tb.displayName="Crop";var ob=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=nb(e,["color","size"]);return t.createElement("svg",rb({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("line",{x1:"22",y1:"12",x2:"18",y2:"12"}),t.createElement("line",{x1:"6",y1:"12",x2:"2",y2:"12"}),t.createElement("line",{x1:"12",y1:"6",x2:"12",y2:"2"}),t.createElement("line",{x1:"12",y1:"22",x2:"12",y2:"18"}))}));function ib(){return ib=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ib.apply(this,arguments)}function ab(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}ob.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},ob.displayName="Crosshair";var lb=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=ab(e,["color","size"]);return t.createElement("svg",ib({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("ellipse",{cx:"12",cy:"5",rx:"9",ry:"3"}),t.createElement("path",{d:"M21 12c0 1.66-4 3-9 3s-9-1.34-9-3"}),t.createElement("path",{d:"M3 5v14c0 1.66 4 3 9 3s9-1.34 9-3V5"}))}));function sb(){return sb=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},sb.apply(this,arguments)}function cb(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}lb.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},lb.displayName="Database";var ub=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=cb(e,["color","size"]);return t.createElement("svg",sb({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M21 4H8l-7 8 7 8h13a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2z"}),t.createElement("line",{x1:"18",y1:"9",x2:"12",y2:"15"}),t.createElement("line",{x1:"12",y1:"9",x2:"18",y2:"15"}))}));function pb(){return pb=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},pb.apply(this,arguments)}function fb(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}ub.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},ub.displayName="Delete";var db=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=fb(e,["color","size"]);return t.createElement("svg",pb({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("circle",{cx:"12",cy:"12",r:"3"}))}));function gb(){return gb=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},gb.apply(this,arguments)}function yb(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}db.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},db.displayName="Disc";var hb=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=yb(e,["color","size"]);return t.createElement("svg",gb({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"8",y1:"12",x2:"16",y2:"12"}),t.createElement("line",{x1:"12",y1:"16",x2:"12",y2:"16"}),t.createElement("line",{x1:"12",y1:"8",x2:"12",y2:"8"}),t.createElement("circle",{cx:"12",cy:"12",r:"10"}))}));function vb(){return vb=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},vb.apply(this,arguments)}function mb(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}hb.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},hb.displayName="DivideCircle";var bb=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=mb(e,["color","size"]);return t.createElement("svg",vb({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",ry:"2"}),t.createElement("line",{x1:"8",y1:"12",x2:"16",y2:"12"}),t.createElement("line",{x1:"12",y1:"16",x2:"12",y2:"16"}),t.createElement("line",{x1:"12",y1:"8",x2:"12",y2:"8"}))}));function wb(){return wb=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},wb.apply(this,arguments)}function Ob(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}bb.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},bb.displayName="DivideSquare";var xb=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ob(e,["color","size"]);return t.createElement("svg",wb({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"6",r:"2"}),t.createElement("line",{x1:"5",y1:"12",x2:"19",y2:"12"}),t.createElement("circle",{cx:"12",cy:"18",r:"2"}))}));function jb(){return jb=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},jb.apply(this,arguments)}function kb(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}xb.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},xb.displayName="Divide";var Eb=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=kb(e,["color","size"]);return t.createElement("svg",jb({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"12",y1:"1",x2:"12",y2:"23"}),t.createElement("path",{d:"M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6"}))}));function Sb(){return Sb=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Sb.apply(this,arguments)}function Pb(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Eb.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Eb.displayName="DollarSign";var Cb=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Pb(e,["color","size"]);return t.createElement("svg",Sb({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"8 17 12 21 16 17"}),t.createElement("line",{x1:"12",y1:"12",x2:"12",y2:"21"}),t.createElement("path",{d:"M20.88 18.09A5 5 0 0 0 18 9h-1.26A8 8 0 1 0 3 16.29"}))}));function zb(){return zb=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},zb.apply(this,arguments)}function Tb(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Cb.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Cb.displayName="DownloadCloud";var Lb=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Tb(e,["color","size"]);return t.createElement("svg",zb({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"}),t.createElement("polyline",{points:"7 10 12 15 17 10"}),t.createElement("line",{x1:"12",y1:"15",x2:"12",y2:"3"}))}));function Nb(){return Nb=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Nb.apply(this,arguments)}function Rb(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Lb.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Lb.displayName="Download";var Mb=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Rb(e,["color","size"]);return t.createElement("svg",Nb({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("path",{d:"M8.56 2.75c4.37 6.03 6.02 9.42 8.03 17.72m2.54-15.38c-3.72 4.35-8.94 5.66-16.88 5.85m19.5 1.9c-3.5-.93-6.63-.82-8.94 0-2.58.92-5.01 2.86-7.44 6.32"}))}));function Ib(){return Ib=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ib.apply(this,arguments)}function Ab(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Mb.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Mb.displayName="Dribbble";var _b=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ab(e,["color","size"]);return t.createElement("svg",Ib({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z"}))}));function Db(){return Db=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Db.apply(this,arguments)}function Bb(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}_b.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},_b.displayName="Droplet";var Fb=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Bb(e,["color","size"]);return t.createElement("svg",Db({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M17 3a2.828 2.828 0 1 1 4 4L7.5 20.5 2 22l1.5-5.5L17 3z"}))}));function Wb(){return Wb=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Wb.apply(this,arguments)}function Vb(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Fb.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Fb.displayName="Edit2";var Hb=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Vb(e,["color","size"]);return t.createElement("svg",Wb({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M12 20h9"}),t.createElement("path",{d:"M16.5 3.5a2.121 2.121 0 0 1 3 3L7 19l-4 1 1-4L16.5 3.5z"}))}));function Ub(){return Ub=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ub.apply(this,arguments)}function Gb(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Hb.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Hb.displayName="Edit3";var $b=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Gb(e,["color","size"]);return t.createElement("svg",Ub({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7"}),t.createElement("path",{d:"M18.5 2.5a2.121 2.121 0 0 1 3 3L12 15l-4 1 1-4 9.5-9.5z"}))}));function Yb(){return Yb=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Yb.apply(this,arguments)}function qb(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}$b.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},$b.displayName="Edit";var Xb=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=qb(e,["color","size"]);return t.createElement("svg",Yb({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"}),t.createElement("polyline",{points:"15 3 21 3 21 9"}),t.createElement("line",{x1:"10",y1:"14",x2:"21",y2:"3"}))}));function Kb(){return Kb=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Kb.apply(this,arguments)}function Jb(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Xb.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Xb.displayName="ExternalLink";var Zb=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Jb(e,["color","size"]);return t.createElement("svg",Kb({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M17.94 17.94A10.07 10.07 0 0 1 12 20c-7 0-11-8-11-8a18.45 18.45 0 0 1 5.06-5.94M9.9 4.24A9.12 9.12 0 0 1 12 4c7 0 11 8 11 8a18.5 18.5 0 0 1-2.16 3.19m-6.72-1.07a3 3 0 1 1-4.24-4.24"}),t.createElement("line",{x1:"1",y1:"1",x2:"23",y2:"23"}))}));function Qb(){return Qb=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Qb.apply(this,arguments)}function ew(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Zb.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Zb.displayName="EyeOff";var tw=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=ew(e,["color","size"]);return t.createElement("svg",Qb({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z"}),t.createElement("circle",{cx:"12",cy:"12",r:"3"}))}));function rw(){return rw=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},rw.apply(this,arguments)}function nw(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}tw.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},tw.displayName="Eye";var ow=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=nw(e,["color","size"]);return t.createElement("svg",rw({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z"}))}));function iw(){return iw=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},iw.apply(this,arguments)}function aw(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}ow.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},ow.displayName="Facebook";var lw=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=aw(e,["color","size"]);return t.createElement("svg",iw({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polygon",{points:"13 19 22 12 13 5 13 19"}),t.createElement("polygon",{points:"2 19 11 12 2 5 2 19"}))}));function sw(){return sw=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},sw.apply(this,arguments)}function cw(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}lw.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},lw.displayName="FastForward";var uw=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=cw(e,["color","size"]);return t.createElement("svg",sw({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M20.24 12.24a6 6 0 0 0-8.49-8.49L5 10.5V19h8.5z"}),t.createElement("line",{x1:"16",y1:"8",x2:"2",y2:"22"}),t.createElement("line",{x1:"17.5",y1:"15",x2:"9",y2:"15"}))}));function pw(){return pw=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},pw.apply(this,arguments)}function fw(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}uw.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},uw.displayName="Feather";var dw=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=fw(e,["color","size"]);return t.createElement("svg",pw({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M5 5.5A3.5 3.5 0 0 1 8.5 2H12v7H8.5A3.5 3.5 0 0 1 5 5.5z"}),t.createElement("path",{d:"M12 2h3.5a3.5 3.5 0 1 1 0 7H12V2z"}),t.createElement("path",{d:"M12 12.5a3.5 3.5 0 1 1 7 0 3.5 3.5 0 1 1-7 0z"}),t.createElement("path",{d:"M5 19.5A3.5 3.5 0 0 1 8.5 16H12v3.5a3.5 3.5 0 1 1-7 0z"}),t.createElement("path",{d:"M5 12.5A3.5 3.5 0 0 1 8.5 9H12v7H8.5A3.5 3.5 0 0 1 5 12.5z"}))}));function gw(){return gw=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},gw.apply(this,arguments)}function yw(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}dw.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},dw.displayName="Figma";var hw=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=yw(e,["color","size"]);return t.createElement("svg",gw({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"}),t.createElement("polyline",{points:"14 2 14 8 20 8"}),t.createElement("line",{x1:"9",y1:"15",x2:"15",y2:"15"}))}));function vw(){return vw=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},vw.apply(this,arguments)}function mw(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}hw.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},hw.displayName="FileMinus";var bw=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=mw(e,["color","size"]);return t.createElement("svg",vw({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"}),t.createElement("polyline",{points:"14 2 14 8 20 8"}),t.createElement("line",{x1:"12",y1:"18",x2:"12",y2:"12"}),t.createElement("line",{x1:"9",y1:"15",x2:"15",y2:"15"}))}));function ww(){return ww=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ww.apply(this,arguments)}function Ow(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}bw.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},bw.displayName="FilePlus";var xw=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ow(e,["color","size"]);return t.createElement("svg",ww({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"}),t.createElement("polyline",{points:"14 2 14 8 20 8"}),t.createElement("line",{x1:"16",y1:"13",x2:"8",y2:"13"}),t.createElement("line",{x1:"16",y1:"17",x2:"8",y2:"17"}),t.createElement("polyline",{points:"10 9 9 9 8 9"}))}));function jw(){return jw=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},jw.apply(this,arguments)}function kw(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}xw.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},xw.displayName="FileText";var Ew=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=kw(e,["color","size"]);return t.createElement("svg",jw({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M13 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9z"}),t.createElement("polyline",{points:"13 2 13 9 20 9"}))}));function Sw(){return Sw=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Sw.apply(this,arguments)}function Pw(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Ew.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Ew.displayName="File";var Cw=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Pw(e,["color","size"]);return t.createElement("svg",Sw({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"2",y:"2",width:"20",height:"20",rx:"2.18",ry:"2.18"}),t.createElement("line",{x1:"7",y1:"2",x2:"7",y2:"22"}),t.createElement("line",{x1:"17",y1:"2",x2:"17",y2:"22"}),t.createElement("line",{x1:"2",y1:"12",x2:"22",y2:"12"}),t.createElement("line",{x1:"2",y1:"7",x2:"7",y2:"7"}),t.createElement("line",{x1:"2",y1:"17",x2:"7",y2:"17"}),t.createElement("line",{x1:"17",y1:"17",x2:"22",y2:"17"}),t.createElement("line",{x1:"17",y1:"7",x2:"22",y2:"7"}))}));function zw(){return zw=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},zw.apply(this,arguments)}function Tw(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Cw.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Cw.displayName="Film";var Lw=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Tw(e,["color","size"]);return t.createElement("svg",zw({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polygon",{points:"22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3"}))}));function Nw(){return Nw=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Nw.apply(this,arguments)}function Rw(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Lw.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Lw.displayName="Filter";var Mw=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Rw(e,["color","size"]);return t.createElement("svg",Nw({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M4 15s1-1 4-1 5 2 8 2 4-1 4-1V3s-1 1-4 1-5-2-8-2-4 1-4 1z"}),t.createElement("line",{x1:"4",y1:"22",x2:"4",y2:"15"}))}));function Iw(){return Iw=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Iw.apply(this,arguments)}function Aw(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Mw.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Mw.displayName="Flag";var _w=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Aw(e,["color","size"]);return t.createElement("svg",Iw({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"}),t.createElement("line",{x1:"9",y1:"14",x2:"15",y2:"14"}))}));function Dw(){return Dw=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Dw.apply(this,arguments)}function Bw(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}_w.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},_w.displayName="FolderMinus";var Fw=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Bw(e,["color","size"]);return t.createElement("svg",Dw({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"}),t.createElement("line",{x1:"12",y1:"11",x2:"12",y2:"17"}),t.createElement("line",{x1:"9",y1:"14",x2:"15",y2:"14"}))}));function Ww(){return Ww=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ww.apply(this,arguments)}function Vw(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Fw.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Fw.displayName="FolderPlus";var Hw=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Vw(e,["color","size"]);return t.createElement("svg",Ww({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"}))}));function Uw(){return Uw=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Uw.apply(this,arguments)}function Gw(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Hw.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Hw.displayName="Folder";var $w=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Gw(e,["color","size"]);return t.createElement("svg",Uw({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M5 16V9h14V2H5l14 14h-7m-7 0l7 7v-7m-7 0h7"}))}));function Yw(){return Yw=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Yw.apply(this,arguments)}function qw(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}$w.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},$w.displayName="Framer";var Xw=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=qw(e,["color","size"]);return t.createElement("svg",Yw({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("path",{d:"M16 16s-1.5-2-4-2-4 2-4 2"}),t.createElement("line",{x1:"9",y1:"9",x2:"9.01",y2:"9"}),t.createElement("line",{x1:"15",y1:"9",x2:"15.01",y2:"9"}))}));function Kw(){return Kw=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Kw.apply(this,arguments)}function Jw(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Xw.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Xw.displayName="Frown";var Zw=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Jw(e,["color","size"]);return t.createElement("svg",Kw({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"20 12 20 22 4 22 4 12"}),t.createElement("rect",{x:"2",y:"7",width:"20",height:"5"}),t.createElement("line",{x1:"12",y1:"22",x2:"12",y2:"7"}),t.createElement("path",{d:"M12 7H7.5a2.5 2.5 0 0 1 0-5C11 2 12 7 12 7z"}),t.createElement("path",{d:"M12 7h4.5a2.5 2.5 0 0 0 0-5C13 2 12 7 12 7z"}))}));function Qw(){return Qw=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Qw.apply(this,arguments)}function eO(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Zw.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Zw.displayName="Gift";var tO=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=eO(e,["color","size"]);return t.createElement("svg",Qw({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"6",y1:"3",x2:"6",y2:"15"}),t.createElement("circle",{cx:"18",cy:"6",r:"3"}),t.createElement("circle",{cx:"6",cy:"18",r:"3"}),t.createElement("path",{d:"M18 9a9 9 0 0 1-9 9"}))}));function rO(){return rO=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},rO.apply(this,arguments)}function nO(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}tO.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},tO.displayName="GitBranch";var oO=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=nO(e,["color","size"]);return t.createElement("svg",rO({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"4"}),t.createElement("line",{x1:"1.05",y1:"12",x2:"7",y2:"12"}),t.createElement("line",{x1:"17.01",y1:"12",x2:"22.96",y2:"12"}))}));function iO(){return iO=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},iO.apply(this,arguments)}function aO(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}oO.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},oO.displayName="GitCommit";var lO=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=aO(e,["color","size"]);return t.createElement("svg",iO({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"18",cy:"18",r:"3"}),t.createElement("circle",{cx:"6",cy:"6",r:"3"}),t.createElement("path",{d:"M6 21V9a9 9 0 0 0 9 9"}))}));function sO(){return sO=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},sO.apply(this,arguments)}function cO(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}lO.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},lO.displayName="GitMerge";var uO=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=cO(e,["color","size"]);return t.createElement("svg",sO({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"18",cy:"18",r:"3"}),t.createElement("circle",{cx:"6",cy:"6",r:"3"}),t.createElement("path",{d:"M13 6h3a2 2 0 0 1 2 2v7"}),t.createElement("line",{x1:"6",y1:"9",x2:"6",y2:"21"}))}));function pO(){return pO=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},pO.apply(this,arguments)}function fO(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}uO.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},uO.displayName="GitPullRequest";var dO=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=fO(e,["color","size"]);return t.createElement("svg",pO({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"}))}));function gO(){return gO=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},gO.apply(this,arguments)}function yO(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}dO.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},dO.displayName="GitHub";var hO=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=yO(e,["color","size"]);return t.createElement("svg",gO({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M22.65 14.39L12 22.13 1.35 14.39a.84.84 0 0 1-.3-.94l1.22-3.78 2.44-7.51A.42.42 0 0 1 4.82 2a.43.43 0 0 1 .58 0 .42.42 0 0 1 .11.18l2.44 7.49h8.1l2.44-7.51A.42.42 0 0 1 18.6 2a.43.43 0 0 1 .58 0 .42.42 0 0 1 .11.18l2.44 7.51L23 13.45a.84.84 0 0 1-.35.94z"}))}));function vO(){return vO=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},vO.apply(this,arguments)}function mO(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}hO.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},hO.displayName="Gitlab";var bO=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=mO(e,["color","size"]);return t.createElement("svg",vO({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("line",{x1:"2",y1:"12",x2:"22",y2:"12"}),t.createElement("path",{d:"M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z"}))}));function wO(){return wO=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},wO.apply(this,arguments)}function OO(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}bO.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},bO.displayName="Globe";var xO=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=OO(e,["color","size"]);return t.createElement("svg",wO({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"3",y:"3",width:"7",height:"7"}),t.createElement("rect",{x:"14",y:"3",width:"7",height:"7"}),t.createElement("rect",{x:"14",y:"14",width:"7",height:"7"}),t.createElement("rect",{x:"3",y:"14",width:"7",height:"7"}))}));function jO(){return jO=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},jO.apply(this,arguments)}function kO(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}xO.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},xO.displayName="Grid";var EO=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=kO(e,["color","size"]);return t.createElement("svg",jO({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"22",y1:"12",x2:"2",y2:"12"}),t.createElement("path",{d:"M5.45 5.11L2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z"}),t.createElement("line",{x1:"6",y1:"16",x2:"6.01",y2:"16"}),t.createElement("line",{x1:"10",y1:"16",x2:"10.01",y2:"16"}))}));function SO(){return SO=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},SO.apply(this,arguments)}function PO(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}EO.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},EO.displayName="HardDrive";var CO=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=PO(e,["color","size"]);return t.createElement("svg",SO({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"4",y1:"9",x2:"20",y2:"9"}),t.createElement("line",{x1:"4",y1:"15",x2:"20",y2:"15"}),t.createElement("line",{x1:"10",y1:"3",x2:"8",y2:"21"}),t.createElement("line",{x1:"16",y1:"3",x2:"14",y2:"21"}))}));function zO(){return zO=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},zO.apply(this,arguments)}function TO(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}CO.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},CO.displayName="Hash";var LO=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=TO(e,["color","size"]);return t.createElement("svg",zO({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M3 18v-6a9 9 0 0 1 18 0v6"}),t.createElement("path",{d:"M21 19a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3zM3 19a2 2 0 0 0 2 2h1a2 2 0 0 0 2-2v-3a2 2 0 0 0-2-2H3z"}))}));function NO(){return NO=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},NO.apply(this,arguments)}function RO(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}LO.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},LO.displayName="Headphones";var MO=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=RO(e,["color","size"]);return t.createElement("svg",NO({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"}))}));function IO(){return IO=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},IO.apply(this,arguments)}function AO(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}MO.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},MO.displayName="Heart";var _O=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=AO(e,["color","size"]);return t.createElement("svg",IO({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("path",{d:"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"}),t.createElement("line",{x1:"12",y1:"17",x2:"12.01",y2:"17"}))}));function DO(){return DO=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},DO.apply(this,arguments)}function BO(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}_O.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},_O.displayName="HelpCircle";var FO=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=BO(e,["color","size"]);return t.createElement("svg",DO({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"}))}));function WO(){return WO=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},WO.apply(this,arguments)}function VO(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}FO.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},FO.displayName="Hexagon";var HO=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=VO(e,["color","size"]);return t.createElement("svg",WO({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"}),t.createElement("polyline",{points:"9 22 9 12 15 12 15 22"}))}));function UO(){return UO=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},UO.apply(this,arguments)}function GO(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}HO.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},HO.displayName="Home";var $O=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=GO(e,["color","size"]);return t.createElement("svg",UO({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",ry:"2"}),t.createElement("circle",{cx:"8.5",cy:"8.5",r:"1.5"}),t.createElement("polyline",{points:"21 15 16 10 5 21"}))}));function YO(){return YO=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},YO.apply(this,arguments)}function qO(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}$O.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},$O.displayName="Image";var XO=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=qO(e,["color","size"]);return t.createElement("svg",YO({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"22 12 16 12 14 15 10 15 8 12 2 12"}),t.createElement("path",{d:"M5.45 5.11L2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z"}))}));function KO(){return KO=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},KO.apply(this,arguments)}function JO(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}XO.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},XO.displayName="Inbox";var ZO=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=JO(e,["color","size"]);return t.createElement("svg",KO({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("line",{x1:"12",y1:"16",x2:"12",y2:"12"}),t.createElement("line",{x1:"12",y1:"8",x2:"12.01",y2:"8"}))}));function QO(){return QO=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},QO.apply(this,arguments)}function ex(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}ZO.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},ZO.displayName="Info";var tx=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=ex(e,["color","size"]);return t.createElement("svg",QO({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"2",y:"2",width:"20",height:"20",rx:"5",ry:"5"}),t.createElement("path",{d:"M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z"}),t.createElement("line",{x1:"17.5",y1:"6.5",x2:"17.51",y2:"6.5"}))}));function rx(){return rx=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},rx.apply(this,arguments)}function nx(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}tx.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},tx.displayName="Instagram";var ox=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=nx(e,["color","size"]);return t.createElement("svg",rx({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"19",y1:"4",x2:"10",y2:"4"}),t.createElement("line",{x1:"14",y1:"20",x2:"5",y2:"20"}),t.createElement("line",{x1:"15",y1:"4",x2:"9",y2:"20"}))}));function ix(){return ix=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ix.apply(this,arguments)}function ax(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}ox.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},ox.displayName="Italic";var lx=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=ax(e,["color","size"]);return t.createElement("svg",ix({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M21 2l-2 2m-7.61 7.61a5.5 5.5 0 1 1-7.778 7.778 5.5 5.5 0 0 1 7.777-7.777zm0 0L15.5 7.5m0 0l3 3L22 7l-3-3m-3.5 3.5L19 4"}))}));function sx(){return sx=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},sx.apply(this,arguments)}function cx(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}lx.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},lx.displayName="Key";var ux=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=cx(e,["color","size"]);return t.createElement("svg",sx({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polygon",{points:"12 2 2 7 12 12 22 7 12 2"}),t.createElement("polyline",{points:"2 17 12 22 22 17"}),t.createElement("polyline",{points:"2 12 12 17 22 12"}))}));function px(){return px=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},px.apply(this,arguments)}function fx(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}ux.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},ux.displayName="Layers";var dx=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=fx(e,["color","size"]);return t.createElement("svg",px({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",ry:"2"}),t.createElement("line",{x1:"3",y1:"9",x2:"21",y2:"9"}),t.createElement("line",{x1:"9",y1:"21",x2:"9",y2:"9"}))}));function gx(){return gx=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},gx.apply(this,arguments)}function yx(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}dx.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},dx.displayName="Layout";var hx=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=yx(e,["color","size"]);return t.createElement("svg",gx({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("circle",{cx:"12",cy:"12",r:"4"}),t.createElement("line",{x1:"4.93",y1:"4.93",x2:"9.17",y2:"9.17"}),t.createElement("line",{x1:"14.83",y1:"14.83",x2:"19.07",y2:"19.07"}),t.createElement("line",{x1:"14.83",y1:"9.17",x2:"19.07",y2:"4.93"}),t.createElement("line",{x1:"14.83",y1:"9.17",x2:"18.36",y2:"5.64"}),t.createElement("line",{x1:"4.93",y1:"19.07",x2:"9.17",y2:"14.83"}))}));function vx(){return vx=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},vx.apply(this,arguments)}function mx(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}hx.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},hx.displayName="LifeBuoy";var bx=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=mx(e,["color","size"]);return t.createElement("svg",vx({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M15 7h3a5 5 0 0 1 5 5 5 5 0 0 1-5 5h-3m-6 0H6a5 5 0 0 1-5-5 5 5 0 0 1 5-5h3"}),t.createElement("line",{x1:"8",y1:"12",x2:"16",y2:"12"}))}));function wx(){return wx=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},wx.apply(this,arguments)}function Ox(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}bx.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},bx.displayName="Link2";var xx=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ox(e,["color","size"]);return t.createElement("svg",wx({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"}),t.createElement("path",{d:"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"}))}));function jx(){return jx=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},jx.apply(this,arguments)}function kx(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}xx.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},xx.displayName="Link";var Ex=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=kx(e,["color","size"]);return t.createElement("svg",jx({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"}),t.createElement("rect",{x:"2",y:"9",width:"4",height:"12"}),t.createElement("circle",{cx:"4",cy:"4",r:"2"}))}));function Sx(){return Sx=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Sx.apply(this,arguments)}function Px(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Ex.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Ex.displayName="Linkedin";var Cx=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Px(e,["color","size"]);return t.createElement("svg",Sx({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"8",y1:"6",x2:"21",y2:"6"}),t.createElement("line",{x1:"8",y1:"12",x2:"21",y2:"12"}),t.createElement("line",{x1:"8",y1:"18",x2:"21",y2:"18"}),t.createElement("line",{x1:"3",y1:"6",x2:"3.01",y2:"6"}),t.createElement("line",{x1:"3",y1:"12",x2:"3.01",y2:"12"}),t.createElement("line",{x1:"3",y1:"18",x2:"3.01",y2:"18"}))}));function zx(){return zx=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},zx.apply(this,arguments)}function Tx(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Cx.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Cx.displayName="List";var Lx=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Tx(e,["color","size"]);return t.createElement("svg",zx({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"12",y1:"2",x2:"12",y2:"6"}),t.createElement("line",{x1:"12",y1:"18",x2:"12",y2:"22"}),t.createElement("line",{x1:"4.93",y1:"4.93",x2:"7.76",y2:"7.76"}),t.createElement("line",{x1:"16.24",y1:"16.24",x2:"19.07",y2:"19.07"}),t.createElement("line",{x1:"2",y1:"12",x2:"6",y2:"12"}),t.createElement("line",{x1:"18",y1:"12",x2:"22",y2:"12"}),t.createElement("line",{x1:"4.93",y1:"19.07",x2:"7.76",y2:"16.24"}),t.createElement("line",{x1:"16.24",y1:"7.76",x2:"19.07",y2:"4.93"}))}));function Nx(){return Nx=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Nx.apply(this,arguments)}function Rx(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Lx.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Lx.displayName="Loader";var Mx=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Rx(e,["color","size"]);return t.createElement("svg",Nx({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"3",y:"11",width:"18",height:"11",rx:"2",ry:"2"}),t.createElement("path",{d:"M7 11V7a5 5 0 0 1 10 0v4"}))}));function Ix(){return Ix=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ix.apply(this,arguments)}function Ax(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Mx.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Mx.displayName="Lock";var _x=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ax(e,["color","size"]);return t.createElement("svg",Ix({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4"}),t.createElement("polyline",{points:"10 17 15 12 10 7"}),t.createElement("line",{x1:"15",y1:"12",x2:"3",y2:"12"}))}));function Dx(){return Dx=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Dx.apply(this,arguments)}function Bx(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}_x.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},_x.displayName="LogIn";var Fx=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Bx(e,["color","size"]);return t.createElement("svg",Dx({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4"}),t.createElement("polyline",{points:"16 17 21 12 16 7"}),t.createElement("line",{x1:"21",y1:"12",x2:"9",y2:"12"}))}));function Wx(){return Wx=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Wx.apply(this,arguments)}function Vx(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Fx.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Fx.displayName="LogOut";var Hx=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Vx(e,["color","size"]);return t.createElement("svg",Wx({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"}),t.createElement("polyline",{points:"22,6 12,13 2,6"}))}));function Ux(){return Ux=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ux.apply(this,arguments)}function Gx(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Hx.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Hx.displayName="Mail";var $x=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Gx(e,["color","size"]);return t.createElement("svg",Ux({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"}),t.createElement("circle",{cx:"12",cy:"10",r:"3"}))}));function Yx(){return Yx=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Yx.apply(this,arguments)}function qx(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}$x.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},$x.displayName="MapPin";var Xx=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=qx(e,["color","size"]);return t.createElement("svg",Yx({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polygon",{points:"1 6 1 22 8 18 16 22 23 18 23 2 16 6 8 2 1 6"}),t.createElement("line",{x1:"8",y1:"2",x2:"8",y2:"18"}),t.createElement("line",{x1:"16",y1:"6",x2:"16",y2:"22"}))}));function Kx(){return Kx=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Kx.apply(this,arguments)}function Jx(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Xx.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Xx.displayName="Map";var Zx=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Jx(e,["color","size"]);return t.createElement("svg",Kx({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"15 3 21 3 21 9"}),t.createElement("polyline",{points:"9 21 3 21 3 15"}),t.createElement("line",{x1:"21",y1:"3",x2:"14",y2:"10"}),t.createElement("line",{x1:"3",y1:"21",x2:"10",y2:"14"}))}));function Qx(){return Qx=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Qx.apply(this,arguments)}function ej(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Zx.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Zx.displayName="Maximize2";var tj=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=ej(e,["color","size"]);return t.createElement("svg",Qx({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M8 3H5a2 2 0 0 0-2 2v3m18 0V5a2 2 0 0 0-2-2h-3m0 18h3a2 2 0 0 0 2-2v-3M3 16v3a2 2 0 0 0 2 2h3"}))}));function rj(){return rj=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},rj.apply(this,arguments)}function nj(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}tj.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},tj.displayName="Maximize";var oj=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=nj(e,["color","size"]);return t.createElement("svg",rj({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("line",{x1:"8",y1:"15",x2:"16",y2:"15"}),t.createElement("line",{x1:"9",y1:"9",x2:"9.01",y2:"9"}),t.createElement("line",{x1:"15",y1:"9",x2:"15.01",y2:"9"}))}));function ij(){return ij=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ij.apply(this,arguments)}function aj(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}oj.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},oj.displayName="Meh";var lj=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=aj(e,["color","size"]);return t.createElement("svg",ij({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"3",y1:"12",x2:"21",y2:"12"}),t.createElement("line",{x1:"3",y1:"6",x2:"21",y2:"6"}),t.createElement("line",{x1:"3",y1:"18",x2:"21",y2:"18"}))}));function sj(){return sj=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},sj.apply(this,arguments)}function cj(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}lj.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},lj.displayName="Menu";var uj=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=cj(e,["color","size"]);return t.createElement("svg",sj({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z"}))}));function pj(){return pj=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},pj.apply(this,arguments)}function fj(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}uj.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},uj.displayName="MessageCircle";var dj=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=fj(e,["color","size"]);return t.createElement("svg",pj({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"}))}));function gj(){return gj=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},gj.apply(this,arguments)}function yj(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}dj.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},dj.displayName="MessageSquare";var hj=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=yj(e,["color","size"]);return t.createElement("svg",gj({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"1",y1:"1",x2:"23",y2:"23"}),t.createElement("path",{d:"M9 9v3a3 3 0 0 0 5.12 2.12M15 9.34V4a3 3 0 0 0-5.94-.6"}),t.createElement("path",{d:"M17 16.95A7 7 0 0 1 5 12v-2m14 0v2a7 7 0 0 1-.11 1.23"}),t.createElement("line",{x1:"12",y1:"19",x2:"12",y2:"23"}),t.createElement("line",{x1:"8",y1:"23",x2:"16",y2:"23"}))}));function vj(){return vj=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},vj.apply(this,arguments)}function mj(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}hj.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},hj.displayName="MicOff";var bj=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=mj(e,["color","size"]);return t.createElement("svg",vj({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M12 1a3 3 0 0 0-3 3v8a3 3 0 0 0 6 0V4a3 3 0 0 0-3-3z"}),t.createElement("path",{d:"M19 10v2a7 7 0 0 1-14 0v-2"}),t.createElement("line",{x1:"12",y1:"19",x2:"12",y2:"23"}),t.createElement("line",{x1:"8",y1:"23",x2:"16",y2:"23"}))}));function wj(){return wj=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},wj.apply(this,arguments)}function Oj(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}bj.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},bj.displayName="Mic";var xj=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Oj(e,["color","size"]);return t.createElement("svg",wj({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"4 14 10 14 10 20"}),t.createElement("polyline",{points:"20 10 14 10 14 4"}),t.createElement("line",{x1:"14",y1:"10",x2:"21",y2:"3"}),t.createElement("line",{x1:"3",y1:"21",x2:"10",y2:"14"}))}));function jj(){return jj=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},jj.apply(this,arguments)}function kj(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}xj.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},xj.displayName="Minimize2";var Ej=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=kj(e,["color","size"]);return t.createElement("svg",jj({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M8 3v3a2 2 0 0 1-2 2H3m18 0h-3a2 2 0 0 1-2-2V3m0 18v-3a2 2 0 0 1 2-2h3M3 16h3a2 2 0 0 1 2 2v3"}))}));function Sj(){return Sj=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Sj.apply(this,arguments)}function Pj(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Ej.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Ej.displayName="Minimize";var Cj=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Pj(e,["color","size"]);return t.createElement("svg",Sj({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("line",{x1:"8",y1:"12",x2:"16",y2:"12"}))}));function zj(){return zj=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},zj.apply(this,arguments)}function Tj(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Cj.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Cj.displayName="MinusCircle";var Lj=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Tj(e,["color","size"]);return t.createElement("svg",zj({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",ry:"2"}),t.createElement("line",{x1:"8",y1:"12",x2:"16",y2:"12"}))}));function Nj(){return Nj=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Nj.apply(this,arguments)}function Rj(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Lj.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Lj.displayName="MinusSquare";var Mj=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Rj(e,["color","size"]);return t.createElement("svg",Nj({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"5",y1:"12",x2:"19",y2:"12"}))}));function Ij(){return Ij=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ij.apply(this,arguments)}function Aj(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Mj.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Mj.displayName="Minus";var _j=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Aj(e,["color","size"]);return t.createElement("svg",Ij({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"2",y:"3",width:"20",height:"14",rx:"2",ry:"2"}),t.createElement("line",{x1:"8",y1:"21",x2:"16",y2:"21"}),t.createElement("line",{x1:"12",y1:"17",x2:"12",y2:"21"}))}));function Dj(){return Dj=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Dj.apply(this,arguments)}function Bj(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}_j.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},_j.displayName="Monitor";var Fj=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Bj(e,["color","size"]);return t.createElement("svg",Dj({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"}))}));function Wj(){return Wj=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Wj.apply(this,arguments)}function Vj(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Fj.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Fj.displayName="Moon";var Hj=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Vj(e,["color","size"]);return t.createElement("svg",Wj({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"1"}),t.createElement("circle",{cx:"19",cy:"12",r:"1"}),t.createElement("circle",{cx:"5",cy:"12",r:"1"}))}));function Uj(){return Uj=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Uj.apply(this,arguments)}function Gj(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Hj.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Hj.displayName="MoreHorizontal";var $j=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Gj(e,["color","size"]);return t.createElement("svg",Uj({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"1"}),t.createElement("circle",{cx:"12",cy:"5",r:"1"}),t.createElement("circle",{cx:"12",cy:"19",r:"1"}))}));function Yj(){return Yj=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Yj.apply(this,arguments)}function qj(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}$j.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},$j.displayName="MoreVertical";var Xj=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=qj(e,["color","size"]);return t.createElement("svg",Yj({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M3 3l7.07 16.97 2.51-7.39 7.39-2.51L3 3z"}),t.createElement("path",{d:"M13 13l6 6"}))}));function Kj(){return Kj=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Kj.apply(this,arguments)}function Jj(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Xj.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Xj.displayName="MousePointer";var Zj=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Jj(e,["color","size"]);return t.createElement("svg",Kj({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"5 9 2 12 5 15"}),t.createElement("polyline",{points:"9 5 12 2 15 5"}),t.createElement("polyline",{points:"15 19 12 22 9 19"}),t.createElement("polyline",{points:"19 9 22 12 19 15"}),t.createElement("line",{x1:"2",y1:"12",x2:"22",y2:"12"}),t.createElement("line",{x1:"12",y1:"2",x2:"12",y2:"22"}))}));function Qj(){return Qj=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Qj.apply(this,arguments)}function ek(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Zj.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Zj.displayName="Move";var tk=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=ek(e,["color","size"]);return t.createElement("svg",Qj({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M9 18V5l12-2v13"}),t.createElement("circle",{cx:"6",cy:"18",r:"3"}),t.createElement("circle",{cx:"18",cy:"16",r:"3"}))}));function rk(){return rk=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},rk.apply(this,arguments)}function nk(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}tk.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},tk.displayName="Music";var ok=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=nk(e,["color","size"]);return t.createElement("svg",rk({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polygon",{points:"12 2 19 21 12 17 5 21 12 2"}))}));function ik(){return ik=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ik.apply(this,arguments)}function ak(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}ok.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},ok.displayName="Navigation2";var lk=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=ak(e,["color","size"]);return t.createElement("svg",ik({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polygon",{points:"3 11 22 2 13 21 11 13 3 11"}))}));function sk(){return sk=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},sk.apply(this,arguments)}function ck(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}lk.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},lk.displayName="Navigation";var uk=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=ck(e,["color","size"]);return t.createElement("svg",sk({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polygon",{points:"7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2"}))}));function pk(){return pk=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},pk.apply(this,arguments)}function fk(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}uk.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},uk.displayName="Octagon";var dk=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=fk(e,["color","size"]);return t.createElement("svg",pk({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"16.5",y1:"9.4",x2:"7.5",y2:"4.21"}),t.createElement("path",{d:"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"}),t.createElement("polyline",{points:"3.27 6.96 12 12.01 20.73 6.96"}),t.createElement("line",{x1:"12",y1:"22.08",x2:"12",y2:"12"}))}));function gk(){return gk=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},gk.apply(this,arguments)}function yk(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}dk.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},dk.displayName="Package";var hk=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=yk(e,["color","size"]);return t.createElement("svg",gk({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M21.44 11.05l-9.19 9.19a6 6 0 0 1-8.49-8.49l9.19-9.19a4 4 0 0 1 5.66 5.66l-9.2 9.19a2 2 0 0 1-2.83-2.83l8.49-8.48"}))}));function vk(){return vk=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},vk.apply(this,arguments)}function mk(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}hk.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},hk.displayName="Paperclip";var bk=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=mk(e,["color","size"]);return t.createElement("svg",vk({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("line",{x1:"10",y1:"15",x2:"10",y2:"9"}),t.createElement("line",{x1:"14",y1:"15",x2:"14",y2:"9"}))}));function wk(){return wk=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},wk.apply(this,arguments)}function Ok(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}bk.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},bk.displayName="PauseCircle";var xk=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ok(e,["color","size"]);return t.createElement("svg",wk({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"6",y:"4",width:"4",height:"16"}),t.createElement("rect",{x:"14",y:"4",width:"4",height:"16"}))}));function jk(){return jk=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},jk.apply(this,arguments)}function kk(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}xk.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},xk.displayName="Pause";var Ek=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=kk(e,["color","size"]);return t.createElement("svg",jk({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M12 19l7-7 3 3-7 7-3-3z"}),t.createElement("path",{d:"M18 13l-1.5-7.5L2 2l3.5 14.5L13 18l5-5z"}),t.createElement("path",{d:"M2 2l7.586 7.586"}),t.createElement("circle",{cx:"11",cy:"11",r:"2"}))}));function Sk(){return Sk=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Sk.apply(this,arguments)}function Pk(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Ek.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Ek.displayName="PenTool";var Ck=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Pk(e,["color","size"]);return t.createElement("svg",Sk({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"19",y1:"5",x2:"5",y2:"19"}),t.createElement("circle",{cx:"6.5",cy:"6.5",r:"2.5"}),t.createElement("circle",{cx:"17.5",cy:"17.5",r:"2.5"}))}));function zk(){return zk=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},zk.apply(this,arguments)}function Tk(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Ck.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Ck.displayName="Percent";var Lk=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Tk(e,["color","size"]);return t.createElement("svg",zk({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M15.05 5A5 5 0 0 1 19 8.95M15.05 1A9 9 0 0 1 23 8.94m-1 7.98v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"}))}));function Nk(){return Nk=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Nk.apply(this,arguments)}function Rk(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Lk.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Lk.displayName="PhoneCall";var Mk=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Rk(e,["color","size"]);return t.createElement("svg",Nk({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"19 1 23 5 19 9"}),t.createElement("line",{x1:"15",y1:"5",x2:"23",y2:"5"}),t.createElement("path",{d:"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"}))}));function Ik(){return Ik=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ik.apply(this,arguments)}function Ak(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Mk.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Mk.displayName="PhoneForwarded";var _k=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ak(e,["color","size"]);return t.createElement("svg",Ik({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"16 2 16 8 22 8"}),t.createElement("line",{x1:"23",y1:"1",x2:"16",y2:"8"}),t.createElement("path",{d:"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"}))}));function Dk(){return Dk=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Dk.apply(this,arguments)}function Bk(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}_k.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},_k.displayName="PhoneIncoming";var Fk=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Bk(e,["color","size"]);return t.createElement("svg",Dk({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"23",y1:"1",x2:"17",y2:"7"}),t.createElement("line",{x1:"17",y1:"1",x2:"23",y2:"7"}),t.createElement("path",{d:"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"}))}));function Wk(){return Wk=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Wk.apply(this,arguments)}function Vk(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Fk.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Fk.displayName="PhoneMissed";var Hk=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Vk(e,["color","size"]);return t.createElement("svg",Wk({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M10.68 13.31a16 16 0 0 0 3.41 2.6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7 2 2 0 0 1 1.72 2v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.42 19.42 0 0 1-3.33-2.67m-2.67-3.34a19.79 19.79 0 0 1-3.07-8.63A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91"}),t.createElement("line",{x1:"23",y1:"1",x2:"1",y2:"23"}))}));function Uk(){return Uk=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Uk.apply(this,arguments)}function Gk(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Hk.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Hk.displayName="PhoneOff";var $k=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Gk(e,["color","size"]);return t.createElement("svg",Uk({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"23 7 23 1 17 1"}),t.createElement("line",{x1:"16",y1:"8",x2:"23",y2:"1"}),t.createElement("path",{d:"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"}))}));function Yk(){return Yk=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Yk.apply(this,arguments)}function qk(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}$k.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},$k.displayName="PhoneOutgoing";var Xk=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=qk(e,["color","size"]);return t.createElement("svg",Yk({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"}))}));function Kk(){return Kk=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Kk.apply(this,arguments)}function Jk(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Xk.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Xk.displayName="Phone";var Zk=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Jk(e,["color","size"]);return t.createElement("svg",Kk({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M21.21 15.89A10 10 0 1 1 8 2.83"}),t.createElement("path",{d:"M22 12A10 10 0 0 0 12 2v10z"}))}));function Qk(){return Qk=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Qk.apply(this,arguments)}function eE(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Zk.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Zk.displayName="PieChart";var tE=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=eE(e,["color","size"]);return t.createElement("svg",Qk({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("polygon",{points:"10 8 16 12 10 16 10 8"}))}));function rE(){return rE=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},rE.apply(this,arguments)}function nE(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}tE.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},tE.displayName="PlayCircle";var oE=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=nE(e,["color","size"]);return t.createElement("svg",rE({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polygon",{points:"5 3 19 12 5 21 5 3"}))}));function iE(){return iE=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},iE.apply(this,arguments)}function aE(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}oE.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},oE.displayName="Play";var lE=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=aE(e,["color","size"]);return t.createElement("svg",iE({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("line",{x1:"12",y1:"8",x2:"12",y2:"16"}),t.createElement("line",{x1:"8",y1:"12",x2:"16",y2:"12"}))}));function sE(){return sE=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},sE.apply(this,arguments)}function cE(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}lE.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},lE.displayName="PlusCircle";var uE=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=cE(e,["color","size"]);return t.createElement("svg",sE({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",ry:"2"}),t.createElement("line",{x1:"12",y1:"8",x2:"12",y2:"16"}),t.createElement("line",{x1:"8",y1:"12",x2:"16",y2:"12"}))}));function pE(){return pE=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},pE.apply(this,arguments)}function fE(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}uE.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},uE.displayName="PlusSquare";var dE=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=fE(e,["color","size"]);return t.createElement("svg",pE({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"12",y1:"5",x2:"12",y2:"19"}),t.createElement("line",{x1:"5",y1:"12",x2:"19",y2:"12"}))}));function gE(){return gE=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},gE.apply(this,arguments)}function yE(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}dE.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},dE.displayName="Plus";var hE=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=yE(e,["color","size"]);return t.createElement("svg",gE({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M4 3h16a2 2 0 0 1 2 2v6a10 10 0 0 1-10 10A10 10 0 0 1 2 11V5a2 2 0 0 1 2-2z"}),t.createElement("polyline",{points:"8 10 12 14 16 10"}))}));function vE(){return vE=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},vE.apply(this,arguments)}function mE(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}hE.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},hE.displayName="Pocket";var bE=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=mE(e,["color","size"]);return t.createElement("svg",vE({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M18.36 6.64a9 9 0 1 1-12.73 0"}),t.createElement("line",{x1:"12",y1:"2",x2:"12",y2:"12"}))}));function wE(){return wE=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},wE.apply(this,arguments)}function OE(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}bE.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},bE.displayName="Power";var xE=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=OE(e,["color","size"]);return t.createElement("svg",wE({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"6 9 6 2 18 2 18 9"}),t.createElement("path",{d:"M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2"}),t.createElement("rect",{x:"6",y:"14",width:"12",height:"8"}))}));function jE(){return jE=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},jE.apply(this,arguments)}function kE(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}xE.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},xE.displayName="Printer";var EE=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=kE(e,["color","size"]);return t.createElement("svg",jE({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"2"}),t.createElement("path",{d:"M16.24 7.76a6 6 0 0 1 0 8.49m-8.48-.01a6 6 0 0 1 0-8.49m11.31-2.82a10 10 0 0 1 0 14.14m-14.14 0a10 10 0 0 1 0-14.14"}))}));function SE(){return SE=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},SE.apply(this,arguments)}function PE(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}EE.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},EE.displayName="Radio";var CE=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=PE(e,["color","size"]);return t.createElement("svg",SE({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"1 4 1 10 7 10"}),t.createElement("polyline",{points:"23 20 23 14 17 14"}),t.createElement("path",{d:"M20.49 9A9 9 0 0 0 5.64 5.64L1 10m22 4l-4.64 4.36A9 9 0 0 1 3.51 15"}))}));function zE(){return zE=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},zE.apply(this,arguments)}function TE(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}CE.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},CE.displayName="RefreshCcw";var LE=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=TE(e,["color","size"]);return t.createElement("svg",zE({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"23 4 23 10 17 10"}),t.createElement("polyline",{points:"1 20 1 14 7 14"}),t.createElement("path",{d:"M3.51 9a9 9 0 0 1 14.85-3.36L23 10M1 14l4.64 4.36A9 9 0 0 0 20.49 15"}))}));function NE(){return NE=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},NE.apply(this,arguments)}function RE(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}LE.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},LE.displayName="RefreshCw";var ME=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=RE(e,["color","size"]);return t.createElement("svg",NE({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"17 1 21 5 17 9"}),t.createElement("path",{d:"M3 11V9a4 4 0 0 1 4-4h14"}),t.createElement("polyline",{points:"7 23 3 19 7 15"}),t.createElement("path",{d:"M21 13v2a4 4 0 0 1-4 4H3"}))}));function IE(){return IE=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},IE.apply(this,arguments)}function AE(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}ME.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},ME.displayName="Repeat";var _E=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=AE(e,["color","size"]);return t.createElement("svg",IE({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polygon",{points:"11 19 2 12 11 5 11 19"}),t.createElement("polygon",{points:"22 19 13 12 22 5 22 19"}))}));function DE(){return DE=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},DE.apply(this,arguments)}function BE(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}_E.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},_E.displayName="Rewind";var FE=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=BE(e,["color","size"]);return t.createElement("svg",DE({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"1 4 1 10 7 10"}),t.createElement("path",{d:"M3.51 15a9 9 0 1 0 2.13-9.36L1 10"}))}));function WE(){return WE=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},WE.apply(this,arguments)}function VE(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}FE.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},FE.displayName="RotateCcw";var HE=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=VE(e,["color","size"]);return t.createElement("svg",WE({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"23 4 23 10 17 10"}),t.createElement("path",{d:"M20.49 15a9 9 0 1 1-2.12-9.36L23 10"}))}));function UE(){return UE=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},UE.apply(this,arguments)}function GE(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}HE.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},HE.displayName="RotateCw";var $E=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=GE(e,["color","size"]);return t.createElement("svg",UE({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M4 11a9 9 0 0 1 9 9"}),t.createElement("path",{d:"M4 4a16 16 0 0 1 16 16"}),t.createElement("circle",{cx:"5",cy:"19",r:"1"}))}));function YE(){return YE=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},YE.apply(this,arguments)}function qE(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}$E.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},$E.displayName="Rss";var XE=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=qE(e,["color","size"]);return t.createElement("svg",YE({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11l5 5v11a2 2 0 0 1-2 2z"}),t.createElement("polyline",{points:"17 21 17 13 7 13 7 21"}),t.createElement("polyline",{points:"7 3 7 8 15 8"}))}));function KE(){return KE=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},KE.apply(this,arguments)}function JE(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}XE.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},XE.displayName="Save";var ZE=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=JE(e,["color","size"]);return t.createElement("svg",KE({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"6",cy:"6",r:"3"}),t.createElement("circle",{cx:"6",cy:"18",r:"3"}),t.createElement("line",{x1:"20",y1:"4",x2:"8.12",y2:"15.88"}),t.createElement("line",{x1:"14.47",y1:"14.48",x2:"20",y2:"20"}),t.createElement("line",{x1:"8.12",y1:"8.12",x2:"12",y2:"12"}))}));function QE(){return QE=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},QE.apply(this,arguments)}function eS(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}ZE.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},ZE.displayName="Scissors";var tS=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=eS(e,["color","size"]);return t.createElement("svg",QE({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"11",cy:"11",r:"8"}),t.createElement("line",{x1:"21",y1:"21",x2:"16.65",y2:"16.65"}))}));function rS(){return rS=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},rS.apply(this,arguments)}function nS(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}tS.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},tS.displayName="Search";var oS=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=nS(e,["color","size"]);return t.createElement("svg",rS({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"22",y1:"2",x2:"11",y2:"13"}),t.createElement("polygon",{points:"22 2 15 22 11 13 2 9 22 2"}))}));function iS(){return iS=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},iS.apply(this,arguments)}function aS(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}oS.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},oS.displayName="Send";var lS=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=aS(e,["color","size"]);return t.createElement("svg",iS({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"2",y:"2",width:"20",height:"8",rx:"2",ry:"2"}),t.createElement("rect",{x:"2",y:"14",width:"20",height:"8",rx:"2",ry:"2"}),t.createElement("line",{x1:"6",y1:"6",x2:"6.01",y2:"6"}),t.createElement("line",{x1:"6",y1:"18",x2:"6.01",y2:"18"}))}));function sS(){return sS=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},sS.apply(this,arguments)}function cS(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}lS.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},lS.displayName="Server";var uS=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=cS(e,["color","size"]);return t.createElement("svg",sS({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"3"}),t.createElement("path",{d:"M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z"}))}));function pS(){return pS=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},pS.apply(this,arguments)}function fS(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}uS.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},uS.displayName="Settings";var dS=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=fS(e,["color","size"]);return t.createElement("svg",pS({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"18",cy:"5",r:"3"}),t.createElement("circle",{cx:"6",cy:"12",r:"3"}),t.createElement("circle",{cx:"18",cy:"19",r:"3"}),t.createElement("line",{x1:"8.59",y1:"13.51",x2:"15.42",y2:"17.49"}),t.createElement("line",{x1:"15.41",y1:"6.51",x2:"8.59",y2:"10.49"}))}));function gS(){return gS=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},gS.apply(this,arguments)}function yS(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}dS.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},dS.displayName="Share2";var hS=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=yS(e,["color","size"]);return t.createElement("svg",gS({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8"}),t.createElement("polyline",{points:"16 6 12 2 8 6"}),t.createElement("line",{x1:"12",y1:"2",x2:"12",y2:"15"}))}));function vS(){return vS=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},vS.apply(this,arguments)}function mS(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}hS.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},hS.displayName="Share";var bS=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=mS(e,["color","size"]);return t.createElement("svg",vS({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M19.69 14a6.9 6.9 0 0 0 .31-2V5l-8-3-3.16 1.18"}),t.createElement("path",{d:"M4.73 4.73L4 5v7c0 6 8 10 8 10a20.29 20.29 0 0 0 5.62-4.38"}),t.createElement("line",{x1:"1",y1:"1",x2:"23",y2:"23"}))}));function wS(){return wS=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},wS.apply(this,arguments)}function OS(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}bS.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},bS.displayName="ShieldOff";var xS=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=OS(e,["color","size"]);return t.createElement("svg",wS({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"}))}));function jS(){return jS=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},jS.apply(this,arguments)}function kS(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}xS.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},xS.displayName="Shield";var ES=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=kS(e,["color","size"]);return t.createElement("svg",jS({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M6 2L3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4z"}),t.createElement("line",{x1:"3",y1:"6",x2:"21",y2:"6"}),t.createElement("path",{d:"M16 10a4 4 0 0 1-8 0"}))}));function SS(){return SS=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},SS.apply(this,arguments)}function PS(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}ES.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},ES.displayName="ShoppingBag";var CS=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=PS(e,["color","size"]);return t.createElement("svg",SS({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"9",cy:"21",r:"1"}),t.createElement("circle",{cx:"20",cy:"21",r:"1"}),t.createElement("path",{d:"M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6"}))}));function zS(){return zS=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},zS.apply(this,arguments)}function TS(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}CS.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},CS.displayName="ShoppingCart";var LS=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=TS(e,["color","size"]);return t.createElement("svg",zS({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"16 3 21 3 21 8"}),t.createElement("line",{x1:"4",y1:"20",x2:"21",y2:"3"}),t.createElement("polyline",{points:"21 16 21 21 16 21"}),t.createElement("line",{x1:"15",y1:"15",x2:"21",y2:"21"}),t.createElement("line",{x1:"4",y1:"4",x2:"9",y2:"9"}))}));function NS(){return NS=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},NS.apply(this,arguments)}function RS(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}LS.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},LS.displayName="Shuffle";var MS=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=RS(e,["color","size"]);return t.createElement("svg",NS({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",ry:"2"}),t.createElement("line",{x1:"9",y1:"3",x2:"9",y2:"21"}))}));function IS(){return IS=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},IS.apply(this,arguments)}function AS(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}MS.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},MS.displayName="Sidebar";var _S=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=AS(e,["color","size"]);return t.createElement("svg",IS({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polygon",{points:"19 20 9 12 19 4 19 20"}),t.createElement("line",{x1:"5",y1:"19",x2:"5",y2:"5"}))}));function DS(){return DS=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},DS.apply(this,arguments)}function BS(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}_S.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},_S.displayName="SkipBack";var FS=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=BS(e,["color","size"]);return t.createElement("svg",DS({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polygon",{points:"5 4 15 12 5 20 5 4"}),t.createElement("line",{x1:"19",y1:"5",x2:"19",y2:"19"}))}));function WS(){return WS=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},WS.apply(this,arguments)}function VS(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}FS.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},FS.displayName="SkipForward";var HS=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=VS(e,["color","size"]);return t.createElement("svg",WS({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M14.5 10c-.83 0-1.5-.67-1.5-1.5v-5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5v5c0 .83-.67 1.5-1.5 1.5z"}),t.createElement("path",{d:"M20.5 10H19V8.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"}),t.createElement("path",{d:"M9.5 14c.83 0 1.5.67 1.5 1.5v5c0 .83-.67 1.5-1.5 1.5S8 21.33 8 20.5v-5c0-.83.67-1.5 1.5-1.5z"}),t.createElement("path",{d:"M3.5 14H5v1.5c0 .83-.67 1.5-1.5 1.5S2 16.33 2 15.5 2.67 14 3.5 14z"}),t.createElement("path",{d:"M14 14.5c0-.83.67-1.5 1.5-1.5h5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5h-5c-.83 0-1.5-.67-1.5-1.5z"}),t.createElement("path",{d:"M15.5 19H14v1.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5-.67-1.5-1.5-1.5z"}),t.createElement("path",{d:"M10 9.5C10 8.67 9.33 8 8.5 8h-5C2.67 8 2 8.67 2 9.5S2.67 11 3.5 11h5c.83 0 1.5-.67 1.5-1.5z"}),t.createElement("path",{d:"M8.5 5H10V3.5C10 2.67 9.33 2 8.5 2S7 2.67 7 3.5 7.67 5 8.5 5z"}))}));function US(){return US=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},US.apply(this,arguments)}function GS(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}HS.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},HS.displayName="Slack";var $S=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=GS(e,["color","size"]);return t.createElement("svg",US({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("line",{x1:"4.93",y1:"4.93",x2:"19.07",y2:"19.07"}))}));function YS(){return YS=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},YS.apply(this,arguments)}function qS(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}$S.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},$S.displayName="Slash";var XS=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=qS(e,["color","size"]);return t.createElement("svg",YS({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"4",y1:"21",x2:"4",y2:"14"}),t.createElement("line",{x1:"4",y1:"10",x2:"4",y2:"3"}),t.createElement("line",{x1:"12",y1:"21",x2:"12",y2:"12"}),t.createElement("line",{x1:"12",y1:"8",x2:"12",y2:"3"}),t.createElement("line",{x1:"20",y1:"21",x2:"20",y2:"16"}),t.createElement("line",{x1:"20",y1:"12",x2:"20",y2:"3"}),t.createElement("line",{x1:"1",y1:"14",x2:"7",y2:"14"}),t.createElement("line",{x1:"9",y1:"8",x2:"15",y2:"8"}),t.createElement("line",{x1:"17",y1:"16",x2:"23",y2:"16"}))}));function KS(){return KS=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},KS.apply(this,arguments)}function JS(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}XS.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},XS.displayName="Sliders";var ZS=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=JS(e,["color","size"]);return t.createElement("svg",KS({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"5",y:"2",width:"14",height:"20",rx:"2",ry:"2"}),t.createElement("line",{x1:"12",y1:"18",x2:"12.01",y2:"18"}))}));function QS(){return QS=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},QS.apply(this,arguments)}function eP(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}ZS.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},ZS.displayName="Smartphone";var tP=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=eP(e,["color","size"]);return t.createElement("svg",QS({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("path",{d:"M8 14s1.5 2 4 2 4-2 4-2"}),t.createElement("line",{x1:"9",y1:"9",x2:"9.01",y2:"9"}),t.createElement("line",{x1:"15",y1:"9",x2:"15.01",y2:"9"}))}));function rP(){return rP=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},rP.apply(this,arguments)}function nP(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}tP.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},tP.displayName="Smile";var oP=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=nP(e,["color","size"]);return t.createElement("svg",rP({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"4",y:"2",width:"16",height:"20",rx:"2",ry:"2"}),t.createElement("circle",{cx:"12",cy:"14",r:"4"}),t.createElement("line",{x1:"12",y1:"6",x2:"12.01",y2:"6"}))}));function iP(){return iP=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},iP.apply(this,arguments)}function aP(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}oP.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},oP.displayName="Speaker";var lP=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=aP(e,["color","size"]);return t.createElement("svg",iP({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",ry:"2"}))}));function sP(){return sP=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},sP.apply(this,arguments)}function cP(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}lP.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},lP.displayName="Square";var uP=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=cP(e,["color","size"]);return t.createElement("svg",sP({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polygon",{points:"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"}))}));function pP(){return pP=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},pP.apply(this,arguments)}function fP(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}uP.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},uP.displayName="Star";var dP=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=fP(e,["color","size"]);return t.createElement("svg",pP({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("rect",{x:"9",y:"9",width:"6",height:"6"}))}));function gP(){return gP=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},gP.apply(this,arguments)}function yP(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}dP.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},dP.displayName="StopCircle";var hP=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=yP(e,["color","size"]);return t.createElement("svg",gP({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"5"}),t.createElement("line",{x1:"12",y1:"1",x2:"12",y2:"3"}),t.createElement("line",{x1:"12",y1:"21",x2:"12",y2:"23"}),t.createElement("line",{x1:"4.22",y1:"4.22",x2:"5.64",y2:"5.64"}),t.createElement("line",{x1:"18.36",y1:"18.36",x2:"19.78",y2:"19.78"}),t.createElement("line",{x1:"1",y1:"12",x2:"3",y2:"12"}),t.createElement("line",{x1:"21",y1:"12",x2:"23",y2:"12"}),t.createElement("line",{x1:"4.22",y1:"19.78",x2:"5.64",y2:"18.36"}),t.createElement("line",{x1:"18.36",y1:"5.64",x2:"19.78",y2:"4.22"}))}));function vP(){return vP=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},vP.apply(this,arguments)}function mP(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}hP.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},hP.displayName="Sun";var bP=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=mP(e,["color","size"]);return t.createElement("svg",vP({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M17 18a5 5 0 0 0-10 0"}),t.createElement("line",{x1:"12",y1:"2",x2:"12",y2:"9"}),t.createElement("line",{x1:"4.22",y1:"10.22",x2:"5.64",y2:"11.64"}),t.createElement("line",{x1:"1",y1:"18",x2:"3",y2:"18"}),t.createElement("line",{x1:"21",y1:"18",x2:"23",y2:"18"}),t.createElement("line",{x1:"18.36",y1:"11.64",x2:"19.78",y2:"10.22"}),t.createElement("line",{x1:"23",y1:"22",x2:"1",y2:"22"}),t.createElement("polyline",{points:"8 6 12 2 16 6"}))}));function wP(){return wP=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},wP.apply(this,arguments)}function OP(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}bP.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},bP.displayName="Sunrise";var xP=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=OP(e,["color","size"]);return t.createElement("svg",wP({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M17 18a5 5 0 0 0-10 0"}),t.createElement("line",{x1:"12",y1:"9",x2:"12",y2:"2"}),t.createElement("line",{x1:"4.22",y1:"10.22",x2:"5.64",y2:"11.64"}),t.createElement("line",{x1:"1",y1:"18",x2:"3",y2:"18"}),t.createElement("line",{x1:"21",y1:"18",x2:"23",y2:"18"}),t.createElement("line",{x1:"18.36",y1:"11.64",x2:"19.78",y2:"10.22"}),t.createElement("line",{x1:"23",y1:"22",x2:"1",y2:"22"}),t.createElement("polyline",{points:"16 5 12 9 8 5"}))}));function jP(){return jP=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},jP.apply(this,arguments)}function kP(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}xP.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},xP.displayName="Sunset";var EP=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=kP(e,["color","size"]);return t.createElement("svg",jP({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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"}))}));function SP(){return SP=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},SP.apply(this,arguments)}function PP(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}EP.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},EP.displayName="Table";var CP=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=PP(e,["color","size"]);return t.createElement("svg",SP({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"4",y:"2",width:"16",height:"20",rx:"2",ry:"2"}),t.createElement("line",{x1:"12",y1:"18",x2:"12.01",y2:"18"}))}));function zP(){return zP=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},zP.apply(this,arguments)}function TP(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}CP.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},CP.displayName="Tablet";var LP=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=TP(e,["color","size"]);return t.createElement("svg",zP({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M20.59 13.41l-7.17 7.17a2 2 0 0 1-2.83 0L2 12V2h10l8.59 8.59a2 2 0 0 1 0 2.82z"}),t.createElement("line",{x1:"7",y1:"7",x2:"7.01",y2:"7"}))}));function NP(){return NP=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},NP.apply(this,arguments)}function RP(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}LP.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},LP.displayName="Tag";var MP=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=RP(e,["color","size"]);return t.createElement("svg",NP({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("circle",{cx:"12",cy:"12",r:"6"}),t.createElement("circle",{cx:"12",cy:"12",r:"2"}))}));function IP(){return IP=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},IP.apply(this,arguments)}function AP(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}MP.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},MP.displayName="Target";var _P=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=AP(e,["color","size"]);return t.createElement("svg",IP({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"4 17 10 11 4 5"}),t.createElement("line",{x1:"12",y1:"19",x2:"20",y2:"19"}))}));function DP(){return DP=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},DP.apply(this,arguments)}function BP(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}_P.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},_P.displayName="Terminal";var FP=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=BP(e,["color","size"]);return t.createElement("svg",DP({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M14 14.76V3.5a2.5 2.5 0 0 0-5 0v11.26a4.5 4.5 0 1 0 5 0z"}))}));function WP(){return WP=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},WP.apply(this,arguments)}function VP(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}FP.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},FP.displayName="Thermometer";var HP=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=VP(e,["color","size"]);return t.createElement("svg",WP({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M10 15v4a3 3 0 0 0 3 3l4-9V2H5.72a2 2 0 0 0-2 1.7l-1.38 9a2 2 0 0 0 2 2.3zm7-13h2.67A2.31 2.31 0 0 1 22 4v7a2.31 2.31 0 0 1-2.33 2H17"}))}));function UP(){return UP=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},UP.apply(this,arguments)}function GP(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}HP.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},HP.displayName="ThumbsDown";var $P=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=GP(e,["color","size"]);return t.createElement("svg",UP({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3"}))}));function YP(){return YP=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},YP.apply(this,arguments)}function qP(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}$P.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},$P.displayName="ThumbsUp";var XP=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=qP(e,["color","size"]);return t.createElement("svg",YP({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"1",y:"5",width:"22",height:"14",rx:"7",ry:"7"}),t.createElement("circle",{cx:"8",cy:"12",r:"3"}))}));function KP(){return KP=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},KP.apply(this,arguments)}function JP(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}XP.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},XP.displayName="ToggleLeft";var ZP=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=JP(e,["color","size"]);return t.createElement("svg",KP({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"1",y:"5",width:"22",height:"14",rx:"7",ry:"7"}),t.createElement("circle",{cx:"16",cy:"12",r:"3"}))}));function QP(){return QP=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},QP.apply(this,arguments)}function eC(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}ZP.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},ZP.displayName="ToggleRight";var tC=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=eC(e,["color","size"]);return t.createElement("svg",QP({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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"}))}));function rC(){return rC=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},rC.apply(this,arguments)}function nC(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}tC.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},tC.displayName="Tool";var oC=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=nC(e,["color","size"]);return t.createElement("svg",rC({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"3 6 5 6 21 6"}),t.createElement("path",{d:"M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"}),t.createElement("line",{x1:"10",y1:"11",x2:"10",y2:"17"}),t.createElement("line",{x1:"14",y1:"11",x2:"14",y2:"17"}))}));function iC(){return iC=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},iC.apply(this,arguments)}function aC(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}oC.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},oC.displayName="Trash2";var lC=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=aC(e,["color","size"]);return t.createElement("svg",iC({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"3 6 5 6 21 6"}),t.createElement("path",{d:"M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"}))}));function sC(){return sC=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},sC.apply(this,arguments)}function cC(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}lC.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},lC.displayName="Trash";var uC=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=cC(e,["color","size"]);return t.createElement("svg",sC({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",ry:"2"}),t.createElement("rect",{x:"7",y:"7",width:"3",height:"9"}),t.createElement("rect",{x:"14",y:"7",width:"3",height:"5"}))}));function pC(){return pC=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},pC.apply(this,arguments)}function fC(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}uC.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},uC.displayName="Trello";var dC=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=fC(e,["color","size"]);return t.createElement("svg",pC({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"23 18 13.5 8.5 8.5 13.5 1 6"}),t.createElement("polyline",{points:"17 18 23 18 23 12"}))}));function gC(){return gC=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},gC.apply(this,arguments)}function yC(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}dC.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},dC.displayName="TrendingDown";var hC=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=yC(e,["color","size"]);return t.createElement("svg",gC({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"23 6 13.5 15.5 8.5 10.5 1 18"}),t.createElement("polyline",{points:"17 6 23 6 23 12"}))}));function vC(){return vC=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},vC.apply(this,arguments)}function mC(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}hC.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},hC.displayName="TrendingUp";var bC=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=mC(e,["color","size"]);return t.createElement("svg",vC({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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"}))}));function wC(){return wC=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},wC.apply(this,arguments)}function OC(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}bC.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},bC.displayName="Triangle";var xC=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=OC(e,["color","size"]);return t.createElement("svg",wC({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"1",y:"3",width:"15",height:"13"}),t.createElement("polygon",{points:"16 8 20 8 23 11 23 16 16 16 16 8"}),t.createElement("circle",{cx:"5.5",cy:"18.5",r:"2.5"}),t.createElement("circle",{cx:"18.5",cy:"18.5",r:"2.5"}))}));function jC(){return jC=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},jC.apply(this,arguments)}function kC(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}xC.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},xC.displayName="Truck";var EC=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=kC(e,["color","size"]);return t.createElement("svg",jC({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"2",y:"7",width:"20",height:"15",rx:"2",ry:"2"}),t.createElement("polyline",{points:"17 2 12 7 7 2"}))}));function SC(){return SC=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},SC.apply(this,arguments)}function PC(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}EC.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},EC.displayName="Tv";var CC=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=PC(e,["color","size"]);return t.createElement("svg",SC({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M21 2H3v16h5v4l4-4h5l4-4V2zm-10 9V7m5 4V7"}))}));function zC(){return zC=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},zC.apply(this,arguments)}function TC(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}CC.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},CC.displayName="Twitch";var LC=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=TC(e,["color","size"]);return t.createElement("svg",zC({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M23 3a10.9 10.9 0 0 1-3.14 1.53 4.48 4.48 0 0 0-7.86 3v1A10.66 10.66 0 0 1 3 4s-4 9 5 13a11.64 11.64 0 0 1-7 2c9 5 20 0 20-11.5a4.5 4.5 0 0 0-.08-.83A7.72 7.72 0 0 0 23 3z"}))}));function NC(){return NC=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},NC.apply(this,arguments)}function RC(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}LC.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},LC.displayName="Twitter";var MC=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=RC(e,["color","size"]);return t.createElement("svg",NC({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"4 7 4 4 20 4 20 7"}),t.createElement("line",{x1:"9",y1:"20",x2:"15",y2:"20"}),t.createElement("line",{x1:"12",y1:"4",x2:"12",y2:"20"}))}));function IC(){return IC=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},IC.apply(this,arguments)}function AC(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}MC.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},MC.displayName="Type";var _C=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=AC(e,["color","size"]);return t.createElement("svg",IC({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M23 12a11.05 11.05 0 0 0-22 0zm-5 7a3 3 0 0 1-6 0v-7"}))}));function DC(){return DC=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},DC.apply(this,arguments)}function BC(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}_C.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},_C.displayName="Umbrella";var FC=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=BC(e,["color","size"]);return t.createElement("svg",DC({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M6 3v7a6 6 0 0 0 6 6 6 6 0 0 0 6-6V3"}),t.createElement("line",{x1:"4",y1:"21",x2:"20",y2:"21"}))}));function WC(){return WC=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},WC.apply(this,arguments)}function VC(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}FC.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},FC.displayName="Underline";var HC=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=VC(e,["color","size"]);return t.createElement("svg",WC({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"3",y:"11",width:"18",height:"11",rx:"2",ry:"2"}),t.createElement("path",{d:"M7 11V7a5 5 0 0 1 9.9-1"}))}));function UC(){return UC=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},UC.apply(this,arguments)}function GC(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}HC.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},HC.displayName="Unlock";var $C=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=GC(e,["color","size"]);return t.createElement("svg",UC({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"16 16 12 12 8 16"}),t.createElement("line",{x1:"12",y1:"12",x2:"12",y2:"21"}),t.createElement("path",{d:"M20.39 18.39A5 5 0 0 0 18 9h-1.26A8 8 0 1 0 3 16.3"}),t.createElement("polyline",{points:"16 16 12 12 8 16"}))}));function YC(){return YC=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},YC.apply(this,arguments)}function qC(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}$C.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},$C.displayName="UploadCloud";var XC=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=qC(e,["color","size"]);return t.createElement("svg",YC({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"}),t.createElement("polyline",{points:"17 8 12 3 7 8"}),t.createElement("line",{x1:"12",y1:"3",x2:"12",y2:"15"}))}));function KC(){return KC=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},KC.apply(this,arguments)}function JC(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}XC.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},XC.displayName="Upload";var ZC=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=JC(e,["color","size"]);return t.createElement("svg",KC({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"}),t.createElement("circle",{cx:"8.5",cy:"7",r:"4"}),t.createElement("polyline",{points:"17 11 19 13 23 9"}))}));function QC(){return QC=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},QC.apply(this,arguments)}function ez(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}ZC.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},ZC.displayName="UserCheck";var tz=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=ez(e,["color","size"]);return t.createElement("svg",QC({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"}),t.createElement("circle",{cx:"8.5",cy:"7",r:"4"}),t.createElement("line",{x1:"23",y1:"11",x2:"17",y2:"11"}))}));function rz(){return rz=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},rz.apply(this,arguments)}function nz(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}tz.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},tz.displayName="UserMinus";var oz=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=nz(e,["color","size"]);return t.createElement("svg",rz({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"}),t.createElement("circle",{cx:"8.5",cy:"7",r:"4"}),t.createElement("line",{x1:"20",y1:"8",x2:"20",y2:"14"}),t.createElement("line",{x1:"23",y1:"11",x2:"17",y2:"11"}))}));function iz(){return iz=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},iz.apply(this,arguments)}function az(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}oz.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},oz.displayName="UserPlus";var lz=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=az(e,["color","size"]);return t.createElement("svg",iz({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"}),t.createElement("circle",{cx:"8.5",cy:"7",r:"4"}),t.createElement("line",{x1:"18",y1:"8",x2:"23",y2:"13"}),t.createElement("line",{x1:"23",y1:"8",x2:"18",y2:"13"}))}));function sz(){return sz=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},sz.apply(this,arguments)}function cz(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}lz.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},lz.displayName="UserX";var uz=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=cz(e,["color","size"]);return t.createElement("svg",sz({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"}),t.createElement("circle",{cx:"12",cy:"7",r:"4"}))}));function pz(){return pz=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},pz.apply(this,arguments)}function fz(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}uz.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},uz.displayName="User";var dz=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=fz(e,["color","size"]);return t.createElement("svg",pz({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"}),t.createElement("circle",{cx:"9",cy:"7",r:"4"}),t.createElement("path",{d:"M23 21v-2a4 4 0 0 0-3-3.87"}),t.createElement("path",{d:"M16 3.13a4 4 0 0 1 0 7.75"}))}));function gz(){return gz=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},gz.apply(this,arguments)}function yz(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}dz.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},dz.displayName="Users";var hz=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=yz(e,["color","size"]);return t.createElement("svg",gz({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M16 16v1a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h2m5.66 0H14a2 2 0 0 1 2 2v3.34l1 1L23 7v10"}),t.createElement("line",{x1:"1",y1:"1",x2:"23",y2:"23"}))}));function vz(){return vz=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},vz.apply(this,arguments)}function mz(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}hz.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},hz.displayName="VideoOff";var bz=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=mz(e,["color","size"]);return t.createElement("svg",vz({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polygon",{points:"23 7 16 12 23 17 23 7"}),t.createElement("rect",{x:"1",y:"5",width:"15",height:"14",rx:"2",ry:"2"}))}));function wz(){return wz=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},wz.apply(this,arguments)}function Oz(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}bz.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},bz.displayName="Video";var xz=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Oz(e,["color","size"]);return t.createElement("svg",wz({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"5.5",cy:"11.5",r:"4.5"}),t.createElement("circle",{cx:"18.5",cy:"11.5",r:"4.5"}),t.createElement("line",{x1:"5.5",y1:"16",x2:"18.5",y2:"16"}))}));function jz(){return jz=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},jz.apply(this,arguments)}function kz(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}xz.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},xz.displayName="Voicemail";var Ez=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=kz(e,["color","size"]);return t.createElement("svg",jz({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polygon",{points:"11 5 6 9 2 9 2 15 6 15 11 19 11 5"}),t.createElement("path",{d:"M15.54 8.46a5 5 0 0 1 0 7.07"}))}));function Sz(){return Sz=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Sz.apply(this,arguments)}function Pz(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Ez.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Ez.displayName="Volume1";var Cz=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Pz(e,["color","size"]);return t.createElement("svg",Sz({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polygon",{points:"11 5 6 9 2 9 2 15 6 15 11 19 11 5"}),t.createElement("path",{d:"M19.07 4.93a10 10 0 0 1 0 14.14M15.54 8.46a5 5 0 0 1 0 7.07"}))}));function zz(){return zz=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},zz.apply(this,arguments)}function Tz(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Cz.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Cz.displayName="Volume2";var Lz=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Tz(e,["color","size"]);return t.createElement("svg",zz({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polygon",{points:"11 5 6 9 2 9 2 15 6 15 11 19 11 5"}),t.createElement("line",{x1:"23",y1:"9",x2:"17",y2:"15"}),t.createElement("line",{x1:"17",y1:"9",x2:"23",y2:"15"}))}));function Nz(){return Nz=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Nz.apply(this,arguments)}function Rz(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Lz.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Lz.displayName="VolumeX";var Mz=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Rz(e,["color","size"]);return t.createElement("svg",Nz({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polygon",{points:"11 5 6 9 2 9 2 15 6 15 11 19 11 5"}))}));function Iz(){return Iz=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Iz.apply(this,arguments)}function Az(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Mz.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Mz.displayName="Volume";var _z=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Az(e,["color","size"]);return t.createElement("svg",Iz({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"7"}),t.createElement("polyline",{points:"12 9 12 12 13.5 13.5"}),t.createElement("path",{d:"M16.51 17.35l-.35 3.83a2 2 0 0 1-2 1.82H9.83a2 2 0 0 1-2-1.82l-.35-3.83m.01-10.7l.35-3.83A2 2 0 0 1 9.83 1h4.35a2 2 0 0 1 2 1.82l.35 3.83"}))}));function Dz(){return Dz=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Dz.apply(this,arguments)}function Bz(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}_z.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},_z.displayName="Watch";var Fz=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Bz(e,["color","size"]);return t.createElement("svg",Dz({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"1",y1:"1",x2:"23",y2:"23"}),t.createElement("path",{d:"M16.72 11.06A10.94 10.94 0 0 1 19 12.55"}),t.createElement("path",{d:"M5 12.55a10.94 10.94 0 0 1 5.17-2.39"}),t.createElement("path",{d:"M10.71 5.05A16 16 0 0 1 22.58 9"}),t.createElement("path",{d:"M1.42 9a15.91 15.91 0 0 1 4.7-2.88"}),t.createElement("path",{d:"M8.53 16.11a6 6 0 0 1 6.95 0"}),t.createElement("line",{x1:"12",y1:"20",x2:"12.01",y2:"20"}))}));function Wz(){return Wz=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Wz.apply(this,arguments)}function Vz(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Fz.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Fz.displayName="WifiOff";var Hz=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Vz(e,["color","size"]);return t.createElement("svg",Wz({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M5 12.55a11 11 0 0 1 14.08 0"}),t.createElement("path",{d:"M1.42 9a16 16 0 0 1 21.16 0"}),t.createElement("path",{d:"M8.53 16.11a6 6 0 0 1 6.95 0"}),t.createElement("line",{x1:"12",y1:"20",x2:"12.01",y2:"20"}))}));function Uz(){return Uz=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Uz.apply(this,arguments)}function Gz(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Hz.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Hz.displayName="Wifi";var $z=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Gz(e,["color","size"]);return t.createElement("svg",Uz({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M9.59 4.59A2 2 0 1 1 11 8H2m10.59 11.41A2 2 0 1 0 14 16H2m15.73-8.27A2.5 2.5 0 1 1 19.5 12H2"}))}));function Yz(){return Yz=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Yz.apply(this,arguments)}function qz(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}$z.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},$z.displayName="Wind";var Xz=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=qz(e,["color","size"]);return t.createElement("svg",Yz({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("line",{x1:"15",y1:"9",x2:"9",y2:"15"}),t.createElement("line",{x1:"9",y1:"9",x2:"15",y2:"15"}))}));function Kz(){return Kz=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Kz.apply(this,arguments)}function Jz(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Xz.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Xz.displayName="XCircle";var Zz=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Jz(e,["color","size"]);return t.createElement("svg",Kz({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polygon",{points:"7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2"}),t.createElement("line",{x1:"15",y1:"9",x2:"9",y2:"15"}),t.createElement("line",{x1:"9",y1:"9",x2:"15",y2:"15"}))}));function Qz(){return Qz=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Qz.apply(this,arguments)}function eT(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Zz.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Zz.displayName="XOctagon";var tT=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=eT(e,["color","size"]);return t.createElement("svg",Qz({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",ry:"2"}),t.createElement("line",{x1:"9",y1:"9",x2:"15",y2:"15"}),t.createElement("line",{x1:"15",y1:"9",x2:"9",y2:"15"}))}));function rT(){return rT=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},rT.apply(this,arguments)}function nT(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}tT.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},tT.displayName="XSquare";var oT=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=nT(e,["color","size"]);return t.createElement("svg",rT({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"18",y1:"6",x2:"6",y2:"18"}),t.createElement("line",{x1:"6",y1:"6",x2:"18",y2:"18"}))}));function iT(){return iT=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},iT.apply(this,arguments)}function aT(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}oT.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},oT.displayName="X";var lT=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=aT(e,["color","size"]);return t.createElement("svg",iT({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M22.54 6.42a2.78 2.78 0 0 0-1.94-2C18.88 4 12 4 12 4s-6.88 0-8.6.46a2.78 2.78 0 0 0-1.94 2A29 29 0 0 0 1 11.75a29 29 0 0 0 .46 5.33A2.78 2.78 0 0 0 3.4 19c1.72.46 8.6.46 8.6.46s6.88 0 8.6-.46a2.78 2.78 0 0 0 1.94-2 29 29 0 0 0 .46-5.25 29 29 0 0 0-.46-5.33z"}),t.createElement("polygon",{points:"9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02"}))}));function sT(){return sT=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},sT.apply(this,arguments)}function cT(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}lT.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},lT.displayName="Youtube";var uT=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=cT(e,["color","size"]);return t.createElement("svg",sT({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"12.41 6.75 13 2 10.57 4.92"}),t.createElement("polyline",{points:"18.57 12.91 21 10 15.66 10"}),t.createElement("polyline",{points:"8 8 3 14 12 14 11 22 16 16"}),t.createElement("line",{x1:"1",y1:"1",x2:"23",y2:"23"}))}));function pT(){return pT=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},pT.apply(this,arguments)}function fT(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}uT.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},uT.displayName="ZapOff";var dT=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=fT(e,["color","size"]);return t.createElement("svg",pT({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polygon",{points:"13 2 3 14 12 14 11 22 21 10 12 10 13 2"}))}));function gT(){return gT=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},gT.apply(this,arguments)}function yT(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}dT.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},dT.displayName="Zap";var hT=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=yT(e,["color","size"]);return t.createElement("svg",gT({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"11",cy:"11",r:"8"}),t.createElement("line",{x1:"21",y1:"21",x2:"16.65",y2:"16.65"}),t.createElement("line",{x1:"11",y1:"8",x2:"11",y2:"14"}),t.createElement("line",{x1:"8",y1:"11",x2:"14",y2:"11"}))}));function vT(){return vT=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},vT.apply(this,arguments)}function mT(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}hT.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},hT.displayName="ZoomIn";var bT=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=mT(e,["color","size"]);return t.createElement("svg",vT({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"11",cy:"11",r:"8"}),t.createElement("line",{x1:"21",y1:"21",x2:"16.65",y2:"16.65"}),t.createElement("line",{x1:"8",y1:"11",x2:"14",y2:"11"}))}));bT.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},bT.displayName="ZoomOut";var wT=Object.freeze({__proto__:null,Activity:Eg,Airplay:Cg,AlertCircle:Lg,AlertOctagon:Mg,AlertTriangle:_g,AlignCenter:Fg,AlignJustify:Hg,AlignLeft:$g,AlignRight:Xg,Anchor:Zg,Aperture:ty,Archive:oy,ArrowDown:hy,ArrowDownCircle:ly,ArrowDownLeft:uy,ArrowDownRight:dy,ArrowLeft:xy,ArrowLeftCircle:by,ArrowRight:Cy,ArrowRightCircle:Ey,ArrowUp:Fy,ArrowUpCircle:Ly,ArrowUpLeft:My,ArrowUpRight:_y,AtSign:Hy,Award:$y,BarChart:Zy,BarChart2:Xy,Battery:oh,BatteryCharging:th,Bell:uh,BellOff:lh,Bluetooth:dh,Bold:hh,Book:xh,BookOpen:bh,Bookmark:Eh,Box:Ch,Briefcase:Lh,Calendar:Mh,Camera:Fh,CameraOff:_h,Cast:Hh,Check:Zh,CheckCircle:$h,CheckSquare:Xh,ChevronDown:tv,ChevronLeft:ov,ChevronRight:lv,ChevronUp:uv,ChevronsDown:dv,ChevronsLeft:hv,ChevronsRight:bv,ChevronsUp:xv,Chrome:Ev,Circle:Cv,Clipboard:Lv,Clock:Mv,Cloud:Zv,CloudDrizzle:_v,CloudLightning:Fv,CloudOff:Hv,CloudRain:$v,CloudSnow:Xv,Code:tm,Codepen:om,Codesandbox:lm,Coffee:um,Columns:dm,Command:hm,Compass:bm,Copy:xm,CornerDownLeft:Em,CornerDownRight:Cm,CornerLeftDown:Lm,CornerLeftUp:Mm,CornerRightDown:_m,CornerRightUp:Fm,CornerUpLeft:Hm,CornerUpRight:$m,Cpu:Xm,CreditCard:Zm,Crop:tb,Crosshair:ob,Database:lb,Delete:ub,Disc:db,Divide:xb,DivideCircle:hb,DivideSquare:bb,DollarSign:Eb,Download:Lb,DownloadCloud:Cb,Dribbble:Mb,Droplet:_b,Edit:$b,Edit2:Fb,Edit3:Hb,ExternalLink:Xb,Eye:tw,EyeOff:Zb,Facebook:ow,FastForward:lw,Feather:uw,Figma:dw,File:Ew,FileMinus:hw,FilePlus:bw,FileText:xw,Film:Cw,Filter:Lw,Flag:Mw,Folder:Hw,FolderMinus:_w,FolderPlus:Fw,Framer:$w,Frown:Xw,Gift:Zw,GitBranch:tO,GitCommit:oO,GitHub:dO,GitMerge:lO,GitPullRequest:uO,Gitlab:hO,Globe:bO,Grid:xO,HardDrive:EO,Hash:CO,Headphones:LO,Heart:MO,HelpCircle:_O,Hexagon:FO,Home:HO,Image:$O,Inbox:XO,Info:ZO,Instagram:tx,Italic:ox,Key:lx,Layers:ux,Layout:dx,LifeBuoy:hx,Link:xx,Link2:bx,Linkedin:Ex,List:Cx,Loader:Lx,Lock:Mx,LogIn:_x,LogOut:Fx,Mail:Hx,Map:Xx,MapPin:$x,Maximize:tj,Maximize2:Zx,Meh:oj,Menu:lj,MessageCircle:uj,MessageSquare:dj,Mic:bj,MicOff:hj,Minimize:Ej,Minimize2:xj,Minus:Mj,MinusCircle:Cj,MinusSquare:Lj,Monitor:_j,Moon:Fj,MoreHorizontal:Hj,MoreVertical:$j,MousePointer:Xj,Move:Zj,Music:tk,Navigation:lk,Navigation2:ok,Octagon:uk,Package:dk,Paperclip:hk,Pause:xk,PauseCircle:bk,PenTool:Ek,Percent:Ck,Phone:Xk,PhoneCall:Lk,PhoneForwarded:Mk,PhoneIncoming:_k,PhoneMissed:Fk,PhoneOff:Hk,PhoneOutgoing:$k,PieChart:Zk,Play:oE,PlayCircle:tE,Plus:dE,PlusCircle:lE,PlusSquare:uE,Pocket:hE,Power:bE,Printer:xE,Radio:EE,RefreshCcw:CE,RefreshCw:LE,Repeat:ME,Rewind:_E,RotateCcw:FE,RotateCw:HE,Rss:$E,Save:XE,Scissors:ZE,Search:tS,Send:oS,Server:lS,Settings:uS,Share:hS,Share2:dS,Shield:xS,ShieldOff:bS,ShoppingBag:ES,ShoppingCart:CS,Shuffle:LS,Sidebar:MS,SkipBack:_S,SkipForward:FS,Slack:HS,Slash:$S,Sliders:XS,Smartphone:ZS,Smile:tP,Speaker:oP,Square:lP,Star:uP,StopCircle:dP,Sun:hP,Sunrise:bP,Sunset:xP,Table:EP,Tablet:CP,Tag:LP,Target:MP,Terminal:_P,Thermometer:FP,ThumbsDown:HP,ThumbsUp:$P,ToggleLeft:XP,ToggleRight:ZP,Tool:tC,Trash:lC,Trash2:oC,Trello:uC,TrendingDown:dC,TrendingUp:hC,Triangle:bC,Truck:xC,Tv:EC,Twitch:CC,Twitter:LC,Type:MC,Umbrella:_C,Underline:FC,Unlock:HC,Upload:XC,UploadCloud:$C,User:uz,UserCheck:ZC,UserMinus:tz,UserPlus:oz,UserX:lz,Users:dz,Video:bz,VideoOff:hz,Voicemail:xz,Volume:Mz,Volume1:Ez,Volume2:Cz,VolumeX:Lz,Watch:_z,Wifi:Hz,WifiOff:Fz,Wind:$z,X:oT,XCircle:Xz,XOctagon:Zz,XSquare:tT,Youtube:lT,Zap:dT,ZapOff:uT,ZoomIn:hT,ZoomOut:bT}),OT=function(e){var r,n=e.name,o=g(e,["name"]),i=wT[(r=n,r.split(/[-_]/).map((function(e){return e.charAt(0).toUpperCase()+e.slice(1).toLowerCase()})).join(""))];return i?t.createElement(i,d({},o)):(console.warn('Icon "'.concat(n,'" not found in react-feather library')),null)};function xT(r){var n=r.data,o=r.columns,i=r.isLoading,a=function(t){const r={state:{},onStateChange:()=>{},renderFallbackValue:null,...t},[n]=e.useState((()=>({current:Fd(r)}))),[o,i]=e.useState((()=>n.current.initialState));return n.current.setOptions((e=>({...e,...t,state:{...o,...t.state},onStateChange:e=>{i(e),null==t.onStateChange||t.onStateChange(e)}}))),n.current}({data:i?[]:n,columns:o.map((function(e){return{accessorKey:e.key,header:e.title,cell:function(r){var n;if("ACTIONS_BUTTONS"===e.key)return t.createElement("div",{className:"flex gap-2 justify-end"},null===(n=e.actions)||void 0===n?void 0:n.map((function(e,n){return t.createElement("button",{key:n,className:"inline-flex items-center px-2 py-1 text-sm rounded-full transition-colors duration-200 ".concat(0===n?"text-blue-700 bg-blue-50 border border-blue-200 hover:bg-blue-100":1===n?"text-green-700 bg-green-50 border border-green-200 hover:bg-green-100":2===n?"text-purple-700 bg-purple-50 border border-purple-200 hover:bg-purple-100":3===n?"text-orange-700 bg-orange-50 border border-orange-200 hover:bg-orange-100":"text-gray-700 bg-gray-50 border border-gray-200 hover:bg-gray-100"),onClick:function(){console.log("ssssss"),console.log(e.action,r.row.original)}},e.icon&&t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:"mr-2"},t.createElement(OT,{name:e.icon.replace(/^icon-/,""),className:"mr-2"})),e.label)})));if("status"===e.type){var o=r.getValue();return t.createElement("div",{className:"flex items-center justify-center"},t.createElement("span",{className:"px-2 py-1 rounded-full text-xs font-medium text-center ".concat({PENDING:"bg-yellow-100 text-yellow-800",PAID:"bg-green-100 text-green-800",CANCELLED:"bg-red-100 text-red-800",CANCEL_STARTED:"bg-orange-100 text-orange-800",ECHEC:"bg-gray-100 text-gray-800"}[o]||"bg-gray-100 text-gray-800")},o||"-"))}return"money"===e.type?"".concat(r.getValue()," ").concat(e.currency):"date"===e.type?Ce(new Date(r.getValue()),"dd-MM-yyyy"):e.scroll?t.createElement("div",{className:"max-h-24 overflow-y-auto"},r.getValue()):r.getValue()}}})),getCoreRowModel:e=>Kf((()=>[e.options.data]),(t=>{const r={rows:[],flatRows:[],rowsById:{}},n=function(t,o,i){void 0===o&&(o=0);const a=[];for(let s=0;s<t.length;s++){const c=rd(e,e._getRowId(t[s],s,i),t[s],s,o,0,null==i?void 0:i.id);var l;r.flatRows.push(c),r.rowsById[c.id]=c,a.push(c),e.options.getSubRows&&(c.originalSubRows=e.options.getSubRows(t[s],s),null!=(l=c.originalSubRows)&&l.length&&(c.subRows=n(c.originalSubRows,o+1,c)))}return a};return r.rows=n(t),r}),Jf(e.options,"debugTable","getRowModel",(()=>e._autoResetPageIndex()))),enableMultiRowSelection:!0,enableRowSelection:!0,state:{rowSelection:{}}});return t.createElement(Vd,{className:"border border-gray-200 rounded-md"},t.createElement(Hd,{className:"bg-gray-50"},a.getHeaderGroups().map((function(e){return t.createElement(Gd,{key:e.id},e.headers.map((function(e){return t.createElement($d,{key:e.id,className:"font-medium text-gray-800 py-2"},Wd(e.column.columnDef.header,e.getContext()))})))}))),t.createElement(Ud,null,i?t.createElement(Gd,null,t.createElement(Yd,{colSpan:o.length,className:"text-center py-4"},t.createElement("svg",{className:"animate-spin h-5 w-5 mx-auto mb-2",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},t.createElement("circle",{className:"opacity-25",cx:"12",cy:"12",r:"10",stroke:"currentColor",strokeWidth:"4"}),t.createElement("path",{className:"opacity-75",fill:"currentColor",d:"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"})),"Chargement des données...")):n&&0!==n.length?a.getRowModel().rows.map((function(e){return t.createElement(Gd,{key:e.id,className:"bg-white hover:bg-gray-100"},e.getVisibleCells().map((function(e){return t.createElement(Yd,{key:e.id},Wd(e.column.columnDef.cell,e.getContext()))})))})):t.createElement(Gd,null,t.createElement(Yd,{colSpan:o.length,className:"text-center py-4"},"Aucune donnée disponible"))))}var jT=function(t){var r=t.className,n=g(t,["className"]);return e.createElement("nav",d({role:"navigation","aria-label":"pagination",className:yi("mx-auto flex w-full justify-center",r)},n))};jT.displayName="Pagination";var kT=e.forwardRef((function(t,r){var n=t.className,o=g(t,["className"]);return e.createElement("ul",d({ref:r,className:yi("flex flex-row items-center gap-1",n)},o))}));kT.displayName="PaginationContent";var ET=e.forwardRef((function(t,r){var n=t.className,o=g(t,["className"]);return e.createElement("li",d({ref:r,className:yi("",n)},o))}));ET.displayName="PaginationItem";var ST=function(t){var r=t.className,n=t.isActive,o=t.size,i=void 0===o?"icon":o,a=g(t,["className","isActive","size"]);return e.createElement("a",d({"aria-current":n?"page":void 0,className:yi(Xi({variant:n?"outline":"ghost",size:i}),r)},a))};ST.displayName="PaginationLink";var PT=function(t){var r=t.className,n=g(t,["className"]);return e.createElement(ST,d({"aria-label":"Go to previous page",size:"default",className:yi("gap-1 pl-2.5",r)},n),e.createElement(Pi,{className:"h-4 w-4"}),e.createElement("span",null,"Previous"))};PT.displayName="PaginationPrevious";var CT=function(t){var r=t.className,n=g(t,["className"]);return e.createElement(ST,d({"aria-label":"Go to next page",size:"default",className:yi("gap-1 pr-2.5",r)},n),e.createElement("span",null,"Next"),e.createElement(Ci,{className:"h-4 w-4"}))};CT.displayName="PaginationNext";var zT=function(t){var r=t.className,n=g(t,["className"]);return e.createElement("span",d({"aria-hidden":!0,className:yi("flex h-9 w-9 items-center justify-center",r)},n),e.createElement(Li,{className:"h-4 w-4"}),e.createElement("span",{className:"sr-only"},"More pages"))};function TT(e){var r=e.currentPage,n=e.totalPages,o=e.onPageChange;return t.createElement(jT,null,t.createElement(kT,null,function(){var e=[];e.push(t.createElement(ET,{key:"prev"},t.createElement(PT,{href:"#",onClick:function(e){e.preventDefault(),r>1&&o(r-1)}}))),e.push(t.createElement(ET,{key:1},t.createElement(ST,{href:"#",isActive:1===r,onClick:function(e){e.preventDefault(),o(1)}},"1")));var i=Math.max(2,r-1),a=Math.min(n-1,r+1);i>2&&e.push(t.createElement(ET,{key:"ellipsis1"},t.createElement(zT,null)));for(var l=function(n){e.push(t.createElement(ET,{key:n},t.createElement(ST,{href:"#",isActive:r===n,onClick:function(e){e.preventDefault(),o(n)}},n)))},s=i;s<=a;s++)l(s);return a<n-1&&e.push(t.createElement(ET,{key:"ellipsis2"},t.createElement(zT,null))),n>1&&e.push(t.createElement(ET,{key:n},t.createElement(ST,{href:"#",isActive:r===n,onClick:function(e){e.preventDefault(),o(n)}},n))),e.push(t.createElement(ET,{key:"next"},t.createElement(CT,{href:"#",onClick:function(e){e.preventDefault(),r<n&&o(r+1)}}))),e}()))}function LT(){return t.createElement("div",{style:{display:"flex",justifyContent:"center",alignItems:"center",height:"100vh"}},t.createElement("div",{style:{position:"absolute"}},t.createElement(Ni,{className:"h-5 w-5 animate-spin mx-auto mb-2"}),t.createElement("div",null,"Loading configuration...")))}function NT(){return t.createElement("div",{style:{display:"flex",justifyContent:"center",alignItems:"center",height:"100vh"}},t.createElement("div",{style:{position:"absolute"}},t.createElement(Ti,{className:"h-5 w-5 mx-auto mb-2",color:"red"}),t.createElement("div",null,"Invalid configuration")))}zT.displayName="PaginationEllipsis";var RT=function(e){var r,n=e.configUrl,o=e.preJsUrl,i=e.configJson,s=void 0===i?null:i,c=e.preJs,u=void 0===c?null:c,p=e.customHeaders,f=void 0===p?{}:p,g=e.itemsPerPage,m=void 0===g?14:g,b=e.dateFormat,w=void 0===b?"MM-dd-yyyy HH:mm":b,O=e.children,x=a(s),j=x[0],k=x[1],E=a(!1),S=E[0],P=E[1],C=a([]),z=C[0],T=C[1],L=a(!1),N=L[0],R=L[1],M=a([]),I=M[0],A=M[1],_=a(0),D=_[0],B=_[1],F=a(1),W=F[0],V=F[1],H=a(1),U=H[0],G=H[1],$=a({fromDate:new Date((new Date).getFullYear(),(new Date).getMonth(),1).toLocaleString(),toDate:new Date((new Date).getFullYear(),(new Date).getMonth()+1,0,23,59,59).toLocaleString()}),Y=$[0],q=$[1],X=a((null===(r=null==s?void 0:s.Filters)||void 0===r?void 0:r.flat())||[]),K=X[0],J=X[1];l((function(){n&&y(void 0,void 0,void 0,(function(){var e,t;return h(this,(function(r){switch(r.label){case 0:return r.trys.push([0,4,,5]),!n||j?[3,3]:[4,fetch(n)];case 1:return[4,r.sent().json()];case 2:(e=r.sent())&&e.title&&e.data_url&&e.colomns?(k(e),J((null===(t=e.Filters)||void 0===t?void 0:t.flat())||[])):P(!0),r.label=3;case 3:return[3,5];case 4:return r.sent(),P(!0),[3,5];case 5:return[2]}}))})),(o||u)&&y(void 0,void 0,void 0,(function(){var e,t;return h(this,(function(r){switch(r.label){case 0:return e=u,o?[4,fetch(o)]:[3,3];case 1:return[4,r.sent().text()];case 2:e=r.sent(),r.label=3;case 3:return(t=document.createElement("script")).textContent=e,document.head.appendChild(t),[2]}}))}))}),[n,o,u]),l((function(){var e=new AbortController;return j&&y(void 0,void 0,void 0,(function(){var t,r,n,o,i;return h(this,(function(a){switch(a.label){case 0:t=(null===(i=null==j?void 0:j.Filters)||void 0===i?void 0:i.flat())||[],r=0,n=t,a.label=1;case 1:return r<n.length?"Select"===(o=n[r]).type&&o.urlSource?[4,Q(o,e.signal)]:[3,3]:[3,4];case 2:a.sent(),a.label=3;case 3:return r++,[3,1];case 4:return[2]}}))})),function(){return e.abort()}}),[j]),l((function(){Z()}),[W]);var Z=function(){return y(void 0,void 0,void 0,(function(){var e,t,r,n,o;return h(this,(function(i){switch(i.label){case 0:T([]),e={page:W,filters:d(d({},Y),{fromDate:Ce(Y.fromDate,w),toDate:Ce(Y.toDate,w)})},R(!0),i.label=1;case 1:return i.trys.push([1,3,,4]),[4,vo.post(j.data_url,e,{headers:d({"Content-Type":"application/json",Accept:"application/json"},f)})];case 2:return t=i.sent(),R(!1),(null==t?void 0:t.data)?(A(null===(r=t.data)||void 0===r?void 0:r.DATA),B(null===(n=t.data)||void 0===n?void 0:n.PAGESNUM),G(Math.ceil((null===(o=t.data)||void 0===o?void 0:o.PAGESNUM)/m)||1)):P(!0),[3,4];case 3:return i.sent(),R(!1),T((function(e){return v(v([],e,!0),[{title:"Erreur",message:"Une erreur est survenue"}],!1)})),[3,4];case 4:return[2]}}))}))},Q=function(e,t){return y(void 0,void 0,void 0,(function(){var r,n,o;return h(this,(function(i){switch(i.label){case 0:if("Select"!==e.type||!e.urlSource)return[3,4];i.label=1;case 1:return i.trys.push([1,3,,4]),[4,vo.get(e.urlSource,{signal:t,headers:d({"Content-Type":"application/json",Accept:"application/json"},f)})];case 2:return 200===(null==(r=i.sent())?void 0:r.status)&&(null==r?void 0:r.data)&&(n=Array.isArray(r.data)?r.data:[],J((function(t){return t.map((function(t){return t.name===e.name?d(d({},t),{options:n}):t}))}))),[3,4];case 3:return o=i.sent(),vo.isCancel(o)||(T((function(t){return v(v([],t,!0),[{title:"Erreur",message:"Une erreur est survenue lors de la récupération des options pour ".concat(e.name)}],!1)})),console.error("Error fetching options for ".concat(e.name,":"),o)),[3,4];case 4:return[2]}}))}))};return S?t.createElement(NT,null):j?t.createElement("div",{className:"flex flex-col gap-4 p-4 max-w-[1300px] mx-auto mt-8 mb-"},t.createElement($f,{title:j.title,configFilters:K,filters:Y,setFilters:q,onSearch:function(){return Z()},count:D,isLoading:N,setCurrentPage:V}),z.map((function(e,r){return t.createElement(vi,{key:r,variant:"destructive"},t.createElement(Ti,{className:"h-4 w-4"}),t.createElement(mi,null,e.title),t.createElement(bi,null,e.message))})),t.createElement(xT,{data:I,columns:j.colomns,isLoading:N}),t.createElement(TT,{currentPage:W,totalPages:U,onPageChange:V}),O):t.createElement(LT,null)};export{RT as default};
|
52
|
+
*/function yg(){if(tg)return eg;tg=1;var e=Object.getOwnPropertySymbols,t=Object.prototype.hasOwnProperty,r=Object.prototype.propertyIsEnumerable;return eg=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},r=0;r<10;r++)t["_"+String.fromCharCode(r)]=r;if("0123456789"!==Object.getOwnPropertyNames(t).map((function(e){return t[e]})).join(""))return!1;var n={};return"abcdefghijklmnopqrst".split("").forEach((function(e){n[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},n)).join("")}catch(e){return!1}}()?Object.assign:function(n,o){for(var i,a,l=function(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}(n),s=1;s<arguments.length;s++){for(var c in i=Object(arguments[s]))t.call(i,c)&&(l[c]=i[c]);if(e){a=e(i);for(var u=0;u<a.length;u++)r.call(i,a[u])&&(l[a[u]]=i[a[u]])}}return l},eg}function hg(){if(ng)return rg;ng=1;return rg="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"}function vg(){return ig?og:(ig=1,og=Function.call.bind(Object.prototype.hasOwnProperty))}function mg(){if(lg)return ag;lg=1;var e=function(){};if("production"!==lt.env.NODE_ENV){var t=hg(),r={},n=vg();e=function(e){var t="Warning: "+e;"undefined"!=typeof console&&console.error(t);try{throw new Error(t)}catch(e){}}}function o(o,i,a,l,s){if("production"!==lt.env.NODE_ENV)for(var c in o)if(n(o,c)){var u;try{if("function"!=typeof o[c]){var p=Error((l||"React class")+": "+a+" type `"+c+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof o[c]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw p.name="Invariant Violation",p}u=o[c](i,c,l,a,null,t)}catch(e){u=e}if(!u||u instanceof Error||e((l||"React class")+": type specification of "+a+" `"+c+"` is invalid; the type checker function must return `null` or an `Error` but returned a "+typeof u+". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."),u instanceof Error&&!(u.message in r)){r[u.message]=!0;var f=s?s():"";e("Failed "+a+" type: "+u.message+(null!=f?f:""))}}}return o.resetWarningCache=function(){"production"!==lt.env.NODE_ENV&&(r={})},ag=o}function bg(){if(cg)return sg;cg=1;var e=gg(),t=yg(),r=hg(),n=vg(),o=mg(),i=function(){};function a(){return null}return"production"!==lt.env.NODE_ENV&&(i=function(e){var t="Warning: "+e;"undefined"!=typeof console&&console.error(t);try{throw new Error(t)}catch(e){}}),sg=function(l,s){var c="function"==typeof Symbol&&Symbol.iterator;var u="<<anonymous>>",p={array:y("array"),bigint:y("bigint"),bool:y("boolean"),func:y("function"),number:y("number"),object:y("object"),string:y("string"),symbol:y("symbol"),any:g(a),arrayOf:function(e){return g((function(t,n,o,i,a){if("function"!=typeof e)return new d("Property `"+a+"` of component `"+o+"` has invalid PropType notation inside arrayOf.");var l=t[n];if(!Array.isArray(l))return new d("Invalid "+i+" `"+a+"` of type `"+m(l)+"` supplied to `"+o+"`, expected an array.");for(var s=0;s<l.length;s++){var c=e(l,s,o,i,a+"["+s+"]",r);if(c instanceof Error)return c}return null}))},element:g((function(e,t,r,n,o){var i=e[t];return l(i)?null:new d("Invalid "+n+" `"+o+"` of type `"+m(i)+"` supplied to `"+r+"`, expected a single ReactElement.")})),elementType:g((function(t,r,n,o,i){var a=t[r];return e.isValidElementType(a)?null:new d("Invalid "+o+" `"+i+"` of type `"+m(a)+"` supplied to `"+n+"`, expected a single ReactElement type.")})),instanceOf:function(e){return g((function(t,r,n,o,i){if(!(t[r]instanceof e)){var a=e.name||u;return new d("Invalid "+o+" `"+i+"` of type `"+(((l=t[r]).constructor&&l.constructor.name?l.constructor.name:u)+"` supplied to `")+n+"`, expected instance of `"+a+"`.")}var l;return null}))},node:g((function(e,t,r,n,o){return v(e[t])?null:new d("Invalid "+n+" `"+o+"` supplied to `"+r+"`, expected a ReactNode.")})),objectOf:function(e){return g((function(t,o,i,a,l){if("function"!=typeof e)return new d("Property `"+l+"` of component `"+i+"` has invalid PropType notation inside objectOf.");var s=t[o],c=m(s);if("object"!==c)return new d("Invalid "+a+" `"+l+"` of type `"+c+"` supplied to `"+i+"`, expected an object.");for(var u in s)if(n(s,u)){var p=e(s,u,i,a,l+"."+u,r);if(p instanceof Error)return p}return null}))},oneOf:function(e){if(!Array.isArray(e))return"production"!==lt.env.NODE_ENV&&i(arguments.length>1?"Invalid arguments supplied to oneOf, expected an array, got "+arguments.length+" arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z]).":"Invalid argument supplied to oneOf, expected an array."),a;return g((function(t,r,n,o,i){for(var a=t[r],l=0;l<e.length;l++)if(f(a,e[l]))return null;var s=JSON.stringify(e,(function(e,t){return"symbol"===b(t)?String(t):t}));return new d("Invalid "+o+" `"+i+"` of value `"+String(a)+"` supplied to `"+n+"`, expected one of "+s+".")}))},oneOfType:function(e){if(!Array.isArray(e))return"production"!==lt.env.NODE_ENV&&i("Invalid argument supplied to oneOfType, expected an instance of array."),a;for(var t=0;t<e.length;t++){var o=e[t];if("function"!=typeof o)return i("Invalid argument supplied to oneOfType. Expected an array of check functions, but received "+w(o)+" at index "+t+"."),a}return g((function(t,o,i,a,l){for(var s=[],c=0;c<e.length;c++){var u=(0,e[c])(t,o,i,a,l,r);if(null==u)return null;u.data&&n(u.data,"expectedType")&&s.push(u.data.expectedType)}return new d("Invalid "+a+" `"+l+"` supplied to `"+i+"`"+(s.length>0?", expected one of type ["+s.join(", ")+"]":"")+".")}))},shape:function(e){return g((function(t,n,o,i,a){var l=t[n],s=m(l);if("object"!==s)return new d("Invalid "+i+" `"+a+"` of type `"+s+"` supplied to `"+o+"`, expected `object`.");for(var c in e){var u=e[c];if("function"!=typeof u)return h(o,i,a,c,b(u));var p=u(l,c,o,i,a+"."+c,r);if(p)return p}return null}))},exact:function(e){return g((function(o,i,a,l,s){var c=o[i],u=m(c);if("object"!==u)return new d("Invalid "+l+" `"+s+"` of type `"+u+"` supplied to `"+a+"`, expected `object`.");var p=t({},o[i],e);for(var f in p){var g=e[f];if(n(e,f)&&"function"!=typeof g)return h(a,l,s,f,b(g));if(!g)return new d("Invalid "+l+" `"+s+"` key `"+f+"` supplied to `"+a+"`.\nBad object: "+JSON.stringify(o[i],null," ")+"\nValid keys: "+JSON.stringify(Object.keys(e),null," "));var y=g(c,f,a,l,s+"."+f,r);if(y)return y}return null}))}};function f(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t}function d(e,t){this.message=e,this.data=t&&"object"==typeof t?t:{},this.stack=""}function g(e){if("production"!==lt.env.NODE_ENV)var t={},n=0;function o(o,a,l,c,p,f,g){if(c=c||u,f=f||l,g!==r){if(s){var y=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 y.name="Invariant Violation",y}if("production"!==lt.env.NODE_ENV&&"undefined"!=typeof console){var h=c+":"+l;!t[h]&&n<3&&(i("You are manually calling a React.PropTypes validation function for the `"+f+"` prop on `"+c+"`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."),t[h]=!0,n++)}}return null==a[l]?o?null===a[l]?new d("The "+p+" `"+f+"` is marked as required in `"+c+"`, but its value is `null`."):new d("The "+p+" `"+f+"` is marked as required in `"+c+"`, but its value is `undefined`."):null:e(a,l,c,p,f)}var a=o.bind(null,!1);return a.isRequired=o.bind(null,!0),a}function y(e){return g((function(t,r,n,o,i,a){var l=t[r];return m(l)!==e?new d("Invalid "+o+" `"+i+"` of type `"+b(l)+"` supplied to `"+n+"`, expected `"+e+"`.",{expectedType:e}):null}))}function h(e,t,r,n,o){return new d((e||"React class")+": "+t+" type `"+r+"."+n+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+o+"`.")}function v(e){switch(typeof e){case"number":case"string":case"undefined":return!0;case"boolean":return!e;case"object":if(Array.isArray(e))return e.every(v);if(null===e||l(e))return!0;var t=function(e){var t=e&&(c&&e[c]||e["@@iterator"]);if("function"==typeof t)return t}(e);if(!t)return!1;var r,n=t.call(e);if(t!==e.entries){for(;!(r=n.next()).done;)if(!v(r.value))return!1}else for(;!(r=n.next()).done;){var o=r.value;if(o&&!v(o[1]))return!1}return!0;default:return!1}}function m(e){var t=typeof e;return Array.isArray(e)?"array":e instanceof RegExp?"object":function(e,t){return"symbol"===e||!!t&&("Symbol"===t["@@toStringTag"]||"function"==typeof Symbol&&t instanceof Symbol)}(t,e)?"symbol":t}function b(e){if(null==e)return""+e;var t=m(e);if("object"===t){if(e instanceof Date)return"date";if(e instanceof RegExp)return"regexp"}return t}function w(e){var t=b(e);switch(t){case"array":case"object":return"an "+t;case"boolean":case"date":case"regexp":return"a "+t;default:return t}}return d.prototype=Error.prototype,p.checkPropTypes=o,p.resetWarningCache=o.resetWarningCache,p.PropTypes=p,p},sg}function wg(){if(pg)return ug;pg=1;var e=hg();function t(){}function r(){}return r.resetWarningCache=t,ug=function(){function n(t,r,n,o,i,a){if(a!==e){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 o(){return n}n.isRequired=n;var i={array:n,bigint:n,bool:n,func:n,number:n,object:n,string:n,symbol:n,any:n,arrayOf:o,element:n,elementType:n,instanceOf:o,node:n,objectOf:o,oneOf:o,oneOfType:o,shape:o,exact:o,checkPropTypes:r,resetWarningCache:t};return i.PropTypes=i,i}}function Og(){if(fg)return Xd.exports;if(fg=1,"production"!==lt.env.NODE_ENV){var e=gg();Xd.exports=bg()(e.isElement,true)}else Xd.exports=wg()();return Xd.exports}var xg=Ii(Og());function jg(){return jg=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},jg.apply(this,arguments)}function kg(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}var Eg=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=kg(e,["color","size"]);return t.createElement("svg",jg({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"22 12 18 12 15 21 9 3 6 12 2 12"}))}));function Sg(){return Sg=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Sg.apply(this,arguments)}function Pg(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Eg.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Eg.displayName="Activity";var Cg=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Pg(e,["color","size"]);return t.createElement("svg",Sg({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M5 17H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-1"}),t.createElement("polygon",{points:"12 15 17 21 7 21 12 15"}))}));function zg(){return zg=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},zg.apply(this,arguments)}function Tg(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Cg.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Cg.displayName="Airplay";var Lg=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Tg(e,["color","size"]);return t.createElement("svg",zg({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("line",{x1:"12",y1:"8",x2:"12",y2:"12"}),t.createElement("line",{x1:"12",y1:"16",x2:"12.01",y2:"16"}))}));function Ng(){return Ng=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ng.apply(this,arguments)}function Rg(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Lg.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Lg.displayName="AlertCircle";var Mg=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Rg(e,["color","size"]);return t.createElement("svg",Ng({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polygon",{points:"7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2"}),t.createElement("line",{x1:"12",y1:"8",x2:"12",y2:"12"}),t.createElement("line",{x1:"12",y1:"16",x2:"12.01",y2:"16"}))}));function Ig(){return Ig=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ig.apply(this,arguments)}function Ag(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Mg.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Mg.displayName="AlertOctagon";var _g=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ag(e,["color","size"]);return t.createElement("svg",Ig({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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"}),t.createElement("line",{x1:"12",y1:"9",x2:"12",y2:"13"}),t.createElement("line",{x1:"12",y1:"17",x2:"12.01",y2:"17"}))}));function Dg(){return Dg=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Dg.apply(this,arguments)}function Bg(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}_g.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},_g.displayName="AlertTriangle";var Fg=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Bg(e,["color","size"]);return t.createElement("svg",Dg({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"18",y1:"10",x2:"6",y2:"10"}),t.createElement("line",{x1:"21",y1:"6",x2:"3",y2:"6"}),t.createElement("line",{x1:"21",y1:"14",x2:"3",y2:"14"}),t.createElement("line",{x1:"18",y1:"18",x2:"6",y2:"18"}))}));function Wg(){return Wg=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Wg.apply(this,arguments)}function Vg(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Fg.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Fg.displayName="AlignCenter";var Hg=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Vg(e,["color","size"]);return t.createElement("svg",Wg({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"21",y1:"10",x2:"3",y2:"10"}),t.createElement("line",{x1:"21",y1:"6",x2:"3",y2:"6"}),t.createElement("line",{x1:"21",y1:"14",x2:"3",y2:"14"}),t.createElement("line",{x1:"21",y1:"18",x2:"3",y2:"18"}))}));function Ug(){return Ug=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ug.apply(this,arguments)}function Gg(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Hg.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Hg.displayName="AlignJustify";var $g=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Gg(e,["color","size"]);return t.createElement("svg",Ug({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"17",y1:"10",x2:"3",y2:"10"}),t.createElement("line",{x1:"21",y1:"6",x2:"3",y2:"6"}),t.createElement("line",{x1:"21",y1:"14",x2:"3",y2:"14"}),t.createElement("line",{x1:"17",y1:"18",x2:"3",y2:"18"}))}));function Yg(){return Yg=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Yg.apply(this,arguments)}function qg(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}$g.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},$g.displayName="AlignLeft";var Xg=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=qg(e,["color","size"]);return t.createElement("svg",Yg({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"21",y1:"10",x2:"7",y2:"10"}),t.createElement("line",{x1:"21",y1:"6",x2:"3",y2:"6"}),t.createElement("line",{x1:"21",y1:"14",x2:"3",y2:"14"}),t.createElement("line",{x1:"21",y1:"18",x2:"7",y2:"18"}))}));function Kg(){return Kg=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Kg.apply(this,arguments)}function Jg(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Xg.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Xg.displayName="AlignRight";var Zg=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Jg(e,["color","size"]);return t.createElement("svg",Kg({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"5",r:"3"}),t.createElement("line",{x1:"12",y1:"22",x2:"12",y2:"8"}),t.createElement("path",{d:"M5 12H2a10 10 0 0 0 20 0h-3"}))}));function Qg(){return Qg=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Qg.apply(this,arguments)}function ey(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Zg.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Zg.displayName="Anchor";var ty=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=ey(e,["color","size"]);return t.createElement("svg",Qg({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("line",{x1:"14.31",y1:"8",x2:"20.05",y2:"17.94"}),t.createElement("line",{x1:"9.69",y1:"8",x2:"21.17",y2:"8"}),t.createElement("line",{x1:"7.38",y1:"12",x2:"13.12",y2:"2.06"}),t.createElement("line",{x1:"9.69",y1:"16",x2:"3.95",y2:"6.06"}),t.createElement("line",{x1:"14.31",y1:"16",x2:"2.83",y2:"16"}),t.createElement("line",{x1:"16.62",y1:"12",x2:"10.88",y2:"21.94"}))}));function ry(){return ry=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ry.apply(this,arguments)}function ny(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}ty.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},ty.displayName="Aperture";var oy=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=ny(e,["color","size"]);return t.createElement("svg",ry({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"21 8 21 21 3 21 3 8"}),t.createElement("rect",{x:"1",y:"3",width:"22",height:"5"}),t.createElement("line",{x1:"10",y1:"12",x2:"14",y2:"12"}))}));function iy(){return iy=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},iy.apply(this,arguments)}function ay(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}oy.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},oy.displayName="Archive";var ly=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=ay(e,["color","size"]);return t.createElement("svg",iy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("polyline",{points:"8 12 12 16 16 12"}),t.createElement("line",{x1:"12",y1:"8",x2:"12",y2:"16"}))}));function sy(){return sy=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},sy.apply(this,arguments)}function cy(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}ly.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},ly.displayName="ArrowDownCircle";var uy=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=cy(e,["color","size"]);return t.createElement("svg",sy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"17",y1:"7",x2:"7",y2:"17"}),t.createElement("polyline",{points:"17 17 7 17 7 7"}))}));function py(){return py=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},py.apply(this,arguments)}function fy(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}uy.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},uy.displayName="ArrowDownLeft";var dy=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=fy(e,["color","size"]);return t.createElement("svg",py({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"7",y1:"7",x2:"17",y2:"17"}),t.createElement("polyline",{points:"17 7 17 17 7 17"}))}));function gy(){return gy=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},gy.apply(this,arguments)}function yy(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}dy.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},dy.displayName="ArrowDownRight";var hy=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=yy(e,["color","size"]);return t.createElement("svg",gy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"12",y1:"5",x2:"12",y2:"19"}),t.createElement("polyline",{points:"19 12 12 19 5 12"}))}));function vy(){return vy=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},vy.apply(this,arguments)}function my(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}hy.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},hy.displayName="ArrowDown";var by=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=my(e,["color","size"]);return t.createElement("svg",vy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("polyline",{points:"12 8 8 12 12 16"}),t.createElement("line",{x1:"16",y1:"12",x2:"8",y2:"12"}))}));function wy(){return wy=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},wy.apply(this,arguments)}function Oy(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}by.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},by.displayName="ArrowLeftCircle";var xy=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Oy(e,["color","size"]);return t.createElement("svg",wy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"19",y1:"12",x2:"5",y2:"12"}),t.createElement("polyline",{points:"12 19 5 12 12 5"}))}));function jy(){return jy=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},jy.apply(this,arguments)}function ky(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}xy.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},xy.displayName="ArrowLeft";var Ey=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=ky(e,["color","size"]);return t.createElement("svg",jy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("polyline",{points:"12 16 16 12 12 8"}),t.createElement("line",{x1:"8",y1:"12",x2:"16",y2:"12"}))}));function Sy(){return Sy=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Sy.apply(this,arguments)}function Py(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Ey.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Ey.displayName="ArrowRightCircle";var Cy=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Py(e,["color","size"]);return t.createElement("svg",Sy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"5",y1:"12",x2:"19",y2:"12"}),t.createElement("polyline",{points:"12 5 19 12 12 19"}))}));function zy(){return zy=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},zy.apply(this,arguments)}function Ty(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Cy.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Cy.displayName="ArrowRight";var Ly=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ty(e,["color","size"]);return t.createElement("svg",zy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("polyline",{points:"16 12 12 8 8 12"}),t.createElement("line",{x1:"12",y1:"16",x2:"12",y2:"8"}))}));function Ny(){return Ny=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ny.apply(this,arguments)}function Ry(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Ly.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Ly.displayName="ArrowUpCircle";var My=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ry(e,["color","size"]);return t.createElement("svg",Ny({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"17",y1:"17",x2:"7",y2:"7"}),t.createElement("polyline",{points:"7 17 7 7 17 7"}))}));function Iy(){return Iy=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Iy.apply(this,arguments)}function Ay(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}My.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},My.displayName="ArrowUpLeft";var _y=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ay(e,["color","size"]);return t.createElement("svg",Iy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"7",y1:"17",x2:"17",y2:"7"}),t.createElement("polyline",{points:"7 7 17 7 17 17"}))}));function Dy(){return Dy=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Dy.apply(this,arguments)}function By(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}_y.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},_y.displayName="ArrowUpRight";var Fy=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=By(e,["color","size"]);return t.createElement("svg",Dy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"12",y1:"19",x2:"12",y2:"5"}),t.createElement("polyline",{points:"5 12 12 5 19 12"}))}));function Wy(){return Wy=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Wy.apply(this,arguments)}function Vy(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Fy.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Fy.displayName="ArrowUp";var Hy=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Vy(e,["color","size"]);return t.createElement("svg",Wy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"4"}),t.createElement("path",{d:"M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-3.92 7.94"}))}));function Uy(){return Uy=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Uy.apply(this,arguments)}function Gy(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Hy.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Hy.displayName="AtSign";var $y=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Gy(e,["color","size"]);return t.createElement("svg",Uy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"8",r:"7"}),t.createElement("polyline",{points:"8.21 13.89 7 23 12 20 17 23 15.79 13.88"}))}));function Yy(){return Yy=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Yy.apply(this,arguments)}function qy(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}$y.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},$y.displayName="Award";var Xy=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=qy(e,["color","size"]);return t.createElement("svg",Yy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"18",y1:"20",x2:"18",y2:"10"}),t.createElement("line",{x1:"12",y1:"20",x2:"12",y2:"4"}),t.createElement("line",{x1:"6",y1:"20",x2:"6",y2:"14"}))}));function Ky(){return Ky=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ky.apply(this,arguments)}function Jy(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Xy.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Xy.displayName="BarChart2";var Zy=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Jy(e,["color","size"]);return t.createElement("svg",Ky({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"12",y1:"20",x2:"12",y2:"10"}),t.createElement("line",{x1:"18",y1:"20",x2:"18",y2:"4"}),t.createElement("line",{x1:"6",y1:"20",x2:"6",y2:"16"}))}));function Qy(){return Qy=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Qy.apply(this,arguments)}function eh(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Zy.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Zy.displayName="BarChart";var th=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=eh(e,["color","size"]);return t.createElement("svg",Qy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M5 18H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3.19M15 6h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-3.19"}),t.createElement("line",{x1:"23",y1:"13",x2:"23",y2:"11"}),t.createElement("polyline",{points:"11 6 7 12 13 12 9 18"}))}));function rh(){return rh=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},rh.apply(this,arguments)}function nh(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}th.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},th.displayName="BatteryCharging";var oh=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=nh(e,["color","size"]);return t.createElement("svg",rh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"1",y:"6",width:"18",height:"12",rx:"2",ry:"2"}),t.createElement("line",{x1:"23",y1:"13",x2:"23",y2:"11"}))}));function ih(){return ih=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ih.apply(this,arguments)}function ah(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}oh.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},oh.displayName="Battery";var lh=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=ah(e,["color","size"]);return t.createElement("svg",ih({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M13.73 21a2 2 0 0 1-3.46 0"}),t.createElement("path",{d:"M18.63 13A17.89 17.89 0 0 1 18 8"}),t.createElement("path",{d:"M6.26 6.26A5.86 5.86 0 0 0 6 8c0 7-3 9-3 9h14"}),t.createElement("path",{d:"M18 8a6 6 0 0 0-9.33-5"}),t.createElement("line",{x1:"1",y1:"1",x2:"23",y2:"23"}))}));function sh(){return sh=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},sh.apply(this,arguments)}function ch(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}lh.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},lh.displayName="BellOff";var uh=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=ch(e,["color","size"]);return t.createElement("svg",sh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9"}),t.createElement("path",{d:"M13.73 21a2 2 0 0 1-3.46 0"}))}));function ph(){return ph=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ph.apply(this,arguments)}function fh(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}uh.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},uh.displayName="Bell";var dh=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=fh(e,["color","size"]);return t.createElement("svg",ph({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"6.5 6.5 17.5 17.5 12 23 12 1 17.5 6.5 6.5 17.5"}))}));function gh(){return gh=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},gh.apply(this,arguments)}function yh(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}dh.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},dh.displayName="Bluetooth";var hh=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=yh(e,["color","size"]);return t.createElement("svg",gh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M6 4h8a4 4 0 0 1 4 4 4 4 0 0 1-4 4H6z"}),t.createElement("path",{d:"M6 12h9a4 4 0 0 1 4 4 4 4 0 0 1-4 4H6z"}))}));function vh(){return vh=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},vh.apply(this,arguments)}function mh(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}hh.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},hh.displayName="Bold";var bh=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=mh(e,["color","size"]);return t.createElement("svg",vh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z"}),t.createElement("path",{d:"M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z"}))}));function wh(){return wh=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},wh.apply(this,arguments)}function Oh(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}bh.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},bh.displayName="BookOpen";var xh=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Oh(e,["color","size"]);return t.createElement("svg",wh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M4 19.5A2.5 2.5 0 0 1 6.5 17H20"}),t.createElement("path",{d:"M6.5 2H20v20H6.5A2.5 2.5 0 0 1 4 19.5v-15A2.5 2.5 0 0 1 6.5 2z"}))}));function jh(){return jh=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},jh.apply(this,arguments)}function kh(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}xh.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},xh.displayName="Book";var Eh=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=kh(e,["color","size"]);return t.createElement("svg",jh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M19 21l-7-5-7 5V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z"}))}));function Sh(){return Sh=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Sh.apply(this,arguments)}function Ph(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Eh.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Eh.displayName="Bookmark";var Ch=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ph(e,["color","size"]);return t.createElement("svg",Sh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"}),t.createElement("polyline",{points:"3.27 6.96 12 12.01 20.73 6.96"}),t.createElement("line",{x1:"12",y1:"22.08",x2:"12",y2:"12"}))}));function zh(){return zh=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},zh.apply(this,arguments)}function Th(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Ch.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Ch.displayName="Box";var Lh=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Th(e,["color","size"]);return t.createElement("svg",zh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"2",y:"7",width:"20",height:"14",rx:"2",ry:"2"}),t.createElement("path",{d:"M16 21V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16"}))}));function Nh(){return Nh=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Nh.apply(this,arguments)}function Rh(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Lh.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Lh.displayName="Briefcase";var Mh=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Rh(e,["color","size"]);return t.createElement("svg",Nh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"3",y:"4",width:"18",height:"18",rx:"2",ry:"2"}),t.createElement("line",{x1:"16",y1:"2",x2:"16",y2:"6"}),t.createElement("line",{x1:"8",y1:"2",x2:"8",y2:"6"}),t.createElement("line",{x1:"3",y1:"10",x2:"21",y2:"10"}))}));function Ih(){return Ih=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ih.apply(this,arguments)}function Ah(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Mh.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Mh.displayName="Calendar";var _h=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ah(e,["color","size"]);return t.createElement("svg",Ih({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"1",y1:"1",x2:"23",y2:"23"}),t.createElement("path",{d:"M21 21H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3m3-3h6l2 3h4a2 2 0 0 1 2 2v9.34m-7.72-2.06a4 4 0 1 1-5.56-5.56"}))}));function Dh(){return Dh=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Dh.apply(this,arguments)}function Bh(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}_h.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},_h.displayName="CameraOff";var Fh=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Bh(e,["color","size"]);return t.createElement("svg",Dh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z"}),t.createElement("circle",{cx:"12",cy:"13",r:"4"}))}));function Wh(){return Wh=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Wh.apply(this,arguments)}function Vh(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Fh.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Fh.displayName="Camera";var Hh=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Vh(e,["color","size"]);return t.createElement("svg",Wh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M2 16.1A5 5 0 0 1 5.9 20M2 12.05A9 9 0 0 1 9.95 20M2 8V6a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2h-6"}),t.createElement("line",{x1:"2",y1:"20",x2:"2.01",y2:"20"}))}));function Uh(){return Uh=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Uh.apply(this,arguments)}function Gh(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Hh.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Hh.displayName="Cast";var $h=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Gh(e,["color","size"]);return t.createElement("svg",Uh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M22 11.08V12a10 10 0 1 1-5.93-9.14"}),t.createElement("polyline",{points:"22 4 12 14.01 9 11.01"}))}));function Yh(){return Yh=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Yh.apply(this,arguments)}function qh(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}$h.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},$h.displayName="CheckCircle";var Xh=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=qh(e,["color","size"]);return t.createElement("svg",Yh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"9 11 12 14 22 4"}),t.createElement("path",{d:"M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11"}))}));function Kh(){return Kh=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Kh.apply(this,arguments)}function Jh(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Xh.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Xh.displayName="CheckSquare";var Zh=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Jh(e,["color","size"]);return t.createElement("svg",Kh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"20 6 9 17 4 12"}))}));function Qh(){return Qh=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Qh.apply(this,arguments)}function ev(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Zh.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Zh.displayName="Check";var tv=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=ev(e,["color","size"]);return t.createElement("svg",Qh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"6 9 12 15 18 9"}))}));function rv(){return rv=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},rv.apply(this,arguments)}function nv(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}tv.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},tv.displayName="ChevronDown";var ov=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=nv(e,["color","size"]);return t.createElement("svg",rv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"15 18 9 12 15 6"}))}));function iv(){return iv=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},iv.apply(this,arguments)}function av(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}ov.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},ov.displayName="ChevronLeft";var lv=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=av(e,["color","size"]);return t.createElement("svg",iv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"9 18 15 12 9 6"}))}));function sv(){return sv=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},sv.apply(this,arguments)}function cv(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}lv.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},lv.displayName="ChevronRight";var uv=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=cv(e,["color","size"]);return t.createElement("svg",sv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"18 15 12 9 6 15"}))}));function pv(){return pv=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},pv.apply(this,arguments)}function fv(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}uv.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},uv.displayName="ChevronUp";var dv=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=fv(e,["color","size"]);return t.createElement("svg",pv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"7 13 12 18 17 13"}),t.createElement("polyline",{points:"7 6 12 11 17 6"}))}));function gv(){return gv=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},gv.apply(this,arguments)}function yv(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}dv.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},dv.displayName="ChevronsDown";var hv=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=yv(e,["color","size"]);return t.createElement("svg",gv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"11 17 6 12 11 7"}),t.createElement("polyline",{points:"18 17 13 12 18 7"}))}));function vv(){return vv=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},vv.apply(this,arguments)}function mv(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}hv.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},hv.displayName="ChevronsLeft";var bv=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=mv(e,["color","size"]);return t.createElement("svg",vv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"13 17 18 12 13 7"}),t.createElement("polyline",{points:"6 17 11 12 6 7"}))}));function wv(){return wv=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},wv.apply(this,arguments)}function Ov(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}bv.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},bv.displayName="ChevronsRight";var xv=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ov(e,["color","size"]);return t.createElement("svg",wv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"17 11 12 6 7 11"}),t.createElement("polyline",{points:"17 18 12 13 7 18"}))}));function jv(){return jv=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},jv.apply(this,arguments)}function kv(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}xv.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},xv.displayName="ChevronsUp";var Ev=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=kv(e,["color","size"]);return t.createElement("svg",jv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("circle",{cx:"12",cy:"12",r:"4"}),t.createElement("line",{x1:"21.17",y1:"8",x2:"12",y2:"8"}),t.createElement("line",{x1:"3.95",y1:"6.06",x2:"8.54",y2:"14"}),t.createElement("line",{x1:"10.88",y1:"21.94",x2:"15.46",y2:"14"}))}));function Sv(){return Sv=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Sv.apply(this,arguments)}function Pv(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Ev.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Ev.displayName="Chrome";var Cv=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Pv(e,["color","size"]);return t.createElement("svg",Sv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}))}));function zv(){return zv=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},zv.apply(this,arguments)}function Tv(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Cv.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Cv.displayName="Circle";var Lv=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Tv(e,["color","size"]);return t.createElement("svg",zv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"}),t.createElement("rect",{x:"8",y:"2",width:"8",height:"4",rx:"1",ry:"1"}))}));function Nv(){return Nv=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Nv.apply(this,arguments)}function Rv(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Lv.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Lv.displayName="Clipboard";var Mv=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Rv(e,["color","size"]);return t.createElement("svg",Nv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("polyline",{points:"12 6 12 12 16 14"}))}));function Iv(){return Iv=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Iv.apply(this,arguments)}function Av(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Mv.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Mv.displayName="Clock";var _v=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Av(e,["color","size"]);return t.createElement("svg",Iv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"8",y1:"19",x2:"8",y2:"21"}),t.createElement("line",{x1:"8",y1:"13",x2:"8",y2:"15"}),t.createElement("line",{x1:"16",y1:"19",x2:"16",y2:"21"}),t.createElement("line",{x1:"16",y1:"13",x2:"16",y2:"15"}),t.createElement("line",{x1:"12",y1:"21",x2:"12",y2:"23"}),t.createElement("line",{x1:"12",y1:"15",x2:"12",y2:"17"}),t.createElement("path",{d:"M20 16.58A5 5 0 0 0 18 7h-1.26A8 8 0 1 0 4 15.25"}))}));function Dv(){return Dv=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Dv.apply(this,arguments)}function Bv(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}_v.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},_v.displayName="CloudDrizzle";var Fv=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Bv(e,["color","size"]);return t.createElement("svg",Dv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M19 16.9A5 5 0 0 0 18 7h-1.26a8 8 0 1 0-11.62 9"}),t.createElement("polyline",{points:"13 11 9 17 15 17 11 23"}))}));function Wv(){return Wv=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Wv.apply(this,arguments)}function Vv(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Fv.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Fv.displayName="CloudLightning";var Hv=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Vv(e,["color","size"]);return t.createElement("svg",Wv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M22.61 16.95A5 5 0 0 0 18 10h-1.26a8 8 0 0 0-7.05-6M5 5a8 8 0 0 0 4 15h9a5 5 0 0 0 1.7-.3"}),t.createElement("line",{x1:"1",y1:"1",x2:"23",y2:"23"}))}));function Uv(){return Uv=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Uv.apply(this,arguments)}function Gv(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Hv.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Hv.displayName="CloudOff";var $v=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Gv(e,["color","size"]);return t.createElement("svg",Uv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"16",y1:"13",x2:"16",y2:"21"}),t.createElement("line",{x1:"8",y1:"13",x2:"8",y2:"21"}),t.createElement("line",{x1:"12",y1:"15",x2:"12",y2:"23"}),t.createElement("path",{d:"M20 16.58A5 5 0 0 0 18 7h-1.26A8 8 0 1 0 4 15.25"}))}));function Yv(){return Yv=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Yv.apply(this,arguments)}function qv(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}$v.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},$v.displayName="CloudRain";var Xv=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=qv(e,["color","size"]);return t.createElement("svg",Yv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M20 17.58A5 5 0 0 0 18 8h-1.26A8 8 0 1 0 4 16.25"}),t.createElement("line",{x1:"8",y1:"16",x2:"8.01",y2:"16"}),t.createElement("line",{x1:"8",y1:"20",x2:"8.01",y2:"20"}),t.createElement("line",{x1:"12",y1:"18",x2:"12.01",y2:"18"}),t.createElement("line",{x1:"12",y1:"22",x2:"12.01",y2:"22"}),t.createElement("line",{x1:"16",y1:"16",x2:"16.01",y2:"16"}),t.createElement("line",{x1:"16",y1:"20",x2:"16.01",y2:"20"}))}));function Kv(){return Kv=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Kv.apply(this,arguments)}function Jv(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Xv.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Xv.displayName="CloudSnow";var Zv=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Jv(e,["color","size"]);return t.createElement("svg",Kv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M18 10h-1.26A8 8 0 1 0 9 20h9a5 5 0 0 0 0-10z"}))}));function Qv(){return Qv=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Qv.apply(this,arguments)}function em(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Zv.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Zv.displayName="Cloud";var tm=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=em(e,["color","size"]);return t.createElement("svg",Qv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"16 18 22 12 16 6"}),t.createElement("polyline",{points:"8 6 2 12 8 18"}))}));function rm(){return rm=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},rm.apply(this,arguments)}function nm(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}tm.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},tm.displayName="Code";var om=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=nm(e,["color","size"]);return t.createElement("svg",rm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polygon",{points:"12 2 22 8.5 22 15.5 12 22 2 15.5 2 8.5 12 2"}),t.createElement("line",{x1:"12",y1:"22",x2:"12",y2:"15.5"}),t.createElement("polyline",{points:"22 8.5 12 15.5 2 8.5"}),t.createElement("polyline",{points:"2 15.5 12 8.5 22 15.5"}),t.createElement("line",{x1:"12",y1:"2",x2:"12",y2:"8.5"}))}));function im(){return im=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},im.apply(this,arguments)}function am(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}om.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},om.displayName="Codepen";var lm=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=am(e,["color","size"]);return t.createElement("svg",im({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"}),t.createElement("polyline",{points:"7.5 4.21 12 6.81 16.5 4.21"}),t.createElement("polyline",{points:"7.5 19.79 7.5 14.6 3 12"}),t.createElement("polyline",{points:"21 12 16.5 14.6 16.5 19.79"}),t.createElement("polyline",{points:"3.27 6.96 12 12.01 20.73 6.96"}),t.createElement("line",{x1:"12",y1:"22.08",x2:"12",y2:"12"}))}));function sm(){return sm=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},sm.apply(this,arguments)}function cm(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}lm.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},lm.displayName="Codesandbox";var um=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=cm(e,["color","size"]);return t.createElement("svg",sm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M18 8h1a4 4 0 0 1 0 8h-1"}),t.createElement("path",{d:"M2 8h16v9a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V8z"}),t.createElement("line",{x1:"6",y1:"1",x2:"6",y2:"4"}),t.createElement("line",{x1:"10",y1:"1",x2:"10",y2:"4"}),t.createElement("line",{x1:"14",y1:"1",x2:"14",y2:"4"}))}));function pm(){return pm=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},pm.apply(this,arguments)}function fm(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}um.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},um.displayName="Coffee";var dm=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=fm(e,["color","size"]);return t.createElement("svg",pm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M12 3h7a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-7m0-18H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7m0-18v18"}))}));function gm(){return gm=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},gm.apply(this,arguments)}function ym(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}dm.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},dm.displayName="Columns";var hm=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=ym(e,["color","size"]);return t.createElement("svg",gm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M18 3a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3H6a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3V6a3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3h12a3 3 0 0 0 3-3 3 3 0 0 0-3-3z"}))}));function vm(){return vm=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},vm.apply(this,arguments)}function mm(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}hm.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},hm.displayName="Command";var bm=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=mm(e,["color","size"]);return t.createElement("svg",vm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("polygon",{points:"16.24 7.76 14.12 14.12 7.76 16.24 9.88 9.88 16.24 7.76"}))}));function wm(){return wm=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},wm.apply(this,arguments)}function Om(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}bm.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},bm.displayName="Compass";var xm=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Om(e,["color","size"]);return t.createElement("svg",wm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"9",y:"9",width:"13",height:"13",rx:"2",ry:"2"}),t.createElement("path",{d:"M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"}))}));function jm(){return jm=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},jm.apply(this,arguments)}function km(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}xm.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},xm.displayName="Copy";var Em=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=km(e,["color","size"]);return t.createElement("svg",jm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"9 10 4 15 9 20"}),t.createElement("path",{d:"M20 4v7a4 4 0 0 1-4 4H4"}))}));function Sm(){return Sm=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Sm.apply(this,arguments)}function Pm(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Em.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Em.displayName="CornerDownLeft";var Cm=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Pm(e,["color","size"]);return t.createElement("svg",Sm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"15 10 20 15 15 20"}),t.createElement("path",{d:"M4 4v7a4 4 0 0 0 4 4h12"}))}));function zm(){return zm=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},zm.apply(this,arguments)}function Tm(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Cm.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Cm.displayName="CornerDownRight";var Lm=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Tm(e,["color","size"]);return t.createElement("svg",zm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"14 15 9 20 4 15"}),t.createElement("path",{d:"M20 4h-7a4 4 0 0 0-4 4v12"}))}));function Nm(){return Nm=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Nm.apply(this,arguments)}function Rm(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Lm.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Lm.displayName="CornerLeftDown";var Mm=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Rm(e,["color","size"]);return t.createElement("svg",Nm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"14 9 9 4 4 9"}),t.createElement("path",{d:"M20 20h-7a4 4 0 0 1-4-4V4"}))}));function Im(){return Im=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Im.apply(this,arguments)}function Am(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Mm.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Mm.displayName="CornerLeftUp";var _m=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Am(e,["color","size"]);return t.createElement("svg",Im({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"10 15 15 20 20 15"}),t.createElement("path",{d:"M4 4h7a4 4 0 0 1 4 4v12"}))}));function Dm(){return Dm=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Dm.apply(this,arguments)}function Bm(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}_m.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},_m.displayName="CornerRightDown";var Fm=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Bm(e,["color","size"]);return t.createElement("svg",Dm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"10 9 15 4 20 9"}),t.createElement("path",{d:"M4 20h7a4 4 0 0 0 4-4V4"}))}));function Wm(){return Wm=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Wm.apply(this,arguments)}function Vm(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Fm.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Fm.displayName="CornerRightUp";var Hm=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Vm(e,["color","size"]);return t.createElement("svg",Wm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"9 14 4 9 9 4"}),t.createElement("path",{d:"M20 20v-7a4 4 0 0 0-4-4H4"}))}));function Um(){return Um=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Um.apply(this,arguments)}function Gm(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Hm.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Hm.displayName="CornerUpLeft";var $m=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Gm(e,["color","size"]);return t.createElement("svg",Um({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"15 14 20 9 15 4"}),t.createElement("path",{d:"M4 20v-7a4 4 0 0 1 4-4h12"}))}));function Ym(){return Ym=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ym.apply(this,arguments)}function qm(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}$m.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},$m.displayName="CornerUpRight";var Xm=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=qm(e,["color","size"]);return t.createElement("svg",Ym({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"4",y:"4",width:"16",height:"16",rx:"2",ry:"2"}),t.createElement("rect",{x:"9",y:"9",width:"6",height:"6"}),t.createElement("line",{x1:"9",y1:"1",x2:"9",y2:"4"}),t.createElement("line",{x1:"15",y1:"1",x2:"15",y2:"4"}),t.createElement("line",{x1:"9",y1:"20",x2:"9",y2:"23"}),t.createElement("line",{x1:"15",y1:"20",x2:"15",y2:"23"}),t.createElement("line",{x1:"20",y1:"9",x2:"23",y2:"9"}),t.createElement("line",{x1:"20",y1:"14",x2:"23",y2:"14"}),t.createElement("line",{x1:"1",y1:"9",x2:"4",y2:"9"}),t.createElement("line",{x1:"1",y1:"14",x2:"4",y2:"14"}))}));function Km(){return Km=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Km.apply(this,arguments)}function Jm(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Xm.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Xm.displayName="Cpu";var Zm=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Jm(e,["color","size"]);return t.createElement("svg",Km({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"1",y:"4",width:"22",height:"16",rx:"2",ry:"2"}),t.createElement("line",{x1:"1",y1:"10",x2:"23",y2:"10"}))}));function Qm(){return Qm=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Qm.apply(this,arguments)}function eb(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Zm.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Zm.displayName="CreditCard";var tb=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=eb(e,["color","size"]);return t.createElement("svg",Qm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M6.13 1L6 16a2 2 0 0 0 2 2h15"}),t.createElement("path",{d:"M1 6.13L16 6a2 2 0 0 1 2 2v15"}))}));function rb(){return rb=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},rb.apply(this,arguments)}function nb(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}tb.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},tb.displayName="Crop";var ob=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=nb(e,["color","size"]);return t.createElement("svg",rb({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("line",{x1:"22",y1:"12",x2:"18",y2:"12"}),t.createElement("line",{x1:"6",y1:"12",x2:"2",y2:"12"}),t.createElement("line",{x1:"12",y1:"6",x2:"12",y2:"2"}),t.createElement("line",{x1:"12",y1:"22",x2:"12",y2:"18"}))}));function ib(){return ib=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ib.apply(this,arguments)}function ab(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}ob.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},ob.displayName="Crosshair";var lb=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=ab(e,["color","size"]);return t.createElement("svg",ib({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("ellipse",{cx:"12",cy:"5",rx:"9",ry:"3"}),t.createElement("path",{d:"M21 12c0 1.66-4 3-9 3s-9-1.34-9-3"}),t.createElement("path",{d:"M3 5v14c0 1.66 4 3 9 3s9-1.34 9-3V5"}))}));function sb(){return sb=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},sb.apply(this,arguments)}function cb(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}lb.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},lb.displayName="Database";var ub=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=cb(e,["color","size"]);return t.createElement("svg",sb({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M21 4H8l-7 8 7 8h13a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2z"}),t.createElement("line",{x1:"18",y1:"9",x2:"12",y2:"15"}),t.createElement("line",{x1:"12",y1:"9",x2:"18",y2:"15"}))}));function pb(){return pb=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},pb.apply(this,arguments)}function fb(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}ub.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},ub.displayName="Delete";var db=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=fb(e,["color","size"]);return t.createElement("svg",pb({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("circle",{cx:"12",cy:"12",r:"3"}))}));function gb(){return gb=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},gb.apply(this,arguments)}function yb(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}db.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},db.displayName="Disc";var hb=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=yb(e,["color","size"]);return t.createElement("svg",gb({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"8",y1:"12",x2:"16",y2:"12"}),t.createElement("line",{x1:"12",y1:"16",x2:"12",y2:"16"}),t.createElement("line",{x1:"12",y1:"8",x2:"12",y2:"8"}),t.createElement("circle",{cx:"12",cy:"12",r:"10"}))}));function vb(){return vb=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},vb.apply(this,arguments)}function mb(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}hb.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},hb.displayName="DivideCircle";var bb=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=mb(e,["color","size"]);return t.createElement("svg",vb({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",ry:"2"}),t.createElement("line",{x1:"8",y1:"12",x2:"16",y2:"12"}),t.createElement("line",{x1:"12",y1:"16",x2:"12",y2:"16"}),t.createElement("line",{x1:"12",y1:"8",x2:"12",y2:"8"}))}));function wb(){return wb=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},wb.apply(this,arguments)}function Ob(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}bb.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},bb.displayName="DivideSquare";var xb=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ob(e,["color","size"]);return t.createElement("svg",wb({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"6",r:"2"}),t.createElement("line",{x1:"5",y1:"12",x2:"19",y2:"12"}),t.createElement("circle",{cx:"12",cy:"18",r:"2"}))}));function jb(){return jb=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},jb.apply(this,arguments)}function kb(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}xb.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},xb.displayName="Divide";var Eb=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=kb(e,["color","size"]);return t.createElement("svg",jb({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"12",y1:"1",x2:"12",y2:"23"}),t.createElement("path",{d:"M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6"}))}));function Sb(){return Sb=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Sb.apply(this,arguments)}function Pb(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Eb.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Eb.displayName="DollarSign";var Cb=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Pb(e,["color","size"]);return t.createElement("svg",Sb({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"8 17 12 21 16 17"}),t.createElement("line",{x1:"12",y1:"12",x2:"12",y2:"21"}),t.createElement("path",{d:"M20.88 18.09A5 5 0 0 0 18 9h-1.26A8 8 0 1 0 3 16.29"}))}));function zb(){return zb=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},zb.apply(this,arguments)}function Tb(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Cb.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Cb.displayName="DownloadCloud";var Lb=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Tb(e,["color","size"]);return t.createElement("svg",zb({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"}),t.createElement("polyline",{points:"7 10 12 15 17 10"}),t.createElement("line",{x1:"12",y1:"15",x2:"12",y2:"3"}))}));function Nb(){return Nb=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Nb.apply(this,arguments)}function Rb(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Lb.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Lb.displayName="Download";var Mb=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Rb(e,["color","size"]);return t.createElement("svg",Nb({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("path",{d:"M8.56 2.75c4.37 6.03 6.02 9.42 8.03 17.72m2.54-15.38c-3.72 4.35-8.94 5.66-16.88 5.85m19.5 1.9c-3.5-.93-6.63-.82-8.94 0-2.58.92-5.01 2.86-7.44 6.32"}))}));function Ib(){return Ib=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ib.apply(this,arguments)}function Ab(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Mb.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Mb.displayName="Dribbble";var _b=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ab(e,["color","size"]);return t.createElement("svg",Ib({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z"}))}));function Db(){return Db=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Db.apply(this,arguments)}function Bb(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}_b.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},_b.displayName="Droplet";var Fb=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Bb(e,["color","size"]);return t.createElement("svg",Db({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M17 3a2.828 2.828 0 1 1 4 4L7.5 20.5 2 22l1.5-5.5L17 3z"}))}));function Wb(){return Wb=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Wb.apply(this,arguments)}function Vb(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Fb.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Fb.displayName="Edit2";var Hb=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Vb(e,["color","size"]);return t.createElement("svg",Wb({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M12 20h9"}),t.createElement("path",{d:"M16.5 3.5a2.121 2.121 0 0 1 3 3L7 19l-4 1 1-4L16.5 3.5z"}))}));function Ub(){return Ub=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ub.apply(this,arguments)}function Gb(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Hb.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Hb.displayName="Edit3";var $b=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Gb(e,["color","size"]);return t.createElement("svg",Ub({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7"}),t.createElement("path",{d:"M18.5 2.5a2.121 2.121 0 0 1 3 3L12 15l-4 1 1-4 9.5-9.5z"}))}));function Yb(){return Yb=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Yb.apply(this,arguments)}function qb(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}$b.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},$b.displayName="Edit";var Xb=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=qb(e,["color","size"]);return t.createElement("svg",Yb({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"}),t.createElement("polyline",{points:"15 3 21 3 21 9"}),t.createElement("line",{x1:"10",y1:"14",x2:"21",y2:"3"}))}));function Kb(){return Kb=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Kb.apply(this,arguments)}function Jb(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Xb.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Xb.displayName="ExternalLink";var Zb=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Jb(e,["color","size"]);return t.createElement("svg",Kb({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M17.94 17.94A10.07 10.07 0 0 1 12 20c-7 0-11-8-11-8a18.45 18.45 0 0 1 5.06-5.94M9.9 4.24A9.12 9.12 0 0 1 12 4c7 0 11 8 11 8a18.5 18.5 0 0 1-2.16 3.19m-6.72-1.07a3 3 0 1 1-4.24-4.24"}),t.createElement("line",{x1:"1",y1:"1",x2:"23",y2:"23"}))}));function Qb(){return Qb=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Qb.apply(this,arguments)}function ew(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Zb.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Zb.displayName="EyeOff";var tw=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=ew(e,["color","size"]);return t.createElement("svg",Qb({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z"}),t.createElement("circle",{cx:"12",cy:"12",r:"3"}))}));function rw(){return rw=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},rw.apply(this,arguments)}function nw(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}tw.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},tw.displayName="Eye";var ow=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=nw(e,["color","size"]);return t.createElement("svg",rw({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z"}))}));function iw(){return iw=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},iw.apply(this,arguments)}function aw(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}ow.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},ow.displayName="Facebook";var lw=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=aw(e,["color","size"]);return t.createElement("svg",iw({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polygon",{points:"13 19 22 12 13 5 13 19"}),t.createElement("polygon",{points:"2 19 11 12 2 5 2 19"}))}));function sw(){return sw=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},sw.apply(this,arguments)}function cw(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}lw.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},lw.displayName="FastForward";var uw=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=cw(e,["color","size"]);return t.createElement("svg",sw({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M20.24 12.24a6 6 0 0 0-8.49-8.49L5 10.5V19h8.5z"}),t.createElement("line",{x1:"16",y1:"8",x2:"2",y2:"22"}),t.createElement("line",{x1:"17.5",y1:"15",x2:"9",y2:"15"}))}));function pw(){return pw=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},pw.apply(this,arguments)}function fw(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}uw.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},uw.displayName="Feather";var dw=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=fw(e,["color","size"]);return t.createElement("svg",pw({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M5 5.5A3.5 3.5 0 0 1 8.5 2H12v7H8.5A3.5 3.5 0 0 1 5 5.5z"}),t.createElement("path",{d:"M12 2h3.5a3.5 3.5 0 1 1 0 7H12V2z"}),t.createElement("path",{d:"M12 12.5a3.5 3.5 0 1 1 7 0 3.5 3.5 0 1 1-7 0z"}),t.createElement("path",{d:"M5 19.5A3.5 3.5 0 0 1 8.5 16H12v3.5a3.5 3.5 0 1 1-7 0z"}),t.createElement("path",{d:"M5 12.5A3.5 3.5 0 0 1 8.5 9H12v7H8.5A3.5 3.5 0 0 1 5 12.5z"}))}));function gw(){return gw=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},gw.apply(this,arguments)}function yw(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}dw.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},dw.displayName="Figma";var hw=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=yw(e,["color","size"]);return t.createElement("svg",gw({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"}),t.createElement("polyline",{points:"14 2 14 8 20 8"}),t.createElement("line",{x1:"9",y1:"15",x2:"15",y2:"15"}))}));function vw(){return vw=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},vw.apply(this,arguments)}function mw(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}hw.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},hw.displayName="FileMinus";var bw=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=mw(e,["color","size"]);return t.createElement("svg",vw({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"}),t.createElement("polyline",{points:"14 2 14 8 20 8"}),t.createElement("line",{x1:"12",y1:"18",x2:"12",y2:"12"}),t.createElement("line",{x1:"9",y1:"15",x2:"15",y2:"15"}))}));function ww(){return ww=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ww.apply(this,arguments)}function Ow(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}bw.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},bw.displayName="FilePlus";var xw=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ow(e,["color","size"]);return t.createElement("svg",ww({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"}),t.createElement("polyline",{points:"14 2 14 8 20 8"}),t.createElement("line",{x1:"16",y1:"13",x2:"8",y2:"13"}),t.createElement("line",{x1:"16",y1:"17",x2:"8",y2:"17"}),t.createElement("polyline",{points:"10 9 9 9 8 9"}))}));function jw(){return jw=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},jw.apply(this,arguments)}function kw(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}xw.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},xw.displayName="FileText";var Ew=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=kw(e,["color","size"]);return t.createElement("svg",jw({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M13 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9z"}),t.createElement("polyline",{points:"13 2 13 9 20 9"}))}));function Sw(){return Sw=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Sw.apply(this,arguments)}function Pw(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Ew.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Ew.displayName="File";var Cw=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Pw(e,["color","size"]);return t.createElement("svg",Sw({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"2",y:"2",width:"20",height:"20",rx:"2.18",ry:"2.18"}),t.createElement("line",{x1:"7",y1:"2",x2:"7",y2:"22"}),t.createElement("line",{x1:"17",y1:"2",x2:"17",y2:"22"}),t.createElement("line",{x1:"2",y1:"12",x2:"22",y2:"12"}),t.createElement("line",{x1:"2",y1:"7",x2:"7",y2:"7"}),t.createElement("line",{x1:"2",y1:"17",x2:"7",y2:"17"}),t.createElement("line",{x1:"17",y1:"17",x2:"22",y2:"17"}),t.createElement("line",{x1:"17",y1:"7",x2:"22",y2:"7"}))}));function zw(){return zw=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},zw.apply(this,arguments)}function Tw(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Cw.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Cw.displayName="Film";var Lw=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Tw(e,["color","size"]);return t.createElement("svg",zw({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polygon",{points:"22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3"}))}));function Nw(){return Nw=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Nw.apply(this,arguments)}function Rw(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Lw.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Lw.displayName="Filter";var Mw=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Rw(e,["color","size"]);return t.createElement("svg",Nw({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M4 15s1-1 4-1 5 2 8 2 4-1 4-1V3s-1 1-4 1-5-2-8-2-4 1-4 1z"}),t.createElement("line",{x1:"4",y1:"22",x2:"4",y2:"15"}))}));function Iw(){return Iw=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Iw.apply(this,arguments)}function Aw(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Mw.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Mw.displayName="Flag";var _w=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Aw(e,["color","size"]);return t.createElement("svg",Iw({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"}),t.createElement("line",{x1:"9",y1:"14",x2:"15",y2:"14"}))}));function Dw(){return Dw=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Dw.apply(this,arguments)}function Bw(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}_w.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},_w.displayName="FolderMinus";var Fw=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Bw(e,["color","size"]);return t.createElement("svg",Dw({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"}),t.createElement("line",{x1:"12",y1:"11",x2:"12",y2:"17"}),t.createElement("line",{x1:"9",y1:"14",x2:"15",y2:"14"}))}));function Ww(){return Ww=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ww.apply(this,arguments)}function Vw(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Fw.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Fw.displayName="FolderPlus";var Hw=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Vw(e,["color","size"]);return t.createElement("svg",Ww({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"}))}));function Uw(){return Uw=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Uw.apply(this,arguments)}function Gw(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Hw.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Hw.displayName="Folder";var $w=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Gw(e,["color","size"]);return t.createElement("svg",Uw({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M5 16V9h14V2H5l14 14h-7m-7 0l7 7v-7m-7 0h7"}))}));function Yw(){return Yw=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Yw.apply(this,arguments)}function qw(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}$w.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},$w.displayName="Framer";var Xw=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=qw(e,["color","size"]);return t.createElement("svg",Yw({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("path",{d:"M16 16s-1.5-2-4-2-4 2-4 2"}),t.createElement("line",{x1:"9",y1:"9",x2:"9.01",y2:"9"}),t.createElement("line",{x1:"15",y1:"9",x2:"15.01",y2:"9"}))}));function Kw(){return Kw=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Kw.apply(this,arguments)}function Jw(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Xw.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Xw.displayName="Frown";var Zw=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Jw(e,["color","size"]);return t.createElement("svg",Kw({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"20 12 20 22 4 22 4 12"}),t.createElement("rect",{x:"2",y:"7",width:"20",height:"5"}),t.createElement("line",{x1:"12",y1:"22",x2:"12",y2:"7"}),t.createElement("path",{d:"M12 7H7.5a2.5 2.5 0 0 1 0-5C11 2 12 7 12 7z"}),t.createElement("path",{d:"M12 7h4.5a2.5 2.5 0 0 0 0-5C13 2 12 7 12 7z"}))}));function Qw(){return Qw=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Qw.apply(this,arguments)}function eO(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Zw.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Zw.displayName="Gift";var tO=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=eO(e,["color","size"]);return t.createElement("svg",Qw({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"6",y1:"3",x2:"6",y2:"15"}),t.createElement("circle",{cx:"18",cy:"6",r:"3"}),t.createElement("circle",{cx:"6",cy:"18",r:"3"}),t.createElement("path",{d:"M18 9a9 9 0 0 1-9 9"}))}));function rO(){return rO=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},rO.apply(this,arguments)}function nO(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}tO.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},tO.displayName="GitBranch";var oO=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=nO(e,["color","size"]);return t.createElement("svg",rO({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"4"}),t.createElement("line",{x1:"1.05",y1:"12",x2:"7",y2:"12"}),t.createElement("line",{x1:"17.01",y1:"12",x2:"22.96",y2:"12"}))}));function iO(){return iO=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},iO.apply(this,arguments)}function aO(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}oO.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},oO.displayName="GitCommit";var lO=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=aO(e,["color","size"]);return t.createElement("svg",iO({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"18",cy:"18",r:"3"}),t.createElement("circle",{cx:"6",cy:"6",r:"3"}),t.createElement("path",{d:"M6 21V9a9 9 0 0 0 9 9"}))}));function sO(){return sO=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},sO.apply(this,arguments)}function cO(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}lO.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},lO.displayName="GitMerge";var uO=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=cO(e,["color","size"]);return t.createElement("svg",sO({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"18",cy:"18",r:"3"}),t.createElement("circle",{cx:"6",cy:"6",r:"3"}),t.createElement("path",{d:"M13 6h3a2 2 0 0 1 2 2v7"}),t.createElement("line",{x1:"6",y1:"9",x2:"6",y2:"21"}))}));function pO(){return pO=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},pO.apply(this,arguments)}function fO(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}uO.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},uO.displayName="GitPullRequest";var dO=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=fO(e,["color","size"]);return t.createElement("svg",pO({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M9 19c-5 1.5-5-2.5-7-3m14 6v-3.87a3.37 3.37 0 0 0-.94-2.61c3.14-.35 6.44-1.54 6.44-7A5.44 5.44 0 0 0 20 4.77 5.07 5.07 0 0 0 19.91 1S18.73.65 16 2.48a13.38 13.38 0 0 0-7 0C6.27.65 5.09 1 5.09 1A5.07 5.07 0 0 0 5 4.77a5.44 5.44 0 0 0-1.5 3.78c0 5.42 3.3 6.61 6.44 7A3.37 3.37 0 0 0 9 18.13V22"}))}));function gO(){return gO=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},gO.apply(this,arguments)}function yO(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}dO.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},dO.displayName="GitHub";var hO=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=yO(e,["color","size"]);return t.createElement("svg",gO({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M22.65 14.39L12 22.13 1.35 14.39a.84.84 0 0 1-.3-.94l1.22-3.78 2.44-7.51A.42.42 0 0 1 4.82 2a.43.43 0 0 1 .58 0 .42.42 0 0 1 .11.18l2.44 7.49h8.1l2.44-7.51A.42.42 0 0 1 18.6 2a.43.43 0 0 1 .58 0 .42.42 0 0 1 .11.18l2.44 7.51L23 13.45a.84.84 0 0 1-.35.94z"}))}));function vO(){return vO=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},vO.apply(this,arguments)}function mO(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}hO.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},hO.displayName="Gitlab";var bO=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=mO(e,["color","size"]);return t.createElement("svg",vO({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("line",{x1:"2",y1:"12",x2:"22",y2:"12"}),t.createElement("path",{d:"M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z"}))}));function wO(){return wO=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},wO.apply(this,arguments)}function OO(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}bO.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},bO.displayName="Globe";var xO=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=OO(e,["color","size"]);return t.createElement("svg",wO({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"3",y:"3",width:"7",height:"7"}),t.createElement("rect",{x:"14",y:"3",width:"7",height:"7"}),t.createElement("rect",{x:"14",y:"14",width:"7",height:"7"}),t.createElement("rect",{x:"3",y:"14",width:"7",height:"7"}))}));function jO(){return jO=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},jO.apply(this,arguments)}function kO(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}xO.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},xO.displayName="Grid";var EO=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=kO(e,["color","size"]);return t.createElement("svg",jO({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"22",y1:"12",x2:"2",y2:"12"}),t.createElement("path",{d:"M5.45 5.11L2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z"}),t.createElement("line",{x1:"6",y1:"16",x2:"6.01",y2:"16"}),t.createElement("line",{x1:"10",y1:"16",x2:"10.01",y2:"16"}))}));function SO(){return SO=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},SO.apply(this,arguments)}function PO(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}EO.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},EO.displayName="HardDrive";var CO=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=PO(e,["color","size"]);return t.createElement("svg",SO({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"4",y1:"9",x2:"20",y2:"9"}),t.createElement("line",{x1:"4",y1:"15",x2:"20",y2:"15"}),t.createElement("line",{x1:"10",y1:"3",x2:"8",y2:"21"}),t.createElement("line",{x1:"16",y1:"3",x2:"14",y2:"21"}))}));function zO(){return zO=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},zO.apply(this,arguments)}function TO(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}CO.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},CO.displayName="Hash";var LO=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=TO(e,["color","size"]);return t.createElement("svg",zO({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M3 18v-6a9 9 0 0 1 18 0v6"}),t.createElement("path",{d:"M21 19a2 2 0 0 1-2 2h-1a2 2 0 0 1-2-2v-3a2 2 0 0 1 2-2h3zM3 19a2 2 0 0 0 2 2h1a2 2 0 0 0 2-2v-3a2 2 0 0 0-2-2H3z"}))}));function NO(){return NO=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},NO.apply(this,arguments)}function RO(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}LO.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},LO.displayName="Headphones";var MO=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=RO(e,["color","size"]);return t.createElement("svg",NO({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"}))}));function IO(){return IO=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},IO.apply(this,arguments)}function AO(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}MO.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},MO.displayName="Heart";var _O=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=AO(e,["color","size"]);return t.createElement("svg",IO({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("path",{d:"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"}),t.createElement("line",{x1:"12",y1:"17",x2:"12.01",y2:"17"}))}));function DO(){return DO=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},DO.apply(this,arguments)}function BO(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}_O.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},_O.displayName="HelpCircle";var FO=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=BO(e,["color","size"]);return t.createElement("svg",DO({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"}))}));function WO(){return WO=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},WO.apply(this,arguments)}function VO(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}FO.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},FO.displayName="Hexagon";var HO=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=VO(e,["color","size"]);return t.createElement("svg",WO({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"}),t.createElement("polyline",{points:"9 22 9 12 15 12 15 22"}))}));function UO(){return UO=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},UO.apply(this,arguments)}function GO(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}HO.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},HO.displayName="Home";var $O=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=GO(e,["color","size"]);return t.createElement("svg",UO({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",ry:"2"}),t.createElement("circle",{cx:"8.5",cy:"8.5",r:"1.5"}),t.createElement("polyline",{points:"21 15 16 10 5 21"}))}));function YO(){return YO=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},YO.apply(this,arguments)}function qO(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}$O.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},$O.displayName="Image";var XO=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=qO(e,["color","size"]);return t.createElement("svg",YO({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"22 12 16 12 14 15 10 15 8 12 2 12"}),t.createElement("path",{d:"M5.45 5.11L2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z"}))}));function KO(){return KO=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},KO.apply(this,arguments)}function JO(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}XO.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},XO.displayName="Inbox";var ZO=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=JO(e,["color","size"]);return t.createElement("svg",KO({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("line",{x1:"12",y1:"16",x2:"12",y2:"12"}),t.createElement("line",{x1:"12",y1:"8",x2:"12.01",y2:"8"}))}));function QO(){return QO=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},QO.apply(this,arguments)}function ex(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}ZO.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},ZO.displayName="Info";var tx=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=ex(e,["color","size"]);return t.createElement("svg",QO({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"2",y:"2",width:"20",height:"20",rx:"5",ry:"5"}),t.createElement("path",{d:"M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z"}),t.createElement("line",{x1:"17.5",y1:"6.5",x2:"17.51",y2:"6.5"}))}));function rx(){return rx=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},rx.apply(this,arguments)}function nx(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}tx.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},tx.displayName="Instagram";var ox=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=nx(e,["color","size"]);return t.createElement("svg",rx({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"19",y1:"4",x2:"10",y2:"4"}),t.createElement("line",{x1:"14",y1:"20",x2:"5",y2:"20"}),t.createElement("line",{x1:"15",y1:"4",x2:"9",y2:"20"}))}));function ix(){return ix=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ix.apply(this,arguments)}function ax(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}ox.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},ox.displayName="Italic";var lx=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=ax(e,["color","size"]);return t.createElement("svg",ix({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M21 2l-2 2m-7.61 7.61a5.5 5.5 0 1 1-7.778 7.778 5.5 5.5 0 0 1 7.777-7.777zm0 0L15.5 7.5m0 0l3 3L22 7l-3-3m-3.5 3.5L19 4"}))}));function sx(){return sx=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},sx.apply(this,arguments)}function cx(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}lx.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},lx.displayName="Key";var ux=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=cx(e,["color","size"]);return t.createElement("svg",sx({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polygon",{points:"12 2 2 7 12 12 22 7 12 2"}),t.createElement("polyline",{points:"2 17 12 22 22 17"}),t.createElement("polyline",{points:"2 12 12 17 22 12"}))}));function px(){return px=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},px.apply(this,arguments)}function fx(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}ux.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},ux.displayName="Layers";var dx=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=fx(e,["color","size"]);return t.createElement("svg",px({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",ry:"2"}),t.createElement("line",{x1:"3",y1:"9",x2:"21",y2:"9"}),t.createElement("line",{x1:"9",y1:"21",x2:"9",y2:"9"}))}));function gx(){return gx=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},gx.apply(this,arguments)}function yx(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}dx.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},dx.displayName="Layout";var hx=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=yx(e,["color","size"]);return t.createElement("svg",gx({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("circle",{cx:"12",cy:"12",r:"4"}),t.createElement("line",{x1:"4.93",y1:"4.93",x2:"9.17",y2:"9.17"}),t.createElement("line",{x1:"14.83",y1:"14.83",x2:"19.07",y2:"19.07"}),t.createElement("line",{x1:"14.83",y1:"9.17",x2:"19.07",y2:"4.93"}),t.createElement("line",{x1:"14.83",y1:"9.17",x2:"18.36",y2:"5.64"}),t.createElement("line",{x1:"4.93",y1:"19.07",x2:"9.17",y2:"14.83"}))}));function vx(){return vx=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},vx.apply(this,arguments)}function mx(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}hx.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},hx.displayName="LifeBuoy";var bx=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=mx(e,["color","size"]);return t.createElement("svg",vx({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M15 7h3a5 5 0 0 1 5 5 5 5 0 0 1-5 5h-3m-6 0H6a5 5 0 0 1-5-5 5 5 0 0 1 5-5h3"}),t.createElement("line",{x1:"8",y1:"12",x2:"16",y2:"12"}))}));function wx(){return wx=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},wx.apply(this,arguments)}function Ox(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}bx.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},bx.displayName="Link2";var xx=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ox(e,["color","size"]);return t.createElement("svg",wx({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"}),t.createElement("path",{d:"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"}))}));function jx(){return jx=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},jx.apply(this,arguments)}function kx(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}xx.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},xx.displayName="Link";var Ex=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=kx(e,["color","size"]);return t.createElement("svg",jx({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"}),t.createElement("rect",{x:"2",y:"9",width:"4",height:"12"}),t.createElement("circle",{cx:"4",cy:"4",r:"2"}))}));function Sx(){return Sx=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Sx.apply(this,arguments)}function Px(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Ex.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Ex.displayName="Linkedin";var Cx=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Px(e,["color","size"]);return t.createElement("svg",Sx({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"8",y1:"6",x2:"21",y2:"6"}),t.createElement("line",{x1:"8",y1:"12",x2:"21",y2:"12"}),t.createElement("line",{x1:"8",y1:"18",x2:"21",y2:"18"}),t.createElement("line",{x1:"3",y1:"6",x2:"3.01",y2:"6"}),t.createElement("line",{x1:"3",y1:"12",x2:"3.01",y2:"12"}),t.createElement("line",{x1:"3",y1:"18",x2:"3.01",y2:"18"}))}));function zx(){return zx=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},zx.apply(this,arguments)}function Tx(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Cx.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Cx.displayName="List";var Lx=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Tx(e,["color","size"]);return t.createElement("svg",zx({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"12",y1:"2",x2:"12",y2:"6"}),t.createElement("line",{x1:"12",y1:"18",x2:"12",y2:"22"}),t.createElement("line",{x1:"4.93",y1:"4.93",x2:"7.76",y2:"7.76"}),t.createElement("line",{x1:"16.24",y1:"16.24",x2:"19.07",y2:"19.07"}),t.createElement("line",{x1:"2",y1:"12",x2:"6",y2:"12"}),t.createElement("line",{x1:"18",y1:"12",x2:"22",y2:"12"}),t.createElement("line",{x1:"4.93",y1:"19.07",x2:"7.76",y2:"16.24"}),t.createElement("line",{x1:"16.24",y1:"7.76",x2:"19.07",y2:"4.93"}))}));function Nx(){return Nx=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Nx.apply(this,arguments)}function Rx(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Lx.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Lx.displayName="Loader";var Mx=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Rx(e,["color","size"]);return t.createElement("svg",Nx({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"3",y:"11",width:"18",height:"11",rx:"2",ry:"2"}),t.createElement("path",{d:"M7 11V7a5 5 0 0 1 10 0v4"}))}));function Ix(){return Ix=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ix.apply(this,arguments)}function Ax(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Mx.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Mx.displayName="Lock";var _x=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ax(e,["color","size"]);return t.createElement("svg",Ix({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4"}),t.createElement("polyline",{points:"10 17 15 12 10 7"}),t.createElement("line",{x1:"15",y1:"12",x2:"3",y2:"12"}))}));function Dx(){return Dx=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Dx.apply(this,arguments)}function Bx(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}_x.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},_x.displayName="LogIn";var Fx=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Bx(e,["color","size"]);return t.createElement("svg",Dx({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4"}),t.createElement("polyline",{points:"16 17 21 12 16 7"}),t.createElement("line",{x1:"21",y1:"12",x2:"9",y2:"12"}))}));function Wx(){return Wx=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Wx.apply(this,arguments)}function Vx(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Fx.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Fx.displayName="LogOut";var Hx=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Vx(e,["color","size"]);return t.createElement("svg",Wx({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"}),t.createElement("polyline",{points:"22,6 12,13 2,6"}))}));function Ux(){return Ux=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ux.apply(this,arguments)}function Gx(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Hx.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Hx.displayName="Mail";var $x=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Gx(e,["color","size"]);return t.createElement("svg",Ux({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"}),t.createElement("circle",{cx:"12",cy:"10",r:"3"}))}));function Yx(){return Yx=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Yx.apply(this,arguments)}function qx(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}$x.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},$x.displayName="MapPin";var Xx=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=qx(e,["color","size"]);return t.createElement("svg",Yx({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polygon",{points:"1 6 1 22 8 18 16 22 23 18 23 2 16 6 8 2 1 6"}),t.createElement("line",{x1:"8",y1:"2",x2:"8",y2:"18"}),t.createElement("line",{x1:"16",y1:"6",x2:"16",y2:"22"}))}));function Kx(){return Kx=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Kx.apply(this,arguments)}function Jx(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Xx.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Xx.displayName="Map";var Zx=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Jx(e,["color","size"]);return t.createElement("svg",Kx({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"15 3 21 3 21 9"}),t.createElement("polyline",{points:"9 21 3 21 3 15"}),t.createElement("line",{x1:"21",y1:"3",x2:"14",y2:"10"}),t.createElement("line",{x1:"3",y1:"21",x2:"10",y2:"14"}))}));function Qx(){return Qx=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Qx.apply(this,arguments)}function ej(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Zx.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Zx.displayName="Maximize2";var tj=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=ej(e,["color","size"]);return t.createElement("svg",Qx({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M8 3H5a2 2 0 0 0-2 2v3m18 0V5a2 2 0 0 0-2-2h-3m0 18h3a2 2 0 0 0 2-2v-3M3 16v3a2 2 0 0 0 2 2h3"}))}));function rj(){return rj=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},rj.apply(this,arguments)}function nj(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}tj.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},tj.displayName="Maximize";var oj=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=nj(e,["color","size"]);return t.createElement("svg",rj({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("line",{x1:"8",y1:"15",x2:"16",y2:"15"}),t.createElement("line",{x1:"9",y1:"9",x2:"9.01",y2:"9"}),t.createElement("line",{x1:"15",y1:"9",x2:"15.01",y2:"9"}))}));function ij(){return ij=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ij.apply(this,arguments)}function aj(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}oj.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},oj.displayName="Meh";var lj=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=aj(e,["color","size"]);return t.createElement("svg",ij({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"3",y1:"12",x2:"21",y2:"12"}),t.createElement("line",{x1:"3",y1:"6",x2:"21",y2:"6"}),t.createElement("line",{x1:"3",y1:"18",x2:"21",y2:"18"}))}));function sj(){return sj=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},sj.apply(this,arguments)}function cj(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}lj.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},lj.displayName="Menu";var uj=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=cj(e,["color","size"]);return t.createElement("svg",sj({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z"}))}));function pj(){return pj=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},pj.apply(this,arguments)}function fj(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}uj.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},uj.displayName="MessageCircle";var dj=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=fj(e,["color","size"]);return t.createElement("svg",pj({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"}))}));function gj(){return gj=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},gj.apply(this,arguments)}function yj(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}dj.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},dj.displayName="MessageSquare";var hj=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=yj(e,["color","size"]);return t.createElement("svg",gj({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"1",y1:"1",x2:"23",y2:"23"}),t.createElement("path",{d:"M9 9v3a3 3 0 0 0 5.12 2.12M15 9.34V4a3 3 0 0 0-5.94-.6"}),t.createElement("path",{d:"M17 16.95A7 7 0 0 1 5 12v-2m14 0v2a7 7 0 0 1-.11 1.23"}),t.createElement("line",{x1:"12",y1:"19",x2:"12",y2:"23"}),t.createElement("line",{x1:"8",y1:"23",x2:"16",y2:"23"}))}));function vj(){return vj=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},vj.apply(this,arguments)}function mj(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}hj.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},hj.displayName="MicOff";var bj=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=mj(e,["color","size"]);return t.createElement("svg",vj({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M12 1a3 3 0 0 0-3 3v8a3 3 0 0 0 6 0V4a3 3 0 0 0-3-3z"}),t.createElement("path",{d:"M19 10v2a7 7 0 0 1-14 0v-2"}),t.createElement("line",{x1:"12",y1:"19",x2:"12",y2:"23"}),t.createElement("line",{x1:"8",y1:"23",x2:"16",y2:"23"}))}));function wj(){return wj=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},wj.apply(this,arguments)}function Oj(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}bj.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},bj.displayName="Mic";var xj=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Oj(e,["color","size"]);return t.createElement("svg",wj({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"4 14 10 14 10 20"}),t.createElement("polyline",{points:"20 10 14 10 14 4"}),t.createElement("line",{x1:"14",y1:"10",x2:"21",y2:"3"}),t.createElement("line",{x1:"3",y1:"21",x2:"10",y2:"14"}))}));function jj(){return jj=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},jj.apply(this,arguments)}function kj(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}xj.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},xj.displayName="Minimize2";var Ej=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=kj(e,["color","size"]);return t.createElement("svg",jj({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M8 3v3a2 2 0 0 1-2 2H3m18 0h-3a2 2 0 0 1-2-2V3m0 18v-3a2 2 0 0 1 2-2h3M3 16h3a2 2 0 0 1 2 2v3"}))}));function Sj(){return Sj=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Sj.apply(this,arguments)}function Pj(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Ej.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Ej.displayName="Minimize";var Cj=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Pj(e,["color","size"]);return t.createElement("svg",Sj({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("line",{x1:"8",y1:"12",x2:"16",y2:"12"}))}));function zj(){return zj=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},zj.apply(this,arguments)}function Tj(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Cj.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Cj.displayName="MinusCircle";var Lj=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Tj(e,["color","size"]);return t.createElement("svg",zj({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",ry:"2"}),t.createElement("line",{x1:"8",y1:"12",x2:"16",y2:"12"}))}));function Nj(){return Nj=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Nj.apply(this,arguments)}function Rj(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Lj.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Lj.displayName="MinusSquare";var Mj=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Rj(e,["color","size"]);return t.createElement("svg",Nj({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"5",y1:"12",x2:"19",y2:"12"}))}));function Ij(){return Ij=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ij.apply(this,arguments)}function Aj(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Mj.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Mj.displayName="Minus";var _j=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Aj(e,["color","size"]);return t.createElement("svg",Ij({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"2",y:"3",width:"20",height:"14",rx:"2",ry:"2"}),t.createElement("line",{x1:"8",y1:"21",x2:"16",y2:"21"}),t.createElement("line",{x1:"12",y1:"17",x2:"12",y2:"21"}))}));function Dj(){return Dj=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Dj.apply(this,arguments)}function Bj(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}_j.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},_j.displayName="Monitor";var Fj=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Bj(e,["color","size"]);return t.createElement("svg",Dj({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"}))}));function Wj(){return Wj=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Wj.apply(this,arguments)}function Vj(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Fj.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Fj.displayName="Moon";var Hj=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Vj(e,["color","size"]);return t.createElement("svg",Wj({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"1"}),t.createElement("circle",{cx:"19",cy:"12",r:"1"}),t.createElement("circle",{cx:"5",cy:"12",r:"1"}))}));function Uj(){return Uj=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Uj.apply(this,arguments)}function Gj(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Hj.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Hj.displayName="MoreHorizontal";var $j=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Gj(e,["color","size"]);return t.createElement("svg",Uj({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"1"}),t.createElement("circle",{cx:"12",cy:"5",r:"1"}),t.createElement("circle",{cx:"12",cy:"19",r:"1"}))}));function Yj(){return Yj=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Yj.apply(this,arguments)}function qj(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}$j.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},$j.displayName="MoreVertical";var Xj=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=qj(e,["color","size"]);return t.createElement("svg",Yj({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M3 3l7.07 16.97 2.51-7.39 7.39-2.51L3 3z"}),t.createElement("path",{d:"M13 13l6 6"}))}));function Kj(){return Kj=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Kj.apply(this,arguments)}function Jj(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Xj.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Xj.displayName="MousePointer";var Zj=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Jj(e,["color","size"]);return t.createElement("svg",Kj({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"5 9 2 12 5 15"}),t.createElement("polyline",{points:"9 5 12 2 15 5"}),t.createElement("polyline",{points:"15 19 12 22 9 19"}),t.createElement("polyline",{points:"19 9 22 12 19 15"}),t.createElement("line",{x1:"2",y1:"12",x2:"22",y2:"12"}),t.createElement("line",{x1:"12",y1:"2",x2:"12",y2:"22"}))}));function Qj(){return Qj=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Qj.apply(this,arguments)}function ek(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Zj.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Zj.displayName="Move";var tk=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=ek(e,["color","size"]);return t.createElement("svg",Qj({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M9 18V5l12-2v13"}),t.createElement("circle",{cx:"6",cy:"18",r:"3"}),t.createElement("circle",{cx:"18",cy:"16",r:"3"}))}));function rk(){return rk=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},rk.apply(this,arguments)}function nk(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}tk.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},tk.displayName="Music";var ok=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=nk(e,["color","size"]);return t.createElement("svg",rk({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polygon",{points:"12 2 19 21 12 17 5 21 12 2"}))}));function ik(){return ik=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ik.apply(this,arguments)}function ak(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}ok.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},ok.displayName="Navigation2";var lk=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=ak(e,["color","size"]);return t.createElement("svg",ik({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polygon",{points:"3 11 22 2 13 21 11 13 3 11"}))}));function sk(){return sk=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},sk.apply(this,arguments)}function ck(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}lk.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},lk.displayName="Navigation";var uk=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=ck(e,["color","size"]);return t.createElement("svg",sk({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polygon",{points:"7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2"}))}));function pk(){return pk=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},pk.apply(this,arguments)}function fk(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}uk.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},uk.displayName="Octagon";var dk=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=fk(e,["color","size"]);return t.createElement("svg",pk({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"16.5",y1:"9.4",x2:"7.5",y2:"4.21"}),t.createElement("path",{d:"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"}),t.createElement("polyline",{points:"3.27 6.96 12 12.01 20.73 6.96"}),t.createElement("line",{x1:"12",y1:"22.08",x2:"12",y2:"12"}))}));function gk(){return gk=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},gk.apply(this,arguments)}function yk(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}dk.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},dk.displayName="Package";var hk=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=yk(e,["color","size"]);return t.createElement("svg",gk({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M21.44 11.05l-9.19 9.19a6 6 0 0 1-8.49-8.49l9.19-9.19a4 4 0 0 1 5.66 5.66l-9.2 9.19a2 2 0 0 1-2.83-2.83l8.49-8.48"}))}));function vk(){return vk=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},vk.apply(this,arguments)}function mk(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}hk.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},hk.displayName="Paperclip";var bk=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=mk(e,["color","size"]);return t.createElement("svg",vk({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("line",{x1:"10",y1:"15",x2:"10",y2:"9"}),t.createElement("line",{x1:"14",y1:"15",x2:"14",y2:"9"}))}));function wk(){return wk=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},wk.apply(this,arguments)}function Ok(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}bk.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},bk.displayName="PauseCircle";var xk=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ok(e,["color","size"]);return t.createElement("svg",wk({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"6",y:"4",width:"4",height:"16"}),t.createElement("rect",{x:"14",y:"4",width:"4",height:"16"}))}));function jk(){return jk=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},jk.apply(this,arguments)}function kk(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}xk.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},xk.displayName="Pause";var Ek=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=kk(e,["color","size"]);return t.createElement("svg",jk({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M12 19l7-7 3 3-7 7-3-3z"}),t.createElement("path",{d:"M18 13l-1.5-7.5L2 2l3.5 14.5L13 18l5-5z"}),t.createElement("path",{d:"M2 2l7.586 7.586"}),t.createElement("circle",{cx:"11",cy:"11",r:"2"}))}));function Sk(){return Sk=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Sk.apply(this,arguments)}function Pk(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Ek.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Ek.displayName="PenTool";var Ck=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Pk(e,["color","size"]);return t.createElement("svg",Sk({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"19",y1:"5",x2:"5",y2:"19"}),t.createElement("circle",{cx:"6.5",cy:"6.5",r:"2.5"}),t.createElement("circle",{cx:"17.5",cy:"17.5",r:"2.5"}))}));function zk(){return zk=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},zk.apply(this,arguments)}function Tk(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Ck.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Ck.displayName="Percent";var Lk=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Tk(e,["color","size"]);return t.createElement("svg",zk({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M15.05 5A5 5 0 0 1 19 8.95M15.05 1A9 9 0 0 1 23 8.94m-1 7.98v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"}))}));function Nk(){return Nk=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Nk.apply(this,arguments)}function Rk(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Lk.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Lk.displayName="PhoneCall";var Mk=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Rk(e,["color","size"]);return t.createElement("svg",Nk({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"19 1 23 5 19 9"}),t.createElement("line",{x1:"15",y1:"5",x2:"23",y2:"5"}),t.createElement("path",{d:"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"}))}));function Ik(){return Ik=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ik.apply(this,arguments)}function Ak(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Mk.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Mk.displayName="PhoneForwarded";var _k=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ak(e,["color","size"]);return t.createElement("svg",Ik({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"16 2 16 8 22 8"}),t.createElement("line",{x1:"23",y1:"1",x2:"16",y2:"8"}),t.createElement("path",{d:"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"}))}));function Dk(){return Dk=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Dk.apply(this,arguments)}function Bk(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}_k.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},_k.displayName="PhoneIncoming";var Fk=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Bk(e,["color","size"]);return t.createElement("svg",Dk({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"23",y1:"1",x2:"17",y2:"7"}),t.createElement("line",{x1:"17",y1:"1",x2:"23",y2:"7"}),t.createElement("path",{d:"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"}))}));function Wk(){return Wk=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Wk.apply(this,arguments)}function Vk(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Fk.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Fk.displayName="PhoneMissed";var Hk=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Vk(e,["color","size"]);return t.createElement("svg",Wk({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M10.68 13.31a16 16 0 0 0 3.41 2.6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7 2 2 0 0 1 1.72 2v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.42 19.42 0 0 1-3.33-2.67m-2.67-3.34a19.79 19.79 0 0 1-3.07-8.63A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91"}),t.createElement("line",{x1:"23",y1:"1",x2:"1",y2:"23"}))}));function Uk(){return Uk=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Uk.apply(this,arguments)}function Gk(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Hk.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Hk.displayName="PhoneOff";var $k=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Gk(e,["color","size"]);return t.createElement("svg",Uk({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"23 7 23 1 17 1"}),t.createElement("line",{x1:"16",y1:"8",x2:"23",y2:"1"}),t.createElement("path",{d:"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"}))}));function Yk(){return Yk=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Yk.apply(this,arguments)}function qk(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}$k.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},$k.displayName="PhoneOutgoing";var Xk=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=qk(e,["color","size"]);return t.createElement("svg",Yk({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"}))}));function Kk(){return Kk=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Kk.apply(this,arguments)}function Jk(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Xk.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Xk.displayName="Phone";var Zk=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Jk(e,["color","size"]);return t.createElement("svg",Kk({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M21.21 15.89A10 10 0 1 1 8 2.83"}),t.createElement("path",{d:"M22 12A10 10 0 0 0 12 2v10z"}))}));function Qk(){return Qk=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Qk.apply(this,arguments)}function eE(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Zk.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Zk.displayName="PieChart";var tE=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=eE(e,["color","size"]);return t.createElement("svg",Qk({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("polygon",{points:"10 8 16 12 10 16 10 8"}))}));function rE(){return rE=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},rE.apply(this,arguments)}function nE(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}tE.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},tE.displayName="PlayCircle";var oE=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=nE(e,["color","size"]);return t.createElement("svg",rE({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polygon",{points:"5 3 19 12 5 21 5 3"}))}));function iE(){return iE=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},iE.apply(this,arguments)}function aE(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}oE.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},oE.displayName="Play";var lE=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=aE(e,["color","size"]);return t.createElement("svg",iE({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("line",{x1:"12",y1:"8",x2:"12",y2:"16"}),t.createElement("line",{x1:"8",y1:"12",x2:"16",y2:"12"}))}));function sE(){return sE=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},sE.apply(this,arguments)}function cE(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}lE.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},lE.displayName="PlusCircle";var uE=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=cE(e,["color","size"]);return t.createElement("svg",sE({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",ry:"2"}),t.createElement("line",{x1:"12",y1:"8",x2:"12",y2:"16"}),t.createElement("line",{x1:"8",y1:"12",x2:"16",y2:"12"}))}));function pE(){return pE=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},pE.apply(this,arguments)}function fE(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}uE.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},uE.displayName="PlusSquare";var dE=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=fE(e,["color","size"]);return t.createElement("svg",pE({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"12",y1:"5",x2:"12",y2:"19"}),t.createElement("line",{x1:"5",y1:"12",x2:"19",y2:"12"}))}));function gE(){return gE=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},gE.apply(this,arguments)}function yE(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}dE.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},dE.displayName="Plus";var hE=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=yE(e,["color","size"]);return t.createElement("svg",gE({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M4 3h16a2 2 0 0 1 2 2v6a10 10 0 0 1-10 10A10 10 0 0 1 2 11V5a2 2 0 0 1 2-2z"}),t.createElement("polyline",{points:"8 10 12 14 16 10"}))}));function vE(){return vE=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},vE.apply(this,arguments)}function mE(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}hE.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},hE.displayName="Pocket";var bE=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=mE(e,["color","size"]);return t.createElement("svg",vE({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M18.36 6.64a9 9 0 1 1-12.73 0"}),t.createElement("line",{x1:"12",y1:"2",x2:"12",y2:"12"}))}));function wE(){return wE=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},wE.apply(this,arguments)}function OE(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}bE.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},bE.displayName="Power";var xE=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=OE(e,["color","size"]);return t.createElement("svg",wE({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"6 9 6 2 18 2 18 9"}),t.createElement("path",{d:"M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2"}),t.createElement("rect",{x:"6",y:"14",width:"12",height:"8"}))}));function jE(){return jE=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},jE.apply(this,arguments)}function kE(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}xE.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},xE.displayName="Printer";var EE=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=kE(e,["color","size"]);return t.createElement("svg",jE({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"2"}),t.createElement("path",{d:"M16.24 7.76a6 6 0 0 1 0 8.49m-8.48-.01a6 6 0 0 1 0-8.49m11.31-2.82a10 10 0 0 1 0 14.14m-14.14 0a10 10 0 0 1 0-14.14"}))}));function SE(){return SE=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},SE.apply(this,arguments)}function PE(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}EE.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},EE.displayName="Radio";var CE=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=PE(e,["color","size"]);return t.createElement("svg",SE({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"1 4 1 10 7 10"}),t.createElement("polyline",{points:"23 20 23 14 17 14"}),t.createElement("path",{d:"M20.49 9A9 9 0 0 0 5.64 5.64L1 10m22 4l-4.64 4.36A9 9 0 0 1 3.51 15"}))}));function zE(){return zE=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},zE.apply(this,arguments)}function TE(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}CE.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},CE.displayName="RefreshCcw";var LE=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=TE(e,["color","size"]);return t.createElement("svg",zE({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"23 4 23 10 17 10"}),t.createElement("polyline",{points:"1 20 1 14 7 14"}),t.createElement("path",{d:"M3.51 9a9 9 0 0 1 14.85-3.36L23 10M1 14l4.64 4.36A9 9 0 0 0 20.49 15"}))}));function NE(){return NE=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},NE.apply(this,arguments)}function RE(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}LE.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},LE.displayName="RefreshCw";var ME=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=RE(e,["color","size"]);return t.createElement("svg",NE({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"17 1 21 5 17 9"}),t.createElement("path",{d:"M3 11V9a4 4 0 0 1 4-4h14"}),t.createElement("polyline",{points:"7 23 3 19 7 15"}),t.createElement("path",{d:"M21 13v2a4 4 0 0 1-4 4H3"}))}));function IE(){return IE=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},IE.apply(this,arguments)}function AE(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}ME.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},ME.displayName="Repeat";var _E=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=AE(e,["color","size"]);return t.createElement("svg",IE({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polygon",{points:"11 19 2 12 11 5 11 19"}),t.createElement("polygon",{points:"22 19 13 12 22 5 22 19"}))}));function DE(){return DE=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},DE.apply(this,arguments)}function BE(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}_E.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},_E.displayName="Rewind";var FE=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=BE(e,["color","size"]);return t.createElement("svg",DE({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"1 4 1 10 7 10"}),t.createElement("path",{d:"M3.51 15a9 9 0 1 0 2.13-9.36L1 10"}))}));function WE(){return WE=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},WE.apply(this,arguments)}function VE(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}FE.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},FE.displayName="RotateCcw";var HE=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=VE(e,["color","size"]);return t.createElement("svg",WE({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"23 4 23 10 17 10"}),t.createElement("path",{d:"M20.49 15a9 9 0 1 1-2.12-9.36L23 10"}))}));function UE(){return UE=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},UE.apply(this,arguments)}function GE(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}HE.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},HE.displayName="RotateCw";var $E=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=GE(e,["color","size"]);return t.createElement("svg",UE({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M4 11a9 9 0 0 1 9 9"}),t.createElement("path",{d:"M4 4a16 16 0 0 1 16 16"}),t.createElement("circle",{cx:"5",cy:"19",r:"1"}))}));function YE(){return YE=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},YE.apply(this,arguments)}function qE(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}$E.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},$E.displayName="Rss";var XE=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=qE(e,["color","size"]);return t.createElement("svg",YE({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11l5 5v11a2 2 0 0 1-2 2z"}),t.createElement("polyline",{points:"17 21 17 13 7 13 7 21"}),t.createElement("polyline",{points:"7 3 7 8 15 8"}))}));function KE(){return KE=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},KE.apply(this,arguments)}function JE(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}XE.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},XE.displayName="Save";var ZE=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=JE(e,["color","size"]);return t.createElement("svg",KE({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"6",cy:"6",r:"3"}),t.createElement("circle",{cx:"6",cy:"18",r:"3"}),t.createElement("line",{x1:"20",y1:"4",x2:"8.12",y2:"15.88"}),t.createElement("line",{x1:"14.47",y1:"14.48",x2:"20",y2:"20"}),t.createElement("line",{x1:"8.12",y1:"8.12",x2:"12",y2:"12"}))}));function QE(){return QE=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},QE.apply(this,arguments)}function eS(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}ZE.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},ZE.displayName="Scissors";var tS=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=eS(e,["color","size"]);return t.createElement("svg",QE({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"11",cy:"11",r:"8"}),t.createElement("line",{x1:"21",y1:"21",x2:"16.65",y2:"16.65"}))}));function rS(){return rS=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},rS.apply(this,arguments)}function nS(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}tS.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},tS.displayName="Search";var oS=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=nS(e,["color","size"]);return t.createElement("svg",rS({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"22",y1:"2",x2:"11",y2:"13"}),t.createElement("polygon",{points:"22 2 15 22 11 13 2 9 22 2"}))}));function iS(){return iS=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},iS.apply(this,arguments)}function aS(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}oS.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},oS.displayName="Send";var lS=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=aS(e,["color","size"]);return t.createElement("svg",iS({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"2",y:"2",width:"20",height:"8",rx:"2",ry:"2"}),t.createElement("rect",{x:"2",y:"14",width:"20",height:"8",rx:"2",ry:"2"}),t.createElement("line",{x1:"6",y1:"6",x2:"6.01",y2:"6"}),t.createElement("line",{x1:"6",y1:"18",x2:"6.01",y2:"18"}))}));function sS(){return sS=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},sS.apply(this,arguments)}function cS(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}lS.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},lS.displayName="Server";var uS=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=cS(e,["color","size"]);return t.createElement("svg",sS({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"3"}),t.createElement("path",{d:"M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z"}))}));function pS(){return pS=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},pS.apply(this,arguments)}function fS(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}uS.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},uS.displayName="Settings";var dS=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=fS(e,["color","size"]);return t.createElement("svg",pS({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"18",cy:"5",r:"3"}),t.createElement("circle",{cx:"6",cy:"12",r:"3"}),t.createElement("circle",{cx:"18",cy:"19",r:"3"}),t.createElement("line",{x1:"8.59",y1:"13.51",x2:"15.42",y2:"17.49"}),t.createElement("line",{x1:"15.41",y1:"6.51",x2:"8.59",y2:"10.49"}))}));function gS(){return gS=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},gS.apply(this,arguments)}function yS(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}dS.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},dS.displayName="Share2";var hS=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=yS(e,["color","size"]);return t.createElement("svg",gS({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8"}),t.createElement("polyline",{points:"16 6 12 2 8 6"}),t.createElement("line",{x1:"12",y1:"2",x2:"12",y2:"15"}))}));function vS(){return vS=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},vS.apply(this,arguments)}function mS(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}hS.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},hS.displayName="Share";var bS=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=mS(e,["color","size"]);return t.createElement("svg",vS({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M19.69 14a6.9 6.9 0 0 0 .31-2V5l-8-3-3.16 1.18"}),t.createElement("path",{d:"M4.73 4.73L4 5v7c0 6 8 10 8 10a20.29 20.29 0 0 0 5.62-4.38"}),t.createElement("line",{x1:"1",y1:"1",x2:"23",y2:"23"}))}));function wS(){return wS=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},wS.apply(this,arguments)}function OS(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}bS.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},bS.displayName="ShieldOff";var xS=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=OS(e,["color","size"]);return t.createElement("svg",wS({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"}))}));function jS(){return jS=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},jS.apply(this,arguments)}function kS(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}xS.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},xS.displayName="Shield";var ES=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=kS(e,["color","size"]);return t.createElement("svg",jS({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M6 2L3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4z"}),t.createElement("line",{x1:"3",y1:"6",x2:"21",y2:"6"}),t.createElement("path",{d:"M16 10a4 4 0 0 1-8 0"}))}));function SS(){return SS=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},SS.apply(this,arguments)}function PS(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}ES.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},ES.displayName="ShoppingBag";var CS=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=PS(e,["color","size"]);return t.createElement("svg",SS({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"9",cy:"21",r:"1"}),t.createElement("circle",{cx:"20",cy:"21",r:"1"}),t.createElement("path",{d:"M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6"}))}));function zS(){return zS=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},zS.apply(this,arguments)}function TS(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}CS.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},CS.displayName="ShoppingCart";var LS=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=TS(e,["color","size"]);return t.createElement("svg",zS({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"16 3 21 3 21 8"}),t.createElement("line",{x1:"4",y1:"20",x2:"21",y2:"3"}),t.createElement("polyline",{points:"21 16 21 21 16 21"}),t.createElement("line",{x1:"15",y1:"15",x2:"21",y2:"21"}),t.createElement("line",{x1:"4",y1:"4",x2:"9",y2:"9"}))}));function NS(){return NS=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},NS.apply(this,arguments)}function RS(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}LS.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},LS.displayName="Shuffle";var MS=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=RS(e,["color","size"]);return t.createElement("svg",NS({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",ry:"2"}),t.createElement("line",{x1:"9",y1:"3",x2:"9",y2:"21"}))}));function IS(){return IS=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},IS.apply(this,arguments)}function AS(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}MS.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},MS.displayName="Sidebar";var _S=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=AS(e,["color","size"]);return t.createElement("svg",IS({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polygon",{points:"19 20 9 12 19 4 19 20"}),t.createElement("line",{x1:"5",y1:"19",x2:"5",y2:"5"}))}));function DS(){return DS=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},DS.apply(this,arguments)}function BS(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}_S.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},_S.displayName="SkipBack";var FS=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=BS(e,["color","size"]);return t.createElement("svg",DS({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polygon",{points:"5 4 15 12 5 20 5 4"}),t.createElement("line",{x1:"19",y1:"5",x2:"19",y2:"19"}))}));function WS(){return WS=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},WS.apply(this,arguments)}function VS(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}FS.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},FS.displayName="SkipForward";var HS=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=VS(e,["color","size"]);return t.createElement("svg",WS({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M14.5 10c-.83 0-1.5-.67-1.5-1.5v-5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5v5c0 .83-.67 1.5-1.5 1.5z"}),t.createElement("path",{d:"M20.5 10H19V8.5c0-.83.67-1.5 1.5-1.5s1.5.67 1.5 1.5-.67 1.5-1.5 1.5z"}),t.createElement("path",{d:"M9.5 14c.83 0 1.5.67 1.5 1.5v5c0 .83-.67 1.5-1.5 1.5S8 21.33 8 20.5v-5c0-.83.67-1.5 1.5-1.5z"}),t.createElement("path",{d:"M3.5 14H5v1.5c0 .83-.67 1.5-1.5 1.5S2 16.33 2 15.5 2.67 14 3.5 14z"}),t.createElement("path",{d:"M14 14.5c0-.83.67-1.5 1.5-1.5h5c.83 0 1.5.67 1.5 1.5s-.67 1.5-1.5 1.5h-5c-.83 0-1.5-.67-1.5-1.5z"}),t.createElement("path",{d:"M15.5 19H14v1.5c0 .83.67 1.5 1.5 1.5s1.5-.67 1.5-1.5-.67-1.5-1.5-1.5z"}),t.createElement("path",{d:"M10 9.5C10 8.67 9.33 8 8.5 8h-5C2.67 8 2 8.67 2 9.5S2.67 11 3.5 11h5c.83 0 1.5-.67 1.5-1.5z"}),t.createElement("path",{d:"M8.5 5H10V3.5C10 2.67 9.33 2 8.5 2S7 2.67 7 3.5 7.67 5 8.5 5z"}))}));function US(){return US=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},US.apply(this,arguments)}function GS(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}HS.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},HS.displayName="Slack";var $S=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=GS(e,["color","size"]);return t.createElement("svg",US({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("line",{x1:"4.93",y1:"4.93",x2:"19.07",y2:"19.07"}))}));function YS(){return YS=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},YS.apply(this,arguments)}function qS(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}$S.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},$S.displayName="Slash";var XS=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=qS(e,["color","size"]);return t.createElement("svg",YS({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"4",y1:"21",x2:"4",y2:"14"}),t.createElement("line",{x1:"4",y1:"10",x2:"4",y2:"3"}),t.createElement("line",{x1:"12",y1:"21",x2:"12",y2:"12"}),t.createElement("line",{x1:"12",y1:"8",x2:"12",y2:"3"}),t.createElement("line",{x1:"20",y1:"21",x2:"20",y2:"16"}),t.createElement("line",{x1:"20",y1:"12",x2:"20",y2:"3"}),t.createElement("line",{x1:"1",y1:"14",x2:"7",y2:"14"}),t.createElement("line",{x1:"9",y1:"8",x2:"15",y2:"8"}),t.createElement("line",{x1:"17",y1:"16",x2:"23",y2:"16"}))}));function KS(){return KS=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},KS.apply(this,arguments)}function JS(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}XS.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},XS.displayName="Sliders";var ZS=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=JS(e,["color","size"]);return t.createElement("svg",KS({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"5",y:"2",width:"14",height:"20",rx:"2",ry:"2"}),t.createElement("line",{x1:"12",y1:"18",x2:"12.01",y2:"18"}))}));function QS(){return QS=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},QS.apply(this,arguments)}function eP(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}ZS.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},ZS.displayName="Smartphone";var tP=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=eP(e,["color","size"]);return t.createElement("svg",QS({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("path",{d:"M8 14s1.5 2 4 2 4-2 4-2"}),t.createElement("line",{x1:"9",y1:"9",x2:"9.01",y2:"9"}),t.createElement("line",{x1:"15",y1:"9",x2:"15.01",y2:"9"}))}));function rP(){return rP=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},rP.apply(this,arguments)}function nP(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}tP.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},tP.displayName="Smile";var oP=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=nP(e,["color","size"]);return t.createElement("svg",rP({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"4",y:"2",width:"16",height:"20",rx:"2",ry:"2"}),t.createElement("circle",{cx:"12",cy:"14",r:"4"}),t.createElement("line",{x1:"12",y1:"6",x2:"12.01",y2:"6"}))}));function iP(){return iP=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},iP.apply(this,arguments)}function aP(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}oP.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},oP.displayName="Speaker";var lP=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=aP(e,["color","size"]);return t.createElement("svg",iP({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",ry:"2"}))}));function sP(){return sP=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},sP.apply(this,arguments)}function cP(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}lP.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},lP.displayName="Square";var uP=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=cP(e,["color","size"]);return t.createElement("svg",sP({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polygon",{points:"12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"}))}));function pP(){return pP=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},pP.apply(this,arguments)}function fP(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}uP.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},uP.displayName="Star";var dP=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=fP(e,["color","size"]);return t.createElement("svg",pP({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("rect",{x:"9",y:"9",width:"6",height:"6"}))}));function gP(){return gP=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},gP.apply(this,arguments)}function yP(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}dP.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},dP.displayName="StopCircle";var hP=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=yP(e,["color","size"]);return t.createElement("svg",gP({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"5"}),t.createElement("line",{x1:"12",y1:"1",x2:"12",y2:"3"}),t.createElement("line",{x1:"12",y1:"21",x2:"12",y2:"23"}),t.createElement("line",{x1:"4.22",y1:"4.22",x2:"5.64",y2:"5.64"}),t.createElement("line",{x1:"18.36",y1:"18.36",x2:"19.78",y2:"19.78"}),t.createElement("line",{x1:"1",y1:"12",x2:"3",y2:"12"}),t.createElement("line",{x1:"21",y1:"12",x2:"23",y2:"12"}),t.createElement("line",{x1:"4.22",y1:"19.78",x2:"5.64",y2:"18.36"}),t.createElement("line",{x1:"18.36",y1:"5.64",x2:"19.78",y2:"4.22"}))}));function vP(){return vP=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},vP.apply(this,arguments)}function mP(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}hP.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},hP.displayName="Sun";var bP=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=mP(e,["color","size"]);return t.createElement("svg",vP({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M17 18a5 5 0 0 0-10 0"}),t.createElement("line",{x1:"12",y1:"2",x2:"12",y2:"9"}),t.createElement("line",{x1:"4.22",y1:"10.22",x2:"5.64",y2:"11.64"}),t.createElement("line",{x1:"1",y1:"18",x2:"3",y2:"18"}),t.createElement("line",{x1:"21",y1:"18",x2:"23",y2:"18"}),t.createElement("line",{x1:"18.36",y1:"11.64",x2:"19.78",y2:"10.22"}),t.createElement("line",{x1:"23",y1:"22",x2:"1",y2:"22"}),t.createElement("polyline",{points:"8 6 12 2 16 6"}))}));function wP(){return wP=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},wP.apply(this,arguments)}function OP(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}bP.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},bP.displayName="Sunrise";var xP=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=OP(e,["color","size"]);return t.createElement("svg",wP({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M17 18a5 5 0 0 0-10 0"}),t.createElement("line",{x1:"12",y1:"9",x2:"12",y2:"2"}),t.createElement("line",{x1:"4.22",y1:"10.22",x2:"5.64",y2:"11.64"}),t.createElement("line",{x1:"1",y1:"18",x2:"3",y2:"18"}),t.createElement("line",{x1:"21",y1:"18",x2:"23",y2:"18"}),t.createElement("line",{x1:"18.36",y1:"11.64",x2:"19.78",y2:"10.22"}),t.createElement("line",{x1:"23",y1:"22",x2:"1",y2:"22"}),t.createElement("polyline",{points:"16 5 12 9 8 5"}))}));function jP(){return jP=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},jP.apply(this,arguments)}function kP(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}xP.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},xP.displayName="Sunset";var EP=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=kP(e,["color","size"]);return t.createElement("svg",jP({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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"}))}));function SP(){return SP=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},SP.apply(this,arguments)}function PP(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}EP.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},EP.displayName="Table";var CP=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=PP(e,["color","size"]);return t.createElement("svg",SP({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"4",y:"2",width:"16",height:"20",rx:"2",ry:"2"}),t.createElement("line",{x1:"12",y1:"18",x2:"12.01",y2:"18"}))}));function zP(){return zP=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},zP.apply(this,arguments)}function TP(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}CP.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},CP.displayName="Tablet";var LP=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=TP(e,["color","size"]);return t.createElement("svg",zP({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M20.59 13.41l-7.17 7.17a2 2 0 0 1-2.83 0L2 12V2h10l8.59 8.59a2 2 0 0 1 0 2.82z"}),t.createElement("line",{x1:"7",y1:"7",x2:"7.01",y2:"7"}))}));function NP(){return NP=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},NP.apply(this,arguments)}function RP(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}LP.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},LP.displayName="Tag";var MP=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=RP(e,["color","size"]);return t.createElement("svg",NP({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("circle",{cx:"12",cy:"12",r:"6"}),t.createElement("circle",{cx:"12",cy:"12",r:"2"}))}));function IP(){return IP=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},IP.apply(this,arguments)}function AP(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}MP.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},MP.displayName="Target";var _P=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=AP(e,["color","size"]);return t.createElement("svg",IP({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"4 17 10 11 4 5"}),t.createElement("line",{x1:"12",y1:"19",x2:"20",y2:"19"}))}));function DP(){return DP=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},DP.apply(this,arguments)}function BP(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}_P.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},_P.displayName="Terminal";var FP=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=BP(e,["color","size"]);return t.createElement("svg",DP({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M14 14.76V3.5a2.5 2.5 0 0 0-5 0v11.26a4.5 4.5 0 1 0 5 0z"}))}));function WP(){return WP=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},WP.apply(this,arguments)}function VP(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}FP.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},FP.displayName="Thermometer";var HP=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=VP(e,["color","size"]);return t.createElement("svg",WP({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M10 15v4a3 3 0 0 0 3 3l4-9V2H5.72a2 2 0 0 0-2 1.7l-1.38 9a2 2 0 0 0 2 2.3zm7-13h2.67A2.31 2.31 0 0 1 22 4v7a2.31 2.31 0 0 1-2.33 2H17"}))}));function UP(){return UP=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},UP.apply(this,arguments)}function GP(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}HP.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},HP.displayName="ThumbsDown";var $P=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=GP(e,["color","size"]);return t.createElement("svg",UP({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3"}))}));function YP(){return YP=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},YP.apply(this,arguments)}function qP(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}$P.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},$P.displayName="ThumbsUp";var XP=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=qP(e,["color","size"]);return t.createElement("svg",YP({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"1",y:"5",width:"22",height:"14",rx:"7",ry:"7"}),t.createElement("circle",{cx:"8",cy:"12",r:"3"}))}));function KP(){return KP=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},KP.apply(this,arguments)}function JP(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}XP.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},XP.displayName="ToggleLeft";var ZP=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=JP(e,["color","size"]);return t.createElement("svg",KP({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"1",y:"5",width:"22",height:"14",rx:"7",ry:"7"}),t.createElement("circle",{cx:"16",cy:"12",r:"3"}))}));function QP(){return QP=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},QP.apply(this,arguments)}function eC(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}ZP.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},ZP.displayName="ToggleRight";var tC=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=eC(e,["color","size"]);return t.createElement("svg",QP({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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"}))}));function rC(){return rC=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},rC.apply(this,arguments)}function nC(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}tC.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},tC.displayName="Tool";var oC=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=nC(e,["color","size"]);return t.createElement("svg",rC({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"3 6 5 6 21 6"}),t.createElement("path",{d:"M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"}),t.createElement("line",{x1:"10",y1:"11",x2:"10",y2:"17"}),t.createElement("line",{x1:"14",y1:"11",x2:"14",y2:"17"}))}));function iC(){return iC=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},iC.apply(this,arguments)}function aC(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}oC.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},oC.displayName="Trash2";var lC=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=aC(e,["color","size"]);return t.createElement("svg",iC({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"3 6 5 6 21 6"}),t.createElement("path",{d:"M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"}))}));function sC(){return sC=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},sC.apply(this,arguments)}function cC(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}lC.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},lC.displayName="Trash";var uC=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=cC(e,["color","size"]);return t.createElement("svg",sC({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",ry:"2"}),t.createElement("rect",{x:"7",y:"7",width:"3",height:"9"}),t.createElement("rect",{x:"14",y:"7",width:"3",height:"5"}))}));function pC(){return pC=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},pC.apply(this,arguments)}function fC(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}uC.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},uC.displayName="Trello";var dC=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=fC(e,["color","size"]);return t.createElement("svg",pC({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"23 18 13.5 8.5 8.5 13.5 1 6"}),t.createElement("polyline",{points:"17 18 23 18 23 12"}))}));function gC(){return gC=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},gC.apply(this,arguments)}function yC(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}dC.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},dC.displayName="TrendingDown";var hC=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=yC(e,["color","size"]);return t.createElement("svg",gC({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"23 6 13.5 15.5 8.5 10.5 1 18"}),t.createElement("polyline",{points:"17 6 23 6 23 12"}))}));function vC(){return vC=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},vC.apply(this,arguments)}function mC(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}hC.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},hC.displayName="TrendingUp";var bC=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=mC(e,["color","size"]);return t.createElement("svg",vC({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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"}))}));function wC(){return wC=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},wC.apply(this,arguments)}function OC(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}bC.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},bC.displayName="Triangle";var xC=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=OC(e,["color","size"]);return t.createElement("svg",wC({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"1",y:"3",width:"15",height:"13"}),t.createElement("polygon",{points:"16 8 20 8 23 11 23 16 16 16 16 8"}),t.createElement("circle",{cx:"5.5",cy:"18.5",r:"2.5"}),t.createElement("circle",{cx:"18.5",cy:"18.5",r:"2.5"}))}));function jC(){return jC=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},jC.apply(this,arguments)}function kC(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}xC.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},xC.displayName="Truck";var EC=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=kC(e,["color","size"]);return t.createElement("svg",jC({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"2",y:"7",width:"20",height:"15",rx:"2",ry:"2"}),t.createElement("polyline",{points:"17 2 12 7 7 2"}))}));function SC(){return SC=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},SC.apply(this,arguments)}function PC(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}EC.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},EC.displayName="Tv";var CC=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=PC(e,["color","size"]);return t.createElement("svg",SC({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M21 2H3v16h5v4l4-4h5l4-4V2zm-10 9V7m5 4V7"}))}));function zC(){return zC=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},zC.apply(this,arguments)}function TC(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}CC.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},CC.displayName="Twitch";var LC=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=TC(e,["color","size"]);return t.createElement("svg",zC({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M23 3a10.9 10.9 0 0 1-3.14 1.53 4.48 4.48 0 0 0-7.86 3v1A10.66 10.66 0 0 1 3 4s-4 9 5 13a11.64 11.64 0 0 1-7 2c9 5 20 0 20-11.5a4.5 4.5 0 0 0-.08-.83A7.72 7.72 0 0 0 23 3z"}))}));function NC(){return NC=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},NC.apply(this,arguments)}function RC(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}LC.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},LC.displayName="Twitter";var MC=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=RC(e,["color","size"]);return t.createElement("svg",NC({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"4 7 4 4 20 4 20 7"}),t.createElement("line",{x1:"9",y1:"20",x2:"15",y2:"20"}),t.createElement("line",{x1:"12",y1:"4",x2:"12",y2:"20"}))}));function IC(){return IC=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},IC.apply(this,arguments)}function AC(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}MC.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},MC.displayName="Type";var _C=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=AC(e,["color","size"]);return t.createElement("svg",IC({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M23 12a11.05 11.05 0 0 0-22 0zm-5 7a3 3 0 0 1-6 0v-7"}))}));function DC(){return DC=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},DC.apply(this,arguments)}function BC(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}_C.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},_C.displayName="Umbrella";var FC=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=BC(e,["color","size"]);return t.createElement("svg",DC({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M6 3v7a6 6 0 0 0 6 6 6 6 0 0 0 6-6V3"}),t.createElement("line",{x1:"4",y1:"21",x2:"20",y2:"21"}))}));function WC(){return WC=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},WC.apply(this,arguments)}function VC(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}FC.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},FC.displayName="Underline";var HC=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=VC(e,["color","size"]);return t.createElement("svg",WC({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"3",y:"11",width:"18",height:"11",rx:"2",ry:"2"}),t.createElement("path",{d:"M7 11V7a5 5 0 0 1 9.9-1"}))}));function UC(){return UC=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},UC.apply(this,arguments)}function GC(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}HC.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},HC.displayName="Unlock";var $C=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=GC(e,["color","size"]);return t.createElement("svg",UC({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"16 16 12 12 8 16"}),t.createElement("line",{x1:"12",y1:"12",x2:"12",y2:"21"}),t.createElement("path",{d:"M20.39 18.39A5 5 0 0 0 18 9h-1.26A8 8 0 1 0 3 16.3"}),t.createElement("polyline",{points:"16 16 12 12 8 16"}))}));function YC(){return YC=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},YC.apply(this,arguments)}function qC(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}$C.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},$C.displayName="UploadCloud";var XC=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=qC(e,["color","size"]);return t.createElement("svg",YC({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"}),t.createElement("polyline",{points:"17 8 12 3 7 8"}),t.createElement("line",{x1:"12",y1:"3",x2:"12",y2:"15"}))}));function KC(){return KC=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},KC.apply(this,arguments)}function JC(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}XC.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},XC.displayName="Upload";var ZC=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=JC(e,["color","size"]);return t.createElement("svg",KC({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"}),t.createElement("circle",{cx:"8.5",cy:"7",r:"4"}),t.createElement("polyline",{points:"17 11 19 13 23 9"}))}));function QC(){return QC=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},QC.apply(this,arguments)}function ez(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}ZC.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},ZC.displayName="UserCheck";var tz=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=ez(e,["color","size"]);return t.createElement("svg",QC({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"}),t.createElement("circle",{cx:"8.5",cy:"7",r:"4"}),t.createElement("line",{x1:"23",y1:"11",x2:"17",y2:"11"}))}));function rz(){return rz=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},rz.apply(this,arguments)}function nz(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}tz.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},tz.displayName="UserMinus";var oz=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=nz(e,["color","size"]);return t.createElement("svg",rz({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"}),t.createElement("circle",{cx:"8.5",cy:"7",r:"4"}),t.createElement("line",{x1:"20",y1:"8",x2:"20",y2:"14"}),t.createElement("line",{x1:"23",y1:"11",x2:"17",y2:"11"}))}));function iz(){return iz=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},iz.apply(this,arguments)}function az(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}oz.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},oz.displayName="UserPlus";var lz=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=az(e,["color","size"]);return t.createElement("svg",iz({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"}),t.createElement("circle",{cx:"8.5",cy:"7",r:"4"}),t.createElement("line",{x1:"18",y1:"8",x2:"23",y2:"13"}),t.createElement("line",{x1:"23",y1:"8",x2:"18",y2:"13"}))}));function sz(){return sz=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},sz.apply(this,arguments)}function cz(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}lz.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},lz.displayName="UserX";var uz=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=cz(e,["color","size"]);return t.createElement("svg",sz({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"}),t.createElement("circle",{cx:"12",cy:"7",r:"4"}))}));function pz(){return pz=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},pz.apply(this,arguments)}function fz(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}uz.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},uz.displayName="User";var dz=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=fz(e,["color","size"]);return t.createElement("svg",pz({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"}),t.createElement("circle",{cx:"9",cy:"7",r:"4"}),t.createElement("path",{d:"M23 21v-2a4 4 0 0 0-3-3.87"}),t.createElement("path",{d:"M16 3.13a4 4 0 0 1 0 7.75"}))}));function gz(){return gz=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},gz.apply(this,arguments)}function yz(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}dz.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},dz.displayName="Users";var hz=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=yz(e,["color","size"]);return t.createElement("svg",gz({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M16 16v1a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2h2m5.66 0H14a2 2 0 0 1 2 2v3.34l1 1L23 7v10"}),t.createElement("line",{x1:"1",y1:"1",x2:"23",y2:"23"}))}));function vz(){return vz=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},vz.apply(this,arguments)}function mz(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}hz.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},hz.displayName="VideoOff";var bz=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=mz(e,["color","size"]);return t.createElement("svg",vz({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polygon",{points:"23 7 16 12 23 17 23 7"}),t.createElement("rect",{x:"1",y:"5",width:"15",height:"14",rx:"2",ry:"2"}))}));function wz(){return wz=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},wz.apply(this,arguments)}function Oz(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}bz.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},bz.displayName="Video";var xz=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Oz(e,["color","size"]);return t.createElement("svg",wz({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"5.5",cy:"11.5",r:"4.5"}),t.createElement("circle",{cx:"18.5",cy:"11.5",r:"4.5"}),t.createElement("line",{x1:"5.5",y1:"16",x2:"18.5",y2:"16"}))}));function jz(){return jz=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},jz.apply(this,arguments)}function kz(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}xz.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},xz.displayName="Voicemail";var Ez=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=kz(e,["color","size"]);return t.createElement("svg",jz({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polygon",{points:"11 5 6 9 2 9 2 15 6 15 11 19 11 5"}),t.createElement("path",{d:"M15.54 8.46a5 5 0 0 1 0 7.07"}))}));function Sz(){return Sz=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Sz.apply(this,arguments)}function Pz(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Ez.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Ez.displayName="Volume1";var Cz=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Pz(e,["color","size"]);return t.createElement("svg",Sz({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polygon",{points:"11 5 6 9 2 9 2 15 6 15 11 19 11 5"}),t.createElement("path",{d:"M19.07 4.93a10 10 0 0 1 0 14.14M15.54 8.46a5 5 0 0 1 0 7.07"}))}));function zz(){return zz=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},zz.apply(this,arguments)}function Tz(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Cz.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Cz.displayName="Volume2";var Lz=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Tz(e,["color","size"]);return t.createElement("svg",zz({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polygon",{points:"11 5 6 9 2 9 2 15 6 15 11 19 11 5"}),t.createElement("line",{x1:"23",y1:"9",x2:"17",y2:"15"}),t.createElement("line",{x1:"17",y1:"9",x2:"23",y2:"15"}))}));function Nz(){return Nz=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Nz.apply(this,arguments)}function Rz(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Lz.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Lz.displayName="VolumeX";var Mz=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Rz(e,["color","size"]);return t.createElement("svg",Nz({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polygon",{points:"11 5 6 9 2 9 2 15 6 15 11 19 11 5"}))}));function Iz(){return Iz=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Iz.apply(this,arguments)}function Az(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Mz.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Mz.displayName="Volume";var _z=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Az(e,["color","size"]);return t.createElement("svg",Iz({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"7"}),t.createElement("polyline",{points:"12 9 12 12 13.5 13.5"}),t.createElement("path",{d:"M16.51 17.35l-.35 3.83a2 2 0 0 1-2 1.82H9.83a2 2 0 0 1-2-1.82l-.35-3.83m.01-10.7l.35-3.83A2 2 0 0 1 9.83 1h4.35a2 2 0 0 1 2 1.82l.35 3.83"}))}));function Dz(){return Dz=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Dz.apply(this,arguments)}function Bz(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}_z.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},_z.displayName="Watch";var Fz=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Bz(e,["color","size"]);return t.createElement("svg",Dz({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"1",y1:"1",x2:"23",y2:"23"}),t.createElement("path",{d:"M16.72 11.06A10.94 10.94 0 0 1 19 12.55"}),t.createElement("path",{d:"M5 12.55a10.94 10.94 0 0 1 5.17-2.39"}),t.createElement("path",{d:"M10.71 5.05A16 16 0 0 1 22.58 9"}),t.createElement("path",{d:"M1.42 9a15.91 15.91 0 0 1 4.7-2.88"}),t.createElement("path",{d:"M8.53 16.11a6 6 0 0 1 6.95 0"}),t.createElement("line",{x1:"12",y1:"20",x2:"12.01",y2:"20"}))}));function Wz(){return Wz=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Wz.apply(this,arguments)}function Vz(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Fz.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Fz.displayName="WifiOff";var Hz=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Vz(e,["color","size"]);return t.createElement("svg",Wz({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M5 12.55a11 11 0 0 1 14.08 0"}),t.createElement("path",{d:"M1.42 9a16 16 0 0 1 21.16 0"}),t.createElement("path",{d:"M8.53 16.11a6 6 0 0 1 6.95 0"}),t.createElement("line",{x1:"12",y1:"20",x2:"12.01",y2:"20"}))}));function Uz(){return Uz=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Uz.apply(this,arguments)}function Gz(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Hz.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Hz.displayName="Wifi";var $z=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Gz(e,["color","size"]);return t.createElement("svg",Uz({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M9.59 4.59A2 2 0 1 1 11 8H2m10.59 11.41A2 2 0 1 0 14 16H2m15.73-8.27A2.5 2.5 0 1 1 19.5 12H2"}))}));function Yz(){return Yz=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Yz.apply(this,arguments)}function qz(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}$z.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},$z.displayName="Wind";var Xz=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=qz(e,["color","size"]);return t.createElement("svg",Yz({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("line",{x1:"15",y1:"9",x2:"9",y2:"15"}),t.createElement("line",{x1:"9",y1:"9",x2:"15",y2:"15"}))}));function Kz(){return Kz=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Kz.apply(this,arguments)}function Jz(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Xz.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Xz.displayName="XCircle";var Zz=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Jz(e,["color","size"]);return t.createElement("svg",Kz({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polygon",{points:"7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2"}),t.createElement("line",{x1:"15",y1:"9",x2:"9",y2:"15"}),t.createElement("line",{x1:"9",y1:"9",x2:"15",y2:"15"}))}));function Qz(){return Qz=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Qz.apply(this,arguments)}function eT(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Zz.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Zz.displayName="XOctagon";var tT=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=eT(e,["color","size"]);return t.createElement("svg",Qz({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",ry:"2"}),t.createElement("line",{x1:"9",y1:"9",x2:"15",y2:"15"}),t.createElement("line",{x1:"15",y1:"9",x2:"9",y2:"15"}))}));function rT(){return rT=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},rT.apply(this,arguments)}function nT(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}tT.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},tT.displayName="XSquare";var oT=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=nT(e,["color","size"]);return t.createElement("svg",rT({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"18",y1:"6",x2:"6",y2:"18"}),t.createElement("line",{x1:"6",y1:"6",x2:"18",y2:"18"}))}));function iT(){return iT=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},iT.apply(this,arguments)}function aT(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}oT.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},oT.displayName="X";var lT=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=aT(e,["color","size"]);return t.createElement("svg",iT({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M22.54 6.42a2.78 2.78 0 0 0-1.94-2C18.88 4 12 4 12 4s-6.88 0-8.6.46a2.78 2.78 0 0 0-1.94 2A29 29 0 0 0 1 11.75a29 29 0 0 0 .46 5.33A2.78 2.78 0 0 0 3.4 19c1.72.46 8.6.46 8.6.46s6.88 0 8.6-.46a2.78 2.78 0 0 0 1.94-2 29 29 0 0 0 .46-5.25 29 29 0 0 0-.46-5.33z"}),t.createElement("polygon",{points:"9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02"}))}));function sT(){return sT=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},sT.apply(this,arguments)}function cT(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}lT.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},lT.displayName="Youtube";var uT=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=cT(e,["color","size"]);return t.createElement("svg",sT({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"12.41 6.75 13 2 10.57 4.92"}),t.createElement("polyline",{points:"18.57 12.91 21 10 15.66 10"}),t.createElement("polyline",{points:"8 8 3 14 12 14 11 22 16 16"}),t.createElement("line",{x1:"1",y1:"1",x2:"23",y2:"23"}))}));function pT(){return pT=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},pT.apply(this,arguments)}function fT(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}uT.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},uT.displayName="ZapOff";var dT=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=fT(e,["color","size"]);return t.createElement("svg",pT({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polygon",{points:"13 2 3 14 12 14 11 22 21 10 12 10 13 2"}))}));function gT(){return gT=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},gT.apply(this,arguments)}function yT(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}dT.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},dT.displayName="Zap";var hT=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=yT(e,["color","size"]);return t.createElement("svg",gT({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"11",cy:"11",r:"8"}),t.createElement("line",{x1:"21",y1:"21",x2:"16.65",y2:"16.65"}),t.createElement("line",{x1:"11",y1:"8",x2:"11",y2:"14"}),t.createElement("line",{x1:"8",y1:"11",x2:"14",y2:"11"}))}));function vT(){return vT=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},vT.apply(this,arguments)}function mT(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}hT.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},hT.displayName="ZoomIn";var bT=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=mT(e,["color","size"]);return t.createElement("svg",vT({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"11",cy:"11",r:"8"}),t.createElement("line",{x1:"21",y1:"21",x2:"16.65",y2:"16.65"}),t.createElement("line",{x1:"8",y1:"11",x2:"14",y2:"11"}))}));bT.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},bT.displayName="ZoomOut";var wT=Object.freeze({__proto__:null,Activity:Eg,Airplay:Cg,AlertCircle:Lg,AlertOctagon:Mg,AlertTriangle:_g,AlignCenter:Fg,AlignJustify:Hg,AlignLeft:$g,AlignRight:Xg,Anchor:Zg,Aperture:ty,Archive:oy,ArrowDown:hy,ArrowDownCircle:ly,ArrowDownLeft:uy,ArrowDownRight:dy,ArrowLeft:xy,ArrowLeftCircle:by,ArrowRight:Cy,ArrowRightCircle:Ey,ArrowUp:Fy,ArrowUpCircle:Ly,ArrowUpLeft:My,ArrowUpRight:_y,AtSign:Hy,Award:$y,BarChart:Zy,BarChart2:Xy,Battery:oh,BatteryCharging:th,Bell:uh,BellOff:lh,Bluetooth:dh,Bold:hh,Book:xh,BookOpen:bh,Bookmark:Eh,Box:Ch,Briefcase:Lh,Calendar:Mh,Camera:Fh,CameraOff:_h,Cast:Hh,Check:Zh,CheckCircle:$h,CheckSquare:Xh,ChevronDown:tv,ChevronLeft:ov,ChevronRight:lv,ChevronUp:uv,ChevronsDown:dv,ChevronsLeft:hv,ChevronsRight:bv,ChevronsUp:xv,Chrome:Ev,Circle:Cv,Clipboard:Lv,Clock:Mv,Cloud:Zv,CloudDrizzle:_v,CloudLightning:Fv,CloudOff:Hv,CloudRain:$v,CloudSnow:Xv,Code:tm,Codepen:om,Codesandbox:lm,Coffee:um,Columns:dm,Command:hm,Compass:bm,Copy:xm,CornerDownLeft:Em,CornerDownRight:Cm,CornerLeftDown:Lm,CornerLeftUp:Mm,CornerRightDown:_m,CornerRightUp:Fm,CornerUpLeft:Hm,CornerUpRight:$m,Cpu:Xm,CreditCard:Zm,Crop:tb,Crosshair:ob,Database:lb,Delete:ub,Disc:db,Divide:xb,DivideCircle:hb,DivideSquare:bb,DollarSign:Eb,Download:Lb,DownloadCloud:Cb,Dribbble:Mb,Droplet:_b,Edit:$b,Edit2:Fb,Edit3:Hb,ExternalLink:Xb,Eye:tw,EyeOff:Zb,Facebook:ow,FastForward:lw,Feather:uw,Figma:dw,File:Ew,FileMinus:hw,FilePlus:bw,FileText:xw,Film:Cw,Filter:Lw,Flag:Mw,Folder:Hw,FolderMinus:_w,FolderPlus:Fw,Framer:$w,Frown:Xw,Gift:Zw,GitBranch:tO,GitCommit:oO,GitHub:dO,GitMerge:lO,GitPullRequest:uO,Gitlab:hO,Globe:bO,Grid:xO,HardDrive:EO,Hash:CO,Headphones:LO,Heart:MO,HelpCircle:_O,Hexagon:FO,Home:HO,Image:$O,Inbox:XO,Info:ZO,Instagram:tx,Italic:ox,Key:lx,Layers:ux,Layout:dx,LifeBuoy:hx,Link:xx,Link2:bx,Linkedin:Ex,List:Cx,Loader:Lx,Lock:Mx,LogIn:_x,LogOut:Fx,Mail:Hx,Map:Xx,MapPin:$x,Maximize:tj,Maximize2:Zx,Meh:oj,Menu:lj,MessageCircle:uj,MessageSquare:dj,Mic:bj,MicOff:hj,Minimize:Ej,Minimize2:xj,Minus:Mj,MinusCircle:Cj,MinusSquare:Lj,Monitor:_j,Moon:Fj,MoreHorizontal:Hj,MoreVertical:$j,MousePointer:Xj,Move:Zj,Music:tk,Navigation:lk,Navigation2:ok,Octagon:uk,Package:dk,Paperclip:hk,Pause:xk,PauseCircle:bk,PenTool:Ek,Percent:Ck,Phone:Xk,PhoneCall:Lk,PhoneForwarded:Mk,PhoneIncoming:_k,PhoneMissed:Fk,PhoneOff:Hk,PhoneOutgoing:$k,PieChart:Zk,Play:oE,PlayCircle:tE,Plus:dE,PlusCircle:lE,PlusSquare:uE,Pocket:hE,Power:bE,Printer:xE,Radio:EE,RefreshCcw:CE,RefreshCw:LE,Repeat:ME,Rewind:_E,RotateCcw:FE,RotateCw:HE,Rss:$E,Save:XE,Scissors:ZE,Search:tS,Send:oS,Server:lS,Settings:uS,Share:hS,Share2:dS,Shield:xS,ShieldOff:bS,ShoppingBag:ES,ShoppingCart:CS,Shuffle:LS,Sidebar:MS,SkipBack:_S,SkipForward:FS,Slack:HS,Slash:$S,Sliders:XS,Smartphone:ZS,Smile:tP,Speaker:oP,Square:lP,Star:uP,StopCircle:dP,Sun:hP,Sunrise:bP,Sunset:xP,Table:EP,Tablet:CP,Tag:LP,Target:MP,Terminal:_P,Thermometer:FP,ThumbsDown:HP,ThumbsUp:$P,ToggleLeft:XP,ToggleRight:ZP,Tool:tC,Trash:lC,Trash2:oC,Trello:uC,TrendingDown:dC,TrendingUp:hC,Triangle:bC,Truck:xC,Tv:EC,Twitch:CC,Twitter:LC,Type:MC,Umbrella:_C,Underline:FC,Unlock:HC,Upload:XC,UploadCloud:$C,User:uz,UserCheck:ZC,UserMinus:tz,UserPlus:oz,UserX:lz,Users:dz,Video:bz,VideoOff:hz,Voicemail:xz,Volume:Mz,Volume1:Ez,Volume2:Cz,VolumeX:Lz,Watch:_z,Wifi:Hz,WifiOff:Fz,Wind:$z,X:oT,XCircle:Xz,XOctagon:Zz,XSquare:tT,Youtube:lT,Zap:dT,ZapOff:uT,ZoomIn:hT,ZoomOut:bT}),OT=function(e){var r,n=e.name,o=g(e,["name"]),i=wT[(r=n,r.split(/[-_]/).map((function(e){return e.charAt(0).toUpperCase()+e.slice(1).toLowerCase()})).join(""))];return i?t.createElement(i,d({},o)):(console.warn('Icon "'.concat(n,'" not found in react-feather library')),null)};function xT(r){var n=r.data,o=r.columns,i=r.isLoading,a=function(t){const r={state:{},onStateChange:()=>{},renderFallbackValue:null,...t},[n]=e.useState((()=>({current:Fd(r)}))),[o,i]=e.useState((()=>n.current.initialState));return n.current.setOptions((e=>({...e,...t,state:{...o,...t.state},onStateChange:e=>{i(e),null==t.onStateChange||t.onStateChange(e)}}))),n.current}({data:i?[]:n,columns:o.map((function(e){return{accessorKey:e.key,header:e.title,cell:function(r){var n;if("ACTIONS_BUTTONS"===e.key)return t.createElement("div",{className:"flex gap-2 justify-end"},null===(n=e.actions)||void 0===n?void 0:n.map((function(e,n){return t.createElement("button",{key:n,className:"inline-flex items-center px-2 py-1 text-sm rounded-full transition-colors duration-200 ".concat(0===n?"text-blue-700 bg-blue-50 border border-blue-200 hover:bg-blue-100":1===n?"text-green-700 bg-green-50 border border-green-200 hover:bg-green-100":2===n?"text-purple-700 bg-purple-50 border border-purple-200 hover:bg-purple-100":3===n?"text-orange-700 bg-orange-50 border border-orange-200 hover:bg-orange-100":"text-gray-700 bg-gray-50 border border-gray-200 hover:bg-gray-100"),onClick:function(){console.log("ssssss"),console.log(e.action,r.row.original)}},e.icon&&t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:"mr-2"},t.createElement(OT,{name:e.icon.replace(/^icon-/,""),className:"mr-2"})),e.label)})));if("status"===e.type){var o=r.getValue();return t.createElement("div",{className:"flex items-center justify-center"},t.createElement("span",{className:"px-2 py-1 rounded-full text-xs font-medium text-center ".concat({PENDING:"bg-yellow-100 text-yellow-800",PAID:"bg-green-100 text-green-800",CANCELLED:"bg-red-100 text-red-800",CANCEL_STARTED:"bg-orange-100 text-orange-800",ECHEC:"bg-gray-100 text-gray-800"}[o]||"bg-gray-100 text-gray-800")},o||"-"))}return"money"===e.type?"".concat(r.getValue()," ").concat(e.currency):"date"===e.type?Ce(new Date(r.getValue()),"dd-MM-yyyy"):e.scroll?t.createElement("div",{className:"max-h-24 overflow-y-auto"},r.getValue()):r.getValue()}}})),getCoreRowModel:e=>Kf((()=>[e.options.data]),(t=>{const r={rows:[],flatRows:[],rowsById:{}},n=function(t,o,i){void 0===o&&(o=0);const a=[];for(let s=0;s<t.length;s++){const c=rd(e,e._getRowId(t[s],s,i),t[s],s,o,0,null==i?void 0:i.id);var l;r.flatRows.push(c),r.rowsById[c.id]=c,a.push(c),e.options.getSubRows&&(c.originalSubRows=e.options.getSubRows(t[s],s),null!=(l=c.originalSubRows)&&l.length&&(c.subRows=n(c.originalSubRows,o+1,c)))}return a};return r.rows=n(t),r}),Jf(e.options,"debugTable","getRowModel",(()=>e._autoResetPageIndex()))),enableMultiRowSelection:!0,enableRowSelection:!0,state:{rowSelection:{}}});return t.createElement(Vd,{className:"border border-gray-200 rounded-md"},t.createElement(Hd,{className:"bg-gray-50"},a.getHeaderGroups().map((function(e){return t.createElement(Gd,{key:e.id},e.headers.map((function(e){return t.createElement($d,{key:e.id,className:"font-medium text-gray-800 py-2"},Wd(e.column.columnDef.header,e.getContext()))})))}))),t.createElement(Ud,null,i?t.createElement(Gd,null,t.createElement(Yd,{colSpan:o.length,className:"text-center py-4"},t.createElement("svg",{className:"animate-spin h-5 w-5 mx-auto mb-2",xmlns:"http://www.w3.org/2000/svg",fill:"none",viewBox:"0 0 24 24"},t.createElement("circle",{className:"opacity-25",cx:"12",cy:"12",r:"10",stroke:"currentColor",strokeWidth:"4"}),t.createElement("path",{className:"opacity-75",fill:"currentColor",d:"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"})),"Chargement des données...")):n&&0!==n.length?a.getRowModel().rows.map((function(e){return t.createElement(Gd,{key:e.id,className:"bg-white hover:bg-gray-100"},e.getVisibleCells().map((function(e){return t.createElement(Yd,{key:e.id},Wd(e.column.columnDef.cell,e.getContext()))})))})):t.createElement(Gd,null,t.createElement(Yd,{colSpan:o.length,className:"text-center py-4"},"Aucune donnée disponible"))))}var jT=function(t){var r=t.className,n=g(t,["className"]);return e.createElement("nav",d({role:"navigation","aria-label":"pagination",className:yi("mx-auto flex w-full justify-center",r)},n))};jT.displayName="Pagination";var kT=e.forwardRef((function(t,r){var n=t.className,o=g(t,["className"]);return e.createElement("ul",d({ref:r,className:yi("flex flex-row items-center gap-1",n)},o))}));kT.displayName="PaginationContent";var ET=e.forwardRef((function(t,r){var n=t.className,o=g(t,["className"]);return e.createElement("li",d({ref:r,className:yi("",n)},o))}));ET.displayName="PaginationItem";var ST=function(t){var r=t.className,n=t.isActive,o=t.size,i=void 0===o?"icon":o,a=g(t,["className","isActive","size"]);return e.createElement("a",d({"aria-current":n?"page":void 0,className:yi(Xi({variant:n?"outline":"ghost",size:i}),r)},a))};ST.displayName="PaginationLink";var PT=function(t){var r=t.className,n=g(t,["className"]);return e.createElement(ST,d({"aria-label":"Go to previous page",size:"default",className:yi("gap-1 pl-2.5",r)},n),e.createElement(Pi,{className:"h-4 w-4"}),e.createElement("span",null,"Previous"))};PT.displayName="PaginationPrevious";var CT=function(t){var r=t.className,n=g(t,["className"]);return e.createElement(ST,d({"aria-label":"Go to next page",size:"default",className:yi("gap-1 pr-2.5",r)},n),e.createElement("span",null,"Next"),e.createElement(Ci,{className:"h-4 w-4"}))};CT.displayName="PaginationNext";var zT=function(t){var r=t.className,n=g(t,["className"]);return e.createElement("span",d({"aria-hidden":!0,className:yi("flex h-9 w-9 items-center justify-center",r)},n),e.createElement(Li,{className:"h-4 w-4"}),e.createElement("span",{className:"sr-only"},"More pages"))};function TT(e){var r=e.currentPage,n=e.totalPages,o=e.onPageChange;return t.createElement(jT,null,t.createElement(kT,null,function(){var e=[];e.push(t.createElement(ET,{key:"prev"},t.createElement(PT,{href:"#",onClick:function(e){e.preventDefault(),r>1&&o(r-1)}}))),e.push(t.createElement(ET,{key:1},t.createElement(ST,{href:"#",isActive:1===r,onClick:function(e){e.preventDefault(),o(1)}},"1")));var i=Math.max(2,r-1),a=Math.min(n-1,r+1);i>2&&e.push(t.createElement(ET,{key:"ellipsis1"},t.createElement(zT,null)));for(var l=function(n){e.push(t.createElement(ET,{key:n},t.createElement(ST,{href:"#",isActive:r===n,onClick:function(e){e.preventDefault(),o(n)}},n)))},s=i;s<=a;s++)l(s);return a<n-1&&e.push(t.createElement(ET,{key:"ellipsis2"},t.createElement(zT,null))),n>1&&e.push(t.createElement(ET,{key:n},t.createElement(ST,{href:"#",isActive:r===n,onClick:function(e){e.preventDefault(),o(n)}},n))),e.push(t.createElement(ET,{key:"next"},t.createElement(CT,{href:"#",onClick:function(e){e.preventDefault(),r<n&&o(r+1)}}))),e}()))}function LT(){return t.createElement("div",{style:{display:"flex",justifyContent:"center",alignItems:"center",height:"100vh"}},t.createElement("div",{style:{position:"absolute"}},t.createElement(Ni,{className:"h-5 w-5 animate-spin mx-auto mb-2"}),t.createElement("div",null,"Loading configuration...")))}function NT(){return t.createElement("div",{style:{display:"flex",justifyContent:"center",alignItems:"center",height:"100vh"}},t.createElement("div",{style:{position:"absolute"}},t.createElement(Ti,{className:"h-5 w-5 mx-auto mb-2",color:"red"}),t.createElement("div",null,"Invalid configuration")))}zT.displayName="PaginationEllipsis";var RT=function(e){var r,n=e.configUrl,o=e.preJsUrl,i=e.configJson,s=void 0===i?null:i,c=e.preJs,u=void 0===c?null:c,p=e.customHeaders,f=void 0===p?{}:p,g=e.itemsPerPage,m=void 0===g?14:g,b=e.dateFormat,w=void 0===b?"MM-dd-yyyy HH:mm":b,O=e.children,x=a(s),j=x[0],k=x[1],E=a(!1),S=E[0],P=E[1],C=a([]),z=C[0],T=C[1],L=a(!1),N=L[0],R=L[1],M=a([]),I=M[0],A=M[1],_=a(0),D=_[0],B=_[1],F=a(1),W=F[0],V=F[1],H=a(1),U=H[0],G=H[1],$=a({fromDate:new Date((new Date).getFullYear(),(new Date).getMonth(),1).toLocaleString(),toDate:new Date((new Date).getFullYear(),(new Date).getMonth()+1,0,23,59,59).toLocaleString()}),Y=$[0],q=$[1],X=a((null===(r=null==s?void 0:s.Filters)||void 0===r?void 0:r.flat())||[]),K=X[0],J=X[1];l((function(){n&&y(void 0,void 0,void 0,(function(){var e,t;return h(this,(function(r){switch(r.label){case 0:return r.trys.push([0,4,,5]),!n||j?[3,3]:[4,fetch(n)];case 1:return[4,r.sent().json()];case 2:(e=r.sent())&&e.title&&e.data_url&&e.colomns?(k(e),J((null===(t=e.Filters)||void 0===t?void 0:t.flat())||[])):P(!0),r.label=3;case 3:return[3,5];case 4:return r.sent(),P(!0),[3,5];case 5:return[2]}}))})),(o||u)&&y(void 0,void 0,void 0,(function(){var e,t;return h(this,(function(r){switch(r.label){case 0:return e=u,o?[4,fetch(o)]:[3,3];case 1:return[4,r.sent().text()];case 2:e=r.sent(),r.label=3;case 3:return(t=document.createElement("script")).textContent=e,document.head.appendChild(t),[2]}}))}))}),[n,o,u]),l((function(){var e=new AbortController;return j&&y(void 0,void 0,void 0,(function(){var t,r,n,o,i;return h(this,(function(a){switch(a.label){case 0:t=(null===(i=null==j?void 0:j.Filters)||void 0===i?void 0:i.flat())||[],r=0,n=t,a.label=1;case 1:return r<n.length?"Select"===(o=n[r]).type&&o.urlSource?[4,Q(o,e.signal)]:[3,3]:[3,4];case 2:a.sent(),a.label=3;case 3:return r++,[3,1];case 4:return[2]}}))})),function(){return e.abort()}}),[j]),l((function(){Z()}),[W]);var Z=function(){return y(void 0,void 0,void 0,(function(){var e,t,r,n,o;return h(this,(function(i){switch(i.label){case 0:T([]),e={page:W,filters:d(d({},Y),{fromDate:Ce(Y.fromDate,w),toDate:Ce(Y.toDate,w)})},R(!0),i.label=1;case 1:return i.trys.push([1,3,,4]),[4,vo.post(j.data_url,e,{headers:d({"Content-Type":"application/json",Accept:"application/json",withCredentials:!0},f)})];case 2:return t=i.sent(),R(!1),(null==t?void 0:t.data)?(A(null===(r=t.data)||void 0===r?void 0:r.DATA),B(null===(n=t.data)||void 0===n?void 0:n.PAGESNUM),G(Math.ceil((null===(o=t.data)||void 0===o?void 0:o.PAGESNUM)/m)||1)):P(!0),[3,4];case 3:return i.sent(),R(!1),T((function(e){return v(v([],e,!0),[{title:"Erreur",message:"Une erreur est survenue"}],!1)})),[3,4];case 4:return[2]}}))}))},Q=function(e,t){return y(void 0,void 0,void 0,(function(){var r,n,o;return h(this,(function(i){switch(i.label){case 0:if("Select"!==e.type||!e.urlSource)return[3,4];i.label=1;case 1:return i.trys.push([1,3,,4]),[4,vo.get(e.urlSource,{signal:t,headers:d({"Content-Type":"application/json",Accept:"application/json",withCredentials:!0},f)})];case 2:return 200===(null==(r=i.sent())?void 0:r.status)&&(null==r?void 0:r.data)&&(n=Array.isArray(r.data)?r.data:[],J((function(t){return t.map((function(t){return t.name===e.name?d(d({},t),{options:n}):t}))}))),[3,4];case 3:return o=i.sent(),vo.isCancel(o)||(T((function(t){return v(v([],t,!0),[{title:"Erreur",message:"Une erreur est survenue lors de la récupération des options pour ".concat(e.name)}],!1)})),console.error("Error fetching options for ".concat(e.name,":"),o)),[3,4];case 4:return[2]}}))}))};return S?t.createElement(NT,null):j?t.createElement("div",{className:"flex flex-col gap-4 p-4 max-w-[1300px] mx-auto mt-8 mb-"},t.createElement($f,{title:j.title,configFilters:K,filters:Y,setFilters:q,onSearch:function(){return Z()},count:D,isLoading:N,setCurrentPage:V}),z.map((function(e,r){return t.createElement(vi,{key:r,variant:"destructive"},t.createElement(Ti,{className:"h-4 w-4"}),t.createElement(mi,null,e.title),t.createElement(bi,null,e.message))})),t.createElement(xT,{data:I,columns:j.colomns,isLoading:N}),t.createElement(TT,{currentPage:W,totalPages:U,onPageChange:V}),O):t.createElement(LT,null)};export{RT as default};
|
53
53
|
//# sourceMappingURL=index.js.map
|