@onehaul/ui 0.1.46 → 0.1.48
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/Select/index.d.ts +5 -2
- package/dist/icons/colored/index.d.ts +1 -0
- package/dist/icons/colored/index.esm.js +1 -1
- package/dist/icons/colored/index.esm.js.map +1 -1
- package/dist/icons/colored/index.js +1 -1
- package/dist/icons/colored/index.js.map +1 -1
- package/dist/icons/index.d.ts +7 -0
- package/dist/icons/index.esm.js +1 -1
- package/dist/icons/index.esm.js.map +1 -1
- package/dist/icons/index.js +1 -1
- package/dist/icons/index.js.map +1 -1
- package/dist/index.css +1 -1
- package/dist/index.d.ts +3 -0
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
|
@@ -45,7 +45,7 @@ export interface SelectProps {
|
|
|
45
45
|
plainLabelClearable?: boolean;
|
|
46
46
|
|
|
47
47
|
// Enhanced async props - functions can handle their own parameters internally
|
|
48
|
-
onFocusLoad?: () => Promise<SelectOption[]>;
|
|
48
|
+
onFocusLoad?: (params?: any) => Promise<SelectOption[]>;
|
|
49
49
|
onSearchLoad?: (searchValue: string) => Promise<SelectOption[]>;
|
|
50
50
|
loadOnMount?: boolean;
|
|
51
51
|
cacheOptions?: boolean;
|
|
@@ -80,8 +80,11 @@ interface SelectComponent extends React.FC<SelectProps> {
|
|
|
80
80
|
* value={selectedValue}
|
|
81
81
|
* onChange={handleChange}
|
|
82
82
|
* options={options}
|
|
83
|
-
* onFocusLoad={() => loadUsersWithParams(
|
|
83
|
+
* onFocusLoad={(params) => loadUsersWithParams(params)}
|
|
84
84
|
* onSearchLoad={(searchTerm) => searchProductsWithParams(searchTerm, { category: 'electronics' })}
|
|
85
|
+
* cacheOptions={true}
|
|
86
|
+
* onCacheHit={(key, data) => console.log(`Cache hit: ${key}`)}
|
|
87
|
+
* onCacheMiss={(key) => console.log(`Cache miss: ${key}`)}
|
|
85
88
|
* />
|
|
86
89
|
* ```
|
|
87
90
|
*/
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import"react";import{jsxs as t,jsx as e}from"react/jsx-runtime";function r(t,e,r){return(e=function(t){var e=function(t,e){if("object"!=typeof t||!t)return t;var r=t[Symbol.toPrimitive];if(void 0!==r){var i=r.call(t,e||"default");if("object"!=typeof i)return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"==typeof e?e:e+""}(e))in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function i(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);e&&(i=i.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,i)}return r}function n(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?i(Object(n),!0).forEach((function(e){r(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):i(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var o=function(r){return t("svg",n(n({width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},r),{},{children:[e("rect",{x:"0",y:"0",width:"6.5",height:"6.5",fill:"#F25022"}),e("rect",{x:"7.5",y:"0",width:"6.5",height:"6.5",fill:"#7FBA00"}),e("rect",{x:"0",y:"7.5",width:"6.5",height:"6.5",fill:"#00A4EF"}),e("rect",{x:"7.5",y:"7.5",width:"6.5",height:"6.5",fill:"#FFB900"})]}))};export{o as Microsoft};
|
|
1
|
+
import"react";import{jsxs as t,jsx as e}from"react/jsx-runtime";function r(t,e,r){return(e=function(t){var e=function(t,e){if("object"!=typeof t||!t)return t;var r=t[Symbol.toPrimitive];if(void 0!==r){var i=r.call(t,e||"default");if("object"!=typeof i)return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"==typeof e?e:e+""}(e))in t?Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}):t[e]=r,t}function i(t,e){var r=Object.keys(t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(t);e&&(i=i.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),r.push.apply(r,i)}return r}function n(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?i(Object(n),!0).forEach((function(e){r(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):i(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var o=function(r){return t("svg",n(n({width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},r),{},{children:[e("rect",{x:"0",y:"0",width:"6.5",height:"6.5",fill:"#F25022"}),e("rect",{x:"7.5",y:"0",width:"6.5",height:"6.5",fill:"#7FBA00"}),e("rect",{x:"0",y:"7.5",width:"6.5",height:"6.5",fill:"#00A4EF"}),e("rect",{x:"7.5",y:"7.5",width:"6.5",height:"6.5",fill:"#FFB900"})]}))},c=function(r){return t("svg",n(n({width:"16",height:"16",viewBox:"0 0 533.5 544.3",xmlns:"http://www.w3.org/2000/svg"},r),{},{children:[e("path",{fill:"#4285F4",d:"M533.5 278.4c0-17.4-1.6-34-4.6-50.2H272.1v95h146.9c-6.3 33.8-25 62.4-53.2 81.6v67.9h85.9c50.3-46.3 81.8-114.5 81.8-194.3z"}),e("path",{fill:"#34A853",d:"M272.1 544.3c72.4 0 133.1-23.9 177.5-64.9l-85.9-67.9c-23.9 16-54.6 25.4-91.6 25.4-70.5 0-130.2-47.6-151.5-111.5H30.3v69.9c44.5 88 135.4 148.9 241.8 148.9z"}),e("path",{fill:"#FBBC05",d:"M120.6 325.4c-10.7-31.8-10.7-66.2 0-98L30.3 157.5c-40.9 81.8-40.9 177.5 0 259.3l90.3-70.6z"}),e("path",{fill:"#EA4335",d:"M272.1 107.7c39.4-.6 77 13.5 106 38.9l79.3-79.3C411.3 25.9 344.5 0 272.1 0 165.7 0 74.8 60.9 30.3 148.9l90.3 69.9c21.4-63.3 81-111.1 151.5-111.1z"})]}))};export{c as Google,o as Microsoft};
|
|
2
2
|
//# sourceMappingURL=index.esm.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.esm.js","sources":["../../../src/icons/colored/Microsoft.jsx"],"sourcesContent":["import React from 'react';\n\nconst Microsoft = (props) => {\n return (\n <svg\n width=\"14\"\n height=\"14\"\n viewBox=\"0 0 14 14\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n >\n <rect x=\"0\" y=\"0\" width=\"6.5\" height=\"6.5\" fill=\"#F25022\" />\n <rect x=\"7.5\" y=\"0\" width=\"6.5\" height=\"6.5\" fill=\"#7FBA00\" />\n <rect x=\"0\" y=\"7.5\" width=\"6.5\" height=\"6.5\" fill=\"#00A4EF\" />\n <rect x=\"7.5\" y=\"7.5\" width=\"6.5\" height=\"6.5\" fill=\"#FFB900\" />\n </svg>\n );\n};\n\nexport default Microsoft;\n"],"names":["Microsoft$1","props","_jsxs","_objectSpread","width","height","viewBox","fill","xmlns","children","_jsx","x","y"],"mappings":"4jCAEA,IAkBAA,EAlBkB,SAACC,GACf,OACIC,EAAA,MAAAC,EAAAA,EAAA,CACIC,MAAM,KACNC,OAAO,KACPC,QAAQ,YACRC,KAAK,OACLC,MAAM,8BACFP,GAAK,GAAA,CAAAQ,UAETC,EAAA,OAAA,CAAMC,EAAE,IAAIC,EAAE,IAAIR,MAAM,MAAMC,OAAO,MAAME,KAAK,YAChDG,EAAA,OAAA,CAAMC,EAAE,MAAMC,EAAE,IAAIR,MAAM,MAAMC,OAAO,MAAME,KAAK,YAClDG,EAAA,OAAA,CAAMC,EAAE,IAAIC,EAAE,MAAMR,MAAM,MAAMC,OAAO,MAAME,KAAK,YAClDG,EAAA,OAAA,CAAMC,EAAE,MAAMC,EAAE,MAAMR,MAAM,MAAMC,OAAO,MAAME,KAAK,eAGhE"}
|
|
1
|
+
{"version":3,"file":"index.esm.js","sources":["../../../src/icons/colored/Microsoft.jsx","../../../src/icons/colored/Google.jsx"],"sourcesContent":["import React from 'react';\n\nconst Microsoft = (props) => {\n return (\n <svg\n width=\"14\"\n height=\"14\"\n viewBox=\"0 0 14 14\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n >\n <rect x=\"0\" y=\"0\" width=\"6.5\" height=\"6.5\" fill=\"#F25022\" />\n <rect x=\"7.5\" y=\"0\" width=\"6.5\" height=\"6.5\" fill=\"#7FBA00\" />\n <rect x=\"0\" y=\"7.5\" width=\"6.5\" height=\"6.5\" fill=\"#00A4EF\" />\n <rect x=\"7.5\" y=\"7.5\" width=\"6.5\" height=\"6.5\" fill=\"#FFB900\" />\n </svg>\n );\n};\n\nexport default Microsoft;\n","import React from 'react';\n\nconst Google = (props) => {\n return (\n <svg\n width=\"16\"\n height=\"16\"\n viewBox=\"0 0 533.5 544.3\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n >\n <path\n fill=\"#4285F4\"\n d=\"M533.5 278.4c0-17.4-1.6-34-4.6-50.2H272.1v95h146.9c-6.3 33.8-25 62.4-53.2 81.6v67.9h85.9c50.3-46.3 81.8-114.5 81.8-194.3z\"\n />\n <path\n fill=\"#34A853\"\n d=\"M272.1 544.3c72.4 0 133.1-23.9 177.5-64.9l-85.9-67.9c-23.9 16-54.6 25.4-91.6 25.4-70.5 0-130.2-47.6-151.5-111.5H30.3v69.9c44.5 88 135.4 148.9 241.8 148.9z\"\n />\n <path\n fill=\"#FBBC05\"\n d=\"M120.6 325.4c-10.7-31.8-10.7-66.2 0-98L30.3 157.5c-40.9 81.8-40.9 177.5 0 259.3l90.3-70.6z\"\n />\n <path\n fill=\"#EA4335\"\n d=\"M272.1 107.7c39.4-.6 77 13.5 106 38.9l79.3-79.3C411.3 25.9 344.5 0 272.1 0 165.7 0 74.8 60.9 30.3 148.9l90.3 69.9c21.4-63.3 81-111.1 151.5-111.1z\"\n />\n </svg>\n );\n};\n\nexport default Google;\n"],"names":["Microsoft$1","props","_jsxs","_objectSpread","width","height","viewBox","fill","xmlns","children","_jsx","x","y","Google$1","d"],"mappings":"4jCAEA,IAkBAA,EAlBkB,SAACC,GACf,OACIC,EAAA,MAAAC,EAAAA,EAAA,CACIC,MAAM,KACNC,OAAO,KACPC,QAAQ,YACRC,KAAK,OACLC,MAAM,8BACFP,GAAK,GAAA,CAAAQ,UAETC,EAAA,OAAA,CAAMC,EAAE,IAAIC,EAAE,IAAIR,MAAM,MAAMC,OAAO,MAAME,KAAK,YAChDG,EAAA,OAAA,CAAMC,EAAE,MAAMC,EAAE,IAAIR,MAAM,MAAMC,OAAO,MAAME,KAAK,YAClDG,EAAA,OAAA,CAAMC,EAAE,IAAIC,EAAE,MAAMR,MAAM,MAAMC,OAAO,MAAME,KAAK,YAClDG,EAAA,OAAA,CAAMC,EAAE,MAAMC,EAAE,MAAMR,MAAM,MAAMC,OAAO,MAAME,KAAK,eAGhE,ECaAM,EA7Be,SAACZ,GACZ,OACIC,EAAA,MAAAC,EAAAA,EAAA,CACIC,MAAM,KACNC,OAAO,KACPC,QAAQ,kBACRE,MAAM,8BACFP,GAAK,GAAA,CAAAQ,UAETC,EAAA,OAAA,CACIH,KAAK,UACLO,EAAE,8HAENJ,EAAA,OAAA,CACIH,KAAK,UACLO,EAAE,+JAENJ,EAAA,OAAA,CACIH,KAAK,UACLO,EAAE,+FAENJ,EAAA,OAAA,CACIH,KAAK,UACLO,EAAE,yJAIlB"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),require("react");var e=require("react/jsx-runtime");function t(e,t,r){return(t=function(e){var t=function(e,t){if("object"!=typeof e||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var i=r.call(e,t||"default");if("object"!=typeof i)return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function r(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,i)}return r}function i(e){for(var i=1;i<arguments.length;i++){var n=null!=arguments[i]?arguments[i]:{};i%2?r(Object(n),!0).forEach((function(r){t(e,r,n[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):r(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var n=function(t){return e.jsxs("svg",i(i({width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t),{},{children:[e.jsx("rect",{x:"0",y:"0",width:"6.5",height:"6.5",fill:"#F25022"}),e.jsx("rect",{x:"7.5",y:"0",width:"6.5",height:"6.5",fill:"#7FBA00"}),e.jsx("rect",{x:"0",y:"7.5",width:"6.5",height:"6.5",fill:"#00A4EF"}),e.jsx("rect",{x:"7.5",y:"7.5",width:"6.5",height:"6.5",fill:"#FFB900"})]}))};exports.Microsoft=n;
|
|
1
|
+
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),require("react");var e=require("react/jsx-runtime");function t(e,t,r){return(t=function(e){var t=function(e,t){if("object"!=typeof e||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var i=r.call(e,t||"default");if("object"!=typeof i)return i;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:t+""}(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function r(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);t&&(i=i.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,i)}return r}function i(e){for(var i=1;i<arguments.length;i++){var n=null!=arguments[i]?arguments[i]:{};i%2?r(Object(n),!0).forEach((function(r){t(e,r,n[r])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):r(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var n=function(t){return e.jsxs("svg",i(i({width:"14",height:"14",viewBox:"0 0 14 14",fill:"none",xmlns:"http://www.w3.org/2000/svg"},t),{},{children:[e.jsx("rect",{x:"0",y:"0",width:"6.5",height:"6.5",fill:"#F25022"}),e.jsx("rect",{x:"7.5",y:"0",width:"6.5",height:"6.5",fill:"#7FBA00"}),e.jsx("rect",{x:"0",y:"7.5",width:"6.5",height:"6.5",fill:"#00A4EF"}),e.jsx("rect",{x:"7.5",y:"7.5",width:"6.5",height:"6.5",fill:"#FFB900"})]}))},o=function(t){return e.jsxs("svg",i(i({width:"16",height:"16",viewBox:"0 0 533.5 544.3",xmlns:"http://www.w3.org/2000/svg"},t),{},{children:[e.jsx("path",{fill:"#4285F4",d:"M533.5 278.4c0-17.4-1.6-34-4.6-50.2H272.1v95h146.9c-6.3 33.8-25 62.4-53.2 81.6v67.9h85.9c50.3-46.3 81.8-114.5 81.8-194.3z"}),e.jsx("path",{fill:"#34A853",d:"M272.1 544.3c72.4 0 133.1-23.9 177.5-64.9l-85.9-67.9c-23.9 16-54.6 25.4-91.6 25.4-70.5 0-130.2-47.6-151.5-111.5H30.3v69.9c44.5 88 135.4 148.9 241.8 148.9z"}),e.jsx("path",{fill:"#FBBC05",d:"M120.6 325.4c-10.7-31.8-10.7-66.2 0-98L30.3 157.5c-40.9 81.8-40.9 177.5 0 259.3l90.3-70.6z"}),e.jsx("path",{fill:"#EA4335",d:"M272.1 107.7c39.4-.6 77 13.5 106 38.9l79.3-79.3C411.3 25.9 344.5 0 272.1 0 165.7 0 74.8 60.9 30.3 148.9l90.3 69.9c21.4-63.3 81-111.1 151.5-111.1z"})]}))};exports.Google=o,exports.Microsoft=n;
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../src/icons/colored/Microsoft.jsx"],"sourcesContent":["import React from 'react';\n\nconst Microsoft = (props) => {\n return (\n <svg\n width=\"14\"\n height=\"14\"\n viewBox=\"0 0 14 14\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n >\n <rect x=\"0\" y=\"0\" width=\"6.5\" height=\"6.5\" fill=\"#F25022\" />\n <rect x=\"7.5\" y=\"0\" width=\"6.5\" height=\"6.5\" fill=\"#7FBA00\" />\n <rect x=\"0\" y=\"7.5\" width=\"6.5\" height=\"6.5\" fill=\"#00A4EF\" />\n <rect x=\"7.5\" y=\"7.5\" width=\"6.5\" height=\"6.5\" fill=\"#FFB900\" />\n </svg>\n );\n};\n\nexport default Microsoft;\n"],"names":["Microsoft$1","props","_jsxs","_objectSpread","width","height","viewBox","fill","xmlns","children","_jsx","jsx","x","y"],"mappings":"onCAEA,IAkBAA,EAlBkB,SAACC,GACf,OACIC,OAAA,MAAAC,EAAAA,EAAA,CACIC,MAAM,KACNC,OAAO,KACPC,QAAQ,YACRC,KAAK,OACLC,MAAM,8BACFP,GAAK,GAAA,CAAAQ,UAETC,EAAAC,IAAA,OAAA,CAAMC,EAAE,IAAIC,EAAE,IAAIT,MAAM,MAAMC,OAAO,MAAME,KAAK,YAChDG,EAAAC,IAAA,OAAA,CAAMC,EAAE,MAAMC,EAAE,IAAIT,MAAM,MAAMC,OAAO,MAAME,KAAK,YAClDG,EAAAC,IAAA,OAAA,CAAMC,EAAE,IAAIC,EAAE,MAAMT,MAAM,MAAMC,OAAO,MAAME,KAAK,YAClDG,EAAAC,IAAA,OAAA,CAAMC,EAAE,MAAMC,EAAE,MAAMT,MAAM,MAAMC,OAAO,MAAME,KAAK,eAGhE"}
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../src/icons/colored/Microsoft.jsx","../../../src/icons/colored/Google.jsx"],"sourcesContent":["import React from 'react';\n\nconst Microsoft = (props) => {\n return (\n <svg\n width=\"14\"\n height=\"14\"\n viewBox=\"0 0 14 14\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n >\n <rect x=\"0\" y=\"0\" width=\"6.5\" height=\"6.5\" fill=\"#F25022\" />\n <rect x=\"7.5\" y=\"0\" width=\"6.5\" height=\"6.5\" fill=\"#7FBA00\" />\n <rect x=\"0\" y=\"7.5\" width=\"6.5\" height=\"6.5\" fill=\"#00A4EF\" />\n <rect x=\"7.5\" y=\"7.5\" width=\"6.5\" height=\"6.5\" fill=\"#FFB900\" />\n </svg>\n );\n};\n\nexport default Microsoft;\n","import React from 'react';\n\nconst Google = (props) => {\n return (\n <svg\n width=\"16\"\n height=\"16\"\n viewBox=\"0 0 533.5 544.3\"\n xmlns=\"http://www.w3.org/2000/svg\"\n {...props}\n >\n <path\n fill=\"#4285F4\"\n d=\"M533.5 278.4c0-17.4-1.6-34-4.6-50.2H272.1v95h146.9c-6.3 33.8-25 62.4-53.2 81.6v67.9h85.9c50.3-46.3 81.8-114.5 81.8-194.3z\"\n />\n <path\n fill=\"#34A853\"\n d=\"M272.1 544.3c72.4 0 133.1-23.9 177.5-64.9l-85.9-67.9c-23.9 16-54.6 25.4-91.6 25.4-70.5 0-130.2-47.6-151.5-111.5H30.3v69.9c44.5 88 135.4 148.9 241.8 148.9z\"\n />\n <path\n fill=\"#FBBC05\"\n d=\"M120.6 325.4c-10.7-31.8-10.7-66.2 0-98L30.3 157.5c-40.9 81.8-40.9 177.5 0 259.3l90.3-70.6z\"\n />\n <path\n fill=\"#EA4335\"\n d=\"M272.1 107.7c39.4-.6 77 13.5 106 38.9l79.3-79.3C411.3 25.9 344.5 0 272.1 0 165.7 0 74.8 60.9 30.3 148.9l90.3 69.9c21.4-63.3 81-111.1 151.5-111.1z\"\n />\n </svg>\n );\n};\n\nexport default Google;\n"],"names":["Microsoft$1","props","_jsxs","_objectSpread","width","height","viewBox","fill","xmlns","children","_jsx","jsx","x","y","Google$1","d"],"mappings":"onCAEA,IAkBAA,EAlBkB,SAACC,GACf,OACIC,OAAA,MAAAC,EAAAA,EAAA,CACIC,MAAM,KACNC,OAAO,KACPC,QAAQ,YACRC,KAAK,OACLC,MAAM,8BACFP,GAAK,GAAA,CAAAQ,UAETC,EAAAC,IAAA,OAAA,CAAMC,EAAE,IAAIC,EAAE,IAAIT,MAAM,MAAMC,OAAO,MAAME,KAAK,YAChDG,EAAAC,IAAA,OAAA,CAAMC,EAAE,MAAMC,EAAE,IAAIT,MAAM,MAAMC,OAAO,MAAME,KAAK,YAClDG,EAAAC,IAAA,OAAA,CAAMC,EAAE,IAAIC,EAAE,MAAMT,MAAM,MAAMC,OAAO,MAAME,KAAK,YAClDG,EAAAC,IAAA,OAAA,CAAMC,EAAE,MAAMC,EAAE,MAAMT,MAAM,MAAMC,OAAO,MAAME,KAAK,eAGhE,ECaAO,EA7Be,SAACb,GACZ,OACIC,OAAA,MAAAC,EAAAA,EAAA,CACIC,MAAM,KACNC,OAAO,KACPC,QAAQ,kBACRE,MAAM,8BACFP,GAAK,GAAA,CAAAQ,UAETC,EAAAC,IAAA,OAAA,CACIJ,KAAK,UACLQ,EAAE,8HAENL,EAAAC,IAAA,OAAA,CACIJ,KAAK,UACLQ,EAAE,+JAENL,EAAAC,IAAA,OAAA,CACIJ,KAAK,UACLQ,EAAE,+FAENL,EAAAC,IAAA,OAAA,CACIJ,KAAK,UACLQ,EAAE,yJAIlB"}
|
package/dist/icons/index.d.ts
CHANGED
|
@@ -68,3 +68,10 @@ export declare const Unhide: IconComponent;
|
|
|
68
68
|
export declare const Upload: IconComponent;
|
|
69
69
|
export declare const Mobile: IconComponent;
|
|
70
70
|
export declare const Laptop: IconComponent;
|
|
71
|
+
export declare const Activity: IconComponent;
|
|
72
|
+
export declare const Contact: IconComponent;
|
|
73
|
+
export declare const Hierarchy: IconComponent;
|
|
74
|
+
export declare const Highlights: IconComponent;
|
|
75
|
+
export declare const NoHierarchy: IconComponent;
|
|
76
|
+
export declare const Pin: IconComponent;
|
|
77
|
+
export declare const Ticket: IconComponent;
|
package/dist/icons/index.esm.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import"react";import{jsx as t}from"react/jsx-runtime";function e(t,e,n){return(e=function(t){var e=function(t,e){if("object"!=typeof t||!t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var l=n.call(t,e||"default");if("object"!=typeof l)return l;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"==typeof e?e:e+""}(e))in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function n(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(t);e&&(l=l.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,l)}return n}function l(t){for(var l=1;l<arguments.length;l++){var r=null!=arguments[l]?arguments[l]:{};l%2?n(Object(r),!0).forEach((function(n){e(t,n,r[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):n(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}var r=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M5.5 9.713V6.288l-3-1.738v3.425zm1 0 3-1.738V4.55l-3 1.737zm-1 1.15L2 8.85a.974.974 0 0 1-.5-.862V4.012A.97.97 0 0 1 2 3.15l3.5-2.013a.98.98 0 0 1 1 0L10 3.15a.974.974 0 0 1 .5.862v3.976a.97.97 0 0 1-.5.862l-3.5 2.013a.98.98 0 0 1-1 0m2.5-6.6.963-.55L6 2l-.975.563zM6 5.425l.975-.562L4.013 3.15l-.975.563z"})}))},h=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M5.25 6.75H1v-1.5h4.25V1h1.5v4.25H11v1.5H6.75V11h-1.5z"})}))},i=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M8.727 6.91V5.544H7.364v-.909h1.363V3.273h.91v1.363H11v.91H9.636v1.363zM4.637 6q-.75 0-1.285-.534a1.75 1.75 0 0 1-.534-1.284q0-.75.534-1.284a1.75 1.75 0 0 1 1.284-.534q.75 0 1.284.534.535.534.535 1.284T5.92 5.466A1.75 1.75 0 0 1 4.636 6M1 9.636V8.364q0-.387.199-.71.199-.324.528-.495.705-.352 1.432-.528a6.25 6.25 0 0 1 2.955 0q.727.176 1.431.528.33.171.529.494.198.324.199.71v1.273zm.91-.909h5.454v-.363q0-.126-.063-.228a.44.44 0 0 0-.165-.159 6 6 0 0 0-1.238-.46 5.3 5.3 0 0 0-2.523 0q-.625.154-1.239.46a.44.44 0 0 0-.227.387zm2.726-3.636q.375 0 .642-.267a.88.88 0 0 0 .267-.642.88.88 0 0 0-.267-.642.88.88 0 0 0-.642-.267.88.88 0 0 0-.642.267.88.88 0 0 0-.267.642q0 .375.267.642a.88.88 0 0 0 .642.267"})}))},o=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"currentColor",viewBox:"0 0 24 24"},e),{},{children:t("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2v1.93zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39z"})}))},w=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"m3.39 6.625 3.5 3.5L6 11 1 6l5-5 .89.875-3.5 3.5H11v1.25z"})}))},a=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M5.531 9.125h.938V7.719h1.406V6.78H6.469V5.375H5.53v1.406H4.125v.938h1.406zM3.184 11a.9.9 0 0 1-.66-.275.9.9 0 0 1-.274-.662V1.937q0-.386.275-.662A.9.9 0 0 1 3.188 1H7.25l2.5 2.5v6.563a.9.9 0 0 1-.276.662.9.9 0 0 1-.662.275zm3.441-6.875V1.938H3.188v8.124h5.624V4.126z"})}))},v=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"m6 9.031-5-5L2.063 2.97 6 6.906 9.938 2.97 11 4.03z"})}))},m=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"m9.031 6-5 5L2.97 9.938 6.906 6 2.97 2.063 4.03 1z"})}))},s=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M2.063 11 1 9.938 4.938 6 1 2.063 2.063 1 6 4.938 9.938 1 11 2.063 7.063 6 11 9.938 9.938 11 6 7.063z"})}))},g=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M3 5.5 5.75 1 8.5 5.5zM8.5 11a2.17 2.17 0 0 1-1.594-.656A2.17 2.17 0 0 1 6.25 8.75q0-.937.656-1.594A2.17 2.17 0 0 1 8.5 6.5a2.17 2.17 0 0 1 1.594.656q.656.657.656 1.594a2.17 2.17 0 0 1-.656 1.594A2.17 2.17 0 0 1 8.5 11m-7.25-.25v-4h4v4zM8.5 10q.525 0 .887-.363.363-.362.363-.887t-.363-.888A1.2 1.2 0 0 0 8.5 7.5q-.525 0-.888.362a1.2 1.2 0 0 0-.362.888q0 .525.362.887.363.363.888.363m-6.25-.25h2v-2h-2zM4.775 4.5h1.95L5.75 2.925z"})}))},q=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M9.334 9.333h-5a.8.8 0 0 1-.585-.249A.8.8 0 0 1 3.5 8.5V1.833a.8.8 0 0 1 .249-.584A.8.8 0 0 1 4.333 1h3.612l2.222 2.222V8.5a.8.8 0 0 1-.249.584.8.8 0 0 1-.584.25M7.389 3.778V1.833H4.333V8.5h5V3.778zM2.667 11a.8.8 0 0 1-.585-.249.8.8 0 0 1-.248-.584v-6.39h.833v6.39h5.278V11z"})}))},c=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M6 11a4.9 4.9 0 0 1-1.95-.394 5 5 0 0 1-1.587-1.069 5 5 0 0 1-1.07-1.587A4.9 4.9 0 0 1 1 6q0-1.038.394-1.95a5 5 0 0 1 1.069-1.587q.675-.675 1.587-1.07A4.9 4.9 0 0 1 6 1q1.038 0 1.95.394a5 5 0 0 1 1.587 1.069q.675.675 1.07 1.587Q11 4.962 11 6t-.394 1.95a5 5 0 0 1-1.069 1.587q-.675.675-1.587 1.07A4.9 4.9 0 0 1 6 11m0-1-.35-.35a.47.47 0 0 1-.15-.35V6.5a.96.96 0 0 1-.706-.294A.96.96 0 0 1 4.5 5.5V5L2.938 3.438q-.438.525-.688 1.174Q2 5.263 2 6q0 1.675 1.163 2.838Q4.325 10 6 10m.5-.025a3.9 3.9 0 0 0 2.494-1.312Q10 7.538 10 6q0-1.662-1.169-2.831T6 2q-.55 0-1.056.144A4.2 4.2 0 0 0 4 2.537V3.5h1.775q.225 0 .431.1a1 1 0 0 1 .344.275l.7.875H8q.212 0 .356.144a.48.48 0 0 1 .144.356v.525q0 .113-.031.212a1 1 0 0 1-.094.2L6.5 9z"})}))},u=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M9.438 10.375 6 6.951 4.867 8.096q.105.21.15.428.045.22.045.439 0 .852-.585 1.445Q3.89 11 3.03 11a1.96 1.96 0 0 1-1.434-.592A1.95 1.95 0 0 1 1 8.968q0-.845.592-1.438a1.97 1.97 0 0 1 1.445-.593 1.9 1.9 0 0 1 .867.209l1.145-1.133-1.145-1.146q-.21.105-.428.15-.22.045-.439.045-.852 0-1.445-.592A1.96 1.96 0 0 1 1 3.031q0-.846.592-1.439A1.96 1.96 0 0 1 3.032 1q.845 0 1.438.592.593.593.593 1.445 0 .22-.046.439-.045.22-.15.428L11 10.01v.365zm-1.94-4.896-.964-.963 2.904-2.891H11v.365zM3.034 4.125q.452 0 .771-.322.32-.322.319-.775 0-.453-.322-.771a1.06 1.06 0 0 0-.775-.32q-.453 0-.771.323a1.06 1.06 0 0 0-.32.775q0 .452.323.771.322.32.775.319M6 6.313a.3.3 0 0 0 .219-.094.3.3 0 0 0 0-.438.3.3 0 0 0-.438 0 .3.3 0 0 0 0 .438.3.3 0 0 0 .219.093m-2.965 3.75q.452 0 .771-.323.32-.322.319-.775 0-.452-.322-.771a1.06 1.06 0 0 0-.775-.319q-.453 0-.771.322a1.06 1.06 0 0 0-.32.775q0 .453.323.771.322.32.775.32"})}))},f=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M3.5 11q-.442 0-.757-.315a1.03 1.03 0 0 1-.314-.756V2.786h-.715V1.714h2.858V1h2.857v.714h2.857v1.072h-.714v7.136q0 .453-.315.765Q8.942 11 8.5 11zm5-8.214h-5v7.143h5zM4.572 8.857h1.07v-5h-1.07zm1.785 0H7.43v-5H6.357z"})}))},d=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M4.125 9.125h3.75v-.937h-3.75zm0-1.875h3.75v-.937h-3.75zM3.184 11a.9.9 0 0 1-.66-.275.9.9 0 0 1-.274-.662V1.937q0-.386.275-.662A.9.9 0 0 1 3.188 1H7.25l2.5 2.5v6.563a.9.9 0 0 1-.276.662.9.9 0 0 1-.662.275zm3.441-6.875V1.938H3.188v8.124h5.624V4.126z"})}))},p=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M6 8.692 2.923 5.615l.818-.817 1.682 1.683V1h1.154v5.48L8.26 4.799l.817.817zM2.534 11q-.475 0-.813-.339a1.12 1.12 0 0 1-.336-.815V8.692h1.154v1.154h6.923V8.692h1.154v1.154q0 .477-.34.815a1.11 1.11 0 0 1-.815.339z"})}))},z=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M2.111 9.889h.792l5.43-5.43-.791-.792-5.43 5.43zM1 11V8.639l7.333-7.32q.167-.152.368-.236Q8.903 1 9.125 1q.223 0 .43.083.21.084.362.25l.764.778a.9.9 0 0 1 .243.361 1.2 1.2 0 0 1 0 .84 1 1 0 0 1-.243.369L3.36 11zm6.93-6.93-.388-.403.791.791z"})}))},x=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M5.997 8.5a.46.46 0 0 0 .472-.466.46.46 0 0 0-.466-.472.46.46 0 0 0-.472.467.46.46 0 0 0 .466.471m-.466-1.875h.938V3.5H5.53zM6.004 11q-1.033 0-1.944-.39a5 5 0 0 1-1.595-1.075A5 5 0 0 1 1.39 7.941 4.9 4.9 0 0 1 1 5.994q0-1.035.39-1.94A5.041 5.041 0 0 1 4.06 1.39 4.9 4.9 0 0 1 6.006 1q1.035 0 1.94.39a5.06 5.06 0 0 1 2.663 2.666q.39.909.391 1.94 0 1.033-.39 1.944a5.04 5.04 0 0 1-2.666 2.67q-.909.39-1.94.39M6 10.063q1.693 0 2.878-1.185T10.063 6 8.878 3.122 6 1.938 3.122 3.122Q1.938 4.308 1.938 6t1.184 2.878T6 10.063"})}))},V=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M1 11V6h1.5v3.5H6V11zm8.5-5V2.5H6V1h5v5z"})}))},M=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M1 10.5v-9h5v2h5v7zm1-1h3v-1H2zm0-2h3v-1H2zm0-2h3v-1H2zm0-2h3v-1H2zm4 6h4v-5H6zm1-3v-1h2v1zm0 2v-1h2v1z"})}))},C=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M4.164 8.5 6 6.664 7.836 8.5l.664-.664L6.664 6 8.5 4.164 7.836 3.5 6 5.336 4.164 3.5l-.664.664L5.336 6 3.5 7.836zM6 11q-1.028 0-1.94-.39a5 5 0 0 1-1.595-1.075A5 5 0 0 1 1.39 7.94 4.9 4.9 0 0 1 1 6q0-1.041.39-1.947A5.04 5.04 0 0 1 4.06 1.39 4.9 4.9 0 0 1 6 1q1.041 0 1.947.39a5.06 5.06 0 0 1 2.662 2.663Q11 4.96 11 6q0 1.028-.39 1.94a5.04 5.04 0 0 1-2.663 2.67A4.9 4.9 0 0 1 6 11m0-.937q1.693 0 2.878-1.185T10.063 6 8.878 3.122 6 1.938 3.122 3.122Q1.938 4.308 1.938 6t1.184 2.878T6 10.063"})}))},A=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M5.444 11V7.667h1.112v1.11H11V9.89H6.556V11zM1 9.889V8.778h3.333v1.11zm2.222-2.222V6.556H1V5.444h2.222v-1.11h1.111v3.333zm2.222-1.111V5.444H11v1.112zm2.223-2.223V1h1.11v1.111H11v1.111H8.778v1.111zM1 3.223V2.11h5.556v1.111z"})}))},H=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M5.479 11V9.806a2.7 2.7 0 0 1-1.224-.64Q3.74 8.695 3.5 7.834l.99-.416q.2.666.594 1.014.395.347 1.036.347.548 0 .93-.257.38-.257.38-.799 0-.486-.294-.77t-1.363-.646q-1.15-.376-1.578-.896-.428-.521-.428-1.271 0-.903.562-1.403.56-.5 1.15-.57V1h1.07v1.167q.667.111 1.102.507.434.396.635.965l-.99.444q-.16-.444-.454-.666t-.802-.223q-.588 0-.896.271a.86.86 0 0 0-.307.674q0 .458.401.722.4.264 1.39.556.923.277 1.397.882.475.604.475 1.395 0 .987-.561 1.5-.562.514-1.39.64V11z"})}))},B=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M1.08 4.208q.273-1.29 1.314-2.155 1.042-.864 2.457-.864.78 0 1.477.29.697.291 1.21.795V1h1.154v3.208H5.423V3.075h1.298a2.6 2.6 0 0 0-.841-.558 2.7 2.7 0 0 0-1.034-.196q-.913 0-1.61.534a2.68 2.68 0 0 0-.954 1.353zM10.183 11 7.122 7.981a3.725 3.725 0 0 1-2.269.755q-.796 0-1.491-.295a3.8 3.8 0 0 1-1.208-.806V8.91H1V5.717h3.253v1.132H2.955q.369.361.85.558.48.197 1.041.197.914 0 1.61-.535a2.68 2.68 0 0 0 .954-1.352h1.202a3 3 0 0 1-.264.778 4.2 4.2 0 0 1-.425.684L11 10.2z"})}))},L=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M5.945 9.6q.045 0 .091-.022a.3.3 0 0 0 .069-.045l3.725-3.69a.8.8 0 0 0 .199-.304.97.97 0 0 0 0-.68.74.74 0 0 0-.199-.288L7.9 2.66a.75.75 0 0 0-.29-.197.98.98 0 0 0-.688 0 .84.84 0 0 0-.306.197l-.125.124.84.843a1 1 0 0 1 .25.36q.08.203.08.428 0 .473-.324.793t-.8.32q-.228 0-.438-.078a1 1 0 0 1-.37-.236l-.851-.833L2.89 6.349a.21.21 0 0 0-.068.157q0 .09.068.163a.203.203 0 0 0 .25.05.3.3 0 0 0 .068-.044l1.545-1.53.636.63-1.533 1.53a.21.21 0 0 0-.068.158q0 .09.068.157a.22.22 0 0 0 .159.067q.045 0 .09-.022a.3.3 0 0 0 .069-.045l1.544-1.519.636.63-1.533 1.53a.14.14 0 0 0-.051.068.3.3 0 0 0-.017.09q0 .09.068.157a.22.22 0 0 0 .244.05.2.2 0 0 0 .074-.05l1.545-1.519.636.63-1.545 1.53a.21.21 0 0 0 .006.315q.074.069.164.068m-.01.9q-.421 0-.745-.276a1.07 1.07 0 0 1-.38-.691 1.12 1.12 0 0 1-.648-.316 1.1 1.1 0 0 1-.318-.64 1.08 1.08 0 0 1-.642-.321 1.14 1.14 0 0 1-.312-.636 1.08 1.08 0 0 1-.704-.371 1.1 1.1 0 0 1-.273-.743 1.13 1.13 0 0 1 .33-.799L4.878 3.11l1.488 1.473q.023.034.068.051a.3.3 0 0 0 .09.017q.104 0 .171-.062a.21.21 0 0 0 .068-.163q0-.045-.017-.09a.14.14 0 0 0-.05-.067L5.07 2.657a.75.75 0 0 0-.29-.196.98.98 0 0 0-.687 0 .84.84 0 0 0-.307.197L2.186 4.256a.947.947 0 0 0-.261.506.84.84 0 0 0 .09.54l-.658.653a1.78 1.78 0 0 1-.352-1.192q.022-.315.159-.614.135-.298.374-.534L3.14 2.029a1.9 1.9 0 0 1 .608-.394 1.82 1.82 0 0 1 1.97.394l.125.123.125-.123a1.9 1.9 0 0 1 .608-.394 1.82 1.82 0 0 1 1.97.394l1.92 1.901q.261.258.398.596.136.337.136.687 0 .348-.136.68-.137.332-.398.59l-3.725 3.68q-.16.156-.37.247a1.1 1.1 0 0 1-.437.09"})}))},Q=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M5.263 7.842q0-1.065.19-1.533.192-.466.81-1.02.54-.473.822-.822.283-.348.283-.796 0-.54-.362-.895-.36-.355-1.006-.355-.672 0-1.02.408a2.6 2.6 0 0 0-.493.829l-1.356-.58q.277-.84 1.014-1.46Q4.88 1 6 1q1.381 0 2.125.77.743.77.743 1.848 0 .658-.283 1.125-.282.468-.888 1.06-.644.619-.783.94-.138.323-.138 1.1zM6 11q-.435 0-.744-.31a1.01 1.01 0 0 1-.309-.743q0-.434.31-.743.308-.31.743-.31.434 0 .743.31.31.31.31.743 0 .435-.31.744T6 11"})}))},T=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"m7.864 6.273-.66-.66q.103-.533-.306-1-.41-.465-1.057-.363l-.66-.66q.194-.09.393-.135.198-.045.426-.046.852 0 1.449.597.596.595.596 1.449 0 .226-.045.426-.045.198-.136.392m1.454 1.432-.659-.637q.432-.33.767-.721.336-.393.574-.892A4.47 4.47 0 0 0 8.37 3.63 4.3 4.3 0 0 0 6 2.955a4.6 4.6 0 0 0-1.273.181l-.704-.704A5 5 0 0 1 6 2.045q1.716 0 3.057.95A5.4 5.4 0 0 1 11 5.454a5.3 5.3 0 0 1-.687 1.244 5 5 0 0 1-.995 1.006m.227 2.795L7.636 8.614A5.5 5.5 0 0 1 6 8.864q-1.716 0-3.057-.95A5.4 5.4 0 0 1 1 5.455q.24-.602.602-1.119.365-.516.83-.926l-1.25-1.273.636-.636 8.364 8.364zM3.068 4.045a5 5 0 0 0-.602.648A4 4 0 0 0 2 5.455a4.47 4.47 0 0 0 1.63 1.823 4.32 4.32 0 0 0 2.813.648q.216-.029.443-.062l-.409-.432q-.125.035-.238.05a1.973 1.973 0 0 1-1.687-.58 1.97 1.97 0 0 1-.53-1.925z"})}))},b=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M2.786 9.929h1.428V6.357h3.572V9.93h1.428V4.75L6 2.34 2.786 4.75zM1.714 11V4.214L6 1l4.286 3.214V11H6.714V7.429H5.286V11z"})}))},y=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M5.5 8.5h1v-3h-1zm.5-4q.213 0 .356-.144A.48.48 0 0 0 6.5 4a.48.48 0 0 0-.144-.356A.48.48 0 0 0 6 3.5a.48.48 0 0 0-.356.144A.48.48 0 0 0 5.5 4q0 .213.144.356A.48.48 0 0 0 6 4.5M6 11a4.9 4.9 0 0 1-1.95-.394 5 5 0 0 1-1.587-1.069 5 5 0 0 1-1.07-1.587A4.9 4.9 0 0 1 1 6q0-1.038.394-1.95a5 5 0 0 1 1.069-1.587q.675-.675 1.587-1.07A4.9 4.9 0 0 1 6 1q1.038 0 1.95.394a5 5 0 0 1 1.587 1.069q.675.675 1.07 1.587Q11 4.962 11 6t-.394 1.95a5 5 0 0 1-1.069 1.587q-.675.675-1.587 1.07A4.9 4.9 0 0 1 6 11m0-1q1.675 0 2.838-1.162Q10 7.675 10 6T8.838 3.163 6 2 3.163 3.163 2 6t1.163 2.838T6 10"})}))},O=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"m4.71 8.097.685-.686-.927-.927.927-.928-.685-.685-1.613 1.613zm2.58 0 1.613-1.613L7.29 4.87l-.685.685.927.928-.927.927zM2.452 11a.93.93 0 0 1-.684-.284.93.93 0 0 1-.284-.684V2.935q0-.398.284-.683a.93.93 0 0 1 .684-.284H4.75q.108-.417.45-.692Q5.543 1 6 1t.8.276.45.692h2.298q.4 0 .684.284.284.285.284.683v7.097a.93.93 0 0 1-.284.684.93.93 0 0 1-.684.284zm0-.968h7.096V2.935H2.452zM6 2.612a.313.313 0 0 0 .323-.322A.313.313 0 0 0 6 1.968a.313.313 0 0 0-.323.322.313.313 0 0 0 .323.323"})}))},j=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M6 11q-1.025 0-1.937-.394a5.1 5.1 0 0 1-1.594-1.075 5.1 5.1 0 0 1-1.075-1.594A4.8 4.8 0 0 1 1 6q0-1.038.394-1.944A5.1 5.1 0 0 1 2.469 2.47a5.1 5.1 0 0 1 1.594-1.075A4.8 4.8 0 0 1 6 1q1.038 0 1.944.394.906.393 1.587 1.075a5.1 5.1 0 0 1 1.075 1.587Q11 4.962 11 6q0 1.025-.394 1.938A5.1 5.1 0 0 1 9.531 9.53a5.1 5.1 0 0 1-1.587 1.075A4.8 4.8 0 0 1 6 11m0-1.025q.325-.45.563-.937T6.95 8h-1.9q.15.55.388 1.037.237.488.562.938m-1.3-.2a7 7 0 0 1-.394-.856A7 7 0 0 1 4.025 8H2.55q.363.626.906 1.088Q4 9.55 4.7 9.775m2.6 0q.7-.226 1.244-.687A4.2 4.2 0 0 0 9.45 8H7.975a7 7 0 0 1-.281.919 7 7 0 0 1-.394.856M2.125 7h1.7a7 7 0 0 1-.075-1 6.6 6.6 0 0 1 .075-1h-1.7a3.98 3.98 0 0 0-.094 1.506q.031.244.094.494m2.7 0h2.35a7 7 0 0 0 .075-1 6.6 6.6 0 0 0-.075-1h-2.35a7 7 0 0 0-.075 1 6.6 6.6 0 0 0 .075 1m3.35 0h1.7q.063-.25.094-.494a4 4 0 0 0 0-1.012A4 4 0 0 0 9.875 5h-1.7a7 7 0 0 1 .075 1 6.6 6.6 0 0 1-.075 1m-.2-3H9.45a4.2 4.2 0 0 0-.906-1.087A3.6 3.6 0 0 0 7.3 2.225q.225.412.394.856.168.444.281.919M5.05 4h1.9q-.15-.55-.388-1.037A6.4 6.4 0 0 0 6 2.024q-.325.45-.562.938T5.05 4m-2.5 0h1.475q.113-.475.281-.919a7 7 0 0 1 .394-.856q-.7.225-1.244.688A4.2 4.2 0 0 0 2.55 4"})}))},P=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M8.5 8.321V3.68L6 6zM1.997 11a.96.96 0 0 1-.704-.293.96.96 0 0 1-.293-.704V1.997a.96.96 0 0 1 .293-.704A.96.96 0 0 1 1.997 1h8.006a.96.96 0 0 1 .704.293.96.96 0 0 1 .293.704v8.006a.96.96 0 0 1-.293.704.96.96 0 0 1-.704.293zm1.86-1.071V2.07H2.071V9.93zm1.072 0h5V2.07h-5z"})}))},S=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M6.357 3.679V8.32L8.857 6zM1.997 11a.96.96 0 0 1-.704-.293.96.96 0 0 1-.293-.704V1.997a.96.96 0 0 1 .293-.704A.96.96 0 0 1 1.997 1h8.006a.96.96 0 0 1 .704.293.96.96 0 0 1 .293.704v8.006a.96.96 0 0 1-.293.704.96.96 0 0 1-.704.293zm1.86-1.071V2.07H2.071V9.93zm1.072 0h5V2.07h-5z"})}))},k=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M5.375 8.5H3.5a2.4 2.4 0 0 1-1.769-.732A2.41 2.41 0 0 1 1 5.997q0-1.038.731-1.768A2.41 2.41 0 0 1 3.5 3.5h1.875v.938H3.5q-.651 0-1.107.455A1.5 1.5 0 0 0 1.938 6q0 .651.455 1.107.456.456 1.107.455h1.875zm-1.25-2.031V5.53h3.75v.938zm2.5 2.031v-.937H8.5q.651 0 1.107-.456T10.063 6t-.456-1.107A1.5 1.5 0 0 0 8.5 4.438H6.625V3.5H8.5q1.038 0 1.769.732T11 6.003t-.731 1.768A2.41 2.41 0 0 1 8.5 8.5z"})}))},D=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"m9.579 8.01-.724-.755q.54-.155.877-.599a1.62 1.62 0 0 0 .338-1.006q0-.686-.452-1.166a1.45 1.45 0 0 0-1.099-.48H6.66v-.988h1.86q1.03 0 1.755.772.726.771.726 1.865 0 .751-.381 1.383-.38.63-1.04.974M7.822 6.144l-.93-.988h1.007v.988zM9.76 11 1 1.7l.659-.7 8.76 9.3zM5.419 8.284h-1.86q-1.03 0-1.756-.77-.725-.77-.725-1.864 0-.877.49-1.563.492-.687 1.396-1.084l.904 1.001h-.297q-.66 0-1.111.48-.452.48-.452 1.166t.452 1.166q.451.48 1.098.48h1.86zm-1.24-2.14v-.988h.723l.917.988z"})}))},E=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M3.143 4.214V3.143H11v1.071zm0 2.322V5.464H11v1.072zm0 2.321V7.786H11v1.071zM1.536 4.214a.51.51 0 0 1-.372-.163A.52.52 0 0 1 1 3.67q0-.216.164-.372a.533.533 0 0 1 .753.752.5.5 0 0 1-.381.163m0 2.322a.51.51 0 0 1-.372-.164.52.52 0 0 1-.164-.38q0-.215.164-.371a.533.533 0 0 1 .753.751.5.5 0 0 1-.381.164m0 2.321a.51.51 0 0 1-.372-.164A.52.52 0 0 1 1 8.314q0-.216.164-.372a.533.533 0 0 1 .753.751.5.5 0 0 1-.381.164"})}))},Z=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M6.003 6a.9.9 0 0 0 .661-.276.9.9 0 0 0 .274-.664.9.9 0 0 0-.277-.662.9.9 0 0 0-.664-.273.9.9 0 0 0-.661.276.9.9 0 0 0-.274.664q0 .389.277.662A.9.9 0 0 0 6.003 6M6 9.763q1.55-1.394 2.337-2.565t.788-2.096q0-1.368-.892-2.266T6 1.938q-1.34 0-2.233.898-.892.898-.892 2.266 0 .924.788 2.096Q4.45 8.369 6 9.763M6 11Q3.956 9.293 2.947 7.829q-1.01-1.464-1.01-2.727 0-1.745 1.16-2.924T5.992 1q1.74 0 2.904 1.178 1.165 1.179 1.165 2.924 0 1.263-1.002 2.72Q8.057 9.283 6 11"})}))},F=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M7.667 11 4.333 9.833l-2.583 1a.5.5 0 0 1-.514-.062.55.55 0 0 1-.236-.465V2.528q0-.18.104-.32A.63.63 0 0 1 1.39 2l2.944-1 3.334 1.167 2.583-1a.5.5 0 0 1 .514.062q.236.174.236.465v7.778q0 .18-.104.32a.63.63 0 0 1-.285.208zM7.11 9.639v-6.5L4.89 2.36v6.5zm1.111 0 1.667-.556V2.5l-1.667.639zM2.112 9.5l1.666-.639v-6.5l-1.667.556z"})}))},N=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M1 9.333v-1.11h10v1.11zm0-2.777V5.444h10v1.112zm0-2.778V2.667h10v1.11z"})}))},I=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"m1 11 3.583-5L1 1h2l3.583 5L3 11zm4.417 0L9 6 5.417 1h2.02L11 6l-3.562 5z"})}))},U=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M11 1 7.417 6 11 11H9L5.417 6 9 1zM6.583 1 3 6l3.583 5h-2.02L1 6l3.563-5z"})}))},R=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M2 9.5v-1h1V5q0-1.037.625-1.844Q4.25 2.35 5.25 2.1v-.35q0-.312.219-.531A.72.72 0 0 1 6 1q.312 0 .531.219a.72.72 0 0 1 .219.531v.35a2.9 2.9 0 0 1 1.625 1.056Q9 3.962 9 5v3.5h1v1zM6 11a.96.96 0 0 1-.706-.294A.96.96 0 0 1 5 10h2q0 .412-.294.706A.96.96 0 0 1 6 11M4 8.5h4V5q0-.824-.588-1.412A1.93 1.93 0 0 0 6 3q-.824 0-1.412.587A1.93 1.93 0 0 0 4 5z"})}))},G=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M5.996 11q-.516 0-.881-.368a1.21 1.21 0 0 1-.365-.886q0-.516.368-.881t.886-.365q.516 0 .881.368t.365.886q0 .516-.368.881-.368.366-.886.365m0-3.75q-.516 0-.881-.368a1.21 1.21 0 0 1-.365-.886q0-.516.368-.881t.886-.365q.516 0 .881.368t.365.886q0 .516-.368.881t-.886.365m0-3.75q-.516 0-.881-.368a1.21 1.21 0 0 1-.365-.886q0-.516.368-.881T6.004 1q.516 0 .881.368t.365.886q0 .516-.368.881t-.886.365"})}))},J=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M10.212 10.996a9.7 9.7 0 0 1-3.414-.886 10.1 10.1 0 0 1-2.894-2.034 9.9 9.9 0 0 1-2.015-2.89 10.1 10.1 0 0 1-.885-3.411.68.68 0 0 1 .182-.544A.7.7 0 0 1 1.718 1H3.74a.66.66 0 0 1 .439.156.74.74 0 0 1 .245.395l.357 1.58q.03.193-.022.372a.7.7 0 0 1-.171.298L3.146 5.26q.297.566.684 1.087.387.522.862.983.447.447.953.827.506.381 1.07.678l1.474-1.43a.7.7 0 0 1 .297-.171.85.85 0 0 1 .372-.023l1.592.343a.8.8 0 0 1 .401.26q.15.187.149.44v2.026q0 .32-.238.532a.7.7 0 0 1-.55.183M2.655 4.218l1.041-1.043-.255-1.102H2.104q.075.565.209 1.095.134.528.342 1.05m5.117 5.125a7 7 0 0 0 1.064.337q.543.125 1.093.199v-1.34l-1.116-.24z"})}))},K=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M7.75 11a5.3 5.3 0 0 1-2.544-1.975A5.26 5.26 0 0 1 4.25 5.95q0-1.137.45-2.156T5.975 2H4.25V1h3.5v3.5h-1V2.65a4.5 4.5 0 0 0-1.106 1.494A4.3 4.3 0 0 0 5.25 5.95q0 1.275.675 2.344A4.3 4.3 0 0 0 7.75 9.912z"})}))},W=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M1.924 11 1 10.076l7.772-7.772H4.478V1H11v6.522H9.696V3.228z"})}))},X=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"m10.222 11-3.5-3.5a3.386 3.386 0 0 1-2.111.722q-1.514 0-2.562-1.048Q.999 6.124 1 4.61 1 3.097 2.049 2.05 3.097.999 4.61 1q1.515 0 2.563 1.049T8.222 4.61A3.4 3.4 0 0 1 7.5 6.722l3.5 3.5zm-5.61-3.889a2.4 2.4 0 0 0 1.77-.73 2.4 2.4 0 0 0 .73-1.77 2.4 2.4 0 0 0-.73-1.77 2.4 2.4 0 0 0-1.77-.73 2.4 2.4 0 0 0-1.772.73 2.4 2.4 0 0 0-.729 1.77q0 1.043.73 1.77a2.4 2.4 0 0 0 1.77.73"})}))},Y=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"m4.632 11-.2-1.6a2 2 0 0 1-.304-.15 4 4 0 0 1-.28-.187l-1.48.624L1 7.313l1.281-.975a1 1 0 0 1-.012-.17v-.337q0-.08.012-.169L1 4.688l1.368-2.375 1.48.624q.137-.1.286-.187a3 3 0 0 1 .299-.15L4.632 1h2.736l.2 1.6q.161.063.304.15.143.086.28.188l1.48-.626L11 4.688l-1.281.974a1 1 0 0 1 .012.17v.337q0 .08-.025.169l1.282.974-1.369 2.375-1.467-.624q-.137.1-.286.187a3 3 0 0 1-.299.15L7.368 11zm.87-1h.983l.174-1.325q.386-.1.715-.294.33-.193.604-.469l1.231.513.485-.85-1.07-.812q.062-.175.087-.37a3 3 0 0 0 0-.787 1.8 1.8 0 0 0-.087-.369l1.07-.812-.485-.85-1.231.525a2.8 2.8 0 0 0-.604-.481 2.8 2.8 0 0 0-.715-.294L6.498 2h-.983L5.34 3.325a2.8 2.8 0 0 0-.715.294q-.33.193-.604.469l-1.231-.513-.485.85 1.07.8q-.062.187-.087.375a3 3 0 0 0 0 .788q.024.188.087.375l-1.07.812.485.85L4.022 7.9q.274.288.604.481.33.194.715.294zm.523-2.25q.72 0 1.231-.513.51-.512.51-1.237t-.51-1.237a1.67 1.67 0 0 0-1.231-.513q-.735 0-1.238.513A1.7 1.7 0 0 0 4.284 6q0 .725.503 1.237.504.513 1.238.513"})}))},$=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M1 9.214V8.143h3.571v1.071zm0-2.678V5.464h6.429v1.072zm0-2.679V2.786h10v1.071z"})}))},_=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"m5.336 7.875 3.099-3.086-.664-.664-2.435 2.422-1.107-1.094-.664.664zM6 11q-1.028 0-1.94-.39a5 5 0 0 1-1.595-1.075A5 5 0 0 1 1.39 7.94 4.9 4.9 0 0 1 1 6q0-1.041.39-1.947A5.04 5.04 0 0 1 4.06 1.39 4.9 4.9 0 0 1 6 1q1.041 0 1.947.39a5.06 5.06 0 0 1 2.662 2.663Q11 4.96 11 6q0 1.028-.39 1.94a5.04 5.04 0 0 1-2.663 2.67Q7.04 11 6 11m0-.937q1.693 0 2.878-1.185T10.063 6 8.878 3.122 6 1.938 3.122 3.122Q1.938 4.308 1.938 6t1.184 2.878T6 10.063"})}))},tt=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M2.25 11q-.516 0-.883-.367A1.2 1.2 0 0 1 1 9.75q0-.516.367-.883.368-.367.883-.367.516 0 .883.367.367.368.367.883 0 .516-.367.883Q2.765 11 2.25 11M6 11q-.516 0-.883-.367a1.2 1.2 0 0 1-.367-.883q0-.516.367-.883Q5.485 8.5 6 8.5q.516 0 .883.367.367.368.367.883 0 .516-.367.883Q6.515 11 6 11m3.75 0q-.516 0-.883-.367A1.2 1.2 0 0 1 8.5 9.75q0-.516.367-.883.368-.367.883-.367.516 0 .883.367.367.368.367.883 0 .516-.367.883A1.2 1.2 0 0 1 9.75 11m-7.5-3.75q-.516 0-.883-.367A1.2 1.2 0 0 1 1 6q0-.516.367-.883.368-.367.883-.367.516 0 .883.367.367.368.367.883 0 .516-.367.883-.368.367-.883.367m3.75 0q-.516 0-.883-.367A1.2 1.2 0 0 1 4.75 6q0-.516.367-.883.368-.367.883-.367.516 0 .883.367.367.368.367.883 0 .516-.367.883-.368.367-.883.367m3.75 0q-.516 0-.883-.367A1.2 1.2 0 0 1 8.5 6q0-.516.367-.883.368-.367.883-.367.516 0 .883.367Q11 5.485 11 6q0 .516-.367.883a1.2 1.2 0 0 1-.883.367M2.25 3.5q-.516 0-.883-.367A1.2 1.2 0 0 1 1 2.25q0-.516.367-.883Q1.735 1 2.25 1q.516 0 .883.367.367.368.367.883 0 .516-.367.883-.368.367-.883.367M6 3.5q-.516 0-.883-.367a1.2 1.2 0 0 1-.367-.883q0-.516.367-.883Q5.485 1 6 1q.516 0 .883.367.367.368.367.883 0 .516-.367.883Q6.515 3.5 6 3.5m3.75 0q-.516 0-.883-.367A1.2 1.2 0 0 1 8.5 2.25q0-.516.367-.883Q9.235 1 9.75 1q.516 0 .883.367.367.368.367.883 0 .516-.367.883a1.2 1.2 0 0 1-.883.367"})}))},et=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M2.071 11q-.49 0-.78-.29T1 9.929V2.07q0-.49.29-.78T2.071 1H9.93q.49 0 .78.29t.291.781V9.93q0 .49-.29.78T9.929 11zm3.393-3.393H2.071V9.93h3.393zm1.072 0V9.93h3.393V7.607zM5.464 6.536V4.214H2.071v2.322zm1.072 0h3.393V4.214H6.536zM2.07 3.143H9.93V2.07H2.07z"})}))},nt=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M4.404 9.737 1 6.35l.895-.912 2.509 2.508 5.701-5.684.895.895z"})}))},lt=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M6 8.042q.81 0 1.377-.596A2.02 2.02 0 0 0 7.944 6a2.02 2.02 0 0 0-.567-1.446A1.83 1.83 0 0 0 6 3.958q-.81 0-1.377.596A2.02 2.02 0 0 0 4.056 6q0 .851.567 1.446.567.596 1.377.596m0-.875q-.463 0-.787-.34A1.15 1.15 0 0 1 4.889 6q0-.486.324-.826T6 4.834t.787.34.324.826-.324.826-.787.34M6 9.5a5.1 5.1 0 0 1-3.007-.954Q1.637 7.592 1 6q.636-1.592 1.993-2.546A5.1 5.1 0 0 1 6 2.5q1.65 0 3.007.954T11 6q-.636 1.592-1.993 2.546A5.1 5.1 0 0 1 6 9.5m0-.875q1.296 0 2.396-.705A4.64 4.64 0 0 0 10.086 6a4.64 4.64 0 0 0-1.69-1.92A4.35 4.35 0 0 0 6 3.375q-1.296 0-2.396.705A4.64 4.64 0 0 0 1.914 6q.59 1.215 1.69 1.92T6 8.625"})}))},rt=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M5.423 8.692v-5.48L3.741 4.894l-.818-.817L6 1l3.077 3.077-.817.817-1.683-1.682v5.48zM2.534 11q-.475 0-.813-.339a1.12 1.12 0 0 1-.336-.815V8.692h1.154v1.154h6.923V8.692h1.154v1.154q0 .477-.34.815a1.11 1.11 0 0 1-.815.339z"})}))},ht=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"10",height:"14",viewBox:"0 0 10 14",fill:"none"},e),{},{children:t("path",{d:"M1.33333 14C0.966667 14 0.652778 13.8754 0.391667 13.6261C0.130556 13.3769 0 13.0773 0 12.7273V1.27273C0 0.922727 0.130556 0.623106 0.391667 0.373864C0.652778 0.124621 0.966667 0 1.33333 0H8C8.36667 0 8.68056 0.124621 8.94167 0.373864C9.20278 0.623106 9.33333 0.922727 9.33333 1.27273V3.24545C9.53333 3.3197 9.69444 3.43636 9.81667 3.59545C9.93889 3.75455 10 3.93485 10 4.13636V5.40909C10 5.61061 9.93889 5.79091 9.81667 5.95C9.69444 6.10909 9.53333 6.22576 9.33333 6.3V12.7273C9.33333 13.0773 9.20278 13.3769 8.94167 13.6261C8.68056 13.8754 8.36667 14 8 14H1.33333ZM1.33333 12.7273H8V1.27273H1.33333V12.7273ZM3.33333 12.0909H6C6.18889 12.0909 6.34722 12.0299 6.475 11.908C6.60278 11.786 6.66667 11.6348 6.66667 11.4545C6.66667 11.2742 6.60278 11.1231 6.475 11.0011C6.34722 10.8792 6.18889 10.8182 6 10.8182H3.33333C3.14444 10.8182 2.98611 10.8792 2.85833 11.0011C2.73056 11.1231 2.66667 11.2742 2.66667 11.4545C2.66667 11.6348 2.73056 11.786 2.85833 11.908C2.98611 12.0299 3.14444 12.0909 3.33333 12.0909Z",fill:"currentColor"})}))},it=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"14",height:"12",viewBox:"0 0 14 12",fill:"none"},e),{},{children:t("path",{d:"M0 11.5V10.2778H14V11.5H0ZM1.90909 9.66667C1.55909 9.66667 1.25947 9.54699 1.01023 9.30764C0.760985 9.06829 0.636364 8.78056 0.636364 8.44444V1.72222C0.636364 1.38611 0.760985 1.09838 1.01023 0.859028C1.25947 0.619676 1.55909 0.5 1.90909 0.5H12.0909C12.4409 0.5 12.7405 0.619676 12.9898 0.859028C13.239 1.09838 13.3636 1.38611 13.3636 1.72222V8.44444C13.3636 8.78056 13.239 9.06829 12.9898 9.30764C12.7405 9.54699 12.4409 9.66667 12.0909 9.66667H1.90909ZM1.90909 8.44444H12.0909V1.72222H1.90909V8.44444Z",fill:"currentColor"})}))};export{h as Add,i as Adduser,o as Analytics,w as Back,a as Bulkadd,v as Chevrondown,m as Chevronright,s as Close,g as Commoditygroup,q as Copy,c as Country,u as Cut,f as Delete,d as Doc,p as Download,z as Edit,x as Error,V as Expand,M as Facility,C as Fail,A as Filter,H as Finance,B as Findandreplace,r as HSCode,L as Handshake,Q as Help,T as Hide,b as Home,y as Info,O as Integration,j as Language,it as Laptop,P as Leftpanelclose,S as Leftpanelopen,k as Link,D as Linkoff,E as List,Z as Location,F as Map,N as Menu,ht as Mobile,I as Nav,U as Navclose,R as Notifications,G as Overflow,J as Phone,K as Quickaccess,W as Redirect,X as Search,Y as Settings,$ as Sort,_ as Success,tt as Switcher,et as Table,nt as Tick,lt as Unhide,rt as Upload};
|
|
1
|
+
import"react";import{jsx as t}from"react/jsx-runtime";function e(t,e,n){return(e=function(t){var e=function(t,e){if("object"!=typeof t||!t)return t;var n=t[Symbol.toPrimitive];if(void 0!==n){var l=n.call(t,e||"default");if("object"!=typeof l)return l;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===e?String:Number)(t)}(t,"string");return"symbol"==typeof e?e:e+""}(e))in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function n(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var l=Object.getOwnPropertySymbols(t);e&&(l=l.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,l)}return n}function l(t){for(var l=1;l<arguments.length;l++){var r=null!=arguments[l]?arguments[l]:{};l%2?n(Object(r),!0).forEach((function(n){e(t,n,r[n])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(r)):n(Object(r)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(r,e))}))}return t}var r=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M5.5 9.713V6.288l-3-1.738v3.425zm1 0 3-1.738V4.55l-3 1.737zm-1 1.15L2 8.85a.974.974 0 0 1-.5-.862V4.012A.97.97 0 0 1 2 3.15l3.5-2.013a.98.98 0 0 1 1 0L10 3.15a.974.974 0 0 1 .5.862v3.976a.97.97 0 0 1-.5.862l-3.5 2.013a.98.98 0 0 1-1 0m2.5-6.6.963-.55L6 2l-.975.563zM6 5.425l.975-.562L4.013 3.15l-.975.563z"})}))},i=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M5.25 6.75H1v-1.5h4.25V1h1.5v4.25H11v1.5H6.75V11h-1.5z"})}))},h=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M8.727 6.91V5.544H7.364v-.909h1.363V3.273h.91v1.363H11v.91H9.636v1.363zM4.637 6q-.75 0-1.285-.534a1.75 1.75 0 0 1-.534-1.284q0-.75.534-1.284a1.75 1.75 0 0 1 1.284-.534q.75 0 1.284.534.535.534.535 1.284T5.92 5.466A1.75 1.75 0 0 1 4.636 6M1 9.636V8.364q0-.387.199-.71.199-.324.528-.495.705-.352 1.432-.528a6.25 6.25 0 0 1 2.955 0q.727.176 1.431.528.33.171.529.494.198.324.199.71v1.273zm.91-.909h5.454v-.363q0-.126-.063-.228a.44.44 0 0 0-.165-.159 6 6 0 0 0-1.238-.46 5.3 5.3 0 0 0-2.523 0q-.625.154-1.239.46a.44.44 0 0 0-.227.387zm2.726-3.636q.375 0 .642-.267a.88.88 0 0 0 .267-.642.88.88 0 0 0-.267-.642.88.88 0 0 0-.642-.267.88.88 0 0 0-.642.267.88.88 0 0 0-.267.642q0 .375.267.642a.88.88 0 0 0 .642.267"})}))},o=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"currentColor",viewBox:"0 0 24 24"},e),{},{children:t("path",{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.95-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2v1.93zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39z"})}))},w=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"m3.39 6.625 3.5 3.5L6 11 1 6l5-5 .89.875-3.5 3.5H11v1.25z"})}))},a=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M5.531 9.125h.938V7.719h1.406V6.78H6.469V5.375H5.53v1.406H4.125v.938h1.406zM3.184 11a.9.9 0 0 1-.66-.275.9.9 0 0 1-.274-.662V1.937q0-.386.275-.662A.9.9 0 0 1 3.188 1H7.25l2.5 2.5v6.563a.9.9 0 0 1-.276.662.9.9 0 0 1-.662.275zm3.441-6.875V1.938H3.188v8.124h5.624V4.126z"})}))},C=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"m6 9.031-5-5L2.063 2.97 6 6.906 9.938 2.97 11 4.03z"})}))},v=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"m9.031 6-5 5L2.97 9.938 6.906 6 2.97 2.063 4.03 1z"})}))},s=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M2.063 11 1 9.938 4.938 6 1 2.063 2.063 1 6 4.938 9.938 1 11 2.063 7.063 6 11 9.938 9.938 11 6 7.063z"})}))},m=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M3 5.5 5.75 1 8.5 5.5zM8.5 11a2.17 2.17 0 0 1-1.594-.656A2.17 2.17 0 0 1 6.25 8.75q0-.937.656-1.594A2.17 2.17 0 0 1 8.5 6.5a2.17 2.17 0 0 1 1.594.656q.656.657.656 1.594a2.17 2.17 0 0 1-.656 1.594A2.17 2.17 0 0 1 8.5 11m-7.25-.25v-4h4v4zM8.5 10q.525 0 .887-.363.363-.362.363-.887t-.363-.888A1.2 1.2 0 0 0 8.5 7.5q-.525 0-.888.362a1.2 1.2 0 0 0-.362.888q0 .525.362.887.363.363.888.363m-6.25-.25h2v-2h-2zM4.775 4.5h1.95L5.75 2.925z"})}))},g=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M9.334 9.333h-5a.8.8 0 0 1-.585-.249A.8.8 0 0 1 3.5 8.5V1.833a.8.8 0 0 1 .249-.584A.8.8 0 0 1 4.333 1h3.612l2.222 2.222V8.5a.8.8 0 0 1-.249.584.8.8 0 0 1-.584.25M7.389 3.778V1.833H4.333V8.5h5V3.778zM2.667 11a.8.8 0 0 1-.585-.249.8.8 0 0 1-.248-.584v-6.39h.833v6.39h5.278V11z"})}))},c=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M6 11a4.9 4.9 0 0 1-1.95-.394 5 5 0 0 1-1.587-1.069 5 5 0 0 1-1.07-1.587A4.9 4.9 0 0 1 1 6q0-1.038.394-1.95a5 5 0 0 1 1.069-1.587q.675-.675 1.587-1.07A4.9 4.9 0 0 1 6 1q1.038 0 1.95.394a5 5 0 0 1 1.587 1.069q.675.675 1.07 1.587Q11 4.962 11 6t-.394 1.95a5 5 0 0 1-1.069 1.587q-.675.675-1.587 1.07A4.9 4.9 0 0 1 6 11m0-1-.35-.35a.47.47 0 0 1-.15-.35V6.5a.96.96 0 0 1-.706-.294A.96.96 0 0 1 4.5 5.5V5L2.938 3.438q-.438.525-.688 1.174Q2 5.263 2 6q0 1.675 1.163 2.838Q4.325 10 6 10m.5-.025a3.9 3.9 0 0 0 2.494-1.312Q10 7.538 10 6q0-1.662-1.169-2.831T6 2q-.55 0-1.056.144A4.2 4.2 0 0 0 4 2.537V3.5h1.775q.225 0 .431.1a1 1 0 0 1 .344.275l.7.875H8q.212 0 .356.144a.48.48 0 0 1 .144.356v.525q0 .113-.031.212a1 1 0 0 1-.094.2L6.5 9z"})}))},q=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M9.438 10.375 6 6.951 4.867 8.096q.105.21.15.428.045.22.045.439 0 .852-.585 1.445Q3.89 11 3.03 11a1.96 1.96 0 0 1-1.434-.592A1.95 1.95 0 0 1 1 8.968q0-.845.592-1.438a1.97 1.97 0 0 1 1.445-.593 1.9 1.9 0 0 1 .867.209l1.145-1.133-1.145-1.146q-.21.105-.428.15-.22.045-.439.045-.852 0-1.445-.592A1.96 1.96 0 0 1 1 3.031q0-.846.592-1.439A1.96 1.96 0 0 1 3.032 1q.845 0 1.438.592.593.593.593 1.445 0 .22-.046.439-.045.22-.15.428L11 10.01v.365zm-1.94-4.896-.964-.963 2.904-2.891H11v.365zM3.034 4.125q.452 0 .771-.322.32-.322.319-.775 0-.453-.322-.771a1.06 1.06 0 0 0-.775-.32q-.453 0-.771.323a1.06 1.06 0 0 0-.32.775q0 .452.323.771.322.32.775.319M6 6.313a.3.3 0 0 0 .219-.094.3.3 0 0 0 0-.438.3.3 0 0 0-.438 0 .3.3 0 0 0 0 .438.3.3 0 0 0 .219.093m-2.965 3.75q.452 0 .771-.323.32-.322.319-.775 0-.452-.322-.771a1.06 1.06 0 0 0-.775-.319q-.453 0-.771.322a1.06 1.06 0 0 0-.32.775q0 .453.323.771.322.32.775.32"})}))},u=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M3.5 11q-.442 0-.757-.315a1.03 1.03 0 0 1-.314-.756V2.786h-.715V1.714h2.858V1h2.857v.714h2.857v1.072h-.714v7.136q0 .453-.315.765Q8.942 11 8.5 11zm5-8.214h-5v7.143h5zM4.572 8.857h1.07v-5h-1.07zm1.785 0H7.43v-5H6.357z"})}))},f=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M4.125 9.125h3.75v-.937h-3.75zm0-1.875h3.75v-.937h-3.75zM3.184 11a.9.9 0 0 1-.66-.275.9.9 0 0 1-.274-.662V1.937q0-.386.275-.662A.9.9 0 0 1 3.188 1H7.25l2.5 2.5v6.563a.9.9 0 0 1-.276.662.9.9 0 0 1-.662.275zm3.441-6.875V1.938H3.188v8.124h5.624V4.126z"})}))},d=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M6 8.692 2.923 5.615l.818-.817 1.682 1.683V1h1.154v5.48L8.26 4.799l.817.817zM2.534 11q-.475 0-.813-.339a1.12 1.12 0 0 1-.336-.815V8.692h1.154v1.154h6.923V8.692h1.154v1.154q0 .477-.34.815a1.11 1.11 0 0 1-.815.339z"})}))},p=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M2.111 9.889h.792l5.43-5.43-.791-.792-5.43 5.43zM1 11V8.639l7.333-7.32q.167-.152.368-.236Q8.903 1 9.125 1q.223 0 .43.083.21.084.362.25l.764.778a.9.9 0 0 1 .243.361 1.2 1.2 0 0 1 0 .84 1 1 0 0 1-.243.369L3.36 11zm6.93-6.93-.388-.403.791.791z"})}))},V=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M5.997 8.5a.46.46 0 0 0 .472-.466.46.46 0 0 0-.466-.472.46.46 0 0 0-.472.467.46.46 0 0 0 .466.471m-.466-1.875h.938V3.5H5.53zM6.004 11q-1.033 0-1.944-.39a5 5 0 0 1-1.595-1.075A5 5 0 0 1 1.39 7.941 4.9 4.9 0 0 1 1 5.994q0-1.035.39-1.94A5.041 5.041 0 0 1 4.06 1.39 4.9 4.9 0 0 1 6.006 1q1.035 0 1.94.39a5.06 5.06 0 0 1 2.663 2.666q.39.909.391 1.94 0 1.033-.39 1.944a5.04 5.04 0 0 1-2.666 2.67q-.909.39-1.94.39M6 10.063q1.693 0 2.878-1.185T10.063 6 8.878 3.122 6 1.938 3.122 3.122Q1.938 4.308 1.938 6t1.184 2.878T6 10.063"})}))},M=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M1 11V6h1.5v3.5H6V11zm8.5-5V2.5H6V1h5v5z"})}))},x=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M1 10.5v-9h5v2h5v7zm1-1h3v-1H2zm0-2h3v-1H2zm0-2h3v-1H2zm0-2h3v-1H2zm4 6h4v-5H6zm1-3v-1h2v1zm0 2v-1h2v1z"})}))},H=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M4.164 8.5 6 6.664 7.836 8.5l.664-.664L6.664 6 8.5 4.164 7.836 3.5 6 5.336 4.164 3.5l-.664.664L5.336 6 3.5 7.836zM6 11q-1.028 0-1.94-.39a5 5 0 0 1-1.595-1.075A5 5 0 0 1 1.39 7.94 4.9 4.9 0 0 1 1 6q0-1.041.39-1.947A5.04 5.04 0 0 1 4.06 1.39 4.9 4.9 0 0 1 6 1q1.041 0 1.947.39a5.06 5.06 0 0 1 2.662 2.663Q11 4.96 11 6q0 1.028-.39 1.94a5.04 5.04 0 0 1-2.663 2.67A4.9 4.9 0 0 1 6 11m0-.937q1.693 0 2.878-1.185T10.063 6 8.878 3.122 6 1.938 3.122 3.122Q1.938 4.308 1.938 6t1.184 2.878T6 10.063"})}))},z=function(e){return t("svg",l(l({width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),{},{children:t("path",{d:"M7.12725 15C6.87997 15 6.67269 14.9161 6.50541 14.7484C6.33813 14.5807 6.25449 14.3729 6.25449 14.125V8.875L1.19252 2.4C0.974331 2.10833 0.941602 1.80208 1.09433 1.48125C1.24707 1.16042 1.51253 1 1.89072 1H14.1093C14.4875 1 14.7529 1.16042 14.9057 1.48125C15.0584 1.80208 15.0257 2.10833 14.8075 2.4L9.74551 8.875V14.125C9.74551 14.3729 9.66187 14.5807 9.49459 14.7484C9.32731 14.9161 9.12003 15 8.87275 15H7.12725ZM8 8.2625L12.3201 2.75H3.67987L8 8.2625Z",fill:"currentColor"})}))},A=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M5.479 11V9.806a2.7 2.7 0 0 1-1.224-.64Q3.74 8.695 3.5 7.834l.99-.416q.2.666.594 1.014.395.347 1.036.347.548 0 .93-.257.38-.257.38-.799 0-.486-.294-.77t-1.363-.646q-1.15-.376-1.578-.896-.428-.521-.428-1.271 0-.903.562-1.403.56-.5 1.15-.57V1h1.07v1.167q.667.111 1.102.507.434.396.635.965l-.99.444q-.16-.444-.454-.666t-.802-.223q-.588 0-.896.271a.86.86 0 0 0-.307.674q0 .458.401.722.4.264 1.39.556.923.277 1.397.882.475.604.475 1.395 0 .987-.561 1.5-.562.514-1.39.64V11z"})}))},L=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M1.08 4.208q.273-1.29 1.314-2.155 1.042-.864 2.457-.864.78 0 1.477.29.697.291 1.21.795V1h1.154v3.208H5.423V3.075h1.298a2.6 2.6 0 0 0-.841-.558 2.7 2.7 0 0 0-1.034-.196q-.913 0-1.61.534a2.68 2.68 0 0 0-.954 1.353zM10.183 11 7.122 7.981a3.725 3.725 0 0 1-2.269.755q-.796 0-1.491-.295a3.8 3.8 0 0 1-1.208-.806V8.91H1V5.717h3.253v1.132H2.955q.369.361.85.558.48.197 1.041.197.914 0 1.61-.535a2.68 2.68 0 0 0 .954-1.352h1.202a3 3 0 0 1-.264.778 4.2 4.2 0 0 1-.425.684L11 10.2z"})}))},B=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M5.945 9.6q.045 0 .091-.022a.3.3 0 0 0 .069-.045l3.725-3.69a.8.8 0 0 0 .199-.304.97.97 0 0 0 0-.68.74.74 0 0 0-.199-.288L7.9 2.66a.75.75 0 0 0-.29-.197.98.98 0 0 0-.688 0 .84.84 0 0 0-.306.197l-.125.124.84.843a1 1 0 0 1 .25.36q.08.203.08.428 0 .473-.324.793t-.8.32q-.228 0-.438-.078a1 1 0 0 1-.37-.236l-.851-.833L2.89 6.349a.21.21 0 0 0-.068.157q0 .09.068.163a.203.203 0 0 0 .25.05.3.3 0 0 0 .068-.044l1.545-1.53.636.63-1.533 1.53a.21.21 0 0 0-.068.158q0 .09.068.157a.22.22 0 0 0 .159.067q.045 0 .09-.022a.3.3 0 0 0 .069-.045l1.544-1.519.636.63-1.533 1.53a.14.14 0 0 0-.051.068.3.3 0 0 0-.017.09q0 .09.068.157a.22.22 0 0 0 .244.05.2.2 0 0 0 .074-.05l1.545-1.519.636.63-1.545 1.53a.21.21 0 0 0 .006.315q.074.069.164.068m-.01.9q-.421 0-.745-.276a1.07 1.07 0 0 1-.38-.691 1.12 1.12 0 0 1-.648-.316 1.1 1.1 0 0 1-.318-.64 1.08 1.08 0 0 1-.642-.321 1.14 1.14 0 0 1-.312-.636 1.08 1.08 0 0 1-.704-.371 1.1 1.1 0 0 1-.273-.743 1.13 1.13 0 0 1 .33-.799L4.878 3.11l1.488 1.473q.023.034.068.051a.3.3 0 0 0 .09.017q.104 0 .171-.062a.21.21 0 0 0 .068-.163q0-.045-.017-.09a.14.14 0 0 0-.05-.067L5.07 2.657a.75.75 0 0 0-.29-.196.98.98 0 0 0-.687 0 .84.84 0 0 0-.307.197L2.186 4.256a.947.947 0 0 0-.261.506.84.84 0 0 0 .09.54l-.658.653a1.78 1.78 0 0 1-.352-1.192q.022-.315.159-.614.135-.298.374-.534L3.14 2.029a1.9 1.9 0 0 1 .608-.394 1.82 1.82 0 0 1 1.97.394l.125.123.125-.123a1.9 1.9 0 0 1 .608-.394 1.82 1.82 0 0 1 1.97.394l1.92 1.901q.261.258.398.596.136.337.136.687 0 .348-.136.68-.137.332-.398.59l-3.725 3.68q-.16.156-.37.247a1.1 1.1 0 0 1-.437.09"})}))},Z=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M5.263 7.842q0-1.065.19-1.533.192-.466.81-1.02.54-.473.822-.822.283-.348.283-.796 0-.54-.362-.895-.36-.355-1.006-.355-.672 0-1.02.408a2.6 2.6 0 0 0-.493.829l-1.356-.58q.277-.84 1.014-1.46Q4.88 1 6 1q1.381 0 2.125.77.743.77.743 1.848 0 .658-.283 1.125-.282.468-.888 1.06-.644.619-.783.94-.138.323-.138 1.1zM6 11q-.435 0-.744-.31a1.01 1.01 0 0 1-.309-.743q0-.434.31-.743.308-.31.743-.31.434 0 .743.31.31.31.31.743 0 .435-.31.744T6 11"})}))},Q=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"m7.864 6.273-.66-.66q.103-.533-.306-1-.41-.465-1.057-.363l-.66-.66q.194-.09.393-.135.198-.045.426-.046.852 0 1.449.597.596.595.596 1.449 0 .226-.045.426-.045.198-.136.392m1.454 1.432-.659-.637q.432-.33.767-.721.336-.393.574-.892A4.47 4.47 0 0 0 8.37 3.63 4.3 4.3 0 0 0 6 2.955a4.6 4.6 0 0 0-1.273.181l-.704-.704A5 5 0 0 1 6 2.045q1.716 0 3.057.95A5.4 5.4 0 0 1 11 5.454a5.3 5.3 0 0 1-.687 1.244 5 5 0 0 1-.995 1.006m.227 2.795L7.636 8.614A5.5 5.5 0 0 1 6 8.864q-1.716 0-3.057-.95A5.4 5.4 0 0 1 1 5.455q.24-.602.602-1.119.365-.516.83-.926l-1.25-1.273.636-.636 8.364 8.364zM3.068 4.045a5 5 0 0 0-.602.648A4 4 0 0 0 2 5.455a4.47 4.47 0 0 0 1.63 1.823 4.32 4.32 0 0 0 2.813.648q.216-.029.443-.062l-.409-.432q-.125.035-.238.05a1.973 1.973 0 0 1-1.687-.58 1.97 1.97 0 0 1-.53-1.925z"})}))},T=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M2.786 9.929h1.428V6.357h3.572V9.93h1.428V4.75L6 2.34 2.786 4.75zM1.714 11V4.214L6 1l4.286 3.214V11H6.714V7.429H5.286V11z"})}))},y=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M5.5 8.5h1v-3h-1zm.5-4q.213 0 .356-.144A.48.48 0 0 0 6.5 4a.48.48 0 0 0-.144-.356A.48.48 0 0 0 6 3.5a.48.48 0 0 0-.356.144A.48.48 0 0 0 5.5 4q0 .213.144.356A.48.48 0 0 0 6 4.5M6 11a4.9 4.9 0 0 1-1.95-.394 5 5 0 0 1-1.587-1.069 5 5 0 0 1-1.07-1.587A4.9 4.9 0 0 1 1 6q0-1.038.394-1.95a5 5 0 0 1 1.069-1.587q.675-.675 1.587-1.07A4.9 4.9 0 0 1 6 1q1.038 0 1.95.394a5 5 0 0 1 1.587 1.069q.675.675 1.07 1.587Q11 4.962 11 6t-.394 1.95a5 5 0 0 1-1.069 1.587q-.675.675-1.587 1.07A4.9 4.9 0 0 1 6 11m0-1q1.675 0 2.838-1.162Q10 7.675 10 6T8.838 3.163 6 2 3.163 3.163 2 6t1.163 2.838T6 10"})}))},b=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"m4.71 8.097.685-.686-.927-.927.927-.928-.685-.685-1.613 1.613zm2.58 0 1.613-1.613L7.29 4.87l-.685.685.927.928-.927.927zM2.452 11a.93.93 0 0 1-.684-.284.93.93 0 0 1-.284-.684V2.935q0-.398.284-.683a.93.93 0 0 1 .684-.284H4.75q.108-.417.45-.692Q5.543 1 6 1t.8.276.45.692h2.298q.4 0 .684.284.284.285.284.683v7.097a.93.93 0 0 1-.284.684.93.93 0 0 1-.684.284zm0-.968h7.096V2.935H2.452zM6 2.612a.313.313 0 0 0 .323-.322A.313.313 0 0 0 6 1.968a.313.313 0 0 0-.323.322.313.313 0 0 0 .323.323"})}))},O=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M6 11q-1.025 0-1.937-.394a5.1 5.1 0 0 1-1.594-1.075 5.1 5.1 0 0 1-1.075-1.594A4.8 4.8 0 0 1 1 6q0-1.038.394-1.944A5.1 5.1 0 0 1 2.469 2.47a5.1 5.1 0 0 1 1.594-1.075A4.8 4.8 0 0 1 6 1q1.038 0 1.944.394.906.393 1.587 1.075a5.1 5.1 0 0 1 1.075 1.587Q11 4.962 11 6q0 1.025-.394 1.938A5.1 5.1 0 0 1 9.531 9.53a5.1 5.1 0 0 1-1.587 1.075A4.8 4.8 0 0 1 6 11m0-1.025q.325-.45.563-.937T6.95 8h-1.9q.15.55.388 1.037.237.488.562.938m-1.3-.2a7 7 0 0 1-.394-.856A7 7 0 0 1 4.025 8H2.55q.363.626.906 1.088Q4 9.55 4.7 9.775m2.6 0q.7-.226 1.244-.687A4.2 4.2 0 0 0 9.45 8H7.975a7 7 0 0 1-.281.919 7 7 0 0 1-.394.856M2.125 7h1.7a7 7 0 0 1-.075-1 6.6 6.6 0 0 1 .075-1h-1.7a3.98 3.98 0 0 0-.094 1.506q.031.244.094.494m2.7 0h2.35a7 7 0 0 0 .075-1 6.6 6.6 0 0 0-.075-1h-2.35a7 7 0 0 0-.075 1 6.6 6.6 0 0 0 .075 1m3.35 0h1.7q.063-.25.094-.494a4 4 0 0 0 0-1.012A4 4 0 0 0 9.875 5h-1.7a7 7 0 0 1 .075 1 6.6 6.6 0 0 1-.075 1m-.2-3H9.45a4.2 4.2 0 0 0-.906-1.087A3.6 3.6 0 0 0 7.3 2.225q.225.412.394.856.168.444.281.919M5.05 4h1.9q-.15-.55-.388-1.037A6.4 6.4 0 0 0 6 2.024q-.325.45-.562.938T5.05 4m-2.5 0h1.475q.113-.475.281-.919a7 7 0 0 1 .394-.856q-.7.225-1.244.688A4.2 4.2 0 0 0 2.55 4"})}))},j=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M8.5 8.321V3.68L6 6zM1.997 11a.96.96 0 0 1-.704-.293.96.96 0 0 1-.293-.704V1.997a.96.96 0 0 1 .293-.704A.96.96 0 0 1 1.997 1h8.006a.96.96 0 0 1 .704.293.96.96 0 0 1 .293.704v8.006a.96.96 0 0 1-.293.704.96.96 0 0 1-.704.293zm1.86-1.071V2.07H2.071V9.93zm1.072 0h5V2.07h-5z"})}))},P=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M6.357 3.679V8.32L8.857 6zM1.997 11a.96.96 0 0 1-.704-.293.96.96 0 0 1-.293-.704V1.997a.96.96 0 0 1 .293-.704A.96.96 0 0 1 1.997 1h8.006a.96.96 0 0 1 .704.293.96.96 0 0 1 .293.704v8.006a.96.96 0 0 1-.293.704.96.96 0 0 1-.704.293zm1.86-1.071V2.07H2.071V9.93zm1.072 0h5V2.07h-5z"})}))},S=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M5.375 8.5H3.5a2.4 2.4 0 0 1-1.769-.732A2.41 2.41 0 0 1 1 5.997q0-1.038.731-1.768A2.41 2.41 0 0 1 3.5 3.5h1.875v.938H3.5q-.651 0-1.107.455A1.5 1.5 0 0 0 1.938 6q0 .651.455 1.107.456.456 1.107.455h1.875zm-1.25-2.031V5.53h3.75v.938zm2.5 2.031v-.937H8.5q.651 0 1.107-.456T10.063 6t-.456-1.107A1.5 1.5 0 0 0 8.5 4.438H6.625V3.5H8.5q1.038 0 1.769.732T11 6.003t-.731 1.768A2.41 2.41 0 0 1 8.5 8.5z"})}))},k=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"m9.579 8.01-.724-.755q.54-.155.877-.599a1.62 1.62 0 0 0 .338-1.006q0-.686-.452-1.166a1.45 1.45 0 0 0-1.099-.48H6.66v-.988h1.86q1.03 0 1.755.772.726.771.726 1.865 0 .751-.381 1.383-.38.63-1.04.974M7.822 6.144l-.93-.988h1.007v.988zM9.76 11 1 1.7l.659-.7 8.76 9.3zM5.419 8.284h-1.86q-1.03 0-1.756-.77-.725-.77-.725-1.864 0-.877.49-1.563.492-.687 1.396-1.084l.904 1.001h-.297q-.66 0-1.111.48-.452.48-.452 1.166t.452 1.166q.451.48 1.098.48h1.86zm-1.24-2.14v-.988h.723l.917.988z"})}))},D=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M3.143 4.214V3.143H11v1.071zm0 2.322V5.464H11v1.072zm0 2.321V7.786H11v1.071zM1.536 4.214a.51.51 0 0 1-.372-.163A.52.52 0 0 1 1 3.67q0-.216.164-.372a.533.533 0 0 1 .753.752.5.5 0 0 1-.381.163m0 2.322a.51.51 0 0 1-.372-.164.52.52 0 0 1-.164-.38q0-.215.164-.371a.533.533 0 0 1 .753.751.5.5 0 0 1-.381.164m0 2.321a.51.51 0 0 1-.372-.164A.52.52 0 0 1 1 8.314q0-.216.164-.372a.533.533 0 0 1 .753.751.5.5 0 0 1-.381.164"})}))},E=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M6.003 6a.9.9 0 0 0 .661-.276.9.9 0 0 0 .274-.664.9.9 0 0 0-.277-.662.9.9 0 0 0-.664-.273.9.9 0 0 0-.661.276.9.9 0 0 0-.274.664q0 .389.277.662A.9.9 0 0 0 6.003 6M6 9.763q1.55-1.394 2.337-2.565t.788-2.096q0-1.368-.892-2.266T6 1.938q-1.34 0-2.233.898-.892.898-.892 2.266 0 .924.788 2.096Q4.45 8.369 6 9.763M6 11Q3.956 9.293 2.947 7.829q-1.01-1.464-1.01-2.727 0-1.745 1.16-2.924T5.992 1q1.74 0 2.904 1.178 1.165 1.179 1.165 2.924 0 1.263-1.002 2.72Q8.057 9.283 6 11"})}))},F=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M7.667 11 4.333 9.833l-2.583 1a.5.5 0 0 1-.514-.062.55.55 0 0 1-.236-.465V2.528q0-.18.104-.32A.63.63 0 0 1 1.39 2l2.944-1 3.334 1.167 2.583-1a.5.5 0 0 1 .514.062q.236.174.236.465v7.778q0 .18-.104.32a.63.63 0 0 1-.285.208zM7.11 9.639v-6.5L4.89 2.36v6.5zm1.111 0 1.667-.556V2.5l-1.667.639zM2.112 9.5l1.666-.639v-6.5l-1.667.556z"})}))},N=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M1 9.333v-1.11h10v1.11zm0-2.777V5.444h10v1.112zm0-2.778V2.667h10v1.11z"})}))},I=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"m1 11 3.583-5L1 1h2l3.583 5L3 11zm4.417 0L9 6 5.417 1h2.02L11 6l-3.562 5z"})}))},U=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M11 1 7.417 6 11 11H9L5.417 6 9 1zM6.583 1 3 6l3.583 5h-2.02L1 6l3.563-5z"})}))},R=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M2 9.5v-1h1V5q0-1.037.625-1.844Q4.25 2.35 5.25 2.1v-.35q0-.312.219-.531A.72.72 0 0 1 6 1q.312 0 .531.219a.72.72 0 0 1 .219.531v.35a2.9 2.9 0 0 1 1.625 1.056Q9 3.962 9 5v3.5h1v1zM6 11a.96.96 0 0 1-.706-.294A.96.96 0 0 1 5 10h2q0 .412-.294.706A.96.96 0 0 1 6 11M4 8.5h4V5q0-.824-.588-1.412A1.93 1.93 0 0 0 6 3q-.824 0-1.412.587A1.93 1.93 0 0 0 4 5z"})}))},G=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M5.996 11q-.516 0-.881-.368a1.21 1.21 0 0 1-.365-.886q0-.516.368-.881t.886-.365q.516 0 .881.368t.365.886q0 .516-.368.881-.368.366-.886.365m0-3.75q-.516 0-.881-.368a1.21 1.21 0 0 1-.365-.886q0-.516.368-.881t.886-.365q.516 0 .881.368t.365.886q0 .516-.368.881t-.886.365m0-3.75q-.516 0-.881-.368a1.21 1.21 0 0 1-.365-.886q0-.516.368-.881T6.004 1q.516 0 .881.368t.365.886q0 .516-.368.881t-.886.365"})}))},J=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M10.212 10.996a9.7 9.7 0 0 1-3.414-.886 10.1 10.1 0 0 1-2.894-2.034 9.9 9.9 0 0 1-2.015-2.89 10.1 10.1 0 0 1-.885-3.411.68.68 0 0 1 .182-.544A.7.7 0 0 1 1.718 1H3.74a.66.66 0 0 1 .439.156.74.74 0 0 1 .245.395l.357 1.58q.03.193-.022.372a.7.7 0 0 1-.171.298L3.146 5.26q.297.566.684 1.087.387.522.862.983.447.447.953.827.506.381 1.07.678l1.474-1.43a.7.7 0 0 1 .297-.171.85.85 0 0 1 .372-.023l1.592.343a.8.8 0 0 1 .401.26q.15.187.149.44v2.026q0 .32-.238.532a.7.7 0 0 1-.55.183M2.655 4.218l1.041-1.043-.255-1.102H2.104q.075.565.209 1.095.134.528.342 1.05m5.117 5.125a7 7 0 0 0 1.064.337q.543.125 1.093.199v-1.34l-1.116-.24z"})}))},K=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M7.75 11a5.3 5.3 0 0 1-2.544-1.975A5.26 5.26 0 0 1 4.25 5.95q0-1.137.45-2.156T5.975 2H4.25V1h3.5v3.5h-1V2.65a4.5 4.5 0 0 0-1.106 1.494A4.3 4.3 0 0 0 5.25 5.95q0 1.275.675 2.344A4.3 4.3 0 0 0 7.75 9.912z"})}))},W=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M1.924 11 1 10.076l7.772-7.772H4.478V1H11v6.522H9.696V3.228z"})}))},X=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"m10.222 11-3.5-3.5a3.386 3.386 0 0 1-2.111.722q-1.514 0-2.562-1.048Q.999 6.124 1 4.61 1 3.097 2.049 2.05 3.097.999 4.61 1q1.515 0 2.563 1.049T8.222 4.61A3.4 3.4 0 0 1 7.5 6.722l3.5 3.5zm-5.61-3.889a2.4 2.4 0 0 0 1.77-.73 2.4 2.4 0 0 0 .73-1.77 2.4 2.4 0 0 0-.73-1.77 2.4 2.4 0 0 0-1.77-.73 2.4 2.4 0 0 0-1.772.73 2.4 2.4 0 0 0-.729 1.77q0 1.043.73 1.77a2.4 2.4 0 0 0 1.77.73"})}))},Y=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"m4.632 11-.2-1.6a2 2 0 0 1-.304-.15 4 4 0 0 1-.28-.187l-1.48.624L1 7.313l1.281-.975a1 1 0 0 1-.012-.17v-.337q0-.08.012-.169L1 4.688l1.368-2.375 1.48.624q.137-.1.286-.187a3 3 0 0 1 .299-.15L4.632 1h2.736l.2 1.6q.161.063.304.15.143.086.28.188l1.48-.626L11 4.688l-1.281.974a1 1 0 0 1 .012.17v.337q0 .08-.025.169l1.282.974-1.369 2.375-1.467-.624q-.137.1-.286.187a3 3 0 0 1-.299.15L7.368 11zm.87-1h.983l.174-1.325q.386-.1.715-.294.33-.193.604-.469l1.231.513.485-.85-1.07-.812q.062-.175.087-.37a3 3 0 0 0 0-.787 1.8 1.8 0 0 0-.087-.369l1.07-.812-.485-.85-1.231.525a2.8 2.8 0 0 0-.604-.481 2.8 2.8 0 0 0-.715-.294L6.498 2h-.983L5.34 3.325a2.8 2.8 0 0 0-.715.294q-.33.193-.604.469l-1.231-.513-.485.85 1.07.8q-.062.187-.087.375a3 3 0 0 0 0 .788q.024.188.087.375l-1.07.812.485.85L4.022 7.9q.274.288.604.481.33.194.715.294zm.523-2.25q.72 0 1.231-.513.51-.512.51-1.237t-.51-1.237a1.67 1.67 0 0 0-1.231-.513q-.735 0-1.238.513A1.7 1.7 0 0 0 4.284 6q0 .725.503 1.237.504.513 1.238.513"})}))},$=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M1 9.214V8.143h3.571v1.071zm0-2.678V5.464h6.429v1.072zm0-2.679V2.786h10v1.071z"})}))},_=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"m5.336 7.875 3.099-3.086-.664-.664-2.435 2.422-1.107-1.094-.664.664zM6 11q-1.028 0-1.94-.39a5 5 0 0 1-1.595-1.075A5 5 0 0 1 1.39 7.94 4.9 4.9 0 0 1 1 6q0-1.041.39-1.947A5.04 5.04 0 0 1 4.06 1.39 4.9 4.9 0 0 1 6 1q1.041 0 1.947.39a5.06 5.06 0 0 1 2.662 2.663Q11 4.96 11 6q0 1.028-.39 1.94a5.04 5.04 0 0 1-2.663 2.67Q7.04 11 6 11m0-.937q1.693 0 2.878-1.185T10.063 6 8.878 3.122 6 1.938 3.122 3.122Q1.938 4.308 1.938 6t1.184 2.878T6 10.063"})}))},tt=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M2.25 11q-.516 0-.883-.367A1.2 1.2 0 0 1 1 9.75q0-.516.367-.883.368-.367.883-.367.516 0 .883.367.367.368.367.883 0 .516-.367.883Q2.765 11 2.25 11M6 11q-.516 0-.883-.367a1.2 1.2 0 0 1-.367-.883q0-.516.367-.883Q5.485 8.5 6 8.5q.516 0 .883.367.367.368.367.883 0 .516-.367.883Q6.515 11 6 11m3.75 0q-.516 0-.883-.367A1.2 1.2 0 0 1 8.5 9.75q0-.516.367-.883.368-.367.883-.367.516 0 .883.367.367.368.367.883 0 .516-.367.883A1.2 1.2 0 0 1 9.75 11m-7.5-3.75q-.516 0-.883-.367A1.2 1.2 0 0 1 1 6q0-.516.367-.883.368-.367.883-.367.516 0 .883.367.367.368.367.883 0 .516-.367.883-.368.367-.883.367m3.75 0q-.516 0-.883-.367A1.2 1.2 0 0 1 4.75 6q0-.516.367-.883.368-.367.883-.367.516 0 .883.367.367.368.367.883 0 .516-.367.883-.368.367-.883.367m3.75 0q-.516 0-.883-.367A1.2 1.2 0 0 1 8.5 6q0-.516.367-.883.368-.367.883-.367.516 0 .883.367Q11 5.485 11 6q0 .516-.367.883a1.2 1.2 0 0 1-.883.367M2.25 3.5q-.516 0-.883-.367A1.2 1.2 0 0 1 1 2.25q0-.516.367-.883Q1.735 1 2.25 1q.516 0 .883.367.367.368.367.883 0 .516-.367.883-.368.367-.883.367M6 3.5q-.516 0-.883-.367a1.2 1.2 0 0 1-.367-.883q0-.516.367-.883Q5.485 1 6 1q.516 0 .883.367.367.368.367.883 0 .516-.367.883Q6.515 3.5 6 3.5m3.75 0q-.516 0-.883-.367A1.2 1.2 0 0 1 8.5 2.25q0-.516.367-.883Q9.235 1 9.75 1q.516 0 .883.367.367.368.367.883 0 .516-.367.883a1.2 1.2 0 0 1-.883.367"})}))},et=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M2.071 11q-.49 0-.78-.29T1 9.929V2.07q0-.49.29-.78T2.071 1H9.93q.49 0 .78.29t.291.781V9.93q0 .49-.29.78T9.929 11zm3.393-3.393H2.071V9.93h3.393zm1.072 0V9.93h3.393V7.607zM5.464 6.536V4.214H2.071v2.322zm1.072 0h3.393V4.214H6.536zM2.07 3.143H9.93V2.07H2.07z"})}))},nt=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M4.404 9.737 1 6.35l.895-.912 2.509 2.508 5.701-5.684.895.895z"})}))},lt=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M6 8.042q.81 0 1.377-.596A2.02 2.02 0 0 0 7.944 6a2.02 2.02 0 0 0-.567-1.446A1.83 1.83 0 0 0 6 3.958q-.81 0-1.377.596A2.02 2.02 0 0 0 4.056 6q0 .851.567 1.446.567.596 1.377.596m0-.875q-.463 0-.787-.34A1.15 1.15 0 0 1 4.889 6q0-.486.324-.826T6 4.834t.787.34.324.826-.324.826-.787.34M6 9.5a5.1 5.1 0 0 1-3.007-.954Q1.637 7.592 1 6q.636-1.592 1.993-2.546A5.1 5.1 0 0 1 6 2.5q1.65 0 3.007.954T11 6q-.636 1.592-1.993 2.546A5.1 5.1 0 0 1 6 9.5m0-.875q1.296 0 2.396-.705A4.64 4.64 0 0 0 10.086 6a4.64 4.64 0 0 0-1.69-1.92A4.35 4.35 0 0 0 6 3.375q-1.296 0-2.396.705A4.64 4.64 0 0 0 1.914 6q.59 1.215 1.69 1.92T6 8.625"})}))},rt=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"1em",height:"1em",fill:"none",viewBox:"0 0 12 12"},e),{},{children:t("path",{fill:"currentColor",d:"M5.423 8.692v-5.48L3.741 4.894l-.818-.817L6 1l3.077 3.077-.817.817-1.683-1.682v5.48zM2.534 11q-.475 0-.813-.339a1.12 1.12 0 0 1-.336-.815V8.692h1.154v1.154h6.923V8.692h1.154v1.154q0 .477-.34.815a1.11 1.11 0 0 1-.815.339z"})}))},it=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"10",height:"14",viewBox:"0 0 10 14",fill:"none"},e),{},{children:t("path",{d:"M1.33333 14C0.966667 14 0.652778 13.8754 0.391667 13.6261C0.130556 13.3769 0 13.0773 0 12.7273V1.27273C0 0.922727 0.130556 0.623106 0.391667 0.373864C0.652778 0.124621 0.966667 0 1.33333 0H8C8.36667 0 8.68056 0.124621 8.94167 0.373864C9.20278 0.623106 9.33333 0.922727 9.33333 1.27273V3.24545C9.53333 3.3197 9.69444 3.43636 9.81667 3.59545C9.93889 3.75455 10 3.93485 10 4.13636V5.40909C10 5.61061 9.93889 5.79091 9.81667 5.95C9.69444 6.10909 9.53333 6.22576 9.33333 6.3V12.7273C9.33333 13.0773 9.20278 13.3769 8.94167 13.6261C8.68056 13.8754 8.36667 14 8 14H1.33333ZM1.33333 12.7273H8V1.27273H1.33333V12.7273ZM3.33333 12.0909H6C6.18889 12.0909 6.34722 12.0299 6.475 11.908C6.60278 11.786 6.66667 11.6348 6.66667 11.4545C6.66667 11.2742 6.60278 11.1231 6.475 11.0011C6.34722 10.8792 6.18889 10.8182 6 10.8182H3.33333C3.14444 10.8182 2.98611 10.8792 2.85833 11.0011C2.73056 11.1231 2.66667 11.2742 2.66667 11.4545C2.66667 11.6348 2.73056 11.786 2.85833 11.908C2.98611 12.0299 3.14444 12.0909 3.33333 12.0909Z",fill:"currentColor"})}))},ht=function(e){return t("svg",l(l({xmlns:"http://www.w3.org/2000/svg",width:"14",height:"12",viewBox:"0 0 14 12",fill:"none"},e),{},{children:t("path",{d:"M0 11.5V10.2778H14V11.5H0ZM1.90909 9.66667C1.55909 9.66667 1.25947 9.54699 1.01023 9.30764C0.760985 9.06829 0.636364 8.78056 0.636364 8.44444V1.72222C0.636364 1.38611 0.760985 1.09838 1.01023 0.859028C1.25947 0.619676 1.55909 0.5 1.90909 0.5H12.0909C12.4409 0.5 12.7405 0.619676 12.9898 0.859028C13.239 1.09838 13.3636 1.38611 13.3636 1.72222V8.44444C13.3636 8.78056 13.239 9.06829 12.9898 9.30764C12.7405 9.54699 12.4409 9.66667 12.0909 9.66667H1.90909ZM1.90909 8.44444H12.0909V1.72222H1.90909V8.44444Z",fill:"currentColor"})}))},ot=function(e){return t("svg",l(l({width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),{},{children:t("path",{d:"M5.9175 15C5.75417 15 5.61125 14.9563 5.48875 14.8687C5.36625 14.7812 5.28167 14.6617 5.235 14.51L3.45 8.7H1V7.3H3.975C4.12667 7.3 4.26375 7.34375 4.38625 7.43125C4.50875 7.51875 4.59333 7.63833 4.64 7.79L5.795 11.5525L8.0175 1.56C8.0525 1.39667 8.13417 1.2625 8.2625 1.1575C8.39083 1.0525 8.53667 1 8.7 1C8.86333 1 9.00917 1.04958 9.1375 1.14875C9.26583 1.24792 9.3475 1.37917 9.3825 1.5425L10.905 8.1225L11.885 4.99C11.9317 4.83833 12.0162 4.71875 12.1388 4.63125C12.2613 4.54375 12.3983 4.5 12.55 4.5C12.7017 4.5 12.8358 4.54083 12.9525 4.6225C13.0692 4.70417 13.1567 4.815 13.215 4.955L14.09 7.3H15V8.7H13.6C13.4483 8.7 13.3142 8.65917 13.1975 8.5775C13.0808 8.49583 12.9933 8.385 12.935 8.245L12.6025 7.3525L11.465 11.01C11.4183 11.1617 11.3308 11.2842 11.2025 11.3775C11.0742 11.4708 10.9283 11.5117 10.765 11.5C10.6017 11.4883 10.4617 11.4329 10.345 11.3337C10.2283 11.2346 10.1525 11.1092 10.1175 10.9575L8.7 4.8675L6.5825 14.4575C6.5475 14.6208 6.46875 14.7492 6.34625 14.8425C6.22375 14.9358 6.08083 14.9883 5.9175 15Z",fill:"currentColor"})}))},wt=function(e){return t("svg",l(l({width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),{},{children:t("path",{d:"M3.695 11.57C4.29 11.115 4.955 10.7563 5.69 10.4937C6.425 10.2312 7.195 10.1 8 10.1C8.805 10.1 9.575 10.2312 10.31 10.4937C11.045 10.7563 11.71 11.115 12.305 11.57C12.7133 11.0917 13.0312 10.5492 13.2587 9.9425C13.4862 9.33583 13.6 8.68833 13.6 8C13.6 6.44833 13.0546 5.12708 11.9637 4.03625C10.8729 2.94542 9.55167 2.4 8 2.4C6.44833 2.4 5.12708 2.94542 4.03625 4.03625C2.94542 5.12708 2.4 6.44833 2.4 8C2.4 8.68833 2.51375 9.33583 2.74125 9.9425C2.96875 10.5492 3.28667 11.0917 3.695 11.57ZM8 8.7C7.31167 8.7 6.73125 8.46375 6.25875 7.99125C5.78625 7.51875 5.55 6.93833 5.55 6.25C5.55 5.56167 5.78625 4.98125 6.25875 4.50875C6.73125 4.03625 7.31167 3.8 8 3.8C8.68833 3.8 9.26875 4.03625 9.74125 4.50875C10.2137 4.98125 10.45 5.56167 10.45 6.25C10.45 6.93833 10.2137 7.51875 9.74125 7.99125C9.26875 8.46375 8.68833 8.7 8 8.7ZM8 15C7.03167 15 6.12167 14.8162 5.27 14.4488C4.41833 14.0813 3.6775 13.5825 3.0475 12.9525C2.4175 12.3225 1.91875 11.5817 1.55125 10.73C1.18375 9.87833 1 8.96833 1 8C1 7.03167 1.18375 6.12167 1.55125 5.27C1.91875 4.41833 2.4175 3.6775 3.0475 3.0475C3.6775 2.4175 4.41833 1.91875 5.27 1.55125C6.12167 1.18375 7.03167 1 8 1C8.96833 1 9.87833 1.18375 10.73 1.55125C11.5817 1.91875 12.3225 2.4175 12.9525 3.0475C13.5825 3.6775 14.0813 4.41833 14.4488 5.27C14.8162 6.12167 15 7.03167 15 8C15 8.96833 14.8162 9.87833 14.4488 10.73C14.0813 11.5817 13.5825 12.3225 12.9525 12.9525C12.3225 13.5825 11.5817 14.0813 10.73 14.4488C9.87833 14.8162 8.96833 15 8 15ZM8 13.6C8.61833 13.6 9.20167 13.5096 9.75 13.3287C10.2983 13.1479 10.8 12.8883 11.255 12.55C10.8 12.2117 10.2983 11.9521 9.75 11.7712C9.20167 11.5904 8.61833 11.5 8 11.5C7.38167 11.5 6.79833 11.5904 6.25 11.7712C5.70167 11.9521 5.2 12.2117 4.745 12.55C5.2 12.8883 5.70167 13.1479 6.25 13.3287C6.79833 13.5096 7.38167 13.6 8 13.6ZM8 7.3C8.30333 7.3 8.55417 7.20083 8.7525 7.0025C8.95083 6.80417 9.05 6.55333 9.05 6.25C9.05 5.94667 8.95083 5.69583 8.7525 5.4975C8.55417 5.29917 8.30333 5.2 8 5.2C7.69667 5.2 7.44583 5.29917 7.2475 5.4975C7.04917 5.69583 6.95 5.94667 6.95 6.25C6.95 6.55333 7.04917 6.80417 7.2475 7.0025C7.44583 7.20083 7.69667 7.3 8 7.3Z",fill:"currentColor"})}))},at=function(e){return t("svg",l(l({width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),{},{children:t("path",{d:"M2.90909 13.5C2.37879 13.5 1.92803 13.3218 1.55682 12.9653C1.18561 12.6088 1 12.1759 1 11.6667C1 11.1574 1.18561 10.7245 1.55682 10.3681C1.92803 10.0116 2.37879 9.83333 2.90909 9.83333C3.00455 9.83333 3.09735 9.84097 3.1875 9.85625C3.27765 9.87153 3.36515 9.88935 3.45 9.90972L6.02727 6.50278C5.84697 6.28889 5.70644 6.04954 5.60568 5.78472C5.50492 5.51991 5.45455 5.23981 5.45455 4.94444C5.45455 4.27222 5.70379 3.69676 6.20227 3.21806C6.70076 2.73935 7.3 2.5 8 2.5C8.7 2.5 9.29924 2.73935 9.79773 3.21806C10.2962 3.69676 10.5455 4.27222 10.5455 4.94444C10.5455 5.23981 10.4924 5.51991 10.3864 5.78472C10.2803 6.04954 10.1371 6.28889 9.95682 6.50278L12.55 9.90972C12.6348 9.88935 12.7223 9.87153 12.8125 9.85625C12.9027 9.84097 12.9955 9.83333 13.0909 9.83333C13.6212 9.83333 14.072 10.0116 14.4432 10.3681C14.8144 10.7245 15 11.1574 15 11.6667C15 12.1759 14.8144 12.6088 14.4432 12.9653C14.072 13.3218 13.6212 13.5 13.0909 13.5C12.5606 13.5 12.1098 13.3218 11.7386 12.9653C11.3674 12.6088 11.1818 12.1759 11.1818 11.6667C11.1818 11.4731 11.211 11.2873 11.2693 11.109C11.3277 10.9308 11.4098 10.7704 11.5159 10.6278L8.93864 7.22083C8.88561 7.2412 8.83523 7.25648 8.7875 7.26667C8.73977 7.27685 8.68939 7.29213 8.63636 7.3125V9.94028C9.00758 10.0625 9.3125 10.2815 9.55114 10.5972C9.78977 10.913 9.90909 11.2694 9.90909 11.6667C9.90909 12.1759 9.72348 12.6088 9.35227 12.9653C8.98106 13.3218 8.5303 13.5 8 13.5C7.4697 13.5 7.01894 13.3218 6.64773 12.9653C6.27652 12.6088 6.09091 12.1759 6.09091 11.6667C6.09091 11.2694 6.21023 10.9155 6.44886 10.6049C6.6875 10.2942 6.99242 10.0727 7.36364 9.94028V7.3125C7.31061 7.29213 7.26023 7.27685 7.2125 7.26667C7.16477 7.25648 7.11439 7.2412 7.06136 7.22083L4.48409 10.6278C4.59015 10.7704 4.67235 10.9308 4.73068 11.109C4.78902 11.2873 4.81818 11.4731 4.81818 11.6667C4.81818 12.1759 4.63258 12.6088 4.26136 12.9653C3.89015 13.3218 3.43939 13.5 2.90909 13.5ZM2.90909 12.2778C3.08939 12.2778 3.24053 12.2192 3.3625 12.1021C3.48447 11.985 3.54545 11.8398 3.54545 11.6667C3.54545 11.4935 3.48447 11.3484 3.3625 11.2312C3.24053 11.1141 3.08939 11.0556 2.90909 11.0556C2.72879 11.0556 2.57765 11.1141 2.45568 11.2312C2.33371 11.3484 2.27273 11.4935 2.27273 11.6667C2.27273 11.8398 2.33371 11.985 2.45568 12.1021C2.57765 12.2192 2.72879 12.2778 2.90909 12.2778ZM8 12.2778C8.1803 12.2778 8.33144 12.2192 8.45341 12.1021C8.57538 11.985 8.63636 11.8398 8.63636 11.6667C8.63636 11.4935 8.57538 11.3484 8.45341 11.2312C8.33144 11.1141 8.1803 11.0556 8 11.0556C7.8197 11.0556 7.66856 11.1141 7.54659 11.2312C7.42462 11.3484 7.36364 11.4935 7.36364 11.6667C7.36364 11.8398 7.42462 11.985 7.54659 12.1021C7.66856 12.2192 7.8197 12.2778 8 12.2778ZM13.0909 12.2778C13.2712 12.2778 13.4223 12.2192 13.5443 12.1021C13.6663 11.985 13.7273 11.8398 13.7273 11.6667C13.7273 11.4935 13.6663 11.3484 13.5443 11.2312C13.4223 11.1141 13.2712 11.0556 13.0909 11.0556C12.9106 11.0556 12.7595 11.1141 12.6375 11.2312C12.5155 11.3484 12.4545 11.4935 12.4545 11.6667C12.4545 11.8398 12.5155 11.985 12.6375 12.1021C12.7595 12.2192 12.9106 12.2778 13.0909 12.2778ZM8 6.16667C8.35 6.16667 8.64962 6.04699 8.89886 5.80764C9.14811 5.56829 9.27273 5.28056 9.27273 4.94444C9.27273 4.60833 9.14811 4.3206 8.89886 4.08125C8.64962 3.8419 8.35 3.72222 8 3.72222C7.65 3.72222 7.35038 3.8419 7.10114 4.08125C6.85189 4.3206 6.72727 4.60833 6.72727 4.94444C6.72727 5.28056 6.85189 5.56829 7.10114 5.80764C7.35038 6.04699 7.65 6.16667 8 6.16667Z",fill:"currentColor"})}))},Ct=function(e){return t("svg",l(l({width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),{},{children:t("path",{d:"M10.1 13.5V8.6875H15V13.5H10.1ZM7.3 7.3125V2.5H15V7.3125H7.3ZM1 13.5V8.6875H8.7V13.5H1ZM1 7.3125V2.5H5.9V7.3125H1ZM8.7 5.9375H13.6V3.875H8.7V5.9375ZM2.4 12.125H7.3V10.0625H2.4V12.125ZM11.5 12.125H13.6V10.0625H11.5V12.125ZM2.4 5.9375H4.5V3.875H2.4V5.9375Z",fill:"currentColor"})}))},vt=function(e){return t("svg",l(l({width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),{},{children:t("path",{d:"M8 7.22222C7.14444 7.22222 6.41204 6.91759 5.80278 6.30833C5.19352 5.69907 4.88889 4.96667 4.88889 4.11111C4.88889 3.25556 5.19352 2.52315 5.80278 1.91389C6.41204 1.30463 7.14444 1 8 1C8.85556 1 9.58796 1.30463 10.1972 1.91389C10.8065 2.52315 11.1111 3.25556 11.1111 4.11111C11.1111 4.96667 10.8065 5.69907 10.1972 6.30833C9.58796 6.91759 8.85556 7.22222 8 7.22222ZM8 5.66667C8.42778 5.66667 8.79398 5.51435 9.09861 5.20972C9.40324 4.90509 9.55556 4.53889 9.55556 4.11111C9.55556 3.68333 9.40324 3.31713 9.09861 3.0125C8.79398 2.70787 8.42778 2.55556 8 2.55556C7.57222 2.55556 7.20602 2.70787 6.90139 3.0125C6.59676 3.31713 6.44444 3.68333 6.44444 4.11111C6.44444 4.53889 6.59676 4.90509 6.90139 5.20972C7.20602 5.51435 7.57222 5.66667 8 5.66667ZM4.11111 15C3.25556 15 2.52315 14.6954 1.91389 14.0861C1.30463 13.4769 1 12.7444 1 11.8889C1 11.0333 1.30463 10.3009 1.91389 9.69167C2.52315 9.08241 3.25556 8.77778 4.11111 8.77778C4.96667 8.77778 5.69907 9.08241 6.30833 9.69167C6.91759 10.3009 7.22222 11.0333 7.22222 11.8889C7.22222 12.7444 6.91759 13.4769 6.30833 14.0861C5.69907 14.6954 4.96667 15 4.11111 15ZM4.11111 13.4444C4.53889 13.4444 4.90509 13.2921 5.20972 12.9875C5.51435 12.6829 5.66667 12.3167 5.66667 11.8889C5.66667 11.4611 5.51435 11.0949 5.20972 10.7903C4.90509 10.4856 4.53889 10.3333 4.11111 10.3333C3.68333 10.3333 3.31713 10.4856 3.0125 10.7903C2.70787 11.0949 2.55556 11.4611 2.55556 11.8889C2.55556 12.3167 2.70787 12.6829 3.0125 12.9875C3.31713 13.2921 3.68333 13.4444 4.11111 13.4444ZM11.8889 15C11.0333 15 10.3009 14.6954 9.69167 14.0861C9.08241 13.4769 8.77778 12.7444 8.77778 11.8889C8.77778 11.0333 9.08241 10.3009 9.69167 9.69167C10.3009 9.08241 11.0333 8.77778 11.8889 8.77778C12.7444 8.77778 13.4769 9.08241 14.0861 9.69167C14.6954 10.3009 15 11.0333 15 11.8889C15 12.7444 14.6954 13.4769 14.0861 14.0861C13.4769 14.6954 12.7444 15 11.8889 15ZM11.8889 13.4444C12.3167 13.4444 12.6829 13.2921 12.9875 12.9875C13.2921 12.6829 13.4444 12.3167 13.4444 11.8889C13.4444 11.4611 13.2921 11.0949 12.9875 10.7903C12.6829 10.4856 12.3167 10.3333 11.8889 10.3333C11.4611 10.3333 11.0949 10.4856 10.7903 10.7903C10.4856 11.0949 10.3333 11.4611 10.3333 11.8889C10.3333 12.3167 10.4856 12.6829 10.7903 12.9875C11.0949 13.2921 11.4611 13.4444 11.8889 13.4444Z",fill:"currentColor"})}))},st=function(e){return t("svg",l(l({width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),{},{children:t("path",{d:"M10.6667 7.3L12 8.7V10.1H8.66667V14.3L8 15L7.33333 14.3V10.1H4V8.7L5.33333 7.3V2.4H4.66667V1H11.3333V2.4H10.6667V7.3ZM5.9 8.7H10.1L9.33333 7.895V2.4H6.66667V7.895L5.9 8.7Z",fill:"currentColor"})}))},mt=function(e){return t("svg",l(l({width:"16",height:"16",viewBox:"0 0 16 16",fill:"none",xmlns:"http://www.w3.org/2000/svg"},e),{},{children:t("path",{d:"M8 11.4375C8.19833 11.4375 8.36458 11.3716 8.49875 11.2398C8.63292 11.1081 8.7 10.9448 8.7 10.75C8.7 10.5552 8.63292 10.3919 8.49875 10.2602C8.36458 10.1284 8.19833 10.0625 8 10.0625C7.80167 10.0625 7.63542 10.1284 7.50125 10.2602C7.36708 10.3919 7.3 10.5552 7.3 10.75C7.3 10.9448 7.36708 11.1081 7.50125 11.2398C7.63542 11.3716 7.80167 11.4375 8 11.4375ZM8 8.6875C8.19833 8.6875 8.36458 8.62161 8.49875 8.48984C8.63292 8.35807 8.7 8.19479 8.7 8C8.7 7.80521 8.63292 7.64193 8.49875 7.51016C8.36458 7.37839 8.19833 7.3125 8 7.3125C7.80167 7.3125 7.63542 7.37839 7.50125 7.51016C7.36708 7.64193 7.3 7.80521 7.3 8C7.3 8.19479 7.36708 8.35807 7.50125 8.48984C7.63542 8.62161 7.80167 8.6875 8 8.6875ZM8 5.9375C8.19833 5.9375 8.36458 5.87161 8.49875 5.73984C8.63292 5.60807 8.7 5.44479 8.7 5.25C8.7 5.05521 8.63292 4.89193 8.49875 4.76016C8.36458 4.62839 8.19833 4.5625 8 4.5625C7.80167 4.5625 7.63542 4.62839 7.50125 4.76016C7.36708 4.89193 7.3 5.05521 7.3 5.25C7.3 5.44479 7.36708 5.60807 7.50125 5.73984C7.63542 5.87161 7.80167 5.9375 8 5.9375ZM13.6 13.5H2.4C2.015 13.5 1.68542 13.3654 1.41125 13.0961C1.13708 12.8268 1 12.5031 1 12.125V9.375C1.385 9.375 1.71458 9.24036 1.98875 8.97109C2.26292 8.70182 2.4 8.37813 2.4 8C2.4 7.62188 2.26292 7.29818 1.98875 7.02891C1.71458 6.75964 1.385 6.625 1 6.625V3.875C1 3.49688 1.13708 3.17318 1.41125 2.90391C1.68542 2.63464 2.015 2.5 2.4 2.5H13.6C13.985 2.5 14.3146 2.63464 14.5887 2.90391C14.8629 3.17318 15 3.49688 15 3.875V6.625C14.615 6.625 14.2854 6.75964 14.0113 7.02891C13.7371 7.29818 13.6 7.62188 13.6 8C13.6 8.37813 13.7371 8.70182 14.0113 8.97109C14.2854 9.24036 14.615 9.375 15 9.375V12.125C15 12.5031 14.8629 12.8268 14.5887 13.0961C14.3146 13.3654 13.985 13.5 13.6 13.5ZM13.6 12.125V10.3719C13.1683 10.1198 12.8271 9.78464 12.5763 9.36641C12.3254 8.94818 12.2 8.49271 12.2 8C12.2 7.50729 12.3254 7.05182 12.5763 6.63359C12.8271 6.21536 13.1683 5.88021 13.6 5.62812V3.875H2.4V5.62812C2.83167 5.88021 3.17292 6.21536 3.42375 6.63359C3.67458 7.05182 3.8 7.50729 3.8 8C3.8 8.49271 3.67458 8.94818 3.42375 9.36641C3.17292 9.78464 2.83167 10.1198 2.4 10.3719V12.125H13.6Z",fill:"currentColor"})}))};export{ot as Activity,i as Add,h as Adduser,o as Analytics,w as Back,a as Bulkadd,C as Chevrondown,v as Chevronright,s as Close,m as Commoditygroup,wt as Contact,g as Copy,c as Country,q as Cut,u as Delete,f as Doc,d as Download,p as Edit,V as Error,M as Expand,x as Facility,H as Fail,z as Filter,A as Finance,L as Findandreplace,r as HSCode,B as Handshake,Z as Help,Q as Hide,at as Hierarchy,Ct as Highlights,T as Home,y as Info,b as Integration,O as Language,ht as Laptop,j as Leftpanelclose,P as Leftpanelopen,S as Link,k as Linkoff,D as List,E as Location,F as Map,N as Menu,it as Mobile,I as Nav,U as Navclose,vt as NoHierarchy,R as Notifications,G as Overflow,J as Phone,st as Pin,K as Quickaccess,W as Redirect,X as Search,Y as Settings,$ as Sort,_ as Success,tt as Switcher,et as Table,nt as Tick,mt as Ticket,lt as Unhide,rt as Upload};
|
|
2
2
|
//# sourceMappingURL=index.esm.js.map
|