@datacrest/dcuikit 1.0.52 → 1.0.53
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/components/Molecule/Table/Table.types.d.ts +5 -2
- package/build/components/Molecule/Table/TableActionsMenu.d.ts +1 -1
- package/build/index.esm.js +1 -1
- package/build/index.esm.js.map +1 -1
- package/build/index.js +2 -2
- package/build/index.js.map +1 -1
- package/build/tsconfig.prod.tsbuildinfo +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
package/build/index.esm.js
CHANGED
|
@@ -36,7 +36,7 @@ var nt={xmlns:"http://www.w3.org/2000/svg",width:24,height:24,viewBox:"0 0 24 24
|
|
|
36
36
|
object-assign
|
|
37
37
|
(c) Sindre Sorhus
|
|
38
38
|
@license MIT
|
|
39
|
-
*/function Xt(){if(Lt)return _t;Lt=1;var e=Object.getOwnPropertySymbols,t=Object.prototype.hasOwnProperty,r=Object.prototype.propertyIsEnumerable;return _t=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},r=0;r<10;r++)t["_"+String.fromCharCode(r)]=r;if("0123456789"!==Object.getOwnPropertyNames(t).map(function(e){return t[e]}).join(""))return!1;var n={};return"abcdefghijklmnopqrst".split("").forEach(function(e){n[e]=e}),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},n)).join("")}catch(e){return!1}}()?Object.assign:function(n,o){for(var i,a,l=function(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}(n),s=1;s<arguments.length;s++){for(var c in i=Object(arguments[s]))t.call(i,c)&&(l[c]=i[c]);if(e){a=e(i);for(var u=0;u<a.length;u++)r.call(i,a[u])&&(l[a[u]]=i[a[u]])}}return l},_t}function Zt(){if(Rt)return It;Rt=1;return It="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"}function Jt(){return Wt?Bt:(Wt=1,Bt=Function.call.bind(Object.prototype.hasOwnProperty))}function Qt(){if(Vt)return Ft;Vt=1;var e=function(){};if("production"!==process.env.NODE_ENV){var t=Zt(),r={},n=Jt();e=function(e){var t="Warning: "+e;"undefined"!=typeof console&&console.error(t);try{throw new Error(t)}catch(e){}}}function o(o,i,a,l,s){if("production"!==process.env.NODE_ENV)for(var c in o)if(n(o,c)){var u;try{if("function"!=typeof o[c]){var d=Error((l||"React class")+": "+a+" type `"+c+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof o[c]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw d.name="Invariant Violation",d}u=o[c](i,c,l,a,null,t)}catch(e){u=e}if(!u||u instanceof Error||e((l||"React class")+": type specification of "+a+" `"+c+"` is invalid; the type checker function must return `null` or an `Error` but returned a "+typeof u+". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."),u instanceof Error&&!(u.message in r)){r[u.message]=!0;var p=s?s():"";e("Failed "+a+" type: "+u.message+(null!=p?p:""))}}}return o.resetWarningCache=function(){"production"!==process.env.NODE_ENV&&(r={})},Ft=o}function er(){if(Ht)return $t;Ht=1;var e=Gt(),t=Xt(),r=Zt(),n=Jt(),o=Qt(),i=function(){};function a(){return null}return"production"!==process.env.NODE_ENV&&(i=function(e){var t="Warning: "+e;"undefined"!=typeof console&&console.error(t);try{throw new Error(t)}catch(e){}}),$t=function(l,s){var c="function"==typeof Symbol&&Symbol.iterator;var u="<<anonymous>>",d={array:h("array"),bigint:h("bigint"),bool:h("boolean"),func:h("function"),number:h("number"),object:h("object"),string:h("string"),symbol:h("symbol"),any:m(a),arrayOf:function(e){return m(function(t,n,o,i,a){if("function"!=typeof e)return new f("Property `"+a+"` of component `"+o+"` has invalid PropType notation inside arrayOf.");var l=t[n];if(!Array.isArray(l))return new f("Invalid "+i+" `"+a+"` of type `"+g(l)+"` supplied to `"+o+"`, expected an array.");for(var s=0;s<l.length;s++){var c=e(l,s,o,i,a+"["+s+"]",r);if(c instanceof Error)return c}return null})},element:m(function(e,t,r,n,o){var i=e[t];return l(i)?null:new f("Invalid "+n+" `"+o+"` of type `"+g(i)+"` supplied to `"+r+"`, expected a single ReactElement.")}),elementType:m(function(t,r,n,o,i){var a=t[r];return e.isValidElementType(a)?null:new f("Invalid "+o+" `"+i+"` of type `"+g(a)+"` supplied to `"+n+"`, expected a single ReactElement type.")}),instanceOf:function(e){return m(function(t,r,n,o,i){if(!(t[r]instanceof e)){var a=e.name||u;return new f("Invalid "+o+" `"+i+"` of type `"+(((l=t[r]).constructor&&l.constructor.name?l.constructor.name:u)+"` supplied to `")+n+"`, expected instance of `"+a+"`.")}var l;return null})},node:m(function(e,t,r,n,o){return y(e[t])?null:new f("Invalid "+n+" `"+o+"` supplied to `"+r+"`, expected a ReactNode.")}),objectOf:function(e){return m(function(t,o,i,a,l){if("function"!=typeof e)return new f("Property `"+l+"` of component `"+i+"` has invalid PropType notation inside objectOf.");var s=t[o],c=g(s);if("object"!==c)return new f("Invalid "+a+" `"+l+"` of type `"+c+"` supplied to `"+i+"`, expected an object.");for(var u in s)if(n(s,u)){var d=e(s,u,i,a,l+"."+u,r);if(d instanceof Error)return d}return null})},oneOf:function(e){if(!Array.isArray(e))return"production"!==process.env.NODE_ENV&&i(arguments.length>1?"Invalid arguments supplied to oneOf, expected an array, got "+arguments.length+" arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z]).":"Invalid argument supplied to oneOf, expected an array."),a;return m(function(t,r,n,o,i){for(var a=t[r],l=0;l<e.length;l++)if(p(a,e[l]))return null;var s=JSON.stringify(e,function(e,t){return"symbol"===b(t)?String(t):t});return new f("Invalid "+o+" `"+i+"` of value `"+String(a)+"` supplied to `"+n+"`, expected one of "+s+".")})},oneOfType:function(e){if(!Array.isArray(e))return"production"!==process.env.NODE_ENV&&i("Invalid argument supplied to oneOfType, expected an instance of array."),a;for(var t=0;t<e.length;t++){var o=e[t];if("function"!=typeof o)return i("Invalid argument supplied to oneOfType. Expected an array of check functions, but received "+w(o)+" at index "+t+"."),a}return m(function(t,o,i,a,l){for(var s=[],c=0;c<e.length;c++){var u=(0,e[c])(t,o,i,a,l,r);if(null==u)return null;u.data&&n(u.data,"expectedType")&&s.push(u.data.expectedType)}return new f("Invalid "+a+" `"+l+"` supplied to `"+i+"`"+(s.length>0?", expected one of type ["+s.join(", ")+"]":"")+".")})},shape:function(e){return m(function(t,n,o,i,a){var l=t[n],s=g(l);if("object"!==s)return new f("Invalid "+i+" `"+a+"` of type `"+s+"` supplied to `"+o+"`, expected `object`.");for(var c in e){var u=e[c];if("function"!=typeof u)return v(o,i,a,c,b(u));var d=u(l,c,o,i,a+"."+c,r);if(d)return d}return null})},exact:function(e){return m(function(o,i,a,l,s){var c=o[i],u=g(c);if("object"!==u)return new f("Invalid "+l+" `"+s+"` of type `"+u+"` supplied to `"+a+"`, expected `object`.");var d=t({},o[i],e);for(var p in d){var m=e[p];if(n(e,p)&&"function"!=typeof m)return v(a,l,s,p,b(m));if(!m)return new f("Invalid "+l+" `"+s+"` key `"+p+"` supplied to `"+a+"`.\nBad object: "+JSON.stringify(o[i],null," ")+"\nValid keys: "+JSON.stringify(Object.keys(e),null," "));var h=m(c,p,a,l,s+"."+p,r);if(h)return h}return null})}};function p(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t}function f(e,t){this.message=e,this.data=t&&"object"==typeof t?t:{},this.stack=""}function m(e){if("production"!==process.env.NODE_ENV)var t={},n=0;function o(o,a,l,c,d,p,m){if(c=c||u,p=p||l,m!==r){if(s){var h=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 h.name="Invariant Violation",h}if("production"!==process.env.NODE_ENV&&"undefined"!=typeof console){var v=c+":"+l;!t[v]&&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[v]=!0,n++)}}return null==a[l]?o?null===a[l]?new f("The "+d+" `"+p+"` is marked as required in `"+c+"`, but its value is `null`."):new f("The "+d+" `"+p+"` is marked as required in `"+c+"`, but its value is `undefined`."):null:e(a,l,c,d,p)}var a=o.bind(null,!1);return a.isRequired=o.bind(null,!0),a}function h(e){return m(function(t,r,n,o,i,a){var l=t[r];return g(l)!==e?new f("Invalid "+o+" `"+i+"` of type `"+b(l)+"` supplied to `"+n+"`, expected `"+e+"`.",{expectedType:e}):null})}function v(e,t,r,n,o){return new f((e||"React class")+": "+t+" type `"+r+"."+n+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+o+"`.")}function y(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(y);if(null===e||l(e))return!0;var t=function(e){var t=e&&(c&&e[c]||e["@@iterator"]);if("function"==typeof t)return t}(e);if(!t)return!1;var r,n=t.call(e);if(t!==e.entries){for(;!(r=n.next()).done;)if(!y(r.value))return!1}else for(;!(r=n.next()).done;){var o=r.value;if(o&&!y(o[1]))return!1}return!0;default:return!1}}function g(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=g(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 f.prototype=Error.prototype,d.checkPropTypes=o,d.resetWarningCache=o.resetWarningCache,d.PropTypes=d,d},$t}function tr(){if(qt)return Ut;qt=1;var e=Zt();function t(){}function r(){}return r.resetWarningCache=t,Ut=function(){function n(t,r,n,o,i,a){if(a!==e){var l=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw l.name="Invariant Violation",l}}function o(){return n}n.isRequired=n;var i={array:n,bigint:n,bool:n,func:n,number:n,object:n,string:n,symbol:n,any:n,arrayOf:o,element:n,elementType:n,instanceOf:o,node:n,objectOf:o,oneOf:o,oneOfType:o,shape:o,exact:o,checkPropTypes:r,resetWarningCache:t};return i.PropTypes=i,i},Ut}function rr(){if(Yt)return Tt.exports;if(Yt=1,"production"!==process.env.NODE_ENV){var e=Gt();Tt.exports=er()(e.isElement,true)}else Tt.exports=tr()();return Tt.exports}var nr=Ct(rr());function or(){return or=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},or.apply(this,arguments)}function ir(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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 ar=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=ir(e,["color","size"]);return t.createElement("svg",or({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"22 12 18 12 15 21 9 3 6 12 2 12"}))});function lr(){return lr=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},lr.apply(this,arguments)}function sr(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}ar.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},ar.displayName="Activity";var cr=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=sr(e,["color","size"]);return t.createElement("svg",lr({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M5 17H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-1"}),t.createElement("polygon",{points:"12 15 17 21 7 21 12 15"}))});function ur(){return ur=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ur.apply(this,arguments)}function dr(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}cr.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},cr.displayName="Airplay";var pr=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=dr(e,["color","size"]);return t.createElement("svg",ur({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("line",{x1:"12",y1:"8",x2:"12",y2:"12"}),t.createElement("line",{x1:"12",y1:"16",x2:"12.01",y2:"16"}))});function fr(){return fr=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},fr.apply(this,arguments)}function mr(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}pr.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},pr.displayName="AlertCircle";var hr=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=mr(e,["color","size"]);return t.createElement("svg",fr({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polygon",{points:"7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2"}),t.createElement("line",{x1:"12",y1:"8",x2:"12",y2:"12"}),t.createElement("line",{x1:"12",y1:"16",x2:"12.01",y2:"16"}))});function vr(){return vr=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},vr.apply(this,arguments)}function yr(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}hr.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},hr.displayName="AlertOctagon";var gr=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=yr(e,["color","size"]);return t.createElement("svg",vr({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z"}),t.createElement("line",{x1:"12",y1:"9",x2:"12",y2:"13"}),t.createElement("line",{x1:"12",y1:"17",x2:"12.01",y2:"17"}))});function br(){return br=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},br.apply(this,arguments)}function wr(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}gr.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},gr.displayName="AlertTriangle";var xr=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=wr(e,["color","size"]);return t.createElement("svg",br({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"18",y1:"10",x2:"6",y2:"10"}),t.createElement("line",{x1:"21",y1:"6",x2:"3",y2:"6"}),t.createElement("line",{x1:"21",y1:"14",x2:"3",y2:"14"}),t.createElement("line",{x1:"18",y1:"18",x2:"6",y2:"18"}))});function Or(){return Or=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Or.apply(this,arguments)}function Er(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}xr.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},xr.displayName="AlignCenter";var kr=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Er(e,["color","size"]);return t.createElement("svg",Or({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"21",y1:"10",x2:"3",y2:"10"}),t.createElement("line",{x1:"21",y1:"6",x2:"3",y2:"6"}),t.createElement("line",{x1:"21",y1:"14",x2:"3",y2:"14"}),t.createElement("line",{x1:"21",y1:"18",x2:"3",y2:"18"}))});function jr(){return jr=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},jr.apply(this,arguments)}function Pr(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}kr.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},kr.displayName="AlignJustify";var Sr=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Pr(e,["color","size"]);return t.createElement("svg",jr({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"17",y1:"10",x2:"3",y2:"10"}),t.createElement("line",{x1:"21",y1:"6",x2:"3",y2:"6"}),t.createElement("line",{x1:"21",y1:"14",x2:"3",y2:"14"}),t.createElement("line",{x1:"17",y1:"18",x2:"3",y2:"18"}))});function Cr(){return Cr=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Cr.apply(this,arguments)}function Nr(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Sr.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Sr.displayName="AlignLeft";var Tr=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Nr(e,["color","size"]);return t.createElement("svg",Cr({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"21",y1:"10",x2:"7",y2:"10"}),t.createElement("line",{x1:"21",y1:"6",x2:"3",y2:"6"}),t.createElement("line",{x1:"21",y1:"14",x2:"3",y2:"14"}),t.createElement("line",{x1:"21",y1:"18",x2:"7",y2:"18"}))});function Mr(){return Mr=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Mr.apply(this,arguments)}function Ar(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Tr.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Tr.displayName="AlignRight";var zr=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ar(e,["color","size"]);return t.createElement("svg",Mr({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"5",r:"3"}),t.createElement("line",{x1:"12",y1:"22",x2:"12",y2:"8"}),t.createElement("path",{d:"M5 12H2a10 10 0 0 0 20 0h-3"}))});function Dr(){return Dr=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Dr.apply(this,arguments)}function _r(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}zr.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},zr.displayName="Anchor";var Lr=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=_r(e,["color","size"]);return t.createElement("svg",Dr({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("line",{x1:"14.31",y1:"8",x2:"20.05",y2:"17.94"}),t.createElement("line",{x1:"9.69",y1:"8",x2:"21.17",y2:"8"}),t.createElement("line",{x1:"7.38",y1:"12",x2:"13.12",y2:"2.06"}),t.createElement("line",{x1:"9.69",y1:"16",x2:"3.95",y2:"6.06"}),t.createElement("line",{x1:"14.31",y1:"16",x2:"2.83",y2:"16"}),t.createElement("line",{x1:"16.62",y1:"12",x2:"10.88",y2:"21.94"}))});function Ir(){return Ir=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ir.apply(this,arguments)}function Rr(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Lr.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Lr.displayName="Aperture";var Br=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Rr(e,["color","size"]);return t.createElement("svg",Ir({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"21 8 21 21 3 21 3 8"}),t.createElement("rect",{x:"1",y:"3",width:"22",height:"5"}),t.createElement("line",{x1:"10",y1:"12",x2:"14",y2:"12"}))});function Wr(){return Wr=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Wr.apply(this,arguments)}function Fr(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Br.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Br.displayName="Archive";var Vr=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Fr(e,["color","size"]);return t.createElement("svg",Wr({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("polyline",{points:"8 12 12 16 16 12"}),t.createElement("line",{x1:"12",y1:"8",x2:"12",y2:"16"}))});function $r(){return $r=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},$r.apply(this,arguments)}function Hr(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Vr.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Vr.displayName="ArrowDownCircle";var Ur=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Hr(e,["color","size"]);return t.createElement("svg",$r({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"17",y1:"7",x2:"7",y2:"17"}),t.createElement("polyline",{points:"17 17 7 17 7 7"}))});function qr(){return qr=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},qr.apply(this,arguments)}function Yr(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Ur.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Ur.displayName="ArrowDownLeft";var Kr=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Yr(e,["color","size"]);return t.createElement("svg",qr({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"7",y1:"7",x2:"17",y2:"17"}),t.createElement("polyline",{points:"17 7 17 17 7 17"}))});function Gr(){return Gr=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Gr.apply(this,arguments)}function Xr(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Kr.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Kr.displayName="ArrowDownRight";var Zr=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Xr(e,["color","size"]);return t.createElement("svg",Gr({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"12",y1:"5",x2:"12",y2:"19"}),t.createElement("polyline",{points:"19 12 12 19 5 12"}))});function Jr(){return Jr=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Jr.apply(this,arguments)}function Qr(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Zr.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Zr.displayName="ArrowDown";var en=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Qr(e,["color","size"]);return t.createElement("svg",Jr({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("polyline",{points:"12 8 8 12 12 16"}),t.createElement("line",{x1:"16",y1:"12",x2:"8",y2:"12"}))});function tn(){return tn=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},tn.apply(this,arguments)}function rn(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}en.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},en.displayName="ArrowLeftCircle";var nn=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=rn(e,["color","size"]);return t.createElement("svg",tn({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"19",y1:"12",x2:"5",y2:"12"}),t.createElement("polyline",{points:"12 19 5 12 12 5"}))});function on(){return on=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},on.apply(this,arguments)}function an(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}nn.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},nn.displayName="ArrowLeft";var ln=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=an(e,["color","size"]);return t.createElement("svg",on({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("polyline",{points:"12 16 16 12 12 8"}),t.createElement("line",{x1:"8",y1:"12",x2:"16",y2:"12"}))});function sn(){return sn=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},sn.apply(this,arguments)}function cn(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}ln.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},ln.displayName="ArrowRightCircle";var un=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=cn(e,["color","size"]);return t.createElement("svg",sn({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"5",y1:"12",x2:"19",y2:"12"}),t.createElement("polyline",{points:"12 5 19 12 12 19"}))});function dn(){return dn=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},dn.apply(this,arguments)}function pn(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}un.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},un.displayName="ArrowRight";var fn=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=pn(e,["color","size"]);return t.createElement("svg",dn({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("polyline",{points:"16 12 12 8 8 12"}),t.createElement("line",{x1:"12",y1:"16",x2:"12",y2:"8"}))});function mn(){return mn=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},mn.apply(this,arguments)}function hn(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}fn.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},fn.displayName="ArrowUpCircle";var vn=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=hn(e,["color","size"]);return t.createElement("svg",mn({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"17",y1:"17",x2:"7",y2:"7"}),t.createElement("polyline",{points:"7 17 7 7 17 7"}))});function yn(){return yn=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},yn.apply(this,arguments)}function gn(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}vn.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},vn.displayName="ArrowUpLeft";var bn=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=gn(e,["color","size"]);return t.createElement("svg",yn({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"7",y1:"17",x2:"17",y2:"7"}),t.createElement("polyline",{points:"7 7 17 7 17 17"}))});function wn(){return wn=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},wn.apply(this,arguments)}function xn(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}bn.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},bn.displayName="ArrowUpRight";var On=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=xn(e,["color","size"]);return t.createElement("svg",wn({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"12",y1:"19",x2:"12",y2:"5"}),t.createElement("polyline",{points:"5 12 12 5 19 12"}))});function En(){return En=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},En.apply(this,arguments)}function kn(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}On.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},On.displayName="ArrowUp";var jn=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=kn(e,["color","size"]);return t.createElement("svg",En({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"4"}),t.createElement("path",{d:"M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-3.92 7.94"}))});function Pn(){return Pn=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Pn.apply(this,arguments)}function Sn(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}jn.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},jn.displayName="AtSign";var Cn=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Sn(e,["color","size"]);return t.createElement("svg",Pn({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"8",r:"7"}),t.createElement("polyline",{points:"8.21 13.89 7 23 12 20 17 23 15.79 13.88"}))});function Nn(){return Nn=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Nn.apply(this,arguments)}function Tn(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Cn.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Cn.displayName="Award";var Mn=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Tn(e,["color","size"]);return t.createElement("svg",Nn({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"18",y1:"20",x2:"18",y2:"10"}),t.createElement("line",{x1:"12",y1:"20",x2:"12",y2:"4"}),t.createElement("line",{x1:"6",y1:"20",x2:"6",y2:"14"}))});function An(){return An=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},An.apply(this,arguments)}function zn(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Mn.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Mn.displayName="BarChart2";var Dn=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=zn(e,["color","size"]);return t.createElement("svg",An({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"12",y1:"20",x2:"12",y2:"10"}),t.createElement("line",{x1:"18",y1:"20",x2:"18",y2:"4"}),t.createElement("line",{x1:"6",y1:"20",x2:"6",y2:"16"}))});function _n(){return _n=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},_n.apply(this,arguments)}function Ln(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Dn.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Dn.displayName="BarChart";var In=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ln(e,["color","size"]);return t.createElement("svg",_n({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M5 18H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3.19M15 6h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-3.19"}),t.createElement("line",{x1:"23",y1:"13",x2:"23",y2:"11"}),t.createElement("polyline",{points:"11 6 7 12 13 12 9 18"}))});function Rn(){return Rn=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Rn.apply(this,arguments)}function Bn(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}In.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},In.displayName="BatteryCharging";var Wn=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Bn(e,["color","size"]);return t.createElement("svg",Rn({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"1",y:"6",width:"18",height:"12",rx:"2",ry:"2"}),t.createElement("line",{x1:"23",y1:"13",x2:"23",y2:"11"}))});function Fn(){return Fn=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Fn.apply(this,arguments)}function Vn(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Wn.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Wn.displayName="Battery";var $n=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Vn(e,["color","size"]);return t.createElement("svg",Fn({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M13.73 21a2 2 0 0 1-3.46 0"}),t.createElement("path",{d:"M18.63 13A17.89 17.89 0 0 1 18 8"}),t.createElement("path",{d:"M6.26 6.26A5.86 5.86 0 0 0 6 8c0 7-3 9-3 9h14"}),t.createElement("path",{d:"M18 8a6 6 0 0 0-9.33-5"}),t.createElement("line",{x1:"1",y1:"1",x2:"23",y2:"23"}))});function Hn(){return Hn=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Hn.apply(this,arguments)}function Un(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}$n.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},$n.displayName="BellOff";var qn=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Un(e,["color","size"]);return t.createElement("svg",Hn({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9"}),t.createElement("path",{d:"M13.73 21a2 2 0 0 1-3.46 0"}))});function Yn(){return Yn=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Yn.apply(this,arguments)}function Kn(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}qn.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},qn.displayName="Bell";var Gn=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Kn(e,["color","size"]);return t.createElement("svg",Yn({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"6.5 6.5 17.5 17.5 12 23 12 1 17.5 6.5 6.5 17.5"}))});function Xn(){return Xn=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Xn.apply(this,arguments)}function Zn(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Gn.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Gn.displayName="Bluetooth";var Jn=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Zn(e,["color","size"]);return t.createElement("svg",Xn({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M6 4h8a4 4 0 0 1 4 4 4 4 0 0 1-4 4H6z"}),t.createElement("path",{d:"M6 12h9a4 4 0 0 1 4 4 4 4 0 0 1-4 4H6z"}))});function Qn(){return Qn=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Qn.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}Jn.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Jn.displayName="Bold";var to=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=eo(e,["color","size"]);return t.createElement("svg",Qn({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z"}),t.createElement("path",{d:"M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z"}))});function 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:nr.string,size:nr.oneOfType([nr.string,nr.number])},to.displayName="BookOpen";var oo=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=no(e,["color","size"]);return t.createElement("svg",ro({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 io(){return io=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},io.apply(this,arguments)}function ao(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}oo.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},oo.displayName="Book";var lo=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=ao(e,["color","size"]);return t.createElement("svg",io({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M19 21l-7-5-7 5V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z"}))});function so(){return so=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},so.apply(this,arguments)}function co(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}lo.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},lo.displayName="Bookmark";var uo=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=co(e,["color","size"]);return t.createElement("svg",so({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 po(){return po=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},po.apply(this,arguments)}function fo(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}uo.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},uo.displayName="Box";var mo=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=fo(e,["color","size"]);return t.createElement("svg",po({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 ho(){return ho=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ho.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}mo.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},mo.displayName="Briefcase";var yo=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=vo(e,["color","size"]);return t.createElement("svg",ho({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"3",y:"4",width:"18",height:"18",rx:"2",ry:"2"}),t.createElement("line",{x1:"16",y1:"2",x2:"16",y2:"6"}),t.createElement("line",{x1:"8",y1:"2",x2:"8",y2:"6"}),t.createElement("line",{x1:"3",y1:"10",x2:"21",y2:"10"}))});function 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 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}yo.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},yo.displayName="Calendar";var wo=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=bo(e,["color","size"]);return t.createElement("svg",go({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 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 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}wo.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},wo.displayName="CameraOff";var Eo=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Oo(e,["color","size"]);return t.createElement("svg",xo({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z"}),t.createElement("circle",{cx:"12",cy:"13",r:"4"}))});function ko(){return ko=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ko.apply(this,arguments)}function jo(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Eo.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Eo.displayName="Camera";var Po=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=jo(e,["color","size"]);return t.createElement("svg",ko({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 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}Po.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Po.displayName="Cast";var No=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Co(e,["color","size"]);return t.createElement("svg",So({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 To(){return To=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},To.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}No.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},No.displayName="CheckCircle";var Ao=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Mo(e,["color","size"]);return t.createElement("svg",To({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"9 11 12 14 22 4"}),t.createElement("path",{d:"M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11"}))});function 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 Do(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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:nr.string,size:nr.oneOfType([nr.string,nr.number])},Ao.displayName="CheckSquare";var _o=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Do(e,["color","size"]);return t.createElement("svg",zo({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"20 6 9 17 4 12"}))});function Lo(){return Lo=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Lo.apply(this,arguments)}function Io(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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:nr.string,size:nr.oneOfType([nr.string,nr.number])},_o.displayName="Check";var Ro=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Io(e,["color","size"]);return t.createElement("svg",Lo({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"6 9 12 15 18 9"}))});function Bo(){return Bo=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Bo.apply(this,arguments)}function Wo(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Ro.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Ro.displayName="ChevronDown";var Fo=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Wo(e,["color","size"]);return t.createElement("svg",Bo({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"15 18 9 12 15 6"}))});function 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 $o(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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:nr.string,size:nr.oneOfType([nr.string,nr.number])},Fo.displayName="ChevronLeft";var Ho=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=$o(e,["color","size"]);return t.createElement("svg",Vo({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"9 18 15 12 9 6"}))});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 qo(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Ho.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Ho.displayName="ChevronRight";var Yo=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=qo(e,["color","size"]);return t.createElement("svg",Uo({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"18 15 12 9 6 15"}))});function Ko(){return Ko=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ko.apply(this,arguments)}function 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}Yo.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Yo.displayName="ChevronUp";var Xo=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Go(e,["color","size"]);return t.createElement("svg",Ko({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"7 13 12 18 17 13"}),t.createElement("polyline",{points:"7 6 12 11 17 6"}))});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 Jo(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Xo.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Xo.displayName="ChevronsDown";var Qo=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Jo(e,["color","size"]);return t.createElement("svg",Zo({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"11 17 6 12 11 7"}),t.createElement("polyline",{points:"18 17 13 12 18 7"}))});function ei(){return ei=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ei.apply(this,arguments)}function ti(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Qo.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Qo.displayName="ChevronsLeft";var ri=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=ti(e,["color","size"]);return t.createElement("svg",ei({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"13 17 18 12 13 7"}),t.createElement("polyline",{points:"6 17 11 12 6 7"}))});function ni(){return ni=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ni.apply(this,arguments)}function oi(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}ri.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},ri.displayName="ChevronsRight";var ii=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=oi(e,["color","size"]);return t.createElement("svg",ni({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"17 11 12 6 7 11"}),t.createElement("polyline",{points:"17 18 12 13 7 18"}))});function ai(){return ai=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ai.apply(this,arguments)}function li(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}ii.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},ii.displayName="ChevronsUp";var si=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=li(e,["color","size"]);return t.createElement("svg",ai({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("circle",{cx:"12",cy:"12",r:"4"}),t.createElement("line",{x1:"21.17",y1:"8",x2:"12",y2:"8"}),t.createElement("line",{x1:"3.95",y1:"6.06",x2:"8.54",y2:"14"}),t.createElement("line",{x1:"10.88",y1:"21.94",x2:"15.46",y2:"14"}))});function ci(){return ci=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ci.apply(this,arguments)}function ui(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}si.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},si.displayName="Chrome";var di=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=ui(e,["color","size"]);return t.createElement("svg",ci({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}))});function pi(){return pi=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},pi.apply(this,arguments)}function fi(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}di.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},di.displayName="Circle";var mi=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=fi(e,["color","size"]);return t.createElement("svg",pi({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"}),t.createElement("rect",{x:"8",y:"2",width:"8",height:"4",rx:"1",ry:"1"}))});function hi(){return hi=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},hi.apply(this,arguments)}function vi(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}mi.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},mi.displayName="Clipboard";var yi=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=vi(e,["color","size"]);return t.createElement("svg",hi({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("polyline",{points:"12 6 12 12 16 14"}))});function gi(){return gi=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},gi.apply(this,arguments)}function bi(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}yi.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},yi.displayName="Clock";var wi=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=bi(e,["color","size"]);return t.createElement("svg",gi({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"8",y1:"19",x2:"8",y2:"21"}),t.createElement("line",{x1:"8",y1:"13",x2:"8",y2:"15"}),t.createElement("line",{x1:"16",y1:"19",x2:"16",y2:"21"}),t.createElement("line",{x1:"16",y1:"13",x2:"16",y2:"15"}),t.createElement("line",{x1:"12",y1:"21",x2:"12",y2:"23"}),t.createElement("line",{x1:"12",y1:"15",x2:"12",y2:"17"}),t.createElement("path",{d:"M20 16.58A5 5 0 0 0 18 7h-1.26A8 8 0 1 0 4 15.25"}))});function xi(){return xi=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},xi.apply(this,arguments)}function Oi(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}wi.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},wi.displayName="CloudDrizzle";var Ei=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Oi(e,["color","size"]);return t.createElement("svg",xi({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M19 16.9A5 5 0 0 0 18 7h-1.26a8 8 0 1 0-11.62 9"}),t.createElement("polyline",{points:"13 11 9 17 15 17 11 23"}))});function ki(){return ki=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ki.apply(this,arguments)}function ji(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Ei.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Ei.displayName="CloudLightning";var Pi=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=ji(e,["color","size"]);return t.createElement("svg",ki({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M22.61 16.95A5 5 0 0 0 18 10h-1.26a8 8 0 0 0-7.05-6M5 5a8 8 0 0 0 4 15h9a5 5 0 0 0 1.7-.3"}),t.createElement("line",{x1:"1",y1:"1",x2:"23",y2:"23"}))});function Si(){return Si=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Si.apply(this,arguments)}function Ci(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Pi.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Pi.displayName="CloudOff";var Ni=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ci(e,["color","size"]);return t.createElement("svg",Si({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"16",y1:"13",x2:"16",y2:"21"}),t.createElement("line",{x1:"8",y1:"13",x2:"8",y2:"21"}),t.createElement("line",{x1:"12",y1:"15",x2:"12",y2:"23"}),t.createElement("path",{d:"M20 16.58A5 5 0 0 0 18 7h-1.26A8 8 0 1 0 4 15.25"}))});function Ti(){return Ti=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ti.apply(this,arguments)}function Mi(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Ni.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Ni.displayName="CloudRain";var Ai=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Mi(e,["color","size"]);return t.createElement("svg",Ti({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M20 17.58A5 5 0 0 0 18 8h-1.26A8 8 0 1 0 4 16.25"}),t.createElement("line",{x1:"8",y1:"16",x2:"8.01",y2:"16"}),t.createElement("line",{x1:"8",y1:"20",x2:"8.01",y2:"20"}),t.createElement("line",{x1:"12",y1:"18",x2:"12.01",y2:"18"}),t.createElement("line",{x1:"12",y1:"22",x2:"12.01",y2:"22"}),t.createElement("line",{x1:"16",y1:"16",x2:"16.01",y2:"16"}),t.createElement("line",{x1:"16",y1:"20",x2:"16.01",y2:"20"}))});function zi(){return zi=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},zi.apply(this,arguments)}function Di(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Ai.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Ai.displayName="CloudSnow";var _i=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Di(e,["color","size"]);return t.createElement("svg",zi({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M18 10h-1.26A8 8 0 1 0 9 20h9a5 5 0 0 0 0-10z"}))});function Li(){return Li=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Li.apply(this,arguments)}function Ii(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}_i.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},_i.displayName="Cloud";var Ri=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ii(e,["color","size"]);return t.createElement("svg",Li({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"16 18 22 12 16 6"}),t.createElement("polyline",{points:"8 6 2 12 8 18"}))});function Bi(){return Bi=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Bi.apply(this,arguments)}function Wi(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Ri.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Ri.displayName="Code";var Fi=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Wi(e,["color","size"]);return t.createElement("svg",Bi({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polygon",{points:"12 2 22 8.5 22 15.5 12 22 2 15.5 2 8.5 12 2"}),t.createElement("line",{x1:"12",y1:"22",x2:"12",y2:"15.5"}),t.createElement("polyline",{points:"22 8.5 12 15.5 2 8.5"}),t.createElement("polyline",{points:"2 15.5 12 8.5 22 15.5"}),t.createElement("line",{x1:"12",y1:"2",x2:"12",y2:"8.5"}))});function Vi(){return Vi=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Vi.apply(this,arguments)}function $i(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Fi.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Fi.displayName="Codepen";var Hi=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=$i(e,["color","size"]);return t.createElement("svg",Vi({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"}),t.createElement("polyline",{points:"7.5 4.21 12 6.81 16.5 4.21"}),t.createElement("polyline",{points:"7.5 19.79 7.5 14.6 3 12"}),t.createElement("polyline",{points:"21 12 16.5 14.6 16.5 19.79"}),t.createElement("polyline",{points:"3.27 6.96 12 12.01 20.73 6.96"}),t.createElement("line",{x1:"12",y1:"22.08",x2:"12",y2:"12"}))});function Ui(){return Ui=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ui.apply(this,arguments)}function qi(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Hi.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Hi.displayName="Codesandbox";var Yi=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=qi(e,["color","size"]);return t.createElement("svg",Ui({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M18 8h1a4 4 0 0 1 0 8h-1"}),t.createElement("path",{d:"M2 8h16v9a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V8z"}),t.createElement("line",{x1:"6",y1:"1",x2:"6",y2:"4"}),t.createElement("line",{x1:"10",y1:"1",x2:"10",y2:"4"}),t.createElement("line",{x1:"14",y1:"1",x2:"14",y2:"4"}))});function Ki(){return Ki=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ki.apply(this,arguments)}function Gi(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Yi.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Yi.displayName="Coffee";var Xi=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Gi(e,["color","size"]);return t.createElement("svg",Ki({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M12 3h7a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-7m0-18H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7m0-18v18"}))});function Zi(){return Zi=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Zi.apply(this,arguments)}function Ji(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Xi.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Xi.displayName="Columns";var Qi=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ji(e,["color","size"]);return t.createElement("svg",Zi({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M18 3a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3H6a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3V6a3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3h12a3 3 0 0 0 3-3 3 3 0 0 0-3-3z"}))});function ea(){return ea=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ea.apply(this,arguments)}function ta(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Qi.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Qi.displayName="Command";var ra=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=ta(e,["color","size"]);return t.createElement("svg",ea({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("polygon",{points:"16.24 7.76 14.12 14.12 7.76 16.24 9.88 9.88 16.24 7.76"}))});function na(){return na=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},na.apply(this,arguments)}function oa(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}ra.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},ra.displayName="Compass";var ia=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=oa(e,["color","size"]);return t.createElement("svg",na({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"9",y:"9",width:"13",height:"13",rx:"2",ry:"2"}),t.createElement("path",{d:"M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"}))});function aa(){return aa=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},aa.apply(this,arguments)}function la(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}ia.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},ia.displayName="Copy";var sa=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=la(e,["color","size"]);return t.createElement("svg",aa({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"9 10 4 15 9 20"}),t.createElement("path",{d:"M20 4v7a4 4 0 0 1-4 4H4"}))});function ca(){return ca=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ca.apply(this,arguments)}function ua(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}sa.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},sa.displayName="CornerDownLeft";var da=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=ua(e,["color","size"]);return t.createElement("svg",ca({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"15 10 20 15 15 20"}),t.createElement("path",{d:"M4 4v7a4 4 0 0 0 4 4h12"}))});function pa(){return pa=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},pa.apply(this,arguments)}function fa(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}da.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},da.displayName="CornerDownRight";var ma=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=fa(e,["color","size"]);return t.createElement("svg",pa({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"14 15 9 20 4 15"}),t.createElement("path",{d:"M20 4h-7a4 4 0 0 0-4 4v12"}))});function ha(){return ha=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ha.apply(this,arguments)}function va(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}ma.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},ma.displayName="CornerLeftDown";var ya=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=va(e,["color","size"]);return t.createElement("svg",ha({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"14 9 9 4 4 9"}),t.createElement("path",{d:"M20 20h-7a4 4 0 0 1-4-4V4"}))});function ga(){return ga=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ga.apply(this,arguments)}function ba(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}ya.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},ya.displayName="CornerLeftUp";var wa=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=ba(e,["color","size"]);return t.createElement("svg",ga({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"10 15 15 20 20 15"}),t.createElement("path",{d:"M4 4h7a4 4 0 0 1 4 4v12"}))});function xa(){return xa=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},xa.apply(this,arguments)}function Oa(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}wa.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},wa.displayName="CornerRightDown";var Ea=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Oa(e,["color","size"]);return t.createElement("svg",xa({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"10 9 15 4 20 9"}),t.createElement("path",{d:"M4 20h7a4 4 0 0 0 4-4V4"}))});function ka(){return ka=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ka.apply(this,arguments)}function ja(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Ea.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Ea.displayName="CornerRightUp";var Pa=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=ja(e,["color","size"]);return t.createElement("svg",ka({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"9 14 4 9 9 4"}),t.createElement("path",{d:"M20 20v-7a4 4 0 0 0-4-4H4"}))});function Sa(){return Sa=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Sa.apply(this,arguments)}function Ca(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Pa.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Pa.displayName="CornerUpLeft";var Na=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ca(e,["color","size"]);return t.createElement("svg",Sa({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"15 14 20 9 15 4"}),t.createElement("path",{d:"M4 20v-7a4 4 0 0 1 4-4h12"}))});function Ta(){return Ta=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ta.apply(this,arguments)}function Ma(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Na.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Na.displayName="CornerUpRight";var Aa=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ma(e,["color","size"]);return t.createElement("svg",Ta({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"4",y:"4",width:"16",height:"16",rx:"2",ry:"2"}),t.createElement("rect",{x:"9",y:"9",width:"6",height:"6"}),t.createElement("line",{x1:"9",y1:"1",x2:"9",y2:"4"}),t.createElement("line",{x1:"15",y1:"1",x2:"15",y2:"4"}),t.createElement("line",{x1:"9",y1:"20",x2:"9",y2:"23"}),t.createElement("line",{x1:"15",y1:"20",x2:"15",y2:"23"}),t.createElement("line",{x1:"20",y1:"9",x2:"23",y2:"9"}),t.createElement("line",{x1:"20",y1:"14",x2:"23",y2:"14"}),t.createElement("line",{x1:"1",y1:"9",x2:"4",y2:"9"}),t.createElement("line",{x1:"1",y1:"14",x2:"4",y2:"14"}))});function za(){return za=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},za.apply(this,arguments)}function Da(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Aa.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Aa.displayName="Cpu";var _a=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Da(e,["color","size"]);return t.createElement("svg",za({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"1",y:"4",width:"22",height:"16",rx:"2",ry:"2"}),t.createElement("line",{x1:"1",y1:"10",x2:"23",y2:"10"}))});function La(){return La=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},La.apply(this,arguments)}function Ia(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}_a.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},_a.displayName="CreditCard";var Ra=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ia(e,["color","size"]);return t.createElement("svg",La({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M6.13 1L6 16a2 2 0 0 0 2 2h15"}),t.createElement("path",{d:"M1 6.13L16 6a2 2 0 0 1 2 2v15"}))});function Ba(){return Ba=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ba.apply(this,arguments)}function Wa(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Ra.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Ra.displayName="Crop";var Fa=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Wa(e,["color","size"]);return t.createElement("svg",Ba({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("line",{x1:"22",y1:"12",x2:"18",y2:"12"}),t.createElement("line",{x1:"6",y1:"12",x2:"2",y2:"12"}),t.createElement("line",{x1:"12",y1:"6",x2:"12",y2:"2"}),t.createElement("line",{x1:"12",y1:"22",x2:"12",y2:"18"}))});function Va(){return Va=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Va.apply(this,arguments)}function $a(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Fa.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Fa.displayName="Crosshair";var Ha=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=$a(e,["color","size"]);return t.createElement("svg",Va({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("ellipse",{cx:"12",cy:"5",rx:"9",ry:"3"}),t.createElement("path",{d:"M21 12c0 1.66-4 3-9 3s-9-1.34-9-3"}),t.createElement("path",{d:"M3 5v14c0 1.66 4 3 9 3s9-1.34 9-3V5"}))});function Ua(){return Ua=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ua.apply(this,arguments)}function qa(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Ha.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Ha.displayName="Database";var Ya=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=qa(e,["color","size"]);return t.createElement("svg",Ua({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M21 4H8l-7 8 7 8h13a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2z"}),t.createElement("line",{x1:"18",y1:"9",x2:"12",y2:"15"}),t.createElement("line",{x1:"12",y1:"9",x2:"18",y2:"15"}))});function Ka(){return Ka=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ka.apply(this,arguments)}function Ga(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Ya.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Ya.displayName="Delete";var Xa=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ga(e,["color","size"]);return t.createElement("svg",Ka({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("circle",{cx:"12",cy:"12",r:"3"}))});function Za(){return Za=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Za.apply(this,arguments)}function Ja(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Xa.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Xa.displayName="Disc";var Qa=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ja(e,["color","size"]);return t.createElement("svg",Za({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"8",y1:"12",x2:"16",y2:"12"}),t.createElement("line",{x1:"12",y1:"16",x2:"12",y2:"16"}),t.createElement("line",{x1:"12",y1:"8",x2:"12",y2:"8"}),t.createElement("circle",{cx:"12",cy:"12",r:"10"}))});function el(){return el=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},el.apply(this,arguments)}function tl(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Qa.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Qa.displayName="DivideCircle";var rl=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=tl(e,["color","size"]);return t.createElement("svg",el({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",ry:"2"}),t.createElement("line",{x1:"8",y1:"12",x2:"16",y2:"12"}),t.createElement("line",{x1:"12",y1:"16",x2:"12",y2:"16"}),t.createElement("line",{x1:"12",y1:"8",x2:"12",y2:"8"}))});function nl(){return nl=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},nl.apply(this,arguments)}function ol(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}rl.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},rl.displayName="DivideSquare";var il=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=ol(e,["color","size"]);return t.createElement("svg",nl({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"6",r:"2"}),t.createElement("line",{x1:"5",y1:"12",x2:"19",y2:"12"}),t.createElement("circle",{cx:"12",cy:"18",r:"2"}))});function al(){return al=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},al.apply(this,arguments)}function ll(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}il.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},il.displayName="Divide";var sl=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=ll(e,["color","size"]);return t.createElement("svg",al({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"12",y1:"1",x2:"12",y2:"23"}),t.createElement("path",{d:"M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6"}))});function cl(){return cl=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},cl.apply(this,arguments)}function ul(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}sl.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},sl.displayName="DollarSign";var dl=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=ul(e,["color","size"]);return t.createElement("svg",cl({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"8 17 12 21 16 17"}),t.createElement("line",{x1:"12",y1:"12",x2:"12",y2:"21"}),t.createElement("path",{d:"M20.88 18.09A5 5 0 0 0 18 9h-1.26A8 8 0 1 0 3 16.29"}))});function pl(){return pl=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},pl.apply(this,arguments)}function fl(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}dl.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},dl.displayName="DownloadCloud";var ml=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=fl(e,["color","size"]);return t.createElement("svg",pl({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"}),t.createElement("polyline",{points:"7 10 12 15 17 10"}),t.createElement("line",{x1:"12",y1:"15",x2:"12",y2:"3"}))});function hl(){return hl=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},hl.apply(this,arguments)}function vl(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}ml.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},ml.displayName="Download";var yl=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=vl(e,["color","size"]);return t.createElement("svg",hl({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("path",{d:"M8.56 2.75c4.37 6.03 6.02 9.42 8.03 17.72m2.54-15.38c-3.72 4.35-8.94 5.66-16.88 5.85m19.5 1.9c-3.5-.93-6.63-.82-8.94 0-2.58.92-5.01 2.86-7.44 6.32"}))});function gl(){return gl=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},gl.apply(this,arguments)}function bl(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}yl.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},yl.displayName="Dribbble";var wl=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=bl(e,["color","size"]);return t.createElement("svg",gl({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z"}))});function xl(){return xl=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},xl.apply(this,arguments)}function Ol(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}wl.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},wl.displayName="Droplet";var El=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ol(e,["color","size"]);return t.createElement("svg",xl({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M17 3a2.828 2.828 0 1 1 4 4L7.5 20.5 2 22l1.5-5.5L17 3z"}))});function kl(){return kl=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},kl.apply(this,arguments)}function jl(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}El.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},El.displayName="Edit2";var Pl=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=jl(e,["color","size"]);return t.createElement("svg",kl({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M12 20h9"}),t.createElement("path",{d:"M16.5 3.5a2.121 2.121 0 0 1 3 3L7 19l-4 1 1-4L16.5 3.5z"}))});function Sl(){return Sl=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Sl.apply(this,arguments)}function Cl(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Pl.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Pl.displayName="Edit3";var Nl=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Cl(e,["color","size"]);return t.createElement("svg",Sl({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7"}),t.createElement("path",{d:"M18.5 2.5a2.121 2.121 0 0 1 3 3L12 15l-4 1 1-4 9.5-9.5z"}))});function Tl(){return Tl=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Tl.apply(this,arguments)}function Ml(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Nl.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Nl.displayName="Edit";var Al=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ml(e,["color","size"]);return t.createElement("svg",Tl({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"}),t.createElement("polyline",{points:"15 3 21 3 21 9"}),t.createElement("line",{x1:"10",y1:"14",x2:"21",y2:"3"}))});function zl(){return zl=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},zl.apply(this,arguments)}function Dl(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Al.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Al.displayName="ExternalLink";var _l=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Dl(e,["color","size"]);return t.createElement("svg",zl({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M17.94 17.94A10.07 10.07 0 0 1 12 20c-7 0-11-8-11-8a18.45 18.45 0 0 1 5.06-5.94M9.9 4.24A9.12 9.12 0 0 1 12 4c7 0 11 8 11 8a18.5 18.5 0 0 1-2.16 3.19m-6.72-1.07a3 3 0 1 1-4.24-4.24"}),t.createElement("line",{x1:"1",y1:"1",x2:"23",y2:"23"}))});function Ll(){return Ll=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ll.apply(this,arguments)}function Il(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}_l.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},_l.displayName="EyeOff";var Rl=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Il(e,["color","size"]);return t.createElement("svg",Ll({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z"}),t.createElement("circle",{cx:"12",cy:"12",r:"3"}))});function Bl(){return Bl=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Bl.apply(this,arguments)}function Wl(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Rl.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Rl.displayName="Eye";var Fl=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Wl(e,["color","size"]);return t.createElement("svg",Bl({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z"}))});function Vl(){return Vl=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Vl.apply(this,arguments)}function $l(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Fl.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Fl.displayName="Facebook";var Hl=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=$l(e,["color","size"]);return t.createElement("svg",Vl({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polygon",{points:"13 19 22 12 13 5 13 19"}),t.createElement("polygon",{points:"2 19 11 12 2 5 2 19"}))});function Ul(){return Ul=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ul.apply(this,arguments)}function ql(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Hl.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Hl.displayName="FastForward";var Yl=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=ql(e,["color","size"]);return t.createElement("svg",Ul({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M20.24 12.24a6 6 0 0 0-8.49-8.49L5 10.5V19h8.5z"}),t.createElement("line",{x1:"16",y1:"8",x2:"2",y2:"22"}),t.createElement("line",{x1:"17.5",y1:"15",x2:"9",y2:"15"}))});function Kl(){return Kl=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Kl.apply(this,arguments)}function Gl(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Yl.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Yl.displayName="Feather";var Xl=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Gl(e,["color","size"]);return t.createElement("svg",Kl({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M5 5.5A3.5 3.5 0 0 1 8.5 2H12v7H8.5A3.5 3.5 0 0 1 5 5.5z"}),t.createElement("path",{d:"M12 2h3.5a3.5 3.5 0 1 1 0 7H12V2z"}),t.createElement("path",{d:"M12 12.5a3.5 3.5 0 1 1 7 0 3.5 3.5 0 1 1-7 0z"}),t.createElement("path",{d:"M5 19.5A3.5 3.5 0 0 1 8.5 16H12v3.5a3.5 3.5 0 1 1-7 0z"}),t.createElement("path",{d:"M5 12.5A3.5 3.5 0 0 1 8.5 9H12v7H8.5A3.5 3.5 0 0 1 5 12.5z"}))});function Zl(){return Zl=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Zl.apply(this,arguments)}function Jl(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Xl.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Xl.displayName="Figma";var Ql=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Jl(e,["color","size"]);return t.createElement("svg",Zl({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"}),t.createElement("polyline",{points:"14 2 14 8 20 8"}),t.createElement("line",{x1:"9",y1:"15",x2:"15",y2:"15"}))});function es(){return es=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},es.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}Ql.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Ql.displayName="FileMinus";var rs=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=ts(e,["color","size"]);return t.createElement("svg",es({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"}),t.createElement("polyline",{points:"14 2 14 8 20 8"}),t.createElement("line",{x1:"12",y1:"18",x2:"12",y2:"12"}),t.createElement("line",{x1:"9",y1:"15",x2:"15",y2:"15"}))});function 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 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}rs.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},rs.displayName="FilePlus";var is=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=os(e,["color","size"]);return t.createElement("svg",ns({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 as(){return as=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},as.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}is.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},is.displayName="FileText";var ss=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=ls(e,["color","size"]);return t.createElement("svg",as({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M13 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9z"}),t.createElement("polyline",{points:"13 2 13 9 20 9"}))});function cs(){return cs=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},cs.apply(this,arguments)}function us(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}ss.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},ss.displayName="File";var ds=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=us(e,["color","size"]);return t.createElement("svg",cs({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"2",y:"2",width:"20",height:"20",rx:"2.18",ry:"2.18"}),t.createElement("line",{x1:"7",y1:"2",x2:"7",y2:"22"}),t.createElement("line",{x1:"17",y1:"2",x2:"17",y2:"22"}),t.createElement("line",{x1:"2",y1:"12",x2:"22",y2:"12"}),t.createElement("line",{x1:"2",y1:"7",x2:"7",y2:"7"}),t.createElement("line",{x1:"2",y1:"17",x2:"7",y2:"17"}),t.createElement("line",{x1:"17",y1:"17",x2:"22",y2:"17"}),t.createElement("line",{x1:"17",y1:"7",x2:"22",y2:"7"}))});function ps(){return ps=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ps.apply(this,arguments)}function fs(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}ds.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},ds.displayName="Film";var ms=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=fs(e,["color","size"]);return t.createElement("svg",ps({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polygon",{points:"22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3"}))});function hs(){return hs=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},hs.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}ms.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},ms.displayName="Filter";var ys=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=vs(e,["color","size"]);return t.createElement("svg",hs({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M4 15s1-1 4-1 5 2 8 2 4-1 4-1V3s-1 1-4 1-5-2-8-2-4 1-4 1z"}),t.createElement("line",{x1:"4",y1:"22",x2:"4",y2:"15"}))});function 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 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}ys.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},ys.displayName="Flag";var ws=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=bs(e,["color","size"]);return t.createElement("svg",gs({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"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 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 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}ws.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},ws.displayName="FolderMinus";var Es=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Os(e,["color","size"]);return t.createElement("svg",xs({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"}),t.createElement("line",{x1:"12",y1:"11",x2:"12",y2:"17"}),t.createElement("line",{x1:"9",y1:"14",x2:"15",y2:"14"}))});function ks(){return ks=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ks.apply(this,arguments)}function js(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Es.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Es.displayName="FolderPlus";var Ps=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=js(e,["color","size"]);return t.createElement("svg",ks({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 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}Ps.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Ps.displayName="Folder";var Ns=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Cs(e,["color","size"]);return t.createElement("svg",Ss({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M5 16V9h14V2H5l14 14h-7m-7 0l7 7v-7m-7 0h7"}))});function Ts(){return Ts=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ts.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}Ns.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Ns.displayName="Framer";var As=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ms(e,["color","size"]);return t.createElement("svg",Ts({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("path",{d:"M16 16s-1.5-2-4-2-4 2-4 2"}),t.createElement("line",{x1:"9",y1:"9",x2:"9.01",y2:"9"}),t.createElement("line",{x1:"15",y1:"9",x2:"15.01",y2:"9"}))});function 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 Ds(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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:nr.string,size:nr.oneOfType([nr.string,nr.number])},As.displayName="Frown";var _s=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ds(e,["color","size"]);return t.createElement("svg",zs({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"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 Ls(){return Ls=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ls.apply(this,arguments)}function Is(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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:nr.string,size:nr.oneOfType([nr.string,nr.number])},_s.displayName="Gift";var Rs=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Is(e,["color","size"]);return t.createElement("svg",Ls({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"6",y1:"3",x2:"6",y2:"15"}),t.createElement("circle",{cx:"18",cy:"6",r:"3"}),t.createElement("circle",{cx:"6",cy:"18",r:"3"}),t.createElement("path",{d:"M18 9a9 9 0 0 1-9 9"}))});function Bs(){return Bs=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Bs.apply(this,arguments)}function Ws(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Rs.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Rs.displayName="GitBranch";var Fs=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ws(e,["color","size"]);return t.createElement("svg",Bs({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"4"}),t.createElement("line",{x1:"1.05",y1:"12",x2:"7",y2:"12"}),t.createElement("line",{x1:"17.01",y1:"12",x2:"22.96",y2:"12"}))});function 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 $s(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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:nr.string,size:nr.oneOfType([nr.string,nr.number])},Fs.displayName="GitCommit";var Hs=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=$s(e,["color","size"]);return t.createElement("svg",Vs({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 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 qs(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Hs.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Hs.displayName="GitMerge";var Ys=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=qs(e,["color","size"]);return t.createElement("svg",Us({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"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 Ks(){return Ks=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ks.apply(this,arguments)}function 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}Ys.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Ys.displayName="GitPullRequest";var Xs=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Gs(e,["color","size"]);return t.createElement("svg",Ks({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 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 Js(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Xs.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Xs.displayName="GitHub";var Qs=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Js(e,["color","size"]);return t.createElement("svg",Zs({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 ec(){return ec=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ec.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}Qs.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Qs.displayName="Gitlab";var rc=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=tc(e,["color","size"]);return t.createElement("svg",ec({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("line",{x1:"2",y1:"12",x2:"22",y2:"12"}),t.createElement("path",{d:"M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z"}))});function 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 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}rc.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},rc.displayName="Globe";var ic=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=oc(e,["color","size"]);return t.createElement("svg",nc({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 ac(){return ac=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ac.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}ic.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},ic.displayName="Grid";var sc=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=lc(e,["color","size"]);return t.createElement("svg",ac({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"22",y1:"12",x2:"2",y2:"12"}),t.createElement("path",{d:"M5.45 5.11L2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z"}),t.createElement("line",{x1:"6",y1:"16",x2:"6.01",y2:"16"}),t.createElement("line",{x1:"10",y1:"16",x2:"10.01",y2:"16"}))});function cc(){return cc=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},cc.apply(this,arguments)}function uc(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}sc.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},sc.displayName="HardDrive";var dc=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=uc(e,["color","size"]);return t.createElement("svg",cc({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"4",y1:"9",x2:"20",y2:"9"}),t.createElement("line",{x1:"4",y1:"15",x2:"20",y2:"15"}),t.createElement("line",{x1:"10",y1:"3",x2:"8",y2:"21"}),t.createElement("line",{x1:"16",y1:"3",x2:"14",y2:"21"}))});function pc(){return pc=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},pc.apply(this,arguments)}function fc(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}dc.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},dc.displayName="Hash";var mc=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=fc(e,["color","size"]);return t.createElement("svg",pc({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 hc(){return hc=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},hc.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}mc.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},mc.displayName="Headphones";var yc=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=vc(e,["color","size"]);return t.createElement("svg",hc({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"}))});function 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 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}yc.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},yc.displayName="Heart";var wc=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=bc(e,["color","size"]);return t.createElement("svg",gc({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 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 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}wc.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},wc.displayName="HelpCircle";var Ec=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Oc(e,["color","size"]);return t.createElement("svg",xc({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"}))});function kc(){return kc=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},kc.apply(this,arguments)}function jc(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Ec.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Ec.displayName="Hexagon";var Pc=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=jc(e,["color","size"]);return t.createElement("svg",kc({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"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 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}Pc.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Pc.displayName="Home";var Nc=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Cc(e,["color","size"]);return t.createElement("svg",Sc({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",ry:"2"}),t.createElement("circle",{cx:"8.5",cy:"8.5",r:"1.5"}),t.createElement("polyline",{points:"21 15 16 10 5 21"}))});function Tc(){return Tc=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Tc.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}Nc.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Nc.displayName="Image";var Ac=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Mc(e,["color","size"]);return t.createElement("svg",Tc({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"22 12 16 12 14 15 10 15 8 12 2 12"}),t.createElement("path",{d:"M5.45 5.11L2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z"}))});function 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 Dc(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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:nr.string,size:nr.oneOfType([nr.string,nr.number])},Ac.displayName="Inbox";var _c=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Dc(e,["color","size"]);return t.createElement("svg",zc({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 Lc(){return Lc=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Lc.apply(this,arguments)}function Ic(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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:nr.string,size:nr.oneOfType([nr.string,nr.number])},_c.displayName="Info";var Rc=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ic(e,["color","size"]);return t.createElement("svg",Lc({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"2",y:"2",width:"20",height:"20",rx:"5",ry:"5"}),t.createElement("path",{d:"M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z"}),t.createElement("line",{x1:"17.5",y1:"6.5",x2:"17.51",y2:"6.5"}))});function Bc(){return Bc=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Bc.apply(this,arguments)}function Wc(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Rc.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Rc.displayName="Instagram";var Fc=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Wc(e,["color","size"]);return t.createElement("svg",Bc({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"19",y1:"4",x2:"10",y2:"4"}),t.createElement("line",{x1:"14",y1:"20",x2:"5",y2:"20"}),t.createElement("line",{x1:"15",y1:"4",x2:"9",y2:"20"}))});function 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 $c(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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:nr.string,size:nr.oneOfType([nr.string,nr.number])},Fc.displayName="Italic";var Hc=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=$c(e,["color","size"]);return t.createElement("svg",Vc({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"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 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 qc(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Hc.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Hc.displayName="Key";var Yc=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=qc(e,["color","size"]);return t.createElement("svg",Uc({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 Kc(){return Kc=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Kc.apply(this,arguments)}function 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}Yc.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Yc.displayName="Layers";var Xc=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Gc(e,["color","size"]);return t.createElement("svg",Kc({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 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 Jc(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Xc.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Xc.displayName="Layout";var Qc=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Jc(e,["color","size"]);return t.createElement("svg",Zc({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 eu(){return eu=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},eu.apply(this,arguments)}function tu(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Qc.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Qc.displayName="LifeBuoy";var ru=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=tu(e,["color","size"]);return t.createElement("svg",eu({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M15 7h3a5 5 0 0 1 5 5 5 5 0 0 1-5 5h-3m-6 0H6a5 5 0 0 1-5-5 5 5 0 0 1 5-5h3"}),t.createElement("line",{x1:"8",y1:"12",x2:"16",y2:"12"}))});function nu(){return nu=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},nu.apply(this,arguments)}function ou(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}ru.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},ru.displayName="Link2";var iu=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=ou(e,["color","size"]);return t.createElement("svg",nu({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"}),t.createElement("path",{d:"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"}))});function au(){return au=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},au.apply(this,arguments)}function lu(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}iu.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},iu.displayName="Link";var su=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=lu(e,["color","size"]);return t.createElement("svg",au({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"}),t.createElement("rect",{x:"2",y:"9",width:"4",height:"12"}),t.createElement("circle",{cx:"4",cy:"4",r:"2"}))});function cu(){return cu=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},cu.apply(this,arguments)}function uu(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}su.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},su.displayName="Linkedin";var du=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=uu(e,["color","size"]);return t.createElement("svg",cu({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"8",y1:"6",x2:"21",y2:"6"}),t.createElement("line",{x1:"8",y1:"12",x2:"21",y2:"12"}),t.createElement("line",{x1:"8",y1:"18",x2:"21",y2:"18"}),t.createElement("line",{x1:"3",y1:"6",x2:"3.01",y2:"6"}),t.createElement("line",{x1:"3",y1:"12",x2:"3.01",y2:"12"}),t.createElement("line",{x1:"3",y1:"18",x2:"3.01",y2:"18"}))});function pu(){return pu=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},pu.apply(this,arguments)}function fu(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}du.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},du.displayName="List";var mu=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=fu(e,["color","size"]);return t.createElement("svg",pu({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"12",y1:"2",x2:"12",y2:"6"}),t.createElement("line",{x1:"12",y1:"18",x2:"12",y2:"22"}),t.createElement("line",{x1:"4.93",y1:"4.93",x2:"7.76",y2:"7.76"}),t.createElement("line",{x1:"16.24",y1:"16.24",x2:"19.07",y2:"19.07"}),t.createElement("line",{x1:"2",y1:"12",x2:"6",y2:"12"}),t.createElement("line",{x1:"18",y1:"12",x2:"22",y2:"12"}),t.createElement("line",{x1:"4.93",y1:"19.07",x2:"7.76",y2:"16.24"}),t.createElement("line",{x1:"16.24",y1:"7.76",x2:"19.07",y2:"4.93"}))});function hu(){return hu=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},hu.apply(this,arguments)}function vu(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}mu.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},mu.displayName="Loader";var yu=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=vu(e,["color","size"]);return t.createElement("svg",hu({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"3",y:"11",width:"18",height:"11",rx:"2",ry:"2"}),t.createElement("path",{d:"M7 11V7a5 5 0 0 1 10 0v4"}))});function gu(){return gu=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},gu.apply(this,arguments)}function bu(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}yu.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},yu.displayName="Lock";var wu=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=bu(e,["color","size"]);return t.createElement("svg",gu({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4"}),t.createElement("polyline",{points:"10 17 15 12 10 7"}),t.createElement("line",{x1:"15",y1:"12",x2:"3",y2:"12"}))});function xu(){return xu=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},xu.apply(this,arguments)}function Ou(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}wu.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},wu.displayName="LogIn";var Eu=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ou(e,["color","size"]);return t.createElement("svg",xu({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4"}),t.createElement("polyline",{points:"16 17 21 12 16 7"}),t.createElement("line",{x1:"21",y1:"12",x2:"9",y2:"12"}))});function ku(){return ku=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ku.apply(this,arguments)}function ju(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Eu.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Eu.displayName="LogOut";var Pu=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=ju(e,["color","size"]);return t.createElement("svg",ku({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"}),t.createElement("polyline",{points:"22,6 12,13 2,6"}))});function Su(){return Su=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Su.apply(this,arguments)}function Cu(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Pu.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Pu.displayName="Mail";var Nu=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Cu(e,["color","size"]);return t.createElement("svg",Su({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"}),t.createElement("circle",{cx:"12",cy:"10",r:"3"}))});function Tu(){return Tu=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Tu.apply(this,arguments)}function Mu(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Nu.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Nu.displayName="MapPin";var Au=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Mu(e,["color","size"]);return t.createElement("svg",Tu({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polygon",{points:"1 6 1 22 8 18 16 22 23 18 23 2 16 6 8 2 1 6"}),t.createElement("line",{x1:"8",y1:"2",x2:"8",y2:"18"}),t.createElement("line",{x1:"16",y1:"6",x2:"16",y2:"22"}))});function zu(){return zu=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},zu.apply(this,arguments)}function Du(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Au.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Au.displayName="Map";var _u=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Du(e,["color","size"]);return t.createElement("svg",zu({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"15 3 21 3 21 9"}),t.createElement("polyline",{points:"9 21 3 21 3 15"}),t.createElement("line",{x1:"21",y1:"3",x2:"14",y2:"10"}),t.createElement("line",{x1:"3",y1:"21",x2:"10",y2:"14"}))});function Lu(){return Lu=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Lu.apply(this,arguments)}function Iu(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}_u.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},_u.displayName="Maximize2";var Ru=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Iu(e,["color","size"]);return t.createElement("svg",Lu({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M8 3H5a2 2 0 0 0-2 2v3m18 0V5a2 2 0 0 0-2-2h-3m0 18h3a2 2 0 0 0 2-2v-3M3 16v3a2 2 0 0 0 2 2h3"}))});function Bu(){return Bu=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Bu.apply(this,arguments)}function Wu(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Ru.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Ru.displayName="Maximize";var Fu=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Wu(e,["color","size"]);return t.createElement("svg",Bu({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("line",{x1:"8",y1:"15",x2:"16",y2:"15"}),t.createElement("line",{x1:"9",y1:"9",x2:"9.01",y2:"9"}),t.createElement("line",{x1:"15",y1:"9",x2:"15.01",y2:"9"}))});function Vu(){return Vu=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Vu.apply(this,arguments)}function $u(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Fu.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Fu.displayName="Meh";var Hu=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=$u(e,["color","size"]);return t.createElement("svg",Vu({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"3",y1:"12",x2:"21",y2:"12"}),t.createElement("line",{x1:"3",y1:"6",x2:"21",y2:"6"}),t.createElement("line",{x1:"3",y1:"18",x2:"21",y2:"18"}))});function Uu(){return Uu=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Uu.apply(this,arguments)}function qu(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Hu.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Hu.displayName="Menu";var Yu=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=qu(e,["color","size"]);return t.createElement("svg",Uu({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z"}))});function Ku(){return Ku=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ku.apply(this,arguments)}function Gu(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Yu.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Yu.displayName="MessageCircle";var Xu=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Gu(e,["color","size"]);return t.createElement("svg",Ku({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"}))});function Zu(){return Zu=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Zu.apply(this,arguments)}function Ju(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Xu.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Xu.displayName="MessageSquare";var Qu=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ju(e,["color","size"]);return t.createElement("svg",Zu({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"1",y1:"1",x2:"23",y2:"23"}),t.createElement("path",{d:"M9 9v3a3 3 0 0 0 5.12 2.12M15 9.34V4a3 3 0 0 0-5.94-.6"}),t.createElement("path",{d:"M17 16.95A7 7 0 0 1 5 12v-2m14 0v2a7 7 0 0 1-.11 1.23"}),t.createElement("line",{x1:"12",y1:"19",x2:"12",y2:"23"}),t.createElement("line",{x1:"8",y1:"23",x2:"16",y2:"23"}))});function ed(){return ed=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ed.apply(this,arguments)}function td(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Qu.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Qu.displayName="MicOff";var rd=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=td(e,["color","size"]);return t.createElement("svg",ed({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M12 1a3 3 0 0 0-3 3v8a3 3 0 0 0 6 0V4a3 3 0 0 0-3-3z"}),t.createElement("path",{d:"M19 10v2a7 7 0 0 1-14 0v-2"}),t.createElement("line",{x1:"12",y1:"19",x2:"12",y2:"23"}),t.createElement("line",{x1:"8",y1:"23",x2:"16",y2:"23"}))});function nd(){return nd=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},nd.apply(this,arguments)}function od(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}rd.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},rd.displayName="Mic";var id=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=od(e,["color","size"]);return t.createElement("svg",nd({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"4 14 10 14 10 20"}),t.createElement("polyline",{points:"20 10 14 10 14 4"}),t.createElement("line",{x1:"14",y1:"10",x2:"21",y2:"3"}),t.createElement("line",{x1:"3",y1:"21",x2:"10",y2:"14"}))});function ad(){return ad=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ad.apply(this,arguments)}function ld(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}id.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},id.displayName="Minimize2";var sd=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=ld(e,["color","size"]);return t.createElement("svg",ad({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M8 3v3a2 2 0 0 1-2 2H3m18 0h-3a2 2 0 0 1-2-2V3m0 18v-3a2 2 0 0 1 2-2h3M3 16h3a2 2 0 0 1 2 2v3"}))});function cd(){return cd=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},cd.apply(this,arguments)}function ud(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}sd.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},sd.displayName="Minimize";var dd=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=ud(e,["color","size"]);return t.createElement("svg",cd({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("line",{x1:"8",y1:"12",x2:"16",y2:"12"}))});function pd(){return pd=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},pd.apply(this,arguments)}function fd(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}dd.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},dd.displayName="MinusCircle";var md=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=fd(e,["color","size"]);return t.createElement("svg",pd({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",ry:"2"}),t.createElement("line",{x1:"8",y1:"12",x2:"16",y2:"12"}))});function hd(){return hd=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},hd.apply(this,arguments)}function vd(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}md.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},md.displayName="MinusSquare";var yd=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=vd(e,["color","size"]);return t.createElement("svg",hd({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"5",y1:"12",x2:"19",y2:"12"}))});function gd(){return gd=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},gd.apply(this,arguments)}function bd(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}yd.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},yd.displayName="Minus";var wd=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=bd(e,["color","size"]);return t.createElement("svg",gd({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"2",y:"3",width:"20",height:"14",rx:"2",ry:"2"}),t.createElement("line",{x1:"8",y1:"21",x2:"16",y2:"21"}),t.createElement("line",{x1:"12",y1:"17",x2:"12",y2:"21"}))});function xd(){return xd=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},xd.apply(this,arguments)}function Od(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}wd.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},wd.displayName="Monitor";var Ed=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Od(e,["color","size"]);return t.createElement("svg",xd({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"}))});function kd(){return kd=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},kd.apply(this,arguments)}function jd(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Ed.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Ed.displayName="Moon";var Pd=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=jd(e,["color","size"]);return t.createElement("svg",kd({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"1"}),t.createElement("circle",{cx:"19",cy:"12",r:"1"}),t.createElement("circle",{cx:"5",cy:"12",r:"1"}))});function Sd(){return Sd=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Sd.apply(this,arguments)}function Cd(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Pd.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Pd.displayName="MoreHorizontal";var Nd=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Cd(e,["color","size"]);return t.createElement("svg",Sd({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"1"}),t.createElement("circle",{cx:"12",cy:"5",r:"1"}),t.createElement("circle",{cx:"12",cy:"19",r:"1"}))});function Td(){return Td=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Td.apply(this,arguments)}function Md(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Nd.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Nd.displayName="MoreVertical";var Ad=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Md(e,["color","size"]);return t.createElement("svg",Td({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M3 3l7.07 16.97 2.51-7.39 7.39-2.51L3 3z"}),t.createElement("path",{d:"M13 13l6 6"}))});function zd(){return zd=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},zd.apply(this,arguments)}function Dd(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Ad.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Ad.displayName="MousePointer";var _d=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Dd(e,["color","size"]);return t.createElement("svg",zd({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"5 9 2 12 5 15"}),t.createElement("polyline",{points:"9 5 12 2 15 5"}),t.createElement("polyline",{points:"15 19 12 22 9 19"}),t.createElement("polyline",{points:"19 9 22 12 19 15"}),t.createElement("line",{x1:"2",y1:"12",x2:"22",y2:"12"}),t.createElement("line",{x1:"12",y1:"2",x2:"12",y2:"22"}))});function Ld(){return Ld=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ld.apply(this,arguments)}function Id(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}_d.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},_d.displayName="Move";var Rd=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Id(e,["color","size"]);return t.createElement("svg",Ld({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M9 18V5l12-2v13"}),t.createElement("circle",{cx:"6",cy:"18",r:"3"}),t.createElement("circle",{cx:"18",cy:"16",r:"3"}))});function Bd(){return Bd=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Bd.apply(this,arguments)}function Wd(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Rd.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Rd.displayName="Music";var Fd=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Wd(e,["color","size"]);return t.createElement("svg",Bd({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polygon",{points:"12 2 19 21 12 17 5 21 12 2"}))});function Vd(){return Vd=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Vd.apply(this,arguments)}function $d(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Fd.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Fd.displayName="Navigation2";var Hd=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=$d(e,["color","size"]);return t.createElement("svg",Vd({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polygon",{points:"3 11 22 2 13 21 11 13 3 11"}))});function Ud(){return Ud=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ud.apply(this,arguments)}function qd(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Hd.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Hd.displayName="Navigation";var Yd=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=qd(e,["color","size"]);return t.createElement("svg",Ud({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polygon",{points:"7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2"}))});function Kd(){return Kd=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Kd.apply(this,arguments)}function Gd(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Yd.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Yd.displayName="Octagon";var Xd=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Gd(e,["color","size"]);return t.createElement("svg",Kd({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"16.5",y1:"9.4",x2:"7.5",y2:"4.21"}),t.createElement("path",{d:"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"}),t.createElement("polyline",{points:"3.27 6.96 12 12.01 20.73 6.96"}),t.createElement("line",{x1:"12",y1:"22.08",x2:"12",y2:"12"}))});function Zd(){return Zd=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Zd.apply(this,arguments)}function Jd(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Xd.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Xd.displayName="Package";var Qd=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Jd(e,["color","size"]);return t.createElement("svg",Zd({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M21.44 11.05l-9.19 9.19a6 6 0 0 1-8.49-8.49l9.19-9.19a4 4 0 0 1 5.66 5.66l-9.2 9.19a2 2 0 0 1-2.83-2.83l8.49-8.48"}))});function ep(){return ep=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ep.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}Qd.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Qd.displayName="Paperclip";var rp=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=tp(e,["color","size"]);return t.createElement("svg",ep({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("line",{x1:"10",y1:"15",x2:"10",y2:"9"}),t.createElement("line",{x1:"14",y1:"15",x2:"14",y2:"9"}))});function 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 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}rp.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},rp.displayName="PauseCircle";var ip=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=op(e,["color","size"]);return t.createElement("svg",np({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"6",y:"4",width:"4",height:"16"}),t.createElement("rect",{x:"14",y:"4",width:"4",height:"16"}))});function ap(){return ap=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ap.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}ip.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},ip.displayName="Pause";var sp=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=lp(e,["color","size"]);return t.createElement("svg",ap({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M12 19l7-7 3 3-7 7-3-3z"}),t.createElement("path",{d:"M18 13l-1.5-7.5L2 2l3.5 14.5L13 18l5-5z"}),t.createElement("path",{d:"M2 2l7.586 7.586"}),t.createElement("circle",{cx:"11",cy:"11",r:"2"}))});function cp(){return cp=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},cp.apply(this,arguments)}function up(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}sp.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},sp.displayName="PenTool";var dp=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=up(e,["color","size"]);return t.createElement("svg",cp({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"19",y1:"5",x2:"5",y2:"19"}),t.createElement("circle",{cx:"6.5",cy:"6.5",r:"2.5"}),t.createElement("circle",{cx:"17.5",cy:"17.5",r:"2.5"}))});function pp(){return pp=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},pp.apply(this,arguments)}function fp(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}dp.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},dp.displayName="Percent";var mp=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=fp(e,["color","size"]);return t.createElement("svg",pp({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 hp(){return hp=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},hp.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}mp.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},mp.displayName="PhoneCall";var yp=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=vp(e,["color","size"]);return t.createElement("svg",hp({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"19 1 23 5 19 9"}),t.createElement("line",{x1:"15",y1:"5",x2:"23",y2:"5"}),t.createElement("path",{d:"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"}))});function 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 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}yp.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},yp.displayName="PhoneForwarded";var wp=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=bp(e,["color","size"]);return t.createElement("svg",gp({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 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 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}wp.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},wp.displayName="PhoneIncoming";var Ep=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Op(e,["color","size"]);return t.createElement("svg",xp({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"23",y1:"1",x2:"17",y2:"7"}),t.createElement("line",{x1:"17",y1:"1",x2:"23",y2:"7"}),t.createElement("path",{d:"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"}))});function kp(){return kp=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},kp.apply(this,arguments)}function jp(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Ep.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Ep.displayName="PhoneMissed";var Pp=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=jp(e,["color","size"]);return t.createElement("svg",kp({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 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}Pp.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Pp.displayName="PhoneOff";var Np=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Cp(e,["color","size"]);return t.createElement("svg",Sp({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 Tp(){return Tp=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Tp.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}Np.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Np.displayName="PhoneOutgoing";var Ap=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Mp(e,["color","size"]);return t.createElement("svg",Tp({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"}))});function 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 Dp(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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:nr.string,size:nr.oneOfType([nr.string,nr.number])},Ap.displayName="Phone";var _p=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Dp(e,["color","size"]);return t.createElement("svg",zp({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M21.21 15.89A10 10 0 1 1 8 2.83"}),t.createElement("path",{d:"M22 12A10 10 0 0 0 12 2v10z"}))});function Lp(){return Lp=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Lp.apply(this,arguments)}function Ip(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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:nr.string,size:nr.oneOfType([nr.string,nr.number])},_p.displayName="PieChart";var Rp=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ip(e,["color","size"]);return t.createElement("svg",Lp({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("polygon",{points:"10 8 16 12 10 16 10 8"}))});function Bp(){return Bp=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Bp.apply(this,arguments)}function Wp(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Rp.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Rp.displayName="PlayCircle";var Fp=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Wp(e,["color","size"]);return t.createElement("svg",Bp({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polygon",{points:"5 3 19 12 5 21 5 3"}))});function 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 $p(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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:nr.string,size:nr.oneOfType([nr.string,nr.number])},Fp.displayName="Play";var Hp=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=$p(e,["color","size"]);return t.createElement("svg",Vp({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 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 qp(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Hp.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Hp.displayName="PlusCircle";var Yp=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=qp(e,["color","size"]);return t.createElement("svg",Up({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 Kp(){return Kp=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Kp.apply(this,arguments)}function 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}Yp.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Yp.displayName="PlusSquare";var Xp=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Gp(e,["color","size"]);return t.createElement("svg",Kp({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"12",y1:"5",x2:"12",y2:"19"}),t.createElement("line",{x1:"5",y1:"12",x2:"19",y2:"12"}))});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 Jp(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Xp.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Xp.displayName="Plus";var Qp=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Jp(e,["color","size"]);return t.createElement("svg",Zp({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"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 ef(){return ef=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ef.apply(this,arguments)}function tf(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Qp.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Qp.displayName="Pocket";var rf=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=tf(e,["color","size"]);return t.createElement("svg",ef({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M18.36 6.64a9 9 0 1 1-12.73 0"}),t.createElement("line",{x1:"12",y1:"2",x2:"12",y2:"12"}))});function nf(){return nf=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},nf.apply(this,arguments)}function of(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}rf.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},rf.displayName="Power";var af=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=of(e,["color","size"]);return t.createElement("svg",nf({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"6 9 6 2 18 2 18 9"}),t.createElement("path",{d:"M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2"}),t.createElement("rect",{x:"6",y:"14",width:"12",height:"8"}))});function lf(){return lf=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},lf.apply(this,arguments)}function sf(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}af.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},af.displayName="Printer";var cf=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=sf(e,["color","size"]);return t.createElement("svg",lf({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"2"}),t.createElement("path",{d:"M16.24 7.76a6 6 0 0 1 0 8.49m-8.48-.01a6 6 0 0 1 0-8.49m11.31-2.82a10 10 0 0 1 0 14.14m-14.14 0a10 10 0 0 1 0-14.14"}))});function uf(){return uf=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},uf.apply(this,arguments)}function df(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}cf.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},cf.displayName="Radio";var pf=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=df(e,["color","size"]);return t.createElement("svg",uf({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"1 4 1 10 7 10"}),t.createElement("polyline",{points:"23 20 23 14 17 14"}),t.createElement("path",{d:"M20.49 9A9 9 0 0 0 5.64 5.64L1 10m22 4l-4.64 4.36A9 9 0 0 1 3.51 15"}))});function ff(){return ff=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ff.apply(this,arguments)}function mf(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}pf.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},pf.displayName="RefreshCcw";var hf=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=mf(e,["color","size"]);return t.createElement("svg",ff({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"23 4 23 10 17 10"}),t.createElement("polyline",{points:"1 20 1 14 7 14"}),t.createElement("path",{d:"M3.51 9a9 9 0 0 1 14.85-3.36L23 10M1 14l4.64 4.36A9 9 0 0 0 20.49 15"}))});function vf(){return vf=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},vf.apply(this,arguments)}function yf(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}hf.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},hf.displayName="RefreshCw";var gf=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=yf(e,["color","size"]);return t.createElement("svg",vf({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"17 1 21 5 17 9"}),t.createElement("path",{d:"M3 11V9a4 4 0 0 1 4-4h14"}),t.createElement("polyline",{points:"7 23 3 19 7 15"}),t.createElement("path",{d:"M21 13v2a4 4 0 0 1-4 4H3"}))});function bf(){return bf=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},bf.apply(this,arguments)}function wf(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}gf.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},gf.displayName="Repeat";var xf=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=wf(e,["color","size"]);return t.createElement("svg",bf({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polygon",{points:"11 19 2 12 11 5 11 19"}),t.createElement("polygon",{points:"22 19 13 12 22 5 22 19"}))});function Of(){return Of=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Of.apply(this,arguments)}function Ef(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}xf.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},xf.displayName="Rewind";var kf=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ef(e,["color","size"]);return t.createElement("svg",Of({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"1 4 1 10 7 10"}),t.createElement("path",{d:"M3.51 15a9 9 0 1 0 2.13-9.36L1 10"}))});function jf(){return jf=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},jf.apply(this,arguments)}function Pf(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}kf.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},kf.displayName="RotateCcw";var Sf=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Pf(e,["color","size"]);return t.createElement("svg",jf({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"23 4 23 10 17 10"}),t.createElement("path",{d:"M20.49 15a9 9 0 1 1-2.12-9.36L23 10"}))});function Cf(){return Cf=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Cf.apply(this,arguments)}function Nf(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Sf.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Sf.displayName="RotateCw";var Tf=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Nf(e,["color","size"]);return t.createElement("svg",Cf({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M4 11a9 9 0 0 1 9 9"}),t.createElement("path",{d:"M4 4a16 16 0 0 1 16 16"}),t.createElement("circle",{cx:"5",cy:"19",r:"1"}))});function Mf(){return Mf=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Mf.apply(this,arguments)}function Af(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Tf.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Tf.displayName="Rss";var zf=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Af(e,["color","size"]);return t.createElement("svg",Mf({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11l5 5v11a2 2 0 0 1-2 2z"}),t.createElement("polyline",{points:"17 21 17 13 7 13 7 21"}),t.createElement("polyline",{points:"7 3 7 8 15 8"}))});function Df(){return Df=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Df.apply(this,arguments)}function _f(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}zf.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},zf.displayName="Save";var Lf=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=_f(e,["color","size"]);return t.createElement("svg",Df({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"6",cy:"6",r:"3"}),t.createElement("circle",{cx:"6",cy:"18",r:"3"}),t.createElement("line",{x1:"20",y1:"4",x2:"8.12",y2:"15.88"}),t.createElement("line",{x1:"14.47",y1:"14.48",x2:"20",y2:"20"}),t.createElement("line",{x1:"8.12",y1:"8.12",x2:"12",y2:"12"}))});function If(){return If=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},If.apply(this,arguments)}function Rf(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Lf.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Lf.displayName="Scissors";var Bf=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Rf(e,["color","size"]);return t.createElement("svg",If({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"11",cy:"11",r:"8"}),t.createElement("line",{x1:"21",y1:"21",x2:"16.65",y2:"16.65"}))});function Wf(){return Wf=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Wf.apply(this,arguments)}function Ff(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Bf.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Bf.displayName="Search";var Vf=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ff(e,["color","size"]);return t.createElement("svg",Wf({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"22",y1:"2",x2:"11",y2:"13"}),t.createElement("polygon",{points:"22 2 15 22 11 13 2 9 22 2"}))});function $f(){return $f=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},$f.apply(this,arguments)}function Hf(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Vf.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Vf.displayName="Send";var Uf=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Hf(e,["color","size"]);return t.createElement("svg",$f({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"2",y:"2",width:"20",height:"8",rx:"2",ry:"2"}),t.createElement("rect",{x:"2",y:"14",width:"20",height:"8",rx:"2",ry:"2"}),t.createElement("line",{x1:"6",y1:"6",x2:"6.01",y2:"6"}),t.createElement("line",{x1:"6",y1:"18",x2:"6.01",y2:"18"}))});function qf(){return qf=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},qf.apply(this,arguments)}function Yf(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Uf.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Uf.displayName="Server";var Kf=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Yf(e,["color","size"]);return t.createElement("svg",qf({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"3"}),t.createElement("path",{d:"M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z"}))});function Gf(){return Gf=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Gf.apply(this,arguments)}function Xf(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Kf.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Kf.displayName="Settings";var Zf=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Xf(e,["color","size"]);return t.createElement("svg",Gf({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"18",cy:"5",r:"3"}),t.createElement("circle",{cx:"6",cy:"12",r:"3"}),t.createElement("circle",{cx:"18",cy:"19",r:"3"}),t.createElement("line",{x1:"8.59",y1:"13.51",x2:"15.42",y2:"17.49"}),t.createElement("line",{x1:"15.41",y1:"6.51",x2:"8.59",y2:"10.49"}))});function Jf(){return Jf=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Jf.apply(this,arguments)}function Qf(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Zf.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Zf.displayName="Share2";var em=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Qf(e,["color","size"]);return t.createElement("svg",Jf({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8"}),t.createElement("polyline",{points:"16 6 12 2 8 6"}),t.createElement("line",{x1:"12",y1:"2",x2:"12",y2:"15"}))});function tm(){return tm=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},tm.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}em.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},em.displayName="Share";var nm=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=rm(e,["color","size"]);return t.createElement("svg",tm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M19.69 14a6.9 6.9 0 0 0 .31-2V5l-8-3-3.16 1.18"}),t.createElement("path",{d:"M4.73 4.73L4 5v7c0 6 8 10 8 10a20.29 20.29 0 0 0 5.62-4.38"}),t.createElement("line",{x1:"1",y1:"1",x2:"23",y2:"23"}))});function om(){return om=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},om.apply(this,arguments)}function im(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}nm.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},nm.displayName="ShieldOff";var am=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=im(e,["color","size"]);return t.createElement("svg",om({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"}))});function lm(){return lm=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},lm.apply(this,arguments)}function sm(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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:nr.string,size:nr.oneOfType([nr.string,nr.number])},am.displayName="Shield";var cm=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=sm(e,["color","size"]);return t.createElement("svg",lm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M6 2L3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4z"}),t.createElement("line",{x1:"3",y1:"6",x2:"21",y2:"6"}),t.createElement("path",{d:"M16 10a4 4 0 0 1-8 0"}))});function 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 dm(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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:nr.string,size:nr.oneOfType([nr.string,nr.number])},cm.displayName="ShoppingBag";var pm=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=dm(e,["color","size"]);return t.createElement("svg",um({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 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 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}pm.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},pm.displayName="ShoppingCart";var hm=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=mm(e,["color","size"]);return t.createElement("svg",fm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"16 3 21 3 21 8"}),t.createElement("line",{x1:"4",y1:"20",x2:"21",y2:"3"}),t.createElement("polyline",{points:"21 16 21 21 16 21"}),t.createElement("line",{x1:"15",y1:"15",x2:"21",y2:"21"}),t.createElement("line",{x1:"4",y1:"4",x2:"9",y2:"9"}))});function 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 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}hm.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},hm.displayName="Shuffle";var gm=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=ym(e,["color","size"]);return t.createElement("svg",vm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 bm(){return bm=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},bm.apply(this,arguments)}function wm(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}gm.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},gm.displayName="Sidebar";var xm=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=wm(e,["color","size"]);return t.createElement("svg",bm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polygon",{points:"19 20 9 12 19 4 19 20"}),t.createElement("line",{x1:"5",y1:"19",x2:"5",y2:"5"}))});function Om(){return Om=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Om.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:nr.string,size:nr.oneOfType([nr.string,nr.number])},xm.displayName="SkipBack";var km=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Em(e,["color","size"]);return t.createElement("svg",Om({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polygon",{points:"5 4 15 12 5 20 5 4"}),t.createElement("line",{x1:"19",y1:"5",x2:"19",y2:"19"}))});function 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 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:nr.string,size:nr.oneOfType([nr.string,nr.number])},km.displayName="SkipForward";var Sm=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Pm(e,["color","size"]);return t.createElement("svg",jm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 Cm(){return Cm=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Cm.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}Sm.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Sm.displayName="Slack";var Tm=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Nm(e,["color","size"]);return t.createElement("svg",Cm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("line",{x1:"4.93",y1:"4.93",x2:"19.07",y2:"19.07"}))});function Mm(){return Mm=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Mm.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}Tm.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Tm.displayName="Slash";var zm=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Am(e,["color","size"]);return t.createElement("svg",Mm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"4",y1:"21",x2:"4",y2:"14"}),t.createElement("line",{x1:"4",y1:"10",x2:"4",y2:"3"}),t.createElement("line",{x1:"12",y1:"21",x2:"12",y2:"12"}),t.createElement("line",{x1:"12",y1:"8",x2:"12",y2:"3"}),t.createElement("line",{x1:"20",y1:"21",x2:"20",y2:"16"}),t.createElement("line",{x1:"20",y1:"12",x2:"20",y2:"3"}),t.createElement("line",{x1:"1",y1:"14",x2:"7",y2:"14"}),t.createElement("line",{x1:"9",y1:"8",x2:"15",y2:"8"}),t.createElement("line",{x1:"17",y1:"16",x2:"23",y2:"16"}))});function 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 _m(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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:nr.string,size:nr.oneOfType([nr.string,nr.number])},zm.displayName="Sliders";var Lm=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=_m(e,["color","size"]);return t.createElement("svg",Dm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 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 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:nr.string,size:nr.oneOfType([nr.string,nr.number])},Lm.displayName="Smartphone";var Bm=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Rm(e,["color","size"]);return t.createElement("svg",Im({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 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 Fm(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Bm.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Bm.displayName="Smile";var Vm=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Fm(e,["color","size"]);return t.createElement("svg",Wm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"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 $m(){return $m=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},$m.apply(this,arguments)}function Hm(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Vm.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Vm.displayName="Speaker";var Um=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Hm(e,["color","size"]);return t.createElement("svg",$m({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",ry:"2"}))});function 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}Um.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Um.displayName="Square";var Km=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ym(e,["color","size"]);return t.createElement("svg",qm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 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 Xm(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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:nr.string,size:nr.oneOfType([nr.string,nr.number])},Km.displayName="Star";var Zm=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Xm(e,["color","size"]);return t.createElement("svg",Gm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("rect",{x:"9",y:"9",width:"6",height:"6"}))});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 Qm(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Zm.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Zm.displayName="StopCircle";var eh=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Qm(e,["color","size"]);return t.createElement("svg",Jm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 th(){return th=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},th.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}eh.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},eh.displayName="Sun";var nh=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=rh(e,["color","size"]);return t.createElement("svg",th({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M17 18a5 5 0 0 0-10 0"}),t.createElement("line",{x1:"12",y1:"2",x2:"12",y2:"9"}),t.createElement("line",{x1:"4.22",y1:"10.22",x2:"5.64",y2:"11.64"}),t.createElement("line",{x1:"1",y1:"18",x2:"3",y2:"18"}),t.createElement("line",{x1:"21",y1:"18",x2:"23",y2:"18"}),t.createElement("line",{x1:"18.36",y1:"11.64",x2:"19.78",y2:"10.22"}),t.createElement("line",{x1:"23",y1:"22",x2:"1",y2:"22"}),t.createElement("polyline",{points:"8 6 12 2 16 6"}))});function oh(){return oh=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},oh.apply(this,arguments)}function ih(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}nh.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},nh.displayName="Sunrise";var ah=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=ih(e,["color","size"]);return t.createElement("svg",oh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M17 18a5 5 0 0 0-10 0"}),t.createElement("line",{x1:"12",y1:"9",x2:"12",y2:"2"}),t.createElement("line",{x1:"4.22",y1:"10.22",x2:"5.64",y2:"11.64"}),t.createElement("line",{x1:"1",y1:"18",x2:"3",y2:"18"}),t.createElement("line",{x1:"21",y1:"18",x2:"23",y2:"18"}),t.createElement("line",{x1:"18.36",y1:"11.64",x2:"19.78",y2:"10.22"}),t.createElement("line",{x1:"23",y1:"22",x2:"1",y2:"22"}),t.createElement("polyline",{points:"16 5 12 9 8 5"}))});function lh(){return lh=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},lh.apply(this,arguments)}function sh(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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:nr.string,size:nr.oneOfType([nr.string,nr.number])},ah.displayName="Sunset";var ch=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=sh(e,["color","size"]);return t.createElement("svg",lh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M9 3H5a2 2 0 0 0-2 2v4m6-6h10a2 2 0 0 1 2 2v4M9 3v18m0 0h10a2 2 0 0 0 2-2V9M9 21H5a2 2 0 0 1-2-2V9m0 0h18"}))});function 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 dh(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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:nr.string,size:nr.oneOfType([nr.string,nr.number])},ch.displayName="Table";var ph=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=dh(e,["color","size"]);return t.createElement("svg",uh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 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 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}ph.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},ph.displayName="Tablet";var hh=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=mh(e,["color","size"]);return t.createElement("svg",fh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M20.59 13.41l-7.17 7.17a2 2 0 0 1-2.83 0L2 12V2h10l8.59 8.59a2 2 0 0 1 0 2.82z"}),t.createElement("line",{x1:"7",y1:"7",x2:"7.01",y2:"7"}))});function 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 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}hh.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},hh.displayName="Tag";var gh=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=yh(e,["color","size"]);return t.createElement("svg",vh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 bh(){return bh=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},bh.apply(this,arguments)}function wh(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}gh.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},gh.displayName="Target";var xh=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=wh(e,["color","size"]);return t.createElement("svg",bh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"4 17 10 11 4 5"}),t.createElement("line",{x1:"12",y1:"19",x2:"20",y2:"19"}))});function Oh(){return Oh=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Oh.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:nr.string,size:nr.oneOfType([nr.string,nr.number])},xh.displayName="Terminal";var kh=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Eh(e,["color","size"]);return t.createElement("svg",Oh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M14 14.76V3.5a2.5 2.5 0 0 0-5 0v11.26a4.5 4.5 0 1 0 5 0z"}))});function 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 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:nr.string,size:nr.oneOfType([nr.string,nr.number])},kh.displayName="Thermometer";var Sh=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ph(e,["color","size"]);return t.createElement("svg",jh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"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 Ch(){return Ch=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ch.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}Sh.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Sh.displayName="ThumbsDown";var Th=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Nh(e,["color","size"]);return t.createElement("svg",Ch({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3"}))});function Mh(){return Mh=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Mh.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}Th.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Th.displayName="ThumbsUp";var zh=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ah(e,["color","size"]);return t.createElement("svg",Mh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"1",y:"5",width:"22",height:"14",rx:"7",ry:"7"}),t.createElement("circle",{cx:"8",cy:"12",r:"3"}))});function 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 _h(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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:nr.string,size:nr.oneOfType([nr.string,nr.number])},zh.displayName="ToggleLeft";var Lh=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=_h(e,["color","size"]);return t.createElement("svg",Dh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"1",y:"5",width:"22",height:"14",rx:"7",ry:"7"}),t.createElement("circle",{cx:"16",cy:"12",r:"3"}))});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 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:nr.string,size:nr.oneOfType([nr.string,nr.number])},Lh.displayName="ToggleRight";var Bh=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Rh(e,["color","size"]);return t.createElement("svg",Ih({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"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 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 Fh(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Bh.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Bh.displayName="Tool";var Vh=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Fh(e,["color","size"]);return t.createElement("svg",Wh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 $h(){return $h=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},$h.apply(this,arguments)}function Hh(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Vh.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Vh.displayName="Trash2";var Uh=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Hh(e,["color","size"]);return t.createElement("svg",$h({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"3 6 5 6 21 6"}),t.createElement("path",{d:"M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"}))});function 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}Uh.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Uh.displayName="Trash";var Kh=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Yh(e,["color","size"]);return t.createElement("svg",qh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 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 Xh(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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:nr.string,size:nr.oneOfType([nr.string,nr.number])},Kh.displayName="Trello";var Zh=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Xh(e,["color","size"]);return t.createElement("svg",Gh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 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 Qh(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Zh.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Zh.displayName="TrendingDown";var ev=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Qh(e,["color","size"]);return t.createElement("svg",Jh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 tv(){return tv=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},tv.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}ev.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},ev.displayName="TrendingUp";var nv=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=rv(e,["color","size"]);return t.createElement("svg",tv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z"}))});function ov(){return ov=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ov.apply(this,arguments)}function iv(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}nv.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},nv.displayName="Triangle";var av=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=iv(e,["color","size"]);return t.createElement("svg",ov({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"1",y:"3",width:"15",height:"13"}),t.createElement("polygon",{points:"16 8 20 8 23 11 23 16 16 16 16 8"}),t.createElement("circle",{cx:"5.5",cy:"18.5",r:"2.5"}),t.createElement("circle",{cx:"18.5",cy:"18.5",r:"2.5"}))});function lv(){return lv=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},lv.apply(this,arguments)}function sv(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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:nr.string,size:nr.oneOfType([nr.string,nr.number])},av.displayName="Truck";var cv=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=sv(e,["color","size"]);return t.createElement("svg",lv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"2",y:"7",width:"20",height:"15",rx:"2",ry:"2"}),t.createElement("polyline",{points:"17 2 12 7 7 2"}))});function 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 dv(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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:nr.string,size:nr.oneOfType([nr.string,nr.number])},cv.displayName="Tv";var pv=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=dv(e,["color","size"]);return t.createElement("svg",uv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M21 2H3v16h5v4l4-4h5l4-4V2zm-10 9V7m5 4V7"}))});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 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}pv.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},pv.displayName="Twitch";var hv=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=mv(e,["color","size"]);return t.createElement("svg",fv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M23 3a10.9 10.9 0 0 1-3.14 1.53 4.48 4.48 0 0 0-7.86 3v1A10.66 10.66 0 0 1 3 4s-4 9 5 13a11.64 11.64 0 0 1-7 2c9 5 20 0 20-11.5a4.5 4.5 0 0 0-.08-.83A7.72 7.72 0 0 0 23 3z"}))});function 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 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}hv.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},hv.displayName="Twitter";var gv=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=yv(e,["color","size"]);return t.createElement("svg",vv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"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 bv(){return bv=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},bv.apply(this,arguments)}function wv(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}gv.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},gv.displayName="Type";var xv=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=wv(e,["color","size"]);return t.createElement("svg",bv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M23 12a11.05 11.05 0 0 0-22 0zm-5 7a3 3 0 0 1-6 0v-7"}))});function Ov(){return Ov=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ov.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:nr.string,size:nr.oneOfType([nr.string,nr.number])},xv.displayName="Umbrella";var kv=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ev(e,["color","size"]);return t.createElement("svg",Ov({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M6 3v7a6 6 0 0 0 6 6 6 6 0 0 0 6-6V3"}),t.createElement("line",{x1:"4",y1:"21",x2:"20",y2:"21"}))});function 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 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:nr.string,size:nr.oneOfType([nr.string,nr.number])},kv.displayName="Underline";var Sv=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Pv(e,["color","size"]);return t.createElement("svg",jv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 Cv(){return Cv=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Cv.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}Sv.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Sv.displayName="Unlock";var Tv=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Nv(e,["color","size"]);return t.createElement("svg",Cv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"16 16 12 12 8 16"}),t.createElement("line",{x1:"12",y1:"12",x2:"12",y2:"21"}),t.createElement("path",{d:"M20.39 18.39A5 5 0 0 0 18 9h-1.26A8 8 0 1 0 3 16.3"}),t.createElement("polyline",{points:"16 16 12 12 8 16"}))});function Mv(){return Mv=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Mv.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}Tv.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Tv.displayName="UploadCloud";var zv=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Av(e,["color","size"]);return t.createElement("svg",Mv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"}),t.createElement("polyline",{points:"17 8 12 3 7 8"}),t.createElement("line",{x1:"12",y1:"3",x2:"12",y2:"15"}))});function 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 _v(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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:nr.string,size:nr.oneOfType([nr.string,nr.number])},zv.displayName="Upload";var Lv=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=_v(e,["color","size"]);return t.createElement("svg",Dv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"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 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 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:nr.string,size:nr.oneOfType([nr.string,nr.number])},Lv.displayName="UserCheck";var Bv=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Rv(e,["color","size"]);return t.createElement("svg",Iv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 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 Fv(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Bv.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Bv.displayName="UserMinus";var Vv=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Fv(e,["color","size"]);return t.createElement("svg",Wv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"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 $v(){return $v=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},$v.apply(this,arguments)}function Hv(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Vv.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Vv.displayName="UserPlus";var Uv=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Hv(e,["color","size"]);return t.createElement("svg",$v({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"}),t.createElement("circle",{cx:"8.5",cy:"7",r:"4"}),t.createElement("line",{x1:"18",y1:"8",x2:"23",y2:"13"}),t.createElement("line",{x1:"23",y1:"8",x2:"18",y2:"13"}))});function 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}Uv.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Uv.displayName="UserX";var Kv=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Yv(e,["color","size"]);return t.createElement("svg",qv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 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 Xv(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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:nr.string,size:nr.oneOfType([nr.string,nr.number])},Kv.displayName="User";var Zv=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Xv(e,["color","size"]);return t.createElement("svg",Gv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 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 Qv(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Zv.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Zv.displayName="Users";var ey=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Qv(e,["color","size"]);return t.createElement("svg",Jv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 ty(){return ty=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ty.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}ey.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},ey.displayName="VideoOff";var ny=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=ry(e,["color","size"]);return t.createElement("svg",ty({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polygon",{points:"23 7 16 12 23 17 23 7"}),t.createElement("rect",{x:"1",y:"5",width:"15",height:"14",rx:"2",ry:"2"}))});function oy(){return oy=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},oy.apply(this,arguments)}function iy(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}ny.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},ny.displayName="Video";var ay=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=iy(e,["color","size"]);return t.createElement("svg",oy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"5.5",cy:"11.5",r:"4.5"}),t.createElement("circle",{cx:"18.5",cy:"11.5",r:"4.5"}),t.createElement("line",{x1:"5.5",y1:"16",x2:"18.5",y2:"16"}))});function ly(){return ly=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ly.apply(this,arguments)}function sy(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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:nr.string,size:nr.oneOfType([nr.string,nr.number])},ay.displayName="Voicemail";var cy=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=sy(e,["color","size"]);return t.createElement("svg",ly({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polygon",{points:"11 5 6 9 2 9 2 15 6 15 11 19 11 5"}),t.createElement("path",{d:"M15.54 8.46a5 5 0 0 1 0 7.07"}))});function 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 dy(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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:nr.string,size:nr.oneOfType([nr.string,nr.number])},cy.displayName="Volume1";var py=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=dy(e,["color","size"]);return t.createElement("svg",uy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 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 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}py.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},py.displayName="Volume2";var hy=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=my(e,["color","size"]);return t.createElement("svg",fy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polygon",{points:"11 5 6 9 2 9 2 15 6 15 11 19 11 5"}),t.createElement("line",{x1:"23",y1:"9",x2:"17",y2:"15"}),t.createElement("line",{x1:"17",y1:"9",x2:"23",y2:"15"}))});function 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 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}hy.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},hy.displayName="VolumeX";var gy=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=yy(e,["color","size"]);return t.createElement("svg",vy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polygon",{points:"11 5 6 9 2 9 2 15 6 15 11 19 11 5"}))});function by(){return by=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},by.apply(this,arguments)}function wy(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}gy.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},gy.displayName="Volume";var xy=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=wy(e,["color","size"]);return t.createElement("svg",by({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"7"}),t.createElement("polyline",{points:"12 9 12 12 13.5 13.5"}),t.createElement("path",{d:"M16.51 17.35l-.35 3.83a2 2 0 0 1-2 1.82H9.83a2 2 0 0 1-2-1.82l-.35-3.83m.01-10.7l.35-3.83A2 2 0 0 1 9.83 1h4.35a2 2 0 0 1 2 1.82l.35 3.83"}))});function Oy(){return Oy=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Oy.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:nr.string,size:nr.oneOfType([nr.string,nr.number])},xy.displayName="Watch";var ky=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ey(e,["color","size"]);return t.createElement("svg",Oy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"1",y1:"1",x2:"23",y2:"23"}),t.createElement("path",{d:"M16.72 11.06A10.94 10.94 0 0 1 19 12.55"}),t.createElement("path",{d:"M5 12.55a10.94 10.94 0 0 1 5.17-2.39"}),t.createElement("path",{d:"M10.71 5.05A16 16 0 0 1 22.58 9"}),t.createElement("path",{d:"M1.42 9a15.91 15.91 0 0 1 4.7-2.88"}),t.createElement("path",{d:"M8.53 16.11a6 6 0 0 1 6.95 0"}),t.createElement("line",{x1:"12",y1:"20",x2:"12.01",y2:"20"}))});function 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 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:nr.string,size:nr.oneOfType([nr.string,nr.number])},ky.displayName="WifiOff";var Sy=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Py(e,["color","size"]);return t.createElement("svg",jy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 Cy(){return Cy=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Cy.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}Sy.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Sy.displayName="Wifi";var Ty=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ny(e,["color","size"]);return t.createElement("svg",Cy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M9.59 4.59A2 2 0 1 1 11 8H2m10.59 11.41A2 2 0 1 0 14 16H2m15.73-8.27A2.5 2.5 0 1 1 19.5 12H2"}))});function My(){return My=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},My.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}Ty.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Ty.displayName="Wind";var zy=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ay(e,["color","size"]);return t.createElement("svg",My({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("line",{x1:"15",y1:"9",x2:"9",y2:"15"}),t.createElement("line",{x1:"9",y1:"9",x2:"15",y2:"15"}))});function 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 _y(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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:nr.string,size:nr.oneOfType([nr.string,nr.number])},zy.displayName="XCircle";var Ly=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=_y(e,["color","size"]);return t.createElement("svg",Dy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 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 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:nr.string,size:nr.oneOfType([nr.string,nr.number])},Ly.displayName="XOctagon";var By=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ry(e,["color","size"]);return t.createElement("svg",Iy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 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 Fy(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}By.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},By.displayName="XSquare";var Vy=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Fy(e,["color","size"]);return t.createElement("svg",Wy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"18",y1:"6",x2:"6",y2:"18"}),t.createElement("line",{x1:"6",y1:"6",x2:"18",y2:"18"}))});function $y(){return $y=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},$y.apply(this,arguments)}function Hy(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Vy.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Vy.displayName="X";var Uy=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Hy(e,["color","size"]);return t.createElement("svg",$y({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M22.54 6.42a2.78 2.78 0 0 0-1.94-2C18.88 4 12 4 12 4s-6.88 0-8.6.46a2.78 2.78 0 0 0-1.94 2A29 29 0 0 0 1 11.75a29 29 0 0 0 .46 5.33A2.78 2.78 0 0 0 3.4 19c1.72.46 8.6.46 8.6.46s6.88 0 8.6-.46a2.78 2.78 0 0 0 1.94-2 29 29 0 0 0 .46-5.25 29 29 0 0 0-.46-5.33z"}),t.createElement("polygon",{points:"9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02"}))});function 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}Uy.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Uy.displayName="Youtube";var Ky=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Yy(e,["color","size"]);return t.createElement("svg",qy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 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 Xy(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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:nr.string,size:nr.oneOfType([nr.string,nr.number])},Ky.displayName="ZapOff";var Zy=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Xy(e,["color","size"]);return t.createElement("svg",Gy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polygon",{points:"13 2 3 14 12 14 11 22 21 10 12 10 13 2"}))});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 Qy(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Zy.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Zy.displayName="Zap";var eg=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Qy(e,["color","size"]);return t.createElement("svg",Jy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"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 tg(){return tg=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},tg.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}eg.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},eg.displayName="ZoomIn";var ng=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=rg(e,["color","size"]);return t.createElement("svg",tg({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"11",cy:"11",r:"8"}),t.createElement("line",{x1:"21",y1:"21",x2:"16.65",y2:"16.65"}),t.createElement("line",{x1:"8",y1:"11",x2:"14",y2:"11"}))});ng.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},ng.displayName="ZoomOut";var og=Object.freeze({__proto__:null,Activity:ar,Airplay:cr,AlertCircle:pr,AlertOctagon:hr,AlertTriangle:gr,AlignCenter:xr,AlignJustify:kr,AlignLeft:Sr,AlignRight:Tr,Anchor:zr,Aperture:Lr,Archive:Br,ArrowDown:Zr,ArrowDownCircle:Vr,ArrowDownLeft:Ur,ArrowDownRight:Kr,ArrowLeft:nn,ArrowLeftCircle:en,ArrowRight:un,ArrowRightCircle:ln,ArrowUp:On,ArrowUpCircle:fn,ArrowUpLeft:vn,ArrowUpRight:bn,AtSign:jn,Award:Cn,BarChart:Dn,BarChart2:Mn,Battery:Wn,BatteryCharging:In,Bell:qn,BellOff:$n,Bluetooth:Gn,Bold:Jn,Book:oo,BookOpen:to,Bookmark:lo,Box:uo,Briefcase:mo,Calendar:yo,Camera:Eo,CameraOff:wo,Cast:Po,Check:_o,CheckCircle:No,CheckSquare:Ao,ChevronDown:Ro,ChevronLeft:Fo,ChevronRight:Ho,ChevronUp:Yo,ChevronsDown:Xo,ChevronsLeft:Qo,ChevronsRight:ri,ChevronsUp:ii,Chrome:si,Circle:di,Clipboard:mi,Clock:yi,Cloud:_i,CloudDrizzle:wi,CloudLightning:Ei,CloudOff:Pi,CloudRain:Ni,CloudSnow:Ai,Code:Ri,Codepen:Fi,Codesandbox:Hi,Coffee:Yi,Columns:Xi,Command:Qi,Compass:ra,Copy:ia,CornerDownLeft:sa,CornerDownRight:da,CornerLeftDown:ma,CornerLeftUp:ya,CornerRightDown:wa,CornerRightUp:Ea,CornerUpLeft:Pa,CornerUpRight:Na,Cpu:Aa,CreditCard:_a,Crop:Ra,Crosshair:Fa,Database:Ha,Delete:Ya,Disc:Xa,Divide:il,DivideCircle:Qa,DivideSquare:rl,DollarSign:sl,Download:ml,DownloadCloud:dl,Dribbble:yl,Droplet:wl,Edit:Nl,Edit2:El,Edit3:Pl,ExternalLink:Al,Eye:Rl,EyeOff:_l,Facebook:Fl,FastForward:Hl,Feather:Yl,Figma:Xl,File:ss,FileMinus:Ql,FilePlus:rs,FileText:is,Film:ds,Filter:ms,Flag:ys,Folder:Ps,FolderMinus:ws,FolderPlus:Es,Framer:Ns,Frown:As,Gift:_s,GitBranch:Rs,GitCommit:Fs,GitHub:Xs,GitMerge:Hs,GitPullRequest:Ys,Gitlab:Qs,Globe:rc,Grid:ic,HardDrive:sc,Hash:dc,Headphones:mc,Heart:yc,HelpCircle:wc,Hexagon:Ec,Home:Pc,Image:Nc,Inbox:Ac,Info:_c,Instagram:Rc,Italic:Fc,Key:Hc,Layers:Yc,Layout:Xc,LifeBuoy:Qc,Link:iu,Link2:ru,Linkedin:su,List:du,Loader:mu,Lock:yu,LogIn:wu,LogOut:Eu,Mail:Pu,Map:Au,MapPin:Nu,Maximize:Ru,Maximize2:_u,Meh:Fu,Menu:Hu,MessageCircle:Yu,MessageSquare:Xu,Mic:rd,MicOff:Qu,Minimize:sd,Minimize2:id,Minus:yd,MinusCircle:dd,MinusSquare:md,Monitor:wd,Moon:Ed,MoreHorizontal:Pd,MoreVertical:Nd,MousePointer:Ad,Move:_d,Music:Rd,Navigation:Hd,Navigation2:Fd,Octagon:Yd,Package:Xd,Paperclip:Qd,Pause:ip,PauseCircle:rp,PenTool:sp,Percent:dp,Phone:Ap,PhoneCall:mp,PhoneForwarded:yp,PhoneIncoming:wp,PhoneMissed:Ep,PhoneOff:Pp,PhoneOutgoing:Np,PieChart:_p,Play:Fp,PlayCircle:Rp,Plus:Xp,PlusCircle:Hp,PlusSquare:Yp,Pocket:Qp,Power:rf,Printer:af,Radio:cf,RefreshCcw:pf,RefreshCw:hf,Repeat:gf,Rewind:xf,RotateCcw:kf,RotateCw:Sf,Rss:Tf,Save:zf,Scissors:Lf,Search:Bf,Send:Vf,Server:Uf,Settings:Kf,Share:em,Share2:Zf,Shield:am,ShieldOff:nm,ShoppingBag:cm,ShoppingCart:pm,Shuffle:hm,Sidebar:gm,SkipBack:xm,SkipForward:km,Slack:Sm,Slash:Tm,Sliders:zm,Smartphone:Lm,Smile:Bm,Speaker:Vm,Square:Um,Star:Km,StopCircle:Zm,Sun:eh,Sunrise:nh,Sunset:ah,Table:ch,Tablet:ph,Tag:hh,Target:gh,Terminal:xh,Thermometer:kh,ThumbsDown:Sh,ThumbsUp:Th,ToggleLeft:zh,ToggleRight:Lh,Tool:Bh,Trash:Uh,Trash2:Vh,Trello:Kh,TrendingDown:Zh,TrendingUp:ev,Triangle:nv,Truck:av,Tv:cv,Twitch:pv,Twitter:hv,Type:gv,Umbrella:xv,Underline:kv,Unlock:Sv,Upload:zv,UploadCloud:Tv,User:Kv,UserCheck:Lv,UserMinus:Bv,UserPlus:Vv,UserX:Uv,Users:Zv,Video:ny,VideoOff:ey,Voicemail:ay,Volume:gy,Volume1:cy,Volume2:py,VolumeX:hy,Watch:xy,Wifi:Sy,WifiOff:ky,Wind:Ty,X:Vy,XCircle:zy,XOctagon:Ly,XSquare:By,Youtube:Uy,Zap:Zy,ZapOff:Ky,ZoomIn:eg,ZoomOut:ng});const ig=a(({size:e=24,color:r="#474747",className:n})=>t.createElement("svg",{viewBox:"0 0 24 24",width:e,height:e,fill:"none",xmlns:"http://www.w3.org/2000/svg",className:n},t.createElement("path",{d:"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10zM5 19L19 5",stroke:r,strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})));ig.displayName="DisableIcon";const ag=a(({size:e=24,color:r="#474747",className:n})=>t.createElement("svg",{viewBox:"0 0 24 24",width:e,height:e,fill:"none",xmlns:"http://www.w3.org/2000/svg",className:n},t.createElement("path",{d:"M14.12 14.12a2.998 2.998 0 01-5.194-2.098A3 3 0 019.88 9.88m8.06 8.06A10.07 10.07 0 0112 20c-7 0-11-8-11-8a18.45 18.45 0 015.06-5.94l11.88 11.88zM9.9 4.24A9.12 9.12 0 0112 4c7 0 11 8 11 8a18.494 18.494 0 01-2.16 3.19L9.9 4.24zM1 1l22 22",stroke:r,strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})));ag.displayName="HideIcon";const lg=a(({size:e=24,color:r="#474747",className:n})=>t.createElement("svg",{viewBox:"0 0 24 24",width:e,height:e,fill:"none",xmlns:"http://www.w3.org/2000/svg",className:n},t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M22.5 12c0 5.799-4.701 10.5-10.5 10.5S1.5 17.799 1.5 12 6.201 1.5 12 1.5 22.5 6.201 22.5 12zm-10.75-2a.75.75 0 01.75.75v6.5a.75.75 0 01-1.5 0v-6.5a.75.75 0 01.75-.75zm.75-2.25a.75.75 0 00-1.5 0v.5a.75.75 0 001.5 0v-.5z",fill:r})));lg.displayName="InfoIcon";const sg=a(({size:e=24,color:r="#474747",className:n})=>t.createElement("svg",{viewBox:"0 0 24 24",width:e,height:e,fill:"none",xmlns:"http://www.w3.org/2000/svg",className:n},t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M22.5 12c0 5.799-4.701 10.5-10.5 10.5S1.5 17.799 1.5 12 6.201 1.5 12 1.5 22.5 6.201 22.5 12zM11.75 7a.75.75 0 01.75.75v6.5a.75.75 0 01-1.5 0v-6.5a.75.75 0 01.75-.75zm.75 9.75a.75.75 0 00-1.5 0v.5a.75.75 0 001.5 0v-.5z",fill:r})));sg.displayName="WarningIcon";const cg=a(({size:e=24,color:r="#474747",className:n})=>t.createElement("svg",{viewBox:"0 0 24 24",width:e,height:e,fill:"none",xmlns:"http://www.w3.org/2000/svg",className:n},t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M22.5 12c0 5.799-4.701 10.5-10.5 10.5S1.5 17.799 1.5 12 6.201 1.5 12 1.5 22.5 6.201 22.5 12zm-7.97-2.53a.75.75 0 010 1.06L13.06 12l1.47 1.47a.75.75 0 11-1.06 1.06L12 13.06l-1.47 1.47a.75.75 0 11-1.06-1.06L10.94 12l-1.47-1.47a.75.75 0 111.06-1.06L12 10.94l1.47-1.47a.75.75 0 011.06 0z",fill:r})));cg.displayName="ErrorIcon";const ug=a(({size:e=24,color:r="#474747",className:n})=>t.createElement("svg",{viewBox:"0 0 24 24",width:e,height:e,fill:"none",xmlns:"http://www.w3.org/2000/svg",className:n},t.createElement("path",{d:"M8 22H6a2 2 0 01-2-2V4a2 2 0 012-2h8l6 6v12a2 2 0 01-2 2h-2",stroke:r,strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}),t.createElement("path",{d:"M14 2v6h6M12 13v9M16 17l-4-4-4 4",stroke:r,strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})));ug.displayName="UploadIcon";const dg=a(({size:e=24,color:r="#474747",className:n})=>t.createElement("svg",{width:e,height:e,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:n},t.createElement("g",null,t.createElement("path",{d:"M17.1875 16.3281H2.8125C2.4668 16.3281 2.1875 16.6074 2.1875 16.9531V17.6562C2.1875 17.7422 2.25781 17.8125 2.34375 17.8125H17.6562C17.7422 17.8125 17.8125 17.7422 17.8125 17.6562V16.9531C17.8125 16.6074 17.5332 16.3281 17.1875 16.3281ZM5.0332 14.6875C5.07227 14.6875 5.11133 14.6836 5.15039 14.6777L8.43555 14.1016C8.47461 14.0938 8.51172 14.0762 8.53906 14.0469L16.8184 5.76758C16.8365 5.74951 16.8508 5.72805 16.8606 5.70442C16.8704 5.68079 16.8755 5.65546 16.8755 5.62988C16.8755 5.6043 16.8704 5.57897 16.8606 5.55535C16.8508 5.53172 16.8365 5.51026 16.8184 5.49219L13.5723 2.24414C13.5352 2.20703 13.4863 2.1875 13.4336 2.1875C13.3809 2.1875 13.332 2.20703 13.2949 2.24414L5.01562 10.5234C4.98633 10.5527 4.96875 10.5879 4.96094 10.627L4.38477 13.9121C4.36577 14.0167 4.37255 14.1244 4.40454 14.2258C4.43654 14.3273 4.49276 14.4193 4.56836 14.4941C4.69727 14.6191 4.85938 14.6875 5.0332 14.6875Z",fill:r}))));dg.displayName="EditFilledIcon";const pg=a(({size:e=24,color:r="#525252",className:n})=>t.createElement("svg",{width:e,height:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:n},t.createElement("path",{d:"M8 22H6C5.46957 22 4.96086 21.7893 4.58579 21.4142C4.21071 21.0391 4 20.5304 4 20V4C4 3.46957 4.21071 2.96086 4.58579 2.58579C4.96086 2.21071 5.46957 2 6 2H14L20 8V20C20 20.5304 19.7893 21.0391 19.4142 21.4142C19.0391 21.7893 18.5304 22 18 22H16",stroke:r,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.createElement("path",{d:"M14 2V8H20",stroke:r,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.createElement("path",{d:"M12 13V22",stroke:r,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.createElement("path",{d:"M16 17L12 13L8 17",stroke:r,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})));pg.displayName="FileUploadIcon";const fg=a(({size:e=24,className:r})=>t.createElement("svg",{width:e,height:e,viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:r},t.createElement("path",{d:"M22.3905 2.33398H8.99992C8.63172 2.33398 8.33325 2.63245 8.33325 3.00065V29.0006C8.33325 29.3688 8.63172 29.6673 8.99992 29.6673H28.3333C28.7015 29.6673 28.9999 29.3688 28.9999 29.0006V8.94345C28.9999 8.76665 28.9297 8.59708 28.8047 8.47205L22.8619 2.52925C22.7368 2.40422 22.5673 2.33398 22.3905 2.33398Z",fill:"white",stroke:"#979593",strokeWidth:"1.27869",strokeMiterlimit:"10"}),t.createElement("path",{d:"M22.3333 2.33398V8.33398C22.3333 8.70218 22.6317 9.00065 22.9999 9.00065H28.9999",stroke:"#979593",strokeWidth:"1.27869",strokeMiterlimit:"10"}),t.createElement("path",{d:"M17.0001 20.3327H13.6667V19.666H17.0001C17.1842 19.666 17.3334 19.8152 17.3334 19.9993C17.3334 20.1834 17.1842 20.3327 17.0001 20.3327ZM17.0001 18.3327H13.6667V17.666H17.0001C17.1842 17.666 17.3334 17.8152 17.3334 17.9993C17.3334 18.1834 17.1842 18.3327 17.0001 18.3327ZM17.0001 16.3327H13.6667V15.666H17.0001C17.1842 15.666 17.3334 15.8152 17.3334 15.9993C17.3334 16.1834 17.1842 16.3327 17.0001 16.3327ZM17.0001 14.3327H13.6667V13.666H17.0001C17.1842 13.666 17.3334 13.8152 17.3334 13.9993C17.3334 14.1834 17.1842 14.3327 17.0001 14.3327ZM17.0001 22.3327H13.6667V21.666H17.0001C17.1842 21.666 17.3334 21.8152 17.3334 21.9993C17.3334 22.1834 17.1842 22.3327 17.0001 22.3327ZM26.3334 20.3327H23.0001C22.816 20.3327 22.6667 20.1834 22.6667 19.9993C22.6667 19.8152 22.816 19.666 23.0001 19.666H26.3334C26.5175 19.666 26.6667 19.8152 26.6667 19.9993C26.6667 20.1834 26.5175 20.3327 26.3334 20.3327ZM26.3334 22.3327H23.0001C22.816 22.3327 22.6667 22.1834 22.6667 21.9993C22.6667 21.8152 22.816 21.666 23.0001 21.666H26.3334C26.5175 21.666 26.6667 21.8152 26.6667 21.9993C26.6667 22.1834 26.5175 22.3327 26.3334 22.3327ZM26.3334 18.3327H23.0001C22.816 18.3327 22.6667 18.1834 22.6667 17.9993C22.6667 17.8152 22.816 17.666 23.0001 17.666H26.3334C26.5175 17.666 26.6667 17.8152 26.6667 17.9993C26.6667 18.1834 26.5175 18.3327 26.3334 18.3327ZM26.3334 16.3327H23.0001C22.816 16.3327 22.6667 16.1834 22.6667 15.9993C22.6667 15.8152 22.816 15.666 23.0001 15.666H26.3334C26.5175 15.666 26.6667 15.8152 26.6667 15.9993C26.6667 16.1834 26.5175 16.3327 26.3334 16.3327ZM26.3334 14.3327H23.0001C22.816 14.3327 22.6667 14.1834 22.6667 13.9993C22.6667 13.8152 22.816 13.666 23.0001 13.666H26.3334C26.5175 13.666 26.6667 13.8152 26.6667 13.9993C26.6667 14.1834 26.5175 14.3327 26.3334 14.3327ZM21.6667 20.3327H18.3334C18.1493 20.3327 18.0001 20.1834 18.0001 19.9993C18.0001 19.8152 18.1493 19.666 18.3334 19.666H21.6667C21.8508 19.666 22.0001 19.8152 22.0001 19.9993C22.0001 20.1834 21.8508 20.3327 21.6667 20.3327ZM21.6667 22.3327H18.3334C18.1493 22.3327 18.0001 22.1834 18.0001 21.9993C18.0001 21.8152 18.1493 21.666 18.3334 21.666H21.6667C21.8508 21.666 22.0001 21.8152 22.0001 21.9993C22.0001 22.1834 21.8508 22.3327 21.6667 22.3327ZM21.6667 18.3327H18.3334C18.1493 18.3327 18.0001 18.1834 18.0001 17.9993C18.0001 17.8152 18.1493 17.666 18.3334 17.666H21.6667C21.8508 17.666 22.0001 17.8152 22.0001 17.9993C22.0001 18.1834 21.8508 18.3327 21.6667 18.3327ZM21.6667 16.3327H18.3334C18.1493 16.3327 18.0001 16.1834 18.0001 15.9993C18.0001 15.8152 18.1493 15.666 18.3334 15.666H21.6667C21.8508 15.666 22.0001 15.8152 22.0001 15.9993C22.0001 16.1834 21.8508 16.3327 21.6667 16.3327ZM21.6667 14.3327H18.3334C18.1493 14.3327 18.0001 14.1834 18.0001 13.9993C18.0001 13.8152 18.1493 13.666 18.3334 13.666H21.6667C21.8508 13.666 22.0001 13.8152 22.0001 13.9993C22.0001 14.1834 21.8508 14.3327 21.6667 14.3327Z",fill:"#C8C6C4"}),t.createElement("path",{d:"M4.00008 24.6673H14.6667C15.4031 24.6673 16.0001 24.0704 16.0001 23.334V12.6673C16.0001 11.931 15.4031 11.334 14.6667 11.334H4.00008C3.26371 11.334 2.66675 11.931 2.66675 12.6673V23.334C2.66675 24.0704 3.26371 24.6673 4.00008 24.6673Z",fill:"#107C41"}),t.createElement("path",{d:"M5.64966 22L8.27792 17.9888L5.87069 14H7.80786L9.12199 16.5495C9.24276 16.7913 9.32576 16.9718 9.37102 17.0907H9.38796C9.47519 16.8974 9.56569 16.7095 9.66009 16.5274L11.0647 14H12.843L10.3736 17.9667L12.9055 22H11.0136L9.49569 19.1994C9.43156 19.0956 9.37102 18.9708 9.31439 18.8256H9.29192C9.26556 18.9151 9.20696 19.0359 9.11646 19.1882L7.55299 22H5.64966Z",fill:"white"})));fg.displayName="ExcelFileIcon";const mg=a(({size:e=24,color:r="#6E6CC4",className:n})=>t.createElement("svg",{viewBox:"0 0 24 24",width:e,height:e,fill:"none",xmlns:"http://www.w3.org/2000/svg",className:n},t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 22.5c5.799 0 10.5-4.701 10.5-10.5S17.799 1.5 12 1.5 1.5 6.201 1.5 12 6.201 22.5 12 22.5zm3.522-11.962a.75.75 0 10-1.044-1.076l-3.603 3.493-1.353-1.312a.75.75 0 10-1.044 1.077l1.875 1.818a.75.75 0 001.044 0l4.125-4z",fill:r})));mg.displayName="SuccessIcon";const hg=a(({size:e=24,className:r})=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:e,height:e,fill:"none",viewBox:"0 0 16 16",className:r},t.createElement("path",{fill:"url(#likepaint0_linear)",d:"M8 0C5.87827 0 3.84344 0.842855 2.34315 2.34315C0.842855 3.84344 0 5.87827 0 8C0 10.1217 0.842855 12.1566 2.34315 13.6569C3.84344 15.1571 5.87827 16 8 16C10.1217 16 12.1566 15.1571 13.6569 13.6569C15.1571 12.1566 16 10.1217 16 8C16 5.87827 15.1571 3.84344 13.6569 2.34315C12.1566 0.842855 10.1217 0 8 0V0Z"}),t.createElement("path",{fill:"#fff",d:"M12.162 7.338C12.338 7.461 12.5 7.583 12.5 8.012C12.5 8.442 12.271 8.616 12.026 8.737C12.1261 8.90028 12.1581 9.09637 12.115 9.283C12.038 9.627 11.723 9.894 11.443 9.973C11.564 10.167 11.602 10.358 11.458 10.593C11.273 10.888 11.112 11 10.4 11H7.5C6.512 11 6 10.454 6 10V7.665C6 6.435 7.467 5.39 7.467 4.535L7.361 3.47C7.356 3.405 7.369 3.246 7.419 3.2C7.499 3.121 7.72 3 8.054 3C8.272 3 8.417 3.041 8.588 3.123C9.169 3.4 9.32 4.101 9.32 4.665C9.32 4.936 8.906 5.748 8.85 6.029C8.85 6.029 9.717 5.837 10.729 5.83C11.79 5.824 12.478 6.02 12.478 6.672C12.478 6.933 12.259 7.195 12.162 7.338V7.338ZM3.6 7H4.4C4.55913 7 4.71174 7.06321 4.82426 7.17574C4.93679 7.28826 5 7.44087 5 7.6V11.4C5 11.5591 4.93679 11.7117 4.82426 11.8243C4.71174 11.9368 4.55913 12 4.4 12H3.6C3.44087 12 3.28826 11.9368 3.17574 11.8243C3.06321 11.7117 3 11.5591 3 11.4V7.6C3 7.44087 3.06321 7.28826 3.17574 7.17574C3.28826 7.06321 3.44087 7 3.6 7V7Z"}),t.createElement("defs",null,t.createElement("linearGradient",{id:"likepaint0_linear",x1:"8",x2:"8",y2:"16",gradientUnits:"userSpaceOnUse"},t.createElement("stop",{stopColor:"#18AFFF"}),t.createElement("stop",{offset:"1",stopColor:"#0062DF"})))));hg.displayName="FBLikeIcon";const vg=a(({size:e=24,className:r})=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:e,height:e,fill:"none",viewBox:"0 0 16 16",className:r},t.createElement("path",{fill:"url(#lovepaint0_linear)",d:"M8 0C5.87827 0 3.84344 0.842855 2.34315 2.34315C0.842855 3.84344 0 5.87827 0 8C0 10.1217 0.842855 12.1566 2.34315 13.6569C3.84344 15.1571 5.87827 16 8 16C10.1217 16 12.1566 15.1571 13.6569 13.6569C15.1571 12.1566 16 10.1217 16 8C16 5.87827 15.1571 3.84344 13.6569 2.34315C12.1566 0.842855 10.1217 0 8 0V0Z"}),t.createElement("path",{fill:"#fff",d:"M10.4732 4C8.27523 4 8.00023 5.824 8.00023 5.824C8.00023 5.824 7.72623 4 5.52823 4C3.41423 4 2.79823 6.222 3.05623 7.41C3.73623 10.55 8.00023 12.75 8.00023 12.75C8.00023 12.75 12.2652 10.55 12.9452 7.41C13.2022 6.222 12.5852 4 10.4732 4Z"}),t.createElement("defs",null,t.createElement("linearGradient",{id:"lovepaint0_linear",x1:"8",x2:"8",y2:"16",gradientUnits:"userSpaceOnUse"},t.createElement("stop",{stopColor:"#FF6680"}),t.createElement("stop",{offset:"1",stopColor:"#E61739"})))));vg.displayName="FBLoveIcon";var yg=Object.freeze({__proto__:null,Disable:ig,EditFilled:dg,Error:cg,ExcelFile:fg,FBLike:hg,FBLove:vg,FileUpload:pg,Hide:ag,Info:lg,Success:mg,Upload:ug,Warning:sg});const gg=({name:e="Umbrella",color:r="#858585",size:n=20,strokeWidth:o=1.5,className:i,...a})=>{const l=og[e]??yg[e];return t.createElement(l,{color:r,size:n,strokeWidth:o,className:i,...a})},bg={extraSmall:"mt-1 mb-1",small:"mt-2 mb-2",medium:"mt-4 mb-4",large:"mt-6 mb-6",extraLarge:"mt-8 mb-8"},wg={tight:"tracking-tight",normal:"tracking-normal",wide:"tracking-wide",wider:"tracking-wider",widest:"tracking-widest"},xg={h1:"text-4xl",h2:"text-3xl",h3:"text-2xl",h4:"text-xl",h5:"text-lg",h6:"text-base"},Og={primary:"text-primary",secondary:"text-secondary",tertiary:"text-destructive",quaternary:"text-warning",quinary:"text-muted-foreground",white:"text-white",harford:"text-[#043d5a]",cocoon:"text-[#62a4d9]"},Eg={normal:"font-normal",bold:"font-bold",semibold:"font-semibold",light:"font-light"},kg={body:"text-base",paragraph:"text-lg",caption:"text-sm",small:"text-xs",regular:"text-base",paragraphSm:"text-md",captionSm:"text-xs"},jg=({variant:e="h1",color:r="harford",marginTop:n,marginBottom:o,letterSpacing:i,textAlign:a="text-left",fontWeight:l="normal",children:s,className:c,...u})=>{const d=Qe(xg[e],Og[r],Eg[l],n?bg[n]:"",o?bg[o]:"",i?wg[i]:"",a,c);return t.createElement(e,{className:d,...u},s)},Pg=({variant:e,color:r="quaternary",marginTop:n,marginBottom:o,letterSpacing:i,textAlign:a="text-left",fontWeight:l="normal",children:s,className:c,...u})=>{const d=Qe(kg[e],Og[r],Eg[l],n?bg[n]:"",o?bg[o]:"",i?wg[i]:"",a,c);return t.createElement("p",{className:d,...u},s)},Sg=Pg,Cg=jg,Ng=t.forwardRef(({id:e,disabled:r,dataTestId:n,checked:o,...i},a)=>t.createElement("input",{type:"checkbox",id:e,ref:a,disabled:r,"data-testid":n,checked:o,...i,className:"absolute h-0 w-0 opacity-0"}));Ng.displayName="CheckboxInput";const Tg=({size:e,state:r,disabled:n})=>{const o="small"===e?"h-2.5 w-2.5":"h-4 w-4",i=n?"cursor-not-allowed opacity-50":"cursor-pointer group-hover:border-primary group-hover:bg-primary/10";return t.createElement("span",{className:`absolute ${o} rounded ${{unChecked:"border-input bg-background border",hover:"border-primary bg-primary/10 border",checked:"border-primary border",indeterminate:"border-input bg-muted border"}[r]} ${i} flex items-center justify-center`})},Mg=({size:e,state:r,disabled:n})=>{const o="small"===e?"h-2 w-2":"h-3 w-3",i="small"===e?2:3;return t.createElement(gg,{name:"Check",className:`absolute ${o} ${"checked"===r?"text-background":"hidden"} ${n?"opacity-50":""}`,style:{strokeWidth:i}})},Ag=t.forwardRef(({checkboxSize:e="normal",className:r,dataTestId:n,disabled:o,checked:i,marginRight:a,marginLeft:c,onChange:u,label:d,...p},f)=>{const m=`checkbox-${n||Math.random().toString(36).substr(2,9)}`,[h,v]=l(i);s(()=>{v(i)},[i]);return t.createElement("label",{htmlFor:m,className:`inline-flex items-center relative ${o?"cursor-not-allowed":"cursor-pointer group"} ${r} ${a?{small:"mr-2",medium:"mr-4",large:"mr-6"}[a]:""} ${c?{small:"ml-2",medium:"ml-4",large:"ml-6"}[c]:""}`},t.createElement(Ng,{...p,ref:f,id:m,dataTestId:n,disabled:o,checked:h,onChange:e=>{o||(v(!h),u&&u(e))}}),t.createElement("div",{className:"relative flex items-center justify-center w-4 h-4"},t.createElement(Tg,{size:e,state:h?"checked":"unChecked",disabled:o}),t.createElement(Mg,{size:e,state:h?"checked":"unChecked",disabled:o})),d&&t.createElement("div",{className:"ml-2"},t.createElement(Sg,{variant:"small",color:"quinary"},d)))});Ag.displayName="Checkbox";const zg=({value:e,fluid:r,label:n,leftIcon:o,rightIcon:i,togglePassword:a,error:s,success:u,hint:d,disabled:p,type:f="text",hintTextProps:m={variant:"small"},className:h="",dataTestId:v,inputSize:y,...g})=>{const[b,w]=l(!1),[x,O]=l(!1),E=c(()=>b?t.createElement(gg,{name:"EyeOff",size:16}):t.createElement(gg,{name:"Eye",size:16}),[b]),k=n&&(e||x),{width:j}=(()=>{if(!n||!k)return{width:0,leftOffset:0};const e=7.5*n.length+16;return{width:Math.max(e,0),leftOffset:12}})(),P=p?"border-input":s?"border-destructive":u?"border-success":x||e?"border-primary":"border-input",S=c(()=>{let e="relative flex items-center px-3 py-2 rounded-lg overflow-visible min-h-[2.5rem]";return p?e+=" bg-muted text-muted-foreground":s?e+=" text-destructive":u&&(e+=" text-success"),r&&(e+=" w-full"),`${e} ${h}`},[p,s,u,r,h]),C=c(()=>{let e="peer w-full outline-none bg-transparent placeholder-transparent text-sm leading-5 transition-colors duration-200";return e+=p?" text-muted-foreground cursor-not-allowed":" text-foreground","password"===f&&(e+=" pr-8"),"number"===f&&(e+=" appearance-none"),e},[p,f]),N=c(()=>"password"===f&&b?"text":f,[f,b]),T=c(()=>{let e="absolute transform transition-all duration-300 ease-out z-20 pointer-events-none select-none";return k?(e+=" -top-4 text-xs font-medium tracking-wide",e+=" left-3"):e+=" top-1/2 left-3 -translate-y-1/2 text-sm font-normal",e+=x&&!p?" text-primary":s?" text-destructive":u?" text-success":" text-muted-foreground",e},[k,x,p,s,u]);return t.createElement("div",{className:S},t.createElement("div",{className:"absolute inset-0 rounded-lg pointer-events-none"},t.createElement("div",{className:`absolute inset-0 rounded-lg transition-all duration-300 ease-out border ${P}`,style:{clipPath:k?`polygon(\n 0% 0%,\n 12px 0%,\n 12px 0%,\n 14px 0%,\n 14px 50%,\n ${14+j}px 50%,\n ${14+j}px 0%,\n ${16+j}px 0%,\n 100% 0%,\n 100% 100%,\n 0% 100%\n )`:"none"}}),(x||e)&&t.createElement("div",{className:"absolute inset-0 rounded-lg transition-all duration-300 ease-out border-0",style:{boxShadow:x?s?"0 0 0 3px rgb(239 68 68 / 0.1)":u?"0 0 0 3px rgb(34 197 94 / 0.1)":"0 0 0 3px rgb(59 130 246 / 0.1)":"none",clipPath:k?`polygon(\n 0% 0%,\n 12px 0%,\n 12px 0%,\n 14px 0%,\n 14px 50%,\n ${14+j}px 50%,\n ${14+j}px 0%,\n ${16+j}px 0%,\n 100% 0%,\n 100% 100%,\n 0% 100%\n )`:"none"}})),o&&t.createElement("div",{className:"flex items-center mr-3 text-muted-foreground transition-colors duration-200"},o),t.createElement("div",{className:"relative w-full"},t.createElement("input",{...g,"data-test-id":v,id:g.id,value:e,disabled:p,type:N,className:C,placeholder:" ",onFocus:e=>{O(!0),g.onFocus?.(e)},onBlur:e=>{O(!1),g.onBlur?.(e)}}),n&&t.createElement("label",{htmlFor:g.id,className:T,style:{transform:k?"translateX(4px)":void 0}},n)),"password"===f&&a&&t.createElement("button",{type:"button",className:"absolute right-3 text-muted-foreground hover:text-foreground transition-all duration-200 disabled:opacity-50 disabled:cursor-not-allowed hover:scale-105 active:scale-95",onClick:()=>{!p&&e&&w(!b)},disabled:p,tabIndex:-1},E),i&&t.createElement("div",{className:"flex items-center ml-3 text-muted-foreground transition-colors duration-200"},i),(s||u||d)&&t.createElement("div",{className:"absolute top-full left-0 mt-2 text-xs w-full transition-all duration-200"},t.createElement(Sg,{color:"primary",...m},s?.message||u?.message&&!s?.message||!s?.message&&!u?.message&&d?.message)))};function Dg(e,t,{checkForDefaultPrevented:r=!0}={}){return function(n){if(e?.(n),!1===r||!n.defaultPrevented)return t?.(n)}}function _g(e,t){if("function"==typeof e)return e(t);null!=e&&(e.current=t)}function Lg(...e){return t=>{let r=!1;const n=e.map(e=>{const n=_g(e,t);return r||"function"!=typeof n||(r=!0),n});if(r)return()=>{for(let t=0;t<n.length;t++){const r=n[t];"function"==typeof r?r():_g(e[t],null)}}}}function Ig(...t){return e.useCallback(Lg(...t),t)}function Rg(t,r=[]){let n=[];const o=()=>{const r=n.map(t=>e.createContext(t));return function(n){const o=n?.[t]||r;return e.useMemo(()=>({[`__scope${t}`]:{...n,[t]:o}}),[n,o])}};return o.scopeName=t,[function(r,o){const i=e.createContext(o),a=n.length;n=[...n,o];const l=r=>{const{scope:n,children:o,...l}=r,s=n?.[t]?.[a]||i,c=e.useMemo(()=>l,Object.values(l));return k(s.Provider,{value:c,children:o})};return l.displayName=r+"Provider",[l,function(n,l){const s=l?.[t]?.[a]||i,c=e.useContext(s);if(c)return c;if(void 0!==o)return o;throw new Error(`\`${n}\` must be used within \`${r}\``)}]},Bg(o,...r)]}function Bg(...t){const r=t[0];if(1===t.length)return r;const n=()=>{const n=t.map(e=>({useScope:e(),scopeName:e.scopeName}));return function(t){const o=n.reduce((e,{useScope:r,scopeName:n})=>({...e,...r(t)[`__scope${n}`]}),{});return e.useMemo(()=>({[`__scope${r.scopeName}`]:o}),[o])}};return n.scopeName=r.scopeName,n}function Wg(t){const r=e.forwardRef((t,r)=>{const{children:n,...o}=t;if(e.isValidElement(n)){const t=function(e){let t=Object.getOwnPropertyDescriptor(e.props,"ref")?.get,r=t&&"isReactWarning"in t&&t.isReactWarning;if(r)return e.ref;if(t=Object.getOwnPropertyDescriptor(e,"ref")?.get,r=t&&"isReactWarning"in t&&t.isReactWarning,r)return e.props.ref;return e.props.ref||e.ref}(n),i=function(e,t){const r={...t};for(const n in t){const o=e[n],i=t[n];/^on[A-Z]/.test(n)?o&&i?r[n]=(...e)=>{const t=i(...e);return o(...e),t}:o&&(r[n]=o):"style"===n?r[n]={...o,...i}:"className"===n&&(r[n]=[o,i].filter(Boolean).join(" "))}return{...e,...r}}(o,n.props);return n.type!==e.Fragment&&(i.ref=r?Lg(r,t):t),e.cloneElement(n,i)}return e.Children.count(n)>1?e.Children.only(null):null});return r.displayName=`${t}.SlotClone`,r}var Fg=Symbol("radix.slottable");function Vg(t){return e.isValidElement(t)&&"function"==typeof t.type&&"__radixId"in t.type&&t.type.__radixId===Fg}var $g=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","select","span","svg","ul"].reduce((t,r)=>{const n=function(t){const r=Wg(t),n=e.forwardRef((t,n)=>{const{children:o,...i}=t,a=e.Children.toArray(o),l=a.find(Vg);if(l){const t=l.props.children,o=a.map(r=>r===l?e.Children.count(t)>1?e.Children.only(null):e.isValidElement(t)?t.props.children:null:r);return k(r,{...i,ref:n,children:e.isValidElement(t)?e.cloneElement(t,void 0,o):null})}return k(r,{...i,ref:n,children:o})});return n.displayName=`${t}.Slot`,n}(`Primitive.${r}`),o=e.forwardRef((e,t)=>{const{asChild:o,...i}=e,a=o?n:r;return"undefined"!=typeof window&&(window[Symbol.for("radix-ui")]=!0),k(a,{...i,ref:t})});return o.displayName=`Primitive.${r}`,{...t,[r]:o}},{});function Hg(t){const r=Ug(t),n=e.forwardRef((t,n)=>{const{children:o,...i}=t,a=e.Children.toArray(o),l=a.find(Yg);if(l){const t=l.props.children,o=a.map(r=>r===l?e.Children.count(t)>1?e.Children.only(null):e.isValidElement(t)?t.props.children:null:r);return k(r,{...i,ref:n,children:e.isValidElement(t)?e.cloneElement(t,void 0,o):null})}return k(r,{...i,ref:n,children:o})});return n.displayName=`${t}.Slot`,n}function Ug(t){const r=e.forwardRef((t,r)=>{const{children:n,...o}=t;if(e.isValidElement(n)){const t=function(e){let t=Object.getOwnPropertyDescriptor(e.props,"ref")?.get,r=t&&"isReactWarning"in t&&t.isReactWarning;if(r)return e.ref;if(t=Object.getOwnPropertyDescriptor(e,"ref")?.get,r=t&&"isReactWarning"in t&&t.isReactWarning,r)return e.props.ref;return e.props.ref||e.ref}(n),i=function(e,t){const r={...t};for(const n in t){const o=e[n],i=t[n];/^on[A-Z]/.test(n)?o&&i?r[n]=(...e)=>{const t=i(...e);return o(...e),t}:o&&(r[n]=o):"style"===n?r[n]={...o,...i}:"className"===n&&(r[n]=[o,i].filter(Boolean).join(" "))}return{...e,...r}}(o,n.props);return n.type!==e.Fragment&&(i.ref=r?Lg(r,t):t),e.cloneElement(n,i)}return e.Children.count(n)>1?e.Children.only(null):null});return r.displayName=`${t}.SlotClone`,r}var qg=Symbol("radix.slottable");function Yg(t){return e.isValidElement(t)&&"function"==typeof t.type&&"__radixId"in t.type&&t.type.__radixId===qg}var Kg=globalThis?.document?e.useLayoutEffect:()=>{},Gg=e[" useId ".trim().toString()]||(()=>{}),Xg=0;function Zg(t){const[r,n]=e.useState(Gg());return Kg(()=>{n(e=>e??String(Xg++))},[t]),r?`radix-${r}`:""}function Jg(t){const r=e.useRef(t);return e.useEffect(()=>{r.current=t}),e.useMemo(()=>(...e)=>r.current?.(...e),[])}var Qg=e[" useInsertionEffect ".trim().toString()]||Kg;function eb({prop:t,defaultProp:r,onChange:n=()=>{},caller:o}){const[i,a,l]=function({defaultProp:t,onChange:r}){const[n,o]=e.useState(t),i=e.useRef(n),a=e.useRef(r);return Qg(()=>{a.current=r},[r]),e.useEffect(()=>{i.current!==n&&(a.current?.(n),i.current=n)},[n,i]),[n,o,a]}({defaultProp:r,onChange:n}),s=void 0!==t,c=s?t:i;{const r=e.useRef(void 0!==t);e.useEffect(()=>{const e=r.current;if(e!==s){const t=e?"controlled":"uncontrolled",r=s?"controlled":"uncontrolled";console.warn(`${o} is changing from ${t} to ${r}. Components should not switch from controlled to uncontrolled (or vice versa). Decide between using a controlled or uncontrolled value for the lifetime of the component.`)}r.current=s},[s,o])}const u=e.useCallback(e=>{if(s){const r=function(e){return"function"==typeof e}(e)?e(t):e;r!==t&&l.current?.(r)}else a(e)},[s,t,a,l]);return[c,u]}var tb=e.createContext(void 0);function rb(t){const r=e.useContext(tb);return t||r||"ltr"}var nb="rovingFocusGroup.onEntryFocus",ob={bubbles:!1,cancelable:!0},ib="RovingFocusGroup",[ab,lb,sb]=function(e){const r=e+"CollectionProvider",[n,o]=Rg(r),[i,a]=n(r,{collectionRef:{current:null},itemMap:new Map}),l=e=>{const{scope:r,children:n}=e,o=t.useRef(null),a=t.useRef(new Map).current;return k(i,{scope:r,itemMap:a,collectionRef:o,children:n})};l.displayName=r;const s=e+"CollectionSlot",c=Hg(s),u=t.forwardRef((e,t)=>{const{scope:r,children:n}=e,o=Ig(t,a(s,r).collectionRef);return k(c,{ref:o,children:n})});u.displayName=s;const d=e+"CollectionItemSlot",p="data-radix-collection-item",f=Hg(d),m=t.forwardRef((e,r)=>{const{scope:n,children:o,...i}=e,l=t.useRef(null),s=Ig(r,l),c=a(d,n);return t.useEffect(()=>(c.itemMap.set(l,{ref:l,...i}),()=>{c.itemMap.delete(l)})),k(f,{[p]:"",ref:s,children:o})});return m.displayName=d,[{Provider:l,Slot:u,ItemSlot:m},function(r){const n=a(e+"CollectionConsumer",r),o=t.useCallback(()=>{const e=n.collectionRef.current;if(!e)return[];const t=Array.from(e.querySelectorAll(`[${p}]`)),r=Array.from(n.itemMap.values()).sort((e,r)=>t.indexOf(e.ref.current)-t.indexOf(r.ref.current));return r},[n.collectionRef,n.itemMap]);return o},o]}(ib),[cb,ub]=Rg(ib,[sb]),[db,pb]=cb(ib),fb=e.forwardRef((e,t)=>k(ab.Provider,{scope:e.__scopeRovingFocusGroup,children:k(ab.Slot,{scope:e.__scopeRovingFocusGroup,children:k(mb,{...e,ref:t})})}));fb.displayName=ib;var mb=e.forwardRef((t,r)=>{const{__scopeRovingFocusGroup:n,orientation:o,loop:i=!1,dir:a,currentTabStopId:l,defaultCurrentTabStopId:s,onCurrentTabStopIdChange:c,onEntryFocus:u,preventScrollOnEntryFocus:d=!1,...p}=t,f=e.useRef(null),m=Ig(r,f),h=rb(a),[v,y]=eb({prop:l,defaultProp:s??null,onChange:c,caller:ib}),[g,b]=e.useState(!1),w=Jg(u),x=lb(n),O=e.useRef(!1),[E,j]=e.useState(0);return e.useEffect(()=>{const e=f.current;if(e)return e.addEventListener(nb,w),()=>e.removeEventListener(nb,w)},[w]),k(db,{scope:n,orientation:o,dir:h,loop:i,currentTabStopId:v,onItemFocus:e.useCallback(e=>y(e),[y]),onItemShiftTab:e.useCallback(()=>b(!0),[]),onFocusableItemAdd:e.useCallback(()=>j(e=>e+1),[]),onFocusableItemRemove:e.useCallback(()=>j(e=>e-1),[]),children:k($g.div,{tabIndex:g||0===E?-1:0,"data-orientation":o,...p,ref:m,style:{outline:"none",...t.style},onMouseDown:Dg(t.onMouseDown,()=>{O.current=!0}),onFocus:Dg(t.onFocus,e=>{const t=!O.current;if(e.target===e.currentTarget&&t&&!g){const t=new CustomEvent(nb,ob);if(e.currentTarget.dispatchEvent(t),!t.defaultPrevented){const e=x().filter(e=>e.focusable);gb([e.find(e=>e.active),e.find(e=>e.id===v),...e].filter(Boolean).map(e=>e.ref.current),d)}}O.current=!1}),onBlur:Dg(t.onBlur,()=>b(!1))})})}),hb="RovingFocusGroupItem",vb=e.forwardRef((t,r)=>{const{__scopeRovingFocusGroup:n,focusable:o=!0,active:i=!1,tabStopId:a,children:l,...s}=t,c=Zg(),u=a||c,d=pb(hb,n),p=d.currentTabStopId===u,f=lb(n),{onFocusableItemAdd:m,onFocusableItemRemove:h,currentTabStopId:v}=d;return e.useEffect(()=>{if(o)return m(),()=>h()},[o,m,h]),k(ab.ItemSlot,{scope:n,id:u,focusable:o,active:i,children:k($g.span,{tabIndex:p?0:-1,"data-orientation":d.orientation,...s,ref:r,onMouseDown:Dg(t.onMouseDown,e=>{o?d.onItemFocus(u):e.preventDefault()}),onFocus:Dg(t.onFocus,()=>d.onItemFocus(u)),onKeyDown:Dg(t.onKeyDown,e=>{if("Tab"===e.key&&e.shiftKey)return void d.onItemShiftTab();if(e.target!==e.currentTarget)return;const t=function(e,t,r){const n=function(e,t){return"rtl"!==t?e:"ArrowLeft"===e?"ArrowRight":"ArrowRight"===e?"ArrowLeft":e}(e.key,r);return"vertical"===t&&["ArrowLeft","ArrowRight"].includes(n)||"horizontal"===t&&["ArrowUp","ArrowDown"].includes(n)?void 0:yb[n]}(e,d.orientation,d.dir);if(void 0!==t){if(e.metaKey||e.ctrlKey||e.altKey||e.shiftKey)return;e.preventDefault();let r=f().filter(e=>e.focusable).map(e=>e.ref.current);if("last"===t)r.reverse();else if("prev"===t||"next"===t){"prev"===t&&r.reverse();const n=r.indexOf(e.currentTarget);r=d.loop?function(e,t){return e.map((r,n)=>e[(t+n)%e.length])}(r,n+1):r.slice(n+1)}setTimeout(()=>gb(r))}}),children:"function"==typeof l?l({isCurrentTabStop:p,hasTabStop:null!=v}):l})})});vb.displayName=hb;var yb={ArrowLeft:"prev",ArrowUp:"prev",ArrowRight:"next",ArrowDown:"next",PageUp:"first",Home:"first",PageDown:"last",End:"last"};function gb(e,t=!1){const r=document.activeElement;for(const n of e){if(n===r)return;if(n.focus({preventScroll:t}),document.activeElement!==r)return}}var bb=fb,wb=vb;function xb(t){const[r,n]=e.useState(void 0);return Kg(()=>{if(t){n({width:t.offsetWidth,height:t.offsetHeight});const e=new ResizeObserver(e=>{if(!Array.isArray(e))return;if(!e.length)return;const r=e[0];let o,i;if("borderBoxSize"in r){const e=r.borderBoxSize,t=Array.isArray(e)?e[0]:e;o=t.inlineSize,i=t.blockSize}else o=t.offsetWidth,i=t.offsetHeight;n({width:o,height:i})});return e.observe(t,{box:"border-box"}),()=>e.unobserve(t)}n(void 0)},[t]),r}function Ob(t){const r=e.useRef({value:t,previous:t});return e.useMemo(()=>(r.current.value!==t&&(r.current.previous=r.current.value,r.current.value=t),r.current.previous),[t])}var Eb=t=>{const{present:r,children:n}=t,o=function(t){const[r,n]=e.useState(),o=e.useRef(null),i=e.useRef(t),a=e.useRef("none"),l=t?"mounted":"unmounted",[s,c]=function(t,r){return e.useReducer((e,t)=>r[e][t]??e,t)}(l,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return e.useEffect(()=>{const e=kb(o.current);a.current="mounted"===s?e:"none"},[s]),Kg(()=>{const e=o.current,r=i.current;if(r!==t){const n=a.current,o=kb(e);if(t)c("MOUNT");else if("none"===o||"none"===e?.display)c("UNMOUNT");else{c(r&&n!==o?"ANIMATION_OUT":"UNMOUNT")}i.current=t}},[t,c]),Kg(()=>{if(r){let e;const t=r.ownerDocument.defaultView??window,n=n=>{const a=kb(o.current).includes(CSS.escape(n.animationName));if(n.target===r&&a&&(c("ANIMATION_END"),!i.current)){const n=r.style.animationFillMode;r.style.animationFillMode="forwards",e=t.setTimeout(()=>{"forwards"===r.style.animationFillMode&&(r.style.animationFillMode=n)})}},l=e=>{e.target===r&&(a.current=kb(o.current))};return r.addEventListener("animationstart",l),r.addEventListener("animationcancel",n),r.addEventListener("animationend",n),()=>{t.clearTimeout(e),r.removeEventListener("animationstart",l),r.removeEventListener("animationcancel",n),r.removeEventListener("animationend",n)}}c("ANIMATION_END")},[r,c]),{isPresent:["mounted","unmountSuspended"].includes(s),ref:e.useCallback(e=>{o.current=e?getComputedStyle(e):null,n(e)},[])}}(r),i="function"==typeof n?n({present:o.isPresent}):e.Children.only(n),a=Ig(o.ref,function(e){let t=Object.getOwnPropertyDescriptor(e.props,"ref")?.get,r=t&&"isReactWarning"in t&&t.isReactWarning;if(r)return e.ref;if(t=Object.getOwnPropertyDescriptor(e,"ref")?.get,r=t&&"isReactWarning"in t&&t.isReactWarning,r)return e.props.ref;return e.props.ref||e.ref}(i));return"function"==typeof n||o.isPresent?e.cloneElement(i,{ref:a}):null};function kb(e){return e?.animationName||"none"}Eb.displayName="Presence";var jb="Radio",[Pb,Sb]=Rg(jb),[Cb,Nb]=Pb(jb),Tb=e.forwardRef((t,r)=>{const{__scopeRadio:n,name:o,checked:i=!1,required:a,disabled:l,value:s="on",onCheck:c,form:u,...d}=t,[p,f]=e.useState(null),m=Ig(r,e=>f(e)),h=e.useRef(!1),v=!p||(u||!!p.closest("form"));return j(Cb,{scope:n,checked:i,disabled:l,children:[k($g.button,{type:"button",role:"radio","aria-checked":i,"data-state":Db(i),"data-disabled":l?"":void 0,disabled:l,value:s,...d,ref:m,onClick:Dg(t.onClick,e=>{i||c?.(),v&&(h.current=e.isPropagationStopped(),h.current||e.stopPropagation())})}),v&&k(zb,{control:p,bubbles:!h.current,name:o,value:s,checked:i,required:a,disabled:l,form:u,style:{transform:"translateX(-100%)"}})]})});Tb.displayName=jb;var Mb="RadioIndicator",Ab=e.forwardRef((e,t)=>{const{__scopeRadio:r,forceMount:n,...o}=e,i=Nb(Mb,r);return k(Eb,{present:n||i.checked,children:k($g.span,{"data-state":Db(i.checked),"data-disabled":i.disabled?"":void 0,...o,ref:t})})});Ab.displayName=Mb;var zb=e.forwardRef(({__scopeRadio:t,control:r,checked:n,bubbles:o=!0,...i},a)=>{const l=e.useRef(null),s=Ig(l,a),c=Ob(n),u=xb(r);return e.useEffect(()=>{const e=l.current;if(!e)return;const t=window.HTMLInputElement.prototype,r=Object.getOwnPropertyDescriptor(t,"checked").set;if(c!==n&&r){const t=new Event("click",{bubbles:o});r.call(e,n),e.dispatchEvent(t)}},[c,n,o]),k($g.input,{type:"radio","aria-hidden":!0,defaultChecked:n,...i,tabIndex:-1,ref:s,style:{...i.style,...u,position:"absolute",pointerEvents:"none",opacity:0,margin:0}})});function Db(e){return e?"checked":"unchecked"}zb.displayName="RadioBubbleInput";var _b=["ArrowUp","ArrowDown","ArrowLeft","ArrowRight"],Lb="RadioGroup",[Ib]=Rg(Lb,[ub,Sb]),Rb=ub(),Bb=Sb(),[Wb,Fb]=Ib(Lb),Vb=e.forwardRef((e,t)=>{const{__scopeRadioGroup:r,name:n,defaultValue:o,value:i,required:a=!1,disabled:l=!1,orientation:s,dir:c,loop:u=!0,onValueChange:d,...p}=e,f=Rb(r),m=rb(c),[h,v]=eb({prop:i,defaultProp:o??null,onChange:d,caller:Lb});return k(Wb,{scope:r,name:n,required:a,disabled:l,value:h,onValueChange:v,children:k(bb,{asChild:!0,...f,orientation:s,dir:m,loop:u,children:k($g.div,{role:"radiogroup","aria-required":a,"aria-orientation":s,"data-disabled":l?"":void 0,dir:m,...p,ref:t})})})});Vb.displayName=Lb;var $b="RadioGroupItem",Hb=e.forwardRef((t,r)=>{const{__scopeRadioGroup:n,disabled:o,...i}=t,a=Fb($b,n),l=a.disabled||o,s=Rb(n),c=Bb(n),u=e.useRef(null),d=Ig(r,u),p=a.value===i.value,f=e.useRef(!1);return e.useEffect(()=>{const e=e=>{_b.includes(e.key)&&(f.current=!0)},t=()=>f.current=!1;return document.addEventListener("keydown",e),document.addEventListener("keyup",t),()=>{document.removeEventListener("keydown",e),document.removeEventListener("keyup",t)}},[]),k(wb,{asChild:!0,...s,focusable:!l,active:p,children:k(Tb,{disabled:l,required:a.required,checked:p,...c,...i,name:a.name,ref:d,onCheck:()=>a.onValueChange(i.value),onKeyDown:Dg(e=>{"Enter"===e.key&&e.preventDefault()}),onFocus:Dg(i.onFocus,()=>{f.current&&u.current?.click()})})})});Hb.displayName=$b;var Ub=e.forwardRef((e,t)=>{const{__scopeRadioGroup:r,...n}=e,o=Bb(r);return k(Ab,{...o,...n,ref:t})});Ub.displayName="RadioGroupIndicator";var qb=Vb,Yb=Hb,Kb=Ub;const Gb=t.forwardRef(({className:e,classNames:r,showIcons:n=!0,withCard:o=!0,options:i,...a},l)=>t.createElement(qb,{ref:l,className:Qe("grid gap-2",e,r?.root),...a},i.map(e=>t.createElement("div",{key:e.id,className:Qe("relative")},t.createElement("label",{htmlFor:e.id,className:Qe("relative flex w-full items-center gap-x-3",o&&["cursor-pointer rounded-lg border-2 p-4","border-input bg-background hover:bg-accent hover:text-accent-foreground","data-[state=checked]:border-primary data-[state=checked]:bg-primary/5"],!o&&"cursor-pointer py-2",r?.label)},t.createElement(Yb,{value:e.id,id:e.id,className:Qe("aspect-square h-4 w-4 rounded-full border border-primary text-primary ring-offset-background","focus:outline-hidden focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2","disabled:cursor-not-allowed disabled:opacity-50",r?.item)},t.createElement(Kb,{className:Qe("flex items-center justify-center",r?.indicator)},t.createElement(ht,{className:"h-2.5 w-2.5 fill-current text-current"}))),t.createElement("div",{className:"flex flex-1 items-center justify-between"},t.createElement("div",{className:Qe("space-y-1",!e.description&&"space-y-0")},t.createElement("p",{className:Qe("text-sm font-medium leading-none","peer-disabled:cursor-not-allowed peer-disabled:opacity-70",r?.text)},e.label),e.description&&t.createElement("p",{className:Qe("text-sm text-muted-foreground",r?.description)},e.description)),n&&e.icon&&t.createElement("div",{className:Qe("ml-4 shrink-0 text-muted-foreground",r?.icon)},e.icon)))))));Gb.displayName="RadioGroup";var Xb="Switch",[Zb]=Rg(Xb),[Jb,Qb]=Zb(Xb),ew=e.forwardRef((t,r)=>{const{__scopeSwitch:n,name:o,checked:i,defaultChecked:a,required:l,disabled:s,value:c="on",onCheckedChange:u,form:d,...p}=t,[f,m]=e.useState(null),h=Ig(r,e=>m(e)),v=e.useRef(!1),y=!f||(d||!!f.closest("form")),[g,b]=eb({prop:i,defaultProp:a??!1,onChange:u,caller:Xb});return j(Jb,{scope:n,checked:g,disabled:s,children:[k($g.button,{type:"button",role:"switch","aria-checked":g,"aria-required":l,"data-state":ow(g),"data-disabled":s?"":void 0,disabled:s,value:c,...p,ref:h,onClick:Dg(t.onClick,e=>{b(e=>!e),y&&(v.current=e.isPropagationStopped(),v.current||e.stopPropagation())})}),y&&k(nw,{control:f,bubbles:!v.current,name:o,value:c,checked:g,required:l,disabled:s,form:d,style:{transform:"translateX(-100%)"}})]})});ew.displayName=Xb;var tw="SwitchThumb",rw=e.forwardRef((e,t)=>{const{__scopeSwitch:r,...n}=e,o=Qb(tw,r);return k($g.span,{"data-state":ow(o.checked),"data-disabled":o.disabled?"":void 0,...n,ref:t})});rw.displayName=tw;var nw=e.forwardRef(({__scopeSwitch:t,control:r,checked:n,bubbles:o=!0,...i},a)=>{const l=e.useRef(null),s=Ig(l,a),c=Ob(n),u=xb(r);return e.useEffect(()=>{const e=l.current;if(!e)return;const t=window.HTMLInputElement.prototype,r=Object.getOwnPropertyDescriptor(t,"checked").set;if(c!==n&&r){const t=new Event("click",{bubbles:o});r.call(e,n),e.dispatchEvent(t)}},[c,n,o]),k("input",{type:"checkbox","aria-hidden":!0,defaultChecked:n,...i,tabIndex:-1,ref:s,style:{...i.style,...u,position:"absolute",pointerEvents:"none",opacity:0,margin:0}})});function ow(e){return e?"checked":"unchecked"}nw.displayName="SwitchBubbleInput";var iw=ew,aw=rw;const lw="medium",sw="primary",cw={small:{switch:"w-8 h-4",thumb:"w-3 h-3",translate:"translate-x-4"},medium:{switch:"w-11 h-6",thumb:"w-5 h-5",translate:"translate-x-5"},large:{switch:"w-14 h-7",thumb:"w-6 h-6",translate:"translate-x-7"}},uw={primary:{background:"bg-primary",foreground:"text-primary-foreground",hover:"hover:bg-primary/90"},success:{background:"bg-[rgb(var(--success))]",foreground:"text-[rgb(var(--success-foreground))]",hover:"hover:bg-[rgb(var(--success))]/90"},danger:{background:"bg-destructive",foreground:"text-destructive-foreground",hover:"hover:bg-destructive/90"},warning:{background:"bg-[rgb(var(--warning))]",foreground:"text-foreground",hover:"hover:bg-[rgb(var(--warning))]/90"}},dw=({label:t,description:r,dataTestId:n})=>t||r?e.createElement("div",{className:"flex flex-col gap-1.5","data-test-id":n},t&&e.createElement(Sg,{variant:"regular",color:"secondary"},t),r&&e.createElement(Sg,{variant:"small",color:"secondary"},r)):null,pw=e.forwardRef(({label:t,description:r,size:n=lw,variant:o=sw,disabled:i=!1,loading:a=!1,className:l,onChange:s,dataTestId:c,checked:u,id:d,...p},f)=>{const m=n||lw,h=o||sw;return e.createElement("div",{className:"flex items-center"},e.createElement("label",{htmlFor:d,className:Qe("relative inline-flex items-start gap-3 select-none",i&&"cursor-not-allowed opacity-60",l)},e.createElement("div",{className:"relative"},e.createElement(iw,{id:d,checked:u,onCheckedChange:e=>{i||a||s?.(e)},disabled:i||a,"data-test-id":`${c}-root`,ref:f,...p,className:Qe("peer relative inline-flex shrink-0 cursor-pointer rounded-full transition-colors","border-2 border-transparent","focus-visible:outline-hidden focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2",cw[m].switch,u?Qe(uw[h].background,uw[h].foreground):"bg-input",i&&"cursor-not-allowed")},e.createElement(aw,{className:Qe("pointer-events-none block rounded-full bg-background shadow-lg ring-0 transition-transform","flex items-center justify-center",cw[m].thumb,u?cw[m].translate:"translate-x-0.5"),"data-test-id":`${c}-thumb`},a&&e.createElement(Ot,{className:"animate-spin text-black",size:{small:12,medium:16,large:20}[m]})))),e.createElement(dw,{label:t,description:r,dataTestId:c,disabled:i})))});pw.displayName="Switch";const fw=["small","medium","large"],mw=["primary","success","danger","warning"],hw=o(({className:e="",error:r=!1,disabled:n=!1,placeholder:o,value:i,defaultValue:a,onChange:s,onFocus:d,onBlur:p,rows:f=3,maxLength:m,required:h=!1,readOnly:v=!1,autoFocus:y=!1,resize:g=!1,label:b,helperText:w,showCharCount:x=!1,floatingLabel:O=!1,fluid:E=!0,width:k,...j},P)=>{const[S,C]=l(!1),[N,T]=l(i||a||""),M=u(e=>{C(!0),d?.(e)},[d]),A=u(e=>{C(!1),p?.(e)},[p]),z=u(e=>{T(e.target.value),s?.(e)},[s]),D=b&&(i||N||S),_=((e,t)=>{const r=e||t||"";return"string"==typeof r?r.length:0})(i,N),{width:L}=(()=>{if(!b||!D)return{width:0,leftOffset:0};const e=7.5*b.length+16;return{width:Math.max(e,0),leftOffset:12}})(),I=n?"border-input":r?"border-destructive":S||i||N?"border-primary":"border-input",R=c(()=>{let t="relative flex items-start px-3 py-2 rounded-lg overflow-visible";return n?t+=" bg-muted text-muted-foreground":r&&(t+=" text-destructive"),E&&(t+=" w-full"),k&&(t+=` ${k}`),`${t} ${e}`},[n,r,E,k,e]),B=c(()=>{let e="peer w-full outline-none bg-transparent placeholder-transparent text-sm leading-5 transition-colors duration-200";return e+=n?" text-muted-foreground cursor-not-allowed":" text-foreground",g||(e+=" resize-none"),e},[n,g]),W=c(()=>{let e="absolute transform transition-all duration-300 ease-out z-20 pointer-events-none select-none";return D?(e+=" -top-4 text-xs font-medium tracking-wide",e+=" left-3"):e+=" top-4 left-3 text-sm font-normal",e+=S&&!n?" text-primary":r?" text-destructive":" text-muted-foreground",e},[D,S,n,r]),F=c(()=>{const e={};return k&&!E&&(e.width=k),e},[k,E]);return t.createElement("div",{style:F},b&&!O&&t.createElement(Sg,{variant:"caption",color:"primary",fontWeight:"semibold",marginBottom:"small"},b,h&&t.createElement("span",{className:"text-destructive ml-1"},"*")),t.createElement("div",{className:R},t.createElement("div",{className:"absolute inset-0 rounded-lg pointer-events-none"},t.createElement("div",{className:`absolute inset-0 rounded-lg transition-all duration-300 ease-out border ${I}`,style:{clipPath:D&&O?`polygon(\n 0% 0%,\n 12px 0%,\n 12px 0%,\n 14px 0%,\n 14px 50%,\n ${14+L}px 50%,\n ${14+L}px 0%,\n ${16+L}px 0%,\n 100% 0%,\n 100% 100%,\n 0% 100%\n )`:"none"}}),(S||i||N)&&t.createElement("div",{className:"absolute inset-0 rounded-lg transition-all duration-300 ease-out border-0",style:{boxShadow:S?r?"0 0 0 3px rgb(239 68 68 / 0.1)":"0 0 0 3px rgb(59 130 246 / 0.1)":"none",clipPath:D&&O?`polygon(\n 0% 0%,\n 12px 0%,\n 12px 0%,\n 14px 0%,\n 14px 50%,\n ${14+L}px 50%,\n ${14+L}px 0%,\n ${16+L}px 0%,\n 100% 0%,\n 100% 100%,\n 0% 100%\n )`:"none"}})),t.createElement("div",{className:"relative w-full"},t.createElement("textarea",{ref:P,className:B,placeholder:O?" ":o,value:i,defaultValue:a,onChange:z,onFocus:M,onBlur:A,disabled:n,readOnly:v,required:h,autoFocus:y,rows:f,maxLength:m,...j}),O&&b&&t.createElement("label",{className:W,style:{transform:D?"translateX(-2px)":void 0}},b,h&&t.createElement("span",{className:"text-destructive ml-1"},"*")))),(w||x||r)&&t.createElement("div",{className:"mt-2 text-xs w-full transition-all duration-200"},w&&!r&&t.createElement(Sg,{variant:"captionSm",color:"quinary"},w),r&&"object"==typeof r&&"message"in r&&t.createElement(Sg,{variant:"captionSm",color:"tertiary"},r),x&&m&&t.createElement("div",{className:"flex justify-end"},t.createElement(Sg,{variant:"captionSm",color:_>.9*m?"tertiary":"quinary",className:"font-mono"},_,"/",m))))});var vw,yw;hw.displayName="TextArea",function(e){e.Success="success",e.Error="error",e.Warning="warning",e.Info="info"}(vw||(vw={})),function(e){e.TopCenter="top-center",e.TopLeft="top-left",e.TopRight="top-right",e.BottomCenter="bottom-center",e.BottomLeft="bottom-left",e.BottomRight="bottom-right"}(yw||(yw={}));const gw=({id:e,destroy:r,title:n,description:o,variant:i=vw.Info,position:a=yw.TopCenter,duration:c=5e3,animationDuration:p=400,icon:f,dataTestId:m})=>{const[h,v]=l(!1),[,y]=l(!1),g=d(null),b=d(null),w=d(0),x=d(c),O=u(()=>y(!0),[]),E=u(()=>y(!1),[]),k=u(()=>{b.current&&clearTimeout(b.current),v(!0),setTimeout(()=>{r()},p)},[r,p]);s(()=>(w.current=Date.now(),x.current=c,g.current&&(g.current.style.width="100%",g.current.style.transition="none",g.current.offsetWidth,g.current.style.transition=`width ${c}ms linear`,g.current.style.width="0%"),b.current=window.setTimeout(()=>{k()},c),()=>{b.current&&clearTimeout(b.current)}),[c,k]);const j={[vw.Success]:{icon:"text-emerald-500 dark:text-emerald-400",progress:"bg-emerald-500 dark:bg-emerald-400"},[vw.Error]:{icon:"text-destructive",progress:"bg-destructive"},[vw.Warning]:{icon:"text-amber-500 dark:text-amber-400",progress:"bg-amber-500 dark:bg-amber-400"},[vw.Info]:{icon:"text-primary",progress:"bg-primary"}}[i],P={[yw.TopCenter]:h?"animate-slide-out-up":"animate-slide-in-down",[yw.TopLeft]:h?"animate-slide-out-left":"animate-slide-in-left",[yw.TopRight]:h?"animate-slide-out-right":"animate-slide-in-right",[yw.BottomCenter]:h?"animate-slide-out-down":"animate-slide-in-up",[yw.BottomLeft]:h?"animate-slide-out-left":"animate-slide-in-left",[yw.BottomRight]:h?"animate-slide-out-right":"animate-slide-in-right"};return t.createElement("div",{id:e??`${i}-${"string"==typeof n?n:""}`,className:`\n relative group flex items-center justify-between pointer-events-auto\n rounded-lg max-w-md w-full overflow-hidden\n bg-background\n border border-border\n ${P[a]||P[yw.TopCenter]}\n ${h?"opacity-0":"opacity-100"}\n transition-all duration-300 ease-out\n shadow-sm hover:shadow-md\n `,"data-test-id":m,onMouseEnter:O,onMouseLeave:E,style:{transition:`all ${p}ms cubic-bezier(0.4, 0, 0.2, 1)`}},t.createElement("div",{className:"flex items-center gap-3 px-4 py-3 w-full"},f&&t.createElement("div",{className:`flex-shrink-0 ${j.icon}`},f),t.createElement("div",{className:"flex flex-col min-w-0 flex-grow"},t.createElement("div",{className:"font-medium text-sm m-0 text-foreground"},n),o&&t.createElement("div",{className:"text-xs m-0 mt-0.5 text-muted-foreground truncate"},o)),t.createElement("button",{onClick:k,className:"\n flex-shrink-0 ml-2 p-1 rounded-md\n transition-all duration-200\n hover:bg-accent\n text-muted-foreground hover:text-accent-foreground\n ","aria-label":"Close notification"},t.createElement(kt,{size:14}))),!h&&t.createElement("div",{className:`absolute bottom-0 left-0 h-[2px] ${j.progress} opacity-80`,ref:g,style:{width:"100%",transformOrigin:"left"}}))};const bw=new class{isSetup=!1;isBrowser="undefined"!=typeof window;containers={[yw.TopCenter]:void 0,[yw.TopLeft]:void 0,[yw.TopRight]:void 0,[yw.BottomCenter]:void 0,[yw.BottomLeft]:void 0,[yw.BottomRight]:void 0};roots={[yw.TopCenter]:null,[yw.TopLeft]:null,[yw.TopRight]:null,[yw.BottomCenter]:null,[yw.BottomLeft]:null,[yw.BottomRight]:null};messages={[yw.TopCenter]:[],[yw.TopLeft]:[],[yw.TopRight]:[],[yw.BottomCenter]:[],[yw.BottomLeft]:[],[yw.BottomRight]:[]};constructor(){this.isBrowser&&this.setup()}setup(){if(!this.isBrowser)return;const e=document.getElementsByTagName("body")[0];Object.values(yw).forEach(t=>{const r=`message-container-${t}`;let n=document.getElementById(r);n||(n=document.createElement("div"),n.id=r,e.appendChild(n)),this.containers[t]=n,this.roots[t]=T(n)}),this.isSetup=!0}show(e){if(!this.isBrowser)return;this.isSetup||this.setup();const t=e.position||yw.TopCenter,r=e.id||`message-${Math.random().toString().slice(2,11)}`,n=50*this.messages[t].length,o={id:r,...e,animationDuration:e.animationDuration||300,destroy:()=>this.destroy(r,t)};setTimeout(()=>{this.messages[t]=[o,...this.messages[t]],this.render(t)},n)}destroy(e,t=yw.TopCenter){this.isBrowser&&(this.messages[t]=this.messages[t].filter(t=>t.id!==e),this.render(t))}success(e){this.show({icon:t.createElement(mg,{size:18}),...e,variant:vw.Success})}error(e){this.show({icon:t.createElement(cg,{size:18}),...e,variant:vw.Error})}warning(e){this.show({icon:t.createElement(sg,{size:18}),...e,variant:vw.Warning})}info(e){this.show({icon:t.createElement(lg,{size:18}),...e,variant:vw.Info})}getPositionStyles(e){switch(e){case yw.TopLeft:return"fixed flex flex-col items-start justify-start gap-2 p-4 top-0 left-0 z-9999 pointer-events-none";case yw.TopRight:return"fixed flex flex-col items-end justify-start gap-2 p-4 top-0 right-0 z-9999 pointer-events-none";case yw.BottomCenter:return"fixed flex flex-col items-center justify-end gap-2 p-4 bottom-0 left-0 right-0 z-9999 pointer-events-none";case yw.BottomLeft:return"fixed flex flex-col items-start justify-end gap-2 p-4 bottom-0 left-0 z-9999 pointer-events-none";case yw.BottomRight:return"fixed flex flex-col items-end justify-end gap-2 p-4 bottom-0 right-0 z-9999 pointer-events-none";case yw.TopCenter:default:return"fixed flex flex-col items-center justify-start gap-2 p-4 top-0 left-0 right-0 z-9999 pointer-events-none"}}render(e=yw.TopCenter){if(!this.isBrowser||!this.roots[e])return;const r=this.messages[e].map(e=>t.createElement(gw,{key:e.id,...e}));this.roots[e].render(t.createElement("div",{className:this.getPositionStyles(e)},r))}},ww="...",xw=({className:t,...r})=>e.createElement("nav",{role:"navigation","aria-label":"pagination",className:Qe("mx-auto flex w-full justify-center",t),...r}),Ow=e.forwardRef(({className:t,...r},n)=>e.createElement("ul",{ref:n,className:Qe("flex flex-row items-center gap-1.5",t),...r}));Ow.displayName="PaginationContent";const Ew=e.forwardRef(({className:t,...r},n)=>e.createElement("li",{ref:n,className:Qe("",t),...r}));Ew.displayName="PaginationItem";const kw=e.forwardRef(({className:t,isActive:r,size:n="medium",...o},i)=>e.createElement(Pt,{ref:i,"aria-current":r?"page":void 0,variant:r?"primary":"link",size:n,className:Qe("h-9 w-9 rounded-full text-sm font-semibold no-underline",r?"shadow-md shadow-primary/25":"text-muted-foreground hover:bg-accent hover:text-accent-foreground hover:no-underline",t),...o}));kw.displayName="PaginationLink";const jw=e.forwardRef(({className:t,...r},n)=>e.createElement(Pt,{ref:n,variant:"link",size:"medium",className:Qe("h-9 w-9 rounded-full border border-border bg-background text-muted-foreground","hover:border-primary/30 hover:bg-accent hover:text-accent-foreground",t),...r},e.createElement(pt,{className:"h-4 w-4"}),e.createElement("span",{className:"sr-only"},"Previous page")));jw.displayName="PaginationPrevious";const Pw=e.forwardRef(({className:t,...r},n)=>e.createElement(Pt,{ref:n,variant:"link",size:"medium",className:Qe("h-9 w-9 rounded-full border border-border bg-background text-muted-foreground","hover:border-primary/30 hover:bg-accent hover:text-accent-foreground",t),...r},e.createElement("span",{className:"sr-only"},"Next page"),e.createElement(ft,{className:"h-4 w-4"})));Pw.displayName="PaginationNext";const Sw=({className:t,...r})=>e.createElement("span",{"aria-hidden":!0,className:Qe("flex h-9 w-9 items-center justify-center text-muted-foreground/70",t),...r},e.createElement(yt,{className:"h-4 w-4"}),e.createElement("span",{className:"sr-only"},"More pages"));Sw.displayName="PaginationEllipsis";const Cw=(e,t)=>{const r=t-e+1;return Array.from({length:r},(t,r)=>r+e)},Nw=({currentPage:e,totalPages:r,onPageChange:n,siblingCount:o=1,className:i,disabled:a=!1,isLoading:l=!1,enableKeyboardNav:d=!1,showEllipsis:p=!0})=>{const f=c(()=>((e,t,r,n)=>{if(r+5>=t)return Cw(1,t);const o=Math.max(e-r,1),i=Math.min(e+r,t),a=o>2,l=i<t-2;if(!a&&l){const e=Cw(1,3+2*r);return n?[...e,ww,t]:[...e,t]}if(a&&!l){const e=Cw(t-(3+2*r)+1,t);return n?[1,ww,...e]:[1,...e]}if(a&&l){const e=Cw(o,i);return n?[1,ww,...e,ww,t]:[1,...e,t]}return Cw(1,t)})(e,r,o,p),[e,r,o,p]),m=u(()=>{!a&&!l&&e>1&&n(e-1)},[e,n,a,l]),h=u(()=>{!a&&!l&&e<r&&n(e+1)},[e,r,n,a,l]),v=u(e=>{a||l||!d||("ArrowLeft"===e.key?(e.preventDefault(),m()):"ArrowRight"===e.key&&(e.preventDefault(),h()))},[m,h,a,l,d]);return s(()=>{if(d)return window.addEventListener("keydown",v),()=>window.removeEventListener("keydown",v)},[v,d]),0===e||f.length<2?null:t.createElement(xw,{className:Qe("select-none",i)},t.createElement(Ow,null,t.createElement(Ew,null,t.createElement(jw,{onClick:m,disabled:1===e||a||l,className:Qe("transition-[color,background-color,border-color,box-shadow,transform] duration-150 active:scale-95",(a||l)&&"pointer-events-none opacity-50"),"aria-label":"Previous page"})),f.map((r,o)=>{if(r===ww)return t.createElement(Ew,{key:`dots-${o}`},t.createElement(Sw,null));const i=r,s=i===e;return t.createElement(Ew,{key:i},t.createElement(kw,{isActive:s,onClick:()=>!a&&!l&&n(i),className:Qe("transition-all duration-200 active:scale-95",(a||l)&&"pointer-events-none opacity-50"),"aria-label":`Page ${i}`,"aria-current":s?"page":void 0},i))}),t.createElement(Ew,null,t.createElement(Pw,{onClick:h,disabled:e===r||a||l,className:Qe("transition-[color,background-color,border-color,box-shadow,transform] duration-150 active:scale-95",(a||l)&&"pointer-events-none opacity-50"),"aria-label":"Next page"}))))};var Tw,Mw,Aw,zw;!function(e){e.Left="left",e.Center="center",e.Right="right"}(Tw||(Tw={})),function(e){e.Left="left",e.Right="right",e.Center="center"}(Mw||(Mw={})),function(e){e.Text="text",e.Date="date",e.Status="status",e.Custom="custom"}(Aw||(Aw={})),function(e){e.Start="start",e.Center="center",e.End="end"}(zw||(zw={}));const Dw=(e=Tw.Left)=>({left:"justify-start",center:"justify-center",right:"justify-end"}[e]),_w=(e,t,r,n,o,i)=>({toggleSorting:n=>{if(!t.find(t=>t.key===e))return;const o=n?"desc":"asc";i({key:e,direction:o}),r&&r(e,o)},getIsSorted:()=>!(!o||o.key!==e)&&o.direction,key:e,data:n}),Lw=(e,t,r,n,o,i)=>_w(e,t,r,n,o,i),Iw=e=>{switch(e){case Mw.Right:return"ml-auto order-2";case Mw.Center:return"mx-auto";default:return"order-1"}},Rw=e=>{switch(e){case Mw.Left:return"order-1";case Mw.Center:return"mx-auto";default:return"ml-auto order-2"}},Bw=(e=!1)=>e?{effectivePaginationPosition:Mw.Left,effectiveEntriesPosition:Mw.Right}:{effectivePaginationPosition:Mw.Right,effectiveEntriesPosition:Mw.Left},Ww=(e,t)=>{if(!t)return e;const r=e.split(" ");return r.length<=t?e:`${r.slice(0,t).join(" ")}...`};var Fw,Vw={exports:{}};var $w=(Fw||(Fw=1,Vw.exports=function(){var e=1e3,t=6e4,r=36e5,n="millisecond",o="second",i="minute",a="hour",l="day",s="week",c="month",u="quarter",d="year",p="date",f="Invalid Date",m=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,h=/\[([^\]]+)]|YYYY|YY|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,v={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(e){var t=["th","st","nd","rd"],r=e%100;return"["+e+(t[(r-20)%10]||t[r]||t[0])+"]"}},y=function(e,t,r){var n=String(e);return!n||n.length>=t?e:""+Array(t+1-n.length).join(r)+e},g={s:y,z:function(e){var t=-e.utcOffset(),r=Math.abs(t),n=Math.floor(r/60),o=r%60;return(t<=0?"+":"-")+y(n,2,"0")+":"+y(o,2,"0")},m:function e(t,r){if(t.date()<r.date())return-e(r,t);var n=12*(r.year()-t.year())+(r.month()-t.month()),o=t.clone().add(n,c),i=r-o<0,a=t.clone().add(n+(i?-1:1),c);return+(-(n+(r-o)/(i?o-a:a-o))||0)},a:function(e){return e<0?Math.ceil(e)||0:Math.floor(e)},p:function(e){return{M:c,y:d,w:s,d:l,D:p,h:a,m:i,s:o,ms:n,Q:u}[e]||String(e||"").toLowerCase().replace(/s$/,"")},u:function(e){return void 0===e}},b="en",w={};w[b]=v;var x="$isDayjsObject",O=function(e){return e instanceof P||!(!e||!e[x])},E=function e(t,r,n){var o;if(!t)return b;if("string"==typeof t){var i=t.toLowerCase();w[i]&&(o=i),r&&(w[i]=r,o=i);var a=t.split("-");if(!o&&a.length>1)return e(a[0])}else{var l=t.name;w[l]=t,o=l}return!n&&o&&(b=o),o||!n&&b},k=function(e,t){if(O(e))return e.clone();var r="object"==typeof t?t:{};return r.date=e,r.args=arguments,new P(r)},j=g;j.l=E,j.i=O,j.w=function(e,t){return k(e,{locale:t.$L,utc:t.$u,x:t.$x,$offset:t.$offset})};var P=function(){function v(e){this.$L=E(e.locale,null,!0),this.parse(e),this.$x=this.$x||e.x||{},this[x]=!0}var y=v.prototype;return y.parse=function(e){this.$d=function(e){var t=e.date,r=e.utc;if(null===t)return new Date(NaN);if(j.u(t))return new Date;if(t instanceof Date)return new Date(t);if("string"==typeof t&&!/Z$/i.test(t)){var n=t.match(m);if(n){var o=n[2]-1||0,i=(n[7]||"0").substring(0,3);return r?new Date(Date.UTC(n[1],o,n[3]||1,n[4]||0,n[5]||0,n[6]||0,i)):new Date(n[1],o,n[3]||1,n[4]||0,n[5]||0,n[6]||0,i)}}return new Date(t)}(e),this.init()},y.init=function(){var e=this.$d;this.$y=e.getFullYear(),this.$M=e.getMonth(),this.$D=e.getDate(),this.$W=e.getDay(),this.$H=e.getHours(),this.$m=e.getMinutes(),this.$s=e.getSeconds(),this.$ms=e.getMilliseconds()},y.$utils=function(){return j},y.isValid=function(){return!(this.$d.toString()===f)},y.isSame=function(e,t){var r=k(e);return this.startOf(t)<=r&&r<=this.endOf(t)},y.isAfter=function(e,t){return k(e)<this.startOf(t)},y.isBefore=function(e,t){return this.endOf(t)<k(e)},y.$g=function(e,t,r){return j.u(e)?this[t]:this.set(r,e)},y.unix=function(){return Math.floor(this.valueOf()/1e3)},y.valueOf=function(){return this.$d.getTime()},y.startOf=function(e,t){var r=this,n=!!j.u(t)||t,u=j.p(e),f=function(e,t){var o=j.w(r.$u?Date.UTC(r.$y,t,e):new Date(r.$y,t,e),r);return n?o:o.endOf(l)},m=function(e,t){return j.w(r.toDate()[e].apply(r.toDate("s"),(n?[0,0,0,0]:[23,59,59,999]).slice(t)),r)},h=this.$W,v=this.$M,y=this.$D,g="set"+(this.$u?"UTC":"");switch(u){case d:return n?f(1,0):f(31,11);case c:return n?f(1,v):f(0,v+1);case s:var b=this.$locale().weekStart||0,w=(h<b?h+7:h)-b;return f(n?y-w:y+(6-w),v);case l:case p:return m(g+"Hours",0);case a:return m(g+"Minutes",1);case i:return m(g+"Seconds",2);case o:return m(g+"Milliseconds",3);default:return this.clone()}},y.endOf=function(e){return this.startOf(e,!1)},y.$set=function(e,t){var r,s=j.p(e),u="set"+(this.$u?"UTC":""),f=(r={},r[l]=u+"Date",r[p]=u+"Date",r[c]=u+"Month",r[d]=u+"FullYear",r[a]=u+"Hours",r[i]=u+"Minutes",r[o]=u+"Seconds",r[n]=u+"Milliseconds",r)[s],m=s===l?this.$D+(t-this.$W):t;if(s===c||s===d){var h=this.clone().set(p,1);h.$d[f](m),h.init(),this.$d=h.set(p,Math.min(this.$D,h.daysInMonth())).$d}else f&&this.$d[f](m);return this.init(),this},y.set=function(e,t){return this.clone().$set(e,t)},y.get=function(e){return this[j.p(e)]()},y.add=function(n,u){var p,f=this;n=Number(n);var m=j.p(u),h=function(e){var t=k(f);return j.w(t.date(t.date()+Math.round(e*n)),f)};if(m===c)return this.set(c,this.$M+n);if(m===d)return this.set(d,this.$y+n);if(m===l)return h(1);if(m===s)return h(7);var v=(p={},p[i]=t,p[a]=r,p[o]=e,p)[m]||1,y=this.$d.getTime()+n*v;return j.w(y,this)},y.subtract=function(e,t){return this.add(-1*e,t)},y.format=function(e){var t=this,r=this.$locale();if(!this.isValid())return r.invalidDate||f;var n=e||"YYYY-MM-DDTHH:mm:ssZ",o=j.z(this),i=this.$H,a=this.$m,l=this.$M,s=r.weekdays,c=r.months,u=r.meridiem,d=function(e,r,o,i){return e&&(e[r]||e(t,n))||o[r].slice(0,i)},p=function(e){return j.s(i%12||12,e,"0")},m=u||function(e,t,r){var n=e<12?"AM":"PM";return r?n.toLowerCase():n};return n.replace(h,function(e,n){return n||function(e){switch(e){case"YY":return String(t.$y).slice(-2);case"YYYY":return j.s(t.$y,4,"0");case"M":return l+1;case"MM":return j.s(l+1,2,"0");case"MMM":return d(r.monthsShort,l,c,3);case"MMMM":return d(c,l);case"D":return t.$D;case"DD":return j.s(t.$D,2,"0");case"d":return String(t.$W);case"dd":return d(r.weekdaysMin,t.$W,s,2);case"ddd":return d(r.weekdaysShort,t.$W,s,3);case"dddd":return s[t.$W];case"H":return String(i);case"HH":return j.s(i,2,"0");case"h":return p(1);case"hh":return p(2);case"a":return m(i,a,!0);case"A":return m(i,a,!1);case"m":return String(a);case"mm":return j.s(a,2,"0");case"s":return String(t.$s);case"ss":return j.s(t.$s,2,"0");case"SSS":return j.s(t.$ms,3,"0");case"Z":return o}return null}(e)||o.replace(":","")})},y.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},y.diff=function(n,p,f){var m,h=this,v=j.p(p),y=k(n),g=(y.utcOffset()-this.utcOffset())*t,b=this-y,w=function(){return j.m(h,y)};switch(v){case d:m=w()/12;break;case c:m=w();break;case u:m=w()/3;break;case s:m=(b-g)/6048e5;break;case l:m=(b-g)/864e5;break;case a:m=b/r;break;case i:m=b/t;break;case o:m=b/e;break;default:m=b}return f?m:j.a(m)},y.daysInMonth=function(){return this.endOf(c).$D},y.$locale=function(){return w[this.$L]},y.locale=function(e,t){if(!e)return this.$L;var r=this.clone(),n=E(e,t,!0);return n&&(r.$L=n),r},y.clone=function(){return j.w(this.$d,this)},y.toDate=function(){return new Date(this.valueOf())},y.toJSON=function(){return this.isValid()?this.toISOString():null},y.toISOString=function(){return this.$d.toISOString()},y.toString=function(){return this.$d.toUTCString()},v}(),S=P.prototype;return k.prototype=S,[["$ms",n],["$s",o],["$m",i],["$H",a],["$W",l],["$M",c],["$y",d],["$D",p]].forEach(function(e){S[e[1]]=function(t){return this.$g(t,e[0],e[1])}}),k.extend=function(e,t){return e.$i||(e(t,P,k),e.$i=!0),k},k.locale=E,k.isDayjs=O,k.unix=function(e){return k(1e3*e)},k.en=w[b],k.Ls=w,k.p={},k}()),Vw.exports),Hw=Ct($w);const Uw={active:"bg-emerald-50 text-emerald-700 ring-1 ring-inset ring-emerald-600/20",inactive:"bg-rose-50 text-rose-700 ring-1 ring-inset ring-rose-600/20",pending:"bg-amber-50 text-amber-700 ring-1 ring-inset ring-amber-600/20",completed:"bg-blue-50 text-blue-700 ring-1 ring-inset ring-blue-600/20",processing:"bg-violet-50 text-violet-700 ring-1 ring-inset ring-violet-600/20",default:"bg-gray-50 text-gray-700 ring-1 ring-inset ring-gray-600/20"},qw={active:"bg-emerald-500",inactive:"bg-rose-500",pending:"bg-amber-500",completed:"bg-blue-500",processing:"bg-violet-500",default:"bg-gray-500"},Yw="name",Kw="200px",Gw="email",Xw="joinDate",Zw="status",Jw=(e,r,n,o)=>{const i=r[e.key],a=Dw(e.align),l=e=>t.createElement("div",{className:`flex w-full ${a}`},e);if(n&&e.customCell)return l(e.customCell(i,r));if(null==i)return l(null);switch(e.type){case Aw.Date:{if(!e.dateFormat)return l(t.createElement(Sg,{variant:"small",color:"secondary"},String(i)));const r=Hw(i,e.dateFormat.input).format(e.dateFormat.output);return l(t.createElement(Sg,{variant:"small",color:"secondary"},r))}case Aw.Status:if(o){const e=String(i).toLowerCase(),r=Uw[e]||Uw.default,n=qw[e]||qw.default;return l(t.createElement("span",{className:`inline-flex items-center gap-1.5 rounded-full px-2.5 py-1 text-xs font-medium ${r}`},t.createElement("span",{className:`h-1.5 w-1.5 rounded-full ${n}`}),String(i)))}return l(t.createElement(Sg,{variant:"small",color:"primary"},String(i)));case Aw.Text:default:{const r=String(i),n=Ww(r,e.maxWords);return l(t.createElement(Sg,{variant:"small",color:"secondary",className:n!==r?"truncate":"",title:r},n))}}},Qw=(e,r)=>r?.key!==e.key?t.createElement(st,{className:"h-3.5 w-3.5 opacity-0 transition-opacity duration-150 group-hover:opacity-50"}):"asc"===r.direction?t.createElement(mt,{className:"h-3.5 w-3.5 text-primary"}):t.createElement(dt,{className:"h-3.5 w-3.5 text-primary"}),ex=(e,r,n,o,i)=>{if(e.customHeader)return e.customHeader(r(e.key));const a=Dw(e.align);return o&&e.sortable?t.createElement("div",{className:`flex w-full ${a}`},t.createElement(Pt,{variant:"link",onClick:()=>n(e),className:"p-0 h-auto font-semibold text-gray-700 no-underline hover:text-foreground hover:no-underline"},t.createElement("div",{className:"flex items-center"},t.createElement("span",{className:"truncate"},e.title),t.createElement("span",{className:"ml-1.5 inline-flex shrink-0"},Qw(e,i))))):t.createElement("div",{className:`flex w-full items-center h-9 ${a}`},t.createElement("span",{className:"truncate font-semibold text-gray-700"},e.title))},tx=(e,t,r,n,o)=>ex(e,t,r,n,o),rx={renderSortIcon:Qw,renderHeader:ex,renderTableHeader:tx},nx=({columns:e,data:r,sortable:n=!1,pagination:o=!1,searchable:i=!1,currentPage:a=1,pageSize:d=5,totalPages:p,totalCount:f,manualPagination:m=!1,onSort:h,onPageChange:v,onPageSizeChange:y,onSearch:g,actions:b,onRowClick:w,showCustomCells:x=!0,useBuiltInStatus:O=!0,swapPaginationLayout:E=!1,selectable:k=!1,onSelectionChange:j})=>{const[P,S]=l(null),[C,N]=l(a),[T,M]=l(d),[A,z]=l(""),[D,_]=l({}),[L,I]=l(!1),{effectivePaginationPosition:R,effectiveEntriesPosition:B}=Bw(E);s(()=>{N(a)},[a]),s(()=>{k&&(_({}),I(!1))},[r,k]);const W=u(e=>{n&&e.sortable&&(P?.key===e.key?"asc"===P.direction?(S({key:e.key,direction:"desc"}),h&&h(e.key,"desc")):(S(null),h&&h("__clear_sort__","asc")):(S({key:e.key,direction:"asc"}),h&&h(e.key,"asc")))},[P,n,h]),F=u(e=>{n&&e.sortable&&W(e)},[n,W]),V=c(()=>m?r:P&&n?[...r].sort((e,t)=>{const r=e[P.key],n=t[P.key];return r<n?"asc"===P.direction?-1:1:r>n?"asc"===P.direction?1:-1:0}):r,[r,P,n,m]),$=u(e=>{const t=e.target.value;z(t),N(1),m&&g&&g(t)},[m,g]),H=c(()=>m?V:i&&A.trim()?V.filter(t=>e.some(e=>{const r=t[e.key];return null!=r&&String(r).toLowerCase().includes(A.toLowerCase())})):V,[V,e,A,i,m]),U=c(()=>m&&void 0!==p?p:Math.max(1,Math.ceil(H.length/T)),[m,p,H.length,T]),q=c(()=>m&&void 0!==f?f:H.length,[m,f,H.length]),Y=c(()=>{if(m)return H;if(!o)return H;const e=(C-1)*T,t=e+T;return H.slice(e,t)},[H,C,T,o,m]),K=u(e=>{e<1||e>U||(N(e),v&&v(e))},[U,v]),G=u(e=>{M(e),N(1),y&&y(e)},[y]),X=u((e,t)=>e.id||`row-${t}`,[]),Z=u((e,t)=>{const r=X(e,t),n={...D,[r]:!D[r]};_(n);const o=Y.every((e,t)=>!0===n[X(e,t)]);if(I(o),j){const e=Y.filter((e,t)=>n[X(e,t)]);j(e)}},[D,Y,j,X]),J=u((e,t)=>{if(!k&&w){const r=t.target;if(r.closest("button")||r.closest("a")||r.closest('input[type="checkbox"]'))return;w(e)}},[w,k]),Q=u(()=>{const e=!L;I(e);const t={...D};if(Y.forEach((r,n)=>{const o=X(r,n);t[o]=e}),_(t),j){const t=e?[...Y]:[];j(t)}},[L,Y,D,j,X]),ee=c(()=>(e,t)=>Jw(e,t,x,O),[x,O]),te=c(()=>0===q?0:m?Math.min((C-1)*T+1,q):Math.min((C-1)*T+1,H.length),[m,C,T,q,H.length]),re=c(()=>m?Math.min(C*T,q):Math.min(C*T,H.length),[m,C,T,q,H.length]);return t.createElement("div",{className:"w-full"},t.createElement("div",{className:"flex flex-wrap items-end justify-between gap-4 mb-5"},i&&t.createElement("div",{className:"w-full sm:w-72"},t.createElement(zg,{id:"table-search",value:A,onChange:$,label:"Search",type:"search"})),o&&t.createElement("div",{className:"flex items-center gap-2.5 ml-auto"},t.createElement("label",{htmlFor:"page-size-select",className:"text-sm font-medium text-muted-foreground whitespace-nowrap"},"Rows per page"),t.createElement("div",{className:"relative"},t.createElement("select",{id:"page-size-select",value:T,onChange:e=>G(parseInt(e.target.value)),className:"h-9 appearance-none rounded-lg border border-input bg-background pl-3 pr-8 text-sm font-medium text-foreground ring-offset-background transition-colors hover:border-ring/50 focus-visible:outline-hidden focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2"},[5,10,20,50].map(e=>t.createElement("option",{key:e,value:e},e))),t.createElement(dt,{className:"pointer-events-none absolute right-2.5 top-1/2 h-3.5 w-3.5 -translate-y-1/2 text-muted-foreground"})))),t.createElement("div",{className:"w-full overflow-hidden rounded-xl border border-border bg-white shadow-md dark:bg-card"},t.createElement("div",{className:"w-full overflow-x-auto"},t.createElement("table",{className:"w-full caption-bottom text-sm"},t.createElement("thead",{className:"bg-[#F9F9F9] dark:bg-muted/50"},t.createElement("tr",{className:"border-b border-border"},k&&t.createElement("th",{className:"h-12 w-10 px-4"},t.createElement(Ag,{checked:L,onChange:Q,dataTestId:"select-all-checkbox"})),e.map(r=>t.createElement("th",{key:r.key,className:"h-12 px-6 text-xs font-bold text-gray-700 transition-colors "+(n&&r.sortable?"group cursor-pointer select-none hover:bg-muted/70":""),style:{width:r.width||"auto"}},t.createElement("div",{className:"h-full flex items-center",onClick:()=>F(r)},tx(r,t=>Lw(t,e,h,Y,P,S),W,n,P)))),b&&t.createElement("th",{className:"h-12 px-6 text-center text-xs font-bold text-gray-700"},t.createElement("div",{className:"flex items-center h-9 justify-center"},t.createElement("span",{className:"truncate"},"Actions"))))),t.createElement("tbody",{className:"divide-y divide-border/80"},Y.length>0?Y.map((r,n)=>t.createElement("tr",{key:X(r,n),onClick:e=>J(r,e),className:`relative transition-colors duration-150 hover:shadow-[inset_2px_0_0_0_var(--color-primary)] ${w&&!k?"cursor-pointer hover:bg-muted/40":"hover:bg-muted/40"} ${D[X(r,n)]?"bg-muted/50":"bg-white dark:bg-card"}`},k&&t.createElement("td",{className:"p-4 px-5 w-10"},t.createElement(Ag,{checked:!!D[X(r,n)],onChange:()=>Z(r,n),dataTestId:`select-row-${n}`})),e.map(e=>t.createElement("td",{key:e.key,className:"px-6 py-3.5",style:{width:e.width||"auto"}},ee(e,r))),b&&t.createElement("td",{className:"px-6 py-3.5 text-center"},b(r)))):t.createElement("tr",{className:"bg-white dark:bg-card"},t.createElement("td",{colSpan:e.length+(b?1:0)+(k?1:0),className:"py-16 px-6 text-center"},t.createElement("div",{className:"flex flex-col items-center gap-2 text-muted-foreground"},t.createElement(wt,{className:"h-8 w-8 opacity-40"}),t.createElement("span",{className:"text-sm font-medium"},"No data available")))))))),o&&U>0&&t.createElement("div",{className:"flex flex-wrap items-center justify-between gap-4 px-1 pt-5 w-full"},t.createElement("div",{className:`text-sm text-muted-foreground whitespace-nowrap ${Iw(B)}`},"Showing"," ",t.createElement("span",{className:"font-semibold text-foreground"},te)," ","to"," ",t.createElement("span",{className:"font-semibold text-foreground"},re)," ","of"," ",t.createElement("span",{className:"font-semibold text-foreground"},q)," ","entries"),t.createElement("div",{className:Rw(R)},t.createElement(Nw,{currentPage:C,totalPages:U,onPageChange:K,disabled:!1,isLoading:!1}))))};var ox,ix="dismissableLayer.update",ax="dismissableLayer.pointerDownOutside",lx="dismissableLayer.focusOutside",sx=e.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),cx=e.forwardRef((t,r)=>{const{disableOutsidePointerEvents:n=!1,onEscapeKeyDown:o,onPointerDownOutside:i,onFocusOutside:a,onInteractOutside:l,onDismiss:s,...c}=t,u=e.useContext(sx),[d,p]=e.useState(null),f=d?.ownerDocument??globalThis?.document,[,m]=e.useState({}),h=Ig(r,e=>p(e)),v=Array.from(u.layers),[y]=[...u.layersWithOutsidePointerEventsDisabled].slice(-1),g=v.indexOf(y),b=d?v.indexOf(d):-1,w=u.layersWithOutsidePointerEventsDisabled.size>0,x=b>=g,O=function(t,r=globalThis?.document){const n=Jg(t),o=e.useRef(!1),i=e.useRef(()=>{});return e.useEffect(()=>{const e=e=>{if(e.target&&!o.current){let t=function(){dx(ax,n,o,{discrete:!0})};const o={originalEvent:e};"touch"===e.pointerType?(r.removeEventListener("click",i.current),i.current=t,r.addEventListener("click",i.current,{once:!0})):t()}else r.removeEventListener("click",i.current);o.current=!1},t=window.setTimeout(()=>{r.addEventListener("pointerdown",e)},0);return()=>{window.clearTimeout(t),r.removeEventListener("pointerdown",e),r.removeEventListener("click",i.current)}},[r,n]),{onPointerDownCapture:()=>o.current=!0}}(e=>{const t=e.target,r=[...u.branches].some(e=>e.contains(t));x&&!r&&(i?.(e),l?.(e),e.defaultPrevented||s?.())},f),E=function(t,r=globalThis?.document){const n=Jg(t),o=e.useRef(!1);return e.useEffect(()=>{const e=e=>{if(e.target&&!o.current){dx(lx,n,{originalEvent:e},{discrete:!1})}};return r.addEventListener("focusin",e),()=>r.removeEventListener("focusin",e)},[r,n]),{onFocusCapture:()=>o.current=!0,onBlurCapture:()=>o.current=!1}}(e=>{const t=e.target;[...u.branches].some(e=>e.contains(t))||(a?.(e),l?.(e),e.defaultPrevented||s?.())},f);return function(t,r=globalThis?.document){const n=Jg(t);e.useEffect(()=>{const e=e=>{"Escape"===e.key&&n(e)};return r.addEventListener("keydown",e,{capture:!0}),()=>r.removeEventListener("keydown",e,{capture:!0})},[n,r])}(e=>{b===u.layers.size-1&&(o?.(e),!e.defaultPrevented&&s&&(e.preventDefault(),s()))},f),e.useEffect(()=>{if(d)return n&&(0===u.layersWithOutsidePointerEventsDisabled.size&&(ox=f.body.style.pointerEvents,f.body.style.pointerEvents="none"),u.layersWithOutsidePointerEventsDisabled.add(d)),u.layers.add(d),ux(),()=>{n&&1===u.layersWithOutsidePointerEventsDisabled.size&&(f.body.style.pointerEvents=ox)}},[d,f,n,u]),e.useEffect(()=>()=>{d&&(u.layers.delete(d),u.layersWithOutsidePointerEventsDisabled.delete(d),ux())},[d,u]),e.useEffect(()=>{const e=()=>m({});return document.addEventListener(ix,e),()=>document.removeEventListener(ix,e)},[]),k($g.div,{...c,ref:h,style:{pointerEvents:w?x?"auto":"none":void 0,...t.style},onFocusCapture:Dg(t.onFocusCapture,E.onFocusCapture),onBlurCapture:Dg(t.onBlurCapture,E.onBlurCapture),onPointerDownCapture:Dg(t.onPointerDownCapture,O.onPointerDownCapture)})});cx.displayName="DismissableLayer";function ux(){const e=new CustomEvent(ix);document.dispatchEvent(e)}function dx(e,t,r,{discrete:n}){const o=r.originalEvent.target,i=new CustomEvent(e,{bubbles:!1,cancelable:!0,detail:r});t&&o.addEventListener(e,t,{once:!0}),n?function(e,t){e&&S.flushSync(()=>e.dispatchEvent(t))}(o,i):o.dispatchEvent(i)}e.forwardRef((t,r)=>{const n=e.useContext(sx),o=e.useRef(null),i=Ig(r,o);return e.useEffect(()=>{const e=o.current;if(e)return n.branches.add(e),()=>{n.branches.delete(e)}},[n.branches]),k($g.div,{...t,ref:i})}).displayName="DismissableLayerBranch";var px=0;function fx(){e.useEffect(()=>{const e=document.querySelectorAll("[data-radix-focus-guard]");return document.body.insertAdjacentElement("afterbegin",e[0]??mx()),document.body.insertAdjacentElement("beforeend",e[1]??mx()),px++,()=>{1===px&&document.querySelectorAll("[data-radix-focus-guard]").forEach(e=>e.remove()),px--}},[])}function mx(){const e=document.createElement("span");return e.setAttribute("data-radix-focus-guard",""),e.tabIndex=0,e.style.outline="none",e.style.opacity="0",e.style.position="fixed",e.style.pointerEvents="none",e}var hx="focusScope.autoFocusOnMount",vx="focusScope.autoFocusOnUnmount",yx={bubbles:!1,cancelable:!0},gx=e.forwardRef((t,r)=>{const{loop:n=!1,trapped:o=!1,onMountAutoFocus:i,onUnmountAutoFocus:a,...l}=t,[s,c]=e.useState(null),u=Jg(i),d=Jg(a),p=e.useRef(null),f=Ig(r,e=>c(e)),m=e.useRef({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;e.useEffect(()=>{if(o){let e=function(e){if(m.paused||!s)return;const t=e.target;s.contains(t)?p.current=t:Ox(p.current,{select:!0})},t=function(e){if(m.paused||!s)return;const t=e.relatedTarget;null!==t&&(s.contains(t)||Ox(p.current,{select:!0}))},r=function(e){if(document.activeElement===document.body)for(const t of e)t.removedNodes.length>0&&Ox(s)};document.addEventListener("focusin",e),document.addEventListener("focusout",t);const n=new MutationObserver(r);return s&&n.observe(s,{childList:!0,subtree:!0}),()=>{document.removeEventListener("focusin",e),document.removeEventListener("focusout",t),n.disconnect()}}},[o,s,m.paused]),e.useEffect(()=>{if(s){Ex.add(m);const t=document.activeElement;if(!s.contains(t)){const r=new CustomEvent(hx,yx);s.addEventListener(hx,u),s.dispatchEvent(r),r.defaultPrevented||(!function(e,{select:t=!1}={}){const r=document.activeElement;for(const n of e)if(Ox(n,{select:t}),document.activeElement!==r)return}((e=bx(s),e.filter(e=>"A"!==e.tagName)),{select:!0}),document.activeElement===t&&Ox(s))}return()=>{s.removeEventListener(hx,u),setTimeout(()=>{const e=new CustomEvent(vx,yx);s.addEventListener(vx,d),s.dispatchEvent(e),e.defaultPrevented||Ox(t??document.body,{select:!0}),s.removeEventListener(vx,d),Ex.remove(m)},0)}}var e},[s,u,d,m]);const h=e.useCallback(e=>{if(!n&&!o)return;if(m.paused)return;const t="Tab"===e.key&&!e.altKey&&!e.ctrlKey&&!e.metaKey,r=document.activeElement;if(t&&r){const t=e.currentTarget,[o,i]=function(e){const t=bx(e),r=wx(t,e),n=wx(t.reverse(),e);return[r,n]}(t);o&&i?e.shiftKey||r!==i?e.shiftKey&&r===o&&(e.preventDefault(),n&&Ox(i,{select:!0})):(e.preventDefault(),n&&Ox(o,{select:!0})):r===t&&e.preventDefault()}},[n,o,m.paused]);return k($g.div,{tabIndex:-1,...l,ref:f,onKeyDown:h})});function bx(e){const t=[],r=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:e=>{const t="INPUT"===e.tagName&&"hidden"===e.type;return e.disabled||e.hidden||t?NodeFilter.FILTER_SKIP:e.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;r.nextNode();)t.push(r.currentNode);return t}function wx(e,t){for(const r of e)if(!xx(r,{upTo:t}))return r}function xx(e,{upTo:t}){if("hidden"===getComputedStyle(e).visibility)return!0;for(;e;){if(void 0!==t&&e===t)return!1;if("none"===getComputedStyle(e).display)return!0;e=e.parentElement}return!1}function Ox(e,{select:t=!1}={}){if(e&&e.focus){const r=document.activeElement;e.focus({preventScroll:!0}),e!==r&&function(e){return e instanceof HTMLInputElement&&"select"in e}(e)&&t&&e.select()}}gx.displayName="FocusScope";var Ex=function(){let e=[];return{add(t){const r=e[0];t!==r&&r?.pause(),e=kx(e,t),e.unshift(t)},remove(t){e=kx(e,t),e[0]?.resume()}}}();function kx(e,t){const r=[...e],n=r.indexOf(t);return-1!==n&&r.splice(n,1),r}const jx=["top","right","bottom","left"],Px=Math.min,Sx=Math.max,Cx=Math.round,Nx=Math.floor,Tx=e=>({x:e,y:e}),Mx={left:"right",right:"left",bottom:"top",top:"bottom"};function Ax(e,t,r){return Sx(e,Px(t,r))}function zx(e,t){return"function"==typeof e?e(t):e}function Dx(e){return e.split("-")[0]}function _x(e){return e.split("-")[1]}function Lx(e){return"x"===e?"y":"x"}function Ix(e){return"y"===e?"height":"width"}function Rx(e){const t=e[0];return"t"===t||"b"===t?"y":"x"}function Bx(e){return Lx(Rx(e))}function Wx(e){return e.includes("start")?e.replace("start","end"):e.replace("end","start")}const Fx=["left","right"],Vx=["right","left"],$x=["top","bottom"],Hx=["bottom","top"];function Ux(e,t,r,n){const o=_x(e);let i=function(e,t,r){switch(e){case"top":case"bottom":return r?t?Vx:Fx:t?Fx:Vx;case"left":case"right":return t?$x:Hx;default:return[]}}(Dx(e),"start"===r,n);return o&&(i=i.map(e=>e+"-"+o),t&&(i=i.concat(i.map(Wx)))),i}function qx(e){const t=Dx(e);return Mx[t]+e.slice(t.length)}function Yx(e){return"number"!=typeof e?function(e){return{top:0,right:0,bottom:0,left:0,...e}}(e):{top:e,right:e,bottom:e,left:e}}function Kx(e){const{x:t,y:r,width:n,height:o}=e;return{width:n,height:o,top:r,left:t,right:t+n,bottom:r+o,x:t,y:r}}function Gx(e,t,r){let{reference:n,floating:o}=e;const i=Rx(t),a=Bx(t),l=Ix(a),s=Dx(t),c="y"===i,u=n.x+n.width/2-o.width/2,d=n.y+n.height/2-o.height/2,p=n[l]/2-o[l]/2;let f;switch(s){case"top":f={x:u,y:n.y-o.height};break;case"bottom":f={x:u,y:n.y+n.height};break;case"right":f={x:n.x+n.width,y:d};break;case"left":f={x:n.x-o.width,y:d};break;default:f={x:n.x,y:n.y}}switch(_x(t)){case"start":f[a]-=p*(r&&c?-1:1);break;case"end":f[a]+=p*(r&&c?-1:1)}return f}async function Xx(e,t){var r;void 0===t&&(t={});const{x:n,y:o,platform:i,rects:a,elements:l,strategy:s}=e,{boundary:c="clippingAncestors",rootBoundary:u="viewport",elementContext:d="floating",altBoundary:p=!1,padding:f=0}=zx(t,e),m=Yx(f),h=l[p?"floating"===d?"reference":"floating":d],v=Kx(await i.getClippingRect({element:null==(r=await(null==i.isElement?void 0:i.isElement(h)))||r?h:h.contextElement||await(null==i.getDocumentElement?void 0:i.getDocumentElement(l.floating)),boundary:c,rootBoundary:u,strategy:s})),y="floating"===d?{x:n,y:o,width:a.floating.width,height:a.floating.height}:a.reference,g=await(null==i.getOffsetParent?void 0:i.getOffsetParent(l.floating)),b=await(null==i.isElement?void 0:i.isElement(g))&&await(null==i.getScale?void 0:i.getScale(g))||{x:1,y:1},w=Kx(i.convertOffsetParentRelativeRectToViewportRelativeRect?await i.convertOffsetParentRelativeRectToViewportRelativeRect({elements:l,rect:y,offsetParent:g,strategy:s}):y);return{top:(v.top-w.top+m.top)/b.y,bottom:(w.bottom-v.bottom+m.bottom)/b.y,left:(v.left-w.left+m.left)/b.x,right:(w.right-v.right+m.right)/b.x}}function Zx(e,t){return{top:e.top-t.height,right:e.right-t.width,bottom:e.bottom-t.height,left:e.left-t.width}}function Jx(e){return jx.some(t=>e[t]>=0)}const Qx=new Set(["left","top"]);function eO(){return"undefined"!=typeof window}function tO(e){return oO(e)?(e.nodeName||"").toLowerCase():"#document"}function rO(e){var t;return(null==e||null==(t=e.ownerDocument)?void 0:t.defaultView)||window}function nO(e){var t;return null==(t=(oO(e)?e.ownerDocument:e.document)||window.document)?void 0:t.documentElement}function oO(e){return!!eO()&&(e instanceof Node||e instanceof rO(e).Node)}function iO(e){return!!eO()&&(e instanceof Element||e instanceof rO(e).Element)}function aO(e){return!!eO()&&(e instanceof HTMLElement||e instanceof rO(e).HTMLElement)}function lO(e){return!(!eO()||"undefined"==typeof ShadowRoot)&&(e instanceof ShadowRoot||e instanceof rO(e).ShadowRoot)}function sO(e){const{overflow:t,overflowX:r,overflowY:n,display:o}=gO(e);return/auto|scroll|overlay|hidden|clip/.test(t+n+r)&&"inline"!==o&&"contents"!==o}function cO(e){return/^(table|td|th)$/.test(tO(e))}function uO(e){try{if(e.matches(":popover-open"))return!0}catch(e){}try{return e.matches(":modal")}catch(e){return!1}}const dO=/transform|translate|scale|rotate|perspective|filter/,pO=/paint|layout|strict|content/,fO=e=>!!e&&"none"!==e;let mO;function hO(e){const t=iO(e)?gO(e):e;return fO(t.transform)||fO(t.translate)||fO(t.scale)||fO(t.rotate)||fO(t.perspective)||!vO()&&(fO(t.backdropFilter)||fO(t.filter))||dO.test(t.willChange||"")||pO.test(t.contain||"")}function vO(){return null==mO&&(mO="undefined"!=typeof CSS&&CSS.supports&&CSS.supports("-webkit-backdrop-filter","none")),mO}function yO(e){return/^(html|body|#document)$/.test(tO(e))}function gO(e){return rO(e).getComputedStyle(e)}function bO(e){return iO(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function wO(e){if("html"===tO(e))return e;const t=e.assignedSlot||e.parentNode||lO(e)&&e.host||nO(e);return lO(t)?t.host:t}function xO(e){const t=wO(e);return yO(t)?e.ownerDocument?e.ownerDocument.body:e.body:aO(t)&&sO(t)?t:xO(t)}function OO(e,t,r){var n;void 0===t&&(t=[]),void 0===r&&(r=!0);const o=xO(e),i=o===(null==(n=e.ownerDocument)?void 0:n.body),a=rO(o);if(i){const e=EO(a);return t.concat(a,a.visualViewport||[],sO(o)?o:[],e&&r?OO(e):[])}return t.concat(o,OO(o,[],r))}function EO(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function kO(e){const t=gO(e);let r=parseFloat(t.width)||0,n=parseFloat(t.height)||0;const o=aO(e),i=o?e.offsetWidth:r,a=o?e.offsetHeight:n,l=Cx(r)!==i||Cx(n)!==a;return l&&(r=i,n=a),{width:r,height:n,$:l}}function jO(e){return iO(e)?e:e.contextElement}function PO(e){const t=jO(e);if(!aO(t))return Tx(1);const r=t.getBoundingClientRect(),{width:n,height:o,$:i}=kO(t);let a=(i?Cx(r.width):r.width)/n,l=(i?Cx(r.height):r.height)/o;return a&&Number.isFinite(a)||(a=1),l&&Number.isFinite(l)||(l=1),{x:a,y:l}}const SO=Tx(0);function CO(e){const t=rO(e);return vO()&&t.visualViewport?{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}:SO}function NO(e,t,r,n){void 0===t&&(t=!1),void 0===r&&(r=!1);const o=e.getBoundingClientRect(),i=jO(e);let a=Tx(1);t&&(n?iO(n)&&(a=PO(n)):a=PO(e));const l=function(e,t,r){return void 0===t&&(t=!1),!(!r||t&&r!==rO(e))&&t}(i,r,n)?CO(i):Tx(0);let s=(o.left+l.x)/a.x,c=(o.top+l.y)/a.y,u=o.width/a.x,d=o.height/a.y;if(i){const e=rO(i),t=n&&iO(n)?rO(n):n;let r=e,o=EO(r);for(;o&&n&&t!==r;){const e=PO(o),t=o.getBoundingClientRect(),n=gO(o),i=t.left+(o.clientLeft+parseFloat(n.paddingLeft))*e.x,a=t.top+(o.clientTop+parseFloat(n.paddingTop))*e.y;s*=e.x,c*=e.y,u*=e.x,d*=e.y,s+=i,c+=a,r=rO(o),o=EO(r)}}return Kx({width:u,height:d,x:s,y:c})}function TO(e,t){const r=bO(e).scrollLeft;return t?t.left+r:NO(nO(e)).left+r}function MO(e,t){const r=e.getBoundingClientRect();return{x:r.left+t.scrollLeft-TO(e,r),y:r.top+t.scrollTop}}function AO(e,t,r){let n;if("viewport"===t)n=function(e,t){const r=rO(e),n=nO(e),o=r.visualViewport;let i=n.clientWidth,a=n.clientHeight,l=0,s=0;if(o){i=o.width,a=o.height;const e=vO();(!e||e&&"fixed"===t)&&(l=o.offsetLeft,s=o.offsetTop)}const c=TO(n);if(c<=0){const e=n.ownerDocument,t=e.body,r=getComputedStyle(t),o="CSS1Compat"===e.compatMode&&parseFloat(r.marginLeft)+parseFloat(r.marginRight)||0,a=Math.abs(n.clientWidth-t.clientWidth-o);a<=25&&(i-=a)}else c<=25&&(i+=c);return{width:i,height:a,x:l,y:s}}(e,r);else if("document"===t)n=function(e){const t=nO(e),r=bO(e),n=e.ownerDocument.body,o=Sx(t.scrollWidth,t.clientWidth,n.scrollWidth,n.clientWidth),i=Sx(t.scrollHeight,t.clientHeight,n.scrollHeight,n.clientHeight);let a=-r.scrollLeft+TO(e);const l=-r.scrollTop;return"rtl"===gO(n).direction&&(a+=Sx(t.clientWidth,n.clientWidth)-o),{width:o,height:i,x:a,y:l}}(nO(e));else if(iO(t))n=function(e,t){const r=NO(e,!0,"fixed"===t),n=r.top+e.clientTop,o=r.left+e.clientLeft,i=aO(e)?PO(e):Tx(1);return{width:e.clientWidth*i.x,height:e.clientHeight*i.y,x:o*i.x,y:n*i.y}}(t,r);else{const r=CO(e);n={x:t.x-r.x,y:t.y-r.y,width:t.width,height:t.height}}return Kx(n)}function zO(e,t){const r=wO(e);return!(r===t||!iO(r)||yO(r))&&("fixed"===gO(r).position||zO(r,t))}function DO(e,t,r){const n=aO(t),o=nO(t),i="fixed"===r,a=NO(e,!0,i,t);let l={scrollLeft:0,scrollTop:0};const s=Tx(0);function c(){s.x=TO(o)}if(n||!n&&!i)if(("body"!==tO(t)||sO(o))&&(l=bO(t)),n){const e=NO(t,!0,i,t);s.x=e.x+t.clientLeft,s.y=e.y+t.clientTop}else o&&c();i&&!n&&o&&c();const u=!o||n||i?Tx(0):MO(o,l);return{x:a.left+l.scrollLeft-s.x-u.x,y:a.top+l.scrollTop-s.y-u.y,width:a.width,height:a.height}}function _O(e){return"static"===gO(e).position}function LO(e,t){if(!aO(e)||"fixed"===gO(e).position)return null;if(t)return t(e);let r=e.offsetParent;return nO(e)===r&&(r=r.ownerDocument.body),r}function IO(e,t){const r=rO(e);if(uO(e))return r;if(!aO(e)){let t=wO(e);for(;t&&!yO(t);){if(iO(t)&&!_O(t))return t;t=wO(t)}return r}let n=LO(e,t);for(;n&&cO(n)&&_O(n);)n=LO(n,t);return n&&yO(n)&&_O(n)&&!hO(n)?r:n||function(e){let t=wO(e);for(;aO(t)&&!yO(t);){if(hO(t))return t;if(uO(t))return null;t=wO(t)}return null}(e)||r}const RO={convertOffsetParentRelativeRectToViewportRelativeRect:function(e){let{elements:t,rect:r,offsetParent:n,strategy:o}=e;const i="fixed"===o,a=nO(n),l=!!t&&uO(t.floating);if(n===a||l&&i)return r;let s={scrollLeft:0,scrollTop:0},c=Tx(1);const u=Tx(0),d=aO(n);if((d||!d&&!i)&&(("body"!==tO(n)||sO(a))&&(s=bO(n)),d)){const e=NO(n);c=PO(n),u.x=e.x+n.clientLeft,u.y=e.y+n.clientTop}const p=!a||d||i?Tx(0):MO(a,s);return{width:r.width*c.x,height:r.height*c.y,x:r.x*c.x-s.scrollLeft*c.x+u.x+p.x,y:r.y*c.y-s.scrollTop*c.y+u.y+p.y}},getDocumentElement:nO,getClippingRect:function(e){let{element:t,boundary:r,rootBoundary:n,strategy:o}=e;const i="clippingAncestors"===r?uO(t)?[]:function(e,t){const r=t.get(e);if(r)return r;let n=OO(e,[],!1).filter(e=>iO(e)&&"body"!==tO(e)),o=null;const i="fixed"===gO(e).position;let a=i?wO(e):e;for(;iO(a)&&!yO(a);){const t=gO(a),r=hO(a);r||"fixed"!==t.position||(o=null),(i?!r&&!o:!r&&"static"===t.position&&o&&("absolute"===o.position||"fixed"===o.position)||sO(a)&&!r&&zO(e,a))?n=n.filter(e=>e!==a):o=t,a=wO(a)}return t.set(e,n),n}(t,this._c):[].concat(r),a=[...i,n],l=AO(t,a[0],o);let s=l.top,c=l.right,u=l.bottom,d=l.left;for(let e=1;e<a.length;e++){const r=AO(t,a[e],o);s=Sx(r.top,s),c=Px(r.right,c),u=Px(r.bottom,u),d=Sx(r.left,d)}return{width:c-d,height:u-s,x:d,y:s}},getOffsetParent:IO,getElementRects:async function(e){const t=this.getOffsetParent||IO,r=this.getDimensions,n=await r(e.floating);return{reference:DO(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:n.width,height:n.height}}},getClientRects:function(e){return Array.from(e.getClientRects())},getDimensions:function(e){const{width:t,height:r}=kO(e);return{width:t,height:r}},getScale:PO,isElement:iO,isRTL:function(e){return"rtl"===gO(e).direction}};function BO(e,t){return e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height}function WO(e,t,r,n){void 0===n&&(n={});const{ancestorScroll:o=!0,ancestorResize:i=!0,elementResize:a="function"==typeof ResizeObserver,layoutShift:l="function"==typeof IntersectionObserver,animationFrame:s=!1}=n,c=jO(e),u=o||i?[...c?OO(c):[],...t?OO(t):[]]:[];u.forEach(e=>{o&&e.addEventListener("scroll",r,{passive:!0}),i&&e.addEventListener("resize",r)});const d=c&&l?function(e,t){let r,n=null;const o=nO(e);function i(){var e;clearTimeout(r),null==(e=n)||e.disconnect(),n=null}return function a(l,s){void 0===l&&(l=!1),void 0===s&&(s=1),i();const c=e.getBoundingClientRect(),{left:u,top:d,width:p,height:f}=c;if(l||t(),!p||!f)return;const m={rootMargin:-Nx(d)+"px "+-Nx(o.clientWidth-(u+p))+"px "+-Nx(o.clientHeight-(d+f))+"px "+-Nx(u)+"px",threshold:Sx(0,Px(1,s))||1};let h=!0;function v(t){const n=t[0].intersectionRatio;if(n!==s){if(!h)return a();n?a(!1,n):r=setTimeout(()=>{a(!1,1e-7)},1e3)}1!==n||BO(c,e.getBoundingClientRect())||a(),h=!1}try{n=new IntersectionObserver(v,{...m,root:o.ownerDocument})}catch(e){n=new IntersectionObserver(v,m)}n.observe(e)}(!0),i}(c,r):null;let p,f=-1,m=null;a&&(m=new ResizeObserver(e=>{let[n]=e;n&&n.target===c&&m&&t&&(m.unobserve(t),cancelAnimationFrame(f),f=requestAnimationFrame(()=>{var e;null==(e=m)||e.observe(t)})),r()}),c&&!s&&m.observe(c),t&&m.observe(t));let h=s?NO(e):null;return s&&function t(){const n=NO(e);h&&!BO(h,n)&&r();h=n,p=requestAnimationFrame(t)}(),r(),()=>{var e;u.forEach(e=>{o&&e.removeEventListener("scroll",r),i&&e.removeEventListener("resize",r)}),null==d||d(),null==(e=m)||e.disconnect(),m=null,s&&cancelAnimationFrame(p)}}const FO=function(e){return void 0===e&&(e=0),{name:"offset",options:e,async fn(t){var r,n;const{x:o,y:i,placement:a,middlewareData:l}=t,s=await async function(e,t){const{placement:r,platform:n,elements:o}=e,i=await(null==n.isRTL?void 0:n.isRTL(o.floating)),a=Dx(r),l=_x(r),s="y"===Rx(r),c=Qx.has(a)?-1:1,u=i&&s?-1:1,d=zx(t,e);let{mainAxis:p,crossAxis:f,alignmentAxis:m}="number"==typeof d?{mainAxis:d,crossAxis:0,alignmentAxis:null}:{mainAxis:d.mainAxis||0,crossAxis:d.crossAxis||0,alignmentAxis:d.alignmentAxis};return l&&"number"==typeof m&&(f="end"===l?-1*m:m),s?{x:f*u,y:p*c}:{x:p*c,y:f*u}}(t,e);return a===(null==(r=l.offset)?void 0:r.placement)&&null!=(n=l.arrow)&&n.alignmentOffset?{}:{x:o+s.x,y:i+s.y,data:{...s,placement:a}}}}},VO=function(e){return void 0===e&&(e={}),{name:"shift",options:e,async fn(t){const{x:r,y:n,placement:o,platform:i}=t,{mainAxis:a=!0,crossAxis:l=!1,limiter:s={fn:e=>{let{x:t,y:r}=e;return{x:t,y:r}}},...c}=zx(e,t),u={x:r,y:n},d=await i.detectOverflow(t,c),p=Rx(Dx(o)),f=Lx(p);let m=u[f],h=u[p];if(a){const e="y"===f?"bottom":"right";m=Ax(m+d["y"===f?"top":"left"],m,m-d[e])}if(l){const e="y"===p?"bottom":"right";h=Ax(h+d["y"===p?"top":"left"],h,h-d[e])}const v=s.fn({...t,[f]:m,[p]:h});return{...v,data:{x:v.x-r,y:v.y-n,enabled:{[f]:a,[p]:l}}}}}},$O=function(e){return void 0===e&&(e={}),{name:"flip",options:e,async fn(t){var r,n;const{placement:o,middlewareData:i,rects:a,initialPlacement:l,platform:s,elements:c}=t,{mainAxis:u=!0,crossAxis:d=!0,fallbackPlacements:p,fallbackStrategy:f="bestFit",fallbackAxisSideDirection:m="none",flipAlignment:h=!0,...v}=zx(e,t);if(null!=(r=i.arrow)&&r.alignmentOffset)return{};const y=Dx(o),g=Rx(l),b=Dx(l)===l,w=await(null==s.isRTL?void 0:s.isRTL(c.floating)),x=p||(b||!h?[qx(l)]:function(e){const t=qx(e);return[Wx(e),t,Wx(t)]}(l)),O="none"!==m;!p&&O&&x.push(...Ux(l,h,m,w));const E=[l,...x],k=await s.detectOverflow(t,v),j=[];let P=(null==(n=i.flip)?void 0:n.overflows)||[];if(u&&j.push(k[y]),d){const e=function(e,t,r){void 0===r&&(r=!1);const n=_x(e),o=Bx(e),i=Ix(o);let a="x"===o?n===(r?"end":"start")?"right":"left":"start"===n?"bottom":"top";return t.reference[i]>t.floating[i]&&(a=qx(a)),[a,qx(a)]}(o,a,w);j.push(k[e[0]],k[e[1]])}if(P=[...P,{placement:o,overflows:j}],!j.every(e=>e<=0)){var S,C;const e=((null==(S=i.flip)?void 0:S.index)||0)+1,t=E[e];if(t){if(!("alignment"===d&&g!==Rx(t))||P.every(e=>Rx(e.placement)!==g||e.overflows[0]>0))return{data:{index:e,overflows:P},reset:{placement:t}}}let r=null==(C=P.filter(e=>e.overflows[0]<=0).sort((e,t)=>e.overflows[1]-t.overflows[1])[0])?void 0:C.placement;if(!r)switch(f){case"bestFit":{var N;const e=null==(N=P.filter(e=>{if(O){const t=Rx(e.placement);return t===g||"y"===t}return!0}).map(e=>[e.placement,e.overflows.filter(e=>e>0).reduce((e,t)=>e+t,0)]).sort((e,t)=>e[1]-t[1])[0])?void 0:N[0];e&&(r=e);break}case"initialPlacement":r=l}if(o!==r)return{reset:{placement:r}}}return{}}}},HO=function(e){return void 0===e&&(e={}),{name:"size",options:e,async fn(t){var r,n;const{placement:o,rects:i,platform:a,elements:l}=t,{apply:s=()=>{},...c}=zx(e,t),u=await a.detectOverflow(t,c),d=Dx(o),p=_x(o),f="y"===Rx(o),{width:m,height:h}=i.floating;let v,y;"top"===d||"bottom"===d?(v=d,y=p===(await(null==a.isRTL?void 0:a.isRTL(l.floating))?"start":"end")?"left":"right"):(y=d,v="end"===p?"top":"bottom");const g=h-u.top-u.bottom,b=m-u.left-u.right,w=Px(h-u[v],g),x=Px(m-u[y],b),O=!t.middlewareData.shift;let E=w,k=x;if(null!=(r=t.middlewareData.shift)&&r.enabled.x&&(k=b),null!=(n=t.middlewareData.shift)&&n.enabled.y&&(E=g),O&&!p){const e=Sx(u.left,0),t=Sx(u.right,0),r=Sx(u.top,0),n=Sx(u.bottom,0);f?k=m-2*(0!==e||0!==t?e+t:Sx(u.left,u.right)):E=h-2*(0!==r||0!==n?r+n:Sx(u.top,u.bottom))}await s({...t,availableWidth:k,availableHeight:E});const j=await a.getDimensions(l.floating);return m!==j.width||h!==j.height?{reset:{rects:!0}}:{}}}},UO=function(e){return void 0===e&&(e={}),{name:"hide",options:e,async fn(t){const{rects:r,platform:n}=t,{strategy:o="referenceHidden",...i}=zx(e,t);switch(o){case"referenceHidden":{const e=Zx(await n.detectOverflow(t,{...i,elementContext:"reference"}),r.reference);return{data:{referenceHiddenOffsets:e,referenceHidden:Jx(e)}}}case"escaped":{const e=Zx(await n.detectOverflow(t,{...i,altBoundary:!0}),r.floating);return{data:{escapedOffsets:e,escaped:Jx(e)}}}default:return{}}}}},qO=e=>({name:"arrow",options:e,async fn(t){const{x:r,y:n,placement:o,rects:i,platform:a,elements:l,middlewareData:s}=t,{element:c,padding:u=0}=zx(e,t)||{};if(null==c)return{};const d=Yx(u),p={x:r,y:n},f=Bx(o),m=Ix(f),h=await a.getDimensions(c),v="y"===f,y=v?"top":"left",g=v?"bottom":"right",b=v?"clientHeight":"clientWidth",w=i.reference[m]+i.reference[f]-p[f]-i.floating[m],x=p[f]-i.reference[f],O=await(null==a.getOffsetParent?void 0:a.getOffsetParent(c));let E=O?O[b]:0;E&&await(null==a.isElement?void 0:a.isElement(O))||(E=l.floating[b]||i.floating[m]);const k=w/2-x/2,j=E/2-h[m]/2-1,P=Px(d[y],j),S=Px(d[g],j),C=P,N=E-h[m]-S,T=E/2-h[m]/2+k,M=Ax(C,T,N),A=!s.arrow&&null!=_x(o)&&T!==M&&i.reference[m]/2-(T<C?P:S)-h[m]/2<0,z=A?T<C?T-C:T-N:0;return{[f]:p[f]+z,data:{[f]:M,centerOffset:T-M-z,...A&&{alignmentOffset:z}},reset:A}}}),YO=function(e){return void 0===e&&(e={}),{options:e,fn(t){const{x:r,y:n,placement:o,rects:i,middlewareData:a}=t,{offset:l=0,mainAxis:s=!0,crossAxis:c=!0}=zx(e,t),u={x:r,y:n},d=Rx(o),p=Lx(d);let f=u[p],m=u[d];const h=zx(l,t),v="number"==typeof h?{mainAxis:h,crossAxis:0}:{mainAxis:0,crossAxis:0,...h};if(s){const e="y"===p?"height":"width",t=i.reference[p]-i.floating[e]+v.mainAxis,r=i.reference[p]+i.reference[e]-v.mainAxis;f<t?f=t:f>r&&(f=r)}if(c){var y,g;const e="y"===p?"width":"height",t=Qx.has(Dx(o)),r=i.reference[d]-i.floating[e]+(t&&(null==(y=a.offset)?void 0:y[d])||0)+(t?0:v.crossAxis),n=i.reference[d]+i.reference[e]+(t?0:(null==(g=a.offset)?void 0:g[d])||0)-(t?v.crossAxis:0);m<r?m=r:m>n&&(m=n)}return{[p]:f,[d]:m}}}},KO=(e,t,r)=>{const n=new Map,o={platform:RO,...r},i={...o.platform,_c:n};return(async(e,t,r)=>{const{placement:n="bottom",strategy:o="absolute",middleware:i=[],platform:a}=r,l=a.detectOverflow?a:{...a,detectOverflow:Xx},s=await(null==a.isRTL?void 0:a.isRTL(t));let c=await a.getElementRects({reference:e,floating:t,strategy:o}),{x:u,y:d}=Gx(c,n,s),p=n,f=0;const m={};for(let r=0;r<i.length;r++){const h=i[r];if(!h)continue;const{name:v,fn:y}=h,{x:g,y:b,data:w,reset:x}=await y({x:u,y:d,initialPlacement:n,placement:p,strategy:o,middlewareData:m,rects:c,platform:l,elements:{reference:e,floating:t}});u=null!=g?g:u,d=null!=b?b:d,m[v]={...m[v],...w},x&&f<50&&(f++,"object"==typeof x&&(x.placement&&(p=x.placement),x.rects&&(c=!0===x.rects?await a.getElementRects({reference:e,floating:t,strategy:o}):x.rects),({x:u,y:d}=Gx(c,p,s))),r=-1)}return{x:u,y:d,placement:p,strategy:o,middlewareData:m}})(e,t,{...o,platform:i})};var GO="undefined"!=typeof document?p:function(){};function XO(e,t){if(e===t)return!0;if(typeof e!=typeof t)return!1;if("function"==typeof e&&e.toString()===t.toString())return!0;let r,n,o;if(e&&t&&"object"==typeof e){if(Array.isArray(e)){if(r=e.length,r!==t.length)return!1;for(n=r;0!==n--;)if(!XO(e[n],t[n]))return!1;return!0}if(o=Object.keys(e),r=o.length,r!==Object.keys(t).length)return!1;for(n=r;0!==n--;)if(!{}.hasOwnProperty.call(t,o[n]))return!1;for(n=r;0!==n--;){const r=o[n];if(("_owner"!==r||!e.$$typeof)&&!XO(e[r],t[r]))return!1}return!0}return e!=e&&t!=t}function ZO(e){if("undefined"==typeof window)return 1;return(e.ownerDocument.defaultView||window).devicePixelRatio||1}function JO(e,t){const r=ZO(e);return Math.round(t*r)/r}function QO(t){const r=e.useRef(t);return GO(()=>{r.current=t}),r}const eE=(e,t)=>{const r=FO(e);return{name:r.name,fn:r.fn,options:[e,t]}},tE=(e,t)=>{const r=VO(e);return{name:r.name,fn:r.fn,options:[e,t]}},rE=(e,t)=>({fn:YO(e).fn,options:[e,t]}),nE=(e,t)=>{const r=$O(e);return{name:r.name,fn:r.fn,options:[e,t]}},oE=(e,t)=>{const r=HO(e);return{name:r.name,fn:r.fn,options:[e,t]}},iE=(e,t)=>{const r=UO(e);return{name:r.name,fn:r.fn,options:[e,t]}},aE=(e,t)=>{const r=(e=>({name:"arrow",options:e,fn(t){const{element:r,padding:n}="function"==typeof e?e(t):e;return r&&(o=r,{}.hasOwnProperty.call(o,"current"))?null!=r.current?qO({element:r.current,padding:n}).fn(t):{}:r?qO({element:r,padding:n}).fn(t):{};var o}}))(e);return{name:r.name,fn:r.fn,options:[e,t]}};var lE=e.forwardRef((e,t)=>{const{children:r,width:n=10,height:o=5,...i}=e;return k($g.svg,{...i,ref:t,width:n,height:o,viewBox:"0 0 30 10",preserveAspectRatio:"none",children:e.asChild?r:k("polygon",{points:"0,0 30,0 15,10"})})});lE.displayName="Arrow";var sE=lE,cE="Popper",[uE,dE]=Rg(cE),[pE,fE]=uE(cE),mE=t=>{const{__scopePopper:r,children:n}=t,[o,i]=e.useState(null);return k(pE,{scope:r,anchor:o,onAnchorChange:i,children:n})};mE.displayName=cE;var hE="PopperAnchor",vE=e.forwardRef((t,r)=>{const{__scopePopper:n,virtualRef:o,...i}=t,a=fE(hE,n),l=e.useRef(null),s=Ig(r,l),c=e.useRef(null);return e.useEffect(()=>{const e=c.current;c.current=o?.current||l.current,e!==c.current&&a.onAnchorChange(c.current)}),o?null:k($g.div,{...i,ref:s})});vE.displayName=hE;var yE="PopperContent",[gE,bE]=uE(yE),wE=e.forwardRef((t,r)=>{const{__scopePopper:n,side:o="bottom",sideOffset:i=0,align:a="center",alignOffset:l=0,arrowPadding:s=0,avoidCollisions:c=!0,collisionBoundary:u=[],collisionPadding:d=0,sticky:p="partial",hideWhenDetached:f=!1,updatePositionStrategy:m="optimized",onPlaced:h,...v}=t,y=fE(yE,n),[g,b]=e.useState(null),w=Ig(r,e=>b(e)),[x,O]=e.useState(null),E=xb(x),j=E?.width??0,P=E?.height??0,C=o+("center"!==a?"-"+a:""),N="number"==typeof d?d:{top:0,right:0,bottom:0,left:0,...d},T=Array.isArray(u)?u:[u],M=T.length>0,A={padding:N,boundary:T.filter(kE),altBoundary:M},{refs:z,floatingStyles:D,placement:_,isPositioned:L,middlewareData:I}=function(t){void 0===t&&(t={});const{placement:r="bottom",strategy:n="absolute",middleware:o=[],platform:i,elements:{reference:a,floating:l}={},transform:s=!0,whileElementsMounted:c,open:u}=t,[d,p]=e.useState({x:0,y:0,strategy:n,placement:r,middlewareData:{},isPositioned:!1}),[f,m]=e.useState(o);XO(f,o)||m(o);const[h,v]=e.useState(null),[y,g]=e.useState(null),b=e.useCallback(e=>{e!==E.current&&(E.current=e,v(e))},[]),w=e.useCallback(e=>{e!==k.current&&(k.current=e,g(e))},[]),x=a||h,O=l||y,E=e.useRef(null),k=e.useRef(null),j=e.useRef(d),P=null!=c,C=QO(c),N=QO(i),T=QO(u),M=e.useCallback(()=>{if(!E.current||!k.current)return;const e={placement:r,strategy:n,middleware:f};N.current&&(e.platform=N.current),KO(E.current,k.current,e).then(e=>{const t={...e,isPositioned:!1!==T.current};A.current&&!XO(j.current,t)&&(j.current=t,S.flushSync(()=>{p(t)}))})},[f,r,n,N,T]);GO(()=>{!1===u&&j.current.isPositioned&&(j.current.isPositioned=!1,p(e=>({...e,isPositioned:!1})))},[u]);const A=e.useRef(!1);GO(()=>(A.current=!0,()=>{A.current=!1}),[]),GO(()=>{if(x&&(E.current=x),O&&(k.current=O),x&&O){if(C.current)return C.current(x,O,M);M()}},[x,O,M,C,P]);const z=e.useMemo(()=>({reference:E,floating:k,setReference:b,setFloating:w}),[b,w]),D=e.useMemo(()=>({reference:x,floating:O}),[x,O]),_=e.useMemo(()=>{const e={position:n,left:0,top:0};if(!D.floating)return e;const t=JO(D.floating,d.x),r=JO(D.floating,d.y);return s?{...e,transform:"translate("+t+"px, "+r+"px)",...ZO(D.floating)>=1.5&&{willChange:"transform"}}:{position:n,left:t,top:r}},[n,s,D.floating,d.x,d.y]);return e.useMemo(()=>({...d,update:M,refs:z,elements:D,floatingStyles:_}),[d,M,z,D,_])}({strategy:"fixed",placement:C,whileElementsMounted:(...e)=>WO(...e,{animationFrame:"always"===m}),elements:{reference:y.anchor},middleware:[eE({mainAxis:i+P,alignmentAxis:l}),c&&tE({mainAxis:!0,crossAxis:!1,limiter:"partial"===p?rE():void 0,...A}),c&&nE({...A}),oE({...A,apply:({elements:e,rects:t,availableWidth:r,availableHeight:n})=>{const{width:o,height:i}=t.reference,a=e.floating.style;a.setProperty("--radix-popper-available-width",`${r}px`),a.setProperty("--radix-popper-available-height",`${n}px`),a.setProperty("--radix-popper-anchor-width",`${o}px`),a.setProperty("--radix-popper-anchor-height",`${i}px`)}}),x&&aE({element:x,padding:s}),jE({arrowWidth:j,arrowHeight:P}),f&&iE({strategy:"referenceHidden",...A})]}),[R,B]=PE(_),W=Jg(h);Kg(()=>{L&&W?.()},[L,W]);const F=I.arrow?.x,V=I.arrow?.y,$=0!==I.arrow?.centerOffset,[H,U]=e.useState();return Kg(()=>{g&&U(window.getComputedStyle(g).zIndex)},[g]),k("div",{ref:z.setFloating,"data-radix-popper-content-wrapper":"",style:{...D,transform:L?D.transform:"translate(0, -200%)",minWidth:"max-content",zIndex:H,"--radix-popper-transform-origin":[I.transformOrigin?.x,I.transformOrigin?.y].join(" "),...I.hide?.referenceHidden&&{visibility:"hidden",pointerEvents:"none"}},dir:t.dir,children:k(gE,{scope:n,placedSide:R,onArrowChange:O,arrowX:F,arrowY:V,shouldHideArrow:$,children:k($g.div,{"data-side":R,"data-align":B,...v,ref:w,style:{...v.style,animation:L?void 0:"none"}})})})});wE.displayName=yE;var xE="PopperArrow",OE={top:"bottom",right:"left",bottom:"top",left:"right"},EE=e.forwardRef(function(e,t){const{__scopePopper:r,...n}=e,o=bE(xE,r),i=OE[o.placedSide];return k("span",{ref:o.onArrowChange,style:{position:"absolute",left:o.arrowX,top:o.arrowY,[i]:0,transformOrigin:{top:"",right:"0 0",bottom:"center 0",left:"100% 0"}[o.placedSide],transform:{top:"translateY(100%)",right:"translateY(50%) rotate(90deg) translateX(-50%)",bottom:"rotate(180deg)",left:"translateY(50%) rotate(-90deg) translateX(50%)"}[o.placedSide],visibility:o.shouldHideArrow?"hidden":void 0},children:k(sE,{...n,ref:t,style:{...n.style,display:"block"}})})});function kE(e){return null!==e}EE.displayName=xE;var jE=e=>({name:"transformOrigin",options:e,fn(t){const{placement:r,rects:n,middlewareData:o}=t,i=0!==o.arrow?.centerOffset,a=i?0:e.arrowWidth,l=i?0:e.arrowHeight,[s,c]=PE(r),u={start:"0%",center:"50%",end:"100%"}[c],d=(o.arrow?.x??0)+a/2,p=(o.arrow?.y??0)+l/2;let f="",m="";return"bottom"===s?(f=i?u:`${d}px`,m=-l+"px"):"top"===s?(f=i?u:`${d}px`,m=`${n.floating.height+l}px`):"right"===s?(f=-l+"px",m=i?u:`${p}px`):"left"===s&&(f=`${n.floating.width+l}px`,m=i?u:`${p}px`),{data:{x:f,y:m}}}});function PE(e){const[t,r="center"]=e.split("-");return[t,r]}var SE=mE,CE=vE,NE=wE,TE=EE,ME=e.forwardRef((t,r)=>{const{container:n,...o}=t,[i,a]=e.useState(!1);Kg(()=>a(!0),[]);const l=n||i&&globalThis?.document?.body;return l?C.createPortal(k($g.div,{...o,ref:r}),l):null});function AE(t){const r=e.forwardRef((t,r)=>{const{children:n,...o}=t;if(e.isValidElement(n)){const t=function(e){let t=Object.getOwnPropertyDescriptor(e.props,"ref")?.get,r=t&&"isReactWarning"in t&&t.isReactWarning;if(r)return e.ref;if(t=Object.getOwnPropertyDescriptor(e,"ref")?.get,r=t&&"isReactWarning"in t&&t.isReactWarning,r)return e.props.ref;return e.props.ref||e.ref}(n),i=function(e,t){const r={...t};for(const n in t){const o=e[n],i=t[n];/^on[A-Z]/.test(n)?o&&i?r[n]=(...e)=>{const t=i(...e);return o(...e),t}:o&&(r[n]=o):"style"===n?r[n]={...o,...i}:"className"===n&&(r[n]=[o,i].filter(Boolean).join(" "))}return{...e,...r}}(o,n.props);return n.type!==e.Fragment&&(i.ref=r?Lg(r,t):t),e.cloneElement(n,i)}return e.Children.count(n)>1?e.Children.only(null):null});return r.displayName=`${t}.SlotClone`,r}ME.displayName="Portal";var zE=Symbol("radix.slottable");function DE(t){return e.isValidElement(t)&&"function"==typeof t.type&&"__radixId"in t.type&&t.type.__radixId===zE}var _E=new WeakMap,LE=new WeakMap,IE={},RE=0,BE=function(e){return e&&(e.host||BE(e.parentNode))},WE=function(e,t,r,n){var o=function(e,t){return t.map(function(t){if(e.contains(t))return t;var r=BE(t);return r&&e.contains(r)?r:(console.error("aria-hidden",t,"in not contained inside",e,". Doing nothing"),null)}).filter(function(e){return Boolean(e)})}(t,Array.isArray(e)?e:[e]);IE[r]||(IE[r]=new WeakMap);var i=IE[r],a=[],l=new Set,s=new Set(o),c=function(e){e&&!l.has(e)&&(l.add(e),c(e.parentNode))};o.forEach(c);var u=function(e){e&&!s.has(e)&&Array.prototype.forEach.call(e.children,function(e){if(l.has(e))u(e);else try{var t=e.getAttribute(n),o=null!==t&&"false"!==t,s=(_E.get(e)||0)+1,c=(i.get(e)||0)+1;_E.set(e,s),i.set(e,c),a.push(e),1===s&&o&&LE.set(e,!0),1===c&&e.setAttribute(r,"true"),o||e.setAttribute(n,"true")}catch(t){console.error("aria-hidden: cannot operate on ",e,t)}})};return u(t),l.clear(),RE++,function(){a.forEach(function(e){var t=_E.get(e)-1,o=i.get(e)-1;_E.set(e,t),i.set(e,o),t||(LE.has(e)||e.removeAttribute(n),LE.delete(e)),o||e.removeAttribute(r)}),--RE||(_E=new WeakMap,_E=new WeakMap,LE=new WeakMap,IE={})}},FE=function(e,t,r){void 0===r&&(r="data-aria-hidden");var n=Array.from(Array.isArray(e)?e:[e]),o=function(e){return"undefined"==typeof document?null:(Array.isArray(e)?e[0]:e).ownerDocument.body}(e);return o?(n.push.apply(n,Array.from(o.querySelectorAll("[aria-live], script"))),WE(n,o,r,"aria-hidden")):function(){return null}},VE=function(){return VE=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},VE.apply(this,arguments)};function $E(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}function HE(e,t,r,n){return new(r||(r=Promise))(function(o,i){function a(e){try{s(n.next(e))}catch(e){i(e)}}function l(e){try{s(n.throw(e))}catch(e){i(e)}}function s(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r(function(e){e(t)})).then(a,l)}s((n=n.apply(e,t||[])).next())})}"function"==typeof SuppressedError&&SuppressedError;var UE="right-scroll-bar-position",qE="width-before-scroll-bar";function YE(e,t){return"function"==typeof e?e(t):e&&(e.current=t),e}var KE="undefined"!=typeof window?e.useLayoutEffect:e.useEffect,GE=new WeakMap;function XE(e,t){var r,n,o,i=(r=null,n=function(t){return e.forEach(function(e){return YE(e,t)})},(o=l(function(){return{value:r,callback:n,facade:{get current(){return o.value},set current(e){var t=o.value;t!==e&&(o.value=e,o.callback(e,t))}}}})[0]).callback=n,o.facade);return KE(function(){var t=GE.get(i);if(t){var r=new Set(t),n=new Set(e),o=i.current;r.forEach(function(e){n.has(e)||YE(e,null)}),n.forEach(function(e){r.has(e)||YE(e,o)})}GE.set(i,e)},[e]),i}function ZE(e){return e}var JE=function(t){var r=t.sideCar,n=$E(t,["sideCar"]);if(!r)throw new Error("Sidecar: please provide `sideCar` property to import the right car");var o=r.read();if(!o)throw new Error("Sidecar medium not found");return e.createElement(o,VE({},n))};JE.isSideCarExport=!0;var QE=function(e){void 0===e&&(e={});var t=function(e,t){void 0===t&&(t=ZE);var r=[],n=!1,o={read:function(){if(n)throw new Error("Sidecar: could not `read` from an `assigned` medium. `read` could be used only with `useMedium`.");return r.length?r[r.length-1]:e},useMedium:function(e){var o=t(e,n);return r.push(o),function(){r=r.filter(function(e){return e!==o})}},assignSyncMedium:function(e){for(n=!0;r.length;){var t=r;r=[],t.forEach(e)}r={push:function(t){return e(t)},filter:function(){return r}}},assignMedium:function(e){n=!0;var t=[];if(r.length){var o=r;r=[],o.forEach(e),t=r}var i=function(){var r=t;t=[],r.forEach(e)},a=function(){return Promise.resolve().then(i)};a(),r={push:function(e){t.push(e),a()},filter:function(e){return t=t.filter(e),r}}}};return o}(null);return t.options=VE({async:!0,ssr:!1},e),t}(),ek=function(){},tk=e.forwardRef(function(t,r){var n=e.useRef(null),o=e.useState({onScrollCapture:ek,onWheelCapture:ek,onTouchMoveCapture:ek}),i=o[0],a=o[1],l=t.forwardProps,s=t.children,c=t.className,u=t.removeScrollBar,d=t.enabled,p=t.shards,f=t.sideCar,m=t.noRelative,h=t.noIsolation,v=t.inert,y=t.allowPinchZoom,g=t.as,b=void 0===g?"div":g,w=t.gapMode,x=$E(t,["forwardProps","children","className","removeScrollBar","enabled","shards","sideCar","noRelative","noIsolation","inert","allowPinchZoom","as","gapMode"]),O=f,E=XE([n,r]),k=VE(VE({},x),i);return e.createElement(e.Fragment,null,d&&e.createElement(O,{sideCar:QE,removeScrollBar:u,shards:p,noRelative:m,noIsolation:h,inert:v,setCallbacks:a,allowPinchZoom:!!y,lockRef:n,gapMode:w}),l?e.cloneElement(e.Children.only(s),VE(VE({},k),{ref:E})):e.createElement(b,VE({},k,{className:c,ref:E}),s))});tk.defaultProps={enabled:!0,removeScrollBar:!0,inert:!1},tk.classNames={fullWidth:qE,zeroRight:UE};function rk(){if(!document)return null;var e=document.createElement("style");e.type="text/css";var t=function(){if("undefined"!=typeof __webpack_nonce__)return __webpack_nonce__}();return t&&e.setAttribute("nonce",t),e}var nk=function(){var e=0,t=null;return{add:function(r){var n,o;0==e&&(t=rk())&&(o=r,(n=t).styleSheet?n.styleSheet.cssText=o:n.appendChild(document.createTextNode(o)),function(e){(document.head||document.getElementsByTagName("head")[0]).appendChild(e)}(t)),e++},remove:function(){! --e&&t&&(t.parentNode&&t.parentNode.removeChild(t),t=null)}}},ok=function(){var t,r=(t=nk(),function(r,n){e.useEffect(function(){return t.add(r),function(){t.remove()}},[r&&n])});return function(e){var t=e.styles,n=e.dynamic;return r(t,n),null}},ik={left:0,top:0,right:0,gap:0},ak=function(e){return parseInt(e||"",10)||0},lk=function(e){if(void 0===e&&(e="margin"),"undefined"==typeof window)return ik;var t=function(e){var t=window.getComputedStyle(document.body),r=t["padding"===e?"paddingLeft":"marginLeft"],n=t["padding"===e?"paddingTop":"marginTop"],o=t["padding"===e?"paddingRight":"marginRight"];return[ak(r),ak(n),ak(o)]}(e),r=document.documentElement.clientWidth,n=window.innerWidth;return{left:t[0],top:t[1],right:t[2],gap:Math.max(0,n-r+t[2]-t[0])}},sk=ok(),ck="data-scroll-locked",uk=function(e,t,r,n){var o=e.left,i=e.top,a=e.right,l=e.gap;return void 0===r&&(r="margin"),"\n .".concat("with-scroll-bars-hidden"," {\n overflow: hidden ").concat(n,";\n padding-right: ").concat(l,"px ").concat(n,";\n }\n body[").concat(ck,"] {\n overflow: hidden ").concat(n,";\n overscroll-behavior: contain;\n ").concat([t&&"position: relative ".concat(n,";"),"margin"===r&&"\n padding-left: ".concat(o,"px;\n padding-top: ").concat(i,"px;\n padding-right: ").concat(a,"px;\n margin-left:0;\n margin-top:0;\n margin-right: ").concat(l,"px ").concat(n,";\n "),"padding"===r&&"padding-right: ".concat(l,"px ").concat(n,";")].filter(Boolean).join(""),"\n }\n \n .").concat(UE," {\n right: ").concat(l,"px ").concat(n,";\n }\n \n .").concat(qE," {\n margin-right: ").concat(l,"px ").concat(n,";\n }\n \n .").concat(UE," .").concat(UE," {\n right: 0 ").concat(n,";\n }\n \n .").concat(qE," .").concat(qE," {\n margin-right: 0 ").concat(n,";\n }\n \n body[").concat(ck,"] {\n ").concat("--removed-body-scroll-bar-size",": ").concat(l,"px;\n }\n")},dk=function(){var e=parseInt(document.body.getAttribute(ck)||"0",10);return isFinite(e)?e:0},pk=function(t){var r=t.noRelative,n=t.noImportant,o=t.gapMode,i=void 0===o?"margin":o;e.useEffect(function(){return document.body.setAttribute(ck,(dk()+1).toString()),function(){var e=dk()-1;e<=0?document.body.removeAttribute(ck):document.body.setAttribute(ck,e.toString())}},[]);var a=e.useMemo(function(){return lk(i)},[i]);return e.createElement(sk,{styles:uk(a,!r,i,n?"":"!important")})},fk=!1;if("undefined"!=typeof window)try{var mk=Object.defineProperty({},"passive",{get:function(){return fk=!0,!0}});window.addEventListener("test",mk,mk),window.removeEventListener("test",mk,mk)}catch(e){fk=!1}var hk=!!fk&&{passive:!1},vk=function(e,t){if(!(e instanceof Element))return!1;var r=window.getComputedStyle(e);return"hidden"!==r[t]&&!(r.overflowY===r.overflowX&&!function(e){return"TEXTAREA"===e.tagName}(e)&&"visible"===r[t])},yk=function(e,t){var r=t.ownerDocument,n=t;do{if("undefined"!=typeof ShadowRoot&&n instanceof ShadowRoot&&(n=n.host),gk(e,n)){var o=bk(e,n);if(o[1]>o[2])return!0}n=n.parentNode}while(n&&n!==r.body);return!1},gk=function(e,t){return"v"===e?function(e){return vk(e,"overflowY")}(t):function(e){return vk(e,"overflowX")}(t)},bk=function(e,t){return"v"===e?[(r=t).scrollTop,r.scrollHeight,r.clientHeight]:function(e){return[e.scrollLeft,e.scrollWidth,e.clientWidth]}(t);var r},wk=function(e){return"changedTouches"in e?[e.changedTouches[0].clientX,e.changedTouches[0].clientY]:[0,0]},xk=function(e){return[e.deltaX,e.deltaY]},Ok=function(e){return e&&"current"in e?e.current:e},Ek=function(e){return"\n .block-interactivity-".concat(e," {pointer-events: none;}\n .allow-interactivity-").concat(e," {pointer-events: all;}\n")},kk=0,jk=[];function Pk(e){for(var t=null;null!==e;)e instanceof ShadowRoot&&(t=e.host,e=e.host),e=e.parentNode;return t}var Sk,Ck=(Sk=function(t){var r=e.useRef([]),n=e.useRef([0,0]),o=e.useRef(),i=e.useState(kk++)[0],a=e.useState(ok)[0],l=e.useRef(t);e.useEffect(function(){l.current=t},[t]),e.useEffect(function(){if(t.inert){document.body.classList.add("block-interactivity-".concat(i));var e=function(e,t,r){if(r||2===arguments.length)for(var n,o=0,i=t.length;o<i;o++)!n&&o in t||(n||(n=Array.prototype.slice.call(t,0,o)),n[o]=t[o]);return e.concat(n||Array.prototype.slice.call(t))}([t.lockRef.current],(t.shards||[]).map(Ok),!0).filter(Boolean);return e.forEach(function(e){return e.classList.add("allow-interactivity-".concat(i))}),function(){document.body.classList.remove("block-interactivity-".concat(i)),e.forEach(function(e){return e.classList.remove("allow-interactivity-".concat(i))})}}},[t.inert,t.lockRef.current,t.shards]);var s=e.useCallback(function(e,t){if("touches"in e&&2===e.touches.length||"wheel"===e.type&&e.ctrlKey)return!l.current.allowPinchZoom;var r,i=wk(e),a=n.current,s="deltaX"in e?e.deltaX:a[0]-i[0],c="deltaY"in e?e.deltaY:a[1]-i[1],u=e.target,d=Math.abs(s)>Math.abs(c)?"h":"v";if("touches"in e&&"h"===d&&"range"===u.type)return!1;var p=window.getSelection(),f=p&&p.anchorNode;if(f&&(f===u||f.contains(u)))return!1;var m=yk(d,u);if(!m)return!0;if(m?r=d:(r="v"===d?"h":"v",m=yk(d,u)),!m)return!1;if(!o.current&&"changedTouches"in e&&(s||c)&&(o.current=r),!r)return!0;var h=o.current||r;return function(e,t,r,n){var o=function(e,t){return"h"===e&&"rtl"===t?-1:1}(e,window.getComputedStyle(t).direction),i=o*n,a=r.target,l=t.contains(a),s=!1,c=i>0,u=0,d=0;do{if(!a)break;var p=bk(e,a),f=p[0],m=p[1]-p[2]-o*f;(f||m)&&gk(e,a)&&(u+=m,d+=f);var h=a.parentNode;a=h&&h.nodeType===Node.DOCUMENT_FRAGMENT_NODE?h.host:h}while(!l&&a!==document.body||l&&(t.contains(a)||t===a));return(c&&Math.abs(u)<1||!c&&Math.abs(d)<1)&&(s=!0),s}(h,t,e,"h"===h?s:c)},[]),c=e.useCallback(function(e){var t=e;if(jk.length&&jk[jk.length-1]===a){var n="deltaY"in t?xk(t):wk(t),o=r.current.filter(function(e){return e.name===t.type&&(e.target===t.target||t.target===e.shadowParent)&&function(e,t){return e[0]===t[0]&&e[1]===t[1]}(e.delta,n)})[0];if(o&&o.should)t.cancelable&&t.preventDefault();else if(!o){var i=(l.current.shards||[]).map(Ok).filter(Boolean).filter(function(e){return e.contains(t.target)});(i.length>0?s(t,i[0]):!l.current.noIsolation)&&t.cancelable&&t.preventDefault()}}},[]),u=e.useCallback(function(e,t,n,o){var i={name:e,delta:t,target:n,should:o,shadowParent:Pk(n)};r.current.push(i),setTimeout(function(){r.current=r.current.filter(function(e){return e!==i})},1)},[]),d=e.useCallback(function(e){n.current=wk(e),o.current=void 0},[]),p=e.useCallback(function(e){u(e.type,xk(e),e.target,s(e,t.lockRef.current))},[]),f=e.useCallback(function(e){u(e.type,wk(e),e.target,s(e,t.lockRef.current))},[]);e.useEffect(function(){return jk.push(a),t.setCallbacks({onScrollCapture:p,onWheelCapture:p,onTouchMoveCapture:f}),document.addEventListener("wheel",c,hk),document.addEventListener("touchmove",c,hk),document.addEventListener("touchstart",d,hk),function(){jk=jk.filter(function(e){return e!==a}),document.removeEventListener("wheel",c,hk),document.removeEventListener("touchmove",c,hk),document.removeEventListener("touchstart",d,hk)}},[]);var m=t.removeScrollBar,h=t.inert;return e.createElement(e.Fragment,null,h?e.createElement(a,{styles:Ek(i)}):null,m?e.createElement(pk,{noRelative:t.noRelative,gapMode:t.gapMode}):null)},QE.useMedium(Sk),JE),Nk=e.forwardRef(function(t,r){return e.createElement(tk,VE({},t,{ref:r,sideCar:Ck}))});Nk.classNames=tk.classNames;var Tk="Popover",[Mk]=Rg(Tk,[dE]),Ak=dE(),[zk,Dk]=Mk(Tk),_k=t=>{const{__scopePopover:r,children:n,open:o,defaultOpen:i,onOpenChange:a,modal:l=!1}=t,s=Ak(r),c=e.useRef(null),[u,d]=e.useState(!1),[p,f]=eb({prop:o,defaultProp:i??!1,onChange:a,caller:Tk});return k(SE,{...s,children:k(zk,{scope:r,contentId:Zg(),triggerRef:c,open:p,onOpenChange:f,onOpenToggle:e.useCallback(()=>f(e=>!e),[f]),hasCustomAnchor:u,onCustomAnchorAdd:e.useCallback(()=>d(!0),[]),onCustomAnchorRemove:e.useCallback(()=>d(!1),[]),modal:l,children:n})})};_k.displayName=Tk;var Lk="PopoverAnchor";e.forwardRef((t,r)=>{const{__scopePopover:n,...o}=t,i=Dk(Lk,n),a=Ak(n),{onCustomAnchorAdd:l,onCustomAnchorRemove:s}=i;return e.useEffect(()=>(l(),()=>s()),[l,s]),k(CE,{...a,...o,ref:r})}).displayName=Lk;var Ik="PopoverTrigger",Rk=e.forwardRef((e,t)=>{const{__scopePopover:r,...n}=e,o=Dk(Ik,r),i=Ak(r),a=Ig(t,o.triggerRef),l=k($g.button,{type:"button","aria-haspopup":"dialog","aria-expanded":o.open,"aria-controls":o.contentId,"data-state":Xk(o.open),...n,ref:a,onClick:Dg(e.onClick,o.onOpenToggle)});return o.hasCustomAnchor?l:k(CE,{asChild:!0,...i,children:l})});Rk.displayName=Ik;var Bk="PopoverPortal",[Wk,Fk]=Mk(Bk,{forceMount:void 0}),Vk=e=>{const{__scopePopover:t,forceMount:r,children:n,container:o}=e,i=Dk(Bk,t);return k(Wk,{scope:t,forceMount:r,children:k(Eb,{present:r||i.open,children:k(ME,{asChild:!0,container:o,children:n})})})};Vk.displayName=Bk;var $k="PopoverContent",Hk=e.forwardRef((e,t)=>{const r=Fk($k,e.__scopePopover),{forceMount:n=r.forceMount,...o}=e,i=Dk($k,e.__scopePopover);return k(Eb,{present:n||i.open,children:i.modal?k(qk,{...o,ref:t}):k(Yk,{...o,ref:t})})});Hk.displayName=$k;var Uk=function(t){const r=AE(t),n=e.forwardRef((t,n)=>{const{children:o,...i}=t,a=e.Children.toArray(o),l=a.find(DE);if(l){const t=l.props.children,o=a.map(r=>r===l?e.Children.count(t)>1?e.Children.only(null):e.isValidElement(t)?t.props.children:null:r);return k(r,{...i,ref:n,children:e.isValidElement(t)?e.cloneElement(t,void 0,o):null})}return k(r,{...i,ref:n,children:o})});return n.displayName=`${t}.Slot`,n}("PopoverContent.RemoveScroll"),qk=e.forwardRef((t,r)=>{const n=Dk($k,t.__scopePopover),o=e.useRef(null),i=Ig(r,o),a=e.useRef(!1);return e.useEffect(()=>{const e=o.current;if(e)return FE(e)},[]),k(Nk,{as:Uk,allowPinchZoom:!0,children:k(Kk,{...t,ref:i,trapFocus:n.open,disableOutsidePointerEvents:!0,onCloseAutoFocus:Dg(t.onCloseAutoFocus,e=>{e.preventDefault(),a.current||n.triggerRef.current?.focus()}),onPointerDownOutside:Dg(t.onPointerDownOutside,e=>{const t=e.detail.originalEvent,r=0===t.button&&!0===t.ctrlKey,n=2===t.button||r;a.current=n},{checkForDefaultPrevented:!1}),onFocusOutside:Dg(t.onFocusOutside,e=>e.preventDefault(),{checkForDefaultPrevented:!1})})})}),Yk=e.forwardRef((t,r)=>{const n=Dk($k,t.__scopePopover),o=e.useRef(!1),i=e.useRef(!1);return k(Kk,{...t,ref:r,trapFocus:!1,disableOutsidePointerEvents:!1,onCloseAutoFocus:e=>{t.onCloseAutoFocus?.(e),e.defaultPrevented||(o.current||n.triggerRef.current?.focus(),e.preventDefault()),o.current=!1,i.current=!1},onInteractOutside:e=>{t.onInteractOutside?.(e),e.defaultPrevented||(o.current=!0,"pointerdown"===e.detail.originalEvent.type&&(i.current=!0));const r=e.target,a=n.triggerRef.current?.contains(r);a&&e.preventDefault(),"focusin"===e.detail.originalEvent.type&&i.current&&e.preventDefault()}})}),Kk=e.forwardRef((e,t)=>{const{__scopePopover:r,trapFocus:n,onOpenAutoFocus:o,onCloseAutoFocus:i,disableOutsidePointerEvents:a,onEscapeKeyDown:l,onPointerDownOutside:s,onFocusOutside:c,onInteractOutside:u,...d}=e,p=Dk($k,r),f=Ak(r);return fx(),k(gx,{asChild:!0,loop:!0,trapped:n,onMountAutoFocus:o,onUnmountAutoFocus:i,children:k(cx,{asChild:!0,disableOutsidePointerEvents:a,onInteractOutside:u,onEscapeKeyDown:l,onPointerDownOutside:s,onFocusOutside:c,onDismiss:()=>p.onOpenChange(!1),children:k(NE,{"data-state":Xk(p.open),role:"dialog",id:p.contentId,...f,...d,ref:t,style:{...d.style,"--radix-popover-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-popover-content-available-width":"var(--radix-popper-available-width)","--radix-popover-content-available-height":"var(--radix-popper-available-height)","--radix-popover-trigger-width":"var(--radix-popper-anchor-width)","--radix-popover-trigger-height":"var(--radix-popper-anchor-height)"}})})})}),Gk="PopoverClose";e.forwardRef((e,t)=>{const{__scopePopover:r,...n}=e,o=Dk(Gk,r);return k($g.button,{type:"button",...n,ref:t,onClick:Dg(e.onClick,()=>o.onOpenChange(!1))})}).displayName=Gk;function Xk(e){return e?"open":"closed"}e.forwardRef((e,t)=>{const{__scopePopover:r,...n}=e,o=Ak(r);return k(TE,{...o,...n,ref:t})}).displayName="PopoverArrow";var Zk=_k,Jk=Rk,Qk=Vk,ej=Hk;const tj=Zk,rj=Jk,nj=e.forwardRef(({className:t,align:r="center",sideOffset:n=4,side:o="bottom",...i},a)=>e.createElement(Qk,null,e.createElement(ej,{ref:a,align:r,sideOffset:n,side:o,className:Qe("z-50 w-72 rounded-md border bg-popover p-4 text-popover-foreground shadow-md outline-hidden data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",t),...i})));nj.displayName=ej.displayName;const oj=["top","right","bottom","left"],ij=["start","center","end"],aj="bottom",lj="center",sj=4,cj=150,uj={DEFAULT:"default",FORM:"form"},dj=({items:e,align:r=zw.End,ariaLabel:n="Row actions"})=>{const[o,i]=l(!1);return e.length?t.createElement(tj,{open:o,onOpenChange:i},t.createElement(rj,{asChild:!0},t.createElement("button",{type:"button","aria-label":n,className:"inline-flex h-8 w-8 items-center justify-center rounded-md text-muted-foreground transition-colors hover:bg-muted hover:text-foreground focus-visible:outline-hidden focus-visible:ring-2 focus-visible:ring-ring"},t.createElement(vt,{className:"h-4 w-4"}))),t.createElement(nj,{align:r,sideOffset:6,className:"w-max min-w-32 max-w-64 rounded-lg border border-border bg-popover p-1.5 shadow-lg"},t.createElement("div",{className:"flex flex-col gap-0.5"},e.map((e,r)=>t.createElement("button",{key:`${e.label}-${r}`,type:"button",disabled:e.disabled,onClick:()=>{i(!1),e.onClick()},className:Qe("flex items-center justify-start rounded-md px-2.5 py-2 text-sm font-medium leading-none transition-colors outline-none","focus-visible:ring-2 focus-visible:ring-ring","disabled:pointer-events-none disabled:opacity-50","danger"===e.variant?"text-destructive hover:bg-destructive/10":"text-foreground hover:bg-muted")},t.createElement("span",{className:"truncate leading-none"},e.label)))))):null},pj=(e,t,r)=>({key:e,title:t,type:Aw.Text,width:r?.width,sortable:r?.sortable,align:r?.align||Tw.Left,customCell:r?.customCell,maxWords:r?.maxWords}),fj=(e,t,r)=>({key:e,title:t,type:Aw.Date,width:r?.width,sortable:r?.sortable,align:r?.align||Tw.Left,dateFormat:{input:r?.inputFormat,output:r?.outputFormat||"MMM DD, YYYY"},customCell:r?.customCell}),mj=(e,t,r)=>({key:e,title:t,type:Aw.Status,width:r?.width,sortable:r?.sortable,align:r?.align||Tw.Center,customCell:r?.customCell}),hj=(e,r)=>{const{enableTruncation:n=!1,maxWords:o=5}=r||{},i=pj("description","Description",{sortable:!0,...n&&{maxWords:2*o}});return[pj(Yw,"Name",{width:Kw,sortable:!0,...n&&{maxWords:o},customCell:e?e=>t.createElement("div",{className:"flex items-center"},t.createElement("div",{className:"h-8 w-8 rounded-full bg-gray-200 mr-3 flex items-center justify-center"},t.createElement(Sg,{variant:"small",color:"secondary"},e.charAt(0))),t.createElement(Sg,{variant:"small",color:"secondary"},e)):void 0}),pj(Gw,"Email",{...n&&{maxWords:o},customCell:e?e=>t.createElement("a",{href:`mailto:${e}`,className:"hover:underline"},t.createElement(Sg,{variant:"small",color:"secondary"},e)):void 0}),i,fj(Xw,"Join Date",{sortable:!0,inputFormat:"YYYY-MM-DD",outputFormat:"MMM DD, YYYY"}),e?pj(Zw,"Status",{align:Tw.Center,customCell:e=>{const r=e;return t.createElement("span",{className:"inline-flex items-center px-2.5 py-0.5 rounded-full"},t.createElement(Sg,{variant:"small",color:"secondary"},r))}}):mj(Zw,"Status",{align:Tw.Center})]};var vj,yj={exports:{}};
|
|
39
|
+
*/function Xt(){if(Lt)return _t;Lt=1;var e=Object.getOwnPropertySymbols,t=Object.prototype.hasOwnProperty,r=Object.prototype.propertyIsEnumerable;return _t=function(){try{if(!Object.assign)return!1;var e=new String("abc");if(e[5]="de","5"===Object.getOwnPropertyNames(e)[0])return!1;for(var t={},r=0;r<10;r++)t["_"+String.fromCharCode(r)]=r;if("0123456789"!==Object.getOwnPropertyNames(t).map(function(e){return t[e]}).join(""))return!1;var n={};return"abcdefghijklmnopqrst".split("").forEach(function(e){n[e]=e}),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},n)).join("")}catch(e){return!1}}()?Object.assign:function(n,o){for(var i,a,l=function(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}(n),s=1;s<arguments.length;s++){for(var c in i=Object(arguments[s]))t.call(i,c)&&(l[c]=i[c]);if(e){a=e(i);for(var u=0;u<a.length;u++)r.call(i,a[u])&&(l[a[u]]=i[a[u]])}}return l},_t}function Zt(){if(Rt)return It;Rt=1;return It="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"}function Jt(){return Wt?Bt:(Wt=1,Bt=Function.call.bind(Object.prototype.hasOwnProperty))}function Qt(){if(Vt)return Ft;Vt=1;var e=function(){};if("production"!==process.env.NODE_ENV){var t=Zt(),r={},n=Jt();e=function(e){var t="Warning: "+e;"undefined"!=typeof console&&console.error(t);try{throw new Error(t)}catch(e){}}}function o(o,i,a,l,s){if("production"!==process.env.NODE_ENV)for(var c in o)if(n(o,c)){var u;try{if("function"!=typeof o[c]){var d=Error((l||"React class")+": "+a+" type `"+c+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof o[c]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw d.name="Invariant Violation",d}u=o[c](i,c,l,a,null,t)}catch(e){u=e}if(!u||u instanceof Error||e((l||"React class")+": type specification of "+a+" `"+c+"` is invalid; the type checker function must return `null` or an `Error` but returned a "+typeof u+". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."),u instanceof Error&&!(u.message in r)){r[u.message]=!0;var p=s?s():"";e("Failed "+a+" type: "+u.message+(null!=p?p:""))}}}return o.resetWarningCache=function(){"production"!==process.env.NODE_ENV&&(r={})},Ft=o}function er(){if(Ht)return $t;Ht=1;var e=Gt(),t=Xt(),r=Zt(),n=Jt(),o=Qt(),i=function(){};function a(){return null}return"production"!==process.env.NODE_ENV&&(i=function(e){var t="Warning: "+e;"undefined"!=typeof console&&console.error(t);try{throw new Error(t)}catch(e){}}),$t=function(l,s){var c="function"==typeof Symbol&&Symbol.iterator;var u="<<anonymous>>",d={array:h("array"),bigint:h("bigint"),bool:h("boolean"),func:h("function"),number:h("number"),object:h("object"),string:h("string"),symbol:h("symbol"),any:m(a),arrayOf:function(e){return m(function(t,n,o,i,a){if("function"!=typeof e)return new f("Property `"+a+"` of component `"+o+"` has invalid PropType notation inside arrayOf.");var l=t[n];if(!Array.isArray(l))return new f("Invalid "+i+" `"+a+"` of type `"+g(l)+"` supplied to `"+o+"`, expected an array.");for(var s=0;s<l.length;s++){var c=e(l,s,o,i,a+"["+s+"]",r);if(c instanceof Error)return c}return null})},element:m(function(e,t,r,n,o){var i=e[t];return l(i)?null:new f("Invalid "+n+" `"+o+"` of type `"+g(i)+"` supplied to `"+r+"`, expected a single ReactElement.")}),elementType:m(function(t,r,n,o,i){var a=t[r];return e.isValidElementType(a)?null:new f("Invalid "+o+" `"+i+"` of type `"+g(a)+"` supplied to `"+n+"`, expected a single ReactElement type.")}),instanceOf:function(e){return m(function(t,r,n,o,i){if(!(t[r]instanceof e)){var a=e.name||u;return new f("Invalid "+o+" `"+i+"` of type `"+(((l=t[r]).constructor&&l.constructor.name?l.constructor.name:u)+"` supplied to `")+n+"`, expected instance of `"+a+"`.")}var l;return null})},node:m(function(e,t,r,n,o){return y(e[t])?null:new f("Invalid "+n+" `"+o+"` supplied to `"+r+"`, expected a ReactNode.")}),objectOf:function(e){return m(function(t,o,i,a,l){if("function"!=typeof e)return new f("Property `"+l+"` of component `"+i+"` has invalid PropType notation inside objectOf.");var s=t[o],c=g(s);if("object"!==c)return new f("Invalid "+a+" `"+l+"` of type `"+c+"` supplied to `"+i+"`, expected an object.");for(var u in s)if(n(s,u)){var d=e(s,u,i,a,l+"."+u,r);if(d instanceof Error)return d}return null})},oneOf:function(e){if(!Array.isArray(e))return"production"!==process.env.NODE_ENV&&i(arguments.length>1?"Invalid arguments supplied to oneOf, expected an array, got "+arguments.length+" arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z]).":"Invalid argument supplied to oneOf, expected an array."),a;return m(function(t,r,n,o,i){for(var a=t[r],l=0;l<e.length;l++)if(p(a,e[l]))return null;var s=JSON.stringify(e,function(e,t){return"symbol"===b(t)?String(t):t});return new f("Invalid "+o+" `"+i+"` of value `"+String(a)+"` supplied to `"+n+"`, expected one of "+s+".")})},oneOfType:function(e){if(!Array.isArray(e))return"production"!==process.env.NODE_ENV&&i("Invalid argument supplied to oneOfType, expected an instance of array."),a;for(var t=0;t<e.length;t++){var o=e[t];if("function"!=typeof o)return i("Invalid argument supplied to oneOfType. Expected an array of check functions, but received "+w(o)+" at index "+t+"."),a}return m(function(t,o,i,a,l){for(var s=[],c=0;c<e.length;c++){var u=(0,e[c])(t,o,i,a,l,r);if(null==u)return null;u.data&&n(u.data,"expectedType")&&s.push(u.data.expectedType)}return new f("Invalid "+a+" `"+l+"` supplied to `"+i+"`"+(s.length>0?", expected one of type ["+s.join(", ")+"]":"")+".")})},shape:function(e){return m(function(t,n,o,i,a){var l=t[n],s=g(l);if("object"!==s)return new f("Invalid "+i+" `"+a+"` of type `"+s+"` supplied to `"+o+"`, expected `object`.");for(var c in e){var u=e[c];if("function"!=typeof u)return v(o,i,a,c,b(u));var d=u(l,c,o,i,a+"."+c,r);if(d)return d}return null})},exact:function(e){return m(function(o,i,a,l,s){var c=o[i],u=g(c);if("object"!==u)return new f("Invalid "+l+" `"+s+"` of type `"+u+"` supplied to `"+a+"`, expected `object`.");var d=t({},o[i],e);for(var p in d){var m=e[p];if(n(e,p)&&"function"!=typeof m)return v(a,l,s,p,b(m));if(!m)return new f("Invalid "+l+" `"+s+"` key `"+p+"` supplied to `"+a+"`.\nBad object: "+JSON.stringify(o[i],null," ")+"\nValid keys: "+JSON.stringify(Object.keys(e),null," "));var h=m(c,p,a,l,s+"."+p,r);if(h)return h}return null})}};function p(e,t){return e===t?0!==e||1/e==1/t:e!=e&&t!=t}function f(e,t){this.message=e,this.data=t&&"object"==typeof t?t:{},this.stack=""}function m(e){if("production"!==process.env.NODE_ENV)var t={},n=0;function o(o,a,l,c,d,p,m){if(c=c||u,p=p||l,m!==r){if(s){var h=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 h.name="Invariant Violation",h}if("production"!==process.env.NODE_ENV&&"undefined"!=typeof console){var v=c+":"+l;!t[v]&&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[v]=!0,n++)}}return null==a[l]?o?null===a[l]?new f("The "+d+" `"+p+"` is marked as required in `"+c+"`, but its value is `null`."):new f("The "+d+" `"+p+"` is marked as required in `"+c+"`, but its value is `undefined`."):null:e(a,l,c,d,p)}var a=o.bind(null,!1);return a.isRequired=o.bind(null,!0),a}function h(e){return m(function(t,r,n,o,i,a){var l=t[r];return g(l)!==e?new f("Invalid "+o+" `"+i+"` of type `"+b(l)+"` supplied to `"+n+"`, expected `"+e+"`.",{expectedType:e}):null})}function v(e,t,r,n,o){return new f((e||"React class")+": "+t+" type `"+r+"."+n+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+o+"`.")}function y(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(y);if(null===e||l(e))return!0;var t=function(e){var t=e&&(c&&e[c]||e["@@iterator"]);if("function"==typeof t)return t}(e);if(!t)return!1;var r,n=t.call(e);if(t!==e.entries){for(;!(r=n.next()).done;)if(!y(r.value))return!1}else for(;!(r=n.next()).done;){var o=r.value;if(o&&!y(o[1]))return!1}return!0;default:return!1}}function g(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=g(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 f.prototype=Error.prototype,d.checkPropTypes=o,d.resetWarningCache=o.resetWarningCache,d.PropTypes=d,d},$t}function tr(){if(qt)return Ut;qt=1;var e=Zt();function t(){}function r(){}return r.resetWarningCache=t,Ut=function(){function n(t,r,n,o,i,a){if(a!==e){var l=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw l.name="Invariant Violation",l}}function o(){return n}n.isRequired=n;var i={array:n,bigint:n,bool:n,func:n,number:n,object:n,string:n,symbol:n,any:n,arrayOf:o,element:n,elementType:n,instanceOf:o,node:n,objectOf:o,oneOf:o,oneOfType:o,shape:o,exact:o,checkPropTypes:r,resetWarningCache:t};return i.PropTypes=i,i},Ut}function rr(){if(Yt)return Tt.exports;if(Yt=1,"production"!==process.env.NODE_ENV){var e=Gt();Tt.exports=er()(e.isElement,true)}else Tt.exports=tr()();return Tt.exports}var nr=Ct(rr());function or(){return or=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},or.apply(this,arguments)}function ir(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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 ar=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=ir(e,["color","size"]);return t.createElement("svg",or({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"22 12 18 12 15 21 9 3 6 12 2 12"}))});function lr(){return lr=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},lr.apply(this,arguments)}function sr(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}ar.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},ar.displayName="Activity";var cr=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=sr(e,["color","size"]);return t.createElement("svg",lr({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M5 17H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2h-1"}),t.createElement("polygon",{points:"12 15 17 21 7 21 12 15"}))});function ur(){return ur=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ur.apply(this,arguments)}function dr(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}cr.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},cr.displayName="Airplay";var pr=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=dr(e,["color","size"]);return t.createElement("svg",ur({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("line",{x1:"12",y1:"8",x2:"12",y2:"12"}),t.createElement("line",{x1:"12",y1:"16",x2:"12.01",y2:"16"}))});function fr(){return fr=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},fr.apply(this,arguments)}function mr(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}pr.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},pr.displayName="AlertCircle";var hr=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=mr(e,["color","size"]);return t.createElement("svg",fr({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polygon",{points:"7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2"}),t.createElement("line",{x1:"12",y1:"8",x2:"12",y2:"12"}),t.createElement("line",{x1:"12",y1:"16",x2:"12.01",y2:"16"}))});function vr(){return vr=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},vr.apply(this,arguments)}function yr(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}hr.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},hr.displayName="AlertOctagon";var gr=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=yr(e,["color","size"]);return t.createElement("svg",vr({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z"}),t.createElement("line",{x1:"12",y1:"9",x2:"12",y2:"13"}),t.createElement("line",{x1:"12",y1:"17",x2:"12.01",y2:"17"}))});function br(){return br=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},br.apply(this,arguments)}function wr(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}gr.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},gr.displayName="AlertTriangle";var xr=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=wr(e,["color","size"]);return t.createElement("svg",br({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"18",y1:"10",x2:"6",y2:"10"}),t.createElement("line",{x1:"21",y1:"6",x2:"3",y2:"6"}),t.createElement("line",{x1:"21",y1:"14",x2:"3",y2:"14"}),t.createElement("line",{x1:"18",y1:"18",x2:"6",y2:"18"}))});function Or(){return Or=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Or.apply(this,arguments)}function Er(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}xr.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},xr.displayName="AlignCenter";var kr=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Er(e,["color","size"]);return t.createElement("svg",Or({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"21",y1:"10",x2:"3",y2:"10"}),t.createElement("line",{x1:"21",y1:"6",x2:"3",y2:"6"}),t.createElement("line",{x1:"21",y1:"14",x2:"3",y2:"14"}),t.createElement("line",{x1:"21",y1:"18",x2:"3",y2:"18"}))});function jr(){return jr=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},jr.apply(this,arguments)}function Pr(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}kr.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},kr.displayName="AlignJustify";var Sr=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Pr(e,["color","size"]);return t.createElement("svg",jr({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"17",y1:"10",x2:"3",y2:"10"}),t.createElement("line",{x1:"21",y1:"6",x2:"3",y2:"6"}),t.createElement("line",{x1:"21",y1:"14",x2:"3",y2:"14"}),t.createElement("line",{x1:"17",y1:"18",x2:"3",y2:"18"}))});function Cr(){return Cr=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Cr.apply(this,arguments)}function Nr(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Sr.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Sr.displayName="AlignLeft";var Tr=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Nr(e,["color","size"]);return t.createElement("svg",Cr({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"21",y1:"10",x2:"7",y2:"10"}),t.createElement("line",{x1:"21",y1:"6",x2:"3",y2:"6"}),t.createElement("line",{x1:"21",y1:"14",x2:"3",y2:"14"}),t.createElement("line",{x1:"21",y1:"18",x2:"7",y2:"18"}))});function Mr(){return Mr=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Mr.apply(this,arguments)}function Ar(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Tr.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Tr.displayName="AlignRight";var zr=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ar(e,["color","size"]);return t.createElement("svg",Mr({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"5",r:"3"}),t.createElement("line",{x1:"12",y1:"22",x2:"12",y2:"8"}),t.createElement("path",{d:"M5 12H2a10 10 0 0 0 20 0h-3"}))});function Dr(){return Dr=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Dr.apply(this,arguments)}function _r(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}zr.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},zr.displayName="Anchor";var Lr=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=_r(e,["color","size"]);return t.createElement("svg",Dr({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("line",{x1:"14.31",y1:"8",x2:"20.05",y2:"17.94"}),t.createElement("line",{x1:"9.69",y1:"8",x2:"21.17",y2:"8"}),t.createElement("line",{x1:"7.38",y1:"12",x2:"13.12",y2:"2.06"}),t.createElement("line",{x1:"9.69",y1:"16",x2:"3.95",y2:"6.06"}),t.createElement("line",{x1:"14.31",y1:"16",x2:"2.83",y2:"16"}),t.createElement("line",{x1:"16.62",y1:"12",x2:"10.88",y2:"21.94"}))});function Ir(){return Ir=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ir.apply(this,arguments)}function Rr(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Lr.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Lr.displayName="Aperture";var Br=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Rr(e,["color","size"]);return t.createElement("svg",Ir({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"21 8 21 21 3 21 3 8"}),t.createElement("rect",{x:"1",y:"3",width:"22",height:"5"}),t.createElement("line",{x1:"10",y1:"12",x2:"14",y2:"12"}))});function Wr(){return Wr=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Wr.apply(this,arguments)}function Fr(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Br.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Br.displayName="Archive";var Vr=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Fr(e,["color","size"]);return t.createElement("svg",Wr({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("polyline",{points:"8 12 12 16 16 12"}),t.createElement("line",{x1:"12",y1:"8",x2:"12",y2:"16"}))});function $r(){return $r=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},$r.apply(this,arguments)}function Hr(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Vr.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Vr.displayName="ArrowDownCircle";var Ur=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Hr(e,["color","size"]);return t.createElement("svg",$r({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"17",y1:"7",x2:"7",y2:"17"}),t.createElement("polyline",{points:"17 17 7 17 7 7"}))});function qr(){return qr=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},qr.apply(this,arguments)}function Yr(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Ur.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Ur.displayName="ArrowDownLeft";var Kr=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Yr(e,["color","size"]);return t.createElement("svg",qr({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"7",y1:"7",x2:"17",y2:"17"}),t.createElement("polyline",{points:"17 7 17 17 7 17"}))});function Gr(){return Gr=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Gr.apply(this,arguments)}function Xr(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Kr.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Kr.displayName="ArrowDownRight";var Zr=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Xr(e,["color","size"]);return t.createElement("svg",Gr({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"12",y1:"5",x2:"12",y2:"19"}),t.createElement("polyline",{points:"19 12 12 19 5 12"}))});function Jr(){return Jr=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Jr.apply(this,arguments)}function Qr(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Zr.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Zr.displayName="ArrowDown";var en=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Qr(e,["color","size"]);return t.createElement("svg",Jr({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("polyline",{points:"12 8 8 12 12 16"}),t.createElement("line",{x1:"16",y1:"12",x2:"8",y2:"12"}))});function tn(){return tn=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},tn.apply(this,arguments)}function rn(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}en.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},en.displayName="ArrowLeftCircle";var nn=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=rn(e,["color","size"]);return t.createElement("svg",tn({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"19",y1:"12",x2:"5",y2:"12"}),t.createElement("polyline",{points:"12 19 5 12 12 5"}))});function on(){return on=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},on.apply(this,arguments)}function an(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}nn.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},nn.displayName="ArrowLeft";var ln=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=an(e,["color","size"]);return t.createElement("svg",on({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("polyline",{points:"12 16 16 12 12 8"}),t.createElement("line",{x1:"8",y1:"12",x2:"16",y2:"12"}))});function sn(){return sn=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},sn.apply(this,arguments)}function cn(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}ln.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},ln.displayName="ArrowRightCircle";var un=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=cn(e,["color","size"]);return t.createElement("svg",sn({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"5",y1:"12",x2:"19",y2:"12"}),t.createElement("polyline",{points:"12 5 19 12 12 19"}))});function dn(){return dn=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},dn.apply(this,arguments)}function pn(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}un.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},un.displayName="ArrowRight";var fn=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=pn(e,["color","size"]);return t.createElement("svg",dn({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("polyline",{points:"16 12 12 8 8 12"}),t.createElement("line",{x1:"12",y1:"16",x2:"12",y2:"8"}))});function mn(){return mn=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},mn.apply(this,arguments)}function hn(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}fn.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},fn.displayName="ArrowUpCircle";var vn=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=hn(e,["color","size"]);return t.createElement("svg",mn({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"17",y1:"17",x2:"7",y2:"7"}),t.createElement("polyline",{points:"7 17 7 7 17 7"}))});function yn(){return yn=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},yn.apply(this,arguments)}function gn(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}vn.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},vn.displayName="ArrowUpLeft";var bn=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=gn(e,["color","size"]);return t.createElement("svg",yn({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"7",y1:"17",x2:"17",y2:"7"}),t.createElement("polyline",{points:"7 7 17 7 17 17"}))});function wn(){return wn=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},wn.apply(this,arguments)}function xn(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}bn.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},bn.displayName="ArrowUpRight";var On=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=xn(e,["color","size"]);return t.createElement("svg",wn({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"12",y1:"19",x2:"12",y2:"5"}),t.createElement("polyline",{points:"5 12 12 5 19 12"}))});function En(){return En=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},En.apply(this,arguments)}function kn(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}On.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},On.displayName="ArrowUp";var jn=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=kn(e,["color","size"]);return t.createElement("svg",En({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"4"}),t.createElement("path",{d:"M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-3.92 7.94"}))});function Pn(){return Pn=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Pn.apply(this,arguments)}function Sn(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}jn.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},jn.displayName="AtSign";var Cn=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Sn(e,["color","size"]);return t.createElement("svg",Pn({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"8",r:"7"}),t.createElement("polyline",{points:"8.21 13.89 7 23 12 20 17 23 15.79 13.88"}))});function Nn(){return Nn=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Nn.apply(this,arguments)}function Tn(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Cn.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Cn.displayName="Award";var Mn=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Tn(e,["color","size"]);return t.createElement("svg",Nn({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"18",y1:"20",x2:"18",y2:"10"}),t.createElement("line",{x1:"12",y1:"20",x2:"12",y2:"4"}),t.createElement("line",{x1:"6",y1:"20",x2:"6",y2:"14"}))});function An(){return An=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},An.apply(this,arguments)}function zn(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Mn.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Mn.displayName="BarChart2";var Dn=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=zn(e,["color","size"]);return t.createElement("svg",An({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"12",y1:"20",x2:"12",y2:"10"}),t.createElement("line",{x1:"18",y1:"20",x2:"18",y2:"4"}),t.createElement("line",{x1:"6",y1:"20",x2:"6",y2:"16"}))});function _n(){return _n=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},_n.apply(this,arguments)}function Ln(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Dn.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Dn.displayName="BarChart";var In=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ln(e,["color","size"]);return t.createElement("svg",_n({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M5 18H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h3.19M15 6h2a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2h-3.19"}),t.createElement("line",{x1:"23",y1:"13",x2:"23",y2:"11"}),t.createElement("polyline",{points:"11 6 7 12 13 12 9 18"}))});function Rn(){return Rn=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Rn.apply(this,arguments)}function Bn(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}In.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},In.displayName="BatteryCharging";var Wn=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Bn(e,["color","size"]);return t.createElement("svg",Rn({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"1",y:"6",width:"18",height:"12",rx:"2",ry:"2"}),t.createElement("line",{x1:"23",y1:"13",x2:"23",y2:"11"}))});function Fn(){return Fn=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Fn.apply(this,arguments)}function Vn(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Wn.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Wn.displayName="Battery";var $n=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Vn(e,["color","size"]);return t.createElement("svg",Fn({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M13.73 21a2 2 0 0 1-3.46 0"}),t.createElement("path",{d:"M18.63 13A17.89 17.89 0 0 1 18 8"}),t.createElement("path",{d:"M6.26 6.26A5.86 5.86 0 0 0 6 8c0 7-3 9-3 9h14"}),t.createElement("path",{d:"M18 8a6 6 0 0 0-9.33-5"}),t.createElement("line",{x1:"1",y1:"1",x2:"23",y2:"23"}))});function Hn(){return Hn=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Hn.apply(this,arguments)}function Un(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}$n.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},$n.displayName="BellOff";var qn=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Un(e,["color","size"]);return t.createElement("svg",Hn({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9"}),t.createElement("path",{d:"M13.73 21a2 2 0 0 1-3.46 0"}))});function Yn(){return Yn=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Yn.apply(this,arguments)}function Kn(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}qn.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},qn.displayName="Bell";var Gn=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Kn(e,["color","size"]);return t.createElement("svg",Yn({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"6.5 6.5 17.5 17.5 12 23 12 1 17.5 6.5 6.5 17.5"}))});function Xn(){return Xn=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Xn.apply(this,arguments)}function Zn(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Gn.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Gn.displayName="Bluetooth";var Jn=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Zn(e,["color","size"]);return t.createElement("svg",Xn({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M6 4h8a4 4 0 0 1 4 4 4 4 0 0 1-4 4H6z"}),t.createElement("path",{d:"M6 12h9a4 4 0 0 1 4 4 4 4 0 0 1-4 4H6z"}))});function Qn(){return Qn=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Qn.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}Jn.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Jn.displayName="Bold";var to=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=eo(e,["color","size"]);return t.createElement("svg",Qn({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z"}),t.createElement("path",{d:"M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z"}))});function 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:nr.string,size:nr.oneOfType([nr.string,nr.number])},to.displayName="BookOpen";var oo=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=no(e,["color","size"]);return t.createElement("svg",ro({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 io(){return io=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},io.apply(this,arguments)}function ao(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}oo.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},oo.displayName="Book";var lo=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=ao(e,["color","size"]);return t.createElement("svg",io({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M19 21l-7-5-7 5V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z"}))});function so(){return so=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},so.apply(this,arguments)}function co(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}lo.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},lo.displayName="Bookmark";var uo=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=co(e,["color","size"]);return t.createElement("svg",so({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 po(){return po=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},po.apply(this,arguments)}function fo(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}uo.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},uo.displayName="Box";var mo=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=fo(e,["color","size"]);return t.createElement("svg",po({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 ho(){return ho=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ho.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}mo.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},mo.displayName="Briefcase";var yo=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=vo(e,["color","size"]);return t.createElement("svg",ho({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"3",y:"4",width:"18",height:"18",rx:"2",ry:"2"}),t.createElement("line",{x1:"16",y1:"2",x2:"16",y2:"6"}),t.createElement("line",{x1:"8",y1:"2",x2:"8",y2:"6"}),t.createElement("line",{x1:"3",y1:"10",x2:"21",y2:"10"}))});function 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 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}yo.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},yo.displayName="Calendar";var wo=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=bo(e,["color","size"]);return t.createElement("svg",go({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 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 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}wo.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},wo.displayName="CameraOff";var Eo=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Oo(e,["color","size"]);return t.createElement("svg",xo({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z"}),t.createElement("circle",{cx:"12",cy:"13",r:"4"}))});function ko(){return ko=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ko.apply(this,arguments)}function jo(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Eo.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Eo.displayName="Camera";var Po=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=jo(e,["color","size"]);return t.createElement("svg",ko({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 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}Po.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Po.displayName="Cast";var No=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Co(e,["color","size"]);return t.createElement("svg",So({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 To(){return To=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},To.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}No.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},No.displayName="CheckCircle";var Ao=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Mo(e,["color","size"]);return t.createElement("svg",To({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"9 11 12 14 22 4"}),t.createElement("path",{d:"M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11"}))});function 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 Do(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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:nr.string,size:nr.oneOfType([nr.string,nr.number])},Ao.displayName="CheckSquare";var _o=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Do(e,["color","size"]);return t.createElement("svg",zo({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"20 6 9 17 4 12"}))});function Lo(){return Lo=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Lo.apply(this,arguments)}function Io(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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:nr.string,size:nr.oneOfType([nr.string,nr.number])},_o.displayName="Check";var Ro=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Io(e,["color","size"]);return t.createElement("svg",Lo({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"6 9 12 15 18 9"}))});function Bo(){return Bo=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Bo.apply(this,arguments)}function Wo(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Ro.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Ro.displayName="ChevronDown";var Fo=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Wo(e,["color","size"]);return t.createElement("svg",Bo({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"15 18 9 12 15 6"}))});function 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 $o(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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:nr.string,size:nr.oneOfType([nr.string,nr.number])},Fo.displayName="ChevronLeft";var Ho=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=$o(e,["color","size"]);return t.createElement("svg",Vo({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"9 18 15 12 9 6"}))});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 qo(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Ho.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Ho.displayName="ChevronRight";var Yo=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=qo(e,["color","size"]);return t.createElement("svg",Uo({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"18 15 12 9 6 15"}))});function Ko(){return Ko=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ko.apply(this,arguments)}function 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}Yo.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Yo.displayName="ChevronUp";var Xo=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Go(e,["color","size"]);return t.createElement("svg",Ko({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"7 13 12 18 17 13"}),t.createElement("polyline",{points:"7 6 12 11 17 6"}))});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 Jo(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Xo.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Xo.displayName="ChevronsDown";var Qo=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Jo(e,["color","size"]);return t.createElement("svg",Zo({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"11 17 6 12 11 7"}),t.createElement("polyline",{points:"18 17 13 12 18 7"}))});function ei(){return ei=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ei.apply(this,arguments)}function ti(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Qo.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Qo.displayName="ChevronsLeft";var ri=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=ti(e,["color","size"]);return t.createElement("svg",ei({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"13 17 18 12 13 7"}),t.createElement("polyline",{points:"6 17 11 12 6 7"}))});function ni(){return ni=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ni.apply(this,arguments)}function oi(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}ri.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},ri.displayName="ChevronsRight";var ii=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=oi(e,["color","size"]);return t.createElement("svg",ni({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"17 11 12 6 7 11"}),t.createElement("polyline",{points:"17 18 12 13 7 18"}))});function ai(){return ai=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ai.apply(this,arguments)}function li(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}ii.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},ii.displayName="ChevronsUp";var si=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=li(e,["color","size"]);return t.createElement("svg",ai({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("circle",{cx:"12",cy:"12",r:"4"}),t.createElement("line",{x1:"21.17",y1:"8",x2:"12",y2:"8"}),t.createElement("line",{x1:"3.95",y1:"6.06",x2:"8.54",y2:"14"}),t.createElement("line",{x1:"10.88",y1:"21.94",x2:"15.46",y2:"14"}))});function ci(){return ci=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ci.apply(this,arguments)}function ui(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}si.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},si.displayName="Chrome";var di=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=ui(e,["color","size"]);return t.createElement("svg",ci({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}))});function pi(){return pi=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},pi.apply(this,arguments)}function fi(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}di.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},di.displayName="Circle";var mi=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=fi(e,["color","size"]);return t.createElement("svg",pi({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M16 4h2a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2"}),t.createElement("rect",{x:"8",y:"2",width:"8",height:"4",rx:"1",ry:"1"}))});function hi(){return hi=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},hi.apply(this,arguments)}function vi(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}mi.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},mi.displayName="Clipboard";var yi=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=vi(e,["color","size"]);return t.createElement("svg",hi({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("polyline",{points:"12 6 12 12 16 14"}))});function gi(){return gi=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},gi.apply(this,arguments)}function bi(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}yi.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},yi.displayName="Clock";var wi=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=bi(e,["color","size"]);return t.createElement("svg",gi({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"8",y1:"19",x2:"8",y2:"21"}),t.createElement("line",{x1:"8",y1:"13",x2:"8",y2:"15"}),t.createElement("line",{x1:"16",y1:"19",x2:"16",y2:"21"}),t.createElement("line",{x1:"16",y1:"13",x2:"16",y2:"15"}),t.createElement("line",{x1:"12",y1:"21",x2:"12",y2:"23"}),t.createElement("line",{x1:"12",y1:"15",x2:"12",y2:"17"}),t.createElement("path",{d:"M20 16.58A5 5 0 0 0 18 7h-1.26A8 8 0 1 0 4 15.25"}))});function xi(){return xi=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},xi.apply(this,arguments)}function Oi(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}wi.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},wi.displayName="CloudDrizzle";var Ei=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Oi(e,["color","size"]);return t.createElement("svg",xi({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M19 16.9A5 5 0 0 0 18 7h-1.26a8 8 0 1 0-11.62 9"}),t.createElement("polyline",{points:"13 11 9 17 15 17 11 23"}))});function ki(){return ki=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ki.apply(this,arguments)}function ji(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Ei.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Ei.displayName="CloudLightning";var Pi=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=ji(e,["color","size"]);return t.createElement("svg",ki({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M22.61 16.95A5 5 0 0 0 18 10h-1.26a8 8 0 0 0-7.05-6M5 5a8 8 0 0 0 4 15h9a5 5 0 0 0 1.7-.3"}),t.createElement("line",{x1:"1",y1:"1",x2:"23",y2:"23"}))});function Si(){return Si=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Si.apply(this,arguments)}function Ci(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Pi.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Pi.displayName="CloudOff";var Ni=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ci(e,["color","size"]);return t.createElement("svg",Si({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"16",y1:"13",x2:"16",y2:"21"}),t.createElement("line",{x1:"8",y1:"13",x2:"8",y2:"21"}),t.createElement("line",{x1:"12",y1:"15",x2:"12",y2:"23"}),t.createElement("path",{d:"M20 16.58A5 5 0 0 0 18 7h-1.26A8 8 0 1 0 4 15.25"}))});function Ti(){return Ti=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ti.apply(this,arguments)}function Mi(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Ni.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Ni.displayName="CloudRain";var Ai=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Mi(e,["color","size"]);return t.createElement("svg",Ti({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M20 17.58A5 5 0 0 0 18 8h-1.26A8 8 0 1 0 4 16.25"}),t.createElement("line",{x1:"8",y1:"16",x2:"8.01",y2:"16"}),t.createElement("line",{x1:"8",y1:"20",x2:"8.01",y2:"20"}),t.createElement("line",{x1:"12",y1:"18",x2:"12.01",y2:"18"}),t.createElement("line",{x1:"12",y1:"22",x2:"12.01",y2:"22"}),t.createElement("line",{x1:"16",y1:"16",x2:"16.01",y2:"16"}),t.createElement("line",{x1:"16",y1:"20",x2:"16.01",y2:"20"}))});function zi(){return zi=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},zi.apply(this,arguments)}function Di(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Ai.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Ai.displayName="CloudSnow";var _i=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Di(e,["color","size"]);return t.createElement("svg",zi({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M18 10h-1.26A8 8 0 1 0 9 20h9a5 5 0 0 0 0-10z"}))});function Li(){return Li=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Li.apply(this,arguments)}function Ii(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}_i.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},_i.displayName="Cloud";var Ri=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ii(e,["color","size"]);return t.createElement("svg",Li({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"16 18 22 12 16 6"}),t.createElement("polyline",{points:"8 6 2 12 8 18"}))});function Bi(){return Bi=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Bi.apply(this,arguments)}function Wi(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Ri.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Ri.displayName="Code";var Fi=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Wi(e,["color","size"]);return t.createElement("svg",Bi({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polygon",{points:"12 2 22 8.5 22 15.5 12 22 2 15.5 2 8.5 12 2"}),t.createElement("line",{x1:"12",y1:"22",x2:"12",y2:"15.5"}),t.createElement("polyline",{points:"22 8.5 12 15.5 2 8.5"}),t.createElement("polyline",{points:"2 15.5 12 8.5 22 15.5"}),t.createElement("line",{x1:"12",y1:"2",x2:"12",y2:"8.5"}))});function Vi(){return Vi=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Vi.apply(this,arguments)}function $i(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Fi.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Fi.displayName="Codepen";var Hi=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=$i(e,["color","size"]);return t.createElement("svg",Vi({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"}),t.createElement("polyline",{points:"7.5 4.21 12 6.81 16.5 4.21"}),t.createElement("polyline",{points:"7.5 19.79 7.5 14.6 3 12"}),t.createElement("polyline",{points:"21 12 16.5 14.6 16.5 19.79"}),t.createElement("polyline",{points:"3.27 6.96 12 12.01 20.73 6.96"}),t.createElement("line",{x1:"12",y1:"22.08",x2:"12",y2:"12"}))});function Ui(){return Ui=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ui.apply(this,arguments)}function qi(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Hi.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Hi.displayName="Codesandbox";var Yi=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=qi(e,["color","size"]);return t.createElement("svg",Ui({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M18 8h1a4 4 0 0 1 0 8h-1"}),t.createElement("path",{d:"M2 8h16v9a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V8z"}),t.createElement("line",{x1:"6",y1:"1",x2:"6",y2:"4"}),t.createElement("line",{x1:"10",y1:"1",x2:"10",y2:"4"}),t.createElement("line",{x1:"14",y1:"1",x2:"14",y2:"4"}))});function Ki(){return Ki=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ki.apply(this,arguments)}function Gi(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Yi.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Yi.displayName="Coffee";var Xi=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Gi(e,["color","size"]);return t.createElement("svg",Ki({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M12 3h7a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-7m0-18H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h7m0-18v18"}))});function Zi(){return Zi=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Zi.apply(this,arguments)}function Ji(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Xi.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Xi.displayName="Columns";var Qi=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ji(e,["color","size"]);return t.createElement("svg",Zi({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M18 3a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3 3 3 0 0 0 3-3 3 3 0 0 0-3-3H6a3 3 0 0 0-3 3 3 3 0 0 0 3 3 3 3 0 0 0 3-3V6a3 3 0 0 0-3-3 3 3 0 0 0-3 3 3 3 0 0 0 3 3h12a3 3 0 0 0 3-3 3 3 0 0 0-3-3z"}))});function ea(){return ea=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ea.apply(this,arguments)}function ta(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Qi.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Qi.displayName="Command";var ra=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=ta(e,["color","size"]);return t.createElement("svg",ea({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("polygon",{points:"16.24 7.76 14.12 14.12 7.76 16.24 9.88 9.88 16.24 7.76"}))});function na(){return na=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},na.apply(this,arguments)}function oa(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}ra.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},ra.displayName="Compass";var ia=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=oa(e,["color","size"]);return t.createElement("svg",na({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"9",y:"9",width:"13",height:"13",rx:"2",ry:"2"}),t.createElement("path",{d:"M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"}))});function aa(){return aa=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},aa.apply(this,arguments)}function la(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}ia.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},ia.displayName="Copy";var sa=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=la(e,["color","size"]);return t.createElement("svg",aa({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"9 10 4 15 9 20"}),t.createElement("path",{d:"M20 4v7a4 4 0 0 1-4 4H4"}))});function ca(){return ca=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ca.apply(this,arguments)}function ua(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}sa.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},sa.displayName="CornerDownLeft";var da=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=ua(e,["color","size"]);return t.createElement("svg",ca({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"15 10 20 15 15 20"}),t.createElement("path",{d:"M4 4v7a4 4 0 0 0 4 4h12"}))});function pa(){return pa=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},pa.apply(this,arguments)}function fa(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}da.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},da.displayName="CornerDownRight";var ma=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=fa(e,["color","size"]);return t.createElement("svg",pa({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"14 15 9 20 4 15"}),t.createElement("path",{d:"M20 4h-7a4 4 0 0 0-4 4v12"}))});function ha(){return ha=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ha.apply(this,arguments)}function va(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}ma.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},ma.displayName="CornerLeftDown";var ya=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=va(e,["color","size"]);return t.createElement("svg",ha({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"14 9 9 4 4 9"}),t.createElement("path",{d:"M20 20h-7a4 4 0 0 1-4-4V4"}))});function ga(){return ga=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ga.apply(this,arguments)}function ba(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}ya.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},ya.displayName="CornerLeftUp";var wa=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=ba(e,["color","size"]);return t.createElement("svg",ga({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"10 15 15 20 20 15"}),t.createElement("path",{d:"M4 4h7a4 4 0 0 1 4 4v12"}))});function xa(){return xa=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},xa.apply(this,arguments)}function Oa(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}wa.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},wa.displayName="CornerRightDown";var Ea=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Oa(e,["color","size"]);return t.createElement("svg",xa({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"10 9 15 4 20 9"}),t.createElement("path",{d:"M4 20h7a4 4 0 0 0 4-4V4"}))});function ka(){return ka=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ka.apply(this,arguments)}function ja(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Ea.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Ea.displayName="CornerRightUp";var Pa=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=ja(e,["color","size"]);return t.createElement("svg",ka({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"9 14 4 9 9 4"}),t.createElement("path",{d:"M20 20v-7a4 4 0 0 0-4-4H4"}))});function Sa(){return Sa=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Sa.apply(this,arguments)}function Ca(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Pa.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Pa.displayName="CornerUpLeft";var Na=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ca(e,["color","size"]);return t.createElement("svg",Sa({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"15 14 20 9 15 4"}),t.createElement("path",{d:"M4 20v-7a4 4 0 0 1 4-4h12"}))});function Ta(){return Ta=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ta.apply(this,arguments)}function Ma(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Na.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Na.displayName="CornerUpRight";var Aa=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ma(e,["color","size"]);return t.createElement("svg",Ta({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"4",y:"4",width:"16",height:"16",rx:"2",ry:"2"}),t.createElement("rect",{x:"9",y:"9",width:"6",height:"6"}),t.createElement("line",{x1:"9",y1:"1",x2:"9",y2:"4"}),t.createElement("line",{x1:"15",y1:"1",x2:"15",y2:"4"}),t.createElement("line",{x1:"9",y1:"20",x2:"9",y2:"23"}),t.createElement("line",{x1:"15",y1:"20",x2:"15",y2:"23"}),t.createElement("line",{x1:"20",y1:"9",x2:"23",y2:"9"}),t.createElement("line",{x1:"20",y1:"14",x2:"23",y2:"14"}),t.createElement("line",{x1:"1",y1:"9",x2:"4",y2:"9"}),t.createElement("line",{x1:"1",y1:"14",x2:"4",y2:"14"}))});function za(){return za=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},za.apply(this,arguments)}function Da(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Aa.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Aa.displayName="Cpu";var _a=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Da(e,["color","size"]);return t.createElement("svg",za({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"1",y:"4",width:"22",height:"16",rx:"2",ry:"2"}),t.createElement("line",{x1:"1",y1:"10",x2:"23",y2:"10"}))});function La(){return La=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},La.apply(this,arguments)}function Ia(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}_a.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},_a.displayName="CreditCard";var Ra=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ia(e,["color","size"]);return t.createElement("svg",La({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M6.13 1L6 16a2 2 0 0 0 2 2h15"}),t.createElement("path",{d:"M1 6.13L16 6a2 2 0 0 1 2 2v15"}))});function Ba(){return Ba=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ba.apply(this,arguments)}function Wa(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Ra.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Ra.displayName="Crop";var Fa=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Wa(e,["color","size"]);return t.createElement("svg",Ba({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("line",{x1:"22",y1:"12",x2:"18",y2:"12"}),t.createElement("line",{x1:"6",y1:"12",x2:"2",y2:"12"}),t.createElement("line",{x1:"12",y1:"6",x2:"12",y2:"2"}),t.createElement("line",{x1:"12",y1:"22",x2:"12",y2:"18"}))});function Va(){return Va=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Va.apply(this,arguments)}function $a(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Fa.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Fa.displayName="Crosshair";var Ha=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=$a(e,["color","size"]);return t.createElement("svg",Va({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("ellipse",{cx:"12",cy:"5",rx:"9",ry:"3"}),t.createElement("path",{d:"M21 12c0 1.66-4 3-9 3s-9-1.34-9-3"}),t.createElement("path",{d:"M3 5v14c0 1.66 4 3 9 3s9-1.34 9-3V5"}))});function Ua(){return Ua=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ua.apply(this,arguments)}function qa(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Ha.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Ha.displayName="Database";var Ya=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=qa(e,["color","size"]);return t.createElement("svg",Ua({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M21 4H8l-7 8 7 8h13a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2z"}),t.createElement("line",{x1:"18",y1:"9",x2:"12",y2:"15"}),t.createElement("line",{x1:"12",y1:"9",x2:"18",y2:"15"}))});function Ka(){return Ka=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ka.apply(this,arguments)}function Ga(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Ya.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Ya.displayName="Delete";var Xa=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ga(e,["color","size"]);return t.createElement("svg",Ka({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("circle",{cx:"12",cy:"12",r:"3"}))});function Za(){return Za=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Za.apply(this,arguments)}function Ja(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Xa.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Xa.displayName="Disc";var Qa=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ja(e,["color","size"]);return t.createElement("svg",Za({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"8",y1:"12",x2:"16",y2:"12"}),t.createElement("line",{x1:"12",y1:"16",x2:"12",y2:"16"}),t.createElement("line",{x1:"12",y1:"8",x2:"12",y2:"8"}),t.createElement("circle",{cx:"12",cy:"12",r:"10"}))});function el(){return el=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},el.apply(this,arguments)}function tl(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Qa.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Qa.displayName="DivideCircle";var rl=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=tl(e,["color","size"]);return t.createElement("svg",el({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",ry:"2"}),t.createElement("line",{x1:"8",y1:"12",x2:"16",y2:"12"}),t.createElement("line",{x1:"12",y1:"16",x2:"12",y2:"16"}),t.createElement("line",{x1:"12",y1:"8",x2:"12",y2:"8"}))});function nl(){return nl=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},nl.apply(this,arguments)}function ol(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}rl.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},rl.displayName="DivideSquare";var il=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=ol(e,["color","size"]);return t.createElement("svg",nl({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"6",r:"2"}),t.createElement("line",{x1:"5",y1:"12",x2:"19",y2:"12"}),t.createElement("circle",{cx:"12",cy:"18",r:"2"}))});function al(){return al=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},al.apply(this,arguments)}function ll(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}il.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},il.displayName="Divide";var sl=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=ll(e,["color","size"]);return t.createElement("svg",al({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"12",y1:"1",x2:"12",y2:"23"}),t.createElement("path",{d:"M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6"}))});function cl(){return cl=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},cl.apply(this,arguments)}function ul(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}sl.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},sl.displayName="DollarSign";var dl=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=ul(e,["color","size"]);return t.createElement("svg",cl({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"8 17 12 21 16 17"}),t.createElement("line",{x1:"12",y1:"12",x2:"12",y2:"21"}),t.createElement("path",{d:"M20.88 18.09A5 5 0 0 0 18 9h-1.26A8 8 0 1 0 3 16.29"}))});function pl(){return pl=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},pl.apply(this,arguments)}function fl(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}dl.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},dl.displayName="DownloadCloud";var ml=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=fl(e,["color","size"]);return t.createElement("svg",pl({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"}),t.createElement("polyline",{points:"7 10 12 15 17 10"}),t.createElement("line",{x1:"12",y1:"15",x2:"12",y2:"3"}))});function hl(){return hl=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},hl.apply(this,arguments)}function vl(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}ml.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},ml.displayName="Download";var yl=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=vl(e,["color","size"]);return t.createElement("svg",hl({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("path",{d:"M8.56 2.75c4.37 6.03 6.02 9.42 8.03 17.72m2.54-15.38c-3.72 4.35-8.94 5.66-16.88 5.85m19.5 1.9c-3.5-.93-6.63-.82-8.94 0-2.58.92-5.01 2.86-7.44 6.32"}))});function gl(){return gl=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},gl.apply(this,arguments)}function bl(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}yl.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},yl.displayName="Dribbble";var wl=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=bl(e,["color","size"]);return t.createElement("svg",gl({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z"}))});function xl(){return xl=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},xl.apply(this,arguments)}function Ol(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}wl.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},wl.displayName="Droplet";var El=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ol(e,["color","size"]);return t.createElement("svg",xl({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M17 3a2.828 2.828 0 1 1 4 4L7.5 20.5 2 22l1.5-5.5L17 3z"}))});function kl(){return kl=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},kl.apply(this,arguments)}function jl(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}El.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},El.displayName="Edit2";var Pl=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=jl(e,["color","size"]);return t.createElement("svg",kl({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M12 20h9"}),t.createElement("path",{d:"M16.5 3.5a2.121 2.121 0 0 1 3 3L7 19l-4 1 1-4L16.5 3.5z"}))});function Sl(){return Sl=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Sl.apply(this,arguments)}function Cl(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Pl.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Pl.displayName="Edit3";var Nl=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Cl(e,["color","size"]);return t.createElement("svg",Sl({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7"}),t.createElement("path",{d:"M18.5 2.5a2.121 2.121 0 0 1 3 3L12 15l-4 1 1-4 9.5-9.5z"}))});function Tl(){return Tl=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Tl.apply(this,arguments)}function Ml(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Nl.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Nl.displayName="Edit";var Al=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ml(e,["color","size"]);return t.createElement("svg",Tl({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"}),t.createElement("polyline",{points:"15 3 21 3 21 9"}),t.createElement("line",{x1:"10",y1:"14",x2:"21",y2:"3"}))});function zl(){return zl=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},zl.apply(this,arguments)}function Dl(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Al.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Al.displayName="ExternalLink";var _l=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Dl(e,["color","size"]);return t.createElement("svg",zl({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M17.94 17.94A10.07 10.07 0 0 1 12 20c-7 0-11-8-11-8a18.45 18.45 0 0 1 5.06-5.94M9.9 4.24A9.12 9.12 0 0 1 12 4c7 0 11 8 11 8a18.5 18.5 0 0 1-2.16 3.19m-6.72-1.07a3 3 0 1 1-4.24-4.24"}),t.createElement("line",{x1:"1",y1:"1",x2:"23",y2:"23"}))});function Ll(){return Ll=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ll.apply(this,arguments)}function Il(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}_l.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},_l.displayName="EyeOff";var Rl=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Il(e,["color","size"]);return t.createElement("svg",Ll({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z"}),t.createElement("circle",{cx:"12",cy:"12",r:"3"}))});function Bl(){return Bl=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Bl.apply(this,arguments)}function Wl(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Rl.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Rl.displayName="Eye";var Fl=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Wl(e,["color","size"]);return t.createElement("svg",Bl({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z"}))});function Vl(){return Vl=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Vl.apply(this,arguments)}function $l(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Fl.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Fl.displayName="Facebook";var Hl=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=$l(e,["color","size"]);return t.createElement("svg",Vl({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polygon",{points:"13 19 22 12 13 5 13 19"}),t.createElement("polygon",{points:"2 19 11 12 2 5 2 19"}))});function Ul(){return Ul=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ul.apply(this,arguments)}function ql(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Hl.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Hl.displayName="FastForward";var Yl=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=ql(e,["color","size"]);return t.createElement("svg",Ul({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M20.24 12.24a6 6 0 0 0-8.49-8.49L5 10.5V19h8.5z"}),t.createElement("line",{x1:"16",y1:"8",x2:"2",y2:"22"}),t.createElement("line",{x1:"17.5",y1:"15",x2:"9",y2:"15"}))});function Kl(){return Kl=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Kl.apply(this,arguments)}function Gl(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Yl.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Yl.displayName="Feather";var Xl=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Gl(e,["color","size"]);return t.createElement("svg",Kl({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M5 5.5A3.5 3.5 0 0 1 8.5 2H12v7H8.5A3.5 3.5 0 0 1 5 5.5z"}),t.createElement("path",{d:"M12 2h3.5a3.5 3.5 0 1 1 0 7H12V2z"}),t.createElement("path",{d:"M12 12.5a3.5 3.5 0 1 1 7 0 3.5 3.5 0 1 1-7 0z"}),t.createElement("path",{d:"M5 19.5A3.5 3.5 0 0 1 8.5 16H12v3.5a3.5 3.5 0 1 1-7 0z"}),t.createElement("path",{d:"M5 12.5A3.5 3.5 0 0 1 8.5 9H12v7H8.5A3.5 3.5 0 0 1 5 12.5z"}))});function Zl(){return Zl=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Zl.apply(this,arguments)}function Jl(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Xl.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Xl.displayName="Figma";var Ql=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Jl(e,["color","size"]);return t.createElement("svg",Zl({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"}),t.createElement("polyline",{points:"14 2 14 8 20 8"}),t.createElement("line",{x1:"9",y1:"15",x2:"15",y2:"15"}))});function es(){return es=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},es.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}Ql.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Ql.displayName="FileMinus";var rs=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=ts(e,["color","size"]);return t.createElement("svg",es({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"}),t.createElement("polyline",{points:"14 2 14 8 20 8"}),t.createElement("line",{x1:"12",y1:"18",x2:"12",y2:"12"}),t.createElement("line",{x1:"9",y1:"15",x2:"15",y2:"15"}))});function 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 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}rs.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},rs.displayName="FilePlus";var is=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=os(e,["color","size"]);return t.createElement("svg",ns({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 as(){return as=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},as.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}is.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},is.displayName="FileText";var ss=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=ls(e,["color","size"]);return t.createElement("svg",as({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M13 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9z"}),t.createElement("polyline",{points:"13 2 13 9 20 9"}))});function cs(){return cs=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},cs.apply(this,arguments)}function us(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}ss.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},ss.displayName="File";var ds=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=us(e,["color","size"]);return t.createElement("svg",cs({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"2",y:"2",width:"20",height:"20",rx:"2.18",ry:"2.18"}),t.createElement("line",{x1:"7",y1:"2",x2:"7",y2:"22"}),t.createElement("line",{x1:"17",y1:"2",x2:"17",y2:"22"}),t.createElement("line",{x1:"2",y1:"12",x2:"22",y2:"12"}),t.createElement("line",{x1:"2",y1:"7",x2:"7",y2:"7"}),t.createElement("line",{x1:"2",y1:"17",x2:"7",y2:"17"}),t.createElement("line",{x1:"17",y1:"17",x2:"22",y2:"17"}),t.createElement("line",{x1:"17",y1:"7",x2:"22",y2:"7"}))});function ps(){return ps=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ps.apply(this,arguments)}function fs(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}ds.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},ds.displayName="Film";var ms=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=fs(e,["color","size"]);return t.createElement("svg",ps({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polygon",{points:"22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3"}))});function hs(){return hs=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},hs.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}ms.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},ms.displayName="Filter";var ys=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=vs(e,["color","size"]);return t.createElement("svg",hs({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M4 15s1-1 4-1 5 2 8 2 4-1 4-1V3s-1 1-4 1-5-2-8-2-4 1-4 1z"}),t.createElement("line",{x1:"4",y1:"22",x2:"4",y2:"15"}))});function 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 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}ys.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},ys.displayName="Flag";var ws=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=bs(e,["color","size"]);return t.createElement("svg",gs({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"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 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 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}ws.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},ws.displayName="FolderMinus";var Es=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Os(e,["color","size"]);return t.createElement("svg",xs({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"}),t.createElement("line",{x1:"12",y1:"11",x2:"12",y2:"17"}),t.createElement("line",{x1:"9",y1:"14",x2:"15",y2:"14"}))});function ks(){return ks=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ks.apply(this,arguments)}function js(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Es.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Es.displayName="FolderPlus";var Ps=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=js(e,["color","size"]);return t.createElement("svg",ks({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 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}Ps.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Ps.displayName="Folder";var Ns=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Cs(e,["color","size"]);return t.createElement("svg",Ss({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M5 16V9h14V2H5l14 14h-7m-7 0l7 7v-7m-7 0h7"}))});function Ts(){return Ts=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ts.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}Ns.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Ns.displayName="Framer";var As=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ms(e,["color","size"]);return t.createElement("svg",Ts({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("path",{d:"M16 16s-1.5-2-4-2-4 2-4 2"}),t.createElement("line",{x1:"9",y1:"9",x2:"9.01",y2:"9"}),t.createElement("line",{x1:"15",y1:"9",x2:"15.01",y2:"9"}))});function 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 Ds(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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:nr.string,size:nr.oneOfType([nr.string,nr.number])},As.displayName="Frown";var _s=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ds(e,["color","size"]);return t.createElement("svg",zs({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"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 Ls(){return Ls=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ls.apply(this,arguments)}function Is(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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:nr.string,size:nr.oneOfType([nr.string,nr.number])},_s.displayName="Gift";var Rs=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Is(e,["color","size"]);return t.createElement("svg",Ls({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"6",y1:"3",x2:"6",y2:"15"}),t.createElement("circle",{cx:"18",cy:"6",r:"3"}),t.createElement("circle",{cx:"6",cy:"18",r:"3"}),t.createElement("path",{d:"M18 9a9 9 0 0 1-9 9"}))});function Bs(){return Bs=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Bs.apply(this,arguments)}function Ws(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Rs.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Rs.displayName="GitBranch";var Fs=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ws(e,["color","size"]);return t.createElement("svg",Bs({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"4"}),t.createElement("line",{x1:"1.05",y1:"12",x2:"7",y2:"12"}),t.createElement("line",{x1:"17.01",y1:"12",x2:"22.96",y2:"12"}))});function 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 $s(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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:nr.string,size:nr.oneOfType([nr.string,nr.number])},Fs.displayName="GitCommit";var Hs=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=$s(e,["color","size"]);return t.createElement("svg",Vs({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 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 qs(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Hs.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Hs.displayName="GitMerge";var Ys=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=qs(e,["color","size"]);return t.createElement("svg",Us({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"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 Ks(){return Ks=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ks.apply(this,arguments)}function 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}Ys.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Ys.displayName="GitPullRequest";var Xs=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Gs(e,["color","size"]);return t.createElement("svg",Ks({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 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 Js(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Xs.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Xs.displayName="GitHub";var Qs=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Js(e,["color","size"]);return t.createElement("svg",Zs({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 ec(){return ec=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ec.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}Qs.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Qs.displayName="Gitlab";var rc=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=tc(e,["color","size"]);return t.createElement("svg",ec({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("line",{x1:"2",y1:"12",x2:"22",y2:"12"}),t.createElement("path",{d:"M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z"}))});function 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 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}rc.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},rc.displayName="Globe";var ic=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=oc(e,["color","size"]);return t.createElement("svg",nc({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 ac(){return ac=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ac.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}ic.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},ic.displayName="Grid";var sc=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=lc(e,["color","size"]);return t.createElement("svg",ac({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"22",y1:"12",x2:"2",y2:"12"}),t.createElement("path",{d:"M5.45 5.11L2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z"}),t.createElement("line",{x1:"6",y1:"16",x2:"6.01",y2:"16"}),t.createElement("line",{x1:"10",y1:"16",x2:"10.01",y2:"16"}))});function cc(){return cc=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},cc.apply(this,arguments)}function uc(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}sc.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},sc.displayName="HardDrive";var dc=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=uc(e,["color","size"]);return t.createElement("svg",cc({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"4",y1:"9",x2:"20",y2:"9"}),t.createElement("line",{x1:"4",y1:"15",x2:"20",y2:"15"}),t.createElement("line",{x1:"10",y1:"3",x2:"8",y2:"21"}),t.createElement("line",{x1:"16",y1:"3",x2:"14",y2:"21"}))});function pc(){return pc=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},pc.apply(this,arguments)}function fc(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}dc.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},dc.displayName="Hash";var mc=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=fc(e,["color","size"]);return t.createElement("svg",pc({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 hc(){return hc=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},hc.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}mc.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},mc.displayName="Headphones";var yc=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=vc(e,["color","size"]);return t.createElement("svg",hc({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M20.84 4.61a5.5 5.5 0 0 0-7.78 0L12 5.67l-1.06-1.06a5.5 5.5 0 0 0-7.78 7.78l1.06 1.06L12 21.23l7.78-7.78 1.06-1.06a5.5 5.5 0 0 0 0-7.78z"}))});function 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 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}yc.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},yc.displayName="Heart";var wc=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=bc(e,["color","size"]);return t.createElement("svg",gc({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 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 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}wc.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},wc.displayName="HelpCircle";var Ec=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Oc(e,["color","size"]);return t.createElement("svg",xc({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"}))});function kc(){return kc=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},kc.apply(this,arguments)}function jc(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Ec.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Ec.displayName="Hexagon";var Pc=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=jc(e,["color","size"]);return t.createElement("svg",kc({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"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 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}Pc.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Pc.displayName="Home";var Nc=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Cc(e,["color","size"]);return t.createElement("svg",Sc({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",ry:"2"}),t.createElement("circle",{cx:"8.5",cy:"8.5",r:"1.5"}),t.createElement("polyline",{points:"21 15 16 10 5 21"}))});function Tc(){return Tc=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Tc.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}Nc.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Nc.displayName="Image";var Ac=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Mc(e,["color","size"]);return t.createElement("svg",Tc({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"22 12 16 12 14 15 10 15 8 12 2 12"}),t.createElement("path",{d:"M5.45 5.11L2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z"}))});function 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 Dc(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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:nr.string,size:nr.oneOfType([nr.string,nr.number])},Ac.displayName="Inbox";var _c=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Dc(e,["color","size"]);return t.createElement("svg",zc({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 Lc(){return Lc=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Lc.apply(this,arguments)}function Ic(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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:nr.string,size:nr.oneOfType([nr.string,nr.number])},_c.displayName="Info";var Rc=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ic(e,["color","size"]);return t.createElement("svg",Lc({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"2",y:"2",width:"20",height:"20",rx:"5",ry:"5"}),t.createElement("path",{d:"M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z"}),t.createElement("line",{x1:"17.5",y1:"6.5",x2:"17.51",y2:"6.5"}))});function Bc(){return Bc=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Bc.apply(this,arguments)}function Wc(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Rc.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Rc.displayName="Instagram";var Fc=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Wc(e,["color","size"]);return t.createElement("svg",Bc({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"19",y1:"4",x2:"10",y2:"4"}),t.createElement("line",{x1:"14",y1:"20",x2:"5",y2:"20"}),t.createElement("line",{x1:"15",y1:"4",x2:"9",y2:"20"}))});function 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 $c(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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:nr.string,size:nr.oneOfType([nr.string,nr.number])},Fc.displayName="Italic";var Hc=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=$c(e,["color","size"]);return t.createElement("svg",Vc({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"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 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 qc(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Hc.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Hc.displayName="Key";var Yc=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=qc(e,["color","size"]);return t.createElement("svg",Uc({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 Kc(){return Kc=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Kc.apply(this,arguments)}function 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}Yc.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Yc.displayName="Layers";var Xc=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Gc(e,["color","size"]);return t.createElement("svg",Kc({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 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 Jc(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Xc.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Xc.displayName="Layout";var Qc=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Jc(e,["color","size"]);return t.createElement("svg",Zc({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 eu(){return eu=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},eu.apply(this,arguments)}function tu(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Qc.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Qc.displayName="LifeBuoy";var ru=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=tu(e,["color","size"]);return t.createElement("svg",eu({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M15 7h3a5 5 0 0 1 5 5 5 5 0 0 1-5 5h-3m-6 0H6a5 5 0 0 1-5-5 5 5 0 0 1 5-5h3"}),t.createElement("line",{x1:"8",y1:"12",x2:"16",y2:"12"}))});function nu(){return nu=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},nu.apply(this,arguments)}function ou(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}ru.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},ru.displayName="Link2";var iu=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=ou(e,["color","size"]);return t.createElement("svg",nu({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71"}),t.createElement("path",{d:"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71"}))});function au(){return au=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},au.apply(this,arguments)}function lu(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}iu.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},iu.displayName="Link";var su=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=lu(e,["color","size"]);return t.createElement("svg",au({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z"}),t.createElement("rect",{x:"2",y:"9",width:"4",height:"12"}),t.createElement("circle",{cx:"4",cy:"4",r:"2"}))});function cu(){return cu=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},cu.apply(this,arguments)}function uu(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}su.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},su.displayName="Linkedin";var du=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=uu(e,["color","size"]);return t.createElement("svg",cu({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"8",y1:"6",x2:"21",y2:"6"}),t.createElement("line",{x1:"8",y1:"12",x2:"21",y2:"12"}),t.createElement("line",{x1:"8",y1:"18",x2:"21",y2:"18"}),t.createElement("line",{x1:"3",y1:"6",x2:"3.01",y2:"6"}),t.createElement("line",{x1:"3",y1:"12",x2:"3.01",y2:"12"}),t.createElement("line",{x1:"3",y1:"18",x2:"3.01",y2:"18"}))});function pu(){return pu=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},pu.apply(this,arguments)}function fu(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}du.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},du.displayName="List";var mu=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=fu(e,["color","size"]);return t.createElement("svg",pu({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"12",y1:"2",x2:"12",y2:"6"}),t.createElement("line",{x1:"12",y1:"18",x2:"12",y2:"22"}),t.createElement("line",{x1:"4.93",y1:"4.93",x2:"7.76",y2:"7.76"}),t.createElement("line",{x1:"16.24",y1:"16.24",x2:"19.07",y2:"19.07"}),t.createElement("line",{x1:"2",y1:"12",x2:"6",y2:"12"}),t.createElement("line",{x1:"18",y1:"12",x2:"22",y2:"12"}),t.createElement("line",{x1:"4.93",y1:"19.07",x2:"7.76",y2:"16.24"}),t.createElement("line",{x1:"16.24",y1:"7.76",x2:"19.07",y2:"4.93"}))});function hu(){return hu=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},hu.apply(this,arguments)}function vu(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}mu.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},mu.displayName="Loader";var yu=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=vu(e,["color","size"]);return t.createElement("svg",hu({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"3",y:"11",width:"18",height:"11",rx:"2",ry:"2"}),t.createElement("path",{d:"M7 11V7a5 5 0 0 1 10 0v4"}))});function gu(){return gu=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},gu.apply(this,arguments)}function bu(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}yu.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},yu.displayName="Lock";var wu=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=bu(e,["color","size"]);return t.createElement("svg",gu({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4"}),t.createElement("polyline",{points:"10 17 15 12 10 7"}),t.createElement("line",{x1:"15",y1:"12",x2:"3",y2:"12"}))});function xu(){return xu=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},xu.apply(this,arguments)}function Ou(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}wu.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},wu.displayName="LogIn";var Eu=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ou(e,["color","size"]);return t.createElement("svg",xu({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4"}),t.createElement("polyline",{points:"16 17 21 12 16 7"}),t.createElement("line",{x1:"21",y1:"12",x2:"9",y2:"12"}))});function ku(){return ku=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ku.apply(this,arguments)}function ju(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Eu.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Eu.displayName="LogOut";var Pu=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=ju(e,["color","size"]);return t.createElement("svg",ku({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z"}),t.createElement("polyline",{points:"22,6 12,13 2,6"}))});function Su(){return Su=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Su.apply(this,arguments)}function Cu(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Pu.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Pu.displayName="Mail";var Nu=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Cu(e,["color","size"]);return t.createElement("svg",Su({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"}),t.createElement("circle",{cx:"12",cy:"10",r:"3"}))});function Tu(){return Tu=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Tu.apply(this,arguments)}function Mu(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Nu.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Nu.displayName="MapPin";var Au=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Mu(e,["color","size"]);return t.createElement("svg",Tu({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polygon",{points:"1 6 1 22 8 18 16 22 23 18 23 2 16 6 8 2 1 6"}),t.createElement("line",{x1:"8",y1:"2",x2:"8",y2:"18"}),t.createElement("line",{x1:"16",y1:"6",x2:"16",y2:"22"}))});function zu(){return zu=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},zu.apply(this,arguments)}function Du(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Au.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Au.displayName="Map";var _u=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Du(e,["color","size"]);return t.createElement("svg",zu({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"15 3 21 3 21 9"}),t.createElement("polyline",{points:"9 21 3 21 3 15"}),t.createElement("line",{x1:"21",y1:"3",x2:"14",y2:"10"}),t.createElement("line",{x1:"3",y1:"21",x2:"10",y2:"14"}))});function Lu(){return Lu=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Lu.apply(this,arguments)}function Iu(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}_u.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},_u.displayName="Maximize2";var Ru=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Iu(e,["color","size"]);return t.createElement("svg",Lu({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M8 3H5a2 2 0 0 0-2 2v3m18 0V5a2 2 0 0 0-2-2h-3m0 18h3a2 2 0 0 0 2-2v-3M3 16v3a2 2 0 0 0 2 2h3"}))});function Bu(){return Bu=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Bu.apply(this,arguments)}function Wu(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Ru.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Ru.displayName="Maximize";var Fu=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Wu(e,["color","size"]);return t.createElement("svg",Bu({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("line",{x1:"8",y1:"15",x2:"16",y2:"15"}),t.createElement("line",{x1:"9",y1:"9",x2:"9.01",y2:"9"}),t.createElement("line",{x1:"15",y1:"9",x2:"15.01",y2:"9"}))});function Vu(){return Vu=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Vu.apply(this,arguments)}function $u(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Fu.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Fu.displayName="Meh";var Hu=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=$u(e,["color","size"]);return t.createElement("svg",Vu({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"3",y1:"12",x2:"21",y2:"12"}),t.createElement("line",{x1:"3",y1:"6",x2:"21",y2:"6"}),t.createElement("line",{x1:"3",y1:"18",x2:"21",y2:"18"}))});function Uu(){return Uu=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Uu.apply(this,arguments)}function qu(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Hu.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Hu.displayName="Menu";var Yu=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=qu(e,["color","size"]);return t.createElement("svg",Uu({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z"}))});function Ku(){return Ku=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ku.apply(this,arguments)}function Gu(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Yu.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Yu.displayName="MessageCircle";var Xu=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Gu(e,["color","size"]);return t.createElement("svg",Ku({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"}))});function Zu(){return Zu=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Zu.apply(this,arguments)}function Ju(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Xu.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Xu.displayName="MessageSquare";var Qu=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ju(e,["color","size"]);return t.createElement("svg",Zu({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"1",y1:"1",x2:"23",y2:"23"}),t.createElement("path",{d:"M9 9v3a3 3 0 0 0 5.12 2.12M15 9.34V4a3 3 0 0 0-5.94-.6"}),t.createElement("path",{d:"M17 16.95A7 7 0 0 1 5 12v-2m14 0v2a7 7 0 0 1-.11 1.23"}),t.createElement("line",{x1:"12",y1:"19",x2:"12",y2:"23"}),t.createElement("line",{x1:"8",y1:"23",x2:"16",y2:"23"}))});function ed(){return ed=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ed.apply(this,arguments)}function td(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Qu.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Qu.displayName="MicOff";var rd=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=td(e,["color","size"]);return t.createElement("svg",ed({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M12 1a3 3 0 0 0-3 3v8a3 3 0 0 0 6 0V4a3 3 0 0 0-3-3z"}),t.createElement("path",{d:"M19 10v2a7 7 0 0 1-14 0v-2"}),t.createElement("line",{x1:"12",y1:"19",x2:"12",y2:"23"}),t.createElement("line",{x1:"8",y1:"23",x2:"16",y2:"23"}))});function nd(){return nd=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},nd.apply(this,arguments)}function od(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}rd.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},rd.displayName="Mic";var id=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=od(e,["color","size"]);return t.createElement("svg",nd({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"4 14 10 14 10 20"}),t.createElement("polyline",{points:"20 10 14 10 14 4"}),t.createElement("line",{x1:"14",y1:"10",x2:"21",y2:"3"}),t.createElement("line",{x1:"3",y1:"21",x2:"10",y2:"14"}))});function ad(){return ad=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ad.apply(this,arguments)}function ld(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}id.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},id.displayName="Minimize2";var sd=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=ld(e,["color","size"]);return t.createElement("svg",ad({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M8 3v3a2 2 0 0 1-2 2H3m18 0h-3a2 2 0 0 1-2-2V3m0 18v-3a2 2 0 0 1 2-2h3M3 16h3a2 2 0 0 1 2 2v3"}))});function cd(){return cd=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},cd.apply(this,arguments)}function ud(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}sd.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},sd.displayName="Minimize";var dd=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=ud(e,["color","size"]);return t.createElement("svg",cd({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("line",{x1:"8",y1:"12",x2:"16",y2:"12"}))});function pd(){return pd=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},pd.apply(this,arguments)}function fd(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}dd.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},dd.displayName="MinusCircle";var md=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=fd(e,["color","size"]);return t.createElement("svg",pd({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",ry:"2"}),t.createElement("line",{x1:"8",y1:"12",x2:"16",y2:"12"}))});function hd(){return hd=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},hd.apply(this,arguments)}function vd(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}md.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},md.displayName="MinusSquare";var yd=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=vd(e,["color","size"]);return t.createElement("svg",hd({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"5",y1:"12",x2:"19",y2:"12"}))});function gd(){return gd=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},gd.apply(this,arguments)}function bd(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}yd.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},yd.displayName="Minus";var wd=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=bd(e,["color","size"]);return t.createElement("svg",gd({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"2",y:"3",width:"20",height:"14",rx:"2",ry:"2"}),t.createElement("line",{x1:"8",y1:"21",x2:"16",y2:"21"}),t.createElement("line",{x1:"12",y1:"17",x2:"12",y2:"21"}))});function xd(){return xd=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},xd.apply(this,arguments)}function Od(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}wd.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},wd.displayName="Monitor";var Ed=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Od(e,["color","size"]);return t.createElement("svg",xd({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"}))});function kd(){return kd=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},kd.apply(this,arguments)}function jd(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Ed.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Ed.displayName="Moon";var Pd=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=jd(e,["color","size"]);return t.createElement("svg",kd({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"1"}),t.createElement("circle",{cx:"19",cy:"12",r:"1"}),t.createElement("circle",{cx:"5",cy:"12",r:"1"}))});function Sd(){return Sd=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Sd.apply(this,arguments)}function Cd(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Pd.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Pd.displayName="MoreHorizontal";var Nd=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Cd(e,["color","size"]);return t.createElement("svg",Sd({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"1"}),t.createElement("circle",{cx:"12",cy:"5",r:"1"}),t.createElement("circle",{cx:"12",cy:"19",r:"1"}))});function Td(){return Td=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Td.apply(this,arguments)}function Md(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Nd.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Nd.displayName="MoreVertical";var Ad=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Md(e,["color","size"]);return t.createElement("svg",Td({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M3 3l7.07 16.97 2.51-7.39 7.39-2.51L3 3z"}),t.createElement("path",{d:"M13 13l6 6"}))});function zd(){return zd=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},zd.apply(this,arguments)}function Dd(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Ad.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Ad.displayName="MousePointer";var _d=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Dd(e,["color","size"]);return t.createElement("svg",zd({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"5 9 2 12 5 15"}),t.createElement("polyline",{points:"9 5 12 2 15 5"}),t.createElement("polyline",{points:"15 19 12 22 9 19"}),t.createElement("polyline",{points:"19 9 22 12 19 15"}),t.createElement("line",{x1:"2",y1:"12",x2:"22",y2:"12"}),t.createElement("line",{x1:"12",y1:"2",x2:"12",y2:"22"}))});function Ld(){return Ld=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ld.apply(this,arguments)}function Id(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}_d.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},_d.displayName="Move";var Rd=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Id(e,["color","size"]);return t.createElement("svg",Ld({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M9 18V5l12-2v13"}),t.createElement("circle",{cx:"6",cy:"18",r:"3"}),t.createElement("circle",{cx:"18",cy:"16",r:"3"}))});function Bd(){return Bd=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Bd.apply(this,arguments)}function Wd(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Rd.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Rd.displayName="Music";var Fd=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Wd(e,["color","size"]);return t.createElement("svg",Bd({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polygon",{points:"12 2 19 21 12 17 5 21 12 2"}))});function Vd(){return Vd=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Vd.apply(this,arguments)}function $d(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Fd.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Fd.displayName="Navigation2";var Hd=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=$d(e,["color","size"]);return t.createElement("svg",Vd({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polygon",{points:"3 11 22 2 13 21 11 13 3 11"}))});function Ud(){return Ud=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ud.apply(this,arguments)}function qd(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Hd.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Hd.displayName="Navigation";var Yd=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=qd(e,["color","size"]);return t.createElement("svg",Ud({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polygon",{points:"7.86 2 16.14 2 22 7.86 22 16.14 16.14 22 7.86 22 2 16.14 2 7.86 7.86 2"}))});function Kd(){return Kd=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Kd.apply(this,arguments)}function Gd(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Yd.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Yd.displayName="Octagon";var Xd=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Gd(e,["color","size"]);return t.createElement("svg",Kd({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"16.5",y1:"9.4",x2:"7.5",y2:"4.21"}),t.createElement("path",{d:"M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z"}),t.createElement("polyline",{points:"3.27 6.96 12 12.01 20.73 6.96"}),t.createElement("line",{x1:"12",y1:"22.08",x2:"12",y2:"12"}))});function Zd(){return Zd=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Zd.apply(this,arguments)}function Jd(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Xd.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Xd.displayName="Package";var Qd=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Jd(e,["color","size"]);return t.createElement("svg",Zd({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M21.44 11.05l-9.19 9.19a6 6 0 0 1-8.49-8.49l9.19-9.19a4 4 0 0 1 5.66 5.66l-9.2 9.19a2 2 0 0 1-2.83-2.83l8.49-8.48"}))});function ep(){return ep=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ep.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}Qd.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Qd.displayName="Paperclip";var rp=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=tp(e,["color","size"]);return t.createElement("svg",ep({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("line",{x1:"10",y1:"15",x2:"10",y2:"9"}),t.createElement("line",{x1:"14",y1:"15",x2:"14",y2:"9"}))});function 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 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}rp.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},rp.displayName="PauseCircle";var ip=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=op(e,["color","size"]);return t.createElement("svg",np({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"6",y:"4",width:"4",height:"16"}),t.createElement("rect",{x:"14",y:"4",width:"4",height:"16"}))});function ap(){return ap=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ap.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}ip.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},ip.displayName="Pause";var sp=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=lp(e,["color","size"]);return t.createElement("svg",ap({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M12 19l7-7 3 3-7 7-3-3z"}),t.createElement("path",{d:"M18 13l-1.5-7.5L2 2l3.5 14.5L13 18l5-5z"}),t.createElement("path",{d:"M2 2l7.586 7.586"}),t.createElement("circle",{cx:"11",cy:"11",r:"2"}))});function cp(){return cp=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},cp.apply(this,arguments)}function up(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}sp.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},sp.displayName="PenTool";var dp=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=up(e,["color","size"]);return t.createElement("svg",cp({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"19",y1:"5",x2:"5",y2:"19"}),t.createElement("circle",{cx:"6.5",cy:"6.5",r:"2.5"}),t.createElement("circle",{cx:"17.5",cy:"17.5",r:"2.5"}))});function pp(){return pp=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},pp.apply(this,arguments)}function fp(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}dp.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},dp.displayName="Percent";var mp=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=fp(e,["color","size"]);return t.createElement("svg",pp({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 hp(){return hp=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},hp.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}mp.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},mp.displayName="PhoneCall";var yp=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=vp(e,["color","size"]);return t.createElement("svg",hp({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"19 1 23 5 19 9"}),t.createElement("line",{x1:"15",y1:"5",x2:"23",y2:"5"}),t.createElement("path",{d:"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"}))});function 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 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}yp.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},yp.displayName="PhoneForwarded";var wp=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=bp(e,["color","size"]);return t.createElement("svg",gp({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 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 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}wp.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},wp.displayName="PhoneIncoming";var Ep=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Op(e,["color","size"]);return t.createElement("svg",xp({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"23",y1:"1",x2:"17",y2:"7"}),t.createElement("line",{x1:"17",y1:"1",x2:"23",y2:"7"}),t.createElement("path",{d:"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"}))});function kp(){return kp=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},kp.apply(this,arguments)}function jp(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Ep.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Ep.displayName="PhoneMissed";var Pp=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=jp(e,["color","size"]);return t.createElement("svg",kp({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 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}Pp.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Pp.displayName="PhoneOff";var Np=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Cp(e,["color","size"]);return t.createElement("svg",Sp({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 Tp(){return Tp=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Tp.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}Np.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Np.displayName="PhoneOutgoing";var Ap=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Mp(e,["color","size"]);return t.createElement("svg",Tp({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z"}))});function 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 Dp(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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:nr.string,size:nr.oneOfType([nr.string,nr.number])},Ap.displayName="Phone";var _p=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Dp(e,["color","size"]);return t.createElement("svg",zp({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M21.21 15.89A10 10 0 1 1 8 2.83"}),t.createElement("path",{d:"M22 12A10 10 0 0 0 12 2v10z"}))});function Lp(){return Lp=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Lp.apply(this,arguments)}function Ip(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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:nr.string,size:nr.oneOfType([nr.string,nr.number])},_p.displayName="PieChart";var Rp=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ip(e,["color","size"]);return t.createElement("svg",Lp({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("polygon",{points:"10 8 16 12 10 16 10 8"}))});function Bp(){return Bp=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Bp.apply(this,arguments)}function Wp(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Rp.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Rp.displayName="PlayCircle";var Fp=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Wp(e,["color","size"]);return t.createElement("svg",Bp({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polygon",{points:"5 3 19 12 5 21 5 3"}))});function 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 $p(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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:nr.string,size:nr.oneOfType([nr.string,nr.number])},Fp.displayName="Play";var Hp=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=$p(e,["color","size"]);return t.createElement("svg",Vp({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 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 qp(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Hp.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Hp.displayName="PlusCircle";var Yp=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=qp(e,["color","size"]);return t.createElement("svg",Up({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 Kp(){return Kp=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Kp.apply(this,arguments)}function 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}Yp.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Yp.displayName="PlusSquare";var Xp=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Gp(e,["color","size"]);return t.createElement("svg",Kp({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"12",y1:"5",x2:"12",y2:"19"}),t.createElement("line",{x1:"5",y1:"12",x2:"19",y2:"12"}))});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 Jp(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Xp.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Xp.displayName="Plus";var Qp=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Jp(e,["color","size"]);return t.createElement("svg",Zp({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"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 ef(){return ef=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ef.apply(this,arguments)}function tf(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Qp.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Qp.displayName="Pocket";var rf=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=tf(e,["color","size"]);return t.createElement("svg",ef({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M18.36 6.64a9 9 0 1 1-12.73 0"}),t.createElement("line",{x1:"12",y1:"2",x2:"12",y2:"12"}))});function nf(){return nf=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},nf.apply(this,arguments)}function of(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}rf.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},rf.displayName="Power";var af=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=of(e,["color","size"]);return t.createElement("svg",nf({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"6 9 6 2 18 2 18 9"}),t.createElement("path",{d:"M6 18H4a2 2 0 0 1-2-2v-5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2v5a2 2 0 0 1-2 2h-2"}),t.createElement("rect",{x:"6",y:"14",width:"12",height:"8"}))});function lf(){return lf=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},lf.apply(this,arguments)}function sf(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}af.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},af.displayName="Printer";var cf=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=sf(e,["color","size"]);return t.createElement("svg",lf({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"2"}),t.createElement("path",{d:"M16.24 7.76a6 6 0 0 1 0 8.49m-8.48-.01a6 6 0 0 1 0-8.49m11.31-2.82a10 10 0 0 1 0 14.14m-14.14 0a10 10 0 0 1 0-14.14"}))});function uf(){return uf=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},uf.apply(this,arguments)}function df(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}cf.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},cf.displayName="Radio";var pf=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=df(e,["color","size"]);return t.createElement("svg",uf({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"1 4 1 10 7 10"}),t.createElement("polyline",{points:"23 20 23 14 17 14"}),t.createElement("path",{d:"M20.49 9A9 9 0 0 0 5.64 5.64L1 10m22 4l-4.64 4.36A9 9 0 0 1 3.51 15"}))});function ff(){return ff=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ff.apply(this,arguments)}function mf(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}pf.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},pf.displayName="RefreshCcw";var hf=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=mf(e,["color","size"]);return t.createElement("svg",ff({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"23 4 23 10 17 10"}),t.createElement("polyline",{points:"1 20 1 14 7 14"}),t.createElement("path",{d:"M3.51 9a9 9 0 0 1 14.85-3.36L23 10M1 14l4.64 4.36A9 9 0 0 0 20.49 15"}))});function vf(){return vf=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},vf.apply(this,arguments)}function yf(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}hf.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},hf.displayName="RefreshCw";var gf=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=yf(e,["color","size"]);return t.createElement("svg",vf({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"17 1 21 5 17 9"}),t.createElement("path",{d:"M3 11V9a4 4 0 0 1 4-4h14"}),t.createElement("polyline",{points:"7 23 3 19 7 15"}),t.createElement("path",{d:"M21 13v2a4 4 0 0 1-4 4H3"}))});function bf(){return bf=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},bf.apply(this,arguments)}function wf(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}gf.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},gf.displayName="Repeat";var xf=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=wf(e,["color","size"]);return t.createElement("svg",bf({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polygon",{points:"11 19 2 12 11 5 11 19"}),t.createElement("polygon",{points:"22 19 13 12 22 5 22 19"}))});function Of(){return Of=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Of.apply(this,arguments)}function Ef(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}xf.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},xf.displayName="Rewind";var kf=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ef(e,["color","size"]);return t.createElement("svg",Of({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"1 4 1 10 7 10"}),t.createElement("path",{d:"M3.51 15a9 9 0 1 0 2.13-9.36L1 10"}))});function jf(){return jf=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},jf.apply(this,arguments)}function Pf(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}kf.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},kf.displayName="RotateCcw";var Sf=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Pf(e,["color","size"]);return t.createElement("svg",jf({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"23 4 23 10 17 10"}),t.createElement("path",{d:"M20.49 15a9 9 0 1 1-2.12-9.36L23 10"}))});function Cf(){return Cf=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Cf.apply(this,arguments)}function Nf(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Sf.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Sf.displayName="RotateCw";var Tf=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Nf(e,["color","size"]);return t.createElement("svg",Cf({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M4 11a9 9 0 0 1 9 9"}),t.createElement("path",{d:"M4 4a16 16 0 0 1 16 16"}),t.createElement("circle",{cx:"5",cy:"19",r:"1"}))});function Mf(){return Mf=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Mf.apply(this,arguments)}function Af(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Tf.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Tf.displayName="Rss";var zf=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Af(e,["color","size"]);return t.createElement("svg",Mf({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11l5 5v11a2 2 0 0 1-2 2z"}),t.createElement("polyline",{points:"17 21 17 13 7 13 7 21"}),t.createElement("polyline",{points:"7 3 7 8 15 8"}))});function Df(){return Df=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Df.apply(this,arguments)}function _f(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}zf.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},zf.displayName="Save";var Lf=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=_f(e,["color","size"]);return t.createElement("svg",Df({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"6",cy:"6",r:"3"}),t.createElement("circle",{cx:"6",cy:"18",r:"3"}),t.createElement("line",{x1:"20",y1:"4",x2:"8.12",y2:"15.88"}),t.createElement("line",{x1:"14.47",y1:"14.48",x2:"20",y2:"20"}),t.createElement("line",{x1:"8.12",y1:"8.12",x2:"12",y2:"12"}))});function If(){return If=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},If.apply(this,arguments)}function Rf(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Lf.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Lf.displayName="Scissors";var Bf=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Rf(e,["color","size"]);return t.createElement("svg",If({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"11",cy:"11",r:"8"}),t.createElement("line",{x1:"21",y1:"21",x2:"16.65",y2:"16.65"}))});function Wf(){return Wf=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Wf.apply(this,arguments)}function Ff(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Bf.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Bf.displayName="Search";var Vf=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ff(e,["color","size"]);return t.createElement("svg",Wf({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"22",y1:"2",x2:"11",y2:"13"}),t.createElement("polygon",{points:"22 2 15 22 11 13 2 9 22 2"}))});function $f(){return $f=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},$f.apply(this,arguments)}function Hf(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Vf.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Vf.displayName="Send";var Uf=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Hf(e,["color","size"]);return t.createElement("svg",$f({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"2",y:"2",width:"20",height:"8",rx:"2",ry:"2"}),t.createElement("rect",{x:"2",y:"14",width:"20",height:"8",rx:"2",ry:"2"}),t.createElement("line",{x1:"6",y1:"6",x2:"6.01",y2:"6"}),t.createElement("line",{x1:"6",y1:"18",x2:"6.01",y2:"18"}))});function qf(){return qf=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},qf.apply(this,arguments)}function Yf(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Uf.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Uf.displayName="Server";var Kf=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Yf(e,["color","size"]);return t.createElement("svg",qf({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"3"}),t.createElement("path",{d:"M19.4 15a1.65 1.65 0 0 0 .33 1.82l.06.06a2 2 0 0 1 0 2.83 2 2 0 0 1-2.83 0l-.06-.06a1.65 1.65 0 0 0-1.82-.33 1.65 1.65 0 0 0-1 1.51V21a2 2 0 0 1-2 2 2 2 0 0 1-2-2v-.09A1.65 1.65 0 0 0 9 19.4a1.65 1.65 0 0 0-1.82.33l-.06.06a2 2 0 0 1-2.83 0 2 2 0 0 1 0-2.83l.06-.06a1.65 1.65 0 0 0 .33-1.82 1.65 1.65 0 0 0-1.51-1H3a2 2 0 0 1-2-2 2 2 0 0 1 2-2h.09A1.65 1.65 0 0 0 4.6 9a1.65 1.65 0 0 0-.33-1.82l-.06-.06a2 2 0 0 1 0-2.83 2 2 0 0 1 2.83 0l.06.06a1.65 1.65 0 0 0 1.82.33H9a1.65 1.65 0 0 0 1-1.51V3a2 2 0 0 1 2-2 2 2 0 0 1 2 2v.09a1.65 1.65 0 0 0 1 1.51 1.65 1.65 0 0 0 1.82-.33l.06-.06a2 2 0 0 1 2.83 0 2 2 0 0 1 0 2.83l-.06.06a1.65 1.65 0 0 0-.33 1.82V9a1.65 1.65 0 0 0 1.51 1H21a2 2 0 0 1 2 2 2 2 0 0 1-2 2h-.09a1.65 1.65 0 0 0-1.51 1z"}))});function Gf(){return Gf=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Gf.apply(this,arguments)}function Xf(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Kf.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Kf.displayName="Settings";var Zf=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Xf(e,["color","size"]);return t.createElement("svg",Gf({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"18",cy:"5",r:"3"}),t.createElement("circle",{cx:"6",cy:"12",r:"3"}),t.createElement("circle",{cx:"18",cy:"19",r:"3"}),t.createElement("line",{x1:"8.59",y1:"13.51",x2:"15.42",y2:"17.49"}),t.createElement("line",{x1:"15.41",y1:"6.51",x2:"8.59",y2:"10.49"}))});function Jf(){return Jf=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Jf.apply(this,arguments)}function Qf(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Zf.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Zf.displayName="Share2";var em=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Qf(e,["color","size"]);return t.createElement("svg",Jf({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8"}),t.createElement("polyline",{points:"16 6 12 2 8 6"}),t.createElement("line",{x1:"12",y1:"2",x2:"12",y2:"15"}))});function tm(){return tm=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},tm.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}em.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},em.displayName="Share";var nm=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=rm(e,["color","size"]);return t.createElement("svg",tm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M19.69 14a6.9 6.9 0 0 0 .31-2V5l-8-3-3.16 1.18"}),t.createElement("path",{d:"M4.73 4.73L4 5v7c0 6 8 10 8 10a20.29 20.29 0 0 0 5.62-4.38"}),t.createElement("line",{x1:"1",y1:"1",x2:"23",y2:"23"}))});function om(){return om=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},om.apply(this,arguments)}function im(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}nm.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},nm.displayName="ShieldOff";var am=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=im(e,["color","size"]);return t.createElement("svg",om({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"}))});function lm(){return lm=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},lm.apply(this,arguments)}function sm(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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:nr.string,size:nr.oneOfType([nr.string,nr.number])},am.displayName="Shield";var cm=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=sm(e,["color","size"]);return t.createElement("svg",lm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M6 2L3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4z"}),t.createElement("line",{x1:"3",y1:"6",x2:"21",y2:"6"}),t.createElement("path",{d:"M16 10a4 4 0 0 1-8 0"}))});function 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 dm(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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:nr.string,size:nr.oneOfType([nr.string,nr.number])},cm.displayName="ShoppingBag";var pm=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=dm(e,["color","size"]);return t.createElement("svg",um({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 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 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}pm.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},pm.displayName="ShoppingCart";var hm=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=mm(e,["color","size"]);return t.createElement("svg",fm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"16 3 21 3 21 8"}),t.createElement("line",{x1:"4",y1:"20",x2:"21",y2:"3"}),t.createElement("polyline",{points:"21 16 21 21 16 21"}),t.createElement("line",{x1:"15",y1:"15",x2:"21",y2:"21"}),t.createElement("line",{x1:"4",y1:"4",x2:"9",y2:"9"}))});function 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 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}hm.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},hm.displayName="Shuffle";var gm=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=ym(e,["color","size"]);return t.createElement("svg",vm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 bm(){return bm=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},bm.apply(this,arguments)}function wm(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}gm.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},gm.displayName="Sidebar";var xm=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=wm(e,["color","size"]);return t.createElement("svg",bm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polygon",{points:"19 20 9 12 19 4 19 20"}),t.createElement("line",{x1:"5",y1:"19",x2:"5",y2:"5"}))});function Om(){return Om=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Om.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:nr.string,size:nr.oneOfType([nr.string,nr.number])},xm.displayName="SkipBack";var km=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Em(e,["color","size"]);return t.createElement("svg",Om({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polygon",{points:"5 4 15 12 5 20 5 4"}),t.createElement("line",{x1:"19",y1:"5",x2:"19",y2:"19"}))});function 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 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:nr.string,size:nr.oneOfType([nr.string,nr.number])},km.displayName="SkipForward";var Sm=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Pm(e,["color","size"]);return t.createElement("svg",jm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 Cm(){return Cm=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Cm.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}Sm.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Sm.displayName="Slack";var Tm=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Nm(e,["color","size"]);return t.createElement("svg",Cm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("line",{x1:"4.93",y1:"4.93",x2:"19.07",y2:"19.07"}))});function Mm(){return Mm=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Mm.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}Tm.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Tm.displayName="Slash";var zm=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Am(e,["color","size"]);return t.createElement("svg",Mm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"4",y1:"21",x2:"4",y2:"14"}),t.createElement("line",{x1:"4",y1:"10",x2:"4",y2:"3"}),t.createElement("line",{x1:"12",y1:"21",x2:"12",y2:"12"}),t.createElement("line",{x1:"12",y1:"8",x2:"12",y2:"3"}),t.createElement("line",{x1:"20",y1:"21",x2:"20",y2:"16"}),t.createElement("line",{x1:"20",y1:"12",x2:"20",y2:"3"}),t.createElement("line",{x1:"1",y1:"14",x2:"7",y2:"14"}),t.createElement("line",{x1:"9",y1:"8",x2:"15",y2:"8"}),t.createElement("line",{x1:"17",y1:"16",x2:"23",y2:"16"}))});function 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 _m(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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:nr.string,size:nr.oneOfType([nr.string,nr.number])},zm.displayName="Sliders";var Lm=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=_m(e,["color","size"]);return t.createElement("svg",Dm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 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 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:nr.string,size:nr.oneOfType([nr.string,nr.number])},Lm.displayName="Smartphone";var Bm=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Rm(e,["color","size"]);return t.createElement("svg",Im({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 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 Fm(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Bm.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Bm.displayName="Smile";var Vm=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Fm(e,["color","size"]);return t.createElement("svg",Wm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"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 $m(){return $m=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},$m.apply(this,arguments)}function Hm(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Vm.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Vm.displayName="Speaker";var Um=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Hm(e,["color","size"]);return t.createElement("svg",$m({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",ry:"2"}))});function 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}Um.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Um.displayName="Square";var Km=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ym(e,["color","size"]);return t.createElement("svg",qm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 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 Xm(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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:nr.string,size:nr.oneOfType([nr.string,nr.number])},Km.displayName="Star";var Zm=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Xm(e,["color","size"]);return t.createElement("svg",Gm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("rect",{x:"9",y:"9",width:"6",height:"6"}))});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 Qm(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Zm.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Zm.displayName="StopCircle";var eh=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Qm(e,["color","size"]);return t.createElement("svg",Jm({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 th(){return th=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},th.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}eh.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},eh.displayName="Sun";var nh=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=rh(e,["color","size"]);return t.createElement("svg",th({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M17 18a5 5 0 0 0-10 0"}),t.createElement("line",{x1:"12",y1:"2",x2:"12",y2:"9"}),t.createElement("line",{x1:"4.22",y1:"10.22",x2:"5.64",y2:"11.64"}),t.createElement("line",{x1:"1",y1:"18",x2:"3",y2:"18"}),t.createElement("line",{x1:"21",y1:"18",x2:"23",y2:"18"}),t.createElement("line",{x1:"18.36",y1:"11.64",x2:"19.78",y2:"10.22"}),t.createElement("line",{x1:"23",y1:"22",x2:"1",y2:"22"}),t.createElement("polyline",{points:"8 6 12 2 16 6"}))});function oh(){return oh=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},oh.apply(this,arguments)}function ih(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}nh.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},nh.displayName="Sunrise";var ah=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=ih(e,["color","size"]);return t.createElement("svg",oh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M17 18a5 5 0 0 0-10 0"}),t.createElement("line",{x1:"12",y1:"9",x2:"12",y2:"2"}),t.createElement("line",{x1:"4.22",y1:"10.22",x2:"5.64",y2:"11.64"}),t.createElement("line",{x1:"1",y1:"18",x2:"3",y2:"18"}),t.createElement("line",{x1:"21",y1:"18",x2:"23",y2:"18"}),t.createElement("line",{x1:"18.36",y1:"11.64",x2:"19.78",y2:"10.22"}),t.createElement("line",{x1:"23",y1:"22",x2:"1",y2:"22"}),t.createElement("polyline",{points:"16 5 12 9 8 5"}))});function lh(){return lh=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},lh.apply(this,arguments)}function sh(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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:nr.string,size:nr.oneOfType([nr.string,nr.number])},ah.displayName="Sunset";var ch=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=sh(e,["color","size"]);return t.createElement("svg",lh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M9 3H5a2 2 0 0 0-2 2v4m6-6h10a2 2 0 0 1 2 2v4M9 3v18m0 0h10a2 2 0 0 0 2-2V9M9 21H5a2 2 0 0 1-2-2V9m0 0h18"}))});function 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 dh(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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:nr.string,size:nr.oneOfType([nr.string,nr.number])},ch.displayName="Table";var ph=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=dh(e,["color","size"]);return t.createElement("svg",uh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 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 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}ph.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},ph.displayName="Tablet";var hh=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=mh(e,["color","size"]);return t.createElement("svg",fh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M20.59 13.41l-7.17 7.17a2 2 0 0 1-2.83 0L2 12V2h10l8.59 8.59a2 2 0 0 1 0 2.82z"}),t.createElement("line",{x1:"7",y1:"7",x2:"7.01",y2:"7"}))});function 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 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}hh.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},hh.displayName="Tag";var gh=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=yh(e,["color","size"]);return t.createElement("svg",vh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 bh(){return bh=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},bh.apply(this,arguments)}function wh(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}gh.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},gh.displayName="Target";var xh=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=wh(e,["color","size"]);return t.createElement("svg",bh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"4 17 10 11 4 5"}),t.createElement("line",{x1:"12",y1:"19",x2:"20",y2:"19"}))});function Oh(){return Oh=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Oh.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:nr.string,size:nr.oneOfType([nr.string,nr.number])},xh.displayName="Terminal";var kh=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Eh(e,["color","size"]);return t.createElement("svg",Oh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M14 14.76V3.5a2.5 2.5 0 0 0-5 0v11.26a4.5 4.5 0 1 0 5 0z"}))});function 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 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:nr.string,size:nr.oneOfType([nr.string,nr.number])},kh.displayName="Thermometer";var Sh=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ph(e,["color","size"]);return t.createElement("svg",jh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"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 Ch(){return Ch=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ch.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}Sh.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Sh.displayName="ThumbsDown";var Th=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Nh(e,["color","size"]);return t.createElement("svg",Ch({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M14 9V5a3 3 0 0 0-3-3l-4 9v11h11.28a2 2 0 0 0 2-1.7l1.38-9a2 2 0 0 0-2-2.3zM7 22H4a2 2 0 0 1-2-2v-7a2 2 0 0 1 2-2h3"}))});function Mh(){return Mh=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Mh.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}Th.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Th.displayName="ThumbsUp";var zh=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ah(e,["color","size"]);return t.createElement("svg",Mh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"1",y:"5",width:"22",height:"14",rx:"7",ry:"7"}),t.createElement("circle",{cx:"8",cy:"12",r:"3"}))});function 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 _h(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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:nr.string,size:nr.oneOfType([nr.string,nr.number])},zh.displayName="ToggleLeft";var Lh=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=_h(e,["color","size"]);return t.createElement("svg",Dh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"1",y:"5",width:"22",height:"14",rx:"7",ry:"7"}),t.createElement("circle",{cx:"16",cy:"12",r:"3"}))});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 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:nr.string,size:nr.oneOfType([nr.string,nr.number])},Lh.displayName="ToggleRight";var Bh=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Rh(e,["color","size"]);return t.createElement("svg",Ih({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"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 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 Fh(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Bh.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Bh.displayName="Tool";var Vh=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Fh(e,["color","size"]);return t.createElement("svg",Wh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 $h(){return $h=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},$h.apply(this,arguments)}function Hh(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Vh.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Vh.displayName="Trash2";var Uh=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Hh(e,["color","size"]);return t.createElement("svg",$h({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"3 6 5 6 21 6"}),t.createElement("path",{d:"M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"}))});function 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}Uh.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Uh.displayName="Trash";var Kh=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Yh(e,["color","size"]);return t.createElement("svg",qh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 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 Xh(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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:nr.string,size:nr.oneOfType([nr.string,nr.number])},Kh.displayName="Trello";var Zh=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Xh(e,["color","size"]);return t.createElement("svg",Gh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 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 Qh(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Zh.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Zh.displayName="TrendingDown";var ev=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Qh(e,["color","size"]);return t.createElement("svg",Jh({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 tv(){return tv=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},tv.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}ev.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},ev.displayName="TrendingUp";var nv=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=rv(e,["color","size"]);return t.createElement("svg",tv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M10.29 3.86L1.82 18a2 2 0 0 0 1.71 3h16.94a2 2 0 0 0 1.71-3L13.71 3.86a2 2 0 0 0-3.42 0z"}))});function ov(){return ov=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ov.apply(this,arguments)}function iv(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}nv.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},nv.displayName="Triangle";var av=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=iv(e,["color","size"]);return t.createElement("svg",ov({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"1",y:"3",width:"15",height:"13"}),t.createElement("polygon",{points:"16 8 20 8 23 11 23 16 16 16 16 8"}),t.createElement("circle",{cx:"5.5",cy:"18.5",r:"2.5"}),t.createElement("circle",{cx:"18.5",cy:"18.5",r:"2.5"}))});function lv(){return lv=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},lv.apply(this,arguments)}function sv(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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:nr.string,size:nr.oneOfType([nr.string,nr.number])},av.displayName="Truck";var cv=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=sv(e,["color","size"]);return t.createElement("svg",lv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("rect",{x:"2",y:"7",width:"20",height:"15",rx:"2",ry:"2"}),t.createElement("polyline",{points:"17 2 12 7 7 2"}))});function 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 dv(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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:nr.string,size:nr.oneOfType([nr.string,nr.number])},cv.displayName="Tv";var pv=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=dv(e,["color","size"]);return t.createElement("svg",uv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M21 2H3v16h5v4l4-4h5l4-4V2zm-10 9V7m5 4V7"}))});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 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}pv.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},pv.displayName="Twitch";var hv=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=mv(e,["color","size"]);return t.createElement("svg",fv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M23 3a10.9 10.9 0 0 1-3.14 1.53 4.48 4.48 0 0 0-7.86 3v1A10.66 10.66 0 0 1 3 4s-4 9 5 13a11.64 11.64 0 0 1-7 2c9 5 20 0 20-11.5a4.5 4.5 0 0 0-.08-.83A7.72 7.72 0 0 0 23 3z"}))});function 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 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}hv.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},hv.displayName="Twitter";var gv=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=yv(e,["color","size"]);return t.createElement("svg",vv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"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 bv(){return bv=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},bv.apply(this,arguments)}function wv(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}gv.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},gv.displayName="Type";var xv=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=wv(e,["color","size"]);return t.createElement("svg",bv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M23 12a11.05 11.05 0 0 0-22 0zm-5 7a3 3 0 0 1-6 0v-7"}))});function Ov(){return Ov=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Ov.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:nr.string,size:nr.oneOfType([nr.string,nr.number])},xv.displayName="Umbrella";var kv=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ev(e,["color","size"]);return t.createElement("svg",Ov({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M6 3v7a6 6 0 0 0 6 6 6 6 0 0 0 6-6V3"}),t.createElement("line",{x1:"4",y1:"21",x2:"20",y2:"21"}))});function 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 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:nr.string,size:nr.oneOfType([nr.string,nr.number])},kv.displayName="Underline";var Sv=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Pv(e,["color","size"]);return t.createElement("svg",jv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 Cv(){return Cv=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Cv.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}Sv.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Sv.displayName="Unlock";var Tv=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Nv(e,["color","size"]);return t.createElement("svg",Cv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polyline",{points:"16 16 12 12 8 16"}),t.createElement("line",{x1:"12",y1:"12",x2:"12",y2:"21"}),t.createElement("path",{d:"M20.39 18.39A5 5 0 0 0 18 9h-1.26A8 8 0 1 0 3 16.3"}),t.createElement("polyline",{points:"16 16 12 12 8 16"}))});function Mv(){return Mv=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Mv.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}Tv.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Tv.displayName="UploadCloud";var zv=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Av(e,["color","size"]);return t.createElement("svg",Mv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"}),t.createElement("polyline",{points:"17 8 12 3 7 8"}),t.createElement("line",{x1:"12",y1:"3",x2:"12",y2:"15"}))});function 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 _v(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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:nr.string,size:nr.oneOfType([nr.string,nr.number])},zv.displayName="Upload";var Lv=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=_v(e,["color","size"]);return t.createElement("svg",Dv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"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 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 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:nr.string,size:nr.oneOfType([nr.string,nr.number])},Lv.displayName="UserCheck";var Bv=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Rv(e,["color","size"]);return t.createElement("svg",Iv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 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 Fv(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Bv.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Bv.displayName="UserMinus";var Vv=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Fv(e,["color","size"]);return t.createElement("svg",Wv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"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 $v(){return $v=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},$v.apply(this,arguments)}function Hv(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Vv.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Vv.displayName="UserPlus";var Uv=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Hv(e,["color","size"]);return t.createElement("svg",$v({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"}),t.createElement("circle",{cx:"8.5",cy:"7",r:"4"}),t.createElement("line",{x1:"18",y1:"8",x2:"23",y2:"13"}),t.createElement("line",{x1:"23",y1:"8",x2:"18",y2:"13"}))});function 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}Uv.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Uv.displayName="UserX";var Kv=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Yv(e,["color","size"]);return t.createElement("svg",qv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 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 Xv(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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:nr.string,size:nr.oneOfType([nr.string,nr.number])},Kv.displayName="User";var Zv=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Xv(e,["color","size"]);return t.createElement("svg",Gv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 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 Qv(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Zv.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Zv.displayName="Users";var ey=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Qv(e,["color","size"]);return t.createElement("svg",Jv({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 ty(){return ty=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ty.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}ey.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},ey.displayName="VideoOff";var ny=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=ry(e,["color","size"]);return t.createElement("svg",ty({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polygon",{points:"23 7 16 12 23 17 23 7"}),t.createElement("rect",{x:"1",y:"5",width:"15",height:"14",rx:"2",ry:"2"}))});function oy(){return oy=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},oy.apply(this,arguments)}function iy(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}ny.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},ny.displayName="Video";var ay=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=iy(e,["color","size"]);return t.createElement("svg",oy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"5.5",cy:"11.5",r:"4.5"}),t.createElement("circle",{cx:"18.5",cy:"11.5",r:"4.5"}),t.createElement("line",{x1:"5.5",y1:"16",x2:"18.5",y2:"16"}))});function ly(){return ly=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ly.apply(this,arguments)}function sy(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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:nr.string,size:nr.oneOfType([nr.string,nr.number])},ay.displayName="Voicemail";var cy=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=sy(e,["color","size"]);return t.createElement("svg",ly({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polygon",{points:"11 5 6 9 2 9 2 15 6 15 11 19 11 5"}),t.createElement("path",{d:"M15.54 8.46a5 5 0 0 1 0 7.07"}))});function 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 dy(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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:nr.string,size:nr.oneOfType([nr.string,nr.number])},cy.displayName="Volume1";var py=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=dy(e,["color","size"]);return t.createElement("svg",uy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 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 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}py.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},py.displayName="Volume2";var hy=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=my(e,["color","size"]);return t.createElement("svg",fy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polygon",{points:"11 5 6 9 2 9 2 15 6 15 11 19 11 5"}),t.createElement("line",{x1:"23",y1:"9",x2:"17",y2:"15"}),t.createElement("line",{x1:"17",y1:"9",x2:"23",y2:"15"}))});function 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 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}hy.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},hy.displayName="VolumeX";var gy=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=yy(e,["color","size"]);return t.createElement("svg",vy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polygon",{points:"11 5 6 9 2 9 2 15 6 15 11 19 11 5"}))});function by(){return by=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},by.apply(this,arguments)}function wy(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}gy.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},gy.displayName="Volume";var xy=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=wy(e,["color","size"]);return t.createElement("svg",by({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"7"}),t.createElement("polyline",{points:"12 9 12 12 13.5 13.5"}),t.createElement("path",{d:"M16.51 17.35l-.35 3.83a2 2 0 0 1-2 1.82H9.83a2 2 0 0 1-2-1.82l-.35-3.83m.01-10.7l.35-3.83A2 2 0 0 1 9.83 1h4.35a2 2 0 0 1 2 1.82l.35 3.83"}))});function Oy(){return Oy=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Oy.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:nr.string,size:nr.oneOfType([nr.string,nr.number])},xy.displayName="Watch";var ky=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ey(e,["color","size"]);return t.createElement("svg",Oy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"1",y1:"1",x2:"23",y2:"23"}),t.createElement("path",{d:"M16.72 11.06A10.94 10.94 0 0 1 19 12.55"}),t.createElement("path",{d:"M5 12.55a10.94 10.94 0 0 1 5.17-2.39"}),t.createElement("path",{d:"M10.71 5.05A16 16 0 0 1 22.58 9"}),t.createElement("path",{d:"M1.42 9a15.91 15.91 0 0 1 4.7-2.88"}),t.createElement("path",{d:"M8.53 16.11a6 6 0 0 1 6.95 0"}),t.createElement("line",{x1:"12",y1:"20",x2:"12.01",y2:"20"}))});function 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 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:nr.string,size:nr.oneOfType([nr.string,nr.number])},ky.displayName="WifiOff";var Sy=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Py(e,["color","size"]);return t.createElement("svg",jy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 Cy(){return Cy=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},Cy.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}Sy.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Sy.displayName="Wifi";var Ty=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ny(e,["color","size"]);return t.createElement("svg",Cy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M9.59 4.59A2 2 0 1 1 11 8H2m10.59 11.41A2 2 0 1 0 14 16H2m15.73-8.27A2.5 2.5 0 1 1 19.5 12H2"}))});function My(){return My=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},My.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}Ty.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Ty.displayName="Wind";var zy=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ay(e,["color","size"]);return t.createElement("svg",My({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"12",cy:"12",r:"10"}),t.createElement("line",{x1:"15",y1:"9",x2:"9",y2:"15"}),t.createElement("line",{x1:"9",y1:"9",x2:"15",y2:"15"}))});function 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 _y(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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:nr.string,size:nr.oneOfType([nr.string,nr.number])},zy.displayName="XCircle";var Ly=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=_y(e,["color","size"]);return t.createElement("svg",Dy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 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 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:nr.string,size:nr.oneOfType([nr.string,nr.number])},Ly.displayName="XOctagon";var By=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Ry(e,["color","size"]);return t.createElement("svg",Iy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 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 Fy(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}By.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},By.displayName="XSquare";var Vy=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Fy(e,["color","size"]);return t.createElement("svg",Wy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("line",{x1:"18",y1:"6",x2:"6",y2:"18"}),t.createElement("line",{x1:"6",y1:"6",x2:"18",y2:"18"}))});function $y(){return $y=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},$y.apply(this,arguments)}function Hy(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Vy.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Vy.displayName="X";var Uy=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Hy(e,["color","size"]);return t.createElement("svg",$y({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("path",{d:"M22.54 6.42a2.78 2.78 0 0 0-1.94-2C18.88 4 12 4 12 4s-6.88 0-8.6.46a2.78 2.78 0 0 0-1.94 2A29 29 0 0 0 1 11.75a29 29 0 0 0 .46 5.33A2.78 2.78 0 0 0 3.4 19c1.72.46 8.6.46 8.6.46s6.88 0 8.6-.46a2.78 2.78 0 0 0 1.94-2 29 29 0 0 0 .46-5.25 29 29 0 0 0-.46-5.33z"}),t.createElement("polygon",{points:"9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02"}))});function 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}Uy.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Uy.displayName="Youtube";var Ky=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Yy(e,["color","size"]);return t.createElement("svg",qy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("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 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 Xy(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=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:nr.string,size:nr.oneOfType([nr.string,nr.number])},Ky.displayName="ZapOff";var Zy=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Xy(e,["color","size"]);return t.createElement("svg",Gy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("polygon",{points:"13 2 3 14 12 14 11 22 21 10 12 10 13 2"}))});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 Qy(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||(o[r]=e[r]);return o}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],t.indexOf(r)>=0||Object.prototype.propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}Zy.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},Zy.displayName="Zap";var eg=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=Qy(e,["color","size"]);return t.createElement("svg",Jy({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"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 tg(){return tg=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},tg.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}eg.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},eg.displayName="ZoomIn";var ng=o(function(e,r){var n=e.color,o=void 0===n?"currentColor":n,i=e.size,a=void 0===i?24:i,l=rg(e,["color","size"]);return t.createElement("svg",tg({ref:r,xmlns:"http://www.w3.org/2000/svg",width:a,height:a,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},l),t.createElement("circle",{cx:"11",cy:"11",r:"8"}),t.createElement("line",{x1:"21",y1:"21",x2:"16.65",y2:"16.65"}),t.createElement("line",{x1:"8",y1:"11",x2:"14",y2:"11"}))});ng.propTypes={color:nr.string,size:nr.oneOfType([nr.string,nr.number])},ng.displayName="ZoomOut";var og=Object.freeze({__proto__:null,Activity:ar,Airplay:cr,AlertCircle:pr,AlertOctagon:hr,AlertTriangle:gr,AlignCenter:xr,AlignJustify:kr,AlignLeft:Sr,AlignRight:Tr,Anchor:zr,Aperture:Lr,Archive:Br,ArrowDown:Zr,ArrowDownCircle:Vr,ArrowDownLeft:Ur,ArrowDownRight:Kr,ArrowLeft:nn,ArrowLeftCircle:en,ArrowRight:un,ArrowRightCircle:ln,ArrowUp:On,ArrowUpCircle:fn,ArrowUpLeft:vn,ArrowUpRight:bn,AtSign:jn,Award:Cn,BarChart:Dn,BarChart2:Mn,Battery:Wn,BatteryCharging:In,Bell:qn,BellOff:$n,Bluetooth:Gn,Bold:Jn,Book:oo,BookOpen:to,Bookmark:lo,Box:uo,Briefcase:mo,Calendar:yo,Camera:Eo,CameraOff:wo,Cast:Po,Check:_o,CheckCircle:No,CheckSquare:Ao,ChevronDown:Ro,ChevronLeft:Fo,ChevronRight:Ho,ChevronUp:Yo,ChevronsDown:Xo,ChevronsLeft:Qo,ChevronsRight:ri,ChevronsUp:ii,Chrome:si,Circle:di,Clipboard:mi,Clock:yi,Cloud:_i,CloudDrizzle:wi,CloudLightning:Ei,CloudOff:Pi,CloudRain:Ni,CloudSnow:Ai,Code:Ri,Codepen:Fi,Codesandbox:Hi,Coffee:Yi,Columns:Xi,Command:Qi,Compass:ra,Copy:ia,CornerDownLeft:sa,CornerDownRight:da,CornerLeftDown:ma,CornerLeftUp:ya,CornerRightDown:wa,CornerRightUp:Ea,CornerUpLeft:Pa,CornerUpRight:Na,Cpu:Aa,CreditCard:_a,Crop:Ra,Crosshair:Fa,Database:Ha,Delete:Ya,Disc:Xa,Divide:il,DivideCircle:Qa,DivideSquare:rl,DollarSign:sl,Download:ml,DownloadCloud:dl,Dribbble:yl,Droplet:wl,Edit:Nl,Edit2:El,Edit3:Pl,ExternalLink:Al,Eye:Rl,EyeOff:_l,Facebook:Fl,FastForward:Hl,Feather:Yl,Figma:Xl,File:ss,FileMinus:Ql,FilePlus:rs,FileText:is,Film:ds,Filter:ms,Flag:ys,Folder:Ps,FolderMinus:ws,FolderPlus:Es,Framer:Ns,Frown:As,Gift:_s,GitBranch:Rs,GitCommit:Fs,GitHub:Xs,GitMerge:Hs,GitPullRequest:Ys,Gitlab:Qs,Globe:rc,Grid:ic,HardDrive:sc,Hash:dc,Headphones:mc,Heart:yc,HelpCircle:wc,Hexagon:Ec,Home:Pc,Image:Nc,Inbox:Ac,Info:_c,Instagram:Rc,Italic:Fc,Key:Hc,Layers:Yc,Layout:Xc,LifeBuoy:Qc,Link:iu,Link2:ru,Linkedin:su,List:du,Loader:mu,Lock:yu,LogIn:wu,LogOut:Eu,Mail:Pu,Map:Au,MapPin:Nu,Maximize:Ru,Maximize2:_u,Meh:Fu,Menu:Hu,MessageCircle:Yu,MessageSquare:Xu,Mic:rd,MicOff:Qu,Minimize:sd,Minimize2:id,Minus:yd,MinusCircle:dd,MinusSquare:md,Monitor:wd,Moon:Ed,MoreHorizontal:Pd,MoreVertical:Nd,MousePointer:Ad,Move:_d,Music:Rd,Navigation:Hd,Navigation2:Fd,Octagon:Yd,Package:Xd,Paperclip:Qd,Pause:ip,PauseCircle:rp,PenTool:sp,Percent:dp,Phone:Ap,PhoneCall:mp,PhoneForwarded:yp,PhoneIncoming:wp,PhoneMissed:Ep,PhoneOff:Pp,PhoneOutgoing:Np,PieChart:_p,Play:Fp,PlayCircle:Rp,Plus:Xp,PlusCircle:Hp,PlusSquare:Yp,Pocket:Qp,Power:rf,Printer:af,Radio:cf,RefreshCcw:pf,RefreshCw:hf,Repeat:gf,Rewind:xf,RotateCcw:kf,RotateCw:Sf,Rss:Tf,Save:zf,Scissors:Lf,Search:Bf,Send:Vf,Server:Uf,Settings:Kf,Share:em,Share2:Zf,Shield:am,ShieldOff:nm,ShoppingBag:cm,ShoppingCart:pm,Shuffle:hm,Sidebar:gm,SkipBack:xm,SkipForward:km,Slack:Sm,Slash:Tm,Sliders:zm,Smartphone:Lm,Smile:Bm,Speaker:Vm,Square:Um,Star:Km,StopCircle:Zm,Sun:eh,Sunrise:nh,Sunset:ah,Table:ch,Tablet:ph,Tag:hh,Target:gh,Terminal:xh,Thermometer:kh,ThumbsDown:Sh,ThumbsUp:Th,ToggleLeft:zh,ToggleRight:Lh,Tool:Bh,Trash:Uh,Trash2:Vh,Trello:Kh,TrendingDown:Zh,TrendingUp:ev,Triangle:nv,Truck:av,Tv:cv,Twitch:pv,Twitter:hv,Type:gv,Umbrella:xv,Underline:kv,Unlock:Sv,Upload:zv,UploadCloud:Tv,User:Kv,UserCheck:Lv,UserMinus:Bv,UserPlus:Vv,UserX:Uv,Users:Zv,Video:ny,VideoOff:ey,Voicemail:ay,Volume:gy,Volume1:cy,Volume2:py,VolumeX:hy,Watch:xy,Wifi:Sy,WifiOff:ky,Wind:Ty,X:Vy,XCircle:zy,XOctagon:Ly,XSquare:By,Youtube:Uy,Zap:Zy,ZapOff:Ky,ZoomIn:eg,ZoomOut:ng});const ig=a(({size:e=24,color:r="#474747",className:n})=>t.createElement("svg",{viewBox:"0 0 24 24",width:e,height:e,fill:"none",xmlns:"http://www.w3.org/2000/svg",className:n},t.createElement("path",{d:"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10zM5 19L19 5",stroke:r,strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})));ig.displayName="DisableIcon";const ag=a(({size:e=24,color:r="#474747",className:n})=>t.createElement("svg",{viewBox:"0 0 24 24",width:e,height:e,fill:"none",xmlns:"http://www.w3.org/2000/svg",className:n},t.createElement("path",{d:"M14.12 14.12a2.998 2.998 0 01-5.194-2.098A3 3 0 019.88 9.88m8.06 8.06A10.07 10.07 0 0112 20c-7 0-11-8-11-8a18.45 18.45 0 015.06-5.94l11.88 11.88zM9.9 4.24A9.12 9.12 0 0112 4c7 0 11 8 11 8a18.494 18.494 0 01-2.16 3.19L9.9 4.24zM1 1l22 22",stroke:r,strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})));ag.displayName="HideIcon";const lg=a(({size:e=24,color:r="#474747",className:n})=>t.createElement("svg",{viewBox:"0 0 24 24",width:e,height:e,fill:"none",xmlns:"http://www.w3.org/2000/svg",className:n},t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M22.5 12c0 5.799-4.701 10.5-10.5 10.5S1.5 17.799 1.5 12 6.201 1.5 12 1.5 22.5 6.201 22.5 12zm-10.75-2a.75.75 0 01.75.75v6.5a.75.75 0 01-1.5 0v-6.5a.75.75 0 01.75-.75zm.75-2.25a.75.75 0 00-1.5 0v.5a.75.75 0 001.5 0v-.5z",fill:r})));lg.displayName="InfoIcon";const sg=a(({size:e=24,color:r="#474747",className:n})=>t.createElement("svg",{viewBox:"0 0 24 24",width:e,height:e,fill:"none",xmlns:"http://www.w3.org/2000/svg",className:n},t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M22.5 12c0 5.799-4.701 10.5-10.5 10.5S1.5 17.799 1.5 12 6.201 1.5 12 1.5 22.5 6.201 22.5 12zM11.75 7a.75.75 0 01.75.75v6.5a.75.75 0 01-1.5 0v-6.5a.75.75 0 01.75-.75zm.75 9.75a.75.75 0 00-1.5 0v.5a.75.75 0 001.5 0v-.5z",fill:r})));sg.displayName="WarningIcon";const cg=a(({size:e=24,color:r="#474747",className:n})=>t.createElement("svg",{viewBox:"0 0 24 24",width:e,height:e,fill:"none",xmlns:"http://www.w3.org/2000/svg",className:n},t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M22.5 12c0 5.799-4.701 10.5-10.5 10.5S1.5 17.799 1.5 12 6.201 1.5 12 1.5 22.5 6.201 22.5 12zm-7.97-2.53a.75.75 0 010 1.06L13.06 12l1.47 1.47a.75.75 0 11-1.06 1.06L12 13.06l-1.47 1.47a.75.75 0 11-1.06-1.06L10.94 12l-1.47-1.47a.75.75 0 111.06-1.06L12 10.94l1.47-1.47a.75.75 0 011.06 0z",fill:r})));cg.displayName="ErrorIcon";const ug=a(({size:e=24,color:r="#474747",className:n})=>t.createElement("svg",{viewBox:"0 0 24 24",width:e,height:e,fill:"none",xmlns:"http://www.w3.org/2000/svg",className:n},t.createElement("path",{d:"M8 22H6a2 2 0 01-2-2V4a2 2 0 012-2h8l6 6v12a2 2 0 01-2 2h-2",stroke:r,strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}),t.createElement("path",{d:"M14 2v6h6M12 13v9M16 17l-4-4-4 4",stroke:r,strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"})));ug.displayName="UploadIcon";const dg=a(({size:e=24,color:r="#474747",className:n})=>t.createElement("svg",{width:e,height:e,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:n},t.createElement("g",null,t.createElement("path",{d:"M17.1875 16.3281H2.8125C2.4668 16.3281 2.1875 16.6074 2.1875 16.9531V17.6562C2.1875 17.7422 2.25781 17.8125 2.34375 17.8125H17.6562C17.7422 17.8125 17.8125 17.7422 17.8125 17.6562V16.9531C17.8125 16.6074 17.5332 16.3281 17.1875 16.3281ZM5.0332 14.6875C5.07227 14.6875 5.11133 14.6836 5.15039 14.6777L8.43555 14.1016C8.47461 14.0938 8.51172 14.0762 8.53906 14.0469L16.8184 5.76758C16.8365 5.74951 16.8508 5.72805 16.8606 5.70442C16.8704 5.68079 16.8755 5.65546 16.8755 5.62988C16.8755 5.6043 16.8704 5.57897 16.8606 5.55535C16.8508 5.53172 16.8365 5.51026 16.8184 5.49219L13.5723 2.24414C13.5352 2.20703 13.4863 2.1875 13.4336 2.1875C13.3809 2.1875 13.332 2.20703 13.2949 2.24414L5.01562 10.5234C4.98633 10.5527 4.96875 10.5879 4.96094 10.627L4.38477 13.9121C4.36577 14.0167 4.37255 14.1244 4.40454 14.2258C4.43654 14.3273 4.49276 14.4193 4.56836 14.4941C4.69727 14.6191 4.85938 14.6875 5.0332 14.6875Z",fill:r}))));dg.displayName="EditFilledIcon";const pg=a(({size:e=24,color:r="#525252",className:n})=>t.createElement("svg",{width:e,height:e,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:n},t.createElement("path",{d:"M8 22H6C5.46957 22 4.96086 21.7893 4.58579 21.4142C4.21071 21.0391 4 20.5304 4 20V4C4 3.46957 4.21071 2.96086 4.58579 2.58579C4.96086 2.21071 5.46957 2 6 2H14L20 8V20C20 20.5304 19.7893 21.0391 19.4142 21.4142C19.0391 21.7893 18.5304 22 18 22H16",stroke:r,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.createElement("path",{d:"M14 2V8H20",stroke:r,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.createElement("path",{d:"M12 13V22",stroke:r,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),t.createElement("path",{d:"M16 17L12 13L8 17",stroke:r,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"})));pg.displayName="FileUploadIcon";const fg=a(({size:e=24,className:r})=>t.createElement("svg",{width:e,height:e,viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:r},t.createElement("path",{d:"M22.3905 2.33398H8.99992C8.63172 2.33398 8.33325 2.63245 8.33325 3.00065V29.0006C8.33325 29.3688 8.63172 29.6673 8.99992 29.6673H28.3333C28.7015 29.6673 28.9999 29.3688 28.9999 29.0006V8.94345C28.9999 8.76665 28.9297 8.59708 28.8047 8.47205L22.8619 2.52925C22.7368 2.40422 22.5673 2.33398 22.3905 2.33398Z",fill:"white",stroke:"#979593",strokeWidth:"1.27869",strokeMiterlimit:"10"}),t.createElement("path",{d:"M22.3333 2.33398V8.33398C22.3333 8.70218 22.6317 9.00065 22.9999 9.00065H28.9999",stroke:"#979593",strokeWidth:"1.27869",strokeMiterlimit:"10"}),t.createElement("path",{d:"M17.0001 20.3327H13.6667V19.666H17.0001C17.1842 19.666 17.3334 19.8152 17.3334 19.9993C17.3334 20.1834 17.1842 20.3327 17.0001 20.3327ZM17.0001 18.3327H13.6667V17.666H17.0001C17.1842 17.666 17.3334 17.8152 17.3334 17.9993C17.3334 18.1834 17.1842 18.3327 17.0001 18.3327ZM17.0001 16.3327H13.6667V15.666H17.0001C17.1842 15.666 17.3334 15.8152 17.3334 15.9993C17.3334 16.1834 17.1842 16.3327 17.0001 16.3327ZM17.0001 14.3327H13.6667V13.666H17.0001C17.1842 13.666 17.3334 13.8152 17.3334 13.9993C17.3334 14.1834 17.1842 14.3327 17.0001 14.3327ZM17.0001 22.3327H13.6667V21.666H17.0001C17.1842 21.666 17.3334 21.8152 17.3334 21.9993C17.3334 22.1834 17.1842 22.3327 17.0001 22.3327ZM26.3334 20.3327H23.0001C22.816 20.3327 22.6667 20.1834 22.6667 19.9993C22.6667 19.8152 22.816 19.666 23.0001 19.666H26.3334C26.5175 19.666 26.6667 19.8152 26.6667 19.9993C26.6667 20.1834 26.5175 20.3327 26.3334 20.3327ZM26.3334 22.3327H23.0001C22.816 22.3327 22.6667 22.1834 22.6667 21.9993C22.6667 21.8152 22.816 21.666 23.0001 21.666H26.3334C26.5175 21.666 26.6667 21.8152 26.6667 21.9993C26.6667 22.1834 26.5175 22.3327 26.3334 22.3327ZM26.3334 18.3327H23.0001C22.816 18.3327 22.6667 18.1834 22.6667 17.9993C22.6667 17.8152 22.816 17.666 23.0001 17.666H26.3334C26.5175 17.666 26.6667 17.8152 26.6667 17.9993C26.6667 18.1834 26.5175 18.3327 26.3334 18.3327ZM26.3334 16.3327H23.0001C22.816 16.3327 22.6667 16.1834 22.6667 15.9993C22.6667 15.8152 22.816 15.666 23.0001 15.666H26.3334C26.5175 15.666 26.6667 15.8152 26.6667 15.9993C26.6667 16.1834 26.5175 16.3327 26.3334 16.3327ZM26.3334 14.3327H23.0001C22.816 14.3327 22.6667 14.1834 22.6667 13.9993C22.6667 13.8152 22.816 13.666 23.0001 13.666H26.3334C26.5175 13.666 26.6667 13.8152 26.6667 13.9993C26.6667 14.1834 26.5175 14.3327 26.3334 14.3327ZM21.6667 20.3327H18.3334C18.1493 20.3327 18.0001 20.1834 18.0001 19.9993C18.0001 19.8152 18.1493 19.666 18.3334 19.666H21.6667C21.8508 19.666 22.0001 19.8152 22.0001 19.9993C22.0001 20.1834 21.8508 20.3327 21.6667 20.3327ZM21.6667 22.3327H18.3334C18.1493 22.3327 18.0001 22.1834 18.0001 21.9993C18.0001 21.8152 18.1493 21.666 18.3334 21.666H21.6667C21.8508 21.666 22.0001 21.8152 22.0001 21.9993C22.0001 22.1834 21.8508 22.3327 21.6667 22.3327ZM21.6667 18.3327H18.3334C18.1493 18.3327 18.0001 18.1834 18.0001 17.9993C18.0001 17.8152 18.1493 17.666 18.3334 17.666H21.6667C21.8508 17.666 22.0001 17.8152 22.0001 17.9993C22.0001 18.1834 21.8508 18.3327 21.6667 18.3327ZM21.6667 16.3327H18.3334C18.1493 16.3327 18.0001 16.1834 18.0001 15.9993C18.0001 15.8152 18.1493 15.666 18.3334 15.666H21.6667C21.8508 15.666 22.0001 15.8152 22.0001 15.9993C22.0001 16.1834 21.8508 16.3327 21.6667 16.3327ZM21.6667 14.3327H18.3334C18.1493 14.3327 18.0001 14.1834 18.0001 13.9993C18.0001 13.8152 18.1493 13.666 18.3334 13.666H21.6667C21.8508 13.666 22.0001 13.8152 22.0001 13.9993C22.0001 14.1834 21.8508 14.3327 21.6667 14.3327Z",fill:"#C8C6C4"}),t.createElement("path",{d:"M4.00008 24.6673H14.6667C15.4031 24.6673 16.0001 24.0704 16.0001 23.334V12.6673C16.0001 11.931 15.4031 11.334 14.6667 11.334H4.00008C3.26371 11.334 2.66675 11.931 2.66675 12.6673V23.334C2.66675 24.0704 3.26371 24.6673 4.00008 24.6673Z",fill:"#107C41"}),t.createElement("path",{d:"M5.64966 22L8.27792 17.9888L5.87069 14H7.80786L9.12199 16.5495C9.24276 16.7913 9.32576 16.9718 9.37102 17.0907H9.38796C9.47519 16.8974 9.56569 16.7095 9.66009 16.5274L11.0647 14H12.843L10.3736 17.9667L12.9055 22H11.0136L9.49569 19.1994C9.43156 19.0956 9.37102 18.9708 9.31439 18.8256H9.29192C9.26556 18.9151 9.20696 19.0359 9.11646 19.1882L7.55299 22H5.64966Z",fill:"white"})));fg.displayName="ExcelFileIcon";const mg=a(({size:e=24,color:r="#6E6CC4",className:n})=>t.createElement("svg",{viewBox:"0 0 24 24",width:e,height:e,fill:"none",xmlns:"http://www.w3.org/2000/svg",className:n},t.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M12 22.5c5.799 0 10.5-4.701 10.5-10.5S17.799 1.5 12 1.5 1.5 6.201 1.5 12 6.201 22.5 12 22.5zm3.522-11.962a.75.75 0 10-1.044-1.076l-3.603 3.493-1.353-1.312a.75.75 0 10-1.044 1.077l1.875 1.818a.75.75 0 001.044 0l4.125-4z",fill:r})));mg.displayName="SuccessIcon";const hg=a(({size:e=24,className:r})=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:e,height:e,fill:"none",viewBox:"0 0 16 16",className:r},t.createElement("path",{fill:"url(#likepaint0_linear)",d:"M8 0C5.87827 0 3.84344 0.842855 2.34315 2.34315C0.842855 3.84344 0 5.87827 0 8C0 10.1217 0.842855 12.1566 2.34315 13.6569C3.84344 15.1571 5.87827 16 8 16C10.1217 16 12.1566 15.1571 13.6569 13.6569C15.1571 12.1566 16 10.1217 16 8C16 5.87827 15.1571 3.84344 13.6569 2.34315C12.1566 0.842855 10.1217 0 8 0V0Z"}),t.createElement("path",{fill:"#fff",d:"M12.162 7.338C12.338 7.461 12.5 7.583 12.5 8.012C12.5 8.442 12.271 8.616 12.026 8.737C12.1261 8.90028 12.1581 9.09637 12.115 9.283C12.038 9.627 11.723 9.894 11.443 9.973C11.564 10.167 11.602 10.358 11.458 10.593C11.273 10.888 11.112 11 10.4 11H7.5C6.512 11 6 10.454 6 10V7.665C6 6.435 7.467 5.39 7.467 4.535L7.361 3.47C7.356 3.405 7.369 3.246 7.419 3.2C7.499 3.121 7.72 3 8.054 3C8.272 3 8.417 3.041 8.588 3.123C9.169 3.4 9.32 4.101 9.32 4.665C9.32 4.936 8.906 5.748 8.85 6.029C8.85 6.029 9.717 5.837 10.729 5.83C11.79 5.824 12.478 6.02 12.478 6.672C12.478 6.933 12.259 7.195 12.162 7.338V7.338ZM3.6 7H4.4C4.55913 7 4.71174 7.06321 4.82426 7.17574C4.93679 7.28826 5 7.44087 5 7.6V11.4C5 11.5591 4.93679 11.7117 4.82426 11.8243C4.71174 11.9368 4.55913 12 4.4 12H3.6C3.44087 12 3.28826 11.9368 3.17574 11.8243C3.06321 11.7117 3 11.5591 3 11.4V7.6C3 7.44087 3.06321 7.28826 3.17574 7.17574C3.28826 7.06321 3.44087 7 3.6 7V7Z"}),t.createElement("defs",null,t.createElement("linearGradient",{id:"likepaint0_linear",x1:"8",x2:"8",y2:"16",gradientUnits:"userSpaceOnUse"},t.createElement("stop",{stopColor:"#18AFFF"}),t.createElement("stop",{offset:"1",stopColor:"#0062DF"})))));hg.displayName="FBLikeIcon";const vg=a(({size:e=24,className:r})=>t.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:e,height:e,fill:"none",viewBox:"0 0 16 16",className:r},t.createElement("path",{fill:"url(#lovepaint0_linear)",d:"M8 0C5.87827 0 3.84344 0.842855 2.34315 2.34315C0.842855 3.84344 0 5.87827 0 8C0 10.1217 0.842855 12.1566 2.34315 13.6569C3.84344 15.1571 5.87827 16 8 16C10.1217 16 12.1566 15.1571 13.6569 13.6569C15.1571 12.1566 16 10.1217 16 8C16 5.87827 15.1571 3.84344 13.6569 2.34315C12.1566 0.842855 10.1217 0 8 0V0Z"}),t.createElement("path",{fill:"#fff",d:"M10.4732 4C8.27523 4 8.00023 5.824 8.00023 5.824C8.00023 5.824 7.72623 4 5.52823 4C3.41423 4 2.79823 6.222 3.05623 7.41C3.73623 10.55 8.00023 12.75 8.00023 12.75C8.00023 12.75 12.2652 10.55 12.9452 7.41C13.2022 6.222 12.5852 4 10.4732 4Z"}),t.createElement("defs",null,t.createElement("linearGradient",{id:"lovepaint0_linear",x1:"8",x2:"8",y2:"16",gradientUnits:"userSpaceOnUse"},t.createElement("stop",{stopColor:"#FF6680"}),t.createElement("stop",{offset:"1",stopColor:"#E61739"})))));vg.displayName="FBLoveIcon";var yg=Object.freeze({__proto__:null,Disable:ig,EditFilled:dg,Error:cg,ExcelFile:fg,FBLike:hg,FBLove:vg,FileUpload:pg,Hide:ag,Info:lg,Success:mg,Upload:ug,Warning:sg});const gg=({name:e="Umbrella",color:r="#858585",size:n=20,strokeWidth:o=1.5,className:i,...a})=>{const l=og[e]??yg[e];return t.createElement(l,{color:r,size:n,strokeWidth:o,className:i,...a})},bg={extraSmall:"mt-1 mb-1",small:"mt-2 mb-2",medium:"mt-4 mb-4",large:"mt-6 mb-6",extraLarge:"mt-8 mb-8"},wg={tight:"tracking-tight",normal:"tracking-normal",wide:"tracking-wide",wider:"tracking-wider",widest:"tracking-widest"},xg={h1:"text-4xl",h2:"text-3xl",h3:"text-2xl",h4:"text-xl",h5:"text-lg",h6:"text-base"},Og={primary:"text-primary",secondary:"text-secondary",tertiary:"text-destructive",quaternary:"text-warning",quinary:"text-muted-foreground",white:"text-white",harford:"text-[#043d5a]",cocoon:"text-[#62a4d9]"},Eg={normal:"font-normal",bold:"font-bold",semibold:"font-semibold",light:"font-light"},kg={body:"text-base",paragraph:"text-lg",caption:"text-sm",small:"text-xs",regular:"text-base",paragraphSm:"text-md",captionSm:"text-xs"},jg=({variant:e="h1",color:r="harford",marginTop:n,marginBottom:o,letterSpacing:i,textAlign:a="text-left",fontWeight:l="normal",children:s,className:c,...u})=>{const d=Qe(xg[e],Og[r],Eg[l],n?bg[n]:"",o?bg[o]:"",i?wg[i]:"",a,c);return t.createElement(e,{className:d,...u},s)},Pg=({variant:e,color:r="secondary",marginTop:n,marginBottom:o,letterSpacing:i,textAlign:a="text-left",fontWeight:l="normal",children:s,className:c,...u})=>{const d=Qe(kg[e],Og[r],Eg[l],n?bg[n]:"",o?bg[o]:"",i?wg[i]:"",a,c);return t.createElement("p",{className:d,...u},s)},Sg=Pg,Cg=jg,Ng=t.forwardRef(({id:e,disabled:r,dataTestId:n,checked:o,...i},a)=>t.createElement("input",{type:"checkbox",id:e,ref:a,disabled:r,"data-testid":n,checked:o,...i,className:"absolute h-0 w-0 opacity-0"}));Ng.displayName="CheckboxInput";const Tg=({size:e,state:r,disabled:n})=>{const o="small"===e?"h-2.5 w-2.5":"h-4 w-4",i=n?"cursor-not-allowed opacity-50":"cursor-pointer group-hover:border-primary group-hover:bg-primary/10";return t.createElement("span",{className:`absolute ${o} rounded ${{unChecked:"border-input bg-background border",hover:"border-primary bg-primary/10 border",checked:"border-primary border",indeterminate:"border-input bg-muted border"}[r]} ${i} flex items-center justify-center`})},Mg=({size:e,state:r,disabled:n})=>{const o="small"===e?"h-2 w-2":"h-3 w-3",i="small"===e?2:3;return t.createElement(gg,{name:"Check",className:`absolute ${o} ${"checked"===r?"text-background":"hidden"} ${n?"opacity-50":""}`,style:{strokeWidth:i}})},Ag=t.forwardRef(({checkboxSize:e="normal",className:r,dataTestId:n,disabled:o,checked:i,marginRight:a,marginLeft:c,onChange:u,label:d,...p},f)=>{const m=`checkbox-${n||Math.random().toString(36).substr(2,9)}`,[h,v]=l(i);s(()=>{v(i)},[i]);return t.createElement("label",{htmlFor:m,className:`inline-flex items-center relative ${o?"cursor-not-allowed":"cursor-pointer group"} ${r} ${a?{small:"mr-2",medium:"mr-4",large:"mr-6"}[a]:""} ${c?{small:"ml-2",medium:"ml-4",large:"ml-6"}[c]:""}`},t.createElement(Ng,{...p,ref:f,id:m,dataTestId:n,disabled:o,checked:h,onChange:e=>{o||(v(!h),u&&u(e))}}),t.createElement("div",{className:"relative flex items-center justify-center w-4 h-4"},t.createElement(Tg,{size:e,state:h?"checked":"unChecked",disabled:o}),t.createElement(Mg,{size:e,state:h?"checked":"unChecked",disabled:o})),d&&t.createElement("div",{className:"ml-2"},t.createElement(Sg,{variant:"small",color:"quinary"},d)))});Ag.displayName="Checkbox";const zg=({value:e,fluid:r,label:n,leftIcon:o,rightIcon:i,togglePassword:a,error:s,success:u,hint:d,disabled:p,type:f="text",hintTextProps:m={variant:"small"},className:h="",dataTestId:v,inputSize:y,...g})=>{const[b,w]=l(!1),[x,O]=l(!1),E=c(()=>b?t.createElement(gg,{name:"EyeOff",size:16}):t.createElement(gg,{name:"Eye",size:16}),[b]),k=n&&(e||x),{width:j}=(()=>{if(!n||!k)return{width:0,leftOffset:0};const e=7.5*n.length+16;return{width:Math.max(e,0),leftOffset:12}})(),P=p?"border-input":s?"border-destructive":u?"border-success":x||e?"border-primary":"border-input",S=c(()=>{let e="relative flex items-center px-3 py-2 rounded-lg overflow-visible min-h-[2.5rem]";return p?e+=" bg-muted text-muted-foreground":s?e+=" text-destructive":u&&(e+=" text-success"),r&&(e+=" w-full"),`${e} ${h}`},[p,s,u,r,h]),C=c(()=>{let e="peer w-full outline-none bg-transparent placeholder-transparent text-sm leading-5 transition-colors duration-200";return e+=p?" text-muted-foreground cursor-not-allowed":" text-foreground","password"===f&&(e+=" pr-8"),"number"===f&&(e+=" appearance-none"),e},[p,f]),N=c(()=>"password"===f&&b?"text":f,[f,b]),T=c(()=>{let e="absolute transform transition-all duration-300 ease-out z-20 pointer-events-none select-none";return k?(e+=" -top-4 text-xs font-medium tracking-wide",e+=" left-3"):e+=" top-1/2 left-3 -translate-y-1/2 text-sm font-normal",e+=x&&!p?" text-primary":s?" text-destructive":u?" text-success":" text-muted-foreground",e},[k,x,p,s,u]);return t.createElement("div",{className:S},t.createElement("div",{className:"absolute inset-0 rounded-lg pointer-events-none"},t.createElement("div",{className:`absolute inset-0 rounded-lg transition-all duration-300 ease-out border ${P}`,style:{clipPath:k?`polygon(\n 0% 0%,\n 12px 0%,\n 12px 0%,\n 14px 0%,\n 14px 50%,\n ${14+j}px 50%,\n ${14+j}px 0%,\n ${16+j}px 0%,\n 100% 0%,\n 100% 100%,\n 0% 100%\n )`:"none"}}),(x||e)&&t.createElement("div",{className:"absolute inset-0 rounded-lg transition-all duration-300 ease-out border-0",style:{boxShadow:x?s?"0 0 0 3px rgb(239 68 68 / 0.1)":u?"0 0 0 3px rgb(34 197 94 / 0.1)":"0 0 0 3px rgb(59 130 246 / 0.1)":"none",clipPath:k?`polygon(\n 0% 0%,\n 12px 0%,\n 12px 0%,\n 14px 0%,\n 14px 50%,\n ${14+j}px 50%,\n ${14+j}px 0%,\n ${16+j}px 0%,\n 100% 0%,\n 100% 100%,\n 0% 100%\n )`:"none"}})),o&&t.createElement("div",{className:"flex items-center mr-3 text-muted-foreground transition-colors duration-200"},o),t.createElement("div",{className:"relative w-full"},t.createElement("input",{...g,"data-test-id":v,id:g.id,value:e,disabled:p,type:N,className:C,placeholder:" ",onFocus:e=>{O(!0),g.onFocus?.(e)},onBlur:e=>{O(!1),g.onBlur?.(e)}}),n&&t.createElement("label",{htmlFor:g.id,className:T,style:{transform:k?"translateX(4px)":void 0}},n)),"password"===f&&a&&t.createElement("button",{type:"button",className:"absolute right-3 text-muted-foreground hover:text-foreground transition-all duration-200 disabled:opacity-50 disabled:cursor-not-allowed hover:scale-105 active:scale-95",onClick:()=>{!p&&e&&w(!b)},disabled:p,tabIndex:-1},E),i&&t.createElement("div",{className:"flex items-center ml-3 text-muted-foreground transition-colors duration-200"},i),(s||u||d)&&t.createElement("div",{className:"absolute top-full left-0 mt-2 text-xs w-full transition-all duration-200"},t.createElement(Sg,{color:"primary",...m},s?.message||u?.message&&!s?.message||!s?.message&&!u?.message&&d?.message)))};function Dg(e,t,{checkForDefaultPrevented:r=!0}={}){return function(n){if(e?.(n),!1===r||!n.defaultPrevented)return t?.(n)}}function _g(e,t){if("function"==typeof e)return e(t);null!=e&&(e.current=t)}function Lg(...e){return t=>{let r=!1;const n=e.map(e=>{const n=_g(e,t);return r||"function"!=typeof n||(r=!0),n});if(r)return()=>{for(let t=0;t<n.length;t++){const r=n[t];"function"==typeof r?r():_g(e[t],null)}}}}function Ig(...t){return e.useCallback(Lg(...t),t)}function Rg(t,r=[]){let n=[];const o=()=>{const r=n.map(t=>e.createContext(t));return function(n){const o=n?.[t]||r;return e.useMemo(()=>({[`__scope${t}`]:{...n,[t]:o}}),[n,o])}};return o.scopeName=t,[function(r,o){const i=e.createContext(o),a=n.length;n=[...n,o];const l=r=>{const{scope:n,children:o,...l}=r,s=n?.[t]?.[a]||i,c=e.useMemo(()=>l,Object.values(l));return k(s.Provider,{value:c,children:o})};return l.displayName=r+"Provider",[l,function(n,l){const s=l?.[t]?.[a]||i,c=e.useContext(s);if(c)return c;if(void 0!==o)return o;throw new Error(`\`${n}\` must be used within \`${r}\``)}]},Bg(o,...r)]}function Bg(...t){const r=t[0];if(1===t.length)return r;const n=()=>{const n=t.map(e=>({useScope:e(),scopeName:e.scopeName}));return function(t){const o=n.reduce((e,{useScope:r,scopeName:n})=>({...e,...r(t)[`__scope${n}`]}),{});return e.useMemo(()=>({[`__scope${r.scopeName}`]:o}),[o])}};return n.scopeName=r.scopeName,n}function Wg(t){const r=e.forwardRef((t,r)=>{const{children:n,...o}=t;if(e.isValidElement(n)){const t=function(e){let t=Object.getOwnPropertyDescriptor(e.props,"ref")?.get,r=t&&"isReactWarning"in t&&t.isReactWarning;if(r)return e.ref;if(t=Object.getOwnPropertyDescriptor(e,"ref")?.get,r=t&&"isReactWarning"in t&&t.isReactWarning,r)return e.props.ref;return e.props.ref||e.ref}(n),i=function(e,t){const r={...t};for(const n in t){const o=e[n],i=t[n];/^on[A-Z]/.test(n)?o&&i?r[n]=(...e)=>{const t=i(...e);return o(...e),t}:o&&(r[n]=o):"style"===n?r[n]={...o,...i}:"className"===n&&(r[n]=[o,i].filter(Boolean).join(" "))}return{...e,...r}}(o,n.props);return n.type!==e.Fragment&&(i.ref=r?Lg(r,t):t),e.cloneElement(n,i)}return e.Children.count(n)>1?e.Children.only(null):null});return r.displayName=`${t}.SlotClone`,r}var Fg=Symbol("radix.slottable");function Vg(t){return e.isValidElement(t)&&"function"==typeof t.type&&"__radixId"in t.type&&t.type.__radixId===Fg}var $g=["a","button","div","form","h2","h3","img","input","label","li","nav","ol","p","select","span","svg","ul"].reduce((t,r)=>{const n=function(t){const r=Wg(t),n=e.forwardRef((t,n)=>{const{children:o,...i}=t,a=e.Children.toArray(o),l=a.find(Vg);if(l){const t=l.props.children,o=a.map(r=>r===l?e.Children.count(t)>1?e.Children.only(null):e.isValidElement(t)?t.props.children:null:r);return k(r,{...i,ref:n,children:e.isValidElement(t)?e.cloneElement(t,void 0,o):null})}return k(r,{...i,ref:n,children:o})});return n.displayName=`${t}.Slot`,n}(`Primitive.${r}`),o=e.forwardRef((e,t)=>{const{asChild:o,...i}=e,a=o?n:r;return"undefined"!=typeof window&&(window[Symbol.for("radix-ui")]=!0),k(a,{...i,ref:t})});return o.displayName=`Primitive.${r}`,{...t,[r]:o}},{});function Hg(t){const r=Ug(t),n=e.forwardRef((t,n)=>{const{children:o,...i}=t,a=e.Children.toArray(o),l=a.find(Yg);if(l){const t=l.props.children,o=a.map(r=>r===l?e.Children.count(t)>1?e.Children.only(null):e.isValidElement(t)?t.props.children:null:r);return k(r,{...i,ref:n,children:e.isValidElement(t)?e.cloneElement(t,void 0,o):null})}return k(r,{...i,ref:n,children:o})});return n.displayName=`${t}.Slot`,n}function Ug(t){const r=e.forwardRef((t,r)=>{const{children:n,...o}=t;if(e.isValidElement(n)){const t=function(e){let t=Object.getOwnPropertyDescriptor(e.props,"ref")?.get,r=t&&"isReactWarning"in t&&t.isReactWarning;if(r)return e.ref;if(t=Object.getOwnPropertyDescriptor(e,"ref")?.get,r=t&&"isReactWarning"in t&&t.isReactWarning,r)return e.props.ref;return e.props.ref||e.ref}(n),i=function(e,t){const r={...t};for(const n in t){const o=e[n],i=t[n];/^on[A-Z]/.test(n)?o&&i?r[n]=(...e)=>{const t=i(...e);return o(...e),t}:o&&(r[n]=o):"style"===n?r[n]={...o,...i}:"className"===n&&(r[n]=[o,i].filter(Boolean).join(" "))}return{...e,...r}}(o,n.props);return n.type!==e.Fragment&&(i.ref=r?Lg(r,t):t),e.cloneElement(n,i)}return e.Children.count(n)>1?e.Children.only(null):null});return r.displayName=`${t}.SlotClone`,r}var qg=Symbol("radix.slottable");function Yg(t){return e.isValidElement(t)&&"function"==typeof t.type&&"__radixId"in t.type&&t.type.__radixId===qg}var Kg=globalThis?.document?e.useLayoutEffect:()=>{},Gg=e[" useId ".trim().toString()]||(()=>{}),Xg=0;function Zg(t){const[r,n]=e.useState(Gg());return Kg(()=>{n(e=>e??String(Xg++))},[t]),r?`radix-${r}`:""}function Jg(t){const r=e.useRef(t);return e.useEffect(()=>{r.current=t}),e.useMemo(()=>(...e)=>r.current?.(...e),[])}var Qg=e[" useInsertionEffect ".trim().toString()]||Kg;function eb({prop:t,defaultProp:r,onChange:n=()=>{},caller:o}){const[i,a,l]=function({defaultProp:t,onChange:r}){const[n,o]=e.useState(t),i=e.useRef(n),a=e.useRef(r);return Qg(()=>{a.current=r},[r]),e.useEffect(()=>{i.current!==n&&(a.current?.(n),i.current=n)},[n,i]),[n,o,a]}({defaultProp:r,onChange:n}),s=void 0!==t,c=s?t:i;{const r=e.useRef(void 0!==t);e.useEffect(()=>{const e=r.current;if(e!==s){const t=e?"controlled":"uncontrolled",r=s?"controlled":"uncontrolled";console.warn(`${o} is changing from ${t} to ${r}. Components should not switch from controlled to uncontrolled (or vice versa). Decide between using a controlled or uncontrolled value for the lifetime of the component.`)}r.current=s},[s,o])}const u=e.useCallback(e=>{if(s){const r=function(e){return"function"==typeof e}(e)?e(t):e;r!==t&&l.current?.(r)}else a(e)},[s,t,a,l]);return[c,u]}var tb=e.createContext(void 0);function rb(t){const r=e.useContext(tb);return t||r||"ltr"}var nb="rovingFocusGroup.onEntryFocus",ob={bubbles:!1,cancelable:!0},ib="RovingFocusGroup",[ab,lb,sb]=function(e){const r=e+"CollectionProvider",[n,o]=Rg(r),[i,a]=n(r,{collectionRef:{current:null},itemMap:new Map}),l=e=>{const{scope:r,children:n}=e,o=t.useRef(null),a=t.useRef(new Map).current;return k(i,{scope:r,itemMap:a,collectionRef:o,children:n})};l.displayName=r;const s=e+"CollectionSlot",c=Hg(s),u=t.forwardRef((e,t)=>{const{scope:r,children:n}=e,o=Ig(t,a(s,r).collectionRef);return k(c,{ref:o,children:n})});u.displayName=s;const d=e+"CollectionItemSlot",p="data-radix-collection-item",f=Hg(d),m=t.forwardRef((e,r)=>{const{scope:n,children:o,...i}=e,l=t.useRef(null),s=Ig(r,l),c=a(d,n);return t.useEffect(()=>(c.itemMap.set(l,{ref:l,...i}),()=>{c.itemMap.delete(l)})),k(f,{[p]:"",ref:s,children:o})});return m.displayName=d,[{Provider:l,Slot:u,ItemSlot:m},function(r){const n=a(e+"CollectionConsumer",r),o=t.useCallback(()=>{const e=n.collectionRef.current;if(!e)return[];const t=Array.from(e.querySelectorAll(`[${p}]`)),r=Array.from(n.itemMap.values()).sort((e,r)=>t.indexOf(e.ref.current)-t.indexOf(r.ref.current));return r},[n.collectionRef,n.itemMap]);return o},o]}(ib),[cb,ub]=Rg(ib,[sb]),[db,pb]=cb(ib),fb=e.forwardRef((e,t)=>k(ab.Provider,{scope:e.__scopeRovingFocusGroup,children:k(ab.Slot,{scope:e.__scopeRovingFocusGroup,children:k(mb,{...e,ref:t})})}));fb.displayName=ib;var mb=e.forwardRef((t,r)=>{const{__scopeRovingFocusGroup:n,orientation:o,loop:i=!1,dir:a,currentTabStopId:l,defaultCurrentTabStopId:s,onCurrentTabStopIdChange:c,onEntryFocus:u,preventScrollOnEntryFocus:d=!1,...p}=t,f=e.useRef(null),m=Ig(r,f),h=rb(a),[v,y]=eb({prop:l,defaultProp:s??null,onChange:c,caller:ib}),[g,b]=e.useState(!1),w=Jg(u),x=lb(n),O=e.useRef(!1),[E,j]=e.useState(0);return e.useEffect(()=>{const e=f.current;if(e)return e.addEventListener(nb,w),()=>e.removeEventListener(nb,w)},[w]),k(db,{scope:n,orientation:o,dir:h,loop:i,currentTabStopId:v,onItemFocus:e.useCallback(e=>y(e),[y]),onItemShiftTab:e.useCallback(()=>b(!0),[]),onFocusableItemAdd:e.useCallback(()=>j(e=>e+1),[]),onFocusableItemRemove:e.useCallback(()=>j(e=>e-1),[]),children:k($g.div,{tabIndex:g||0===E?-1:0,"data-orientation":o,...p,ref:m,style:{outline:"none",...t.style},onMouseDown:Dg(t.onMouseDown,()=>{O.current=!0}),onFocus:Dg(t.onFocus,e=>{const t=!O.current;if(e.target===e.currentTarget&&t&&!g){const t=new CustomEvent(nb,ob);if(e.currentTarget.dispatchEvent(t),!t.defaultPrevented){const e=x().filter(e=>e.focusable);gb([e.find(e=>e.active),e.find(e=>e.id===v),...e].filter(Boolean).map(e=>e.ref.current),d)}}O.current=!1}),onBlur:Dg(t.onBlur,()=>b(!1))})})}),hb="RovingFocusGroupItem",vb=e.forwardRef((t,r)=>{const{__scopeRovingFocusGroup:n,focusable:o=!0,active:i=!1,tabStopId:a,children:l,...s}=t,c=Zg(),u=a||c,d=pb(hb,n),p=d.currentTabStopId===u,f=lb(n),{onFocusableItemAdd:m,onFocusableItemRemove:h,currentTabStopId:v}=d;return e.useEffect(()=>{if(o)return m(),()=>h()},[o,m,h]),k(ab.ItemSlot,{scope:n,id:u,focusable:o,active:i,children:k($g.span,{tabIndex:p?0:-1,"data-orientation":d.orientation,...s,ref:r,onMouseDown:Dg(t.onMouseDown,e=>{o?d.onItemFocus(u):e.preventDefault()}),onFocus:Dg(t.onFocus,()=>d.onItemFocus(u)),onKeyDown:Dg(t.onKeyDown,e=>{if("Tab"===e.key&&e.shiftKey)return void d.onItemShiftTab();if(e.target!==e.currentTarget)return;const t=function(e,t,r){const n=function(e,t){return"rtl"!==t?e:"ArrowLeft"===e?"ArrowRight":"ArrowRight"===e?"ArrowLeft":e}(e.key,r);return"vertical"===t&&["ArrowLeft","ArrowRight"].includes(n)||"horizontal"===t&&["ArrowUp","ArrowDown"].includes(n)?void 0:yb[n]}(e,d.orientation,d.dir);if(void 0!==t){if(e.metaKey||e.ctrlKey||e.altKey||e.shiftKey)return;e.preventDefault();let r=f().filter(e=>e.focusable).map(e=>e.ref.current);if("last"===t)r.reverse();else if("prev"===t||"next"===t){"prev"===t&&r.reverse();const n=r.indexOf(e.currentTarget);r=d.loop?function(e,t){return e.map((r,n)=>e[(t+n)%e.length])}(r,n+1):r.slice(n+1)}setTimeout(()=>gb(r))}}),children:"function"==typeof l?l({isCurrentTabStop:p,hasTabStop:null!=v}):l})})});vb.displayName=hb;var yb={ArrowLeft:"prev",ArrowUp:"prev",ArrowRight:"next",ArrowDown:"next",PageUp:"first",Home:"first",PageDown:"last",End:"last"};function gb(e,t=!1){const r=document.activeElement;for(const n of e){if(n===r)return;if(n.focus({preventScroll:t}),document.activeElement!==r)return}}var bb=fb,wb=vb;function xb(t){const[r,n]=e.useState(void 0);return Kg(()=>{if(t){n({width:t.offsetWidth,height:t.offsetHeight});const e=new ResizeObserver(e=>{if(!Array.isArray(e))return;if(!e.length)return;const r=e[0];let o,i;if("borderBoxSize"in r){const e=r.borderBoxSize,t=Array.isArray(e)?e[0]:e;o=t.inlineSize,i=t.blockSize}else o=t.offsetWidth,i=t.offsetHeight;n({width:o,height:i})});return e.observe(t,{box:"border-box"}),()=>e.unobserve(t)}n(void 0)},[t]),r}function Ob(t){const r=e.useRef({value:t,previous:t});return e.useMemo(()=>(r.current.value!==t&&(r.current.previous=r.current.value,r.current.value=t),r.current.previous),[t])}var Eb=t=>{const{present:r,children:n}=t,o=function(t){const[r,n]=e.useState(),o=e.useRef(null),i=e.useRef(t),a=e.useRef("none"),l=t?"mounted":"unmounted",[s,c]=function(t,r){return e.useReducer((e,t)=>r[e][t]??e,t)}(l,{mounted:{UNMOUNT:"unmounted",ANIMATION_OUT:"unmountSuspended"},unmountSuspended:{MOUNT:"mounted",ANIMATION_END:"unmounted"},unmounted:{MOUNT:"mounted"}});return e.useEffect(()=>{const e=kb(o.current);a.current="mounted"===s?e:"none"},[s]),Kg(()=>{const e=o.current,r=i.current;if(r!==t){const n=a.current,o=kb(e);if(t)c("MOUNT");else if("none"===o||"none"===e?.display)c("UNMOUNT");else{c(r&&n!==o?"ANIMATION_OUT":"UNMOUNT")}i.current=t}},[t,c]),Kg(()=>{if(r){let e;const t=r.ownerDocument.defaultView??window,n=n=>{const a=kb(o.current).includes(CSS.escape(n.animationName));if(n.target===r&&a&&(c("ANIMATION_END"),!i.current)){const n=r.style.animationFillMode;r.style.animationFillMode="forwards",e=t.setTimeout(()=>{"forwards"===r.style.animationFillMode&&(r.style.animationFillMode=n)})}},l=e=>{e.target===r&&(a.current=kb(o.current))};return r.addEventListener("animationstart",l),r.addEventListener("animationcancel",n),r.addEventListener("animationend",n),()=>{t.clearTimeout(e),r.removeEventListener("animationstart",l),r.removeEventListener("animationcancel",n),r.removeEventListener("animationend",n)}}c("ANIMATION_END")},[r,c]),{isPresent:["mounted","unmountSuspended"].includes(s),ref:e.useCallback(e=>{o.current=e?getComputedStyle(e):null,n(e)},[])}}(r),i="function"==typeof n?n({present:o.isPresent}):e.Children.only(n),a=Ig(o.ref,function(e){let t=Object.getOwnPropertyDescriptor(e.props,"ref")?.get,r=t&&"isReactWarning"in t&&t.isReactWarning;if(r)return e.ref;if(t=Object.getOwnPropertyDescriptor(e,"ref")?.get,r=t&&"isReactWarning"in t&&t.isReactWarning,r)return e.props.ref;return e.props.ref||e.ref}(i));return"function"==typeof n||o.isPresent?e.cloneElement(i,{ref:a}):null};function kb(e){return e?.animationName||"none"}Eb.displayName="Presence";var jb="Radio",[Pb,Sb]=Rg(jb),[Cb,Nb]=Pb(jb),Tb=e.forwardRef((t,r)=>{const{__scopeRadio:n,name:o,checked:i=!1,required:a,disabled:l,value:s="on",onCheck:c,form:u,...d}=t,[p,f]=e.useState(null),m=Ig(r,e=>f(e)),h=e.useRef(!1),v=!p||(u||!!p.closest("form"));return j(Cb,{scope:n,checked:i,disabled:l,children:[k($g.button,{type:"button",role:"radio","aria-checked":i,"data-state":Db(i),"data-disabled":l?"":void 0,disabled:l,value:s,...d,ref:m,onClick:Dg(t.onClick,e=>{i||c?.(),v&&(h.current=e.isPropagationStopped(),h.current||e.stopPropagation())})}),v&&k(zb,{control:p,bubbles:!h.current,name:o,value:s,checked:i,required:a,disabled:l,form:u,style:{transform:"translateX(-100%)"}})]})});Tb.displayName=jb;var Mb="RadioIndicator",Ab=e.forwardRef((e,t)=>{const{__scopeRadio:r,forceMount:n,...o}=e,i=Nb(Mb,r);return k(Eb,{present:n||i.checked,children:k($g.span,{"data-state":Db(i.checked),"data-disabled":i.disabled?"":void 0,...o,ref:t})})});Ab.displayName=Mb;var zb=e.forwardRef(({__scopeRadio:t,control:r,checked:n,bubbles:o=!0,...i},a)=>{const l=e.useRef(null),s=Ig(l,a),c=Ob(n),u=xb(r);return e.useEffect(()=>{const e=l.current;if(!e)return;const t=window.HTMLInputElement.prototype,r=Object.getOwnPropertyDescriptor(t,"checked").set;if(c!==n&&r){const t=new Event("click",{bubbles:o});r.call(e,n),e.dispatchEvent(t)}},[c,n,o]),k($g.input,{type:"radio","aria-hidden":!0,defaultChecked:n,...i,tabIndex:-1,ref:s,style:{...i.style,...u,position:"absolute",pointerEvents:"none",opacity:0,margin:0}})});function Db(e){return e?"checked":"unchecked"}zb.displayName="RadioBubbleInput";var _b=["ArrowUp","ArrowDown","ArrowLeft","ArrowRight"],Lb="RadioGroup",[Ib]=Rg(Lb,[ub,Sb]),Rb=ub(),Bb=Sb(),[Wb,Fb]=Ib(Lb),Vb=e.forwardRef((e,t)=>{const{__scopeRadioGroup:r,name:n,defaultValue:o,value:i,required:a=!1,disabled:l=!1,orientation:s,dir:c,loop:u=!0,onValueChange:d,...p}=e,f=Rb(r),m=rb(c),[h,v]=eb({prop:i,defaultProp:o??null,onChange:d,caller:Lb});return k(Wb,{scope:r,name:n,required:a,disabled:l,value:h,onValueChange:v,children:k(bb,{asChild:!0,...f,orientation:s,dir:m,loop:u,children:k($g.div,{role:"radiogroup","aria-required":a,"aria-orientation":s,"data-disabled":l?"":void 0,dir:m,...p,ref:t})})})});Vb.displayName=Lb;var $b="RadioGroupItem",Hb=e.forwardRef((t,r)=>{const{__scopeRadioGroup:n,disabled:o,...i}=t,a=Fb($b,n),l=a.disabled||o,s=Rb(n),c=Bb(n),u=e.useRef(null),d=Ig(r,u),p=a.value===i.value,f=e.useRef(!1);return e.useEffect(()=>{const e=e=>{_b.includes(e.key)&&(f.current=!0)},t=()=>f.current=!1;return document.addEventListener("keydown",e),document.addEventListener("keyup",t),()=>{document.removeEventListener("keydown",e),document.removeEventListener("keyup",t)}},[]),k(wb,{asChild:!0,...s,focusable:!l,active:p,children:k(Tb,{disabled:l,required:a.required,checked:p,...c,...i,name:a.name,ref:d,onCheck:()=>a.onValueChange(i.value),onKeyDown:Dg(e=>{"Enter"===e.key&&e.preventDefault()}),onFocus:Dg(i.onFocus,()=>{f.current&&u.current?.click()})})})});Hb.displayName=$b;var Ub=e.forwardRef((e,t)=>{const{__scopeRadioGroup:r,...n}=e,o=Bb(r);return k(Ab,{...o,...n,ref:t})});Ub.displayName="RadioGroupIndicator";var qb=Vb,Yb=Hb,Kb=Ub;const Gb=t.forwardRef(({className:e,classNames:r,showIcons:n=!0,withCard:o=!0,options:i,...a},l)=>t.createElement(qb,{ref:l,className:Qe("grid gap-2",e,r?.root),...a},i.map(e=>t.createElement("div",{key:e.id,className:Qe("relative")},t.createElement("label",{htmlFor:e.id,className:Qe("relative flex w-full items-center gap-x-3",o&&["cursor-pointer rounded-lg border-2 p-4","border-input bg-background hover:bg-accent hover:text-accent-foreground","data-[state=checked]:border-primary data-[state=checked]:bg-primary/5"],!o&&"cursor-pointer py-2",r?.label)},t.createElement(Yb,{value:e.id,id:e.id,className:Qe("aspect-square h-4 w-4 rounded-full border border-primary text-primary ring-offset-background","focus:outline-hidden focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2","disabled:cursor-not-allowed disabled:opacity-50",r?.item)},t.createElement(Kb,{className:Qe("flex items-center justify-center",r?.indicator)},t.createElement(ht,{className:"h-2.5 w-2.5 fill-current text-current"}))),t.createElement("div",{className:"flex flex-1 items-center justify-between"},t.createElement("div",{className:Qe("space-y-1",!e.description&&"space-y-0")},t.createElement("p",{className:Qe("text-sm font-medium leading-none","peer-disabled:cursor-not-allowed peer-disabled:opacity-70",r?.text)},e.label),e.description&&t.createElement("p",{className:Qe("text-sm text-muted-foreground",r?.description)},e.description)),n&&e.icon&&t.createElement("div",{className:Qe("ml-4 shrink-0 text-muted-foreground",r?.icon)},e.icon)))))));Gb.displayName="RadioGroup";var Xb="Switch",[Zb]=Rg(Xb),[Jb,Qb]=Zb(Xb),ew=e.forwardRef((t,r)=>{const{__scopeSwitch:n,name:o,checked:i,defaultChecked:a,required:l,disabled:s,value:c="on",onCheckedChange:u,form:d,...p}=t,[f,m]=e.useState(null),h=Ig(r,e=>m(e)),v=e.useRef(!1),y=!f||(d||!!f.closest("form")),[g,b]=eb({prop:i,defaultProp:a??!1,onChange:u,caller:Xb});return j(Jb,{scope:n,checked:g,disabled:s,children:[k($g.button,{type:"button",role:"switch","aria-checked":g,"aria-required":l,"data-state":ow(g),"data-disabled":s?"":void 0,disabled:s,value:c,...p,ref:h,onClick:Dg(t.onClick,e=>{b(e=>!e),y&&(v.current=e.isPropagationStopped(),v.current||e.stopPropagation())})}),y&&k(nw,{control:f,bubbles:!v.current,name:o,value:c,checked:g,required:l,disabled:s,form:d,style:{transform:"translateX(-100%)"}})]})});ew.displayName=Xb;var tw="SwitchThumb",rw=e.forwardRef((e,t)=>{const{__scopeSwitch:r,...n}=e,o=Qb(tw,r);return k($g.span,{"data-state":ow(o.checked),"data-disabled":o.disabled?"":void 0,...n,ref:t})});rw.displayName=tw;var nw=e.forwardRef(({__scopeSwitch:t,control:r,checked:n,bubbles:o=!0,...i},a)=>{const l=e.useRef(null),s=Ig(l,a),c=Ob(n),u=xb(r);return e.useEffect(()=>{const e=l.current;if(!e)return;const t=window.HTMLInputElement.prototype,r=Object.getOwnPropertyDescriptor(t,"checked").set;if(c!==n&&r){const t=new Event("click",{bubbles:o});r.call(e,n),e.dispatchEvent(t)}},[c,n,o]),k("input",{type:"checkbox","aria-hidden":!0,defaultChecked:n,...i,tabIndex:-1,ref:s,style:{...i.style,...u,position:"absolute",pointerEvents:"none",opacity:0,margin:0}})});function ow(e){return e?"checked":"unchecked"}nw.displayName="SwitchBubbleInput";var iw=ew,aw=rw;const lw="medium",sw="primary",cw={small:{switch:"w-8 h-4",thumb:"w-3 h-3",translate:"translate-x-4"},medium:{switch:"w-11 h-6",thumb:"w-5 h-5",translate:"translate-x-5"},large:{switch:"w-14 h-7",thumb:"w-6 h-6",translate:"translate-x-7"}},uw={primary:{background:"bg-primary",foreground:"text-primary-foreground",hover:"hover:bg-primary/90"},success:{background:"bg-[rgb(var(--success))]",foreground:"text-[rgb(var(--success-foreground))]",hover:"hover:bg-[rgb(var(--success))]/90"},danger:{background:"bg-destructive",foreground:"text-destructive-foreground",hover:"hover:bg-destructive/90"},warning:{background:"bg-[rgb(var(--warning))]",foreground:"text-foreground",hover:"hover:bg-[rgb(var(--warning))]/90"}},dw=({label:t,description:r,dataTestId:n})=>t||r?e.createElement("div",{className:"flex flex-col gap-1.5","data-test-id":n},t&&e.createElement(Sg,{variant:"regular",color:"secondary"},t),r&&e.createElement(Sg,{variant:"small",color:"secondary"},r)):null,pw=e.forwardRef(({label:t,description:r,size:n=lw,variant:o=sw,disabled:i=!1,loading:a=!1,className:l,onChange:s,dataTestId:c,checked:u,id:d,...p},f)=>{const m=n||lw,h=o||sw;return e.createElement("div",{className:"flex items-center"},e.createElement("label",{htmlFor:d,className:Qe("relative inline-flex items-start gap-3 select-none",i&&"cursor-not-allowed opacity-60",l)},e.createElement("div",{className:"relative"},e.createElement(iw,{id:d,checked:u,onCheckedChange:e=>{i||a||s?.(e)},disabled:i||a,"data-test-id":`${c}-root`,ref:f,...p,className:Qe("peer relative inline-flex shrink-0 cursor-pointer rounded-full transition-colors","border-2 border-transparent","focus-visible:outline-hidden focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2",cw[m].switch,u?Qe(uw[h].background,uw[h].foreground):"bg-input",i&&"cursor-not-allowed")},e.createElement(aw,{className:Qe("pointer-events-none block rounded-full bg-background shadow-lg ring-0 transition-transform","flex items-center justify-center",cw[m].thumb,u?cw[m].translate:"translate-x-0.5"),"data-test-id":`${c}-thumb`},a&&e.createElement(Ot,{className:"animate-spin text-black",size:{small:12,medium:16,large:20}[m]})))),e.createElement(dw,{label:t,description:r,dataTestId:c,disabled:i})))});pw.displayName="Switch";const fw=["small","medium","large"],mw=["primary","success","danger","warning"],hw=o(({className:e="",error:r=!1,disabled:n=!1,placeholder:o,value:i,defaultValue:a,onChange:s,onFocus:d,onBlur:p,rows:f=3,maxLength:m,required:h=!1,readOnly:v=!1,autoFocus:y=!1,resize:g=!1,label:b,helperText:w,showCharCount:x=!1,floatingLabel:O=!1,fluid:E=!0,width:k,...j},P)=>{const[S,C]=l(!1),[N,T]=l(i||a||""),M=u(e=>{C(!0),d?.(e)},[d]),A=u(e=>{C(!1),p?.(e)},[p]),z=u(e=>{T(e.target.value),s?.(e)},[s]),D=b&&(i||N||S),_=((e,t)=>{const r=e||t||"";return"string"==typeof r?r.length:0})(i,N),{width:L}=(()=>{if(!b||!D)return{width:0,leftOffset:0};const e=7.5*b.length+16;return{width:Math.max(e,0),leftOffset:12}})(),I=n?"border-input":r?"border-destructive":S||i||N?"border-primary":"border-input",R=c(()=>{let t="relative flex items-start px-3 py-2 rounded-lg overflow-visible";return n?t+=" bg-muted text-muted-foreground":r&&(t+=" text-destructive"),E&&(t+=" w-full"),k&&(t+=` ${k}`),`${t} ${e}`},[n,r,E,k,e]),B=c(()=>{let e="peer w-full outline-none bg-transparent placeholder-transparent text-sm leading-5 transition-colors duration-200";return e+=n?" text-muted-foreground cursor-not-allowed":" text-foreground",g||(e+=" resize-none"),e},[n,g]),W=c(()=>{let e="absolute transform transition-all duration-300 ease-out z-20 pointer-events-none select-none";return D?(e+=" -top-4 text-xs font-medium tracking-wide",e+=" left-3"):e+=" top-4 left-3 text-sm font-normal",e+=S&&!n?" text-primary":r?" text-destructive":" text-muted-foreground",e},[D,S,n,r]),F=c(()=>{const e={};return k&&!E&&(e.width=k),e},[k,E]);return t.createElement("div",{style:F},b&&!O&&t.createElement(Sg,{variant:"caption",color:"primary",fontWeight:"semibold",marginBottom:"small"},b,h&&t.createElement("span",{className:"text-destructive ml-1"},"*")),t.createElement("div",{className:R},t.createElement("div",{className:"absolute inset-0 rounded-lg pointer-events-none"},t.createElement("div",{className:`absolute inset-0 rounded-lg transition-all duration-300 ease-out border ${I}`,style:{clipPath:D&&O?`polygon(\n 0% 0%,\n 12px 0%,\n 12px 0%,\n 14px 0%,\n 14px 50%,\n ${14+L}px 50%,\n ${14+L}px 0%,\n ${16+L}px 0%,\n 100% 0%,\n 100% 100%,\n 0% 100%\n )`:"none"}}),(S||i||N)&&t.createElement("div",{className:"absolute inset-0 rounded-lg transition-all duration-300 ease-out border-0",style:{boxShadow:S?r?"0 0 0 3px rgb(239 68 68 / 0.1)":"0 0 0 3px rgb(59 130 246 / 0.1)":"none",clipPath:D&&O?`polygon(\n 0% 0%,\n 12px 0%,\n 12px 0%,\n 14px 0%,\n 14px 50%,\n ${14+L}px 50%,\n ${14+L}px 0%,\n ${16+L}px 0%,\n 100% 0%,\n 100% 100%,\n 0% 100%\n )`:"none"}})),t.createElement("div",{className:"relative w-full"},t.createElement("textarea",{ref:P,className:B,placeholder:O?" ":o,value:i,defaultValue:a,onChange:z,onFocus:M,onBlur:A,disabled:n,readOnly:v,required:h,autoFocus:y,rows:f,maxLength:m,...j}),O&&b&&t.createElement("label",{className:W,style:{transform:D?"translateX(-2px)":void 0}},b,h&&t.createElement("span",{className:"text-destructive ml-1"},"*")))),(w||x||r)&&t.createElement("div",{className:"mt-2 text-xs w-full transition-all duration-200"},w&&!r&&t.createElement(Sg,{variant:"captionSm",color:"quinary"},w),r&&"object"==typeof r&&"message"in r&&t.createElement(Sg,{variant:"captionSm",color:"tertiary"},r),x&&m&&t.createElement("div",{className:"flex justify-end"},t.createElement(Sg,{variant:"captionSm",color:_>.9*m?"tertiary":"quinary",className:"font-mono"},_,"/",m))))});var vw,yw;hw.displayName="TextArea",function(e){e.Success="success",e.Error="error",e.Warning="warning",e.Info="info"}(vw||(vw={})),function(e){e.TopCenter="top-center",e.TopLeft="top-left",e.TopRight="top-right",e.BottomCenter="bottom-center",e.BottomLeft="bottom-left",e.BottomRight="bottom-right"}(yw||(yw={}));const gw=({id:e,destroy:r,title:n,description:o,variant:i=vw.Info,position:a=yw.TopCenter,duration:c=5e3,animationDuration:p=400,icon:f,dataTestId:m})=>{const[h,v]=l(!1),[,y]=l(!1),g=d(null),b=d(null),w=d(0),x=d(c),O=u(()=>y(!0),[]),E=u(()=>y(!1),[]),k=u(()=>{b.current&&clearTimeout(b.current),v(!0),setTimeout(()=>{r()},p)},[r,p]);s(()=>(w.current=Date.now(),x.current=c,g.current&&(g.current.style.width="100%",g.current.style.transition="none",g.current.offsetWidth,g.current.style.transition=`width ${c}ms linear`,g.current.style.width="0%"),b.current=window.setTimeout(()=>{k()},c),()=>{b.current&&clearTimeout(b.current)}),[c,k]);const j={[vw.Success]:{icon:"text-emerald-500 dark:text-emerald-400",progress:"bg-emerald-500 dark:bg-emerald-400"},[vw.Error]:{icon:"text-destructive",progress:"bg-destructive"},[vw.Warning]:{icon:"text-amber-500 dark:text-amber-400",progress:"bg-amber-500 dark:bg-amber-400"},[vw.Info]:{icon:"text-primary",progress:"bg-primary"}}[i],P={[yw.TopCenter]:h?"animate-slide-out-up":"animate-slide-in-down",[yw.TopLeft]:h?"animate-slide-out-left":"animate-slide-in-left",[yw.TopRight]:h?"animate-slide-out-right":"animate-slide-in-right",[yw.BottomCenter]:h?"animate-slide-out-down":"animate-slide-in-up",[yw.BottomLeft]:h?"animate-slide-out-left":"animate-slide-in-left",[yw.BottomRight]:h?"animate-slide-out-right":"animate-slide-in-right"};return t.createElement("div",{id:e??`${i}-${"string"==typeof n?n:""}`,className:`\n relative group flex items-center justify-between pointer-events-auto\n rounded-lg max-w-md w-full overflow-hidden\n bg-background\n border border-border\n ${P[a]||P[yw.TopCenter]}\n ${h?"opacity-0":"opacity-100"}\n transition-all duration-300 ease-out\n shadow-sm hover:shadow-md\n `,"data-test-id":m,onMouseEnter:O,onMouseLeave:E,style:{transition:`all ${p}ms cubic-bezier(0.4, 0, 0.2, 1)`}},t.createElement("div",{className:"flex items-center gap-3 px-4 py-3 w-full"},f&&t.createElement("div",{className:`flex-shrink-0 ${j.icon}`},f),t.createElement("div",{className:"flex flex-col min-w-0 flex-grow"},t.createElement("div",{className:"font-medium text-sm m-0 text-foreground"},n),o&&t.createElement("div",{className:"text-xs m-0 mt-0.5 text-muted-foreground truncate"},o)),t.createElement("button",{onClick:k,className:"\n flex-shrink-0 ml-2 p-1 rounded-md\n transition-all duration-200\n hover:bg-accent\n text-muted-foreground hover:text-accent-foreground\n ","aria-label":"Close notification"},t.createElement(kt,{size:14}))),!h&&t.createElement("div",{className:`absolute bottom-0 left-0 h-[2px] ${j.progress} opacity-80`,ref:g,style:{width:"100%",transformOrigin:"left"}}))};const bw=new class{isSetup=!1;isBrowser="undefined"!=typeof window;containers={[yw.TopCenter]:void 0,[yw.TopLeft]:void 0,[yw.TopRight]:void 0,[yw.BottomCenter]:void 0,[yw.BottomLeft]:void 0,[yw.BottomRight]:void 0};roots={[yw.TopCenter]:null,[yw.TopLeft]:null,[yw.TopRight]:null,[yw.BottomCenter]:null,[yw.BottomLeft]:null,[yw.BottomRight]:null};messages={[yw.TopCenter]:[],[yw.TopLeft]:[],[yw.TopRight]:[],[yw.BottomCenter]:[],[yw.BottomLeft]:[],[yw.BottomRight]:[]};constructor(){this.isBrowser&&this.setup()}setup(){if(!this.isBrowser)return;const e=document.getElementsByTagName("body")[0];Object.values(yw).forEach(t=>{const r=`message-container-${t}`;let n=document.getElementById(r);n||(n=document.createElement("div"),n.id=r,e.appendChild(n)),this.containers[t]=n,this.roots[t]=T(n)}),this.isSetup=!0}show(e){if(!this.isBrowser)return;this.isSetup||this.setup();const t=e.position||yw.TopCenter,r=e.id||`message-${Math.random().toString().slice(2,11)}`,n=50*this.messages[t].length,o={id:r,...e,animationDuration:e.animationDuration||300,destroy:()=>this.destroy(r,t)};setTimeout(()=>{this.messages[t]=[o,...this.messages[t]],this.render(t)},n)}destroy(e,t=yw.TopCenter){this.isBrowser&&(this.messages[t]=this.messages[t].filter(t=>t.id!==e),this.render(t))}success(e){this.show({icon:t.createElement(mg,{size:18}),...e,variant:vw.Success})}error(e){this.show({icon:t.createElement(cg,{size:18}),...e,variant:vw.Error})}warning(e){this.show({icon:t.createElement(sg,{size:18}),...e,variant:vw.Warning})}info(e){this.show({icon:t.createElement(lg,{size:18}),...e,variant:vw.Info})}getPositionStyles(e){switch(e){case yw.TopLeft:return"fixed flex flex-col items-start justify-start gap-2 p-4 top-0 left-0 z-9999 pointer-events-none";case yw.TopRight:return"fixed flex flex-col items-end justify-start gap-2 p-4 top-0 right-0 z-9999 pointer-events-none";case yw.BottomCenter:return"fixed flex flex-col items-center justify-end gap-2 p-4 bottom-0 left-0 right-0 z-9999 pointer-events-none";case yw.BottomLeft:return"fixed flex flex-col items-start justify-end gap-2 p-4 bottom-0 left-0 z-9999 pointer-events-none";case yw.BottomRight:return"fixed flex flex-col items-end justify-end gap-2 p-4 bottom-0 right-0 z-9999 pointer-events-none";case yw.TopCenter:default:return"fixed flex flex-col items-center justify-start gap-2 p-4 top-0 left-0 right-0 z-9999 pointer-events-none"}}render(e=yw.TopCenter){if(!this.isBrowser||!this.roots[e])return;const r=this.messages[e].map(e=>t.createElement(gw,{key:e.id,...e}));this.roots[e].render(t.createElement("div",{className:this.getPositionStyles(e)},r))}},ww="...",xw=({className:t,...r})=>e.createElement("nav",{role:"navigation","aria-label":"pagination",className:Qe("mx-auto flex w-full justify-center",t),...r}),Ow=e.forwardRef(({className:t,...r},n)=>e.createElement("ul",{ref:n,className:Qe("flex flex-row items-center gap-1.5",t),...r}));Ow.displayName="PaginationContent";const Ew=e.forwardRef(({className:t,...r},n)=>e.createElement("li",{ref:n,className:Qe("",t),...r}));Ew.displayName="PaginationItem";const kw=e.forwardRef(({className:t,isActive:r,size:n="medium",...o},i)=>e.createElement(Pt,{ref:i,"aria-current":r?"page":void 0,variant:r?"primary":"link",size:n,className:Qe("h-9 w-9 rounded-full text-sm font-semibold no-underline",r?"shadow-md shadow-primary/25":"text-muted-foreground hover:bg-accent hover:text-accent-foreground hover:no-underline",t),...o}));kw.displayName="PaginationLink";const jw=e.forwardRef(({className:t,...r},n)=>e.createElement(Pt,{ref:n,variant:"link",size:"medium",className:Qe("h-9 w-9 rounded-full border border-border bg-background text-muted-foreground","hover:border-primary/30 hover:bg-accent hover:text-accent-foreground",t),...r},e.createElement(pt,{className:"h-4 w-4"}),e.createElement("span",{className:"sr-only"},"Previous page")));jw.displayName="PaginationPrevious";const Pw=e.forwardRef(({className:t,...r},n)=>e.createElement(Pt,{ref:n,variant:"link",size:"medium",className:Qe("h-9 w-9 rounded-full border border-border bg-background text-muted-foreground","hover:border-primary/30 hover:bg-accent hover:text-accent-foreground",t),...r},e.createElement("span",{className:"sr-only"},"Next page"),e.createElement(ft,{className:"h-4 w-4"})));Pw.displayName="PaginationNext";const Sw=({className:t,...r})=>e.createElement("span",{"aria-hidden":!0,className:Qe("flex h-9 w-9 items-center justify-center text-muted-foreground/70",t),...r},e.createElement(yt,{className:"h-4 w-4"}),e.createElement("span",{className:"sr-only"},"More pages"));Sw.displayName="PaginationEllipsis";const Cw=(e,t)=>{const r=t-e+1;return Array.from({length:r},(t,r)=>r+e)},Nw=({currentPage:e,totalPages:r,onPageChange:n,siblingCount:o=1,className:i,disabled:a=!1,isLoading:l=!1,enableKeyboardNav:d=!1,showEllipsis:p=!0})=>{const f=c(()=>((e,t,r,n)=>{if(r+5>=t)return Cw(1,t);const o=Math.max(e-r,1),i=Math.min(e+r,t),a=o>2,l=i<t-2;if(!a&&l){const e=Cw(1,3+2*r);return n?[...e,ww,t]:[...e,t]}if(a&&!l){const e=Cw(t-(3+2*r)+1,t);return n?[1,ww,...e]:[1,...e]}if(a&&l){const e=Cw(o,i);return n?[1,ww,...e,ww,t]:[1,...e,t]}return Cw(1,t)})(e,r,o,p),[e,r,o,p]),m=u(()=>{!a&&!l&&e>1&&n(e-1)},[e,n,a,l]),h=u(()=>{!a&&!l&&e<r&&n(e+1)},[e,r,n,a,l]),v=u(e=>{a||l||!d||("ArrowLeft"===e.key?(e.preventDefault(),m()):"ArrowRight"===e.key&&(e.preventDefault(),h()))},[m,h,a,l,d]);return s(()=>{if(d)return window.addEventListener("keydown",v),()=>window.removeEventListener("keydown",v)},[v,d]),0===e||f.length<2?null:t.createElement(xw,{className:Qe("select-none",i)},t.createElement(Ow,null,t.createElement(Ew,null,t.createElement(jw,{onClick:m,disabled:1===e||a||l,className:Qe("transition-[color,background-color,border-color,box-shadow,transform] duration-150 active:scale-95",(a||l)&&"pointer-events-none opacity-50"),"aria-label":"Previous page"})),f.map((r,o)=>{if(r===ww)return t.createElement(Ew,{key:`dots-${o}`},t.createElement(Sw,null));const i=r,s=i===e;return t.createElement(Ew,{key:i},t.createElement(kw,{isActive:s,onClick:()=>!a&&!l&&n(i),className:Qe("transition-all duration-200 active:scale-95",(a||l)&&"pointer-events-none opacity-50"),"aria-label":`Page ${i}`,"aria-current":s?"page":void 0},i))}),t.createElement(Ew,null,t.createElement(Pw,{onClick:h,disabled:e===r||a||l,className:Qe("transition-[color,background-color,border-color,box-shadow,transform] duration-150 active:scale-95",(a||l)&&"pointer-events-none opacity-50"),"aria-label":"Next page"}))))};var Tw,Mw,Aw,zw;!function(e){e.Left="left",e.Center="center",e.Right="right"}(Tw||(Tw={})),function(e){e.Left="left",e.Right="right",e.Center="center"}(Mw||(Mw={})),function(e){e.Text="text",e.Date="date",e.Status="status",e.Custom="custom"}(Aw||(Aw={})),function(e){e.Start="start",e.Center="center",e.End="end"}(zw||(zw={}));const Dw=(e=Tw.Left)=>({left:"justify-start",center:"justify-center",right:"justify-end"}[e]),_w=(e,t,r,n,o,i)=>({toggleSorting:n=>{if(!t.find(t=>t.key===e))return;const o=n?"desc":"asc";i({key:e,direction:o}),r&&r(e,o)},getIsSorted:()=>!(!o||o.key!==e)&&o.direction,key:e,data:n}),Lw=(e,t,r,n,o,i)=>_w(e,t,r,n,o,i),Iw=e=>{switch(e){case Mw.Right:return"ml-auto order-2";case Mw.Center:return"mx-auto";default:return"order-1"}},Rw=e=>{switch(e){case Mw.Left:return"order-1";case Mw.Center:return"mx-auto";default:return"ml-auto order-2"}},Bw=(e=!1)=>e?{effectivePaginationPosition:Mw.Left,effectiveEntriesPosition:Mw.Right}:{effectivePaginationPosition:Mw.Right,effectiveEntriesPosition:Mw.Left},Ww=(e,t)=>{if(!t)return e;const r=e.split(" ");return r.length<=t?e:`${r.slice(0,t).join(" ")}...`};var Fw,Vw={exports:{}};var $w=(Fw||(Fw=1,Vw.exports=function(){var e=1e3,t=6e4,r=36e5,n="millisecond",o="second",i="minute",a="hour",l="day",s="week",c="month",u="quarter",d="year",p="date",f="Invalid Date",m=/^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/,h=/\[([^\]]+)]|YYYY|YY|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g,v={name:"en",weekdays:"Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),months:"January_February_March_April_May_June_July_August_September_October_November_December".split("_"),ordinal:function(e){var t=["th","st","nd","rd"],r=e%100;return"["+e+(t[(r-20)%10]||t[r]||t[0])+"]"}},y=function(e,t,r){var n=String(e);return!n||n.length>=t?e:""+Array(t+1-n.length).join(r)+e},g={s:y,z:function(e){var t=-e.utcOffset(),r=Math.abs(t),n=Math.floor(r/60),o=r%60;return(t<=0?"+":"-")+y(n,2,"0")+":"+y(o,2,"0")},m:function e(t,r){if(t.date()<r.date())return-e(r,t);var n=12*(r.year()-t.year())+(r.month()-t.month()),o=t.clone().add(n,c),i=r-o<0,a=t.clone().add(n+(i?-1:1),c);return+(-(n+(r-o)/(i?o-a:a-o))||0)},a:function(e){return e<0?Math.ceil(e)||0:Math.floor(e)},p:function(e){return{M:c,y:d,w:s,d:l,D:p,h:a,m:i,s:o,ms:n,Q:u}[e]||String(e||"").toLowerCase().replace(/s$/,"")},u:function(e){return void 0===e}},b="en",w={};w[b]=v;var x="$isDayjsObject",O=function(e){return e instanceof P||!(!e||!e[x])},E=function e(t,r,n){var o;if(!t)return b;if("string"==typeof t){var i=t.toLowerCase();w[i]&&(o=i),r&&(w[i]=r,o=i);var a=t.split("-");if(!o&&a.length>1)return e(a[0])}else{var l=t.name;w[l]=t,o=l}return!n&&o&&(b=o),o||!n&&b},k=function(e,t){if(O(e))return e.clone();var r="object"==typeof t?t:{};return r.date=e,r.args=arguments,new P(r)},j=g;j.l=E,j.i=O,j.w=function(e,t){return k(e,{locale:t.$L,utc:t.$u,x:t.$x,$offset:t.$offset})};var P=function(){function v(e){this.$L=E(e.locale,null,!0),this.parse(e),this.$x=this.$x||e.x||{},this[x]=!0}var y=v.prototype;return y.parse=function(e){this.$d=function(e){var t=e.date,r=e.utc;if(null===t)return new Date(NaN);if(j.u(t))return new Date;if(t instanceof Date)return new Date(t);if("string"==typeof t&&!/Z$/i.test(t)){var n=t.match(m);if(n){var o=n[2]-1||0,i=(n[7]||"0").substring(0,3);return r?new Date(Date.UTC(n[1],o,n[3]||1,n[4]||0,n[5]||0,n[6]||0,i)):new Date(n[1],o,n[3]||1,n[4]||0,n[5]||0,n[6]||0,i)}}return new Date(t)}(e),this.init()},y.init=function(){var e=this.$d;this.$y=e.getFullYear(),this.$M=e.getMonth(),this.$D=e.getDate(),this.$W=e.getDay(),this.$H=e.getHours(),this.$m=e.getMinutes(),this.$s=e.getSeconds(),this.$ms=e.getMilliseconds()},y.$utils=function(){return j},y.isValid=function(){return!(this.$d.toString()===f)},y.isSame=function(e,t){var r=k(e);return this.startOf(t)<=r&&r<=this.endOf(t)},y.isAfter=function(e,t){return k(e)<this.startOf(t)},y.isBefore=function(e,t){return this.endOf(t)<k(e)},y.$g=function(e,t,r){return j.u(e)?this[t]:this.set(r,e)},y.unix=function(){return Math.floor(this.valueOf()/1e3)},y.valueOf=function(){return this.$d.getTime()},y.startOf=function(e,t){var r=this,n=!!j.u(t)||t,u=j.p(e),f=function(e,t){var o=j.w(r.$u?Date.UTC(r.$y,t,e):new Date(r.$y,t,e),r);return n?o:o.endOf(l)},m=function(e,t){return j.w(r.toDate()[e].apply(r.toDate("s"),(n?[0,0,0,0]:[23,59,59,999]).slice(t)),r)},h=this.$W,v=this.$M,y=this.$D,g="set"+(this.$u?"UTC":"");switch(u){case d:return n?f(1,0):f(31,11);case c:return n?f(1,v):f(0,v+1);case s:var b=this.$locale().weekStart||0,w=(h<b?h+7:h)-b;return f(n?y-w:y+(6-w),v);case l:case p:return m(g+"Hours",0);case a:return m(g+"Minutes",1);case i:return m(g+"Seconds",2);case o:return m(g+"Milliseconds",3);default:return this.clone()}},y.endOf=function(e){return this.startOf(e,!1)},y.$set=function(e,t){var r,s=j.p(e),u="set"+(this.$u?"UTC":""),f=(r={},r[l]=u+"Date",r[p]=u+"Date",r[c]=u+"Month",r[d]=u+"FullYear",r[a]=u+"Hours",r[i]=u+"Minutes",r[o]=u+"Seconds",r[n]=u+"Milliseconds",r)[s],m=s===l?this.$D+(t-this.$W):t;if(s===c||s===d){var h=this.clone().set(p,1);h.$d[f](m),h.init(),this.$d=h.set(p,Math.min(this.$D,h.daysInMonth())).$d}else f&&this.$d[f](m);return this.init(),this},y.set=function(e,t){return this.clone().$set(e,t)},y.get=function(e){return this[j.p(e)]()},y.add=function(n,u){var p,f=this;n=Number(n);var m=j.p(u),h=function(e){var t=k(f);return j.w(t.date(t.date()+Math.round(e*n)),f)};if(m===c)return this.set(c,this.$M+n);if(m===d)return this.set(d,this.$y+n);if(m===l)return h(1);if(m===s)return h(7);var v=(p={},p[i]=t,p[a]=r,p[o]=e,p)[m]||1,y=this.$d.getTime()+n*v;return j.w(y,this)},y.subtract=function(e,t){return this.add(-1*e,t)},y.format=function(e){var t=this,r=this.$locale();if(!this.isValid())return r.invalidDate||f;var n=e||"YYYY-MM-DDTHH:mm:ssZ",o=j.z(this),i=this.$H,a=this.$m,l=this.$M,s=r.weekdays,c=r.months,u=r.meridiem,d=function(e,r,o,i){return e&&(e[r]||e(t,n))||o[r].slice(0,i)},p=function(e){return j.s(i%12||12,e,"0")},m=u||function(e,t,r){var n=e<12?"AM":"PM";return r?n.toLowerCase():n};return n.replace(h,function(e,n){return n||function(e){switch(e){case"YY":return String(t.$y).slice(-2);case"YYYY":return j.s(t.$y,4,"0");case"M":return l+1;case"MM":return j.s(l+1,2,"0");case"MMM":return d(r.monthsShort,l,c,3);case"MMMM":return d(c,l);case"D":return t.$D;case"DD":return j.s(t.$D,2,"0");case"d":return String(t.$W);case"dd":return d(r.weekdaysMin,t.$W,s,2);case"ddd":return d(r.weekdaysShort,t.$W,s,3);case"dddd":return s[t.$W];case"H":return String(i);case"HH":return j.s(i,2,"0");case"h":return p(1);case"hh":return p(2);case"a":return m(i,a,!0);case"A":return m(i,a,!1);case"m":return String(a);case"mm":return j.s(a,2,"0");case"s":return String(t.$s);case"ss":return j.s(t.$s,2,"0");case"SSS":return j.s(t.$ms,3,"0");case"Z":return o}return null}(e)||o.replace(":","")})},y.utcOffset=function(){return 15*-Math.round(this.$d.getTimezoneOffset()/15)},y.diff=function(n,p,f){var m,h=this,v=j.p(p),y=k(n),g=(y.utcOffset()-this.utcOffset())*t,b=this-y,w=function(){return j.m(h,y)};switch(v){case d:m=w()/12;break;case c:m=w();break;case u:m=w()/3;break;case s:m=(b-g)/6048e5;break;case l:m=(b-g)/864e5;break;case a:m=b/r;break;case i:m=b/t;break;case o:m=b/e;break;default:m=b}return f?m:j.a(m)},y.daysInMonth=function(){return this.endOf(c).$D},y.$locale=function(){return w[this.$L]},y.locale=function(e,t){if(!e)return this.$L;var r=this.clone(),n=E(e,t,!0);return n&&(r.$L=n),r},y.clone=function(){return j.w(this.$d,this)},y.toDate=function(){return new Date(this.valueOf())},y.toJSON=function(){return this.isValid()?this.toISOString():null},y.toISOString=function(){return this.$d.toISOString()},y.toString=function(){return this.$d.toUTCString()},v}(),S=P.prototype;return k.prototype=S,[["$ms",n],["$s",o],["$m",i],["$H",a],["$W",l],["$M",c],["$y",d],["$D",p]].forEach(function(e){S[e[1]]=function(t){return this.$g(t,e[0],e[1])}}),k.extend=function(e,t){return e.$i||(e(t,P,k),e.$i=!0),k},k.locale=E,k.isDayjs=O,k.unix=function(e){return k(1e3*e)},k.en=w[b],k.Ls=w,k.p={},k}()),Vw.exports),Hw=Ct($w);const Uw={active:"bg-emerald-50 text-emerald-700 ring-1 ring-inset ring-emerald-600/20",inactive:"bg-rose-50 text-rose-700 ring-1 ring-inset ring-rose-600/20",pending:"bg-amber-50 text-amber-700 ring-1 ring-inset ring-amber-600/20",completed:"bg-blue-50 text-blue-700 ring-1 ring-inset ring-blue-600/20",processing:"bg-violet-50 text-violet-700 ring-1 ring-inset ring-violet-600/20",default:"bg-gray-50 text-gray-700 ring-1 ring-inset ring-gray-600/20"},qw={active:"bg-emerald-500",inactive:"bg-rose-500",pending:"bg-amber-500",completed:"bg-blue-500",processing:"bg-violet-500",default:"bg-gray-500"},Yw="name",Kw="200px",Gw="email",Xw="joinDate",Zw="status",Jw=(e,r,n,o)=>{const i=r[e.key],a=Dw(e.align),l=e=>t.createElement("div",{className:`flex w-full ${a}`},e);if(n&&e.customCell)return l(e.customCell(i,r));if(null==i)return l(null);switch(e.type){case Aw.Date:{if(!e.dateFormat)return l(t.createElement(Sg,{variant:"small",color:"secondary"},String(i)));const r=Hw(i,e.dateFormat.input).format(e.dateFormat.output);return l(t.createElement(Sg,{variant:"small",color:"secondary"},r))}case Aw.Status:if(o){const e=String(i).toLowerCase(),r=Uw[e]||Uw.default,n=qw[e]||qw.default;return l(t.createElement("span",{className:`inline-flex items-center gap-1.5 rounded-full px-2.5 py-1 text-xs font-medium ${r}`},t.createElement("span",{className:`h-1.5 w-1.5 rounded-full ${n}`}),String(i)))}return l(t.createElement(Sg,{variant:"small",color:"primary"},String(i)));case Aw.Text:default:{const r=String(i),n=Ww(r,e.maxWords);return l(t.createElement(Sg,{variant:"small",color:"secondary",className:n!==r?"truncate":"",title:r},n))}}},Qw=(e,r)=>r?.key!==e.key?t.createElement(st,{className:"h-3.5 w-3.5 opacity-0 transition-opacity duration-150 group-hover:opacity-50"}):"asc"===r.direction?t.createElement(mt,{className:"h-3.5 w-3.5 text-primary"}):t.createElement(dt,{className:"h-3.5 w-3.5 text-primary"}),ex=(e,r,n,o,i)=>{if(e.customHeader)return e.customHeader(r(e.key));const a=Dw(e.align);return o&&e.sortable?t.createElement("div",{className:`flex w-full ${a}`},t.createElement(Pt,{variant:"link",onClick:()=>n(e),className:"p-0 h-auto font-semibold text-gray-700 no-underline hover:text-foreground hover:no-underline"},t.createElement("div",{className:"flex items-center"},t.createElement("span",{className:"truncate"},e.title),t.createElement("span",{className:"ml-1.5 inline-flex shrink-0"},Qw(e,i))))):t.createElement("div",{className:`flex w-full items-center h-9 ${a}`},t.createElement("span",{className:"truncate font-semibold text-gray-700"},e.title))},tx=(e,t,r,n,o)=>ex(e,t,r,n,o),rx={renderSortIcon:Qw,renderHeader:ex,renderTableHeader:tx},nx=({columns:e,data:r,sortable:n=!1,pagination:o=!1,searchable:i=!1,currentPage:a=1,pageSize:d=5,totalPages:p,totalCount:f,manualPagination:m=!1,onSort:h,onPageChange:v,onPageSizeChange:y,onSearch:g,actions:b,onRowClick:w,showCustomCells:x=!0,useBuiltInStatus:O=!0,swapPaginationLayout:E=!1,selectable:k=!1,onSelectionChange:j})=>{const[P,S]=l(null),[C,N]=l(a),[T,M]=l(d),[A,z]=l(""),[D,_]=l({}),[L,I]=l(!1),{effectivePaginationPosition:R,effectiveEntriesPosition:B}=Bw(E);s(()=>{N(a)},[a]),s(()=>{k&&(_({}),I(!1))},[r,k]);const W=u(e=>{n&&e.sortable&&(P?.key===e.key?"asc"===P.direction?(S({key:e.key,direction:"desc"}),h&&h(e.key,"desc")):(S(null),h&&h("__clear_sort__","asc")):(S({key:e.key,direction:"asc"}),h&&h(e.key,"asc")))},[P,n,h]),F=u(e=>{n&&e.sortable&&W(e)},[n,W]),V=c(()=>m?r:P&&n?[...r].sort((e,t)=>{const r=e[P.key],n=t[P.key];return r<n?"asc"===P.direction?-1:1:r>n?"asc"===P.direction?1:-1:0}):r,[r,P,n,m]),$=u(e=>{const t=e.target.value;z(t),N(1),m&&g&&g(t)},[m,g]),H=c(()=>m?V:i&&A.trim()?V.filter(t=>e.some(e=>{const r=t[e.key];return null!=r&&String(r).toLowerCase().includes(A.toLowerCase())})):V,[V,e,A,i,m]),U=c(()=>m&&void 0!==p?p:Math.max(1,Math.ceil(H.length/T)),[m,p,H.length,T]),q=c(()=>m&&void 0!==f?f:H.length,[m,f,H.length]),Y=c(()=>{if(m)return H;if(!o)return H;const e=(C-1)*T,t=e+T;return H.slice(e,t)},[H,C,T,o,m]),K=u(e=>{e<1||e>U||(N(e),v&&v(e))},[U,v]),G=u(e=>{M(e),N(1),y&&y(e)},[y]),X=u((e,t)=>e.id||`row-${t}`,[]),Z=u((e,t)=>{const r=X(e,t),n={...D,[r]:!D[r]};_(n);const o=Y.every((e,t)=>!0===n[X(e,t)]);if(I(o),j){const e=Y.filter((e,t)=>n[X(e,t)]);j(e)}},[D,Y,j,X]),J=u((e,t)=>{if(!k&&w){const r=t.target;if(r.closest("button")||r.closest("a")||r.closest('input[type="checkbox"]'))return;w(e)}},[w,k]),Q=u(()=>{const e=!L;I(e);const t={...D};if(Y.forEach((r,n)=>{const o=X(r,n);t[o]=e}),_(t),j){const t=e?[...Y]:[];j(t)}},[L,Y,D,j,X]),ee=c(()=>(e,t)=>Jw(e,t,x,O),[x,O]),te=c(()=>0===q?0:m?Math.min((C-1)*T+1,q):Math.min((C-1)*T+1,H.length),[m,C,T,q,H.length]),re=c(()=>m?Math.min(C*T,q):Math.min(C*T,H.length),[m,C,T,q,H.length]);return t.createElement("div",{className:"w-full"},t.createElement("div",{className:"flex flex-wrap items-end justify-between gap-4 mb-5"},i&&t.createElement("div",{className:"w-full sm:w-72"},t.createElement(zg,{id:"table-search",value:A,onChange:$,label:"Search",type:"search"})),o&&t.createElement("div",{className:"flex items-center gap-2.5 ml-auto"},t.createElement("label",{htmlFor:"page-size-select",className:"text-sm font-medium text-muted-foreground whitespace-nowrap"},"Rows per page"),t.createElement("div",{className:"relative"},t.createElement("select",{id:"page-size-select",value:T,onChange:e=>G(parseInt(e.target.value)),className:"h-9 appearance-none rounded-lg border border-input bg-background pl-3 pr-8 text-sm font-medium text-foreground ring-offset-background transition-colors hover:border-ring/50 focus-visible:outline-hidden focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2"},[5,10,20,50].map(e=>t.createElement("option",{key:e,value:e},e))),t.createElement(dt,{className:"pointer-events-none absolute right-2.5 top-1/2 h-3.5 w-3.5 -translate-y-1/2 text-muted-foreground"})))),t.createElement("div",{className:"w-full overflow-hidden rounded-xl border border-border bg-white shadow-md dark:bg-card"},t.createElement("div",{className:"w-full overflow-x-auto"},t.createElement("table",{className:"w-full caption-bottom text-sm"},t.createElement("thead",{className:"bg-[#F9F9F9] dark:bg-muted/50"},t.createElement("tr",{className:"border-b border-border"},k&&t.createElement("th",{className:"h-12 w-10 px-4"},t.createElement(Ag,{checked:L,onChange:Q,dataTestId:"select-all-checkbox"})),e.map(r=>t.createElement("th",{key:r.key,className:"h-12 px-6 text-xs font-bold text-gray-700 transition-colors "+(n&&r.sortable?"group cursor-pointer select-none hover:bg-muted/70":""),style:{width:r.width||"auto"}},t.createElement("div",{className:"h-full flex items-center",onClick:()=>F(r)},tx(r,t=>Lw(t,e,h,Y,P,S),W,n,P)))),b&&t.createElement("th",{className:"h-12 px-6 text-center text-xs font-bold text-gray-700"},t.createElement("div",{className:"flex items-center h-9 justify-center"},t.createElement("span",{className:"truncate"},"Actions"))))),t.createElement("tbody",{className:"divide-y divide-border/80"},Y.length>0?Y.map((r,n)=>t.createElement("tr",{key:X(r,n),onClick:e=>J(r,e),className:`relative transition-colors duration-150 hover:shadow-[inset_2px_0_0_0_var(--color-primary)] ${w&&!k?"cursor-pointer hover:bg-muted/40":"hover:bg-muted/40"} ${D[X(r,n)]?"bg-muted/50":"bg-white dark:bg-card"}`},k&&t.createElement("td",{className:"p-4 px-5 w-10"},t.createElement(Ag,{checked:!!D[X(r,n)],onChange:()=>Z(r,n),dataTestId:`select-row-${n}`})),e.map(e=>t.createElement("td",{key:e.key,className:"px-6 py-3.5",style:{width:e.width||"auto"}},ee(e,r))),b&&t.createElement("td",{className:"px-6 py-3.5 text-center"},b(r)))):t.createElement("tr",{className:"bg-white dark:bg-card"},t.createElement("td",{colSpan:e.length+(b?1:0)+(k?1:0),className:"py-16 px-6 text-center"},t.createElement("div",{className:"flex flex-col items-center gap-2 text-muted-foreground"},t.createElement(wt,{className:"h-8 w-8 opacity-40"}),t.createElement("span",{className:"text-sm font-medium"},"No data available")))))))),o&&U>0&&t.createElement("div",{className:"flex flex-wrap items-center justify-between gap-4 px-1 pt-5 w-full"},t.createElement("div",{className:`text-sm text-muted-foreground whitespace-nowrap ${Iw(B)}`},"Showing"," ",t.createElement("span",{className:"font-semibold text-foreground"},te)," ","to"," ",t.createElement("span",{className:"font-semibold text-foreground"},re)," ","of"," ",t.createElement("span",{className:"font-semibold text-foreground"},q)," ","entries"),t.createElement("div",{className:Rw(R)},t.createElement(Nw,{currentPage:C,totalPages:U,onPageChange:K,disabled:!1,isLoading:!1}))))};var ox,ix="dismissableLayer.update",ax="dismissableLayer.pointerDownOutside",lx="dismissableLayer.focusOutside",sx=e.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set}),cx=e.forwardRef((t,r)=>{const{disableOutsidePointerEvents:n=!1,onEscapeKeyDown:o,onPointerDownOutside:i,onFocusOutside:a,onInteractOutside:l,onDismiss:s,...c}=t,u=e.useContext(sx),[d,p]=e.useState(null),f=d?.ownerDocument??globalThis?.document,[,m]=e.useState({}),h=Ig(r,e=>p(e)),v=Array.from(u.layers),[y]=[...u.layersWithOutsidePointerEventsDisabled].slice(-1),g=v.indexOf(y),b=d?v.indexOf(d):-1,w=u.layersWithOutsidePointerEventsDisabled.size>0,x=b>=g,O=function(t,r=globalThis?.document){const n=Jg(t),o=e.useRef(!1),i=e.useRef(()=>{});return e.useEffect(()=>{const e=e=>{if(e.target&&!o.current){let t=function(){dx(ax,n,o,{discrete:!0})};const o={originalEvent:e};"touch"===e.pointerType?(r.removeEventListener("click",i.current),i.current=t,r.addEventListener("click",i.current,{once:!0})):t()}else r.removeEventListener("click",i.current);o.current=!1},t=window.setTimeout(()=>{r.addEventListener("pointerdown",e)},0);return()=>{window.clearTimeout(t),r.removeEventListener("pointerdown",e),r.removeEventListener("click",i.current)}},[r,n]),{onPointerDownCapture:()=>o.current=!0}}(e=>{const t=e.target,r=[...u.branches].some(e=>e.contains(t));x&&!r&&(i?.(e),l?.(e),e.defaultPrevented||s?.())},f),E=function(t,r=globalThis?.document){const n=Jg(t),o=e.useRef(!1);return e.useEffect(()=>{const e=e=>{if(e.target&&!o.current){dx(lx,n,{originalEvent:e},{discrete:!1})}};return r.addEventListener("focusin",e),()=>r.removeEventListener("focusin",e)},[r,n]),{onFocusCapture:()=>o.current=!0,onBlurCapture:()=>o.current=!1}}(e=>{const t=e.target;[...u.branches].some(e=>e.contains(t))||(a?.(e),l?.(e),e.defaultPrevented||s?.())},f);return function(t,r=globalThis?.document){const n=Jg(t);e.useEffect(()=>{const e=e=>{"Escape"===e.key&&n(e)};return r.addEventListener("keydown",e,{capture:!0}),()=>r.removeEventListener("keydown",e,{capture:!0})},[n,r])}(e=>{b===u.layers.size-1&&(o?.(e),!e.defaultPrevented&&s&&(e.preventDefault(),s()))},f),e.useEffect(()=>{if(d)return n&&(0===u.layersWithOutsidePointerEventsDisabled.size&&(ox=f.body.style.pointerEvents,f.body.style.pointerEvents="none"),u.layersWithOutsidePointerEventsDisabled.add(d)),u.layers.add(d),ux(),()=>{n&&1===u.layersWithOutsidePointerEventsDisabled.size&&(f.body.style.pointerEvents=ox)}},[d,f,n,u]),e.useEffect(()=>()=>{d&&(u.layers.delete(d),u.layersWithOutsidePointerEventsDisabled.delete(d),ux())},[d,u]),e.useEffect(()=>{const e=()=>m({});return document.addEventListener(ix,e),()=>document.removeEventListener(ix,e)},[]),k($g.div,{...c,ref:h,style:{pointerEvents:w?x?"auto":"none":void 0,...t.style},onFocusCapture:Dg(t.onFocusCapture,E.onFocusCapture),onBlurCapture:Dg(t.onBlurCapture,E.onBlurCapture),onPointerDownCapture:Dg(t.onPointerDownCapture,O.onPointerDownCapture)})});cx.displayName="DismissableLayer";function ux(){const e=new CustomEvent(ix);document.dispatchEvent(e)}function dx(e,t,r,{discrete:n}){const o=r.originalEvent.target,i=new CustomEvent(e,{bubbles:!1,cancelable:!0,detail:r});t&&o.addEventListener(e,t,{once:!0}),n?function(e,t){e&&S.flushSync(()=>e.dispatchEvent(t))}(o,i):o.dispatchEvent(i)}e.forwardRef((t,r)=>{const n=e.useContext(sx),o=e.useRef(null),i=Ig(r,o);return e.useEffect(()=>{const e=o.current;if(e)return n.branches.add(e),()=>{n.branches.delete(e)}},[n.branches]),k($g.div,{...t,ref:i})}).displayName="DismissableLayerBranch";var px=0;function fx(){e.useEffect(()=>{const e=document.querySelectorAll("[data-radix-focus-guard]");return document.body.insertAdjacentElement("afterbegin",e[0]??mx()),document.body.insertAdjacentElement("beforeend",e[1]??mx()),px++,()=>{1===px&&document.querySelectorAll("[data-radix-focus-guard]").forEach(e=>e.remove()),px--}},[])}function mx(){const e=document.createElement("span");return e.setAttribute("data-radix-focus-guard",""),e.tabIndex=0,e.style.outline="none",e.style.opacity="0",e.style.position="fixed",e.style.pointerEvents="none",e}var hx="focusScope.autoFocusOnMount",vx="focusScope.autoFocusOnUnmount",yx={bubbles:!1,cancelable:!0},gx=e.forwardRef((t,r)=>{const{loop:n=!1,trapped:o=!1,onMountAutoFocus:i,onUnmountAutoFocus:a,...l}=t,[s,c]=e.useState(null),u=Jg(i),d=Jg(a),p=e.useRef(null),f=Ig(r,e=>c(e)),m=e.useRef({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;e.useEffect(()=>{if(o){let e=function(e){if(m.paused||!s)return;const t=e.target;s.contains(t)?p.current=t:Ox(p.current,{select:!0})},t=function(e){if(m.paused||!s)return;const t=e.relatedTarget;null!==t&&(s.contains(t)||Ox(p.current,{select:!0}))},r=function(e){if(document.activeElement===document.body)for(const t of e)t.removedNodes.length>0&&Ox(s)};document.addEventListener("focusin",e),document.addEventListener("focusout",t);const n=new MutationObserver(r);return s&&n.observe(s,{childList:!0,subtree:!0}),()=>{document.removeEventListener("focusin",e),document.removeEventListener("focusout",t),n.disconnect()}}},[o,s,m.paused]),e.useEffect(()=>{if(s){Ex.add(m);const t=document.activeElement;if(!s.contains(t)){const r=new CustomEvent(hx,yx);s.addEventListener(hx,u),s.dispatchEvent(r),r.defaultPrevented||(!function(e,{select:t=!1}={}){const r=document.activeElement;for(const n of e)if(Ox(n,{select:t}),document.activeElement!==r)return}((e=bx(s),e.filter(e=>"A"!==e.tagName)),{select:!0}),document.activeElement===t&&Ox(s))}return()=>{s.removeEventListener(hx,u),setTimeout(()=>{const e=new CustomEvent(vx,yx);s.addEventListener(vx,d),s.dispatchEvent(e),e.defaultPrevented||Ox(t??document.body,{select:!0}),s.removeEventListener(vx,d),Ex.remove(m)},0)}}var e},[s,u,d,m]);const h=e.useCallback(e=>{if(!n&&!o)return;if(m.paused)return;const t="Tab"===e.key&&!e.altKey&&!e.ctrlKey&&!e.metaKey,r=document.activeElement;if(t&&r){const t=e.currentTarget,[o,i]=function(e){const t=bx(e),r=wx(t,e),n=wx(t.reverse(),e);return[r,n]}(t);o&&i?e.shiftKey||r!==i?e.shiftKey&&r===o&&(e.preventDefault(),n&&Ox(i,{select:!0})):(e.preventDefault(),n&&Ox(o,{select:!0})):r===t&&e.preventDefault()}},[n,o,m.paused]);return k($g.div,{tabIndex:-1,...l,ref:f,onKeyDown:h})});function bx(e){const t=[],r=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:e=>{const t="INPUT"===e.tagName&&"hidden"===e.type;return e.disabled||e.hidden||t?NodeFilter.FILTER_SKIP:e.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;r.nextNode();)t.push(r.currentNode);return t}function wx(e,t){for(const r of e)if(!xx(r,{upTo:t}))return r}function xx(e,{upTo:t}){if("hidden"===getComputedStyle(e).visibility)return!0;for(;e;){if(void 0!==t&&e===t)return!1;if("none"===getComputedStyle(e).display)return!0;e=e.parentElement}return!1}function Ox(e,{select:t=!1}={}){if(e&&e.focus){const r=document.activeElement;e.focus({preventScroll:!0}),e!==r&&function(e){return e instanceof HTMLInputElement&&"select"in e}(e)&&t&&e.select()}}gx.displayName="FocusScope";var Ex=function(){let e=[];return{add(t){const r=e[0];t!==r&&r?.pause(),e=kx(e,t),e.unshift(t)},remove(t){e=kx(e,t),e[0]?.resume()}}}();function kx(e,t){const r=[...e],n=r.indexOf(t);return-1!==n&&r.splice(n,1),r}const jx=["top","right","bottom","left"],Px=Math.min,Sx=Math.max,Cx=Math.round,Nx=Math.floor,Tx=e=>({x:e,y:e}),Mx={left:"right",right:"left",bottom:"top",top:"bottom"};function Ax(e,t,r){return Sx(e,Px(t,r))}function zx(e,t){return"function"==typeof e?e(t):e}function Dx(e){return e.split("-")[0]}function _x(e){return e.split("-")[1]}function Lx(e){return"x"===e?"y":"x"}function Ix(e){return"y"===e?"height":"width"}function Rx(e){const t=e[0];return"t"===t||"b"===t?"y":"x"}function Bx(e){return Lx(Rx(e))}function Wx(e){return e.includes("start")?e.replace("start","end"):e.replace("end","start")}const Fx=["left","right"],Vx=["right","left"],$x=["top","bottom"],Hx=["bottom","top"];function Ux(e,t,r,n){const o=_x(e);let i=function(e,t,r){switch(e){case"top":case"bottom":return r?t?Vx:Fx:t?Fx:Vx;case"left":case"right":return t?$x:Hx;default:return[]}}(Dx(e),"start"===r,n);return o&&(i=i.map(e=>e+"-"+o),t&&(i=i.concat(i.map(Wx)))),i}function qx(e){const t=Dx(e);return Mx[t]+e.slice(t.length)}function Yx(e){return"number"!=typeof e?function(e){return{top:0,right:0,bottom:0,left:0,...e}}(e):{top:e,right:e,bottom:e,left:e}}function Kx(e){const{x:t,y:r,width:n,height:o}=e;return{width:n,height:o,top:r,left:t,right:t+n,bottom:r+o,x:t,y:r}}function Gx(e,t,r){let{reference:n,floating:o}=e;const i=Rx(t),a=Bx(t),l=Ix(a),s=Dx(t),c="y"===i,u=n.x+n.width/2-o.width/2,d=n.y+n.height/2-o.height/2,p=n[l]/2-o[l]/2;let f;switch(s){case"top":f={x:u,y:n.y-o.height};break;case"bottom":f={x:u,y:n.y+n.height};break;case"right":f={x:n.x+n.width,y:d};break;case"left":f={x:n.x-o.width,y:d};break;default:f={x:n.x,y:n.y}}switch(_x(t)){case"start":f[a]-=p*(r&&c?-1:1);break;case"end":f[a]+=p*(r&&c?-1:1)}return f}async function Xx(e,t){var r;void 0===t&&(t={});const{x:n,y:o,platform:i,rects:a,elements:l,strategy:s}=e,{boundary:c="clippingAncestors",rootBoundary:u="viewport",elementContext:d="floating",altBoundary:p=!1,padding:f=0}=zx(t,e),m=Yx(f),h=l[p?"floating"===d?"reference":"floating":d],v=Kx(await i.getClippingRect({element:null==(r=await(null==i.isElement?void 0:i.isElement(h)))||r?h:h.contextElement||await(null==i.getDocumentElement?void 0:i.getDocumentElement(l.floating)),boundary:c,rootBoundary:u,strategy:s})),y="floating"===d?{x:n,y:o,width:a.floating.width,height:a.floating.height}:a.reference,g=await(null==i.getOffsetParent?void 0:i.getOffsetParent(l.floating)),b=await(null==i.isElement?void 0:i.isElement(g))&&await(null==i.getScale?void 0:i.getScale(g))||{x:1,y:1},w=Kx(i.convertOffsetParentRelativeRectToViewportRelativeRect?await i.convertOffsetParentRelativeRectToViewportRelativeRect({elements:l,rect:y,offsetParent:g,strategy:s}):y);return{top:(v.top-w.top+m.top)/b.y,bottom:(w.bottom-v.bottom+m.bottom)/b.y,left:(v.left-w.left+m.left)/b.x,right:(w.right-v.right+m.right)/b.x}}function Zx(e,t){return{top:e.top-t.height,right:e.right-t.width,bottom:e.bottom-t.height,left:e.left-t.width}}function Jx(e){return jx.some(t=>e[t]>=0)}const Qx=new Set(["left","top"]);function eO(){return"undefined"!=typeof window}function tO(e){return oO(e)?(e.nodeName||"").toLowerCase():"#document"}function rO(e){var t;return(null==e||null==(t=e.ownerDocument)?void 0:t.defaultView)||window}function nO(e){var t;return null==(t=(oO(e)?e.ownerDocument:e.document)||window.document)?void 0:t.documentElement}function oO(e){return!!eO()&&(e instanceof Node||e instanceof rO(e).Node)}function iO(e){return!!eO()&&(e instanceof Element||e instanceof rO(e).Element)}function aO(e){return!!eO()&&(e instanceof HTMLElement||e instanceof rO(e).HTMLElement)}function lO(e){return!(!eO()||"undefined"==typeof ShadowRoot)&&(e instanceof ShadowRoot||e instanceof rO(e).ShadowRoot)}function sO(e){const{overflow:t,overflowX:r,overflowY:n,display:o}=gO(e);return/auto|scroll|overlay|hidden|clip/.test(t+n+r)&&"inline"!==o&&"contents"!==o}function cO(e){return/^(table|td|th)$/.test(tO(e))}function uO(e){try{if(e.matches(":popover-open"))return!0}catch(e){}try{return e.matches(":modal")}catch(e){return!1}}const dO=/transform|translate|scale|rotate|perspective|filter/,pO=/paint|layout|strict|content/,fO=e=>!!e&&"none"!==e;let mO;function hO(e){const t=iO(e)?gO(e):e;return fO(t.transform)||fO(t.translate)||fO(t.scale)||fO(t.rotate)||fO(t.perspective)||!vO()&&(fO(t.backdropFilter)||fO(t.filter))||dO.test(t.willChange||"")||pO.test(t.contain||"")}function vO(){return null==mO&&(mO="undefined"!=typeof CSS&&CSS.supports&&CSS.supports("-webkit-backdrop-filter","none")),mO}function yO(e){return/^(html|body|#document)$/.test(tO(e))}function gO(e){return rO(e).getComputedStyle(e)}function bO(e){return iO(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function wO(e){if("html"===tO(e))return e;const t=e.assignedSlot||e.parentNode||lO(e)&&e.host||nO(e);return lO(t)?t.host:t}function xO(e){const t=wO(e);return yO(t)?e.ownerDocument?e.ownerDocument.body:e.body:aO(t)&&sO(t)?t:xO(t)}function OO(e,t,r){var n;void 0===t&&(t=[]),void 0===r&&(r=!0);const o=xO(e),i=o===(null==(n=e.ownerDocument)?void 0:n.body),a=rO(o);if(i){const e=EO(a);return t.concat(a,a.visualViewport||[],sO(o)?o:[],e&&r?OO(e):[])}return t.concat(o,OO(o,[],r))}function EO(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function kO(e){const t=gO(e);let r=parseFloat(t.width)||0,n=parseFloat(t.height)||0;const o=aO(e),i=o?e.offsetWidth:r,a=o?e.offsetHeight:n,l=Cx(r)!==i||Cx(n)!==a;return l&&(r=i,n=a),{width:r,height:n,$:l}}function jO(e){return iO(e)?e:e.contextElement}function PO(e){const t=jO(e);if(!aO(t))return Tx(1);const r=t.getBoundingClientRect(),{width:n,height:o,$:i}=kO(t);let a=(i?Cx(r.width):r.width)/n,l=(i?Cx(r.height):r.height)/o;return a&&Number.isFinite(a)||(a=1),l&&Number.isFinite(l)||(l=1),{x:a,y:l}}const SO=Tx(0);function CO(e){const t=rO(e);return vO()&&t.visualViewport?{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}:SO}function NO(e,t,r,n){void 0===t&&(t=!1),void 0===r&&(r=!1);const o=e.getBoundingClientRect(),i=jO(e);let a=Tx(1);t&&(n?iO(n)&&(a=PO(n)):a=PO(e));const l=function(e,t,r){return void 0===t&&(t=!1),!(!r||t&&r!==rO(e))&&t}(i,r,n)?CO(i):Tx(0);let s=(o.left+l.x)/a.x,c=(o.top+l.y)/a.y,u=o.width/a.x,d=o.height/a.y;if(i){const e=rO(i),t=n&&iO(n)?rO(n):n;let r=e,o=EO(r);for(;o&&n&&t!==r;){const e=PO(o),t=o.getBoundingClientRect(),n=gO(o),i=t.left+(o.clientLeft+parseFloat(n.paddingLeft))*e.x,a=t.top+(o.clientTop+parseFloat(n.paddingTop))*e.y;s*=e.x,c*=e.y,u*=e.x,d*=e.y,s+=i,c+=a,r=rO(o),o=EO(r)}}return Kx({width:u,height:d,x:s,y:c})}function TO(e,t){const r=bO(e).scrollLeft;return t?t.left+r:NO(nO(e)).left+r}function MO(e,t){const r=e.getBoundingClientRect();return{x:r.left+t.scrollLeft-TO(e,r),y:r.top+t.scrollTop}}function AO(e,t,r){let n;if("viewport"===t)n=function(e,t){const r=rO(e),n=nO(e),o=r.visualViewport;let i=n.clientWidth,a=n.clientHeight,l=0,s=0;if(o){i=o.width,a=o.height;const e=vO();(!e||e&&"fixed"===t)&&(l=o.offsetLeft,s=o.offsetTop)}const c=TO(n);if(c<=0){const e=n.ownerDocument,t=e.body,r=getComputedStyle(t),o="CSS1Compat"===e.compatMode&&parseFloat(r.marginLeft)+parseFloat(r.marginRight)||0,a=Math.abs(n.clientWidth-t.clientWidth-o);a<=25&&(i-=a)}else c<=25&&(i+=c);return{width:i,height:a,x:l,y:s}}(e,r);else if("document"===t)n=function(e){const t=nO(e),r=bO(e),n=e.ownerDocument.body,o=Sx(t.scrollWidth,t.clientWidth,n.scrollWidth,n.clientWidth),i=Sx(t.scrollHeight,t.clientHeight,n.scrollHeight,n.clientHeight);let a=-r.scrollLeft+TO(e);const l=-r.scrollTop;return"rtl"===gO(n).direction&&(a+=Sx(t.clientWidth,n.clientWidth)-o),{width:o,height:i,x:a,y:l}}(nO(e));else if(iO(t))n=function(e,t){const r=NO(e,!0,"fixed"===t),n=r.top+e.clientTop,o=r.left+e.clientLeft,i=aO(e)?PO(e):Tx(1);return{width:e.clientWidth*i.x,height:e.clientHeight*i.y,x:o*i.x,y:n*i.y}}(t,r);else{const r=CO(e);n={x:t.x-r.x,y:t.y-r.y,width:t.width,height:t.height}}return Kx(n)}function zO(e,t){const r=wO(e);return!(r===t||!iO(r)||yO(r))&&("fixed"===gO(r).position||zO(r,t))}function DO(e,t,r){const n=aO(t),o=nO(t),i="fixed"===r,a=NO(e,!0,i,t);let l={scrollLeft:0,scrollTop:0};const s=Tx(0);function c(){s.x=TO(o)}if(n||!n&&!i)if(("body"!==tO(t)||sO(o))&&(l=bO(t)),n){const e=NO(t,!0,i,t);s.x=e.x+t.clientLeft,s.y=e.y+t.clientTop}else o&&c();i&&!n&&o&&c();const u=!o||n||i?Tx(0):MO(o,l);return{x:a.left+l.scrollLeft-s.x-u.x,y:a.top+l.scrollTop-s.y-u.y,width:a.width,height:a.height}}function _O(e){return"static"===gO(e).position}function LO(e,t){if(!aO(e)||"fixed"===gO(e).position)return null;if(t)return t(e);let r=e.offsetParent;return nO(e)===r&&(r=r.ownerDocument.body),r}function IO(e,t){const r=rO(e);if(uO(e))return r;if(!aO(e)){let t=wO(e);for(;t&&!yO(t);){if(iO(t)&&!_O(t))return t;t=wO(t)}return r}let n=LO(e,t);for(;n&&cO(n)&&_O(n);)n=LO(n,t);return n&&yO(n)&&_O(n)&&!hO(n)?r:n||function(e){let t=wO(e);for(;aO(t)&&!yO(t);){if(hO(t))return t;if(uO(t))return null;t=wO(t)}return null}(e)||r}const RO={convertOffsetParentRelativeRectToViewportRelativeRect:function(e){let{elements:t,rect:r,offsetParent:n,strategy:o}=e;const i="fixed"===o,a=nO(n),l=!!t&&uO(t.floating);if(n===a||l&&i)return r;let s={scrollLeft:0,scrollTop:0},c=Tx(1);const u=Tx(0),d=aO(n);if((d||!d&&!i)&&(("body"!==tO(n)||sO(a))&&(s=bO(n)),d)){const e=NO(n);c=PO(n),u.x=e.x+n.clientLeft,u.y=e.y+n.clientTop}const p=!a||d||i?Tx(0):MO(a,s);return{width:r.width*c.x,height:r.height*c.y,x:r.x*c.x-s.scrollLeft*c.x+u.x+p.x,y:r.y*c.y-s.scrollTop*c.y+u.y+p.y}},getDocumentElement:nO,getClippingRect:function(e){let{element:t,boundary:r,rootBoundary:n,strategy:o}=e;const i="clippingAncestors"===r?uO(t)?[]:function(e,t){const r=t.get(e);if(r)return r;let n=OO(e,[],!1).filter(e=>iO(e)&&"body"!==tO(e)),o=null;const i="fixed"===gO(e).position;let a=i?wO(e):e;for(;iO(a)&&!yO(a);){const t=gO(a),r=hO(a);r||"fixed"!==t.position||(o=null),(i?!r&&!o:!r&&"static"===t.position&&o&&("absolute"===o.position||"fixed"===o.position)||sO(a)&&!r&&zO(e,a))?n=n.filter(e=>e!==a):o=t,a=wO(a)}return t.set(e,n),n}(t,this._c):[].concat(r),a=[...i,n],l=AO(t,a[0],o);let s=l.top,c=l.right,u=l.bottom,d=l.left;for(let e=1;e<a.length;e++){const r=AO(t,a[e],o);s=Sx(r.top,s),c=Px(r.right,c),u=Px(r.bottom,u),d=Sx(r.left,d)}return{width:c-d,height:u-s,x:d,y:s}},getOffsetParent:IO,getElementRects:async function(e){const t=this.getOffsetParent||IO,r=this.getDimensions,n=await r(e.floating);return{reference:DO(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:n.width,height:n.height}}},getClientRects:function(e){return Array.from(e.getClientRects())},getDimensions:function(e){const{width:t,height:r}=kO(e);return{width:t,height:r}},getScale:PO,isElement:iO,isRTL:function(e){return"rtl"===gO(e).direction}};function BO(e,t){return e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height}function WO(e,t,r,n){void 0===n&&(n={});const{ancestorScroll:o=!0,ancestorResize:i=!0,elementResize:a="function"==typeof ResizeObserver,layoutShift:l="function"==typeof IntersectionObserver,animationFrame:s=!1}=n,c=jO(e),u=o||i?[...c?OO(c):[],...t?OO(t):[]]:[];u.forEach(e=>{o&&e.addEventListener("scroll",r,{passive:!0}),i&&e.addEventListener("resize",r)});const d=c&&l?function(e,t){let r,n=null;const o=nO(e);function i(){var e;clearTimeout(r),null==(e=n)||e.disconnect(),n=null}return function a(l,s){void 0===l&&(l=!1),void 0===s&&(s=1),i();const c=e.getBoundingClientRect(),{left:u,top:d,width:p,height:f}=c;if(l||t(),!p||!f)return;const m={rootMargin:-Nx(d)+"px "+-Nx(o.clientWidth-(u+p))+"px "+-Nx(o.clientHeight-(d+f))+"px "+-Nx(u)+"px",threshold:Sx(0,Px(1,s))||1};let h=!0;function v(t){const n=t[0].intersectionRatio;if(n!==s){if(!h)return a();n?a(!1,n):r=setTimeout(()=>{a(!1,1e-7)},1e3)}1!==n||BO(c,e.getBoundingClientRect())||a(),h=!1}try{n=new IntersectionObserver(v,{...m,root:o.ownerDocument})}catch(e){n=new IntersectionObserver(v,m)}n.observe(e)}(!0),i}(c,r):null;let p,f=-1,m=null;a&&(m=new ResizeObserver(e=>{let[n]=e;n&&n.target===c&&m&&t&&(m.unobserve(t),cancelAnimationFrame(f),f=requestAnimationFrame(()=>{var e;null==(e=m)||e.observe(t)})),r()}),c&&!s&&m.observe(c),t&&m.observe(t));let h=s?NO(e):null;return s&&function t(){const n=NO(e);h&&!BO(h,n)&&r();h=n,p=requestAnimationFrame(t)}(),r(),()=>{var e;u.forEach(e=>{o&&e.removeEventListener("scroll",r),i&&e.removeEventListener("resize",r)}),null==d||d(),null==(e=m)||e.disconnect(),m=null,s&&cancelAnimationFrame(p)}}const FO=function(e){return void 0===e&&(e=0),{name:"offset",options:e,async fn(t){var r,n;const{x:o,y:i,placement:a,middlewareData:l}=t,s=await async function(e,t){const{placement:r,platform:n,elements:o}=e,i=await(null==n.isRTL?void 0:n.isRTL(o.floating)),a=Dx(r),l=_x(r),s="y"===Rx(r),c=Qx.has(a)?-1:1,u=i&&s?-1:1,d=zx(t,e);let{mainAxis:p,crossAxis:f,alignmentAxis:m}="number"==typeof d?{mainAxis:d,crossAxis:0,alignmentAxis:null}:{mainAxis:d.mainAxis||0,crossAxis:d.crossAxis||0,alignmentAxis:d.alignmentAxis};return l&&"number"==typeof m&&(f="end"===l?-1*m:m),s?{x:f*u,y:p*c}:{x:p*c,y:f*u}}(t,e);return a===(null==(r=l.offset)?void 0:r.placement)&&null!=(n=l.arrow)&&n.alignmentOffset?{}:{x:o+s.x,y:i+s.y,data:{...s,placement:a}}}}},VO=function(e){return void 0===e&&(e={}),{name:"shift",options:e,async fn(t){const{x:r,y:n,placement:o,platform:i}=t,{mainAxis:a=!0,crossAxis:l=!1,limiter:s={fn:e=>{let{x:t,y:r}=e;return{x:t,y:r}}},...c}=zx(e,t),u={x:r,y:n},d=await i.detectOverflow(t,c),p=Rx(Dx(o)),f=Lx(p);let m=u[f],h=u[p];if(a){const e="y"===f?"bottom":"right";m=Ax(m+d["y"===f?"top":"left"],m,m-d[e])}if(l){const e="y"===p?"bottom":"right";h=Ax(h+d["y"===p?"top":"left"],h,h-d[e])}const v=s.fn({...t,[f]:m,[p]:h});return{...v,data:{x:v.x-r,y:v.y-n,enabled:{[f]:a,[p]:l}}}}}},$O=function(e){return void 0===e&&(e={}),{name:"flip",options:e,async fn(t){var r,n;const{placement:o,middlewareData:i,rects:a,initialPlacement:l,platform:s,elements:c}=t,{mainAxis:u=!0,crossAxis:d=!0,fallbackPlacements:p,fallbackStrategy:f="bestFit",fallbackAxisSideDirection:m="none",flipAlignment:h=!0,...v}=zx(e,t);if(null!=(r=i.arrow)&&r.alignmentOffset)return{};const y=Dx(o),g=Rx(l),b=Dx(l)===l,w=await(null==s.isRTL?void 0:s.isRTL(c.floating)),x=p||(b||!h?[qx(l)]:function(e){const t=qx(e);return[Wx(e),t,Wx(t)]}(l)),O="none"!==m;!p&&O&&x.push(...Ux(l,h,m,w));const E=[l,...x],k=await s.detectOverflow(t,v),j=[];let P=(null==(n=i.flip)?void 0:n.overflows)||[];if(u&&j.push(k[y]),d){const e=function(e,t,r){void 0===r&&(r=!1);const n=_x(e),o=Bx(e),i=Ix(o);let a="x"===o?n===(r?"end":"start")?"right":"left":"start"===n?"bottom":"top";return t.reference[i]>t.floating[i]&&(a=qx(a)),[a,qx(a)]}(o,a,w);j.push(k[e[0]],k[e[1]])}if(P=[...P,{placement:o,overflows:j}],!j.every(e=>e<=0)){var S,C;const e=((null==(S=i.flip)?void 0:S.index)||0)+1,t=E[e];if(t){if(!("alignment"===d&&g!==Rx(t))||P.every(e=>Rx(e.placement)!==g||e.overflows[0]>0))return{data:{index:e,overflows:P},reset:{placement:t}}}let r=null==(C=P.filter(e=>e.overflows[0]<=0).sort((e,t)=>e.overflows[1]-t.overflows[1])[0])?void 0:C.placement;if(!r)switch(f){case"bestFit":{var N;const e=null==(N=P.filter(e=>{if(O){const t=Rx(e.placement);return t===g||"y"===t}return!0}).map(e=>[e.placement,e.overflows.filter(e=>e>0).reduce((e,t)=>e+t,0)]).sort((e,t)=>e[1]-t[1])[0])?void 0:N[0];e&&(r=e);break}case"initialPlacement":r=l}if(o!==r)return{reset:{placement:r}}}return{}}}},HO=function(e){return void 0===e&&(e={}),{name:"size",options:e,async fn(t){var r,n;const{placement:o,rects:i,platform:a,elements:l}=t,{apply:s=()=>{},...c}=zx(e,t),u=await a.detectOverflow(t,c),d=Dx(o),p=_x(o),f="y"===Rx(o),{width:m,height:h}=i.floating;let v,y;"top"===d||"bottom"===d?(v=d,y=p===(await(null==a.isRTL?void 0:a.isRTL(l.floating))?"start":"end")?"left":"right"):(y=d,v="end"===p?"top":"bottom");const g=h-u.top-u.bottom,b=m-u.left-u.right,w=Px(h-u[v],g),x=Px(m-u[y],b),O=!t.middlewareData.shift;let E=w,k=x;if(null!=(r=t.middlewareData.shift)&&r.enabled.x&&(k=b),null!=(n=t.middlewareData.shift)&&n.enabled.y&&(E=g),O&&!p){const e=Sx(u.left,0),t=Sx(u.right,0),r=Sx(u.top,0),n=Sx(u.bottom,0);f?k=m-2*(0!==e||0!==t?e+t:Sx(u.left,u.right)):E=h-2*(0!==r||0!==n?r+n:Sx(u.top,u.bottom))}await s({...t,availableWidth:k,availableHeight:E});const j=await a.getDimensions(l.floating);return m!==j.width||h!==j.height?{reset:{rects:!0}}:{}}}},UO=function(e){return void 0===e&&(e={}),{name:"hide",options:e,async fn(t){const{rects:r,platform:n}=t,{strategy:o="referenceHidden",...i}=zx(e,t);switch(o){case"referenceHidden":{const e=Zx(await n.detectOverflow(t,{...i,elementContext:"reference"}),r.reference);return{data:{referenceHiddenOffsets:e,referenceHidden:Jx(e)}}}case"escaped":{const e=Zx(await n.detectOverflow(t,{...i,altBoundary:!0}),r.floating);return{data:{escapedOffsets:e,escaped:Jx(e)}}}default:return{}}}}},qO=e=>({name:"arrow",options:e,async fn(t){const{x:r,y:n,placement:o,rects:i,platform:a,elements:l,middlewareData:s}=t,{element:c,padding:u=0}=zx(e,t)||{};if(null==c)return{};const d=Yx(u),p={x:r,y:n},f=Bx(o),m=Ix(f),h=await a.getDimensions(c),v="y"===f,y=v?"top":"left",g=v?"bottom":"right",b=v?"clientHeight":"clientWidth",w=i.reference[m]+i.reference[f]-p[f]-i.floating[m],x=p[f]-i.reference[f],O=await(null==a.getOffsetParent?void 0:a.getOffsetParent(c));let E=O?O[b]:0;E&&await(null==a.isElement?void 0:a.isElement(O))||(E=l.floating[b]||i.floating[m]);const k=w/2-x/2,j=E/2-h[m]/2-1,P=Px(d[y],j),S=Px(d[g],j),C=P,N=E-h[m]-S,T=E/2-h[m]/2+k,M=Ax(C,T,N),A=!s.arrow&&null!=_x(o)&&T!==M&&i.reference[m]/2-(T<C?P:S)-h[m]/2<0,z=A?T<C?T-C:T-N:0;return{[f]:p[f]+z,data:{[f]:M,centerOffset:T-M-z,...A&&{alignmentOffset:z}},reset:A}}}),YO=function(e){return void 0===e&&(e={}),{options:e,fn(t){const{x:r,y:n,placement:o,rects:i,middlewareData:a}=t,{offset:l=0,mainAxis:s=!0,crossAxis:c=!0}=zx(e,t),u={x:r,y:n},d=Rx(o),p=Lx(d);let f=u[p],m=u[d];const h=zx(l,t),v="number"==typeof h?{mainAxis:h,crossAxis:0}:{mainAxis:0,crossAxis:0,...h};if(s){const e="y"===p?"height":"width",t=i.reference[p]-i.floating[e]+v.mainAxis,r=i.reference[p]+i.reference[e]-v.mainAxis;f<t?f=t:f>r&&(f=r)}if(c){var y,g;const e="y"===p?"width":"height",t=Qx.has(Dx(o)),r=i.reference[d]-i.floating[e]+(t&&(null==(y=a.offset)?void 0:y[d])||0)+(t?0:v.crossAxis),n=i.reference[d]+i.reference[e]+(t?0:(null==(g=a.offset)?void 0:g[d])||0)-(t?v.crossAxis:0);m<r?m=r:m>n&&(m=n)}return{[p]:f,[d]:m}}}},KO=(e,t,r)=>{const n=new Map,o={platform:RO,...r},i={...o.platform,_c:n};return(async(e,t,r)=>{const{placement:n="bottom",strategy:o="absolute",middleware:i=[],platform:a}=r,l=a.detectOverflow?a:{...a,detectOverflow:Xx},s=await(null==a.isRTL?void 0:a.isRTL(t));let c=await a.getElementRects({reference:e,floating:t,strategy:o}),{x:u,y:d}=Gx(c,n,s),p=n,f=0;const m={};for(let r=0;r<i.length;r++){const h=i[r];if(!h)continue;const{name:v,fn:y}=h,{x:g,y:b,data:w,reset:x}=await y({x:u,y:d,initialPlacement:n,placement:p,strategy:o,middlewareData:m,rects:c,platform:l,elements:{reference:e,floating:t}});u=null!=g?g:u,d=null!=b?b:d,m[v]={...m[v],...w},x&&f<50&&(f++,"object"==typeof x&&(x.placement&&(p=x.placement),x.rects&&(c=!0===x.rects?await a.getElementRects({reference:e,floating:t,strategy:o}):x.rects),({x:u,y:d}=Gx(c,p,s))),r=-1)}return{x:u,y:d,placement:p,strategy:o,middlewareData:m}})(e,t,{...o,platform:i})};var GO="undefined"!=typeof document?p:function(){};function XO(e,t){if(e===t)return!0;if(typeof e!=typeof t)return!1;if("function"==typeof e&&e.toString()===t.toString())return!0;let r,n,o;if(e&&t&&"object"==typeof e){if(Array.isArray(e)){if(r=e.length,r!==t.length)return!1;for(n=r;0!==n--;)if(!XO(e[n],t[n]))return!1;return!0}if(o=Object.keys(e),r=o.length,r!==Object.keys(t).length)return!1;for(n=r;0!==n--;)if(!{}.hasOwnProperty.call(t,o[n]))return!1;for(n=r;0!==n--;){const r=o[n];if(("_owner"!==r||!e.$$typeof)&&!XO(e[r],t[r]))return!1}return!0}return e!=e&&t!=t}function ZO(e){if("undefined"==typeof window)return 1;return(e.ownerDocument.defaultView||window).devicePixelRatio||1}function JO(e,t){const r=ZO(e);return Math.round(t*r)/r}function QO(t){const r=e.useRef(t);return GO(()=>{r.current=t}),r}const eE=(e,t)=>{const r=FO(e);return{name:r.name,fn:r.fn,options:[e,t]}},tE=(e,t)=>{const r=VO(e);return{name:r.name,fn:r.fn,options:[e,t]}},rE=(e,t)=>({fn:YO(e).fn,options:[e,t]}),nE=(e,t)=>{const r=$O(e);return{name:r.name,fn:r.fn,options:[e,t]}},oE=(e,t)=>{const r=HO(e);return{name:r.name,fn:r.fn,options:[e,t]}},iE=(e,t)=>{const r=UO(e);return{name:r.name,fn:r.fn,options:[e,t]}},aE=(e,t)=>{const r=(e=>({name:"arrow",options:e,fn(t){const{element:r,padding:n}="function"==typeof e?e(t):e;return r&&(o=r,{}.hasOwnProperty.call(o,"current"))?null!=r.current?qO({element:r.current,padding:n}).fn(t):{}:r?qO({element:r,padding:n}).fn(t):{};var o}}))(e);return{name:r.name,fn:r.fn,options:[e,t]}};var lE=e.forwardRef((e,t)=>{const{children:r,width:n=10,height:o=5,...i}=e;return k($g.svg,{...i,ref:t,width:n,height:o,viewBox:"0 0 30 10",preserveAspectRatio:"none",children:e.asChild?r:k("polygon",{points:"0,0 30,0 15,10"})})});lE.displayName="Arrow";var sE=lE,cE="Popper",[uE,dE]=Rg(cE),[pE,fE]=uE(cE),mE=t=>{const{__scopePopper:r,children:n}=t,[o,i]=e.useState(null);return k(pE,{scope:r,anchor:o,onAnchorChange:i,children:n})};mE.displayName=cE;var hE="PopperAnchor",vE=e.forwardRef((t,r)=>{const{__scopePopper:n,virtualRef:o,...i}=t,a=fE(hE,n),l=e.useRef(null),s=Ig(r,l),c=e.useRef(null);return e.useEffect(()=>{const e=c.current;c.current=o?.current||l.current,e!==c.current&&a.onAnchorChange(c.current)}),o?null:k($g.div,{...i,ref:s})});vE.displayName=hE;var yE="PopperContent",[gE,bE]=uE(yE),wE=e.forwardRef((t,r)=>{const{__scopePopper:n,side:o="bottom",sideOffset:i=0,align:a="center",alignOffset:l=0,arrowPadding:s=0,avoidCollisions:c=!0,collisionBoundary:u=[],collisionPadding:d=0,sticky:p="partial",hideWhenDetached:f=!1,updatePositionStrategy:m="optimized",onPlaced:h,...v}=t,y=fE(yE,n),[g,b]=e.useState(null),w=Ig(r,e=>b(e)),[x,O]=e.useState(null),E=xb(x),j=E?.width??0,P=E?.height??0,C=o+("center"!==a?"-"+a:""),N="number"==typeof d?d:{top:0,right:0,bottom:0,left:0,...d},T=Array.isArray(u)?u:[u],M=T.length>0,A={padding:N,boundary:T.filter(kE),altBoundary:M},{refs:z,floatingStyles:D,placement:_,isPositioned:L,middlewareData:I}=function(t){void 0===t&&(t={});const{placement:r="bottom",strategy:n="absolute",middleware:o=[],platform:i,elements:{reference:a,floating:l}={},transform:s=!0,whileElementsMounted:c,open:u}=t,[d,p]=e.useState({x:0,y:0,strategy:n,placement:r,middlewareData:{},isPositioned:!1}),[f,m]=e.useState(o);XO(f,o)||m(o);const[h,v]=e.useState(null),[y,g]=e.useState(null),b=e.useCallback(e=>{e!==E.current&&(E.current=e,v(e))},[]),w=e.useCallback(e=>{e!==k.current&&(k.current=e,g(e))},[]),x=a||h,O=l||y,E=e.useRef(null),k=e.useRef(null),j=e.useRef(d),P=null!=c,C=QO(c),N=QO(i),T=QO(u),M=e.useCallback(()=>{if(!E.current||!k.current)return;const e={placement:r,strategy:n,middleware:f};N.current&&(e.platform=N.current),KO(E.current,k.current,e).then(e=>{const t={...e,isPositioned:!1!==T.current};A.current&&!XO(j.current,t)&&(j.current=t,S.flushSync(()=>{p(t)}))})},[f,r,n,N,T]);GO(()=>{!1===u&&j.current.isPositioned&&(j.current.isPositioned=!1,p(e=>({...e,isPositioned:!1})))},[u]);const A=e.useRef(!1);GO(()=>(A.current=!0,()=>{A.current=!1}),[]),GO(()=>{if(x&&(E.current=x),O&&(k.current=O),x&&O){if(C.current)return C.current(x,O,M);M()}},[x,O,M,C,P]);const z=e.useMemo(()=>({reference:E,floating:k,setReference:b,setFloating:w}),[b,w]),D=e.useMemo(()=>({reference:x,floating:O}),[x,O]),_=e.useMemo(()=>{const e={position:n,left:0,top:0};if(!D.floating)return e;const t=JO(D.floating,d.x),r=JO(D.floating,d.y);return s?{...e,transform:"translate("+t+"px, "+r+"px)",...ZO(D.floating)>=1.5&&{willChange:"transform"}}:{position:n,left:t,top:r}},[n,s,D.floating,d.x,d.y]);return e.useMemo(()=>({...d,update:M,refs:z,elements:D,floatingStyles:_}),[d,M,z,D,_])}({strategy:"fixed",placement:C,whileElementsMounted:(...e)=>WO(...e,{animationFrame:"always"===m}),elements:{reference:y.anchor},middleware:[eE({mainAxis:i+P,alignmentAxis:l}),c&&tE({mainAxis:!0,crossAxis:!1,limiter:"partial"===p?rE():void 0,...A}),c&&nE({...A}),oE({...A,apply:({elements:e,rects:t,availableWidth:r,availableHeight:n})=>{const{width:o,height:i}=t.reference,a=e.floating.style;a.setProperty("--radix-popper-available-width",`${r}px`),a.setProperty("--radix-popper-available-height",`${n}px`),a.setProperty("--radix-popper-anchor-width",`${o}px`),a.setProperty("--radix-popper-anchor-height",`${i}px`)}}),x&&aE({element:x,padding:s}),jE({arrowWidth:j,arrowHeight:P}),f&&iE({strategy:"referenceHidden",...A})]}),[R,B]=PE(_),W=Jg(h);Kg(()=>{L&&W?.()},[L,W]);const F=I.arrow?.x,V=I.arrow?.y,$=0!==I.arrow?.centerOffset,[H,U]=e.useState();return Kg(()=>{g&&U(window.getComputedStyle(g).zIndex)},[g]),k("div",{ref:z.setFloating,"data-radix-popper-content-wrapper":"",style:{...D,transform:L?D.transform:"translate(0, -200%)",minWidth:"max-content",zIndex:H,"--radix-popper-transform-origin":[I.transformOrigin?.x,I.transformOrigin?.y].join(" "),...I.hide?.referenceHidden&&{visibility:"hidden",pointerEvents:"none"}},dir:t.dir,children:k(gE,{scope:n,placedSide:R,onArrowChange:O,arrowX:F,arrowY:V,shouldHideArrow:$,children:k($g.div,{"data-side":R,"data-align":B,...v,ref:w,style:{...v.style,animation:L?void 0:"none"}})})})});wE.displayName=yE;var xE="PopperArrow",OE={top:"bottom",right:"left",bottom:"top",left:"right"},EE=e.forwardRef(function(e,t){const{__scopePopper:r,...n}=e,o=bE(xE,r),i=OE[o.placedSide];return k("span",{ref:o.onArrowChange,style:{position:"absolute",left:o.arrowX,top:o.arrowY,[i]:0,transformOrigin:{top:"",right:"0 0",bottom:"center 0",left:"100% 0"}[o.placedSide],transform:{top:"translateY(100%)",right:"translateY(50%) rotate(90deg) translateX(-50%)",bottom:"rotate(180deg)",left:"translateY(50%) rotate(-90deg) translateX(50%)"}[o.placedSide],visibility:o.shouldHideArrow?"hidden":void 0},children:k(sE,{...n,ref:t,style:{...n.style,display:"block"}})})});function kE(e){return null!==e}EE.displayName=xE;var jE=e=>({name:"transformOrigin",options:e,fn(t){const{placement:r,rects:n,middlewareData:o}=t,i=0!==o.arrow?.centerOffset,a=i?0:e.arrowWidth,l=i?0:e.arrowHeight,[s,c]=PE(r),u={start:"0%",center:"50%",end:"100%"}[c],d=(o.arrow?.x??0)+a/2,p=(o.arrow?.y??0)+l/2;let f="",m="";return"bottom"===s?(f=i?u:`${d}px`,m=-l+"px"):"top"===s?(f=i?u:`${d}px`,m=`${n.floating.height+l}px`):"right"===s?(f=-l+"px",m=i?u:`${p}px`):"left"===s&&(f=`${n.floating.width+l}px`,m=i?u:`${p}px`),{data:{x:f,y:m}}}});function PE(e){const[t,r="center"]=e.split("-");return[t,r]}var SE=mE,CE=vE,NE=wE,TE=EE,ME=e.forwardRef((t,r)=>{const{container:n,...o}=t,[i,a]=e.useState(!1);Kg(()=>a(!0),[]);const l=n||i&&globalThis?.document?.body;return l?C.createPortal(k($g.div,{...o,ref:r}),l):null});function AE(t){const r=e.forwardRef((t,r)=>{const{children:n,...o}=t;if(e.isValidElement(n)){const t=function(e){let t=Object.getOwnPropertyDescriptor(e.props,"ref")?.get,r=t&&"isReactWarning"in t&&t.isReactWarning;if(r)return e.ref;if(t=Object.getOwnPropertyDescriptor(e,"ref")?.get,r=t&&"isReactWarning"in t&&t.isReactWarning,r)return e.props.ref;return e.props.ref||e.ref}(n),i=function(e,t){const r={...t};for(const n in t){const o=e[n],i=t[n];/^on[A-Z]/.test(n)?o&&i?r[n]=(...e)=>{const t=i(...e);return o(...e),t}:o&&(r[n]=o):"style"===n?r[n]={...o,...i}:"className"===n&&(r[n]=[o,i].filter(Boolean).join(" "))}return{...e,...r}}(o,n.props);return n.type!==e.Fragment&&(i.ref=r?Lg(r,t):t),e.cloneElement(n,i)}return e.Children.count(n)>1?e.Children.only(null):null});return r.displayName=`${t}.SlotClone`,r}ME.displayName="Portal";var zE=Symbol("radix.slottable");function DE(t){return e.isValidElement(t)&&"function"==typeof t.type&&"__radixId"in t.type&&t.type.__radixId===zE}var _E=new WeakMap,LE=new WeakMap,IE={},RE=0,BE=function(e){return e&&(e.host||BE(e.parentNode))},WE=function(e,t,r,n){var o=function(e,t){return t.map(function(t){if(e.contains(t))return t;var r=BE(t);return r&&e.contains(r)?r:(console.error("aria-hidden",t,"in not contained inside",e,". Doing nothing"),null)}).filter(function(e){return Boolean(e)})}(t,Array.isArray(e)?e:[e]);IE[r]||(IE[r]=new WeakMap);var i=IE[r],a=[],l=new Set,s=new Set(o),c=function(e){e&&!l.has(e)&&(l.add(e),c(e.parentNode))};o.forEach(c);var u=function(e){e&&!s.has(e)&&Array.prototype.forEach.call(e.children,function(e){if(l.has(e))u(e);else try{var t=e.getAttribute(n),o=null!==t&&"false"!==t,s=(_E.get(e)||0)+1,c=(i.get(e)||0)+1;_E.set(e,s),i.set(e,c),a.push(e),1===s&&o&&LE.set(e,!0),1===c&&e.setAttribute(r,"true"),o||e.setAttribute(n,"true")}catch(t){console.error("aria-hidden: cannot operate on ",e,t)}})};return u(t),l.clear(),RE++,function(){a.forEach(function(e){var t=_E.get(e)-1,o=i.get(e)-1;_E.set(e,t),i.set(e,o),t||(LE.has(e)||e.removeAttribute(n),LE.delete(e)),o||e.removeAttribute(r)}),--RE||(_E=new WeakMap,_E=new WeakMap,LE=new WeakMap,IE={})}},FE=function(e,t,r){void 0===r&&(r="data-aria-hidden");var n=Array.from(Array.isArray(e)?e:[e]),o=function(e){return"undefined"==typeof document?null:(Array.isArray(e)?e[0]:e).ownerDocument.body}(e);return o?(n.push.apply(n,Array.from(o.querySelectorAll("[aria-live], script"))),WE(n,o,r,"aria-hidden")):function(){return null}},VE=function(){return VE=Object.assign||function(e){for(var t,r=1,n=arguments.length;r<n;r++)for(var o in t=arguments[r])Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o]);return e},VE.apply(this,arguments)};function $E(e,t){var r={};for(var n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(n=Object.getOwnPropertySymbols(e);o<n.length;o++)t.indexOf(n[o])<0&&Object.prototype.propertyIsEnumerable.call(e,n[o])&&(r[n[o]]=e[n[o]])}return r}function HE(e,t,r,n){return new(r||(r=Promise))(function(o,i){function a(e){try{s(n.next(e))}catch(e){i(e)}}function l(e){try{s(n.throw(e))}catch(e){i(e)}}function s(e){var t;e.done?o(e.value):(t=e.value,t instanceof r?t:new r(function(e){e(t)})).then(a,l)}s((n=n.apply(e,t||[])).next())})}"function"==typeof SuppressedError&&SuppressedError;var UE="right-scroll-bar-position",qE="width-before-scroll-bar";function YE(e,t){return"function"==typeof e?e(t):e&&(e.current=t),e}var KE="undefined"!=typeof window?e.useLayoutEffect:e.useEffect,GE=new WeakMap;function XE(e,t){var r,n,o,i=(r=null,n=function(t){return e.forEach(function(e){return YE(e,t)})},(o=l(function(){return{value:r,callback:n,facade:{get current(){return o.value},set current(e){var t=o.value;t!==e&&(o.value=e,o.callback(e,t))}}}})[0]).callback=n,o.facade);return KE(function(){var t=GE.get(i);if(t){var r=new Set(t),n=new Set(e),o=i.current;r.forEach(function(e){n.has(e)||YE(e,null)}),n.forEach(function(e){r.has(e)||YE(e,o)})}GE.set(i,e)},[e]),i}function ZE(e){return e}var JE=function(t){var r=t.sideCar,n=$E(t,["sideCar"]);if(!r)throw new Error("Sidecar: please provide `sideCar` property to import the right car");var o=r.read();if(!o)throw new Error("Sidecar medium not found");return e.createElement(o,VE({},n))};JE.isSideCarExport=!0;var QE=function(e){void 0===e&&(e={});var t=function(e,t){void 0===t&&(t=ZE);var r=[],n=!1,o={read:function(){if(n)throw new Error("Sidecar: could not `read` from an `assigned` medium. `read` could be used only with `useMedium`.");return r.length?r[r.length-1]:e},useMedium:function(e){var o=t(e,n);return r.push(o),function(){r=r.filter(function(e){return e!==o})}},assignSyncMedium:function(e){for(n=!0;r.length;){var t=r;r=[],t.forEach(e)}r={push:function(t){return e(t)},filter:function(){return r}}},assignMedium:function(e){n=!0;var t=[];if(r.length){var o=r;r=[],o.forEach(e),t=r}var i=function(){var r=t;t=[],r.forEach(e)},a=function(){return Promise.resolve().then(i)};a(),r={push:function(e){t.push(e),a()},filter:function(e){return t=t.filter(e),r}}}};return o}(null);return t.options=VE({async:!0,ssr:!1},e),t}(),ek=function(){},tk=e.forwardRef(function(t,r){var n=e.useRef(null),o=e.useState({onScrollCapture:ek,onWheelCapture:ek,onTouchMoveCapture:ek}),i=o[0],a=o[1],l=t.forwardProps,s=t.children,c=t.className,u=t.removeScrollBar,d=t.enabled,p=t.shards,f=t.sideCar,m=t.noRelative,h=t.noIsolation,v=t.inert,y=t.allowPinchZoom,g=t.as,b=void 0===g?"div":g,w=t.gapMode,x=$E(t,["forwardProps","children","className","removeScrollBar","enabled","shards","sideCar","noRelative","noIsolation","inert","allowPinchZoom","as","gapMode"]),O=f,E=XE([n,r]),k=VE(VE({},x),i);return e.createElement(e.Fragment,null,d&&e.createElement(O,{sideCar:QE,removeScrollBar:u,shards:p,noRelative:m,noIsolation:h,inert:v,setCallbacks:a,allowPinchZoom:!!y,lockRef:n,gapMode:w}),l?e.cloneElement(e.Children.only(s),VE(VE({},k),{ref:E})):e.createElement(b,VE({},k,{className:c,ref:E}),s))});tk.defaultProps={enabled:!0,removeScrollBar:!0,inert:!1},tk.classNames={fullWidth:qE,zeroRight:UE};function rk(){if(!document)return null;var e=document.createElement("style");e.type="text/css";var t=function(){if("undefined"!=typeof __webpack_nonce__)return __webpack_nonce__}();return t&&e.setAttribute("nonce",t),e}var nk=function(){var e=0,t=null;return{add:function(r){var n,o;0==e&&(t=rk())&&(o=r,(n=t).styleSheet?n.styleSheet.cssText=o:n.appendChild(document.createTextNode(o)),function(e){(document.head||document.getElementsByTagName("head")[0]).appendChild(e)}(t)),e++},remove:function(){! --e&&t&&(t.parentNode&&t.parentNode.removeChild(t),t=null)}}},ok=function(){var t,r=(t=nk(),function(r,n){e.useEffect(function(){return t.add(r),function(){t.remove()}},[r&&n])});return function(e){var t=e.styles,n=e.dynamic;return r(t,n),null}},ik={left:0,top:0,right:0,gap:0},ak=function(e){return parseInt(e||"",10)||0},lk=function(e){if(void 0===e&&(e="margin"),"undefined"==typeof window)return ik;var t=function(e){var t=window.getComputedStyle(document.body),r=t["padding"===e?"paddingLeft":"marginLeft"],n=t["padding"===e?"paddingTop":"marginTop"],o=t["padding"===e?"paddingRight":"marginRight"];return[ak(r),ak(n),ak(o)]}(e),r=document.documentElement.clientWidth,n=window.innerWidth;return{left:t[0],top:t[1],right:t[2],gap:Math.max(0,n-r+t[2]-t[0])}},sk=ok(),ck="data-scroll-locked",uk=function(e,t,r,n){var o=e.left,i=e.top,a=e.right,l=e.gap;return void 0===r&&(r="margin"),"\n .".concat("with-scroll-bars-hidden"," {\n overflow: hidden ").concat(n,";\n padding-right: ").concat(l,"px ").concat(n,";\n }\n body[").concat(ck,"] {\n overflow: hidden ").concat(n,";\n overscroll-behavior: contain;\n ").concat([t&&"position: relative ".concat(n,";"),"margin"===r&&"\n padding-left: ".concat(o,"px;\n padding-top: ").concat(i,"px;\n padding-right: ").concat(a,"px;\n margin-left:0;\n margin-top:0;\n margin-right: ").concat(l,"px ").concat(n,";\n "),"padding"===r&&"padding-right: ".concat(l,"px ").concat(n,";")].filter(Boolean).join(""),"\n }\n \n .").concat(UE," {\n right: ").concat(l,"px ").concat(n,";\n }\n \n .").concat(qE," {\n margin-right: ").concat(l,"px ").concat(n,";\n }\n \n .").concat(UE," .").concat(UE," {\n right: 0 ").concat(n,";\n }\n \n .").concat(qE," .").concat(qE," {\n margin-right: 0 ").concat(n,";\n }\n \n body[").concat(ck,"] {\n ").concat("--removed-body-scroll-bar-size",": ").concat(l,"px;\n }\n")},dk=function(){var e=parseInt(document.body.getAttribute(ck)||"0",10);return isFinite(e)?e:0},pk=function(t){var r=t.noRelative,n=t.noImportant,o=t.gapMode,i=void 0===o?"margin":o;e.useEffect(function(){return document.body.setAttribute(ck,(dk()+1).toString()),function(){var e=dk()-1;e<=0?document.body.removeAttribute(ck):document.body.setAttribute(ck,e.toString())}},[]);var a=e.useMemo(function(){return lk(i)},[i]);return e.createElement(sk,{styles:uk(a,!r,i,n?"":"!important")})},fk=!1;if("undefined"!=typeof window)try{var mk=Object.defineProperty({},"passive",{get:function(){return fk=!0,!0}});window.addEventListener("test",mk,mk),window.removeEventListener("test",mk,mk)}catch(e){fk=!1}var hk=!!fk&&{passive:!1},vk=function(e,t){if(!(e instanceof Element))return!1;var r=window.getComputedStyle(e);return"hidden"!==r[t]&&!(r.overflowY===r.overflowX&&!function(e){return"TEXTAREA"===e.tagName}(e)&&"visible"===r[t])},yk=function(e,t){var r=t.ownerDocument,n=t;do{if("undefined"!=typeof ShadowRoot&&n instanceof ShadowRoot&&(n=n.host),gk(e,n)){var o=bk(e,n);if(o[1]>o[2])return!0}n=n.parentNode}while(n&&n!==r.body);return!1},gk=function(e,t){return"v"===e?function(e){return vk(e,"overflowY")}(t):function(e){return vk(e,"overflowX")}(t)},bk=function(e,t){return"v"===e?[(r=t).scrollTop,r.scrollHeight,r.clientHeight]:function(e){return[e.scrollLeft,e.scrollWidth,e.clientWidth]}(t);var r},wk=function(e){return"changedTouches"in e?[e.changedTouches[0].clientX,e.changedTouches[0].clientY]:[0,0]},xk=function(e){return[e.deltaX,e.deltaY]},Ok=function(e){return e&&"current"in e?e.current:e},Ek=function(e){return"\n .block-interactivity-".concat(e," {pointer-events: none;}\n .allow-interactivity-").concat(e," {pointer-events: all;}\n")},kk=0,jk=[];function Pk(e){for(var t=null;null!==e;)e instanceof ShadowRoot&&(t=e.host,e=e.host),e=e.parentNode;return t}var Sk,Ck=(Sk=function(t){var r=e.useRef([]),n=e.useRef([0,0]),o=e.useRef(),i=e.useState(kk++)[0],a=e.useState(ok)[0],l=e.useRef(t);e.useEffect(function(){l.current=t},[t]),e.useEffect(function(){if(t.inert){document.body.classList.add("block-interactivity-".concat(i));var e=function(e,t,r){if(r||2===arguments.length)for(var n,o=0,i=t.length;o<i;o++)!n&&o in t||(n||(n=Array.prototype.slice.call(t,0,o)),n[o]=t[o]);return e.concat(n||Array.prototype.slice.call(t))}([t.lockRef.current],(t.shards||[]).map(Ok),!0).filter(Boolean);return e.forEach(function(e){return e.classList.add("allow-interactivity-".concat(i))}),function(){document.body.classList.remove("block-interactivity-".concat(i)),e.forEach(function(e){return e.classList.remove("allow-interactivity-".concat(i))})}}},[t.inert,t.lockRef.current,t.shards]);var s=e.useCallback(function(e,t){if("touches"in e&&2===e.touches.length||"wheel"===e.type&&e.ctrlKey)return!l.current.allowPinchZoom;var r,i=wk(e),a=n.current,s="deltaX"in e?e.deltaX:a[0]-i[0],c="deltaY"in e?e.deltaY:a[1]-i[1],u=e.target,d=Math.abs(s)>Math.abs(c)?"h":"v";if("touches"in e&&"h"===d&&"range"===u.type)return!1;var p=window.getSelection(),f=p&&p.anchorNode;if(f&&(f===u||f.contains(u)))return!1;var m=yk(d,u);if(!m)return!0;if(m?r=d:(r="v"===d?"h":"v",m=yk(d,u)),!m)return!1;if(!o.current&&"changedTouches"in e&&(s||c)&&(o.current=r),!r)return!0;var h=o.current||r;return function(e,t,r,n){var o=function(e,t){return"h"===e&&"rtl"===t?-1:1}(e,window.getComputedStyle(t).direction),i=o*n,a=r.target,l=t.contains(a),s=!1,c=i>0,u=0,d=0;do{if(!a)break;var p=bk(e,a),f=p[0],m=p[1]-p[2]-o*f;(f||m)&&gk(e,a)&&(u+=m,d+=f);var h=a.parentNode;a=h&&h.nodeType===Node.DOCUMENT_FRAGMENT_NODE?h.host:h}while(!l&&a!==document.body||l&&(t.contains(a)||t===a));return(c&&Math.abs(u)<1||!c&&Math.abs(d)<1)&&(s=!0),s}(h,t,e,"h"===h?s:c)},[]),c=e.useCallback(function(e){var t=e;if(jk.length&&jk[jk.length-1]===a){var n="deltaY"in t?xk(t):wk(t),o=r.current.filter(function(e){return e.name===t.type&&(e.target===t.target||t.target===e.shadowParent)&&function(e,t){return e[0]===t[0]&&e[1]===t[1]}(e.delta,n)})[0];if(o&&o.should)t.cancelable&&t.preventDefault();else if(!o){var i=(l.current.shards||[]).map(Ok).filter(Boolean).filter(function(e){return e.contains(t.target)});(i.length>0?s(t,i[0]):!l.current.noIsolation)&&t.cancelable&&t.preventDefault()}}},[]),u=e.useCallback(function(e,t,n,o){var i={name:e,delta:t,target:n,should:o,shadowParent:Pk(n)};r.current.push(i),setTimeout(function(){r.current=r.current.filter(function(e){return e!==i})},1)},[]),d=e.useCallback(function(e){n.current=wk(e),o.current=void 0},[]),p=e.useCallback(function(e){u(e.type,xk(e),e.target,s(e,t.lockRef.current))},[]),f=e.useCallback(function(e){u(e.type,wk(e),e.target,s(e,t.lockRef.current))},[]);e.useEffect(function(){return jk.push(a),t.setCallbacks({onScrollCapture:p,onWheelCapture:p,onTouchMoveCapture:f}),document.addEventListener("wheel",c,hk),document.addEventListener("touchmove",c,hk),document.addEventListener("touchstart",d,hk),function(){jk=jk.filter(function(e){return e!==a}),document.removeEventListener("wheel",c,hk),document.removeEventListener("touchmove",c,hk),document.removeEventListener("touchstart",d,hk)}},[]);var m=t.removeScrollBar,h=t.inert;return e.createElement(e.Fragment,null,h?e.createElement(a,{styles:Ek(i)}):null,m?e.createElement(pk,{noRelative:t.noRelative,gapMode:t.gapMode}):null)},QE.useMedium(Sk),JE),Nk=e.forwardRef(function(t,r){return e.createElement(tk,VE({},t,{ref:r,sideCar:Ck}))});Nk.classNames=tk.classNames;var Tk="Popover",[Mk]=Rg(Tk,[dE]),Ak=dE(),[zk,Dk]=Mk(Tk),_k=t=>{const{__scopePopover:r,children:n,open:o,defaultOpen:i,onOpenChange:a,modal:l=!1}=t,s=Ak(r),c=e.useRef(null),[u,d]=e.useState(!1),[p,f]=eb({prop:o,defaultProp:i??!1,onChange:a,caller:Tk});return k(SE,{...s,children:k(zk,{scope:r,contentId:Zg(),triggerRef:c,open:p,onOpenChange:f,onOpenToggle:e.useCallback(()=>f(e=>!e),[f]),hasCustomAnchor:u,onCustomAnchorAdd:e.useCallback(()=>d(!0),[]),onCustomAnchorRemove:e.useCallback(()=>d(!1),[]),modal:l,children:n})})};_k.displayName=Tk;var Lk="PopoverAnchor";e.forwardRef((t,r)=>{const{__scopePopover:n,...o}=t,i=Dk(Lk,n),a=Ak(n),{onCustomAnchorAdd:l,onCustomAnchorRemove:s}=i;return e.useEffect(()=>(l(),()=>s()),[l,s]),k(CE,{...a,...o,ref:r})}).displayName=Lk;var Ik="PopoverTrigger",Rk=e.forwardRef((e,t)=>{const{__scopePopover:r,...n}=e,o=Dk(Ik,r),i=Ak(r),a=Ig(t,o.triggerRef),l=k($g.button,{type:"button","aria-haspopup":"dialog","aria-expanded":o.open,"aria-controls":o.contentId,"data-state":Xk(o.open),...n,ref:a,onClick:Dg(e.onClick,o.onOpenToggle)});return o.hasCustomAnchor?l:k(CE,{asChild:!0,...i,children:l})});Rk.displayName=Ik;var Bk="PopoverPortal",[Wk,Fk]=Mk(Bk,{forceMount:void 0}),Vk=e=>{const{__scopePopover:t,forceMount:r,children:n,container:o}=e,i=Dk(Bk,t);return k(Wk,{scope:t,forceMount:r,children:k(Eb,{present:r||i.open,children:k(ME,{asChild:!0,container:o,children:n})})})};Vk.displayName=Bk;var $k="PopoverContent",Hk=e.forwardRef((e,t)=>{const r=Fk($k,e.__scopePopover),{forceMount:n=r.forceMount,...o}=e,i=Dk($k,e.__scopePopover);return k(Eb,{present:n||i.open,children:i.modal?k(qk,{...o,ref:t}):k(Yk,{...o,ref:t})})});Hk.displayName=$k;var Uk=function(t){const r=AE(t),n=e.forwardRef((t,n)=>{const{children:o,...i}=t,a=e.Children.toArray(o),l=a.find(DE);if(l){const t=l.props.children,o=a.map(r=>r===l?e.Children.count(t)>1?e.Children.only(null):e.isValidElement(t)?t.props.children:null:r);return k(r,{...i,ref:n,children:e.isValidElement(t)?e.cloneElement(t,void 0,o):null})}return k(r,{...i,ref:n,children:o})});return n.displayName=`${t}.Slot`,n}("PopoverContent.RemoveScroll"),qk=e.forwardRef((t,r)=>{const n=Dk($k,t.__scopePopover),o=e.useRef(null),i=Ig(r,o),a=e.useRef(!1);return e.useEffect(()=>{const e=o.current;if(e)return FE(e)},[]),k(Nk,{as:Uk,allowPinchZoom:!0,children:k(Kk,{...t,ref:i,trapFocus:n.open,disableOutsidePointerEvents:!0,onCloseAutoFocus:Dg(t.onCloseAutoFocus,e=>{e.preventDefault(),a.current||n.triggerRef.current?.focus()}),onPointerDownOutside:Dg(t.onPointerDownOutside,e=>{const t=e.detail.originalEvent,r=0===t.button&&!0===t.ctrlKey,n=2===t.button||r;a.current=n},{checkForDefaultPrevented:!1}),onFocusOutside:Dg(t.onFocusOutside,e=>e.preventDefault(),{checkForDefaultPrevented:!1})})})}),Yk=e.forwardRef((t,r)=>{const n=Dk($k,t.__scopePopover),o=e.useRef(!1),i=e.useRef(!1);return k(Kk,{...t,ref:r,trapFocus:!1,disableOutsidePointerEvents:!1,onCloseAutoFocus:e=>{t.onCloseAutoFocus?.(e),e.defaultPrevented||(o.current||n.triggerRef.current?.focus(),e.preventDefault()),o.current=!1,i.current=!1},onInteractOutside:e=>{t.onInteractOutside?.(e),e.defaultPrevented||(o.current=!0,"pointerdown"===e.detail.originalEvent.type&&(i.current=!0));const r=e.target,a=n.triggerRef.current?.contains(r);a&&e.preventDefault(),"focusin"===e.detail.originalEvent.type&&i.current&&e.preventDefault()}})}),Kk=e.forwardRef((e,t)=>{const{__scopePopover:r,trapFocus:n,onOpenAutoFocus:o,onCloseAutoFocus:i,disableOutsidePointerEvents:a,onEscapeKeyDown:l,onPointerDownOutside:s,onFocusOutside:c,onInteractOutside:u,...d}=e,p=Dk($k,r),f=Ak(r);return fx(),k(gx,{asChild:!0,loop:!0,trapped:n,onMountAutoFocus:o,onUnmountAutoFocus:i,children:k(cx,{asChild:!0,disableOutsidePointerEvents:a,onInteractOutside:u,onEscapeKeyDown:l,onPointerDownOutside:s,onFocusOutside:c,onDismiss:()=>p.onOpenChange(!1),children:k(NE,{"data-state":Xk(p.open),role:"dialog",id:p.contentId,...f,...d,ref:t,style:{...d.style,"--radix-popover-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-popover-content-available-width":"var(--radix-popper-available-width)","--radix-popover-content-available-height":"var(--radix-popper-available-height)","--radix-popover-trigger-width":"var(--radix-popper-anchor-width)","--radix-popover-trigger-height":"var(--radix-popper-anchor-height)"}})})})}),Gk="PopoverClose";e.forwardRef((e,t)=>{const{__scopePopover:r,...n}=e,o=Dk(Gk,r);return k($g.button,{type:"button",...n,ref:t,onClick:Dg(e.onClick,()=>o.onOpenChange(!1))})}).displayName=Gk;function Xk(e){return e?"open":"closed"}e.forwardRef((e,t)=>{const{__scopePopover:r,...n}=e,o=Ak(r);return k(TE,{...o,...n,ref:t})}).displayName="PopoverArrow";var Zk=_k,Jk=Rk,Qk=Vk,ej=Hk;const tj=Zk,rj=Jk,nj=e.forwardRef(({className:t,align:r="center",sideOffset:n=4,side:o="bottom",...i},a)=>e.createElement(Qk,null,e.createElement(ej,{ref:a,align:r,sideOffset:n,side:o,className:Qe("z-50 w-72 rounded-md border bg-popover p-4 text-popover-foreground shadow-md outline-hidden data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2",t),...i})));nj.displayName=ej.displayName;const oj=["top","right","bottom","left"],ij=["start","center","end"],aj="bottom",lj="center",sj=4,cj=150,uj={DEFAULT:"default",FORM:"form"},dj=({items:e,align:r=zw.End,ariaLabel:n="Row actions",linkComponent:o="a"})=>{const[i,a]=l(!1);return e.length?t.createElement(tj,{open:i,onOpenChange:a},t.createElement(rj,{asChild:!0},t.createElement("button",{type:"button","aria-label":n,className:"inline-flex h-8 w-8 items-center justify-center rounded-md text-muted-foreground transition-colors hover:bg-muted hover:text-foreground focus-visible:outline-hidden focus-visible:ring-2 focus-visible:ring-ring"},t.createElement(vt,{className:"h-4 w-4"}))),t.createElement(nj,{align:r,sideOffset:6,className:"w-max min-w-32 max-w-64 rounded-lg border border-border bg-popover p-1.5 shadow-lg"},t.createElement("div",{className:"flex flex-col gap-0.5"},e.map((e,r)=>{const n=Boolean(e.href),i=n?e.linkComponent||o:"button";return t.createElement(i,{key:`${e.label}-${r}`,...n?{href:e.href,"aria-disabled":e.disabled}:{type:"button",disabled:e.disabled},onClick:t=>{e.disabled?t.preventDefault():(a(!1),e.onClick?.())},className:Qe("flex items-center justify-start rounded-md px-2.5 py-2 text-sm font-medium leading-none transition-colors outline-none","focus-visible:ring-2 focus-visible:ring-ring","disabled:pointer-events-none disabled:opacity-50",e.disabled&&"pointer-events-none opacity-50","danger"===e.variant?"text-destructive hover:bg-destructive/10":"text-foreground hover:bg-muted")},t.createElement("span",{className:"truncate leading-none"},e.label))})))):null},pj=(e,t,r)=>({key:e,title:t,type:Aw.Text,width:r?.width,sortable:r?.sortable,align:r?.align||Tw.Left,customCell:r?.customCell,maxWords:r?.maxWords}),fj=(e,t,r)=>({key:e,title:t,type:Aw.Date,width:r?.width,sortable:r?.sortable,align:r?.align||Tw.Left,dateFormat:{input:r?.inputFormat,output:r?.outputFormat||"MMM DD, YYYY"},customCell:r?.customCell}),mj=(e,t,r)=>({key:e,title:t,type:Aw.Status,width:r?.width,sortable:r?.sortable,align:r?.align||Tw.Center,customCell:r?.customCell}),hj=(e,r)=>{const{enableTruncation:n=!1,maxWords:o=5}=r||{},i=pj("description","Description",{sortable:!0,...n&&{maxWords:2*o}});return[pj(Yw,"Name",{width:Kw,sortable:!0,...n&&{maxWords:o},customCell:e?e=>t.createElement("div",{className:"flex items-center"},t.createElement("div",{className:"h-8 w-8 rounded-full bg-gray-200 mr-3 flex items-center justify-center"},t.createElement(Sg,{variant:"small",color:"secondary"},e.charAt(0))),t.createElement(Sg,{variant:"small",color:"secondary"},e)):void 0}),pj(Gw,"Email",{...n&&{maxWords:o},customCell:e?e=>t.createElement("a",{href:`mailto:${e}`,className:"hover:underline"},t.createElement(Sg,{variant:"small",color:"secondary"},e)):void 0}),i,fj(Xw,"Join Date",{sortable:!0,inputFormat:"YYYY-MM-DD",outputFormat:"MMM DD, YYYY"}),e?pj(Zw,"Status",{align:Tw.Center,customCell:e=>{const r=e;return t.createElement("span",{className:"inline-flex items-center px-2.5 py-0.5 rounded-full"},t.createElement(Sg,{variant:"small",color:"secondary"},r))}}):mj(Zw,"Status",{align:Tw.Center})]};var vj,yj={exports:{}};
|
|
40
40
|
/*!
|
|
41
41
|
Copyright (c) 2018 Jed Watson.
|
|
42
42
|
Licensed under the MIT License (MIT), see
|