@datacrest/dcuikit 0.0.4 → 0.0.7

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.
Files changed (52) hide show
  1. package/build/components/Atom/Button/Button.d.ts +1 -11
  2. package/build/components/Atom/Button/Button.stories.d.ts +1 -1
  3. package/build/components/Atom/Button/Button.types.d.ts +10 -0
  4. package/build/components/Atom/Button/index.d.ts +1 -2
  5. package/build/components/Atom/Checkbox/Checkbox.d.ts +12 -0
  6. package/build/components/Atom/Checkbox/Checkbox.stories.d.ts +4 -0
  7. package/build/components/Atom/Checkbox/Checkbox.test.d.ts +1 -0
  8. package/build/components/Atom/Checkbox/Checkbox.types.d.ts +2 -0
  9. package/build/components/Atom/Checkbox/index.d.ts +3 -0
  10. package/build/components/Atom/Icon/Custom/Icons/Success.d.ts +3 -0
  11. package/build/components/Atom/Icon/Custom/index.d.ts +1 -0
  12. package/build/components/Atom/Icon/Icon.d.ts +1 -8
  13. package/build/components/Atom/Icon/Icon.stories.d.ts +1 -1
  14. package/build/components/Atom/Icon/Icon.types.d.ts +8 -0
  15. package/build/components/Atom/Icon/index.d.ts +1 -1
  16. package/build/components/Atom/Input/Input.d.ts +21 -0
  17. package/build/components/Atom/Input/Input.stories.d.ts +8 -0
  18. package/build/components/Atom/Input/Input.test.d.ts +1 -0
  19. package/build/components/Atom/Input/Input.types.d.ts +6 -0
  20. package/build/components/Atom/Input/index.d.ts +3 -0
  21. package/build/components/Atom/Typography/Heading.stories.d.ts +5 -0
  22. package/build/components/Atom/Typography/Heading.test.d.ts +1 -0
  23. package/build/components/Atom/Typography/Text.stories.d.ts +5 -0
  24. package/build/components/Atom/Typography/Text.test.d.ts +1 -0
  25. package/build/components/Atom/Typography/Typography.d.ts +4 -0
  26. package/build/components/Atom/Typography/Typography.types.d.ts +20 -0
  27. package/build/components/Atom/Typography/index.d.ts +2 -0
  28. package/build/components/Molecule/Message/Message.d.ts +13 -0
  29. package/build/components/Molecule/Message/Message.stories.d.ts +4 -0
  30. package/build/components/Molecule/Message/Message.test.d.ts +1 -0
  31. package/build/components/Molecule/Message/Message.types.d.ts +6 -0
  32. package/build/components/Molecule/Message/MessageManager.d.ts +20 -0
  33. package/build/components/Molecule/Message/index.d.ts +3 -0
  34. package/build/components/Molecule/Table/Table.d.ts +3 -0
  35. package/build/components/Molecule/Table/Table.stories.d.ts +5 -0
  36. package/build/components/Molecule/Table/Table.test.d.ts +1 -0
  37. package/build/components/Molecule/Table/Table.types.d.ts +23 -0
  38. package/build/components/Molecule/Table/index.d.ts +2 -0
  39. package/build/components/Molecule/Tooltip/Tooltip.d.ts +13 -0
  40. package/build/components/Molecule/Tooltip/Tooltip.stories.d.ts +5 -0
  41. package/build/components/Molecule/Tooltip/Tooltip.test.d.ts +1 -0
  42. package/build/components/Molecule/Tooltip/index.d.ts +2 -0
  43. package/build/index.d.ts +8 -0
  44. package/build/index.esm.js +29 -0
  45. package/build/index.esm.js.map +1 -0
  46. package/build/index.js +28 -1
  47. package/build/index.js.map +1 -1
  48. package/build/tsconfig.prod.tsbuildinfo +1 -1
  49. package/build/tsconfig.tsbuildinfo +1 -1
  50. package/package.json +1 -2
  51. package/build/components/Atom/Button/Button.js +0 -2
  52. package/build/components/Atom/Button/Button.js.map +0 -1
