mobigrid-module 1.1.11 → 1.1.12
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +5 -3
- 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,l,a=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)&&(a[c]=i[c]);if(e){l=e(i);for(var u=0;u<l.length;u++)r.call(i,l[u])&&(a[l[u]]=i[l[u]])}}return a},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(ag)return lg;ag=1;var e=function(){};if("production"!==at.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,l,a,s){if("production"!==at.env.NODE_ENV)for(var c in o)if(n(o,c)){var u;try{if("function"!=typeof o[c]){var f=Error((a||"React class")+": "+l+" 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 f.name="Invariant Violation",f}u=o[c](i,c,a,l,null,t)}catch(e){u=e}if(!u||u instanceof Error||e((a||"React class")+": type specification of "+l+" `"+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 p=s?s():"";e("Failed "+l+" type: "+u.message+(null!=p?p:""))}}}return o.resetWarningCache=function(){"production"!==at.env.NODE_ENV&&(r={})},lg=o}function bg(){if(cg)return sg;cg=1;var e=gg(),t=yg(),r=hg(),n=vg(),o=mg(),i=function(){};function l(){return null}return"production"!==at.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(a,s){var c="function"==typeof Symbol&&Symbol.iterator;var u="<<anonymous>>",f={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(l),arrayOf:function(e){return g((function(t,n,o,i,l){if("function"!=typeof e)return new d("Property `"+l+"` of component `"+o+"` has invalid PropType notation inside arrayOf.");var a=t[n];if(!Array.isArray(a))return new d("Invalid "+i+" `"+l+"` of type `"+m(a)+"` supplied to `"+o+"`, expected an array.");for(var s=0;s<a.length;s++){var c=e(a,s,o,i,l+"["+s+"]",r);if(c instanceof Error)return c}return null}))},element:g((function(e,t,r,n,o){var i=e[t];return a(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 l=t[r];return e.isValidElementType(l)?null:new d("Invalid "+o+" `"+i+"` of type `"+m(l)+"` 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 l=e.name||u;return new d("Invalid "+o+" `"+i+"` of type `"+(((a=t[r]).constructor&&a.constructor.name?a.constructor.name:u)+"` supplied to `")+n+"`, expected instance of `"+l+"`.")}var a;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,l,a){if("function"!=typeof e)return new d("Property `"+a+"` of component `"+i+"` has invalid PropType notation inside objectOf.");var s=t[o],c=m(s);if("object"!==c)return new d("Invalid "+l+" `"+a+"` of type `"+c+"` supplied to `"+i+"`, expected an object.");for(var u in s)if(n(s,u)){var f=e(s,u,i,l,a+"."+u,r);if(f instanceof Error)return f}return null}))},oneOf:function(e){if(!Array.isArray(e))return"production"!==at.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."),l;return g((function(t,r,n,o,i){for(var l=t[r],a=0;a<e.length;a++)if(p(l,e[a]))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(l)+"` supplied to `"+n+"`, expected one of "+s+".")}))},oneOfType:function(e){if(!Array.isArray(e))return"production"!==at.env.NODE_ENV&&i("Invalid argument supplied to oneOfType, expected an instance of array."),l;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+"."),l}return g((function(t,o,i,l,a){for(var s=[],c=0;c<e.length;c++){var u=(0,e[c])(t,o,i,l,a,r);if(null==u)return null;u.data&&n(u.data,"expectedType")&&s.push(u.data.expectedType)}return new d("Invalid "+l+" `"+a+"` supplied to `"+i+"`"+(s.length>0?", expected one of type ["+s.join(", ")+"]":"")+".")}))},shape:function(e){return g((function(t,n,o,i,l){var a=t[n],s=m(a);if("object"!==s)return new d("Invalid "+i+" `"+l+"` 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,l,c,b(u));var f=u(a,c,o,i,l+"."+c,r);if(f)return f}return null}))},exact:function(e){return g((function(o,i,l,a,s){var c=o[i],u=m(c);if("object"!==u)return new d("Invalid "+a+" `"+s+"` of type `"+u+"` supplied to `"+l+"`, expected `object`.");var f=t({},o[i],e);for(var p in f){var g=e[p];if(n(e,p)&&"function"!=typeof g)return h(l,a,s,p,b(g));if(!g)return new d("Invalid "+a+" `"+s+"` key `"+p+"` supplied to `"+l+"`.\nBad object: "+JSON.stringify(o[i],null," ")+"\nValid keys: "+JSON.stringify(Object.keys(e),null," "));var y=g(c,p,l,a,s+"."+p,r);if(y)return y}return null}))}};function p(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"!==at.env.NODE_ENV)var t={},n=0;function o(o,l,a,c,f,p,g){if(c=c||u,p=p||a,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"!==at.env.NODE_ENV&&"undefined"!=typeof console){var h=c+":"+a;!t[h]&&n<3&&(i("You are manually calling a React.PropTypes validation function for the `"+p+"` 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==l[a]?o?null===l[a]?new d("The "+f+" `"+p+"` is marked as required in `"+c+"`, but its value is `null`."):new d("The "+f+" `"+p+"` is marked as required in `"+c+"`, but its value is `undefined`."):null:e(l,a,c,f,p)}var l=o.bind(null,!1);return l.isRequired=o.bind(null,!0),l}function y(e){return g((function(t,r,n,o,i,l){var a=t[r];return m(a)!==e?new d("Invalid "+o+" `"+i+"` of type `"+b(a)+"` 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||a(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,f.checkPropTypes=o,f.resetWarningCache=o.resetWarningCache,f.PropTypes=f,f},sg}function wg(){if(fg)return ug;fg=1;var e=hg();function t(){}function r(){}return r.resetWarningCache=t,ug=function(){function n(t,r,n,o,i,l){if(l!==e){var a=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw a.name="Invariant Violation",a}}function 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(pg)return Kd.exports;if(pg=1,"production"!==at.env.NODE_ENV){var e=gg();Kd.exports=bg()(e.isElement,true)}else Kd.exports=wg()();return Kd.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 Eg(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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 kg=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Eg(e,["color","size"]);return t.createElement("svg",jg({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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}kg.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},kg.displayName="Activity";var Cg=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Pg(e,["color","size"]);return t.createElement("svg",Sg({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Tg(e,["color","size"]);return t.createElement("svg",zg({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Rg(e,["color","size"]);return t.createElement("svg",Ng({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Ag(e,["color","size"]);return t.createElement("svg",Ig({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Bg(e,["color","size"]);return t.createElement("svg",Dg({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Vg(e,["color","size"]);return t.createElement("svg",Wg({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Gg(e,["color","size"]);return t.createElement("svg",Ug({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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 Yg(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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 Kg=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Yg(e,["color","size"]);return t.createElement("svg",qg({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 Xg(){return Xg=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Xg.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}Kg.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Kg.displayName="AlignRight";var Zg=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Jg(e,["color","size"]);return t.createElement("svg",Xg({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=ey(e,["color","size"]);return t.createElement("svg",Qg({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=ny(e,["color","size"]);return t.createElement("svg",ry({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 ly(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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 ay=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=ly(e,["color","size"]);return t.createElement("svg",iy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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}ay.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},ay.displayName="ArrowDownCircle";var uy=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=cy(e,["color","size"]);return t.createElement("svg",sy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),t.createElement("line",{x1:"17",y1:"7",x2:"7",y2:"17"}),t.createElement("polyline",{points:"17 17 7 17 7 7"}))}));function fy(){return fy=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},fy.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}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,l=void 0===i?24:i,a=py(e,["color","size"]);return t.createElement("svg",fy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=yy(e,["color","size"]);return t.createElement("svg",gy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=my(e,["color","size"]);return t.createElement("svg",vy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Oy(e,["color","size"]);return t.createElement("svg",wy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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}xy.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},xy.displayName="ArrowLeft";var ky=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Ey(e,["color","size"]);return t.createElement("svg",jy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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}ky.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},ky.displayName="ArrowRightCircle";var Cy=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Py(e,["color","size"]);return t.createElement("svg",Sy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Ty(e,["color","size"]);return t.createElement("svg",zy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Ry(e,["color","size"]);return t.createElement("svg",Ny({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Ay(e,["color","size"]);return t.createElement("svg",Iy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=By(e,["color","size"]);return t.createElement("svg",Dy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Vy(e,["color","size"]);return t.createElement("svg",Wy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Gy(e,["color","size"]);return t.createElement("svg",Uy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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 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}$y.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},$y.displayName="Award";var Ky=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Yy(e,["color","size"]);return t.createElement("svg",qy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 Xy(){return Xy=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Xy.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}Ky.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Ky.displayName="BarChart2";var Zy=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Jy(e,["color","size"]);return t.createElement("svg",Xy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=eh(e,["color","size"]);return t.createElement("svg",Qy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=nh(e,["color","size"]);return t.createElement("svg",rh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 lh(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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 ah=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=lh(e,["color","size"]);return t.createElement("svg",ih({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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}ah.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},ah.displayName="BellOff";var uh=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=ch(e,["color","size"]);return t.createElement("svg",sh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 fh(){return fh=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},fh.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}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,l=void 0===i?24:i,a=ph(e,["color","size"]);return t.createElement("svg",fh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=yh(e,["color","size"]);return t.createElement("svg",gh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=mh(e,["color","size"]);return t.createElement("svg",vh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Oh(e,["color","size"]);return t.createElement("svg",wh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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}xh.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},xh.displayName="Book";var kh=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Eh(e,["color","size"]);return t.createElement("svg",jh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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}kh.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},kh.displayName="Bookmark";var Ch=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Ph(e,["color","size"]);return t.createElement("svg",Sh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Th(e,["color","size"]);return t.createElement("svg",zh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Rh(e,["color","size"]);return t.createElement("svg",Nh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Ah(e,["color","size"]);return t.createElement("svg",Ih({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Bh(e,["color","size"]);return t.createElement("svg",Dh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Vh(e,["color","size"]);return t.createElement("svg",Wh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Gh(e,["color","size"]);return t.createElement("svg",Uh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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 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}$h.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},$h.displayName="CheckCircle";var Kh=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Yh(e,["color","size"]);return t.createElement("svg",qh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 Xh(){return Xh=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Xh.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}Kh.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Kh.displayName="CheckSquare";var Zh=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Jh(e,["color","size"]);return t.createElement("svg",Xh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=ev(e,["color","size"]);return t.createElement("svg",Qh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=nv(e,["color","size"]);return t.createElement("svg",rv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 lv(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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 av=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=lv(e,["color","size"]);return t.createElement("svg",iv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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}av.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},av.displayName="ChevronRight";var uv=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=cv(e,["color","size"]);return t.createElement("svg",sv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),t.createElement("polyline",{points:"18 15 12 9 6 15"}))}));function fv(){return fv=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},fv.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}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,l=void 0===i?24:i,a=pv(e,["color","size"]);return t.createElement("svg",fv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=yv(e,["color","size"]);return t.createElement("svg",gv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=mv(e,["color","size"]);return t.createElement("svg",vv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Ov(e,["color","size"]);return t.createElement("svg",wv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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}xv.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},xv.displayName="ChevronsUp";var kv=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Ev(e,["color","size"]);return t.createElement("svg",jv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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}kv.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},kv.displayName="Chrome";var Cv=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Pv(e,["color","size"]);return t.createElement("svg",Sv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Tv(e,["color","size"]);return t.createElement("svg",zv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Rv(e,["color","size"]);return t.createElement("svg",Nv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Av(e,["color","size"]);return t.createElement("svg",Iv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Bv(e,["color","size"]);return t.createElement("svg",Dv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Vv(e,["color","size"]);return t.createElement("svg",Wv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Gv(e,["color","size"]);return t.createElement("svg",Uv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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 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}$v.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},$v.displayName="CloudRain";var Kv=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Yv(e,["color","size"]);return t.createElement("svg",qv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 Xv(){return Xv=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Xv.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}Kv.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Kv.displayName="CloudSnow";var Zv=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Jv(e,["color","size"]);return t.createElement("svg",Xv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=em(e,["color","size"]);return t.createElement("svg",Qv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=nm(e,["color","size"]);return t.createElement("svg",rm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 lm(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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 am=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=lm(e,["color","size"]);return t.createElement("svg",im({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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}am.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},am.displayName="Codesandbox";var um=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=cm(e,["color","size"]);return t.createElement("svg",sm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 fm(){return fm=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},fm.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}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,l=void 0===i?24:i,a=pm(e,["color","size"]);return t.createElement("svg",fm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=ym(e,["color","size"]);return t.createElement("svg",gm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=mm(e,["color","size"]);return t.createElement("svg",vm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Om(e,["color","size"]);return t.createElement("svg",wm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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}xm.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},xm.displayName="Copy";var km=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Em(e,["color","size"]);return t.createElement("svg",jm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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}km.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},km.displayName="CornerDownLeft";var Cm=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Pm(e,["color","size"]);return t.createElement("svg",Sm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Tm(e,["color","size"]);return t.createElement("svg",zm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Rm(e,["color","size"]);return t.createElement("svg",Nm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Am(e,["color","size"]);return t.createElement("svg",Im({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Bm(e,["color","size"]);return t.createElement("svg",Dm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Vm(e,["color","size"]);return t.createElement("svg",Wm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Gm(e,["color","size"]);return t.createElement("svg",Um({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),t.createElement("polyline",{points:"15 14 20 9 15 4"}),t.createElement("path",{d:"M4 20v-7a4 4 0 0 1 4-4h12"}))}));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 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}$m.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},$m.displayName="CornerUpRight";var Km=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Ym(e,["color","size"]);return t.createElement("svg",qm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 Xm(){return Xm=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Xm.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}Km.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Km.displayName="Cpu";var Zm=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Jm(e,["color","size"]);return t.createElement("svg",Xm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=eb(e,["color","size"]);return t.createElement("svg",Qm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=nb(e,["color","size"]);return t.createElement("svg",rb({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 lb(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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 ab=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=lb(e,["color","size"]);return t.createElement("svg",ib({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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}ab.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},ab.displayName="Database";var ub=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=cb(e,["color","size"]);return t.createElement("svg",sb({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 fb(){return fb=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},fb.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}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,l=void 0===i?24:i,a=pb(e,["color","size"]);return t.createElement("svg",fb({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=yb(e,["color","size"]);return t.createElement("svg",gb({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=mb(e,["color","size"]);return t.createElement("svg",vb({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Ob(e,["color","size"]);return t.createElement("svg",wb({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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}xb.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},xb.displayName="Divide";var kb=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Eb(e,["color","size"]);return t.createElement("svg",jb({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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}kb.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},kb.displayName="DollarSign";var Cb=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Pb(e,["color","size"]);return t.createElement("svg",Sb({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Tb(e,["color","size"]);return t.createElement("svg",zb({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Rb(e,["color","size"]);return t.createElement("svg",Nb({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Ab(e,["color","size"]);return t.createElement("svg",Ib({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Bb(e,["color","size"]);return t.createElement("svg",Db({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Vb(e,["color","size"]);return t.createElement("svg",Wb({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Gb(e,["color","size"]);return t.createElement("svg",Ub({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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 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}$b.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},$b.displayName="Edit";var Kb=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Yb(e,["color","size"]);return t.createElement("svg",qb({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 Xb(){return Xb=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Xb.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}Kb.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Kb.displayName="ExternalLink";var Zb=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Jb(e,["color","size"]);return t.createElement("svg",Xb({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=ew(e,["color","size"]);return t.createElement("svg",Qb({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=nw(e,["color","size"]);return t.createElement("svg",rw({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 lw(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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 aw=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=lw(e,["color","size"]);return t.createElement("svg",iw({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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}aw.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},aw.displayName="FastForward";var uw=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=cw(e,["color","size"]);return t.createElement("svg",sw({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 fw(){return fw=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},fw.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}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,l=void 0===i?24:i,a=pw(e,["color","size"]);return t.createElement("svg",fw({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=yw(e,["color","size"]);return t.createElement("svg",gw({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=mw(e,["color","size"]);return t.createElement("svg",vw({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Ow(e,["color","size"]);return t.createElement("svg",ww({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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}xw.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},xw.displayName="FileText";var kw=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Ew(e,["color","size"]);return t.createElement("svg",jw({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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}kw.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},kw.displayName="File";var Cw=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Pw(e,["color","size"]);return t.createElement("svg",Sw({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Tw(e,["color","size"]);return t.createElement("svg",zw({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Rw(e,["color","size"]);return t.createElement("svg",Nw({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Aw(e,["color","size"]);return t.createElement("svg",Iw({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Bw(e,["color","size"]);return t.createElement("svg",Dw({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Vw(e,["color","size"]);return t.createElement("svg",Ww({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Gw(e,["color","size"]);return t.createElement("svg",Uw({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),t.createElement("path",{d:"M5 16V9h14V2H5l14 14h-7m-7 0l7 7v-7m-7 0h7"}))}));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 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}$w.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},$w.displayName="Framer";var Kw=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Yw(e,["color","size"]);return t.createElement("svg",qw({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 Xw(){return Xw=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Xw.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}Kw.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Kw.displayName="Frown";var Zw=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Jw(e,["color","size"]);return t.createElement("svg",Xw({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=eO(e,["color","size"]);return t.createElement("svg",Qw({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=nO(e,["color","size"]);return t.createElement("svg",rO({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 lO(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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 aO=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=lO(e,["color","size"]);return t.createElement("svg",iO({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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}aO.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},aO.displayName="GitMerge";var uO=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=cO(e,["color","size"]);return t.createElement("svg",sO({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 fO(){return fO=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},fO.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}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,l=void 0===i?24:i,a=pO(e,["color","size"]);return t.createElement("svg",fO({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=yO(e,["color","size"]);return t.createElement("svg",gO({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=mO(e,["color","size"]);return t.createElement("svg",vO({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=OO(e,["color","size"]);return t.createElement("svg",wO({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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}xO.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},xO.displayName="Grid";var kO=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=EO(e,["color","size"]);return t.createElement("svg",jO({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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}kO.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},kO.displayName="HardDrive";var CO=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=PO(e,["color","size"]);return t.createElement("svg",SO({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=TO(e,["color","size"]);return t.createElement("svg",zO({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=RO(e,["color","size"]);return t.createElement("svg",NO({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=AO(e,["color","size"]);return t.createElement("svg",IO({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=BO(e,["color","size"]);return t.createElement("svg",DO({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=VO(e,["color","size"]);return t.createElement("svg",WO({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=GO(e,["color","size"]);return t.createElement("svg",UO({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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 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}$O.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},$O.displayName="Image";var KO=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=YO(e,["color","size"]);return t.createElement("svg",qO({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 XO(){return XO=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},XO.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}KO.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},KO.displayName="Inbox";var ZO=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=JO(e,["color","size"]);return t.createElement("svg",XO({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=ex(e,["color","size"]);return t.createElement("svg",QO({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=nx(e,["color","size"]);return t.createElement("svg",rx({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 lx(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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 ax=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=lx(e,["color","size"]);return t.createElement("svg",ix({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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}ax.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},ax.displayName="Key";var ux=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=cx(e,["color","size"]);return t.createElement("svg",sx({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 fx(){return fx=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},fx.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}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,l=void 0===i?24:i,a=px(e,["color","size"]);return t.createElement("svg",fx({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=yx(e,["color","size"]);return t.createElement("svg",gx({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=mx(e,["color","size"]);return t.createElement("svg",vx({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Ox(e,["color","size"]);return t.createElement("svg",wx({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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}xx.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},xx.displayName="Link";var kx=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Ex(e,["color","size"]);return t.createElement("svg",jx({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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}kx.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},kx.displayName="Linkedin";var Cx=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Px(e,["color","size"]);return t.createElement("svg",Sx({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Tx(e,["color","size"]);return t.createElement("svg",zx({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Rx(e,["color","size"]);return t.createElement("svg",Nx({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Ax(e,["color","size"]);return t.createElement("svg",Ix({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Bx(e,["color","size"]);return t.createElement("svg",Dx({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Vx(e,["color","size"]);return t.createElement("svg",Wx({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Gx(e,["color","size"]);return t.createElement("svg",Ux({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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 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}$x.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},$x.displayName="MapPin";var Kx=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Yx(e,["color","size"]);return t.createElement("svg",qx({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 Xx(){return Xx=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Xx.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}Kx.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Kx.displayName="Map";var Zx=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Jx(e,["color","size"]);return t.createElement("svg",Xx({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=ej(e,["color","size"]);return t.createElement("svg",Qx({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=nj(e,["color","size"]);return t.createElement("svg",rj({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 lj(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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 aj=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=lj(e,["color","size"]);return t.createElement("svg",ij({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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}aj.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},aj.displayName="Menu";var uj=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=cj(e,["color","size"]);return t.createElement("svg",sj({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 fj(){return fj=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},fj.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}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,l=void 0===i?24:i,a=pj(e,["color","size"]);return t.createElement("svg",fj({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=yj(e,["color","size"]);return t.createElement("svg",gj({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=mj(e,["color","size"]);return t.createElement("svg",vj({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Oj(e,["color","size"]);return t.createElement("svg",wj({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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}xj.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},xj.displayName="Minimize2";var kj=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Ej(e,["color","size"]);return t.createElement("svg",jj({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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}kj.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},kj.displayName="Minimize";var Cj=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Pj(e,["color","size"]);return t.createElement("svg",Sj({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Tj(e,["color","size"]);return t.createElement("svg",zj({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Rj(e,["color","size"]);return t.createElement("svg",Nj({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Aj(e,["color","size"]);return t.createElement("svg",Ij({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Bj(e,["color","size"]);return t.createElement("svg",Dj({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Vj(e,["color","size"]);return t.createElement("svg",Wj({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Gj(e,["color","size"]);return t.createElement("svg",Uj({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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 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}$j.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},$j.displayName="MoreVertical";var Kj=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Yj(e,["color","size"]);return t.createElement("svg",qj({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 Xj(){return Xj=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Xj.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}Kj.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Kj.displayName="MousePointer";var Zj=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Jj(e,["color","size"]);return t.createElement("svg",Xj({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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}Zj.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Zj.displayName="Move";var tE=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=eE(e,["color","size"]);return t.createElement("svg",Qj({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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="Music";var oE=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=nE(e,["color","size"]);return t.createElement("svg",rE({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),t.createElement("polygon",{points:"12 2 19 21 12 17 5 21 12 2"}))}));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 lE(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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="Navigation2";var aE=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=lE(e,["color","size"]);return t.createElement("svg",iE({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),t.createElement("polygon",{points:"3 11 22 2 13 21 11 13 3 11"}))}));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}aE.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},aE.displayName="Navigation";var uE=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=cE(e,["color","size"]);return t.createElement("svg",sE({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 fE(){return fE=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},fE.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}uE.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},uE.displayName="Octagon";var dE=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=pE(e,["color","size"]);return t.createElement("svg",fE({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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="Package";var hE=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=yE(e,["color","size"]);return t.createElement("svg",gE({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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="Paperclip";var bE=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=mE(e,["color","size"]);return t.createElement("svg",vE({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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="PauseCircle";var xE=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=OE(e,["color","size"]);return t.createElement("svg",wE({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),t.createElement("rect",{x:"6",y:"4",width:"4",height:"16"}),t.createElement("rect",{x:"14",y:"4",width:"4",height:"16"}))}));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 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}xE.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},xE.displayName="Pause";var kE=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=EE(e,["color","size"]);return t.createElement("svg",jE({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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}kE.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},kE.displayName="PenTool";var CE=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=PE(e,["color","size"]);return t.createElement("svg",SE({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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="Percent";var LE=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=TE(e,["color","size"]);return t.createElement("svg",zE({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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="PhoneCall";var ME=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=RE(e,["color","size"]);return t.createElement("svg",NE({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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="PhoneForwarded";var _E=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=AE(e,["color","size"]);return t.createElement("svg",IE({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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="PhoneIncoming";var FE=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=BE(e,["color","size"]);return t.createElement("svg",DE({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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="PhoneMissed";var HE=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=VE(e,["color","size"]);return t.createElement("svg",WE({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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="PhoneOff";var $E=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=GE(e,["color","size"]);return t.createElement("svg",UE({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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 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}$E.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},$E.displayName="PhoneOutgoing";var KE=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=YE(e,["color","size"]);return t.createElement("svg",qE({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 XE(){return XE=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},XE.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}KE.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},KE.displayName="Phone";var ZE=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=JE(e,["color","size"]);return t.createElement("svg",XE({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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 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}ZE.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},ZE.displayName="PieChart";var tk=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=ek(e,["color","size"]);return t.createElement("svg",QE({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("polygon",{points:"10 8 16 12 10 16 10 8"}))}));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="PlayCircle";var ok=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=nk(e,["color","size"]);return t.createElement("svg",rk({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),t.createElement("polygon",{points:"5 3 19 12 5 21 5 3"}))}));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 lk(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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="Play";var ak=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=lk(e,["color","size"]);return t.createElement("svg",ik({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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}ak.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},ak.displayName="PlusCircle";var uk=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=ck(e,["color","size"]);return t.createElement("svg",sk({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 fk(){return fk=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},fk.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}uk.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},uk.displayName="PlusSquare";var dk=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=pk(e,["color","size"]);return t.createElement("svg",fk({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),t.createElement("line",{x1:"12",y1:"5",x2:"12",y2:"19"}),t.createElement("line",{x1:"5",y1:"12",x2:"19",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="Plus";var hk=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=yk(e,["color","size"]);return t.createElement("svg",gk({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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="Pocket";var bk=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=mk(e,["color","size"]);return t.createElement("svg",vk({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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="Power";var xk=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Ok(e,["color","size"]);return t.createElement("svg",wk({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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 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}xk.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},xk.displayName="Printer";var kk=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Ek(e,["color","size"]);return t.createElement("svg",jk({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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}kk.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},kk.displayName="Radio";var Ck=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Pk(e,["color","size"]);return t.createElement("svg",Sk({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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="RefreshCcw";var Lk=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Tk(e,["color","size"]);return t.createElement("svg",zk({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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="RefreshCw";var Mk=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Rk(e,["color","size"]);return t.createElement("svg",Nk({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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="Repeat";var _k=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Ak(e,["color","size"]);return t.createElement("svg",Ik({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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="Rewind";var Fk=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Bk(e,["color","size"]);return t.createElement("svg",Dk({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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="RotateCcw";var Hk=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Vk(e,["color","size"]);return t.createElement("svg",Wk({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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="RotateCw";var $k=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Gk(e,["color","size"]);return t.createElement("svg",Uk({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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 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}$k.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},$k.displayName="Rss";var Kk=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Yk(e,["color","size"]);return t.createElement("svg",qk({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 Xk(){return Xk=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Xk.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}Kk.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Kk.displayName="Save";var Zk=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Jk(e,["color","size"]);return t.createElement("svg",Xk({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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 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}Zk.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Zk.displayName="Scissors";var tS=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=eS(e,["color","size"]);return t.createElement("svg",Qk({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=nS(e,["color","size"]);return t.createElement("svg",rS({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 lS(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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 aS=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=lS(e,["color","size"]);return t.createElement("svg",iS({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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}aS.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},aS.displayName="Server";var uS=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=cS(e,["color","size"]);return t.createElement("svg",sS({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 fS(){return fS=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},fS.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}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,l=void 0===i?24:i,a=pS(e,["color","size"]);return t.createElement("svg",fS({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=yS(e,["color","size"]);return t.createElement("svg",gS({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=mS(e,["color","size"]);return t.createElement("svg",vS({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=OS(e,["color","size"]);return t.createElement("svg",wS({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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}xS.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},xS.displayName="Shield";var kS=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=ES(e,["color","size"]);return t.createElement("svg",jS({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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}kS.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},kS.displayName="ShoppingBag";var CS=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=PS(e,["color","size"]);return t.createElement("svg",SS({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=TS(e,["color","size"]);return t.createElement("svg",zS({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=RS(e,["color","size"]);return t.createElement("svg",NS({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=AS(e,["color","size"]);return t.createElement("svg",IS({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=BS(e,["color","size"]);return t.createElement("svg",DS({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=VS(e,["color","size"]);return t.createElement("svg",WS({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=GS(e,["color","size"]);return t.createElement("svg",US({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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 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}$S.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},$S.displayName="Slash";var KS=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=YS(e,["color","size"]);return t.createElement("svg",qS({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 XS(){return XS=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},XS.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}KS.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},KS.displayName="Sliders";var ZS=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=JS(e,["color","size"]);return t.createElement("svg",XS({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=eP(e,["color","size"]);return t.createElement("svg",QS({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=nP(e,["color","size"]);return t.createElement("svg",rP({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 lP(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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 aP=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=lP(e,["color","size"]);return t.createElement("svg",iP({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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}aP.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},aP.displayName="Square";var uP=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=cP(e,["color","size"]);return t.createElement("svg",sP({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 fP(){return fP=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},fP.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}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,l=void 0===i?24:i,a=pP(e,["color","size"]);return t.createElement("svg",fP({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=yP(e,["color","size"]);return t.createElement("svg",gP({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=mP(e,["color","size"]);return t.createElement("svg",vP({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=OP(e,["color","size"]);return t.createElement("svg",wP({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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}xP.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},xP.displayName="Sunset";var kP=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=EP(e,["color","size"]);return t.createElement("svg",jP({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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}kP.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},kP.displayName="Table";var CP=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=PP(e,["color","size"]);return t.createElement("svg",SP({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=TP(e,["color","size"]);return t.createElement("svg",zP({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=RP(e,["color","size"]);return t.createElement("svg",NP({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=AP(e,["color","size"]);return t.createElement("svg",IP({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=BP(e,["color","size"]);return t.createElement("svg",DP({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=VP(e,["color","size"]);return t.createElement("svg",WP({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=GP(e,["color","size"]);return t.createElement("svg",UP({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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 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}$P.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},$P.displayName="ThumbsUp";var KP=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=YP(e,["color","size"]);return t.createElement("svg",qP({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 XP(){return XP=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},XP.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}KP.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},KP.displayName="ToggleLeft";var ZP=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=JP(e,["color","size"]);return t.createElement("svg",XP({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=eC(e,["color","size"]);return t.createElement("svg",QP({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=nC(e,["color","size"]);return t.createElement("svg",rC({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 lC(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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 aC=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=lC(e,["color","size"]);return t.createElement("svg",iC({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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}aC.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},aC.displayName="Trash";var uC=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=cC(e,["color","size"]);return t.createElement("svg",sC({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 fC(){return fC=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},fC.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}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,l=void 0===i?24:i,a=pC(e,["color","size"]);return t.createElement("svg",fC({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=yC(e,["color","size"]);return t.createElement("svg",gC({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=mC(e,["color","size"]);return t.createElement("svg",vC({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=OC(e,["color","size"]);return t.createElement("svg",wC({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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}xC.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},xC.displayName="Truck";var kC=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=EC(e,["color","size"]);return t.createElement("svg",jC({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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}kC.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},kC.displayName="Tv";var CC=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=PC(e,["color","size"]);return t.createElement("svg",SC({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=TC(e,["color","size"]);return t.createElement("svg",zC({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=RC(e,["color","size"]);return t.createElement("svg",NC({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=AC(e,["color","size"]);return t.createElement("svg",IC({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=BC(e,["color","size"]);return t.createElement("svg",DC({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=VC(e,["color","size"]);return t.createElement("svg",WC({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=GC(e,["color","size"]);return t.createElement("svg",UC({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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 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}$C.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},$C.displayName="UploadCloud";var KC=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=YC(e,["color","size"]);return t.createElement("svg",qC({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 XC(){return XC=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},XC.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}KC.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},KC.displayName="Upload";var ZC=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=JC(e,["color","size"]);return t.createElement("svg",XC({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=ez(e,["color","size"]);return t.createElement("svg",QC({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=nz(e,["color","size"]);return t.createElement("svg",rz({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 lz(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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 az=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=lz(e,["color","size"]);return t.createElement("svg",iz({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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}az.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},az.displayName="UserX";var uz=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=cz(e,["color","size"]);return t.createElement("svg",sz({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 fz(){return fz=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},fz.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}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,l=void 0===i?24:i,a=pz(e,["color","size"]);return t.createElement("svg",fz({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=yz(e,["color","size"]);return t.createElement("svg",gz({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=mz(e,["color","size"]);return t.createElement("svg",vz({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Oz(e,["color","size"]);return t.createElement("svg",wz({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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}xz.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},xz.displayName="Voicemail";var kz=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Ez(e,["color","size"]);return t.createElement("svg",jz({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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}kz.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},kz.displayName="Volume1";var Cz=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Pz(e,["color","size"]);return t.createElement("svg",Sz({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Tz(e,["color","size"]);return t.createElement("svg",zz({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Rz(e,["color","size"]);return t.createElement("svg",Nz({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Az(e,["color","size"]);return t.createElement("svg",Iz({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Bz(e,["color","size"]);return t.createElement("svg",Dz({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Vz(e,["color","size"]);return t.createElement("svg",Wz({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Gz(e,["color","size"]);return t.createElement("svg",Uz({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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 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}$z.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},$z.displayName="Wind";var Kz=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Yz(e,["color","size"]);return t.createElement("svg",qz({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 Xz(){return Xz=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Xz.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}Kz.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Kz.displayName="XCircle";var Zz=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Jz(e,["color","size"]);return t.createElement("svg",Xz({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=eT(e,["color","size"]);return t.createElement("svg",Qz({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=nT(e,["color","size"]);return t.createElement("svg",rT({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 lT(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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 aT=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=lT(e,["color","size"]);return t.createElement("svg",iT({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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}aT.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},aT.displayName="Youtube";var uT=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=cT(e,["color","size"]);return t.createElement("svg",sT({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 fT(){return fT=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},fT.apply(this,arguments)}function pT(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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,l=void 0===i?24:i,a=pT(e,["color","size"]);return t.createElement("svg",fT({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=yT(e,["color","size"]);return t.createElement("svg",gT({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=mT(e,["color","size"]);return t.createElement("svg",vT({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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:kg,Airplay:Cg,AlertCircle:Lg,AlertOctagon:Mg,AlertTriangle:_g,AlignCenter:Fg,AlignJustify:Hg,AlignLeft:$g,AlignRight:Kg,Anchor:Zg,Aperture:ty,Archive:oy,ArrowDown:hy,ArrowDownCircle:ay,ArrowDownLeft:uy,ArrowDownRight:dy,ArrowLeft:xy,ArrowLeftCircle:by,ArrowRight:Cy,ArrowRightCircle:ky,ArrowUp:Fy,ArrowUpCircle:Ly,ArrowUpLeft:My,ArrowUpRight:_y,AtSign:Hy,Award:$y,BarChart:Zy,BarChart2:Ky,Battery:oh,BatteryCharging:th,Bell:uh,BellOff:ah,Bluetooth:dh,Bold:hh,Book:xh,BookOpen:bh,Bookmark:kh,Box:Ch,Briefcase:Lh,Calendar:Mh,Camera:Fh,CameraOff:_h,Cast:Hh,Check:Zh,CheckCircle:$h,CheckSquare:Kh,ChevronDown:tv,ChevronLeft:ov,ChevronRight:av,ChevronUp:uv,ChevronsDown:dv,ChevronsLeft:hv,ChevronsRight:bv,ChevronsUp:xv,Chrome:kv,Circle:Cv,Clipboard:Lv,Clock:Mv,Cloud:Zv,CloudDrizzle:_v,CloudLightning:Fv,CloudOff:Hv,CloudRain:$v,CloudSnow:Kv,Code:tm,Codepen:om,Codesandbox:am,Coffee:um,Columns:dm,Command:hm,Compass:bm,Copy:xm,CornerDownLeft:km,CornerDownRight:Cm,CornerLeftDown:Lm,CornerLeftUp:Mm,CornerRightDown:_m,CornerRightUp:Fm,CornerUpLeft:Hm,CornerUpRight:$m,Cpu:Km,CreditCard:Zm,Crop:tb,Crosshair:ob,Database:ab,Delete:ub,Disc:db,Divide:xb,DivideCircle:hb,DivideSquare:bb,DollarSign:kb,Download:Lb,DownloadCloud:Cb,Dribbble:Mb,Droplet:_b,Edit:$b,Edit2:Fb,Edit3:Hb,ExternalLink:Kb,Eye:tw,EyeOff:Zb,Facebook:ow,FastForward:aw,Feather:uw,Figma:dw,File:kw,FileMinus:hw,FilePlus:bw,FileText:xw,Film:Cw,Filter:Lw,Flag:Mw,Folder:Hw,FolderMinus:_w,FolderPlus:Fw,Framer:$w,Frown:Kw,Gift:Zw,GitBranch:tO,GitCommit:oO,GitHub:dO,GitMerge:aO,GitPullRequest:uO,Gitlab:hO,Globe:bO,Grid:xO,HardDrive:kO,Hash:CO,Headphones:LO,Heart:MO,HelpCircle:_O,Hexagon:FO,Home:HO,Image:$O,Inbox:KO,Info:ZO,Instagram:tx,Italic:ox,Key:ax,Layers:ux,Layout:dx,LifeBuoy:hx,Link:xx,Link2:bx,Linkedin:kx,List:Cx,Loader:Lx,Lock:Mx,LogIn:_x,LogOut:Fx,Mail:Hx,Map:Kx,MapPin:$x,Maximize:tj,Maximize2:Zx,Meh:oj,Menu:aj,MessageCircle:uj,MessageSquare:dj,Mic:bj,MicOff:hj,Minimize:kj,Minimize2:xj,Minus:Mj,MinusCircle:Cj,MinusSquare:Lj,Monitor:_j,Moon:Fj,MoreHorizontal:Hj,MoreVertical:$j,MousePointer:Kj,Move:Zj,Music:tE,Navigation:aE,Navigation2:oE,Octagon:uE,Package:dE,Paperclip:hE,Pause:xE,PauseCircle:bE,PenTool:kE,Percent:CE,Phone:KE,PhoneCall:LE,PhoneForwarded:ME,PhoneIncoming:_E,PhoneMissed:FE,PhoneOff:HE,PhoneOutgoing:$E,PieChart:ZE,Play:ok,PlayCircle:tk,Plus:dk,PlusCircle:ak,PlusSquare:uk,Pocket:hk,Power:bk,Printer:xk,Radio:kk,RefreshCcw:Ck,RefreshCw:Lk,Repeat:Mk,Rewind:_k,RotateCcw:Fk,RotateCw:Hk,Rss:$k,Save:Kk,Scissors:Zk,Search:tS,Send:oS,Server:aS,Settings:uS,Share:hS,Share2:dS,Shield:xS,ShieldOff:bS,ShoppingBag:kS,ShoppingCart:CS,Shuffle:LS,Sidebar:MS,SkipBack:_S,SkipForward:FS,Slack:HS,Slash:$S,Sliders:KS,Smartphone:ZS,Smile:tP,Speaker:oP,Square:aP,Star:uP,StopCircle:dP,Sun:hP,Sunrise:bP,Sunset:xP,Table:kP,Tablet:CP,Tag:LP,Target:MP,Terminal:_P,Thermometer:FP,ThumbsDown:HP,ThumbsUp:$P,ToggleLeft:KP,ToggleRight:ZP,Tool:tC,Trash:aC,Trash2:oC,Trello:uC,TrendingDown:dC,TrendingUp:hC,Triangle:bC,Truck:xC,Tv:kC,Twitch:CC,Twitter:LC,Type:MC,Umbrella:_C,Underline:FC,Unlock:HC,Upload:KC,UploadCloud:$C,User:uz,UserCheck:ZC,UserMinus:tz,UserPlus:oz,UserX:az,Users:dz,Video:bz,VideoOff:hz,Voicemail:xz,Volume:Mz,Volume1:kz,Volume2:Cz,VolumeX:Lz,Watch:_z,Wifi:Hz,WifiOff:Fz,Wind:$z,X:oT,XCircle:Kz,XOctagon:Zz,XSquare:tT,Youtube:aT,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,l=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(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=>Xp((()=>[e.options.data]),(t=>{const r={rows:[],flatRows:[],rowsById:{}},n=function(t,o,i){void 0===o&&(o=0);const l=[];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 a;r.flatRows.push(c),r.rowsById[c.id]=c,l.push(c),e.options.getSubRows&&(c.originalSubRows=e.options.getSubRows(t[s],s),null!=(a=c.originalSubRows)&&a.length&&(c.subRows=n(c.originalSubRows,o+1,c)))}return l};return r.rows=n(t),r}),Jp(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"},l.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(qd,{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?l.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(qd,{key:e.id},Wd(e.column.columnDef.cell,e.getContext()))})))})):t.createElement(Gd,null,t.createElement(qd,{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 ET=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))}));ET.displayName="PaginationContent";var kT=e.forwardRef((function(t,r){var n=t.className,o=g(t,["className"]);return e.createElement("li",d({ref:r,className:yi("",n)},o))}));kT.displayName="PaginationItem";var ST=function(t){var r=t.className,n=t.isActive,o=t.size,i=void 0===o?"icon":o,l=g(t,["className","isActive","size"]);return e.createElement("a",d({"aria-current":n?"page":void 0,className:yi(Ki({variant:n?"outline":"ghost",size:i}),r)},l))};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(ET,null,function(){var e=[];e.push(t.createElement(kT,{key:"prev"},t.createElement(PT,{href:"#",onClick:function(e){e.preventDefault(),r>1&&o(r-1)}}))),e.push(t.createElement(kT,{key:1},t.createElement(ST,{href:"#",isActive:1===r,onClick:function(e){e.preventDefault(),o(1)}},"1")));var i=Math.max(2,r-1),l=Math.min(n-1,r+1);i>2&&e.push(t.createElement(kT,{key:"ellipsis1"},t.createElement(zT,null)));for(var a=function(n){e.push(t.createElement(kT,{key:n},t.createElement(ST,{href:"#",isActive:r===n,onClick:function(e){e.preventDefault(),o(n)}},n)))},s=i;s<=l;s++)a(s);return l<n-1&&e.push(t.createElement(kT,{key:"ellipsis2"},t.createElement(zT,null))),n>1&&e.push(t.createElement(kT,{key:n},t.createElement(ST,{href:"#",isActive:r===n,onClick:function(e){e.preventDefault(),o(n)}},n))),e.push(t.createElement(kT,{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=e.configUrl,n=e.preJsUrl,o=e.itemsPerPage,i=void 0===o?14:o,s=e.children,c=l(null),u=c[0],f=c[1],p=l(!1),g=p[0],m=p[1],b=l([]),w=b[0],O=b[1],x=l(!1),j=x[0],E=x[1],k=l([]),S=k[0],P=k[1],C=l(0),z=C[0],T=C[1],L=l(1),N=L[0],R=L[1],M=l(1),I=M[0],A=M[1],_=l({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()}),D=_[0],B=_[1],F=l([]),W=F[0],V=F[1];a((function(){r&&n&&(y(void 0,void 0,void 0,(function(){var e,t;return h(this,(function(n){switch(n.label){case 0:return n.trys.push([0,3,,4]),[4,fetch(r)];case 1:return[4,n.sent().json()];case 2:return(e=n.sent())&&e.title&&e.data_url&&e.colomns?(f(e),V((null===(t=e.Filters)||void 0===t?void 0:t.flat())||[])):m(!0),[3,4];case 3:return n.sent(),m(!0),[3,4];case 4:return[2]}}))})),y(void 0,void 0,void 0,(function(){var e,t,r;return h(this,(function(o){switch(o.label){case 0:return[4,fetch(n)];case 1:return e=o.sent(),t=document.createElement("script"),r=t,[4,e.text()];case 2:return r.textContent=o.sent(),document.head.appendChild(t),[2]}}))})))}),[r,n]),a((function(){var e=new AbortController;return u&&y(void 0,void 0,void 0,(function(){var t,r,n,o,i;return h(this,(function(l){switch(l.label){case 0:t=(null===(i=null==u?void 0:u.Filters)||void 0===i?void 0:i.flat())||[],r=0,n=t,l.label=1;case 1:return r<n.length?"Select"===(o=n[r]).type&&o.urlSource?[4,H(o,e.signal)]:[3,3]:[3,4];case 2:l.sent(),l.label=3;case 3:return r++,[3,1];case 4:return[2]}}))})),function(){return e.abort()}}),[u]);var H=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})];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:[],V((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)||(O((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 g?t.createElement(NT,null):u?t.createElement("div",{className:"flex flex-col gap-4 p-4 max-w-[1300px] mx-auto mt-8 mb-"},t.createElement($p,{title:u.title,configFilters:W,filters:D,setFilters:B,onSearch:function(){return y(void 0,void 0,void 0,(function(){var e,t,r,n,o;return h(this,(function(l){switch(l.label){case 0:O([]),e={page:N,filters:d(d({},D),{fromDate:Ce(D.fromDate,"MM-dd-yyyy HH:mm"),toDate:Ce(D.toDate,"MM-dd-yyyy HH:mm")})},E(!0),l.label=1;case 1:return l.trys.push([1,3,,4]),[4,vo.post(u.data_url,e)];case 2:return t=l.sent(),E(!1),(null==t?void 0:t.data)?(P(null===(r=t.data)||void 0===r?void 0:r.DATA),T(null===(n=t.data)||void 0===n?void 0:n.PAGESNUM),A(Math.ceil((null===(o=t.data)||void 0===o?void 0:o.PAGESNUM)/i)||1)):m(!0),[3,4];case 3:return l.sent(),E(!1),O((function(e){return v(v([],e,!0),[{title:"Erreur",message:"Une erreur est survenue"}],!1)})),[3,4];case 4:return[2]}}))}))},count:z,isLoading:j,setCurrentPage:R}),w.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:S,columns:u.colomns,isLoading:j}),t.createElement(TT,{currentPage:N,totalPages:I,onPageChange:R}),s):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,l,a=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)&&(a[c]=i[c]);if(e){l=e(i);for(var u=0;u<l.length;u++)r.call(i,l[u])&&(a[l[u]]=i[l[u]])}}return a},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(ag)return lg;ag=1;var e=function(){};if("production"!==at.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,l,a,s){if("production"!==at.env.NODE_ENV)for(var c in o)if(n(o,c)){var u;try{if("function"!=typeof o[c]){var f=Error((a||"React class")+": "+l+" 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 f.name="Invariant Violation",f}u=o[c](i,c,a,l,null,t)}catch(e){u=e}if(!u||u instanceof Error||e((a||"React class")+": type specification of "+l+" `"+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 p=s?s():"";e("Failed "+l+" type: "+u.message+(null!=p?p:""))}}}return o.resetWarningCache=function(){"production"!==at.env.NODE_ENV&&(r={})},lg=o}function bg(){if(cg)return sg;cg=1;var e=gg(),t=yg(),r=hg(),n=vg(),o=mg(),i=function(){};function l(){return null}return"production"!==at.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(a,s){var c="function"==typeof Symbol&&Symbol.iterator;var u="<<anonymous>>",f={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(l),arrayOf:function(e){return g((function(t,n,o,i,l){if("function"!=typeof e)return new d("Property `"+l+"` of component `"+o+"` has invalid PropType notation inside arrayOf.");var a=t[n];if(!Array.isArray(a))return new d("Invalid "+i+" `"+l+"` of type `"+m(a)+"` supplied to `"+o+"`, expected an array.");for(var s=0;s<a.length;s++){var c=e(a,s,o,i,l+"["+s+"]",r);if(c instanceof Error)return c}return null}))},element:g((function(e,t,r,n,o){var i=e[t];return a(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 l=t[r];return e.isValidElementType(l)?null:new d("Invalid "+o+" `"+i+"` of type `"+m(l)+"` 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 l=e.name||u;return new d("Invalid "+o+" `"+i+"` of type `"+(((a=t[r]).constructor&&a.constructor.name?a.constructor.name:u)+"` supplied to `")+n+"`, expected instance of `"+l+"`.")}var a;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,l,a){if("function"!=typeof e)return new d("Property `"+a+"` of component `"+i+"` has invalid PropType notation inside objectOf.");var s=t[o],c=m(s);if("object"!==c)return new d("Invalid "+l+" `"+a+"` of type `"+c+"` supplied to `"+i+"`, expected an object.");for(var u in s)if(n(s,u)){var f=e(s,u,i,l,a+"."+u,r);if(f instanceof Error)return f}return null}))},oneOf:function(e){if(!Array.isArray(e))return"production"!==at.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."),l;return g((function(t,r,n,o,i){for(var l=t[r],a=0;a<e.length;a++)if(p(l,e[a]))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(l)+"` supplied to `"+n+"`, expected one of "+s+".")}))},oneOfType:function(e){if(!Array.isArray(e))return"production"!==at.env.NODE_ENV&&i("Invalid argument supplied to oneOfType, expected an instance of array."),l;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+"."),l}return g((function(t,o,i,l,a){for(var s=[],c=0;c<e.length;c++){var u=(0,e[c])(t,o,i,l,a,r);if(null==u)return null;u.data&&n(u.data,"expectedType")&&s.push(u.data.expectedType)}return new d("Invalid "+l+" `"+a+"` supplied to `"+i+"`"+(s.length>0?", expected one of type ["+s.join(", ")+"]":"")+".")}))},shape:function(e){return g((function(t,n,o,i,l){var a=t[n],s=m(a);if("object"!==s)return new d("Invalid "+i+" `"+l+"` 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,l,c,b(u));var f=u(a,c,o,i,l+"."+c,r);if(f)return f}return null}))},exact:function(e){return g((function(o,i,l,a,s){var c=o[i],u=m(c);if("object"!==u)return new d("Invalid "+a+" `"+s+"` of type `"+u+"` supplied to `"+l+"`, expected `object`.");var f=t({},o[i],e);for(var p in f){var g=e[p];if(n(e,p)&&"function"!=typeof g)return h(l,a,s,p,b(g));if(!g)return new d("Invalid "+a+" `"+s+"` key `"+p+"` supplied to `"+l+"`.\nBad object: "+JSON.stringify(o[i],null," ")+"\nValid keys: "+JSON.stringify(Object.keys(e),null," "));var y=g(c,p,l,a,s+"."+p,r);if(y)return y}return null}))}};function p(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"!==at.env.NODE_ENV)var t={},n=0;function o(o,l,a,c,f,p,g){if(c=c||u,p=p||a,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"!==at.env.NODE_ENV&&"undefined"!=typeof console){var h=c+":"+a;!t[h]&&n<3&&(i("You are manually calling a React.PropTypes validation function for the `"+p+"` 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==l[a]?o?null===l[a]?new d("The "+f+" `"+p+"` is marked as required in `"+c+"`, but its value is `null`."):new d("The "+f+" `"+p+"` is marked as required in `"+c+"`, but its value is `undefined`."):null:e(l,a,c,f,p)}var l=o.bind(null,!1);return l.isRequired=o.bind(null,!0),l}function y(e){return g((function(t,r,n,o,i,l){var a=t[r];return m(a)!==e?new d("Invalid "+o+" `"+i+"` of type `"+b(a)+"` 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||a(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,f.checkPropTypes=o,f.resetWarningCache=o.resetWarningCache,f.PropTypes=f,f},sg}function wg(){if(fg)return ug;fg=1;var e=hg();function t(){}function r(){}return r.resetWarningCache=t,ug=function(){function n(t,r,n,o,i,l){if(l!==e){var a=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw a.name="Invariant Violation",a}}function 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(pg)return Kd.exports;if(pg=1,"production"!==at.env.NODE_ENV){var e=gg();Kd.exports=bg()(e.isElement,true)}else Kd.exports=wg()();return Kd.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 Eg(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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 kg=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Eg(e,["color","size"]);return t.createElement("svg",jg({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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}kg.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},kg.displayName="Activity";var Cg=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Pg(e,["color","size"]);return t.createElement("svg",Sg({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Tg(e,["color","size"]);return t.createElement("svg",zg({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Rg(e,["color","size"]);return t.createElement("svg",Ng({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Ag(e,["color","size"]);return t.createElement("svg",Ig({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Bg(e,["color","size"]);return t.createElement("svg",Dg({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Vg(e,["color","size"]);return t.createElement("svg",Wg({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Gg(e,["color","size"]);return t.createElement("svg",Ug({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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 Yg(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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 Kg=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Yg(e,["color","size"]);return t.createElement("svg",qg({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 Xg(){return Xg=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Xg.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}Kg.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Kg.displayName="AlignRight";var Zg=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Jg(e,["color","size"]);return t.createElement("svg",Xg({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=ey(e,["color","size"]);return t.createElement("svg",Qg({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=ny(e,["color","size"]);return t.createElement("svg",ry({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 ly(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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 ay=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=ly(e,["color","size"]);return t.createElement("svg",iy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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}ay.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},ay.displayName="ArrowDownCircle";var uy=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=cy(e,["color","size"]);return t.createElement("svg",sy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),t.createElement("line",{x1:"17",y1:"7",x2:"7",y2:"17"}),t.createElement("polyline",{points:"17 17 7 17 7 7"}))}));function fy(){return fy=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},fy.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}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,l=void 0===i?24:i,a=py(e,["color","size"]);return t.createElement("svg",fy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=yy(e,["color","size"]);return t.createElement("svg",gy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=my(e,["color","size"]);return t.createElement("svg",vy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Oy(e,["color","size"]);return t.createElement("svg",wy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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}xy.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},xy.displayName="ArrowLeft";var ky=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Ey(e,["color","size"]);return t.createElement("svg",jy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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}ky.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},ky.displayName="ArrowRightCircle";var Cy=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Py(e,["color","size"]);return t.createElement("svg",Sy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Ty(e,["color","size"]);return t.createElement("svg",zy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Ry(e,["color","size"]);return t.createElement("svg",Ny({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Ay(e,["color","size"]);return t.createElement("svg",Iy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=By(e,["color","size"]);return t.createElement("svg",Dy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Vy(e,["color","size"]);return t.createElement("svg",Wy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Gy(e,["color","size"]);return t.createElement("svg",Uy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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 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}$y.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},$y.displayName="Award";var Ky=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Yy(e,["color","size"]);return t.createElement("svg",qy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 Xy(){return Xy=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Xy.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}Ky.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Ky.displayName="BarChart2";var Zy=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Jy(e,["color","size"]);return t.createElement("svg",Xy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=eh(e,["color","size"]);return t.createElement("svg",Qy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=nh(e,["color","size"]);return t.createElement("svg",rh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 lh(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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 ah=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=lh(e,["color","size"]);return t.createElement("svg",ih({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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}ah.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},ah.displayName="BellOff";var uh=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=ch(e,["color","size"]);return t.createElement("svg",sh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 fh(){return fh=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},fh.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}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,l=void 0===i?24:i,a=ph(e,["color","size"]);return t.createElement("svg",fh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=yh(e,["color","size"]);return t.createElement("svg",gh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=mh(e,["color","size"]);return t.createElement("svg",vh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Oh(e,["color","size"]);return t.createElement("svg",wh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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}xh.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},xh.displayName="Book";var kh=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Eh(e,["color","size"]);return t.createElement("svg",jh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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}kh.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},kh.displayName="Bookmark";var Ch=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Ph(e,["color","size"]);return t.createElement("svg",Sh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Th(e,["color","size"]);return t.createElement("svg",zh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Rh(e,["color","size"]);return t.createElement("svg",Nh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Ah(e,["color","size"]);return t.createElement("svg",Ih({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Bh(e,["color","size"]);return t.createElement("svg",Dh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Vh(e,["color","size"]);return t.createElement("svg",Wh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Gh(e,["color","size"]);return t.createElement("svg",Uh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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 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}$h.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},$h.displayName="CheckCircle";var Kh=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Yh(e,["color","size"]);return t.createElement("svg",qh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 Xh(){return Xh=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Xh.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}Kh.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Kh.displayName="CheckSquare";var Zh=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Jh(e,["color","size"]);return t.createElement("svg",Xh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=ev(e,["color","size"]);return t.createElement("svg",Qh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=nv(e,["color","size"]);return t.createElement("svg",rv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 lv(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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 av=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=lv(e,["color","size"]);return t.createElement("svg",iv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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}av.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},av.displayName="ChevronRight";var uv=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=cv(e,["color","size"]);return t.createElement("svg",sv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),t.createElement("polyline",{points:"18 15 12 9 6 15"}))}));function fv(){return fv=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},fv.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}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,l=void 0===i?24:i,a=pv(e,["color","size"]);return t.createElement("svg",fv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=yv(e,["color","size"]);return t.createElement("svg",gv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=mv(e,["color","size"]);return t.createElement("svg",vv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Ov(e,["color","size"]);return t.createElement("svg",wv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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}xv.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},xv.displayName="ChevronsUp";var kv=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Ev(e,["color","size"]);return t.createElement("svg",jv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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}kv.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},kv.displayName="Chrome";var Cv=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Pv(e,["color","size"]);return t.createElement("svg",Sv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Tv(e,["color","size"]);return t.createElement("svg",zv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Rv(e,["color","size"]);return t.createElement("svg",Nv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Av(e,["color","size"]);return t.createElement("svg",Iv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Bv(e,["color","size"]);return t.createElement("svg",Dv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Vv(e,["color","size"]);return t.createElement("svg",Wv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Gv(e,["color","size"]);return t.createElement("svg",Uv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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 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}$v.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},$v.displayName="CloudRain";var Kv=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Yv(e,["color","size"]);return t.createElement("svg",qv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 Xv(){return Xv=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Xv.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}Kv.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Kv.displayName="CloudSnow";var Zv=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Jv(e,["color","size"]);return t.createElement("svg",Xv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=em(e,["color","size"]);return t.createElement("svg",Qv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=nm(e,["color","size"]);return t.createElement("svg",rm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 lm(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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 am=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=lm(e,["color","size"]);return t.createElement("svg",im({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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}am.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},am.displayName="Codesandbox";var um=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=cm(e,["color","size"]);return t.createElement("svg",sm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 fm(){return fm=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},fm.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}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,l=void 0===i?24:i,a=pm(e,["color","size"]);return t.createElement("svg",fm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=ym(e,["color","size"]);return t.createElement("svg",gm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=mm(e,["color","size"]);return t.createElement("svg",vm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Om(e,["color","size"]);return t.createElement("svg",wm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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}xm.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},xm.displayName="Copy";var km=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Em(e,["color","size"]);return t.createElement("svg",jm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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}km.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},km.displayName="CornerDownLeft";var Cm=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Pm(e,["color","size"]);return t.createElement("svg",Sm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Tm(e,["color","size"]);return t.createElement("svg",zm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Rm(e,["color","size"]);return t.createElement("svg",Nm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Am(e,["color","size"]);return t.createElement("svg",Im({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Bm(e,["color","size"]);return t.createElement("svg",Dm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Vm(e,["color","size"]);return t.createElement("svg",Wm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Gm(e,["color","size"]);return t.createElement("svg",Um({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),t.createElement("polyline",{points:"15 14 20 9 15 4"}),t.createElement("path",{d:"M4 20v-7a4 4 0 0 1 4-4h12"}))}));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 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}$m.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},$m.displayName="CornerUpRight";var Km=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Ym(e,["color","size"]);return t.createElement("svg",qm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 Xm(){return Xm=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Xm.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}Km.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Km.displayName="Cpu";var Zm=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Jm(e,["color","size"]);return t.createElement("svg",Xm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=eb(e,["color","size"]);return t.createElement("svg",Qm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=nb(e,["color","size"]);return t.createElement("svg",rb({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 lb(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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 ab=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=lb(e,["color","size"]);return t.createElement("svg",ib({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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}ab.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},ab.displayName="Database";var ub=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=cb(e,["color","size"]);return t.createElement("svg",sb({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 fb(){return fb=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},fb.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}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,l=void 0===i?24:i,a=pb(e,["color","size"]);return t.createElement("svg",fb({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=yb(e,["color","size"]);return t.createElement("svg",gb({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=mb(e,["color","size"]);return t.createElement("svg",vb({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Ob(e,["color","size"]);return t.createElement("svg",wb({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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}xb.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},xb.displayName="Divide";var kb=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Eb(e,["color","size"]);return t.createElement("svg",jb({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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}kb.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},kb.displayName="DollarSign";var Cb=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Pb(e,["color","size"]);return t.createElement("svg",Sb({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Tb(e,["color","size"]);return t.createElement("svg",zb({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Rb(e,["color","size"]);return t.createElement("svg",Nb({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Ab(e,["color","size"]);return t.createElement("svg",Ib({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Bb(e,["color","size"]);return t.createElement("svg",Db({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Vb(e,["color","size"]);return t.createElement("svg",Wb({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Gb(e,["color","size"]);return t.createElement("svg",Ub({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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 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}$b.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},$b.displayName="Edit";var Kb=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Yb(e,["color","size"]);return t.createElement("svg",qb({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 Xb(){return Xb=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Xb.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}Kb.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Kb.displayName="ExternalLink";var Zb=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Jb(e,["color","size"]);return t.createElement("svg",Xb({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=ew(e,["color","size"]);return t.createElement("svg",Qb({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=nw(e,["color","size"]);return t.createElement("svg",rw({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 lw(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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 aw=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=lw(e,["color","size"]);return t.createElement("svg",iw({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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}aw.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},aw.displayName="FastForward";var uw=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=cw(e,["color","size"]);return t.createElement("svg",sw({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 fw(){return fw=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},fw.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}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,l=void 0===i?24:i,a=pw(e,["color","size"]);return t.createElement("svg",fw({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=yw(e,["color","size"]);return t.createElement("svg",gw({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=mw(e,["color","size"]);return t.createElement("svg",vw({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Ow(e,["color","size"]);return t.createElement("svg",ww({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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}xw.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},xw.displayName="FileText";var kw=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Ew(e,["color","size"]);return t.createElement("svg",jw({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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}kw.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},kw.displayName="File";var Cw=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Pw(e,["color","size"]);return t.createElement("svg",Sw({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Tw(e,["color","size"]);return t.createElement("svg",zw({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Rw(e,["color","size"]);return t.createElement("svg",Nw({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Aw(e,["color","size"]);return t.createElement("svg",Iw({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Bw(e,["color","size"]);return t.createElement("svg",Dw({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Vw(e,["color","size"]);return t.createElement("svg",Ww({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Gw(e,["color","size"]);return t.createElement("svg",Uw({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),t.createElement("path",{d:"M5 16V9h14V2H5l14 14h-7m-7 0l7 7v-7m-7 0h7"}))}));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 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}$w.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},$w.displayName="Framer";var Kw=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Yw(e,["color","size"]);return t.createElement("svg",qw({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 Xw(){return Xw=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Xw.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}Kw.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Kw.displayName="Frown";var Zw=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Jw(e,["color","size"]);return t.createElement("svg",Xw({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=eO(e,["color","size"]);return t.createElement("svg",Qw({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=nO(e,["color","size"]);return t.createElement("svg",rO({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 lO(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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 aO=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=lO(e,["color","size"]);return t.createElement("svg",iO({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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}aO.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},aO.displayName="GitMerge";var uO=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=cO(e,["color","size"]);return t.createElement("svg",sO({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 fO(){return fO=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},fO.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}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,l=void 0===i?24:i,a=pO(e,["color","size"]);return t.createElement("svg",fO({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=yO(e,["color","size"]);return t.createElement("svg",gO({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=mO(e,["color","size"]);return t.createElement("svg",vO({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=OO(e,["color","size"]);return t.createElement("svg",wO({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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}xO.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},xO.displayName="Grid";var kO=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=EO(e,["color","size"]);return t.createElement("svg",jO({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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}kO.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},kO.displayName="HardDrive";var CO=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=PO(e,["color","size"]);return t.createElement("svg",SO({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=TO(e,["color","size"]);return t.createElement("svg",zO({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=RO(e,["color","size"]);return t.createElement("svg",NO({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=AO(e,["color","size"]);return t.createElement("svg",IO({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=BO(e,["color","size"]);return t.createElement("svg",DO({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=VO(e,["color","size"]);return t.createElement("svg",WO({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=GO(e,["color","size"]);return t.createElement("svg",UO({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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 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}$O.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},$O.displayName="Image";var KO=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=YO(e,["color","size"]);return t.createElement("svg",qO({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 XO(){return XO=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},XO.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}KO.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},KO.displayName="Inbox";var ZO=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=JO(e,["color","size"]);return t.createElement("svg",XO({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=ex(e,["color","size"]);return t.createElement("svg",QO({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=nx(e,["color","size"]);return t.createElement("svg",rx({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 lx(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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 ax=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=lx(e,["color","size"]);return t.createElement("svg",ix({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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}ax.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},ax.displayName="Key";var ux=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=cx(e,["color","size"]);return t.createElement("svg",sx({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 fx(){return fx=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},fx.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}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,l=void 0===i?24:i,a=px(e,["color","size"]);return t.createElement("svg",fx({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=yx(e,["color","size"]);return t.createElement("svg",gx({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=mx(e,["color","size"]);return t.createElement("svg",vx({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Ox(e,["color","size"]);return t.createElement("svg",wx({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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}xx.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},xx.displayName="Link";var kx=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Ex(e,["color","size"]);return t.createElement("svg",jx({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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}kx.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},kx.displayName="Linkedin";var Cx=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Px(e,["color","size"]);return t.createElement("svg",Sx({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Tx(e,["color","size"]);return t.createElement("svg",zx({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Rx(e,["color","size"]);return t.createElement("svg",Nx({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Ax(e,["color","size"]);return t.createElement("svg",Ix({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Bx(e,["color","size"]);return t.createElement("svg",Dx({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Vx(e,["color","size"]);return t.createElement("svg",Wx({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Gx(e,["color","size"]);return t.createElement("svg",Ux({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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 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}$x.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},$x.displayName="MapPin";var Kx=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Yx(e,["color","size"]);return t.createElement("svg",qx({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 Xx(){return Xx=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Xx.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}Kx.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Kx.displayName="Map";var Zx=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Jx(e,["color","size"]);return t.createElement("svg",Xx({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=ej(e,["color","size"]);return t.createElement("svg",Qx({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=nj(e,["color","size"]);return t.createElement("svg",rj({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 lj(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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 aj=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=lj(e,["color","size"]);return t.createElement("svg",ij({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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}aj.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},aj.displayName="Menu";var uj=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=cj(e,["color","size"]);return t.createElement("svg",sj({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 fj(){return fj=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},fj.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}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,l=void 0===i?24:i,a=pj(e,["color","size"]);return t.createElement("svg",fj({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=yj(e,["color","size"]);return t.createElement("svg",gj({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=mj(e,["color","size"]);return t.createElement("svg",vj({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Oj(e,["color","size"]);return t.createElement("svg",wj({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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}xj.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},xj.displayName="Minimize2";var kj=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Ej(e,["color","size"]);return t.createElement("svg",jj({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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}kj.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},kj.displayName="Minimize";var Cj=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Pj(e,["color","size"]);return t.createElement("svg",Sj({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Tj(e,["color","size"]);return t.createElement("svg",zj({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Rj(e,["color","size"]);return t.createElement("svg",Nj({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Aj(e,["color","size"]);return t.createElement("svg",Ij({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Bj(e,["color","size"]);return t.createElement("svg",Dj({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Vj(e,["color","size"]);return t.createElement("svg",Wj({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Gj(e,["color","size"]);return t.createElement("svg",Uj({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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 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}$j.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},$j.displayName="MoreVertical";var Kj=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Yj(e,["color","size"]);return t.createElement("svg",qj({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 Xj(){return Xj=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Xj.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}Kj.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Kj.displayName="MousePointer";var Zj=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Jj(e,["color","size"]);return t.createElement("svg",Xj({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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}Zj.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Zj.displayName="Move";var tE=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=eE(e,["color","size"]);return t.createElement("svg",Qj({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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="Music";var oE=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=nE(e,["color","size"]);return t.createElement("svg",rE({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),t.createElement("polygon",{points:"12 2 19 21 12 17 5 21 12 2"}))}));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 lE(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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="Navigation2";var aE=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=lE(e,["color","size"]);return t.createElement("svg",iE({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),t.createElement("polygon",{points:"3 11 22 2 13 21 11 13 3 11"}))}));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}aE.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},aE.displayName="Navigation";var uE=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=cE(e,["color","size"]);return t.createElement("svg",sE({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 fE(){return fE=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},fE.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}uE.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},uE.displayName="Octagon";var dE=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=pE(e,["color","size"]);return t.createElement("svg",fE({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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="Package";var hE=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=yE(e,["color","size"]);return t.createElement("svg",gE({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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="Paperclip";var bE=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=mE(e,["color","size"]);return t.createElement("svg",vE({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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="PauseCircle";var xE=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=OE(e,["color","size"]);return t.createElement("svg",wE({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),t.createElement("rect",{x:"6",y:"4",width:"4",height:"16"}),t.createElement("rect",{x:"14",y:"4",width:"4",height:"16"}))}));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 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}xE.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},xE.displayName="Pause";var kE=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=EE(e,["color","size"]);return t.createElement("svg",jE({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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}kE.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},kE.displayName="PenTool";var CE=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=PE(e,["color","size"]);return t.createElement("svg",SE({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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="Percent";var LE=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=TE(e,["color","size"]);return t.createElement("svg",zE({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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="PhoneCall";var ME=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=RE(e,["color","size"]);return t.createElement("svg",NE({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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="PhoneForwarded";var _E=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=AE(e,["color","size"]);return t.createElement("svg",IE({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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="PhoneIncoming";var FE=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=BE(e,["color","size"]);return t.createElement("svg",DE({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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="PhoneMissed";var HE=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=VE(e,["color","size"]);return t.createElement("svg",WE({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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="PhoneOff";var $E=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=GE(e,["color","size"]);return t.createElement("svg",UE({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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 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}$E.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},$E.displayName="PhoneOutgoing";var KE=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=YE(e,["color","size"]);return t.createElement("svg",qE({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 XE(){return XE=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},XE.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}KE.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},KE.displayName="Phone";var ZE=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=JE(e,["color","size"]);return t.createElement("svg",XE({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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 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}ZE.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},ZE.displayName="PieChart";var tk=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=ek(e,["color","size"]);return t.createElement("svg",QE({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("polygon",{points:"10 8 16 12 10 16 10 8"}))}));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="PlayCircle";var ok=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=nk(e,["color","size"]);return t.createElement("svg",rk({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),t.createElement("polygon",{points:"5 3 19 12 5 21 5 3"}))}));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 lk(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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="Play";var ak=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=lk(e,["color","size"]);return t.createElement("svg",ik({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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}ak.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},ak.displayName="PlusCircle";var uk=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=ck(e,["color","size"]);return t.createElement("svg",sk({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 fk(){return fk=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},fk.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}uk.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},uk.displayName="PlusSquare";var dk=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=pk(e,["color","size"]);return t.createElement("svg",fk({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),t.createElement("line",{x1:"12",y1:"5",x2:"12",y2:"19"}),t.createElement("line",{x1:"5",y1:"12",x2:"19",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="Plus";var hk=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=yk(e,["color","size"]);return t.createElement("svg",gk({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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="Pocket";var bk=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=mk(e,["color","size"]);return t.createElement("svg",vk({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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="Power";var xk=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Ok(e,["color","size"]);return t.createElement("svg",wk({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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 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}xk.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},xk.displayName="Printer";var kk=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Ek(e,["color","size"]);return t.createElement("svg",jk({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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}kk.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},kk.displayName="Radio";var Ck=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Pk(e,["color","size"]);return t.createElement("svg",Sk({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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="RefreshCcw";var Lk=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Tk(e,["color","size"]);return t.createElement("svg",zk({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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="RefreshCw";var Mk=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Rk(e,["color","size"]);return t.createElement("svg",Nk({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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="Repeat";var _k=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Ak(e,["color","size"]);return t.createElement("svg",Ik({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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="Rewind";var Fk=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Bk(e,["color","size"]);return t.createElement("svg",Dk({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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="RotateCcw";var Hk=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Vk(e,["color","size"]);return t.createElement("svg",Wk({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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="RotateCw";var $k=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Gk(e,["color","size"]);return t.createElement("svg",Uk({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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 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}$k.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},$k.displayName="Rss";var Kk=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Yk(e,["color","size"]);return t.createElement("svg",qk({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 Xk(){return Xk=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Xk.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}Kk.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Kk.displayName="Save";var Zk=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Jk(e,["color","size"]);return t.createElement("svg",Xk({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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 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}Zk.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Zk.displayName="Scissors";var tS=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=eS(e,["color","size"]);return t.createElement("svg",Qk({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=nS(e,["color","size"]);return t.createElement("svg",rS({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 lS(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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 aS=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=lS(e,["color","size"]);return t.createElement("svg",iS({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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}aS.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},aS.displayName="Server";var uS=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=cS(e,["color","size"]);return t.createElement("svg",sS({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 fS(){return fS=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},fS.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}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,l=void 0===i?24:i,a=pS(e,["color","size"]);return t.createElement("svg",fS({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=yS(e,["color","size"]);return t.createElement("svg",gS({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=mS(e,["color","size"]);return t.createElement("svg",vS({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=OS(e,["color","size"]);return t.createElement("svg",wS({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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}xS.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},xS.displayName="Shield";var kS=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=ES(e,["color","size"]);return t.createElement("svg",jS({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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}kS.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},kS.displayName="ShoppingBag";var CS=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=PS(e,["color","size"]);return t.createElement("svg",SS({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=TS(e,["color","size"]);return t.createElement("svg",zS({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=RS(e,["color","size"]);return t.createElement("svg",NS({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=AS(e,["color","size"]);return t.createElement("svg",IS({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=BS(e,["color","size"]);return t.createElement("svg",DS({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=VS(e,["color","size"]);return t.createElement("svg",WS({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=GS(e,["color","size"]);return t.createElement("svg",US({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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 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}$S.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},$S.displayName="Slash";var KS=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=YS(e,["color","size"]);return t.createElement("svg",qS({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 XS(){return XS=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},XS.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}KS.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},KS.displayName="Sliders";var ZS=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=JS(e,["color","size"]);return t.createElement("svg",XS({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=eP(e,["color","size"]);return t.createElement("svg",QS({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=nP(e,["color","size"]);return t.createElement("svg",rP({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 lP(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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 aP=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=lP(e,["color","size"]);return t.createElement("svg",iP({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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}aP.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},aP.displayName="Square";var uP=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=cP(e,["color","size"]);return t.createElement("svg",sP({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 fP(){return fP=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},fP.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}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,l=void 0===i?24:i,a=pP(e,["color","size"]);return t.createElement("svg",fP({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=yP(e,["color","size"]);return t.createElement("svg",gP({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=mP(e,["color","size"]);return t.createElement("svg",vP({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=OP(e,["color","size"]);return t.createElement("svg",wP({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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}xP.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},xP.displayName="Sunset";var kP=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=EP(e,["color","size"]);return t.createElement("svg",jP({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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}kP.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},kP.displayName="Table";var CP=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=PP(e,["color","size"]);return t.createElement("svg",SP({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=TP(e,["color","size"]);return t.createElement("svg",zP({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=RP(e,["color","size"]);return t.createElement("svg",NP({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=AP(e,["color","size"]);return t.createElement("svg",IP({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=BP(e,["color","size"]);return t.createElement("svg",DP({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=VP(e,["color","size"]);return t.createElement("svg",WP({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=GP(e,["color","size"]);return t.createElement("svg",UP({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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 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}$P.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},$P.displayName="ThumbsUp";var KP=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=YP(e,["color","size"]);return t.createElement("svg",qP({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 XP(){return XP=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},XP.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}KP.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},KP.displayName="ToggleLeft";var ZP=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=JP(e,["color","size"]);return t.createElement("svg",XP({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=eC(e,["color","size"]);return t.createElement("svg",QP({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=nC(e,["color","size"]);return t.createElement("svg",rC({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 lC(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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 aC=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=lC(e,["color","size"]);return t.createElement("svg",iC({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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}aC.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},aC.displayName="Trash";var uC=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=cC(e,["color","size"]);return t.createElement("svg",sC({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 fC(){return fC=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},fC.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}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,l=void 0===i?24:i,a=pC(e,["color","size"]);return t.createElement("svg",fC({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=yC(e,["color","size"]);return t.createElement("svg",gC({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=mC(e,["color","size"]);return t.createElement("svg",vC({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=OC(e,["color","size"]);return t.createElement("svg",wC({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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}xC.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},xC.displayName="Truck";var kC=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=EC(e,["color","size"]);return t.createElement("svg",jC({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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}kC.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},kC.displayName="Tv";var CC=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=PC(e,["color","size"]);return t.createElement("svg",SC({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=TC(e,["color","size"]);return t.createElement("svg",zC({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=RC(e,["color","size"]);return t.createElement("svg",NC({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=AC(e,["color","size"]);return t.createElement("svg",IC({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=BC(e,["color","size"]);return t.createElement("svg",DC({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=VC(e,["color","size"]);return t.createElement("svg",WC({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=GC(e,["color","size"]);return t.createElement("svg",UC({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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 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}$C.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},$C.displayName="UploadCloud";var KC=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=YC(e,["color","size"]);return t.createElement("svg",qC({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 XC(){return XC=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},XC.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}KC.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},KC.displayName="Upload";var ZC=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=JC(e,["color","size"]);return t.createElement("svg",XC({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=ez(e,["color","size"]);return t.createElement("svg",QC({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=nz(e,["color","size"]);return t.createElement("svg",rz({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 lz(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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 az=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=lz(e,["color","size"]);return t.createElement("svg",iz({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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}az.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},az.displayName="UserX";var uz=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=cz(e,["color","size"]);return t.createElement("svg",sz({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 fz(){return fz=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},fz.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}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,l=void 0===i?24:i,a=pz(e,["color","size"]);return t.createElement("svg",fz({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=yz(e,["color","size"]);return t.createElement("svg",gz({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=mz(e,["color","size"]);return t.createElement("svg",vz({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Oz(e,["color","size"]);return t.createElement("svg",wz({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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}xz.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},xz.displayName="Voicemail";var kz=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Ez(e,["color","size"]);return t.createElement("svg",jz({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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}kz.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},kz.displayName="Volume1";var Cz=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Pz(e,["color","size"]);return t.createElement("svg",Sz({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Tz(e,["color","size"]);return t.createElement("svg",zz({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Rz(e,["color","size"]);return t.createElement("svg",Nz({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Az(e,["color","size"]);return t.createElement("svg",Iz({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Bz(e,["color","size"]);return t.createElement("svg",Dz({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Vz(e,["color","size"]);return t.createElement("svg",Wz({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=Gz(e,["color","size"]);return t.createElement("svg",Uz({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 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 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}$z.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},$z.displayName="Wind";var Kz=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Yz(e,["color","size"]);return t.createElement("svg",qz({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 Xz(){return Xz=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Xz.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}Kz.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},Kz.displayName="XCircle";var Zz=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=Jz(e,["color","size"]);return t.createElement("svg",Xz({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=eT(e,["color","size"]);return t.createElement("svg",Qz({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=nT(e,["color","size"]);return t.createElement("svg",rT({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 lT(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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 aT=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=lT(e,["color","size"]);return t.createElement("svg",iT({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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}aT.propTypes={color:xg.string,size:xg.oneOfType([xg.string,xg.number])},aT.displayName="Youtube";var uT=r((function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,l=void 0===i?24:i,a=cT(e,["color","size"]);return t.createElement("svg",sT({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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 fT(){return fT=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},fT.apply(this,arguments)}function pT(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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,l=void 0===i?24:i,a=pT(e,["color","size"]);return t.createElement("svg",fT({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=yT(e,["color","size"]);return t.createElement("svg",gT({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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,l=void 0===i?24:i,a=mT(e,["color","size"]);return t.createElement("svg",vT({ref:r,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),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:kg,Airplay:Cg,AlertCircle:Lg,AlertOctagon:Mg,AlertTriangle:_g,AlignCenter:Fg,AlignJustify:Hg,AlignLeft:$g,AlignRight:Kg,Anchor:Zg,Aperture:ty,Archive:oy,ArrowDown:hy,ArrowDownCircle:ay,ArrowDownLeft:uy,ArrowDownRight:dy,ArrowLeft:xy,ArrowLeftCircle:by,ArrowRight:Cy,ArrowRightCircle:ky,ArrowUp:Fy,ArrowUpCircle:Ly,ArrowUpLeft:My,ArrowUpRight:_y,AtSign:Hy,Award:$y,BarChart:Zy,BarChart2:Ky,Battery:oh,BatteryCharging:th,Bell:uh,BellOff:ah,Bluetooth:dh,Bold:hh,Book:xh,BookOpen:bh,Bookmark:kh,Box:Ch,Briefcase:Lh,Calendar:Mh,Camera:Fh,CameraOff:_h,Cast:Hh,Check:Zh,CheckCircle:$h,CheckSquare:Kh,ChevronDown:tv,ChevronLeft:ov,ChevronRight:av,ChevronUp:uv,ChevronsDown:dv,ChevronsLeft:hv,ChevronsRight:bv,ChevronsUp:xv,Chrome:kv,Circle:Cv,Clipboard:Lv,Clock:Mv,Cloud:Zv,CloudDrizzle:_v,CloudLightning:Fv,CloudOff:Hv,CloudRain:$v,CloudSnow:Kv,Code:tm,Codepen:om,Codesandbox:am,Coffee:um,Columns:dm,Command:hm,Compass:bm,Copy:xm,CornerDownLeft:km,CornerDownRight:Cm,CornerLeftDown:Lm,CornerLeftUp:Mm,CornerRightDown:_m,CornerRightUp:Fm,CornerUpLeft:Hm,CornerUpRight:$m,Cpu:Km,CreditCard:Zm,Crop:tb,Crosshair:ob,Database:ab,Delete:ub,Disc:db,Divide:xb,DivideCircle:hb,DivideSquare:bb,DollarSign:kb,Download:Lb,DownloadCloud:Cb,Dribbble:Mb,Droplet:_b,Edit:$b,Edit2:Fb,Edit3:Hb,ExternalLink:Kb,Eye:tw,EyeOff:Zb,Facebook:ow,FastForward:aw,Feather:uw,Figma:dw,File:kw,FileMinus:hw,FilePlus:bw,FileText:xw,Film:Cw,Filter:Lw,Flag:Mw,Folder:Hw,FolderMinus:_w,FolderPlus:Fw,Framer:$w,Frown:Kw,Gift:Zw,GitBranch:tO,GitCommit:oO,GitHub:dO,GitMerge:aO,GitPullRequest:uO,Gitlab:hO,Globe:bO,Grid:xO,HardDrive:kO,Hash:CO,Headphones:LO,Heart:MO,HelpCircle:_O,Hexagon:FO,Home:HO,Image:$O,Inbox:KO,Info:ZO,Instagram:tx,Italic:ox,Key:ax,Layers:ux,Layout:dx,LifeBuoy:hx,Link:xx,Link2:bx,Linkedin:kx,List:Cx,Loader:Lx,Lock:Mx,LogIn:_x,LogOut:Fx,Mail:Hx,Map:Kx,MapPin:$x,Maximize:tj,Maximize2:Zx,Meh:oj,Menu:aj,MessageCircle:uj,MessageSquare:dj,Mic:bj,MicOff:hj,Minimize:kj,Minimize2:xj,Minus:Mj,MinusCircle:Cj,MinusSquare:Lj,Monitor:_j,Moon:Fj,MoreHorizontal:Hj,MoreVertical:$j,MousePointer:Kj,Move:Zj,Music:tE,Navigation:aE,Navigation2:oE,Octagon:uE,Package:dE,Paperclip:hE,Pause:xE,PauseCircle:bE,PenTool:kE,Percent:CE,Phone:KE,PhoneCall:LE,PhoneForwarded:ME,PhoneIncoming:_E,PhoneMissed:FE,PhoneOff:HE,PhoneOutgoing:$E,PieChart:ZE,Play:ok,PlayCircle:tk,Plus:dk,PlusCircle:ak,PlusSquare:uk,Pocket:hk,Power:bk,Printer:xk,Radio:kk,RefreshCcw:Ck,RefreshCw:Lk,Repeat:Mk,Rewind:_k,RotateCcw:Fk,RotateCw:Hk,Rss:$k,Save:Kk,Scissors:Zk,Search:tS,Send:oS,Server:aS,Settings:uS,Share:hS,Share2:dS,Shield:xS,ShieldOff:bS,ShoppingBag:kS,ShoppingCart:CS,Shuffle:LS,Sidebar:MS,SkipBack:_S,SkipForward:FS,Slack:HS,Slash:$S,Sliders:KS,Smartphone:ZS,Smile:tP,Speaker:oP,Square:aP,Star:uP,StopCircle:dP,Sun:hP,Sunrise:bP,Sunset:xP,Table:kP,Tablet:CP,Tag:LP,Target:MP,Terminal:_P,Thermometer:FP,ThumbsDown:HP,ThumbsUp:$P,ToggleLeft:KP,ToggleRight:ZP,Tool:tC,Trash:aC,Trash2:oC,Trello:uC,TrendingDown:dC,TrendingUp:hC,Triangle:bC,Truck:xC,Tv:kC,Twitch:CC,Twitter:LC,Type:MC,Umbrella:_C,Underline:FC,Unlock:HC,Upload:KC,UploadCloud:$C,User:uz,UserCheck:ZC,UserMinus:tz,UserPlus:oz,UserX:az,Users:dz,Video:bz,VideoOff:hz,Voicemail:xz,Volume:Mz,Volume1:kz,Volume2:Cz,VolumeX:Lz,Watch:_z,Wifi:Hz,WifiOff:Fz,Wind:$z,X:oT,XCircle:Kz,XOctagon:Zz,XSquare:tT,Youtube:aT,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,l=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(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=>Xp((()=>[e.options.data]),(t=>{const r={rows:[],flatRows:[],rowsById:{}},n=function(t,o,i){void 0===o&&(o=0);const l=[];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 a;r.flatRows.push(c),r.rowsById[c.id]=c,l.push(c),e.options.getSubRows&&(c.originalSubRows=e.options.getSubRows(t[s],s),null!=(a=c.originalSubRows)&&a.length&&(c.subRows=n(c.originalSubRows,o+1,c)))}return l};return r.rows=n(t),r}),Jp(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"},l.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(qd,{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?l.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(qd,{key:e.id},Wd(e.column.columnDef.cell,e.getContext()))})))})):t.createElement(Gd,null,t.createElement(qd,{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 ET=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))}));ET.displayName="PaginationContent";var kT=e.forwardRef((function(t,r){var n=t.className,o=g(t,["className"]);return e.createElement("li",d({ref:r,className:yi("",n)},o))}));kT.displayName="PaginationItem";var ST=function(t){var r=t.className,n=t.isActive,o=t.size,i=void 0===o?"icon":o,l=g(t,["className","isActive","size"]);return e.createElement("a",d({"aria-current":n?"page":void 0,className:yi(Ki({variant:n?"outline":"ghost",size:i}),r)},l))};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(ET,null,function(){var e=[];e.push(t.createElement(kT,{key:"prev"},t.createElement(PT,{href:"#",onClick:function(e){e.preventDefault(),r>1&&o(r-1)}}))),e.push(t.createElement(kT,{key:1},t.createElement(ST,{href:"#",isActive:1===r,onClick:function(e){e.preventDefault(),o(1)}},"1")));var i=Math.max(2,r-1),l=Math.min(n-1,r+1);i>2&&e.push(t.createElement(kT,{key:"ellipsis1"},t.createElement(zT,null)));for(var a=function(n){e.push(t.createElement(kT,{key:n},t.createElement(ST,{href:"#",isActive:r===n,onClick:function(e){e.preventDefault(),o(n)}},n)))},s=i;s<=l;s++)a(s);return l<n-1&&e.push(t.createElement(kT,{key:"ellipsis2"},t.createElement(zT,null))),n>1&&e.push(t.createElement(kT,{key:n},t.createElement(ST,{href:"#",isActive:r===n,onClick:function(e){e.preventDefault(),o(n)}},n))),e.push(t.createElement(kT,{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=e.configUrl,n=e.preJsUrl,o=e.configJson,i=void 0===o?null:o,s=e.preJs,c=void 0===s?null:s,u=e.itemsPerPage,f=void 0===u?14:u,p=e.children,g=l(i),m=g[0],b=g[1],w=l(!1),O=w[0],x=w[1],j=l([]),E=j[0],k=j[1],S=l(!1),P=S[0],C=S[1],z=l([]),T=z[0],L=z[1],N=l(0),R=N[0],M=N[1],I=l(1),A=I[0],_=I[1],D=l(1),B=D[0],F=D[1],W=l({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()}),V=W[0],H=W[1],U=l([]),G=U[0],$=U[1];a((function(){r&&y(void 0,void 0,void 0,(function(){var e,t;return h(this,(function(n){switch(n.label){case 0:return n.trys.push([0,4,,5]),!r||m?[3,3]:[4,fetch(r)];case 1:return[4,n.sent().json()];case 2:(e=n.sent())&&e.title&&e.data_url&&e.colomns?(b(e),$((null===(t=e.Filters)||void 0===t?void 0:t.flat())||[])):x(!0),n.label=3;case 3:return[3,5];case 4:return n.sent(),x(!0),[3,5];case 5:return[2]}}))})),(n||c)&&y(void 0,void 0,void 0,(function(){var e,t;return h(this,(function(r){switch(r.label){case 0:return e=c,n?[4,fetch(n)]:[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]}}))}))}),[r,n,c]),a((function(){var e=new AbortController;return m&&y(void 0,void 0,void 0,(function(){var t,r,n,o,i;return h(this,(function(l){switch(l.label){case 0:t=(null===(i=null==m?void 0:m.Filters)||void 0===i?void 0:i.flat())||[],r=0,n=t,l.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:l.sent(),l.label=3;case 3:return r++,[3,1];case 4:return[2]}}))})),function(){return e.abort()}}),[m]);var 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})];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:[],$((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)||(k((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 O?t.createElement(NT,null):m?t.createElement("div",{className:"flex flex-col gap-4 p-4 max-w-[1300px] mx-auto mt-8 mb-"},t.createElement($p,{title:m.title,configFilters:G,filters:V,setFilters:H,onSearch: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:k([]),e={page:A,filters:d(d({},V),{fromDate:Ce(V.fromDate,"MM-dd-yyyy HH:mm"),toDate:Ce(V.toDate,"MM-dd-yyyy HH:mm")})},C(!0),i.label=1;case 1:return i.trys.push([1,3,,4]),[4,vo.post(m.data_url,e)];case 2:return t=i.sent(),C(!1),(null==t?void 0:t.data)?(L(null===(r=t.data)||void 0===r?void 0:r.DATA),M(null===(n=t.data)||void 0===n?void 0:n.PAGESNUM),F(Math.ceil((null===(o=t.data)||void 0===o?void 0:o.PAGESNUM)/f)||1)):x(!0),[3,4];case 3:return i.sent(),C(!1),k((function(e){return v(v([],e,!0),[{title:"Erreur",message:"Une erreur est survenue"}],!1)})),[3,4];case 4:return[2]}}))}))},count:R,isLoading:P,setCurrentPage:_}),E.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:T,columns:m.colomns,isLoading:P}),t.createElement(TT,{currentPage:A,totalPages:B,onPageChange:_}),p):t.createElement(LT,null)};export{RT as default};
|
53
53
|
//# sourceMappingURL=index.js.map
|