package/build/index.js CHANGED
@@ -1,2 +1,29 @@
1
- "use strict";var t=require("./components/Atom/Button/Button.js");exports.Button=t.Button;
1
+ "use strict";var e=require("react"),r=require("react-dom/client"),t=require("react-dom");function n(e){var r=Object.create(null);return e&&Object.keys(e).forEach((function(t){if("default"!==t){var n=Object.getOwnPropertyDescriptor(e,t);Object.defineProperty(r,t,n.get?n:{enumerable:!0,get:function(){return e[t]}})}})),r.default=e,Object.freeze(r)}var o=n(e);const i=({loading:r,children:t,iconLeft:n,iconRight:o})=>e.createElement("div",{className:"flex justify-center items-center "+(r?"invisible":"visible")},n&&e.createElement("span",{className:"mr-2"},n),t,o&&e.createElement("span",{className:"ml-2"},o)),l=e.forwardRef((({iconLeft:r,iconRight:t,variant:n,size:o,loading:l,disabled:a,dataTestId:c,fluid:s,...u},f)=>{const p=s?"w-full justify-center":"";return e.createElement("button",{...u,ref:f,disabled:l||a,"data-test-id":c,className:`inline-flex items-center justify-center font-medium rounded focus:outline-none transition ease-in-out duration-150 ${{primary:"bg-blue-600 text-white border border-transparent hover:bg-blue-700",secondary:"bg-gray-800 text-white border border-transparent hover:bg-gray-700",tertiary:"bg-white text-gray-800 border border-gray-300 hover:bg-gray-100",danger:"bg-red-600 text-white border border-transparent hover:bg-red-700",link:"bg-transparent text-blue-600 hover:text-blue-800",critical:"bg-red-800 text-white border border-transparent hover:bg-red-900"}[n]} ${{small:"text-sm px-2.5 py-1.5",medium:"text-base px-4 py-2",large:"text-lg px-6 py-3"}[o]} ${p} ${a&&"opacity-50 cursor-not-allowed"}`},l&&e.createElement("div",{className:"absolute inset-0 flex items-center justify-center"},"Loading..."),e.createElement(i,{loading:l,iconLeft:r,iconRight:t},u.children))}));function a(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}l.displayName="Button";var c,s={exports:{}},u={exports:{}},f={};var p,y,v,d,h,g,m,O,b,w,x,j,E,k,P={};
2
+ /** @license React v16.13.1
3
+ * react-is.development.js
4
+ *
5
+ * Copyright (c) Facebook, Inc. and its affiliates.
6
+ *
7
+ * This source code is licensed under the MIT license found in the
8
+ * LICENSE file in the root directory of this source tree.
9
+ */function z(){return y||(y=1,"production"===process.env.NODE_ENV?u.exports=function(){if(c)return f;c=1;var e="function"==typeof Symbol&&Symbol.for,r=e?Symbol.for("react.element"):60103,t=e?Symbol.for("react.portal"):60106,n=e?Symbol.for("react.fragment"):60107,o=e?Symbol.for("react.strict_mode"):60108,i=e?Symbol.for("react.profiler"):60114,l=e?Symbol.for("react.provider"):60109,a=e?Symbol.for("react.context"):60110,s=e?Symbol.for("react.async_mode"):60111,u=e?Symbol.for("react.concurrent_mode"):60111,p=e?Symbol.for("react.forward_ref"):60112,y=e?Symbol.for("react.suspense"):60113,v=e?Symbol.for("react.suspense_list"):60120,d=e?Symbol.for("react.memo"):60115,h=e?Symbol.for("react.lazy"):60116,g=e?Symbol.for("react.block"):60121,m=e?Symbol.for("react.fundamental"):60117,O=e?Symbol.for("react.responder"):60118,b=e?Symbol.for("react.scope"):60119;function w(e){if("object"==typeof e&&null!==e){var c=e.$$typeof;switch(c){case r:switch(e=e.type){case s:case u:case n:case i:case o:case y:return e;default:switch(e=e&&e.$$typeof){case a:case p:case h:case d:case l:return e;default:return c}}case t:return c}}}function x(e){return w(e)===u}return f.AsyncMode=s,f.ConcurrentMode=u,f.ContextConsumer=a,f.ContextProvider=l,f.Element=r,f.ForwardRef=p,f.Fragment=n,f.Lazy=h,f.Memo=d,f.Portal=t,f.Profiler=i,f.StrictMode=o,f.Suspense=y,f.isAsyncMode=function(e){return x(e)||w(e)===s},f.isConcurrentMode=x,f.isContextConsumer=function(e){return w(e)===a},f.isContextProvider=function(e){return w(e)===l},f.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===r},f.isForwardRef=function(e){return w(e)===p},f.isFragment=function(e){return w(e)===n},f.isLazy=function(e){return w(e)===h},f.isMemo=function(e){return w(e)===d},f.isPortal=function(e){return w(e)===t},f.isProfiler=function(e){return w(e)===i},f.isStrictMode=function(e){return w(e)===o},f.isSuspense=function(e){return w(e)===y},f.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===n||e===u||e===i||e===o||e===y||e===v||"object"==typeof e&&null!==e&&(e.$$typeof===h||e.$$typeof===d||e.$$typeof===l||e.$$typeof===a||e.$$typeof===p||e.$$typeof===m||e.$$typeof===O||e.$$typeof===b||e.$$typeof===g)},f.typeOf=w,f}():u.exports=(p||(p=1,"production"!==process.env.NODE_ENV&&function(){var e="function"==typeof Symbol&&Symbol.for,r=e?Symbol.for("react.element"):60103,t=e?Symbol.for("react.portal"):60106,n=e?Symbol.for("react.fragment"):60107,o=e?Symbol.for("react.strict_mode"):60108,i=e?Symbol.for("react.profiler"):60114,l=e?Symbol.for("react.provider"):60109,a=e?Symbol.for("react.context"):60110,c=e?Symbol.for("react.async_mode"):60111,s=e?Symbol.for("react.concurrent_mode"):60111,u=e?Symbol.for("react.forward_ref"):60112,f=e?Symbol.for("react.suspense"):60113,p=e?Symbol.for("react.suspense_list"):60120,y=e?Symbol.for("react.memo"):60115,v=e?Symbol.for("react.lazy"):60116,d=e?Symbol.for("react.block"):60121,h=e?Symbol.for("react.fundamental"):60117,g=e?Symbol.for("react.responder"):60118,m=e?Symbol.for("react.scope"):60119;function O(e){if("object"==typeof e&&null!==e){var p=e.$$typeof;switch(p){case r:var d=e.type;switch(d){case c:case s:case n:case i:case o:case f:return d;default:var h=d&&d.$$typeof;switch(h){case a:case u:case v:case y:case l:return h;default:return p}}case t:return p}}}var b=c,w=s,x=a,j=l,E=r,k=u,z=n,S=v,L=y,C=t,T=i,N=o,R=f,M=!1;function I(e){return O(e)===s}P.AsyncMode=b,P.ConcurrentMode=w,P.ContextConsumer=x,P.ContextProvider=j,P.Element=E,P.ForwardRef=k,P.Fragment=z,P.Lazy=S,P.Memo=L,P.Portal=C,P.Profiler=T,P.StrictMode=N,P.Suspense=R,P.isAsyncMode=function(e){return M||(M=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 17+. Update your code to use ReactIs.isConcurrentMode() instead. It has the exact same API.")),I(e)||O(e)===c},P.isConcurrentMode=I,P.isContextConsumer=function(e){return O(e)===a},P.isContextProvider=function(e){return O(e)===l},P.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===r},P.isForwardRef=function(e){return O(e)===u},P.isFragment=function(e){return O(e)===n},P.isLazy=function(e){return O(e)===v},P.isMemo=function(e){return O(e)===y},P.isPortal=function(e){return O(e)===t},P.isProfiler=function(e){return O(e)===i},P.isStrictMode=function(e){return O(e)===o},P.isSuspense=function(e){return O(e)===f},P.isValidElementType=function(e){return"string"==typeof e||"function"==typeof e||e===n||e===s||e===i||e===o||e===f||e===p||"object"==typeof e&&null!==e&&(e.$$typeof===v||e.$$typeof===y||e.$$typeof===l||e.$$typeof===a||e.$$typeof===u||e.$$typeof===h||e.$$typeof===g||e.$$typeof===m||e.$$typeof===d)},P.typeOf=O}()),P)),u.exports}
10
+ /*
11
+ object-assign
12
+ (c) Sindre Sorhus
13
+ @license MIT
14
+ */function S(){if(d)return v;d=1;var e=Object.getOwnPropertySymbols,r=Object.prototype.hasOwnProperty,t=Object.prototype.propertyIsEnumerable;return v=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 r={},t=0;t<10;t++)r["_"+String.fromCharCode(t)]=t;if("0123456789"!==Object.getOwnPropertyNames(r).map((function(e){return r[e]})).join(""))return!1;var n={};return"abcdefghijklmnopqrst".split("").forEach((function(e){n[e]=e})),"abcdefghijklmnopqrst"===Object.keys(Object.assign({},n)).join("")}catch(e){return!1}}()?Object.assign:function(n,o){for(var i,l,a=function(e){if(null==e)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(e)}(n),c=1;c<arguments.length;c++){for(var s in i=Object(arguments[c]))r.call(i,s)&&(a[s]=i[s]);if(e){l=e(i);for(var u=0;u<l.length;u++)t.call(i,l[u])&&(a[l[u]]=i[l[u]])}}return a},v}function L(){if(g)return h;g=1;return h="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"}function C(){return O?m:(O=1,m=Function.call.bind(Object.prototype.hasOwnProperty))}if("production"!==process.env.NODE_ENV){var T=z();s.exports=function(){if(j)return x;j=1;var e=z(),r=S(),t=L(),n=C(),o=function(){if(w)return b;w=1;var e=function(){};if("production"!==process.env.NODE_ENV){var r=L(),t={},n=C();e=function(e){var r="Warning: "+e;"undefined"!=typeof console&&console.error(r);try{throw new Error(r)}catch(e){}}}function o(o,i,l,a,c){if("production"!==process.env.NODE_ENV)for(var s in o)if(n(o,s)){var u;try{if("function"!=typeof o[s]){var f=Error((a||"React class")+": "+l+" type `"+s+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof o[s]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw f.name="Invariant Violation",f}u=o[s](i,s,a,l,null,r)}catch(e){u=e}if(!u||u instanceof Error||e((a||"React class")+": type specification of "+l+" `"+s+"` 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 t)){t[u.message]=!0;var p=c?c():"";e("Failed "+l+" type: "+u.message+(null!=p?p:""))}}}return o.resetWarningCache=function(){"production"!==process.env.NODE_ENV&&(t={})},b=o}(),i=function(){};function l(){return null}return"production"!==process.env.NODE_ENV&&(i=function(e){var r="Warning: "+e;"undefined"!=typeof console&&console.error(r);try{throw new Error(r)}catch(e){}}),x=function(a,c){var s="function"==typeof Symbol&&Symbol.iterator,u="@@iterator",f="<<anonymous>>",p={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:d(l),arrayOf:function(e){return d((function(r,n,o,i,l){if("function"!=typeof e)return new v("Property `"+l+"` of component `"+o+"` has invalid PropType notation inside arrayOf.");var a=r[n];if(!Array.isArray(a))return new v("Invalid "+i+" `"+l+"` of type `"+O(a)+"` supplied to `"+o+"`, expected an array.");for(var c=0;c<a.length;c++){var s=e(a,c,o,i,l+"["+c+"]",t);if(s instanceof Error)return s}return null}))},element:d((function(e,r,t,n,o){var i=e[r];return a(i)?null:new v("Invalid "+n+" `"+o+"` of type `"+O(i)+"` supplied to `"+t+"`, expected a single ReactElement.")})),elementType:d((function(r,t,n,o,i){var l=r[t];return e.isValidElementType(l)?null:new v("Invalid "+o+" `"+i+"` of type `"+O(l)+"` supplied to `"+n+"`, expected a single ReactElement type.")})),instanceOf:function(e){return d((function(r,t,n,o,i){if(!(r[t]instanceof e)){var l=e.name||f;return new v("Invalid "+o+" `"+i+"` of type `"+((a=r[t]).constructor&&a.constructor.name?a.constructor.name:f)+"` supplied to `"+n+"`, expected instance of `"+l+"`.")}var a;return null}))},node:d((function(e,r,t,n,o){return m(e[r])?null:new v("Invalid "+n+" `"+o+"` supplied to `"+t+"`, expected a ReactNode.")})),objectOf:function(e){return d((function(r,o,i,l,a){if("function"!=typeof e)return new v("Property `"+a+"` of component `"+i+"` has invalid PropType notation inside objectOf.");var c=r[o],s=O(c);if("object"!==s)return new v("Invalid "+l+" `"+a+"` of type `"+s+"` supplied to `"+i+"`, expected an object.");for(var u in c)if(n(c,u)){var f=e(c,u,i,l,a+"."+u,t);if(f instanceof Error)return f}return null}))},oneOf:function(e){return Array.isArray(e)?d((function(r,t,n,o,i){for(var l=r[t],a=0;a<e.length;a++)if(y(l,e[a]))return null;var c=JSON.stringify(e,(function(e,r){return"symbol"===b(r)?String(r):r}));return new v("Invalid "+o+" `"+i+"` of value `"+String(l)+"` supplied to `"+n+"`, expected one of "+c+".")})):("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."),l)},oneOfType:function(e){if(!Array.isArray(e))return"production"!==process.env.NODE_ENV&&i("Invalid argument supplied to oneOfType, expected an instance of array."),l;for(var r=0;r<e.length;r++){var o=e[r];if("function"!=typeof o)return i("Invalid argument supplied to oneOfType. Expected an array of check functions, but received "+w(o)+" at index "+r+"."),l}return d((function(r,o,i,l,a){for(var c=[],s=0;s<e.length;s++){var u=(0,e[s])(r,o,i,l,a,t);if(null==u)return null;u.data&&n(u.data,"expectedType")&&c.push(u.data.expectedType)}return new v("Invalid "+l+" `"+a+"` supplied to `"+i+"`"+(c.length>0?", expected one of type ["+c.join(", ")+"]":"")+".")}))},shape:function(e){return d((function(r,n,o,i,l){var a=r[n],c=O(a);if("object"!==c)return new v("Invalid "+i+" `"+l+"` of type `"+c+"` supplied to `"+o+"`, expected `object`.");for(var s in e){var u=e[s];if("function"!=typeof u)return g(o,i,l,s,b(u));var f=u(a,s,o,i,l+"."+s,t);if(f)return f}return null}))},exact:function(e){return d((function(o,i,l,a,c){var s=o[i],u=O(s);if("object"!==u)return new v("Invalid "+a+" `"+c+"` of type `"+u+"` supplied to `"+l+"`, expected `object`.");var f=r({},o[i],e);for(var p in f){var y=e[p];if(n(e,p)&&"function"!=typeof y)return g(l,a,c,p,b(y));if(!y)return new v("Invalid "+a+" `"+c+"` key `"+p+"` supplied to `"+l+"`.\nBad object: "+JSON.stringify(o[i],null," ")+"\nValid keys: "+JSON.stringify(Object.keys(e),null," "));var d=y(s,p,l,a,c+"."+p,t);if(d)return d}return null}))}};function y(e,r){return e===r?0!==e||1/e==1/r:e!=e&&r!=r}function v(e,r){this.message=e,this.data=r&&"object"==typeof r?r:{},this.stack=""}function d(e){if("production"!==process.env.NODE_ENV)var r={},n=0;function o(o,l,a,s,u,p,y){if(s=s||f,p=p||a,y!==t){if(c){var d=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 d.name="Invariant Violation",d}if("production"!==process.env.NODE_ENV&&"undefined"!=typeof console){var h=s+":"+a;!r[h]&&n<3&&(i("You are manually calling a React.PropTypes validation function for the `"+p+"` prop on `"+s+"`. 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."),r[h]=!0,n++)}}return null==l[a]?o?null===l[a]?new v("The "+u+" `"+p+"` is marked as required in `"+s+"`, but its value is `null`."):new v("The "+u+" `"+p+"` is marked as required in `"+s+"`, but its value is `undefined`."):null:e(l,a,s,u,p)}var l=o.bind(null,!1);return l.isRequired=o.bind(null,!0),l}function h(e){return d((function(r,t,n,o,i,l){var a=r[t];return O(a)!==e?new v("Invalid "+o+" `"+i+"` of type `"+b(a)+"` supplied to `"+n+"`, expected `"+e+"`.",{expectedType:e}):null}))}function g(e,r,t,n,o){return new v((e||"React class")+": "+r+" type `"+t+"."+n+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+o+"`.")}function m(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(m);if(null===e||a(e))return!0;var r=function(e){var r=e&&(s&&e[s]||e[u]);if("function"==typeof r)return r}(e);if(!r)return!1;var t,n=r.call(e);if(r!==e.entries){for(;!(t=n.next()).done;)if(!m(t.value))return!1}else for(;!(t=n.next()).done;){var o=t.value;if(o&&!m(o[1]))return!1}return!0;default:return!1}}function O(e){var r=typeof e;return Array.isArray(e)?"array":e instanceof RegExp?"object":function(e,r){return"symbol"===e||!!r&&("Symbol"===r["@@toStringTag"]||"function"==typeof Symbol&&r instanceof Symbol)}(r,e)?"symbol":r}function b(e){if(null==e)return""+e;var r=O(e);if("object"===r){if(e instanceof Date)return"date";if(e instanceof RegExp)return"regexp"}return r}function w(e){var r=b(e);switch(r){case"array":case"object":return"an "+r;case"boolean":case"date":case"regexp":return"a "+r;default:return r}}return v.prototype=Error.prototype,p.checkPropTypes=o,p.resetWarningCache=o.resetWarningCache,p.PropTypes=p,p},x}()(T.isElement,!0)}else s.exports=function(){if(k)return E;k=1;var e=L();function r(){}function t(){}return t.resetWarningCache=r,E=function(){function n(r,t,n,o,i,l){if(l!==e){var a=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw a.name="Invariant Violation",a}}function o(){return n}n.isRequired=n;var i={array:n,bigint:n,bool:n,func:n,number:n,object:n,string:n,symbol:n,any:n,arrayOf:o,element:n,elementType:n,instanceOf:o,node:n,objectOf:o,oneOf:o,oneOfType:o,shape:o,exact:o,checkPropTypes:t,resetWarningCache:r};return i.PropTypes=i,i}}()();var N=a(s.exports);function R(){return R=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},R.apply(this,arguments)}function M(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var I=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=M(r,["color","size"]);return e.createElement("svg",R({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("polyline",{points:"22 12 18 12 15 21 9 3 6 12 2 12"}))}));I.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},I.displayName="Activity";var B=I;function W(){return W=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},W.apply(this,arguments)}function A(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var H=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=A(r,["color","size"]);return e.createElement("svg",W({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.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"}),e.createElement("polygon",{points:"12 15 17 21 7 21 12 15"}))}));H.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},H.displayName="Airplay";var _=H;function V(){return V=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},V.apply(this,arguments)}function D(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var $=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=D(r,["color","size"]);return e.createElement("svg",V({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("circle",{cx:"12",cy:"12",r:"10"}),e.createElement("line",{x1:"12",y1:"8",x2:"12",y2:"12"}),e.createElement("line",{x1:"12",y1:"16",x2:"12.01",y2:"16"}))}));$.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},$.displayName="AlertCircle";var F=$;function U(){return U=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},U.apply(this,arguments)}function q(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Z=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=q(r,["color","size"]);return e.createElement("svg",U({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.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"}),e.createElement("line",{x1:"12",y1:"8",x2:"12",y2:"12"}),e.createElement("line",{x1:"12",y1:"16",x2:"12.01",y2:"16"}))}));Z.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Z.displayName="AlertOctagon";var X=Z;function G(){return G=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},G.apply(this,arguments)}function Y(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var J=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Y(r,["color","size"]);return e.createElement("svg",G({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.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"}),e.createElement("line",{x1:"12",y1:"9",x2:"12",y2:"13"}),e.createElement("line",{x1:"12",y1:"17",x2:"12.01",y2:"17"}))}));J.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},J.displayName="AlertTriangle";var K=J;function Q(){return Q=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Q.apply(this,arguments)}function ee(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var re=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=ee(r,["color","size"]);return e.createElement("svg",Q({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("line",{x1:"18",y1:"10",x2:"6",y2:"10"}),e.createElement("line",{x1:"21",y1:"6",x2:"3",y2:"6"}),e.createElement("line",{x1:"21",y1:"14",x2:"3",y2:"14"}),e.createElement("line",{x1:"18",y1:"18",x2:"6",y2:"18"}))}));re.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},re.displayName="AlignCenter";var te=re;function ne(){return ne=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},ne.apply(this,arguments)}function oe(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var ie=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=oe(r,["color","size"]);return e.createElement("svg",ne({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("line",{x1:"21",y1:"10",x2:"3",y2:"10"}),e.createElement("line",{x1:"21",y1:"6",x2:"3",y2:"6"}),e.createElement("line",{x1:"21",y1:"14",x2:"3",y2:"14"}),e.createElement("line",{x1:"21",y1:"18",x2:"3",y2:"18"}))}));ie.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},ie.displayName="AlignJustify";var le=ie;function ae(){return ae=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},ae.apply(this,arguments)}function ce(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var se=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=ce(r,["color","size"]);return e.createElement("svg",ae({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("line",{x1:"17",y1:"10",x2:"3",y2:"10"}),e.createElement("line",{x1:"21",y1:"6",x2:"3",y2:"6"}),e.createElement("line",{x1:"21",y1:"14",x2:"3",y2:"14"}),e.createElement("line",{x1:"17",y1:"18",x2:"3",y2:"18"}))}));se.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},se.displayName="AlignLeft";var ue=se;function fe(){return fe=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},fe.apply(this,arguments)}function pe(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var ye=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=pe(r,["color","size"]);return e.createElement("svg",fe({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("line",{x1:"21",y1:"10",x2:"7",y2:"10"}),e.createElement("line",{x1:"21",y1:"6",x2:"3",y2:"6"}),e.createElement("line",{x1:"21",y1:"14",x2:"3",y2:"14"}),e.createElement("line",{x1:"21",y1:"18",x2:"7",y2:"18"}))}));ye.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},ye.displayName="AlignRight";var ve=ye;function de(){return de=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},de.apply(this,arguments)}function he(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var ge=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=he(r,["color","size"]);return e.createElement("svg",de({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("circle",{cx:"12",cy:"5",r:"3"}),e.createElement("line",{x1:"12",y1:"22",x2:"12",y2:"8"}),e.createElement("path",{d:"M5 12H2a10 10 0 0 0 20 0h-3"}))}));ge.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},ge.displayName="Anchor";var me=ge;function Oe(){return Oe=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Oe.apply(this,arguments)}function be(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var we=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=be(r,["color","size"]);return e.createElement("svg",Oe({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("circle",{cx:"12",cy:"12",r:"10"}),e.createElement("line",{x1:"14.31",y1:"8",x2:"20.05",y2:"17.94"}),e.createElement("line",{x1:"9.69",y1:"8",x2:"21.17",y2:"8"}),e.createElement("line",{x1:"7.38",y1:"12",x2:"13.12",y2:"2.06"}),e.createElement("line",{x1:"9.69",y1:"16",x2:"3.95",y2:"6.06"}),e.createElement("line",{x1:"14.31",y1:"16",x2:"2.83",y2:"16"}),e.createElement("line",{x1:"16.62",y1:"12",x2:"10.88",y2:"21.94"}))}));we.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},we.displayName="Aperture";var xe=we;function je(){return je=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},je.apply(this,arguments)}function Ee(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var ke=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Ee(r,["color","size"]);return e.createElement("svg",je({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("polyline",{points:"21 8 21 21 3 21 3 8"}),e.createElement("rect",{x:"1",y:"3",width:"22",height:"5"}),e.createElement("line",{x1:"10",y1:"12",x2:"14",y2:"12"}))}));ke.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},ke.displayName="Archive";var Pe=ke;function ze(){return ze=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},ze.apply(this,arguments)}function Se(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Le=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Se(r,["color","size"]);return e.createElement("svg",ze({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("circle",{cx:"12",cy:"12",r:"10"}),e.createElement("polyline",{points:"8 12 12 16 16 12"}),e.createElement("line",{x1:"12",y1:"8",x2:"12",y2:"16"}))}));Le.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Le.displayName="ArrowDownCircle";var Ce=Le;function Te(){return Te=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Te.apply(this,arguments)}function Ne(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Re=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Ne(r,["color","size"]);return e.createElement("svg",Te({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("line",{x1:"17",y1:"7",x2:"7",y2:"17"}),e.createElement("polyline",{points:"17 17 7 17 7 7"}))}));Re.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Re.displayName="ArrowDownLeft";var Me=Re;function Ie(){return Ie=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Ie.apply(this,arguments)}function Be(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var We=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Be(r,["color","size"]);return e.createElement("svg",Ie({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("line",{x1:"7",y1:"7",x2:"17",y2:"17"}),e.createElement("polyline",{points:"17 7 17 17 7 17"}))}));We.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},We.displayName="ArrowDownRight";var Ae=We;function He(){return He=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},He.apply(this,arguments)}function _e(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Ve=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=_e(r,["color","size"]);return e.createElement("svg",He({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("line",{x1:"12",y1:"5",x2:"12",y2:"19"}),e.createElement("polyline",{points:"19 12 12 19 5 12"}))}));Ve.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Ve.displayName="ArrowDown";var De=Ve;function $e(){return $e=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},$e.apply(this,arguments)}function Fe(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Ue=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Fe(r,["color","size"]);return e.createElement("svg",$e({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("circle",{cx:"12",cy:"12",r:"10"}),e.createElement("polyline",{points:"12 8 8 12 12 16"}),e.createElement("line",{x1:"16",y1:"12",x2:"8",y2:"12"}))}));Ue.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Ue.displayName="ArrowLeftCircle";var qe=Ue;function Ze(){return Ze=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Ze.apply(this,arguments)}function Xe(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Ge=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Xe(r,["color","size"]);return e.createElement("svg",Ze({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("line",{x1:"19",y1:"12",x2:"5",y2:"12"}),e.createElement("polyline",{points:"12 19 5 12 12 5"}))}));Ge.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Ge.displayName="ArrowLeft";var Ye=Ge;function Je(){return Je=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Je.apply(this,arguments)}function Ke(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Qe=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Ke(r,["color","size"]);return e.createElement("svg",Je({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("circle",{cx:"12",cy:"12",r:"10"}),e.createElement("polyline",{points:"12 16 16 12 12 8"}),e.createElement("line",{x1:"8",y1:"12",x2:"16",y2:"12"}))}));Qe.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Qe.displayName="ArrowRightCircle";var er=Qe;function rr(){return rr=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},rr.apply(this,arguments)}function tr(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var nr=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=tr(r,["color","size"]);return e.createElement("svg",rr({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("line",{x1:"5",y1:"12",x2:"19",y2:"12"}),e.createElement("polyline",{points:"12 5 19 12 12 19"}))}));nr.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},nr.displayName="ArrowRight";var or=nr;function ir(){return ir=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},ir.apply(this,arguments)}function lr(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var ar=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=lr(r,["color","size"]);return e.createElement("svg",ir({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("circle",{cx:"12",cy:"12",r:"10"}),e.createElement("polyline",{points:"16 12 12 8 8 12"}),e.createElement("line",{x1:"12",y1:"16",x2:"12",y2:"8"}))}));ar.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},ar.displayName="ArrowUpCircle";var cr=ar;function sr(){return sr=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},sr.apply(this,arguments)}function ur(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var fr=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=ur(r,["color","size"]);return e.createElement("svg",sr({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("line",{x1:"17",y1:"17",x2:"7",y2:"7"}),e.createElement("polyline",{points:"7 17 7 7 17 7"}))}));fr.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},fr.displayName="ArrowUpLeft";var pr=fr;function yr(){return yr=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},yr.apply(this,arguments)}function vr(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var dr=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=vr(r,["color","size"]);return e.createElement("svg",yr({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("line",{x1:"7",y1:"17",x2:"17",y2:"7"}),e.createElement("polyline",{points:"7 7 17 7 17 17"}))}));dr.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},dr.displayName="ArrowUpRight";var hr=dr;function gr(){return gr=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},gr.apply(this,arguments)}function mr(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Or=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=mr(r,["color","size"]);return e.createElement("svg",gr({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("line",{x1:"12",y1:"19",x2:"12",y2:"5"}),e.createElement("polyline",{points:"5 12 12 5 19 12"}))}));Or.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Or.displayName="ArrowUp";var br=Or;function wr(){return wr=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},wr.apply(this,arguments)}function xr(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var jr=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=xr(r,["color","size"]);return e.createElement("svg",wr({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("circle",{cx:"12",cy:"12",r:"4"}),e.createElement("path",{d:"M16 8v5a3 3 0 0 0 6 0v-1a10 10 0 1 0-3.92 7.94"}))}));jr.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},jr.displayName="AtSign";var Er=jr;function kr(){return kr=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},kr.apply(this,arguments)}function Pr(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var zr=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Pr(r,["color","size"]);return e.createElement("svg",kr({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("circle",{cx:"12",cy:"8",r:"7"}),e.createElement("polyline",{points:"8.21 13.89 7 23 12 20 17 23 15.79 13.88"}))}));zr.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},zr.displayName="Award";var Sr=zr;function Lr(){return Lr=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Lr.apply(this,arguments)}function Cr(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Tr=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Cr(r,["color","size"]);return e.createElement("svg",Lr({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("line",{x1:"18",y1:"20",x2:"18",y2:"10"}),e.createElement("line",{x1:"12",y1:"20",x2:"12",y2:"4"}),e.createElement("line",{x1:"6",y1:"20",x2:"6",y2:"14"}))}));Tr.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Tr.displayName="BarChart2";var Nr=Tr;function Rr(){return Rr=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Rr.apply(this,arguments)}function Mr(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Ir=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Mr(r,["color","size"]);return e.createElement("svg",Rr({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("line",{x1:"12",y1:"20",x2:"12",y2:"10"}),e.createElement("line",{x1:"18",y1:"20",x2:"18",y2:"4"}),e.createElement("line",{x1:"6",y1:"20",x2:"6",y2:"16"}))}));Ir.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Ir.displayName="BarChart";var Br=Ir;function Wr(){return Wr=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Wr.apply(this,arguments)}function Ar(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Hr=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Ar(r,["color","size"]);return e.createElement("svg",Wr({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.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"}),e.createElement("line",{x1:"23",y1:"13",x2:"23",y2:"11"}),e.createElement("polyline",{points:"11 6 7 12 13 12 9 18"}))}));Hr.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Hr.displayName="BatteryCharging";var _r=Hr;function Vr(){return Vr=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Vr.apply(this,arguments)}function Dr(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var $r=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Dr(r,["color","size"]);return e.createElement("svg",Vr({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("rect",{x:"1",y:"6",width:"18",height:"12",rx:"2",ry:"2"}),e.createElement("line",{x1:"23",y1:"13",x2:"23",y2:"11"}))}));$r.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},$r.displayName="Battery";var Fr=$r;function Ur(){return Ur=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Ur.apply(this,arguments)}function qr(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Zr=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=qr(r,["color","size"]);return e.createElement("svg",Ur({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("path",{d:"M13.73 21a2 2 0 0 1-3.46 0"}),e.createElement("path",{d:"M18.63 13A17.89 17.89 0 0 1 18 8"}),e.createElement("path",{d:"M6.26 6.26A5.86 5.86 0 0 0 6 8c0 7-3 9-3 9h14"}),e.createElement("path",{d:"M18 8a6 6 0 0 0-9.33-5"}),e.createElement("line",{x1:"1",y1:"1",x2:"23",y2:"23"}))}));Zr.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Zr.displayName="BellOff";var Xr=Zr;function Gr(){return Gr=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Gr.apply(this,arguments)}function Yr(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Jr=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Yr(r,["color","size"]);return e.createElement("svg",Gr({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("path",{d:"M18 8A6 6 0 0 0 6 8c0 7-3 9-3 9h18s-3-2-3-9"}),e.createElement("path",{d:"M13.73 21a2 2 0 0 1-3.46 0"}))}));Jr.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Jr.displayName="Bell";var Kr=Jr;function Qr(){return Qr=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Qr.apply(this,arguments)}function et(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var rt=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=et(r,["color","size"]);return e.createElement("svg",Qr({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("polyline",{points:"6.5 6.5 17.5 17.5 12 23 12 1 17.5 6.5 6.5 17.5"}))}));rt.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},rt.displayName="Bluetooth";var tt=rt;function nt(){return nt=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},nt.apply(this,arguments)}function ot(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var it=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=ot(r,["color","size"]);return e.createElement("svg",nt({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("path",{d:"M6 4h8a4 4 0 0 1 4 4 4 4 0 0 1-4 4H6z"}),e.createElement("path",{d:"M6 12h9a4 4 0 0 1 4 4 4 4 0 0 1-4 4H6z"}))}));it.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},it.displayName="Bold";var lt=it;function at(){return at=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},at.apply(this,arguments)}function ct(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var st=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=ct(r,["color","size"]);return e.createElement("svg",at({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("path",{d:"M2 3h6a4 4 0 0 1 4 4v14a3 3 0 0 0-3-3H2z"}),e.createElement("path",{d:"M22 3h-6a4 4 0 0 0-4 4v14a3 3 0 0 1 3-3h7z"}))}));st.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},st.displayName="BookOpen";var ut=st;function ft(){return ft=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},ft.apply(this,arguments)}function pt(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var yt=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=pt(r,["color","size"]);return e.createElement("svg",ft({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("path",{d:"M4 19.5A2.5 2.5 0 0 1 6.5 17H20"}),e.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"}))}));yt.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},yt.displayName="Book";var vt=yt;function dt(){return dt=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},dt.apply(this,arguments)}function ht(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var gt=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=ht(r,["color","size"]);return e.createElement("svg",dt({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("path",{d:"M19 21l-7-5-7 5V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2z"}))}));gt.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},gt.displayName="Bookmark";var mt=gt;function Ot(){return Ot=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Ot.apply(this,arguments)}function bt(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var wt=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=bt(r,["color","size"]);return e.createElement("svg",Ot({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.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"}),e.createElement("polyline",{points:"3.27 6.96 12 12.01 20.73 6.96"}),e.createElement("line",{x1:"12",y1:"22.08",x2:"12",y2:"12"}))}));wt.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},wt.displayName="Box";var xt=wt;function jt(){return jt=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},jt.apply(this,arguments)}function Et(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var kt=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Et(r,["color","size"]);return e.createElement("svg",jt({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("rect",{x:"2",y:"7",width:"20",height:"14",rx:"2",ry:"2"}),e.createElement("path",{d:"M16 21V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16"}))}));kt.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},kt.displayName="Briefcase";var Pt=kt;function zt(){return zt=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},zt.apply(this,arguments)}function St(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Lt=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=St(r,["color","size"]);return e.createElement("svg",zt({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("rect",{x:"3",y:"4",width:"18",height:"18",rx:"2",ry:"2"}),e.createElement("line",{x1:"16",y1:"2",x2:"16",y2:"6"}),e.createElement("line",{x1:"8",y1:"2",x2:"8",y2:"6"}),e.createElement("line",{x1:"3",y1:"10",x2:"21",y2:"10"}))}));Lt.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Lt.displayName="Calendar";var Ct=Lt;function Tt(){return Tt=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Tt.apply(this,arguments)}function Nt(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Rt=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Nt(r,["color","size"]);return e.createElement("svg",Tt({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("line",{x1:"1",y1:"1",x2:"23",y2:"23"}),e.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"}))}));Rt.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Rt.displayName="CameraOff";var Mt=Rt;function It(){return It=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},It.apply(this,arguments)}function Bt(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Wt=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Bt(r,["color","size"]);return e.createElement("svg",It({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.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"}),e.createElement("circle",{cx:"12",cy:"13",r:"4"}))}));Wt.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Wt.displayName="Camera";var At=Wt;function Ht(){return Ht=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Ht.apply(this,arguments)}function _t(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Vt=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=_t(r,["color","size"]);return e.createElement("svg",Ht({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.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"}),e.createElement("line",{x1:"2",y1:"20",x2:"2.01",y2:"20"}))}));Vt.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Vt.displayName="Cast";var Dt=Vt;function $t(){return $t=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},$t.apply(this,arguments)}function Ft(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Ut=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Ft(r,["color","size"]);return e.createElement("svg",$t({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("path",{d:"M22 11.08V12a10 10 0 1 1-5.93-9.14"}),e.createElement("polyline",{points:"22 4 12 14.01 9 11.01"}))}));Ut.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Ut.displayName="CheckCircle";var qt=Ut;function Zt(){return Zt=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Zt.apply(this,arguments)}function Xt(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Gt=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Xt(r,["color","size"]);return e.createElement("svg",Zt({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("polyline",{points:"9 11 12 14 22 4"}),e.createElement("path",{d:"M21 12v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11"}))}));Gt.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Gt.displayName="CheckSquare";var Yt=Gt;function Jt(){return Jt=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Jt.apply(this,arguments)}function Kt(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Qt=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Kt(r,["color","size"]);return e.createElement("svg",Jt({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("polyline",{points:"20 6 9 17 4 12"}))}));Qt.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Qt.displayName="Check";var en=Qt;function rn(){return rn=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},rn.apply(this,arguments)}function tn(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var nn=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=tn(r,["color","size"]);return e.createElement("svg",rn({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("polyline",{points:"6 9 12 15 18 9"}))}));function on(){return on=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},on.apply(this,arguments)}function ln(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}nn.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},nn.displayName="ChevronDown";var an=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=ln(r,["color","size"]);return e.createElement("svg",on({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("polyline",{points:"15 18 9 12 15 6"}))}));function cn(){return cn=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},cn.apply(this,arguments)}function sn(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}an.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},an.displayName="ChevronLeft";var un=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=sn(r,["color","size"]);return e.createElement("svg",cn({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("polyline",{points:"9 18 15 12 9 6"}))}));function fn(){return fn=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},fn.apply(this,arguments)}function pn(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}un.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},un.displayName="ChevronRight";var yn=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=pn(r,["color","size"]);return e.createElement("svg",fn({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("polyline",{points:"18 15 12 9 6 15"}))}));function vn(){return vn=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},vn.apply(this,arguments)}function dn(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}yn.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},yn.displayName="ChevronUp";var hn=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=dn(r,["color","size"]);return e.createElement("svg",vn({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("polyline",{points:"7 13 12 18 17 13"}),e.createElement("polyline",{points:"7 6 12 11 17 6"}))}));hn.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},hn.displayName="ChevronsDown";var gn=hn;function mn(){return mn=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},mn.apply(this,arguments)}function On(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var bn=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=On(r,["color","size"]);return e.createElement("svg",mn({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("polyline",{points:"11 17 6 12 11 7"}),e.createElement("polyline",{points:"18 17 13 12 18 7"}))}));bn.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},bn.displayName="ChevronsLeft";var wn=bn;function xn(){return xn=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},xn.apply(this,arguments)}function jn(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var En=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=jn(r,["color","size"]);return e.createElement("svg",xn({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("polyline",{points:"13 17 18 12 13 7"}),e.createElement("polyline",{points:"6 17 11 12 6 7"}))}));En.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},En.displayName="ChevronsRight";var kn=En;function Pn(){return Pn=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Pn.apply(this,arguments)}function zn(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Sn=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=zn(r,["color","size"]);return e.createElement("svg",Pn({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("polyline",{points:"17 11 12 6 7 11"}),e.createElement("polyline",{points:"17 18 12 13 7 18"}))}));Sn.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Sn.displayName="ChevronsUp";var Ln=Sn;function Cn(){return Cn=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Cn.apply(this,arguments)}function Tn(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Nn=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Tn(r,["color","size"]);return e.createElement("svg",Cn({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("circle",{cx:"12",cy:"12",r:"10"}),e.createElement("circle",{cx:"12",cy:"12",r:"4"}),e.createElement("line",{x1:"21.17",y1:"8",x2:"12",y2:"8"}),e.createElement("line",{x1:"3.95",y1:"6.06",x2:"8.54",y2:"14"}),e.createElement("line",{x1:"10.88",y1:"21.94",x2:"15.46",y2:"14"}))}));Nn.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Nn.displayName="Chrome";var Rn=Nn;function Mn(){return Mn=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Mn.apply(this,arguments)}function In(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Bn=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=In(r,["color","size"]);return e.createElement("svg",Mn({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("circle",{cx:"12",cy:"12",r:"10"}))}));Bn.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Bn.displayName="Circle";var Wn=Bn;function An(){return An=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},An.apply(this,arguments)}function Hn(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var _n=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Hn(r,["color","size"]);return e.createElement("svg",An({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.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"}),e.createElement("rect",{x:"8",y:"2",width:"8",height:"4",rx:"1",ry:"1"}))}));_n.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},_n.displayName="Clipboard";var Vn=_n;function Dn(){return Dn=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Dn.apply(this,arguments)}function $n(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Fn=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=$n(r,["color","size"]);return e.createElement("svg",Dn({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("circle",{cx:"12",cy:"12",r:"10"}),e.createElement("polyline",{points:"12 6 12 12 16 14"}))}));Fn.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Fn.displayName="Clock";var Un=Fn;function qn(){return qn=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},qn.apply(this,arguments)}function Zn(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Xn=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Zn(r,["color","size"]);return e.createElement("svg",qn({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("line",{x1:"8",y1:"19",x2:"8",y2:"21"}),e.createElement("line",{x1:"8",y1:"13",x2:"8",y2:"15"}),e.createElement("line",{x1:"16",y1:"19",x2:"16",y2:"21"}),e.createElement("line",{x1:"16",y1:"13",x2:"16",y2:"15"}),e.createElement("line",{x1:"12",y1:"21",x2:"12",y2:"23"}),e.createElement("line",{x1:"12",y1:"15",x2:"12",y2:"17"}),e.createElement("path",{d:"M20 16.58A5 5 0 0 0 18 7h-1.26A8 8 0 1 0 4 15.25"}))}));Xn.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Xn.displayName="CloudDrizzle";var Gn=Xn;function Yn(){return Yn=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Yn.apply(this,arguments)}function Jn(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Kn=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Jn(r,["color","size"]);return e.createElement("svg",Yn({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("path",{d:"M19 16.9A5 5 0 0 0 18 7h-1.26a8 8 0 1 0-11.62 9"}),e.createElement("polyline",{points:"13 11 9 17 15 17 11 23"}))}));Kn.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Kn.displayName="CloudLightning";var Qn=Kn;function eo(){return eo=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},eo.apply(this,arguments)}function ro(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var to=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=ro(r,["color","size"]);return e.createElement("svg",eo({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.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"}),e.createElement("line",{x1:"1",y1:"1",x2:"23",y2:"23"}))}));to.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},to.displayName="CloudOff";var no=to;function oo(){return oo=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},oo.apply(this,arguments)}function io(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var lo=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=io(r,["color","size"]);return e.createElement("svg",oo({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("line",{x1:"16",y1:"13",x2:"16",y2:"21"}),e.createElement("line",{x1:"8",y1:"13",x2:"8",y2:"21"}),e.createElement("line",{x1:"12",y1:"15",x2:"12",y2:"23"}),e.createElement("path",{d:"M20 16.58A5 5 0 0 0 18 7h-1.26A8 8 0 1 0 4 15.25"}))}));lo.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},lo.displayName="CloudRain";var ao=lo;function co(){return co=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},co.apply(this,arguments)}function so(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var uo=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=so(r,["color","size"]);return e.createElement("svg",co({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("path",{d:"M20 17.58A5 5 0 0 0 18 8h-1.26A8 8 0 1 0 4 16.25"}),e.createElement("line",{x1:"8",y1:"16",x2:"8.01",y2:"16"}),e.createElement("line",{x1:"8",y1:"20",x2:"8.01",y2:"20"}),e.createElement("line",{x1:"12",y1:"18",x2:"12.01",y2:"18"}),e.createElement("line",{x1:"12",y1:"22",x2:"12.01",y2:"22"}),e.createElement("line",{x1:"16",y1:"16",x2:"16.01",y2:"16"}),e.createElement("line",{x1:"16",y1:"20",x2:"16.01",y2:"20"}))}));uo.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},uo.displayName="CloudSnow";var fo=uo;function po(){return po=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},po.apply(this,arguments)}function yo(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var vo=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=yo(r,["color","size"]);return e.createElement("svg",po({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("path",{d:"M18 10h-1.26A8 8 0 1 0 9 20h9a5 5 0 0 0 0-10z"}))}));vo.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},vo.displayName="Cloud";var ho=vo;function go(){return go=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},go.apply(this,arguments)}function mo(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Oo=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=mo(r,["color","size"]);return e.createElement("svg",go({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("polyline",{points:"16 18 22 12 16 6"}),e.createElement("polyline",{points:"8 6 2 12 8 18"}))}));Oo.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Oo.displayName="Code";var bo=Oo;function wo(){return wo=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},wo.apply(this,arguments)}function xo(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var jo=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=xo(r,["color","size"]);return e.createElement("svg",wo({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("polygon",{points:"12 2 22 8.5 22 15.5 12 22 2 15.5 2 8.5 12 2"}),e.createElement("line",{x1:"12",y1:"22",x2:"12",y2:"15.5"}),e.createElement("polyline",{points:"22 8.5 12 15.5 2 8.5"}),e.createElement("polyline",{points:"2 15.5 12 8.5 22 15.5"}),e.createElement("line",{x1:"12",y1:"2",x2:"12",y2:"8.5"}))}));jo.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},jo.displayName="Codepen";var Eo=jo;function ko(){return ko=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},ko.apply(this,arguments)}function Po(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var zo=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Po(r,["color","size"]);return e.createElement("svg",ko({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.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"}),e.createElement("polyline",{points:"7.5 4.21 12 6.81 16.5 4.21"}),e.createElement("polyline",{points:"7.5 19.79 7.5 14.6 3 12"}),e.createElement("polyline",{points:"21 12 16.5 14.6 16.5 19.79"}),e.createElement("polyline",{points:"3.27 6.96 12 12.01 20.73 6.96"}),e.createElement("line",{x1:"12",y1:"22.08",x2:"12",y2:"12"}))}));zo.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},zo.displayName="Codesandbox";var So=zo;function Lo(){return Lo=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Lo.apply(this,arguments)}function Co(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var To=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Co(r,["color","size"]);return e.createElement("svg",Lo({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("path",{d:"M18 8h1a4 4 0 0 1 0 8h-1"}),e.createElement("path",{d:"M2 8h16v9a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4V8z"}),e.createElement("line",{x1:"6",y1:"1",x2:"6",y2:"4"}),e.createElement("line",{x1:"10",y1:"1",x2:"10",y2:"4"}),e.createElement("line",{x1:"14",y1:"1",x2:"14",y2:"4"}))}));To.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},To.displayName="Coffee";var No=To;function Ro(){return Ro=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Ro.apply(this,arguments)}function Mo(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Io=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Mo(r,["color","size"]);return e.createElement("svg",Ro({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.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"}))}));Io.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Io.displayName="Columns";var Bo=Io;function Wo(){return Wo=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Wo.apply(this,arguments)}function Ao(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Ho=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Ao(r,["color","size"]);return e.createElement("svg",Wo({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.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"}))}));Ho.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Ho.displayName="Command";var _o=Ho;function Vo(){return Vo=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Vo.apply(this,arguments)}function Do(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var $o=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Do(r,["color","size"]);return e.createElement("svg",Vo({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("circle",{cx:"12",cy:"12",r:"10"}),e.createElement("polygon",{points:"16.24 7.76 14.12 14.12 7.76 16.24 9.88 9.88 16.24 7.76"}))}));$o.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},$o.displayName="Compass";var Fo=$o;function Uo(){return Uo=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Uo.apply(this,arguments)}function qo(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Zo=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=qo(r,["color","size"]);return e.createElement("svg",Uo({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("rect",{x:"9",y:"9",width:"13",height:"13",rx:"2",ry:"2"}),e.createElement("path",{d:"M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"}))}));Zo.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Zo.displayName="Copy";var Xo=Zo;function Go(){return Go=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Go.apply(this,arguments)}function Yo(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Jo=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Yo(r,["color","size"]);return e.createElement("svg",Go({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("polyline",{points:"9 10 4 15 9 20"}),e.createElement("path",{d:"M20 4v7a4 4 0 0 1-4 4H4"}))}));Jo.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Jo.displayName="CornerDownLeft";var Ko=Jo;function Qo(){return Qo=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Qo.apply(this,arguments)}function ei(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var ri=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=ei(r,["color","size"]);return e.createElement("svg",Qo({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("polyline",{points:"15 10 20 15 15 20"}),e.createElement("path",{d:"M4 4v7a4 4 0 0 0 4 4h12"}))}));ri.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},ri.displayName="CornerDownRight";var ti=ri;function ni(){return ni=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},ni.apply(this,arguments)}function oi(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var ii=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=oi(r,["color","size"]);return e.createElement("svg",ni({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("polyline",{points:"14 15 9 20 4 15"}),e.createElement("path",{d:"M20 4h-7a4 4 0 0 0-4 4v12"}))}));ii.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},ii.displayName="CornerLeftDown";var li=ii;function ai(){return ai=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},ai.apply(this,arguments)}function ci(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var si=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=ci(r,["color","size"]);return e.createElement("svg",ai({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("polyline",{points:"14 9 9 4 4 9"}),e.createElement("path",{d:"M20 20h-7a4 4 0 0 1-4-4V4"}))}));si.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},si.displayName="CornerLeftUp";var ui=si;function fi(){return fi=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},fi.apply(this,arguments)}function pi(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var yi=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=pi(r,["color","size"]);return e.createElement("svg",fi({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("polyline",{points:"10 15 15 20 20 15"}),e.createElement("path",{d:"M4 4h7a4 4 0 0 1 4 4v12"}))}));yi.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},yi.displayName="CornerRightDown";var vi=yi;function di(){return di=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},di.apply(this,arguments)}function hi(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var gi=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=hi(r,["color","size"]);return e.createElement("svg",di({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("polyline",{points:"10 9 15 4 20 9"}),e.createElement("path",{d:"M4 20h7a4 4 0 0 0 4-4V4"}))}));gi.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},gi.displayName="CornerRightUp";var mi=gi;function Oi(){return Oi=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Oi.apply(this,arguments)}function bi(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var wi=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=bi(r,["color","size"]);return e.createElement("svg",Oi({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("polyline",{points:"9 14 4 9 9 4"}),e.createElement("path",{d:"M20 20v-7a4 4 0 0 0-4-4H4"}))}));wi.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},wi.displayName="CornerUpLeft";var xi=wi;function ji(){return ji=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},ji.apply(this,arguments)}function Ei(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var ki=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Ei(r,["color","size"]);return e.createElement("svg",ji({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("polyline",{points:"15 14 20 9 15 4"}),e.createElement("path",{d:"M4 20v-7a4 4 0 0 1 4-4h12"}))}));ki.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},ki.displayName="CornerUpRight";var Pi=ki;function zi(){return zi=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},zi.apply(this,arguments)}function Si(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Li=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Si(r,["color","size"]);return e.createElement("svg",zi({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("rect",{x:"4",y:"4",width:"16",height:"16",rx:"2",ry:"2"}),e.createElement("rect",{x:"9",y:"9",width:"6",height:"6"}),e.createElement("line",{x1:"9",y1:"1",x2:"9",y2:"4"}),e.createElement("line",{x1:"15",y1:"1",x2:"15",y2:"4"}),e.createElement("line",{x1:"9",y1:"20",x2:"9",y2:"23"}),e.createElement("line",{x1:"15",y1:"20",x2:"15",y2:"23"}),e.createElement("line",{x1:"20",y1:"9",x2:"23",y2:"9"}),e.createElement("line",{x1:"20",y1:"14",x2:"23",y2:"14"}),e.createElement("line",{x1:"1",y1:"9",x2:"4",y2:"9"}),e.createElement("line",{x1:"1",y1:"14",x2:"4",y2:"14"}))}));Li.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Li.displayName="Cpu";var Ci=Li;function Ti(){return Ti=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Ti.apply(this,arguments)}function Ni(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Ri=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Ni(r,["color","size"]);return e.createElement("svg",Ti({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("rect",{x:"1",y:"4",width:"22",height:"16",rx:"2",ry:"2"}),e.createElement("line",{x1:"1",y1:"10",x2:"23",y2:"10"}))}));Ri.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Ri.displayName="CreditCard";var Mi=Ri;function Ii(){return Ii=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Ii.apply(this,arguments)}function Bi(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Wi=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Bi(r,["color","size"]);return e.createElement("svg",Ii({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("path",{d:"M6.13 1L6 16a2 2 0 0 0 2 2h15"}),e.createElement("path",{d:"M1 6.13L16 6a2 2 0 0 1 2 2v15"}))}));Wi.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Wi.displayName="Crop";var Ai=Wi;function Hi(){return Hi=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Hi.apply(this,arguments)}function _i(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Vi=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=_i(r,["color","size"]);return e.createElement("svg",Hi({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("circle",{cx:"12",cy:"12",r:"10"}),e.createElement("line",{x1:"22",y1:"12",x2:"18",y2:"12"}),e.createElement("line",{x1:"6",y1:"12",x2:"2",y2:"12"}),e.createElement("line",{x1:"12",y1:"6",x2:"12",y2:"2"}),e.createElement("line",{x1:"12",y1:"22",x2:"12",y2:"18"}))}));Vi.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Vi.displayName="Crosshair";var Di=Vi;function $i(){return $i=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},$i.apply(this,arguments)}function Fi(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Ui=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Fi(r,["color","size"]);return e.createElement("svg",$i({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("ellipse",{cx:"12",cy:"5",rx:"9",ry:"3"}),e.createElement("path",{d:"M21 12c0 1.66-4 3-9 3s-9-1.34-9-3"}),e.createElement("path",{d:"M3 5v14c0 1.66 4 3 9 3s9-1.34 9-3V5"}))}));Ui.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Ui.displayName="Database";var qi=Ui;function Zi(){return Zi=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Zi.apply(this,arguments)}function Xi(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Gi=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Xi(r,["color","size"]);return e.createElement("svg",Zi({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("path",{d:"M21 4H8l-7 8 7 8h13a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2z"}),e.createElement("line",{x1:"18",y1:"9",x2:"12",y2:"15"}),e.createElement("line",{x1:"12",y1:"9",x2:"18",y2:"15"}))}));Gi.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Gi.displayName="Delete";var Yi=Gi;function Ji(){return Ji=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Ji.apply(this,arguments)}function Ki(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Qi=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Ki(r,["color","size"]);return e.createElement("svg",Ji({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("circle",{cx:"12",cy:"12",r:"10"}),e.createElement("circle",{cx:"12",cy:"12",r:"3"}))}));Qi.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Qi.displayName="Disc";var el=Qi;function rl(){return rl=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},rl.apply(this,arguments)}function tl(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var nl=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=tl(r,["color","size"]);return e.createElement("svg",rl({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("line",{x1:"8",y1:"12",x2:"16",y2:"12"}),e.createElement("line",{x1:"12",y1:"16",x2:"12",y2:"16"}),e.createElement("line",{x1:"12",y1:"8",x2:"12",y2:"8"}),e.createElement("circle",{cx:"12",cy:"12",r:"10"}))}));nl.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},nl.displayName="DivideCircle";var ol=nl;function il(){return il=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},il.apply(this,arguments)}function ll(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var al=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=ll(r,["color","size"]);return e.createElement("svg",il({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",ry:"2"}),e.createElement("line",{x1:"8",y1:"12",x2:"16",y2:"12"}),e.createElement("line",{x1:"12",y1:"16",x2:"12",y2:"16"}),e.createElement("line",{x1:"12",y1:"8",x2:"12",y2:"8"}))}));al.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},al.displayName="DivideSquare";var cl=al;function sl(){return sl=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},sl.apply(this,arguments)}function ul(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var fl=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=ul(r,["color","size"]);return e.createElement("svg",sl({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("circle",{cx:"12",cy:"6",r:"2"}),e.createElement("line",{x1:"5",y1:"12",x2:"19",y2:"12"}),e.createElement("circle",{cx:"12",cy:"18",r:"2"}))}));fl.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},fl.displayName="Divide";var pl=fl;function yl(){return yl=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},yl.apply(this,arguments)}function vl(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var dl=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=vl(r,["color","size"]);return e.createElement("svg",yl({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("line",{x1:"12",y1:"1",x2:"12",y2:"23"}),e.createElement("path",{d:"M17 5H9.5a3.5 3.5 0 0 0 0 7h5a3.5 3.5 0 0 1 0 7H6"}))}));dl.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},dl.displayName="DollarSign";var hl=dl;function gl(){return gl=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},gl.apply(this,arguments)}function ml(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Ol=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=ml(r,["color","size"]);return e.createElement("svg",gl({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("polyline",{points:"8 17 12 21 16 17"}),e.createElement("line",{x1:"12",y1:"12",x2:"12",y2:"21"}),e.createElement("path",{d:"M20.88 18.09A5 5 0 0 0 18 9h-1.26A8 8 0 1 0 3 16.29"}))}));Ol.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Ol.displayName="DownloadCloud";var bl=Ol;function wl(){return wl=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},wl.apply(this,arguments)}function xl(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var jl=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=xl(r,["color","size"]);return e.createElement("svg",wl({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"}),e.createElement("polyline",{points:"7 10 12 15 17 10"}),e.createElement("line",{x1:"12",y1:"15",x2:"12",y2:"3"}))}));jl.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},jl.displayName="Download";var El=jl;function kl(){return kl=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},kl.apply(this,arguments)}function Pl(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var zl=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Pl(r,["color","size"]);return e.createElement("svg",kl({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("circle",{cx:"12",cy:"12",r:"10"}),e.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"}))}));zl.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},zl.displayName="Dribbble";var Sl=zl;function Ll(){return Ll=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Ll.apply(this,arguments)}function Cl(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Tl=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Cl(r,["color","size"]);return e.createElement("svg",Ll({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("path",{d:"M12 2.69l5.66 5.66a8 8 0 1 1-11.31 0z"}))}));Tl.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Tl.displayName="Droplet";var Nl=Tl;function Rl(){return Rl=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Rl.apply(this,arguments)}function Ml(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Il=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Ml(r,["color","size"]);return e.createElement("svg",Rl({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("path",{d:"M17 3a2.828 2.828 0 1 1 4 4L7.5 20.5 2 22l1.5-5.5L17 3z"}))}));Il.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Il.displayName="Edit2";var Bl=Il;function Wl(){return Wl=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Wl.apply(this,arguments)}function Al(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Hl=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Al(r,["color","size"]);return e.createElement("svg",Wl({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("path",{d:"M12 20h9"}),e.createElement("path",{d:"M16.5 3.5a2.121 2.121 0 0 1 3 3L7 19l-4 1 1-4L16.5 3.5z"}))}));Hl.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Hl.displayName="Edit3";var _l=Hl;function Vl(){return Vl=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Vl.apply(this,arguments)}function Dl(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var $l=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Dl(r,["color","size"]);return e.createElement("svg",Vl({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("path",{d:"M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7"}),e.createElement("path",{d:"M18.5 2.5a2.121 2.121 0 0 1 3 3L12 15l-4 1 1-4 9.5-9.5z"}))}));$l.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},$l.displayName="Edit";var Fl=$l;function Ul(){return Ul=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Ul.apply(this,arguments)}function ql(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Zl=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=ql(r,["color","size"]);return e.createElement("svg",Ul({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("path",{d:"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"}),e.createElement("polyline",{points:"15 3 21 3 21 9"}),e.createElement("line",{x1:"10",y1:"14",x2:"21",y2:"3"}))}));Zl.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Zl.displayName="ExternalLink";var Xl=Zl;function Gl(){return Gl=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Gl.apply(this,arguments)}function Yl(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Jl=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Yl(r,["color","size"]);return e.createElement("svg",Gl({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.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"}),e.createElement("line",{x1:"1",y1:"1",x2:"23",y2:"23"}))}));Jl.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Jl.displayName="EyeOff";var Kl=Jl;function Ql(){return Ql=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Ql.apply(this,arguments)}function ea(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var ra=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=ea(r,["color","size"]);return e.createElement("svg",Ql({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("path",{d:"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z"}),e.createElement("circle",{cx:"12",cy:"12",r:"3"}))}));ra.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},ra.displayName="Eye";var ta=ra;function na(){return na=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},na.apply(this,arguments)}function oa(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var ia=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=oa(r,["color","size"]);return e.createElement("svg",na({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("path",{d:"M18 2h-3a5 5 0 0 0-5 5v3H7v4h3v8h4v-8h3l1-4h-4V7a1 1 0 0 1 1-1h3z"}))}));ia.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},ia.displayName="Facebook";var la=ia;function aa(){return aa=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},aa.apply(this,arguments)}function ca(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var sa=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=ca(r,["color","size"]);return e.createElement("svg",aa({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("polygon",{points:"13 19 22 12 13 5 13 19"}),e.createElement("polygon",{points:"2 19 11 12 2 5 2 19"}))}));sa.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},sa.displayName="FastForward";var ua=sa;function fa(){return fa=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},fa.apply(this,arguments)}function pa(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var ya=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=pa(r,["color","size"]);return e.createElement("svg",fa({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("path",{d:"M20.24 12.24a6 6 0 0 0-8.49-8.49L5 10.5V19h8.5z"}),e.createElement("line",{x1:"16",y1:"8",x2:"2",y2:"22"}),e.createElement("line",{x1:"17.5",y1:"15",x2:"9",y2:"15"}))}));ya.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},ya.displayName="Feather";var va=ya;function da(){return da=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},da.apply(this,arguments)}function ha(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var ga=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=ha(r,["color","size"]);return e.createElement("svg",da({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.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"}),e.createElement("path",{d:"M12 2h3.5a3.5 3.5 0 1 1 0 7H12V2z"}),e.createElement("path",{d:"M12 12.5a3.5 3.5 0 1 1 7 0 3.5 3.5 0 1 1-7 0z"}),e.createElement("path",{d:"M5 19.5A3.5 3.5 0 0 1 8.5 16H12v3.5a3.5 3.5 0 1 1-7 0z"}),e.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"}))}));ga.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},ga.displayName="Figma";var ma=ga;function Oa(){return Oa=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Oa.apply(this,arguments)}function ba(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var wa=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=ba(r,["color","size"]);return e.createElement("svg",Oa({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("path",{d:"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"}),e.createElement("polyline",{points:"14 2 14 8 20 8"}),e.createElement("line",{x1:"9",y1:"15",x2:"15",y2:"15"}))}));wa.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},wa.displayName="FileMinus";var xa=wa;function ja(){return ja=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},ja.apply(this,arguments)}function Ea(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var ka=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Ea(r,["color","size"]);return e.createElement("svg",ja({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("path",{d:"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"}),e.createElement("polyline",{points:"14 2 14 8 20 8"}),e.createElement("line",{x1:"12",y1:"18",x2:"12",y2:"12"}),e.createElement("line",{x1:"9",y1:"15",x2:"15",y2:"15"}))}));ka.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},ka.displayName="FilePlus";var Pa=ka;function za(){return za=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},za.apply(this,arguments)}function Sa(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var La=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Sa(r,["color","size"]);return e.createElement("svg",za({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("path",{d:"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"}),e.createElement("polyline",{points:"14 2 14 8 20 8"}),e.createElement("line",{x1:"16",y1:"13",x2:"8",y2:"13"}),e.createElement("line",{x1:"16",y1:"17",x2:"8",y2:"17"}),e.createElement("polyline",{points:"10 9 9 9 8 9"}))}));La.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},La.displayName="FileText";var Ca=La;function Ta(){return Ta=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Ta.apply(this,arguments)}function Na(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Ra=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Na(r,["color","size"]);return e.createElement("svg",Ta({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("path",{d:"M13 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V9z"}),e.createElement("polyline",{points:"13 2 13 9 20 9"}))}));Ra.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Ra.displayName="File";var Ma=Ra;function Ia(){return Ia=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Ia.apply(this,arguments)}function Ba(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Wa=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Ba(r,["color","size"]);return e.createElement("svg",Ia({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("rect",{x:"2",y:"2",width:"20",height:"20",rx:"2.18",ry:"2.18"}),e.createElement("line",{x1:"7",y1:"2",x2:"7",y2:"22"}),e.createElement("line",{x1:"17",y1:"2",x2:"17",y2:"22"}),e.createElement("line",{x1:"2",y1:"12",x2:"22",y2:"12"}),e.createElement("line",{x1:"2",y1:"7",x2:"7",y2:"7"}),e.createElement("line",{x1:"2",y1:"17",x2:"7",y2:"17"}),e.createElement("line",{x1:"17",y1:"17",x2:"22",y2:"17"}),e.createElement("line",{x1:"17",y1:"7",x2:"22",y2:"7"}))}));Wa.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Wa.displayName="Film";var Aa=Wa;function Ha(){return Ha=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Ha.apply(this,arguments)}function _a(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Va=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=_a(r,["color","size"]);return e.createElement("svg",Ha({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("polygon",{points:"22 3 2 3 10 12.46 10 19 14 21 14 12.46 22 3"}))}));Va.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Va.displayName="Filter";var Da=Va;function $a(){return $a=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},$a.apply(this,arguments)}function Fa(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Ua=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Fa(r,["color","size"]);return e.createElement("svg",$a({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.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"}),e.createElement("line",{x1:"4",y1:"22",x2:"4",y2:"15"}))}));Ua.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Ua.displayName="Flag";var qa=Ua;function Za(){return Za=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Za.apply(this,arguments)}function Xa(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Ga=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Xa(r,["color","size"]);return e.createElement("svg",Za({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.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"}),e.createElement("line",{x1:"9",y1:"14",x2:"15",y2:"14"}))}));Ga.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Ga.displayName="FolderMinus";var Ya=Ga;function Ja(){return Ja=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Ja.apply(this,arguments)}function Ka(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Qa=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Ka(r,["color","size"]);return e.createElement("svg",Ja({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.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"}),e.createElement("line",{x1:"12",y1:"11",x2:"12",y2:"17"}),e.createElement("line",{x1:"9",y1:"14",x2:"15",y2:"14"}))}));Qa.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Qa.displayName="FolderPlus";var ec=Qa;function rc(){return rc=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},rc.apply(this,arguments)}function tc(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var nc=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=tc(r,["color","size"]);return e.createElement("svg",rc({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.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"}))}));nc.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},nc.displayName="Folder";var oc=nc;function ic(){return ic=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},ic.apply(this,arguments)}function lc(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var ac=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=lc(r,["color","size"]);return e.createElement("svg",ic({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("path",{d:"M5 16V9h14V2H5l14 14h-7m-7 0l7 7v-7m-7 0h7"}))}));ac.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},ac.displayName="Framer";var cc=ac;function sc(){return sc=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},sc.apply(this,arguments)}function uc(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var fc=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=uc(r,["color","size"]);return e.createElement("svg",sc({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("circle",{cx:"12",cy:"12",r:"10"}),e.createElement("path",{d:"M16 16s-1.5-2-4-2-4 2-4 2"}),e.createElement("line",{x1:"9",y1:"9",x2:"9.01",y2:"9"}),e.createElement("line",{x1:"15",y1:"9",x2:"15.01",y2:"9"}))}));fc.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},fc.displayName="Frown";var pc=fc;function yc(){return yc=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},yc.apply(this,arguments)}function vc(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var dc=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=vc(r,["color","size"]);return e.createElement("svg",yc({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("polyline",{points:"20 12 20 22 4 22 4 12"}),e.createElement("rect",{x:"2",y:"7",width:"20",height:"5"}),e.createElement("line",{x1:"12",y1:"22",x2:"12",y2:"7"}),e.createElement("path",{d:"M12 7H7.5a2.5 2.5 0 0 1 0-5C11 2 12 7 12 7z"}),e.createElement("path",{d:"M12 7h4.5a2.5 2.5 0 0 0 0-5C13 2 12 7 12 7z"}))}));dc.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},dc.displayName="Gift";var hc=dc;function gc(){return gc=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},gc.apply(this,arguments)}function mc(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Oc=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=mc(r,["color","size"]);return e.createElement("svg",gc({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("line",{x1:"6",y1:"3",x2:"6",y2:"15"}),e.createElement("circle",{cx:"18",cy:"6",r:"3"}),e.createElement("circle",{cx:"6",cy:"18",r:"3"}),e.createElement("path",{d:"M18 9a9 9 0 0 1-9 9"}))}));Oc.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Oc.displayName="GitBranch";var bc=Oc;function wc(){return wc=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},wc.apply(this,arguments)}function xc(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var jc=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=xc(r,["color","size"]);return e.createElement("svg",wc({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("circle",{cx:"12",cy:"12",r:"4"}),e.createElement("line",{x1:"1.05",y1:"12",x2:"7",y2:"12"}),e.createElement("line",{x1:"17.01",y1:"12",x2:"22.96",y2:"12"}))}));jc.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},jc.displayName="GitCommit";var Ec=jc;function kc(){return kc=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},kc.apply(this,arguments)}function Pc(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var zc=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Pc(r,["color","size"]);return e.createElement("svg",kc({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("circle",{cx:"18",cy:"18",r:"3"}),e.createElement("circle",{cx:"6",cy:"6",r:"3"}),e.createElement("path",{d:"M6 21V9a9 9 0 0 0 9 9"}))}));zc.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},zc.displayName="GitMerge";var Sc=zc;function Lc(){return Lc=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Lc.apply(this,arguments)}function Cc(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Tc=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Cc(r,["color","size"]);return e.createElement("svg",Lc({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("circle",{cx:"18",cy:"18",r:"3"}),e.createElement("circle",{cx:"6",cy:"6",r:"3"}),e.createElement("path",{d:"M13 6h3a2 2 0 0 1 2 2v7"}),e.createElement("line",{x1:"6",y1:"9",x2:"6",y2:"21"}))}));Tc.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Tc.displayName="GitPullRequest";var Nc=Tc;function Rc(){return Rc=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Rc.apply(this,arguments)}function Mc(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Ic=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Mc(r,["color","size"]);return e.createElement("svg",Rc({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.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"}))}));Ic.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Ic.displayName="GitHub";var Bc=Ic;function Wc(){return Wc=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Wc.apply(this,arguments)}function Ac(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Hc=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Ac(r,["color","size"]);return e.createElement("svg",Wc({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.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"}))}));Hc.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Hc.displayName="Gitlab";var _c=Hc;function Vc(){return Vc=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Vc.apply(this,arguments)}function Dc(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var $c=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Dc(r,["color","size"]);return e.createElement("svg",Vc({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("circle",{cx:"12",cy:"12",r:"10"}),e.createElement("line",{x1:"2",y1:"12",x2:"22",y2:"12"}),e.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"}))}));$c.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},$c.displayName="Globe";var Fc=$c;function Uc(){return Uc=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Uc.apply(this,arguments)}function qc(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Zc=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=qc(r,["color","size"]);return e.createElement("svg",Uc({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("rect",{x:"3",y:"3",width:"7",height:"7"}),e.createElement("rect",{x:"14",y:"3",width:"7",height:"7"}),e.createElement("rect",{x:"14",y:"14",width:"7",height:"7"}),e.createElement("rect",{x:"3",y:"14",width:"7",height:"7"}))}));Zc.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Zc.displayName="Grid";var Xc=Zc;function Gc(){return Gc=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Gc.apply(this,arguments)}function Yc(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Jc=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Yc(r,["color","size"]);return e.createElement("svg",Gc({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("line",{x1:"22",y1:"12",x2:"2",y2:"12"}),e.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"}),e.createElement("line",{x1:"6",y1:"16",x2:"6.01",y2:"16"}),e.createElement("line",{x1:"10",y1:"16",x2:"10.01",y2:"16"}))}));Jc.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Jc.displayName="HardDrive";var Kc=Jc;function Qc(){return Qc=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Qc.apply(this,arguments)}function es(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var rs=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=es(r,["color","size"]);return e.createElement("svg",Qc({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("line",{x1:"4",y1:"9",x2:"20",y2:"9"}),e.createElement("line",{x1:"4",y1:"15",x2:"20",y2:"15"}),e.createElement("line",{x1:"10",y1:"3",x2:"8",y2:"21"}),e.createElement("line",{x1:"16",y1:"3",x2:"14",y2:"21"}))}));rs.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},rs.displayName="Hash";var ts=rs;function ns(){return ns=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},ns.apply(this,arguments)}function os(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var is=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=os(r,["color","size"]);return e.createElement("svg",ns({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("path",{d:"M3 18v-6a9 9 0 0 1 18 0v6"}),e.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"}))}));is.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},is.displayName="Headphones";var ls=is;function as(){return as=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},as.apply(this,arguments)}function cs(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var ss=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=cs(r,["color","size"]);return e.createElement("svg",as({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.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"}))}));ss.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},ss.displayName="Heart";var us=ss;function fs(){return fs=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},fs.apply(this,arguments)}function ps(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var ys=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=ps(r,["color","size"]);return e.createElement("svg",fs({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("circle",{cx:"12",cy:"12",r:"10"}),e.createElement("path",{d:"M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"}),e.createElement("line",{x1:"12",y1:"17",x2:"12.01",y2:"17"}))}));ys.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},ys.displayName="HelpCircle";var vs=ys;function ds(){return ds=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},ds.apply(this,arguments)}function hs(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var gs=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=hs(r,["color","size"]);return e.createElement("svg",ds({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.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"}))}));gs.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},gs.displayName="Hexagon";var ms=gs;function Os(){return Os=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Os.apply(this,arguments)}function bs(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var ws=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=bs(r,["color","size"]);return e.createElement("svg",Os({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("path",{d:"M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z"}),e.createElement("polyline",{points:"9 22 9 12 15 12 15 22"}))}));ws.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},ws.displayName="Home";var xs=ws;function js(){return js=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},js.apply(this,arguments)}function Es(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var ks=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Es(r,["color","size"]);return e.createElement("svg",js({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",ry:"2"}),e.createElement("circle",{cx:"8.5",cy:"8.5",r:"1.5"}),e.createElement("polyline",{points:"21 15 16 10 5 21"}))}));ks.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},ks.displayName="Image";var Ps=ks;function zs(){return zs=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},zs.apply(this,arguments)}function Ss(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Ls=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Ss(r,["color","size"]);return e.createElement("svg",zs({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("polyline",{points:"22 12 16 12 14 15 10 15 8 12 2 12"}),e.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"}))}));Ls.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Ls.displayName="Inbox";var Cs=Ls;function Ts(){return Ts=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Ts.apply(this,arguments)}function Ns(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Rs=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Ns(r,["color","size"]);return e.createElement("svg",Ts({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("circle",{cx:"12",cy:"12",r:"10"}),e.createElement("line",{x1:"12",y1:"16",x2:"12",y2:"12"}),e.createElement("line",{x1:"12",y1:"8",x2:"12.01",y2:"8"}))}));Rs.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Rs.displayName="Info";var Ms=Rs;function Is(){return Is=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Is.apply(this,arguments)}function Bs(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Ws=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Bs(r,["color","size"]);return e.createElement("svg",Is({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("rect",{x:"2",y:"2",width:"20",height:"20",rx:"5",ry:"5"}),e.createElement("path",{d:"M16 11.37A4 4 0 1 1 12.63 8 4 4 0 0 1 16 11.37z"}),e.createElement("line",{x1:"17.5",y1:"6.5",x2:"17.51",y2:"6.5"}))}));Ws.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Ws.displayName="Instagram";var As=Ws;function Hs(){return Hs=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Hs.apply(this,arguments)}function _s(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Vs=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=_s(r,["color","size"]);return e.createElement("svg",Hs({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("line",{x1:"19",y1:"4",x2:"10",y2:"4"}),e.createElement("line",{x1:"14",y1:"20",x2:"5",y2:"20"}),e.createElement("line",{x1:"15",y1:"4",x2:"9",y2:"20"}))}));Vs.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Vs.displayName="Italic";var Ds=Vs;function $s(){return $s=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},$s.apply(this,arguments)}function Fs(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Us=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Fs(r,["color","size"]);return e.createElement("svg",$s({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.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"}))}));Us.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Us.displayName="Key";var qs=Us;function Zs(){return Zs=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Zs.apply(this,arguments)}function Xs(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Gs=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Xs(r,["color","size"]);return e.createElement("svg",Zs({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("polygon",{points:"12 2 2 7 12 12 22 7 12 2"}),e.createElement("polyline",{points:"2 17 12 22 22 17"}),e.createElement("polyline",{points:"2 12 12 17 22 12"}))}));Gs.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Gs.displayName="Layers";var Ys=Gs;function Js(){return Js=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Js.apply(this,arguments)}function Ks(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Qs=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Ks(r,["color","size"]);return e.createElement("svg",Js({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",ry:"2"}),e.createElement("line",{x1:"3",y1:"9",x2:"21",y2:"9"}),e.createElement("line",{x1:"9",y1:"21",x2:"9",y2:"9"}))}));Qs.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Qs.displayName="Layout";var eu=Qs;function ru(){return ru=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},ru.apply(this,arguments)}function tu(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var nu=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=tu(r,["color","size"]);return e.createElement("svg",ru({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("circle",{cx:"12",cy:"12",r:"10"}),e.createElement("circle",{cx:"12",cy:"12",r:"4"}),e.createElement("line",{x1:"4.93",y1:"4.93",x2:"9.17",y2:"9.17"}),e.createElement("line",{x1:"14.83",y1:"14.83",x2:"19.07",y2:"19.07"}),e.createElement("line",{x1:"14.83",y1:"9.17",x2:"19.07",y2:"4.93"}),e.createElement("line",{x1:"14.83",y1:"9.17",x2:"18.36",y2:"5.64"}),e.createElement("line",{x1:"4.93",y1:"19.07",x2:"9.17",y2:"14.83"}))}));nu.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},nu.displayName="LifeBuoy";var ou=nu;function iu(){return iu=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},iu.apply(this,arguments)}function lu(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var au=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=lu(r,["color","size"]);return e.createElement("svg",iu({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.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"}),e.createElement("line",{x1:"8",y1:"12",x2:"16",y2:"12"}))}));au.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},au.displayName="Link2";var cu=au;function su(){return su=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},su.apply(this,arguments)}function uu(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var fu=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=uu(r,["color","size"]);return e.createElement("svg",su({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.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"}),e.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"}))}));fu.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},fu.displayName="Link";var pu=fu;function yu(){return yu=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},yu.apply(this,arguments)}function vu(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var du=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=vu(r,["color","size"]);return e.createElement("svg",yu({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.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"}),e.createElement("rect",{x:"2",y:"9",width:"4",height:"12"}),e.createElement("circle",{cx:"4",cy:"4",r:"2"}))}));du.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},du.displayName="Linkedin";var hu=du;function gu(){return gu=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},gu.apply(this,arguments)}function mu(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Ou=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=mu(r,["color","size"]);return e.createElement("svg",gu({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("line",{x1:"8",y1:"6",x2:"21",y2:"6"}),e.createElement("line",{x1:"8",y1:"12",x2:"21",y2:"12"}),e.createElement("line",{x1:"8",y1:"18",x2:"21",y2:"18"}),e.createElement("line",{x1:"3",y1:"6",x2:"3.01",y2:"6"}),e.createElement("line",{x1:"3",y1:"12",x2:"3.01",y2:"12"}),e.createElement("line",{x1:"3",y1:"18",x2:"3.01",y2:"18"}))}));Ou.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Ou.displayName="List";var bu=Ou;function wu(){return wu=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},wu.apply(this,arguments)}function xu(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var ju=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=xu(r,["color","size"]);return e.createElement("svg",wu({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("line",{x1:"12",y1:"2",x2:"12",y2:"6"}),e.createElement("line",{x1:"12",y1:"18",x2:"12",y2:"22"}),e.createElement("line",{x1:"4.93",y1:"4.93",x2:"7.76",y2:"7.76"}),e.createElement("line",{x1:"16.24",y1:"16.24",x2:"19.07",y2:"19.07"}),e.createElement("line",{x1:"2",y1:"12",x2:"6",y2:"12"}),e.createElement("line",{x1:"18",y1:"12",x2:"22",y2:"12"}),e.createElement("line",{x1:"4.93",y1:"19.07",x2:"7.76",y2:"16.24"}),e.createElement("line",{x1:"16.24",y1:"7.76",x2:"19.07",y2:"4.93"}))}));ju.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},ju.displayName="Loader";var Eu=ju;function ku(){return ku=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},ku.apply(this,arguments)}function Pu(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var zu=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Pu(r,["color","size"]);return e.createElement("svg",ku({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("rect",{x:"3",y:"11",width:"18",height:"11",rx:"2",ry:"2"}),e.createElement("path",{d:"M7 11V7a5 5 0 0 1 10 0v4"}))}));zu.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},zu.displayName="Lock";var Su=zu;function Lu(){return Lu=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Lu.apply(this,arguments)}function Cu(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Tu=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Cu(r,["color","size"]);return e.createElement("svg",Lu({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("path",{d:"M15 3h4a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2h-4"}),e.createElement("polyline",{points:"10 17 15 12 10 7"}),e.createElement("line",{x1:"15",y1:"12",x2:"3",y2:"12"}))}));Tu.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Tu.displayName="LogIn";var Nu=Tu;function Ru(){return Ru=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Ru.apply(this,arguments)}function Mu(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Iu=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Mu(r,["color","size"]);return e.createElement("svg",Ru({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("path",{d:"M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4"}),e.createElement("polyline",{points:"16 17 21 12 16 7"}),e.createElement("line",{x1:"21",y1:"12",x2:"9",y2:"12"}))}));Iu.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Iu.displayName="LogOut";var Bu=Iu;function Wu(){return Wu=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Wu.apply(this,arguments)}function Au(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Hu=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Au(r,["color","size"]);return e.createElement("svg",Wu({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.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"}),e.createElement("polyline",{points:"22,6 12,13 2,6"}))}));Hu.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Hu.displayName="Mail";var _u=Hu;function Vu(){return Vu=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Vu.apply(this,arguments)}function Du(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var $u=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Du(r,["color","size"]);return e.createElement("svg",Vu({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("path",{d:"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 0 1 18 0z"}),e.createElement("circle",{cx:"12",cy:"10",r:"3"}))}));$u.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},$u.displayName="MapPin";var Fu=$u;function Uu(){return Uu=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Uu.apply(this,arguments)}function qu(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Zu=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=qu(r,["color","size"]);return e.createElement("svg",Uu({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("polygon",{points:"1 6 1 22 8 18 16 22 23 18 23 2 16 6 8 2 1 6"}),e.createElement("line",{x1:"8",y1:"2",x2:"8",y2:"18"}),e.createElement("line",{x1:"16",y1:"6",x2:"16",y2:"22"}))}));Zu.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Zu.displayName="Map";var Xu=Zu;function Gu(){return Gu=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Gu.apply(this,arguments)}function Yu(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Ju=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Yu(r,["color","size"]);return e.createElement("svg",Gu({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("polyline",{points:"15 3 21 3 21 9"}),e.createElement("polyline",{points:"9 21 3 21 3 15"}),e.createElement("line",{x1:"21",y1:"3",x2:"14",y2:"10"}),e.createElement("line",{x1:"3",y1:"21",x2:"10",y2:"14"}))}));Ju.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Ju.displayName="Maximize2";var Ku=Ju;function Qu(){return Qu=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Qu.apply(this,arguments)}function ef(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var rf=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=ef(r,["color","size"]);return e.createElement("svg",Qu({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.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"}))}));rf.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},rf.displayName="Maximize";var tf=rf;function nf(){return nf=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},nf.apply(this,arguments)}function of(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var lf=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=of(r,["color","size"]);return e.createElement("svg",nf({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("circle",{cx:"12",cy:"12",r:"10"}),e.createElement("line",{x1:"8",y1:"15",x2:"16",y2:"15"}),e.createElement("line",{x1:"9",y1:"9",x2:"9.01",y2:"9"}),e.createElement("line",{x1:"15",y1:"9",x2:"15.01",y2:"9"}))}));lf.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},lf.displayName="Meh";var af=lf;function cf(){return cf=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},cf.apply(this,arguments)}function sf(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var uf=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=sf(r,["color","size"]);return e.createElement("svg",cf({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("line",{x1:"3",y1:"12",x2:"21",y2:"12"}),e.createElement("line",{x1:"3",y1:"6",x2:"21",y2:"6"}),e.createElement("line",{x1:"3",y1:"18",x2:"21",y2:"18"}))}));uf.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},uf.displayName="Menu";var ff=uf;function pf(){return pf=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},pf.apply(this,arguments)}function yf(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var vf=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=yf(r,["color","size"]);return e.createElement("svg",pf({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.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"}))}));vf.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},vf.displayName="MessageCircle";var df=vf;function hf(){return hf=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},hf.apply(this,arguments)}function gf(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var mf=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=gf(r,["color","size"]);return e.createElement("svg",hf({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.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"}))}));mf.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},mf.displayName="MessageSquare";var Of=mf;function bf(){return bf=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},bf.apply(this,arguments)}function wf(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var xf=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=wf(r,["color","size"]);return e.createElement("svg",bf({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("line",{x1:"1",y1:"1",x2:"23",y2:"23"}),e.createElement("path",{d:"M9 9v3a3 3 0 0 0 5.12 2.12M15 9.34V4a3 3 0 0 0-5.94-.6"}),e.createElement("path",{d:"M17 16.95A7 7 0 0 1 5 12v-2m14 0v2a7 7 0 0 1-.11 1.23"}),e.createElement("line",{x1:"12",y1:"19",x2:"12",y2:"23"}),e.createElement("line",{x1:"8",y1:"23",x2:"16",y2:"23"}))}));xf.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},xf.displayName="MicOff";var jf=xf;function Ef(){return Ef=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Ef.apply(this,arguments)}function kf(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Pf=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=kf(r,["color","size"]);return e.createElement("svg",Ef({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("path",{d:"M12 1a3 3 0 0 0-3 3v8a3 3 0 0 0 6 0V4a3 3 0 0 0-3-3z"}),e.createElement("path",{d:"M19 10v2a7 7 0 0 1-14 0v-2"}),e.createElement("line",{x1:"12",y1:"19",x2:"12",y2:"23"}),e.createElement("line",{x1:"8",y1:"23",x2:"16",y2:"23"}))}));Pf.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Pf.displayName="Mic";var zf=Pf;function Sf(){return Sf=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Sf.apply(this,arguments)}function Lf(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Cf=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Lf(r,["color","size"]);return e.createElement("svg",Sf({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("polyline",{points:"4 14 10 14 10 20"}),e.createElement("polyline",{points:"20 10 14 10 14 4"}),e.createElement("line",{x1:"14",y1:"10",x2:"21",y2:"3"}),e.createElement("line",{x1:"3",y1:"21",x2:"10",y2:"14"}))}));Cf.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Cf.displayName="Minimize2";var Tf=Cf;function Nf(){return Nf=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Nf.apply(this,arguments)}function Rf(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Mf=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Rf(r,["color","size"]);return e.createElement("svg",Nf({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.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"}))}));Mf.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Mf.displayName="Minimize";var If=Mf;function Bf(){return Bf=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Bf.apply(this,arguments)}function Wf(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Af=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Wf(r,["color","size"]);return e.createElement("svg",Bf({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("circle",{cx:"12",cy:"12",r:"10"}),e.createElement("line",{x1:"8",y1:"12",x2:"16",y2:"12"}))}));Af.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Af.displayName="MinusCircle";var Hf=Af;function _f(){return _f=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},_f.apply(this,arguments)}function Vf(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Df=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Vf(r,["color","size"]);return e.createElement("svg",_f({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",ry:"2"}),e.createElement("line",{x1:"8",y1:"12",x2:"16",y2:"12"}))}));Df.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Df.displayName="MinusSquare";var $f=Df;function Ff(){return Ff=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Ff.apply(this,arguments)}function Uf(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var qf=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Uf(r,["color","size"]);return e.createElement("svg",Ff({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("line",{x1:"5",y1:"12",x2:"19",y2:"12"}))}));qf.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},qf.displayName="Minus";var Zf=qf;function Xf(){return Xf=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Xf.apply(this,arguments)}function Gf(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Yf=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Gf(r,["color","size"]);return e.createElement("svg",Xf({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("rect",{x:"2",y:"3",width:"20",height:"14",rx:"2",ry:"2"}),e.createElement("line",{x1:"8",y1:"21",x2:"16",y2:"21"}),e.createElement("line",{x1:"12",y1:"17",x2:"12",y2:"21"}))}));Yf.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Yf.displayName="Monitor";var Jf=Yf;function Kf(){return Kf=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Kf.apply(this,arguments)}function Qf(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var ep=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Qf(r,["color","size"]);return e.createElement("svg",Kf({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("path",{d:"M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"}))}));ep.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},ep.displayName="Moon";var rp=ep;function tp(){return tp=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},tp.apply(this,arguments)}function np(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var op=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=np(r,["color","size"]);return e.createElement("svg",tp({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("circle",{cx:"12",cy:"12",r:"1"}),e.createElement("circle",{cx:"19",cy:"12",r:"1"}),e.createElement("circle",{cx:"5",cy:"12",r:"1"}))}));op.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},op.displayName="MoreHorizontal";var ip=op;function lp(){return lp=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},lp.apply(this,arguments)}function ap(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var cp=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=ap(r,["color","size"]);return e.createElement("svg",lp({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("circle",{cx:"12",cy:"12",r:"1"}),e.createElement("circle",{cx:"12",cy:"5",r:"1"}),e.createElement("circle",{cx:"12",cy:"19",r:"1"}))}));cp.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},cp.displayName="MoreVertical";var sp=cp;function up(){return up=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},up.apply(this,arguments)}function fp(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var pp=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=fp(r,["color","size"]);return e.createElement("svg",up({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("path",{d:"M3 3l7.07 16.97 2.51-7.39 7.39-2.51L3 3z"}),e.createElement("path",{d:"M13 13l6 6"}))}));pp.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},pp.displayName="MousePointer";var yp=pp;function vp(){return vp=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},vp.apply(this,arguments)}function dp(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var hp=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=dp(r,["color","size"]);return e.createElement("svg",vp({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("polyline",{points:"5 9 2 12 5 15"}),e.createElement("polyline",{points:"9 5 12 2 15 5"}),e.createElement("polyline",{points:"15 19 12 22 9 19"}),e.createElement("polyline",{points:"19 9 22 12 19 15"}),e.createElement("line",{x1:"2",y1:"12",x2:"22",y2:"12"}),e.createElement("line",{x1:"12",y1:"2",x2:"12",y2:"22"}))}));hp.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},hp.displayName="Move";var gp=hp;function mp(){return mp=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},mp.apply(this,arguments)}function Op(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var bp=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Op(r,["color","size"]);return e.createElement("svg",mp({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("path",{d:"M9 18V5l12-2v13"}),e.createElement("circle",{cx:"6",cy:"18",r:"3"}),e.createElement("circle",{cx:"18",cy:"16",r:"3"}))}));bp.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},bp.displayName="Music";var wp=bp;function xp(){return xp=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},xp.apply(this,arguments)}function jp(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Ep=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=jp(r,["color","size"]);return e.createElement("svg",xp({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("polygon",{points:"12 2 19 21 12 17 5 21 12 2"}))}));Ep.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Ep.displayName="Navigation2";var kp=Ep;function Pp(){return Pp=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Pp.apply(this,arguments)}function zp(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Sp=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=zp(r,["color","size"]);return e.createElement("svg",Pp({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("polygon",{points:"3 11 22 2 13 21 11 13 3 11"}))}));Sp.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Sp.displayName="Navigation";var Lp=Sp;function Cp(){return Cp=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Cp.apply(this,arguments)}function Tp(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Np=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Tp(r,["color","size"]);return e.createElement("svg",Cp({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.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"}))}));Np.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Np.displayName="Octagon";var Rp=Np;function Mp(){return Mp=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Mp.apply(this,arguments)}function Ip(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Bp=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Ip(r,["color","size"]);return e.createElement("svg",Mp({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("line",{x1:"16.5",y1:"9.4",x2:"7.5",y2:"4.21"}),e.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"}),e.createElement("polyline",{points:"3.27 6.96 12 12.01 20.73 6.96"}),e.createElement("line",{x1:"12",y1:"22.08",x2:"12",y2:"12"}))}));Bp.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Bp.displayName="Package";var Wp=Bp;function Ap(){return Ap=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Ap.apply(this,arguments)}function Hp(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var _p=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Hp(r,["color","size"]);return e.createElement("svg",Ap({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.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"}))}));_p.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},_p.displayName="Paperclip";var Vp=_p;function Dp(){return Dp=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Dp.apply(this,arguments)}function $p(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Fp=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=$p(r,["color","size"]);return e.createElement("svg",Dp({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("circle",{cx:"12",cy:"12",r:"10"}),e.createElement("line",{x1:"10",y1:"15",x2:"10",y2:"9"}),e.createElement("line",{x1:"14",y1:"15",x2:"14",y2:"9"}))}));Fp.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Fp.displayName="PauseCircle";var Up=Fp;function qp(){return qp=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},qp.apply(this,arguments)}function Zp(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Xp=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Zp(r,["color","size"]);return e.createElement("svg",qp({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("rect",{x:"6",y:"4",width:"4",height:"16"}),e.createElement("rect",{x:"14",y:"4",width:"4",height:"16"}))}));Xp.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Xp.displayName="Pause";var Gp=Xp;function Yp(){return Yp=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Yp.apply(this,arguments)}function Jp(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Kp=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Jp(r,["color","size"]);return e.createElement("svg",Yp({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("path",{d:"M12 19l7-7 3 3-7 7-3-3z"}),e.createElement("path",{d:"M18 13l-1.5-7.5L2 2l3.5 14.5L13 18l5-5z"}),e.createElement("path",{d:"M2 2l7.586 7.586"}),e.createElement("circle",{cx:"11",cy:"11",r:"2"}))}));Kp.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Kp.displayName="PenTool";var Qp=Kp;function ey(){return ey=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},ey.apply(this,arguments)}function ry(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var ty=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=ry(r,["color","size"]);return e.createElement("svg",ey({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("line",{x1:"19",y1:"5",x2:"5",y2:"19"}),e.createElement("circle",{cx:"6.5",cy:"6.5",r:"2.5"}),e.createElement("circle",{cx:"17.5",cy:"17.5",r:"2.5"}))}));ty.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},ty.displayName="Percent";var ny=ty;function oy(){return oy=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},oy.apply(this,arguments)}function iy(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var ly=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=iy(r,["color","size"]);return e.createElement("svg",oy({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.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"}))}));ly.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},ly.displayName="PhoneCall";var ay=ly;function cy(){return cy=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},cy.apply(this,arguments)}function sy(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var uy=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=sy(r,["color","size"]);return e.createElement("svg",cy({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("polyline",{points:"19 1 23 5 19 9"}),e.createElement("line",{x1:"15",y1:"5",x2:"23",y2:"5"}),e.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"}))}));uy.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},uy.displayName="PhoneForwarded";var fy=uy;function py(){return py=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},py.apply(this,arguments)}function yy(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var vy=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=yy(r,["color","size"]);return e.createElement("svg",py({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("polyline",{points:"16 2 16 8 22 8"}),e.createElement("line",{x1:"23",y1:"1",x2:"16",y2:"8"}),e.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"}))}));vy.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},vy.displayName="PhoneIncoming";var dy=vy;function hy(){return hy=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},hy.apply(this,arguments)}function gy(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var my=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=gy(r,["color","size"]);return e.createElement("svg",hy({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("line",{x1:"23",y1:"1",x2:"17",y2:"7"}),e.createElement("line",{x1:"17",y1:"1",x2:"23",y2:"7"}),e.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"}))}));my.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},my.displayName="PhoneMissed";var Oy=my;function by(){return by=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},by.apply(this,arguments)}function wy(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var xy=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=wy(r,["color","size"]);return e.createElement("svg",by({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.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"}),e.createElement("line",{x1:"23",y1:"1",x2:"1",y2:"23"}))}));xy.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},xy.displayName="PhoneOff";var jy=xy;function Ey(){return Ey=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Ey.apply(this,arguments)}function ky(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Py=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=ky(r,["color","size"]);return e.createElement("svg",Ey({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("polyline",{points:"23 7 23 1 17 1"}),e.createElement("line",{x1:"16",y1:"8",x2:"23",y2:"1"}),e.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"}))}));Py.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Py.displayName="PhoneOutgoing";var zy=Py;function Sy(){return Sy=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Sy.apply(this,arguments)}function Ly(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Cy=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Ly(r,["color","size"]);return e.createElement("svg",Sy({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.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"}))}));Cy.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Cy.displayName="Phone";var Ty=Cy;function Ny(){return Ny=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Ny.apply(this,arguments)}function Ry(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var My=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Ry(r,["color","size"]);return e.createElement("svg",Ny({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("path",{d:"M21.21 15.89A10 10 0 1 1 8 2.83"}),e.createElement("path",{d:"M22 12A10 10 0 0 0 12 2v10z"}))}));My.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},My.displayName="PieChart";var Iy=My;function By(){return By=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},By.apply(this,arguments)}function Wy(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Ay=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Wy(r,["color","size"]);return e.createElement("svg",By({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("circle",{cx:"12",cy:"12",r:"10"}),e.createElement("polygon",{points:"10 8 16 12 10 16 10 8"}))}));Ay.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Ay.displayName="PlayCircle";var Hy=Ay;function _y(){return _y=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},_y.apply(this,arguments)}function Vy(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Dy=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Vy(r,["color","size"]);return e.createElement("svg",_y({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("polygon",{points:"5 3 19 12 5 21 5 3"}))}));Dy.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Dy.displayName="Play";var $y=Dy;function Fy(){return Fy=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Fy.apply(this,arguments)}function Uy(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var qy=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Uy(r,["color","size"]);return e.createElement("svg",Fy({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("circle",{cx:"12",cy:"12",r:"10"}),e.createElement("line",{x1:"12",y1:"8",x2:"12",y2:"16"}),e.createElement("line",{x1:"8",y1:"12",x2:"16",y2:"12"}))}));qy.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},qy.displayName="PlusCircle";var Zy=qy;function Xy(){return Xy=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Xy.apply(this,arguments)}function Gy(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Yy=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Gy(r,["color","size"]);return e.createElement("svg",Xy({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",ry:"2"}),e.createElement("line",{x1:"12",y1:"8",x2:"12",y2:"16"}),e.createElement("line",{x1:"8",y1:"12",x2:"16",y2:"12"}))}));Yy.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Yy.displayName="PlusSquare";var Jy=Yy;function Ky(){return Ky=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Ky.apply(this,arguments)}function Qy(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var ev=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Qy(r,["color","size"]);return e.createElement("svg",Ky({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("line",{x1:"12",y1:"5",x2:"12",y2:"19"}),e.createElement("line",{x1:"5",y1:"12",x2:"19",y2:"12"}))}));ev.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},ev.displayName="Plus";var rv=ev;function tv(){return tv=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},tv.apply(this,arguments)}function nv(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var ov=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=nv(r,["color","size"]);return e.createElement("svg",tv({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.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"}),e.createElement("polyline",{points:"8 10 12 14 16 10"}))}));ov.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},ov.displayName="Pocket";var iv=ov;function lv(){return lv=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},lv.apply(this,arguments)}function av(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var cv=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=av(r,["color","size"]);return e.createElement("svg",lv({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("path",{d:"M18.36 6.64a9 9 0 1 1-12.73 0"}),e.createElement("line",{x1:"12",y1:"2",x2:"12",y2:"12"}))}));cv.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},cv.displayName="Power";var sv=cv;function uv(){return uv=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},uv.apply(this,arguments)}function fv(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var pv=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=fv(r,["color","size"]);return e.createElement("svg",uv({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("polyline",{points:"6 9 6 2 18 2 18 9"}),e.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"}),e.createElement("rect",{x:"6",y:"14",width:"12",height:"8"}))}));pv.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},pv.displayName="Printer";var yv=pv;function vv(){return vv=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},vv.apply(this,arguments)}function dv(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var hv=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=dv(r,["color","size"]);return e.createElement("svg",vv({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("circle",{cx:"12",cy:"12",r:"2"}),e.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"}))}));hv.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},hv.displayName="Radio";var gv=hv;function mv(){return mv=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},mv.apply(this,arguments)}function Ov(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var bv=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Ov(r,["color","size"]);return e.createElement("svg",mv({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("polyline",{points:"1 4 1 10 7 10"}),e.createElement("polyline",{points:"23 20 23 14 17 14"}),e.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"}))}));bv.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},bv.displayName="RefreshCcw";var wv=bv;function xv(){return xv=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},xv.apply(this,arguments)}function jv(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Ev=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=jv(r,["color","size"]);return e.createElement("svg",xv({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("polyline",{points:"23 4 23 10 17 10"}),e.createElement("polyline",{points:"1 20 1 14 7 14"}),e.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"}))}));Ev.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Ev.displayName="RefreshCw";var kv=Ev;function Pv(){return Pv=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Pv.apply(this,arguments)}function zv(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Sv=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=zv(r,["color","size"]);return e.createElement("svg",Pv({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("polyline",{points:"17 1 21 5 17 9"}),e.createElement("path",{d:"M3 11V9a4 4 0 0 1 4-4h14"}),e.createElement("polyline",{points:"7 23 3 19 7 15"}),e.createElement("path",{d:"M21 13v2a4 4 0 0 1-4 4H3"}))}));Sv.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Sv.displayName="Repeat";var Lv=Sv;function Cv(){return Cv=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Cv.apply(this,arguments)}function Tv(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Nv=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Tv(r,["color","size"]);return e.createElement("svg",Cv({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("polygon",{points:"11 19 2 12 11 5 11 19"}),e.createElement("polygon",{points:"22 19 13 12 22 5 22 19"}))}));Nv.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Nv.displayName="Rewind";var Rv=Nv;function Mv(){return Mv=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Mv.apply(this,arguments)}function Iv(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Bv=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Iv(r,["color","size"]);return e.createElement("svg",Mv({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("polyline",{points:"1 4 1 10 7 10"}),e.createElement("path",{d:"M3.51 15a9 9 0 1 0 2.13-9.36L1 10"}))}));Bv.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Bv.displayName="RotateCcw";var Wv=Bv;function Av(){return Av=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Av.apply(this,arguments)}function Hv(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var _v=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Hv(r,["color","size"]);return e.createElement("svg",Av({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("polyline",{points:"23 4 23 10 17 10"}),e.createElement("path",{d:"M20.49 15a9 9 0 1 1-2.12-9.36L23 10"}))}));_v.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},_v.displayName="RotateCw";var Vv=_v;function Dv(){return Dv=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Dv.apply(this,arguments)}function $v(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Fv=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=$v(r,["color","size"]);return e.createElement("svg",Dv({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("path",{d:"M4 11a9 9 0 0 1 9 9"}),e.createElement("path",{d:"M4 4a16 16 0 0 1 16 16"}),e.createElement("circle",{cx:"5",cy:"19",r:"1"}))}));Fv.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Fv.displayName="Rss";var Uv=Fv;function qv(){return qv=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},qv.apply(this,arguments)}function Zv(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Xv=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Zv(r,["color","size"]);return e.createElement("svg",qv({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("path",{d:"M19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11l5 5v11a2 2 0 0 1-2 2z"}),e.createElement("polyline",{points:"17 21 17 13 7 13 7 21"}),e.createElement("polyline",{points:"7 3 7 8 15 8"}))}));Xv.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Xv.displayName="Save";var Gv=Xv;function Yv(){return Yv=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Yv.apply(this,arguments)}function Jv(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Kv=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Jv(r,["color","size"]);return e.createElement("svg",Yv({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("circle",{cx:"6",cy:"6",r:"3"}),e.createElement("circle",{cx:"6",cy:"18",r:"3"}),e.createElement("line",{x1:"20",y1:"4",x2:"8.12",y2:"15.88"}),e.createElement("line",{x1:"14.47",y1:"14.48",x2:"20",y2:"20"}),e.createElement("line",{x1:"8.12",y1:"8.12",x2:"12",y2:"12"}))}));Kv.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Kv.displayName="Scissors";var Qv=Kv;function ed(){return ed=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},ed.apply(this,arguments)}function rd(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var td=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=rd(r,["color","size"]);return e.createElement("svg",ed({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("circle",{cx:"11",cy:"11",r:"8"}),e.createElement("line",{x1:"21",y1:"21",x2:"16.65",y2:"16.65"}))}));td.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},td.displayName="Search";var nd=td;function od(){return od=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},od.apply(this,arguments)}function id(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var ld=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=id(r,["color","size"]);return e.createElement("svg",od({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("line",{x1:"22",y1:"2",x2:"11",y2:"13"}),e.createElement("polygon",{points:"22 2 15 22 11 13 2 9 22 2"}))}));ld.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},ld.displayName="Send";var ad=ld;function cd(){return cd=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},cd.apply(this,arguments)}function sd(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var ud=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=sd(r,["color","size"]);return e.createElement("svg",cd({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("rect",{x:"2",y:"2",width:"20",height:"8",rx:"2",ry:"2"}),e.createElement("rect",{x:"2",y:"14",width:"20",height:"8",rx:"2",ry:"2"}),e.createElement("line",{x1:"6",y1:"6",x2:"6.01",y2:"6"}),e.createElement("line",{x1:"6",y1:"18",x2:"6.01",y2:"18"}))}));ud.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},ud.displayName="Server";var fd=ud;function pd(){return pd=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},pd.apply(this,arguments)}function yd(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var vd=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=yd(r,["color","size"]);return e.createElement("svg",pd({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("circle",{cx:"12",cy:"12",r:"3"}),e.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"}))}));vd.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},vd.displayName="Settings";var dd=vd;function hd(){return hd=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},hd.apply(this,arguments)}function gd(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var md=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=gd(r,["color","size"]);return e.createElement("svg",hd({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("circle",{cx:"18",cy:"5",r:"3"}),e.createElement("circle",{cx:"6",cy:"12",r:"3"}),e.createElement("circle",{cx:"18",cy:"19",r:"3"}),e.createElement("line",{x1:"8.59",y1:"13.51",x2:"15.42",y2:"17.49"}),e.createElement("line",{x1:"15.41",y1:"6.51",x2:"8.59",y2:"10.49"}))}));md.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},md.displayName="Share2";var Od=md;function bd(){return bd=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},bd.apply(this,arguments)}function wd(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var xd=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=wd(r,["color","size"]);return e.createElement("svg",bd({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("path",{d:"M4 12v8a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-8"}),e.createElement("polyline",{points:"16 6 12 2 8 6"}),e.createElement("line",{x1:"12",y1:"2",x2:"12",y2:"15"}))}));xd.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},xd.displayName="Share";var jd=xd;function Ed(){return Ed=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Ed.apply(this,arguments)}function kd(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Pd=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=kd(r,["color","size"]);return e.createElement("svg",Ed({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("path",{d:"M19.69 14a6.9 6.9 0 0 0 .31-2V5l-8-3-3.16 1.18"}),e.createElement("path",{d:"M4.73 4.73L4 5v7c0 6 8 10 8 10a20.29 20.29 0 0 0 5.62-4.38"}),e.createElement("line",{x1:"1",y1:"1",x2:"23",y2:"23"}))}));Pd.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Pd.displayName="ShieldOff";var zd=Pd;function Sd(){return Sd=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Sd.apply(this,arguments)}function Ld(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Cd=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Ld(r,["color","size"]);return e.createElement("svg",Sd({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("path",{d:"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"}))}));Cd.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Cd.displayName="Shield";var Td=Cd;function Nd(){return Nd=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Nd.apply(this,arguments)}function Rd(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Md=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Rd(r,["color","size"]);return e.createElement("svg",Nd({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("path",{d:"M6 2L3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4z"}),e.createElement("line",{x1:"3",y1:"6",x2:"21",y2:"6"}),e.createElement("path",{d:"M16 10a4 4 0 0 1-8 0"}))}));Md.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Md.displayName="ShoppingBag";var Id=Md;function Bd(){return Bd=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Bd.apply(this,arguments)}function Wd(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Ad=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Wd(r,["color","size"]);return e.createElement("svg",Bd({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("circle",{cx:"9",cy:"21",r:"1"}),e.createElement("circle",{cx:"20",cy:"21",r:"1"}),e.createElement("path",{d:"M1 1h4l2.68 13.39a2 2 0 0 0 2 1.61h9.72a2 2 0 0 0 2-1.61L23 6H6"}))}));Ad.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Ad.displayName="ShoppingCart";var Hd=Ad;function _d(){return _d=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},_d.apply(this,arguments)}function Vd(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Dd=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Vd(r,["color","size"]);return e.createElement("svg",_d({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("polyline",{points:"16 3 21 3 21 8"}),e.createElement("line",{x1:"4",y1:"20",x2:"21",y2:"3"}),e.createElement("polyline",{points:"21 16 21 21 16 21"}),e.createElement("line",{x1:"15",y1:"15",x2:"21",y2:"21"}),e.createElement("line",{x1:"4",y1:"4",x2:"9",y2:"9"}))}));Dd.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Dd.displayName="Shuffle";var $d=Dd;function Fd(){return Fd=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Fd.apply(this,arguments)}function Ud(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var qd=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Ud(r,["color","size"]);return e.createElement("svg",Fd({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",ry:"2"}),e.createElement("line",{x1:"9",y1:"3",x2:"9",y2:"21"}))}));qd.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},qd.displayName="Sidebar";var Zd=qd;function Xd(){return Xd=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Xd.apply(this,arguments)}function Gd(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Yd=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Gd(r,["color","size"]);return e.createElement("svg",Xd({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("polygon",{points:"19 20 9 12 19 4 19 20"}),e.createElement("line",{x1:"5",y1:"19",x2:"5",y2:"5"}))}));Yd.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Yd.displayName="SkipBack";var Jd=Yd;function Kd(){return Kd=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Kd.apply(this,arguments)}function Qd(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var eh=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Qd(r,["color","size"]);return e.createElement("svg",Kd({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("polygon",{points:"5 4 15 12 5 20 5 4"}),e.createElement("line",{x1:"19",y1:"5",x2:"19",y2:"19"}))}));eh.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},eh.displayName="SkipForward";var rh=eh;function th(){return th=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},th.apply(this,arguments)}function nh(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var oh=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=nh(r,["color","size"]);return e.createElement("svg",th({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.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"}),e.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"}),e.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"}),e.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"}),e.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"}),e.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"}),e.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"}),e.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"}))}));oh.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},oh.displayName="Slack";var ih=oh;function lh(){return lh=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},lh.apply(this,arguments)}function ah(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var ch=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=ah(r,["color","size"]);return e.createElement("svg",lh({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("circle",{cx:"12",cy:"12",r:"10"}),e.createElement("line",{x1:"4.93",y1:"4.93",x2:"19.07",y2:"19.07"}))}));ch.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},ch.displayName="Slash";var sh=ch;function uh(){return uh=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},uh.apply(this,arguments)}function fh(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var ph=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=fh(r,["color","size"]);return e.createElement("svg",uh({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("line",{x1:"4",y1:"21",x2:"4",y2:"14"}),e.createElement("line",{x1:"4",y1:"10",x2:"4",y2:"3"}),e.createElement("line",{x1:"12",y1:"21",x2:"12",y2:"12"}),e.createElement("line",{x1:"12",y1:"8",x2:"12",y2:"3"}),e.createElement("line",{x1:"20",y1:"21",x2:"20",y2:"16"}),e.createElement("line",{x1:"20",y1:"12",x2:"20",y2:"3"}),e.createElement("line",{x1:"1",y1:"14",x2:"7",y2:"14"}),e.createElement("line",{x1:"9",y1:"8",x2:"15",y2:"8"}),e.createElement("line",{x1:"17",y1:"16",x2:"23",y2:"16"}))}));ph.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},ph.displayName="Sliders";var yh=ph;function vh(){return vh=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},vh.apply(this,arguments)}function dh(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var hh=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=dh(r,["color","size"]);return e.createElement("svg",vh({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("rect",{x:"5",y:"2",width:"14",height:"20",rx:"2",ry:"2"}),e.createElement("line",{x1:"12",y1:"18",x2:"12.01",y2:"18"}))}));hh.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},hh.displayName="Smartphone";var gh=hh;function mh(){return mh=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},mh.apply(this,arguments)}function Oh(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var bh=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Oh(r,["color","size"]);return e.createElement("svg",mh({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("circle",{cx:"12",cy:"12",r:"10"}),e.createElement("path",{d:"M8 14s1.5 2 4 2 4-2 4-2"}),e.createElement("line",{x1:"9",y1:"9",x2:"9.01",y2:"9"}),e.createElement("line",{x1:"15",y1:"9",x2:"15.01",y2:"9"}))}));bh.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},bh.displayName="Smile";var wh=bh;function xh(){return xh=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},xh.apply(this,arguments)}function jh(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Eh=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=jh(r,["color","size"]);return e.createElement("svg",xh({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("rect",{x:"4",y:"2",width:"16",height:"20",rx:"2",ry:"2"}),e.createElement("circle",{cx:"12",cy:"14",r:"4"}),e.createElement("line",{x1:"12",y1:"6",x2:"12.01",y2:"6"}))}));Eh.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Eh.displayName="Speaker";var kh=Eh;function Ph(){return Ph=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Ph.apply(this,arguments)}function zh(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Sh=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=zh(r,["color","size"]);return e.createElement("svg",Ph({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",ry:"2"}))}));Sh.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Sh.displayName="Square";var Lh=Sh;function Ch(){return Ch=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Ch.apply(this,arguments)}function Th(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Nh=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Th(r,["color","size"]);return e.createElement("svg",Ch({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.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"}))}));Nh.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Nh.displayName="Star";var Rh=Nh;function Mh(){return Mh=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Mh.apply(this,arguments)}function Ih(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Bh=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Ih(r,["color","size"]);return e.createElement("svg",Mh({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("circle",{cx:"12",cy:"12",r:"10"}),e.createElement("rect",{x:"9",y:"9",width:"6",height:"6"}))}));Bh.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Bh.displayName="StopCircle";var Wh=Bh;function Ah(){return Ah=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Ah.apply(this,arguments)}function Hh(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var _h=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Hh(r,["color","size"]);return e.createElement("svg",Ah({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("circle",{cx:"12",cy:"12",r:"5"}),e.createElement("line",{x1:"12",y1:"1",x2:"12",y2:"3"}),e.createElement("line",{x1:"12",y1:"21",x2:"12",y2:"23"}),e.createElement("line",{x1:"4.22",y1:"4.22",x2:"5.64",y2:"5.64"}),e.createElement("line",{x1:"18.36",y1:"18.36",x2:"19.78",y2:"19.78"}),e.createElement("line",{x1:"1",y1:"12",x2:"3",y2:"12"}),e.createElement("line",{x1:"21",y1:"12",x2:"23",y2:"12"}),e.createElement("line",{x1:"4.22",y1:"19.78",x2:"5.64",y2:"18.36"}),e.createElement("line",{x1:"18.36",y1:"5.64",x2:"19.78",y2:"4.22"}))}));_h.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},_h.displayName="Sun";var Vh=_h;function Dh(){return Dh=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Dh.apply(this,arguments)}function $h(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Fh=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=$h(r,["color","size"]);return e.createElement("svg",Dh({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("path",{d:"M17 18a5 5 0 0 0-10 0"}),e.createElement("line",{x1:"12",y1:"2",x2:"12",y2:"9"}),e.createElement("line",{x1:"4.22",y1:"10.22",x2:"5.64",y2:"11.64"}),e.createElement("line",{x1:"1",y1:"18",x2:"3",y2:"18"}),e.createElement("line",{x1:"21",y1:"18",x2:"23",y2:"18"}),e.createElement("line",{x1:"18.36",y1:"11.64",x2:"19.78",y2:"10.22"}),e.createElement("line",{x1:"23",y1:"22",x2:"1",y2:"22"}),e.createElement("polyline",{points:"8 6 12 2 16 6"}))}));Fh.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Fh.displayName="Sunrise";var Uh=Fh;function qh(){return qh=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},qh.apply(this,arguments)}function Zh(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Xh=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Zh(r,["color","size"]);return e.createElement("svg",qh({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("path",{d:"M17 18a5 5 0 0 0-10 0"}),e.createElement("line",{x1:"12",y1:"9",x2:"12",y2:"2"}),e.createElement("line",{x1:"4.22",y1:"10.22",x2:"5.64",y2:"11.64"}),e.createElement("line",{x1:"1",y1:"18",x2:"3",y2:"18"}),e.createElement("line",{x1:"21",y1:"18",x2:"23",y2:"18"}),e.createElement("line",{x1:"18.36",y1:"11.64",x2:"19.78",y2:"10.22"}),e.createElement("line",{x1:"23",y1:"22",x2:"1",y2:"22"}),e.createElement("polyline",{points:"16 5 12 9 8 5"}))}));Xh.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Xh.displayName="Sunset";var Gh=Xh;function Yh(){return Yh=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Yh.apply(this,arguments)}function Jh(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Kh=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Jh(r,["color","size"]);return e.createElement("svg",Yh({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.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"}))}));Kh.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Kh.displayName="Table";var Qh=Kh;function eg(){return eg=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},eg.apply(this,arguments)}function rg(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var tg=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=rg(r,["color","size"]);return e.createElement("svg",eg({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("rect",{x:"4",y:"2",width:"16",height:"20",rx:"2",ry:"2"}),e.createElement("line",{x1:"12",y1:"18",x2:"12.01",y2:"18"}))}));tg.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},tg.displayName="Tablet";var ng=tg;function og(){return og=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},og.apply(this,arguments)}function ig(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var lg=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=ig(r,["color","size"]);return e.createElement("svg",og({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.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"}),e.createElement("line",{x1:"7",y1:"7",x2:"7.01",y2:"7"}))}));lg.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},lg.displayName="Tag";var ag=lg;function cg(){return cg=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},cg.apply(this,arguments)}function sg(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var ug=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=sg(r,["color","size"]);return e.createElement("svg",cg({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("circle",{cx:"12",cy:"12",r:"10"}),e.createElement("circle",{cx:"12",cy:"12",r:"6"}),e.createElement("circle",{cx:"12",cy:"12",r:"2"}))}));ug.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},ug.displayName="Target";var fg=ug;function pg(){return pg=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},pg.apply(this,arguments)}function yg(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var vg=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=yg(r,["color","size"]);return e.createElement("svg",pg({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("polyline",{points:"4 17 10 11 4 5"}),e.createElement("line",{x1:"12",y1:"19",x2:"20",y2:"19"}))}));vg.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},vg.displayName="Terminal";var dg=vg;function hg(){return hg=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},hg.apply(this,arguments)}function gg(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var mg=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=gg(r,["color","size"]);return e.createElement("svg",hg({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("path",{d:"M14 14.76V3.5a2.5 2.5 0 0 0-5 0v11.26a4.5 4.5 0 1 0 5 0z"}))}));mg.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},mg.displayName="Thermometer";var Og=mg;function bg(){return bg=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},bg.apply(this,arguments)}function wg(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var xg=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=wg(r,["color","size"]);return e.createElement("svg",bg({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.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"}))}));xg.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},xg.displayName="ThumbsDown";var jg=xg;function Eg(){return Eg=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Eg.apply(this,arguments)}function kg(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Pg=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=kg(r,["color","size"]);return e.createElement("svg",Eg({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.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"}))}));Pg.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Pg.displayName="ThumbsUp";var zg=Pg;function Sg(){return Sg=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Sg.apply(this,arguments)}function Lg(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Cg=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Lg(r,["color","size"]);return e.createElement("svg",Sg({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("rect",{x:"1",y:"5",width:"22",height:"14",rx:"7",ry:"7"}),e.createElement("circle",{cx:"8",cy:"12",r:"3"}))}));Cg.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Cg.displayName="ToggleLeft";var Tg=Cg;function Ng(){return Ng=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Ng.apply(this,arguments)}function Rg(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Mg=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Rg(r,["color","size"]);return e.createElement("svg",Ng({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("rect",{x:"1",y:"5",width:"22",height:"14",rx:"7",ry:"7"}),e.createElement("circle",{cx:"16",cy:"12",r:"3"}))}));Mg.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Mg.displayName="ToggleRight";var Ig=Mg;function Bg(){return Bg=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Bg.apply(this,arguments)}function Wg(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Ag=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Wg(r,["color","size"]);return e.createElement("svg",Bg({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.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"}))}));Ag.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Ag.displayName="Tool";var Hg=Ag;function _g(){return _g=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},_g.apply(this,arguments)}function Vg(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Dg=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Vg(r,["color","size"]);return e.createElement("svg",_g({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("polyline",{points:"3 6 5 6 21 6"}),e.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"}),e.createElement("line",{x1:"10",y1:"11",x2:"10",y2:"17"}),e.createElement("line",{x1:"14",y1:"11",x2:"14",y2:"17"}))}));Dg.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Dg.displayName="Trash2";var $g=Dg;function Fg(){return Fg=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Fg.apply(this,arguments)}function Ug(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var qg=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Ug(r,["color","size"]);return e.createElement("svg",Fg({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("polyline",{points:"3 6 5 6 21 6"}),e.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"}))}));qg.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},qg.displayName="Trash";var Zg=qg;function Xg(){return Xg=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Xg.apply(this,arguments)}function Gg(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Yg=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Gg(r,["color","size"]);return e.createElement("svg",Xg({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",ry:"2"}),e.createElement("rect",{x:"7",y:"7",width:"3",height:"9"}),e.createElement("rect",{x:"14",y:"7",width:"3",height:"5"}))}));Yg.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Yg.displayName="Trello";var Jg=Yg;function Kg(){return Kg=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Kg.apply(this,arguments)}function Qg(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var em=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Qg(r,["color","size"]);return e.createElement("svg",Kg({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("polyline",{points:"23 18 13.5 8.5 8.5 13.5 1 6"}),e.createElement("polyline",{points:"17 18 23 18 23 12"}))}));em.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},em.displayName="TrendingDown";var rm=em;function tm(){return tm=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},tm.apply(this,arguments)}function nm(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var om=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=nm(r,["color","size"]);return e.createElement("svg",tm({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("polyline",{points:"23 6 13.5 15.5 8.5 10.5 1 18"}),e.createElement("polyline",{points:"17 6 23 6 23 12"}))}));om.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},om.displayName="TrendingUp";var im=om;function lm(){return lm=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},lm.apply(this,arguments)}function am(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var cm=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=am(r,["color","size"]);return e.createElement("svg",lm({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.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"}))}));cm.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},cm.displayName="Triangle";var sm=cm;function um(){return um=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},um.apply(this,arguments)}function fm(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var pm=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=fm(r,["color","size"]);return e.createElement("svg",um({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("rect",{x:"1",y:"3",width:"15",height:"13"}),e.createElement("polygon",{points:"16 8 20 8 23 11 23 16 16 16 16 8"}),e.createElement("circle",{cx:"5.5",cy:"18.5",r:"2.5"}),e.createElement("circle",{cx:"18.5",cy:"18.5",r:"2.5"}))}));pm.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},pm.displayName="Truck";var ym=pm;function vm(){return vm=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},vm.apply(this,arguments)}function dm(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var hm=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=dm(r,["color","size"]);return e.createElement("svg",vm({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("rect",{x:"2",y:"7",width:"20",height:"15",rx:"2",ry:"2"}),e.createElement("polyline",{points:"17 2 12 7 7 2"}))}));hm.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},hm.displayName="Tv";var gm=hm;function mm(){return mm=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},mm.apply(this,arguments)}function Om(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var bm=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Om(r,["color","size"]);return e.createElement("svg",mm({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("path",{d:"M21 2H3v16h5v4l4-4h5l4-4V2zm-10 9V7m5 4V7"}))}));bm.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},bm.displayName="Twitch";var wm=bm;function xm(){return xm=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},xm.apply(this,arguments)}function jm(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Em=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=jm(r,["color","size"]);return e.createElement("svg",xm({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.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"}))}));Em.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Em.displayName="Twitter";var km=Em;function Pm(){return Pm=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Pm.apply(this,arguments)}function zm(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Sm=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=zm(r,["color","size"]);return e.createElement("svg",Pm({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("polyline",{points:"4 7 4 4 20 4 20 7"}),e.createElement("line",{x1:"9",y1:"20",x2:"15",y2:"20"}),e.createElement("line",{x1:"12",y1:"4",x2:"12",y2:"20"}))}));Sm.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Sm.displayName="Type";var Lm=Sm;function Cm(){return Cm=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Cm.apply(this,arguments)}function Tm(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Nm=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Tm(r,["color","size"]);return e.createElement("svg",Cm({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("path",{d:"M23 12a11.05 11.05 0 0 0-22 0zm-5 7a3 3 0 0 1-6 0v-7"}))}));Nm.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Nm.displayName="Umbrella";var Rm=Nm;function Mm(){return Mm=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Mm.apply(this,arguments)}function Im(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Bm=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Im(r,["color","size"]);return e.createElement("svg",Mm({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("path",{d:"M6 3v7a6 6 0 0 0 6 6 6 6 0 0 0 6-6V3"}),e.createElement("line",{x1:"4",y1:"21",x2:"20",y2:"21"}))}));Bm.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Bm.displayName="Underline";var Wm=Bm;function Am(){return Am=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Am.apply(this,arguments)}function Hm(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var _m=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Hm(r,["color","size"]);return e.createElement("svg",Am({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("rect",{x:"3",y:"11",width:"18",height:"11",rx:"2",ry:"2"}),e.createElement("path",{d:"M7 11V7a5 5 0 0 1 9.9-1"}))}));_m.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},_m.displayName="Unlock";var Vm=_m;function Dm(){return Dm=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Dm.apply(this,arguments)}function $m(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Fm=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=$m(r,["color","size"]);return e.createElement("svg",Dm({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("polyline",{points:"16 16 12 12 8 16"}),e.createElement("line",{x1:"12",y1:"12",x2:"12",y2:"21"}),e.createElement("path",{d:"M20.39 18.39A5 5 0 0 0 18 9h-1.26A8 8 0 1 0 3 16.3"}),e.createElement("polyline",{points:"16 16 12 12 8 16"}))}));Fm.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Fm.displayName="UploadCloud";var Um=Fm;function qm(){return qm=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},qm.apply(this,arguments)}function Zm(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Xm=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Zm(r,["color","size"]);return e.createElement("svg",qm({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"}),e.createElement("polyline",{points:"17 8 12 3 7 8"}),e.createElement("line",{x1:"12",y1:"3",x2:"12",y2:"15"}))}));Xm.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Xm.displayName="Upload";var Gm=Xm;function Ym(){return Ym=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Ym.apply(this,arguments)}function Jm(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Km=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Jm(r,["color","size"]);return e.createElement("svg",Ym({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("path",{d:"M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"}),e.createElement("circle",{cx:"8.5",cy:"7",r:"4"}),e.createElement("polyline",{points:"17 11 19 13 23 9"}))}));Km.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Km.displayName="UserCheck";var Qm=Km;function eO(){return eO=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},eO.apply(this,arguments)}function rO(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var tO=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=rO(r,["color","size"]);return e.createElement("svg",eO({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("path",{d:"M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"}),e.createElement("circle",{cx:"8.5",cy:"7",r:"4"}),e.createElement("line",{x1:"23",y1:"11",x2:"17",y2:"11"}))}));tO.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},tO.displayName="UserMinus";var nO=tO;function oO(){return oO=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},oO.apply(this,arguments)}function iO(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var lO=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=iO(r,["color","size"]);return e.createElement("svg",oO({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("path",{d:"M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"}),e.createElement("circle",{cx:"8.5",cy:"7",r:"4"}),e.createElement("line",{x1:"20",y1:"8",x2:"20",y2:"14"}),e.createElement("line",{x1:"23",y1:"11",x2:"17",y2:"11"}))}));lO.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},lO.displayName="UserPlus";var aO=lO;function cO(){return cO=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},cO.apply(this,arguments)}function sO(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var uO=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=sO(r,["color","size"]);return e.createElement("svg",cO({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("path",{d:"M16 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"}),e.createElement("circle",{cx:"8.5",cy:"7",r:"4"}),e.createElement("line",{x1:"18",y1:"8",x2:"23",y2:"13"}),e.createElement("line",{x1:"23",y1:"8",x2:"18",y2:"13"}))}));uO.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},uO.displayName="UserX";var fO=uO;function pO(){return pO=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},pO.apply(this,arguments)}function yO(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var vO=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=yO(r,["color","size"]);return e.createElement("svg",pO({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("path",{d:"M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2"}),e.createElement("circle",{cx:"12",cy:"7",r:"4"}))}));vO.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},vO.displayName="User";var dO=vO;function hO(){return hO=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},hO.apply(this,arguments)}function gO(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var mO=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=gO(r,["color","size"]);return e.createElement("svg",hO({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("path",{d:"M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2"}),e.createElement("circle",{cx:"9",cy:"7",r:"4"}),e.createElement("path",{d:"M23 21v-2a4 4 0 0 0-3-3.87"}),e.createElement("path",{d:"M16 3.13a4 4 0 0 1 0 7.75"}))}));mO.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},mO.displayName="Users";var OO=mO;function bO(){return bO=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},bO.apply(this,arguments)}function wO(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var xO=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=wO(r,["color","size"]);return e.createElement("svg",bO({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.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"}),e.createElement("line",{x1:"1",y1:"1",x2:"23",y2:"23"}))}));xO.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},xO.displayName="VideoOff";var jO=xO;function EO(){return EO=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},EO.apply(this,arguments)}function kO(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var PO=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=kO(r,["color","size"]);return e.createElement("svg",EO({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("polygon",{points:"23 7 16 12 23 17 23 7"}),e.createElement("rect",{x:"1",y:"5",width:"15",height:"14",rx:"2",ry:"2"}))}));PO.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},PO.displayName="Video";var zO=PO;function SO(){return SO=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},SO.apply(this,arguments)}function LO(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var CO=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=LO(r,["color","size"]);return e.createElement("svg",SO({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("circle",{cx:"5.5",cy:"11.5",r:"4.5"}),e.createElement("circle",{cx:"18.5",cy:"11.5",r:"4.5"}),e.createElement("line",{x1:"5.5",y1:"16",x2:"18.5",y2:"16"}))}));CO.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},CO.displayName="Voicemail";var TO=CO;function NO(){return NO=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},NO.apply(this,arguments)}function RO(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var MO=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=RO(r,["color","size"]);return e.createElement("svg",NO({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("polygon",{points:"11 5 6 9 2 9 2 15 6 15 11 19 11 5"}),e.createElement("path",{d:"M15.54 8.46a5 5 0 0 1 0 7.07"}))}));MO.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},MO.displayName="Volume1";var IO=MO;function BO(){return BO=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},BO.apply(this,arguments)}function WO(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var AO=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=WO(r,["color","size"]);return e.createElement("svg",BO({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("polygon",{points:"11 5 6 9 2 9 2 15 6 15 11 19 11 5"}),e.createElement("path",{d:"M19.07 4.93a10 10 0 0 1 0 14.14M15.54 8.46a5 5 0 0 1 0 7.07"}))}));AO.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},AO.displayName="Volume2";var HO=AO;function _O(){return _O=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},_O.apply(this,arguments)}function VO(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var DO=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=VO(r,["color","size"]);return e.createElement("svg",_O({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("polygon",{points:"11 5 6 9 2 9 2 15 6 15 11 19 11 5"}),e.createElement("line",{x1:"23",y1:"9",x2:"17",y2:"15"}),e.createElement("line",{x1:"17",y1:"9",x2:"23",y2:"15"}))}));DO.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},DO.displayName="VolumeX";var $O=DO;function FO(){return FO=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},FO.apply(this,arguments)}function UO(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var qO=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=UO(r,["color","size"]);return e.createElement("svg",FO({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("polygon",{points:"11 5 6 9 2 9 2 15 6 15 11 19 11 5"}))}));qO.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},qO.displayName="Volume";var ZO=qO;function XO(){return XO=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},XO.apply(this,arguments)}function GO(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var YO=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=GO(r,["color","size"]);return e.createElement("svg",XO({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("circle",{cx:"12",cy:"12",r:"7"}),e.createElement("polyline",{points:"12 9 12 12 13.5 13.5"}),e.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"}))}));YO.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},YO.displayName="Watch";var JO=YO;function KO(){return KO=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},KO.apply(this,arguments)}function QO(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var eb=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=QO(r,["color","size"]);return e.createElement("svg",KO({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("line",{x1:"1",y1:"1",x2:"23",y2:"23"}),e.createElement("path",{d:"M16.72 11.06A10.94 10.94 0 0 1 19 12.55"}),e.createElement("path",{d:"M5 12.55a10.94 10.94 0 0 1 5.17-2.39"}),e.createElement("path",{d:"M10.71 5.05A16 16 0 0 1 22.58 9"}),e.createElement("path",{d:"M1.42 9a15.91 15.91 0 0 1 4.7-2.88"}),e.createElement("path",{d:"M8.53 16.11a6 6 0 0 1 6.95 0"}),e.createElement("line",{x1:"12",y1:"20",x2:"12.01",y2:"20"}))}));eb.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},eb.displayName="WifiOff";var rb=eb;function tb(){return tb=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},tb.apply(this,arguments)}function nb(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var ob=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=nb(r,["color","size"]);return e.createElement("svg",tb({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("path",{d:"M5 12.55a11 11 0 0 1 14.08 0"}),e.createElement("path",{d:"M1.42 9a16 16 0 0 1 21.16 0"}),e.createElement("path",{d:"M8.53 16.11a6 6 0 0 1 6.95 0"}),e.createElement("line",{x1:"12",y1:"20",x2:"12.01",y2:"20"}))}));ob.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},ob.displayName="Wifi";var ib=ob;function lb(){return lb=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},lb.apply(this,arguments)}function ab(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var cb=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=ab(r,["color","size"]);return e.createElement("svg",lb({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.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"}))}));cb.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},cb.displayName="Wind";var sb=cb;function ub(){return ub=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},ub.apply(this,arguments)}function fb(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var pb=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=fb(r,["color","size"]);return e.createElement("svg",ub({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("circle",{cx:"12",cy:"12",r:"10"}),e.createElement("line",{x1:"15",y1:"9",x2:"9",y2:"15"}),e.createElement("line",{x1:"9",y1:"9",x2:"15",y2:"15"}))}));pb.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},pb.displayName="XCircle";var yb=pb;function vb(){return vb=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},vb.apply(this,arguments)}function db(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var hb=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=db(r,["color","size"]);return e.createElement("svg",vb({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.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"}),e.createElement("line",{x1:"15",y1:"9",x2:"9",y2:"15"}),e.createElement("line",{x1:"9",y1:"9",x2:"15",y2:"15"}))}));hb.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},hb.displayName="XOctagon";var gb=hb;function mb(){return mb=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},mb.apply(this,arguments)}function Ob(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var bb=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Ob(r,["color","size"]);return e.createElement("svg",mb({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("rect",{x:"3",y:"3",width:"18",height:"18",rx:"2",ry:"2"}),e.createElement("line",{x1:"9",y1:"9",x2:"15",y2:"15"}),e.createElement("line",{x1:"15",y1:"9",x2:"9",y2:"15"}))}));bb.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},bb.displayName="XSquare";var wb=bb;function xb(){return xb=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},xb.apply(this,arguments)}function jb(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Eb=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=jb(r,["color","size"]);return e.createElement("svg",xb({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("line",{x1:"18",y1:"6",x2:"6",y2:"18"}),e.createElement("line",{x1:"6",y1:"6",x2:"18",y2:"18"}))}));Eb.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Eb.displayName="X";var kb=Eb;function Pb(){return Pb=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Pb.apply(this,arguments)}function zb(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Sb=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=zb(r,["color","size"]);return e.createElement("svg",Pb({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.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"}),e.createElement("polygon",{points:"9.75 15.02 15.5 11.75 9.75 8.48 9.75 15.02"}))}));Sb.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Sb.displayName="Youtube";var Lb=Sb;function Cb(){return Cb=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Cb.apply(this,arguments)}function Tb(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Nb=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Tb(r,["color","size"]);return e.createElement("svg",Cb({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("polyline",{points:"12.41 6.75 13 2 10.57 4.92"}),e.createElement("polyline",{points:"18.57 12.91 21 10 15.66 10"}),e.createElement("polyline",{points:"8 8 3 14 12 14 11 22 16 16"}),e.createElement("line",{x1:"1",y1:"1",x2:"23",y2:"23"}))}));Nb.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Nb.displayName="ZapOff";var Rb=Nb;function Mb(){return Mb=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Mb.apply(this,arguments)}function Ib(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Bb=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Ib(r,["color","size"]);return e.createElement("svg",Mb({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("polygon",{points:"13 2 3 14 12 14 11 22 21 10 12 10 13 2"}))}));Bb.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Bb.displayName="Zap";var Wb=Bb;function Ab(){return Ab=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Ab.apply(this,arguments)}function Hb(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var _b=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=Hb(r,["color","size"]);return e.createElement("svg",Ab({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("circle",{cx:"11",cy:"11",r:"8"}),e.createElement("line",{x1:"21",y1:"21",x2:"16.65",y2:"16.65"}),e.createElement("line",{x1:"11",y1:"8",x2:"11",y2:"14"}),e.createElement("line",{x1:"8",y1:"11",x2:"14",y2:"11"}))}));_b.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},_b.displayName="ZoomIn";var Vb=_b;function Db(){return Db=Object.assign||function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Db.apply(this,arguments)}function $b(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t,n,o={},i=Object.keys(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||(o[t]=e[t]);return o}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.indexOf(t)>=0||Object.prototype.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}var Fb=e.forwardRef((function(r,t){var n=r.color,o=void 0===n?"currentColor":n,i=r.size,l=void 0===i?24:i,a=$b(r,["color","size"]);return e.createElement("svg",Db({ref:t,xmlns:"http://www.w3.org/2000/svg",width:l,height:l,viewBox:"0 0 24 24",fill:"none",stroke:o,strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round"},a),e.createElement("circle",{cx:"11",cy:"11",r:"8"}),e.createElement("line",{x1:"21",y1:"21",x2:"16.65",y2:"16.65"}),e.createElement("line",{x1:"8",y1:"11",x2:"14",y2:"11"}))}));Fb.propTypes={color:N.string,size:N.oneOfType([N.string,N.number])},Fb.displayName="ZoomOut";var Ub=Fb,qb=Object.freeze({__proto__:null,Activity:B,Airplay:_,AlertCircle:F,AlertOctagon:X,AlertTriangle:K,AlignCenter:te,AlignJustify:le,AlignLeft:ue,AlignRight:ve,Anchor:me,Aperture:xe,Archive:Pe,ArrowDown:De,ArrowDownCircle:Ce,ArrowDownLeft:Me,ArrowDownRight:Ae,ArrowLeft:Ye,ArrowLeftCircle:qe,ArrowRight:or,ArrowRightCircle:er,ArrowUp:br,ArrowUpCircle:cr,ArrowUpLeft:pr,ArrowUpRight:hr,AtSign:Er,Award:Sr,BarChart:Br,BarChart2:Nr,Battery:Fr,BatteryCharging:_r,Bell:Kr,BellOff:Xr,Bluetooth:tt,Bold:lt,Book:vt,BookOpen:ut,Bookmark:mt,Box:xt,Briefcase:Pt,Calendar:Ct,Camera:At,CameraOff:Mt,Cast:Dt,Check:en,CheckCircle:qt,CheckSquare:Yt,ChevronDown:nn,ChevronLeft:an,ChevronRight:un,ChevronUp:yn,ChevronsDown:gn,ChevronsLeft:wn,ChevronsRight:kn,ChevronsUp:Ln,Chrome:Rn,Circle:Wn,Clipboard:Vn,Clock:Un,Cloud:ho,CloudDrizzle:Gn,CloudLightning:Qn,CloudOff:no,CloudRain:ao,CloudSnow:fo,Code:bo,Codepen:Eo,Codesandbox:So,Coffee:No,Columns:Bo,Command:_o,Compass:Fo,Copy:Xo,CornerDownLeft:Ko,CornerDownRight:ti,CornerLeftDown:li,CornerLeftUp:ui,CornerRightDown:vi,CornerRightUp:mi,CornerUpLeft:xi,CornerUpRight:Pi,Cpu:Ci,CreditCard:Mi,Crop:Ai,Crosshair:Di,Database:qi,Delete:Yi,Disc:el,Divide:pl,DivideCircle:ol,DivideSquare:cl,DollarSign:hl,Download:El,DownloadCloud:bl,Dribbble:Sl,Droplet:Nl,Edit:Fl,Edit2:Bl,Edit3:_l,ExternalLink:Xl,Eye:ta,EyeOff:Kl,Facebook:la,FastForward:ua,Feather:va,Figma:ma,File:Ma,FileMinus:xa,FilePlus:Pa,FileText:Ca,Film:Aa,Filter:Da,Flag:qa,Folder:oc,FolderMinus:Ya,FolderPlus:ec,Framer:cc,Frown:pc,Gift:hc,GitBranch:bc,GitCommit:Ec,GitHub:Bc,GitMerge:Sc,GitPullRequest:Nc,Gitlab:_c,Globe:Fc,Grid:Xc,HardDrive:Kc,Hash:ts,Headphones:ls,Heart:us,HelpCircle:vs,Hexagon:ms,Home:xs,Image:Ps,Inbox:Cs,Info:Ms,Instagram:As,Italic:Ds,Key:qs,Layers:Ys,Layout:eu,LifeBuoy:ou,Link:pu,Link2:cu,Linkedin:hu,List:bu,Loader:Eu,Lock:Su,LogIn:Nu,LogOut:Bu,Mail:_u,Map:Xu,MapPin:Fu,Maximize:tf,Maximize2:Ku,Meh:af,Menu:ff,MessageCircle:df,MessageSquare:Of,Mic:zf,MicOff:jf,Minimize:If,Minimize2:Tf,Minus:Zf,MinusCircle:Hf,MinusSquare:$f,Monitor:Jf,Moon:rp,MoreHorizontal:ip,MoreVertical:sp,MousePointer:yp,Move:gp,Music:wp,Navigation:Lp,Navigation2:kp,Octagon:Rp,Package:Wp,Paperclip:Vp,Pause:Gp,PauseCircle:Up,PenTool:Qp,Percent:ny,Phone:Ty,PhoneCall:ay,PhoneForwarded:fy,PhoneIncoming:dy,PhoneMissed:Oy,PhoneOff:jy,PhoneOutgoing:zy,PieChart:Iy,Play:$y,PlayCircle:Hy,Plus:rv,PlusCircle:Zy,PlusSquare:Jy,Pocket:iv,Power:sv,Printer:yv,Radio:gv,RefreshCcw:wv,RefreshCw:kv,Repeat:Lv,Rewind:Rv,RotateCcw:Wv,RotateCw:Vv,Rss:Uv,Save:Gv,Scissors:Qv,Search:nd,Send:ad,Server:fd,Settings:dd,Share:jd,Share2:Od,Shield:Td,ShieldOff:zd,ShoppingBag:Id,ShoppingCart:Hd,Shuffle:$d,Sidebar:Zd,SkipBack:Jd,SkipForward:rh,Slack:ih,Slash:sh,Sliders:yh,Smartphone:gh,Smile:wh,Speaker:kh,Square:Lh,Star:Rh,StopCircle:Wh,Sun:Vh,Sunrise:Uh,Sunset:Gh,Table:Qh,Tablet:ng,Tag:ag,Target:fg,Terminal:dg,Thermometer:Og,ThumbsDown:jg,ThumbsUp:zg,ToggleLeft:Tg,ToggleRight:Ig,Tool:Hg,Trash:Zg,Trash2:$g,Trello:Jg,TrendingDown:rm,TrendingUp:im,Triangle:sm,Truck:ym,Tv:gm,Twitch:wm,Twitter:km,Type:Lm,Umbrella:Rm,Underline:Wm,Unlock:Vm,Upload:Gm,UploadCloud:Um,User:dO,UserCheck:Qm,UserMinus:nO,UserPlus:aO,UserX:fO,Users:OO,Video:zO,VideoOff:jO,Voicemail:TO,Volume:ZO,Volume1:IO,Volume2:HO,VolumeX:$O,Watch:JO,Wifi:ib,WifiOff:rb,Wind:sb,X:kb,XCircle:yb,XOctagon:gb,XSquare:wb,Youtube:Lb,Zap:Wb,ZapOff:Rb,ZoomIn:Vb,ZoomOut:Ub});const Zb=e.memo((({size:r=24,color:t="#474747",className:n})=>e.createElement("svg",{viewBox:"0 0 24 24",width:r,height:r,fill:"none",xmlns:"http://www.w3.org/2000/svg",className:n},e.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:t,strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}))));Zb.displayName="DisableIcon";const Xb=e.memo((({size:r=24,color:t="#474747",className:n})=>e.createElement("svg",{viewBox:"0 0 24 24",width:r,height:r,fill:"none",xmlns:"http://www.w3.org/2000/svg",className:n},e.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:t,strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}))));Xb.displayName="HideIcon";const Gb=e.memo((({size:r=24,color:t="#474747",className:n})=>e.createElement("svg",{viewBox:"0 0 24 24",width:r,height:r,fill:"none",xmlns:"http://www.w3.org/2000/svg",className:n},e.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:t}))));Gb.displayName="InfoIcon";const Yb=e.memo((({size:r=24,color:t="#474747",className:n})=>e.createElement("svg",{viewBox:"0 0 24 24",width:r,height:r,fill:"none",xmlns:"http://www.w3.org/2000/svg",className:n},e.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:t}))));Yb.displayName="WarningIcon";const Jb=e.memo((({size:r=24,color:t="#474747",className:n})=>e.createElement("svg",{viewBox:"0 0 24 24",width:r,height:r,fill:"none",xmlns:"http://www.w3.org/2000/svg",className:n},e.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:t}))));Jb.displayName="ErrorIcon";const Kb=e.memo((({size:r=24,color:t="#474747",className:n})=>e.createElement("svg",{viewBox:"0 0 24 24",width:r,height:r,fill:"none",xmlns:"http://www.w3.org/2000/svg",className:n},e.createElement("path",{d:"M8 22H6a2 2 0 01-2-2V4a2 2 0 012-2h8l6 6v12a2 2 0 01-2 2h-2",stroke:t,strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement("path",{d:"M14 2v6h6M12 13v9M16 17l-4-4-4 4",stroke:t,strokeWidth:1.5,strokeLinecap:"round",strokeLinejoin:"round"}))));Kb.displayName="UploadIcon";const Qb=e.memo((({size:r=24,color:t="#474747",className:n})=>e.createElement("svg",{width:r,height:r,viewBox:"0 0 20 20",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:n},e.createElement("g",null,e.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:t})))));Qb.displayName="EditFilledIcon";const ew=e.memo((({size:r=24,color:t="#525252",className:n})=>e.createElement("svg",{width:r,height:r,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:n},e.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:t,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement("path",{d:"M14 2V8H20",stroke:t,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement("path",{d:"M12 13V22",stroke:t,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}),e.createElement("path",{d:"M16 17L12 13L8 17",stroke:t,strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round"}))));ew.displayName="FileUploadIcon";const rw=e.memo((({size:r=24,className:t})=>e.createElement("svg",{width:r,height:r,viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:t},e.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"}),e.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"}),e.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"}),e.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"}),e.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"}))));rw.displayName="ExcelFileIcon";const tw=e.memo((({size:r=24,color:t="#6E6CC4",className:n})=>e.createElement("svg",{viewBox:"0 0 24 24",width:r,height:r,fill:"none",xmlns:"http://www.w3.org/2000/svg",className:n},e.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:t}))));tw.displayName="SuccessIcon";const nw=e.memo((({size:r=24,className:t})=>e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:r,height:r,fill:"none",viewBox:"0 0 16 16",className:t},e.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"}),e.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"}),e.createElement("defs",null,e.createElement("linearGradient",{id:"likepaint0_linear",x1:"8",x2:"8",y2:"16",gradientUnits:"userSpaceOnUse"},e.createElement("stop",{stopColor:"#18AFFF"}),e.createElement("stop",{offset:"1",stopColor:"#0062DF"}))))));nw.displayName="FBLikeIcon";const ow=e.memo((({size:r=24,className:t})=>e.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",width:r,height:r,fill:"none",viewBox:"0 0 16 16",className:t},e.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"}),e.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"}),e.createElement("defs",null,e.createElement("linearGradient",{id:"lovepaint0_linear",x1:"8",x2:"8",y2:"16",gradientUnits:"userSpaceOnUse"},e.createElement("stop",{stopColor:"#FF6680"}),e.createElement("stop",{offset:"1",stopColor:"#E61739"}))))));ow.displayName="FBLoveIcon";var iw=Object.freeze({__proto__:null,Disable:Zb,EditFilled:Qb,Error:Jb,ExcelFile:rw,FBLike:nw,FBLove:ow,FileUpload:ew,Hide:Xb,Info:Gb,Success:tw,Upload:Kb,Warning:Yb});const lw=({name:r="Umbrella",color:t="#858585",size:n=20,strokeWidth:o=1.5,className:i,...l})=>{const a=qb[r]??iw[r];return e.createElement(a,{color:t,size:n,strokeWidth:o,className:i,...l})},aw=e.forwardRef((({id:r,disabled:t,dataTestId:n,checked:o,...i},l)=>e.createElement("input",{type:"checkbox",id:r,ref:l,disabled:t,"data-testid":n,checked:o,...i,className:"absolute h-0 w-0 opacity-0"})));aw.displayName="CheckboxInput";const cw=({size:r,state:t,disabled:n})=>{const o="small"===r?"h-2.5 w-2.5":"h-4 w-4",i=n?"cursor-not-allowed opacity-50":"cursor-pointer group-hover:border-blue-500 group-hover:bg-blue-100";return e.createElement("span",{className:`absolute ${o} rounded ${{unChecked:"border-gray-400 bg-white border",hover:"border-blue-500 bg-blue-100 border",checked:"border-blue-500 border",indeterminate:"border-gray-400 bg-gray-200 border"}[t]} ${i} flex items-center justify-center`})},sw=({size:r,state:t,disabled:n})=>{const o="small"===r?"h-2 w-2":"h-3 w-3",i="small"===r?2:3;return e.createElement(lw,{name:"Check",className:`absolute ${o} ${"checked"===t?"text-white":"hidden"} ${n?"opacity-50":""}`,style:{strokeWidth:i}})},uw=e.forwardRef((({checkboxSize:r="normal",className:t,dataTestId:n,disabled:o,checked:i,marginRight:l,marginLeft:a,onChange:c,...s},u)=>{const f=`checkbox-${n||Math.random().toString(36).substr(2,9)}`,[p,y]=e.useState(i);e.useEffect((()=>{y(i)}),[i]);return e.createElement("label",{htmlFor:f,className:`inline-flex relative items-center justify-center ${o?"cursor-not-allowed":"cursor-pointer group"} ${t} ${l?{small:"mr-2",medium:"mr-4",large:"mr-6"}[l]:""} ${a?{small:"ml-2",medium:"ml-4",large:"ml-6"}[a]:""}`},e.createElement(aw,{...s,ref:u,id:f,dataTestId:n,disabled:o,checked:p,onChange:e=>{o||(y(!p),c&&c(e))}}),e.createElement(cw,{size:r,state:p?"checked":"unChecked",disabled:o}),e.createElement(sw,{size:r,state:p?"checked":"unChecked",disabled:o}))}));uw.displayName="Checkbox";var fw,pw={exports:{}};
15
+ /*!
16
+ Copyright (c) 2018 Jed Watson.
17
+ Licensed under the MIT License (MIT), see
18
+ http://jedwatson.github.io/classnames
19
+ */fw=pw,function(){var e={}.hasOwnProperty;function r(){for(var e="",r=0;r<arguments.length;r++){var o=arguments[r];o&&(e=n(e,t(o)))}return e}function t(t){if("string"==typeof t||"number"==typeof t)return t;if("object"!=typeof t)return"";if(Array.isArray(t))return r.apply(null,t);if(t.toString!==Object.prototype.toString&&!t.toString.toString().includes("[native code]"))return t.toString();var o="";for(var i in t)e.call(t,i)&&t[i]&&(o=n(o,i));return o}function n(e,r){return r?e?e+" "+r:e+r:e}fw.exports?(r.default=r,fw.exports=r):window.classNames=r}();var yw=a(pw.exports);const vw={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"},dw={tight:"tracking-tight",normal:"tracking-normal",wide:"tracking-wide",wider:"tracking-wider",widest:"tracking-widest"},hw={h1:"text-4xl",h2:"text-3xl",h3:"text-2xl",h4:"text-xl",h5:"text-lg",h6:"text-base"},gw={primary:"text-blue-500",secondary:"text-green-500",tertiary:"text-red-500",quaternary:"text-yellow-500",quinary:"text-gray-500",white:"text-white"},mw={normal:"font-normal",bold:"font-bold",semibold:"font-semibold",light:"font-light"},Ow={body:"text-base",paragraph:"text-lg",caption:"text-sm",small:"text-xs",regular:"text-base",paragraphSm:"text-md",captionSm:"text-xs"},bw=({variant:r,color:t="primary",marginTop:n,marginBottom:o,letterSpacing:i,textAlign:l="text-left",fontWeight:a="normal",children:c,...s})=>{const u=yw(Ow[r],gw[t],mw[a],n?vw[n]:"",o?vw[o]:"",i?dw[i]:"",l);return e.createElement("p",{className:u,...s},c)},ww=({id:r,destroy:t,title:n,variant:o,duration:i=5e3,animationDuration:l=300,icon:a,dataTestId:c})=>{const[s,u]=e.useState(!1);e.useEffect((()=>{const e=setTimeout((()=>{u(!0),setTimeout((()=>{t()}),l)}),i);return()=>clearTimeout(e)}),[t,i,l]);return e.createElement("div",{id:r??`${o}-${n}`,className:`flex items-center justify-center pointer-events-auto p-4 rounded-md ${{success:"bg-green-600 text-white",error:"bg-red-500 text-white",warning:"bg-yellow-400 text-gray-800",info:"bg-gray-200 text-gray-600"}[o]} ${s?"animate-slide-out":"animate-slide-in"}`,"data-test-id":c,style:{transition:`all ${l}ms ease-out`}},a&&e.createElement("div",{className:"mr-2 flex"},a),e.createElement("h1",{className:"font-semibold text-base m-0 leading-5"},n))};var xw;!function(e){e.Success="success",e.Error="error",e.Warning="warning",e.Info="info"}(xw||(xw={}));const jw=new class{isSetup=!1;containerRef;root;messages=[];constructor(){try{window&&document&&this.setup()}catch(e){console.error("Error during setup:",e)}}setup(){const e=document.getElementsByTagName("body")[0],t=document.createElement("div");t.id="message-container-main",e.appendChild(t),this.containerRef=t,this.containerRef&&(this.root=r.createRoot(this.containerRef)),this.isSetup=!0}show(e){this.isSetup||this.setup();const r=Math.random().toString().substr(2,9),t={id:r,...e,destroy:()=>this.destroy(e.id??r)};this.messages=[t,...this.messages],this.render()}destroy(e){this.messages=this.messages.filter((r=>r.id!==e)),this.render()}success(r){this.show({icon:e.createElement(tw,{size:18,color:"#fff"}),...r,variant:xw.Success})}error(r){this.show({icon:e.createElement(Jb,{size:18,color:"#fff"}),...r,variant:xw.Error})}warning(r){this.show({icon:e.createElement(Yb,{size:18}),...r,variant:xw.Warning})}info(r){this.show({icon:e.createElement(Gb,{size:18}),...r,variant:xw.Info})}render(){const r=this.messages.map((r=>e.createElement(ww,{key:r.id,...r})));this.root&&this.root.render(e.createElement("div",{className:"fixed flex flex-col-reverse items-center justify-center top-0 left-0 right-0 z-[9999] pointer-events-none"},r))}};var Ew;!function(e){e.Left="left",e.Center="center",e.Right="right"}(Ew||(Ew={}));function kw(e){var r=e.children,t=e.prefixCls,n=e.id,i=e.overlayInnerStyle,l=e.className,a=e.style;return o.createElement("div",{className:yw("".concat(t,"-content"),l),style:a},o.createElement("div",{className:"".concat(t,"-inner"),id:n,role:"tooltip",style:i},"function"==typeof r?r():r))}function Pw(){return Pw=Object.assign?Object.assign.bind():function(e){for(var r=1;r<arguments.length;r++){var t=arguments[r];for(var n in t)({}).hasOwnProperty.call(t,n)&&(e[n]=t[n])}return e},Pw.apply(null,arguments)}function zw(e){return zw="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},zw(e)}function Sw(e){var r=function(e,r){if("object"!=zw(e)||!e)return e;var t=e[Symbol.toPrimitive];if(void 0!==t){var n=t.call(e,r||"default");if("object"!=zw(n))return n;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===r?String:Number)(e)}(e,"string");return"symbol"==zw(r)?r:r+""}function Lw(e,r,t){return(r=Sw(r))in e?Object.defineProperty(e,r,{value:t,enumerable:!0,configurable:!0,writable:!0}):e[r]=t,e}function Cw(e,r){var t=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);r&&(n=n.filter((function(r){return Object.getOwnPropertyDescriptor(e,r).enumerable}))),t.push.apply(t,n)}return t}function Tw(e){for(var r=1;r<arguments.length;r++){var t=null!=arguments[r]?arguments[r]:{};r%2?Cw(Object(t),!0).forEach((function(r){Lw(e,r,t[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(t)):Cw(Object(t)).forEach((function(r){Object.defineProperty(e,r,Object.getOwnPropertyDescriptor(t,r))}))}return e}function Nw(e,r){if(null==e)return{};var t,n,o=function(e,r){if(null==e)return{};var t={};for(var n in e)if({}.hasOwnProperty.call(e,n)){if(r.includes(n))continue;t[n]=e[n]}return t}(e,r);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)t=i[n],r.includes(t)||{}.propertyIsEnumerable.call(e,t)&&(o[t]=e[t])}return o}function Rw(e,r){(null==r||r>e.length)&&(r=e.length);for(var t=0,n=Array(r);t<r;t++)n[t]=e[t];return n}function Mw(e,r){if(e){if("string"==typeof e)return Rw(e,r);var t={}.toString.call(e).slice(8,-1);return"Object"===t&&e.constructor&&(t=e.constructor.name),"Map"===t||"Set"===t?Array.from(e):"Arguments"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t)?Rw(e,r):void 0}}function Iw(e,r){return function(e){if(Array.isArray(e))return e}(e)||function(e,r){var t=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=t){var n,o,i,l,a=[],c=!0,s=!1;try{if(i=(t=t.call(e)).next,0===r){if(Object(t)!==t)return;c=!1}else for(;!(c=(n=i.call(t)).done)&&(a.push(n.value),a.length!==r);c=!0);}catch(e){s=!0,o=e}finally{try{if(!c&&null!=t.return&&(l=t.return(),Object(l)!==l))return}finally{if(s)throw o}}return a}}(e,r)||Mw(e,r)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function Bw(){return!("undefined"==typeof window||!window.document||!window.document.createElement)}var Ww={},Aw=[];function Hw(e,r){if("production"!==process.env.NODE_ENV&&!e&&void 0!==console){var t=Aw.reduce((function(e,r){return r(null!=e?e:"","warning")}),r);t&&console.error("Warning: ".concat(t))}}function _w(e,r){if("production"!==process.env.NODE_ENV&&!e&&void 0!==console){var t=Aw.reduce((function(e,r){return r(null!=e?e:"","note")}),r);t&&console.warn("Note: ".concat(t))}}function Vw(e,r,t){r||Ww[t]||(e(!1,t),Ww[t]=!0)}function Dw(e,r){Vw(Hw,e,r)}Dw.preMessage=function(e){Aw.push(e)},Dw.resetWarned=function(){Ww={}},Dw.noteOnce=function(e,r){Vw(_w,e,r)};var $w,Fw={exports:{}},Uw={};var qw,Zw={};
20
+ /**
21
+ * @license React
22
+ * react-is.development.js
23
+ *
24
+ * Copyright (c) Facebook, Inc. and its affiliates.
25
+ *
26
+ * This source code is licensed under the MIT license found in the
27
+ * LICENSE file in the root directory of this source tree.
28
+ */"production"===process.env.NODE_ENV?Fw.exports=function(){if($w)return Uw;$w=1;var e,r=Symbol.for("react.element"),t=Symbol.for("react.portal"),n=Symbol.for("react.fragment"),o=Symbol.for("react.strict_mode"),i=Symbol.for("react.profiler"),l=Symbol.for("react.provider"),a=Symbol.for("react.context"),c=Symbol.for("react.server_context"),s=Symbol.for("react.forward_ref"),u=Symbol.for("react.suspense"),f=Symbol.for("react.suspense_list"),p=Symbol.for("react.memo"),y=Symbol.for("react.lazy"),v=Symbol.for("react.offscreen");function d(e){if("object"==typeof e&&null!==e){var v=e.$$typeof;switch(v){case r:switch(e=e.type){case n:case i:case o:case u:case f:return e;default:switch(e=e&&e.$$typeof){case c:case a:case s:case y:case p:case l:return e;default:return v}}case t:return v}}}return e=Symbol.for("react.module.reference"),Uw.ContextConsumer=a,Uw.ContextProvider=l,Uw.Element=r,Uw.ForwardRef=s,Uw.Fragment=n,Uw.Lazy=y,Uw.Memo=p,Uw.Portal=t,Uw.Profiler=i,Uw.StrictMode=o,Uw.Suspense=u,Uw.SuspenseList=f,Uw.isAsyncMode=function(){return!1},Uw.isConcurrentMode=function(){return!1},Uw.isContextConsumer=function(e){return d(e)===a},Uw.isContextProvider=function(e){return d(e)===l},Uw.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===r},Uw.isForwardRef=function(e){return d(e)===s},Uw.isFragment=function(e){return d(e)===n},Uw.isLazy=function(e){return d(e)===y},Uw.isMemo=function(e){return d(e)===p},Uw.isPortal=function(e){return d(e)===t},Uw.isProfiler=function(e){return d(e)===i},Uw.isStrictMode=function(e){return d(e)===o},Uw.isSuspense=function(e){return d(e)===u},Uw.isSuspenseList=function(e){return d(e)===f},Uw.isValidElementType=function(r){return"string"==typeof r||"function"==typeof r||r===n||r===i||r===o||r===u||r===f||r===v||"object"==typeof r&&null!==r&&(r.$$typeof===y||r.$$typeof===p||r.$$typeof===l||r.$$typeof===a||r.$$typeof===s||r.$$typeof===e||void 0!==r.getModuleId)},Uw.typeOf=d,Uw}():Fw.exports=(qw||(qw=1,"production"!==process.env.NODE_ENV&&function(){var e,r=Symbol.for("react.element"),t=Symbol.for("react.portal"),n=Symbol.for("react.fragment"),o=Symbol.for("react.strict_mode"),i=Symbol.for("react.profiler"),l=Symbol.for("react.provider"),a=Symbol.for("react.context"),c=Symbol.for("react.server_context"),s=Symbol.for("react.forward_ref"),u=Symbol.for("react.suspense"),f=Symbol.for("react.suspense_list"),p=Symbol.for("react.memo"),y=Symbol.for("react.lazy"),v=Symbol.for("react.offscreen");function d(e){if("object"==typeof e&&null!==e){var v=e.$$typeof;switch(v){case r:var d=e.type;switch(d){case n:case i:case o:case u:case f:return d;default:var h=d&&d.$$typeof;switch(h){case c:case a:case s:case y:case p:case l:return h;default:return v}}case t:return v}}}e=Symbol.for("react.module.reference");var h=a,g=l,m=r,O=s,b=n,w=y,x=p,j=t,E=i,k=o,P=u,z=f,S=!1,L=!1;Zw.ContextConsumer=h,Zw.ContextProvider=g,Zw.Element=m,Zw.ForwardRef=O,Zw.Fragment=b,Zw.Lazy=w,Zw.Memo=x,Zw.Portal=j,Zw.Profiler=E,Zw.StrictMode=k,Zw.Suspense=P,Zw.SuspenseList=z,Zw.isAsyncMode=function(e){return S||(S=!0,console.warn("The ReactIs.isAsyncMode() alias has been deprecated, and will be removed in React 18+.")),!1},Zw.isConcurrentMode=function(e){return L||(L=!0,console.warn("The ReactIs.isConcurrentMode() alias has been deprecated, and will be removed in React 18+.")),!1},Zw.isContextConsumer=function(e){return d(e)===a},Zw.isContextProvider=function(e){return d(e)===l},Zw.isElement=function(e){return"object"==typeof e&&null!==e&&e.$$typeof===r},Zw.isForwardRef=function(e){return d(e)===s},Zw.isFragment=function(e){return d(e)===n},Zw.isLazy=function(e){return d(e)===y},Zw.isMemo=function(e){return d(e)===p},Zw.isPortal=function(e){return d(e)===t},Zw.isProfiler=function(e){return d(e)===i},Zw.isStrictMode=function(e){return d(e)===o},Zw.isSuspense=function(e){return d(e)===u},Zw.isSuspenseList=function(e){return d(e)===f},Zw.isValidElementType=function(r){return"string"==typeof r||"function"==typeof r||r===n||r===i||r===o||r===u||r===f||r===v||"object"==typeof r&&null!==r&&(r.$$typeof===y||r.$$typeof===p||r.$$typeof===l||r.$$typeof===a||r.$$typeof===s||r.$$typeof===e||void 0!==r.getModuleId)},Zw.typeOf=d}()),Zw);var Xw=Fw.exports;var Gw=function(e,r){"function"==typeof e?e(r):"object"===zw(e)&&e&&"current"in e&&(e.current=r)},Yw=function(){for(var e=arguments.length,r=new Array(e),t=0;t<e;t++)r[t]=arguments[t];var n=r.filter(Boolean);return n.length<=1?n[0]:function(e){r.forEach((function(r){Gw(r,e)}))}},Jw=function(){for(var e=arguments.length,r=new Array(e),t=0;t<e;t++)r[t]=arguments[t];return n=function(){return Yw.apply(void 0,r)},i=r,l=function(e,r){return e.length!==r.length||e.every((function(e,t){return e!==r[t]}))},"value"in(a=o.useRef({})).current&&!l(a.current.condition,i)||(a.current.value=n(),a.current.condition=i),a.current.value;var n,i,l,a},Kw=function(e){var r,t,n=Xw.isMemo(e)?e.type.type:e.type;return!!("function"!=typeof n||null!==(r=n.prototype)&&void 0!==r&&r.render||n.$$typeof===Xw.ForwardRef)&&!!("function"!=typeof e||null!==(t=e.prototype)&&void 0!==t&&t.render||e.$$typeof===Xw.ForwardRef)};Number(e.version.split(".")[0]);var Qw=o.createContext(null);function ex(e){return function(e){if(Array.isArray(e))return Rw(e)}(e)||function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}(e)||Mw(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}var rx="test"!==process.env.NODE_ENV&&Bw()?o.useLayoutEffect:o.useEffect,tx=function(e,r){var t=o.useRef(!0);rx((function(){return e(t.current)}),r),rx((function(){return t.current=!1,function(){t.current=!0}}),[])},nx=[];var ox="data-rc-order",ix="data-rc-priority",lx="rc-util-key",ax=new Map;function cx(){var e=(arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}).mark;return e?e.startsWith("data-")?e:"data-".concat(e):lx}function sx(e){return e.attachTo?e.attachTo:document.querySelector("head")||document.body}function ux(e){return Array.from((ax.get(e)||e).children).filter((function(e){return"STYLE"===e.tagName}))}function fx(e){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if(!Bw())return null;var t=r.csp,n=r.prepend,o=r.priority,i=void 0===o?0:o,l=function(e){return"queue"===e?"prependQueue":e?"prepend":"append"}(n),a="prependQueue"===l,c=document.createElement("style");c.setAttribute(ox,l),a&&i&&c.setAttribute(ix,"".concat(i)),null!=t&&t.nonce&&(c.nonce=null==t?void 0:t.nonce),c.innerHTML=e;var s=sx(r),u=s.firstChild;if(n){if(a){var f=(r.styles||ux(s)).filter((function(e){if(!["prepend","prependQueue"].includes(e.getAttribute(ox)))return!1;var r=Number(e.getAttribute(ix)||0);return i>=r}));if(f.length)return s.insertBefore(c,f[f.length-1].nextSibling),c}s.insertBefore(c,u)}else s.appendChild(c);return c}function px(e){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},t=sx(r);return(r.styles||ux(t)).find((function(t){return t.getAttribute(cx(r))===e}))}function yx(e){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},t=px(e,r);t&&sx(r).removeChild(t)}function vx(e,r){var t=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{},n=sx(t),o=ux(n),i=Tw(Tw({},t),{},{styles:o});!function(e,r){var t=ax.get(e);if(!t||!function(e,r){if(!e)return!1;if(e.contains)return e.contains(r);for(var t=r;t;){if(t===e)return!0;t=t.parentNode}return!1}(document,t)){var n=fx("",r),o=n.parentNode;ax.set(e,o),e.removeChild(n)}}(n,i);var l=px(r,i);if(l){var a,c,s;if(null!==(a=i.csp)&&void 0!==a&&a.nonce&&l.nonce!==(null===(c=i.csp)||void 0===c?void 0:c.nonce))l.nonce=null===(s=i.csp)||void 0===s?void 0:s.nonce;return l.innerHTML!==e&&(l.innerHTML=e),l}var u=fx(e,i);return u.setAttribute(cx(i),r),u}function dx(e){return"undefined"!=typeof document&&e&&e instanceof Element?function(e){var r="rc-scrollbar-measure-".concat(Math.random().toString(36).substring(7)),t=document.createElement("div");t.id=r;var n,o,i=t.style;if(i.position="absolute",i.left="0",i.top="0",i.width="100px",i.height="100px",i.overflow="scroll",e){var l=getComputedStyle(e);i.scrollbarColor=l.scrollbarColor,i.scrollbarWidth=l.scrollbarWidth;var a=getComputedStyle(e,"::-webkit-scrollbar"),c=parseInt(a.width,10),s=parseInt(a.height,10);try{var u=c?"width: ".concat(a.width,";"):"",f=s?"height: ".concat(a.height,";"):"";vx("\n#".concat(r,"::-webkit-scrollbar {\n").concat(u,"\n").concat(f,"\n}"),r)}catch(e){console.error(e),n=c,o=s}}document.body.appendChild(t);var p=e&&n&&!isNaN(n)?n:t.offsetWidth-t.clientWidth,y=e&&o&&!isNaN(o)?o:t.offsetHeight-t.clientHeight;return document.body.removeChild(t),yx(r),{width:p,height:y}}(e):{width:0,height:0}}var hx="rc-util-locker-".concat(Date.now()),gx=0;function mx(e){var r=!!e,t=Iw(o.useState((function(){return gx+=1,"".concat(hx,"_").concat(gx)})),1)[0];tx((function(){if(r){var e=dx(document.body).width,n=document.body.scrollHeight>(window.innerHeight||document.documentElement.clientHeight)&&window.innerWidth>document.body.offsetWidth;vx("\nhtml body {\n overflow-y: hidden;\n ".concat(n?"width: calc(100% - ".concat(e,"px);"):"","\n}"),t)}else yx(t);return function(){yx(t)}}),[r,t])}var Ox=function(e){return!1!==e&&(Bw()&&e?"string"==typeof e?document.querySelector(e):"function"==typeof e?e():e:null)},bx=o.forwardRef((function(e,r){var n=e.open,i=e.autoLock,l=e.getContainer,a=e.debug,c=e.autoDestroy,s=void 0===c||c,u=e.children,f=Iw(o.useState(n),2),p=f[0],y=f[1],v=p||n;"production"!==process.env.NODE_ENV&&Dw(Bw()||!n,"Portal only work in client side. Please call 'useEffect' to show Portal instead default render in SSR."),o.useEffect((function(){(s||n)&&y(n)}),[n,s]);var d=Iw(o.useState((function(){return Ox(l)})),2),h=d[0],g=d[1];o.useEffect((function(){var e=Ox(l);g(null!=e?e:null)}));var m=function(e,r){var t=Iw(o.useState((function(){if(!Bw())return null;var e=document.createElement("div");return"production"!==process.env.NODE_ENV&&r&&e.setAttribute("data-debug",r),e})),1)[0],n=o.useRef(!1),i=o.useContext(Qw),l=Iw(o.useState(nx),2),a=l[0],c=l[1],s=i||(n.current?void 0:function(e){c((function(r){return[e].concat(ex(r))}))});function u(){t.parentElement||document.body.appendChild(t),n.current=!0}function f(){var e;null===(e=t.parentElement)||void 0===e||e.removeChild(t),n.current=!1}return tx((function(){return e?i?i(u):u():f(),f}),[e]),tx((function(){a.length&&(a.forEach((function(e){return e()})),c(nx))}),[a]),[t,s]}(v&&!h,a),O=Iw(m,2),b=O[0],w=O[1],x=null!=h?h:b;mx(i&&n&&Bw()&&(x===b||x===document.body));var j=null;u&&Kw(u)&&r&&(j=u.ref);var E=Jw(j,r);if(!v||!Bw()||void 0===h)return null;var k=!1===x||!1,P=u;return r&&(P=o.cloneElement(u,{ref:E})),o.createElement(Qw.Provider,{value:w},k?P:t.createPortal(P,x))}));function wx(r){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{},n=[];return e.Children.forEach(r,(function(e){(null!=e||t.keepEmpty)&&(Array.isArray(e)?n=n.concat(wx(e)):Xw.isFragment(e)&&e.props?n=n.concat(wx(e.props.children,t)):n.push(e))})),n}function xx(e){return e instanceof HTMLElement||e instanceof SVGElement}function jx(r){var n,o=function(e){return e&&"object"===zw(e)&&xx(e.nativeElement)?e.nativeElement:xx(e)?e:null}(r);return o||(r instanceof e.Component?null===(n=t.findDOMNode)||void 0===n?void 0:n.call(t,r):null)}"production"!==process.env.NODE_ENV&&(bx.displayName="Portal");var Ex=o.createContext(null);var kx=function(){if("undefined"!=typeof Map)return Map;function e(e,r){var t=-1;return e.some((function(e,n){return e[0]===r&&(t=n,!0)})),t}return function(){function r(){this.__entries__=[]}return Object.defineProperty(r.prototype,"size",{get:function(){return this.__entries__.length},enumerable:!0,configurable:!0}),r.prototype.get=function(r){var t=e(this.__entries__,r),n=this.__entries__[t];return n&&n[1]},r.prototype.set=function(r,t){var n=e(this.__entries__,r);~n?this.__entries__[n][1]=t:this.__entries__.push([r,t])},r.prototype.delete=function(r){var t=this.__entries__,n=e(t,r);~n&&t.splice(n,1)},r.prototype.has=function(r){return!!~e(this.__entries__,r)},r.prototype.clear=function(){this.__entries__.splice(0)},r.prototype.forEach=function(e,r){void 0===r&&(r=null);for(var t=0,n=this.__entries__;t<n.length;t++){var o=n[t];e.call(r,o[1],o[0])}},r}()}(),Px="undefined"!=typeof window&&"undefined"!=typeof document&&window.document===document,zx="undefined"!=typeof global&&global.Math===Math?global:"undefined"!=typeof self&&self.Math===Math?self:"undefined"!=typeof window&&window.Math===Math?window:Function("return this")(),Sx="function"==typeof requestAnimationFrame?requestAnimationFrame.bind(zx):function(e){return setTimeout((function(){return e(Date.now())}),1e3/60)};var Lx=["top","right","bottom","left","width","height","size","weight"],Cx="undefined"!=typeof MutationObserver,Tx=function(){function e(){this.connected_=!1,this.mutationEventsAdded_=!1,this.mutationsObserver_=null,this.observers_=[],this.onTransitionEnd_=this.onTransitionEnd_.bind(this),this.refresh=function(e,r){var t=!1,n=!1,o=0;function i(){t&&(t=!1,e()),n&&a()}function l(){Sx(i)}function a(){var e=Date.now();if(t){if(e-o<2)return;n=!0}else t=!0,n=!1,setTimeout(l,r);o=e}return a}(this.refresh.bind(this),20)}return e.prototype.addObserver=function(e){~this.observers_.indexOf(e)||this.observers_.push(e),this.connected_||this.connect_()},e.prototype.removeObserver=function(e){var r=this.observers_,t=r.indexOf(e);~t&&r.splice(t,1),!r.length&&this.connected_&&this.disconnect_()},e.prototype.refresh=function(){this.updateObservers_()&&this.refresh()},e.prototype.updateObservers_=function(){var e=this.observers_.filter((function(e){return e.gatherActive(),e.hasActive()}));return e.forEach((function(e){return e.broadcastActive()})),e.length>0},e.prototype.connect_=function(){Px&&!this.connected_&&(document.addEventListener("transitionend",this.onTransitionEnd_),window.addEventListener("resize",this.refresh),Cx?(this.mutationsObserver_=new MutationObserver(this.refresh),this.mutationsObserver_.observe(document,{attributes:!0,childList:!0,characterData:!0,subtree:!0})):(document.addEventListener("DOMSubtreeModified",this.refresh),this.mutationEventsAdded_=!0),this.connected_=!0)},e.prototype.disconnect_=function(){Px&&this.connected_&&(document.removeEventListener("transitionend",this.onTransitionEnd_),window.removeEventListener("resize",this.refresh),this.mutationsObserver_&&this.mutationsObserver_.disconnect(),this.mutationEventsAdded_&&document.removeEventListener("DOMSubtreeModified",this.refresh),this.mutationsObserver_=null,this.mutationEventsAdded_=!1,this.connected_=!1)},e.prototype.onTransitionEnd_=function(e){var r=e.propertyName,t=void 0===r?"":r;Lx.some((function(e){return!!~t.indexOf(e)}))&&this.refresh()},e.getInstance=function(){return this.instance_||(this.instance_=new e),this.instance_},e.instance_=null,e}(),Nx=function(e,r){for(var t=0,n=Object.keys(r);t<n.length;t++){var o=n[t];Object.defineProperty(e,o,{value:r[o],enumerable:!1,writable:!1,configurable:!0})}return e},Rx=function(e){return e&&e.ownerDocument&&e.ownerDocument.defaultView||zx},Mx=_x(0,0,0,0);function Ix(e){return parseFloat(e)||0}function Bx(e){for(var r=[],t=1;t<arguments.length;t++)r[t-1]=arguments[t];return r.reduce((function(r,t){return r+Ix(e["border-"+t+"-width"])}),0)}function Wx(e){var r=e.clientWidth,t=e.clientHeight;if(!r&&!t)return Mx;var n=Rx(e).getComputedStyle(e),o=function(e){for(var r={},t=0,n=["top","right","bottom","left"];t<n.length;t++){var o=n[t],i=e["padding-"+o];r[o]=Ix(i)}return r}(n),i=o.left+o.right,l=o.top+o.bottom,a=Ix(n.width),c=Ix(n.height);if("border-box"===n.boxSizing&&(Math.round(a+i)!==r&&(a-=Bx(n,"left","right")+i),Math.round(c+l)!==t&&(c-=Bx(n,"top","bottom")+l)),!function(e){return e===Rx(e).document.documentElement}(e)){var s=Math.round(a+i)-r,u=Math.round(c+l)-t;1!==Math.abs(s)&&(a-=s),1!==Math.abs(u)&&(c-=u)}return _x(o.left,o.top,a,c)}var Ax="undefined"!=typeof SVGGraphicsElement?function(e){return e instanceof Rx(e).SVGGraphicsElement}:function(e){return e instanceof Rx(e).SVGElement&&"function"==typeof e.getBBox};function Hx(e){return Px?Ax(e)?function(e){var r=e.getBBox();return _x(0,0,r.width,r.height)}(e):Wx(e):Mx}function _x(e,r,t,n){return{x:e,y:r,width:t,height:n}}var Vx=function(){function e(e){this.broadcastWidth=0,this.broadcastHeight=0,this.contentRect_=_x(0,0,0,0),this.target=e}return e.prototype.isActive=function(){var e=Hx(this.target);return this.contentRect_=e,e.width!==this.broadcastWidth||e.height!==this.broadcastHeight},e.prototype.broadcastRect=function(){var e=this.contentRect_;return this.broadcastWidth=e.width,this.broadcastHeight=e.height,e},e}(),Dx=function(e,r){var t,n,o,i,l,a,c,s=(n=(t=r).x,o=t.y,i=t.width,l=t.height,a="undefined"!=typeof DOMRectReadOnly?DOMRectReadOnly:Object,c=Object.create(a.prototype),Nx(c,{x:n,y:o,width:i,height:l,top:o,right:n+i,bottom:l+o,left:n}),c);Nx(this,{target:e,contentRect:s})},$x=function(){function e(e,r,t){if(this.activeObservations_=[],this.observations_=new kx,"function"!=typeof e)throw new TypeError("The callback provided as parameter 1 is not a function.");this.callback_=e,this.controller_=r,this.callbackCtx_=t}return e.prototype.observe=function(e){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if("undefined"!=typeof Element&&Element instanceof Object){if(!(e instanceof Rx(e).Element))throw new TypeError('parameter 1 is not of type "Element".');var r=this.observations_;r.has(e)||(r.set(e,new Vx(e)),this.controller_.addObserver(this),this.controller_.refresh())}},e.prototype.unobserve=function(e){if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");if("undefined"!=typeof Element&&Element instanceof Object){if(!(e instanceof Rx(e).Element))throw new TypeError('parameter 1 is not of type "Element".');var r=this.observations_;r.has(e)&&(r.delete(e),r.size||this.controller_.removeObserver(this))}},e.prototype.disconnect=function(){this.clearActive(),this.observations_.clear(),this.controller_.removeObserver(this)},e.prototype.gatherActive=function(){var e=this;this.clearActive(),this.observations_.forEach((function(r){r.isActive()&&e.activeObservations_.push(r)}))},e.prototype.broadcastActive=function(){if(this.hasActive()){var e=this.callbackCtx_,r=this.activeObservations_.map((function(e){return new Dx(e.target,e.broadcastRect())}));this.callback_.call(e,r,e),this.clearActive()}},e.prototype.clearActive=function(){this.activeObservations_.splice(0)},e.prototype.hasActive=function(){return this.activeObservations_.length>0},e}(),Fx="undefined"!=typeof WeakMap?new WeakMap:new kx,Ux=function e(r){if(!(this instanceof e))throw new TypeError("Cannot call a class as a function.");if(!arguments.length)throw new TypeError("1 argument required, but only 0 present.");var t=Tx.getInstance(),n=new $x(r,t,this);Fx.set(this,n)};["observe","unobserve","disconnect"].forEach((function(e){Ux.prototype[e]=function(){var r;return(r=Fx.get(this))[e].apply(r,arguments)}}));var qx=void 0!==zx.ResizeObserver?zx.ResizeObserver:Ux,Zx=new Map;function Xx(e){e.forEach((function(e){var r,t=e.target;null===(r=Zx.get(t))||void 0===r||r.forEach((function(e){return e(t)}))}))}var Gx=new qx(Xx);function Yx(e,r){if(!(e instanceof r))throw new TypeError("Cannot call a class as a function")}function Jx(e,r){for(var t=0;t<r.length;t++){var n=r[t];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,Sw(n.key),n)}}function Kx(e,r,t){return r&&Jx(e.prototype,r),t&&Jx(e,t),Object.defineProperty(e,"prototype",{writable:!1}),e}function Qx(e,r){return Qx=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,r){return e.__proto__=r,e},Qx(e,r)}function ej(e,r){if("function"!=typeof r&&null!==r)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(r&&r.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),r&&Qx(e,r)}function rj(e){return rj=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)},rj(e)}function tj(){try{var e=!Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){})))}catch(e){}return(tj=function(){return!!e})()}function nj(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function oj(e){var r=tj();return function(){var t,n=rj(e);if(r){var o=rj(this).constructor;t=Reflect.construct(n,arguments,o)}else t=n.apply(this,arguments);return function(e,r){if(r&&("object"==zw(r)||"function"==typeof r))return r;if(void 0!==r)throw new TypeError("Derived constructors may only return object or undefined");return nj(e)}(this,t)}}process.env.NODE_ENV,process.env.NODE_ENV;var ij=function(){ej(r,o.Component);var e=oj(r);function r(){return Yx(this,r),e.apply(this,arguments)}return Kx(r,[{key:"render",value:function(){return this.props.children}}]),r}();function lj(e,r){var t=e.children,n=e.disabled,i=o.useRef(null),l=o.useRef(null),a=o.useContext(Ex),c="function"==typeof t,s=c?t(i):t,u=o.useRef({width:-1,height:-1,offsetWidth:-1,offsetHeight:-1}),f=!c&&o.isValidElement(s)&&Kw(s),p=f?s.ref:null,y=Jw(p,i),v=function(){var e;return jx(i.current)||(i.current&&"object"===zw(i.current)?jx(null===(e=i.current)||void 0===e?void 0:e.nativeElement):null)||jx(l.current)};o.useImperativeHandle(r,(function(){return v()}));var d=o.useRef(e);d.current=e;var h=o.useCallback((function(e){var r=d.current,t=r.onResize,n=r.data,o=e.getBoundingClientRect(),i=o.width,l=o.height,c=e.offsetWidth,s=e.offsetHeight,f=Math.floor(i),p=Math.floor(l);if(u.current.width!==f||u.current.height!==p||u.current.offsetWidth!==c||u.current.offsetHeight!==s){var y={width:f,height:p,offsetWidth:c,offsetHeight:s};u.current=y;var v=c===Math.round(i)?i:c,h=s===Math.round(l)?l:s,g=Tw(Tw({},y),{},{offsetWidth:v,offsetHeight:h});null==a||a(g,e,n),t&&Promise.resolve().then((function(){t(g,e)}))}}),[]);return o.useEffect((function(){var e,r,t=v();return t&&!n&&(e=t,r=h,Zx.has(e)||(Zx.set(e,new Set),Gx.observe(e)),Zx.get(e).add(r)),function(){return function(e,r){Zx.has(e)&&(Zx.get(e).delete(r),Zx.get(e).size||(Gx.unobserve(e),Zx.delete(e)))}(t,h)}}),[i.current,n]),o.createElement(ij,{ref:l},f?o.cloneElement(s,{ref:y}):s)}var aj=o.forwardRef(lj);"production"!==process.env.NODE_ENV&&(aj.displayName="SingleObserver");function cj(e,r){var t=e.children,n="function"==typeof t?[t]:wx(t);return"production"!==process.env.NODE_ENV&&(n.length>1?Hw(!1,"Find more than one child node with `children` in ResizeObserver. Please use ResizeObserver.Collection instead."):0===n.length&&Hw(!1,"`children` of ResizeObserver is empty. Nothing is in observe.")),n.map((function(t,n){var i=(null==t?void 0:t.key)||"".concat("rc-observer-key","-").concat(n);return o.createElement(aj,Pw({},e,{key:i,ref:0===n?r:void 0}),t)}))}var sj=o.forwardRef(cj);function uj(e){var r;return null==e||null===(r=e.getRootNode)||void 0===r?void 0:r.call(e)}function fj(e){return function(e){return uj(e)instanceof ShadowRoot}(e)?uj(e):null}function pj(e){var r=o.useRef();r.current=e;var t=o.useCallback((function(){for(var e,t=arguments.length,n=new Array(t),o=0;o<t;o++)n[o]=arguments[o];return null===(e=r.current)||void 0===e?void 0:e.call.apply(e,[r].concat(n))}),[]);return t}"production"!==process.env.NODE_ENV&&(sj.displayName="ResizeObserver"),sj.Collection=function(e){var r=e.children,t=e.onBatchResize,n=o.useRef(0),i=o.useRef([]),l=o.useContext(Ex),a=o.useCallback((function(e,r,o){n.current+=1;var a=n.current;i.current.push({size:e,element:r,data:o}),Promise.resolve().then((function(){a===n.current&&(null==t||t(i.current),i.current=[])})),null==l||l(e,r,o)}),[t,l]);return o.createElement(Ex.Provider,{value:a},r)};var yj=0,vj=Tw({},o).useId,dj=vj?function(e){var r=vj();return e||("test"===process.env.NODE_ENV?"test-id":r)}:function(e){var r=Iw(o.useState("ssr-id"),2),t=r[0],n=r[1];return o.useEffect((function(){var e=yj;yj+=1,n("rc_unique_".concat(e))}),[]),e||("test"===process.env.NODE_ENV?"test-id":t)},hj=o.createContext({}),gj=function(){ej(r,o.Component);var e=oj(r);function r(){return Yx(this,r),e.apply(this,arguments)}return Kx(r,[{key:"render",value:function(){return this.props.children}}]),r}();function mj(e){var r=o.useRef(!1),t=Iw(o.useState(e),2),n=t[0],i=t[1];return o.useEffect((function(){return r.current=!1,function(){r.current=!0}}),[]),[n,function(e,t){t&&r.current||i(e)}]}var Oj="none",bj="appear",wj="enter",xj="leave",jj="none",Ej="prepare",kj="start",Pj="active",zj="end",Sj="prepared";function Lj(e,r){var t={};return t[e.toLowerCase()]=r.toLowerCase(),t["Webkit".concat(e)]="webkit".concat(r),t["Moz".concat(e)]="moz".concat(r),t["ms".concat(e)]="MS".concat(r),t["O".concat(e)]="o".concat(r.toLowerCase()),t}var Cj,Tj,Nj,Rj=(Cj=Bw(),Tj="undefined"!=typeof window?window:{},Nj={animationend:Lj("Animation","AnimationEnd"),transitionend:Lj("Transition","TransitionEnd")},Cj&&("AnimationEvent"in Tj||delete Nj.animationend.animation,"TransitionEvent"in Tj||delete Nj.transitionend.transition),Nj),Mj={};if(Bw()){var Ij=document.createElement("div");Mj=Ij.style}var Bj={};function Wj(e){if(Bj[e])return Bj[e];var r=Rj[e];if(r)for(var t=Object.keys(r),n=t.length,o=0;o<n;o+=1){var i=t[o];if(Object.prototype.hasOwnProperty.call(r,i)&&i in Mj)return Bj[e]=r[i],Bj[e]}return""}var Aj=Wj("animationend"),Hj=Wj("transitionend"),_j=!(!Aj||!Hj),Vj=Aj||"animationend",Dj=Hj||"transitionend";function $j(e,r){return e?"object"===zw(e)?e[r.replace(/-\w/g,(function(e){return e[1].toUpperCase()}))]:"".concat(e,"-").concat(r):null}var Fj=function(r){var t=e.useRef();function n(e){e&&(e.removeEventListener(Dj,r),e.removeEventListener(Vj,r))}return o.useEffect((function(){return function(){n(t.current)}}),[]),[function(e){t.current&&t.current!==e&&n(t.current),e&&e!==t.current&&(e.addEventListener(Dj,r),e.addEventListener(Vj,r),t.current=e)},n]},Uj=Bw()?e.useLayoutEffect:e.useEffect,qj=function(e){return+setTimeout(e,16)},Zj=function(e){return clearTimeout(e)};"undefined"!=typeof window&&"requestAnimationFrame"in window&&(qj=function(e){return window.requestAnimationFrame(e)},Zj=function(e){return window.cancelAnimationFrame(e)});var Xj=0,Gj=new Map;function Yj(e){Gj.delete(e)}var Jj=function(e){var r=Xj+=1;return function t(n){if(0===n)Yj(r),e();else{var o=qj((function(){t(n-1)}));Gj.set(r,o)}}(arguments.length>1&&void 0!==arguments[1]?arguments[1]:1),r};Jj.cancel=function(e){var r=Gj.get(e);return Yj(e),Zj(r)},"production"!==process.env.NODE_ENV&&(Jj.ids=function(){return Gj});var Kj=[Ej,kj,Pj,zj],Qj=[Ej,Sj],eE=!1,rE=!0;function tE(e){return e===Pj||e===zj}var nE=function(e,r,t){var n=Iw(mj(jj),2),i=n[0],l=n[1],a=function(){var e=o.useRef(null);function r(){Jj.cancel(e.current)}return o.useEffect((function(){return function(){r()}}),[]),[function t(n){var o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:2;r();var i=Jj((function(){o<=1?n({isCanceled:function(){return i!==e.current}}):t(n,o-1)}));e.current=i},r]}(),c=Iw(a,2),s=c[0],u=c[1];var f=r?Qj:Kj;return Uj((function(){if(i!==jj&&i!==zj){var e=f.indexOf(i),r=f[e+1],n=t(i);n===eE?l(r,!0):r&&s((function(e){function t(){e.isCanceled()||l(r,!0)}!0===n?t():Promise.resolve(n).then(t)}))}}),[e,i]),o.useEffect((function(){return function(){u()}}),[]),[function(){l(Ej,!0)},i]};function oE(r,t,n,i){var l,a,c,s=i.motionEnter,u=void 0===s||s,f=i.motionAppear,p=void 0===f||f,y=i.motionLeave,v=void 0===y||y,d=i.motionDeadline,h=i.motionLeaveImmediately,g=i.onAppearPrepare,m=i.onEnterPrepare,O=i.onLeavePrepare,b=i.onAppearStart,w=i.onEnterStart,x=i.onLeaveStart,j=i.onAppearActive,E=i.onEnterActive,k=i.onLeaveActive,P=i.onAppearEnd,z=i.onEnterEnd,S=i.onLeaveEnd,L=i.onVisibleChanged,C=Iw(mj(),2),T=C[0],N=C[1],R=(l=Oj,a=Iw(o.useReducer((function(e){return e+1}),0),2)[1],c=o.useRef(l),[pj((function(){return c.current})),pj((function(e){c.current="function"==typeof e?e(c.current):e,a()}))]),M=Iw(R,2),I=M[0],B=M[1],W=Iw(mj(null),2),A=W[0],H=W[1],_=I(),V=e.useRef(!1),D=e.useRef(null);function $(){return n()}var F=e.useRef(!1);function U(){B(Oj),H(null,!0)}var q=pj((function(e){var r=I();if(r!==Oj){var t=$();if(!e||e.deadline||e.target===t){var n,o=F.current;r===bj&&o?n=null==P?void 0:P(t,e):r===wj&&o?n=null==z?void 0:z(t,e):r===xj&&o&&(n=null==S?void 0:S(t,e)),o&&!1!==n&&U()}}})),Z=Iw(Fj(q),1)[0],X=function(e){switch(e){case bj:return Lw(Lw(Lw({},Ej,g),kj,b),Pj,j);case wj:return Lw(Lw(Lw({},Ej,m),kj,w),Pj,E);case xj:return Lw(Lw(Lw({},Ej,O),kj,x),Pj,k);default:return{}}},G=o.useMemo((function(){return X(_)}),[_]),Y=Iw(nE(_,!r,(function(e){if(e===Ej){var r=G[Ej];return r?r($()):eE}var t;K in G&&H((null===(t=G[K])||void 0===t?void 0:t.call(G,$(),null))||null);return K===Pj&&_!==Oj&&(Z($()),d>0&&(clearTimeout(D.current),D.current=setTimeout((function(){q({deadline:!0})}),d))),K===Sj&&U(),rE})),2),J=Y[0],K=Y[1],Q=tE(K);F.current=Q,Uj((function(){N(t);var e,n=V.current;V.current=!0,!n&&t&&p&&(e=bj),n&&t&&u&&(e=wj),(n&&!t&&v||!n&&h&&!t&&v)&&(e=xj);var o=X(e);e&&(r||o[Ej])?(B(e),J()):B(Oj)}),[t]),e.useEffect((function(){(_===bj&&!p||_===wj&&!u||_===xj&&!v)&&B(Oj)}),[p,u,v]),e.useEffect((function(){return function(){V.current=!1,clearTimeout(D.current)}}),[]);var ee=o.useRef(!1);e.useEffect((function(){T&&(ee.current=!0),void 0!==T&&_===Oj&&((ee.current||T)&&(null==L||L(T)),ee.current=!0)}),[T,_]);var re=A;return G[Ej]&&K===kj&&(re=Tw({transition:"none"},re)),[_,K,re,null!=T?T:t]}var iE=function(r){var t=r;"object"===zw(r)&&(t=r.transitionSupport);var n=o.forwardRef((function(r,n){var i=r.visible,l=void 0===i||i,a=r.removeOnLeave,c=void 0===a||a,s=r.forceRender,u=r.children,f=r.motionName,p=r.leavedClassName,y=r.eventProps,v=function(e,r){return!(!e.motionName||!t||!1===r)}(r,o.useContext(hj).motion),d=e.useRef(),h=e.useRef();var g=Iw(oE(v,l,(function(){try{return d.current instanceof HTMLElement?d.current:jx(h.current)}catch(e){return null}}),r),4),m=g[0],O=g[1],b=g[2],w=g[3],x=o.useRef(w);w&&(x.current=!0);var j,E=o.useCallback((function(e){d.current=e,Gw(n,e)}),[n]),k=Tw(Tw({},y),{},{visible:l});if(u)if(m===Oj)j=w?u(Tw({},k),E):!c&&x.current&&p?u(Tw(Tw({},k),{},{className:p}),E):s||!c&&!p?u(Tw(Tw({},k),{},{style:{display:"none"}}),E):null;else{var P;O===Ej?P="prepare":tE(O)?P="active":O===kj&&(P="start");var z=$j(f,"".concat(m,"-").concat(P));j=u(Tw(Tw({},k),{},{className:yw($j(f,m),Lw(Lw({},z,z&&P),f,"string"==typeof f)),style:b}),E)}else j=null;o.isValidElement(j)&&Kw(j)&&(j.ref||(j=o.cloneElement(j,{ref:E})));return o.createElement(gj,{ref:h},j)}));return n.displayName="CSSMotion",n}(_j),lE="add",aE="keep",cE="remove",sE="removed";function uE(e){var r;return Tw(Tw({},r=e&&"object"===zw(e)&&"key"in e?e:{key:e}),{},{key:String(r.key)})}function fE(){return(arguments.length>0&&void 0!==arguments[0]?arguments[0]:[]).map(uE)}var pE=["component","children","onVisibleChanged","onAllRemoved"],yE=["status"],vE=["eventProps","visible","children","motionName","motionAppear","motionEnter","motionLeave","motionLeaveImmediately","motionDeadline","removeOnLeave","leavedClassName","onAppearPrepare","onAppearStart","onAppearActive","onAppearEnd","onEnterStart","onEnterActive","onEnterEnd","onLeaveStart","onLeaveActive","onLeaveEnd"];function dE(e){var r=e.prefixCls,t=e.align,n=e.arrow,i=e.arrowPos,l=n||{},a=l.className,c=l.content,s=i.x,u=void 0===s?0:s,f=i.y,p=void 0===f?0:f,y=o.useRef();if(!t||!t.points)return null;var v={position:"absolute"};if(!1!==t.autoArrow){var d=t.points[0],h=t.points[1],g=d[0],m=d[1],O=h[0],b=h[1];g!==O&&["t","b"].includes(g)?"t"===g?v.top=0:v.bottom=0:v.top=p,m!==b&&["l","r"].includes(m)?"l"===m?v.left=0:v.right=0:v.left=u}return o.createElement("div",{ref:y,className:yw("".concat(r,"-arrow"),a),style:v},c)}function hE(e){var r=e.prefixCls,t=e.open,n=e.zIndex,i=e.mask,l=e.motion;return i?o.createElement(iE,Pw({},l,{motionAppear:!0,visible:t,removeOnLeave:!0}),(function(e){var t=e.className;return o.createElement("div",{style:{zIndex:n},className:yw("".concat(r,"-mask"),t)})})):null}!function(){var e=arguments.length>1&&void 0!==arguments[1]?arguments[1]:iE,r=function(){ej(t,o.Component);var r=oj(t);function t(){var e;Yx(this,t);for(var n=arguments.length,o=new Array(n),i=0;i<n;i++)o[i]=arguments[i];return Lw(nj(e=r.call.apply(r,[this].concat(o))),"state",{keyEntities:[]}),Lw(nj(e),"removeKey",(function(r){var t=e.state.keyEntities.map((function(e){return e.key!==r?e:Tw(Tw({},e),{},{status:sE})}));return e.setState({keyEntities:t}),t.filter((function(e){return e.status!==sE})).length})),e}return Kx(t,[{key:"render",value:function(){var r=this,t=this.state.keyEntities,n=this.props,i=n.component,l=n.children,a=n.onVisibleChanged,c=n.onAllRemoved,s=Nw(n,pE),u=i||o.Fragment,f={};return vE.forEach((function(e){f[e]=s[e],delete s[e]})),delete s.keys,o.createElement(u,s,t.map((function(t,n){var i=t.status,s=Nw(t,yE),u=i===lE||i===aE;return o.createElement(e,Pw({},f,{key:s.key,visible:u,eventProps:s,onVisibleChanged:function(e){(null==a||a(e,{key:s.key}),e)||0===r.removeKey(s.key)&&c&&c()}}),(function(e,r){return l(Tw(Tw({},e),{},{index:n}),r)}))})))}}],[{key:"getDerivedStateFromProps",value:function(e,r){var t=e.keys,n=r.keyEntities,o=fE(t),i=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[],t=[],n=0,o=r.length,i=fE(e),l=fE(r);i.forEach((function(e){for(var r=!1,i=n;i<o;i+=1){var a=l[i];if(a.key===e.key){n<i&&(t=t.concat(l.slice(n,i).map((function(e){return Tw(Tw({},e),{},{status:lE})}))),n=i),t.push(Tw(Tw({},a),{},{status:aE})),n+=1,r=!0;break}}r||t.push(Tw(Tw({},e),{},{status:cE}))})),n<o&&(t=t.concat(l.slice(n).map((function(e){return Tw(Tw({},e),{},{status:lE})}))));var a={};return t.forEach((function(e){var r=e.key;a[r]=(a[r]||0)+1})),Object.keys(a).filter((function(e){return a[e]>1})).forEach((function(e){(t=t.filter((function(r){var t=r.key,n=r.status;return t!==e||n!==cE}))).forEach((function(r){r.key===e&&(r.status=aE)}))})),t}(n,o);return{keyEntities:i.filter((function(e){var r=n.find((function(r){var t=r.key;return e.key===t}));return!r||r.status!==sE||e.status!==cE}))}}}]),t}();Lw(r,"defaultProps",{component:"div"})}(_j);var gE=o.memo((function(e){return e.children}),(function(e,r){return r.cache}));"production"!==process.env.NODE_ENV&&(gE.displayName="PopupContent");var mE=o.forwardRef((function(e,r){var t=e.popup,n=e.className,i=e.prefixCls,l=e.style,a=e.target,c=e.onVisibleChanged,s=e.open,u=e.keepDom,f=e.fresh,p=e.onClick,y=e.mask,v=e.arrow,d=e.arrowPos,h=e.align,g=e.motion,m=e.maskMotion,O=e.forceRender,b=e.getPopupContainer,w=e.autoDestroy,x=e.portal,j=e.zIndex,E=e.onMouseEnter,k=e.onMouseLeave,P=e.onPointerEnter,z=e.ready,S=e.offsetX,L=e.offsetY,C=e.offsetR,T=e.offsetB,N=e.onAlign,R=e.onPrepare,M=e.stretch,I=e.targetWidth,B=e.targetHeight,W="function"==typeof t?t():t,A=s||u,H=(null==b?void 0:b.length)>0,_=Iw(o.useState(!b||!H),2),V=_[0],D=_[1];if(tx((function(){!V&&H&&a&&D(!0)}),[V,H,a]),!V)return null;var $="auto",F={left:"-1000vw",top:"-1000vh",right:$,bottom:$};if(z||!s){var U,q=h.points,Z=h.dynamicInset||(null===(U=h._experimental)||void 0===U?void 0:U.dynamicInset),X=Z&&"r"===q[0][1],G=Z&&"b"===q[0][0];X?(F.right=C,F.left=$):(F.left=S,F.right=$),G?(F.bottom=T,F.top=$):(F.top=L,F.bottom=$)}var Y={};return M&&(M.includes("height")&&B?Y.height=B:M.includes("minHeight")&&B&&(Y.minHeight=B),M.includes("width")&&I?Y.width=I:M.includes("minWidth")&&I&&(Y.minWidth=I)),s||(Y.pointerEvents="none"),o.createElement(x,{open:O||A,getContainer:b&&function(){return b(a)},autoDestroy:w},o.createElement(hE,{prefixCls:i,open:s,zIndex:j,mask:y,motion:m}),o.createElement(sj,{onResize:N,disabled:!s},(function(e){return o.createElement(iE,Pw({motionAppear:!0,motionEnter:!0,motionLeave:!0,removeOnLeave:!1,forceRender:O,leavedClassName:"".concat(i,"-hidden")},g,{onAppearPrepare:R,onEnterPrepare:R,visible:s,onVisibleChanged:function(e){var r;null==g||null===(r=g.onVisibleChanged)||void 0===r||r.call(g,e),c(e)}}),(function(t,a){var c=t.className,u=t.style,y=yw(i,c,n);return o.createElement("div",{ref:Yw(e,r,a),className:y,style:Tw(Tw(Tw(Tw({"--arrow-x":"".concat(d.x||0,"px"),"--arrow-y":"".concat(d.y||0,"px")},F),Y),u),{},{boxSizing:"border-box",zIndex:j},l),onMouseEnter:E,onMouseLeave:k,onPointerEnter:P,onClick:p},v&&o.createElement(dE,{prefixCls:i,arrow:v,arrowPos:d,align:h}),o.createElement(gE,{cache:!s&&!f},W))}))})))}));"production"!==process.env.NODE_ENV&&(mE.displayName="Popup");var OE=o.forwardRef((function(e,r){var t=e.children,n=e.getTriggerDOMNode,i=Kw(t),l=o.useCallback((function(e){Gw(r,n?n(e):e)}),[n]),a=Jw(l,t.ref);return i?o.cloneElement(t,{ref:a}):t}));"production"!==process.env.NODE_ENV&&(OE.displayName="TriggerWrapper");var bE=o.createContext(null);function wE(e){return e?Array.isArray(e)?e:[e]:[]}var xE=function(e){if(!e)return!1;if(e instanceof Element){if(e.offsetParent)return!0;if(e.getBBox){var r=e.getBBox(),t=r.width,n=r.height;if(t||n)return!0}if(e.getBoundingClientRect){var o=e.getBoundingClientRect(),i=o.width,l=o.height;if(i||l)return!0}}return!1};function jE(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[],r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:[];return(arguments.length>2?arguments[2]:void 0)?e[0]===r[0]:e[0]===r[0]&&e[1]===r[1]}function EE(e,r,t,n){return r||(t?{motionName:"".concat(e,"-").concat(t)}:n?{motionName:n}:null)}function kE(e){return e.ownerDocument.defaultView}function PE(e){for(var r=[],t=null==e?void 0:e.parentElement,n=["hidden","scroll","clip","auto"];t;){var o=kE(t).getComputedStyle(t);[o.overflowX,o.overflowY,o.overflow].some((function(e){return n.includes(e)}))&&r.push(t),t=t.parentElement}return r}function zE(e){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;return Number.isNaN(e)?r:e}function SE(e){return zE(parseFloat(e),0)}function LE(e,r){var t=Tw({},e);return(r||[]).forEach((function(e){if(!(e instanceof HTMLBodyElement||e instanceof HTMLHtmlElement)){var r=kE(e).getComputedStyle(e),n=r.overflow,o=r.overflowClipMargin,i=r.borderTopWidth,l=r.borderBottomWidth,a=r.borderLeftWidth,c=r.borderRightWidth,s=e.getBoundingClientRect(),u=e.offsetHeight,f=e.clientHeight,p=e.offsetWidth,y=e.clientWidth,v=SE(i),d=SE(l),h=SE(a),g=SE(c),m=zE(Math.round(s.width/p*1e3)/1e3),O=zE(Math.round(s.height/u*1e3)/1e3),b=(p-y-h-g)*m,w=(u-f-v-d)*O,x=v*O,j=d*O,E=h*m,k=g*m,P=0,z=0;if("clip"===n){var S=SE(o);P=S*m,z=S*O}var L=s.x+E-P,C=s.y+x-z,T=L+s.width+2*P-E-k-b,N=C+s.height+2*z-x-j-w;t.left=Math.max(t.left,L),t.top=Math.max(t.top,C),t.right=Math.min(t.right,T),t.bottom=Math.min(t.bottom,N)}})),t}function CE(e){var r="".concat(arguments.length>1&&void 0!==arguments[1]?arguments[1]:0),t=r.match(/^(.*)\%$/);return t?e*(parseFloat(t[1])/100):parseFloat(r)}function TE(e,r){var t=Iw(r||[],2),n=t[0],o=t[1];return[CE(e.width,n),CE(e.height,o)]}function NE(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return[e[0],e[1]]}function RE(e,r){var t,n=r[0],o=r[1];return t="t"===n?e.y:"b"===n?e.y+e.height:e.y+e.height/2,{x:"l"===o?e.x:"r"===o?e.x+e.width:e.x+e.width/2,y:t}}function ME(e,r){var t={t:"b",b:"t",l:"r",r:"l"};return e.map((function(e,n){return n===r?t[e]||"c":e})).join("")}var IE=["prefixCls","children","action","showAction","hideAction","popupVisible","defaultPopupVisible","onPopupVisibleChange","afterPopupVisibleChange","mouseEnterDelay","mouseLeaveDelay","focusDelay","blurDelay","mask","maskClosable","getPopupContainer","forceRender","autoDestroy","destroyPopupOnHide","popup","popupClassName","popupStyle","popupPlacement","builtinPlacements","popupAlign","zIndex","stretch","getPopupClassNameFromAlign","fresh","alignPoint","onPopupClick","onPopupAlign","arrow","popupMotion","maskMotion","popupTransitionName","popupAnimation","maskTransitionName","maskAnimation","className","getTriggerDOMNode"];var BE=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:bx,r=o.forwardRef((function(r,t){var n=r.prefixCls,i=void 0===n?"rc-trigger-popup":n,l=r.children,a=r.action,c=void 0===a?"hover":a,s=r.showAction,u=r.hideAction,f=r.popupVisible,p=r.defaultPopupVisible,y=r.onPopupVisibleChange,v=r.afterPopupVisibleChange,d=r.mouseEnterDelay,h=r.mouseLeaveDelay,g=void 0===h?.1:h,m=r.focusDelay,O=r.blurDelay,b=r.mask,w=r.maskClosable,x=void 0===w||w,j=r.getPopupContainer,E=r.forceRender,k=r.autoDestroy,P=r.destroyPopupOnHide,z=r.popup,S=r.popupClassName,L=r.popupStyle,C=r.popupPlacement,T=r.builtinPlacements,N=void 0===T?{}:T,R=r.popupAlign,M=r.zIndex,I=r.stretch,B=r.getPopupClassNameFromAlign,W=r.fresh,A=r.alignPoint,H=r.onPopupClick,_=r.onPopupAlign,V=r.arrow,D=r.popupMotion,$=r.maskMotion,F=r.popupTransitionName,U=r.popupAnimation,q=r.maskTransitionName,Z=r.maskAnimation,X=r.className,G=r.getTriggerDOMNode,Y=Nw(r,IE),J=k||P||!1,K=Iw(o.useState(!1),2),Q=K[0],ee=K[1];tx((function(){ee(function(){if("undefined"==typeof navigator||"undefined"==typeof window)return!1;var e=navigator.userAgent||navigator.vendor||window.opera;return/(android|bb\d+|meego).+mobile|avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|iemobile|ip(hone|od)|iris|kindle|lge |maemo|midp|mmp|mobile.+firefox|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|series(4|6)0|symbian|treo|up\.(browser|link)|vodafone|wap|windows ce|xda|xiino|android|ipad|playbook|silk/i.test(e)||/1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw-(n|u)|c55\/|capi|ccwa|cdm-|cell|chtm|cldc|cmd-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc-s|devi|dica|dmob|do(c|p)o|ds(12|-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(-|_)|g1 u|g560|gene|gf-5|g-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd-(m|p|t)|hei-|hi(pt|ta)|hp( i|ip)|hs-c|ht(c(-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i-(20|go|ma)|i230|iac( |-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|-[a-w])|libw|lynx|m1-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m-cr|me(rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|-([1-8]|c))|phil|pire|pl(ay|uc)|pn-2|po(ck|rt|se)|prox|psio|pt-g|qa-a|qc(07|12|21|32|60|-[2-7]|i-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h-|oo|p-)|sdk\/|se(c(-|0|1)|47|mc|nd|ri)|sgh-|shar|sie(-|m)|sk-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h-|v-|v )|sy(01|mb)|t2(18|50)|t6(00|10|18)|ta(gt|lk)|tcl-|tdg-|tel(i|m)|tim-|t-mo|to(pl|sh)|ts(70|m-|m3|m5)|tx-9|up(\.b|g1|si)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|yas-|your|zeto|zte-/i.test(null==e?void 0:e.substr(0,4))}())}),[]);var re=o.useRef({}),te=o.useContext(bE),ne=o.useMemo((function(){return{registerSubPopup:function(e,r){re.current[e]=r,null==te||te.registerSubPopup(e,r)}}}),[te]),oe=dj(),ie=Iw(o.useState(null),2),le=ie[0],ae=ie[1],ce=o.useRef(null),se=pj((function(e){ce.current=e,xx(e)&&le!==e&&ae(e),null==te||te.registerSubPopup(oe,e)})),ue=Iw(o.useState(null),2),fe=ue[0],pe=ue[1],ye=o.useRef(null),ve=pj((function(e){xx(e)&&fe!==e&&(pe(e),ye.current=e)})),de=o.Children.only(l),he=(null==de?void 0:de.props)||{},ge={},me=pj((function(e){var r,t,n=fe;return(null==n?void 0:n.contains(e))||(null===(r=fj(n))||void 0===r?void 0:r.host)===e||e===n||(null==le?void 0:le.contains(e))||(null===(t=fj(le))||void 0===t?void 0:t.host)===e||e===le||Object.values(re.current).some((function(r){return(null==r?void 0:r.contains(e))||e===r}))})),Oe=EE(i,D,U,F),be=EE(i,$,Z,q),we=Iw(o.useState(p||!1),2),xe=we[0],je=we[1],Ee=null!=f?f:xe,ke=pj((function(e){void 0===f&&je(e)}));tx((function(){je(f||!1)}),[f]);var Pe=o.useRef(Ee);Pe.current=Ee;var ze=o.useRef([]);ze.current=[];var Se=pj((function(e){var r;ke(e),(null!==(r=ze.current[ze.current.length-1])&&void 0!==r?r:Ee)!==e&&(ze.current.push(e),null==y||y(e))})),Le=o.useRef(),Ce=function(){clearTimeout(Le.current)},Te=function(e){var r=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;Ce(),0===r?Se(e):Le.current=setTimeout((function(){Se(e)}),1e3*r)};o.useEffect((function(){return Ce}),[]);var Ne=Iw(o.useState(!1),2),Re=Ne[0],Me=Ne[1];tx((function(e){e&&!Ee||Me(!0)}),[Ee]);var Ie=Iw(o.useState(null),2),Be=Ie[0],We=Ie[1],Ae=Iw(o.useState([0,0]),2),He=Ae[0],_e=Ae[1],Ve=function(e){_e([e.clientX,e.clientY])},De=function(e,r,t,n,i,l,a){var c=Iw(o.useState({ready:!1,offsetX:0,offsetY:0,offsetR:0,offsetB:0,arrowX:0,arrowY:0,scaleX:1,scaleY:1,align:i[n]||{}}),2),s=c[0],u=c[1],f=o.useRef(0),p=o.useMemo((function(){return r?PE(r):[]}),[r]),y=o.useRef({});e||(y.current={});var v=pj((function(){if(r&&t&&e){var o,c,s,f=r,v=f.ownerDocument,d=kE(f).getComputedStyle(f),h=d.width,g=d.height,m=d.position,O=f.style.left,b=f.style.top,w=f.style.right,x=f.style.bottom,j=f.style.overflow,E=Tw(Tw({},i[n]),l),k=v.createElement("div");if(null===(o=f.parentElement)||void 0===o||o.appendChild(k),k.style.left="".concat(f.offsetLeft,"px"),k.style.top="".concat(f.offsetTop,"px"),k.style.position=m,k.style.height="".concat(f.offsetHeight,"px"),k.style.width="".concat(f.offsetWidth,"px"),f.style.left="0",f.style.top="0",f.style.right="auto",f.style.bottom="auto",f.style.overflow="hidden",Array.isArray(t))s={x:t[0],y:t[1],width:0,height:0};else{var P=t.getBoundingClientRect();s={x:P.x,y:P.y,width:P.width,height:P.height}}var z=f.getBoundingClientRect(),S=v.documentElement,L=S.clientWidth,C=S.clientHeight,T=S.scrollWidth,N=S.scrollHeight,R=S.scrollTop,M=S.scrollLeft,I=z.height,B=z.width,W=s.height,A=s.width,H={left:0,top:0,right:L,bottom:C},_={left:-M,top:-R,right:T-M,bottom:N-R},V=E.htmlRegion,D="visible",$="visibleFirst";"scroll"!==V&&V!==$&&(V=D);var F=V===$,U=LE(_,p),q=LE(H,p),Z=V===D?q:U,X=F?q:Z;f.style.left="auto",f.style.top="auto",f.style.right="0",f.style.bottom="0";var G=f.getBoundingClientRect();f.style.left=O,f.style.top=b,f.style.right=w,f.style.bottom=x,f.style.overflow=j,null===(c=f.parentElement)||void 0===c||c.removeChild(k);var Y=zE(Math.round(B/parseFloat(h)*1e3)/1e3),J=zE(Math.round(I/parseFloat(g)*1e3)/1e3);if(0===Y||0===J||xx(t)&&!xE(t))return;var K=E.offset,Q=E.targetOffset,ee=Iw(TE(z,K),2),re=ee[0],te=ee[1],ne=Iw(TE(s,Q),2),oe=ne[0],ie=ne[1];s.x-=oe,s.y-=ie;var le=Iw(E.points||[],2),ae=le[0],ce=NE(le[1]),se=NE(ae),ue=RE(s,ce),fe=RE(z,se),pe=Tw({},E),ye=ue.x-fe.x+re,ve=ue.y-fe.y+te;function ar(e,r){var t=arguments.length>2&&void 0!==arguments[2]?arguments[2]:Z,n=z.x+e,o=z.y+r,i=n+B,l=o+I,a=Math.max(n,t.left),c=Math.max(o,t.top),s=Math.min(i,t.right),u=Math.min(l,t.bottom);return Math.max(0,(s-a)*(u-c))}var de,he,ge,me,Oe=ar(ye,ve),be=ar(ye,ve,q),we=RE(s,["t","l"]),xe=RE(z,["t","l"]),je=RE(s,["b","r"]),Ee=RE(z,["b","r"]),ke=E.overflow||{},Pe=ke.adjustX,ze=ke.adjustY,Se=ke.shiftX,Le=ke.shiftY,Ce=function(e){return"boolean"==typeof e?e:e>=0};function cr(){de=z.y+ve,he=de+I,ge=z.x+ye,me=ge+B}cr();var Te=Ce(ze),Ne=se[0]===ce[0];if(Te&&"t"===se[0]&&(he>X.bottom||y.current.bt)){var Re=ve;Ne?Re-=I-W:Re=we.y-Ee.y-te;var Me=ar(ye,Re),Ie=ar(ye,Re,q);Me>Oe||Me===Oe&&(!F||Ie>=be)?(y.current.bt=!0,ve=Re,te=-te,pe.points=[ME(se,0),ME(ce,0)]):y.current.bt=!1}if(Te&&"b"===se[0]&&(de<X.top||y.current.tb)){var Be=ve;Ne?Be+=I-W:Be=je.y-xe.y-te;var We=ar(ye,Be),Ae=ar(ye,Be,q);We>Oe||We===Oe&&(!F||Ae>=be)?(y.current.tb=!0,ve=Be,te=-te,pe.points=[ME(se,0),ME(ce,0)]):y.current.tb=!1}var He=Ce(Pe),_e=se[1]===ce[1];if(He&&"l"===se[1]&&(me>X.right||y.current.rl)){var Ve=ye;_e?Ve-=B-A:Ve=we.x-Ee.x-re;var De=ar(Ve,ve),$e=ar(Ve,ve,q);De>Oe||De===Oe&&(!F||$e>=be)?(y.current.rl=!0,ye=Ve,re=-re,pe.points=[ME(se,1),ME(ce,1)]):y.current.rl=!1}if(He&&"r"===se[1]&&(ge<X.left||y.current.lr)){var Fe=ye;_e?Fe+=B-A:Fe=je.x-xe.x-re;var Ue=ar(Fe,ve),qe=ar(Fe,ve,q);Ue>Oe||Ue===Oe&&(!F||qe>=be)?(y.current.lr=!0,ye=Fe,re=-re,pe.points=[ME(se,1),ME(ce,1)]):y.current.lr=!1}cr();var Ze=!0===Se?0:Se;"number"==typeof Ze&&(ge<q.left&&(ye-=ge-q.left-re,s.x+A<q.left+Ze&&(ye+=s.x-q.left+A-Ze)),me>q.right&&(ye-=me-q.right-re,s.x>q.right-Ze&&(ye+=s.x-q.right+Ze)));var Xe=!0===Le?0:Le;"number"==typeof Xe&&(de<q.top&&(ve-=de-q.top-te,s.y+W<q.top+Xe&&(ve+=s.y-q.top+W-Xe)),he>q.bottom&&(ve-=he-q.bottom-te,s.y>q.bottom-Xe&&(ve+=s.y-q.bottom+Xe)));var Ge=z.x+ye,Ye=Ge+B,Je=z.y+ve,Ke=Je+I,Qe=s.x,er=Qe+A,rr=s.y,tr=rr+W,nr=(Math.max(Ge,Qe)+Math.min(Ye,er))/2-Ge,or=(Math.max(Je,rr)+Math.min(Ke,tr))/2-Je;null==a||a(r,pe);var ir=G.right-z.x-(ye+z.width),lr=G.bottom-z.y-(ve+z.height);1===Y&&(ye=Math.round(ye),ir=Math.round(ir)),1===J&&(ve=Math.round(ve),lr=Math.round(lr)),u({ready:!0,offsetX:ye/Y,offsetY:ve/J,offsetR:ir/Y,offsetB:lr/J,arrowX:nr/Y,arrowY:or/J,scaleX:Y,scaleY:J,align:pe})}})),d=function(){u((function(e){return Tw(Tw({},e),{},{ready:!1})}))};return tx(d,[n]),tx((function(){e||d()}),[e]),[s.ready,s.offsetX,s.offsetY,s.offsetR,s.offsetB,s.arrowX,s.arrowY,s.scaleX,s.scaleY,s.align,function(){f.current+=1;var e=f.current;Promise.resolve().then((function(){f.current===e&&v()}))}]}(Ee,le,A?He:fe,C,N,R,_),$e=Iw(De,11),Fe=$e[0],Ue=$e[1],qe=$e[2],Ze=$e[3],Xe=$e[4],Ge=$e[5],Ye=$e[6],Je=$e[7],Ke=$e[8],Qe=$e[9],er=$e[10],rr=function(e,r,t,n){return o.useMemo((function(){var o=wE(null!=t?t:r),i=wE(null!=n?n:r),l=new Set(o),a=new Set(i);return e&&(l.has("hover")&&(l.delete("hover"),l.add("click")),a.has("hover")&&(a.delete("hover"),a.add("click"))),[l,a]}),[e,r,t,n])}(Q,c,s,u),tr=Iw(rr,2),nr=tr[0],or=tr[1],ir=nr.has("click"),lr=or.has("click")||or.has("contextMenu"),ar=pj((function(){Re||er()}));!function(e,r,t,n,o){tx((function(){if(e&&r&&t){var i=t,l=PE(r),a=PE(i),c=kE(i),s=new Set([c].concat(ex(l),ex(a)));function u(){n(),o()}return s.forEach((function(e){e.addEventListener("scroll",u,{passive:!0})})),c.addEventListener("resize",u,{passive:!0}),n(),function(){s.forEach((function(e){e.removeEventListener("scroll",u),c.removeEventListener("resize",u)}))}}}),[e,r,t])}(Ee,fe,le,ar,(function(){Pe.current&&A&&lr&&Te(!1)})),tx((function(){ar()}),[He,C]),tx((function(){!Ee||null!=N&&N[C]||ar()}),[JSON.stringify(R)]);var cr=o.useMemo((function(){var e=function(e,r,t,n){for(var o=t.points,i=Object.keys(e),l=0;l<i.length;l+=1){var a,c=i[l];if(jE(null===(a=e[c])||void 0===a?void 0:a.points,o,n))return"".concat(r,"-placement-").concat(c)}return""}(N,i,Qe,A);return yw(e,null==B?void 0:B(Qe))}),[Qe,B,N,i,A]);o.useImperativeHandle(t,(function(){return{nativeElement:ye.current,popupElement:ce.current,forceAlign:ar}}));var sr=Iw(o.useState(0),2),ur=sr[0],fr=sr[1],pr=Iw(o.useState(0),2),yr=pr[0],vr=pr[1],dr=function(){if(I&&fe){var e=fe.getBoundingClientRect();fr(e.width),vr(e.height)}};function hr(e,r,t,n){ge[e]=function(o){var i;null==n||n(o),Te(r,t);for(var l=arguments.length,a=new Array(l>1?l-1:0),c=1;c<l;c++)a[c-1]=arguments[c];null===(i=he[e])||void 0===i||i.call.apply(i,[he,o].concat(a))}}tx((function(){Be&&(er(),Be(),We(null))}),[Be]),(ir||lr)&&(ge.onClick=function(e){var r;Pe.current&&lr?Te(!1):!Pe.current&&ir&&(Ve(e),Te(!0));for(var t=arguments.length,n=new Array(t>1?t-1:0),o=1;o<t;o++)n[o-1]=arguments[o];null===(r=he.onClick)||void 0===r||r.call.apply(r,[he,e].concat(n))}),function(e,r,t,n,i,l,a,c){var s=o.useRef(e);s.current=e,o.useEffect((function(){if(r&&n&&(!i||l)){var e=function(e){var r;s.current&&!a((null===(r=e.composedPath)||void 0===r||null===(r=r.call(e))||void 0===r?void 0:r[0])||e.target)&&c(!1)},o=kE(n);o.addEventListener("mousedown",e,!0),o.addEventListener("contextmenu",e,!0);var u,f,p=fj(t);return p&&(p.addEventListener("mousedown",e,!0),p.addEventListener("contextmenu",e,!0)),"production"!==process.env.NODE_ENV&&Hw((null==t||null===(u=t.getRootNode)||void 0===u?void 0:u.call(t))===(null===(f=n.getRootNode)||void 0===f?void 0:f.call(n)),"trigger element and popup element should in same shadow root."),function(){o.removeEventListener("mousedown",e,!0),o.removeEventListener("contextmenu",e,!0),p&&(p.removeEventListener("mousedown",e,!0),p.removeEventListener("contextmenu",e,!0))}}}),[r,t,n,i,l])}(Ee,lr,fe,le,b,x,me,Te);var gr,mr,Or=nr.has("hover"),br=or.has("hover");Or&&(hr("onMouseEnter",!0,d,(function(e){Ve(e)})),hr("onPointerEnter",!0,d,(function(e){Ve(e)})),gr=function(e){(Ee||Re)&&null!=le&&le.contains(e.target)&&Te(!0,d)},A&&(ge.onMouseMove=function(e){var r;null===(r=he.onMouseMove)||void 0===r||r.call(he,e)})),br&&(hr("onMouseLeave",!1,g),hr("onPointerLeave",!1,g),mr=function(){Te(!1,g)}),nr.has("focus")&&hr("onFocus",!0,m),or.has("focus")&&hr("onBlur",!1,O),nr.has("contextMenu")&&(ge.onContextMenu=function(e){var r;Pe.current&&or.has("contextMenu")?Te(!1):(Ve(e),Te(!0)),e.preventDefault();for(var t=arguments.length,n=new Array(t>1?t-1:0),o=1;o<t;o++)n[o-1]=arguments[o];null===(r=he.onContextMenu)||void 0===r||r.call.apply(r,[he,e].concat(n))}),X&&(ge.className=yw(he.className,X));var wr=Tw(Tw({},he),ge),xr={};["onContextMenu","onClick","onMouseDown","onTouchStart","onMouseEnter","onMouseLeave","onFocus","onBlur"].forEach((function(e){Y[e]&&(xr[e]=function(){for(var r,t=arguments.length,n=new Array(t),o=0;o<t;o++)n[o]=arguments[o];null===(r=wr[e])||void 0===r||r.call.apply(r,[wr].concat(n)),Y[e].apply(Y,n)})}));var jr=o.cloneElement(de,Tw(Tw({},wr),xr)),Er={x:Ge,y:Ye},kr=V?Tw({},!0!==V?V:{}):null;return o.createElement(o.Fragment,null,o.createElement(sj,{disabled:!Ee,ref:ve,onResize:function(){dr(),ar()}},o.createElement(OE,{getTriggerDOMNode:G},jr)),o.createElement(bE.Provider,{value:ne},o.createElement(mE,{portal:e,ref:se,prefixCls:i,popup:z,className:yw(S,cr),style:L,target:fe,onMouseEnter:gr,onMouseLeave:mr,onPointerEnter:gr,zIndex:M,open:Ee,keepDom:Re,fresh:W,onClick:H,mask:b,motion:Oe,maskMotion:be,onVisibleChanged:function(e){Me(!1),er(),null==v||v(e)},onPrepare:function(){return new Promise((function(e){dr(),We((function(){return e}))}))},forceRender:E,autoDestroy:J,getPopupContainer:j,align:Qe,arrow:kr,arrowPos:Er,ready:Fe,offsetX:Ue,offsetY:qe,offsetR:Ze,offsetB:Xe,onAlign:ar,stretch:I,targetWidth:ur/Je,targetHeight:yr/Ke})))}));return"production"!==process.env.NODE_ENV&&(r.displayName="Trigger"),r}(bx),WE={shiftX:64,adjustY:1},AE={adjustX:1,shiftY:!0},HE=[0,0],_E={left:{points:["cr","cl"],overflow:AE,offset:[-4,0],targetOffset:HE},right:{points:["cl","cr"],overflow:AE,offset:[4,0],targetOffset:HE},top:{points:["bc","tc"],overflow:WE,offset:[0,-4],targetOffset:HE},bottom:{points:["tc","bc"],overflow:WE,offset:[0,4],targetOffset:HE},topLeft:{points:["bl","tl"],overflow:WE,offset:[0,-4],targetOffset:HE},leftTop:{points:["tr","tl"],overflow:AE,offset:[-4,0],targetOffset:HE},topRight:{points:["br","tr"],overflow:WE,offset:[0,-4],targetOffset:HE},rightTop:{points:["tl","tr"],overflow:AE,offset:[4,0],targetOffset:HE},bottomRight:{points:["tr","br"],overflow:WE,offset:[0,4],targetOffset:HE},rightBottom:{points:["bl","br"],overflow:AE,offset:[4,0],targetOffset:HE},bottomLeft:{points:["tl","bl"],overflow:WE,offset:[0,4],targetOffset:HE},leftBottom:{points:["br","bl"],overflow:AE,offset:[-4,0],targetOffset:HE}},VE=["overlayClassName","trigger","mouseEnterDelay","mouseLeaveDelay","overlayStyle","prefixCls","children","onVisibleChange","afterVisibleChange","transitionName","animation","motion","placement","align","destroyTooltipOnHide","defaultVisible","getTooltipContainer","overlayInnerStyle","arrowContent","overlay","id","showArrow"],DE=function(r,t){var n=r.overlayClassName,i=r.trigger,l=void 0===i?["hover"]:i,a=r.mouseEnterDelay,c=void 0===a?0:a,s=r.mouseLeaveDelay,u=void 0===s?.1:s,f=r.overlayStyle,p=r.prefixCls,y=void 0===p?"rc-tooltip":p,v=r.children,d=r.onVisibleChange,h=r.afterVisibleChange,g=r.transitionName,m=r.animation,O=r.motion,b=r.placement,w=void 0===b?"right":b,x=r.align,j=void 0===x?{}:x,E=r.destroyTooltipOnHide,k=void 0!==E&&E,P=r.defaultVisible,z=r.getTooltipContainer,S=r.overlayInnerStyle;r.arrowContent;var L=r.overlay,C=r.id,T=r.showArrow,N=void 0===T||T,R=Nw(r,VE),M=e.useRef(null);e.useImperativeHandle(t,(function(){return M.current}));var I=Tw({},R);"visible"in r&&(I.popupVisible=r.visible);return o.createElement(BE,Pw({popupClassName:n,prefixCls:y,popup:function(){return o.createElement(kw,{key:"content",prefixCls:y,id:C,overlayInnerStyle:S},L)},action:l,builtinPlacements:_E,popupPlacement:w,ref:M,popupAlign:j,getPopupContainer:z,onPopupVisibleChange:d,afterPopupVisibleChange:h,popupTransitionName:g,popupAnimation:m,popupMotion:O,defaultPopupVisible:P,autoDestroy:k,mouseLeaveDelay:u,popupStyle:f,mouseEnterDelay:c,arrow:N},I),v)},$E=e.forwardRef(DE);const FE=({title:r,description:t,footer:n,dataTestId:o})=>e.createElement("div",{"data-test-id":o,className:"overflow-hidden break-words px-4 py-2 "+(t||n?"py-4":"")},e.createElement(bw,{fontWeight:"bold",variant:t||n?"regular":"small",color:"white"},r),t&&e.createElement("div",{className:"mt-2"},e.createElement(bw,{variant:"small",color:"white"},t)),n&&e.createElement("div",{className:"mt-4"},n));exports.Button=l,exports.Checkbox=uw,exports.Disable=Zb,exports.EditFilled=Qb,exports.Error=Jb,exports.ExcelFile=rw,exports.FBLike=nw,exports.FBLove=ow,exports.FileUpload=ew,exports.Heading=({variant:r="h1",color:t="primary",marginTop:n,marginBottom:o,letterSpacing:i,textAlign:l="text-left",fontWeight:a="normal",children:c,...s})=>{const u=yw(hw[r],gw[t],mw[a],n?vw[n]:"",o?vw[o]:"",i?dw[i]:"",l);return e.createElement(r,{className:u,...s},c)},exports.Hide=Xb,exports.Icon=lw,exports.Info=Gb,exports.Input=({value:r,fluid:t,label:n,leftIcon:o,rightIcon:i,togglePassword:l,error:a,success:c,hint:s,disabled:u,type:f="text",hintTextProps:p={variant:"small"},className:y="",dataTestId:v,inputSize:d,...h})=>{const[g,m]=e.useState(!1),O=e.useMemo((()=>g?e.createElement(lw,{name:"EyeOff",size:16}):e.createElement(lw,{name:"Eye",size:16})),[g]),b=e.useMemo((()=>{let e="relative flex items-center p-1 rounded border";return e+=u?" bg-gray-100 text-gray-500":a?" border-red-500 text-red-500":c?" border-green-500 text-green-500":r?" border-primary-500":" border-gray-300",t&&(e+=" w-full"),`${e} ${y}`}),[u,a,c,r,t,y]),w=`peer w-full outline-none bg-transparent placeholder-transparent ${u?"text-gray-500":"text-gray-700"} ${"password"===f?"pr-10":""}`,x=e.useMemo((()=>"password"===f&&g?"text":f),[f,g]),j="absolute left-2 bg-white px-1 "+(r?"-top-4 text-sm text-gray-400":"transform transition-all duration-200 ease-in-out peer-placeholder-shown:top-1/2 peer-placeholder-shown:-translate-y-1/2 peer-placeholder-shown:left-2 peer-placeholder-shown:text-base peer-placeholder-shown:text-gray-400 peer-focus:-top-custom-top peer-focus:left-2 peer-focus:text-sm peer-focus:text-primary-500");return e.createElement("div",{className:b},o&&e.createElement("div",{className:"flex items-center mr-2"},o),e.createElement("div",{className:"relative w-full"},e.createElement("input",{...h,"data-test-id":v,id:h.id,value:r,disabled:u,type:x,className:w,placeholder:" "}),e.createElement("label",{htmlFor:h.id,className:j},n)),"password"===f&&l&&e.createElement("button",{type:"button",className:"absolute right-3",onClick:()=>{!u&&r&&m(!g)},disabled:u},O),i&&e.createElement("div",{className:"flex items-center ml-2"},i),(a||c||s)&&e.createElement("div",{className:"mt-1 text-sm"},e.createElement(bw,{...p},a?.message&&a.message,c?.message&&!a?.message&&c.message,!(a?.message||c?.message)&&s?.message)))},exports.Success=tw,exports.Table=({columns:r,data:t,sortable:n=!1,pagination:o=!1,currentPage:i=1,pageSize:l=5,onSort:a,onPageChange:c})=>{const[s,u]=e.useState(null),[f,p]=e.useState(i),[y,v]=e.useState(l);e.useEffect((()=>{p(i)}),[i]);const d=e.useMemo((()=>s&&n?[...t].sort(((e,r)=>{const t=e[s.key],n=r[s.key];return t<n?"asc"===s.direction?-1:1:t>n?"asc"===s.direction?1:-1:0})):t),[t,s,n]),h=e.useMemo((()=>Math.max(1,Math.ceil(t.length/y))),[t.length,y]),g=e.useMemo((()=>{if(o){const e=(f-1)*y;return d.slice(e,e+y)}return d}),[d,f,y,o]),m=e=>{e<1||e>h||(p(e),c&&c(e))},O=(e=Ew.Left)=>({left:"justify-start",center:"justify-center",right:"justify-end"}[e]);return e.createElement("div",{className:"w-full"},e.createElement("div",{className:"flex justify-end mb-4"},e.createElement("label",{htmlFor:"page-size-select",className:"mr-2 flex items-center"},"Page Size:"),e.createElement("select",{id:"page-size-select",value:y,onChange:e=>{return r=parseInt(e.target.value),v(r),void p(1);var r},className:"border rounded px-2 py-1"},[5,10,20,50].map((r=>e.createElement("option",{key:r,value:r},r))))),e.createElement("div",{className:"overflow-x-auto"},e.createElement("div",{className:"table-wrapper",style:{overflow:"hidden"}},e.createElement("table",{className:"min-w-full bg-white"},e.createElement("thead",null,e.createElement("tr",null,r.map((r=>e.createElement("th",{key:r.key,className:`p-4 font-semibold border-b ${O(r.align)}`,style:{width:r.width||"150px"},onClick:()=>(e=>{if(!n||!e.sortable)return;let r="asc";s?.key===e.key&&"asc"===s.direction&&(r="desc"),u({key:e.key,direction:r}),a&&a(e.key,r)})(r)},e.createElement("div",{className:`flex ${O(r.align)} cursor-pointer select-none`},r.title,n&&r.sortable&&e.createElement(e.Fragment,null,s?.key===r.key?"asc"===s.direction?e.createElement(yn,{className:"w-4 h-4 ml-2"}):e.createElement(nn,{className:"w-4 h-4 ml-2"}):e.createElement(nn,{className:"w-4 h-4 ml-2 opacity-50"})))))))),e.createElement("tbody",{style:{maxHeight:"256px",overflowY:"auto"}},g.length>0?g.map(((t,n)=>e.createElement("tr",{key:n,className:"border-b"},r.map((r=>e.createElement("td",{key:r.key,className:`p-4 ${O(r.align)}`,style:{width:r.width||"150px"}},e.createElement("div",{className:`flex ${O(r.align)}`},t[r.key]))))))):e.createElement("tr",null,e.createElement("td",{colSpan:r.length,className:"p-4 text-center text-gray-500"},"No data available.")))))),o&&e.createElement("div",{className:"flex justify-end items-center p-4 space-x-2"},e.createElement("button",{className:"text-gray-700 disabled:opacity-50",onClick:()=>m(f-1),disabled:1===f},e.createElement(an,{className:"w-5 h-5"})),e.createElement("span",null,"Page ",f," of ",h),e.createElement("button",{className:"text-gray-700 disabled:opacity-50",onClick:()=>m(f+1),disabled:f===h},e.createElement(un,{className:"w-5 h-5"}))))},exports.Text=bw,exports.Tooltip=({overlay:r,title:t,description:n,footer:o,children:i,...l})=>{const a=e.useMemo((()=>r?e.createElement(e.Fragment,null,r):e.createElement(FE,{title:t,description:n,footer:o})),[n,o,r,t]);return t||n||r?e.createElement(e.Fragment,null,e.createElement($E,{overlay:a,destroyTooltipOnHide:!0,...l},i)):i||null},exports.Upload=Kb,exports.Warning=Yb,exports.message=jw;
2
29
  //# sourceMappingURL=index.js.map