datakeen-session-react 0.0.1 → 0.0.3

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/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../node_modules/.pnpm/@rollup+plugin-typescript@12.1.2_rollup@4.40.2_tslib@2.8.1_typescript@5.8.3/node_modules/tslib/tslib.es6.js","../node_modules/.pnpm/@radix-ui+react-compose-refs@1.1.2_@types+react@19.1.4_react@19.1.0/node_modules/@radix-ui/react-compose-refs/dist/index.mjs","../node_modules/.pnpm/@radix-ui+react-slot@1.2.2_@types+react@19.1.4_react@19.1.0/node_modules/@radix-ui/react-slot/dist/index.mjs","../node_modules/.pnpm/@radix-ui+react-primitive@2.1.2_@types+react-dom@19.1.5_@types+react@19.1.4__@types+rea_7b933c94c4e5e4ade0d694d5b36d9593/node_modules/@radix-ui/react-primitive/dist/index.mjs","../node_modules/.pnpm/@radix-ui+react-label@2.1.6_@types+react-dom@19.1.5_@types+react@19.1.4__@types+react@1_f5d76421f0b83349b902a67252a7f51f/node_modules/@radix-ui/react-label/dist/index.mjs","../src/components/session/UserInputForm.tsx","../src/components/icons/StartIcon.tsx","../src/components/session/StartSession.tsx","../src/components/ui/Paper.tsx","../src/components/DatakeenSession.tsx","../src/hooks/useSession.tsx"],"sourcesContent":["/******************************************************************************\r\nCopyright (c) Microsoft Corporation.\r\n\r\nPermission to use, copy, modify, and/or distribute this software for any\r\npurpose with or without fee is hereby granted.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\r\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\r\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\r\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\r\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\r\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\r\nPERFORMANCE OF THIS SOFTWARE.\r\n***************************************************************************** */\r\n/* global Reflect, Promise, SuppressedError, Symbol, Iterator */\r\n\r\nvar extendStatics = function(d, b) {\r\n extendStatics = Object.setPrototypeOf ||\r\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r\n function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\r\n return extendStatics(d, b);\r\n};\r\n\r\nexport function __extends(d, b) {\r\n if (typeof b !== \"function\" && b !== null)\r\n throw new TypeError(\"Class extends value \" + String(b) + \" is not a constructor or null\");\r\n extendStatics(d, b);\r\n function __() { this.constructor = d; }\r\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r\n}\r\n\r\nexport var __assign = function() {\r\n __assign = Object.assign || function __assign(t) {\r\n for (var s, i = 1, n = arguments.length; i < n; i++) {\r\n s = arguments[i];\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r\n }\r\n return t;\r\n }\r\n return __assign.apply(this, arguments);\r\n}\r\n\r\nexport function __rest(s, e) {\r\n var t = {};\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\r\n t[p] = s[p];\r\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\r\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\r\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\r\n t[p[i]] = s[p[i]];\r\n }\r\n return t;\r\n}\r\n\r\nexport function __decorate(decorators, target, key, desc) {\r\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\r\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\r\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\r\n return c > 3 && r && Object.defineProperty(target, key, r), r;\r\n}\r\n\r\nexport function __param(paramIndex, decorator) {\r\n return function (target, key) { decorator(target, key, paramIndex); }\r\n}\r\n\r\nexport function __esDecorate(ctor, descriptorIn, decorators, contextIn, initializers, extraInitializers) {\r\n function accept(f) { if (f !== void 0 && typeof f !== \"function\") throw new TypeError(\"Function expected\"); return f; }\r\n var kind = contextIn.kind, key = kind === \"getter\" ? \"get\" : kind === \"setter\" ? \"set\" : \"value\";\r\n var target = !descriptorIn && ctor ? contextIn[\"static\"] ? ctor : ctor.prototype : null;\r\n var descriptor = descriptorIn || (target ? Object.getOwnPropertyDescriptor(target, contextIn.name) : {});\r\n var _, done = false;\r\n for (var i = decorators.length - 1; i >= 0; i--) {\r\n var context = {};\r\n for (var p in contextIn) context[p] = p === \"access\" ? {} : contextIn[p];\r\n for (var p in contextIn.access) context.access[p] = contextIn.access[p];\r\n context.addInitializer = function (f) { if (done) throw new TypeError(\"Cannot add initializers after decoration has completed\"); extraInitializers.push(accept(f || null)); };\r\n var result = (0, decorators[i])(kind === \"accessor\" ? { get: descriptor.get, set: descriptor.set } : descriptor[key], context);\r\n if (kind === \"accessor\") {\r\n if (result === void 0) continue;\r\n if (result === null || typeof result !== \"object\") throw new TypeError(\"Object expected\");\r\n if (_ = accept(result.get)) descriptor.get = _;\r\n if (_ = accept(result.set)) descriptor.set = _;\r\n if (_ = accept(result.init)) initializers.unshift(_);\r\n }\r\n else if (_ = accept(result)) {\r\n if (kind === \"field\") initializers.unshift(_);\r\n else descriptor[key] = _;\r\n }\r\n }\r\n if (target) Object.defineProperty(target, contextIn.name, descriptor);\r\n done = true;\r\n};\r\n\r\nexport function __runInitializers(thisArg, initializers, value) {\r\n var useValue = arguments.length > 2;\r\n for (var i = 0; i < initializers.length; i++) {\r\n value = useValue ? initializers[i].call(thisArg, value) : initializers[i].call(thisArg);\r\n }\r\n return useValue ? value : void 0;\r\n};\r\n\r\nexport function __propKey(x) {\r\n return typeof x === \"symbol\" ? x : \"\".concat(x);\r\n};\r\n\r\nexport function __setFunctionName(f, name, prefix) {\r\n if (typeof name === \"symbol\") name = name.description ? \"[\".concat(name.description, \"]\") : \"\";\r\n return Object.defineProperty(f, \"name\", { configurable: true, value: prefix ? \"\".concat(prefix, \" \", name) : name });\r\n};\r\n\r\nexport function __metadata(metadataKey, metadataValue) {\r\n if (typeof Reflect === \"object\" && typeof Reflect.metadata === \"function\") return Reflect.metadata(metadataKey, metadataValue);\r\n}\r\n\r\nexport function __awaiter(thisArg, _arguments, P, generator) {\r\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\r\n return new (P || (P = Promise))(function (resolve, reject) {\r\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\r\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\r\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\r\n step((generator = generator.apply(thisArg, _arguments || [])).next());\r\n });\r\n}\r\n\r\nexport function __generator(thisArg, body) {\r\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g = Object.create((typeof Iterator === \"function\" ? Iterator : Object).prototype);\r\n return g.next = verb(0), g[\"throw\"] = verb(1), g[\"return\"] = verb(2), typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\r\n function verb(n) { return function (v) { return step([n, v]); }; }\r\n function step(op) {\r\n if (f) throw new TypeError(\"Generator is already executing.\");\r\n while (g && (g = 0, op[0] && (_ = 0)), _) try {\r\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\r\n if (y = 0, t) op = [op[0] & 2, t.value];\r\n switch (op[0]) {\r\n case 0: case 1: t = op; break;\r\n case 4: _.label++; return { value: op[1], done: false };\r\n case 5: _.label++; y = op[1]; op = [0]; continue;\r\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\r\n default:\r\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\r\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\r\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\r\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\r\n if (t[2]) _.ops.pop();\r\n _.trys.pop(); continue;\r\n }\r\n op = body.call(thisArg, _);\r\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\r\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\r\n }\r\n}\r\n\r\nexport var __createBinding = Object.create ? (function(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n var desc = Object.getOwnPropertyDescriptor(m, k);\r\n if (!desc || (\"get\" in desc ? !m.__esModule : desc.writable || desc.configurable)) {\r\n desc = { enumerable: true, get: function() { return m[k]; } };\r\n }\r\n Object.defineProperty(o, k2, desc);\r\n}) : (function(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n o[k2] = m[k];\r\n});\r\n\r\nexport function __exportStar(m, o) {\r\n for (var p in m) if (p !== \"default\" && !Object.prototype.hasOwnProperty.call(o, p)) __createBinding(o, m, p);\r\n}\r\n\r\nexport function __values(o) {\r\n var s = typeof Symbol === \"function\" && Symbol.iterator, m = s && o[s], i = 0;\r\n if (m) return m.call(o);\r\n if (o && typeof o.length === \"number\") return {\r\n next: function () {\r\n if (o && i >= o.length) o = void 0;\r\n return { value: o && o[i++], done: !o };\r\n }\r\n };\r\n throw new TypeError(s ? \"Object is not iterable.\" : \"Symbol.iterator is not defined.\");\r\n}\r\n\r\nexport function __read(o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n}\r\n\r\n/** @deprecated */\r\nexport function __spread() {\r\n for (var ar = [], i = 0; i < arguments.length; i++)\r\n ar = ar.concat(__read(arguments[i]));\r\n return ar;\r\n}\r\n\r\n/** @deprecated */\r\nexport function __spreadArrays() {\r\n for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;\r\n for (var r = Array(s), k = 0, i = 0; i < il; i++)\r\n for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)\r\n r[k] = a[j];\r\n return r;\r\n}\r\n\r\nexport function __spreadArray(to, from, pack) {\r\n if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {\r\n if (ar || !(i in from)) {\r\n if (!ar) ar = Array.prototype.slice.call(from, 0, i);\r\n ar[i] = from[i];\r\n }\r\n }\r\n return to.concat(ar || Array.prototype.slice.call(from));\r\n}\r\n\r\nexport function __await(v) {\r\n return this instanceof __await ? (this.v = v, this) : new __await(v);\r\n}\r\n\r\nexport function __asyncGenerator(thisArg, _arguments, generator) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var g = generator.apply(thisArg, _arguments || []), i, q = [];\r\n return i = Object.create((typeof AsyncIterator === \"function\" ? AsyncIterator : Object).prototype), verb(\"next\"), verb(\"throw\"), verb(\"return\", awaitReturn), i[Symbol.asyncIterator] = function () { return this; }, i;\r\n function awaitReturn(f) { return function (v) { return Promise.resolve(v).then(f, reject); }; }\r\n function verb(n, f) { if (g[n]) { i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; if (f) i[n] = f(i[n]); } }\r\n function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }\r\n function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\r\n function fulfill(value) { resume(\"next\", value); }\r\n function reject(value) { resume(\"throw\", value); }\r\n function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }\r\n}\r\n\r\nexport function __asyncDelegator(o) {\r\n var i, p;\r\n return i = {}, verb(\"next\"), verb(\"throw\", function (e) { throw e; }), verb(\"return\"), i[Symbol.iterator] = function () { return this; }, i;\r\n function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: false } : f ? f(v) : v; } : f; }\r\n}\r\n\r\nexport function __asyncValues(o) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var m = o[Symbol.asyncIterator], i;\r\n return m ? m.call(o) : (o = typeof __values === \"function\" ? __values(o) : o[Symbol.iterator](), i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i);\r\n function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }\r\n function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }\r\n}\r\n\r\nexport function __makeTemplateObject(cooked, raw) {\r\n if (Object.defineProperty) { Object.defineProperty(cooked, \"raw\", { value: raw }); } else { cooked.raw = raw; }\r\n return cooked;\r\n};\r\n\r\nvar __setModuleDefault = Object.create ? (function(o, v) {\r\n Object.defineProperty(o, \"default\", { enumerable: true, value: v });\r\n}) : function(o, v) {\r\n o[\"default\"] = v;\r\n};\r\n\r\nvar ownKeys = function(o) {\r\n ownKeys = Object.getOwnPropertyNames || function (o) {\r\n var ar = [];\r\n for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;\r\n return ar;\r\n };\r\n return ownKeys(o);\r\n};\r\n\r\nexport function __importStar(mod) {\r\n if (mod && mod.__esModule) return mod;\r\n var result = {};\r\n if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== \"default\") __createBinding(result, mod, k[i]);\r\n __setModuleDefault(result, mod);\r\n return result;\r\n}\r\n\r\nexport function __importDefault(mod) {\r\n return (mod && mod.__esModule) ? mod : { default: mod };\r\n}\r\n\r\nexport function __classPrivateFieldGet(receiver, state, kind, f) {\r\n if (kind === \"a\" && !f) throw new TypeError(\"Private accessor was defined without a getter\");\r\n if (typeof state === \"function\" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");\r\n return kind === \"m\" ? f : kind === \"a\" ? f.call(receiver) : f ? f.value : state.get(receiver);\r\n}\r\n\r\nexport function __classPrivateFieldSet(receiver, state, value, kind, f) {\r\n if (kind === \"m\") throw new TypeError(\"Private method is not writable\");\r\n if (kind === \"a\" && !f) throw new TypeError(\"Private accessor was defined without a setter\");\r\n if (typeof state === \"function\" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");\r\n return (kind === \"a\" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;\r\n}\r\n\r\nexport function __classPrivateFieldIn(state, receiver) {\r\n if (receiver === null || (typeof receiver !== \"object\" && typeof receiver !== \"function\")) throw new TypeError(\"Cannot use 'in' operator on non-object\");\r\n return typeof state === \"function\" ? receiver === state : state.has(receiver);\r\n}\r\n\r\nexport function __addDisposableResource(env, value, async) {\r\n if (value !== null && value !== void 0) {\r\n if (typeof value !== \"object\" && typeof value !== \"function\") throw new TypeError(\"Object expected.\");\r\n var dispose, inner;\r\n if (async) {\r\n if (!Symbol.asyncDispose) throw new TypeError(\"Symbol.asyncDispose is not defined.\");\r\n dispose = value[Symbol.asyncDispose];\r\n }\r\n if (dispose === void 0) {\r\n if (!Symbol.dispose) throw new TypeError(\"Symbol.dispose is not defined.\");\r\n dispose = value[Symbol.dispose];\r\n if (async) inner = dispose;\r\n }\r\n if (typeof dispose !== \"function\") throw new TypeError(\"Object not disposable.\");\r\n if (inner) dispose = function() { try { inner.call(this); } catch (e) { return Promise.reject(e); } };\r\n env.stack.push({ value: value, dispose: dispose, async: async });\r\n }\r\n else if (async) {\r\n env.stack.push({ async: true });\r\n }\r\n return value;\r\n\r\n}\r\n\r\nvar _SuppressedError = typeof SuppressedError === \"function\" ? SuppressedError : function (error, suppressed, message) {\r\n var e = new Error(message);\r\n return e.name = \"SuppressedError\", e.error = error, e.suppressed = suppressed, e;\r\n};\r\n\r\nexport function __disposeResources(env) {\r\n function fail(e) {\r\n env.error = env.hasError ? new _SuppressedError(e, env.error, \"An error was suppressed during disposal.\") : e;\r\n env.hasError = true;\r\n }\r\n var r, s = 0;\r\n function next() {\r\n while (r = env.stack.pop()) {\r\n try {\r\n if (!r.async && s === 1) return s = 0, env.stack.push(r), Promise.resolve().then(next);\r\n if (r.dispose) {\r\n var result = r.dispose.call(r.value);\r\n if (r.async) return s |= 2, Promise.resolve(result).then(next, function(e) { fail(e); return next(); });\r\n }\r\n else s |= 1;\r\n }\r\n catch (e) {\r\n fail(e);\r\n }\r\n }\r\n if (s === 1) return env.hasError ? Promise.reject(env.error) : Promise.resolve();\r\n if (env.hasError) throw env.error;\r\n }\r\n return next();\r\n}\r\n\r\nexport function __rewriteRelativeImportExtension(path, preserveJsx) {\r\n if (typeof path === \"string\" && /^\\.\\.?\\//.test(path)) {\r\n return path.replace(/\\.(tsx)$|((?:\\.d)?)((?:\\.[^./]+?)?)\\.([cm]?)ts$/i, function (m, tsx, d, ext, cm) {\r\n return tsx ? preserveJsx ? \".jsx\" : \".js\" : d && (!ext || !cm) ? m : (d + ext + \".\" + cm.toLowerCase() + \"js\");\r\n });\r\n }\r\n return path;\r\n}\r\n\r\nexport default {\r\n __extends: __extends,\r\n __assign: __assign,\r\n __rest: __rest,\r\n __decorate: __decorate,\r\n __param: __param,\r\n __esDecorate: __esDecorate,\r\n __runInitializers: __runInitializers,\r\n __propKey: __propKey,\r\n __setFunctionName: __setFunctionName,\r\n __metadata: __metadata,\r\n __awaiter: __awaiter,\r\n __generator: __generator,\r\n __createBinding: __createBinding,\r\n __exportStar: __exportStar,\r\n __values: __values,\r\n __read: __read,\r\n __spread: __spread,\r\n __spreadArrays: __spreadArrays,\r\n __spreadArray: __spreadArray,\r\n __await: __await,\r\n __asyncGenerator: __asyncGenerator,\r\n __asyncDelegator: __asyncDelegator,\r\n __asyncValues: __asyncValues,\r\n __makeTemplateObject: __makeTemplateObject,\r\n __importStar: __importStar,\r\n __importDefault: __importDefault,\r\n __classPrivateFieldGet: __classPrivateFieldGet,\r\n __classPrivateFieldSet: __classPrivateFieldSet,\r\n __classPrivateFieldIn: __classPrivateFieldIn,\r\n __addDisposableResource: __addDisposableResource,\r\n __disposeResources: __disposeResources,\r\n __rewriteRelativeImportExtension: __rewriteRelativeImportExtension,\r\n};\r\n","// packages/react/compose-refs/src/compose-refs.tsx\nimport * as React from \"react\";\nfunction setRef(ref, value) {\n if (typeof ref === \"function\") {\n return ref(value);\n } else if (ref !== null && ref !== void 0) {\n ref.current = value;\n }\n}\nfunction composeRefs(...refs) {\n return (node) => {\n let hasCleanup = false;\n const cleanups = refs.map((ref) => {\n const cleanup = setRef(ref, node);\n if (!hasCleanup && typeof cleanup == \"function\") {\n hasCleanup = true;\n }\n return cleanup;\n });\n if (hasCleanup) {\n return () => {\n for (let i = 0; i < cleanups.length; i++) {\n const cleanup = cleanups[i];\n if (typeof cleanup == \"function\") {\n cleanup();\n } else {\n setRef(refs[i], null);\n }\n }\n };\n }\n };\n}\nfunction useComposedRefs(...refs) {\n return React.useCallback(composeRefs(...refs), refs);\n}\nexport {\n composeRefs,\n useComposedRefs\n};\n//# sourceMappingURL=index.mjs.map\n","\"use client\";\n\n// src/slot.tsx\nimport * as React from \"react\";\nimport { useComposedRefs } from \"@radix-ui/react-compose-refs\";\nimport { Fragment as Fragment2, jsx } from \"react/jsx-runtime\";\n// @__NO_SIDE_EFFECTS__\nfunction createSlot(ownerName) {\n const SlotClone = /* @__PURE__ */ createSlotClone(ownerName);\n const Slot2 = React.forwardRef((props, forwardedRef) => {\n const { children, ...slotProps } = props;\n const childrenArray = React.Children.toArray(children);\n const slottable = childrenArray.find(isSlottable);\n if (slottable) {\n const newElement = slottable.props.children;\n const newChildren = childrenArray.map((child) => {\n if (child === slottable) {\n if (React.Children.count(newElement) > 1) return React.Children.only(null);\n return React.isValidElement(newElement) ? newElement.props.children : null;\n } else {\n return child;\n }\n });\n return /* @__PURE__ */ jsx(SlotClone, { ...slotProps, ref: forwardedRef, children: React.isValidElement(newElement) ? React.cloneElement(newElement, void 0, newChildren) : null });\n }\n return /* @__PURE__ */ jsx(SlotClone, { ...slotProps, ref: forwardedRef, children });\n });\n Slot2.displayName = `${ownerName}.Slot`;\n return Slot2;\n}\nvar Slot = /* @__PURE__ */ createSlot(\"Slot\");\n// @__NO_SIDE_EFFECTS__\nfunction createSlotClone(ownerName) {\n const SlotClone = React.forwardRef((props, forwardedRef) => {\n const { children, ...slotProps } = props;\n const childrenRef = React.isValidElement(children) ? getElementRef(children) : void 0;\n const ref = useComposedRefs(childrenRef, forwardedRef);\n if (React.isValidElement(children)) {\n const props2 = mergeProps(slotProps, children.props);\n if (children.type !== React.Fragment) {\n props2.ref = ref;\n }\n return React.cloneElement(children, props2);\n }\n return React.Children.count(children) > 1 ? React.Children.only(null) : null;\n });\n SlotClone.displayName = `${ownerName}.SlotClone`;\n return SlotClone;\n}\nvar SLOTTABLE_IDENTIFIER = Symbol(\"radix.slottable\");\n// @__NO_SIDE_EFFECTS__\nfunction createSlottable(ownerName) {\n const Slottable2 = ({ children }) => {\n return /* @__PURE__ */ jsx(Fragment2, { children });\n };\n Slottable2.displayName = `${ownerName}.Slottable`;\n Slottable2.__radixId = SLOTTABLE_IDENTIFIER;\n return Slottable2;\n}\nvar Slottable = /* @__PURE__ */ createSlottable(\"Slottable\");\nfunction isSlottable(child) {\n return React.isValidElement(child) && typeof child.type === \"function\" && \"__radixId\" in child.type && child.type.__radixId === SLOTTABLE_IDENTIFIER;\n}\nfunction mergeProps(slotProps, childProps) {\n const overrideProps = { ...childProps };\n for (const propName in childProps) {\n const slotPropValue = slotProps[propName];\n const childPropValue = childProps[propName];\n const isHandler = /^on[A-Z]/.test(propName);\n if (isHandler) {\n if (slotPropValue && childPropValue) {\n overrideProps[propName] = (...args) => {\n const result = childPropValue(...args);\n slotPropValue(...args);\n return result;\n };\n } else if (slotPropValue) {\n overrideProps[propName] = slotPropValue;\n }\n } else if (propName === \"style\") {\n overrideProps[propName] = { ...slotPropValue, ...childPropValue };\n } else if (propName === \"className\") {\n overrideProps[propName] = [slotPropValue, childPropValue].filter(Boolean).join(\" \");\n }\n }\n return { ...slotProps, ...overrideProps };\n}\nfunction getElementRef(element) {\n let getter = Object.getOwnPropertyDescriptor(element.props, \"ref\")?.get;\n let mayWarn = getter && \"isReactWarning\" in getter && getter.isReactWarning;\n if (mayWarn) {\n return element.ref;\n }\n getter = Object.getOwnPropertyDescriptor(element, \"ref\")?.get;\n mayWarn = getter && \"isReactWarning\" in getter && getter.isReactWarning;\n if (mayWarn) {\n return element.props.ref;\n }\n return element.props.ref || element.ref;\n}\nexport {\n Slot as Root,\n Slot,\n Slottable,\n createSlot,\n createSlottable\n};\n//# sourceMappingURL=index.mjs.map\n","// src/primitive.tsx\nimport * as React from \"react\";\nimport * as ReactDOM from \"react-dom\";\nimport { createSlot } from \"@radix-ui/react-slot\";\nimport { jsx } from \"react/jsx-runtime\";\nvar NODES = [\n \"a\",\n \"button\",\n \"div\",\n \"form\",\n \"h2\",\n \"h3\",\n \"img\",\n \"input\",\n \"label\",\n \"li\",\n \"nav\",\n \"ol\",\n \"p\",\n \"select\",\n \"span\",\n \"svg\",\n \"ul\"\n];\nvar Primitive = NODES.reduce((primitive, node) => {\n const Slot = createSlot(`Primitive.${node}`);\n const Node = React.forwardRef((props, forwardedRef) => {\n const { asChild, ...primitiveProps } = props;\n const Comp = asChild ? Slot : node;\n if (typeof window !== \"undefined\") {\n window[Symbol.for(\"radix-ui\")] = true;\n }\n return /* @__PURE__ */ jsx(Comp, { ...primitiveProps, ref: forwardedRef });\n });\n Node.displayName = `Primitive.${node}`;\n return { ...primitive, [node]: Node };\n}, {});\nfunction dispatchDiscreteCustomEvent(target, event) {\n if (target) ReactDOM.flushSync(() => target.dispatchEvent(event));\n}\nvar Root = Primitive;\nexport {\n Primitive,\n Root,\n dispatchDiscreteCustomEvent\n};\n//# sourceMappingURL=index.mjs.map\n","\"use client\";\n\n// src/label.tsx\nimport * as React from \"react\";\nimport { Primitive } from \"@radix-ui/react-primitive\";\nimport { jsx } from \"react/jsx-runtime\";\nvar NAME = \"Label\";\nvar Label = React.forwardRef((props, forwardedRef) => {\n return /* @__PURE__ */ jsx(\n Primitive.label,\n {\n ...props,\n ref: forwardedRef,\n onMouseDown: (event) => {\n const target = event.target;\n if (target.closest(\"button, input, select, textarea\")) return;\n props.onMouseDown?.(event);\n if (!event.defaultPrevented && event.detail > 1) event.preventDefault();\n }\n }\n );\n});\nLabel.displayName = NAME;\nvar Root = Label;\nexport {\n Label,\n Root\n};\n//# sourceMappingURL=index.mjs.map\n","import { useState } from \"react\";\nimport * as Label from \"@radix-ui/react-label\";\nimport type { UserInput, UserInputFormProps } from \"../../types/userInput\";\n\nconst UserInputForm = ({ stepObject }: UserInputFormProps) => {\n const { setStep, step } = stepObject;\n const [form, setForm] = useState<UserInput>({\n lastName: \"\",\n firstName: \"\",\n birthDate: \"\",\n });\n\n const handleChange = (key: keyof typeof form, value: string) => {\n setForm((prev) => ({ ...prev, [key]: value }));\n };\n\n return (\n <form className=\"space-y-4\">\n <div className=\"flex flex-col gap-1\">\n <Label.Root htmlFor=\"firstName\" className=\"text-sm font-medium\">\n Prénom\n </Label.Root>\n <input\n id=\"firstName\"\n type=\"text\"\n value={form.firstName}\n onChange={(e) => handleChange(\"firstName\", e.target.value)}\n className=\"border border-gray-300 rounded-md p-2 focus:outline-none focus:ring-2 focus:ring-blue-500\"\n />\n </div>\n\n <div className=\"flex flex-col gap-1\">\n <Label.Root htmlFor=\"lastName\" className=\"text-sm font-medium\">\n Nom\n </Label.Root>\n <input\n id=\"lastName\"\n type=\"text\"\n value={form.lastName}\n onChange={(e) => handleChange(\"lastName\", e.target.value)}\n className=\"border border-gray-300 rounded-md p-2 focus:outline-none focus:ring-2 focus:ring-blue-500\"\n />\n </div>\n\n <div className=\"flex flex-col gap-1\">\n <Label.Root htmlFor=\"birthDate\" className=\"text-sm font-medium\">\n Date de naissance\n </Label.Root>\n <input\n id=\"birthDate\"\n type=\"date\"\n value={form.birthDate}\n onChange={(e) => handleChange(\"birthDate\", e.target.value)}\n className=\"border border-gray-300 rounded-md p-2 focus:outline-none focus:ring-2 focus:ring-blue-500\"\n />\n </div>\n\n <button\n type=\"button\"\n onClick={() => {\n console.log(\"Form submitted:\", form);\n setStep(step + 1);\n }}\n className=\"mt-4 bg-blue-500 text-white px-4 py-2 rounded\"\n >\n Submit\n </button>\n </form>\n );\n};\n\nexport default UserInputForm;\n","interface StartIconProps {\n className?: string;\n}\n\nconst StartIcon = ({ className }: StartIconProps) => {\n return (\n <svg\n className={className}\n width=\"230\"\n height=\"230\"\n viewBox=\"0 0 230 230\"\n fill=\"none\"\n xmlns=\"http://www.w3.org/2000/svg\"\n >\n <path\n d=\"M39.6888 205.896C-1.89981 181.884 -1.89981 142.95 39.6888 118.956C81.2774 94.9626 148.709 94.9442 190.311 118.956C231.914 142.968 231.9 181.903 190.311 205.896C148.723 229.89 81.282 229.913 39.6888 205.896Z\"\n fill=\"#F5F5F5\"\n />\n <path\n d=\"M175.177 67.2382L175.104 67.2014L157.568 57.109L157.463 57.0584C149.27 52.9184 138.34 54.165 126.583 61.7642C102.966 77.0362 84.9712 112.189 86.388 140.282C87.0918 154.279 92.4922 163.88 100.648 168.102L100.717 168.139L118.257 178.236L118.34 178.282C126.532 182.422 137.471 181.194 149.238 173.586C172.854 158.314 190.849 123.16 189.433 95.0682C188.738 81.0612 183.338 71.461 175.177 67.2382Z\"\n fill=\"#37474F\"\n />\n <path\n d=\"M117.654 177.909L100.74 168.13L100.657 168.079C92.5014 163.847 87.1056 154.247 86.3972 140.268C85.767 127.737 89.0008 113.813 94.8612 100.882L94.9762 100.597L112.401 110.975C106.531 123.905 103.307 137.83 103.937 150.36C104.604 164.063 109.788 173.549 117.654 177.909Z\"\n fill=\"#263238\"\n />\n <path\n d=\"M149.247 173.576C172.863 158.304 190.859 123.151 189.442 95.0591C188.025 66.9669 167.73 56.5801 144.113 71.8521C120.497 87.1241 102.497 122.277 103.914 150.365C105.331 178.452 125.631 188.848 149.247 173.576Z\"\n fill=\"#455A64\"\n />\n <path\n d=\"M169.248 65.0581L139.647 126.04L133.276 119.14C131.376 117.162 128.777 116.009 126.035 115.926C123.294 115.844 120.63 116.84 118.616 118.701C116.601 120.561 115.396 123.138 115.26 125.877C115.124 128.616 116.068 131.299 117.889 133.35L134.674 151.534C136.52 153.539 139.078 154.741 141.8 154.882C141.993 154.882 142.186 154.882 142.379 154.882C142.887 154.882 143.394 154.845 143.897 154.772C145.587 154.526 147.191 153.87 148.568 152.861C149.946 151.852 151.055 150.522 151.8 148.985L185.748 79.0651C182.266 71.3003 176.47 66.4887 169.248 65.0581Z\"\n fill=\"#37474F\"\n />\n <path\n d=\"M193.287 44.9743C193.103 44.8685 192.91 44.7673 192.717 44.6753C190.547 43.624 188.049 43.4762 185.771 44.2644C183.493 45.0526 181.62 46.7125 180.564 48.8797L142.899 126.463L140.755 124.163C140.137 123.487 139.417 122.912 138.621 122.457C137.499 121.813 132.724 119.048 131.951 118.602C130.067 117.512 127.855 117.134 125.717 117.536C123.578 117.938 121.654 119.094 120.295 120.793C118.936 122.493 118.231 124.623 118.308 126.798C118.386 128.973 119.241 131.047 120.718 132.646L137.503 150.825C138.133 151.508 138.863 152.09 139.67 152.55C140.765 153.171 145.521 155.931 146.303 156.382C147.385 157.008 148.584 157.405 149.826 157.547C151.067 157.689 152.325 157.574 153.52 157.208C154.716 156.843 155.823 156.235 156.772 155.422C157.722 154.609 158.494 153.61 159.04 152.485L203.601 60.7017C204.602 58.6331 204.785 56.2622 204.112 54.0645C203.439 51.8668 201.96 50.0048 199.971 48.8521L193.287 44.9743Z\"\n fill=\"#0094FF\"\n />\n <path\n opacity=\"0.15\"\n d=\"M193.287 44.9743C193.103 44.8685 192.91 44.7673 192.717 44.6753C190.547 43.624 188.049 43.4762 185.771 44.2644C183.493 45.0526 181.62 46.7125 180.564 48.8797L142.899 126.463L140.755 124.163C140.137 123.487 139.417 122.912 138.621 122.457C137.499 121.813 132.724 119.048 131.951 118.602C130.067 117.512 127.855 117.134 125.717 117.536C123.578 117.938 121.654 119.094 120.295 120.793C118.936 122.493 118.231 124.623 118.308 126.798C118.386 128.973 119.241 131.047 120.718 132.646L137.503 150.825C138.133 151.508 138.863 152.09 139.67 152.55C140.765 153.171 145.521 155.931 146.303 156.382C147.385 157.008 148.584 157.405 149.826 157.547C151.067 157.689 152.325 157.574 153.52 157.208C154.716 156.843 155.823 156.235 156.772 155.422C157.722 154.609 158.494 153.61 159.04 152.485L203.601 60.7017C204.602 58.6331 204.785 56.2622 204.112 54.0645C203.439 51.8668 201.96 50.0048 199.971 48.8521L193.287 44.9743Z\"\n fill=\"black\"\n />\n <path\n opacity=\"0.15\"\n d=\"M146.28 156.363C145.507 155.903 140.76 153.143 139.651 152.531C138.845 152.071 138.114 151.489 137.485 150.806L120.699 132.627C119.959 131.82 119.372 130.884 118.965 129.867L125.64 133.717C126.044 134.738 126.636 135.674 127.383 136.477L144.164 154.657C144.781 155.327 145.494 155.902 146.28 156.363Z\"\n fill=\"black\"\n />\n <path\n opacity=\"0.15\"\n d=\"M189.35 49.9378C188.473 50.7247 187.757 51.6746 187.243 52.7346L148.502 132.535L142.899 126.463L180.564 48.8798C181.077 47.8179 181.795 46.8676 182.675 46.083L189.35 49.9378Z\"\n fill=\"black\"\n />\n <path\n d=\"M199.396 48.5301C197.226 47.4813 194.729 47.3349 192.451 48.1229C190.174 48.9108 188.301 50.569 187.243 52.7345L148.502 132.535L140.76 124.145C139.103 122.462 136.856 121.49 134.495 121.434C132.134 121.379 129.845 122.245 128.111 123.848C126.377 125.452 125.335 127.667 125.206 130.025C125.077 132.383 125.871 134.699 127.42 136.482L144.201 154.666C145.205 155.753 146.46 156.578 147.856 157.07C149.252 157.562 150.746 157.706 152.21 157.489C153.674 157.272 155.063 156.702 156.257 155.827C157.45 154.951 158.412 153.798 159.059 152.467L203.619 60.6833C204.669 58.5115 204.814 56.0117 204.022 53.733C203.231 51.4542 201.567 49.583 199.396 48.5301Z\"\n fill=\"#0094FF\"\n />\n <path\n d=\"M72.3258 57.4997C68.816 57.4997 66.4148 58.4197 63.9216 61.9617C61.6216 65.2185 55.3472 76.0745 55.3472 76.0745C55.3472 76.0745 50.7472 66.6353 50.2872 64.7539C49.8272 62.8725 49.8548 62.0353 50.2872 61.2165C50.9203 60.2487 51.3174 59.1458 51.4464 57.9965C51.6258 55.7333 52.1778 53.7967 51.6718 53.7323C50.2688 53.6541 50.2136 55.4573 49.4776 56.5199C49.3841 56.6225 49.2678 56.7016 49.138 56.7508C49.0082 56.8 48.8687 56.818 48.7307 56.8032C48.5927 56.7884 48.4601 56.7413 48.3437 56.6657C48.2274 56.5901 48.1304 56.4882 48.0608 56.3681C47.7526 55.7379 47.9182 54.7029 47.771 53.9577C47.8109 53.543 47.8769 53.1313 47.9688 52.7249C48.5002 52.8205 49.0428 52.836 49.5788 52.7709C50.186 53.7231 50.6 54.1233 51.4464 53.7369C51.5568 53.5621 51.083 52.3569 50.5264 51.4369C50.4428 51.2962 50.3074 51.1938 50.1492 51.1517C49.1287 50.8933 48.0637 50.8635 47.0304 51.0643C46.9523 51.0723 46.8766 51.096 46.8078 51.134C46.739 51.1719 46.6786 51.2233 46.6302 51.2851C46.2418 51.8541 45.9324 52.473 45.7102 53.1251C45.6504 53.3229 45.4664 53.3183 45.4204 53.1481C44.9604 50.9263 44.9604 47.7707 44.9604 46.2941C44.9604 45.1303 43.263 44.9463 43.2032 46.6115C43.1023 48.8458 43.1407 51.0842 43.3182 53.3137C43.3182 53.5161 43.1158 53.6127 43.033 53.3919C42.7386 52.6053 42.0164 50.2271 41.7128 46.1239C41.63 45.0199 39.8452 44.8405 39.8728 46.3907C39.9427 49.1391 40.3004 51.8726 40.94 54.5465C40.9952 54.7397 40.8158 54.9099 40.6824 54.6891C39.845 53.0754 39.176 51.3798 38.686 49.6291C38.3042 48.2951 36.524 48.6355 36.846 50.2961C37.4026 53.2723 38.2858 57.0351 39.606 59.7261C41.0136 62.6011 42.228 64.0409 42.9272 66.2995C43.6264 68.5581 46.5198 81.3507 49.6156 86.3371C52.0398 90.2471 54.8136 89.8837 57.799 87.8229C60.7844 85.7621 71.4518 70.8995 71.4518 70.8995L72.3258 57.4997Z\"\n fill=\"#9E6767\"\n />\n <path\n d=\"M55.3472 76.0699C55.3472 76.0699 56.8422 78.6045 57.0722 80.6331C57.4522 78.6634 57.0743 76.6229 56.0142 74.9199L55.3472 76.0699Z\"\n fill=\"#874C4C\"\n />\n <path\n d=\"M73.071 57.4998C71.2862 57.3158 69.0644 57.256 66.5896 58.8154C64.1148 60.3748 63.25 62.546 62.0494 64.4458C60.8488 66.3456 56.6996 73.0754 56.6996 73.0754C56.6996 73.0754 58.2222 79.4648 64.2758 80.7804L73.3424 68.48L73.071 57.4998Z\"\n fill=\"#455A64\"\n />\n <path\n d=\"M81.1992 169.845C81.6592 169.786 82.271 171.354 82.2802 171.865C82.2894 172.375 81.7742 173.475 81.098 174.505C80.1942 175.732 79.4448 177.065 78.867 178.475C78.3472 179.892 77.8688 180.821 76.4198 182.675C74.8098 184.74 71.0286 188.195 65.2878 186.695C63.8848 186.327 63.1856 185.886 62.675 185.375C62.451 185.149 62.2947 184.864 62.224 184.554C62.1533 184.243 62.1709 183.919 62.2748 183.618L81.1992 169.845Z\"\n fill=\"#263238\"\n />\n <path\n d=\"M69.92 168.052V168.102C69.8542 168.532 69.8666 168.97 69.9568 169.395C70.1146 170.662 70.0023 171.948 69.6272 173.168C69.2522 174.388 68.623 175.515 67.781 176.474C66.9813 177.309 66.0786 178.039 65.0946 178.646C62.1874 180.486 61.8746 181.741 62.284 183.618C63.2592 185.803 69.851 187.133 73.6414 183.88C75.2769 182.611 76.5271 180.911 77.2524 178.972C77.8025 177.583 78.4417 176.231 79.166 174.924C79.8974 173.544 81.2866 171.989 81.328 170.568C81.351 169.786 80.5782 168.332 79.8284 167.136C79.1384 166.037 78.4254 164.993 77.8044 165.112L77.9792 165.733C77.4594 166.272 76.7096 166.474 76.2588 167.113C75.6976 167.891 75.716 168.953 75.371 169.827C75.3597 169.872 75.3386 169.914 75.3092 169.95C75.2797 169.986 75.2427 170.015 75.2008 170.034C75.1522 170.043 75.1023 170.035 75.0584 170.012C75.0145 169.99 74.979 169.954 74.957 169.91C74.9194 169.82 74.9022 169.723 74.9064 169.625L74.865 168.286C74.8857 168.029 74.8175 167.773 74.6718 167.56C74.313 167.155 73.4298 167.201 72.9376 167.182C72.2751 167.188 71.6133 167.228 70.955 167.302C70.7268 167.279 70.4982 167.34 70.311 167.472C70.123 167.62 69.9862 167.822 69.92 168.052Z\"\n fill=\"#37474F\"\n />\n <path\n d=\"M60.1772 141.307C61.709 146.344 68.8712 163.783 69.299 164.832L70.725 168.291C71.6641 168.6 72.6702 168.643 73.6322 168.415C73.784 170.085 74.037 172.702 74.1336 174.022C74.1704 175.554 74.3038 177.449 73.9726 178.963C73.692 180.251 73.3654 181.603 73.1216 182.896C73.0158 183.466 72.91 184.041 72.8226 184.616C72.6742 185.218 72.7242 185.853 72.9652 186.424C73.1119 186.674 73.3056 186.892 73.5356 187.068C74.5573 187.871 75.8486 188.249 77.142 188.126C77.8258 188.093 78.4877 187.874 79.0556 187.491C80.1688 186.695 80.5598 185.311 81.1256 184.133C81.742 182.859 81.5442 182.716 81.5856 181.35C81.6224 180.393 81.8892 177.965 82.271 175.425C82.6528 172.886 84.2996 163.962 85.0908 155.07C85.4133 151.121 85.4133 147.152 85.0908 143.202C91.3744 126.132 94.1712 115.98 94.9946 110.312C95.8272 104.553 95.427 102.492 95.3212 99.1851L64.7634 99.9211C62.3162 115.717 58.121 134.554 60.1772 141.307Z\"\n fill=\"#9E6767\"\n />\n <path\n d=\"M59.6988 128.703C60.329 122.898 64.6714 100.583 64.6714 100.583H95.4546C95.4546 100.583 95.6524 104.866 95.5972 106.835C95.542 108.804 94.9072 112.396 93.8078 116.955C92.7084 121.513 88.6328 134.38 87.8278 136.275C87.0228 138.17 85.5278 143.667 85.5278 143.667C86.2822 153.989 84.318 163.254 82.846 175.568C82.846 175.568 82.4182 177.229 78.0574 176.902C73.8162 176.58 72.9606 175.016 72.9606 175.016L72.68 164.395C72.68 164.395 70.38 165.103 69 164.781C69 164.781 59.8874 142.282 59.4458 140.93C59.0042 139.578 59.0686 134.508 59.6988 128.703Z\"\n fill=\"#0094FF\"\n />\n <path\n opacity=\"0.45\"\n d=\"M59.6988 128.703C60.329 122.898 64.6714 100.583 64.6714 100.583H95.4546C95.4546 100.583 95.6524 104.866 95.5972 106.835C95.542 108.804 94.9072 112.396 93.8078 116.955C92.7084 121.513 88.6328 134.38 87.8278 136.275C87.0228 138.17 85.5278 143.667 85.5278 143.667C86.2822 153.989 84.318 163.254 82.846 175.568C82.846 175.568 82.4182 177.229 78.0574 176.902C73.8162 176.58 72.9606 175.016 72.9606 175.016L72.68 164.395C72.68 164.395 70.38 165.103 69 164.781C69 164.781 59.8874 142.282 59.4458 140.93C59.0042 139.578 59.0686 134.508 59.6988 128.703Z\"\n fill=\"black\"\n />\n <path\n opacity=\"0.2\"\n d=\"M72.7582 115.129C68.3974 111.2 67.4268 108.072 67.4268 108.072C69.6192 110.542 72.2153 112.622 75.1042 114.222C75.1042 114.222 70.9642 136.082 71.2678 140.576C71.5714 145.07 72.68 164.395 72.68 164.395C72.68 164.579 69.7452 143.957 69.6578 142.315C69.46 137.968 72.7582 115.129 72.7582 115.129Z\"\n fill=\"black\"\n />\n <path\n d=\"M82.34 186.511C82.7678 186.635 82.7126 187.914 82.5194 188.393C82.0407 189.227 81.3627 189.931 80.546 190.44C79.3491 191.255 78.3509 192.328 77.625 193.581C76.4439 195.388 74.8816 196.914 73.048 198.053C70.6056 199.438 67.727 199.841 64.998 199.18C62.1092 198.361 61.8424 197.652 61.8654 196.562L82.34 186.511Z\"\n fill=\"#263238\"\n />\n <path\n d=\"M73.416 179.823C72.657 183.503 71.3368 186.208 68.2778 188.48C65.8398 190.293 64.0734 191.213 62.1276 192.827C61.3042 193.517 61.2352 194.985 61.8654 196.567C63.181 197.62 65.0486 198.228 67.5556 198.223C70.3616 198.223 71.438 197.722 73.048 196.622C73.8389 196.082 74.5753 195.465 75.2468 194.782C76.5946 193.43 77.5468 191.76 78.5036 190.688C79.4604 189.616 81.581 188.522 82.1836 187.229C82.5148 186.521 82.3768 184.878 82.156 183.48C81.9536 182.197 82.3446 179.943 81.7282 179.8L81.6408 180.72C81.5902 180.927 81.4614 181.033 81.029 181.18C80.6404 181.264 80.2394 181.275 79.8468 181.212C79.7073 181.162 79.5554 181.156 79.4126 181.197C79.2698 181.237 79.1433 181.321 79.051 181.438C78.637 181.925 78.5266 182.615 77.993 183.02C77.9585 183.05 77.9176 183.072 77.8734 183.084C77.8529 183.096 77.8296 183.102 77.806 183.101C77.7825 183.1 77.7597 183.093 77.74 183.08C77.7257 183.058 77.7163 183.033 77.7123 183.006C77.7084 182.98 77.71 182.954 77.717 182.928L77.8688 181.548C77.8871 181.411 77.8871 181.271 77.8688 181.134C77.8399 181.006 77.7839 180.885 77.7046 180.781C77.6252 180.676 77.5244 180.589 77.4088 180.527C77.0214 180.301 76.6051 180.13 76.1714 180.016C75.72 179.894 75.2579 179.815 74.7914 179.782C74.3336 179.723 73.8694 179.737 73.416 179.823Z\"\n fill=\"#455A64\"\n />\n <path\n d=\"M92.6762 58.82C92.6762 58.82 93.9412 60.5588 94.9762 64.1422C96.236 70.0273 96.8835 76.027 96.9082 82.0454C96.9082 90.1736 95.8134 103.343 95.8134 103.343C86.3788 108.072 71.162 105.275 64.4644 100.662C64.7358 99.1988 64.9658 91.5076 65.4948 86.4338C65.849 77.7306 66.1434 73.172 66.2032 69.2988C66.3274 61.5616 70.1776 57.5642 73.1032 57.5044L80.4908 57.6194L92.6762 58.82Z\"\n fill=\"#0094FF\"\n />\n <path\n d=\"M95.0038 100.956C93.6008 102.111 90.8638 104.328 90.344 105.446C89.7644 106.724 89.424 108.666 89.033 109.392C88.642 110.119 89.2308 110.487 90.0404 110.225C90.85 109.963 91.333 109.277 91.9586 107.603C92.5842 105.929 94.323 104.618 94.323 104.618L95.0038 100.956Z\"\n fill=\"#874C4C\"\n />\n <path\n d=\"M89.8794 116.012C90.2152 116.66 90.9972 116.665 91.7194 116.72C92.5999 116.821 93.4918 116.72 94.3276 116.426C95.332 116.136 96.213 115.523 96.8346 114.682C97.543 113.661 97.727 112.382 98.1318 111.209C98.9782 108.748 101.499 106.973 101.913 104.364C102.083 103.288 102.083 102.018 102.373 101.351C102.552 100.956 106.697 93.8212 108.178 90.73C109.595 87.7584 110.658 86.36 109.37 82.7904C108.082 79.2208 103.698 66.6582 100.593 62.2928C98.8356 59.818 96.0434 59.1096 92.6578 58.8198C90.0818 65.5266 93.0764 72.4588 93.0764 72.4588L99.912 85.6056C99.912 85.6056 97.2624 94.6584 95.6064 99.6908C95.1464 101.071 94.2264 101.954 93.173 103.504C92.713 104.176 91.6734 105.344 91.3054 106.076C90.8454 106.996 90.8454 107.603 90.6154 108.905C90.2566 110.979 89.7 115.703 89.8794 116.012Z\"\n fill=\"#9E6767\"\n />\n <path\n d=\"M92.3128 58.7832C94.093 58.8522 96.6506 59.1558 98.1778 59.9286C99.705 60.7014 100.768 61.6536 102.525 65.1772C104.282 68.7008 106.853 75.5456 106.853 75.5456C106.853 75.5456 106.002 80.7114 97.8328 82.05L92.3128 71.8702C92.3128 71.8702 89.8518 65.5268 92.3128 58.7832Z\"\n fill=\"#455A64\"\n />\n <path\n d=\"M71.0884 42.3428C71.3297 42.7793 71.5388 43.2328 71.714 43.6998C71.9861 44.3098 72.3339 44.8832 72.749 45.4064C73.807 46.6254 75.2928 47.5178 76.6498 48.3826C77.4686 48.907 78.407 49.3992 79.4098 49.2566C80.4126 49.114 81.5304 49.3302 82.5654 49.4222L86.1856 49.7488L85.9832 53.553C85.9832 53.553 86.4432 52.5456 87.0458 51.3404C87.5702 50.3054 89.769 45.0568 89.7782 45.0338C90.8684 42.4348 92.161 38.9664 90.8592 36.234C90.5632 35.5612 90.0689 34.9947 89.4424 34.6102C89.5685 34.1901 89.6091 33.7491 89.562 33.313C89.4896 32.694 89.2793 32.099 88.9465 31.572C88.6137 31.045 88.167 30.5993 87.6392 30.2678C86.6089 29.5716 85.4476 29.0926 84.226 28.8602C82.6059 28.4875 80.948 28.3038 79.2856 28.3128C77.6567 28.3625 76.0349 28.5487 74.4372 28.8694C73.5459 29.034 72.643 29.1279 71.737 29.15C71.3467 29.1756 70.9547 29.1571 70.5686 29.0948C70.0886 28.9514 69.6171 28.7809 69.1564 28.5842C69.1163 28.5674 69.0733 28.5587 69.0299 28.5587C68.9864 28.5587 68.9434 28.5674 68.9034 28.5842C68.8669 28.6085 68.836 28.6404 68.813 28.6777C68.79 28.715 68.7753 28.7569 68.77 28.8004C68.6503 29.3747 68.6554 29.968 68.7847 30.5401C68.9141 31.1123 69.1647 31.65 69.5198 32.117C69.3129 32.0888 69.1113 32.0299 68.9218 31.9422C68.7066 31.8426 68.499 31.7273 68.3008 31.5972C67.9632 31.3709 67.6674 31.0876 67.4268 30.76C67.3936 30.7087 67.3429 30.6711 67.2842 30.6542C67.1922 30.6542 67.1186 30.7186 67.0634 30.7922C66.8151 31.1614 66.6461 31.5781 66.5669 32.0159C66.4877 32.4538 66.5002 32.9032 66.6034 33.336C66.8063 34.2047 67.2166 35.0112 67.7994 35.6866C67.5151 36.1459 67.3509 36.6694 67.322 37.2087C67.2931 37.7481 67.4003 38.2861 67.6338 38.7732C67.8384 39.2052 68.1136 39.6001 68.448 39.9416C68.862 40.3648 69.368 40.7098 69.7866 41.1054C70.2666 41.4665 70.7034 41.8817 71.0884 42.3428Z\"\n fill=\"#37474F\"\n />\n <path\n d=\"M82.1146 36.0043C82.1012 36.6912 82.1896 37.3764 82.3768 38.0375C82.5951 38.6182 82.9464 39.1396 83.4026 39.5601C83.9186 39.9979 84.3958 40.4796 84.8286 40.9999C85.2958 41.8097 85.5697 42.7164 85.629 43.6495C85.6316 43.9243 85.6958 44.195 85.8168 44.4418C85.9378 44.6885 86.1125 44.9051 86.3282 45.0755C87.3126 45.6873 87.9014 44.5051 88.4258 43.9255C89.102 43.2999 91.1122 42.5455 92.0414 44.6707C93.0028 46.8787 91.2272 49.8043 89.6126 50.2551C86.8296 51.0325 86.2224 49.1373 86.2224 49.1373L85.6888 59.0733C84.1202 62.0495 80.431 62.9971 78.0068 62.5233C75.9138 62.1139 74.7638 60.6465 76.7326 58.5213L76.8384 55.4945C76.8384 55.4945 74.3268 55.7935 73.117 55.5635C71.0976 55.1863 70.0994 53.4705 69.552 51.2579C68.6826 47.7021 68.2824 43.9623 69.3634 35.9537C69.8556 35.6823 71.8474 37.2325 74.8834 37.4395C77.3787 37.6153 79.8756 37.1198 82.1146 36.0043Z\"\n fill=\"#9E6767\"\n />\n <path\n d=\"M76.82 55.4852C76.82 55.4852 81.374 54.7216 82.984 53.9304C83.9288 53.4754 84.7143 52.7459 85.238 51.8374C84.9691 52.7549 84.5186 53.609 83.9132 54.349C82.708 55.7888 76.7786 56.6904 76.7786 56.6904L76.82 55.4852Z\"\n fill=\"#874C4C\"\n />\n <path\n d=\"M79.189 39.5598L81.3096 40.2084C81.3907 39.9187 81.3565 39.6089 81.2141 39.3439C81.0717 39.0789 80.8323 38.8793 80.546 38.787C80.4062 38.746 80.2595 38.7336 80.1147 38.7505C79.97 38.7674 79.8301 38.8133 79.7035 38.8854C79.5769 38.9575 79.4661 39.0544 79.3777 39.1703C79.2893 39.2861 79.2251 39.4186 79.189 39.5598Z\"\n fill=\"#263238\"\n />\n <path\n d=\"M78.453 49.6064L75.3296 50.6644C75.3904 50.8732 75.4925 51.0676 75.6299 51.2362C75.7673 51.4047 75.9371 51.544 76.1293 51.6457C76.3215 51.7473 76.5321 51.8094 76.7488 51.8281C76.9654 51.8468 77.1836 51.8218 77.3904 51.7546C77.8107 51.6031 78.156 51.2949 78.3541 50.8944C78.5521 50.494 78.5876 50.0324 78.453 49.6064Z\"\n fill=\"#874C4C\"\n />\n <path\n d=\"M78.2 50.3696C77.7923 50.3699 77.3963 50.5056 77.0741 50.7554C76.7518 51.0052 76.5217 51.3549 76.4198 51.7496C76.735 51.8532 77.0752 51.8532 77.3904 51.7496C77.6814 51.6467 77.9388 51.4664 78.1349 51.2281C78.3311 50.9898 78.4585 50.7026 78.5036 50.3972C78.4034 50.379 78.3018 50.3697 78.2 50.3696Z\"\n fill=\"#F28F8F\"\n />\n <path\n d=\"M69.7222 39.8954L71.8796 39.6148C71.8632 39.4751 71.819 39.3401 71.7496 39.2178C71.6803 39.0955 71.5871 38.9883 71.4756 38.9025C71.3642 38.8168 71.2367 38.7542 71.1006 38.7185C70.9646 38.6829 70.8228 38.6748 70.6836 38.6948C70.3992 38.7317 70.1401 38.8774 69.9608 39.1012C69.7815 39.3251 69.696 39.6098 69.7222 39.8954Z\"\n fill=\"#263238\"\n />\n <path\n d=\"M82.984 40.8154L90.1002 43.2396C89.7014 43.2442 89.3091 43.3404 88.9534 43.5206C88.5977 43.7009 88.2881 43.9604 88.0486 44.2792L83.0116 42.3656L82.984 40.8154Z\"\n fill=\"#263238\"\n />\n <path\n d=\"M70.7848 43.5941C70.7767 43.7086 70.7916 43.8236 70.8286 43.9322C70.8656 44.0408 70.924 44.141 71.0003 44.2267C71.0766 44.3124 71.1693 44.382 71.2729 44.4314C71.3765 44.4808 71.4889 44.5089 71.6036 44.5141C71.7178 44.5153 71.8311 44.4941 71.937 44.4515C72.043 44.4089 72.1395 44.3459 72.2211 44.266C72.3026 44.1861 72.3677 44.091 72.4125 43.9859C72.4573 43.8809 72.481 43.7681 72.4822 43.6539C72.4903 43.5395 72.4754 43.4245 72.4384 43.3159C72.4014 43.2072 72.343 43.1071 72.2667 43.0214C72.1904 42.9356 72.0977 42.866 71.9941 42.8167C71.8905 42.7673 71.778 42.7392 71.6634 42.7339C71.5492 42.7327 71.4359 42.754 71.33 42.7966C71.224 42.8392 71.1275 42.9022 71.0459 42.9821C70.9643 43.0619 70.8993 43.1571 70.8545 43.2621C70.8097 43.3671 70.786 43.48 70.7848 43.5941Z\"\n fill=\"#263238\"\n />\n <path\n d=\"M78.913 43.5939C78.914 43.7608 78.964 43.9238 79.0569 44.0625C79.1498 44.2012 79.2815 44.3095 79.4354 44.3739C79.5894 44.4383 79.7589 44.4561 79.9229 44.4249C80.0869 44.3937 80.2381 44.315 80.3577 44.1986C80.4773 44.0821 80.56 43.933 80.5955 43.7699C80.631 43.6068 80.6178 43.4369 80.5574 43.2813C80.4971 43.1256 80.3923 42.9912 80.2562 42.8946C80.12 42.7981 79.9584 42.7437 79.7916 42.7383C79.5618 42.7359 79.3404 42.8245 79.1757 42.9848C79.0111 43.1452 78.9166 43.3641 78.913 43.5939Z\"\n fill=\"#263238\"\n />\n <path\n d=\"M66.585 41.331C66.6371 41.703 66.797 42.0517 67.045 42.3338C67.1305 42.4388 67.1917 42.5613 67.2244 42.6926C67.39 43.378 67.5326 44.6752 67.8592 45.402C68.081 45.9878 68.4817 46.4889 69.0043 46.834C69.527 47.1792 70.1452 47.3509 70.771 47.3248C71.1043 47.3373 71.4379 47.3095 71.7646 47.242H71.8382C72.1218 47.1753 72.3944 47.0684 72.6478 46.9246L72.6938 46.8924L72.7628 46.851L72.8502 46.7912L72.9284 46.7268L73.0158 46.6578C73.0465 46.637 73.0743 46.6122 73.0986 46.5842C73.1542 46.534 73.2064 46.4802 73.255 46.4232C73.5265 46.1195 73.7457 45.7729 73.9036 45.3974C74.3268 44.4498 74.2164 43.125 74.9064 42.9686H74.9892H75.0812C76.0012 42.9686 75.9184 44.4268 76.4612 45.4572C77.004 46.4876 77.8412 47.495 79.8974 47.5226H80.1596C80.23 47.5273 80.3007 47.5273 80.3712 47.5226C80.5368 47.5125 80.7014 47.4895 80.8634 47.4536L81.0152 47.4168C81.065 47.4058 81.1141 47.3919 81.1624 47.3754L81.259 47.3478C81.4517 47.28 81.6367 47.1921 81.811 47.0856C81.8751 47.0485 81.9366 47.007 81.995 46.9614C82.1092 46.8778 82.2155 46.7839 82.3124 46.6808C82.5747 46.4014 82.785 46.0774 82.9334 45.724C83.2508 45.011 83.3336 43.7138 83.49 43.0376C83.5174 42.8987 83.5705 42.7661 83.6464 42.6466C83.892 42.3773 84.0521 42.0411 84.1064 41.6806C84.1174 41.4959 84.0676 41.3127 83.9646 41.159C83.8616 41.0053 83.711 40.8896 83.536 40.8296L83.0346 40.7652C81.4246 40.5674 79.327 40.4846 78.0712 40.825C76.498 41.2528 75.9506 41.745 75.072 41.745C74.1934 41.745 73.7196 41.2022 72.2246 40.7146C71.0378 40.3282 69.0736 40.342 67.574 40.48L67.114 40.526C66.9504 40.5846 66.8103 40.6948 66.7148 40.84C66.6194 40.9853 66.5738 41.1576 66.585 41.331ZM76.9442 42.32C77.0684 42.1659 77.2256 42.0417 77.4042 41.9566C77.4287 41.9387 77.4549 41.9233 77.4824 41.9106H77.5284C77.5974 41.8738 77.671 41.837 77.7492 41.8048L77.9562 41.722C78.1758 41.6386 78.4 41.5679 78.6278 41.5104L78.8946 41.446C79.1246 41.4 79.3546 41.3632 79.5846 41.3402C79.6397 41.3359 79.6951 41.3359 79.7502 41.3402C81.2636 41.216 82.2112 41.5748 82.5562 41.883C82.9012 42.1912 82.7494 43.608 82.6068 44.321V44.3716C82.6068 44.3716 82.6068 44.4084 82.6068 44.4268C82.6068 44.5142 82.57 44.6108 82.5424 44.7166C82.5148 44.8224 82.5102 44.8316 82.4918 44.8914C82.4596 44.988 82.4274 45.0846 82.3906 45.1858C82.3772 45.2204 82.3618 45.2542 82.3446 45.287C82.3382 45.3074 82.3305 45.3274 82.3216 45.3468L82.2894 45.4158L82.248 45.4986L82.1974 45.5952C82.1974 45.6274 82.156 45.6596 82.133 45.6918C82.1143 45.7272 82.0927 45.7611 82.0686 45.793C81.8313 46.1285 81.5115 46.3971 81.14 46.5728C80.7684 46.7485 80.3579 46.8253 79.948 46.7958C79.5362 46.8183 79.1242 46.7537 78.739 46.6063C78.3538 46.4589 78.004 46.2319 77.7124 45.9402C77.3492 45.5327 77.0973 45.0384 76.981 44.505C76.7556 43.7 76.6498 42.7524 76.9442 42.32ZM68.0294 41.5794C68.1388 41.4822 68.2631 41.403 68.3974 41.3448H68.425L68.5906 41.2804L68.6918 41.2482H68.7746H68.8298H68.8528H68.9356C69.0414 41.2482 69.1564 41.2068 69.2852 41.1884H69.4738H70.0856C70.3064 41.1884 70.5456 41.2206 70.7848 41.2528C71.8658 41.4092 72.9974 41.9106 73.2918 42.3568C73.5862 42.803 73.5218 43.7368 73.3792 44.5142C73.3483 44.6956 73.3021 44.8741 73.2412 45.0478C73.2398 45.0616 73.2398 45.0755 73.2412 45.0892C73.2412 45.0892 73.2412 45.1214 73.2412 45.1398V45.1766L73.2136 45.241L73.1584 45.3698C73.1584 45.4066 73.1216 45.448 73.0986 45.4848C73.0994 45.4971 73.0994 45.5094 73.0986 45.5216L73.0526 45.5998L73.0112 45.6642C72.7658 46.0258 72.4258 46.3131 72.0284 46.4948C71.6309 46.6765 71.1912 46.7456 70.7572 46.6946C70.3644 46.6862 69.9782 46.592 69.6256 46.4186C68.5492 45.8758 68.2732 44.666 68.149 44.1186C67.919 43.2952 67.7074 41.883 68.0294 41.5748V41.5794Z\"\n fill=\"#263238\"\n />\n <path\n d=\"M75.3296 42.9915L75.1686 48.9071L71.8704 47.9503L74.9478 42.9409C75.0772 42.9285 75.2078 42.9458 75.3296 42.9915Z\"\n fill=\"#874C4C\"\n />\n </svg>\n );\n};\n\nexport default StartIcon;\n","// import QrCodeRedirect from \"./QrCodeRedirect\";\nimport type { stepObject } from \"../../types/session\";\nimport StartIcon from \"../icons/StartIcon\";\n\nconst StartSession = ({ stepObject }: { stepObject: stepObject }) => {\n const { setStep } = stepObject;\n\n return (\n <div className=\"relative flex flex-wrap content-between items-center w-[600px] h-[600px] overflow-hidden\">\n {/* {showQrCode ? (\n <QrCodeRedirect\n handleNext={handleQrNext}\n setShowQrCode={setShowQrCode}\n sessionId={sessionId}\n />\n ) : ( */}\n <div className=\"flex flex-col items-center justify-center w-full h-full px-6 sm:px-12 overflow-hidden\">\n {/* Top section */}\n <div className=\"flex flex-col items-center justify-center absolute top-1/2 left-1/2 -translate-x-1/2 -translate-y-[55%] sm:static sm:translate-x-0 sm:translate-y-0\">\n <StartIcon className=\"w-[230px] h-[230px]\" />\n <h1 className=\"text-[#3C3C40] text-center text-[32px] font-bold leading-[110%] w-[400px] mt-10 mb-[18px]\">\n Vérifions vos documents\n </h1>\n <p className=\"text-[#3C3C40] text-center text-[12px] font-semibold leading-[120%] w-[400px] mb-[82px] sm:mb-[80px] sm:px-[78px]\">\n Pour réduire le risque de fraude, nous devons vérifier vos documents\n </p>\n </div>\n\n {/* Bottom section */}\n <div className=\"absolute bottom-5 left-1/2 -translate-x-1/2 w-[345px] sm:static sm:w-[345px] sm:translate-x-0\">\n <p className=\"text-[#3C3C40B3] text-center text-[12px] font-semibold leading-[120%] mb-[18px]\">\n En cliquant sur commencer, j’accepte les&nbsp;\n <a\n href=\"https://www.datakeen.co/conditions-generales-dutilisation/\"\n target=\"_blank\"\n rel=\"noopener noreferrer\"\n className=\"underline\"\n >\n conditions d’utilisation\n </a>{\" \"}\n de Datakeen et je déclare avoir lu la&nbsp;\n <a\n href=\"https://www.datakeen.co/regles-de-confidentialite/\"\n target=\"_blank\"\n rel=\"noopener noreferrer\"\n className=\"underline\"\n >\n déclaration de protection des données.\n </a>\n </p>\n\n <button\n onClick={() => {\n setStep(1);\n }}\n id=\"start-button\"\n className=\"w-[322px] sm:w-[137px] h-[48px] sm:h-[36px] bg-[#3C3C40] border border-[#3C3C40] text-white text-[14px] font-semibold rounded-[32px] sm:rounded-[6px] mx-auto flex justify-center items-center cursor-pointer hover:bg-[#4C4C50] transition-colors duration-200\"\n >\n Commencer\n </button>\n </div>\n </div>\n {/* )} */}\n </div>\n );\n};\n\nexport default StartSession;\n","const Paper = ({\n children,\n className = \"\",\n}: {\n children: React.ReactNode;\n className?: string;\n}) => {\n return (\n <div className={`bg-white shadow-md rounded-lg p-4 ${className}`}>\n {children}\n </div>\n );\n};\n\nexport default Paper;\n","import { useState } from \"react\";\nimport UserInputForm from \"./session/UserInputForm\";\nimport StartSession from \"./session/StartSession\";\nimport type { DatakeenSessionProps } from \"../types/session\";\nimport type { stepObject } from \"../types/session\";\nimport Paper from \"./ui/Paper\";\n\nconst DatakeenSession = ({ sessionId }: DatakeenSessionProps) => {\n const [step, setStep] = useState(0);\n const stepObject: stepObject = {\n setStep,\n step,\n };\n\n if (!sessionId) {\n return (\n <div className=\"flex flex-col items-center justify-center h-screen\">\n <h1 className=\"text-2xl font-bold\">Session ID is required</h1>\n </div>\n );\n }\n\n return (\n <Paper className=\"w-full h-full sm:w-[600px] sm:h-[600px] background-white rounded-lg overflow-auto sm:pt-4 sm:pb-4 z-10\">\n {step === 0 && <StartSession stepObject={stepObject} />}\n {step === 1 && <UserInputForm stepObject={stepObject} />}\n </Paper>\n );\n};\n\nexport default DatakeenSession;\n","import DatakeenSession from \"../components/DatakeenSession\";\nimport type { UseSessionReturn } from \"../types/session\";\nimport { useMemo } from \"react\";\n\n/**\n * Custom hook to manage the session component.\n * @param {string} sessionId - The ID of the session.\n * @returns {UseSessionReturn} - An object containing the session component. The session component is a React element that can be rendered in your application.\n */\nconst useSession = (sessionId: string): UseSessionReturn => {\n const SessionComponent = useMemo(() => {\n if (!sessionId) {\n return <div>No session ID provided.</div>;\n }\n return <DatakeenSession sessionId={sessionId} />;\n }, [sessionId]);\n\n return {\n SessionComponent,\n };\n};\n\nexport default useSession;\n"],"names":["__assign","Object","assign","t","s","i","n","arguments","length","p","prototype","hasOwnProperty","call","apply","this","setRef","ref","value","current","useComposedRefs","refs","React","useCallback","node","hasCleanup","cleanups","map","cleanup","composeRefs","createSlotClone","ownerName","SlotClone","forwardRef","props","forwardedRef","children","slotProps","isValidElement","element","getter","getOwnPropertyDescriptor","get","mayWarn","isReactWarning","getElementRef","props2","childProps","overrideProps","propName","slotPropValue","childPropValue","test","args","result","filter","Boolean","join","mergeProps","type","Fragment","cloneElement","Children","count","only","displayName","SuppressedError","SLOTTABLE_IDENTIFIER","Symbol","isSlottable","child","__radixId","Primitive","reduce","primitive","Slot","Slot2","childrenArray","toArray","slottable","find","newElement","newChildren","jsx","createSlot","Node","asChild","primitiveProps","Comp","window","for","Label","label","onMouseDown","event","target","closest","defaultPrevented","detail","preventDefault","Root","UserInputForm","_a","stepObject","setStep","step","_b","useState","lastName","firstName","birthDate","form","setForm","handleChange","key","prev","_jsxs","className","_jsx","Label.Root","htmlFor","id","onChange","e","jsxs","onClick","console","log","StartIcon","width","height","viewBox","fill","xmlns","d","opacity","StartSession","href","rel","Paper","concat","DatakeenSession","sessionId","SessionComponent","useMemo"],"mappings":"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","x_google_ignoreList":[0,1,2,3,4]}
1
+ {"version":3,"file":"index.js","sources":["../node_modules/.pnpm/@rollup+plugin-typescript@12.1.2_rollup@4.40.2_tslib@2.8.1_typescript@5.8.3/node_modules/tslib/tslib.es6.js","../node_modules/.pnpm/@radix-ui+react-compose-refs@1.1.2_@types+react@19.1.4_react@19.1.0/node_modules/@radix-ui/react-compose-refs/dist/index.mjs","../node_modules/.pnpm/@radix-ui+react-slot@1.2.2_@types+react@19.1.4_react@19.1.0/node_modules/@radix-ui/react-slot/dist/index.mjs","../node_modules/.pnpm/@radix-ui+react-primitive@2.1.2_@types+react-dom@19.1.5_@types+react@19.1.4__@types+rea_7b933c94c4e5e4ade0d694d5b36d9593/node_modules/@radix-ui/react-primitive/dist/index.mjs","../node_modules/.pnpm/@radix-ui+react-label@2.1.6_@types+react-dom@19.1.5_@types+react@19.1.4__@types+react@1_f5d76421f0b83349b902a67252a7f51f/node_modules/@radix-ui/react-label/dist/index.mjs","../src/components/ui/Button.tsx","../src/components/icons/PoweredByIcon.tsx","../src/components/ui/PoweredBy.tsx","../src/components/ui/Title.tsx","../src/components/ui/Subtitle.tsx","../src/components/session/UserInputForm.tsx","../src/components/ui/Paper.tsx","../src/components/icons/StartIcon.tsx","../src/components/start-flow/Start.tsx","../src/components/ui/Body.tsx","../node_modules/.pnpm/@radix-ui+number@1.1.1/node_modules/@radix-ui/number/dist/index.mjs","../node_modules/.pnpm/@radix-ui+primitive@1.1.2/node_modules/@radix-ui/primitive/dist/index.mjs","../node_modules/.pnpm/@radix-ui+react-context@1.1.2_@types+react@19.1.4_react@19.1.0/node_modules/@radix-ui/react-context/dist/index.mjs","../node_modules/.pnpm/@radix-ui+react-slot@1.2.3_@types+react@19.1.4_react@19.1.0/node_modules/@radix-ui/react-slot/dist/index.mjs","../node_modules/.pnpm/@radix-ui+react-direction@1.1.1_@types+react@19.1.4_react@19.1.0/node_modules/@radix-ui/react-direction/dist/index.mjs","../node_modules/.pnpm/@radix-ui+react-primitive@2.1.3_@types+react-dom@19.1.5_@types+react@19.1.4__@types+rea_5995b29907b4034fd01e32785b01e59f/node_modules/@radix-ui/react-primitive/dist/index.mjs","../node_modules/.pnpm/@radix-ui+react-use-callback-ref@1.1.1_@types+react@19.1.4_react@19.1.0/node_modules/@radix-ui/react-use-callback-ref/dist/index.mjs","../node_modules/.pnpm/@radix-ui+react-dismissable-layer@1.1.10_@types+react-dom@19.1.5_@types+react@19.1.4__@_422595167670725011b69572eff325ac/node_modules/@radix-ui/react-dismissable-layer/dist/index.mjs","../node_modules/.pnpm/@radix-ui+react-use-escape-keydown@1.1.1_@types+react@19.1.4_react@19.1.0/node_modules/@radix-ui/react-use-escape-keydown/dist/index.mjs","../node_modules/.pnpm/@radix-ui+react-focus-guards@1.1.2_@types+react@19.1.4_react@19.1.0/node_modules/@radix-ui/react-focus-guards/dist/index.mjs","../node_modules/.pnpm/@radix-ui+react-focus-scope@1.1.7_@types+react-dom@19.1.5_@types+react@19.1.4__@types+r_75117573eeab0ad96c1d6e544fdd311f/node_modules/@radix-ui/react-focus-scope/dist/index.mjs","../node_modules/.pnpm/@radix-ui+react-use-layout-effect@1.1.1_@types+react@19.1.4_react@19.1.0/node_modules/@radix-ui/react-use-layout-effect/dist/index.mjs","../node_modules/.pnpm/@radix-ui+react-id@1.1.1_@types+react@19.1.4_react@19.1.0/node_modules/@radix-ui/react-id/dist/index.mjs","../node_modules/.pnpm/@floating-ui+utils@0.2.9/node_modules/@floating-ui/utils/dist/floating-ui.utils.mjs","../node_modules/.pnpm/@floating-ui+core@1.7.0/node_modules/@floating-ui/core/dist/floating-ui.core.mjs","../node_modules/.pnpm/@floating-ui+utils@0.2.9/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.mjs","../node_modules/.pnpm/@floating-ui+dom@1.7.0/node_modules/@floating-ui/dom/dist/floating-ui.dom.mjs","../node_modules/.pnpm/@floating-ui+react-dom@2.1.2_react-dom@19.1.0_react@19.1.0__react@19.1.0/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.mjs","../node_modules/.pnpm/@radix-ui+react-arrow@1.1.7_@types+react-dom@19.1.5_@types+react@19.1.4__@types+react@1_ee0d9cb63f65cdc616342e3b08ce3711/node_modules/@radix-ui/react-arrow/dist/index.mjs","../node_modules/.pnpm/@radix-ui+react-use-size@1.1.1_@types+react@19.1.4_react@19.1.0/node_modules/@radix-ui/react-use-size/dist/index.mjs","../node_modules/.pnpm/@radix-ui+react-popper@1.2.7_@types+react-dom@19.1.5_@types+react@19.1.4__@types+react@_0cb242d0add104272a545734161c59b1/node_modules/@radix-ui/react-popper/dist/index.mjs","../node_modules/.pnpm/@radix-ui+react-portal@1.1.9_@types+react-dom@19.1.5_@types+react@19.1.4__@types+react@_9fef6ae75aba8aa40787e025c22cfd92/node_modules/@radix-ui/react-portal/dist/index.mjs","../node_modules/.pnpm/@radix-ui+react-use-controllable-state@1.2.2_@types+react@19.1.4_react@19.1.0/node_modules/@radix-ui/react-use-controllable-state/dist/index.mjs","../node_modules/.pnpm/@radix-ui+react-use-previous@1.1.1_@types+react@19.1.4_react@19.1.0/node_modules/@radix-ui/react-use-previous/dist/index.mjs","../node_modules/.pnpm/@radix-ui+react-visually-hidden@1.2.3_@types+react-dom@19.1.5_@types+react@19.1.4__@typ_0bbf573224db5af97d6828cf1a21795c/node_modules/@radix-ui/react-visually-hidden/dist/index.mjs","../node_modules/.pnpm/aria-hidden@1.2.6/node_modules/aria-hidden/dist/es2015/index.js","../node_modules/.pnpm/react-remove-scroll-bar@2.3.8_@types+react@19.1.4_react@19.1.0/node_modules/react-remove-scroll-bar/dist/es2015/constants.js","../node_modules/.pnpm/use-callback-ref@1.3.3_@types+react@19.1.4_react@19.1.0/node_modules/use-callback-ref/dist/es2015/assignRef.js","../node_modules/.pnpm/use-callback-ref@1.3.3_@types+react@19.1.4_react@19.1.0/node_modules/use-callback-ref/dist/es2015/useMergeRef.js","../node_modules/.pnpm/use-callback-ref@1.3.3_@types+react@19.1.4_react@19.1.0/node_modules/use-callback-ref/dist/es2015/useRef.js","../node_modules/.pnpm/use-sidecar@1.1.3_@types+react@19.1.4_react@19.1.0/node_modules/use-sidecar/dist/es2015/medium.js","../node_modules/.pnpm/use-sidecar@1.1.3_@types+react@19.1.4_react@19.1.0/node_modules/use-sidecar/dist/es2015/exports.js","../node_modules/.pnpm/react-remove-scroll@2.7.0_@types+react@19.1.4_react@19.1.0/node_modules/react-remove-scroll/dist/es2015/medium.js","../node_modules/.pnpm/react-remove-scroll@2.7.0_@types+react@19.1.4_react@19.1.0/node_modules/react-remove-scroll/dist/es2015/UI.js","../node_modules/.pnpm/react-style-singleton@2.2.3_@types+react@19.1.4_react@19.1.0/node_modules/react-style-singleton/dist/es2015/singleton.js","../node_modules/.pnpm/get-nonce@1.0.1/node_modules/get-nonce/dist/es2015/index.js","../node_modules/.pnpm/react-style-singleton@2.2.3_@types+react@19.1.4_react@19.1.0/node_modules/react-style-singleton/dist/es2015/component.js","../node_modules/.pnpm/react-style-singleton@2.2.3_@types+react@19.1.4_react@19.1.0/node_modules/react-style-singleton/dist/es2015/hook.js","../node_modules/.pnpm/react-remove-scroll-bar@2.3.8_@types+react@19.1.4_react@19.1.0/node_modules/react-remove-scroll-bar/dist/es2015/utils.js","../node_modules/.pnpm/react-remove-scroll-bar@2.3.8_@types+react@19.1.4_react@19.1.0/node_modules/react-remove-scroll-bar/dist/es2015/component.js","../node_modules/.pnpm/react-remove-scroll@2.7.0_@types+react@19.1.4_react@19.1.0/node_modules/react-remove-scroll/dist/es2015/aggresiveCapture.js","../node_modules/.pnpm/react-remove-scroll@2.7.0_@types+react@19.1.4_react@19.1.0/node_modules/react-remove-scroll/dist/es2015/handleScroll.js","../node_modules/.pnpm/react-remove-scroll@2.7.0_@types+react@19.1.4_react@19.1.0/node_modules/react-remove-scroll/dist/es2015/SideEffect.js","../node_modules/.pnpm/react-remove-scroll@2.7.0_@types+react@19.1.4_react@19.1.0/node_modules/react-remove-scroll/dist/es2015/sidecar.js","../node_modules/.pnpm/react-remove-scroll@2.7.0_@types+react@19.1.4_react@19.1.0/node_modules/react-remove-scroll/dist/es2015/Combination.js","../node_modules/.pnpm/@radix-ui+react-select@2.2.5_@types+react-dom@19.1.5_@types+react@19.1.4__@types+react@_ebc39761ef66d659aac957c2446b5f6c/node_modules/@radix-ui/react-select/dist/index.mjs","../node_modules/.pnpm/@radix-ui+react-collection@1.1.7_@types+react-dom@19.1.5_@types+react@19.1.4__@types+re_83bf621c9d82f6e66ddc37f638489160/node_modules/@radix-ui/react-collection/dist/index.mjs","../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/shared/src/utils.js","../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/defaultAttributes.js","../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/Icon.js","../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/createLucideIcon.js","../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/check.js","../node_modules/.pnpm/lucide-react@0.511.0_react@19.1.0/node_modules/lucide-react/dist/esm/icons/chevron-down.js","../src/components/ui/Select.tsx","../src/utils/languages.ts","../node_modules/.pnpm/@radix-ui+react-presence@1.1.4_@types+react-dom@19.1.5_@types+react@19.1.4__@types+reac_0d0cd24fc19ea4534d390a6089f37aea/node_modules/@radix-ui/react-presence/dist/index.mjs","../node_modules/.pnpm/@radix-ui+react-checkbox@1.3.2_@types+react-dom@19.1.5_@types+react@19.1.4__@types+reac_535bfd4f57a133ae970b591ae4bac441/node_modules/@radix-ui/react-checkbox/dist/index.mjs","../node_modules/.pnpm/@radix-ui+react-icons@1.3.2_react@19.1.0/node_modules/@radix-ui/react-icons/dist/react-icons.esm.js","../src/components/start-flow/CGU.tsx","../src/components/session/StartSession.tsx","../src/hooks/useIsMobile.tsx","../src/components/DatakeenSession.tsx","../src/hooks/useSession.tsx"],"sourcesContent":["/******************************************************************************\r\nCopyright (c) Microsoft Corporation.\r\n\r\nPermission to use, copy, modify, and/or distribute this software for any\r\npurpose with or without fee is hereby granted.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\r\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\r\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\r\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\r\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\r\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\r\nPERFORMANCE OF THIS SOFTWARE.\r\n***************************************************************************** */\r\n/* global Reflect, Promise, SuppressedError, Symbol, Iterator */\r\n\r\nvar extendStatics = function(d, b) {\r\n extendStatics = Object.setPrototypeOf ||\r\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r\n function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\r\n return extendStatics(d, b);\r\n};\r\n\r\nexport function __extends(d, b) {\r\n if (typeof b !== \"function\" && b !== null)\r\n throw new TypeError(\"Class extends value \" + String(b) + \" is not a constructor or null\");\r\n extendStatics(d, b);\r\n function __() { this.constructor = d; }\r\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r\n}\r\n\r\nexport var __assign = function() {\r\n __assign = Object.assign || function __assign(t) {\r\n for (var s, i = 1, n = arguments.length; i < n; i++) {\r\n s = arguments[i];\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r\n }\r\n return t;\r\n }\r\n return __assign.apply(this, arguments);\r\n}\r\n\r\nexport function __rest(s, e) {\r\n var t = {};\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\r\n t[p] = s[p];\r\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\r\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\r\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\r\n t[p[i]] = s[p[i]];\r\n }\r\n return t;\r\n}\r\n\r\nexport function __decorate(decorators, target, key, desc) {\r\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\r\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\r\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\r\n return c > 3 && r && Object.defineProperty(target, key, r), r;\r\n}\r\n\r\nexport function __param(paramIndex, decorator) {\r\n return function (target, key) { decorator(target, key, paramIndex); }\r\n}\r\n\r\nexport function __esDecorate(ctor, descriptorIn, decorators, contextIn, initializers, extraInitializers) {\r\n function accept(f) { if (f !== void 0 && typeof f !== \"function\") throw new TypeError(\"Function expected\"); return f; }\r\n var kind = contextIn.kind, key = kind === \"getter\" ? \"get\" : kind === \"setter\" ? \"set\" : \"value\";\r\n var target = !descriptorIn && ctor ? contextIn[\"static\"] ? ctor : ctor.prototype : null;\r\n var descriptor = descriptorIn || (target ? Object.getOwnPropertyDescriptor(target, contextIn.name) : {});\r\n var _, done = false;\r\n for (var i = decorators.length - 1; i >= 0; i--) {\r\n var context = {};\r\n for (var p in contextIn) context[p] = p === \"access\" ? {} : contextIn[p];\r\n for (var p in contextIn.access) context.access[p] = contextIn.access[p];\r\n context.addInitializer = function (f) { if (done) throw new TypeError(\"Cannot add initializers after decoration has completed\"); extraInitializers.push(accept(f || null)); };\r\n var result = (0, decorators[i])(kind === \"accessor\" ? { get: descriptor.get, set: descriptor.set } : descriptor[key], context);\r\n if (kind === \"accessor\") {\r\n if (result === void 0) continue;\r\n if (result === null || typeof result !== \"object\") throw new TypeError(\"Object expected\");\r\n if (_ = accept(result.get)) descriptor.get = _;\r\n if (_ = accept(result.set)) descriptor.set = _;\r\n if (_ = accept(result.init)) initializers.unshift(_);\r\n }\r\n else if (_ = accept(result)) {\r\n if (kind === \"field\") initializers.unshift(_);\r\n else descriptor[key] = _;\r\n }\r\n }\r\n if (target) Object.defineProperty(target, contextIn.name, descriptor);\r\n done = true;\r\n};\r\n\r\nexport function __runInitializers(thisArg, initializers, value) {\r\n var useValue = arguments.length > 2;\r\n for (var i = 0; i < initializers.length; i++) {\r\n value = useValue ? initializers[i].call(thisArg, value) : initializers[i].call(thisArg);\r\n }\r\n return useValue ? value : void 0;\r\n};\r\n\r\nexport function __propKey(x) {\r\n return typeof x === \"symbol\" ? x : \"\".concat(x);\r\n};\r\n\r\nexport function __setFunctionName(f, name, prefix) {\r\n if (typeof name === \"symbol\") name = name.description ? \"[\".concat(name.description, \"]\") : \"\";\r\n return Object.defineProperty(f, \"name\", { configurable: true, value: prefix ? \"\".concat(prefix, \" \", name) : name });\r\n};\r\n\r\nexport function __metadata(metadataKey, metadataValue) {\r\n if (typeof Reflect === \"object\" && typeof Reflect.metadata === \"function\") return Reflect.metadata(metadataKey, metadataValue);\r\n}\r\n\r\nexport function __awaiter(thisArg, _arguments, P, generator) {\r\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\r\n return new (P || (P = Promise))(function (resolve, reject) {\r\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\r\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\r\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\r\n step((generator = generator.apply(thisArg, _arguments || [])).next());\r\n });\r\n}\r\n\r\nexport function __generator(thisArg, body) {\r\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g = Object.create((typeof Iterator === \"function\" ? Iterator : Object).prototype);\r\n return g.next = verb(0), g[\"throw\"] = verb(1), g[\"return\"] = verb(2), typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\r\n function verb(n) { return function (v) { return step([n, v]); }; }\r\n function step(op) {\r\n if (f) throw new TypeError(\"Generator is already executing.\");\r\n while (g && (g = 0, op[0] && (_ = 0)), _) try {\r\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\r\n if (y = 0, t) op = [op[0] & 2, t.value];\r\n switch (op[0]) {\r\n case 0: case 1: t = op; break;\r\n case 4: _.label++; return { value: op[1], done: false };\r\n case 5: _.label++; y = op[1]; op = [0]; continue;\r\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\r\n default:\r\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\r\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\r\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\r\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\r\n if (t[2]) _.ops.pop();\r\n _.trys.pop(); continue;\r\n }\r\n op = body.call(thisArg, _);\r\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\r\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\r\n }\r\n}\r\n\r\nexport var __createBinding = Object.create ? (function(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n var desc = Object.getOwnPropertyDescriptor(m, k);\r\n if (!desc || (\"get\" in desc ? !m.__esModule : desc.writable || desc.configurable)) {\r\n desc = { enumerable: true, get: function() { return m[k]; } };\r\n }\r\n Object.defineProperty(o, k2, desc);\r\n}) : (function(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n o[k2] = m[k];\r\n});\r\n\r\nexport function __exportStar(m, o) {\r\n for (var p in m) if (p !== \"default\" && !Object.prototype.hasOwnProperty.call(o, p)) __createBinding(o, m, p);\r\n}\r\n\r\nexport function __values(o) {\r\n var s = typeof Symbol === \"function\" && Symbol.iterator, m = s && o[s], i = 0;\r\n if (m) return m.call(o);\r\n if (o && typeof o.length === \"number\") return {\r\n next: function () {\r\n if (o && i >= o.length) o = void 0;\r\n return { value: o && o[i++], done: !o };\r\n }\r\n };\r\n throw new TypeError(s ? \"Object is not iterable.\" : \"Symbol.iterator is not defined.\");\r\n}\r\n\r\nexport function __read(o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n}\r\n\r\n/** @deprecated */\r\nexport function __spread() {\r\n for (var ar = [], i = 0; i < arguments.length; i++)\r\n ar = ar.concat(__read(arguments[i]));\r\n return ar;\r\n}\r\n\r\n/** @deprecated */\r\nexport function __spreadArrays() {\r\n for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;\r\n for (var r = Array(s), k = 0, i = 0; i < il; i++)\r\n for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)\r\n r[k] = a[j];\r\n return r;\r\n}\r\n\r\nexport function __spreadArray(to, from, pack) {\r\n if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {\r\n if (ar || !(i in from)) {\r\n if (!ar) ar = Array.prototype.slice.call(from, 0, i);\r\n ar[i] = from[i];\r\n }\r\n }\r\n return to.concat(ar || Array.prototype.slice.call(from));\r\n}\r\n\r\nexport function __await(v) {\r\n return this instanceof __await ? (this.v = v, this) : new __await(v);\r\n}\r\n\r\nexport function __asyncGenerator(thisArg, _arguments, generator) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var g = generator.apply(thisArg, _arguments || []), i, q = [];\r\n return i = Object.create((typeof AsyncIterator === \"function\" ? AsyncIterator : Object).prototype), verb(\"next\"), verb(\"throw\"), verb(\"return\", awaitReturn), i[Symbol.asyncIterator] = function () { return this; }, i;\r\n function awaitReturn(f) { return function (v) { return Promise.resolve(v).then(f, reject); }; }\r\n function verb(n, f) { if (g[n]) { i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; if (f) i[n] = f(i[n]); } }\r\n function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }\r\n function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\r\n function fulfill(value) { resume(\"next\", value); }\r\n function reject(value) { resume(\"throw\", value); }\r\n function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }\r\n}\r\n\r\nexport function __asyncDelegator(o) {\r\n var i, p;\r\n return i = {}, verb(\"next\"), verb(\"throw\", function (e) { throw e; }), verb(\"return\"), i[Symbol.iterator] = function () { return this; }, i;\r\n function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: false } : f ? f(v) : v; } : f; }\r\n}\r\n\r\nexport function __asyncValues(o) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var m = o[Symbol.asyncIterator], i;\r\n return m ? m.call(o) : (o = typeof __values === \"function\" ? __values(o) : o[Symbol.iterator](), i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i);\r\n function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }\r\n function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }\r\n}\r\n\r\nexport function __makeTemplateObject(cooked, raw) {\r\n if (Object.defineProperty) { Object.defineProperty(cooked, \"raw\", { value: raw }); } else { cooked.raw = raw; }\r\n return cooked;\r\n};\r\n\r\nvar __setModuleDefault = Object.create ? (function(o, v) {\r\n Object.defineProperty(o, \"default\", { enumerable: true, value: v });\r\n}) : function(o, v) {\r\n o[\"default\"] = v;\r\n};\r\n\r\nvar ownKeys = function(o) {\r\n ownKeys = Object.getOwnPropertyNames || function (o) {\r\n var ar = [];\r\n for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;\r\n return ar;\r\n };\r\n return ownKeys(o);\r\n};\r\n\r\nexport function __importStar(mod) {\r\n if (mod && mod.__esModule) return mod;\r\n var result = {};\r\n if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== \"default\") __createBinding(result, mod, k[i]);\r\n __setModuleDefault(result, mod);\r\n return result;\r\n}\r\n\r\nexport function __importDefault(mod) {\r\n return (mod && mod.__esModule) ? mod : { default: mod };\r\n}\r\n\r\nexport function __classPrivateFieldGet(receiver, state, kind, f) {\r\n if (kind === \"a\" && !f) throw new TypeError(\"Private accessor was defined without a getter\");\r\n if (typeof state === \"function\" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");\r\n return kind === \"m\" ? f : kind === \"a\" ? f.call(receiver) : f ? f.value : state.get(receiver);\r\n}\r\n\r\nexport function __classPrivateFieldSet(receiver, state, value, kind, f) {\r\n if (kind === \"m\") throw new TypeError(\"Private method is not writable\");\r\n if (kind === \"a\" && !f) throw new TypeError(\"Private accessor was defined without a setter\");\r\n if (typeof state === \"function\" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");\r\n return (kind === \"a\" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;\r\n}\r\n\r\nexport function __classPrivateFieldIn(state, receiver) {\r\n if (receiver === null || (typeof receiver !== \"object\" && typeof receiver !== \"function\")) throw new TypeError(\"Cannot use 'in' operator on non-object\");\r\n return typeof state === \"function\" ? receiver === state : state.has(receiver);\r\n}\r\n\r\nexport function __addDisposableResource(env, value, async) {\r\n if (value !== null && value !== void 0) {\r\n if (typeof value !== \"object\" && typeof value !== \"function\") throw new TypeError(\"Object expected.\");\r\n var dispose, inner;\r\n if (async) {\r\n if (!Symbol.asyncDispose) throw new TypeError(\"Symbol.asyncDispose is not defined.\");\r\n dispose = value[Symbol.asyncDispose];\r\n }\r\n if (dispose === void 0) {\r\n if (!Symbol.dispose) throw new TypeError(\"Symbol.dispose is not defined.\");\r\n dispose = value[Symbol.dispose];\r\n if (async) inner = dispose;\r\n }\r\n if (typeof dispose !== \"function\") throw new TypeError(\"Object not disposable.\");\r\n if (inner) dispose = function() { try { inner.call(this); } catch (e) { return Promise.reject(e); } };\r\n env.stack.push({ value: value, dispose: dispose, async: async });\r\n }\r\n else if (async) {\r\n env.stack.push({ async: true });\r\n }\r\n return value;\r\n\r\n}\r\n\r\nvar _SuppressedError = typeof SuppressedError === \"function\" ? SuppressedError : function (error, suppressed, message) {\r\n var e = new Error(message);\r\n return e.name = \"SuppressedError\", e.error = error, e.suppressed = suppressed, e;\r\n};\r\n\r\nexport function __disposeResources(env) {\r\n function fail(e) {\r\n env.error = env.hasError ? new _SuppressedError(e, env.error, \"An error was suppressed during disposal.\") : e;\r\n env.hasError = true;\r\n }\r\n var r, s = 0;\r\n function next() {\r\n while (r = env.stack.pop()) {\r\n try {\r\n if (!r.async && s === 1) return s = 0, env.stack.push(r), Promise.resolve().then(next);\r\n if (r.dispose) {\r\n var result = r.dispose.call(r.value);\r\n if (r.async) return s |= 2, Promise.resolve(result).then(next, function(e) { fail(e); return next(); });\r\n }\r\n else s |= 1;\r\n }\r\n catch (e) {\r\n fail(e);\r\n }\r\n }\r\n if (s === 1) return env.hasError ? Promise.reject(env.error) : Promise.resolve();\r\n if (env.hasError) throw env.error;\r\n }\r\n return next();\r\n}\r\n\r\nexport function __rewriteRelativeImportExtension(path, preserveJsx) {\r\n if (typeof path === \"string\" && /^\\.\\.?\\//.test(path)) {\r\n return path.replace(/\\.(tsx)$|((?:\\.d)?)((?:\\.[^./]+?)?)\\.([cm]?)ts$/i, function (m, tsx, d, ext, cm) {\r\n return tsx ? preserveJsx ? \".jsx\" : \".js\" : d && (!ext || !cm) ? m : (d + ext + \".\" + cm.toLowerCase() + \"js\");\r\n });\r\n }\r\n return path;\r\n}\r\n\r\nexport default {\r\n __extends: __extends,\r\n __assign: __assign,\r\n __rest: __rest,\r\n __decorate: __decorate,\r\n __param: __param,\r\n __esDecorate: __esDecorate,\r\n __runInitializers: __runInitializers,\r\n __propKey: __propKey,\r\n __setFunctionName: __setFunctionName,\r\n __metadata: __metadata,\r\n __awaiter: __awaiter,\r\n __generator: __generator,\r\n __createBinding: __createBinding,\r\n __exportStar: __exportStar,\r\n __values: __values,\r\n __read: __read,\r\n __spread: __spread,\r\n __spreadArrays: __spreadArrays,\r\n __spreadArray: __spreadArray,\r\n __await: __await,\r\n __asyncGenerator: __asyncGenerator,\r\n __asyncDelegator: __asyncDelegator,\r\n __asyncValues: __asyncValues,\r\n __makeTemplateObject: __makeTemplateObject,\r\n __importStar: __importStar,\r\n __importDefault: __importDefault,\r\n __classPrivateFieldGet: __classPrivateFieldGet,\r\n __classPrivateFieldSet: __classPrivateFieldSet,\r\n __classPrivateFieldIn: __classPrivateFieldIn,\r\n __addDisposableResource: __addDisposableResource,\r\n __disposeResources: __disposeResources,\r\n __rewriteRelativeImportExtension: __rewriteRelativeImportExtension,\r\n};\r\n","// packages/react/compose-refs/src/compose-refs.tsx\nimport * as React from \"react\";\nfunction setRef(ref, value) {\n if (typeof ref === \"function\") {\n return ref(value);\n } else if (ref !== null && ref !== void 0) {\n ref.current = value;\n }\n}\nfunction composeRefs(...refs) {\n return (node) => {\n let hasCleanup = false;\n const cleanups = refs.map((ref) => {\n const cleanup = setRef(ref, node);\n if (!hasCleanup && typeof cleanup == \"function\") {\n hasCleanup = true;\n }\n return cleanup;\n });\n if (hasCleanup) {\n return () => {\n for (let i = 0; i < cleanups.length; i++) {\n const cleanup = cleanups[i];\n if (typeof cleanup == \"function\") {\n cleanup();\n } else {\n setRef(refs[i], null);\n }\n }\n };\n }\n };\n}\nfunction useComposedRefs(...refs) {\n return React.useCallback(composeRefs(...refs), refs);\n}\nexport {\n composeRefs,\n useComposedRefs\n};\n//# sourceMappingURL=index.mjs.map\n","\"use client\";\n\n// src/slot.tsx\nimport * as React from \"react\";\nimport { useComposedRefs } from \"@radix-ui/react-compose-refs\";\nimport { Fragment as Fragment2, jsx } from \"react/jsx-runtime\";\n// @__NO_SIDE_EFFECTS__\nfunction createSlot(ownerName) {\n const SlotClone = /* @__PURE__ */ createSlotClone(ownerName);\n const Slot2 = React.forwardRef((props, forwardedRef) => {\n const { children, ...slotProps } = props;\n const childrenArray = React.Children.toArray(children);\n const slottable = childrenArray.find(isSlottable);\n if (slottable) {\n const newElement = slottable.props.children;\n const newChildren = childrenArray.map((child) => {\n if (child === slottable) {\n if (React.Children.count(newElement) > 1) return React.Children.only(null);\n return React.isValidElement(newElement) ? newElement.props.children : null;\n } else {\n return child;\n }\n });\n return /* @__PURE__ */ jsx(SlotClone, { ...slotProps, ref: forwardedRef, children: React.isValidElement(newElement) ? React.cloneElement(newElement, void 0, newChildren) : null });\n }\n return /* @__PURE__ */ jsx(SlotClone, { ...slotProps, ref: forwardedRef, children });\n });\n Slot2.displayName = `${ownerName}.Slot`;\n return Slot2;\n}\nvar Slot = /* @__PURE__ */ createSlot(\"Slot\");\n// @__NO_SIDE_EFFECTS__\nfunction createSlotClone(ownerName) {\n const SlotClone = React.forwardRef((props, forwardedRef) => {\n const { children, ...slotProps } = props;\n const childrenRef = React.isValidElement(children) ? getElementRef(children) : void 0;\n const ref = useComposedRefs(childrenRef, forwardedRef);\n if (React.isValidElement(children)) {\n const props2 = mergeProps(slotProps, children.props);\n if (children.type !== React.Fragment) {\n props2.ref = ref;\n }\n return React.cloneElement(children, props2);\n }\n return React.Children.count(children) > 1 ? React.Children.only(null) : null;\n });\n SlotClone.displayName = `${ownerName}.SlotClone`;\n return SlotClone;\n}\nvar SLOTTABLE_IDENTIFIER = Symbol(\"radix.slottable\");\n// @__NO_SIDE_EFFECTS__\nfunction createSlottable(ownerName) {\n const Slottable2 = ({ children }) => {\n return /* @__PURE__ */ jsx(Fragment2, { children });\n };\n Slottable2.displayName = `${ownerName}.Slottable`;\n Slottable2.__radixId = SLOTTABLE_IDENTIFIER;\n return Slottable2;\n}\nvar Slottable = /* @__PURE__ */ createSlottable(\"Slottable\");\nfunction isSlottable(child) {\n return React.isValidElement(child) && typeof child.type === \"function\" && \"__radixId\" in child.type && child.type.__radixId === SLOTTABLE_IDENTIFIER;\n}\nfunction mergeProps(slotProps, childProps) {\n const overrideProps = { ...childProps };\n for (const propName in childProps) {\n const slotPropValue = slotProps[propName];\n const childPropValue = childProps[propName];\n const isHandler = /^on[A-Z]/.test(propName);\n if (isHandler) {\n if (slotPropValue && childPropValue) {\n overrideProps[propName] = (...args) => {\n const result = childPropValue(...args);\n slotPropValue(...args);\n return result;\n };\n } else if (slotPropValue) {\n overrideProps[propName] = slotPropValue;\n }\n } else if (propName === \"style\") {\n overrideProps[propName] = { ...slotPropValue, ...childPropValue };\n } else if (propName === \"className\") {\n overrideProps[propName] = [slotPropValue, childPropValue].filter(Boolean).join(\" \");\n }\n }\n return { ...slotProps, ...overrideProps };\n}\nfunction getElementRef(element) {\n let getter = Object.getOwnPropertyDescriptor(element.props, \"ref\")?.get;\n let mayWarn = getter && \"isReactWarning\" in getter && getter.isReactWarning;\n if (mayWarn) {\n return element.ref;\n }\n getter = Object.getOwnPropertyDescriptor(element, \"ref\")?.get;\n mayWarn = getter && \"isReactWarning\" in getter && getter.isReactWarning;\n if (mayWarn) {\n return element.props.ref;\n }\n return element.props.ref || element.ref;\n}\nexport {\n Slot as Root,\n Slot,\n Slottable,\n createSlot,\n createSlottable\n};\n//# sourceMappingURL=index.mjs.map\n","// src/primitive.tsx\nimport * as React from \"react\";\nimport * as ReactDOM from \"react-dom\";\nimport { createSlot } from \"@radix-ui/react-slot\";\nimport { jsx } from \"react/jsx-runtime\";\nvar NODES = [\n \"a\",\n \"button\",\n \"div\",\n \"form\",\n \"h2\",\n \"h3\",\n \"img\",\n \"input\",\n \"label\",\n \"li\",\n \"nav\",\n \"ol\",\n \"p\",\n \"select\",\n \"span\",\n \"svg\",\n \"ul\"\n];\nvar Primitive = NODES.reduce((primitive, node) => {\n const Slot = createSlot(`Primitive.${node}`);\n const Node = React.forwardRef((props, forwardedRef) => {\n const { asChild, ...primitiveProps } = props;\n const Comp = asChild ? Slot : node;\n if (typeof window !== \"undefined\") {\n window[Symbol.for(\"radix-ui\")] = true;\n }\n return /* @__PURE__ */ jsx(Comp, { ...primitiveProps, ref: forwardedRef });\n });\n Node.displayName = `Primitive.${node}`;\n return { ...primitive, [node]: Node };\n}, {});\nfunction dispatchDiscreteCustomEvent(target, event) {\n if (target) ReactDOM.flushSync(() => target.dispatchEvent(event));\n}\nvar Root = Primitive;\nexport {\n Primitive,\n Root,\n dispatchDiscreteCustomEvent\n};\n//# sourceMappingURL=index.mjs.map\n","\"use client\";\n\n// src/label.tsx\nimport * as React from \"react\";\nimport { Primitive } from \"@radix-ui/react-primitive\";\nimport { jsx } from \"react/jsx-runtime\";\nvar NAME = \"Label\";\nvar Label = React.forwardRef((props, forwardedRef) => {\n return /* @__PURE__ */ jsx(\n Primitive.label,\n {\n ...props,\n ref: forwardedRef,\n onMouseDown: (event) => {\n const target = event.target;\n if (target.closest(\"button, input, select, textarea\")) return;\n props.onMouseDown?.(event);\n if (!event.defaultPrevented && event.detail > 1) event.preventDefault();\n }\n }\n );\n});\nLabel.displayName = NAME;\nvar Root = Label;\nexport {\n Label,\n Root\n};\n//# sourceMappingURL=index.mjs.map\n","interface ButtonProps {\n children: React.ReactNode;\n className?: string;\n onClick?: () => void;\n disabled?: boolean;\n}\n\nconst Button = ({\n children,\n className,\n onClick,\n disabled = false,\n}: ButtonProps) => {\n return (\n <button\n className={`flex flex-col justify-center items-center gap-2 w-[322px] h-[48px] shrink-0 rounded-[12px] cursor-pointer bg-[#11E5C5] hover:bg-[#7dffeb] text-[#3C3C40] text-center font-poppins text-sm font-medium leading-[110%] ${className}`}\n onClick={onClick}\n disabled={disabled}\n >\n {children}\n </button>\n );\n};\n\nexport default Button;\n","interface PoweredByIconProps {\n className?: string;\n}\n\nconst PoweredByIcon = ({ className }: PoweredByIconProps) => {\n return (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width=\"90\"\n height=\"16\"\n viewBox=\"0 0 90 16\"\n fill=\"none\"\n className={className}\n >\n <g clipPath=\"url(#clip0_17364_64593)\">\n <mask\n id=\"mask0_17364_64593\"\n maskUnits=\"userSpaceOnUse\"\n x=\"10\"\n y=\"3\"\n width=\"7\"\n height=\"7\"\n >\n <path\n d=\"M10.4512 3.52246H16.0069V9.22579H10.4512V3.52246Z\"\n fill=\"white\"\n />\n </mask>\n <g mask=\"url(#mask0_17364_64593)\">\n <path\n d=\"M15.9716 3.52246V5.25302C15.9716 7.42691 14.2543 9.18913 12.136 9.18913H10.4512V7.45857C10.4512 5.28524 12.1675 3.52246 14.2852 3.52246H15.9716Z\"\n fill=\"#11E5C5\"\n />\n </g>\n <mask\n id=\"mask1_17364_64593\"\n maskUnits=\"userSpaceOnUse\"\n x=\"10\"\n y=\"9\"\n width=\"7\"\n height=\"7\"\n >\n <path\n d=\"M10.4512 9.80566H16.0069V15.4712H10.4512V9.80566Z\"\n fill=\"white\"\n />\n </mask>\n <g mask=\"url(#mask1_17364_64593)\">\n <path\n d=\"M15.9716 15.4712V13.7407C15.9716 11.5668 14.2543 9.80566 12.136 9.80566H10.4512V11.5351C10.4512 13.7096 12.1675 15.4712 14.2852 15.4712H15.9716Z\"\n fill=\"#11E5C5\"\n />\n </g>\n <mask\n id=\"mask2_17364_64593\"\n maskUnits=\"userSpaceOnUse\"\n x=\"0\"\n y=\"3\"\n width=\"7\"\n height=\"13\"\n >\n <path\n d=\"M0.330563 3.50293H6.09267V15.4707H0.330563V3.50293Z\"\n fill=\"white\"\n />\n </mask>\n <g mask=\"url(#mask2_17364_64593)\">\n <path\n d=\"M0.330563 3.52832C3.54516 3.52832 6.15119 6.20165 6.15119 9.5011C6.15119 12.8005 3.54516 15.4639 0.330563 15.4639V3.52832Z\"\n fill=\"#192441\"\n />\n </g>\n <path\n d=\"M20.3102 13.0132C19.5694 12.1821 19.1987 11.1643 19.1987 9.95875C19.1987 8.75431 19.5694 7.7332 20.3102 6.89542C21.0526 6.05931 21.996 5.64042 23.1395 5.64042C24.1902 5.64042 25.0562 5.97931 25.7363 6.65709V0.375977H28.4756V14.021H25.7666V13.1015H25.7363C25.0562 13.8738 24.1902 14.2593 23.1395 14.2593C21.996 14.2593 21.0526 13.8438 20.3102 13.0132ZM22.6355 8.57987C22.2789 8.93987 22.1017 9.39931 22.1017 9.95875C22.1017 10.5188 22.2708 10.9776 22.6095 11.3332C22.9509 11.6871 23.4001 11.8638 23.9577 11.8638C24.4937 11.8638 24.9353 11.6849 25.28 11.3243C25.6246 10.9654 25.7964 10.5099 25.7964 9.95875C25.7964 9.39931 25.6181 8.93987 25.2626 8.57987C24.9093 8.22042 24.4747 8.04042 23.9577 8.04042C23.4321 8.04042 22.991 8.22042 22.6355 8.57987Z\"\n fill=\"#192441\"\n />\n <path\n d=\"M30.0959 13.0134C29.3551 12.1823 28.9845 11.1645 28.9845 9.95896C28.9845 8.75451 29.3551 7.7334 30.0959 6.89562C30.8389 6.05951 31.7818 5.64062 32.9252 5.64062C33.976 5.64062 34.8419 5.97951 35.522 6.65729V5.87896H38.2614V14.0212H35.5524V13.1017H35.522C34.8419 13.874 33.976 14.2595 32.9252 14.2595C31.7818 14.2595 30.8389 13.844 30.0959 13.0134ZM32.4212 8.58007C32.0652 8.94007 31.8875 9.39951 31.8875 9.95896C31.8875 10.519 32.0565 10.9778 32.3958 11.3334C32.7366 11.6873 33.1859 11.864 33.7435 11.864C34.28 11.864 34.7211 11.6851 35.0658 11.3245C35.4104 10.9656 35.5827 10.5101 35.5827 9.95896C35.5827 9.39951 35.4039 8.94007 35.0484 8.58007C34.6956 8.22062 34.2605 8.04063 33.7435 8.04063C33.2184 8.04063 32.7767 8.22062 32.4212 8.58007Z\"\n fill=\"#192441\"\n />\n <path\n d=\"M39.8042 5.87878V2.85156H42.543V5.87878H44.2099V8.02267H42.543V10.6082C42.543 11.3599 42.7478 11.7355 43.1591 11.7355C43.2626 11.7355 43.3699 11.7155 43.4821 11.6738C43.5965 11.6293 43.6853 11.5877 43.7493 11.5455L43.8398 11.4838L44.5199 13.751C43.9308 14.0893 43.2605 14.2593 42.5089 14.2593C41.994 14.2593 41.5508 14.1666 41.1779 13.981C40.8078 13.7955 40.5276 13.5466 40.338 13.2338C40.1488 12.9227 40.0117 12.5955 39.9288 12.2527C39.8448 11.9082 39.8042 11.5399 39.8042 11.1477V8.02267H38.6586V5.87878H39.8042Z\"\n fill=\"#192441\"\n />\n <path\n d=\"M45.2151 13.0134C44.4743 12.1823 44.1042 11.1645 44.1042 9.95896C44.1042 8.75451 44.4743 7.7334 45.2151 6.89562C45.9581 6.05951 46.901 5.64062 48.0444 5.64062C49.0957 5.64062 49.9612 5.97951 50.6418 6.65729V5.87896H53.3806V14.0212H50.6716V13.1017H50.6418C49.9612 13.874 49.0957 14.2595 48.0444 14.2595C46.901 14.2595 45.9581 13.844 45.2151 13.0134ZM47.541 8.58007C47.1844 8.94007 47.0067 9.39951 47.0067 9.95896C47.0067 10.519 47.1758 10.9778 47.515 11.3334C47.8564 11.6873 48.3051 11.864 48.8627 11.864C49.3992 11.864 49.8403 11.6851 50.185 11.3245C50.5296 10.9656 50.7019 10.5101 50.7019 9.95896C50.7019 9.39951 50.5231 8.94007 50.1676 8.58007C49.8148 8.22062 49.3797 8.04063 48.8627 8.04063C48.3376 8.04063 47.896 8.22062 47.541 8.58007Z\"\n fill=\"#192441\"\n />\n <path\n d=\"M63.5197 5.87875L59.7469 9.76875L63.8904 14.021H60.3674L57.1973 10.7676V14.021H54.4585V0.375977H57.1973V8.72098L59.9626 5.87875H63.5197Z\"\n fill=\"#192441\"\n />\n <path\n d=\"M71.6998 10.339H65.9463C65.9463 10.9112 66.1246 11.3356 66.4845 11.6123C66.8465 11.8862 67.2393 12.0228 67.6647 12.0228C68.1058 12.0228 68.4548 11.9634 68.7112 11.8417C68.9696 11.7178 69.2634 11.4773 69.5939 11.1167L71.5751 12.1334C70.7504 13.5512 69.3799 14.2595 67.4621 14.2595C66.2672 14.2595 65.2419 13.8395 64.3873 13.0001C63.5311 12.1578 63.1035 11.1434 63.1035 9.95896C63.1035 8.77451 63.5311 7.76007 64.3873 6.9134C65.2419 6.06507 66.2672 5.64062 67.4621 5.64062C68.7198 5.64062 69.7413 6.01507 70.5287 6.7634C71.3177 7.50896 71.7128 8.57451 71.7128 9.95896C71.7128 10.1512 71.7084 10.2773 71.6998 10.339ZM66.0238 8.7834H69.0385C68.9783 8.36229 68.8157 8.0384 68.5518 7.81063C68.2868 7.58118 67.9498 7.46618 67.5396 7.46618C67.0854 7.46618 66.7234 7.5884 66.4541 7.83285C66.1875 8.07507 66.0428 8.39229 66.0238 8.7834Z\"\n fill=\"#192441\"\n />\n <path\n d=\"M80.2489 10.339H74.4955C74.4955 10.9112 74.6738 11.3356 75.0336 11.6123C75.3956 11.8862 75.7885 12.0228 76.2139 12.0228C76.655 12.0228 77.004 11.9634 77.2603 11.8417C77.5188 11.7178 77.8125 11.4773 78.1431 11.1167L80.1243 12.1334C79.2995 13.5512 77.929 14.2595 76.0112 14.2595C74.8163 14.2595 73.791 13.8395 72.9364 13.0001C72.0802 12.1578 71.6526 11.1434 71.6526 9.95896C71.6526 8.77451 72.0802 7.76007 72.9364 6.9134C73.791 6.06507 74.8163 5.64062 76.0112 5.64062C77.269 5.64062 78.2905 6.01507 79.0779 6.7634C79.8669 7.50896 80.2619 8.57451 80.2619 9.95896C80.2619 10.1512 80.2576 10.2773 80.2489 10.339ZM74.573 8.7834H77.5876C77.5275 8.36229 77.3649 8.0384 77.101 7.81063C76.836 7.58118 76.4989 7.46618 76.0887 7.46618C75.6346 7.46618 75.2726 7.5884 75.0033 7.83285C74.7366 8.07507 74.592 8.39229 74.573 8.7834Z\"\n fill=\"#192441\"\n />\n <path\n d=\"M80.7702 14.0212V5.87896H83.5096V6.73674H83.5394C84.2514 6.00618 85.009 5.64062 85.8138 5.64062C86.2034 5.64062 86.5909 5.6934 86.9762 5.79951C87.3642 5.90563 87.7354 6.07174 88.0919 6.29451C88.4469 6.51562 88.7357 6.82951 88.9574 7.23618C89.1785 7.64285 89.289 8.11785 89.289 8.65951V14.0212H86.5546V9.41951C86.5546 8.99562 86.4218 8.62618 86.1579 8.31007C85.8967 7.99174 85.5553 7.83285 85.1331 7.83285C84.7197 7.83285 84.3452 7.99618 84.0092 8.3234C83.6754 8.65062 83.5096 9.01618 83.5096 9.41951V14.0212H80.7702Z\"\n fill=\"#192441\"\n />\n <mask\n id=\"mask3_17364_64593\"\n maskUnits=\"userSpaceOnUse\"\n x=\"7\"\n y=\"3\"\n width=\"3\"\n height=\"13\"\n >\n <path\n d=\"M7.03613 3.52246H9.56629V15.4802H7.03613V3.52246Z\"\n fill=\"white\"\n />\n </mask>\n <g mask=\"url(#mask3_17364_64593)\">\n <mask\n id=\"mask4_17364_64593\"\n maskUnits=\"userSpaceOnUse\"\n x=\"7\"\n y=\"3\"\n width=\"3\"\n height=\"13\"\n >\n <path\n d=\"M8.30094 3.52246C9 3.52246 9.56629 4.10413 9.56629 4.82079V14.1747C9.56629 14.8919 9 15.4736 8.30094 15.4736C7.60242 15.4736 7.03613 14.8919 7.03613 14.1747V4.82079C7.03613 4.10413 7.60242 3.52246 8.30094 3.52246Z\"\n fill=\"white\"\n />\n </mask>\n <g mask=\"url(#mask4_17364_64593)\">\n <path\n d=\"M7.03613 3.52246H9.56629V15.4702H7.03613V3.52246Z\"\n fill=\"#192441\"\n />\n </g>\n </g>\n <mask\n id=\"mask5_17364_64593\"\n maskUnits=\"userSpaceOnUse\"\n x=\"8\"\n y=\"8\"\n width=\"2\"\n height=\"8\"\n >\n <path\n d=\"M8.30961 8.45801H9.57496V15.473H8.30961V8.45801Z\"\n fill=\"white\"\n />\n </mask>\n <g mask=\"url(#mask5_17364_64593)\">\n <path\n d=\"M8.30961 8.45801H9.57496V15.4719H8.30961V8.45801Z\"\n fill=\"#192441\"\n />\n </g>\n <mask\n id=\"mask6_17364_64593\"\n maskUnits=\"userSpaceOnUse\"\n x=\"7\"\n y=\"3\"\n width=\"2\"\n height=\"8\"\n >\n <path\n d=\"M7.0448 3.52246H8.30961V10.5363H7.0448V3.52246Z\"\n fill=\"white\"\n />\n </mask>\n <g mask=\"url(#mask6_17364_64593)\">\n <path\n d=\"M7.0448 3.52246H8.30961V10.5363H7.0448V3.52246Z\"\n fill=\"#192441\"\n />\n </g>\n </g>\n <defs>\n <clipPath id=\"clip0_17364_64593\">\n <rect width=\"90\" height=\"16\" fill=\"white\" />\n </clipPath>\n </defs>\n </svg>\n );\n};\n\nexport default PoweredByIcon;\n","import PoweredByIcon from \"../icons/PoweredByIcon\";\n\ninterface PoweredByProps {\n className?: string;\n}\n\nconst PoweredBy = ({ className }: PoweredByProps) => {\n return (\n <div className={`flex items-center justify-center flex-row ${className}`}>\n <span className=\"text-xs font-semibold text-[#3C3C40] text-center mt-0.5\">\n Propulsé par&nbsp;\n </span>\n <PoweredByIcon className=\"inline-block w-[90px] h-[18px] mb-[2px] ml-1\" />\n </div>\n );\n};\n\nexport default PoweredBy;\n","const Title = ({\n children,\n className,\n}: {\n children: React.ReactNode;\n className?: string;\n}) => {\n return (\n <h1\n className={`text-[#3C3C40] text-center font-poppins text-2xl font-bold leading-[110%] ${className}`}\n >\n {children}\n </h1>\n );\n};\n\nexport default Title;\n","const Subtitle = ({\n children,\n className,\n}: {\n children: React.ReactNode;\n className?: string;\n}) => {\n return (\n <h2\n className={`text-[#3C3C40] text-center text-xs font-semibold leading-[120%] ${className}`}\n >\n {children}\n </h2>\n );\n};\n\nexport default Subtitle;\n","import { useState } from \"react\";\nimport * as Label from \"@radix-ui/react-label\";\nimport type { UserInputFormProps } from \"../../types/userInput\";\nimport Button from \"../ui/Button\";\nimport PoweredBy from \"../ui/PoweredBy\";\nimport Title from \"../ui/Title\";\nimport Subtitle from \"../ui/Subtitle\";\n\nconst days = Array.from({ length: 31 }, (_, i) => i + 1);\nconst years = Array.from(\n { length: 100 },\n (_, i) => new Date().getFullYear() - i\n);\nconst monthLabels = [\n \"Janvier\",\n \"Février\",\n \"Mars\",\n \"Avril\",\n \"Mai\",\n \"Juin\",\n \"Juillet\",\n \"Août\",\n \"Septembre\",\n \"Octobre\",\n \"Novembre\",\n \"Décembre\",\n];\n\nconst UserInputForm = ({ stepObject, setUserInput }: UserInputFormProps) => {\n const { setStep, step } = stepObject;\n const [form, setForm] = useState({\n lastName: \"\",\n firstName: \"\",\n birthDate: \"\",\n day: \"\",\n month: \"\",\n year: \"\",\n });\n\n const goOnNextStep = () => {\n if (form.firstName && form.lastName && form.birthDate) {\n setStep(step + 1);\n setUserInput({\n lastName: form.lastName,\n firstName: form.firstName,\n birthDate: form.birthDate,\n });\n }\n };\n\n const handleChange = (key: keyof typeof form, value: string) => {\n setForm((prev) => {\n const updated = { ...prev, [key]: value };\n\n const { day, month, year } = updated;\n if (day && month && year) {\n const paddedMonth = month.padStart(2, \"0\");\n const paddedDay = day.padStart(2, \"0\");\n updated.birthDate = `${year}-${paddedMonth}-${paddedDay}`;\n } else {\n updated.birthDate = \"\";\n }\n\n return updated;\n });\n };\n\n return (\n <form className=\"space-y-4\">\n <div className=\"flex flex-col gap-5 mt-4\">\n <Title>Informations d’identité</Title>\n <Subtitle>\n Afin de commencer le processus de vérification, veuillez entrer vos\n informations d’identité\n </Subtitle>\n </div>\n\n <div className=\"flex flex-col gap-5 mt-8\">\n <div className=\"flex flex-col gap-1\">\n <Label.Root htmlFor=\"firstName\" className=\"text-xl font-semibold\">\n Prénom\n </Label.Root>\n <input\n id=\"firstName\"\n type=\"text\"\n value={form.firstName}\n onChange={(e) => handleChange(\"firstName\", e.target.value)}\n className=\"border border-gray-300 rounded-md p-2 focus:outline-none focus:ring-2 focus:ring-[#11E5C5]\"\n />\n </div>\n\n <div className=\"flex flex-col gap-1\">\n <Label.Root htmlFor=\"lastName\" className=\"text-xl font-semibold\">\n Nom\n </Label.Root>\n <input\n id=\"lastName\"\n type=\"text\"\n value={form.lastName}\n onChange={(e) => handleChange(\"lastName\", e.target.value)}\n className=\"border border-gray-300 rounded-md p-2 focus:outline-none focus:ring-2 focus:ring-[#11E5C5]\"\n />\n </div>\n\n <div className=\"flex flex-col gap-1\">\n <Label.Root className=\"text-xl font-semibold\">\n Date de naissance\n </Label.Root>\n <div className=\"flex gap-2\">\n {/* Day Select */}\n <select\n value={form.day}\n onChange={(e) => handleChange(\"day\", e.target.value)}\n className=\"border border-gray-300 rounded-md p-2 w-1/3 focus:outline-none focus:ring-2 focus:ring-[#11E5C5]\"\n >\n <option value=\"\">Jour</option>\n {days.map((d) => (\n <option key={d} value={String(d)}>\n {d}\n </option>\n ))}\n </select>\n\n {/* Month Select */}\n <select\n value={form.month}\n onChange={(e) => handleChange(\"month\", e.target.value)}\n className=\"border border-gray-300 rounded-md p-2 w-1/3 focus:outline-none focus:ring-2 focus:ring-[#11E5C5]\"\n >\n <option value=\"\">Mois</option>\n {monthLabels.map((label, i) => (\n <option key={label} value={String(i + 1).padStart(2, \"0\")}>\n {label}\n </option>\n ))}\n </select>\n\n {/* Year Select */}\n <select\n value={form.year}\n onChange={(e) => handleChange(\"year\", e.target.value)}\n className=\"border border-gray-300 rounded-md p-2 w-1/3 focus:outline-none focus:ring-2 focus:ring-[#11E5C5]\"\n >\n <option value=\"\">Année</option>\n {years.map((y) => (\n <option key={y} value={String(y)}>\n {y}\n </option>\n ))}\n </select>\n </div>\n </div>\n </div>\n\n <div className=\"fixed bottom-5 left-0 w-full px-6 sm:static sm:px-12 pb-[env(safe-area-inset-bottom)] bg-white\">\n <div className=\"max-w-[345px] mx-auto py-4 sm:mb-4\">\n <Button onClick={goOnNextStep} className=\"w-full\">\n Continuer\n </Button>\n </div>\n <PoweredBy />\n </div>\n </form>\n );\n};\n\nexport default UserInputForm;\n","const Paper = ({\n children,\n className = \"\",\n}: {\n children: React.ReactNode;\n className?: string;\n}) => {\n return (\n <div className={`bg-white shadow-md rounded-lg p-4 ${className}`}>\n {children}\n </div>\n );\n};\n\nexport default Paper;\n","interface StartIconProps {\n className?: string;\n}\n\nconst StartIcon = ({ className }: StartIconProps) => {\n return (\n <svg\n xmlns=\"http://www.w3.org/2000/svg\"\n width=\"230\"\n height=\"230\"\n viewBox=\"0 0 230 230\"\n fill=\"none\"\n className={className}\n >\n <path\n d=\"M39.6888 205.896C-1.8998 181.884 -1.8998 142.95 39.6888 118.956C81.2774 94.9626 148.709 94.9442 190.311 118.956C231.914 142.968 231.9 181.903 190.311 205.896C148.723 229.89 81.282 229.913 39.6888 205.896Z\"\n fill=\"#F5F5F5\"\n />\n <path\n d=\"M175.177 67.2377L175.104 67.2009L157.568 57.1085L157.463 57.0579C149.27 52.9179 138.34 54.1645 126.583 61.7637C102.966 77.0357 84.9712 112.189 86.388 140.281C87.0918 154.279 92.4922 163.879 100.648 168.102L100.717 168.139L118.257 178.236L118.34 178.282C126.532 182.422 137.471 181.193 149.238 173.585C172.854 158.313 190.849 123.16 189.433 95.0677C188.738 81.0607 183.338 71.4605 175.177 67.2377Z\"\n fill=\"#37474F\"\n />\n <path\n d=\"M117.654 177.909L100.74 168.129L100.657 168.079C92.5014 163.847 87.1056 154.246 86.3972 140.267C85.767 127.737 89.0008 113.812 94.8612 100.882L94.9762 100.597L112.401 110.974C106.531 123.905 103.307 137.829 103.937 150.359C104.604 164.063 109.788 173.548 117.654 177.909Z\"\n fill=\"#263238\"\n />\n <path\n d=\"M149.247 173.576C172.863 158.304 190.859 123.151 189.442 95.0586C188.025 66.9664 167.73 56.5796 144.113 71.8516C120.497 87.1236 102.497 122.277 103.914 150.364C105.331 178.452 125.631 188.848 149.247 173.576Z\"\n fill=\"#455A64\"\n />\n <path\n d=\"M169.248 65.0576L139.647 126.04L133.276 119.14C131.376 117.162 128.777 116.008 126.035 115.926C123.294 115.844 120.63 116.84 118.616 118.7C116.601 120.561 115.396 123.137 115.26 125.876C115.124 128.615 116.068 131.298 117.889 133.349L134.674 151.533C136.52 153.538 139.078 154.74 141.8 154.882C141.993 154.882 142.186 154.882 142.379 154.882C142.887 154.881 143.394 154.844 143.897 154.771C145.587 154.525 147.191 153.869 148.568 152.861C149.946 151.852 151.055 150.521 151.8 148.985L185.748 79.0646C182.266 71.2998 176.47 66.4882 169.248 65.0576Z\"\n fill=\"#37474F\"\n />\n <path\n d=\"M193.287 44.9738C193.103 44.868 192.91 44.7668 192.717 44.6748C190.547 43.6235 188.049 43.4757 185.771 44.2639C183.493 45.0522 181.62 46.712 180.564 48.8792L142.899 126.463L140.755 124.163C140.137 123.487 139.417 122.911 138.621 122.456C137.499 121.812 132.724 119.048 131.951 118.601C130.067 117.512 127.855 117.133 125.717 117.536C123.578 117.938 121.654 119.093 120.295 120.793C118.936 122.492 118.231 124.623 118.308 126.797C118.386 128.972 119.241 131.047 120.718 132.645L137.503 150.824C138.133 151.507 138.863 152.089 139.67 152.549C140.765 153.17 145.521 155.93 146.303 156.381C147.385 157.008 148.584 157.404 149.826 157.546C151.067 157.689 152.325 157.573 153.52 157.208C154.716 156.842 155.823 156.234 156.772 155.421C157.722 154.609 158.494 153.609 159.04 152.485L203.601 60.7012C204.602 58.6326 204.785 56.2617 204.112 54.064C203.439 51.8663 201.96 50.0044 199.971 48.8516L193.287 44.9738Z\"\n fill=\"#11E5C5\"\n />\n <path\n opacity=\"0.15\"\n d=\"M193.287 44.9738C193.103 44.868 192.91 44.7668 192.717 44.6748C190.547 43.6235 188.049 43.4757 185.771 44.2639C183.493 45.0522 181.62 46.712 180.564 48.8792L142.899 126.463L140.755 124.163C140.137 123.487 139.417 122.911 138.621 122.456C137.499 121.812 132.724 119.048 131.951 118.601C130.067 117.512 127.855 117.133 125.717 117.536C123.578 117.938 121.654 119.093 120.295 120.793C118.936 122.492 118.231 124.623 118.308 126.797C118.386 128.972 119.241 131.047 120.718 132.645L137.503 150.824C138.133 151.507 138.863 152.089 139.67 152.549C140.765 153.17 145.521 155.93 146.303 156.381C147.385 157.008 148.584 157.404 149.826 157.546C151.067 157.689 152.325 157.573 153.52 157.208C154.716 156.842 155.823 156.234 156.772 155.421C157.722 154.609 158.494 153.609 159.04 152.485L203.601 60.7012C204.602 58.6326 204.785 56.2617 204.112 54.064C203.439 51.8663 201.96 50.0044 199.971 48.8516L193.287 44.9738Z\"\n fill=\"black\"\n />\n <path\n opacity=\"0.15\"\n d=\"M146.28 156.363C145.507 155.903 140.76 153.143 139.651 152.531C138.845 152.071 138.114 151.489 137.485 150.806L120.699 132.627C119.959 131.82 119.372 130.884 118.965 129.867L125.64 133.717C126.044 134.738 126.636 135.674 127.383 136.477L144.164 154.657C144.781 155.327 145.494 155.902 146.28 156.363Z\"\n fill=\"black\"\n />\n <path\n opacity=\"0.15\"\n d=\"M189.35 49.9368C188.473 50.7237 187.757 51.6736 187.243 52.7336L148.502 132.534L142.899 126.462L180.564 48.8788C181.077 47.8169 181.795 46.8666 182.675 46.082L189.35 49.9368Z\"\n fill=\"black\"\n />\n <path\n d=\"M199.396 48.5292C197.226 47.4804 194.729 47.3339 192.451 48.1219C190.174 48.9098 188.301 50.568 187.243 52.7336L148.502 132.534L140.76 124.144C139.103 122.461 136.856 121.489 134.495 121.434C132.134 121.378 129.845 122.244 128.111 123.847C126.377 125.451 125.335 127.666 125.206 130.024C125.077 132.382 125.871 134.698 127.42 136.481L144.201 154.665C145.205 155.752 146.46 156.577 147.856 157.069C149.252 157.561 150.746 157.705 152.21 157.488C153.674 157.271 155.063 156.701 156.257 155.826C157.45 154.951 158.412 153.797 159.059 152.466L203.619 60.6824C204.669 58.5105 204.814 56.0107 204.022 53.732C203.231 51.4533 201.567 49.582 199.396 48.5292Z\"\n fill=\"#11E5C5\"\n />\n <path\n d=\"M72.3258 57.4997C68.816 57.4997 66.4148 58.4197 63.9216 61.9617C61.6216 65.2185 55.3472 76.0745 55.3472 76.0745C55.3472 76.0745 50.7472 66.6353 50.2872 64.7539C49.8272 62.8725 49.8548 62.0353 50.2872 61.2165C50.9203 60.2487 51.3174 59.1458 51.4464 57.9965C51.6258 55.7333 52.1778 53.7967 51.6718 53.7323C50.2688 53.6541 50.2136 55.4573 49.4776 56.5199C49.3841 56.6225 49.2678 56.7016 49.138 56.7508C49.0082 56.8 48.8687 56.818 48.7307 56.8032C48.5927 56.7884 48.4602 56.7413 48.3438 56.6657C48.2274 56.5901 48.1304 56.4882 48.0608 56.3681C47.7526 55.7379 47.9182 54.7029 47.771 53.9577C47.8109 53.543 47.8769 53.1313 47.9688 52.7249C48.5002 52.8205 49.0428 52.836 49.5788 52.7709C50.186 53.7231 50.6 54.1233 51.4464 53.7369C51.5568 53.5621 51.083 52.3569 50.5264 51.4369C50.4428 51.2962 50.3074 51.1938 50.1492 51.1517C49.1287 50.8933 48.0638 50.8635 47.0304 51.0643C46.9523 51.0723 46.8766 51.096 46.8078 51.134C46.739 51.1719 46.6786 51.2233 46.6302 51.2851C46.2418 51.8541 45.9324 52.473 45.7102 53.1251C45.6504 53.3229 45.4664 53.3183 45.4204 53.1481C44.9604 50.9263 44.9604 47.7707 44.9604 46.2941C44.9604 45.1303 43.263 44.9463 43.2032 46.6115C43.1023 48.8458 43.1407 51.0842 43.3182 53.3137C43.3182 53.5161 43.1158 53.6127 43.033 53.3919C42.7386 52.6053 42.0164 50.2271 41.7128 46.1239C41.63 45.0199 39.8452 44.8405 39.8728 46.3907C39.9427 49.1391 40.3004 51.8726 40.94 54.5465C40.9952 54.7397 40.8158 54.9099 40.6824 54.6891C39.845 53.0754 39.176 51.3798 38.686 49.6291C38.3042 48.2951 36.524 48.6355 36.846 50.2961C37.4026 53.2723 38.2858 57.0351 39.606 59.7261C41.0136 62.6011 42.228 64.0409 42.9272 66.2995C43.6264 68.5581 46.5198 81.3507 49.6156 86.3371C52.0398 90.2471 54.8136 89.8837 57.799 87.8229C60.7844 85.7621 71.4518 70.8995 71.4518 70.8995L72.3258 57.4997Z\"\n fill=\"#9E6767\"\n />\n <path\n d=\"M55.3472 76.0699C55.3472 76.0699 56.8422 78.6045 57.0722 80.6331C57.4522 78.6634 57.0743 76.6229 56.0142 74.9199L55.3472 76.0699Z\"\n fill=\"#874C4C\"\n />\n <path\n d=\"M73.071 57.4998C71.2862 57.3158 69.0644 57.256 66.5896 58.8154C64.1148 60.3748 63.25 62.546 62.0494 64.4458C60.8488 66.3456 56.6996 73.0754 56.6996 73.0754C56.6996 73.0754 58.2222 79.4648 64.2758 80.7804L73.3424 68.48L73.071 57.4998Z\"\n fill=\"#455A64\"\n />\n <path\n d=\"M81.1992 169.845C81.6592 169.786 82.271 171.354 82.2802 171.865C82.2894 172.375 81.7742 173.475 81.098 174.505C80.1942 175.732 79.4449 177.065 78.867 178.475C78.3472 179.892 77.8688 180.821 76.4198 182.675C74.8098 184.74 71.0286 188.195 65.2878 186.695C63.8848 186.327 63.1856 185.886 62.675 185.375C62.451 185.149 62.2948 184.864 62.224 184.554C62.1533 184.243 62.1709 183.919 62.2748 183.618L81.1992 169.845Z\"\n fill=\"#263238\"\n />\n <path\n d=\"M69.92 168.051V168.102C69.8542 168.531 69.8667 168.969 69.9568 169.395C70.1146 170.661 70.0023 171.947 69.6273 173.167C69.2522 174.388 68.623 175.514 67.781 176.474C66.9813 177.309 66.0786 178.038 65.0946 178.645C62.1874 180.485 61.8746 181.741 62.284 183.618C63.2592 185.803 69.851 187.132 73.6414 183.88C75.2769 182.61 76.5271 180.911 77.2524 178.972C77.8025 177.583 78.4417 176.23 79.166 174.924C79.8974 173.544 81.2866 171.989 81.328 170.568C81.351 169.786 80.5782 168.332 79.8284 167.136C79.1384 166.037 78.4254 164.992 77.8044 165.112L77.9792 165.733C77.4594 166.271 76.7096 166.474 76.2588 167.113C75.6976 167.89 75.716 168.953 75.371 169.827C75.3597 169.872 75.3386 169.914 75.3092 169.95C75.2798 169.985 75.2427 170.014 75.2008 170.034C75.1522 170.042 75.1023 170.034 75.0584 170.012C75.0145 169.99 74.979 169.954 74.957 169.91C74.9194 169.819 74.9022 169.722 74.9064 169.625L74.865 168.286C74.8857 168.029 74.8175 167.772 74.6718 167.559C74.313 167.154 73.4298 167.2 72.9376 167.182C72.2751 167.187 71.6133 167.227 70.955 167.302C70.7268 167.279 70.4982 167.339 70.311 167.472C70.123 167.619 69.9862 167.822 69.92 168.051Z\"\n fill=\"#37474F\"\n />\n <path\n d=\"M60.1772 141.307C61.709 146.344 68.8712 163.782 69.299 164.831L70.725 168.29C71.6641 168.599 72.6702 168.642 73.6322 168.415C73.784 170.084 74.037 172.702 74.1336 174.022C74.1704 175.554 74.3038 177.449 73.9726 178.962C73.692 180.25 73.3654 181.603 73.1216 182.895C73.0158 183.466 72.91 184.041 72.8226 184.616C72.6742 185.218 72.7242 185.852 72.9652 186.424C73.1119 186.673 73.3056 186.892 73.5356 187.068C74.5573 187.87 75.8486 188.249 77.142 188.126C77.8259 188.093 78.4877 187.873 79.0556 187.491C80.1688 186.695 80.5598 185.31 81.1256 184.133C81.742 182.859 81.5442 182.716 81.5856 181.35C81.6224 180.393 81.8892 177.964 82.271 175.425C82.6528 172.886 84.2996 163.962 85.0908 155.07C85.4133 151.121 85.4133 147.151 85.0908 143.202C91.3744 126.131 94.1712 115.979 94.9946 110.312C95.8272 104.553 95.427 102.492 95.3212 99.1846L64.7634 99.9206C62.3162 115.717 58.121 134.554 60.1772 141.307Z\"\n fill=\"#9E6767\"\n />\n <path\n d=\"M59.6988 128.703C60.329 122.898 64.6714 100.583 64.6714 100.583H95.4546C95.4546 100.583 95.6524 104.866 95.5972 106.834C95.542 108.803 94.9072 112.396 93.8078 116.954C92.7084 121.513 88.6328 134.379 87.8278 136.274C87.0228 138.17 85.5278 143.667 85.5278 143.667C86.2822 153.989 84.318 163.253 82.846 175.568C82.846 175.568 82.4182 177.228 78.0574 176.902C73.8162 176.58 72.9606 175.016 72.9606 175.016L72.68 164.394C72.68 164.394 70.38 165.103 69 164.781C69 164.781 59.8874 142.282 59.4458 140.93C59.0042 139.577 59.0686 134.508 59.6988 128.703Z\"\n fill=\"#11E5C5\"\n />\n <path\n opacity=\"0.45\"\n d=\"M59.6988 128.703C60.329 122.898 64.6714 100.583 64.6714 100.583H95.4546C95.4546 100.583 95.6524 104.866 95.5972 106.834C95.542 108.803 94.9072 112.396 93.8078 116.954C92.7084 121.513 88.6328 134.379 87.8278 136.274C87.0228 138.17 85.5278 143.667 85.5278 143.667C86.2822 153.989 84.318 163.253 82.846 175.568C82.846 175.568 82.4182 177.228 78.0574 176.902C73.8162 176.58 72.9606 175.016 72.9606 175.016L72.68 164.394C72.68 164.394 70.38 165.103 69 164.781C69 164.781 59.8874 142.282 59.4458 140.93C59.0042 139.577 59.0686 134.508 59.6988 128.703Z\"\n fill=\"black\"\n />\n <path\n opacity=\"0.2\"\n d=\"M72.7582 115.129C68.3974 111.2 67.4268 108.072 67.4268 108.072C69.6192 110.542 72.2153 112.622 75.1042 114.222C75.1042 114.222 70.9642 136.082 71.2678 140.576C71.5714 145.07 72.68 164.395 72.68 164.395C72.68 164.579 69.7452 143.957 69.6578 142.315C69.46 137.968 72.7582 115.129 72.7582 115.129Z\"\n fill=\"black\"\n />\n <path\n d=\"M82.34 186.512C82.7678 186.636 82.7126 187.915 82.5194 188.393C82.0407 189.228 81.3627 189.931 80.546 190.44C79.3492 191.255 78.3509 192.329 77.625 193.582C76.4439 195.388 74.8817 196.915 73.048 198.053C70.6056 199.439 67.727 199.842 64.998 199.18C62.1092 198.361 61.8424 197.653 61.8654 196.563L82.34 186.512Z\"\n fill=\"#263238\"\n />\n <path\n d=\"M73.416 179.823C72.657 183.503 71.3368 186.208 68.2778 188.48C65.8398 190.293 64.0734 191.213 62.1276 192.827C61.3042 193.517 61.2352 194.985 61.8654 196.567C63.181 197.62 65.0486 198.228 67.5556 198.223C70.3616 198.223 71.438 197.722 73.048 196.622C73.8389 196.082 74.5753 195.465 75.2468 194.782C76.5946 193.43 77.5468 191.76 78.5036 190.688C79.4604 189.616 81.581 188.522 82.1836 187.229C82.5148 186.521 82.3768 184.878 82.156 183.48C81.9536 182.197 82.3446 179.943 81.7282 179.8L81.6408 180.72C81.5902 180.927 81.4614 181.033 81.029 181.18C80.6404 181.264 80.2394 181.275 79.8468 181.212C79.7073 181.162 79.5554 181.156 79.4126 181.197C79.2698 181.237 79.1433 181.321 79.051 181.438C78.637 181.925 78.5266 182.615 77.993 183.02C77.9585 183.05 77.9176 183.072 77.8734 183.084C77.8529 183.096 77.8296 183.102 77.8061 183.101C77.7825 183.1 77.7597 183.093 77.74 183.08C77.7257 183.058 77.7163 183.033 77.7124 183.006C77.7084 182.98 77.71 182.954 77.717 182.928L77.8688 181.548C77.8871 181.411 77.8871 181.271 77.8688 181.134C77.8399 181.006 77.7839 180.885 77.7046 180.781C77.6252 180.676 77.5244 180.589 77.4088 180.527C77.0214 180.301 76.6051 180.13 76.1714 180.016C75.7201 179.894 75.2579 179.815 74.7914 179.782C74.3336 179.723 73.8694 179.737 73.416 179.823Z\"\n fill=\"#455A64\"\n />\n <path\n d=\"M92.6762 58.8205C92.6762 58.8205 93.9412 60.5593 94.9762 64.1427C96.236 70.0278 96.8835 76.0275 96.9082 82.0459C96.9082 90.1741 95.8134 103.344 95.8134 103.344C86.3788 108.073 71.162 105.276 64.4644 100.662C64.7358 99.1993 64.9658 91.5081 65.4948 86.4343C65.849 77.7311 66.1434 73.1725 66.2032 69.2993C66.3274 61.5621 70.1776 57.5647 73.1032 57.5049L80.4908 57.6199L92.6762 58.8205Z\"\n fill=\"#11E5C5\"\n />\n <path\n d=\"M95.0038 100.956C93.6008 102.111 90.8638 104.328 90.344 105.446C89.7644 106.724 89.424 108.666 89.033 109.392C88.642 110.119 89.2308 110.487 90.0404 110.225C90.85 109.963 91.333 109.277 91.9586 107.603C92.5842 105.929 94.323 104.618 94.323 104.618L95.0038 100.956Z\"\n fill=\"#874C4C\"\n />\n <path\n d=\"M89.8794 116.012C90.2152 116.661 90.9972 116.665 91.7194 116.721C92.5999 116.821 93.4918 116.721 94.3276 116.426C95.332 116.136 96.213 115.523 96.8346 114.683C97.543 113.662 97.727 112.383 98.1318 111.21C98.9782 108.749 101.499 106.973 101.913 104.365C102.083 103.289 102.083 102.019 102.373 101.352C102.552 100.956 106.697 93.8217 108.178 90.7305C109.595 87.7589 110.658 86.3605 109.37 82.7909C108.082 79.2213 103.698 66.6587 100.593 62.2933C98.8356 59.8185 96.0434 59.1101 92.6578 58.8203C90.0818 65.5271 93.0764 72.4593 93.0764 72.4593L99.912 85.6061C99.912 85.6061 97.2624 94.6589 95.6064 99.6913C95.1464 101.071 94.2264 101.955 93.173 103.505C92.713 104.176 91.6734 105.345 91.3054 106.076C90.8454 106.996 90.8454 107.603 90.6154 108.905C90.2566 110.98 89.7 115.704 89.8794 116.012Z\"\n fill=\"#9E6767\"\n />\n <path\n d=\"M92.3128 58.7832C94.093 58.8522 96.6506 59.1558 98.1778 59.9286C99.705 60.7014 100.768 61.6536 102.525 65.1772C104.282 68.7008 106.853 75.5456 106.853 75.5456C106.853 75.5456 106.002 80.7114 97.8328 82.05L92.3128 71.8702C92.3128 71.8702 89.8518 65.5268 92.3128 58.7832Z\"\n fill=\"#455A64\"\n />\n <path\n d=\"M71.0884 42.3428C71.3298 42.7793 71.5388 43.2328 71.714 43.6998C71.9861 44.3098 72.3339 44.8832 72.749 45.4064C73.807 46.6254 75.2928 47.5178 76.6498 48.3826C77.4686 48.907 78.407 49.3992 79.4098 49.2566C80.4126 49.114 81.5304 49.3302 82.5654 49.4222L86.1856 49.7488L85.9832 53.553C85.9832 53.553 86.4432 52.5456 87.0458 51.3404C87.5702 50.3054 89.769 45.0568 89.7782 45.0338C90.8684 42.4348 92.161 38.9664 90.8592 36.234C90.5632 35.5612 90.0689 34.9947 89.4424 34.6102C89.5685 34.1901 89.6091 33.7491 89.562 33.313C89.4896 32.694 89.2793 32.099 88.9465 31.572C88.6138 31.045 88.167 30.5993 87.6392 30.2678C86.6089 29.5716 85.4476 29.0926 84.226 28.8602C82.6059 28.4875 80.948 28.3038 79.2856 28.3128C77.6567 28.3625 76.0349 28.5487 74.4372 28.8694C73.5459 29.034 72.6431 29.1279 71.737 29.15C71.3467 29.1756 70.9548 29.1571 70.5686 29.0948C70.0886 28.9514 69.6171 28.7809 69.1564 28.5842C69.1163 28.5674 69.0733 28.5587 69.0299 28.5587C68.9865 28.5587 68.9434 28.5674 68.9034 28.5842C68.8669 28.6085 68.836 28.6404 68.813 28.6777C68.79 28.715 68.7753 28.7569 68.77 28.8004C68.6504 29.3747 68.6554 29.968 68.7847 30.5401C68.9141 31.1123 69.1648 31.65 69.5198 32.117C69.3129 32.0888 69.1113 32.0299 68.9218 31.9422C68.7066 31.8426 68.4991 31.7273 68.3008 31.5972C67.9632 31.3709 67.6675 31.0876 67.4268 30.76C67.3936 30.7087 67.343 30.6711 67.2842 30.6542C67.1922 30.6542 67.1186 30.7186 67.0634 30.7922C66.8151 31.1614 66.6461 31.5781 66.5669 32.0159C66.4877 32.4538 66.5002 32.9032 66.6034 33.336C66.8063 34.2047 67.2167 35.0112 67.7994 35.6866C67.5151 36.1459 67.351 36.6694 67.322 37.2087C67.2931 37.7481 67.4003 38.2861 67.6338 38.7732C67.8384 39.2052 68.1136 39.6001 68.448 39.9416C68.862 40.3648 69.368 40.7098 69.7866 41.1054C70.2666 41.4665 70.7034 41.8817 71.0884 42.3428Z\"\n fill=\"#37474F\"\n />\n <path\n d=\"M82.1146 36.0043C82.1012 36.6912 82.1896 37.3764 82.3768 38.0375C82.5951 38.6182 82.9464 39.1396 83.4026 39.5601C83.9187 39.9979 84.3958 40.4796 84.8286 40.9999C85.2958 41.8097 85.5697 42.7164 85.629 43.6495C85.6316 43.9243 85.6958 44.195 85.8168 44.4418C85.9378 44.6885 86.1126 44.9051 86.3282 45.0755C87.3126 45.6873 87.9014 44.5051 88.4258 43.9255C89.102 43.2999 91.1122 42.5455 92.0414 44.6707C93.0028 46.8787 91.2272 49.8043 89.6126 50.2551C86.8296 51.0325 86.2224 49.1373 86.2224 49.1373L85.6888 59.0733C84.1202 62.0495 80.431 62.9971 78.0068 62.5233C75.9138 62.1139 74.7638 60.6465 76.7326 58.5213L76.8384 55.4945C76.8384 55.4945 74.3268 55.7935 73.117 55.5635C71.0976 55.1863 70.0994 53.4705 69.552 51.2579C68.6826 47.7021 68.2824 43.9623 69.3634 35.9537C69.8556 35.6823 71.8474 37.2325 74.8834 37.4395C77.3787 37.6153 79.8756 37.1198 82.1146 36.0043Z\"\n fill=\"#9E6767\"\n />\n <path\n d=\"M76.82 55.4847C76.82 55.4847 81.374 54.7211 82.984 53.9299C83.9288 53.4749 84.7143 52.7455 85.238 51.8369C84.9692 52.7544 84.5186 53.6085 83.9132 54.3485C82.708 55.7883 76.7786 56.6899 76.7786 56.6899L76.82 55.4847Z\"\n fill=\"#874C4C\"\n />\n <path\n d=\"M79.189 39.5598L81.3096 40.2084C81.3907 39.9187 81.3565 39.6089 81.2141 39.3439C81.0717 39.0789 80.8323 38.8793 80.546 38.787C80.4062 38.746 80.2595 38.7336 80.1147 38.7505C79.97 38.7674 79.8301 38.8133 79.7035 38.8854C79.5769 38.9575 79.4661 39.0544 79.3777 39.1703C79.2893 39.2861 79.2251 39.4186 79.189 39.5598Z\"\n fill=\"#263238\"\n />\n <path\n d=\"M78.453 49.6064L75.3296 50.6644C75.3904 50.8732 75.4925 51.0676 75.6299 51.2362C75.7673 51.4047 75.9371 51.544 76.1293 51.6457C76.3215 51.7473 76.5322 51.8094 76.7488 51.8281C76.9654 51.8468 77.1836 51.8218 77.3904 51.7546C77.8107 51.6031 78.156 51.2949 78.3541 50.8944C78.5522 50.494 78.5876 50.0324 78.453 49.6064Z\"\n fill=\"#874C4C\"\n />\n <path\n d=\"M78.2 50.3701C77.7923 50.3704 77.3963 50.5061 77.0741 50.7559C76.7518 51.0057 76.5217 51.3554 76.4198 51.7501C76.735 51.8537 77.0752 51.8537 77.3904 51.7501C77.6814 51.6472 77.9388 51.4669 78.1349 51.2286C78.3311 50.9903 78.4585 50.703 78.5036 50.3977C78.4034 50.3795 78.3018 50.3702 78.2 50.3701Z\"\n fill=\"#F28F8F\"\n />\n <path\n d=\"M69.7222 39.8959L71.8796 39.6153C71.8632 39.4756 71.819 39.3406 71.7497 39.2183C71.6803 39.096 71.5871 38.9888 71.4756 38.903C71.3642 38.8173 71.2367 38.7547 71.1006 38.719C70.9646 38.6834 70.8228 38.6753 70.6836 38.6953C70.3992 38.7322 70.1401 38.8778 69.9608 39.1017C69.7815 39.3256 69.696 39.6103 69.7222 39.8959Z\"\n fill=\"#263238\"\n />\n <path\n d=\"M82.984 40.8154L90.1002 43.2396C89.7015 43.2442 89.3091 43.3404 88.9534 43.5206C88.5977 43.7009 88.2881 43.9604 88.0486 44.2792L83.0116 42.3656L82.984 40.8154Z\"\n fill=\"#263238\"\n />\n <path\n d=\"M70.7848 43.5936C70.7767 43.7081 70.7916 43.8231 70.8286 43.9317C70.8656 44.0404 70.924 44.1405 71.0003 44.2262C71.0766 44.312 71.1693 44.3816 71.2729 44.4309C71.3765 44.4803 71.4889 44.5084 71.6036 44.5136C71.7178 44.5149 71.8311 44.4936 71.937 44.451C72.043 44.4084 72.1395 44.3454 72.2211 44.2655C72.3026 44.1856 72.3677 44.0905 72.4125 43.9855C72.4573 43.8804 72.481 43.7676 72.4822 43.6534C72.4903 43.539 72.4754 43.424 72.4384 43.3154C72.4014 43.2067 72.343 43.1066 72.2667 43.0209C72.1904 42.9351 72.0977 42.8655 71.9941 42.8162C71.8905 42.7668 71.778 42.7387 71.6634 42.7334C71.5492 42.7322 71.4359 42.7535 71.33 42.7961C71.224 42.8387 71.1275 42.9017 71.0459 42.9816C70.9643 43.0614 70.8993 43.1566 70.8545 43.2616C70.8097 43.3667 70.786 43.4795 70.7848 43.5936Z\"\n fill=\"#263238\"\n />\n <path\n d=\"M78.913 43.5939C78.914 43.7608 78.964 43.9238 79.0569 44.0625C79.1498 44.2012 79.2815 44.3095 79.4354 44.3739C79.5894 44.4383 79.7589 44.4561 79.9229 44.4249C80.0869 44.3937 80.2381 44.315 80.3577 44.1986C80.4773 44.0821 80.56 43.933 80.5955 43.7699C80.631 43.6068 80.6178 43.4369 80.5574 43.2813C80.4971 43.1256 80.3923 42.9912 80.2562 42.8946C80.12 42.7981 79.9584 42.7437 79.7916 42.7383C79.5618 42.7359 79.3404 42.8245 79.1757 42.9848C79.0111 43.1452 78.9166 43.3641 78.913 43.5939Z\"\n fill=\"#263238\"\n />\n <path\n d=\"M66.585 41.331C66.6371 41.703 66.797 42.0517 67.045 42.3338C67.1305 42.4388 67.1917 42.5613 67.2244 42.6926C67.39 43.378 67.5326 44.6752 67.8592 45.402C68.081 45.9878 68.4817 46.4889 69.0043 46.834C69.527 47.1792 70.1452 47.3509 70.771 47.3248C71.1043 47.3373 71.4379 47.3095 71.7646 47.242H71.8382C72.1218 47.1753 72.3944 47.0684 72.6478 46.9246L72.6938 46.8924L72.7628 46.851L72.8502 46.7912L72.9284 46.7268L73.0158 46.6578C73.0465 46.637 73.0743 46.6122 73.0986 46.5842C73.1542 46.534 73.2064 46.4802 73.255 46.4232C73.5265 46.1195 73.7457 45.7729 73.9036 45.3974C74.3268 44.4498 74.2164 43.125 74.9064 42.9686H74.9892H75.0812C76.0012 42.9686 75.9184 44.4268 76.4612 45.4572C77.004 46.4876 77.8412 47.495 79.8974 47.5226H80.1596C80.2301 47.5273 80.3007 47.5273 80.3712 47.5226C80.5368 47.5125 80.7014 47.4895 80.8634 47.4536L81.0152 47.4168C81.065 47.4058 81.1141 47.3919 81.1624 47.3754L81.259 47.3478C81.4517 47.28 81.6367 47.1921 81.811 47.0856C81.8751 47.0485 81.9366 47.007 81.995 46.9614C82.1092 46.8778 82.2155 46.7839 82.3124 46.6808C82.5747 46.4014 82.785 46.0774 82.9334 45.724C83.2508 45.011 83.3336 43.7138 83.49 43.0376C83.5174 42.8987 83.5705 42.7661 83.6464 42.6466C83.892 42.3773 84.0521 42.0411 84.1064 41.6806C84.1174 41.4959 84.0676 41.3127 83.9646 41.159C83.8616 41.0053 83.711 40.8896 83.536 40.8296L83.0346 40.7652C81.4246 40.5674 79.327 40.4846 78.0712 40.825C76.498 41.2528 75.9506 41.745 75.072 41.745C74.1934 41.745 73.7196 41.2022 72.2246 40.7146C71.0378 40.3282 69.0736 40.342 67.574 40.48L67.114 40.526C66.9504 40.5846 66.8103 40.6948 66.7148 40.84C66.6194 40.9853 66.5738 41.1576 66.585 41.331ZM76.9442 42.32C77.0684 42.1659 77.2256 42.0417 77.4042 41.9566C77.4287 41.9387 77.4549 41.9233 77.4824 41.9106H77.5284C77.5974 41.8738 77.671 41.837 77.7492 41.8048L77.9562 41.722C78.1758 41.6386 78.4 41.5679 78.6278 41.5104L78.8946 41.446C79.1246 41.4 79.3546 41.3632 79.5846 41.3402C79.6397 41.3359 79.6951 41.3359 79.7502 41.3402C81.2636 41.216 82.2112 41.5748 82.5562 41.883C82.9012 42.1912 82.7494 43.608 82.6068 44.321V44.3716C82.6068 44.3716 82.6068 44.4084 82.6068 44.4268C82.6068 44.5142 82.57 44.6108 82.5424 44.7166C82.5148 44.8224 82.5102 44.8316 82.4918 44.8914C82.4596 44.988 82.4274 45.0846 82.3906 45.1858C82.3772 45.2204 82.3618 45.2542 82.3446 45.287C82.3382 45.3074 82.3305 45.3274 82.3216 45.3468L82.2894 45.4158L82.248 45.4986L82.1974 45.5952C82.1974 45.6274 82.156 45.6596 82.133 45.6918C82.1143 45.7272 82.0927 45.7611 82.0686 45.793C81.8313 46.1285 81.5115 46.3971 81.14 46.5728C80.7684 46.7485 80.3579 46.8253 79.948 46.7958C79.5362 46.8183 79.1242 46.7537 78.739 46.6063C78.3538 46.4589 78.004 46.2319 77.7124 45.9402C77.3492 45.5327 77.0973 45.0384 76.981 44.505C76.7556 43.7 76.6498 42.7524 76.9442 42.32ZM68.0294 41.5794C68.1388 41.4822 68.2631 41.403 68.3974 41.3448H68.425L68.5906 41.2804L68.6918 41.2482H68.7746H68.8298H68.8528H68.9356C69.0414 41.2482 69.1564 41.2068 69.2852 41.1884H69.4738H70.0856C70.3064 41.1884 70.5456 41.2206 70.7848 41.2528C71.8658 41.4092 72.9974 41.9106 73.2918 42.3568C73.5862 42.803 73.5218 43.7368 73.3792 44.5142C73.3483 44.6956 73.3021 44.8741 73.2412 45.0478C73.2398 45.0616 73.2398 45.0755 73.2412 45.0892C73.2412 45.0892 73.2412 45.1214 73.2412 45.1398V45.1766L73.2136 45.241L73.1584 45.3698C73.1584 45.4066 73.1216 45.448 73.0986 45.4848C73.0994 45.4971 73.0994 45.5094 73.0986 45.5216L73.0526 45.5998L73.0112 45.6642C72.7658 46.0258 72.4258 46.3131 72.0284 46.4948C71.6309 46.6765 71.1912 46.7456 70.7572 46.6946C70.3644 46.6862 69.9782 46.592 69.6256 46.4186C68.5492 45.8758 68.2732 44.666 68.149 44.1186C67.919 43.2952 67.7074 41.883 68.0294 41.5748V41.5794Z\"\n fill=\"#263238\"\n />\n <path\n d=\"M75.3296 42.991L75.1686 48.9066L71.8704 47.9498L74.9478 42.9404C75.0773 42.928 75.2078 42.9453 75.3296 42.991Z\"\n fill=\"#874C4C\"\n />\n </svg>\n );\n};\n\nexport default StartIcon;\n","import StartIcon from \"../icons/StartIcon\";\nimport Button from \"../ui/Button\";\nimport PoweredBy from \"../ui/PoweredBy\";\nimport Subtitle from \"../ui/Subtitle\";\nimport Title from \"../ui/Title\";\n\nconst Start = ({ setStep }: { setStep: (nubr: number) => void }) => {\n const goOnCGU = () => {\n setStep(1);\n };\n\n return (\n <div className=\"relative flex sm:items-center justify-content w-full px-6 sm:px-12 pt-8 pb-[80px] overflow-hidden sm:flex-col\">\n <div className=\"w-[345px] flex flex-col sm:flex-col-reverse items-center mx-auto overflow-hidden\">\n <StartIcon className=\"w-[230px] h-[230px] mb-[78px]\" />\n <div className=\"flex flex-col\">\n <Title className=\"mb-5 sm:mb-2\">Vérifions votre identité</Title>\n <Subtitle>\n Pour réduire le risque de fraude, nous devons vérifier votre\n identité\n </Subtitle>\n </div>\n </div>\n\n <div className=\"hidden sm:flex w-[450px]\">\n <p className=\"text-[#3C3C40B3] text-center text-[12px] font-semibold leading-[120%] mb-[18px]\">\n En cliquant sur commencer, j’accepte les conditions d’utilisation de\n Datakeen et je déclare avoir lu la déclaration de protection des\n données.\n </p>\n </div>\n\n <div className=\"fixed bottom-5 left-0 w-full px-6 sm:static sm:px-12 pb-[env(safe-area-inset-bottom)] bg-white\">\n <div className=\"max-w-[345px] mx-auto py-4 sm:mb-4\">\n <Button onClick={goOnCGU} className=\"w-full\">\n Commencer ma vérification\n </Button>\n </div>\n <PoweredBy />\n </div>\n </div>\n );\n};\n\nexport default Start;\n","const Body = ({\n children,\n className,\n}: {\n children: React.ReactNode;\n className?: string;\n}) => {\n return (\n <div\n className={` text-[#3C3C40] text-center text-sm font-medium leading-[120%] ${className}`}\n >\n {children}\n </div>\n );\n};\n\nexport default Body;\n","// packages/core/number/src/number.ts\nfunction clamp(value, [min, max]) {\n return Math.min(max, Math.max(min, value));\n}\nexport {\n clamp\n};\n//# sourceMappingURL=index.mjs.map\n","// packages/core/primitive/src/primitive.tsx\nfunction composeEventHandlers(originalEventHandler, ourEventHandler, { checkForDefaultPrevented = true } = {}) {\n return function handleEvent(event) {\n originalEventHandler?.(event);\n if (checkForDefaultPrevented === false || !event.defaultPrevented) {\n return ourEventHandler?.(event);\n }\n };\n}\nexport {\n composeEventHandlers\n};\n//# sourceMappingURL=index.mjs.map\n","// packages/react/context/src/create-context.tsx\nimport * as React from \"react\";\nimport { jsx } from \"react/jsx-runtime\";\nfunction createContext2(rootComponentName, defaultContext) {\n const Context = React.createContext(defaultContext);\n const Provider = (props) => {\n const { children, ...context } = props;\n const value = React.useMemo(() => context, Object.values(context));\n return /* @__PURE__ */ jsx(Context.Provider, { value, children });\n };\n Provider.displayName = rootComponentName + \"Provider\";\n function useContext2(consumerName) {\n const context = React.useContext(Context);\n if (context) return context;\n if (defaultContext !== void 0) return defaultContext;\n throw new Error(`\\`${consumerName}\\` must be used within \\`${rootComponentName}\\``);\n }\n return [Provider, useContext2];\n}\nfunction createContextScope(scopeName, createContextScopeDeps = []) {\n let defaultContexts = [];\n function createContext3(rootComponentName, defaultContext) {\n const BaseContext = React.createContext(defaultContext);\n const index = defaultContexts.length;\n defaultContexts = [...defaultContexts, defaultContext];\n const Provider = (props) => {\n const { scope, children, ...context } = props;\n const Context = scope?.[scopeName]?.[index] || BaseContext;\n const value = React.useMemo(() => context, Object.values(context));\n return /* @__PURE__ */ jsx(Context.Provider, { value, children });\n };\n Provider.displayName = rootComponentName + \"Provider\";\n function useContext2(consumerName, scope) {\n const Context = scope?.[scopeName]?.[index] || BaseContext;\n const context = React.useContext(Context);\n if (context) return context;\n if (defaultContext !== void 0) return defaultContext;\n throw new Error(`\\`${consumerName}\\` must be used within \\`${rootComponentName}\\``);\n }\n return [Provider, useContext2];\n }\n const createScope = () => {\n const scopeContexts = defaultContexts.map((defaultContext) => {\n return React.createContext(defaultContext);\n });\n return function useScope(scope) {\n const contexts = scope?.[scopeName] || scopeContexts;\n return React.useMemo(\n () => ({ [`__scope${scopeName}`]: { ...scope, [scopeName]: contexts } }),\n [scope, contexts]\n );\n };\n };\n createScope.scopeName = scopeName;\n return [createContext3, composeContextScopes(createScope, ...createContextScopeDeps)];\n}\nfunction composeContextScopes(...scopes) {\n const baseScope = scopes[0];\n if (scopes.length === 1) return baseScope;\n const createScope = () => {\n const scopeHooks = scopes.map((createScope2) => ({\n useScope: createScope2(),\n scopeName: createScope2.scopeName\n }));\n return function useComposedScopes(overrideScopes) {\n const nextScopes = scopeHooks.reduce((nextScopes2, { useScope, scopeName }) => {\n const scopeProps = useScope(overrideScopes);\n const currentScope = scopeProps[`__scope${scopeName}`];\n return { ...nextScopes2, ...currentScope };\n }, {});\n return React.useMemo(() => ({ [`__scope${baseScope.scopeName}`]: nextScopes }), [nextScopes]);\n };\n };\n createScope.scopeName = baseScope.scopeName;\n return createScope;\n}\nexport {\n createContext2 as createContext,\n createContextScope\n};\n//# sourceMappingURL=index.mjs.map\n","// src/slot.tsx\nimport * as React from \"react\";\nimport { composeRefs } from \"@radix-ui/react-compose-refs\";\nimport { Fragment as Fragment2, jsx } from \"react/jsx-runtime\";\n// @__NO_SIDE_EFFECTS__\nfunction createSlot(ownerName) {\n const SlotClone = /* @__PURE__ */ createSlotClone(ownerName);\n const Slot2 = React.forwardRef((props, forwardedRef) => {\n const { children, ...slotProps } = props;\n const childrenArray = React.Children.toArray(children);\n const slottable = childrenArray.find(isSlottable);\n if (slottable) {\n const newElement = slottable.props.children;\n const newChildren = childrenArray.map((child) => {\n if (child === slottable) {\n if (React.Children.count(newElement) > 1) return React.Children.only(null);\n return React.isValidElement(newElement) ? newElement.props.children : null;\n } else {\n return child;\n }\n });\n return /* @__PURE__ */ jsx(SlotClone, { ...slotProps, ref: forwardedRef, children: React.isValidElement(newElement) ? React.cloneElement(newElement, void 0, newChildren) : null });\n }\n return /* @__PURE__ */ jsx(SlotClone, { ...slotProps, ref: forwardedRef, children });\n });\n Slot2.displayName = `${ownerName}.Slot`;\n return Slot2;\n}\nvar Slot = /* @__PURE__ */ createSlot(\"Slot\");\n// @__NO_SIDE_EFFECTS__\nfunction createSlotClone(ownerName) {\n const SlotClone = React.forwardRef((props, forwardedRef) => {\n const { children, ...slotProps } = props;\n if (React.isValidElement(children)) {\n const childrenRef = getElementRef(children);\n const props2 = mergeProps(slotProps, children.props);\n if (children.type !== React.Fragment) {\n props2.ref = forwardedRef ? composeRefs(forwardedRef, childrenRef) : childrenRef;\n }\n return React.cloneElement(children, props2);\n }\n return React.Children.count(children) > 1 ? React.Children.only(null) : null;\n });\n SlotClone.displayName = `${ownerName}.SlotClone`;\n return SlotClone;\n}\nvar SLOTTABLE_IDENTIFIER = Symbol(\"radix.slottable\");\n// @__NO_SIDE_EFFECTS__\nfunction createSlottable(ownerName) {\n const Slottable2 = ({ children }) => {\n return /* @__PURE__ */ jsx(Fragment2, { children });\n };\n Slottable2.displayName = `${ownerName}.Slottable`;\n Slottable2.__radixId = SLOTTABLE_IDENTIFIER;\n return Slottable2;\n}\nvar Slottable = /* @__PURE__ */ createSlottable(\"Slottable\");\nfunction isSlottable(child) {\n return React.isValidElement(child) && typeof child.type === \"function\" && \"__radixId\" in child.type && child.type.__radixId === SLOTTABLE_IDENTIFIER;\n}\nfunction mergeProps(slotProps, childProps) {\n const overrideProps = { ...childProps };\n for (const propName in childProps) {\n const slotPropValue = slotProps[propName];\n const childPropValue = childProps[propName];\n const isHandler = /^on[A-Z]/.test(propName);\n if (isHandler) {\n if (slotPropValue && childPropValue) {\n overrideProps[propName] = (...args) => {\n const result = childPropValue(...args);\n slotPropValue(...args);\n return result;\n };\n } else if (slotPropValue) {\n overrideProps[propName] = slotPropValue;\n }\n } else if (propName === \"style\") {\n overrideProps[propName] = { ...slotPropValue, ...childPropValue };\n } else if (propName === \"className\") {\n overrideProps[propName] = [slotPropValue, childPropValue].filter(Boolean).join(\" \");\n }\n }\n return { ...slotProps, ...overrideProps };\n}\nfunction getElementRef(element) {\n let getter = Object.getOwnPropertyDescriptor(element.props, \"ref\")?.get;\n let mayWarn = getter && \"isReactWarning\" in getter && getter.isReactWarning;\n if (mayWarn) {\n return element.ref;\n }\n getter = Object.getOwnPropertyDescriptor(element, \"ref\")?.get;\n mayWarn = getter && \"isReactWarning\" in getter && getter.isReactWarning;\n if (mayWarn) {\n return element.props.ref;\n }\n return element.props.ref || element.ref;\n}\nexport {\n Slot as Root,\n Slot,\n Slottable,\n createSlot,\n createSlottable\n};\n//# sourceMappingURL=index.mjs.map\n","// packages/react/direction/src/direction.tsx\nimport * as React from \"react\";\nimport { jsx } from \"react/jsx-runtime\";\nvar DirectionContext = React.createContext(void 0);\nvar DirectionProvider = (props) => {\n const { dir, children } = props;\n return /* @__PURE__ */ jsx(DirectionContext.Provider, { value: dir, children });\n};\nfunction useDirection(localDir) {\n const globalDir = React.useContext(DirectionContext);\n return localDir || globalDir || \"ltr\";\n}\nvar Provider = DirectionProvider;\nexport {\n DirectionProvider,\n Provider,\n useDirection\n};\n//# sourceMappingURL=index.mjs.map\n","// src/primitive.tsx\nimport * as React from \"react\";\nimport * as ReactDOM from \"react-dom\";\nimport { createSlot } from \"@radix-ui/react-slot\";\nimport { jsx } from \"react/jsx-runtime\";\nvar NODES = [\n \"a\",\n \"button\",\n \"div\",\n \"form\",\n \"h2\",\n \"h3\",\n \"img\",\n \"input\",\n \"label\",\n \"li\",\n \"nav\",\n \"ol\",\n \"p\",\n \"select\",\n \"span\",\n \"svg\",\n \"ul\"\n];\nvar Primitive = NODES.reduce((primitive, node) => {\n const Slot = createSlot(`Primitive.${node}`);\n const Node = React.forwardRef((props, forwardedRef) => {\n const { asChild, ...primitiveProps } = props;\n const Comp = asChild ? Slot : node;\n if (typeof window !== \"undefined\") {\n window[Symbol.for(\"radix-ui\")] = true;\n }\n return /* @__PURE__ */ jsx(Comp, { ...primitiveProps, ref: forwardedRef });\n });\n Node.displayName = `Primitive.${node}`;\n return { ...primitive, [node]: Node };\n}, {});\nfunction dispatchDiscreteCustomEvent(target, event) {\n if (target) ReactDOM.flushSync(() => target.dispatchEvent(event));\n}\nvar Root = Primitive;\nexport {\n Primitive,\n Root,\n dispatchDiscreteCustomEvent\n};\n//# sourceMappingURL=index.mjs.map\n","// packages/react/use-callback-ref/src/use-callback-ref.tsx\nimport * as React from \"react\";\nfunction useCallbackRef(callback) {\n const callbackRef = React.useRef(callback);\n React.useEffect(() => {\n callbackRef.current = callback;\n });\n return React.useMemo(() => (...args) => callbackRef.current?.(...args), []);\n}\nexport {\n useCallbackRef\n};\n//# sourceMappingURL=index.mjs.map\n","\"use client\";\n\n// src/dismissable-layer.tsx\nimport * as React from \"react\";\nimport { composeEventHandlers } from \"@radix-ui/primitive\";\nimport { Primitive, dispatchDiscreteCustomEvent } from \"@radix-ui/react-primitive\";\nimport { useComposedRefs } from \"@radix-ui/react-compose-refs\";\nimport { useCallbackRef } from \"@radix-ui/react-use-callback-ref\";\nimport { useEscapeKeydown } from \"@radix-ui/react-use-escape-keydown\";\nimport { jsx } from \"react/jsx-runtime\";\nvar DISMISSABLE_LAYER_NAME = \"DismissableLayer\";\nvar CONTEXT_UPDATE = \"dismissableLayer.update\";\nvar POINTER_DOWN_OUTSIDE = \"dismissableLayer.pointerDownOutside\";\nvar FOCUS_OUTSIDE = \"dismissableLayer.focusOutside\";\nvar originalBodyPointerEvents;\nvar DismissableLayerContext = React.createContext({\n layers: /* @__PURE__ */ new Set(),\n layersWithOutsidePointerEventsDisabled: /* @__PURE__ */ new Set(),\n branches: /* @__PURE__ */ new Set()\n});\nvar DismissableLayer = React.forwardRef(\n (props, forwardedRef) => {\n const {\n disableOutsidePointerEvents = false,\n onEscapeKeyDown,\n onPointerDownOutside,\n onFocusOutside,\n onInteractOutside,\n onDismiss,\n ...layerProps\n } = props;\n const context = React.useContext(DismissableLayerContext);\n const [node, setNode] = React.useState(null);\n const ownerDocument = node?.ownerDocument ?? globalThis?.document;\n const [, force] = React.useState({});\n const composedRefs = useComposedRefs(forwardedRef, (node2) => setNode(node2));\n const layers = Array.from(context.layers);\n const [highestLayerWithOutsidePointerEventsDisabled] = [...context.layersWithOutsidePointerEventsDisabled].slice(-1);\n const highestLayerWithOutsidePointerEventsDisabledIndex = layers.indexOf(highestLayerWithOutsidePointerEventsDisabled);\n const index = node ? layers.indexOf(node) : -1;\n const isBodyPointerEventsDisabled = context.layersWithOutsidePointerEventsDisabled.size > 0;\n const isPointerEventsEnabled = index >= highestLayerWithOutsidePointerEventsDisabledIndex;\n const pointerDownOutside = usePointerDownOutside((event) => {\n const target = event.target;\n const isPointerDownOnBranch = [...context.branches].some((branch) => branch.contains(target));\n if (!isPointerEventsEnabled || isPointerDownOnBranch) return;\n onPointerDownOutside?.(event);\n onInteractOutside?.(event);\n if (!event.defaultPrevented) onDismiss?.();\n }, ownerDocument);\n const focusOutside = useFocusOutside((event) => {\n const target = event.target;\n const isFocusInBranch = [...context.branches].some((branch) => branch.contains(target));\n if (isFocusInBranch) return;\n onFocusOutside?.(event);\n onInteractOutside?.(event);\n if (!event.defaultPrevented) onDismiss?.();\n }, ownerDocument);\n useEscapeKeydown((event) => {\n const isHighestLayer = index === context.layers.size - 1;\n if (!isHighestLayer) return;\n onEscapeKeyDown?.(event);\n if (!event.defaultPrevented && onDismiss) {\n event.preventDefault();\n onDismiss();\n }\n }, ownerDocument);\n React.useEffect(() => {\n if (!node) return;\n if (disableOutsidePointerEvents) {\n if (context.layersWithOutsidePointerEventsDisabled.size === 0) {\n originalBodyPointerEvents = ownerDocument.body.style.pointerEvents;\n ownerDocument.body.style.pointerEvents = \"none\";\n }\n context.layersWithOutsidePointerEventsDisabled.add(node);\n }\n context.layers.add(node);\n dispatchUpdate();\n return () => {\n if (disableOutsidePointerEvents && context.layersWithOutsidePointerEventsDisabled.size === 1) {\n ownerDocument.body.style.pointerEvents = originalBodyPointerEvents;\n }\n };\n }, [node, ownerDocument, disableOutsidePointerEvents, context]);\n React.useEffect(() => {\n return () => {\n if (!node) return;\n context.layers.delete(node);\n context.layersWithOutsidePointerEventsDisabled.delete(node);\n dispatchUpdate();\n };\n }, [node, context]);\n React.useEffect(() => {\n const handleUpdate = () => force({});\n document.addEventListener(CONTEXT_UPDATE, handleUpdate);\n return () => document.removeEventListener(CONTEXT_UPDATE, handleUpdate);\n }, []);\n return /* @__PURE__ */ jsx(\n Primitive.div,\n {\n ...layerProps,\n ref: composedRefs,\n style: {\n pointerEvents: isBodyPointerEventsDisabled ? isPointerEventsEnabled ? \"auto\" : \"none\" : void 0,\n ...props.style\n },\n onFocusCapture: composeEventHandlers(props.onFocusCapture, focusOutside.onFocusCapture),\n onBlurCapture: composeEventHandlers(props.onBlurCapture, focusOutside.onBlurCapture),\n onPointerDownCapture: composeEventHandlers(\n props.onPointerDownCapture,\n pointerDownOutside.onPointerDownCapture\n )\n }\n );\n }\n);\nDismissableLayer.displayName = DISMISSABLE_LAYER_NAME;\nvar BRANCH_NAME = \"DismissableLayerBranch\";\nvar DismissableLayerBranch = React.forwardRef((props, forwardedRef) => {\n const context = React.useContext(DismissableLayerContext);\n const ref = React.useRef(null);\n const composedRefs = useComposedRefs(forwardedRef, ref);\n React.useEffect(() => {\n const node = ref.current;\n if (node) {\n context.branches.add(node);\n return () => {\n context.branches.delete(node);\n };\n }\n }, [context.branches]);\n return /* @__PURE__ */ jsx(Primitive.div, { ...props, ref: composedRefs });\n});\nDismissableLayerBranch.displayName = BRANCH_NAME;\nfunction usePointerDownOutside(onPointerDownOutside, ownerDocument = globalThis?.document) {\n const handlePointerDownOutside = useCallbackRef(onPointerDownOutside);\n const isPointerInsideReactTreeRef = React.useRef(false);\n const handleClickRef = React.useRef(() => {\n });\n React.useEffect(() => {\n const handlePointerDown = (event) => {\n if (event.target && !isPointerInsideReactTreeRef.current) {\n let handleAndDispatchPointerDownOutsideEvent2 = function() {\n handleAndDispatchCustomEvent(\n POINTER_DOWN_OUTSIDE,\n handlePointerDownOutside,\n eventDetail,\n { discrete: true }\n );\n };\n var handleAndDispatchPointerDownOutsideEvent = handleAndDispatchPointerDownOutsideEvent2;\n const eventDetail = { originalEvent: event };\n if (event.pointerType === \"touch\") {\n ownerDocument.removeEventListener(\"click\", handleClickRef.current);\n handleClickRef.current = handleAndDispatchPointerDownOutsideEvent2;\n ownerDocument.addEventListener(\"click\", handleClickRef.current, { once: true });\n } else {\n handleAndDispatchPointerDownOutsideEvent2();\n }\n } else {\n ownerDocument.removeEventListener(\"click\", handleClickRef.current);\n }\n isPointerInsideReactTreeRef.current = false;\n };\n const timerId = window.setTimeout(() => {\n ownerDocument.addEventListener(\"pointerdown\", handlePointerDown);\n }, 0);\n return () => {\n window.clearTimeout(timerId);\n ownerDocument.removeEventListener(\"pointerdown\", handlePointerDown);\n ownerDocument.removeEventListener(\"click\", handleClickRef.current);\n };\n }, [ownerDocument, handlePointerDownOutside]);\n return {\n // ensures we check React component tree (not just DOM tree)\n onPointerDownCapture: () => isPointerInsideReactTreeRef.current = true\n };\n}\nfunction useFocusOutside(onFocusOutside, ownerDocument = globalThis?.document) {\n const handleFocusOutside = useCallbackRef(onFocusOutside);\n const isFocusInsideReactTreeRef = React.useRef(false);\n React.useEffect(() => {\n const handleFocus = (event) => {\n if (event.target && !isFocusInsideReactTreeRef.current) {\n const eventDetail = { originalEvent: event };\n handleAndDispatchCustomEvent(FOCUS_OUTSIDE, handleFocusOutside, eventDetail, {\n discrete: false\n });\n }\n };\n ownerDocument.addEventListener(\"focusin\", handleFocus);\n return () => ownerDocument.removeEventListener(\"focusin\", handleFocus);\n }, [ownerDocument, handleFocusOutside]);\n return {\n onFocusCapture: () => isFocusInsideReactTreeRef.current = true,\n onBlurCapture: () => isFocusInsideReactTreeRef.current = false\n };\n}\nfunction dispatchUpdate() {\n const event = new CustomEvent(CONTEXT_UPDATE);\n document.dispatchEvent(event);\n}\nfunction handleAndDispatchCustomEvent(name, handler, detail, { discrete }) {\n const target = detail.originalEvent.target;\n const event = new CustomEvent(name, { bubbles: false, cancelable: true, detail });\n if (handler) target.addEventListener(name, handler, { once: true });\n if (discrete) {\n dispatchDiscreteCustomEvent(target, event);\n } else {\n target.dispatchEvent(event);\n }\n}\nvar Root = DismissableLayer;\nvar Branch = DismissableLayerBranch;\nexport {\n Branch,\n DismissableLayer,\n DismissableLayerBranch,\n Root\n};\n//# sourceMappingURL=index.mjs.map\n","// packages/react/use-escape-keydown/src/use-escape-keydown.tsx\nimport * as React from \"react\";\nimport { useCallbackRef } from \"@radix-ui/react-use-callback-ref\";\nfunction useEscapeKeydown(onEscapeKeyDownProp, ownerDocument = globalThis?.document) {\n const onEscapeKeyDown = useCallbackRef(onEscapeKeyDownProp);\n React.useEffect(() => {\n const handleKeyDown = (event) => {\n if (event.key === \"Escape\") {\n onEscapeKeyDown(event);\n }\n };\n ownerDocument.addEventListener(\"keydown\", handleKeyDown, { capture: true });\n return () => ownerDocument.removeEventListener(\"keydown\", handleKeyDown, { capture: true });\n }, [onEscapeKeyDown, ownerDocument]);\n}\nexport {\n useEscapeKeydown\n};\n//# sourceMappingURL=index.mjs.map\n","\"use client\";\n\n// packages/react/focus-guards/src/focus-guards.tsx\nimport * as React from \"react\";\nvar count = 0;\nfunction FocusGuards(props) {\n useFocusGuards();\n return props.children;\n}\nfunction useFocusGuards() {\n React.useEffect(() => {\n const edgeGuards = document.querySelectorAll(\"[data-radix-focus-guard]\");\n document.body.insertAdjacentElement(\"afterbegin\", edgeGuards[0] ?? createFocusGuard());\n document.body.insertAdjacentElement(\"beforeend\", edgeGuards[1] ?? createFocusGuard());\n count++;\n return () => {\n if (count === 1) {\n document.querySelectorAll(\"[data-radix-focus-guard]\").forEach((node) => node.remove());\n }\n count--;\n };\n }, []);\n}\nfunction createFocusGuard() {\n const element = document.createElement(\"span\");\n element.setAttribute(\"data-radix-focus-guard\", \"\");\n element.tabIndex = 0;\n element.style.outline = \"none\";\n element.style.opacity = \"0\";\n element.style.position = \"fixed\";\n element.style.pointerEvents = \"none\";\n return element;\n}\nvar Root = FocusGuards;\nexport {\n FocusGuards,\n Root,\n useFocusGuards\n};\n//# sourceMappingURL=index.mjs.map\n","\"use client\";\n\n// src/focus-scope.tsx\nimport * as React from \"react\";\nimport { useComposedRefs } from \"@radix-ui/react-compose-refs\";\nimport { Primitive } from \"@radix-ui/react-primitive\";\nimport { useCallbackRef } from \"@radix-ui/react-use-callback-ref\";\nimport { jsx } from \"react/jsx-runtime\";\nvar AUTOFOCUS_ON_MOUNT = \"focusScope.autoFocusOnMount\";\nvar AUTOFOCUS_ON_UNMOUNT = \"focusScope.autoFocusOnUnmount\";\nvar EVENT_OPTIONS = { bubbles: false, cancelable: true };\nvar FOCUS_SCOPE_NAME = \"FocusScope\";\nvar FocusScope = React.forwardRef((props, forwardedRef) => {\n const {\n loop = false,\n trapped = false,\n onMountAutoFocus: onMountAutoFocusProp,\n onUnmountAutoFocus: onUnmountAutoFocusProp,\n ...scopeProps\n } = props;\n const [container, setContainer] = React.useState(null);\n const onMountAutoFocus = useCallbackRef(onMountAutoFocusProp);\n const onUnmountAutoFocus = useCallbackRef(onUnmountAutoFocusProp);\n const lastFocusedElementRef = React.useRef(null);\n const composedRefs = useComposedRefs(forwardedRef, (node) => setContainer(node));\n const focusScope = React.useRef({\n paused: false,\n pause() {\n this.paused = true;\n },\n resume() {\n this.paused = false;\n }\n }).current;\n React.useEffect(() => {\n if (trapped) {\n let handleFocusIn2 = function(event) {\n if (focusScope.paused || !container) return;\n const target = event.target;\n if (container.contains(target)) {\n lastFocusedElementRef.current = target;\n } else {\n focus(lastFocusedElementRef.current, { select: true });\n }\n }, handleFocusOut2 = function(event) {\n if (focusScope.paused || !container) return;\n const relatedTarget = event.relatedTarget;\n if (relatedTarget === null) return;\n if (!container.contains(relatedTarget)) {\n focus(lastFocusedElementRef.current, { select: true });\n }\n }, handleMutations2 = function(mutations) {\n const focusedElement = document.activeElement;\n if (focusedElement !== document.body) return;\n for (const mutation of mutations) {\n if (mutation.removedNodes.length > 0) focus(container);\n }\n };\n var handleFocusIn = handleFocusIn2, handleFocusOut = handleFocusOut2, handleMutations = handleMutations2;\n document.addEventListener(\"focusin\", handleFocusIn2);\n document.addEventListener(\"focusout\", handleFocusOut2);\n const mutationObserver = new MutationObserver(handleMutations2);\n if (container) mutationObserver.observe(container, { childList: true, subtree: true });\n return () => {\n document.removeEventListener(\"focusin\", handleFocusIn2);\n document.removeEventListener(\"focusout\", handleFocusOut2);\n mutationObserver.disconnect();\n };\n }\n }, [trapped, container, focusScope.paused]);\n React.useEffect(() => {\n if (container) {\n focusScopesStack.add(focusScope);\n const previouslyFocusedElement = document.activeElement;\n const hasFocusedCandidate = container.contains(previouslyFocusedElement);\n if (!hasFocusedCandidate) {\n const mountEvent = new CustomEvent(AUTOFOCUS_ON_MOUNT, EVENT_OPTIONS);\n container.addEventListener(AUTOFOCUS_ON_MOUNT, onMountAutoFocus);\n container.dispatchEvent(mountEvent);\n if (!mountEvent.defaultPrevented) {\n focusFirst(removeLinks(getTabbableCandidates(container)), { select: true });\n if (document.activeElement === previouslyFocusedElement) {\n focus(container);\n }\n }\n }\n return () => {\n container.removeEventListener(AUTOFOCUS_ON_MOUNT, onMountAutoFocus);\n setTimeout(() => {\n const unmountEvent = new CustomEvent(AUTOFOCUS_ON_UNMOUNT, EVENT_OPTIONS);\n container.addEventListener(AUTOFOCUS_ON_UNMOUNT, onUnmountAutoFocus);\n container.dispatchEvent(unmountEvent);\n if (!unmountEvent.defaultPrevented) {\n focus(previouslyFocusedElement ?? document.body, { select: true });\n }\n container.removeEventListener(AUTOFOCUS_ON_UNMOUNT, onUnmountAutoFocus);\n focusScopesStack.remove(focusScope);\n }, 0);\n };\n }\n }, [container, onMountAutoFocus, onUnmountAutoFocus, focusScope]);\n const handleKeyDown = React.useCallback(\n (event) => {\n if (!loop && !trapped) return;\n if (focusScope.paused) return;\n const isTabKey = event.key === \"Tab\" && !event.altKey && !event.ctrlKey && !event.metaKey;\n const focusedElement = document.activeElement;\n if (isTabKey && focusedElement) {\n const container2 = event.currentTarget;\n const [first, last] = getTabbableEdges(container2);\n const hasTabbableElementsInside = first && last;\n if (!hasTabbableElementsInside) {\n if (focusedElement === container2) event.preventDefault();\n } else {\n if (!event.shiftKey && focusedElement === last) {\n event.preventDefault();\n if (loop) focus(first, { select: true });\n } else if (event.shiftKey && focusedElement === first) {\n event.preventDefault();\n if (loop) focus(last, { select: true });\n }\n }\n }\n },\n [loop, trapped, focusScope.paused]\n );\n return /* @__PURE__ */ jsx(Primitive.div, { tabIndex: -1, ...scopeProps, ref: composedRefs, onKeyDown: handleKeyDown });\n});\nFocusScope.displayName = FOCUS_SCOPE_NAME;\nfunction focusFirst(candidates, { select = false } = {}) {\n const previouslyFocusedElement = document.activeElement;\n for (const candidate of candidates) {\n focus(candidate, { select });\n if (document.activeElement !== previouslyFocusedElement) return;\n }\n}\nfunction getTabbableEdges(container) {\n const candidates = getTabbableCandidates(container);\n const first = findVisible(candidates, container);\n const last = findVisible(candidates.reverse(), container);\n return [first, last];\n}\nfunction getTabbableCandidates(container) {\n const nodes = [];\n const walker = document.createTreeWalker(container, NodeFilter.SHOW_ELEMENT, {\n acceptNode: (node) => {\n const isHiddenInput = node.tagName === \"INPUT\" && node.type === \"hidden\";\n if (node.disabled || node.hidden || isHiddenInput) return NodeFilter.FILTER_SKIP;\n return node.tabIndex >= 0 ? NodeFilter.FILTER_ACCEPT : NodeFilter.FILTER_SKIP;\n }\n });\n while (walker.nextNode()) nodes.push(walker.currentNode);\n return nodes;\n}\nfunction findVisible(elements, container) {\n for (const element of elements) {\n if (!isHidden(element, { upTo: container })) return element;\n }\n}\nfunction isHidden(node, { upTo }) {\n if (getComputedStyle(node).visibility === \"hidden\") return true;\n while (node) {\n if (upTo !== void 0 && node === upTo) return false;\n if (getComputedStyle(node).display === \"none\") return true;\n node = node.parentElement;\n }\n return false;\n}\nfunction isSelectableInput(element) {\n return element instanceof HTMLInputElement && \"select\" in element;\n}\nfunction focus(element, { select = false } = {}) {\n if (element && element.focus) {\n const previouslyFocusedElement = document.activeElement;\n element.focus({ preventScroll: true });\n if (element !== previouslyFocusedElement && isSelectableInput(element) && select)\n element.select();\n }\n}\nvar focusScopesStack = createFocusScopesStack();\nfunction createFocusScopesStack() {\n let stack = [];\n return {\n add(focusScope) {\n const activeFocusScope = stack[0];\n if (focusScope !== activeFocusScope) {\n activeFocusScope?.pause();\n }\n stack = arrayRemove(stack, focusScope);\n stack.unshift(focusScope);\n },\n remove(focusScope) {\n stack = arrayRemove(stack, focusScope);\n stack[0]?.resume();\n }\n };\n}\nfunction arrayRemove(array, item) {\n const updatedArray = [...array];\n const index = updatedArray.indexOf(item);\n if (index !== -1) {\n updatedArray.splice(index, 1);\n }\n return updatedArray;\n}\nfunction removeLinks(items) {\n return items.filter((item) => item.tagName !== \"A\");\n}\nvar Root = FocusScope;\nexport {\n FocusScope,\n Root\n};\n//# sourceMappingURL=index.mjs.map\n","// packages/react/use-layout-effect/src/use-layout-effect.tsx\nimport * as React from \"react\";\nvar useLayoutEffect2 = globalThis?.document ? React.useLayoutEffect : () => {\n};\nexport {\n useLayoutEffect2 as useLayoutEffect\n};\n//# sourceMappingURL=index.mjs.map\n","// packages/react/id/src/id.tsx\nimport * as React from \"react\";\nimport { useLayoutEffect } from \"@radix-ui/react-use-layout-effect\";\nvar useReactId = React[\" useId \".trim().toString()] || (() => void 0);\nvar count = 0;\nfunction useId(deterministicId) {\n const [id, setId] = React.useState(useReactId());\n useLayoutEffect(() => {\n if (!deterministicId) setId((reactId) => reactId ?? String(count++));\n }, [deterministicId]);\n return deterministicId || (id ? `radix-${id}` : \"\");\n}\nexport {\n useId\n};\n//# sourceMappingURL=index.mjs.map\n","/**\n * Custom positioning reference element.\n * @see https://floating-ui.com/docs/virtual-elements\n */\n\nconst sides = ['top', 'right', 'bottom', 'left'];\nconst alignments = ['start', 'end'];\nconst placements = /*#__PURE__*/sides.reduce((acc, side) => acc.concat(side, side + \"-\" + alignments[0], side + \"-\" + alignments[1]), []);\nconst min = Math.min;\nconst max = Math.max;\nconst round = Math.round;\nconst floor = Math.floor;\nconst createCoords = v => ({\n x: v,\n y: v\n});\nconst oppositeSideMap = {\n left: 'right',\n right: 'left',\n bottom: 'top',\n top: 'bottom'\n};\nconst oppositeAlignmentMap = {\n start: 'end',\n end: 'start'\n};\nfunction clamp(start, value, end) {\n return max(start, min(value, end));\n}\nfunction evaluate(value, param) {\n return typeof value === 'function' ? value(param) : value;\n}\nfunction getSide(placement) {\n return placement.split('-')[0];\n}\nfunction getAlignment(placement) {\n return placement.split('-')[1];\n}\nfunction getOppositeAxis(axis) {\n return axis === 'x' ? 'y' : 'x';\n}\nfunction getAxisLength(axis) {\n return axis === 'y' ? 'height' : 'width';\n}\nfunction getSideAxis(placement) {\n return ['top', 'bottom'].includes(getSide(placement)) ? 'y' : 'x';\n}\nfunction getAlignmentAxis(placement) {\n return getOppositeAxis(getSideAxis(placement));\n}\nfunction getAlignmentSides(placement, rects, rtl) {\n if (rtl === void 0) {\n rtl = false;\n }\n const alignment = getAlignment(placement);\n const alignmentAxis = getAlignmentAxis(placement);\n const length = getAxisLength(alignmentAxis);\n let mainAlignmentSide = alignmentAxis === 'x' ? alignment === (rtl ? 'end' : 'start') ? 'right' : 'left' : alignment === 'start' ? 'bottom' : 'top';\n if (rects.reference[length] > rects.floating[length]) {\n mainAlignmentSide = getOppositePlacement(mainAlignmentSide);\n }\n return [mainAlignmentSide, getOppositePlacement(mainAlignmentSide)];\n}\nfunction getExpandedPlacements(placement) {\n const oppositePlacement = getOppositePlacement(placement);\n return [getOppositeAlignmentPlacement(placement), oppositePlacement, getOppositeAlignmentPlacement(oppositePlacement)];\n}\nfunction getOppositeAlignmentPlacement(placement) {\n return placement.replace(/start|end/g, alignment => oppositeAlignmentMap[alignment]);\n}\nfunction getSideList(side, isStart, rtl) {\n const lr = ['left', 'right'];\n const rl = ['right', 'left'];\n const tb = ['top', 'bottom'];\n const bt = ['bottom', 'top'];\n switch (side) {\n case 'top':\n case 'bottom':\n if (rtl) return isStart ? rl : lr;\n return isStart ? lr : rl;\n case 'left':\n case 'right':\n return isStart ? tb : bt;\n default:\n return [];\n }\n}\nfunction getOppositeAxisPlacements(placement, flipAlignment, direction, rtl) {\n const alignment = getAlignment(placement);\n let list = getSideList(getSide(placement), direction === 'start', rtl);\n if (alignment) {\n list = list.map(side => side + \"-\" + alignment);\n if (flipAlignment) {\n list = list.concat(list.map(getOppositeAlignmentPlacement));\n }\n }\n return list;\n}\nfunction getOppositePlacement(placement) {\n return placement.replace(/left|right|bottom|top/g, side => oppositeSideMap[side]);\n}\nfunction expandPaddingObject(padding) {\n return {\n top: 0,\n right: 0,\n bottom: 0,\n left: 0,\n ...padding\n };\n}\nfunction getPaddingObject(padding) {\n return typeof padding !== 'number' ? expandPaddingObject(padding) : {\n top: padding,\n right: padding,\n bottom: padding,\n left: padding\n };\n}\nfunction rectToClientRect(rect) {\n const {\n x,\n y,\n width,\n height\n } = rect;\n return {\n width,\n height,\n top: y,\n left: x,\n right: x + width,\n bottom: y + height,\n x,\n y\n };\n}\n\nexport { alignments, clamp, createCoords, evaluate, expandPaddingObject, floor, getAlignment, getAlignmentAxis, getAlignmentSides, getAxisLength, getExpandedPlacements, getOppositeAlignmentPlacement, getOppositeAxis, getOppositeAxisPlacements, getOppositePlacement, getPaddingObject, getSide, getSideAxis, max, min, placements, rectToClientRect, round, sides };\n","import { getSideAxis, getAlignmentAxis, getAxisLength, getSide, getAlignment, evaluate, getPaddingObject, rectToClientRect, min, clamp, placements, getAlignmentSides, getOppositeAlignmentPlacement, getOppositePlacement, getExpandedPlacements, getOppositeAxisPlacements, sides, max, getOppositeAxis } from '@floating-ui/utils';\nexport { rectToClientRect } from '@floating-ui/utils';\n\nfunction computeCoordsFromPlacement(_ref, placement, rtl) {\n let {\n reference,\n floating\n } = _ref;\n const sideAxis = getSideAxis(placement);\n const alignmentAxis = getAlignmentAxis(placement);\n const alignLength = getAxisLength(alignmentAxis);\n const side = getSide(placement);\n const isVertical = sideAxis === 'y';\n const commonX = reference.x + reference.width / 2 - floating.width / 2;\n const commonY = reference.y + reference.height / 2 - floating.height / 2;\n const commonAlign = reference[alignLength] / 2 - floating[alignLength] / 2;\n let coords;\n switch (side) {\n case 'top':\n coords = {\n x: commonX,\n y: reference.y - floating.height\n };\n break;\n case 'bottom':\n coords = {\n x: commonX,\n y: reference.y + reference.height\n };\n break;\n case 'right':\n coords = {\n x: reference.x + reference.width,\n y: commonY\n };\n break;\n case 'left':\n coords = {\n x: reference.x - floating.width,\n y: commonY\n };\n break;\n default:\n coords = {\n x: reference.x,\n y: reference.y\n };\n }\n switch (getAlignment(placement)) {\n case 'start':\n coords[alignmentAxis] -= commonAlign * (rtl && isVertical ? -1 : 1);\n break;\n case 'end':\n coords[alignmentAxis] += commonAlign * (rtl && isVertical ? -1 : 1);\n break;\n }\n return coords;\n}\n\n/**\n * Computes the `x` and `y` coordinates that will place the floating element\n * next to a given reference element.\n *\n * This export does not have any `platform` interface logic. You will need to\n * write one for the platform you are using Floating UI with.\n */\nconst computePosition = async (reference, floating, config) => {\n const {\n placement = 'bottom',\n strategy = 'absolute',\n middleware = [],\n platform\n } = config;\n const validMiddleware = middleware.filter(Boolean);\n const rtl = await (platform.isRTL == null ? void 0 : platform.isRTL(floating));\n let rects = await platform.getElementRects({\n reference,\n floating,\n strategy\n });\n let {\n x,\n y\n } = computeCoordsFromPlacement(rects, placement, rtl);\n let statefulPlacement = placement;\n let middlewareData = {};\n let resetCount = 0;\n for (let i = 0; i < validMiddleware.length; i++) {\n const {\n name,\n fn\n } = validMiddleware[i];\n const {\n x: nextX,\n y: nextY,\n data,\n reset\n } = await fn({\n x,\n y,\n initialPlacement: placement,\n placement: statefulPlacement,\n strategy,\n middlewareData,\n rects,\n platform,\n elements: {\n reference,\n floating\n }\n });\n x = nextX != null ? nextX : x;\n y = nextY != null ? nextY : y;\n middlewareData = {\n ...middlewareData,\n [name]: {\n ...middlewareData[name],\n ...data\n }\n };\n if (reset && resetCount <= 50) {\n resetCount++;\n if (typeof reset === 'object') {\n if (reset.placement) {\n statefulPlacement = reset.placement;\n }\n if (reset.rects) {\n rects = reset.rects === true ? await platform.getElementRects({\n reference,\n floating,\n strategy\n }) : reset.rects;\n }\n ({\n x,\n y\n } = computeCoordsFromPlacement(rects, statefulPlacement, rtl));\n }\n i = -1;\n }\n }\n return {\n x,\n y,\n placement: statefulPlacement,\n strategy,\n middlewareData\n };\n};\n\n/**\n * Resolves with an object of overflow side offsets that determine how much the\n * element is overflowing a given clipping boundary on each side.\n * - positive = overflowing the boundary by that number of pixels\n * - negative = how many pixels left before it will overflow\n * - 0 = lies flush with the boundary\n * @see https://floating-ui.com/docs/detectOverflow\n */\nasync function detectOverflow(state, options) {\n var _await$platform$isEle;\n if (options === void 0) {\n options = {};\n }\n const {\n x,\n y,\n platform,\n rects,\n elements,\n strategy\n } = state;\n const {\n boundary = 'clippingAncestors',\n rootBoundary = 'viewport',\n elementContext = 'floating',\n altBoundary = false,\n padding = 0\n } = evaluate(options, state);\n const paddingObject = getPaddingObject(padding);\n const altContext = elementContext === 'floating' ? 'reference' : 'floating';\n const element = elements[altBoundary ? altContext : elementContext];\n const clippingClientRect = rectToClientRect(await platform.getClippingRect({\n element: ((_await$platform$isEle = await (platform.isElement == null ? void 0 : platform.isElement(element))) != null ? _await$platform$isEle : true) ? element : element.contextElement || (await (platform.getDocumentElement == null ? void 0 : platform.getDocumentElement(elements.floating))),\n boundary,\n rootBoundary,\n strategy\n }));\n const rect = elementContext === 'floating' ? {\n x,\n y,\n width: rects.floating.width,\n height: rects.floating.height\n } : rects.reference;\n const offsetParent = await (platform.getOffsetParent == null ? void 0 : platform.getOffsetParent(elements.floating));\n const offsetScale = (await (platform.isElement == null ? void 0 : platform.isElement(offsetParent))) ? (await (platform.getScale == null ? void 0 : platform.getScale(offsetParent))) || {\n x: 1,\n y: 1\n } : {\n x: 1,\n y: 1\n };\n const elementClientRect = rectToClientRect(platform.convertOffsetParentRelativeRectToViewportRelativeRect ? await platform.convertOffsetParentRelativeRectToViewportRelativeRect({\n elements,\n rect,\n offsetParent,\n strategy\n }) : rect);\n return {\n top: (clippingClientRect.top - elementClientRect.top + paddingObject.top) / offsetScale.y,\n bottom: (elementClientRect.bottom - clippingClientRect.bottom + paddingObject.bottom) / offsetScale.y,\n left: (clippingClientRect.left - elementClientRect.left + paddingObject.left) / offsetScale.x,\n right: (elementClientRect.right - clippingClientRect.right + paddingObject.right) / offsetScale.x\n };\n}\n\n/**\n * Provides data to position an inner element of the floating element so that it\n * appears centered to the reference element.\n * @see https://floating-ui.com/docs/arrow\n */\nconst arrow = options => ({\n name: 'arrow',\n options,\n async fn(state) {\n const {\n x,\n y,\n placement,\n rects,\n platform,\n elements,\n middlewareData\n } = state;\n // Since `element` is required, we don't Partial<> the type.\n const {\n element,\n padding = 0\n } = evaluate(options, state) || {};\n if (element == null) {\n return {};\n }\n const paddingObject = getPaddingObject(padding);\n const coords = {\n x,\n y\n };\n const axis = getAlignmentAxis(placement);\n const length = getAxisLength(axis);\n const arrowDimensions = await platform.getDimensions(element);\n const isYAxis = axis === 'y';\n const minProp = isYAxis ? 'top' : 'left';\n const maxProp = isYAxis ? 'bottom' : 'right';\n const clientProp = isYAxis ? 'clientHeight' : 'clientWidth';\n const endDiff = rects.reference[length] + rects.reference[axis] - coords[axis] - rects.floating[length];\n const startDiff = coords[axis] - rects.reference[axis];\n const arrowOffsetParent = await (platform.getOffsetParent == null ? void 0 : platform.getOffsetParent(element));\n let clientSize = arrowOffsetParent ? arrowOffsetParent[clientProp] : 0;\n\n // DOM platform can return `window` as the `offsetParent`.\n if (!clientSize || !(await (platform.isElement == null ? void 0 : platform.isElement(arrowOffsetParent)))) {\n clientSize = elements.floating[clientProp] || rects.floating[length];\n }\n const centerToReference = endDiff / 2 - startDiff / 2;\n\n // If the padding is large enough that it causes the arrow to no longer be\n // centered, modify the padding so that it is centered.\n const largestPossiblePadding = clientSize / 2 - arrowDimensions[length] / 2 - 1;\n const minPadding = min(paddingObject[minProp], largestPossiblePadding);\n const maxPadding = min(paddingObject[maxProp], largestPossiblePadding);\n\n // Make sure the arrow doesn't overflow the floating element if the center\n // point is outside the floating element's bounds.\n const min$1 = minPadding;\n const max = clientSize - arrowDimensions[length] - maxPadding;\n const center = clientSize / 2 - arrowDimensions[length] / 2 + centerToReference;\n const offset = clamp(min$1, center, max);\n\n // If the reference is small enough that the arrow's padding causes it to\n // to point to nothing for an aligned placement, adjust the offset of the\n // floating element itself. To ensure `shift()` continues to take action,\n // a single reset is performed when this is true.\n const shouldAddOffset = !middlewareData.arrow && getAlignment(placement) != null && center !== offset && rects.reference[length] / 2 - (center < min$1 ? minPadding : maxPadding) - arrowDimensions[length] / 2 < 0;\n const alignmentOffset = shouldAddOffset ? center < min$1 ? center - min$1 : center - max : 0;\n return {\n [axis]: coords[axis] + alignmentOffset,\n data: {\n [axis]: offset,\n centerOffset: center - offset - alignmentOffset,\n ...(shouldAddOffset && {\n alignmentOffset\n })\n },\n reset: shouldAddOffset\n };\n }\n});\n\nfunction getPlacementList(alignment, autoAlignment, allowedPlacements) {\n const allowedPlacementsSortedByAlignment = alignment ? [...allowedPlacements.filter(placement => getAlignment(placement) === alignment), ...allowedPlacements.filter(placement => getAlignment(placement) !== alignment)] : allowedPlacements.filter(placement => getSide(placement) === placement);\n return allowedPlacementsSortedByAlignment.filter(placement => {\n if (alignment) {\n return getAlignment(placement) === alignment || (autoAlignment ? getOppositeAlignmentPlacement(placement) !== placement : false);\n }\n return true;\n });\n}\n/**\n * Optimizes the visibility of the floating element by choosing the placement\n * that has the most space available automatically, without needing to specify a\n * preferred placement. Alternative to `flip`.\n * @see https://floating-ui.com/docs/autoPlacement\n */\nconst autoPlacement = function (options) {\n if (options === void 0) {\n options = {};\n }\n return {\n name: 'autoPlacement',\n options,\n async fn(state) {\n var _middlewareData$autoP, _middlewareData$autoP2, _placementsThatFitOnE;\n const {\n rects,\n middlewareData,\n placement,\n platform,\n elements\n } = state;\n const {\n crossAxis = false,\n alignment,\n allowedPlacements = placements,\n autoAlignment = true,\n ...detectOverflowOptions\n } = evaluate(options, state);\n const placements$1 = alignment !== undefined || allowedPlacements === placements ? getPlacementList(alignment || null, autoAlignment, allowedPlacements) : allowedPlacements;\n const overflow = await detectOverflow(state, detectOverflowOptions);\n const currentIndex = ((_middlewareData$autoP = middlewareData.autoPlacement) == null ? void 0 : _middlewareData$autoP.index) || 0;\n const currentPlacement = placements$1[currentIndex];\n if (currentPlacement == null) {\n return {};\n }\n const alignmentSides = getAlignmentSides(currentPlacement, rects, await (platform.isRTL == null ? void 0 : platform.isRTL(elements.floating)));\n\n // Make `computeCoords` start from the right place.\n if (placement !== currentPlacement) {\n return {\n reset: {\n placement: placements$1[0]\n }\n };\n }\n const currentOverflows = [overflow[getSide(currentPlacement)], overflow[alignmentSides[0]], overflow[alignmentSides[1]]];\n const allOverflows = [...(((_middlewareData$autoP2 = middlewareData.autoPlacement) == null ? void 0 : _middlewareData$autoP2.overflows) || []), {\n placement: currentPlacement,\n overflows: currentOverflows\n }];\n const nextPlacement = placements$1[currentIndex + 1];\n\n // There are more placements to check.\n if (nextPlacement) {\n return {\n data: {\n index: currentIndex + 1,\n overflows: allOverflows\n },\n reset: {\n placement: nextPlacement\n }\n };\n }\n const placementsSortedByMostSpace = allOverflows.map(d => {\n const alignment = getAlignment(d.placement);\n return [d.placement, alignment && crossAxis ?\n // Check along the mainAxis and main crossAxis side.\n d.overflows.slice(0, 2).reduce((acc, v) => acc + v, 0) :\n // Check only the mainAxis.\n d.overflows[0], d.overflows];\n }).sort((a, b) => a[1] - b[1]);\n const placementsThatFitOnEachSide = placementsSortedByMostSpace.filter(d => d[2].slice(0,\n // Aligned placements should not check their opposite crossAxis\n // side.\n getAlignment(d[0]) ? 2 : 3).every(v => v <= 0));\n const resetPlacement = ((_placementsThatFitOnE = placementsThatFitOnEachSide[0]) == null ? void 0 : _placementsThatFitOnE[0]) || placementsSortedByMostSpace[0][0];\n if (resetPlacement !== placement) {\n return {\n data: {\n index: currentIndex + 1,\n overflows: allOverflows\n },\n reset: {\n placement: resetPlacement\n }\n };\n }\n return {};\n }\n };\n};\n\n/**\n * Optimizes the visibility of the floating element by flipping the `placement`\n * in order to keep it in view when the preferred placement(s) will overflow the\n * clipping boundary. Alternative to `autoPlacement`.\n * @see https://floating-ui.com/docs/flip\n */\nconst flip = function (options) {\n if (options === void 0) {\n options = {};\n }\n return {\n name: 'flip',\n options,\n async fn(state) {\n var _middlewareData$arrow, _middlewareData$flip;\n const {\n placement,\n middlewareData,\n rects,\n initialPlacement,\n platform,\n elements\n } = state;\n const {\n mainAxis: checkMainAxis = true,\n crossAxis: checkCrossAxis = true,\n fallbackPlacements: specifiedFallbackPlacements,\n fallbackStrategy = 'bestFit',\n fallbackAxisSideDirection = 'none',\n flipAlignment = true,\n ...detectOverflowOptions\n } = evaluate(options, state);\n\n // If a reset by the arrow was caused due to an alignment offset being\n // added, we should skip any logic now since `flip()` has already done its\n // work.\n // https://github.com/floating-ui/floating-ui/issues/2549#issuecomment-1719601643\n if ((_middlewareData$arrow = middlewareData.arrow) != null && _middlewareData$arrow.alignmentOffset) {\n return {};\n }\n const side = getSide(placement);\n const initialSideAxis = getSideAxis(initialPlacement);\n const isBasePlacement = getSide(initialPlacement) === initialPlacement;\n const rtl = await (platform.isRTL == null ? void 0 : platform.isRTL(elements.floating));\n const fallbackPlacements = specifiedFallbackPlacements || (isBasePlacement || !flipAlignment ? [getOppositePlacement(initialPlacement)] : getExpandedPlacements(initialPlacement));\n const hasFallbackAxisSideDirection = fallbackAxisSideDirection !== 'none';\n if (!specifiedFallbackPlacements && hasFallbackAxisSideDirection) {\n fallbackPlacements.push(...getOppositeAxisPlacements(initialPlacement, flipAlignment, fallbackAxisSideDirection, rtl));\n }\n const placements = [initialPlacement, ...fallbackPlacements];\n const overflow = await detectOverflow(state, detectOverflowOptions);\n const overflows = [];\n let overflowsData = ((_middlewareData$flip = middlewareData.flip) == null ? void 0 : _middlewareData$flip.overflows) || [];\n if (checkMainAxis) {\n overflows.push(overflow[side]);\n }\n if (checkCrossAxis) {\n const sides = getAlignmentSides(placement, rects, rtl);\n overflows.push(overflow[sides[0]], overflow[sides[1]]);\n }\n overflowsData = [...overflowsData, {\n placement,\n overflows\n }];\n\n // One or more sides is overflowing.\n if (!overflows.every(side => side <= 0)) {\n var _middlewareData$flip2, _overflowsData$filter;\n const nextIndex = (((_middlewareData$flip2 = middlewareData.flip) == null ? void 0 : _middlewareData$flip2.index) || 0) + 1;\n const nextPlacement = placements[nextIndex];\n if (nextPlacement) {\n var _overflowsData$;\n const ignoreCrossAxisOverflow = checkCrossAxis === 'alignment' ? initialSideAxis !== getSideAxis(nextPlacement) : false;\n const hasInitialMainAxisOverflow = ((_overflowsData$ = overflowsData[0]) == null ? void 0 : _overflowsData$.overflows[0]) > 0;\n if (!ignoreCrossAxisOverflow || hasInitialMainAxisOverflow) {\n // Try next placement and re-run the lifecycle.\n return {\n data: {\n index: nextIndex,\n overflows: overflowsData\n },\n reset: {\n placement: nextPlacement\n }\n };\n }\n }\n\n // First, find the candidates that fit on the mainAxis side of overflow,\n // then find the placement that fits the best on the main crossAxis side.\n let resetPlacement = (_overflowsData$filter = overflowsData.filter(d => d.overflows[0] <= 0).sort((a, b) => a.overflows[1] - b.overflows[1])[0]) == null ? void 0 : _overflowsData$filter.placement;\n\n // Otherwise fallback.\n if (!resetPlacement) {\n switch (fallbackStrategy) {\n case 'bestFit':\n {\n var _overflowsData$filter2;\n const placement = (_overflowsData$filter2 = overflowsData.filter(d => {\n if (hasFallbackAxisSideDirection) {\n const currentSideAxis = getSideAxis(d.placement);\n return currentSideAxis === initialSideAxis ||\n // Create a bias to the `y` side axis due to horizontal\n // reading directions favoring greater width.\n currentSideAxis === 'y';\n }\n return true;\n }).map(d => [d.placement, d.overflows.filter(overflow => overflow > 0).reduce((acc, overflow) => acc + overflow, 0)]).sort((a, b) => a[1] - b[1])[0]) == null ? void 0 : _overflowsData$filter2[0];\n if (placement) {\n resetPlacement = placement;\n }\n break;\n }\n case 'initialPlacement':\n resetPlacement = initialPlacement;\n break;\n }\n }\n if (placement !== resetPlacement) {\n return {\n reset: {\n placement: resetPlacement\n }\n };\n }\n }\n return {};\n }\n };\n};\n\nfunction getSideOffsets(overflow, rect) {\n return {\n top: overflow.top - rect.height,\n right: overflow.right - rect.width,\n bottom: overflow.bottom - rect.height,\n left: overflow.left - rect.width\n };\n}\nfunction isAnySideFullyClipped(overflow) {\n return sides.some(side => overflow[side] >= 0);\n}\n/**\n * Provides data to hide the floating element in applicable situations, such as\n * when it is not in the same clipping context as the reference element.\n * @see https://floating-ui.com/docs/hide\n */\nconst hide = function (options) {\n if (options === void 0) {\n options = {};\n }\n return {\n name: 'hide',\n options,\n async fn(state) {\n const {\n rects\n } = state;\n const {\n strategy = 'referenceHidden',\n ...detectOverflowOptions\n } = evaluate(options, state);\n switch (strategy) {\n case 'referenceHidden':\n {\n const overflow = await detectOverflow(state, {\n ...detectOverflowOptions,\n elementContext: 'reference'\n });\n const offsets = getSideOffsets(overflow, rects.reference);\n return {\n data: {\n referenceHiddenOffsets: offsets,\n referenceHidden: isAnySideFullyClipped(offsets)\n }\n };\n }\n case 'escaped':\n {\n const overflow = await detectOverflow(state, {\n ...detectOverflowOptions,\n altBoundary: true\n });\n const offsets = getSideOffsets(overflow, rects.floating);\n return {\n data: {\n escapedOffsets: offsets,\n escaped: isAnySideFullyClipped(offsets)\n }\n };\n }\n default:\n {\n return {};\n }\n }\n }\n };\n};\n\nfunction getBoundingRect(rects) {\n const minX = min(...rects.map(rect => rect.left));\n const minY = min(...rects.map(rect => rect.top));\n const maxX = max(...rects.map(rect => rect.right));\n const maxY = max(...rects.map(rect => rect.bottom));\n return {\n x: minX,\n y: minY,\n width: maxX - minX,\n height: maxY - minY\n };\n}\nfunction getRectsByLine(rects) {\n const sortedRects = rects.slice().sort((a, b) => a.y - b.y);\n const groups = [];\n let prevRect = null;\n for (let i = 0; i < sortedRects.length; i++) {\n const rect = sortedRects[i];\n if (!prevRect || rect.y - prevRect.y > prevRect.height / 2) {\n groups.push([rect]);\n } else {\n groups[groups.length - 1].push(rect);\n }\n prevRect = rect;\n }\n return groups.map(rect => rectToClientRect(getBoundingRect(rect)));\n}\n/**\n * Provides improved positioning for inline reference elements that can span\n * over multiple lines, such as hyperlinks or range selections.\n * @see https://floating-ui.com/docs/inline\n */\nconst inline = function (options) {\n if (options === void 0) {\n options = {};\n }\n return {\n name: 'inline',\n options,\n async fn(state) {\n const {\n placement,\n elements,\n rects,\n platform,\n strategy\n } = state;\n // A MouseEvent's client{X,Y} coords can be up to 2 pixels off a\n // ClientRect's bounds, despite the event listener being triggered. A\n // padding of 2 seems to handle this issue.\n const {\n padding = 2,\n x,\n y\n } = evaluate(options, state);\n const nativeClientRects = Array.from((await (platform.getClientRects == null ? void 0 : platform.getClientRects(elements.reference))) || []);\n const clientRects = getRectsByLine(nativeClientRects);\n const fallback = rectToClientRect(getBoundingRect(nativeClientRects));\n const paddingObject = getPaddingObject(padding);\n function getBoundingClientRect() {\n // There are two rects and they are disjoined.\n if (clientRects.length === 2 && clientRects[0].left > clientRects[1].right && x != null && y != null) {\n // Find the first rect in which the point is fully inside.\n return clientRects.find(rect => x > rect.left - paddingObject.left && x < rect.right + paddingObject.right && y > rect.top - paddingObject.top && y < rect.bottom + paddingObject.bottom) || fallback;\n }\n\n // There are 2 or more connected rects.\n if (clientRects.length >= 2) {\n if (getSideAxis(placement) === 'y') {\n const firstRect = clientRects[0];\n const lastRect = clientRects[clientRects.length - 1];\n const isTop = getSide(placement) === 'top';\n const top = firstRect.top;\n const bottom = lastRect.bottom;\n const left = isTop ? firstRect.left : lastRect.left;\n const right = isTop ? firstRect.right : lastRect.right;\n const width = right - left;\n const height = bottom - top;\n return {\n top,\n bottom,\n left,\n right,\n width,\n height,\n x: left,\n y: top\n };\n }\n const isLeftSide = getSide(placement) === 'left';\n const maxRight = max(...clientRects.map(rect => rect.right));\n const minLeft = min(...clientRects.map(rect => rect.left));\n const measureRects = clientRects.filter(rect => isLeftSide ? rect.left === minLeft : rect.right === maxRight);\n const top = measureRects[0].top;\n const bottom = measureRects[measureRects.length - 1].bottom;\n const left = minLeft;\n const right = maxRight;\n const width = right - left;\n const height = bottom - top;\n return {\n top,\n bottom,\n left,\n right,\n width,\n height,\n x: left,\n y: top\n };\n }\n return fallback;\n }\n const resetRects = await platform.getElementRects({\n reference: {\n getBoundingClientRect\n },\n floating: elements.floating,\n strategy\n });\n if (rects.reference.x !== resetRects.reference.x || rects.reference.y !== resetRects.reference.y || rects.reference.width !== resetRects.reference.width || rects.reference.height !== resetRects.reference.height) {\n return {\n reset: {\n rects: resetRects\n }\n };\n }\n return {};\n }\n };\n};\n\n// For type backwards-compatibility, the `OffsetOptions` type was also\n// Derivable.\n\nasync function convertValueToCoords(state, options) {\n const {\n placement,\n platform,\n elements\n } = state;\n const rtl = await (platform.isRTL == null ? void 0 : platform.isRTL(elements.floating));\n const side = getSide(placement);\n const alignment = getAlignment(placement);\n const isVertical = getSideAxis(placement) === 'y';\n const mainAxisMulti = ['left', 'top'].includes(side) ? -1 : 1;\n const crossAxisMulti = rtl && isVertical ? -1 : 1;\n const rawValue = evaluate(options, state);\n\n // eslint-disable-next-line prefer-const\n let {\n mainAxis,\n crossAxis,\n alignmentAxis\n } = typeof rawValue === 'number' ? {\n mainAxis: rawValue,\n crossAxis: 0,\n alignmentAxis: null\n } : {\n mainAxis: rawValue.mainAxis || 0,\n crossAxis: rawValue.crossAxis || 0,\n alignmentAxis: rawValue.alignmentAxis\n };\n if (alignment && typeof alignmentAxis === 'number') {\n crossAxis = alignment === 'end' ? alignmentAxis * -1 : alignmentAxis;\n }\n return isVertical ? {\n x: crossAxis * crossAxisMulti,\n y: mainAxis * mainAxisMulti\n } : {\n x: mainAxis * mainAxisMulti,\n y: crossAxis * crossAxisMulti\n };\n}\n\n/**\n * Modifies the placement by translating the floating element along the\n * specified axes.\n * A number (shorthand for `mainAxis` or distance), or an axes configuration\n * object may be passed.\n * @see https://floating-ui.com/docs/offset\n */\nconst offset = function (options) {\n if (options === void 0) {\n options = 0;\n }\n return {\n name: 'offset',\n options,\n async fn(state) {\n var _middlewareData$offse, _middlewareData$arrow;\n const {\n x,\n y,\n placement,\n middlewareData\n } = state;\n const diffCoords = await convertValueToCoords(state, options);\n\n // If the placement is the same and the arrow caused an alignment offset\n // then we don't need to change the positioning coordinates.\n if (placement === ((_middlewareData$offse = middlewareData.offset) == null ? void 0 : _middlewareData$offse.placement) && (_middlewareData$arrow = middlewareData.arrow) != null && _middlewareData$arrow.alignmentOffset) {\n return {};\n }\n return {\n x: x + diffCoords.x,\n y: y + diffCoords.y,\n data: {\n ...diffCoords,\n placement\n }\n };\n }\n };\n};\n\n/**\n * Optimizes the visibility of the floating element by shifting it in order to\n * keep it in view when it will overflow the clipping boundary.\n * @see https://floating-ui.com/docs/shift\n */\nconst shift = function (options) {\n if (options === void 0) {\n options = {};\n }\n return {\n name: 'shift',\n options,\n async fn(state) {\n const {\n x,\n y,\n placement\n } = state;\n const {\n mainAxis: checkMainAxis = true,\n crossAxis: checkCrossAxis = false,\n limiter = {\n fn: _ref => {\n let {\n x,\n y\n } = _ref;\n return {\n x,\n y\n };\n }\n },\n ...detectOverflowOptions\n } = evaluate(options, state);\n const coords = {\n x,\n y\n };\n const overflow = await detectOverflow(state, detectOverflowOptions);\n const crossAxis = getSideAxis(getSide(placement));\n const mainAxis = getOppositeAxis(crossAxis);\n let mainAxisCoord = coords[mainAxis];\n let crossAxisCoord = coords[crossAxis];\n if (checkMainAxis) {\n const minSide = mainAxis === 'y' ? 'top' : 'left';\n const maxSide = mainAxis === 'y' ? 'bottom' : 'right';\n const min = mainAxisCoord + overflow[minSide];\n const max = mainAxisCoord - overflow[maxSide];\n mainAxisCoord = clamp(min, mainAxisCoord, max);\n }\n if (checkCrossAxis) {\n const minSide = crossAxis === 'y' ? 'top' : 'left';\n const maxSide = crossAxis === 'y' ? 'bottom' : 'right';\n const min = crossAxisCoord + overflow[minSide];\n const max = crossAxisCoord - overflow[maxSide];\n crossAxisCoord = clamp(min, crossAxisCoord, max);\n }\n const limitedCoords = limiter.fn({\n ...state,\n [mainAxis]: mainAxisCoord,\n [crossAxis]: crossAxisCoord\n });\n return {\n ...limitedCoords,\n data: {\n x: limitedCoords.x - x,\n y: limitedCoords.y - y,\n enabled: {\n [mainAxis]: checkMainAxis,\n [crossAxis]: checkCrossAxis\n }\n }\n };\n }\n };\n};\n/**\n * Built-in `limiter` that will stop `shift()` at a certain point.\n */\nconst limitShift = function (options) {\n if (options === void 0) {\n options = {};\n }\n return {\n options,\n fn(state) {\n const {\n x,\n y,\n placement,\n rects,\n middlewareData\n } = state;\n const {\n offset = 0,\n mainAxis: checkMainAxis = true,\n crossAxis: checkCrossAxis = true\n } = evaluate(options, state);\n const coords = {\n x,\n y\n };\n const crossAxis = getSideAxis(placement);\n const mainAxis = getOppositeAxis(crossAxis);\n let mainAxisCoord = coords[mainAxis];\n let crossAxisCoord = coords[crossAxis];\n const rawOffset = evaluate(offset, state);\n const computedOffset = typeof rawOffset === 'number' ? {\n mainAxis: rawOffset,\n crossAxis: 0\n } : {\n mainAxis: 0,\n crossAxis: 0,\n ...rawOffset\n };\n if (checkMainAxis) {\n const len = mainAxis === 'y' ? 'height' : 'width';\n const limitMin = rects.reference[mainAxis] - rects.floating[len] + computedOffset.mainAxis;\n const limitMax = rects.reference[mainAxis] + rects.reference[len] - computedOffset.mainAxis;\n if (mainAxisCoord < limitMin) {\n mainAxisCoord = limitMin;\n } else if (mainAxisCoord > limitMax) {\n mainAxisCoord = limitMax;\n }\n }\n if (checkCrossAxis) {\n var _middlewareData$offse, _middlewareData$offse2;\n const len = mainAxis === 'y' ? 'width' : 'height';\n const isOriginSide = ['top', 'left'].includes(getSide(placement));\n const limitMin = rects.reference[crossAxis] - rects.floating[len] + (isOriginSide ? ((_middlewareData$offse = middlewareData.offset) == null ? void 0 : _middlewareData$offse[crossAxis]) || 0 : 0) + (isOriginSide ? 0 : computedOffset.crossAxis);\n const limitMax = rects.reference[crossAxis] + rects.reference[len] + (isOriginSide ? 0 : ((_middlewareData$offse2 = middlewareData.offset) == null ? void 0 : _middlewareData$offse2[crossAxis]) || 0) - (isOriginSide ? computedOffset.crossAxis : 0);\n if (crossAxisCoord < limitMin) {\n crossAxisCoord = limitMin;\n } else if (crossAxisCoord > limitMax) {\n crossAxisCoord = limitMax;\n }\n }\n return {\n [mainAxis]: mainAxisCoord,\n [crossAxis]: crossAxisCoord\n };\n }\n };\n};\n\n/**\n * Provides data that allows you to change the size of the floating element —\n * for instance, prevent it from overflowing the clipping boundary or match the\n * width of the reference element.\n * @see https://floating-ui.com/docs/size\n */\nconst size = function (options) {\n if (options === void 0) {\n options = {};\n }\n return {\n name: 'size',\n options,\n async fn(state) {\n var _state$middlewareData, _state$middlewareData2;\n const {\n placement,\n rects,\n platform,\n elements\n } = state;\n const {\n apply = () => {},\n ...detectOverflowOptions\n } = evaluate(options, state);\n const overflow = await detectOverflow(state, detectOverflowOptions);\n const side = getSide(placement);\n const alignment = getAlignment(placement);\n const isYAxis = getSideAxis(placement) === 'y';\n const {\n width,\n height\n } = rects.floating;\n let heightSide;\n let widthSide;\n if (side === 'top' || side === 'bottom') {\n heightSide = side;\n widthSide = alignment === ((await (platform.isRTL == null ? void 0 : platform.isRTL(elements.floating))) ? 'start' : 'end') ? 'left' : 'right';\n } else {\n widthSide = side;\n heightSide = alignment === 'end' ? 'top' : 'bottom';\n }\n const maximumClippingHeight = height - overflow.top - overflow.bottom;\n const maximumClippingWidth = width - overflow.left - overflow.right;\n const overflowAvailableHeight = min(height - overflow[heightSide], maximumClippingHeight);\n const overflowAvailableWidth = min(width - overflow[widthSide], maximumClippingWidth);\n const noShift = !state.middlewareData.shift;\n let availableHeight = overflowAvailableHeight;\n let availableWidth = overflowAvailableWidth;\n if ((_state$middlewareData = state.middlewareData.shift) != null && _state$middlewareData.enabled.x) {\n availableWidth = maximumClippingWidth;\n }\n if ((_state$middlewareData2 = state.middlewareData.shift) != null && _state$middlewareData2.enabled.y) {\n availableHeight = maximumClippingHeight;\n }\n if (noShift && !alignment) {\n const xMin = max(overflow.left, 0);\n const xMax = max(overflow.right, 0);\n const yMin = max(overflow.top, 0);\n const yMax = max(overflow.bottom, 0);\n if (isYAxis) {\n availableWidth = width - 2 * (xMin !== 0 || xMax !== 0 ? xMin + xMax : max(overflow.left, overflow.right));\n } else {\n availableHeight = height - 2 * (yMin !== 0 || yMax !== 0 ? yMin + yMax : max(overflow.top, overflow.bottom));\n }\n }\n await apply({\n ...state,\n availableWidth,\n availableHeight\n });\n const nextDimensions = await platform.getDimensions(elements.floating);\n if (width !== nextDimensions.width || height !== nextDimensions.height) {\n return {\n reset: {\n rects: true\n }\n };\n }\n return {};\n }\n };\n};\n\nexport { arrow, autoPlacement, computePosition, detectOverflow, flip, hide, inline, limitShift, offset, shift, size };\n","function hasWindow() {\n return typeof window !== 'undefined';\n}\nfunction getNodeName(node) {\n if (isNode(node)) {\n return (node.nodeName || '').toLowerCase();\n }\n // Mocked nodes in testing environments may not be instances of Node. By\n // returning `#document` an infinite loop won't occur.\n // https://github.com/floating-ui/floating-ui/issues/2317\n return '#document';\n}\nfunction getWindow(node) {\n var _node$ownerDocument;\n return (node == null || (_node$ownerDocument = node.ownerDocument) == null ? void 0 : _node$ownerDocument.defaultView) || window;\n}\nfunction getDocumentElement(node) {\n var _ref;\n return (_ref = (isNode(node) ? node.ownerDocument : node.document) || window.document) == null ? void 0 : _ref.documentElement;\n}\nfunction isNode(value) {\n if (!hasWindow()) {\n return false;\n }\n return value instanceof Node || value instanceof getWindow(value).Node;\n}\nfunction isElement(value) {\n if (!hasWindow()) {\n return false;\n }\n return value instanceof Element || value instanceof getWindow(value).Element;\n}\nfunction isHTMLElement(value) {\n if (!hasWindow()) {\n return false;\n }\n return value instanceof HTMLElement || value instanceof getWindow(value).HTMLElement;\n}\nfunction isShadowRoot(value) {\n if (!hasWindow() || typeof ShadowRoot === 'undefined') {\n return false;\n }\n return value instanceof ShadowRoot || value instanceof getWindow(value).ShadowRoot;\n}\nfunction isOverflowElement(element) {\n const {\n overflow,\n overflowX,\n overflowY,\n display\n } = getComputedStyle(element);\n return /auto|scroll|overlay|hidden|clip/.test(overflow + overflowY + overflowX) && !['inline', 'contents'].includes(display);\n}\nfunction isTableElement(element) {\n return ['table', 'td', 'th'].includes(getNodeName(element));\n}\nfunction isTopLayer(element) {\n return [':popover-open', ':modal'].some(selector => {\n try {\n return element.matches(selector);\n } catch (e) {\n return false;\n }\n });\n}\nfunction isContainingBlock(elementOrCss) {\n const webkit = isWebKit();\n const css = isElement(elementOrCss) ? getComputedStyle(elementOrCss) : elementOrCss;\n\n // https://developer.mozilla.org/en-US/docs/Web/CSS/Containing_block#identifying_the_containing_block\n // https://drafts.csswg.org/css-transforms-2/#individual-transforms\n return ['transform', 'translate', 'scale', 'rotate', 'perspective'].some(value => css[value] ? css[value] !== 'none' : false) || (css.containerType ? css.containerType !== 'normal' : false) || !webkit && (css.backdropFilter ? css.backdropFilter !== 'none' : false) || !webkit && (css.filter ? css.filter !== 'none' : false) || ['transform', 'translate', 'scale', 'rotate', 'perspective', 'filter'].some(value => (css.willChange || '').includes(value)) || ['paint', 'layout', 'strict', 'content'].some(value => (css.contain || '').includes(value));\n}\nfunction getContainingBlock(element) {\n let currentNode = getParentNode(element);\n while (isHTMLElement(currentNode) && !isLastTraversableNode(currentNode)) {\n if (isContainingBlock(currentNode)) {\n return currentNode;\n } else if (isTopLayer(currentNode)) {\n return null;\n }\n currentNode = getParentNode(currentNode);\n }\n return null;\n}\nfunction isWebKit() {\n if (typeof CSS === 'undefined' || !CSS.supports) return false;\n return CSS.supports('-webkit-backdrop-filter', 'none');\n}\nfunction isLastTraversableNode(node) {\n return ['html', 'body', '#document'].includes(getNodeName(node));\n}\nfunction getComputedStyle(element) {\n return getWindow(element).getComputedStyle(element);\n}\nfunction getNodeScroll(element) {\n if (isElement(element)) {\n return {\n scrollLeft: element.scrollLeft,\n scrollTop: element.scrollTop\n };\n }\n return {\n scrollLeft: element.scrollX,\n scrollTop: element.scrollY\n };\n}\nfunction getParentNode(node) {\n if (getNodeName(node) === 'html') {\n return node;\n }\n const result =\n // Step into the shadow DOM of the parent of a slotted node.\n node.assignedSlot ||\n // DOM Element detected.\n node.parentNode ||\n // ShadowRoot detected.\n isShadowRoot(node) && node.host ||\n // Fallback.\n getDocumentElement(node);\n return isShadowRoot(result) ? result.host : result;\n}\nfunction getNearestOverflowAncestor(node) {\n const parentNode = getParentNode(node);\n if (isLastTraversableNode(parentNode)) {\n return node.ownerDocument ? node.ownerDocument.body : node.body;\n }\n if (isHTMLElement(parentNode) && isOverflowElement(parentNode)) {\n return parentNode;\n }\n return getNearestOverflowAncestor(parentNode);\n}\nfunction getOverflowAncestors(node, list, traverseIframes) {\n var _node$ownerDocument2;\n if (list === void 0) {\n list = [];\n }\n if (traverseIframes === void 0) {\n traverseIframes = true;\n }\n const scrollableAncestor = getNearestOverflowAncestor(node);\n const isBody = scrollableAncestor === ((_node$ownerDocument2 = node.ownerDocument) == null ? void 0 : _node$ownerDocument2.body);\n const win = getWindow(scrollableAncestor);\n if (isBody) {\n const frameElement = getFrameElement(win);\n return list.concat(win, win.visualViewport || [], isOverflowElement(scrollableAncestor) ? scrollableAncestor : [], frameElement && traverseIframes ? getOverflowAncestors(frameElement) : []);\n }\n return list.concat(scrollableAncestor, getOverflowAncestors(scrollableAncestor, [], traverseIframes));\n}\nfunction getFrameElement(win) {\n return win.parent && Object.getPrototypeOf(win.parent) ? win.frameElement : null;\n}\n\nexport { getComputedStyle, getContainingBlock, getDocumentElement, getFrameElement, getNearestOverflowAncestor, getNodeName, getNodeScroll, getOverflowAncestors, getParentNode, getWindow, isContainingBlock, isElement, isHTMLElement, isLastTraversableNode, isNode, isOverflowElement, isShadowRoot, isTableElement, isTopLayer, isWebKit };\n","import { rectToClientRect, arrow as arrow$1, autoPlacement as autoPlacement$1, detectOverflow as detectOverflow$1, flip as flip$1, hide as hide$1, inline as inline$1, limitShift as limitShift$1, offset as offset$1, shift as shift$1, size as size$1, computePosition as computePosition$1 } from '@floating-ui/core';\nimport { round, createCoords, max, min, floor } from '@floating-ui/utils';\nimport { getComputedStyle, isHTMLElement, isElement, getWindow, isWebKit, getFrameElement, getNodeScroll, getDocumentElement, isTopLayer, getNodeName, isOverflowElement, getOverflowAncestors, getParentNode, isLastTraversableNode, isContainingBlock, isTableElement, getContainingBlock } from '@floating-ui/utils/dom';\nexport { getOverflowAncestors } from '@floating-ui/utils/dom';\n\nfunction getCssDimensions(element) {\n const css = getComputedStyle(element);\n // In testing environments, the `width` and `height` properties are empty\n // strings for SVG elements, returning NaN. Fallback to `0` in this case.\n let width = parseFloat(css.width) || 0;\n let height = parseFloat(css.height) || 0;\n const hasOffset = isHTMLElement(element);\n const offsetWidth = hasOffset ? element.offsetWidth : width;\n const offsetHeight = hasOffset ? element.offsetHeight : height;\n const shouldFallback = round(width) !== offsetWidth || round(height) !== offsetHeight;\n if (shouldFallback) {\n width = offsetWidth;\n height = offsetHeight;\n }\n return {\n width,\n height,\n $: shouldFallback\n };\n}\n\nfunction unwrapElement(element) {\n return !isElement(element) ? element.contextElement : element;\n}\n\nfunction getScale(element) {\n const domElement = unwrapElement(element);\n if (!isHTMLElement(domElement)) {\n return createCoords(1);\n }\n const rect = domElement.getBoundingClientRect();\n const {\n width,\n height,\n $\n } = getCssDimensions(domElement);\n let x = ($ ? round(rect.width) : rect.width) / width;\n let y = ($ ? round(rect.height) : rect.height) / height;\n\n // 0, NaN, or Infinity should always fallback to 1.\n\n if (!x || !Number.isFinite(x)) {\n x = 1;\n }\n if (!y || !Number.isFinite(y)) {\n y = 1;\n }\n return {\n x,\n y\n };\n}\n\nconst noOffsets = /*#__PURE__*/createCoords(0);\nfunction getVisualOffsets(element) {\n const win = getWindow(element);\n if (!isWebKit() || !win.visualViewport) {\n return noOffsets;\n }\n return {\n x: win.visualViewport.offsetLeft,\n y: win.visualViewport.offsetTop\n };\n}\nfunction shouldAddVisualOffsets(element, isFixed, floatingOffsetParent) {\n if (isFixed === void 0) {\n isFixed = false;\n }\n if (!floatingOffsetParent || isFixed && floatingOffsetParent !== getWindow(element)) {\n return false;\n }\n return isFixed;\n}\n\nfunction getBoundingClientRect(element, includeScale, isFixedStrategy, offsetParent) {\n if (includeScale === void 0) {\n includeScale = false;\n }\n if (isFixedStrategy === void 0) {\n isFixedStrategy = false;\n }\n const clientRect = element.getBoundingClientRect();\n const domElement = unwrapElement(element);\n let scale = createCoords(1);\n if (includeScale) {\n if (offsetParent) {\n if (isElement(offsetParent)) {\n scale = getScale(offsetParent);\n }\n } else {\n scale = getScale(element);\n }\n }\n const visualOffsets = shouldAddVisualOffsets(domElement, isFixedStrategy, offsetParent) ? getVisualOffsets(domElement) : createCoords(0);\n let x = (clientRect.left + visualOffsets.x) / scale.x;\n let y = (clientRect.top + visualOffsets.y) / scale.y;\n let width = clientRect.width / scale.x;\n let height = clientRect.height / scale.y;\n if (domElement) {\n const win = getWindow(domElement);\n const offsetWin = offsetParent && isElement(offsetParent) ? getWindow(offsetParent) : offsetParent;\n let currentWin = win;\n let currentIFrame = getFrameElement(currentWin);\n while (currentIFrame && offsetParent && offsetWin !== currentWin) {\n const iframeScale = getScale(currentIFrame);\n const iframeRect = currentIFrame.getBoundingClientRect();\n const css = getComputedStyle(currentIFrame);\n const left = iframeRect.left + (currentIFrame.clientLeft + parseFloat(css.paddingLeft)) * iframeScale.x;\n const top = iframeRect.top + (currentIFrame.clientTop + parseFloat(css.paddingTop)) * iframeScale.y;\n x *= iframeScale.x;\n y *= iframeScale.y;\n width *= iframeScale.x;\n height *= iframeScale.y;\n x += left;\n y += top;\n currentWin = getWindow(currentIFrame);\n currentIFrame = getFrameElement(currentWin);\n }\n }\n return rectToClientRect({\n width,\n height,\n x,\n y\n });\n}\n\n// If <html> has a CSS width greater than the viewport, then this will be\n// incorrect for RTL.\nfunction getWindowScrollBarX(element, rect) {\n const leftScroll = getNodeScroll(element).scrollLeft;\n if (!rect) {\n return getBoundingClientRect(getDocumentElement(element)).left + leftScroll;\n }\n return rect.left + leftScroll;\n}\n\nfunction getHTMLOffset(documentElement, scroll, ignoreScrollbarX) {\n if (ignoreScrollbarX === void 0) {\n ignoreScrollbarX = false;\n }\n const htmlRect = documentElement.getBoundingClientRect();\n const x = htmlRect.left + scroll.scrollLeft - (ignoreScrollbarX ? 0 :\n // RTL <body> scrollbar.\n getWindowScrollBarX(documentElement, htmlRect));\n const y = htmlRect.top + scroll.scrollTop;\n return {\n x,\n y\n };\n}\n\nfunction convertOffsetParentRelativeRectToViewportRelativeRect(_ref) {\n let {\n elements,\n rect,\n offsetParent,\n strategy\n } = _ref;\n const isFixed = strategy === 'fixed';\n const documentElement = getDocumentElement(offsetParent);\n const topLayer = elements ? isTopLayer(elements.floating) : false;\n if (offsetParent === documentElement || topLayer && isFixed) {\n return rect;\n }\n let scroll = {\n scrollLeft: 0,\n scrollTop: 0\n };\n let scale = createCoords(1);\n const offsets = createCoords(0);\n const isOffsetParentAnElement = isHTMLElement(offsetParent);\n if (isOffsetParentAnElement || !isOffsetParentAnElement && !isFixed) {\n if (getNodeName(offsetParent) !== 'body' || isOverflowElement(documentElement)) {\n scroll = getNodeScroll(offsetParent);\n }\n if (isHTMLElement(offsetParent)) {\n const offsetRect = getBoundingClientRect(offsetParent);\n scale = getScale(offsetParent);\n offsets.x = offsetRect.x + offsetParent.clientLeft;\n offsets.y = offsetRect.y + offsetParent.clientTop;\n }\n }\n const htmlOffset = documentElement && !isOffsetParentAnElement && !isFixed ? getHTMLOffset(documentElement, scroll, true) : createCoords(0);\n return {\n width: rect.width * scale.x,\n height: rect.height * scale.y,\n x: rect.x * scale.x - scroll.scrollLeft * scale.x + offsets.x + htmlOffset.x,\n y: rect.y * scale.y - scroll.scrollTop * scale.y + offsets.y + htmlOffset.y\n };\n}\n\nfunction getClientRects(element) {\n return Array.from(element.getClientRects());\n}\n\n// Gets the entire size of the scrollable document area, even extending outside\n// of the `<html>` and `<body>` rect bounds if horizontally scrollable.\nfunction getDocumentRect(element) {\n const html = getDocumentElement(element);\n const scroll = getNodeScroll(element);\n const body = element.ownerDocument.body;\n const width = max(html.scrollWidth, html.clientWidth, body.scrollWidth, body.clientWidth);\n const height = max(html.scrollHeight, html.clientHeight, body.scrollHeight, body.clientHeight);\n let x = -scroll.scrollLeft + getWindowScrollBarX(element);\n const y = -scroll.scrollTop;\n if (getComputedStyle(body).direction === 'rtl') {\n x += max(html.clientWidth, body.clientWidth) - width;\n }\n return {\n width,\n height,\n x,\n y\n };\n}\n\nfunction getViewportRect(element, strategy) {\n const win = getWindow(element);\n const html = getDocumentElement(element);\n const visualViewport = win.visualViewport;\n let width = html.clientWidth;\n let height = html.clientHeight;\n let x = 0;\n let y = 0;\n if (visualViewport) {\n width = visualViewport.width;\n height = visualViewport.height;\n const visualViewportBased = isWebKit();\n if (!visualViewportBased || visualViewportBased && strategy === 'fixed') {\n x = visualViewport.offsetLeft;\n y = visualViewport.offsetTop;\n }\n }\n return {\n width,\n height,\n x,\n y\n };\n}\n\n// Returns the inner client rect, subtracting scrollbars if present.\nfunction getInnerBoundingClientRect(element, strategy) {\n const clientRect = getBoundingClientRect(element, true, strategy === 'fixed');\n const top = clientRect.top + element.clientTop;\n const left = clientRect.left + element.clientLeft;\n const scale = isHTMLElement(element) ? getScale(element) : createCoords(1);\n const width = element.clientWidth * scale.x;\n const height = element.clientHeight * scale.y;\n const x = left * scale.x;\n const y = top * scale.y;\n return {\n width,\n height,\n x,\n y\n };\n}\nfunction getClientRectFromClippingAncestor(element, clippingAncestor, strategy) {\n let rect;\n if (clippingAncestor === 'viewport') {\n rect = getViewportRect(element, strategy);\n } else if (clippingAncestor === 'document') {\n rect = getDocumentRect(getDocumentElement(element));\n } else if (isElement(clippingAncestor)) {\n rect = getInnerBoundingClientRect(clippingAncestor, strategy);\n } else {\n const visualOffsets = getVisualOffsets(element);\n rect = {\n x: clippingAncestor.x - visualOffsets.x,\n y: clippingAncestor.y - visualOffsets.y,\n width: clippingAncestor.width,\n height: clippingAncestor.height\n };\n }\n return rectToClientRect(rect);\n}\nfunction hasFixedPositionAncestor(element, stopNode) {\n const parentNode = getParentNode(element);\n if (parentNode === stopNode || !isElement(parentNode) || isLastTraversableNode(parentNode)) {\n return false;\n }\n return getComputedStyle(parentNode).position === 'fixed' || hasFixedPositionAncestor(parentNode, stopNode);\n}\n\n// A \"clipping ancestor\" is an `overflow` element with the characteristic of\n// clipping (or hiding) child elements. This returns all clipping ancestors\n// of the given element up the tree.\nfunction getClippingElementAncestors(element, cache) {\n const cachedResult = cache.get(element);\n if (cachedResult) {\n return cachedResult;\n }\n let result = getOverflowAncestors(element, [], false).filter(el => isElement(el) && getNodeName(el) !== 'body');\n let currentContainingBlockComputedStyle = null;\n const elementIsFixed = getComputedStyle(element).position === 'fixed';\n let currentNode = elementIsFixed ? getParentNode(element) : element;\n\n // https://developer.mozilla.org/en-US/docs/Web/CSS/Containing_block#identifying_the_containing_block\n while (isElement(currentNode) && !isLastTraversableNode(currentNode)) {\n const computedStyle = getComputedStyle(currentNode);\n const currentNodeIsContaining = isContainingBlock(currentNode);\n if (!currentNodeIsContaining && computedStyle.position === 'fixed') {\n currentContainingBlockComputedStyle = null;\n }\n const shouldDropCurrentNode = elementIsFixed ? !currentNodeIsContaining && !currentContainingBlockComputedStyle : !currentNodeIsContaining && computedStyle.position === 'static' && !!currentContainingBlockComputedStyle && ['absolute', 'fixed'].includes(currentContainingBlockComputedStyle.position) || isOverflowElement(currentNode) && !currentNodeIsContaining && hasFixedPositionAncestor(element, currentNode);\n if (shouldDropCurrentNode) {\n // Drop non-containing blocks.\n result = result.filter(ancestor => ancestor !== currentNode);\n } else {\n // Record last containing block for next iteration.\n currentContainingBlockComputedStyle = computedStyle;\n }\n currentNode = getParentNode(currentNode);\n }\n cache.set(element, result);\n return result;\n}\n\n// Gets the maximum area that the element is visible in due to any number of\n// clipping ancestors.\nfunction getClippingRect(_ref) {\n let {\n element,\n boundary,\n rootBoundary,\n strategy\n } = _ref;\n const elementClippingAncestors = boundary === 'clippingAncestors' ? isTopLayer(element) ? [] : getClippingElementAncestors(element, this._c) : [].concat(boundary);\n const clippingAncestors = [...elementClippingAncestors, rootBoundary];\n const firstClippingAncestor = clippingAncestors[0];\n const clippingRect = clippingAncestors.reduce((accRect, clippingAncestor) => {\n const rect = getClientRectFromClippingAncestor(element, clippingAncestor, strategy);\n accRect.top = max(rect.top, accRect.top);\n accRect.right = min(rect.right, accRect.right);\n accRect.bottom = min(rect.bottom, accRect.bottom);\n accRect.left = max(rect.left, accRect.left);\n return accRect;\n }, getClientRectFromClippingAncestor(element, firstClippingAncestor, strategy));\n return {\n width: clippingRect.right - clippingRect.left,\n height: clippingRect.bottom - clippingRect.top,\n x: clippingRect.left,\n y: clippingRect.top\n };\n}\n\nfunction getDimensions(element) {\n const {\n width,\n height\n } = getCssDimensions(element);\n return {\n width,\n height\n };\n}\n\nfunction getRectRelativeToOffsetParent(element, offsetParent, strategy) {\n const isOffsetParentAnElement = isHTMLElement(offsetParent);\n const documentElement = getDocumentElement(offsetParent);\n const isFixed = strategy === 'fixed';\n const rect = getBoundingClientRect(element, true, isFixed, offsetParent);\n let scroll = {\n scrollLeft: 0,\n scrollTop: 0\n };\n const offsets = createCoords(0);\n\n // If the <body> scrollbar appears on the left (e.g. RTL systems). Use\n // Firefox with layout.scrollbar.side = 3 in about:config to test this.\n function setLeftRTLScrollbarOffset() {\n offsets.x = getWindowScrollBarX(documentElement);\n }\n if (isOffsetParentAnElement || !isOffsetParentAnElement && !isFixed) {\n if (getNodeName(offsetParent) !== 'body' || isOverflowElement(documentElement)) {\n scroll = getNodeScroll(offsetParent);\n }\n if (isOffsetParentAnElement) {\n const offsetRect = getBoundingClientRect(offsetParent, true, isFixed, offsetParent);\n offsets.x = offsetRect.x + offsetParent.clientLeft;\n offsets.y = offsetRect.y + offsetParent.clientTop;\n } else if (documentElement) {\n setLeftRTLScrollbarOffset();\n }\n }\n if (isFixed && !isOffsetParentAnElement && documentElement) {\n setLeftRTLScrollbarOffset();\n }\n const htmlOffset = documentElement && !isOffsetParentAnElement && !isFixed ? getHTMLOffset(documentElement, scroll) : createCoords(0);\n const x = rect.left + scroll.scrollLeft - offsets.x - htmlOffset.x;\n const y = rect.top + scroll.scrollTop - offsets.y - htmlOffset.y;\n return {\n x,\n y,\n width: rect.width,\n height: rect.height\n };\n}\n\nfunction isStaticPositioned(element) {\n return getComputedStyle(element).position === 'static';\n}\n\nfunction getTrueOffsetParent(element, polyfill) {\n if (!isHTMLElement(element) || getComputedStyle(element).position === 'fixed') {\n return null;\n }\n if (polyfill) {\n return polyfill(element);\n }\n let rawOffsetParent = element.offsetParent;\n\n // Firefox returns the <html> element as the offsetParent if it's non-static,\n // while Chrome and Safari return the <body> element. The <body> element must\n // be used to perform the correct calculations even if the <html> element is\n // non-static.\n if (getDocumentElement(element) === rawOffsetParent) {\n rawOffsetParent = rawOffsetParent.ownerDocument.body;\n }\n return rawOffsetParent;\n}\n\n// Gets the closest ancestor positioned element. Handles some edge cases,\n// such as table ancestors and cross browser bugs.\nfunction getOffsetParent(element, polyfill) {\n const win = getWindow(element);\n if (isTopLayer(element)) {\n return win;\n }\n if (!isHTMLElement(element)) {\n let svgOffsetParent = getParentNode(element);\n while (svgOffsetParent && !isLastTraversableNode(svgOffsetParent)) {\n if (isElement(svgOffsetParent) && !isStaticPositioned(svgOffsetParent)) {\n return svgOffsetParent;\n }\n svgOffsetParent = getParentNode(svgOffsetParent);\n }\n return win;\n }\n let offsetParent = getTrueOffsetParent(element, polyfill);\n while (offsetParent && isTableElement(offsetParent) && isStaticPositioned(offsetParent)) {\n offsetParent = getTrueOffsetParent(offsetParent, polyfill);\n }\n if (offsetParent && isLastTraversableNode(offsetParent) && isStaticPositioned(offsetParent) && !isContainingBlock(offsetParent)) {\n return win;\n }\n return offsetParent || getContainingBlock(element) || win;\n}\n\nconst getElementRects = async function (data) {\n const getOffsetParentFn = this.getOffsetParent || getOffsetParent;\n const getDimensionsFn = this.getDimensions;\n const floatingDimensions = await getDimensionsFn(data.floating);\n return {\n reference: getRectRelativeToOffsetParent(data.reference, await getOffsetParentFn(data.floating), data.strategy),\n floating: {\n x: 0,\n y: 0,\n width: floatingDimensions.width,\n height: floatingDimensions.height\n }\n };\n};\n\nfunction isRTL(element) {\n return getComputedStyle(element).direction === 'rtl';\n}\n\nconst platform = {\n convertOffsetParentRelativeRectToViewportRelativeRect,\n getDocumentElement,\n getClippingRect,\n getOffsetParent,\n getElementRects,\n getClientRects,\n getDimensions,\n getScale,\n isElement,\n isRTL\n};\n\nfunction rectsAreEqual(a, b) {\n return a.x === b.x && a.y === b.y && a.width === b.width && a.height === b.height;\n}\n\n// https://samthor.au/2021/observing-dom/\nfunction observeMove(element, onMove) {\n let io = null;\n let timeoutId;\n const root = getDocumentElement(element);\n function cleanup() {\n var _io;\n clearTimeout(timeoutId);\n (_io = io) == null || _io.disconnect();\n io = null;\n }\n function refresh(skip, threshold) {\n if (skip === void 0) {\n skip = false;\n }\n if (threshold === void 0) {\n threshold = 1;\n }\n cleanup();\n const elementRectForRootMargin = element.getBoundingClientRect();\n const {\n left,\n top,\n width,\n height\n } = elementRectForRootMargin;\n if (!skip) {\n onMove();\n }\n if (!width || !height) {\n return;\n }\n const insetTop = floor(top);\n const insetRight = floor(root.clientWidth - (left + width));\n const insetBottom = floor(root.clientHeight - (top + height));\n const insetLeft = floor(left);\n const rootMargin = -insetTop + \"px \" + -insetRight + \"px \" + -insetBottom + \"px \" + -insetLeft + \"px\";\n const options = {\n rootMargin,\n threshold: max(0, min(1, threshold)) || 1\n };\n let isFirstUpdate = true;\n function handleObserve(entries) {\n const ratio = entries[0].intersectionRatio;\n if (ratio !== threshold) {\n if (!isFirstUpdate) {\n return refresh();\n }\n if (!ratio) {\n // If the reference is clipped, the ratio is 0. Throttle the refresh\n // to prevent an infinite loop of updates.\n timeoutId = setTimeout(() => {\n refresh(false, 1e-7);\n }, 1000);\n } else {\n refresh(false, ratio);\n }\n }\n if (ratio === 1 && !rectsAreEqual(elementRectForRootMargin, element.getBoundingClientRect())) {\n // It's possible that even though the ratio is reported as 1, the\n // element is not actually fully within the IntersectionObserver's root\n // area anymore. This can happen under performance constraints. This may\n // be a bug in the browser's IntersectionObserver implementation. To\n // work around this, we compare the element's bounding rect now with\n // what it was at the time we created the IntersectionObserver. If they\n // are not equal then the element moved, so we refresh.\n refresh();\n }\n isFirstUpdate = false;\n }\n\n // Older browsers don't support a `document` as the root and will throw an\n // error.\n try {\n io = new IntersectionObserver(handleObserve, {\n ...options,\n // Handle <iframe>s\n root: root.ownerDocument\n });\n } catch (_e) {\n io = new IntersectionObserver(handleObserve, options);\n }\n io.observe(element);\n }\n refresh(true);\n return cleanup;\n}\n\n/**\n * Automatically updates the position of the floating element when necessary.\n * Should only be called when the floating element is mounted on the DOM or\n * visible on the screen.\n * @returns cleanup function that should be invoked when the floating element is\n * removed from the DOM or hidden from the screen.\n * @see https://floating-ui.com/docs/autoUpdate\n */\nfunction autoUpdate(reference, floating, update, options) {\n if (options === void 0) {\n options = {};\n }\n const {\n ancestorScroll = true,\n ancestorResize = true,\n elementResize = typeof ResizeObserver === 'function',\n layoutShift = typeof IntersectionObserver === 'function',\n animationFrame = false\n } = options;\n const referenceEl = unwrapElement(reference);\n const ancestors = ancestorScroll || ancestorResize ? [...(referenceEl ? getOverflowAncestors(referenceEl) : []), ...getOverflowAncestors(floating)] : [];\n ancestors.forEach(ancestor => {\n ancestorScroll && ancestor.addEventListener('scroll', update, {\n passive: true\n });\n ancestorResize && ancestor.addEventListener('resize', update);\n });\n const cleanupIo = referenceEl && layoutShift ? observeMove(referenceEl, update) : null;\n let reobserveFrame = -1;\n let resizeObserver = null;\n if (elementResize) {\n resizeObserver = new ResizeObserver(_ref => {\n let [firstEntry] = _ref;\n if (firstEntry && firstEntry.target === referenceEl && resizeObserver) {\n // Prevent update loops when using the `size` middleware.\n // https://github.com/floating-ui/floating-ui/issues/1740\n resizeObserver.unobserve(floating);\n cancelAnimationFrame(reobserveFrame);\n reobserveFrame = requestAnimationFrame(() => {\n var _resizeObserver;\n (_resizeObserver = resizeObserver) == null || _resizeObserver.observe(floating);\n });\n }\n update();\n });\n if (referenceEl && !animationFrame) {\n resizeObserver.observe(referenceEl);\n }\n resizeObserver.observe(floating);\n }\n let frameId;\n let prevRefRect = animationFrame ? getBoundingClientRect(reference) : null;\n if (animationFrame) {\n frameLoop();\n }\n function frameLoop() {\n const nextRefRect = getBoundingClientRect(reference);\n if (prevRefRect && !rectsAreEqual(prevRefRect, nextRefRect)) {\n update();\n }\n prevRefRect = nextRefRect;\n frameId = requestAnimationFrame(frameLoop);\n }\n update();\n return () => {\n var _resizeObserver2;\n ancestors.forEach(ancestor => {\n ancestorScroll && ancestor.removeEventListener('scroll', update);\n ancestorResize && ancestor.removeEventListener('resize', update);\n });\n cleanupIo == null || cleanupIo();\n (_resizeObserver2 = resizeObserver) == null || _resizeObserver2.disconnect();\n resizeObserver = null;\n if (animationFrame) {\n cancelAnimationFrame(frameId);\n }\n };\n}\n\n/**\n * Resolves with an object of overflow side offsets that determine how much the\n * element is overflowing a given clipping boundary on each side.\n * - positive = overflowing the boundary by that number of pixels\n * - negative = how many pixels left before it will overflow\n * - 0 = lies flush with the boundary\n * @see https://floating-ui.com/docs/detectOverflow\n */\nconst detectOverflow = detectOverflow$1;\n\n/**\n * Modifies the placement by translating the floating element along the\n * specified axes.\n * A number (shorthand for `mainAxis` or distance), or an axes configuration\n * object may be passed.\n * @see https://floating-ui.com/docs/offset\n */\nconst offset = offset$1;\n\n/**\n * Optimizes the visibility of the floating element by choosing the placement\n * that has the most space available automatically, without needing to specify a\n * preferred placement. Alternative to `flip`.\n * @see https://floating-ui.com/docs/autoPlacement\n */\nconst autoPlacement = autoPlacement$1;\n\n/**\n * Optimizes the visibility of the floating element by shifting it in order to\n * keep it in view when it will overflow the clipping boundary.\n * @see https://floating-ui.com/docs/shift\n */\nconst shift = shift$1;\n\n/**\n * Optimizes the visibility of the floating element by flipping the `placement`\n * in order to keep it in view when the preferred placement(s) will overflow the\n * clipping boundary. Alternative to `autoPlacement`.\n * @see https://floating-ui.com/docs/flip\n */\nconst flip = flip$1;\n\n/**\n * Provides data that allows you to change the size of the floating element —\n * for instance, prevent it from overflowing the clipping boundary or match the\n * width of the reference element.\n * @see https://floating-ui.com/docs/size\n */\nconst size = size$1;\n\n/**\n * Provides data to hide the floating element in applicable situations, such as\n * when it is not in the same clipping context as the reference element.\n * @see https://floating-ui.com/docs/hide\n */\nconst hide = hide$1;\n\n/**\n * Provides data to position an inner element of the floating element so that it\n * appears centered to the reference element.\n * @see https://floating-ui.com/docs/arrow\n */\nconst arrow = arrow$1;\n\n/**\n * Provides improved positioning for inline reference elements that can span\n * over multiple lines, such as hyperlinks or range selections.\n * @see https://floating-ui.com/docs/inline\n */\nconst inline = inline$1;\n\n/**\n * Built-in `limiter` that will stop `shift()` at a certain point.\n */\nconst limitShift = limitShift$1;\n\n/**\n * Computes the `x` and `y` coordinates that will place the floating element\n * next to a given reference element.\n */\nconst computePosition = (reference, floating, options) => {\n // This caches the expensive `getClippingElementAncestors` function so that\n // multiple lifecycle resets re-use the same result. It only lives for a\n // single call. If other functions become expensive, we can add them as well.\n const cache = new Map();\n const mergedOptions = {\n platform,\n ...options\n };\n const platformWithCache = {\n ...mergedOptions.platform,\n _c: cache\n };\n return computePosition$1(reference, floating, {\n ...mergedOptions,\n platform: platformWithCache\n });\n};\n\nexport { arrow, autoPlacement, autoUpdate, computePosition, detectOverflow, flip, hide, inline, limitShift, offset, platform, shift, size };\n","import { computePosition, arrow as arrow$2, offset as offset$1, shift as shift$1, limitShift as limitShift$1, flip as flip$1, size as size$1, autoPlacement as autoPlacement$1, hide as hide$1, inline as inline$1 } from '@floating-ui/dom';\nexport { autoUpdate, computePosition, detectOverflow, getOverflowAncestors, platform } from '@floating-ui/dom';\nimport * as React from 'react';\nimport { useLayoutEffect, useEffect } from 'react';\nimport * as ReactDOM from 'react-dom';\n\nvar index = typeof document !== 'undefined' ? useLayoutEffect : useEffect;\n\n// Fork of `fast-deep-equal` that only does the comparisons we need and compares\n// functions\nfunction deepEqual(a, b) {\n if (a === b) {\n return true;\n }\n if (typeof a !== typeof b) {\n return false;\n }\n if (typeof a === 'function' && a.toString() === b.toString()) {\n return true;\n }\n let length;\n let i;\n let keys;\n if (a && b && typeof a === 'object') {\n if (Array.isArray(a)) {\n length = a.length;\n if (length !== b.length) return false;\n for (i = length; i-- !== 0;) {\n if (!deepEqual(a[i], b[i])) {\n return false;\n }\n }\n return true;\n }\n keys = Object.keys(a);\n length = keys.length;\n if (length !== Object.keys(b).length) {\n return false;\n }\n for (i = length; i-- !== 0;) {\n if (!{}.hasOwnProperty.call(b, keys[i])) {\n return false;\n }\n }\n for (i = length; i-- !== 0;) {\n const key = keys[i];\n if (key === '_owner' && a.$$typeof) {\n continue;\n }\n if (!deepEqual(a[key], b[key])) {\n return false;\n }\n }\n return true;\n }\n return a !== a && b !== b;\n}\n\nfunction getDPR(element) {\n if (typeof window === 'undefined') {\n return 1;\n }\n const win = element.ownerDocument.defaultView || window;\n return win.devicePixelRatio || 1;\n}\n\nfunction roundByDPR(element, value) {\n const dpr = getDPR(element);\n return Math.round(value * dpr) / dpr;\n}\n\nfunction useLatestRef(value) {\n const ref = React.useRef(value);\n index(() => {\n ref.current = value;\n });\n return ref;\n}\n\n/**\n * Provides data to position a floating element.\n * @see https://floating-ui.com/docs/useFloating\n */\nfunction useFloating(options) {\n if (options === void 0) {\n options = {};\n }\n const {\n placement = 'bottom',\n strategy = 'absolute',\n middleware = [],\n platform,\n elements: {\n reference: externalReference,\n floating: externalFloating\n } = {},\n transform = true,\n whileElementsMounted,\n open\n } = options;\n const [data, setData] = React.useState({\n x: 0,\n y: 0,\n strategy,\n placement,\n middlewareData: {},\n isPositioned: false\n });\n const [latestMiddleware, setLatestMiddleware] = React.useState(middleware);\n if (!deepEqual(latestMiddleware, middleware)) {\n setLatestMiddleware(middleware);\n }\n const [_reference, _setReference] = React.useState(null);\n const [_floating, _setFloating] = React.useState(null);\n const setReference = React.useCallback(node => {\n if (node !== referenceRef.current) {\n referenceRef.current = node;\n _setReference(node);\n }\n }, []);\n const setFloating = React.useCallback(node => {\n if (node !== floatingRef.current) {\n floatingRef.current = node;\n _setFloating(node);\n }\n }, []);\n const referenceEl = externalReference || _reference;\n const floatingEl = externalFloating || _floating;\n const referenceRef = React.useRef(null);\n const floatingRef = React.useRef(null);\n const dataRef = React.useRef(data);\n const hasWhileElementsMounted = whileElementsMounted != null;\n const whileElementsMountedRef = useLatestRef(whileElementsMounted);\n const platformRef = useLatestRef(platform);\n const openRef = useLatestRef(open);\n const update = React.useCallback(() => {\n if (!referenceRef.current || !floatingRef.current) {\n return;\n }\n const config = {\n placement,\n strategy,\n middleware: latestMiddleware\n };\n if (platformRef.current) {\n config.platform = platformRef.current;\n }\n computePosition(referenceRef.current, floatingRef.current, config).then(data => {\n const fullData = {\n ...data,\n // The floating element's position may be recomputed while it's closed\n // but still mounted (such as when transitioning out). To ensure\n // `isPositioned` will be `false` initially on the next open, avoid\n // setting it to `true` when `open === false` (must be specified).\n isPositioned: openRef.current !== false\n };\n if (isMountedRef.current && !deepEqual(dataRef.current, fullData)) {\n dataRef.current = fullData;\n ReactDOM.flushSync(() => {\n setData(fullData);\n });\n }\n });\n }, [latestMiddleware, placement, strategy, platformRef, openRef]);\n index(() => {\n if (open === false && dataRef.current.isPositioned) {\n dataRef.current.isPositioned = false;\n setData(data => ({\n ...data,\n isPositioned: false\n }));\n }\n }, [open]);\n const isMountedRef = React.useRef(false);\n index(() => {\n isMountedRef.current = true;\n return () => {\n isMountedRef.current = false;\n };\n }, []);\n index(() => {\n if (referenceEl) referenceRef.current = referenceEl;\n if (floatingEl) floatingRef.current = floatingEl;\n if (referenceEl && floatingEl) {\n if (whileElementsMountedRef.current) {\n return whileElementsMountedRef.current(referenceEl, floatingEl, update);\n }\n update();\n }\n }, [referenceEl, floatingEl, update, whileElementsMountedRef, hasWhileElementsMounted]);\n const refs = React.useMemo(() => ({\n reference: referenceRef,\n floating: floatingRef,\n setReference,\n setFloating\n }), [setReference, setFloating]);\n const elements = React.useMemo(() => ({\n reference: referenceEl,\n floating: floatingEl\n }), [referenceEl, floatingEl]);\n const floatingStyles = React.useMemo(() => {\n const initialStyles = {\n position: strategy,\n left: 0,\n top: 0\n };\n if (!elements.floating) {\n return initialStyles;\n }\n const x = roundByDPR(elements.floating, data.x);\n const y = roundByDPR(elements.floating, data.y);\n if (transform) {\n return {\n ...initialStyles,\n transform: \"translate(\" + x + \"px, \" + y + \"px)\",\n ...(getDPR(elements.floating) >= 1.5 && {\n willChange: 'transform'\n })\n };\n }\n return {\n position: strategy,\n left: x,\n top: y\n };\n }, [strategy, transform, elements.floating, data.x, data.y]);\n return React.useMemo(() => ({\n ...data,\n update,\n refs,\n elements,\n floatingStyles\n }), [data, update, refs, elements, floatingStyles]);\n}\n\n/**\n * Provides data to position an inner element of the floating element so that it\n * appears centered to the reference element.\n * This wraps the core `arrow` middleware to allow React refs as the element.\n * @see https://floating-ui.com/docs/arrow\n */\nconst arrow$1 = options => {\n function isRef(value) {\n return {}.hasOwnProperty.call(value, 'current');\n }\n return {\n name: 'arrow',\n options,\n fn(state) {\n const {\n element,\n padding\n } = typeof options === 'function' ? options(state) : options;\n if (element && isRef(element)) {\n if (element.current != null) {\n return arrow$2({\n element: element.current,\n padding\n }).fn(state);\n }\n return {};\n }\n if (element) {\n return arrow$2({\n element,\n padding\n }).fn(state);\n }\n return {};\n }\n };\n};\n\n/**\n * Modifies the placement by translating the floating element along the\n * specified axes.\n * A number (shorthand for `mainAxis` or distance), or an axes configuration\n * object may be passed.\n * @see https://floating-ui.com/docs/offset\n */\nconst offset = (options, deps) => ({\n ...offset$1(options),\n options: [options, deps]\n});\n\n/**\n * Optimizes the visibility of the floating element by shifting it in order to\n * keep it in view when it will overflow the clipping boundary.\n * @see https://floating-ui.com/docs/shift\n */\nconst shift = (options, deps) => ({\n ...shift$1(options),\n options: [options, deps]\n});\n\n/**\n * Built-in `limiter` that will stop `shift()` at a certain point.\n */\nconst limitShift = (options, deps) => ({\n ...limitShift$1(options),\n options: [options, deps]\n});\n\n/**\n * Optimizes the visibility of the floating element by flipping the `placement`\n * in order to keep it in view when the preferred placement(s) will overflow the\n * clipping boundary. Alternative to `autoPlacement`.\n * @see https://floating-ui.com/docs/flip\n */\nconst flip = (options, deps) => ({\n ...flip$1(options),\n options: [options, deps]\n});\n\n/**\n * Provides data that allows you to change the size of the floating element —\n * for instance, prevent it from overflowing the clipping boundary or match the\n * width of the reference element.\n * @see https://floating-ui.com/docs/size\n */\nconst size = (options, deps) => ({\n ...size$1(options),\n options: [options, deps]\n});\n\n/**\n * Optimizes the visibility of the floating element by choosing the placement\n * that has the most space available automatically, without needing to specify a\n * preferred placement. Alternative to `flip`.\n * @see https://floating-ui.com/docs/autoPlacement\n */\nconst autoPlacement = (options, deps) => ({\n ...autoPlacement$1(options),\n options: [options, deps]\n});\n\n/**\n * Provides data to hide the floating element in applicable situations, such as\n * when it is not in the same clipping context as the reference element.\n * @see https://floating-ui.com/docs/hide\n */\nconst hide = (options, deps) => ({\n ...hide$1(options),\n options: [options, deps]\n});\n\n/**\n * Provides improved positioning for inline reference elements that can span\n * over multiple lines, such as hyperlinks or range selections.\n * @see https://floating-ui.com/docs/inline\n */\nconst inline = (options, deps) => ({\n ...inline$1(options),\n options: [options, deps]\n});\n\n/**\n * Provides data to position an inner element of the floating element so that it\n * appears centered to the reference element.\n * This wraps the core `arrow` middleware to allow React refs as the element.\n * @see https://floating-ui.com/docs/arrow\n */\nconst arrow = (options, deps) => ({\n ...arrow$1(options),\n options: [options, deps]\n});\n\nexport { arrow, autoPlacement, flip, hide, inline, limitShift, offset, shift, size, useFloating };\n","// src/arrow.tsx\nimport * as React from \"react\";\nimport { Primitive } from \"@radix-ui/react-primitive\";\nimport { jsx } from \"react/jsx-runtime\";\nvar NAME = \"Arrow\";\nvar Arrow = React.forwardRef((props, forwardedRef) => {\n const { children, width = 10, height = 5, ...arrowProps } = props;\n return /* @__PURE__ */ jsx(\n Primitive.svg,\n {\n ...arrowProps,\n ref: forwardedRef,\n width,\n height,\n viewBox: \"0 0 30 10\",\n preserveAspectRatio: \"none\",\n children: props.asChild ? children : /* @__PURE__ */ jsx(\"polygon\", { points: \"0,0 30,0 15,10\" })\n }\n );\n});\nArrow.displayName = NAME;\nvar Root = Arrow;\nexport {\n Arrow,\n Root\n};\n//# sourceMappingURL=index.mjs.map\n","// packages/react/use-size/src/use-size.tsx\nimport * as React from \"react\";\nimport { useLayoutEffect } from \"@radix-ui/react-use-layout-effect\";\nfunction useSize(element) {\n const [size, setSize] = React.useState(void 0);\n useLayoutEffect(() => {\n if (element) {\n setSize({ width: element.offsetWidth, height: element.offsetHeight });\n const resizeObserver = new ResizeObserver((entries) => {\n if (!Array.isArray(entries)) {\n return;\n }\n if (!entries.length) {\n return;\n }\n const entry = entries[0];\n let width;\n let height;\n if (\"borderBoxSize\" in entry) {\n const borderSizeEntry = entry[\"borderBoxSize\"];\n const borderSize = Array.isArray(borderSizeEntry) ? borderSizeEntry[0] : borderSizeEntry;\n width = borderSize[\"inlineSize\"];\n height = borderSize[\"blockSize\"];\n } else {\n width = element.offsetWidth;\n height = element.offsetHeight;\n }\n setSize({ width, height });\n });\n resizeObserver.observe(element, { box: \"border-box\" });\n return () => resizeObserver.unobserve(element);\n } else {\n setSize(void 0);\n }\n }, [element]);\n return size;\n}\nexport {\n useSize\n};\n//# sourceMappingURL=index.mjs.map\n","\"use client\";\n\n// src/popper.tsx\nimport * as React from \"react\";\nimport {\n useFloating,\n autoUpdate,\n offset,\n shift,\n limitShift,\n hide,\n arrow as floatingUIarrow,\n flip,\n size\n} from \"@floating-ui/react-dom\";\nimport * as ArrowPrimitive from \"@radix-ui/react-arrow\";\nimport { useComposedRefs } from \"@radix-ui/react-compose-refs\";\nimport { createContextScope } from \"@radix-ui/react-context\";\nimport { Primitive } from \"@radix-ui/react-primitive\";\nimport { useCallbackRef } from \"@radix-ui/react-use-callback-ref\";\nimport { useLayoutEffect } from \"@radix-ui/react-use-layout-effect\";\nimport { useSize } from \"@radix-ui/react-use-size\";\nimport { jsx } from \"react/jsx-runtime\";\nvar SIDE_OPTIONS = [\"top\", \"right\", \"bottom\", \"left\"];\nvar ALIGN_OPTIONS = [\"start\", \"center\", \"end\"];\nvar POPPER_NAME = \"Popper\";\nvar [createPopperContext, createPopperScope] = createContextScope(POPPER_NAME);\nvar [PopperProvider, usePopperContext] = createPopperContext(POPPER_NAME);\nvar Popper = (props) => {\n const { __scopePopper, children } = props;\n const [anchor, setAnchor] = React.useState(null);\n return /* @__PURE__ */ jsx(PopperProvider, { scope: __scopePopper, anchor, onAnchorChange: setAnchor, children });\n};\nPopper.displayName = POPPER_NAME;\nvar ANCHOR_NAME = \"PopperAnchor\";\nvar PopperAnchor = React.forwardRef(\n (props, forwardedRef) => {\n const { __scopePopper, virtualRef, ...anchorProps } = props;\n const context = usePopperContext(ANCHOR_NAME, __scopePopper);\n const ref = React.useRef(null);\n const composedRefs = useComposedRefs(forwardedRef, ref);\n React.useEffect(() => {\n context.onAnchorChange(virtualRef?.current || ref.current);\n });\n return virtualRef ? null : /* @__PURE__ */ jsx(Primitive.div, { ...anchorProps, ref: composedRefs });\n }\n);\nPopperAnchor.displayName = ANCHOR_NAME;\nvar CONTENT_NAME = \"PopperContent\";\nvar [PopperContentProvider, useContentContext] = createPopperContext(CONTENT_NAME);\nvar PopperContent = React.forwardRef(\n (props, forwardedRef) => {\n const {\n __scopePopper,\n side = \"bottom\",\n sideOffset = 0,\n align = \"center\",\n alignOffset = 0,\n arrowPadding = 0,\n avoidCollisions = true,\n collisionBoundary = [],\n collisionPadding: collisionPaddingProp = 0,\n sticky = \"partial\",\n hideWhenDetached = false,\n updatePositionStrategy = \"optimized\",\n onPlaced,\n ...contentProps\n } = props;\n const context = usePopperContext(CONTENT_NAME, __scopePopper);\n const [content, setContent] = React.useState(null);\n const composedRefs = useComposedRefs(forwardedRef, (node) => setContent(node));\n const [arrow, setArrow] = React.useState(null);\n const arrowSize = useSize(arrow);\n const arrowWidth = arrowSize?.width ?? 0;\n const arrowHeight = arrowSize?.height ?? 0;\n const desiredPlacement = side + (align !== \"center\" ? \"-\" + align : \"\");\n const collisionPadding = typeof collisionPaddingProp === \"number\" ? collisionPaddingProp : { top: 0, right: 0, bottom: 0, left: 0, ...collisionPaddingProp };\n const boundary = Array.isArray(collisionBoundary) ? collisionBoundary : [collisionBoundary];\n const hasExplicitBoundaries = boundary.length > 0;\n const detectOverflowOptions = {\n padding: collisionPadding,\n boundary: boundary.filter(isNotNull),\n // with `strategy: 'fixed'`, this is the only way to get it to respect boundaries\n altBoundary: hasExplicitBoundaries\n };\n const { refs, floatingStyles, placement, isPositioned, middlewareData } = useFloating({\n // default to `fixed` strategy so users don't have to pick and we also avoid focus scroll issues\n strategy: \"fixed\",\n placement: desiredPlacement,\n whileElementsMounted: (...args) => {\n const cleanup = autoUpdate(...args, {\n animationFrame: updatePositionStrategy === \"always\"\n });\n return cleanup;\n },\n elements: {\n reference: context.anchor\n },\n middleware: [\n offset({ mainAxis: sideOffset + arrowHeight, alignmentAxis: alignOffset }),\n avoidCollisions && shift({\n mainAxis: true,\n crossAxis: false,\n limiter: sticky === \"partial\" ? limitShift() : void 0,\n ...detectOverflowOptions\n }),\n avoidCollisions && flip({ ...detectOverflowOptions }),\n size({\n ...detectOverflowOptions,\n apply: ({ elements, rects, availableWidth, availableHeight }) => {\n const { width: anchorWidth, height: anchorHeight } = rects.reference;\n const contentStyle = elements.floating.style;\n contentStyle.setProperty(\"--radix-popper-available-width\", `${availableWidth}px`);\n contentStyle.setProperty(\"--radix-popper-available-height\", `${availableHeight}px`);\n contentStyle.setProperty(\"--radix-popper-anchor-width\", `${anchorWidth}px`);\n contentStyle.setProperty(\"--radix-popper-anchor-height\", `${anchorHeight}px`);\n }\n }),\n arrow && floatingUIarrow({ element: arrow, padding: arrowPadding }),\n transformOrigin({ arrowWidth, arrowHeight }),\n hideWhenDetached && hide({ strategy: \"referenceHidden\", ...detectOverflowOptions })\n ]\n });\n const [placedSide, placedAlign] = getSideAndAlignFromPlacement(placement);\n const handlePlaced = useCallbackRef(onPlaced);\n useLayoutEffect(() => {\n if (isPositioned) {\n handlePlaced?.();\n }\n }, [isPositioned, handlePlaced]);\n const arrowX = middlewareData.arrow?.x;\n const arrowY = middlewareData.arrow?.y;\n const cannotCenterArrow = middlewareData.arrow?.centerOffset !== 0;\n const [contentZIndex, setContentZIndex] = React.useState();\n useLayoutEffect(() => {\n if (content) setContentZIndex(window.getComputedStyle(content).zIndex);\n }, [content]);\n return /* @__PURE__ */ jsx(\n \"div\",\n {\n ref: refs.setFloating,\n \"data-radix-popper-content-wrapper\": \"\",\n style: {\n ...floatingStyles,\n transform: isPositioned ? floatingStyles.transform : \"translate(0, -200%)\",\n // keep off the page when measuring\n minWidth: \"max-content\",\n zIndex: contentZIndex,\n [\"--radix-popper-transform-origin\"]: [\n middlewareData.transformOrigin?.x,\n middlewareData.transformOrigin?.y\n ].join(\" \"),\n // hide the content if using the hide middleware and should be hidden\n // set visibility to hidden and disable pointer events so the UI behaves\n // as if the PopperContent isn't there at all\n ...middlewareData.hide?.referenceHidden && {\n visibility: \"hidden\",\n pointerEvents: \"none\"\n }\n },\n dir: props.dir,\n children: /* @__PURE__ */ jsx(\n PopperContentProvider,\n {\n scope: __scopePopper,\n placedSide,\n onArrowChange: setArrow,\n arrowX,\n arrowY,\n shouldHideArrow: cannotCenterArrow,\n children: /* @__PURE__ */ jsx(\n Primitive.div,\n {\n \"data-side\": placedSide,\n \"data-align\": placedAlign,\n ...contentProps,\n ref: composedRefs,\n style: {\n ...contentProps.style,\n // if the PopperContent hasn't been placed yet (not all measurements done)\n // we prevent animations so that users's animation don't kick in too early referring wrong sides\n animation: !isPositioned ? \"none\" : void 0\n }\n }\n )\n }\n )\n }\n );\n }\n);\nPopperContent.displayName = CONTENT_NAME;\nvar ARROW_NAME = \"PopperArrow\";\nvar OPPOSITE_SIDE = {\n top: \"bottom\",\n right: \"left\",\n bottom: \"top\",\n left: \"right\"\n};\nvar PopperArrow = React.forwardRef(function PopperArrow2(props, forwardedRef) {\n const { __scopePopper, ...arrowProps } = props;\n const contentContext = useContentContext(ARROW_NAME, __scopePopper);\n const baseSide = OPPOSITE_SIDE[contentContext.placedSide];\n return (\n // we have to use an extra wrapper because `ResizeObserver` (used by `useSize`)\n // doesn't report size as we'd expect on SVG elements.\n // it reports their bounding box which is effectively the largest path inside the SVG.\n /* @__PURE__ */ jsx(\n \"span\",\n {\n ref: contentContext.onArrowChange,\n style: {\n position: \"absolute\",\n left: contentContext.arrowX,\n top: contentContext.arrowY,\n [baseSide]: 0,\n transformOrigin: {\n top: \"\",\n right: \"0 0\",\n bottom: \"center 0\",\n left: \"100% 0\"\n }[contentContext.placedSide],\n transform: {\n top: \"translateY(100%)\",\n right: \"translateY(50%) rotate(90deg) translateX(-50%)\",\n bottom: `rotate(180deg)`,\n left: \"translateY(50%) rotate(-90deg) translateX(50%)\"\n }[contentContext.placedSide],\n visibility: contentContext.shouldHideArrow ? \"hidden\" : void 0\n },\n children: /* @__PURE__ */ jsx(\n ArrowPrimitive.Root,\n {\n ...arrowProps,\n ref: forwardedRef,\n style: {\n ...arrowProps.style,\n // ensures the element can be measured correctly (mostly for if SVG)\n display: \"block\"\n }\n }\n )\n }\n )\n );\n});\nPopperArrow.displayName = ARROW_NAME;\nfunction isNotNull(value) {\n return value !== null;\n}\nvar transformOrigin = (options) => ({\n name: \"transformOrigin\",\n options,\n fn(data) {\n const { placement, rects, middlewareData } = data;\n const cannotCenterArrow = middlewareData.arrow?.centerOffset !== 0;\n const isArrowHidden = cannotCenterArrow;\n const arrowWidth = isArrowHidden ? 0 : options.arrowWidth;\n const arrowHeight = isArrowHidden ? 0 : options.arrowHeight;\n const [placedSide, placedAlign] = getSideAndAlignFromPlacement(placement);\n const noArrowAlign = { start: \"0%\", center: \"50%\", end: \"100%\" }[placedAlign];\n const arrowXCenter = (middlewareData.arrow?.x ?? 0) + arrowWidth / 2;\n const arrowYCenter = (middlewareData.arrow?.y ?? 0) + arrowHeight / 2;\n let x = \"\";\n let y = \"\";\n if (placedSide === \"bottom\") {\n x = isArrowHidden ? noArrowAlign : `${arrowXCenter}px`;\n y = `${-arrowHeight}px`;\n } else if (placedSide === \"top\") {\n x = isArrowHidden ? noArrowAlign : `${arrowXCenter}px`;\n y = `${rects.floating.height + arrowHeight}px`;\n } else if (placedSide === \"right\") {\n x = `${-arrowHeight}px`;\n y = isArrowHidden ? noArrowAlign : `${arrowYCenter}px`;\n } else if (placedSide === \"left\") {\n x = `${rects.floating.width + arrowHeight}px`;\n y = isArrowHidden ? noArrowAlign : `${arrowYCenter}px`;\n }\n return { data: { x, y } };\n }\n});\nfunction getSideAndAlignFromPlacement(placement) {\n const [side, align = \"center\"] = placement.split(\"-\");\n return [side, align];\n}\nvar Root2 = Popper;\nvar Anchor = PopperAnchor;\nvar Content = PopperContent;\nvar Arrow = PopperArrow;\nexport {\n ALIGN_OPTIONS,\n Anchor,\n Arrow,\n Content,\n Popper,\n PopperAnchor,\n PopperArrow,\n PopperContent,\n Root2 as Root,\n SIDE_OPTIONS,\n createPopperScope\n};\n//# sourceMappingURL=index.mjs.map\n","\"use client\";\n\n// src/portal.tsx\nimport * as React from \"react\";\nimport ReactDOM from \"react-dom\";\nimport { Primitive } from \"@radix-ui/react-primitive\";\nimport { useLayoutEffect } from \"@radix-ui/react-use-layout-effect\";\nimport { jsx } from \"react/jsx-runtime\";\nvar PORTAL_NAME = \"Portal\";\nvar Portal = React.forwardRef((props, forwardedRef) => {\n const { container: containerProp, ...portalProps } = props;\n const [mounted, setMounted] = React.useState(false);\n useLayoutEffect(() => setMounted(true), []);\n const container = containerProp || mounted && globalThis?.document?.body;\n return container ? ReactDOM.createPortal(/* @__PURE__ */ jsx(Primitive.div, { ...portalProps, ref: forwardedRef }), container) : null;\n});\nPortal.displayName = PORTAL_NAME;\nvar Root = Portal;\nexport {\n Portal,\n Root\n};\n//# sourceMappingURL=index.mjs.map\n","// src/use-controllable-state.tsx\nimport * as React from \"react\";\nimport { useLayoutEffect } from \"@radix-ui/react-use-layout-effect\";\nvar useInsertionEffect = React[\" useInsertionEffect \".trim().toString()] || useLayoutEffect;\nfunction useControllableState({\n prop,\n defaultProp,\n onChange = () => {\n },\n caller\n}) {\n const [uncontrolledProp, setUncontrolledProp, onChangeRef] = useUncontrolledState({\n defaultProp,\n onChange\n });\n const isControlled = prop !== void 0;\n const value = isControlled ? prop : uncontrolledProp;\n if (true) {\n const isControlledRef = React.useRef(prop !== void 0);\n React.useEffect(() => {\n const wasControlled = isControlledRef.current;\n if (wasControlled !== isControlled) {\n const from = wasControlled ? \"controlled\" : \"uncontrolled\";\n const to = isControlled ? \"controlled\" : \"uncontrolled\";\n console.warn(\n `${caller} is changing from ${from} to ${to}. Components should not switch from controlled to uncontrolled (or vice versa). Decide between using a controlled or uncontrolled value for the lifetime of the component.`\n );\n }\n isControlledRef.current = isControlled;\n }, [isControlled, caller]);\n }\n const setValue = React.useCallback(\n (nextValue) => {\n if (isControlled) {\n const value2 = isFunction(nextValue) ? nextValue(prop) : nextValue;\n if (value2 !== prop) {\n onChangeRef.current?.(value2);\n }\n } else {\n setUncontrolledProp(nextValue);\n }\n },\n [isControlled, prop, setUncontrolledProp, onChangeRef]\n );\n return [value, setValue];\n}\nfunction useUncontrolledState({\n defaultProp,\n onChange\n}) {\n const [value, setValue] = React.useState(defaultProp);\n const prevValueRef = React.useRef(value);\n const onChangeRef = React.useRef(onChange);\n useInsertionEffect(() => {\n onChangeRef.current = onChange;\n }, [onChange]);\n React.useEffect(() => {\n if (prevValueRef.current !== value) {\n onChangeRef.current?.(value);\n prevValueRef.current = value;\n }\n }, [value, prevValueRef]);\n return [value, setValue, onChangeRef];\n}\nfunction isFunction(value) {\n return typeof value === \"function\";\n}\n\n// src/use-controllable-state-reducer.tsx\nimport * as React2 from \"react\";\nimport { useEffectEvent } from \"@radix-ui/react-use-effect-event\";\nvar SYNC_STATE = Symbol(\"RADIX:SYNC_STATE\");\nfunction useControllableStateReducer(reducer, userArgs, initialArg, init) {\n const { prop: controlledState, defaultProp, onChange: onChangeProp, caller } = userArgs;\n const isControlled = controlledState !== void 0;\n const onChange = useEffectEvent(onChangeProp);\n if (true) {\n const isControlledRef = React2.useRef(controlledState !== void 0);\n React2.useEffect(() => {\n const wasControlled = isControlledRef.current;\n if (wasControlled !== isControlled) {\n const from = wasControlled ? \"controlled\" : \"uncontrolled\";\n const to = isControlled ? \"controlled\" : \"uncontrolled\";\n console.warn(\n `${caller} is changing from ${from} to ${to}. Components should not switch from controlled to uncontrolled (or vice versa). Decide between using a controlled or uncontrolled value for the lifetime of the component.`\n );\n }\n isControlledRef.current = isControlled;\n }, [isControlled, caller]);\n }\n const args = [{ ...initialArg, state: defaultProp }];\n if (init) {\n args.push(init);\n }\n const [internalState, dispatch] = React2.useReducer(\n (state2, action) => {\n if (action.type === SYNC_STATE) {\n return { ...state2, state: action.state };\n }\n const next = reducer(state2, action);\n if (isControlled && !Object.is(next.state, state2.state)) {\n onChange(next.state);\n }\n return next;\n },\n ...args\n );\n const uncontrolledState = internalState.state;\n const prevValueRef = React2.useRef(uncontrolledState);\n React2.useEffect(() => {\n if (prevValueRef.current !== uncontrolledState) {\n prevValueRef.current = uncontrolledState;\n if (!isControlled) {\n onChange(uncontrolledState);\n }\n }\n }, [onChange, uncontrolledState, prevValueRef, isControlled]);\n const state = React2.useMemo(() => {\n const isControlled2 = controlledState !== void 0;\n if (isControlled2) {\n return { ...internalState, state: controlledState };\n }\n return internalState;\n }, [internalState, controlledState]);\n React2.useEffect(() => {\n if (isControlled && !Object.is(controlledState, internalState.state)) {\n dispatch({ type: SYNC_STATE, state: controlledState });\n }\n }, [controlledState, internalState.state, isControlled]);\n return [state, dispatch];\n}\nexport {\n useControllableState,\n useControllableStateReducer\n};\n//# sourceMappingURL=index.mjs.map\n","// packages/react/use-previous/src/use-previous.tsx\nimport * as React from \"react\";\nfunction usePrevious(value) {\n const ref = React.useRef({ value, previous: value });\n return React.useMemo(() => {\n if (ref.current.value !== value) {\n ref.current.previous = ref.current.value;\n ref.current.value = value;\n }\n return ref.current.previous;\n }, [value]);\n}\nexport {\n usePrevious\n};\n//# sourceMappingURL=index.mjs.map\n","// src/visually-hidden.tsx\nimport * as React from \"react\";\nimport { Primitive } from \"@radix-ui/react-primitive\";\nimport { jsx } from \"react/jsx-runtime\";\nvar VISUALLY_HIDDEN_STYLES = Object.freeze({\n // See: https://github.com/twbs/bootstrap/blob/main/scss/mixins/_visually-hidden.scss\n position: \"absolute\",\n border: 0,\n width: 1,\n height: 1,\n padding: 0,\n margin: -1,\n overflow: \"hidden\",\n clip: \"rect(0, 0, 0, 0)\",\n whiteSpace: \"nowrap\",\n wordWrap: \"normal\"\n});\nvar NAME = \"VisuallyHidden\";\nvar VisuallyHidden = React.forwardRef(\n (props, forwardedRef) => {\n return /* @__PURE__ */ jsx(\n Primitive.span,\n {\n ...props,\n ref: forwardedRef,\n style: { ...VISUALLY_HIDDEN_STYLES, ...props.style }\n }\n );\n }\n);\nVisuallyHidden.displayName = NAME;\nvar Root = VisuallyHidden;\nexport {\n Root,\n VISUALLY_HIDDEN_STYLES,\n VisuallyHidden\n};\n//# sourceMappingURL=index.mjs.map\n","var getDefaultParent = function (originalTarget) {\n if (typeof document === 'undefined') {\n return null;\n }\n var sampleTarget = Array.isArray(originalTarget) ? originalTarget[0] : originalTarget;\n return sampleTarget.ownerDocument.body;\n};\nvar counterMap = new WeakMap();\nvar uncontrolledNodes = new WeakMap();\nvar markerMap = {};\nvar lockCount = 0;\nvar unwrapHost = function (node) {\n return node && (node.host || unwrapHost(node.parentNode));\n};\nvar correctTargets = function (parent, targets) {\n return targets\n .map(function (target) {\n if (parent.contains(target)) {\n return target;\n }\n var correctedTarget = unwrapHost(target);\n if (correctedTarget && parent.contains(correctedTarget)) {\n return correctedTarget;\n }\n console.error('aria-hidden', target, 'in not contained inside', parent, '. Doing nothing');\n return null;\n })\n .filter(function (x) { return Boolean(x); });\n};\n/**\n * Marks everything except given node(or nodes) as aria-hidden\n * @param {Element | Element[]} originalTarget - elements to keep on the page\n * @param [parentNode] - top element, defaults to document.body\n * @param {String} [markerName] - a special attribute to mark every node\n * @param {String} [controlAttribute] - html Attribute to control\n * @return {Undo} undo command\n */\nvar applyAttributeToOthers = function (originalTarget, parentNode, markerName, controlAttribute) {\n var targets = correctTargets(parentNode, Array.isArray(originalTarget) ? originalTarget : [originalTarget]);\n if (!markerMap[markerName]) {\n markerMap[markerName] = new WeakMap();\n }\n var markerCounter = markerMap[markerName];\n var hiddenNodes = [];\n var elementsToKeep = new Set();\n var elementsToStop = new Set(targets);\n var keep = function (el) {\n if (!el || elementsToKeep.has(el)) {\n return;\n }\n elementsToKeep.add(el);\n keep(el.parentNode);\n };\n targets.forEach(keep);\n var deep = function (parent) {\n if (!parent || elementsToStop.has(parent)) {\n return;\n }\n Array.prototype.forEach.call(parent.children, function (node) {\n if (elementsToKeep.has(node)) {\n deep(node);\n }\n else {\n try {\n var attr = node.getAttribute(controlAttribute);\n var alreadyHidden = attr !== null && attr !== 'false';\n var counterValue = (counterMap.get(node) || 0) + 1;\n var markerValue = (markerCounter.get(node) || 0) + 1;\n counterMap.set(node, counterValue);\n markerCounter.set(node, markerValue);\n hiddenNodes.push(node);\n if (counterValue === 1 && alreadyHidden) {\n uncontrolledNodes.set(node, true);\n }\n if (markerValue === 1) {\n node.setAttribute(markerName, 'true');\n }\n if (!alreadyHidden) {\n node.setAttribute(controlAttribute, 'true');\n }\n }\n catch (e) {\n console.error('aria-hidden: cannot operate on ', node, e);\n }\n }\n });\n };\n deep(parentNode);\n elementsToKeep.clear();\n lockCount++;\n return function () {\n hiddenNodes.forEach(function (node) {\n var counterValue = counterMap.get(node) - 1;\n var markerValue = markerCounter.get(node) - 1;\n counterMap.set(node, counterValue);\n markerCounter.set(node, markerValue);\n if (!counterValue) {\n if (!uncontrolledNodes.has(node)) {\n node.removeAttribute(controlAttribute);\n }\n uncontrolledNodes.delete(node);\n }\n if (!markerValue) {\n node.removeAttribute(markerName);\n }\n });\n lockCount--;\n if (!lockCount) {\n // clear\n counterMap = new WeakMap();\n counterMap = new WeakMap();\n uncontrolledNodes = new WeakMap();\n markerMap = {};\n }\n };\n};\n/**\n * Marks everything except given node(or nodes) as aria-hidden\n * @param {Element | Element[]} originalTarget - elements to keep on the page\n * @param [parentNode] - top element, defaults to document.body\n * @param {String} [markerName] - a special attribute to mark every node\n * @return {Undo} undo command\n */\nexport var hideOthers = function (originalTarget, parentNode, markerName) {\n if (markerName === void 0) { markerName = 'data-aria-hidden'; }\n var targets = Array.from(Array.isArray(originalTarget) ? originalTarget : [originalTarget]);\n var activeParentNode = parentNode || getDefaultParent(originalTarget);\n if (!activeParentNode) {\n return function () { return null; };\n }\n // we should not hide aria-live elements - https://github.com/theKashey/aria-hidden/issues/10\n // and script elements, as they have no impact on accessibility.\n targets.push.apply(targets, Array.from(activeParentNode.querySelectorAll('[aria-live], script')));\n return applyAttributeToOthers(targets, activeParentNode, markerName, 'aria-hidden');\n};\n/**\n * Marks everything except given node(or nodes) as inert\n * @param {Element | Element[]} originalTarget - elements to keep on the page\n * @param [parentNode] - top element, defaults to document.body\n * @param {String} [markerName] - a special attribute to mark every node\n * @return {Undo} undo command\n */\nexport var inertOthers = function (originalTarget, parentNode, markerName) {\n if (markerName === void 0) { markerName = 'data-inert-ed'; }\n var activeParentNode = parentNode || getDefaultParent(originalTarget);\n if (!activeParentNode) {\n return function () { return null; };\n }\n return applyAttributeToOthers(originalTarget, activeParentNode, markerName, 'inert');\n};\n/**\n * @returns if current browser supports inert\n */\nexport var supportsInert = function () {\n return typeof HTMLElement !== 'undefined' && HTMLElement.prototype.hasOwnProperty('inert');\n};\n/**\n * Automatic function to \"suppress\" DOM elements - _hide_ or _inert_ in the best possible way\n * @param {Element | Element[]} originalTarget - elements to keep on the page\n * @param [parentNode] - top element, defaults to document.body\n * @param {String} [markerName] - a special attribute to mark every node\n * @return {Undo} undo command\n */\nexport var suppressOthers = function (originalTarget, parentNode, markerName) {\n if (markerName === void 0) { markerName = 'data-suppressed'; }\n return (supportsInert() ? inertOthers : hideOthers)(originalTarget, parentNode, markerName);\n};\n","export var zeroRightClassName = 'right-scroll-bar-position';\nexport var fullWidthClassName = 'width-before-scroll-bar';\nexport var noScrollbarsClassName = 'with-scroll-bars-hidden';\n/**\n * Name of a CSS variable containing the amount of \"hidden\" scrollbar\n * ! might be undefined ! use will fallback!\n */\nexport var removedBarSizeVariable = '--removed-body-scroll-bar-size';\n","/**\n * Assigns a value for a given ref, no matter of the ref format\n * @param {RefObject} ref - a callback function or ref object\n * @param value - a new value\n *\n * @see https://github.com/theKashey/use-callback-ref#assignref\n * @example\n * const refObject = useRef();\n * const refFn = (ref) => {....}\n *\n * assignRef(refObject, \"refValue\");\n * assignRef(refFn, \"refValue\");\n */\nexport function assignRef(ref, value) {\n if (typeof ref === 'function') {\n ref(value);\n }\n else if (ref) {\n ref.current = value;\n }\n return ref;\n}\n","import * as React from 'react';\nimport { assignRef } from './assignRef';\nimport { useCallbackRef } from './useRef';\nvar useIsomorphicLayoutEffect = typeof window !== 'undefined' ? React.useLayoutEffect : React.useEffect;\nvar currentValues = new WeakMap();\n/**\n * Merges two or more refs together providing a single interface to set their value\n * @param {RefObject|Ref} refs\n * @returns {MutableRefObject} - a new ref, which translates all changes to {refs}\n *\n * @see {@link mergeRefs} a version without buit-in memoization\n * @see https://github.com/theKashey/use-callback-ref#usemergerefs\n * @example\n * const Component = React.forwardRef((props, ref) => {\n * const ownRef = useRef();\n * const domRef = useMergeRefs([ref, ownRef]); // 👈 merge together\n * return <div ref={domRef}>...</div>\n * }\n */\nexport function useMergeRefs(refs, defaultValue) {\n var callbackRef = useCallbackRef(defaultValue || null, function (newValue) {\n return refs.forEach(function (ref) { return assignRef(ref, newValue); });\n });\n // handle refs changes - added or removed\n useIsomorphicLayoutEffect(function () {\n var oldValue = currentValues.get(callbackRef);\n if (oldValue) {\n var prevRefs_1 = new Set(oldValue);\n var nextRefs_1 = new Set(refs);\n var current_1 = callbackRef.current;\n prevRefs_1.forEach(function (ref) {\n if (!nextRefs_1.has(ref)) {\n assignRef(ref, null);\n }\n });\n nextRefs_1.forEach(function (ref) {\n if (!prevRefs_1.has(ref)) {\n assignRef(ref, current_1);\n }\n });\n }\n currentValues.set(callbackRef, refs);\n }, [refs]);\n return callbackRef;\n}\n","import { useState } from 'react';\n/**\n * creates a MutableRef with ref change callback\n * @param initialValue - initial ref value\n * @param {Function} callback - a callback to run when value changes\n *\n * @example\n * const ref = useCallbackRef(0, (newValue, oldValue) => console.log(oldValue, '->', newValue);\n * ref.current = 1;\n * // prints 0 -> 1\n *\n * @see https://reactjs.org/docs/hooks-reference.html#useref\n * @see https://github.com/theKashey/use-callback-ref#usecallbackref---to-replace-reactuseref\n * @returns {MutableRefObject}\n */\nexport function useCallbackRef(initialValue, callback) {\n var ref = useState(function () { return ({\n // value\n value: initialValue,\n // last callback\n callback: callback,\n // \"memoized\" public interface\n facade: {\n get current() {\n return ref.value;\n },\n set current(value) {\n var last = ref.value;\n if (last !== value) {\n ref.value = value;\n ref.callback(value, last);\n }\n },\n },\n }); })[0];\n // update callback\n ref.callback = callback;\n return ref.facade;\n}\n","import { __assign } from \"tslib\";\nfunction ItoI(a) {\n return a;\n}\nfunction innerCreateMedium(defaults, middleware) {\n if (middleware === void 0) { middleware = ItoI; }\n var buffer = [];\n var assigned = false;\n var medium = {\n read: function () {\n if (assigned) {\n throw new Error('Sidecar: could not `read` from an `assigned` medium. `read` could be used only with `useMedium`.');\n }\n if (buffer.length) {\n return buffer[buffer.length - 1];\n }\n return defaults;\n },\n useMedium: function (data) {\n var item = middleware(data, assigned);\n buffer.push(item);\n return function () {\n buffer = buffer.filter(function (x) { return x !== item; });\n };\n },\n assignSyncMedium: function (cb) {\n assigned = true;\n while (buffer.length) {\n var cbs = buffer;\n buffer = [];\n cbs.forEach(cb);\n }\n buffer = {\n push: function (x) { return cb(x); },\n filter: function () { return buffer; },\n };\n },\n assignMedium: function (cb) {\n assigned = true;\n var pendingQueue = [];\n if (buffer.length) {\n var cbs = buffer;\n buffer = [];\n cbs.forEach(cb);\n pendingQueue = buffer;\n }\n var executeQueue = function () {\n var cbs = pendingQueue;\n pendingQueue = [];\n cbs.forEach(cb);\n };\n var cycle = function () { return Promise.resolve().then(executeQueue); };\n cycle();\n buffer = {\n push: function (x) {\n pendingQueue.push(x);\n cycle();\n },\n filter: function (filter) {\n pendingQueue = pendingQueue.filter(filter);\n return buffer;\n },\n };\n },\n };\n return medium;\n}\nexport function createMedium(defaults, middleware) {\n if (middleware === void 0) { middleware = ItoI; }\n return innerCreateMedium(defaults, middleware);\n}\n// eslint-disable-next-line @typescript-eslint/ban-types\nexport function createSidecarMedium(options) {\n if (options === void 0) { options = {}; }\n var medium = innerCreateMedium(null);\n medium.options = __assign({ async: true, ssr: false }, options);\n return medium;\n}\n","import { __assign, __rest } from \"tslib\";\nimport * as React from 'react';\nvar SideCar = function (_a) {\n var sideCar = _a.sideCar, rest = __rest(_a, [\"sideCar\"]);\n if (!sideCar) {\n throw new Error('Sidecar: please provide `sideCar` property to import the right car');\n }\n var Target = sideCar.read();\n if (!Target) {\n throw new Error('Sidecar medium not found');\n }\n return React.createElement(Target, __assign({}, rest));\n};\nSideCar.isSideCarExport = true;\nexport function exportSidecar(medium, exported) {\n medium.useMedium(exported);\n return SideCar;\n}\n","import { createSidecarMedium } from 'use-sidecar';\nexport var effectCar = createSidecarMedium();\n","import { __assign, __rest } from \"tslib\";\nimport * as React from 'react';\nimport { fullWidthClassName, zeroRightClassName } from 'react-remove-scroll-bar/constants';\nimport { useMergeRefs } from 'use-callback-ref';\nimport { effectCar } from './medium';\nvar nothing = function () {\n return;\n};\n/**\n * Removes scrollbar from the page and contain the scroll within the Lock\n */\nvar RemoveScroll = React.forwardRef(function (props, parentRef) {\n var ref = React.useRef(null);\n var _a = React.useState({\n onScrollCapture: nothing,\n onWheelCapture: nothing,\n onTouchMoveCapture: nothing,\n }), callbacks = _a[0], setCallbacks = _a[1];\n var forwardProps = props.forwardProps, children = props.children, className = props.className, removeScrollBar = props.removeScrollBar, enabled = props.enabled, shards = props.shards, sideCar = props.sideCar, noRelative = props.noRelative, noIsolation = props.noIsolation, inert = props.inert, allowPinchZoom = props.allowPinchZoom, _b = props.as, Container = _b === void 0 ? 'div' : _b, gapMode = props.gapMode, rest = __rest(props, [\"forwardProps\", \"children\", \"className\", \"removeScrollBar\", \"enabled\", \"shards\", \"sideCar\", \"noRelative\", \"noIsolation\", \"inert\", \"allowPinchZoom\", \"as\", \"gapMode\"]);\n var SideCar = sideCar;\n var containerRef = useMergeRefs([ref, parentRef]);\n var containerProps = __assign(__assign({}, rest), callbacks);\n return (React.createElement(React.Fragment, null,\n enabled && (React.createElement(SideCar, { sideCar: effectCar, removeScrollBar: removeScrollBar, shards: shards, noRelative: noRelative, noIsolation: noIsolation, inert: inert, setCallbacks: setCallbacks, allowPinchZoom: !!allowPinchZoom, lockRef: ref, gapMode: gapMode })),\n forwardProps ? (React.cloneElement(React.Children.only(children), __assign(__assign({}, containerProps), { ref: containerRef }))) : (React.createElement(Container, __assign({}, containerProps, { className: className, ref: containerRef }), children))));\n});\nRemoveScroll.defaultProps = {\n enabled: true,\n removeScrollBar: true,\n inert: false,\n};\nRemoveScroll.classNames = {\n fullWidth: fullWidthClassName,\n zeroRight: zeroRightClassName,\n};\nexport { RemoveScroll };\n","import { getNonce } from 'get-nonce';\nfunction makeStyleTag() {\n if (!document)\n return null;\n var tag = document.createElement('style');\n tag.type = 'text/css';\n var nonce = getNonce();\n if (nonce) {\n tag.setAttribute('nonce', nonce);\n }\n return tag;\n}\nfunction injectStyles(tag, css) {\n // @ts-ignore\n if (tag.styleSheet) {\n // @ts-ignore\n tag.styleSheet.cssText = css;\n }\n else {\n tag.appendChild(document.createTextNode(css));\n }\n}\nfunction insertStyleTag(tag) {\n var head = document.head || document.getElementsByTagName('head')[0];\n head.appendChild(tag);\n}\nexport var stylesheetSingleton = function () {\n var counter = 0;\n var stylesheet = null;\n return {\n add: function (style) {\n if (counter == 0) {\n if ((stylesheet = makeStyleTag())) {\n injectStyles(stylesheet, style);\n insertStyleTag(stylesheet);\n }\n }\n counter++;\n },\n remove: function () {\n counter--;\n if (!counter && stylesheet) {\n stylesheet.parentNode && stylesheet.parentNode.removeChild(stylesheet);\n stylesheet = null;\n }\n },\n };\n};\n","var currentNonce;\nexport var setNonce = function (nonce) {\n currentNonce = nonce;\n};\nexport var getNonce = function () {\n if (currentNonce) {\n return currentNonce;\n }\n if (typeof __webpack_nonce__ !== 'undefined') {\n return __webpack_nonce__;\n }\n return undefined;\n};\n","import { styleHookSingleton } from './hook';\n/**\n * create a Component to add styles on demand\n * - styles are added when first instance is mounted\n * - styles are removed when the last instance is unmounted\n * - changing styles in runtime does nothing unless dynamic is set. But with multiple components that can lead to the undefined behavior\n */\nexport var styleSingleton = function () {\n var useStyle = styleHookSingleton();\n var Sheet = function (_a) {\n var styles = _a.styles, dynamic = _a.dynamic;\n useStyle(styles, dynamic);\n return null;\n };\n return Sheet;\n};\n","import * as React from 'react';\nimport { stylesheetSingleton } from './singleton';\n/**\n * creates a hook to control style singleton\n * @see {@link styleSingleton} for a safer component version\n * @example\n * ```tsx\n * const useStyle = styleHookSingleton();\n * ///\n * useStyle('body { overflow: hidden}');\n */\nexport var styleHookSingleton = function () {\n var sheet = stylesheetSingleton();\n return function (styles, isDynamic) {\n React.useEffect(function () {\n sheet.add(styles);\n return function () {\n sheet.remove();\n };\n }, [styles && isDynamic]);\n };\n};\n","export var zeroGap = {\n left: 0,\n top: 0,\n right: 0,\n gap: 0,\n};\nvar parse = function (x) { return parseInt(x || '', 10) || 0; };\nvar getOffset = function (gapMode) {\n var cs = window.getComputedStyle(document.body);\n var left = cs[gapMode === 'padding' ? 'paddingLeft' : 'marginLeft'];\n var top = cs[gapMode === 'padding' ? 'paddingTop' : 'marginTop'];\n var right = cs[gapMode === 'padding' ? 'paddingRight' : 'marginRight'];\n return [parse(left), parse(top), parse(right)];\n};\nexport var getGapWidth = function (gapMode) {\n if (gapMode === void 0) { gapMode = 'margin'; }\n if (typeof window === 'undefined') {\n return zeroGap;\n }\n var offsets = getOffset(gapMode);\n var documentWidth = document.documentElement.clientWidth;\n var windowWidth = window.innerWidth;\n return {\n left: offsets[0],\n top: offsets[1],\n right: offsets[2],\n gap: Math.max(0, windowWidth - documentWidth + offsets[2] - offsets[0]),\n };\n};\n","import * as React from 'react';\nimport { styleSingleton } from 'react-style-singleton';\nimport { fullWidthClassName, zeroRightClassName, noScrollbarsClassName, removedBarSizeVariable } from './constants';\nimport { getGapWidth } from './utils';\nvar Style = styleSingleton();\nexport var lockAttribute = 'data-scroll-locked';\n// important tip - once we measure scrollBar width and remove them\n// we could not repeat this operation\n// thus we are using style-singleton - only the first \"yet correct\" style will be applied.\nvar getStyles = function (_a, allowRelative, gapMode, important) {\n var left = _a.left, top = _a.top, right = _a.right, gap = _a.gap;\n if (gapMode === void 0) { gapMode = 'margin'; }\n return \"\\n .\".concat(noScrollbarsClassName, \" {\\n overflow: hidden \").concat(important, \";\\n padding-right: \").concat(gap, \"px \").concat(important, \";\\n }\\n body[\").concat(lockAttribute, \"] {\\n overflow: hidden \").concat(important, \";\\n overscroll-behavior: contain;\\n \").concat([\n allowRelative && \"position: relative \".concat(important, \";\"),\n gapMode === 'margin' &&\n \"\\n padding-left: \".concat(left, \"px;\\n padding-top: \").concat(top, \"px;\\n padding-right: \").concat(right, \"px;\\n margin-left:0;\\n margin-top:0;\\n margin-right: \").concat(gap, \"px \").concat(important, \";\\n \"),\n gapMode === 'padding' && \"padding-right: \".concat(gap, \"px \").concat(important, \";\"),\n ]\n .filter(Boolean)\n .join(''), \"\\n }\\n \\n .\").concat(zeroRightClassName, \" {\\n right: \").concat(gap, \"px \").concat(important, \";\\n }\\n \\n .\").concat(fullWidthClassName, \" {\\n margin-right: \").concat(gap, \"px \").concat(important, \";\\n }\\n \\n .\").concat(zeroRightClassName, \" .\").concat(zeroRightClassName, \" {\\n right: 0 \").concat(important, \";\\n }\\n \\n .\").concat(fullWidthClassName, \" .\").concat(fullWidthClassName, \" {\\n margin-right: 0 \").concat(important, \";\\n }\\n \\n body[\").concat(lockAttribute, \"] {\\n \").concat(removedBarSizeVariable, \": \").concat(gap, \"px;\\n }\\n\");\n};\nvar getCurrentUseCounter = function () {\n var counter = parseInt(document.body.getAttribute(lockAttribute) || '0', 10);\n return isFinite(counter) ? counter : 0;\n};\nexport var useLockAttribute = function () {\n React.useEffect(function () {\n document.body.setAttribute(lockAttribute, (getCurrentUseCounter() + 1).toString());\n return function () {\n var newCounter = getCurrentUseCounter() - 1;\n if (newCounter <= 0) {\n document.body.removeAttribute(lockAttribute);\n }\n else {\n document.body.setAttribute(lockAttribute, newCounter.toString());\n }\n };\n }, []);\n};\n/**\n * Removes page scrollbar and blocks page scroll when mounted\n */\nexport var RemoveScrollBar = function (_a) {\n var noRelative = _a.noRelative, noImportant = _a.noImportant, _b = _a.gapMode, gapMode = _b === void 0 ? 'margin' : _b;\n useLockAttribute();\n /*\n gap will be measured on every component mount\n however it will be used only by the \"first\" invocation\n due to singleton nature of <Style\n */\n var gap = React.useMemo(function () { return getGapWidth(gapMode); }, [gapMode]);\n return React.createElement(Style, { styles: getStyles(gap, !noRelative, gapMode, !noImportant ? '!important' : '') });\n};\n","var passiveSupported = false;\nif (typeof window !== 'undefined') {\n try {\n var options = Object.defineProperty({}, 'passive', {\n get: function () {\n passiveSupported = true;\n return true;\n },\n });\n // @ts-ignore\n window.addEventListener('test', options, options);\n // @ts-ignore\n window.removeEventListener('test', options, options);\n }\n catch (err) {\n passiveSupported = false;\n }\n}\nexport var nonPassive = passiveSupported ? { passive: false } : false;\n","var alwaysContainsScroll = function (node) {\n // textarea will always _contain_ scroll inside self. It only can be hidden\n return node.tagName === 'TEXTAREA';\n};\nvar elementCanBeScrolled = function (node, overflow) {\n if (!(node instanceof Element)) {\n return false;\n }\n var styles = window.getComputedStyle(node);\n return (\n // not-not-scrollable\n styles[overflow] !== 'hidden' &&\n // contains scroll inside self\n !(styles.overflowY === styles.overflowX && !alwaysContainsScroll(node) && styles[overflow] === 'visible'));\n};\nvar elementCouldBeVScrolled = function (node) { return elementCanBeScrolled(node, 'overflowY'); };\nvar elementCouldBeHScrolled = function (node) { return elementCanBeScrolled(node, 'overflowX'); };\nexport var locationCouldBeScrolled = function (axis, node) {\n var ownerDocument = node.ownerDocument;\n var current = node;\n do {\n // Skip over shadow root\n if (typeof ShadowRoot !== 'undefined' && current instanceof ShadowRoot) {\n current = current.host;\n }\n var isScrollable = elementCouldBeScrolled(axis, current);\n if (isScrollable) {\n var _a = getScrollVariables(axis, current), scrollHeight = _a[1], clientHeight = _a[2];\n if (scrollHeight > clientHeight) {\n return true;\n }\n }\n current = current.parentNode;\n } while (current && current !== ownerDocument.body);\n return false;\n};\nvar getVScrollVariables = function (_a) {\n var scrollTop = _a.scrollTop, scrollHeight = _a.scrollHeight, clientHeight = _a.clientHeight;\n return [\n scrollTop,\n scrollHeight,\n clientHeight,\n ];\n};\nvar getHScrollVariables = function (_a) {\n var scrollLeft = _a.scrollLeft, scrollWidth = _a.scrollWidth, clientWidth = _a.clientWidth;\n return [\n scrollLeft,\n scrollWidth,\n clientWidth,\n ];\n};\nvar elementCouldBeScrolled = function (axis, node) {\n return axis === 'v' ? elementCouldBeVScrolled(node) : elementCouldBeHScrolled(node);\n};\nvar getScrollVariables = function (axis, node) {\n return axis === 'v' ? getVScrollVariables(node) : getHScrollVariables(node);\n};\nvar getDirectionFactor = function (axis, direction) {\n /**\n * If the element's direction is rtl (right-to-left), then scrollLeft is 0 when the scrollbar is at its rightmost position,\n * and then increasingly negative as you scroll towards the end of the content.\n * @see https://developer.mozilla.org/en-US/docs/Web/API/Element/scrollLeft\n */\n return axis === 'h' && direction === 'rtl' ? -1 : 1;\n};\nexport var handleScroll = function (axis, endTarget, event, sourceDelta, noOverscroll) {\n var directionFactor = getDirectionFactor(axis, window.getComputedStyle(endTarget).direction);\n var delta = directionFactor * sourceDelta;\n // find scrollable target\n var target = event.target;\n var targetInLock = endTarget.contains(target);\n var shouldCancelScroll = false;\n var isDeltaPositive = delta > 0;\n var availableScroll = 0;\n var availableScrollTop = 0;\n do {\n var _a = getScrollVariables(axis, target), position = _a[0], scroll_1 = _a[1], capacity = _a[2];\n var elementScroll = scroll_1 - capacity - directionFactor * position;\n if (position || elementScroll) {\n if (elementCouldBeScrolled(axis, target)) {\n availableScroll += elementScroll;\n availableScrollTop += position;\n }\n }\n // we will \"bubble\" from ShadowDom in case we are, or just to the parent in normal case\n // this is the same logic used in focus-lock\n target = (target.parentNode.host || target.parentNode);\n } while (\n // portaled content\n (!targetInLock && target !== document.body) ||\n // self content\n (targetInLock && (endTarget.contains(target) || endTarget === target)));\n // handle epsilon around 0 (non standard zoom levels)\n if (isDeltaPositive &&\n ((noOverscroll && Math.abs(availableScroll) < 1) || (!noOverscroll && delta > availableScroll))) {\n shouldCancelScroll = true;\n }\n else if (!isDeltaPositive &&\n ((noOverscroll && Math.abs(availableScrollTop) < 1) || (!noOverscroll && -delta > availableScrollTop))) {\n shouldCancelScroll = true;\n }\n return shouldCancelScroll;\n};\n","import { __spreadArray } from \"tslib\";\nimport * as React from 'react';\nimport { RemoveScrollBar } from 'react-remove-scroll-bar';\nimport { styleSingleton } from 'react-style-singleton';\nimport { nonPassive } from './aggresiveCapture';\nimport { handleScroll, locationCouldBeScrolled } from './handleScroll';\nexport var getTouchXY = function (event) {\n return 'changedTouches' in event ? [event.changedTouches[0].clientX, event.changedTouches[0].clientY] : [0, 0];\n};\nexport var getDeltaXY = function (event) { return [event.deltaX, event.deltaY]; };\nvar extractRef = function (ref) {\n return ref && 'current' in ref ? ref.current : ref;\n};\nvar deltaCompare = function (x, y) { return x[0] === y[0] && x[1] === y[1]; };\nvar generateStyle = function (id) { return \"\\n .block-interactivity-\".concat(id, \" {pointer-events: none;}\\n .allow-interactivity-\").concat(id, \" {pointer-events: all;}\\n\"); };\nvar idCounter = 0;\nvar lockStack = [];\nexport function RemoveScrollSideCar(props) {\n var shouldPreventQueue = React.useRef([]);\n var touchStartRef = React.useRef([0, 0]);\n var activeAxis = React.useRef();\n var id = React.useState(idCounter++)[0];\n var Style = React.useState(styleSingleton)[0];\n var lastProps = React.useRef(props);\n React.useEffect(function () {\n lastProps.current = props;\n }, [props]);\n React.useEffect(function () {\n if (props.inert) {\n document.body.classList.add(\"block-interactivity-\".concat(id));\n var allow_1 = __spreadArray([props.lockRef.current], (props.shards || []).map(extractRef), true).filter(Boolean);\n allow_1.forEach(function (el) { return el.classList.add(\"allow-interactivity-\".concat(id)); });\n return function () {\n document.body.classList.remove(\"block-interactivity-\".concat(id));\n allow_1.forEach(function (el) { return el.classList.remove(\"allow-interactivity-\".concat(id)); });\n };\n }\n return;\n }, [props.inert, props.lockRef.current, props.shards]);\n var shouldCancelEvent = React.useCallback(function (event, parent) {\n if (('touches' in event && event.touches.length === 2) || (event.type === 'wheel' && event.ctrlKey)) {\n return !lastProps.current.allowPinchZoom;\n }\n var touch = getTouchXY(event);\n var touchStart = touchStartRef.current;\n var deltaX = 'deltaX' in event ? event.deltaX : touchStart[0] - touch[0];\n var deltaY = 'deltaY' in event ? event.deltaY : touchStart[1] - touch[1];\n var currentAxis;\n var target = event.target;\n var moveDirection = Math.abs(deltaX) > Math.abs(deltaY) ? 'h' : 'v';\n // allow horizontal touch move on Range inputs. They will not cause any scroll\n if ('touches' in event && moveDirection === 'h' && target.type === 'range') {\n return false;\n }\n var canBeScrolledInMainDirection = locationCouldBeScrolled(moveDirection, target);\n if (!canBeScrolledInMainDirection) {\n return true;\n }\n if (canBeScrolledInMainDirection) {\n currentAxis = moveDirection;\n }\n else {\n currentAxis = moveDirection === 'v' ? 'h' : 'v';\n canBeScrolledInMainDirection = locationCouldBeScrolled(moveDirection, target);\n // other axis might be not scrollable\n }\n if (!canBeScrolledInMainDirection) {\n return false;\n }\n if (!activeAxis.current && 'changedTouches' in event && (deltaX || deltaY)) {\n activeAxis.current = currentAxis;\n }\n if (!currentAxis) {\n return true;\n }\n var cancelingAxis = activeAxis.current || currentAxis;\n return handleScroll(cancelingAxis, parent, event, cancelingAxis === 'h' ? deltaX : deltaY, true);\n }, []);\n var shouldPrevent = React.useCallback(function (_event) {\n var event = _event;\n if (!lockStack.length || lockStack[lockStack.length - 1] !== Style) {\n // not the last active\n return;\n }\n var delta = 'deltaY' in event ? getDeltaXY(event) : getTouchXY(event);\n var sourceEvent = shouldPreventQueue.current.filter(function (e) { return e.name === event.type && (e.target === event.target || event.target === e.shadowParent) && deltaCompare(e.delta, delta); })[0];\n // self event, and should be canceled\n if (sourceEvent && sourceEvent.should) {\n if (event.cancelable) {\n event.preventDefault();\n }\n return;\n }\n // outside or shard event\n if (!sourceEvent) {\n var shardNodes = (lastProps.current.shards || [])\n .map(extractRef)\n .filter(Boolean)\n .filter(function (node) { return node.contains(event.target); });\n var shouldStop = shardNodes.length > 0 ? shouldCancelEvent(event, shardNodes[0]) : !lastProps.current.noIsolation;\n if (shouldStop) {\n if (event.cancelable) {\n event.preventDefault();\n }\n }\n }\n }, []);\n var shouldCancel = React.useCallback(function (name, delta, target, should) {\n var event = { name: name, delta: delta, target: target, should: should, shadowParent: getOutermostShadowParent(target) };\n shouldPreventQueue.current.push(event);\n setTimeout(function () {\n shouldPreventQueue.current = shouldPreventQueue.current.filter(function (e) { return e !== event; });\n }, 1);\n }, []);\n var scrollTouchStart = React.useCallback(function (event) {\n touchStartRef.current = getTouchXY(event);\n activeAxis.current = undefined;\n }, []);\n var scrollWheel = React.useCallback(function (event) {\n shouldCancel(event.type, getDeltaXY(event), event.target, shouldCancelEvent(event, props.lockRef.current));\n }, []);\n var scrollTouchMove = React.useCallback(function (event) {\n shouldCancel(event.type, getTouchXY(event), event.target, shouldCancelEvent(event, props.lockRef.current));\n }, []);\n React.useEffect(function () {\n lockStack.push(Style);\n props.setCallbacks({\n onScrollCapture: scrollWheel,\n onWheelCapture: scrollWheel,\n onTouchMoveCapture: scrollTouchMove,\n });\n document.addEventListener('wheel', shouldPrevent, nonPassive);\n document.addEventListener('touchmove', shouldPrevent, nonPassive);\n document.addEventListener('touchstart', scrollTouchStart, nonPassive);\n return function () {\n lockStack = lockStack.filter(function (inst) { return inst !== Style; });\n document.removeEventListener('wheel', shouldPrevent, nonPassive);\n document.removeEventListener('touchmove', shouldPrevent, nonPassive);\n document.removeEventListener('touchstart', scrollTouchStart, nonPassive);\n };\n }, []);\n var removeScrollBar = props.removeScrollBar, inert = props.inert;\n return (React.createElement(React.Fragment, null,\n inert ? React.createElement(Style, { styles: generateStyle(id) }) : null,\n removeScrollBar ? React.createElement(RemoveScrollBar, { noRelative: props.noRelative, gapMode: props.gapMode }) : null));\n}\nfunction getOutermostShadowParent(node) {\n var shadowParent = null;\n while (node !== null) {\n if (node instanceof ShadowRoot) {\n shadowParent = node.host;\n node = node.host;\n }\n node = node.parentNode;\n }\n return shadowParent;\n}\n","import { exportSidecar } from 'use-sidecar';\nimport { RemoveScrollSideCar } from './SideEffect';\nimport { effectCar } from './medium';\nexport default exportSidecar(effectCar, RemoveScrollSideCar);\n","import { __assign } from \"tslib\";\nimport * as React from 'react';\nimport { RemoveScroll } from './UI';\nimport SideCar from './sidecar';\nvar ReactRemoveScroll = React.forwardRef(function (props, ref) { return (React.createElement(RemoveScroll, __assign({}, props, { ref: ref, sideCar: SideCar }))); });\nReactRemoveScroll.classNames = RemoveScroll.classNames;\nexport default ReactRemoveScroll;\n","\"use client\";\n\n// src/select.tsx\nimport * as React from \"react\";\nimport * as ReactDOM from \"react-dom\";\nimport { clamp } from \"@radix-ui/number\";\nimport { composeEventHandlers } from \"@radix-ui/primitive\";\nimport { createCollection } from \"@radix-ui/react-collection\";\nimport { useComposedRefs } from \"@radix-ui/react-compose-refs\";\nimport { createContextScope } from \"@radix-ui/react-context\";\nimport { useDirection } from \"@radix-ui/react-direction\";\nimport { DismissableLayer } from \"@radix-ui/react-dismissable-layer\";\nimport { useFocusGuards } from \"@radix-ui/react-focus-guards\";\nimport { FocusScope } from \"@radix-ui/react-focus-scope\";\nimport { useId } from \"@radix-ui/react-id\";\nimport * as PopperPrimitive from \"@radix-ui/react-popper\";\nimport { createPopperScope } from \"@radix-ui/react-popper\";\nimport { Portal as PortalPrimitive } from \"@radix-ui/react-portal\";\nimport { Primitive } from \"@radix-ui/react-primitive\";\nimport { createSlot } from \"@radix-ui/react-slot\";\nimport { useCallbackRef } from \"@radix-ui/react-use-callback-ref\";\nimport { useControllableState } from \"@radix-ui/react-use-controllable-state\";\nimport { useLayoutEffect } from \"@radix-ui/react-use-layout-effect\";\nimport { usePrevious } from \"@radix-ui/react-use-previous\";\nimport { VISUALLY_HIDDEN_STYLES } from \"@radix-ui/react-visually-hidden\";\nimport { hideOthers } from \"aria-hidden\";\nimport { RemoveScroll } from \"react-remove-scroll\";\nimport { Fragment, jsx, jsxs } from \"react/jsx-runtime\";\nvar OPEN_KEYS = [\" \", \"Enter\", \"ArrowUp\", \"ArrowDown\"];\nvar SELECTION_KEYS = [\" \", \"Enter\"];\nvar SELECT_NAME = \"Select\";\nvar [Collection, useCollection, createCollectionScope] = createCollection(SELECT_NAME);\nvar [createSelectContext, createSelectScope] = createContextScope(SELECT_NAME, [\n createCollectionScope,\n createPopperScope\n]);\nvar usePopperScope = createPopperScope();\nvar [SelectProvider, useSelectContext] = createSelectContext(SELECT_NAME);\nvar [SelectNativeOptionsProvider, useSelectNativeOptionsContext] = createSelectContext(SELECT_NAME);\nvar Select = (props) => {\n const {\n __scopeSelect,\n children,\n open: openProp,\n defaultOpen,\n onOpenChange,\n value: valueProp,\n defaultValue,\n onValueChange,\n dir,\n name,\n autoComplete,\n disabled,\n required,\n form\n } = props;\n const popperScope = usePopperScope(__scopeSelect);\n const [trigger, setTrigger] = React.useState(null);\n const [valueNode, setValueNode] = React.useState(null);\n const [valueNodeHasChildren, setValueNodeHasChildren] = React.useState(false);\n const direction = useDirection(dir);\n const [open, setOpen] = useControllableState({\n prop: openProp,\n defaultProp: defaultOpen ?? false,\n onChange: onOpenChange,\n caller: SELECT_NAME\n });\n const [value, setValue] = useControllableState({\n prop: valueProp,\n defaultProp: defaultValue,\n onChange: onValueChange,\n caller: SELECT_NAME\n });\n const triggerPointerDownPosRef = React.useRef(null);\n const isFormControl = trigger ? form || !!trigger.closest(\"form\") : true;\n const [nativeOptionsSet, setNativeOptionsSet] = React.useState(/* @__PURE__ */ new Set());\n const nativeSelectKey = Array.from(nativeOptionsSet).map((option) => option.props.value).join(\";\");\n return /* @__PURE__ */ jsx(PopperPrimitive.Root, { ...popperScope, children: /* @__PURE__ */ jsxs(\n SelectProvider,\n {\n required,\n scope: __scopeSelect,\n trigger,\n onTriggerChange: setTrigger,\n valueNode,\n onValueNodeChange: setValueNode,\n valueNodeHasChildren,\n onValueNodeHasChildrenChange: setValueNodeHasChildren,\n contentId: useId(),\n value,\n onValueChange: setValue,\n open,\n onOpenChange: setOpen,\n dir: direction,\n triggerPointerDownPosRef,\n disabled,\n children: [\n /* @__PURE__ */ jsx(Collection.Provider, { scope: __scopeSelect, children: /* @__PURE__ */ jsx(\n SelectNativeOptionsProvider,\n {\n scope: props.__scopeSelect,\n onNativeOptionAdd: React.useCallback((option) => {\n setNativeOptionsSet((prev) => new Set(prev).add(option));\n }, []),\n onNativeOptionRemove: React.useCallback((option) => {\n setNativeOptionsSet((prev) => {\n const optionsSet = new Set(prev);\n optionsSet.delete(option);\n return optionsSet;\n });\n }, []),\n children\n }\n ) }),\n isFormControl ? /* @__PURE__ */ jsxs(\n SelectBubbleInput,\n {\n \"aria-hidden\": true,\n required,\n tabIndex: -1,\n name,\n autoComplete,\n value,\n onChange: (event) => setValue(event.target.value),\n disabled,\n form,\n children: [\n value === void 0 ? /* @__PURE__ */ jsx(\"option\", { value: \"\" }) : null,\n Array.from(nativeOptionsSet)\n ]\n },\n nativeSelectKey\n ) : null\n ]\n }\n ) });\n};\nSelect.displayName = SELECT_NAME;\nvar TRIGGER_NAME = \"SelectTrigger\";\nvar SelectTrigger = React.forwardRef(\n (props, forwardedRef) => {\n const { __scopeSelect, disabled = false, ...triggerProps } = props;\n const popperScope = usePopperScope(__scopeSelect);\n const context = useSelectContext(TRIGGER_NAME, __scopeSelect);\n const isDisabled = context.disabled || disabled;\n const composedRefs = useComposedRefs(forwardedRef, context.onTriggerChange);\n const getItems = useCollection(__scopeSelect);\n const pointerTypeRef = React.useRef(\"touch\");\n const [searchRef, handleTypeaheadSearch, resetTypeahead] = useTypeaheadSearch((search) => {\n const enabledItems = getItems().filter((item) => !item.disabled);\n const currentItem = enabledItems.find((item) => item.value === context.value);\n const nextItem = findNextItem(enabledItems, search, currentItem);\n if (nextItem !== void 0) {\n context.onValueChange(nextItem.value);\n }\n });\n const handleOpen = (pointerEvent) => {\n if (!isDisabled) {\n context.onOpenChange(true);\n resetTypeahead();\n }\n if (pointerEvent) {\n context.triggerPointerDownPosRef.current = {\n x: Math.round(pointerEvent.pageX),\n y: Math.round(pointerEvent.pageY)\n };\n }\n };\n return /* @__PURE__ */ jsx(PopperPrimitive.Anchor, { asChild: true, ...popperScope, children: /* @__PURE__ */ jsx(\n Primitive.button,\n {\n type: \"button\",\n role: \"combobox\",\n \"aria-controls\": context.contentId,\n \"aria-expanded\": context.open,\n \"aria-required\": context.required,\n \"aria-autocomplete\": \"none\",\n dir: context.dir,\n \"data-state\": context.open ? \"open\" : \"closed\",\n disabled: isDisabled,\n \"data-disabled\": isDisabled ? \"\" : void 0,\n \"data-placeholder\": shouldShowPlaceholder(context.value) ? \"\" : void 0,\n ...triggerProps,\n ref: composedRefs,\n onClick: composeEventHandlers(triggerProps.onClick, (event) => {\n event.currentTarget.focus();\n if (pointerTypeRef.current !== \"mouse\") {\n handleOpen(event);\n }\n }),\n onPointerDown: composeEventHandlers(triggerProps.onPointerDown, (event) => {\n pointerTypeRef.current = event.pointerType;\n const target = event.target;\n if (target.hasPointerCapture(event.pointerId)) {\n target.releasePointerCapture(event.pointerId);\n }\n if (event.button === 0 && event.ctrlKey === false && event.pointerType === \"mouse\") {\n handleOpen(event);\n event.preventDefault();\n }\n }),\n onKeyDown: composeEventHandlers(triggerProps.onKeyDown, (event) => {\n const isTypingAhead = searchRef.current !== \"\";\n const isModifierKey = event.ctrlKey || event.altKey || event.metaKey;\n if (!isModifierKey && event.key.length === 1) handleTypeaheadSearch(event.key);\n if (isTypingAhead && event.key === \" \") return;\n if (OPEN_KEYS.includes(event.key)) {\n handleOpen();\n event.preventDefault();\n }\n })\n }\n ) });\n }\n);\nSelectTrigger.displayName = TRIGGER_NAME;\nvar VALUE_NAME = \"SelectValue\";\nvar SelectValue = React.forwardRef(\n (props, forwardedRef) => {\n const { __scopeSelect, className, style, children, placeholder = \"\", ...valueProps } = props;\n const context = useSelectContext(VALUE_NAME, __scopeSelect);\n const { onValueNodeHasChildrenChange } = context;\n const hasChildren = children !== void 0;\n const composedRefs = useComposedRefs(forwardedRef, context.onValueNodeChange);\n useLayoutEffect(() => {\n onValueNodeHasChildrenChange(hasChildren);\n }, [onValueNodeHasChildrenChange, hasChildren]);\n return /* @__PURE__ */ jsx(\n Primitive.span,\n {\n ...valueProps,\n ref: composedRefs,\n style: { pointerEvents: \"none\" },\n children: shouldShowPlaceholder(context.value) ? /* @__PURE__ */ jsx(Fragment, { children: placeholder }) : children\n }\n );\n }\n);\nSelectValue.displayName = VALUE_NAME;\nvar ICON_NAME = \"SelectIcon\";\nvar SelectIcon = React.forwardRef(\n (props, forwardedRef) => {\n const { __scopeSelect, children, ...iconProps } = props;\n return /* @__PURE__ */ jsx(Primitive.span, { \"aria-hidden\": true, ...iconProps, ref: forwardedRef, children: children || \"\\u25BC\" });\n }\n);\nSelectIcon.displayName = ICON_NAME;\nvar PORTAL_NAME = \"SelectPortal\";\nvar SelectPortal = (props) => {\n return /* @__PURE__ */ jsx(PortalPrimitive, { asChild: true, ...props });\n};\nSelectPortal.displayName = PORTAL_NAME;\nvar CONTENT_NAME = \"SelectContent\";\nvar SelectContent = React.forwardRef(\n (props, forwardedRef) => {\n const context = useSelectContext(CONTENT_NAME, props.__scopeSelect);\n const [fragment, setFragment] = React.useState();\n useLayoutEffect(() => {\n setFragment(new DocumentFragment());\n }, []);\n if (!context.open) {\n const frag = fragment;\n return frag ? ReactDOM.createPortal(\n /* @__PURE__ */ jsx(SelectContentProvider, { scope: props.__scopeSelect, children: /* @__PURE__ */ jsx(Collection.Slot, { scope: props.__scopeSelect, children: /* @__PURE__ */ jsx(\"div\", { children: props.children }) }) }),\n frag\n ) : null;\n }\n return /* @__PURE__ */ jsx(SelectContentImpl, { ...props, ref: forwardedRef });\n }\n);\nSelectContent.displayName = CONTENT_NAME;\nvar CONTENT_MARGIN = 10;\nvar [SelectContentProvider, useSelectContentContext] = createSelectContext(CONTENT_NAME);\nvar CONTENT_IMPL_NAME = \"SelectContentImpl\";\nvar Slot = createSlot(\"SelectContent.RemoveScroll\");\nvar SelectContentImpl = React.forwardRef(\n (props, forwardedRef) => {\n const {\n __scopeSelect,\n position = \"item-aligned\",\n onCloseAutoFocus,\n onEscapeKeyDown,\n onPointerDownOutside,\n //\n // PopperContent props\n side,\n sideOffset,\n align,\n alignOffset,\n arrowPadding,\n collisionBoundary,\n collisionPadding,\n sticky,\n hideWhenDetached,\n avoidCollisions,\n //\n ...contentProps\n } = props;\n const context = useSelectContext(CONTENT_NAME, __scopeSelect);\n const [content, setContent] = React.useState(null);\n const [viewport, setViewport] = React.useState(null);\n const composedRefs = useComposedRefs(forwardedRef, (node) => setContent(node));\n const [selectedItem, setSelectedItem] = React.useState(null);\n const [selectedItemText, setSelectedItemText] = React.useState(\n null\n );\n const getItems = useCollection(__scopeSelect);\n const [isPositioned, setIsPositioned] = React.useState(false);\n const firstValidItemFoundRef = React.useRef(false);\n React.useEffect(() => {\n if (content) return hideOthers(content);\n }, [content]);\n useFocusGuards();\n const focusFirst = React.useCallback(\n (candidates) => {\n const [firstItem, ...restItems] = getItems().map((item) => item.ref.current);\n const [lastItem] = restItems.slice(-1);\n const PREVIOUSLY_FOCUSED_ELEMENT = document.activeElement;\n for (const candidate of candidates) {\n if (candidate === PREVIOUSLY_FOCUSED_ELEMENT) return;\n candidate?.scrollIntoView({ block: \"nearest\" });\n if (candidate === firstItem && viewport) viewport.scrollTop = 0;\n if (candidate === lastItem && viewport) viewport.scrollTop = viewport.scrollHeight;\n candidate?.focus();\n if (document.activeElement !== PREVIOUSLY_FOCUSED_ELEMENT) return;\n }\n },\n [getItems, viewport]\n );\n const focusSelectedItem = React.useCallback(\n () => focusFirst([selectedItem, content]),\n [focusFirst, selectedItem, content]\n );\n React.useEffect(() => {\n if (isPositioned) {\n focusSelectedItem();\n }\n }, [isPositioned, focusSelectedItem]);\n const { onOpenChange, triggerPointerDownPosRef } = context;\n React.useEffect(() => {\n if (content) {\n let pointerMoveDelta = { x: 0, y: 0 };\n const handlePointerMove = (event) => {\n pointerMoveDelta = {\n x: Math.abs(Math.round(event.pageX) - (triggerPointerDownPosRef.current?.x ?? 0)),\n y: Math.abs(Math.round(event.pageY) - (triggerPointerDownPosRef.current?.y ?? 0))\n };\n };\n const handlePointerUp = (event) => {\n if (pointerMoveDelta.x <= 10 && pointerMoveDelta.y <= 10) {\n event.preventDefault();\n } else {\n if (!content.contains(event.target)) {\n onOpenChange(false);\n }\n }\n document.removeEventListener(\"pointermove\", handlePointerMove);\n triggerPointerDownPosRef.current = null;\n };\n if (triggerPointerDownPosRef.current !== null) {\n document.addEventListener(\"pointermove\", handlePointerMove);\n document.addEventListener(\"pointerup\", handlePointerUp, { capture: true, once: true });\n }\n return () => {\n document.removeEventListener(\"pointermove\", handlePointerMove);\n document.removeEventListener(\"pointerup\", handlePointerUp, { capture: true });\n };\n }\n }, [content, onOpenChange, triggerPointerDownPosRef]);\n React.useEffect(() => {\n const close = () => onOpenChange(false);\n window.addEventListener(\"blur\", close);\n window.addEventListener(\"resize\", close);\n return () => {\n window.removeEventListener(\"blur\", close);\n window.removeEventListener(\"resize\", close);\n };\n }, [onOpenChange]);\n const [searchRef, handleTypeaheadSearch] = useTypeaheadSearch((search) => {\n const enabledItems = getItems().filter((item) => !item.disabled);\n const currentItem = enabledItems.find((item) => item.ref.current === document.activeElement);\n const nextItem = findNextItem(enabledItems, search, currentItem);\n if (nextItem) {\n setTimeout(() => nextItem.ref.current.focus());\n }\n });\n const itemRefCallback = React.useCallback(\n (node, value, disabled) => {\n const isFirstValidItem = !firstValidItemFoundRef.current && !disabled;\n const isSelectedItem = context.value !== void 0 && context.value === value;\n if (isSelectedItem || isFirstValidItem) {\n setSelectedItem(node);\n if (isFirstValidItem) firstValidItemFoundRef.current = true;\n }\n },\n [context.value]\n );\n const handleItemLeave = React.useCallback(() => content?.focus(), [content]);\n const itemTextRefCallback = React.useCallback(\n (node, value, disabled) => {\n const isFirstValidItem = !firstValidItemFoundRef.current && !disabled;\n const isSelectedItem = context.value !== void 0 && context.value === value;\n if (isSelectedItem || isFirstValidItem) {\n setSelectedItemText(node);\n }\n },\n [context.value]\n );\n const SelectPosition = position === \"popper\" ? SelectPopperPosition : SelectItemAlignedPosition;\n const popperContentProps = SelectPosition === SelectPopperPosition ? {\n side,\n sideOffset,\n align,\n alignOffset,\n arrowPadding,\n collisionBoundary,\n collisionPadding,\n sticky,\n hideWhenDetached,\n avoidCollisions\n } : {};\n return /* @__PURE__ */ jsx(\n SelectContentProvider,\n {\n scope: __scopeSelect,\n content,\n viewport,\n onViewportChange: setViewport,\n itemRefCallback,\n selectedItem,\n onItemLeave: handleItemLeave,\n itemTextRefCallback,\n focusSelectedItem,\n selectedItemText,\n position,\n isPositioned,\n searchRef,\n children: /* @__PURE__ */ jsx(RemoveScroll, { as: Slot, allowPinchZoom: true, children: /* @__PURE__ */ jsx(\n FocusScope,\n {\n asChild: true,\n trapped: context.open,\n onMountAutoFocus: (event) => {\n event.preventDefault();\n },\n onUnmountAutoFocus: composeEventHandlers(onCloseAutoFocus, (event) => {\n context.trigger?.focus({ preventScroll: true });\n event.preventDefault();\n }),\n children: /* @__PURE__ */ jsx(\n DismissableLayer,\n {\n asChild: true,\n disableOutsidePointerEvents: true,\n onEscapeKeyDown,\n onPointerDownOutside,\n onFocusOutside: (event) => event.preventDefault(),\n onDismiss: () => context.onOpenChange(false),\n children: /* @__PURE__ */ jsx(\n SelectPosition,\n {\n role: \"listbox\",\n id: context.contentId,\n \"data-state\": context.open ? \"open\" : \"closed\",\n dir: context.dir,\n onContextMenu: (event) => event.preventDefault(),\n ...contentProps,\n ...popperContentProps,\n onPlaced: () => setIsPositioned(true),\n ref: composedRefs,\n style: {\n // flex layout so we can place the scroll buttons properly\n display: \"flex\",\n flexDirection: \"column\",\n // reset the outline by default as the content MAY get focused\n outline: \"none\",\n ...contentProps.style\n },\n onKeyDown: composeEventHandlers(contentProps.onKeyDown, (event) => {\n const isModifierKey = event.ctrlKey || event.altKey || event.metaKey;\n if (event.key === \"Tab\") event.preventDefault();\n if (!isModifierKey && event.key.length === 1) handleTypeaheadSearch(event.key);\n if ([\"ArrowUp\", \"ArrowDown\", \"Home\", \"End\"].includes(event.key)) {\n const items = getItems().filter((item) => !item.disabled);\n let candidateNodes = items.map((item) => item.ref.current);\n if ([\"ArrowUp\", \"End\"].includes(event.key)) {\n candidateNodes = candidateNodes.slice().reverse();\n }\n if ([\"ArrowUp\", \"ArrowDown\"].includes(event.key)) {\n const currentElement = event.target;\n const currentIndex = candidateNodes.indexOf(currentElement);\n candidateNodes = candidateNodes.slice(currentIndex + 1);\n }\n setTimeout(() => focusFirst(candidateNodes));\n event.preventDefault();\n }\n })\n }\n )\n }\n )\n }\n ) })\n }\n );\n }\n);\nSelectContentImpl.displayName = CONTENT_IMPL_NAME;\nvar ITEM_ALIGNED_POSITION_NAME = \"SelectItemAlignedPosition\";\nvar SelectItemAlignedPosition = React.forwardRef((props, forwardedRef) => {\n const { __scopeSelect, onPlaced, ...popperProps } = props;\n const context = useSelectContext(CONTENT_NAME, __scopeSelect);\n const contentContext = useSelectContentContext(CONTENT_NAME, __scopeSelect);\n const [contentWrapper, setContentWrapper] = React.useState(null);\n const [content, setContent] = React.useState(null);\n const composedRefs = useComposedRefs(forwardedRef, (node) => setContent(node));\n const getItems = useCollection(__scopeSelect);\n const shouldExpandOnScrollRef = React.useRef(false);\n const shouldRepositionRef = React.useRef(true);\n const { viewport, selectedItem, selectedItemText, focusSelectedItem } = contentContext;\n const position = React.useCallback(() => {\n if (context.trigger && context.valueNode && contentWrapper && content && viewport && selectedItem && selectedItemText) {\n const triggerRect = context.trigger.getBoundingClientRect();\n const contentRect = content.getBoundingClientRect();\n const valueNodeRect = context.valueNode.getBoundingClientRect();\n const itemTextRect = selectedItemText.getBoundingClientRect();\n if (context.dir !== \"rtl\") {\n const itemTextOffset = itemTextRect.left - contentRect.left;\n const left = valueNodeRect.left - itemTextOffset;\n const leftDelta = triggerRect.left - left;\n const minContentWidth = triggerRect.width + leftDelta;\n const contentWidth = Math.max(minContentWidth, contentRect.width);\n const rightEdge = window.innerWidth - CONTENT_MARGIN;\n const clampedLeft = clamp(left, [\n CONTENT_MARGIN,\n // Prevents the content from going off the starting edge of the\n // viewport. It may still go off the ending edge, but this can be\n // controlled by the user since they may want to manage overflow in a\n // specific way.\n // https://github.com/radix-ui/primitives/issues/2049\n Math.max(CONTENT_MARGIN, rightEdge - contentWidth)\n ]);\n contentWrapper.style.minWidth = minContentWidth + \"px\";\n contentWrapper.style.left = clampedLeft + \"px\";\n } else {\n const itemTextOffset = contentRect.right - itemTextRect.right;\n const right = window.innerWidth - valueNodeRect.right - itemTextOffset;\n const rightDelta = window.innerWidth - triggerRect.right - right;\n const minContentWidth = triggerRect.width + rightDelta;\n const contentWidth = Math.max(minContentWidth, contentRect.width);\n const leftEdge = window.innerWidth - CONTENT_MARGIN;\n const clampedRight = clamp(right, [\n CONTENT_MARGIN,\n Math.max(CONTENT_MARGIN, leftEdge - contentWidth)\n ]);\n contentWrapper.style.minWidth = minContentWidth + \"px\";\n contentWrapper.style.right = clampedRight + \"px\";\n }\n const items = getItems();\n const availableHeight = window.innerHeight - CONTENT_MARGIN * 2;\n const itemsHeight = viewport.scrollHeight;\n const contentStyles = window.getComputedStyle(content);\n const contentBorderTopWidth = parseInt(contentStyles.borderTopWidth, 10);\n const contentPaddingTop = parseInt(contentStyles.paddingTop, 10);\n const contentBorderBottomWidth = parseInt(contentStyles.borderBottomWidth, 10);\n const contentPaddingBottom = parseInt(contentStyles.paddingBottom, 10);\n const fullContentHeight = contentBorderTopWidth + contentPaddingTop + itemsHeight + contentPaddingBottom + contentBorderBottomWidth;\n const minContentHeight = Math.min(selectedItem.offsetHeight * 5, fullContentHeight);\n const viewportStyles = window.getComputedStyle(viewport);\n const viewportPaddingTop = parseInt(viewportStyles.paddingTop, 10);\n const viewportPaddingBottom = parseInt(viewportStyles.paddingBottom, 10);\n const topEdgeToTriggerMiddle = triggerRect.top + triggerRect.height / 2 - CONTENT_MARGIN;\n const triggerMiddleToBottomEdge = availableHeight - topEdgeToTriggerMiddle;\n const selectedItemHalfHeight = selectedItem.offsetHeight / 2;\n const itemOffsetMiddle = selectedItem.offsetTop + selectedItemHalfHeight;\n const contentTopToItemMiddle = contentBorderTopWidth + contentPaddingTop + itemOffsetMiddle;\n const itemMiddleToContentBottom = fullContentHeight - contentTopToItemMiddle;\n const willAlignWithoutTopOverflow = contentTopToItemMiddle <= topEdgeToTriggerMiddle;\n if (willAlignWithoutTopOverflow) {\n const isLastItem = items.length > 0 && selectedItem === items[items.length - 1].ref.current;\n contentWrapper.style.bottom = \"0px\";\n const viewportOffsetBottom = content.clientHeight - viewport.offsetTop - viewport.offsetHeight;\n const clampedTriggerMiddleToBottomEdge = Math.max(\n triggerMiddleToBottomEdge,\n selectedItemHalfHeight + // viewport might have padding bottom, include it to avoid a scrollable viewport\n (isLastItem ? viewportPaddingBottom : 0) + viewportOffsetBottom + contentBorderBottomWidth\n );\n const height = contentTopToItemMiddle + clampedTriggerMiddleToBottomEdge;\n contentWrapper.style.height = height + \"px\";\n } else {\n const isFirstItem = items.length > 0 && selectedItem === items[0].ref.current;\n contentWrapper.style.top = \"0px\";\n const clampedTopEdgeToTriggerMiddle = Math.max(\n topEdgeToTriggerMiddle,\n contentBorderTopWidth + viewport.offsetTop + // viewport might have padding top, include it to avoid a scrollable viewport\n (isFirstItem ? viewportPaddingTop : 0) + selectedItemHalfHeight\n );\n const height = clampedTopEdgeToTriggerMiddle + itemMiddleToContentBottom;\n contentWrapper.style.height = height + \"px\";\n viewport.scrollTop = contentTopToItemMiddle - topEdgeToTriggerMiddle + viewport.offsetTop;\n }\n contentWrapper.style.margin = `${CONTENT_MARGIN}px 0`;\n contentWrapper.style.minHeight = minContentHeight + \"px\";\n contentWrapper.style.maxHeight = availableHeight + \"px\";\n onPlaced?.();\n requestAnimationFrame(() => shouldExpandOnScrollRef.current = true);\n }\n }, [\n getItems,\n context.trigger,\n context.valueNode,\n contentWrapper,\n content,\n viewport,\n selectedItem,\n selectedItemText,\n context.dir,\n onPlaced\n ]);\n useLayoutEffect(() => position(), [position]);\n const [contentZIndex, setContentZIndex] = React.useState();\n useLayoutEffect(() => {\n if (content) setContentZIndex(window.getComputedStyle(content).zIndex);\n }, [content]);\n const handleScrollButtonChange = React.useCallback(\n (node) => {\n if (node && shouldRepositionRef.current === true) {\n position();\n focusSelectedItem?.();\n shouldRepositionRef.current = false;\n }\n },\n [position, focusSelectedItem]\n );\n return /* @__PURE__ */ jsx(\n SelectViewportProvider,\n {\n scope: __scopeSelect,\n contentWrapper,\n shouldExpandOnScrollRef,\n onScrollButtonChange: handleScrollButtonChange,\n children: /* @__PURE__ */ jsx(\n \"div\",\n {\n ref: setContentWrapper,\n style: {\n display: \"flex\",\n flexDirection: \"column\",\n position: \"fixed\",\n zIndex: contentZIndex\n },\n children: /* @__PURE__ */ jsx(\n Primitive.div,\n {\n ...popperProps,\n ref: composedRefs,\n style: {\n // When we get the height of the content, it includes borders. If we were to set\n // the height without having `boxSizing: 'border-box'` it would be too big.\n boxSizing: \"border-box\",\n // We need to ensure the content doesn't get taller than the wrapper\n maxHeight: \"100%\",\n ...popperProps.style\n }\n }\n )\n }\n )\n }\n );\n});\nSelectItemAlignedPosition.displayName = ITEM_ALIGNED_POSITION_NAME;\nvar POPPER_POSITION_NAME = \"SelectPopperPosition\";\nvar SelectPopperPosition = React.forwardRef((props, forwardedRef) => {\n const {\n __scopeSelect,\n align = \"start\",\n collisionPadding = CONTENT_MARGIN,\n ...popperProps\n } = props;\n const popperScope = usePopperScope(__scopeSelect);\n return /* @__PURE__ */ jsx(\n PopperPrimitive.Content,\n {\n ...popperScope,\n ...popperProps,\n ref: forwardedRef,\n align,\n collisionPadding,\n style: {\n // Ensure border-box for floating-ui calculations\n boxSizing: \"border-box\",\n ...popperProps.style,\n // re-namespace exposed content custom properties\n ...{\n \"--radix-select-content-transform-origin\": \"var(--radix-popper-transform-origin)\",\n \"--radix-select-content-available-width\": \"var(--radix-popper-available-width)\",\n \"--radix-select-content-available-height\": \"var(--radix-popper-available-height)\",\n \"--radix-select-trigger-width\": \"var(--radix-popper-anchor-width)\",\n \"--radix-select-trigger-height\": \"var(--radix-popper-anchor-height)\"\n }\n }\n }\n );\n});\nSelectPopperPosition.displayName = POPPER_POSITION_NAME;\nvar [SelectViewportProvider, useSelectViewportContext] = createSelectContext(CONTENT_NAME, {});\nvar VIEWPORT_NAME = \"SelectViewport\";\nvar SelectViewport = React.forwardRef(\n (props, forwardedRef) => {\n const { __scopeSelect, nonce, ...viewportProps } = props;\n const contentContext = useSelectContentContext(VIEWPORT_NAME, __scopeSelect);\n const viewportContext = useSelectViewportContext(VIEWPORT_NAME, __scopeSelect);\n const composedRefs = useComposedRefs(forwardedRef, contentContext.onViewportChange);\n const prevScrollTopRef = React.useRef(0);\n return /* @__PURE__ */ jsxs(Fragment, { children: [\n /* @__PURE__ */ jsx(\n \"style\",\n {\n dangerouslySetInnerHTML: {\n __html: `[data-radix-select-viewport]{scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;}[data-radix-select-viewport]::-webkit-scrollbar{display:none}`\n },\n nonce\n }\n ),\n /* @__PURE__ */ jsx(Collection.Slot, { scope: __scopeSelect, children: /* @__PURE__ */ jsx(\n Primitive.div,\n {\n \"data-radix-select-viewport\": \"\",\n role: \"presentation\",\n ...viewportProps,\n ref: composedRefs,\n style: {\n // we use position: 'relative' here on the `viewport` so that when we call\n // `selectedItem.offsetTop` in calculations, the offset is relative to the viewport\n // (independent of the scrollUpButton).\n position: \"relative\",\n flex: 1,\n // Viewport should only be scrollable in the vertical direction.\n // This won't work in vertical writing modes, so we'll need to\n // revisit this if/when that is supported\n // https://developer.chrome.com/blog/vertical-form-controls\n overflow: \"hidden auto\",\n ...viewportProps.style\n },\n onScroll: composeEventHandlers(viewportProps.onScroll, (event) => {\n const viewport = event.currentTarget;\n const { contentWrapper, shouldExpandOnScrollRef } = viewportContext;\n if (shouldExpandOnScrollRef?.current && contentWrapper) {\n const scrolledBy = Math.abs(prevScrollTopRef.current - viewport.scrollTop);\n if (scrolledBy > 0) {\n const availableHeight = window.innerHeight - CONTENT_MARGIN * 2;\n const cssMinHeight = parseFloat(contentWrapper.style.minHeight);\n const cssHeight = parseFloat(contentWrapper.style.height);\n const prevHeight = Math.max(cssMinHeight, cssHeight);\n if (prevHeight < availableHeight) {\n const nextHeight = prevHeight + scrolledBy;\n const clampedNextHeight = Math.min(availableHeight, nextHeight);\n const heightDiff = nextHeight - clampedNextHeight;\n contentWrapper.style.height = clampedNextHeight + \"px\";\n if (contentWrapper.style.bottom === \"0px\") {\n viewport.scrollTop = heightDiff > 0 ? heightDiff : 0;\n contentWrapper.style.justifyContent = \"flex-end\";\n }\n }\n }\n }\n prevScrollTopRef.current = viewport.scrollTop;\n })\n }\n ) })\n ] });\n }\n);\nSelectViewport.displayName = VIEWPORT_NAME;\nvar GROUP_NAME = \"SelectGroup\";\nvar [SelectGroupContextProvider, useSelectGroupContext] = createSelectContext(GROUP_NAME);\nvar SelectGroup = React.forwardRef(\n (props, forwardedRef) => {\n const { __scopeSelect, ...groupProps } = props;\n const groupId = useId();\n return /* @__PURE__ */ jsx(SelectGroupContextProvider, { scope: __scopeSelect, id: groupId, children: /* @__PURE__ */ jsx(Primitive.div, { role: \"group\", \"aria-labelledby\": groupId, ...groupProps, ref: forwardedRef }) });\n }\n);\nSelectGroup.displayName = GROUP_NAME;\nvar LABEL_NAME = \"SelectLabel\";\nvar SelectLabel = React.forwardRef(\n (props, forwardedRef) => {\n const { __scopeSelect, ...labelProps } = props;\n const groupContext = useSelectGroupContext(LABEL_NAME, __scopeSelect);\n return /* @__PURE__ */ jsx(Primitive.div, { id: groupContext.id, ...labelProps, ref: forwardedRef });\n }\n);\nSelectLabel.displayName = LABEL_NAME;\nvar ITEM_NAME = \"SelectItem\";\nvar [SelectItemContextProvider, useSelectItemContext] = createSelectContext(ITEM_NAME);\nvar SelectItem = React.forwardRef(\n (props, forwardedRef) => {\n const {\n __scopeSelect,\n value,\n disabled = false,\n textValue: textValueProp,\n ...itemProps\n } = props;\n const context = useSelectContext(ITEM_NAME, __scopeSelect);\n const contentContext = useSelectContentContext(ITEM_NAME, __scopeSelect);\n const isSelected = context.value === value;\n const [textValue, setTextValue] = React.useState(textValueProp ?? \"\");\n const [isFocused, setIsFocused] = React.useState(false);\n const composedRefs = useComposedRefs(\n forwardedRef,\n (node) => contentContext.itemRefCallback?.(node, value, disabled)\n );\n const textId = useId();\n const pointerTypeRef = React.useRef(\"touch\");\n const handleSelect = () => {\n if (!disabled) {\n context.onValueChange(value);\n context.onOpenChange(false);\n }\n };\n if (value === \"\") {\n throw new Error(\n \"A <Select.Item /> must have a value prop that is not an empty string. This is because the Select value can be set to an empty string to clear the selection and show the placeholder.\"\n );\n }\n return /* @__PURE__ */ jsx(\n SelectItemContextProvider,\n {\n scope: __scopeSelect,\n value,\n disabled,\n textId,\n isSelected,\n onItemTextChange: React.useCallback((node) => {\n setTextValue((prevTextValue) => prevTextValue || (node?.textContent ?? \"\").trim());\n }, []),\n children: /* @__PURE__ */ jsx(\n Collection.ItemSlot,\n {\n scope: __scopeSelect,\n value,\n disabled,\n textValue,\n children: /* @__PURE__ */ jsx(\n Primitive.div,\n {\n role: \"option\",\n \"aria-labelledby\": textId,\n \"data-highlighted\": isFocused ? \"\" : void 0,\n \"aria-selected\": isSelected && isFocused,\n \"data-state\": isSelected ? \"checked\" : \"unchecked\",\n \"aria-disabled\": disabled || void 0,\n \"data-disabled\": disabled ? \"\" : void 0,\n tabIndex: disabled ? void 0 : -1,\n ...itemProps,\n ref: composedRefs,\n onFocus: composeEventHandlers(itemProps.onFocus, () => setIsFocused(true)),\n onBlur: composeEventHandlers(itemProps.onBlur, () => setIsFocused(false)),\n onClick: composeEventHandlers(itemProps.onClick, () => {\n if (pointerTypeRef.current !== \"mouse\") handleSelect();\n }),\n onPointerUp: composeEventHandlers(itemProps.onPointerUp, () => {\n if (pointerTypeRef.current === \"mouse\") handleSelect();\n }),\n onPointerDown: composeEventHandlers(itemProps.onPointerDown, (event) => {\n pointerTypeRef.current = event.pointerType;\n }),\n onPointerMove: composeEventHandlers(itemProps.onPointerMove, (event) => {\n pointerTypeRef.current = event.pointerType;\n if (disabled) {\n contentContext.onItemLeave?.();\n } else if (pointerTypeRef.current === \"mouse\") {\n event.currentTarget.focus({ preventScroll: true });\n }\n }),\n onPointerLeave: composeEventHandlers(itemProps.onPointerLeave, (event) => {\n if (event.currentTarget === document.activeElement) {\n contentContext.onItemLeave?.();\n }\n }),\n onKeyDown: composeEventHandlers(itemProps.onKeyDown, (event) => {\n const isTypingAhead = contentContext.searchRef?.current !== \"\";\n if (isTypingAhead && event.key === \" \") return;\n if (SELECTION_KEYS.includes(event.key)) handleSelect();\n if (event.key === \" \") event.preventDefault();\n })\n }\n )\n }\n )\n }\n );\n }\n);\nSelectItem.displayName = ITEM_NAME;\nvar ITEM_TEXT_NAME = \"SelectItemText\";\nvar SelectItemText = React.forwardRef(\n (props, forwardedRef) => {\n const { __scopeSelect, className, style, ...itemTextProps } = props;\n const context = useSelectContext(ITEM_TEXT_NAME, __scopeSelect);\n const contentContext = useSelectContentContext(ITEM_TEXT_NAME, __scopeSelect);\n const itemContext = useSelectItemContext(ITEM_TEXT_NAME, __scopeSelect);\n const nativeOptionsContext = useSelectNativeOptionsContext(ITEM_TEXT_NAME, __scopeSelect);\n const [itemTextNode, setItemTextNode] = React.useState(null);\n const composedRefs = useComposedRefs(\n forwardedRef,\n (node) => setItemTextNode(node),\n itemContext.onItemTextChange,\n (node) => contentContext.itemTextRefCallback?.(node, itemContext.value, itemContext.disabled)\n );\n const textContent = itemTextNode?.textContent;\n const nativeOption = React.useMemo(\n () => /* @__PURE__ */ jsx(\"option\", { value: itemContext.value, disabled: itemContext.disabled, children: textContent }, itemContext.value),\n [itemContext.disabled, itemContext.value, textContent]\n );\n const { onNativeOptionAdd, onNativeOptionRemove } = nativeOptionsContext;\n useLayoutEffect(() => {\n onNativeOptionAdd(nativeOption);\n return () => onNativeOptionRemove(nativeOption);\n }, [onNativeOptionAdd, onNativeOptionRemove, nativeOption]);\n return /* @__PURE__ */ jsxs(Fragment, { children: [\n /* @__PURE__ */ jsx(Primitive.span, { id: itemContext.textId, ...itemTextProps, ref: composedRefs }),\n itemContext.isSelected && context.valueNode && !context.valueNodeHasChildren ? ReactDOM.createPortal(itemTextProps.children, context.valueNode) : null\n ] });\n }\n);\nSelectItemText.displayName = ITEM_TEXT_NAME;\nvar ITEM_INDICATOR_NAME = \"SelectItemIndicator\";\nvar SelectItemIndicator = React.forwardRef(\n (props, forwardedRef) => {\n const { __scopeSelect, ...itemIndicatorProps } = props;\n const itemContext = useSelectItemContext(ITEM_INDICATOR_NAME, __scopeSelect);\n return itemContext.isSelected ? /* @__PURE__ */ jsx(Primitive.span, { \"aria-hidden\": true, ...itemIndicatorProps, ref: forwardedRef }) : null;\n }\n);\nSelectItemIndicator.displayName = ITEM_INDICATOR_NAME;\nvar SCROLL_UP_BUTTON_NAME = \"SelectScrollUpButton\";\nvar SelectScrollUpButton = React.forwardRef((props, forwardedRef) => {\n const contentContext = useSelectContentContext(SCROLL_UP_BUTTON_NAME, props.__scopeSelect);\n const viewportContext = useSelectViewportContext(SCROLL_UP_BUTTON_NAME, props.__scopeSelect);\n const [canScrollUp, setCanScrollUp] = React.useState(false);\n const composedRefs = useComposedRefs(forwardedRef, viewportContext.onScrollButtonChange);\n useLayoutEffect(() => {\n if (contentContext.viewport && contentContext.isPositioned) {\n let handleScroll2 = function() {\n const canScrollUp2 = viewport.scrollTop > 0;\n setCanScrollUp(canScrollUp2);\n };\n var handleScroll = handleScroll2;\n const viewport = contentContext.viewport;\n handleScroll2();\n viewport.addEventListener(\"scroll\", handleScroll2);\n return () => viewport.removeEventListener(\"scroll\", handleScroll2);\n }\n }, [contentContext.viewport, contentContext.isPositioned]);\n return canScrollUp ? /* @__PURE__ */ jsx(\n SelectScrollButtonImpl,\n {\n ...props,\n ref: composedRefs,\n onAutoScroll: () => {\n const { viewport, selectedItem } = contentContext;\n if (viewport && selectedItem) {\n viewport.scrollTop = viewport.scrollTop - selectedItem.offsetHeight;\n }\n }\n }\n ) : null;\n});\nSelectScrollUpButton.displayName = SCROLL_UP_BUTTON_NAME;\nvar SCROLL_DOWN_BUTTON_NAME = \"SelectScrollDownButton\";\nvar SelectScrollDownButton = React.forwardRef((props, forwardedRef) => {\n const contentContext = useSelectContentContext(SCROLL_DOWN_BUTTON_NAME, props.__scopeSelect);\n const viewportContext = useSelectViewportContext(SCROLL_DOWN_BUTTON_NAME, props.__scopeSelect);\n const [canScrollDown, setCanScrollDown] = React.useState(false);\n const composedRefs = useComposedRefs(forwardedRef, viewportContext.onScrollButtonChange);\n useLayoutEffect(() => {\n if (contentContext.viewport && contentContext.isPositioned) {\n let handleScroll2 = function() {\n const maxScroll = viewport.scrollHeight - viewport.clientHeight;\n const canScrollDown2 = Math.ceil(viewport.scrollTop) < maxScroll;\n setCanScrollDown(canScrollDown2);\n };\n var handleScroll = handleScroll2;\n const viewport = contentContext.viewport;\n handleScroll2();\n viewport.addEventListener(\"scroll\", handleScroll2);\n return () => viewport.removeEventListener(\"scroll\", handleScroll2);\n }\n }, [contentContext.viewport, contentContext.isPositioned]);\n return canScrollDown ? /* @__PURE__ */ jsx(\n SelectScrollButtonImpl,\n {\n ...props,\n ref: composedRefs,\n onAutoScroll: () => {\n const { viewport, selectedItem } = contentContext;\n if (viewport && selectedItem) {\n viewport.scrollTop = viewport.scrollTop + selectedItem.offsetHeight;\n }\n }\n }\n ) : null;\n});\nSelectScrollDownButton.displayName = SCROLL_DOWN_BUTTON_NAME;\nvar SelectScrollButtonImpl = React.forwardRef((props, forwardedRef) => {\n const { __scopeSelect, onAutoScroll, ...scrollIndicatorProps } = props;\n const contentContext = useSelectContentContext(\"SelectScrollButton\", __scopeSelect);\n const autoScrollTimerRef = React.useRef(null);\n const getItems = useCollection(__scopeSelect);\n const clearAutoScrollTimer = React.useCallback(() => {\n if (autoScrollTimerRef.current !== null) {\n window.clearInterval(autoScrollTimerRef.current);\n autoScrollTimerRef.current = null;\n }\n }, []);\n React.useEffect(() => {\n return () => clearAutoScrollTimer();\n }, [clearAutoScrollTimer]);\n useLayoutEffect(() => {\n const activeItem = getItems().find((item) => item.ref.current === document.activeElement);\n activeItem?.ref.current?.scrollIntoView({ block: \"nearest\" });\n }, [getItems]);\n return /* @__PURE__ */ jsx(\n Primitive.div,\n {\n \"aria-hidden\": true,\n ...scrollIndicatorProps,\n ref: forwardedRef,\n style: { flexShrink: 0, ...scrollIndicatorProps.style },\n onPointerDown: composeEventHandlers(scrollIndicatorProps.onPointerDown, () => {\n if (autoScrollTimerRef.current === null) {\n autoScrollTimerRef.current = window.setInterval(onAutoScroll, 50);\n }\n }),\n onPointerMove: composeEventHandlers(scrollIndicatorProps.onPointerMove, () => {\n contentContext.onItemLeave?.();\n if (autoScrollTimerRef.current === null) {\n autoScrollTimerRef.current = window.setInterval(onAutoScroll, 50);\n }\n }),\n onPointerLeave: composeEventHandlers(scrollIndicatorProps.onPointerLeave, () => {\n clearAutoScrollTimer();\n })\n }\n );\n});\nvar SEPARATOR_NAME = \"SelectSeparator\";\nvar SelectSeparator = React.forwardRef(\n (props, forwardedRef) => {\n const { __scopeSelect, ...separatorProps } = props;\n return /* @__PURE__ */ jsx(Primitive.div, { \"aria-hidden\": true, ...separatorProps, ref: forwardedRef });\n }\n);\nSelectSeparator.displayName = SEPARATOR_NAME;\nvar ARROW_NAME = \"SelectArrow\";\nvar SelectArrow = React.forwardRef(\n (props, forwardedRef) => {\n const { __scopeSelect, ...arrowProps } = props;\n const popperScope = usePopperScope(__scopeSelect);\n const context = useSelectContext(ARROW_NAME, __scopeSelect);\n const contentContext = useSelectContentContext(ARROW_NAME, __scopeSelect);\n return context.open && contentContext.position === \"popper\" ? /* @__PURE__ */ jsx(PopperPrimitive.Arrow, { ...popperScope, ...arrowProps, ref: forwardedRef }) : null;\n }\n);\nSelectArrow.displayName = ARROW_NAME;\nvar BUBBLE_INPUT_NAME = \"SelectBubbleInput\";\nvar SelectBubbleInput = React.forwardRef(\n ({ __scopeSelect, value, ...props }, forwardedRef) => {\n const ref = React.useRef(null);\n const composedRefs = useComposedRefs(forwardedRef, ref);\n const prevValue = usePrevious(value);\n React.useEffect(() => {\n const select = ref.current;\n if (!select) return;\n const selectProto = window.HTMLSelectElement.prototype;\n const descriptor = Object.getOwnPropertyDescriptor(\n selectProto,\n \"value\"\n );\n const setValue = descriptor.set;\n if (prevValue !== value && setValue) {\n const event = new Event(\"change\", { bubbles: true });\n setValue.call(select, value);\n select.dispatchEvent(event);\n }\n }, [prevValue, value]);\n return /* @__PURE__ */ jsx(\n Primitive.select,\n {\n ...props,\n style: { ...VISUALLY_HIDDEN_STYLES, ...props.style },\n ref: composedRefs,\n defaultValue: value\n }\n );\n }\n);\nSelectBubbleInput.displayName = BUBBLE_INPUT_NAME;\nfunction shouldShowPlaceholder(value) {\n return value === \"\" || value === void 0;\n}\nfunction useTypeaheadSearch(onSearchChange) {\n const handleSearchChange = useCallbackRef(onSearchChange);\n const searchRef = React.useRef(\"\");\n const timerRef = React.useRef(0);\n const handleTypeaheadSearch = React.useCallback(\n (key) => {\n const search = searchRef.current + key;\n handleSearchChange(search);\n (function updateSearch(value) {\n searchRef.current = value;\n window.clearTimeout(timerRef.current);\n if (value !== \"\") timerRef.current = window.setTimeout(() => updateSearch(\"\"), 1e3);\n })(search);\n },\n [handleSearchChange]\n );\n const resetTypeahead = React.useCallback(() => {\n searchRef.current = \"\";\n window.clearTimeout(timerRef.current);\n }, []);\n React.useEffect(() => {\n return () => window.clearTimeout(timerRef.current);\n }, []);\n return [searchRef, handleTypeaheadSearch, resetTypeahead];\n}\nfunction findNextItem(items, search, currentItem) {\n const isRepeated = search.length > 1 && Array.from(search).every((char) => char === search[0]);\n const normalizedSearch = isRepeated ? search[0] : search;\n const currentItemIndex = currentItem ? items.indexOf(currentItem) : -1;\n let wrappedItems = wrapArray(items, Math.max(currentItemIndex, 0));\n const excludeCurrentItem = normalizedSearch.length === 1;\n if (excludeCurrentItem) wrappedItems = wrappedItems.filter((v) => v !== currentItem);\n const nextItem = wrappedItems.find(\n (item) => item.textValue.toLowerCase().startsWith(normalizedSearch.toLowerCase())\n );\n return nextItem !== currentItem ? nextItem : void 0;\n}\nfunction wrapArray(array, startIndex) {\n return array.map((_, index) => array[(startIndex + index) % array.length]);\n}\nvar Root2 = Select;\nvar Trigger = SelectTrigger;\nvar Value = SelectValue;\nvar Icon = SelectIcon;\nvar Portal = SelectPortal;\nvar Content2 = SelectContent;\nvar Viewport = SelectViewport;\nvar Group = SelectGroup;\nvar Label = SelectLabel;\nvar Item = SelectItem;\nvar ItemText = SelectItemText;\nvar ItemIndicator = SelectItemIndicator;\nvar ScrollUpButton = SelectScrollUpButton;\nvar ScrollDownButton = SelectScrollDownButton;\nvar Separator = SelectSeparator;\nvar Arrow2 = SelectArrow;\nexport {\n Arrow2 as Arrow,\n Content2 as Content,\n Group,\n Icon,\n Item,\n ItemIndicator,\n ItemText,\n Label,\n Portal,\n Root2 as Root,\n ScrollDownButton,\n ScrollUpButton,\n Select,\n SelectArrow,\n SelectContent,\n SelectGroup,\n SelectIcon,\n SelectItem,\n SelectItemIndicator,\n SelectItemText,\n SelectLabel,\n SelectPortal,\n SelectScrollDownButton,\n SelectScrollUpButton,\n SelectSeparator,\n SelectTrigger,\n SelectValue,\n SelectViewport,\n Separator,\n Trigger,\n Value,\n Viewport,\n createSelectScope\n};\n//# sourceMappingURL=index.mjs.map\n","\"use client\";\n\n// src/collection-legacy.tsx\nimport React from \"react\";\nimport { createContextScope } from \"@radix-ui/react-context\";\nimport { useComposedRefs } from \"@radix-ui/react-compose-refs\";\nimport { createSlot } from \"@radix-ui/react-slot\";\nimport { jsx } from \"react/jsx-runtime\";\nfunction createCollection(name) {\n const PROVIDER_NAME = name + \"CollectionProvider\";\n const [createCollectionContext, createCollectionScope] = createContextScope(PROVIDER_NAME);\n const [CollectionProviderImpl, useCollectionContext] = createCollectionContext(\n PROVIDER_NAME,\n { collectionRef: { current: null }, itemMap: /* @__PURE__ */ new Map() }\n );\n const CollectionProvider = (props) => {\n const { scope, children } = props;\n const ref = React.useRef(null);\n const itemMap = React.useRef(/* @__PURE__ */ new Map()).current;\n return /* @__PURE__ */ jsx(CollectionProviderImpl, { scope, itemMap, collectionRef: ref, children });\n };\n CollectionProvider.displayName = PROVIDER_NAME;\n const COLLECTION_SLOT_NAME = name + \"CollectionSlot\";\n const CollectionSlotImpl = createSlot(COLLECTION_SLOT_NAME);\n const CollectionSlot = React.forwardRef(\n (props, forwardedRef) => {\n const { scope, children } = props;\n const context = useCollectionContext(COLLECTION_SLOT_NAME, scope);\n const composedRefs = useComposedRefs(forwardedRef, context.collectionRef);\n return /* @__PURE__ */ jsx(CollectionSlotImpl, { ref: composedRefs, children });\n }\n );\n CollectionSlot.displayName = COLLECTION_SLOT_NAME;\n const ITEM_SLOT_NAME = name + \"CollectionItemSlot\";\n const ITEM_DATA_ATTR = \"data-radix-collection-item\";\n const CollectionItemSlotImpl = createSlot(ITEM_SLOT_NAME);\n const CollectionItemSlot = React.forwardRef(\n (props, forwardedRef) => {\n const { scope, children, ...itemData } = props;\n const ref = React.useRef(null);\n const composedRefs = useComposedRefs(forwardedRef, ref);\n const context = useCollectionContext(ITEM_SLOT_NAME, scope);\n React.useEffect(() => {\n context.itemMap.set(ref, { ref, ...itemData });\n return () => void context.itemMap.delete(ref);\n });\n return /* @__PURE__ */ jsx(CollectionItemSlotImpl, { ...{ [ITEM_DATA_ATTR]: \"\" }, ref: composedRefs, children });\n }\n );\n CollectionItemSlot.displayName = ITEM_SLOT_NAME;\n function useCollection(scope) {\n const context = useCollectionContext(name + \"CollectionConsumer\", scope);\n const getItems = React.useCallback(() => {\n const collectionNode = context.collectionRef.current;\n if (!collectionNode) return [];\n const orderedNodes = Array.from(collectionNode.querySelectorAll(`[${ITEM_DATA_ATTR}]`));\n const items = Array.from(context.itemMap.values());\n const orderedItems = items.sort(\n (a, b) => orderedNodes.indexOf(a.ref.current) - orderedNodes.indexOf(b.ref.current)\n );\n return orderedItems;\n }, [context.collectionRef, context.itemMap]);\n return getItems;\n }\n return [\n { Provider: CollectionProvider, Slot: CollectionSlot, ItemSlot: CollectionItemSlot },\n useCollection,\n createCollectionScope\n ];\n}\n\n// src/collection.tsx\nimport React2 from \"react\";\nimport { createContextScope as createContextScope2 } from \"@radix-ui/react-context\";\nimport { useComposedRefs as useComposedRefs2 } from \"@radix-ui/react-compose-refs\";\nimport { createSlot as createSlot2 } from \"@radix-ui/react-slot\";\n\n// src/ordered-dictionary.ts\nvar __instanciated = /* @__PURE__ */ new WeakMap();\nvar OrderedDict = class _OrderedDict extends Map {\n #keys;\n constructor(entries) {\n super(entries);\n this.#keys = [...super.keys()];\n __instanciated.set(this, true);\n }\n set(key, value) {\n if (__instanciated.get(this)) {\n if (this.has(key)) {\n this.#keys[this.#keys.indexOf(key)] = key;\n } else {\n this.#keys.push(key);\n }\n }\n super.set(key, value);\n return this;\n }\n insert(index, key, value) {\n const has = this.has(key);\n const length = this.#keys.length;\n const relativeIndex = toSafeInteger(index);\n let actualIndex = relativeIndex >= 0 ? relativeIndex : length + relativeIndex;\n const safeIndex = actualIndex < 0 || actualIndex >= length ? -1 : actualIndex;\n if (safeIndex === this.size || has && safeIndex === this.size - 1 || safeIndex === -1) {\n this.set(key, value);\n return this;\n }\n const size = this.size + (has ? 0 : 1);\n if (relativeIndex < 0) {\n actualIndex++;\n }\n const keys = [...this.#keys];\n let nextValue;\n let shouldSkip = false;\n for (let i = actualIndex; i < size; i++) {\n if (actualIndex === i) {\n let nextKey = keys[i];\n if (keys[i] === key) {\n nextKey = keys[i + 1];\n }\n if (has) {\n this.delete(key);\n }\n nextValue = this.get(nextKey);\n this.set(key, value);\n } else {\n if (!shouldSkip && keys[i - 1] === key) {\n shouldSkip = true;\n }\n const currentKey = keys[shouldSkip ? i : i - 1];\n const currentValue = nextValue;\n nextValue = this.get(currentKey);\n this.delete(currentKey);\n this.set(currentKey, currentValue);\n }\n }\n return this;\n }\n with(index, key, value) {\n const copy = new _OrderedDict(this);\n copy.insert(index, key, value);\n return copy;\n }\n before(key) {\n const index = this.#keys.indexOf(key) - 1;\n if (index < 0) {\n return void 0;\n }\n return this.entryAt(index);\n }\n /**\n * Sets a new key-value pair at the position before the given key.\n */\n setBefore(key, newKey, value) {\n const index = this.#keys.indexOf(key);\n if (index === -1) {\n return this;\n }\n return this.insert(index, newKey, value);\n }\n after(key) {\n let index = this.#keys.indexOf(key);\n index = index === -1 || index === this.size - 1 ? -1 : index + 1;\n if (index === -1) {\n return void 0;\n }\n return this.entryAt(index);\n }\n /**\n * Sets a new key-value pair at the position after the given key.\n */\n setAfter(key, newKey, value) {\n const index = this.#keys.indexOf(key);\n if (index === -1) {\n return this;\n }\n return this.insert(index + 1, newKey, value);\n }\n first() {\n return this.entryAt(0);\n }\n last() {\n return this.entryAt(-1);\n }\n clear() {\n this.#keys = [];\n return super.clear();\n }\n delete(key) {\n const deleted = super.delete(key);\n if (deleted) {\n this.#keys.splice(this.#keys.indexOf(key), 1);\n }\n return deleted;\n }\n deleteAt(index) {\n const key = this.keyAt(index);\n if (key !== void 0) {\n return this.delete(key);\n }\n return false;\n }\n at(index) {\n const key = at(this.#keys, index);\n if (key !== void 0) {\n return this.get(key);\n }\n }\n entryAt(index) {\n const key = at(this.#keys, index);\n if (key !== void 0) {\n return [key, this.get(key)];\n }\n }\n indexOf(key) {\n return this.#keys.indexOf(key);\n }\n keyAt(index) {\n return at(this.#keys, index);\n }\n from(key, offset) {\n const index = this.indexOf(key);\n if (index === -1) {\n return void 0;\n }\n let dest = index + offset;\n if (dest < 0) dest = 0;\n if (dest >= this.size) dest = this.size - 1;\n return this.at(dest);\n }\n keyFrom(key, offset) {\n const index = this.indexOf(key);\n if (index === -1) {\n return void 0;\n }\n let dest = index + offset;\n if (dest < 0) dest = 0;\n if (dest >= this.size) dest = this.size - 1;\n return this.keyAt(dest);\n }\n find(predicate, thisArg) {\n let index = 0;\n for (const entry of this) {\n if (Reflect.apply(predicate, thisArg, [entry, index, this])) {\n return entry;\n }\n index++;\n }\n return void 0;\n }\n findIndex(predicate, thisArg) {\n let index = 0;\n for (const entry of this) {\n if (Reflect.apply(predicate, thisArg, [entry, index, this])) {\n return index;\n }\n index++;\n }\n return -1;\n }\n filter(predicate, thisArg) {\n const entries = [];\n let index = 0;\n for (const entry of this) {\n if (Reflect.apply(predicate, thisArg, [entry, index, this])) {\n entries.push(entry);\n }\n index++;\n }\n return new _OrderedDict(entries);\n }\n map(callbackfn, thisArg) {\n const entries = [];\n let index = 0;\n for (const entry of this) {\n entries.push([entry[0], Reflect.apply(callbackfn, thisArg, [entry, index, this])]);\n index++;\n }\n return new _OrderedDict(entries);\n }\n reduce(...args) {\n const [callbackfn, initialValue] = args;\n let index = 0;\n let accumulator = initialValue ?? this.at(0);\n for (const entry of this) {\n if (index === 0 && args.length === 1) {\n accumulator = entry;\n } else {\n accumulator = Reflect.apply(callbackfn, this, [accumulator, entry, index, this]);\n }\n index++;\n }\n return accumulator;\n }\n reduceRight(...args) {\n const [callbackfn, initialValue] = args;\n let accumulator = initialValue ?? this.at(-1);\n for (let index = this.size - 1; index >= 0; index--) {\n const entry = this.at(index);\n if (index === this.size - 1 && args.length === 1) {\n accumulator = entry;\n } else {\n accumulator = Reflect.apply(callbackfn, this, [accumulator, entry, index, this]);\n }\n }\n return accumulator;\n }\n toSorted(compareFn) {\n const entries = [...this.entries()].sort(compareFn);\n return new _OrderedDict(entries);\n }\n toReversed() {\n const reversed = new _OrderedDict();\n for (let index = this.size - 1; index >= 0; index--) {\n const key = this.keyAt(index);\n const element = this.get(key);\n reversed.set(key, element);\n }\n return reversed;\n }\n toSpliced(...args) {\n const entries = [...this.entries()];\n entries.splice(...args);\n return new _OrderedDict(entries);\n }\n slice(start, end) {\n const result = new _OrderedDict();\n let stop = this.size - 1;\n if (start === void 0) {\n return result;\n }\n if (start < 0) {\n start = start + this.size;\n }\n if (end !== void 0 && end > 0) {\n stop = end - 1;\n }\n for (let index = start; index <= stop; index++) {\n const key = this.keyAt(index);\n const element = this.get(key);\n result.set(key, element);\n }\n return result;\n }\n every(predicate, thisArg) {\n let index = 0;\n for (const entry of this) {\n if (!Reflect.apply(predicate, thisArg, [entry, index, this])) {\n return false;\n }\n index++;\n }\n return true;\n }\n some(predicate, thisArg) {\n let index = 0;\n for (const entry of this) {\n if (Reflect.apply(predicate, thisArg, [entry, index, this])) {\n return true;\n }\n index++;\n }\n return false;\n }\n};\nfunction at(array, index) {\n if (\"at\" in Array.prototype) {\n return Array.prototype.at.call(array, index);\n }\n const actualIndex = toSafeIndex(array, index);\n return actualIndex === -1 ? void 0 : array[actualIndex];\n}\nfunction toSafeIndex(array, index) {\n const length = array.length;\n const relativeIndex = toSafeInteger(index);\n const actualIndex = relativeIndex >= 0 ? relativeIndex : length + relativeIndex;\n return actualIndex < 0 || actualIndex >= length ? -1 : actualIndex;\n}\nfunction toSafeInteger(number) {\n return number !== number || number === 0 ? 0 : Math.trunc(number);\n}\n\n// src/collection.tsx\nimport { jsx as jsx2 } from \"react/jsx-runtime\";\nfunction createCollection2(name) {\n const PROVIDER_NAME = name + \"CollectionProvider\";\n const [createCollectionContext, createCollectionScope] = createContextScope2(PROVIDER_NAME);\n const [CollectionContextProvider, useCollectionContext] = createCollectionContext(\n PROVIDER_NAME,\n {\n collectionElement: null,\n collectionRef: { current: null },\n collectionRefObject: { current: null },\n itemMap: new OrderedDict(),\n setItemMap: () => void 0\n }\n );\n const CollectionProvider = ({ state, ...props }) => {\n return state ? /* @__PURE__ */ jsx2(CollectionProviderImpl, { ...props, state }) : /* @__PURE__ */ jsx2(CollectionInit, { ...props });\n };\n CollectionProvider.displayName = PROVIDER_NAME;\n const CollectionInit = (props) => {\n const state = useInitCollection();\n return /* @__PURE__ */ jsx2(CollectionProviderImpl, { ...props, state });\n };\n CollectionInit.displayName = PROVIDER_NAME + \"Init\";\n const CollectionProviderImpl = (props) => {\n const { scope, children, state } = props;\n const ref = React2.useRef(null);\n const [collectionElement, setCollectionElement] = React2.useState(\n null\n );\n const composeRefs = useComposedRefs2(ref, setCollectionElement);\n const [itemMap, setItemMap] = state;\n React2.useEffect(() => {\n if (!collectionElement) return;\n const observer = getChildListObserver(() => {\n });\n observer.observe(collectionElement, {\n childList: true,\n subtree: true\n });\n return () => {\n observer.disconnect();\n };\n }, [collectionElement]);\n return /* @__PURE__ */ jsx2(\n CollectionContextProvider,\n {\n scope,\n itemMap,\n setItemMap,\n collectionRef: composeRefs,\n collectionRefObject: ref,\n collectionElement,\n children\n }\n );\n };\n CollectionProviderImpl.displayName = PROVIDER_NAME + \"Impl\";\n const COLLECTION_SLOT_NAME = name + \"CollectionSlot\";\n const CollectionSlotImpl = createSlot2(COLLECTION_SLOT_NAME);\n const CollectionSlot = React2.forwardRef(\n (props, forwardedRef) => {\n const { scope, children } = props;\n const context = useCollectionContext(COLLECTION_SLOT_NAME, scope);\n const composedRefs = useComposedRefs2(forwardedRef, context.collectionRef);\n return /* @__PURE__ */ jsx2(CollectionSlotImpl, { ref: composedRefs, children });\n }\n );\n CollectionSlot.displayName = COLLECTION_SLOT_NAME;\n const ITEM_SLOT_NAME = name + \"CollectionItemSlot\";\n const ITEM_DATA_ATTR = \"data-radix-collection-item\";\n const CollectionItemSlotImpl = createSlot2(ITEM_SLOT_NAME);\n const CollectionItemSlot = React2.forwardRef(\n (props, forwardedRef) => {\n const { scope, children, ...itemData } = props;\n const ref = React2.useRef(null);\n const [element, setElement] = React2.useState(null);\n const composedRefs = useComposedRefs2(forwardedRef, ref, setElement);\n const context = useCollectionContext(ITEM_SLOT_NAME, scope);\n const { setItemMap } = context;\n const itemDataRef = React2.useRef(itemData);\n if (!shallowEqual(itemDataRef.current, itemData)) {\n itemDataRef.current = itemData;\n }\n const memoizedItemData = itemDataRef.current;\n React2.useEffect(() => {\n const itemData2 = memoizedItemData;\n setItemMap((map) => {\n if (!element) {\n return map;\n }\n if (!map.has(element)) {\n map.set(element, { ...itemData2, element });\n return map.toSorted(sortByDocumentPosition);\n }\n return map.set(element, { ...itemData2, element }).toSorted(sortByDocumentPosition);\n });\n return () => {\n setItemMap((map) => {\n if (!element || !map.has(element)) {\n return map;\n }\n map.delete(element);\n return new OrderedDict(map);\n });\n };\n }, [element, memoizedItemData, setItemMap]);\n return /* @__PURE__ */ jsx2(CollectionItemSlotImpl, { ...{ [ITEM_DATA_ATTR]: \"\" }, ref: composedRefs, children });\n }\n );\n CollectionItemSlot.displayName = ITEM_SLOT_NAME;\n function useInitCollection() {\n return React2.useState(new OrderedDict());\n }\n function useCollection(scope) {\n const { itemMap } = useCollectionContext(name + \"CollectionConsumer\", scope);\n return itemMap;\n }\n const functions = {\n createCollectionScope,\n useCollection,\n useInitCollection\n };\n return [\n { Provider: CollectionProvider, Slot: CollectionSlot, ItemSlot: CollectionItemSlot },\n functions\n ];\n}\nfunction shallowEqual(a, b) {\n if (a === b) return true;\n if (typeof a !== \"object\" || typeof b !== \"object\") return false;\n if (a == null || b == null) return false;\n const keysA = Object.keys(a);\n const keysB = Object.keys(b);\n if (keysA.length !== keysB.length) return false;\n for (const key of keysA) {\n if (!Object.prototype.hasOwnProperty.call(b, key)) return false;\n if (a[key] !== b[key]) return false;\n }\n return true;\n}\nfunction isElementPreceding(a, b) {\n return !!(b.compareDocumentPosition(a) & Node.DOCUMENT_POSITION_PRECEDING);\n}\nfunction sortByDocumentPosition(a, b) {\n return !a[1].element || !b[1].element ? 0 : isElementPreceding(a[1].element, b[1].element) ? -1 : 1;\n}\nfunction getChildListObserver(callback) {\n const observer = new MutationObserver((mutationsList) => {\n for (const mutation of mutationsList) {\n if (mutation.type === \"childList\") {\n callback();\n return;\n }\n }\n });\n return observer;\n}\nexport {\n createCollection,\n createCollection2 as unstable_createCollection\n};\n//# sourceMappingURL=index.mjs.map\n","/**\n * @license lucide-react v0.511.0 - ISC\n *\n * This source code is licensed under the ISC license.\n * See the LICENSE file in the root directory of this source tree.\n */\n\nconst toKebabCase = (string) => string.replace(/([a-z0-9])([A-Z])/g, \"$1-$2\").toLowerCase();\nconst toCamelCase = (string) => string.replace(\n /^([A-Z])|[\\s-_]+(\\w)/g,\n (match, p1, p2) => p2 ? p2.toUpperCase() : p1.toLowerCase()\n);\nconst toPascalCase = (string) => {\n const camelCase = toCamelCase(string);\n return camelCase.charAt(0).toUpperCase() + camelCase.slice(1);\n};\nconst mergeClasses = (...classes) => classes.filter((className, index, array) => {\n return Boolean(className) && className.trim() !== \"\" && array.indexOf(className) === index;\n}).join(\" \").trim();\nconst hasA11yProp = (props) => {\n for (const prop in props) {\n if (prop.startsWith(\"aria-\") || prop === \"role\" || prop === \"title\") {\n return true;\n }\n }\n};\n\nexport { hasA11yProp, mergeClasses, toCamelCase, toKebabCase, toPascalCase };\n//# sourceMappingURL=utils.js.map\n","/**\n * @license lucide-react v0.511.0 - ISC\n *\n * This source code is licensed under the ISC license.\n * See the LICENSE file in the root directory of this source tree.\n */\n\nvar defaultAttributes = {\n xmlns: \"http://www.w3.org/2000/svg\",\n width: 24,\n height: 24,\n viewBox: \"0 0 24 24\",\n fill: \"none\",\n stroke: \"currentColor\",\n strokeWidth: 2,\n strokeLinecap: \"round\",\n strokeLinejoin: \"round\"\n};\n\nexport { defaultAttributes as default };\n//# sourceMappingURL=defaultAttributes.js.map\n","/**\n * @license lucide-react v0.511.0 - ISC\n *\n * This source code is licensed under the ISC license.\n * See the LICENSE file in the root directory of this source tree.\n */\n\nimport { forwardRef, createElement } from 'react';\nimport defaultAttributes from './defaultAttributes.js';\nimport { mergeClasses, hasA11yProp } from './shared/src/utils.js';\n\nconst Icon = forwardRef(\n ({\n color = \"currentColor\",\n size = 24,\n strokeWidth = 2,\n absoluteStrokeWidth,\n className = \"\",\n children,\n iconNode,\n ...rest\n }, ref) => createElement(\n \"svg\",\n {\n ref,\n ...defaultAttributes,\n width: size,\n height: size,\n stroke: color,\n strokeWidth: absoluteStrokeWidth ? Number(strokeWidth) * 24 / Number(size) : strokeWidth,\n className: mergeClasses(\"lucide\", className),\n ...!children && !hasA11yProp(rest) && { \"aria-hidden\": \"true\" },\n ...rest\n },\n [\n ...iconNode.map(([tag, attrs]) => createElement(tag, attrs)),\n ...Array.isArray(children) ? children : [children]\n ]\n )\n);\n\nexport { Icon as default };\n//# sourceMappingURL=Icon.js.map\n","/**\n * @license lucide-react v0.511.0 - ISC\n *\n * This source code is licensed under the ISC license.\n * See the LICENSE file in the root directory of this source tree.\n */\n\nimport { forwardRef, createElement } from 'react';\nimport { mergeClasses, toKebabCase, toPascalCase } from './shared/src/utils.js';\nimport Icon from './Icon.js';\n\nconst createLucideIcon = (iconName, iconNode) => {\n const Component = forwardRef(\n ({ className, ...props }, ref) => createElement(Icon, {\n ref,\n iconNode,\n className: mergeClasses(\n `lucide-${toKebabCase(toPascalCase(iconName))}`,\n `lucide-${iconName}`,\n className\n ),\n ...props\n })\n );\n Component.displayName = toPascalCase(iconName);\n return Component;\n};\n\nexport { createLucideIcon as default };\n//# sourceMappingURL=createLucideIcon.js.map\n","/**\n * @license lucide-react v0.511.0 - ISC\n *\n * This source code is licensed under the ISC license.\n * See the LICENSE file in the root directory of this source tree.\n */\n\nimport createLucideIcon from '../createLucideIcon.js';\n\nconst __iconNode = [[\"path\", { d: \"M20 6 9 17l-5-5\", key: \"1gmf2c\" }]];\nconst Check = createLucideIcon(\"check\", __iconNode);\n\nexport { __iconNode, Check as default };\n//# sourceMappingURL=check.js.map\n","/**\n * @license lucide-react v0.511.0 - ISC\n *\n * This source code is licensed under the ISC license.\n * See the LICENSE file in the root directory of this source tree.\n */\n\nimport createLucideIcon from '../createLucideIcon.js';\n\nconst __iconNode = [[\"path\", { d: \"m6 9 6 6 6-6\", key: \"qrunsl\" }]];\nconst ChevronDown = createLucideIcon(\"chevron-down\", __iconNode);\n\nexport { __iconNode, ChevronDown as default };\n//# sourceMappingURL=chevron-down.js.map\n","import type { SelectProps } from \"../../types/ui/select\";\n\nimport * as RadixSelect from \"@radix-ui/react-select\";\nimport { Check, ChevronDown } from \"lucide-react\";\n\nconst Select = ({ items, title, selectedItem, onChange }: SelectProps) => {\n return (\n <div className=\"w-64\">\n <label className=\"block mb-1 text-sm font-medium text-gray-700\">\n {title}\n </label>\n <RadixSelect.Root\n value={selectedItem.id}\n onValueChange={(value) => {\n const selected = items.find((item) => item.id === value);\n if (selected) onChange(selected);\n }}\n >\n <RadixSelect.Trigger className=\"inline-flex items-center justify-between w-full px-4 py-2 text-sm bg-white border border-gray-300 rounded-md shadow-sm hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-indigo-500\">\n <RadixSelect.Value placeholder=\"Select an option\" />\n <RadixSelect.Icon className=\"ml-2\">\n <ChevronDown className=\"w-4 h-4\" />\n </RadixSelect.Icon>\n </RadixSelect.Trigger>\n\n <RadixSelect.Portal>\n <RadixSelect.Content className=\"z-50 overflow-hidden bg-white border border-gray-200 rounded-md shadow-lg animate-fade-in\">\n <RadixSelect.Viewport className=\"p-1\">\n {items.map((item) => (\n <RadixSelect.Item\n key={item.id}\n value={item.id}\n className={\n \"relative flex select-none items-center rounded-md px-3 py-2 text-sm text-gray-700 cursor-pointer focus:bg-indigo-100 radix-disabled:opacity-50\"\n }\n >\n <RadixSelect.ItemText>{item.label}</RadixSelect.ItemText>\n <RadixSelect.ItemIndicator className=\"absolute right-2\">\n <Check className=\"w-4 h-4 text-indigo-600\" />\n </RadixSelect.ItemIndicator>\n </RadixSelect.Item>\n ))}\n </RadixSelect.Viewport>\n </RadixSelect.Content>\n </RadixSelect.Portal>\n </RadixSelect.Root>\n </div>\n );\n};\n\nexport default Select;\n","export const languages = [\n { id: \"fr\", label: \"🇫🇷 Français\" },\n { id: \"en\", label: \"🇺🇸 Anglais\" },\n { id: \"zh\", label: \"🇨🇳 Chinois (Mandarin)\" },\n { id: \"hi\", label: \"🇮🇳 Hindi\" },\n { id: \"es\", label: \"🇪🇸 Espagnol\" },\n { id: \"ar\", label: \"🇸🇦 Arabe\" },\n { id: \"bn\", label: \"🇧🇩 Bengali\" },\n { id: \"pt\", label: \"🇵🇹 Portugais\" },\n { id: \"ru\", label: \"🇷🇺 Russe\" },\n { id: \"ja\", label: \"🇯🇵 Japonais\" },\n];\n","\"use client\";\n\n// src/presence.tsx\nimport * as React2 from \"react\";\nimport { useComposedRefs } from \"@radix-ui/react-compose-refs\";\nimport { useLayoutEffect } from \"@radix-ui/react-use-layout-effect\";\n\n// src/use-state-machine.tsx\nimport * as React from \"react\";\nfunction useStateMachine(initialState, machine) {\n return React.useReducer((state, event) => {\n const nextState = machine[state][event];\n return nextState ?? state;\n }, initialState);\n}\n\n// src/presence.tsx\nvar Presence = (props) => {\n const { present, children } = props;\n const presence = usePresence(present);\n const child = typeof children === \"function\" ? children({ present: presence.isPresent }) : React2.Children.only(children);\n const ref = useComposedRefs(presence.ref, getElementRef(child));\n const forceMount = typeof children === \"function\";\n return forceMount || presence.isPresent ? React2.cloneElement(child, { ref }) : null;\n};\nPresence.displayName = \"Presence\";\nfunction usePresence(present) {\n const [node, setNode] = React2.useState();\n const stylesRef = React2.useRef(null);\n const prevPresentRef = React2.useRef(present);\n const prevAnimationNameRef = React2.useRef(\"none\");\n const initialState = present ? \"mounted\" : \"unmounted\";\n const [state, send] = useStateMachine(initialState, {\n mounted: {\n UNMOUNT: \"unmounted\",\n ANIMATION_OUT: \"unmountSuspended\"\n },\n unmountSuspended: {\n MOUNT: \"mounted\",\n ANIMATION_END: \"unmounted\"\n },\n unmounted: {\n MOUNT: \"mounted\"\n }\n });\n React2.useEffect(() => {\n const currentAnimationName = getAnimationName(stylesRef.current);\n prevAnimationNameRef.current = state === \"mounted\" ? currentAnimationName : \"none\";\n }, [state]);\n useLayoutEffect(() => {\n const styles = stylesRef.current;\n const wasPresent = prevPresentRef.current;\n const hasPresentChanged = wasPresent !== present;\n if (hasPresentChanged) {\n const prevAnimationName = prevAnimationNameRef.current;\n const currentAnimationName = getAnimationName(styles);\n if (present) {\n send(\"MOUNT\");\n } else if (currentAnimationName === \"none\" || styles?.display === \"none\") {\n send(\"UNMOUNT\");\n } else {\n const isAnimating = prevAnimationName !== currentAnimationName;\n if (wasPresent && isAnimating) {\n send(\"ANIMATION_OUT\");\n } else {\n send(\"UNMOUNT\");\n }\n }\n prevPresentRef.current = present;\n }\n }, [present, send]);\n useLayoutEffect(() => {\n if (node) {\n let timeoutId;\n const ownerWindow = node.ownerDocument.defaultView ?? window;\n const handleAnimationEnd = (event) => {\n const currentAnimationName = getAnimationName(stylesRef.current);\n const isCurrentAnimation = currentAnimationName.includes(event.animationName);\n if (event.target === node && isCurrentAnimation) {\n send(\"ANIMATION_END\");\n if (!prevPresentRef.current) {\n const currentFillMode = node.style.animationFillMode;\n node.style.animationFillMode = \"forwards\";\n timeoutId = ownerWindow.setTimeout(() => {\n if (node.style.animationFillMode === \"forwards\") {\n node.style.animationFillMode = currentFillMode;\n }\n });\n }\n }\n };\n const handleAnimationStart = (event) => {\n if (event.target === node) {\n prevAnimationNameRef.current = getAnimationName(stylesRef.current);\n }\n };\n node.addEventListener(\"animationstart\", handleAnimationStart);\n node.addEventListener(\"animationcancel\", handleAnimationEnd);\n node.addEventListener(\"animationend\", handleAnimationEnd);\n return () => {\n ownerWindow.clearTimeout(timeoutId);\n node.removeEventListener(\"animationstart\", handleAnimationStart);\n node.removeEventListener(\"animationcancel\", handleAnimationEnd);\n node.removeEventListener(\"animationend\", handleAnimationEnd);\n };\n } else {\n send(\"ANIMATION_END\");\n }\n }, [node, send]);\n return {\n isPresent: [\"mounted\", \"unmountSuspended\"].includes(state),\n ref: React2.useCallback((node2) => {\n stylesRef.current = node2 ? getComputedStyle(node2) : null;\n setNode(node2);\n }, [])\n };\n}\nfunction getAnimationName(styles) {\n return styles?.animationName || \"none\";\n}\nfunction getElementRef(element) {\n let getter = Object.getOwnPropertyDescriptor(element.props, \"ref\")?.get;\n let mayWarn = getter && \"isReactWarning\" in getter && getter.isReactWarning;\n if (mayWarn) {\n return element.ref;\n }\n getter = Object.getOwnPropertyDescriptor(element, \"ref\")?.get;\n mayWarn = getter && \"isReactWarning\" in getter && getter.isReactWarning;\n if (mayWarn) {\n return element.props.ref;\n }\n return element.props.ref || element.ref;\n}\nvar Root = Presence;\nexport {\n Presence,\n Root\n};\n//# sourceMappingURL=index.mjs.map\n","\"use client\";\n\n// src/checkbox.tsx\nimport * as React from \"react\";\nimport { useComposedRefs } from \"@radix-ui/react-compose-refs\";\nimport { createContextScope } from \"@radix-ui/react-context\";\nimport { composeEventHandlers } from \"@radix-ui/primitive\";\nimport { useControllableState } from \"@radix-ui/react-use-controllable-state\";\nimport { usePrevious } from \"@radix-ui/react-use-previous\";\nimport { useSize } from \"@radix-ui/react-use-size\";\nimport { Presence } from \"@radix-ui/react-presence\";\nimport { Primitive } from \"@radix-ui/react-primitive\";\nimport { Fragment, jsx, jsxs } from \"react/jsx-runtime\";\nvar CHECKBOX_NAME = \"Checkbox\";\nvar [createCheckboxContext, createCheckboxScope] = createContextScope(CHECKBOX_NAME);\nvar [CheckboxProviderImpl, useCheckboxContext] = createCheckboxContext(CHECKBOX_NAME);\nfunction CheckboxProvider(props) {\n const {\n __scopeCheckbox,\n checked: checkedProp,\n children,\n defaultChecked,\n disabled,\n form,\n name,\n onCheckedChange,\n required,\n value = \"on\",\n // @ts-expect-error\n internal_do_not_use_render\n } = props;\n const [checked, setChecked] = useControllableState({\n prop: checkedProp,\n defaultProp: defaultChecked ?? false,\n onChange: onCheckedChange,\n caller: CHECKBOX_NAME\n });\n const [control, setControl] = React.useState(null);\n const [bubbleInput, setBubbleInput] = React.useState(null);\n const hasConsumerStoppedPropagationRef = React.useRef(false);\n const isFormControl = control ? !!form || !!control.closest(\"form\") : (\n // We set this to true by default so that events bubble to forms without JS (SSR)\n true\n );\n const context = {\n checked,\n disabled,\n setChecked,\n control,\n setControl,\n name,\n form,\n value,\n hasConsumerStoppedPropagationRef,\n required,\n defaultChecked: isIndeterminate(defaultChecked) ? false : defaultChecked,\n isFormControl,\n bubbleInput,\n setBubbleInput\n };\n return /* @__PURE__ */ jsx(\n CheckboxProviderImpl,\n {\n scope: __scopeCheckbox,\n ...context,\n children: isFunction(internal_do_not_use_render) ? internal_do_not_use_render(context) : children\n }\n );\n}\nvar TRIGGER_NAME = \"CheckboxTrigger\";\nvar CheckboxTrigger = React.forwardRef(\n ({ __scopeCheckbox, onKeyDown, onClick, ...checkboxProps }, forwardedRef) => {\n const {\n control,\n value,\n disabled,\n checked,\n required,\n setControl,\n setChecked,\n hasConsumerStoppedPropagationRef,\n isFormControl,\n bubbleInput\n } = useCheckboxContext(TRIGGER_NAME, __scopeCheckbox);\n const composedRefs = useComposedRefs(forwardedRef, setControl);\n const initialCheckedStateRef = React.useRef(checked);\n React.useEffect(() => {\n const form = control?.form;\n if (form) {\n const reset = () => setChecked(initialCheckedStateRef.current);\n form.addEventListener(\"reset\", reset);\n return () => form.removeEventListener(\"reset\", reset);\n }\n }, [control, setChecked]);\n return /* @__PURE__ */ jsx(\n Primitive.button,\n {\n type: \"button\",\n role: \"checkbox\",\n \"aria-checked\": isIndeterminate(checked) ? \"mixed\" : checked,\n \"aria-required\": required,\n \"data-state\": getState(checked),\n \"data-disabled\": disabled ? \"\" : void 0,\n disabled,\n value,\n ...checkboxProps,\n ref: composedRefs,\n onKeyDown: composeEventHandlers(onKeyDown, (event) => {\n if (event.key === \"Enter\") event.preventDefault();\n }),\n onClick: composeEventHandlers(onClick, (event) => {\n setChecked((prevChecked) => isIndeterminate(prevChecked) ? true : !prevChecked);\n if (bubbleInput && isFormControl) {\n hasConsumerStoppedPropagationRef.current = event.isPropagationStopped();\n if (!hasConsumerStoppedPropagationRef.current) event.stopPropagation();\n }\n })\n }\n );\n }\n);\nCheckboxTrigger.displayName = TRIGGER_NAME;\nvar Checkbox = React.forwardRef(\n (props, forwardedRef) => {\n const {\n __scopeCheckbox,\n name,\n checked,\n defaultChecked,\n required,\n disabled,\n value,\n onCheckedChange,\n form,\n ...checkboxProps\n } = props;\n return /* @__PURE__ */ jsx(\n CheckboxProvider,\n {\n __scopeCheckbox,\n checked,\n defaultChecked,\n disabled,\n required,\n onCheckedChange,\n name,\n form,\n value,\n internal_do_not_use_render: ({ isFormControl }) => /* @__PURE__ */ jsxs(Fragment, { children: [\n /* @__PURE__ */ jsx(\n CheckboxTrigger,\n {\n ...checkboxProps,\n ref: forwardedRef,\n __scopeCheckbox\n }\n ),\n isFormControl && /* @__PURE__ */ jsx(\n CheckboxBubbleInput,\n {\n __scopeCheckbox\n }\n )\n ] })\n }\n );\n }\n);\nCheckbox.displayName = CHECKBOX_NAME;\nvar INDICATOR_NAME = \"CheckboxIndicator\";\nvar CheckboxIndicator = React.forwardRef(\n (props, forwardedRef) => {\n const { __scopeCheckbox, forceMount, ...indicatorProps } = props;\n const context = useCheckboxContext(INDICATOR_NAME, __scopeCheckbox);\n return /* @__PURE__ */ jsx(\n Presence,\n {\n present: forceMount || isIndeterminate(context.checked) || context.checked === true,\n children: /* @__PURE__ */ jsx(\n Primitive.span,\n {\n \"data-state\": getState(context.checked),\n \"data-disabled\": context.disabled ? \"\" : void 0,\n ...indicatorProps,\n ref: forwardedRef,\n style: { pointerEvents: \"none\", ...props.style }\n }\n )\n }\n );\n }\n);\nCheckboxIndicator.displayName = INDICATOR_NAME;\nvar BUBBLE_INPUT_NAME = \"CheckboxBubbleInput\";\nvar CheckboxBubbleInput = React.forwardRef(\n ({ __scopeCheckbox, ...props }, forwardedRef) => {\n const {\n control,\n hasConsumerStoppedPropagationRef,\n checked,\n defaultChecked,\n required,\n disabled,\n name,\n value,\n form,\n bubbleInput,\n setBubbleInput\n } = useCheckboxContext(BUBBLE_INPUT_NAME, __scopeCheckbox);\n const composedRefs = useComposedRefs(forwardedRef, setBubbleInput);\n const prevChecked = usePrevious(checked);\n const controlSize = useSize(control);\n React.useEffect(() => {\n const input = bubbleInput;\n if (!input) return;\n const inputProto = window.HTMLInputElement.prototype;\n const descriptor = Object.getOwnPropertyDescriptor(\n inputProto,\n \"checked\"\n );\n const setChecked = descriptor.set;\n const bubbles = !hasConsumerStoppedPropagationRef.current;\n if (prevChecked !== checked && setChecked) {\n const event = new Event(\"click\", { bubbles });\n input.indeterminate = isIndeterminate(checked);\n setChecked.call(input, isIndeterminate(checked) ? false : checked);\n input.dispatchEvent(event);\n }\n }, [bubbleInput, prevChecked, checked, hasConsumerStoppedPropagationRef]);\n const defaultCheckedRef = React.useRef(isIndeterminate(checked) ? false : checked);\n return /* @__PURE__ */ jsx(\n Primitive.input,\n {\n type: \"checkbox\",\n \"aria-hidden\": true,\n defaultChecked: defaultChecked ?? defaultCheckedRef.current,\n required,\n disabled,\n name,\n value,\n form,\n ...props,\n tabIndex: -1,\n ref: composedRefs,\n style: {\n ...props.style,\n ...controlSize,\n position: \"absolute\",\n pointerEvents: \"none\",\n opacity: 0,\n margin: 0,\n // We transform because the input is absolutely positioned but we have\n // rendered it **after** the button. This pulls it back to sit on top\n // of the button.\n transform: \"translateX(-100%)\"\n }\n }\n );\n }\n);\nCheckboxBubbleInput.displayName = BUBBLE_INPUT_NAME;\nfunction isFunction(value) {\n return typeof value === \"function\";\n}\nfunction isIndeterminate(checked) {\n return checked === \"indeterminate\";\n}\nfunction getState(checked) {\n return isIndeterminate(checked) ? \"indeterminate\" : checked ? \"checked\" : \"unchecked\";\n}\nexport {\n Checkbox,\n CheckboxIndicator,\n CheckboxIndicator as Indicator,\n Checkbox as Root,\n createCheckboxScope,\n CheckboxBubbleInput as unstable_BubbleInput,\n CheckboxBubbleInput as unstable_CheckboxBubbleInput,\n CheckboxProvider as unstable_CheckboxProvider,\n CheckboxTrigger as unstable_CheckboxTrigger,\n CheckboxProvider as unstable_Provider,\n CheckboxTrigger as unstable_Trigger\n};\n//# sourceMappingURL=index.mjs.map\n","import { forwardRef, createElement } from 'react';\n\nfunction _objectWithoutPropertiesLoose(source, excluded) {\n if (source == null) return {};\n var target = {};\n var sourceKeys = Object.keys(source);\n var key, i;\n\n for (i = 0; i < sourceKeys.length; i++) {\n key = sourceKeys[i];\n if (excluded.indexOf(key) >= 0) continue;\n target[key] = source[key];\n }\n\n return target;\n}\n\nvar _excluded = [\"color\"];\nvar AccessibilityIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M0.877197 7.49984C0.877197 3.84216 3.84234 0.877014 7.50003 0.877014C11.1577 0.877014 14.1229 3.84216 14.1229 7.49984C14.1229 11.1575 11.1577 14.1227 7.50003 14.1227C3.84234 14.1227 0.877197 11.1575 0.877197 7.49984ZM7.50003 1.82701C4.36702 1.82701 1.8272 4.36683 1.8272 7.49984C1.8272 10.6328 4.36702 13.1727 7.50003 13.1727C10.633 13.1727 13.1729 10.6328 13.1729 7.49984C13.1729 4.36683 10.633 1.82701 7.50003 1.82701ZM7.12457 9.00001C7.06994 9.12735 6.33165 11.9592 6.33165 11.9592C6.26018 12.226 5.98601 12.3843 5.71928 12.3128C5.45255 12.2413 5.29425 11.9672 5.36573 11.7004C5.36573 11.7004 6.24661 8.87268 6.24661 8.27007V6.80099L4.28763 6.27608C4.0209 6.20461 3.86261 5.93045 3.93408 5.66371C4.00555 5.39698 4.27972 5.23869 4.54645 5.31016C4.54645 5.31016 6.20042 5.87268 6.84579 5.87268H8.15505C8.80042 5.87268 10.4534 5.31042 10.4534 5.31042C10.7202 5.23895 10.9943 5.39724 11.0658 5.66397C11.1373 5.93071 10.979 6.20487 10.7122 6.27635L8.74661 6.80303V8.27007C8.74661 8.87268 9.62663 11.6971 9.62663 11.6971C9.6981 11.9639 9.5398 12.238 9.27307 12.3095C9.00634 12.381 8.73217 12.2227 8.6607 11.956C8.6607 11.956 7.91994 9.12735 7.86866 9.00001C7.81994 8.87268 7.65006 8.87268 7.65006 8.87268H7.34317C7.34317 8.87268 7.16994 8.87268 7.12457 9.00001ZM7.50043 5.12007C8.12175 5.12007 8.62543 4.61639 8.62543 3.99507C8.62543 3.37375 8.12175 2.87007 7.50043 2.87007C6.87911 2.87007 6.37543 3.37375 6.37543 3.99507C6.37543 4.61639 6.87911 5.12007 7.50043 5.12007Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$1 = [\"color\"];\nvar ActivityLogIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$1);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M0 1.5C0 1.22386 0.223858 1 0.5 1H2.5C2.77614 1 3 1.22386 3 1.5C3 1.77614 2.77614 2 2.5 2H0.5C0.223858 2 0 1.77614 0 1.5ZM4 1.5C4 1.22386 4.22386 1 4.5 1H14.5C14.7761 1 15 1.22386 15 1.5C15 1.77614 14.7761 2 14.5 2H4.5C4.22386 2 4 1.77614 4 1.5ZM4 4.5C4 4.22386 4.22386 4 4.5 4H11.5C11.7761 4 12 4.22386 12 4.5C12 4.77614 11.7761 5 11.5 5H4.5C4.22386 5 4 4.77614 4 4.5ZM0 7.5C0 7.22386 0.223858 7 0.5 7H2.5C2.77614 7 3 7.22386 3 7.5C3 7.77614 2.77614 8 2.5 8H0.5C0.223858 8 0 7.77614 0 7.5ZM4 7.5C4 7.22386 4.22386 7 4.5 7H14.5C14.7761 7 15 7.22386 15 7.5C15 7.77614 14.7761 8 14.5 8H4.5C4.22386 8 4 7.77614 4 7.5ZM4 10.5C4 10.2239 4.22386 10 4.5 10H11.5C11.7761 10 12 10.2239 12 10.5C12 10.7761 11.7761 11 11.5 11H4.5C4.22386 11 4 10.7761 4 10.5ZM0 13.5C0 13.2239 0.223858 13 0.5 13H2.5C2.77614 13 3 13.2239 3 13.5C3 13.7761 2.77614 14 2.5 14H0.5C0.223858 14 0 13.7761 0 13.5ZM4 13.5C4 13.2239 4.22386 13 4.5 13H14.5C14.7761 13 15 13.2239 15 13.5C15 13.7761 14.7761 14 14.5 14H4.5C4.22386 14 4 13.7761 4 13.5Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$2 = [\"color\"];\nvar AlignBaselineIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$2);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M10.5 1.75003C10.7107 1.75003 10.8988 1.88217 10.9703 2.08042L13.9703 10.4C14.064 10.6598 13.9293 10.9463 13.6696 11.04C13.4098 11.1336 13.1233 10.999 13.0296 10.7392L12.0477 8.01606H8.95227L7.97031 10.7392C7.87664 10.999 7.59012 11.1336 7.33035 11.04C7.07058 10.9463 6.93593 10.6598 7.0296 10.4L10.0296 2.08042C10.1011 1.88217 10.2892 1.75003 10.5 1.75003ZM10.5 3.72402L11.7411 7.16606H9.25877L10.5 3.72402ZM2.49949 2.09997C2.7204 2.09997 2.89949 2.27906 2.89949 2.49997L2.89949 9.53428L4.21664 8.21713C4.37285 8.06092 4.62612 8.06092 4.78233 8.21713C4.93854 8.37334 4.93854 8.6266 4.78233 8.78281L2.78233 10.7828C2.70732 10.8578 2.60557 10.9 2.49949 10.9C2.3934 10.9 2.29166 10.8578 2.21664 10.7828L0.216645 8.78281C0.0604349 8.6266 0.0604349 8.37334 0.216645 8.21713C0.372854 8.06092 0.62612 8.06092 0.78233 8.21713L2.09949 9.53428L2.09949 2.49997C2.09949 2.27906 2.27857 2.09997 2.49949 2.09997ZM0.0999695 13.5001C0.0999695 13.2791 0.279056 13.1001 0.499969 13.1001H14.5C14.7209 13.1001 14.9 13.2791 14.9 13.5001C14.9 13.721 14.7209 13.9001 14.5 13.9001H0.499969C0.279056 13.9001 0.0999695 13.721 0.0999695 13.5001Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$3 = [\"color\"];\nvar AlignBottomIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$3);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M9 3C9 2.44772 8.55229 2 8 2H7C6.44772 2 6 2.44772 6 3L6 14H1.5C1.22386 14 1 14.2239 1 14.5C1 14.7761 1.22386 15 1.5 15L6 15H9H13.5C13.7761 15 14 14.7761 14 14.5C14 14.2239 13.7761 14 13.5 14H9V3Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$4 = [\"color\"];\nvar AlignCenterHorizontallyIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$4);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M1.99988 6C1.44759 6 0.999877 6.44772 0.999877 7L0.999877 8C0.999877 8.55228 1.44759 9 1.99988 9L6.99988 9L6.99988 13.5C6.99988 13.7761 7.22374 14 7.49988 14C7.77602 14 7.99988 13.7761 7.99988 13.5L7.99988 9L12.9999 9C13.5522 9 13.9999 8.55228 13.9999 8L13.9999 7C13.9999 6.44772 13.5522 6 12.9999 6L7.99988 6L7.99988 1.5C7.99988 1.22386 7.77602 1 7.49988 1C7.22373 1 6.99988 1.22386 6.99988 1.5L6.99988 6L1.99988 6Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$5 = [\"color\"];\nvar AlignCenterVerticallyIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$5);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M6.99988 1C6.44759 1 5.99988 1.44772 5.99988 2V7H1.49988C1.22374 7 0.999878 7.22386 0.999878 7.5C0.999878 7.77614 1.22374 8 1.49988 8H5.99988V13C5.99988 13.5523 6.44759 14 6.99988 14H7.99988C8.55216 14 8.99988 13.5523 8.99988 13V8H13.4999C13.776 8 13.9999 7.77614 13.9999 7.5C13.9999 7.22386 13.776 7 13.4999 7H8.99988V2C8.99988 1.44772 8.55216 1 7.99988 1L6.99988 1Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$6 = [\"color\"];\nvar AlignLeftIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$6);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M0.499995 0.999995C0.223855 0.999995 -5.58458e-07 1.22385 -5.46388e-07 1.49999L-2.18554e-08 13.4999C-9.78492e-09 13.776 0.223855 13.9999 0.499995 13.9999C0.776136 13.9999 0.999991 13.776 0.999991 13.4999L0.999991 8.99993L12 8.99993C12.5523 8.99993 13 8.55222 13 7.99993L13 6.99994C13 6.44766 12.5523 5.99995 12 5.99995L0.999991 5.99995L0.999991 1.49999C0.999991 1.22385 0.776135 0.999995 0.499995 0.999995Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$7 = [\"color\"];\nvar AlignRightIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$7);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M14.4999 1C14.2237 1 13.9999 1.22386 13.9999 1.5L13.9999 6L2.99988 6C2.44759 6 1.99988 6.44772 1.99988 7L1.99988 8C1.99988 8.55228 2.44759 9 2.99988 9L13.9999 9L13.9999 13.5C13.9999 13.7761 14.2237 14 14.4999 14C14.776 14 14.9999 13.7761 14.9999 13.5L14.9999 9L14.9999 6L14.9999 1.5C14.9999 1.22386 14.776 1 14.4999 1Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$8 = [\"color\"];\nvar AlignTopIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$8);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M1.5 0C1.22386 0 1 0.223858 1 0.5C1 0.776142 1.22386 1 1.5 1H6V12C6 12.5523 6.44772 13 7 13H8C8.55228 13 9 12.5523 9 12V1H13.5C13.7761 1 14 0.776142 14 0.5C14 0.223858 13.7761 0 13.5 0H9H6H1.5Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$9 = [\"color\"];\nvar AllSidesIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$9);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M7.5 0.75L9.75 3H5.25L7.5 0.75ZM7.5 14.25L9.75 12H5.25L7.5 14.25ZM3 5.25L0.75 7.5L3 9.75V5.25ZM14.25 7.5L12 5.25V9.75L14.25 7.5Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$a = [\"color\"];\nvar AngleIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$a);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M8.8914 2.1937C9.1158 2.35464 9.16725 2.66701 9.00631 2.89141L2.47388 12H13.5C13.7761 12 14 12.2239 14 12.5C14 12.7762 13.7761 13 13.5 13H1.5C1.31254 13 1.14082 12.8952 1.0552 12.7284C0.969578 12.5616 0.984438 12.361 1.09369 12.2086L8.19369 2.30862C8.35462 2.08422 8.667 2.03277 8.8914 2.1937ZM11.1 6.50001C11.1 6.22387 11.3238 6.00001 11.6 6.00001C11.8761 6.00001 12.1 6.22387 12.1 6.50001C12.1 6.77615 11.8761 7.00001 11.6 7.00001C11.3238 7.00001 11.1 6.77615 11.1 6.50001ZM10.4 4.00001C10.1239 4.00001 9.90003 4.22387 9.90003 4.50001C9.90003 4.77615 10.1239 5.00001 10.4 5.00001C10.6762 5.00001 10.9 4.77615 10.9 4.50001C10.9 4.22387 10.6762 4.00001 10.4 4.00001ZM12.1 8.50001C12.1 8.22387 12.3238 8.00001 12.6 8.00001C12.8761 8.00001 13.1 8.22387 13.1 8.50001C13.1 8.77615 12.8761 9.00001 12.6 9.00001C12.3238 9.00001 12.1 8.77615 12.1 8.50001ZM13.4 10C13.1239 10 12.9 10.2239 12.9 10.5C12.9 10.7761 13.1239 11 13.4 11C13.6762 11 13.9 10.7761 13.9 10.5C13.9 10.2239 13.6762 10 13.4 10Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$b = [\"color\"];\nvar ArchiveIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$b);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M3.30902 1C2.93025 1 2.58398 1.214 2.41459 1.55279L1.05279 4.27639C1.01807 4.34582 1 4.42238 1 4.5V13C1 13.5523 1.44772 14 2 14H13C13.5523 14 14 13.5523 14 13V4.5C14 4.42238 13.9819 4.34582 13.9472 4.27639L12.5854 1.55281C12.416 1.21403 12.0698 1.00003 11.691 1.00003L7.5 1.00001L3.30902 1ZM3.30902 2L7 2.00001V4H2.30902L3.30902 2ZM8 4V2.00002L11.691 2.00003L12.691 4H8ZM7.5 5H13V13H2V5H7.5ZM5.5 7C5.22386 7 5 7.22386 5 7.5C5 7.77614 5.22386 8 5.5 8H9.5C9.77614 8 10 7.77614 10 7.5C10 7.22386 9.77614 7 9.5 7H5.5Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$c = [\"color\"];\nvar ArrowBottomLeftIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$c);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M11.3536 3.64644C11.5488 3.8417 11.5488 4.15828 11.3536 4.35354L4.70711 11L9 11C9.27614 11 9.5 11.2239 9.5 11.5C9.5 11.7761 9.27614 12 9 12L3.5 12C3.36739 12 3.24021 11.9473 3.14645 11.8536C3.05268 11.7598 3 11.6326 3 11.5L3 5.99999C3 5.72385 3.22386 5.49999 3.5 5.49999C3.77614 5.49999 4 5.72385 4 5.99999V10.2929L10.6464 3.64643C10.8417 3.45117 11.1583 3.45117 11.3536 3.64644Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$d = [\"color\"];\nvar ArrowBottomRightIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$d);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M3.64645 3.64644C3.45118 3.8417 3.45118 4.15828 3.64645 4.35354L10.2929 11L6 11C5.72386 11 5.5 11.2239 5.5 11.5C5.5 11.7761 5.72386 12 6 12L11.5 12C11.6326 12 11.7598 11.9473 11.8536 11.8536C11.9473 11.7598 12 11.6326 12 11.5L12 5.99999C12 5.72385 11.7761 5.49999 11.5 5.49999C11.2239 5.49999 11 5.72385 11 5.99999V10.2929L4.35355 3.64643C4.15829 3.45117 3.84171 3.45117 3.64645 3.64644Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$e = [\"color\"];\nvar ArrowDownIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$e);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M7.5 2C7.77614 2 8 2.22386 8 2.5L8 11.2929L11.1464 8.14645C11.3417 7.95118 11.6583 7.95118 11.8536 8.14645C12.0488 8.34171 12.0488 8.65829 11.8536 8.85355L7.85355 12.8536C7.75979 12.9473 7.63261 13 7.5 13C7.36739 13 7.24021 12.9473 7.14645 12.8536L3.14645 8.85355C2.95118 8.65829 2.95118 8.34171 3.14645 8.14645C3.34171 7.95118 3.65829 7.95118 3.85355 8.14645L7 11.2929L7 2.5C7 2.22386 7.22386 2 7.5 2Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$f = [\"color\"];\nvar ArrowLeftIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$f);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M6.85355 3.14645C7.04882 3.34171 7.04882 3.65829 6.85355 3.85355L3.70711 7H12.5C12.7761 7 13 7.22386 13 7.5C13 7.77614 12.7761 8 12.5 8H3.70711L6.85355 11.1464C7.04882 11.3417 7.04882 11.6583 6.85355 11.8536C6.65829 12.0488 6.34171 12.0488 6.14645 11.8536L2.14645 7.85355C1.95118 7.65829 1.95118 7.34171 2.14645 7.14645L6.14645 3.14645C6.34171 2.95118 6.65829 2.95118 6.85355 3.14645Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$g = [\"color\"];\nvar ArrowRightIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$g);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M8.14645 3.14645C8.34171 2.95118 8.65829 2.95118 8.85355 3.14645L12.8536 7.14645C13.0488 7.34171 13.0488 7.65829 12.8536 7.85355L8.85355 11.8536C8.65829 12.0488 8.34171 12.0488 8.14645 11.8536C7.95118 11.6583 7.95118 11.3417 8.14645 11.1464L11.2929 8H2.5C2.22386 8 2 7.77614 2 7.5C2 7.22386 2.22386 7 2.5 7H11.2929L8.14645 3.85355C7.95118 3.65829 7.95118 3.34171 8.14645 3.14645Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$h = [\"color\"];\nvar ArrowTopLeftIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$h);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M11.3536 11.3536C11.5488 11.1583 11.5488 10.8417 11.3536 10.6465L4.70711 4L9 4C9.27614 4 9.5 3.77614 9.5 3.5C9.5 3.22386 9.27614 3 9 3L3.5 3C3.36739 3 3.24021 3.05268 3.14645 3.14645C3.05268 3.24022 3 3.36739 3 3.5L3 9.00001C3 9.27615 3.22386 9.50001 3.5 9.50001C3.77614 9.50001 4 9.27615 4 9.00001V4.70711L10.6464 11.3536C10.8417 11.5488 11.1583 11.5488 11.3536 11.3536Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$i = [\"color\"];\nvar ArrowTopRightIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$i);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M3.64645 11.3536C3.45118 11.1583 3.45118 10.8417 3.64645 10.6465L10.2929 4L6 4C5.72386 4 5.5 3.77614 5.5 3.5C5.5 3.22386 5.72386 3 6 3L11.5 3C11.6326 3 11.7598 3.05268 11.8536 3.14645C11.9473 3.24022 12 3.36739 12 3.5L12 9.00001C12 9.27615 11.7761 9.50001 11.5 9.50001C11.2239 9.50001 11 9.27615 11 9.00001V4.70711L4.35355 11.3536C4.15829 11.5488 3.84171 11.5488 3.64645 11.3536Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$j = [\"color\"];\nvar ArrowUpIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$j);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M7.14645 2.14645C7.34171 1.95118 7.65829 1.95118 7.85355 2.14645L11.8536 6.14645C12.0488 6.34171 12.0488 6.65829 11.8536 6.85355C11.6583 7.04882 11.3417 7.04882 11.1464 6.85355L8 3.70711L8 12.5C8 12.7761 7.77614 13 7.5 13C7.22386 13 7 12.7761 7 12.5L7 3.70711L3.85355 6.85355C3.65829 7.04882 3.34171 7.04882 3.14645 6.85355C2.95118 6.65829 2.95118 6.34171 3.14645 6.14645L7.14645 2.14645Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$k = [\"color\"];\nvar AspectRatioIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$k);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M2.5 2H12.5C12.7761 2 13 2.22386 13 2.5V12.5C13 12.7761 12.7761 13 12.5 13H2.5C2.22386 13 2 12.7761 2 12.5V2.5C2 2.22386 2.22386 2 2.5 2ZM1 2.5C1 1.67157 1.67157 1 2.5 1H12.5C13.3284 1 14 1.67157 14 2.5V12.5C14 13.3284 13.3284 14 12.5 14H2.5C1.67157 14 1 13.3284 1 12.5V2.5ZM7.5 4C7.77614 4 8 3.77614 8 3.5C8 3.22386 7.77614 3 7.5 3C7.22386 3 7 3.22386 7 3.5C7 3.77614 7.22386 4 7.5 4ZM8 5.5C8 5.77614 7.77614 6 7.5 6C7.22386 6 7 5.77614 7 5.5C7 5.22386 7.22386 5 7.5 5C7.77614 5 8 5.22386 8 5.5ZM7.5 8C7.77614 8 8 7.77614 8 7.5C8 7.22386 7.77614 7 7.5 7C7.22386 7 7 7.22386 7 7.5C7 7.77614 7.22386 8 7.5 8ZM10 7.5C10 7.77614 9.77614 8 9.5 8C9.22386 8 9 7.77614 9 7.5C9 7.22386 9.22386 7 9.5 7C9.77614 7 10 7.22386 10 7.5ZM11.5 8C11.7761 8 12 7.77614 12 7.5C12 7.22386 11.7761 7 11.5 7C11.2239 7 11 7.22386 11 7.5C11 7.77614 11.2239 8 11.5 8Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$l = [\"color\"];\nvar AvatarIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$l);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M0.877014 7.49988C0.877014 3.84219 3.84216 0.877045 7.49985 0.877045C11.1575 0.877045 14.1227 3.84219 14.1227 7.49988C14.1227 11.1575 11.1575 14.1227 7.49985 14.1227C3.84216 14.1227 0.877014 11.1575 0.877014 7.49988ZM7.49985 1.82704C4.36683 1.82704 1.82701 4.36686 1.82701 7.49988C1.82701 8.97196 2.38774 10.3131 3.30727 11.3213C4.19074 9.94119 5.73818 9.02499 7.50023 9.02499C9.26206 9.02499 10.8093 9.94097 11.6929 11.3208C12.6121 10.3127 13.1727 8.97172 13.1727 7.49988C13.1727 4.36686 10.6328 1.82704 7.49985 1.82704ZM10.9818 11.9787C10.2839 10.7795 8.9857 9.97499 7.50023 9.97499C6.01458 9.97499 4.71624 10.7797 4.01845 11.9791C4.97952 12.7272 6.18765 13.1727 7.49985 13.1727C8.81227 13.1727 10.0206 12.727 10.9818 11.9787ZM5.14999 6.50487C5.14999 5.207 6.20212 4.15487 7.49999 4.15487C8.79786 4.15487 9.84999 5.207 9.84999 6.50487C9.84999 7.80274 8.79786 8.85487 7.49999 8.85487C6.20212 8.85487 5.14999 7.80274 5.14999 6.50487ZM7.49999 5.10487C6.72679 5.10487 6.09999 5.73167 6.09999 6.50487C6.09999 7.27807 6.72679 7.90487 7.49999 7.90487C8.27319 7.90487 8.89999 7.27807 8.89999 6.50487C8.89999 5.73167 8.27319 5.10487 7.49999 5.10487Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$m = [\"color\"];\nvar BackpackIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$m);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M5 1C5 0.447715 5.44772 0 6 0H9C9.55228 0 10 0.447715 10 1V2H14C14.5523 2 15 2.44772 15 3V6C15 6.8888 14.6131 7.68734 14 8.23608V11.5C14 12.3284 13.3284 13 12.5 13H2.5C1.67157 13 1 12.3284 1 11.5V8.2359C0.38697 7.68721 0 6.88883 0 6V3C0 2.44772 0.447716 2 1 2H5V1ZM9 1V2H6V1H9ZM1 3H5H5.5H9.5H10H14V6C14 6.654 13.6866 7.23467 13.1997 7.6004C12.8655 7.85144 12.4508 8 12 8H8V7.5C8 7.22386 7.77614 7 7.5 7C7.22386 7 7 7.22386 7 7.5V8H3C2.5493 8 2.1346 7.85133 1.80029 7.60022C1.31335 7.23446 1 6.65396 1 6V3ZM7 9H3C2.64961 9 2.31292 8.93972 2 8.82905V11.5C2 11.7761 2.22386 12 2.5 12H12.5C12.7761 12 13 11.7761 13 11.5V8.82915C12.6871 8.93978 12.3504 9 12 9H8V9.5C8 9.77614 7.77614 10 7.5 10C7.22386 10 7 9.77614 7 9.5V9Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$n = [\"color\"];\nvar BadgeIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$n);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M3.5 6H11.5C12.3284 6 13 6.67157 13 7.5C13 8.32843 12.3284 9 11.5 9H3.5C2.67157 9 2 8.32843 2 7.5C2 6.67157 2.67157 6 3.5 6ZM1 7.5C1 6.11929 2.11929 5 3.5 5H11.5C12.8807 5 14 6.11929 14 7.5C14 8.88071 12.8807 10 11.5 10H3.5C2.11929 10 1 8.88071 1 7.5ZM4.5 7C4.22386 7 4 7.22386 4 7.5C4 7.77614 4.22386 8 4.5 8H10.5C10.7761 8 11 7.77614 11 7.5C11 7.22386 10.7761 7 10.5 7H4.5Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$o = [\"color\"];\nvar BarChartIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$o);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M11.5 1C11.7761 1 12 1.22386 12 1.5V13.5C12 13.7761 11.7761 14 11.5 14C11.2239 14 11 13.7761 11 13.5V1.5C11 1.22386 11.2239 1 11.5 1ZM9.5 3C9.77614 3 10 3.22386 10 3.5V13.5C10 13.7761 9.77614 14 9.5 14C9.22386 14 9 13.7761 9 13.5V3.5C9 3.22386 9.22386 3 9.5 3ZM13.5 3C13.7761 3 14 3.22386 14 3.5V13.5C14 13.7761 13.7761 14 13.5 14C13.2239 14 13 13.7761 13 13.5V3.5C13 3.22386 13.2239 3 13.5 3ZM5.5 4C5.77614 4 6 4.22386 6 4.5V13.5C6 13.7761 5.77614 14 5.5 14C5.22386 14 5 13.7761 5 13.5V4.5C5 4.22386 5.22386 4 5.5 4ZM1.5 5C1.77614 5 2 5.22386 2 5.5V13.5C2 13.7761 1.77614 14 1.5 14C1.22386 14 1 13.7761 1 13.5V5.5C1 5.22386 1.22386 5 1.5 5ZM7.5 5C7.77614 5 8 5.22386 8 5.5V13.5C8 13.7761 7.77614 14 7.5 14C7.22386 14 7 13.7761 7 13.5V5.5C7 5.22386 7.22386 5 7.5 5ZM3.5 7C3.77614 7 4 7.22386 4 7.5V13.5C4 13.7761 3.77614 14 3.5 14C3.22386 14 3 13.7761 3 13.5V7.5C3 7.22386 3.22386 7 3.5 7Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$p = [\"color\"];\nvar BellIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$p);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M8.60124 1.25086C8.60124 1.75459 8.26278 2.17927 7.80087 2.30989C10.1459 2.4647 12 4.41582 12 6.79999V10.25C12 11.0563 12.0329 11.7074 12.7236 12.0528C12.931 12.1565 13.0399 12.3892 12.9866 12.6149C12.9333 12.8406 12.7319 13 12.5 13H8.16144C8.36904 13.1832 8.49997 13.4513 8.49997 13.75C8.49997 14.3023 8.05226 14.75 7.49997 14.75C6.94769 14.75 6.49997 14.3023 6.49997 13.75C6.49997 13.4513 6.63091 13.1832 6.83851 13H2.49999C2.2681 13 2.06664 12.8406 2.01336 12.6149C1.96009 12.3892 2.06897 12.1565 2.27638 12.0528C2.96708 11.7074 2.99999 11.0563 2.99999 10.25V6.79999C2.99999 4.41537 4.85481 2.46396 7.20042 2.3098C6.73867 2.17908 6.40036 1.75448 6.40036 1.25086C6.40036 0.643104 6.89304 0.150421 7.5008 0.150421C8.10855 0.150421 8.60124 0.643104 8.60124 1.25086ZM7.49999 3.29999C5.56699 3.29999 3.99999 4.86699 3.99999 6.79999V10.25L4.00002 10.3009C4.0005 10.7463 4.00121 11.4084 3.69929 12H11.3007C10.9988 11.4084 10.9995 10.7463 11 10.3009L11 10.25V6.79999C11 4.86699 9.43299 3.29999 7.49999 3.29999Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$q = [\"color\"];\nvar BlendingModeIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$q);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M3 9C3 6.5 4.5 4.25 7.5 1.5C10.5 4.25 12 6.5 12 9C12 11.4853 9.98528 13.5 7.5 13.5C5.01472 13.5 3 11.4853 3 9ZM10.9524 8.30307C9.67347 7.82121 8.2879 8.46208 6.98956 9.06259C5.9327 9.55142 4.93365 10.0135 4.09695 9.82153C4.03357 9.55804 4 9.28294 4 9C4 7.11203 5.02686 5.27195 7.5 2.87357C9.66837 4.97639 10.725 6.65004 10.9524 8.30307Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$r = [\"color\"];\nvar BookmarkIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$r);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M3 2.5C3 2.22386 3.22386 2 3.5 2H11.5C11.7761 2 12 2.22386 12 2.5V13.5C12 13.6818 11.9014 13.8492 11.7424 13.9373C11.5834 14.0254 11.3891 14.0203 11.235 13.924L7.5 11.5896L3.765 13.924C3.61087 14.0203 3.41659 14.0254 3.25762 13.9373C3.09864 13.8492 3 13.6818 3 13.5V2.5ZM4 3V12.5979L6.97 10.7416C7.29427 10.539 7.70573 10.539 8.03 10.7416L11 12.5979V3H4Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$s = [\"color\"];\nvar BookmarkFilledIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$s);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M3.5 2C3.22386 2 3 2.22386 3 2.5V13.5C3 13.6818 3.09864 13.8492 3.25762 13.9373C3.41659 14.0254 3.61087 14.0203 3.765 13.924L7.5 11.5896L11.235 13.924C11.3891 14.0203 11.5834 14.0254 11.7424 13.9373C11.9014 13.8492 12 13.6818 12 13.5V2.5C12 2.22386 11.7761 2 11.5 2H3.5Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$t = [\"color\"];\nvar BorderAllIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$t);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M0.25 1C0.25 0.585786 0.585786 0.25 1 0.25H14C14.4142 0.25 14.75 0.585786 14.75 1V14C14.75 14.4142 14.4142 14.75 14 14.75H1C0.585786 14.75 0.25 14.4142 0.25 14V1ZM1.75 1.75V13.25H13.25V1.75H1.75Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }), createElement(\"rect\", {\n x: \"7\",\n y: \"5\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }), createElement(\"rect\", {\n x: \"7\",\n y: \"3\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }), createElement(\"rect\", {\n x: \"7\",\n y: \"7\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }), createElement(\"rect\", {\n x: \"5\",\n y: \"7\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }), createElement(\"rect\", {\n x: \"3\",\n y: \"7\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }), createElement(\"rect\", {\n x: \"9\",\n y: \"7\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }), createElement(\"rect\", {\n x: \"11\",\n y: \"7\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }), createElement(\"rect\", {\n x: \"7\",\n y: \"9\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }), createElement(\"rect\", {\n x: \"7\",\n y: \"11\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }));\n});\n\nvar _excluded$u = [\"color\"];\nvar BorderBottomIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$u);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M1 13.25L14 13.25V14.75L1 14.75V13.25Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }), createElement(\"rect\", {\n x: \"7\",\n y: \"5\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }), createElement(\"rect\", {\n x: \"13\",\n y: \"5\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }), createElement(\"rect\", {\n x: \"7\",\n y: \"3\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }), createElement(\"rect\", {\n x: \"13\",\n y: \"3\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }), createElement(\"rect\", {\n x: \"7\",\n y: \"7\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }), createElement(\"rect\", {\n x: \"7\",\n y: \"1\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }), createElement(\"rect\", {\n x: \"13\",\n y: \"7\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }), createElement(\"rect\", {\n x: \"13\",\n y: \"1\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }), createElement(\"rect\", {\n x: \"5\",\n y: \"7\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }), createElement(\"rect\", {\n x: \"5\",\n y: \"1\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }), createElement(\"rect\", {\n x: \"3\",\n y: \"7\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }), createElement(\"rect\", {\n x: \"3\",\n y: \"1\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }), createElement(\"rect\", {\n x: \"9\",\n y: \"7\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }), createElement(\"rect\", {\n x: \"9\",\n y: \"1\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }), createElement(\"rect\", {\n x: \"11\",\n y: \"7\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }), createElement(\"rect\", {\n x: \"11\",\n y: \"1\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }), createElement(\"rect\", {\n x: \"7\",\n y: \"9\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }), createElement(\"rect\", {\n x: \"13\",\n y: \"9\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }), createElement(\"rect\", {\n x: \"7\",\n y: \"11\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }), createElement(\"rect\", {\n x: \"13\",\n y: \"11\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }), createElement(\"rect\", {\n x: \"1\",\n y: \"5\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }), createElement(\"rect\", {\n x: \"1\",\n y: \"3\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }), createElement(\"rect\", {\n x: \"1\",\n y: \"7\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }), createElement(\"rect\", {\n x: \"1\",\n y: \"1\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }), createElement(\"rect\", {\n x: \"1\",\n y: \"9\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }), createElement(\"rect\", {\n x: \"1\",\n y: \"11\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }));\n});\n\nvar _excluded$v = [\"color\"];\nvar BorderDashedIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$v);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M0 7.5C0 7.22386 0.223858 7 0.5 7H3C3.27614 7 3.5 7.22386 3.5 7.5C3.5 7.77614 3.27614 8 3 8H0.5C0.223858 8 0 7.77614 0 7.5ZM5.75 7.5C5.75 7.22386 5.97386 7 6.25 7H8.75C9.02614 7 9.25 7.22386 9.25 7.5C9.25 7.77614 9.02614 8 8.75 8H6.25C5.97386 8 5.75 7.77614 5.75 7.5ZM12 7C11.7239 7 11.5 7.22386 11.5 7.5C11.5 7.77614 11.7239 8 12 8H14.5C14.7761 8 15 7.77614 15 7.5C15 7.22386 14.7761 7 14.5 7H12Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$w = [\"color\"];\nvar BorderDottedIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$w);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M1.5 6.625C1.01675 6.625 0.625 7.01675 0.625 7.5C0.625 7.98325 1.01675 8.375 1.5 8.375C1.98325 8.375 2.375 7.98325 2.375 7.5C2.375 7.01675 1.98325 6.625 1.5 6.625ZM5.5 6.625C5.01675 6.625 4.625 7.01675 4.625 7.5C4.625 7.98325 5.01675 8.375 5.5 8.375C5.98325 8.375 6.375 7.98325 6.375 7.5C6.375 7.01675 5.98325 6.625 5.5 6.625ZM9.5 6.625C9.01675 6.625 8.625 7.01675 8.625 7.5C8.625 7.98325 9.01675 8.375 9.5 8.375C9.98325 8.375 10.375 7.98325 10.375 7.5C10.375 7.01675 9.98325 6.625 9.5 6.625ZM12.625 7.5C12.625 7.01675 13.0168 6.625 13.5 6.625C13.9832 6.625 14.375 7.01675 14.375 7.5C14.375 7.98325 13.9832 8.375 13.5 8.375C13.0168 8.375 12.625 7.98325 12.625 7.5Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$x = [\"color\"];\nvar BorderLeftIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$x);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M1.75 1L1.75 14L0.249999 14L0.25 1L1.75 1Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }), createElement(\"rect\", {\n x: \"10\",\n y: \"7\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n transform: \"rotate(90 10 7)\",\n fill: color\n }), createElement(\"rect\", {\n x: \"10\",\n y: \"13\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n transform: \"rotate(90 10 13)\",\n fill: color\n }), createElement(\"rect\", {\n x: \"12\",\n y: \"7\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n transform: \"rotate(90 12 7)\",\n fill: color\n }), createElement(\"rect\", {\n x: \"12\",\n y: \"13\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n transform: \"rotate(90 12 13)\",\n fill: color\n }), createElement(\"rect\", {\n x: \"8\",\n y: \"7\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n transform: \"rotate(90 8 7)\",\n fill: color\n }), createElement(\"rect\", {\n x: \"14\",\n y: \"7\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n transform: \"rotate(90 14 7)\",\n fill: color\n }), createElement(\"rect\", {\n x: \"8\",\n y: \"13\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n transform: \"rotate(90 8 13)\",\n fill: color\n }), createElement(\"rect\", {\n x: \"14\",\n y: \"13\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n transform: \"rotate(90 14 13)\",\n fill: color\n }), createElement(\"rect\", {\n x: \"8\",\n y: \"5\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n transform: \"rotate(90 8 5)\",\n fill: color\n }), createElement(\"rect\", {\n x: \"14\",\n y: \"5\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n transform: \"rotate(90 14 5)\",\n fill: color\n }), createElement(\"rect\", {\n x: \"8\",\n y: \"3\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n transform: \"rotate(90 8 3)\",\n fill: color\n }), createElement(\"rect\", {\n x: \"14\",\n y: \"3\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n transform: \"rotate(90 14 3)\",\n fill: color\n }), createElement(\"rect\", {\n x: \"8\",\n y: \"9\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n transform: \"rotate(90 8 9)\",\n fill: color\n }), createElement(\"rect\", {\n x: \"14\",\n y: \"9\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n transform: \"rotate(90 14 9)\",\n fill: color\n }), createElement(\"rect\", {\n x: \"8\",\n y: \"11\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n transform: \"rotate(90 8 11)\",\n fill: color\n }), createElement(\"rect\", {\n x: \"14\",\n y: \"11\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n transform: \"rotate(90 14 11)\",\n fill: color\n }), createElement(\"rect\", {\n x: \"6\",\n y: \"7\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n transform: \"rotate(90 6 7)\",\n fill: color\n }), createElement(\"rect\", {\n x: \"6\",\n y: \"13\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n transform: \"rotate(90 6 13)\",\n fill: color\n }), createElement(\"rect\", {\n x: \"4\",\n y: \"7\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n transform: \"rotate(90 4 7)\",\n fill: color\n }), createElement(\"rect\", {\n x: \"4\",\n y: \"13\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n transform: \"rotate(90 4 13)\",\n fill: color\n }), createElement(\"rect\", {\n x: \"10\",\n y: \"1\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n transform: \"rotate(90 10 1)\",\n fill: color\n }), createElement(\"rect\", {\n x: \"12\",\n y: \"1\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n transform: \"rotate(90 12 1)\",\n fill: color\n }), createElement(\"rect\", {\n x: \"8\",\n y: \"1\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n transform: \"rotate(90 8 1)\",\n fill: color\n }), createElement(\"rect\", {\n x: \"14\",\n y: \"1\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n transform: \"rotate(90 14 1)\",\n fill: color\n }), createElement(\"rect\", {\n x: \"6\",\n y: \"1\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n transform: \"rotate(90 6 1)\",\n fill: color\n }), createElement(\"rect\", {\n x: \"4\",\n y: \"1\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n transform: \"rotate(90 4 1)\",\n fill: color\n }));\n});\n\nvar _excluded$y = [\"color\"];\nvar BorderNoneIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$y);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"rect\", {\n x: \"7\",\n y: \"5.025\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }), createElement(\"rect\", {\n x: \"13\",\n y: \"5.025\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }), createElement(\"rect\", {\n x: \"7\",\n y: \"3.025\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }), createElement(\"rect\", {\n x: \"13\",\n y: \"3.025\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }), createElement(\"rect\", {\n x: \"7\",\n y: \"7.025\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }), createElement(\"rect\", {\n x: \"7\",\n y: \"13.025\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }), createElement(\"rect\", {\n x: \"7\",\n y: \"1.025\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }), createElement(\"rect\", {\n x: \"13\",\n y: \"7.025\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }), createElement(\"rect\", {\n x: \"13\",\n y: \"13.025\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }), createElement(\"rect\", {\n x: \"13\",\n y: \"1.025\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }), createElement(\"rect\", {\n x: \"5\",\n y: \"7.025\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }), createElement(\"rect\", {\n x: \"5\",\n y: \"13.025\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }), createElement(\"rect\", {\n x: \"5\",\n y: \"1.025\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }), createElement(\"rect\", {\n x: \"3\",\n y: \"7.025\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }), createElement(\"rect\", {\n x: \"3\",\n y: \"13.025\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }), createElement(\"rect\", {\n x: \"3\",\n y: \"1.025\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }), createElement(\"rect\", {\n x: \"9\",\n y: \"7.025\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }), createElement(\"rect\", {\n x: \"9\",\n y: \"13.025\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }), createElement(\"rect\", {\n x: \"9\",\n y: \"1.025\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }), createElement(\"rect\", {\n x: \"11\",\n y: \"7.025\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }), createElement(\"rect\", {\n x: \"11\",\n y: \"13.025\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }), createElement(\"rect\", {\n x: \"11\",\n y: \"1.025\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }), createElement(\"rect\", {\n x: \"7\",\n y: \"9.025\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }), createElement(\"rect\", {\n x: \"13\",\n y: \"9.025\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }), createElement(\"rect\", {\n x: \"7\",\n y: \"11.025\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }), createElement(\"rect\", {\n x: \"13\",\n y: \"11.025\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }), createElement(\"rect\", {\n x: \"1\",\n y: \"5.025\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }), createElement(\"rect\", {\n x: \"1\",\n y: \"3.025\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }), createElement(\"rect\", {\n x: \"1\",\n y: \"7.025\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }), createElement(\"rect\", {\n x: \"1\",\n y: \"13.025\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }), createElement(\"rect\", {\n x: \"1\",\n y: \"1.025\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }), createElement(\"rect\", {\n x: \"1\",\n y: \"9.025\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }), createElement(\"rect\", {\n x: \"1\",\n y: \"11.025\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }));\n});\n\nvar _excluded$z = [\"color\"];\nvar BorderRightIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$z);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M13.25 1L13.25 14L14.75 14L14.75 1L13.25 1Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }), createElement(\"rect\", {\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n transform: \"matrix(0 1 1 0 5 7)\",\n fill: color\n }), createElement(\"rect\", {\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n transform: \"matrix(0 1 1 0 5 13)\",\n fill: color\n }), createElement(\"rect\", {\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n transform: \"matrix(0 1 1 0 3 7)\",\n fill: color\n }), createElement(\"rect\", {\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n transform: \"matrix(0 1 1 0 3 13)\",\n fill: color\n }), createElement(\"rect\", {\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n transform: \"matrix(0 1 1 0 7 7)\",\n fill: color\n }), createElement(\"rect\", {\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n transform: \"matrix(0 1 1 0 1 7)\",\n fill: color\n }), createElement(\"rect\", {\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n transform: \"matrix(0 1 1 0 7 13)\",\n fill: color\n }), createElement(\"rect\", {\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n transform: \"matrix(0 1 1 0 1 13)\",\n fill: color\n }), createElement(\"rect\", {\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n transform: \"matrix(0 1 1 0 7 5)\",\n fill: color\n }), createElement(\"rect\", {\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n transform: \"matrix(0 1 1 0 1 5)\",\n fill: color\n }), createElement(\"rect\", {\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n transform: \"matrix(0 1 1 0 7 3)\",\n fill: color\n }), createElement(\"rect\", {\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n transform: \"matrix(0 1 1 0 1 3)\",\n fill: color\n }), createElement(\"rect\", {\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n transform: \"matrix(0 1 1 0 7 9)\",\n fill: color\n }), createElement(\"rect\", {\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n transform: \"matrix(0 1 1 0 1 9)\",\n fill: color\n }), createElement(\"rect\", {\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n transform: \"matrix(0 1 1 0 7 11)\",\n fill: color\n }), createElement(\"rect\", {\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n transform: \"matrix(0 1 1 0 1 11)\",\n fill: color\n }), createElement(\"rect\", {\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n transform: \"matrix(0 1 1 0 9 7)\",\n fill: color\n }), createElement(\"rect\", {\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n transform: \"matrix(0 1 1 0 9 13)\",\n fill: color\n }), createElement(\"rect\", {\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n transform: \"matrix(0 1 1 0 11 7)\",\n fill: color\n }), createElement(\"rect\", {\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n transform: \"matrix(0 1 1 0 11 13)\",\n fill: color\n }), createElement(\"rect\", {\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n transform: \"matrix(0 1 1 0 5 1)\",\n fill: color\n }), createElement(\"rect\", {\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n transform: \"matrix(0 1 1 0 3 1)\",\n fill: color\n }), createElement(\"rect\", {\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n transform: \"matrix(0 1 1 0 7 1)\",\n fill: color\n }), createElement(\"rect\", {\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n transform: \"matrix(0 1 1 0 1 1)\",\n fill: color\n }), createElement(\"rect\", {\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n transform: \"matrix(0 1 1 0 9 1)\",\n fill: color\n }), createElement(\"rect\", {\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n transform: \"matrix(0 1 1 0 11 1)\",\n fill: color\n }));\n});\n\nvar _excluded$A = [\"color\"];\nvar BorderSolidIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$A);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M1.25 7.5C1.25 7.22386 1.47386 7 1.75 7H13.25C13.5261 7 13.75 7.22386 13.75 7.5C13.75 7.77614 13.5261 8 13.25 8H1.75C1.47386 8 1.25 7.77614 1.25 7.5Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$B = [\"color\"];\nvar BorderSplitIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$B);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"rect\", {\n x: \"7\",\n y: \"5.025\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }), createElement(\"rect\", {\n x: \"7\",\n y: \"3.025\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }), createElement(\"rect\", {\n x: \"7\",\n y: \"7.025\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }), createElement(\"rect\", {\n x: \"7\",\n y: \"13.025\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }), createElement(\"rect\", {\n x: \"7\",\n y: \"1.025\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }), createElement(\"rect\", {\n x: \"13\",\n y: \"7.025\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }), createElement(\"rect\", {\n x: \"5\",\n y: \"7.025\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }), createElement(\"rect\", {\n x: \"3\",\n y: \"7.025\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }), createElement(\"rect\", {\n x: \"9\",\n y: \"7.025\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }), createElement(\"rect\", {\n x: \"11\",\n y: \"7.025\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }), createElement(\"rect\", {\n x: \"7\",\n y: \"9.025\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }), createElement(\"rect\", {\n x: \"7\",\n y: \"11.025\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }), createElement(\"rect\", {\n x: \"1\",\n y: \"7.025\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n fill: color\n }), createElement(\"path\", {\n d: \"M1 1.49994C1 1.2238 1.22386 0.999939 1.5 0.999939H6V1.99994H2V5.99994H1V1.49994ZM13 1.99994H9V0.999939H13.5C13.7761 0.999939 14 1.2238 14 1.49994V5.99994H13V1.99994ZM1 13.4999V8.99994H2V12.9999H6V13.9999H1.5C1.22386 13.9999 1 13.7761 1 13.4999ZM13 12.9999V8.99994H14V13.4999C14 13.7761 13.7761 13.9999 13.5 13.9999H9.5V12.9999H13Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$C = [\"color\"];\nvar BorderStyleIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$C);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M1.5 3C1.22386 3 1 3.22386 1 3.5C1 3.77614 1.22386 4 1.5 4H13.5C13.7761 4 14 3.77614 14 3.5C14 3.22386 13.7761 3 13.5 3H1.5ZM1 7.5C1 7.22386 1.22386 7 1.5 7H3.5C3.77614 7 4 7.22386 4 7.5C4 7.77614 3.77614 8 3.5 8H1.5C1.22386 8 1 7.77614 1 7.5ZM1 11.5C1 11.2239 1.22386 11 1.5 11C1.77614 11 2 11.2239 2 11.5C2 11.7761 1.77614 12 1.5 12C1.22386 12 1 11.7761 1 11.5ZM3 11.5C3 11.2239 3.22386 11 3.5 11C3.77614 11 4 11.2239 4 11.5C4 11.7761 3.77614 12 3.5 12C3.22386 12 3 11.7761 3 11.5ZM5.5 11C5.22386 11 5 11.2239 5 11.5C5 11.7761 5.22386 12 5.5 12C5.77614 12 6 11.7761 6 11.5C6 11.2239 5.77614 11 5.5 11ZM7 11.5C7 11.2239 7.22386 11 7.5 11C7.77614 11 8 11.2239 8 11.5C8 11.7761 7.77614 12 7.5 12C7.22386 12 7 11.7761 7 11.5ZM9.5 11C9.22386 11 9 11.2239 9 11.5C9 11.7761 9.22386 12 9.5 12C9.77614 12 10 11.7761 10 11.5C10 11.2239 9.77614 11 9.5 11ZM11 11.5C11 11.2239 11.2239 11 11.5 11C11.7761 11 12 11.2239 12 11.5C12 11.7761 11.7761 12 11.5 12C11.2239 12 11 11.7761 11 11.5ZM13.5 11C13.2239 11 13 11.2239 13 11.5C13 11.7761 13.2239 12 13.5 12C13.7761 12 14 11.7761 14 11.5C14 11.2239 13.7761 11 13.5 11ZM6.5 7C6.22386 7 6 7.22386 6 7.5C6 7.77614 6.22386 8 6.5 8H8.5C8.77614 8 9 7.77614 9 7.5C9 7.22386 8.77614 7 8.5 7H6.5ZM11 7.5C11 7.22386 11.2239 7 11.5 7H13.5C13.7761 7 14 7.22386 14 7.5C14 7.77614 13.7761 8 13.5 8H11.5C11.2239 8 11 7.77614 11 7.5Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$D = [\"color\"];\nvar BorderTopIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$D);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M14 1.75L1 1.75L1 0.249999L14 0.25L14 1.75Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }), createElement(\"rect\", {\n x: \"8\",\n y: \"10\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n transform: \"rotate(-180 8 10)\",\n fill: color\n }), createElement(\"rect\", {\n x: \"2\",\n y: \"10\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n transform: \"rotate(-180 2 10)\",\n fill: color\n }), createElement(\"rect\", {\n x: \"8\",\n y: \"12\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n transform: \"rotate(-180 8 12)\",\n fill: color\n }), createElement(\"rect\", {\n x: \"2\",\n y: \"12\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n transform: \"rotate(-180 2 12)\",\n fill: color\n }), createElement(\"rect\", {\n x: \"8\",\n y: \"8\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n transform: \"rotate(-180 8 8)\",\n fill: color\n }), createElement(\"rect\", {\n x: \"8\",\n y: \"14\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n transform: \"rotate(-180 8 14)\",\n fill: color\n }), createElement(\"rect\", {\n x: \"2\",\n y: \"8\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n transform: \"rotate(-180 2 8)\",\n fill: color\n }), createElement(\"rect\", {\n x: \"2\",\n y: \"14\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n transform: \"rotate(-180 2 14)\",\n fill: color\n }), createElement(\"rect\", {\n x: \"10\",\n y: \"8\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n transform: \"rotate(-180 10 8)\",\n fill: color\n }), createElement(\"rect\", {\n x: \"10\",\n y: \"14\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n transform: \"rotate(-180 10 14)\",\n fill: color\n }), createElement(\"rect\", {\n x: \"12\",\n y: \"8\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n transform: \"rotate(-180 12 8)\",\n fill: color\n }), createElement(\"rect\", {\n x: \"12\",\n y: \"14\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n transform: \"rotate(-180 12 14)\",\n fill: color\n }), createElement(\"rect\", {\n x: \"6\",\n y: \"8\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n transform: \"rotate(-180 6 8)\",\n fill: color\n }), createElement(\"rect\", {\n x: \"6\",\n y: \"14\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n transform: \"rotate(-180 6 14)\",\n fill: color\n }), createElement(\"rect\", {\n x: \"4\",\n y: \"8\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n transform: \"rotate(-180 4 8)\",\n fill: color\n }), createElement(\"rect\", {\n x: \"4\",\n y: \"14\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n transform: \"rotate(-180 4 14)\",\n fill: color\n }), createElement(\"rect\", {\n x: \"8\",\n y: \"6\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n transform: \"rotate(-180 8 6)\",\n fill: color\n }), createElement(\"rect\", {\n x: \"2\",\n y: \"6\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n transform: \"rotate(-180 2 6)\",\n fill: color\n }), createElement(\"rect\", {\n x: \"8\",\n y: \"4\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n transform: \"rotate(-180 8 4)\",\n fill: color\n }), createElement(\"rect\", {\n x: \"2\",\n y: \"4\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n transform: \"rotate(-180 2 4)\",\n fill: color\n }), createElement(\"rect\", {\n x: \"14\",\n y: \"10\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n transform: \"rotate(-180 14 10)\",\n fill: color\n }), createElement(\"rect\", {\n x: \"14\",\n y: \"12\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n transform: \"rotate(-180 14 12)\",\n fill: color\n }), createElement(\"rect\", {\n x: \"14\",\n y: \"8\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n transform: \"rotate(-180 14 8)\",\n fill: color\n }), createElement(\"rect\", {\n x: \"14\",\n y: \"14\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n transform: \"rotate(-180 14 14)\",\n fill: color\n }), createElement(\"rect\", {\n x: \"14\",\n y: \"6\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n transform: \"rotate(-180 14 6)\",\n fill: color\n }), createElement(\"rect\", {\n x: \"14\",\n y: \"4\",\n width: \"1\",\n height: \"1\",\n rx: \".5\",\n transform: \"rotate(-180 14 4)\",\n fill: color\n }));\n});\n\nvar _excluded$E = [\"color\"];\nvar BorderWidthIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$E);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M1 3H14V4H1V3ZM1 6H14V8H1V6ZM14 10.25H1V12.75H14V10.25Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$F = [\"color\"];\nvar BoxIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$F);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M12.5 2H2.5C2.22386 2 2 2.22386 2 2.5V12.5C2 12.7761 2.22386 13 2.5 13H12.5C12.7761 13 13 12.7761 13 12.5V2.5C13 2.22386 12.7761 2 12.5 2ZM2.5 1C1.67157 1 1 1.67157 1 2.5V12.5C1 13.3284 1.67157 14 2.5 14H12.5C13.3284 14 14 13.3284 14 12.5V2.5C14 1.67157 13.3284 1 12.5 1H2.5Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$G = [\"color\"];\nvar BoxModelIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$G);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M1.99998 0.999976C1.44769 0.999976 0.999976 1.44769 0.999976 1.99998V13C0.999976 13.5523 1.44769 14 1.99998 14H13C13.5523 14 14 13.5523 14 13V1.99998C14 1.44769 13.5523 0.999976 13 0.999976H1.99998ZM1.99998 1.99998L13 1.99998V13H1.99998V1.99998ZM4.49996 3.99996C4.22382 3.99996 3.99996 4.22382 3.99996 4.49996V10.5C3.99996 10.7761 4.22382 11 4.49996 11H10.5C10.7761 11 11 10.7761 11 10.5V4.49996C11 4.22382 10.7761 3.99996 10.5 3.99996H4.49996ZM4.99996 9.99996V4.99996H9.99996V9.99996H4.99996Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$H = [\"color\"];\nvar ButtonIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$H);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M2 5H13C13.5523 5 14 5.44772 14 6V9C14 9.55228 13.5523 10 13 10H2C1.44772 10 1 9.55228 1 9V6C1 5.44772 1.44772 5 2 5ZM0 6C0 4.89543 0.895431 4 2 4H13C14.1046 4 15 4.89543 15 6V9C15 10.1046 14.1046 11 13 11H2C0.89543 11 0 10.1046 0 9V6ZM4.5 6.75C4.08579 6.75 3.75 7.08579 3.75 7.5C3.75 7.91421 4.08579 8.25 4.5 8.25C4.91421 8.25 5.25 7.91421 5.25 7.5C5.25 7.08579 4.91421 6.75 4.5 6.75ZM6.75 7.5C6.75 7.08579 7.08579 6.75 7.5 6.75C7.91421 6.75 8.25 7.08579 8.25 7.5C8.25 7.91421 7.91421 8.25 7.5 8.25C7.08579 8.25 6.75 7.91421 6.75 7.5ZM10.5 6.75C10.0858 6.75 9.75 7.08579 9.75 7.5C9.75 7.91421 10.0858 8.25 10.5 8.25C10.9142 8.25 11.25 7.91421 11.25 7.5C11.25 7.08579 10.9142 6.75 10.5 6.75Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$I = [\"color\"];\nvar CalendarIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$I);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M4.5 1C4.77614 1 5 1.22386 5 1.5V2H10V1.5C10 1.22386 10.2239 1 10.5 1C10.7761 1 11 1.22386 11 1.5V2H12.5C13.3284 2 14 2.67157 14 3.5V12.5C14 13.3284 13.3284 14 12.5 14H2.5C1.67157 14 1 13.3284 1 12.5V3.5C1 2.67157 1.67157 2 2.5 2H4V1.5C4 1.22386 4.22386 1 4.5 1ZM10 3V3.5C10 3.77614 10.2239 4 10.5 4C10.7761 4 11 3.77614 11 3.5V3H12.5C12.7761 3 13 3.22386 13 3.5V5H2V3.5C2 3.22386 2.22386 3 2.5 3H4V3.5C4 3.77614 4.22386 4 4.5 4C4.77614 4 5 3.77614 5 3.5V3H10ZM2 6V12.5C2 12.7761 2.22386 13 2.5 13H12.5C12.7761 13 13 12.7761 13 12.5V6H2ZM7 7.5C7 7.22386 7.22386 7 7.5 7C7.77614 7 8 7.22386 8 7.5C8 7.77614 7.77614 8 7.5 8C7.22386 8 7 7.77614 7 7.5ZM9.5 7C9.22386 7 9 7.22386 9 7.5C9 7.77614 9.22386 8 9.5 8C9.77614 8 10 7.77614 10 7.5C10 7.22386 9.77614 7 9.5 7ZM11 7.5C11 7.22386 11.2239 7 11.5 7C11.7761 7 12 7.22386 12 7.5C12 7.77614 11.7761 8 11.5 8C11.2239 8 11 7.77614 11 7.5ZM11.5 9C11.2239 9 11 9.22386 11 9.5C11 9.77614 11.2239 10 11.5 10C11.7761 10 12 9.77614 12 9.5C12 9.22386 11.7761 9 11.5 9ZM9 9.5C9 9.22386 9.22386 9 9.5 9C9.77614 9 10 9.22386 10 9.5C10 9.77614 9.77614 10 9.5 10C9.22386 10 9 9.77614 9 9.5ZM7.5 9C7.22386 9 7 9.22386 7 9.5C7 9.77614 7.22386 10 7.5 10C7.77614 10 8 9.77614 8 9.5C8 9.22386 7.77614 9 7.5 9ZM5 9.5C5 9.22386 5.22386 9 5.5 9C5.77614 9 6 9.22386 6 9.5C6 9.77614 5.77614 10 5.5 10C5.22386 10 5 9.77614 5 9.5ZM3.5 9C3.22386 9 3 9.22386 3 9.5C3 9.77614 3.22386 10 3.5 10C3.77614 10 4 9.77614 4 9.5C4 9.22386 3.77614 9 3.5 9ZM3 11.5C3 11.2239 3.22386 11 3.5 11C3.77614 11 4 11.2239 4 11.5C4 11.7761 3.77614 12 3.5 12C3.22386 12 3 11.7761 3 11.5ZM5.5 11C5.22386 11 5 11.2239 5 11.5C5 11.7761 5.22386 12 5.5 12C5.77614 12 6 11.7761 6 11.5C6 11.2239 5.77614 11 5.5 11ZM7 11.5C7 11.2239 7.22386 11 7.5 11C7.77614 11 8 11.2239 8 11.5C8 11.7761 7.77614 12 7.5 12C7.22386 12 7 11.7761 7 11.5ZM9.5 11C9.22386 11 9 11.2239 9 11.5C9 11.7761 9.22386 12 9.5 12C9.77614 12 10 11.7761 10 11.5C10 11.2239 9.77614 11 9.5 11Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$J = [\"color\"];\nvar CameraIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$J);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M2 3C1.44772 3 1 3.44772 1 4V11C1 11.5523 1.44772 12 2 12H13C13.5523 12 14 11.5523 14 11V4C14 3.44772 13.5523 3 13 3H2ZM0 4C0 2.89543 0.895431 2 2 2H13C14.1046 2 15 2.89543 15 4V11C15 12.1046 14.1046 13 13 13H2C0.895431 13 0 12.1046 0 11V4ZM2 4.25C2 4.11193 2.11193 4 2.25 4H4.75C4.88807 4 5 4.11193 5 4.25V5.75454C5 5.89261 4.88807 6.00454 4.75 6.00454H2.25C2.11193 6.00454 2 5.89261 2 5.75454V4.25ZM12.101 7.58421C12.101 9.02073 10.9365 10.1853 9.49998 10.1853C8.06346 10.1853 6.89893 9.02073 6.89893 7.58421C6.89893 6.14769 8.06346 4.98315 9.49998 4.98315C10.9365 4.98315 12.101 6.14769 12.101 7.58421ZM13.101 7.58421C13.101 9.57302 11.4888 11.1853 9.49998 11.1853C7.51117 11.1853 5.89893 9.57302 5.89893 7.58421C5.89893 5.5954 7.51117 3.98315 9.49998 3.98315C11.4888 3.98315 13.101 5.5954 13.101 7.58421Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$K = [\"color\"];\nvar CardStackIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$K);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M2 3.5C2 3.22386 2.22386 3 2.5 3H12.5C12.7761 3 13 3.22386 13 3.5V9.5C13 9.77614 12.7761 10 12.5 10H2.5C2.22386 10 2 9.77614 2 9.5V3.5ZM2 10.9146C1.4174 10.7087 1 10.1531 1 9.5V3.5C1 2.67157 1.67157 2 2.5 2H12.5C13.3284 2 14 2.67157 14 3.5V9.5C14 10.1531 13.5826 10.7087 13 10.9146V11.5C13 12.3284 12.3284 13 11.5 13H3.5C2.67157 13 2 12.3284 2 11.5V10.9146ZM12 11V11.5C12 11.7761 11.7761 12 11.5 12H3.5C3.22386 12 3 11.7761 3 11.5V11H12Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$L = [\"color\"];\nvar CardStackMinusIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$L);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M2.5 3C2.22386 3 2 3.22386 2 3.5V9.5C2 9.77614 2.22386 10 2.5 10H12.5C12.7761 10 13 9.77614 13 9.5V3.5C13 3.22386 12.7761 3 12.5 3H2.5ZM1 9.5C1 10.1531 1.4174 10.7087 2 10.9146V11.5C2 12.3284 2.67157 13 3.5 13H11.5C12.3284 13 13 12.3284 13 11.5V10.9146C13.5826 10.7087 14 10.1531 14 9.5V3.5C14 2.67157 13.3284 2 12.5 2H2.5C1.67157 2 1 2.67157 1 3.5V9.5ZM12 11.5V11H3V11.5C3 11.7761 3.22386 12 3.5 12H11.5C11.7761 12 12 11.7761 12 11.5ZM5.5 6C5.22386 6 5 6.22386 5 6.5C5 6.77614 5.22386 7 5.5 7H9.5C9.77614 7 10 6.77614 10 6.5C10 6.22386 9.77614 6 9.5 6H5.5Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$M = [\"color\"];\nvar CardStackPlusIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$M);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M2 3.5C2 3.22386 2.22386 3 2.5 3H12.5C12.7761 3 13 3.22386 13 3.5V9.5C13 9.77614 12.7761 10 12.5 10H2.5C2.22386 10 2 9.77614 2 9.5V3.5ZM2 10.9146C1.4174 10.7087 1 10.1531 1 9.5V3.5C1 2.67157 1.67157 2 2.5 2H12.5C13.3284 2 14 2.67157 14 3.5V9.5C14 10.1531 13.5826 10.7087 13 10.9146V11.5C13 12.3284 12.3284 13 11.5 13H3.5C2.67157 13 2 12.3284 2 11.5V10.9146ZM12 11V11.5C12 11.7761 11.7761 12 11.5 12H3.5C3.22386 12 3 11.7761 3 11.5V11H12ZM5 6.5C5 6.22386 5.22386 6 5.5 6H7V4.5C7 4.22386 7.22386 4 7.5 4C7.77614 4 8 4.22386 8 4.5V6H9.5C9.77614 6 10 6.22386 10 6.5C10 6.77614 9.77614 7 9.5 7H8V8.5C8 8.77614 7.77614 9 7.5 9C7.22386 9 7 8.77614 7 8.5V7H5.5C5.22386 7 5 6.77614 5 6.5Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$N = [\"color\"];\nvar CaretDownIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$N);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M4.18179 6.18181C4.35753 6.00608 4.64245 6.00608 4.81819 6.18181L7.49999 8.86362L10.1818 6.18181C10.3575 6.00608 10.6424 6.00608 10.8182 6.18181C10.9939 6.35755 10.9939 6.64247 10.8182 6.81821L7.81819 9.81821C7.73379 9.9026 7.61934 9.95001 7.49999 9.95001C7.38064 9.95001 7.26618 9.9026 7.18179 9.81821L4.18179 6.81821C4.00605 6.64247 4.00605 6.35755 4.18179 6.18181Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$O = [\"color\"];\nvar CaretLeftIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$O);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M8.81809 4.18179C8.99383 4.35753 8.99383 4.64245 8.81809 4.81819L6.13629 7.49999L8.81809 10.1818C8.99383 10.3575 8.99383 10.6424 8.81809 10.8182C8.64236 10.9939 8.35743 10.9939 8.1817 10.8182L5.1817 7.81819C5.09731 7.73379 5.0499 7.61933 5.0499 7.49999C5.0499 7.38064 5.09731 7.26618 5.1817 7.18179L8.1817 4.18179C8.35743 4.00605 8.64236 4.00605 8.81809 4.18179Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$P = [\"color\"];\nvar CaretRightIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$P);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M6.18194 4.18185C6.35767 4.00611 6.6426 4.00611 6.81833 4.18185L9.81833 7.18185C9.90272 7.26624 9.95013 7.3807 9.95013 7.50005C9.95013 7.6194 9.90272 7.73386 9.81833 7.81825L6.81833 10.8182C6.6426 10.994 6.35767 10.994 6.18194 10.8182C6.0062 10.6425 6.0062 10.3576 6.18194 10.1819L8.86374 7.50005L6.18194 4.81825C6.0062 4.64251 6.0062 4.35759 6.18194 4.18185Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$Q = [\"color\"];\nvar CaretSortIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$Q);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M4.93179 5.43179C4.75605 5.60753 4.75605 5.89245 4.93179 6.06819C5.10753 6.24392 5.39245 6.24392 5.56819 6.06819L7.49999 4.13638L9.43179 6.06819C9.60753 6.24392 9.89245 6.24392 10.0682 6.06819C10.2439 5.89245 10.2439 5.60753 10.0682 5.43179L7.81819 3.18179C7.73379 3.0974 7.61933 3.04999 7.49999 3.04999C7.38064 3.04999 7.26618 3.0974 7.18179 3.18179L4.93179 5.43179ZM10.0682 9.56819C10.2439 9.39245 10.2439 9.10753 10.0682 8.93179C9.89245 8.75606 9.60753 8.75606 9.43179 8.93179L7.49999 10.8636L5.56819 8.93179C5.39245 8.75606 5.10753 8.75606 4.93179 8.93179C4.75605 9.10753 4.75605 9.39245 4.93179 9.56819L7.18179 11.8182C7.35753 11.9939 7.64245 11.9939 7.81819 11.8182L10.0682 9.56819Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$R = [\"color\"];\nvar CaretUpIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$R);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M4.18179 8.81819C4.00605 8.64245 4.00605 8.35753 4.18179 8.18179L7.18179 5.18179C7.26618 5.0974 7.38064 5.04999 7.49999 5.04999C7.61933 5.04999 7.73379 5.0974 7.81819 5.18179L10.8182 8.18179C10.9939 8.35753 10.9939 8.64245 10.8182 8.81819C10.6424 8.99392 10.3575 8.99392 10.1818 8.81819L7.49999 6.13638L4.81819 8.81819C4.64245 8.99392 4.35753 8.99392 4.18179 8.81819Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$S = [\"color\"];\nvar ChatBubbleIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$S);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M12.5 3L2.5 3.00002C1.67157 3.00002 1 3.6716 1 4.50002V9.50003C1 10.3285 1.67157 11 2.5 11H7.50003C7.63264 11 7.75982 11.0527 7.85358 11.1465L10 13.2929V11.5C10 11.2239 10.2239 11 10.5 11H12.5C13.3284 11 14 10.3285 14 9.50003V4.5C14 3.67157 13.3284 3 12.5 3ZM2.49999 2.00002L12.5 2C13.8807 2 15 3.11929 15 4.5V9.50003C15 10.8807 13.8807 12 12.5 12H11V14.5C11 14.7022 10.8782 14.8845 10.6913 14.9619C10.5045 15.0393 10.2894 14.9965 10.1464 14.8536L7.29292 12H2.5C1.11929 12 0 10.8807 0 9.50003V4.50002C0 3.11931 1.11928 2.00003 2.49999 2.00002Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$T = [\"color\"];\nvar CheckIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$T);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M11.4669 3.72684C11.7558 3.91574 11.8369 4.30308 11.648 4.59198L7.39799 11.092C7.29783 11.2452 7.13556 11.3467 6.95402 11.3699C6.77247 11.3931 6.58989 11.3355 6.45446 11.2124L3.70446 8.71241C3.44905 8.48022 3.43023 8.08494 3.66242 7.82953C3.89461 7.57412 4.28989 7.55529 4.5453 7.78749L6.75292 9.79441L10.6018 3.90792C10.7907 3.61902 11.178 3.53795 11.4669 3.72684Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$U = [\"color\"];\nvar CheckCircledIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$U);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M7.49991 0.877045C3.84222 0.877045 0.877075 3.84219 0.877075 7.49988C0.877075 11.1575 3.84222 14.1227 7.49991 14.1227C11.1576 14.1227 14.1227 11.1575 14.1227 7.49988C14.1227 3.84219 11.1576 0.877045 7.49991 0.877045ZM1.82708 7.49988C1.82708 4.36686 4.36689 1.82704 7.49991 1.82704C10.6329 1.82704 13.1727 4.36686 13.1727 7.49988C13.1727 10.6329 10.6329 13.1727 7.49991 13.1727C4.36689 13.1727 1.82708 10.6329 1.82708 7.49988ZM10.1589 5.53774C10.3178 5.31191 10.2636 5.00001 10.0378 4.84109C9.81194 4.68217 9.50004 4.73642 9.34112 4.96225L6.51977 8.97154L5.35681 7.78706C5.16334 7.59002 4.84677 7.58711 4.64973 7.78058C4.45268 7.97404 4.44978 8.29061 4.64325 8.48765L6.22658 10.1003C6.33054 10.2062 6.47617 10.2604 6.62407 10.2483C6.77197 10.2363 6.90686 10.1591 6.99226 10.0377L10.1589 5.53774Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$V = [\"color\"];\nvar CheckboxIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$V);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M3 3H12V12H3L3 3ZM2 3C2 2.44771 2.44772 2 3 2H12C12.5523 2 13 2.44772 13 3V12C13 12.5523 12.5523 13 12 13H3C2.44771 13 2 12.5523 2 12V3ZM10.3498 5.51105C10.506 5.28337 10.4481 4.97212 10.2204 4.81587C9.99275 4.65961 9.6815 4.71751 9.52525 4.94519L6.64048 9.14857L5.19733 7.40889C5.02102 7.19635 4.7058 7.16699 4.49327 7.34329C4.28073 7.5196 4.25137 7.83482 4.42767 8.04735L6.2934 10.2964C6.39348 10.4171 6.54437 10.4838 6.70097 10.4767C6.85757 10.4695 7.00177 10.3894 7.09047 10.2601L10.3498 5.51105Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$W = [\"color\"];\nvar ChevronDownIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$W);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M3.13523 6.15803C3.3241 5.95657 3.64052 5.94637 3.84197 6.13523L7.5 9.56464L11.158 6.13523C11.3595 5.94637 11.6759 5.95657 11.8648 6.15803C12.0536 6.35949 12.0434 6.67591 11.842 6.86477L7.84197 10.6148C7.64964 10.7951 7.35036 10.7951 7.15803 10.6148L3.15803 6.86477C2.95657 6.67591 2.94637 6.35949 3.13523 6.15803Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$X = [\"color\"];\nvar ChevronLeftIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$X);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M8.84182 3.13514C9.04327 3.32401 9.05348 3.64042 8.86462 3.84188L5.43521 7.49991L8.86462 11.1579C9.05348 11.3594 9.04327 11.6758 8.84182 11.8647C8.64036 12.0535 8.32394 12.0433 8.13508 11.8419L4.38508 7.84188C4.20477 7.64955 4.20477 7.35027 4.38508 7.15794L8.13508 3.15794C8.32394 2.95648 8.64036 2.94628 8.84182 3.13514Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$Y = [\"color\"];\nvar ChevronRightIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$Y);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M6.1584 3.13508C6.35985 2.94621 6.67627 2.95642 6.86514 3.15788L10.6151 7.15788C10.7954 7.3502 10.7954 7.64949 10.6151 7.84182L6.86514 11.8418C6.67627 12.0433 6.35985 12.0535 6.1584 11.8646C5.95694 11.6757 5.94673 11.3593 6.1356 11.1579L9.565 7.49985L6.1356 3.84182C5.94673 3.64036 5.95694 3.32394 6.1584 3.13508Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$Z = [\"color\"];\nvar ChevronUpIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$Z);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M3.13523 8.84197C3.3241 9.04343 3.64052 9.05363 3.84197 8.86477L7.5 5.43536L11.158 8.86477C11.3595 9.05363 11.6759 9.04343 11.8648 8.84197C12.0536 8.64051 12.0434 8.32409 11.842 8.13523L7.84197 4.38523C7.64964 4.20492 7.35036 4.20492 7.15803 4.38523L3.15803 8.13523C2.95657 8.32409 2.94637 8.64051 3.13523 8.84197Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$_ = [\"color\"];\nvar CircleIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$_);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M0.877075 7.49991C0.877075 3.84222 3.84222 0.877075 7.49991 0.877075C11.1576 0.877075 14.1227 3.84222 14.1227 7.49991C14.1227 11.1576 11.1576 14.1227 7.49991 14.1227C3.84222 14.1227 0.877075 11.1576 0.877075 7.49991ZM7.49991 1.82708C4.36689 1.82708 1.82708 4.36689 1.82708 7.49991C1.82708 10.6329 4.36689 13.1727 7.49991 13.1727C10.6329 13.1727 13.1727 10.6329 13.1727 7.49991C13.1727 4.36689 10.6329 1.82708 7.49991 1.82708Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$$ = [\"color\"];\nvar CircleBackslashIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$$);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M7.49991 0.877075C3.84222 0.877075 0.877075 3.84222 0.877075 7.49991C0.877075 11.1576 3.84222 14.1227 7.49991 14.1227C11.1576 14.1227 14.1227 11.1576 14.1227 7.49991C14.1227 3.84222 11.1576 0.877075 7.49991 0.877075ZM3.85768 3.15057C4.84311 2.32448 6.11342 1.82708 7.49991 1.82708C10.6329 1.82708 13.1727 4.36689 13.1727 7.49991C13.1727 8.88638 12.6753 10.1567 11.8492 11.1421L3.85768 3.15057ZM3.15057 3.85768C2.32448 4.84311 1.82708 6.11342 1.82708 7.49991C1.82708 10.6329 4.36689 13.1727 7.49991 13.1727C8.88638 13.1727 10.1567 12.6753 11.1421 11.8492L3.15057 3.85768Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$10 = [\"color\"];\nvar ClipboardIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$10);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M5 2V1H10V2H5ZM4.75 0C4.33579 0 4 0.335786 4 0.75V1H3.5C2.67157 1 2 1.67157 2 2.5V12.5C2 13.3284 2.67157 14 3.5 14H11.5C12.3284 14 13 13.3284 13 12.5V2.5C13 1.67157 12.3284 1 11.5 1H11V0.75C11 0.335786 10.6642 0 10.25 0H4.75ZM11 2V2.25C11 2.66421 10.6642 3 10.25 3H4.75C4.33579 3 4 2.66421 4 2.25V2H3.5C3.22386 2 3 2.22386 3 2.5V12.5C3 12.7761 3.22386 13 3.5 13H11.5C11.7761 13 12 12.7761 12 12.5V2.5C12 2.22386 11.7761 2 11.5 2H11Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$11 = [\"color\"];\nvar ClipboardCopyIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$11);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M5 2V1H10V2H5ZM4.75 0C4.33579 0 4 0.335786 4 0.75V1H3.5C2.67157 1 2 1.67157 2 2.5V12.5C2 13.3284 2.67157 14 3.5 14H7V13H3.5C3.22386 13 3 12.7761 3 12.5V2.5C3 2.22386 3.22386 2 3.5 2H4V2.25C4 2.66421 4.33579 3 4.75 3H10.25C10.6642 3 11 2.66421 11 2.25V2H11.5C11.7761 2 12 2.22386 12 2.5V7H13V2.5C13 1.67157 12.3284 1 11.5 1H11V0.75C11 0.335786 10.6642 0 10.25 0H4.75ZM9 8.5C9 8.77614 8.77614 9 8.5 9C8.22386 9 8 8.77614 8 8.5C8 8.22386 8.22386 8 8.5 8C8.77614 8 9 8.22386 9 8.5ZM10.5 9C10.7761 9 11 8.77614 11 8.5C11 8.22386 10.7761 8 10.5 8C10.2239 8 10 8.22386 10 8.5C10 8.77614 10.2239 9 10.5 9ZM13 8.5C13 8.77614 12.7761 9 12.5 9C12.2239 9 12 8.77614 12 8.5C12 8.22386 12.2239 8 12.5 8C12.7761 8 13 8.22386 13 8.5ZM14.5 9C14.7761 9 15 8.77614 15 8.5C15 8.22386 14.7761 8 14.5 8C14.2239 8 14 8.22386 14 8.5C14 8.77614 14.2239 9 14.5 9ZM15 10.5C15 10.7761 14.7761 11 14.5 11C14.2239 11 14 10.7761 14 10.5C14 10.2239 14.2239 10 14.5 10C14.7761 10 15 10.2239 15 10.5ZM14.5 13C14.7761 13 15 12.7761 15 12.5C15 12.2239 14.7761 12 14.5 12C14.2239 12 14 12.2239 14 12.5C14 12.7761 14.2239 13 14.5 13ZM14.5 15C14.7761 15 15 14.7761 15 14.5C15 14.2239 14.7761 14 14.5 14C14.2239 14 14 14.2239 14 14.5C14 14.7761 14.2239 15 14.5 15ZM8.5 11C8.77614 11 9 10.7761 9 10.5C9 10.2239 8.77614 10 8.5 10C8.22386 10 8 10.2239 8 10.5C8 10.7761 8.22386 11 8.5 11ZM9 12.5C9 12.7761 8.77614 13 8.5 13C8.22386 13 8 12.7761 8 12.5C8 12.2239 8.22386 12 8.5 12C8.77614 12 9 12.2239 9 12.5ZM8.5 15C8.77614 15 9 14.7761 9 14.5C9 14.2239 8.77614 14 8.5 14C8.22386 14 8 14.2239 8 14.5C8 14.7761 8.22386 15 8.5 15ZM11 14.5C11 14.7761 10.7761 15 10.5 15C10.2239 15 10 14.7761 10 14.5C10 14.2239 10.2239 14 10.5 14C10.7761 14 11 14.2239 11 14.5ZM12.5 15C12.7761 15 13 14.7761 13 14.5C13 14.2239 12.7761 14 12.5 14C12.2239 14 12 14.2239 12 14.5C12 14.7761 12.2239 15 12.5 15Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$12 = [\"color\"];\nvar ClockIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$12);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M7.50009 0.877014C3.84241 0.877014 0.877258 3.84216 0.877258 7.49984C0.877258 11.1575 3.8424 14.1227 7.50009 14.1227C11.1578 14.1227 14.1229 11.1575 14.1229 7.49984C14.1229 3.84216 11.1577 0.877014 7.50009 0.877014ZM1.82726 7.49984C1.82726 4.36683 4.36708 1.82701 7.50009 1.82701C10.6331 1.82701 13.1729 4.36683 13.1729 7.49984C13.1729 10.6328 10.6331 13.1727 7.50009 13.1727C4.36708 13.1727 1.82726 10.6328 1.82726 7.49984ZM8 4.50001C8 4.22387 7.77614 4.00001 7.5 4.00001C7.22386 4.00001 7 4.22387 7 4.50001V7.50001C7 7.63262 7.05268 7.7598 7.14645 7.85357L9.14645 9.85357C9.34171 10.0488 9.65829 10.0488 9.85355 9.85357C10.0488 9.65831 10.0488 9.34172 9.85355 9.14646L8 7.29291V4.50001Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$13 = [\"color\"];\nvar CodeIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$13);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M9.96424 2.68571C10.0668 2.42931 9.94209 2.13833 9.6857 2.03577C9.4293 1.93322 9.13832 2.05792 9.03576 2.31432L5.03576 12.3143C4.9332 12.5707 5.05791 12.8617 5.3143 12.9642C5.5707 13.0668 5.86168 12.9421 5.96424 12.6857L9.96424 2.68571ZM3.85355 5.14646C4.04882 5.34172 4.04882 5.6583 3.85355 5.85356L2.20711 7.50001L3.85355 9.14646C4.04882 9.34172 4.04882 9.6583 3.85355 9.85356C3.65829 10.0488 3.34171 10.0488 3.14645 9.85356L1.14645 7.85356C0.951184 7.6583 0.951184 7.34172 1.14645 7.14646L3.14645 5.14646C3.34171 4.9512 3.65829 4.9512 3.85355 5.14646ZM11.1464 5.14646C11.3417 4.9512 11.6583 4.9512 11.8536 5.14646L13.8536 7.14646C14.0488 7.34172 14.0488 7.6583 13.8536 7.85356L11.8536 9.85356C11.6583 10.0488 11.3417 10.0488 11.1464 9.85356C10.9512 9.6583 10.9512 9.34172 11.1464 9.14646L12.7929 7.50001L11.1464 5.85356C10.9512 5.6583 10.9512 5.34172 11.1464 5.14646Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$14 = [\"color\"];\nvar CodeSandboxLogoIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$14);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M7.71144 0.796902C7.57741 0.734357 7.42257 0.734357 7.28855 0.796902L1.28855 3.5969C1.11251 3.67905 0.999993 3.85573 0.999993 4.04999V10.95C0.999993 11.1443 1.11251 11.3209 1.28855 11.4031L7.28855 14.2031C7.42257 14.2656 7.57741 14.2656 7.71144 14.2031L13.7114 11.4031C13.8875 11.3209 14 11.1443 14 10.95V4.04999C14 3.85573 13.8875 3.67905 13.7114 3.5969L7.71144 0.796902ZM7.49999 3.15674L5.98039 2.51091L7.49999 1.80176L9.01959 2.51091L7.49999 3.15674ZM7.69556 4.16018L10.2382 3.07958L12.2719 4.02865L7.49999 6.05671L2.72808 4.02865L4.76181 3.07958L7.30442 4.16018C7.42939 4.2133 7.57059 4.2133 7.69556 4.16018ZM7.99999 6.93078L13 4.80578V7.92966L11.0821 8.8119C10.7273 8.97509 10.5 9.32988 10.5 9.72039V11.7982L7.99999 12.9649V6.93078ZM11.5 11.3316L13 10.6316V9.03039L11.5 9.72039V11.3316ZM6.99999 6.93078V12.9649L4.50231 11.7993V9.72036C4.50231 9.32985 4.27499 8.97506 3.92022 8.81187L1.99999 7.92856V4.80578L6.99999 6.93078ZM1.99999 10.6316L3.50231 11.3326L3.50231 9.72036L1.99999 9.02929V10.6316Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$15 = [\"color\"];\nvar ColorWheelIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$15);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M0.877075 7.49985C0.877075 3.84216 3.84222 0.877014 7.49991 0.877014C11.1576 0.877014 14.1227 3.84216 14.1227 7.49985C14.1227 11.1575 11.1576 14.1227 7.49991 14.1227C3.84222 14.1227 0.877075 11.1575 0.877075 7.49985ZM3.78135 3.21565C4.68298 2.43239 5.83429 1.92904 7.09998 1.84089V6.53429L3.78135 3.21565ZM3.21567 3.78134C2.43242 4.68298 1.92909 5.83428 1.84095 7.09997H6.5343L3.21567 3.78134ZM6.5343 7.89997H1.84097C1.92916 9.16562 2.43253 10.3169 3.21579 11.2185L6.5343 7.89997ZM3.78149 11.7842C4.6831 12.5673 5.83435 13.0707 7.09998 13.1588V8.46566L3.78149 11.7842ZM7.89998 8.46566V13.1588C9.16559 13.0706 10.3168 12.5673 11.2184 11.7841L7.89998 8.46566ZM11.7841 11.2184C12.5673 10.3168 13.0707 9.16558 13.1588 7.89997H8.46567L11.7841 11.2184ZM8.46567 7.09997H13.1589C13.0707 5.83432 12.5674 4.68305 11.7842 3.78143L8.46567 7.09997ZM11.2185 3.21573C10.3169 2.43246 9.16565 1.92909 7.89998 1.8409V6.53429L11.2185 3.21573Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$16 = [\"color\"];\nvar ColumnSpacingIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$16);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M8.00012 1.5C8.00012 1.22386 7.77626 1 7.50012 1C7.22398 1 7.00012 1.22386 7.00012 1.5V13.5C7.00012 13.7761 7.22398 14 7.50012 14C7.77626 14 8.00012 13.7761 8.00012 13.5V1.5ZM3.31812 5.818C3.49386 5.64227 3.49386 5.35734 3.31812 5.18161C3.14239 5.00587 2.85746 5.00587 2.68173 5.18161L0.681729 7.18161C0.505993 7.35734 0.505993 7.64227 0.681729 7.818L2.68173 9.818C2.85746 9.99374 3.14239 9.99374 3.31812 9.818C3.49386 9.64227 3.49386 9.35734 3.31812 9.18161L2.08632 7.9498H5.50017C5.7487 7.9498 5.95017 7.74833 5.95017 7.4998C5.95017 7.25128 5.7487 7.0498 5.50017 7.0498H2.08632L3.31812 5.818ZM12.3181 5.18161C12.1424 5.00587 11.8575 5.00587 11.6817 5.18161C11.506 5.35734 11.506 5.64227 11.6817 5.818L12.9135 7.0498H9.50017C9.25164 7.0498 9.05017 7.25128 9.05017 7.4998C9.05017 7.74833 9.25164 7.9498 9.50017 7.9498H12.9135L11.6817 9.18161C11.506 9.35734 11.506 9.64227 11.6817 9.818C11.8575 9.99374 12.1424 9.99374 12.3181 9.818L14.3181 7.818C14.4939 7.64227 14.4939 7.35734 14.3181 7.18161L12.3181 5.18161Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$17 = [\"color\"];\nvar ColumnsIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$17);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M2.14998 14V1H0.849976V14H2.14998ZM6.14998 14V1H4.84998V14H6.14998ZM10.15 1V14H8.84998V1H10.15ZM14.15 14V1H12.85V14H14.15Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$18 = [\"color\"];\nvar CommitIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$18);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M9.94969 7.49989C9.94969 8.85288 8.85288 9.94969 7.49989 9.94969C6.14691 9.94969 5.0501 8.85288 5.0501 7.49989C5.0501 6.14691 6.14691 5.0501 7.49989 5.0501C8.85288 5.0501 9.94969 6.14691 9.94969 7.49989ZM10.8632 8C10.6213 9.64055 9.20764 10.8997 7.49989 10.8997C5.79214 10.8997 4.37847 9.64055 4.13662 8H0.5C0.223858 8 0 7.77614 0 7.5C0 7.22386 0.223858 7 0.5 7H4.13659C4.37835 5.35935 5.79206 4.1001 7.49989 4.1001C9.20772 4.1001 10.6214 5.35935 10.8632 7H14.5C14.7761 7 15 7.22386 15 7.5C15 7.77614 14.7761 8 14.5 8H10.8632Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$19 = [\"color\"];\nvar Component1Icon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$19);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M4.67129 3.14634C4.47603 3.34161 4.47603 3.65819 4.67129 3.85345L7.14616 6.32833C7.34142 6.52359 7.65801 6.52359 7.85327 6.32833L10.3281 3.85345C10.5234 3.65819 10.5234 3.34161 10.3281 3.14634L7.85327 0.671471C7.65801 0.476209 7.34142 0.476209 7.14616 0.671471L4.67129 3.14634ZM7.49971 5.26766L5.73195 3.4999L7.49971 1.73213L9.26748 3.4999L7.49971 5.26766ZM8.67129 7.14634C8.47603 7.34161 8.47603 7.65819 8.67129 7.85345L11.1462 10.3283C11.3414 10.5236 11.658 10.5236 11.8533 10.3283L14.3281 7.85345C14.5234 7.65819 14.5234 7.34161 14.3281 7.14634L11.8533 4.67147C11.658 4.47621 11.3414 4.47621 11.1462 4.67147L8.67129 7.14634ZM11.4997 9.26766L9.73195 7.4999L11.4997 5.73213L13.2675 7.4999L11.4997 9.26766ZM4.67129 11.8535C4.47603 11.6582 4.47603 11.3416 4.67129 11.1463L7.14616 8.67147C7.34142 8.47621 7.65801 8.47621 7.85327 8.67147L10.3281 11.1463C10.5234 11.3416 10.5234 11.6582 10.3281 11.8535L7.85327 14.3283C7.65801 14.5236 7.34142 14.5236 7.14616 14.3283L4.67129 11.8535ZM5.73195 11.4999L7.49971 13.2677L9.26748 11.4999L7.49971 9.73213L5.73195 11.4999ZM0.671288 7.14649C0.476026 7.34175 0.476026 7.65834 0.671288 7.8536L3.14616 10.3285C3.34142 10.5237 3.65801 10.5237 3.85327 10.3285L6.32814 7.8536C6.5234 7.65834 6.5234 7.34175 6.32814 7.14649L3.85327 4.67162C3.65801 4.47636 3.34142 4.47636 3.14616 4.67162L0.671288 7.14649ZM3.49972 9.26781L1.73195 7.50005L3.49972 5.73228L5.26748 7.50005L3.49972 9.26781Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$1a = [\"color\"];\nvar Component2Icon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$1a);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M3.87935 1H3.9H11.1H11.1207C11.5231 0.999994 11.8553 0.999989 12.1259 1.0221C12.407 1.04506 12.6653 1.09434 12.908 1.21799C13.2843 1.40973 13.5903 1.7157 13.782 2.09202C13.9057 2.33469 13.9549 2.59304 13.9779 2.87409C14 3.14468 14 3.47686 14 3.87934V3.9V11.1V11.1207C14 11.5231 14 11.8553 13.9779 12.1259C13.9549 12.407 13.9057 12.6653 13.782 12.908C13.5903 13.2843 13.2843 13.5903 12.908 13.782C12.6653 13.9057 12.407 13.9549 12.1259 13.9779C11.8553 14 11.5231 14 11.1207 14H11.1H3.9H3.87934C3.47686 14 3.14468 14 2.87409 13.9779C2.59304 13.9549 2.33469 13.9057 2.09202 13.782C1.7157 13.5903 1.40973 13.2843 1.21799 12.908C1.09434 12.6653 1.04506 12.407 1.0221 12.1259C0.999989 11.8553 0.999994 11.5231 1 11.1207V11.1207V11.1V3.9V3.87935V3.87934C0.999994 3.47686 0.999989 3.14468 1.0221 2.87409C1.04506 2.59304 1.09434 2.33469 1.21799 2.09202C1.40973 1.7157 1.7157 1.40973 2.09202 1.21799C2.33469 1.09434 2.59304 1.04506 2.87409 1.0221C3.14469 0.999989 3.47687 0.999994 3.87935 1ZM2.95552 2.01878C2.73631 2.03669 2.62421 2.06915 2.54601 2.10899C2.35785 2.20487 2.20487 2.35785 2.10899 2.54601C2.06915 2.62421 2.03669 2.73631 2.01878 2.95552C2.00039 3.18056 2 3.47171 2 3.9V7H7V2H3.9C3.47171 2 3.18056 2.00039 2.95552 2.01878ZM7 8H2V11.1C2 11.5283 2.00039 11.8194 2.01878 12.0445C2.03669 12.2637 2.06915 12.3758 2.10899 12.454C2.20487 12.6422 2.35785 12.7951 2.54601 12.891C2.62421 12.9309 2.73631 12.9633 2.95552 12.9812C3.18056 12.9996 3.47171 13 3.9 13H7V8ZM8 8H13V11.1C13 11.5283 12.9996 11.8194 12.9812 12.0445C12.9633 12.2637 12.9309 12.3758 12.891 12.454C12.7951 12.6422 12.6422 12.7951 12.454 12.891C12.3758 12.9309 12.2637 12.9633 12.0445 12.9812C11.8194 12.9996 11.5283 13 11.1 13H8V8ZM13 7H8V2H11.1C11.5283 2 11.8194 2.00039 12.0445 2.01878C12.2637 2.03669 12.3758 2.06915 12.454 2.10899C12.6422 2.20487 12.7951 2.35785 12.891 2.54601C12.9309 2.62421 12.9633 2.73631 12.9812 2.95552C12.9996 3.18056 13 3.47171 13 3.9V7Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$1b = [\"color\"];\nvar ComponentBooleanIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$1b);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M7.85367 1.48956C7.65841 1.29429 7.34182 1.29429 7.14656 1.48956L1.48971 7.14641C1.29445 7.34167 1.29445 7.65825 1.48971 7.85352L7.14656 13.5104C7.34182 13.7056 7.65841 13.7056 7.85367 13.5104L13.5105 7.85352C13.7058 7.65825 13.7058 7.34167 13.5105 7.14641L7.85367 1.48956ZM7.5 2.55033L2.55037 7.49996L7.5 12.4496V2.55033Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$1c = [\"color\"];\nvar ComponentInstanceIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$1c);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M7.1465 1.48959C7.34176 1.29432 7.65835 1.29432 7.85361 1.48959L13.5105 7.14644C13.7057 7.3417 13.7057 7.65829 13.5105 7.85355L7.85361 13.5104C7.65835 13.7057 7.34176 13.7057 7.1465 13.5104L1.48965 7.85355C1.29439 7.65829 1.29439 7.3417 1.48965 7.14644L7.1465 1.48959ZM7.50005 2.55025L2.55031 7.49999L7.50005 12.4497L12.4498 7.49999L7.50005 2.55025Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$1d = [\"color\"];\nvar ComponentNoneIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$1d);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M7.85361 1.48959C7.65835 1.29432 7.34176 1.29432 7.1465 1.48959L1.48965 7.14644C1.29439 7.3417 1.29439 7.65829 1.48965 7.85355L3.9645 10.3284L1.64644 12.6464C1.45118 12.8417 1.45118 13.1583 1.64644 13.3536C1.84171 13.5488 2.15829 13.5488 2.35355 13.3536L4.6716 11.0355L7.1465 13.5104C7.34176 13.7057 7.65835 13.7057 7.85361 13.5104L13.5105 7.85355C13.7057 7.65829 13.7057 7.3417 13.5105 7.14644L11.0356 4.67154L13.3535 2.35355C13.5488 2.15829 13.5488 1.84171 13.3535 1.64645C13.1583 1.45118 12.8417 1.45118 12.6464 1.64645L10.3285 3.96443L7.85361 1.48959ZM9.62135 4.67154L7.50005 2.55025L2.55031 7.49999L4.6716 9.62129L9.62135 4.67154ZM5.37871 10.3284L7.50005 12.4497L12.4498 7.49999L10.3285 5.37865L5.37871 10.3284Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$1e = [\"color\"];\nvar ComponentPlaceholderIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$1e);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M12.8034 7.14644C12.9986 6.95118 13.3152 6.95118 13.5105 7.14644C13.7057 7.3417 13.7057 7.65829 13.5105 7.85355C13.3152 8.04881 12.9986 8.04881 12.8034 7.85355C12.6081 7.65828 12.6081 7.3417 12.8034 7.14644ZM12.0962 8.56065C12.2915 8.75592 12.2915 9.0725 12.0962 9.26776C11.901 9.46302 11.5844 9.46302 11.3891 9.26776C11.1939 9.0725 11.1939 8.75592 11.3891 8.56065C11.5844 8.36539 11.901 8.36539 12.0962 8.56065ZM10.682 9.97487C10.8773 10.1701 10.8773 10.4867 10.682 10.682C10.4868 10.8772 10.1702 10.8772 9.97493 10.682C9.77967 10.4867 9.77967 10.1701 9.97493 9.97487C10.1702 9.7796 10.4868 9.7796 10.682 9.97487ZM9.26782 11.3891C9.46308 11.5843 9.46308 11.9009 9.26782 12.0962C9.07256 12.2915 8.75598 12.2915 8.56071 12.0962C8.36545 11.9009 8.36545 11.5843 8.56072 11.3891C8.75598 11.1938 9.07256 11.1938 9.26782 11.3891ZM7.1465 13.5104C6.95124 13.3151 6.95124 12.9986 7.1465 12.8033C7.17091 12.7789 7.19721 12.7575 7.22494 12.7392C7.41901 12.6111 7.68275 12.6324 7.85361 12.8033C8.04887 12.9986 8.04887 13.3151 7.85361 13.5104C7.65835 13.7057 7.34176 13.7057 7.1465 13.5104Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }), createElement(\"path\", {\n d: \"M2.90386 8.56065C2.7086 8.75592 2.7086 9.0725 2.90386 9.26776 3.09912 9.46302 3.41571 9.46302 3.61097 9.26776 3.80623 9.0725 3.80623 8.75592 3.61097 8.56065 3.41571 8.36539 3.09912 8.36539 2.90386 8.56065zM4.31807 9.97487C4.12281 10.1701 4.12281 10.4867 4.31807 10.682 4.51334 10.8772 4.82992 10.8772 5.02518 10.682 5.22044 10.4867 5.22044 10.1701 5.02518 9.97487 4.82992 9.7796 4.51334 9.7796 4.31807 9.97487zM5.73229 11.3891C5.53703 11.5843 5.53703 11.9009 5.73229 12.0962 5.92755 12.2914 6.24413 12.2915 6.43939 12.0962 6.63466 11.9009 6.63466 11.5843 6.43939 11.3891 6.24413 11.1938 5.92755 11.1938 5.73229 11.3891zM2.19675 7.85355C2.36761 7.68269 2.38897 7.41895 2.26082 7.22488 2.09046 6.96684 1.71063 6.92546 1.48965 7.14644 1.29439 7.3417 1.29439 7.65829 1.48965 7.85355 1.68491 8.04881 2.00149 8.04881 2.19675 7.85355zM3.61097 5.73223C3.41571 5.53696 3.09912 5.53696 2.90386 5.73223 2.7086 5.92749 2.7086 6.24407 2.90386 6.43933 3.09912 6.6346 3.41571 6.6346 3.61097 6.43933 3.80623 6.24407 3.80623 5.92749 3.61097 5.73223zM5.02518 4.31801C4.82992 4.12275 4.51334 4.12275 4.31807 4.31801 4.12281 4.51328 4.12281 4.82986 4.31807 5.02512 4.51334 5.22038 4.82992 5.22038 5.02518 5.02512 5.22044 4.82986 5.22044 4.51328 5.02518 4.31801zM6.43939 2.9038C6.24413 2.70854 5.92755 2.70854 5.73229 2.9038 5.53703 3.09906 5.53703 3.41564 5.73229 3.61091 5.92755 3.80617 6.24413 3.80617 6.43939 3.61091 6.63466 3.41564 6.63466 3.09906 6.43939 2.9038zM7.85361 1.48959C7.65835 1.29432 7.34176 1.29432 7.1465 1.48959 6.95124 1.68485 6.95124 2.00143 7.1465 2.19669 7.34176 2.39196 7.65835 2.39196 7.85361 2.19669 8.04887 2.00143 8.04887 1.68485 7.85361 1.48959zM9.26782 2.9038C9.07256 2.70854 8.75598 2.70854 8.56071 2.9038 8.36545 3.09906 8.36545 3.41564 8.56071 3.61091 8.75598 3.80617 9.07256 3.80617 9.26782 3.61091 9.46308 3.41564 9.46308 3.09906 9.26782 2.9038zM10.682 4.31801C10.4868 4.12275 10.1702 4.12275 9.97493 4.31801 9.77967 4.51328 9.77967 4.82986 9.97493 5.02512 10.1702 5.22038 10.4868 5.22038 10.682 5.02512 10.8773 4.82986 10.8773 4.51328 10.682 4.31801zM12.0962 5.73223C11.901 5.53696 11.5844 5.53696 11.3891 5.73223 11.1939 5.92749 11.1939 6.24407 11.3891 6.43933 11.5844 6.6346 11.901 6.6346 12.0962 6.43933 12.2915 6.24407 12.2915 5.92749 12.0962 5.73223z\",\n fill: color\n }));\n});\n\nvar _excluded$1f = [\"color\"];\nvar ContainerIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$1f);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M2 1.5C2 1.77614 1.77614 2 1.5 2C1.22386 2 1 1.77614 1 1.5C1 1.22386 1.22386 1 1.5 1C1.77614 1 2 1.22386 2 1.5ZM5 13H10V2L5 2L5 13ZM4 13C4 13.5523 4.44772 14 5 14H10C10.5523 14 11 13.5523 11 13V2C11 1.44772 10.5523 1 10 1H5C4.44772 1 4 1.44771 4 2V13ZM13.5 2C13.7761 2 14 1.77614 14 1.5C14 1.22386 13.7761 1 13.5 1C13.2239 1 13 1.22386 13 1.5C13 1.77614 13.2239 2 13.5 2ZM2 3.5C2 3.77614 1.77614 4 1.5 4C1.22386 4 1 3.77614 1 3.5C1 3.22386 1.22386 3 1.5 3C1.77614 3 2 3.22386 2 3.5ZM13.5 4C13.7761 4 14 3.77614 14 3.5C14 3.22386 13.7761 3 13.5 3C13.2239 3 13 3.22386 13 3.5C13 3.77614 13.2239 4 13.5 4ZM2 5.5C2 5.77614 1.77614 6 1.5 6C1.22386 6 1 5.77614 1 5.5C1 5.22386 1.22386 5 1.5 5C1.77614 5 2 5.22386 2 5.5ZM13.5 6C13.7761 6 14 5.77614 14 5.5C14 5.22386 13.7761 5 13.5 5C13.2239 5 13 5.22386 13 5.5C13 5.77614 13.2239 6 13.5 6ZM2 7.5C2 7.77614 1.77614 8 1.5 8C1.22386 8 1 7.77614 1 7.5C1 7.22386 1.22386 7 1.5 7C1.77614 7 2 7.22386 2 7.5ZM13.5 8C13.7761 8 14 7.77614 14 7.5C14 7.22386 13.7761 7 13.5 7C13.2239 7 13 7.22386 13 7.5C13 7.77614 13.2239 8 13.5 8ZM2 9.5C2 9.77614 1.77614 10 1.5 10C1.22386 10 1 9.77614 1 9.5C1 9.22386 1.22386 9 1.5 9C1.77614 9 2 9.22386 2 9.5ZM13.5 10C13.7761 10 14 9.77614 14 9.5C14 9.22386 13.7761 9 13.5 9C13.2239 9 13 9.22386 13 9.5C13 9.77614 13.2239 10 13.5 10ZM2 11.5C2 11.7761 1.77614 12 1.5 12C1.22386 12 1 11.7761 1 11.5C1 11.2239 1.22386 11 1.5 11C1.77614 11 2 11.2239 2 11.5ZM13.5 12C13.7761 12 14 11.7761 14 11.5C14 11.2239 13.7761 11 13.5 11C13.2239 11 13 11.2239 13 11.5C13 11.7761 13.2239 12 13.5 12ZM2 13.5C2 13.7761 1.77614 14 1.5 14C1.22386 14 1 13.7761 1 13.5C1 13.2239 1.22386 13 1.5 13C1.77614 13 2 13.2239 2 13.5ZM13.5 14C13.7761 14 14 13.7761 14 13.5C14 13.2239 13.7761 13 13.5 13C13.2239 13 13 13.2239 13 13.5C13 13.7761 13.2239 14 13.5 14Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$1g = [\"color\"];\nvar CookieIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$1g);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M12.0697 1.76746C12.4807 1.21947 11.4605 0.454311 11.0495 1.0023C10.6385 1.55028 11.6588 2.31544 12.0697 1.76746ZM8.39263 1.07811C7.15585 0.950602 5.7823 1.16348 4.58433 1.70937C3.38552 2.25563 2.32735 3.15309 1.78844 4.41832C1.37574 5.38724 1.01715 6.28113 1.00088 7.44354C0.984724 8.59844 1.30522 9.96898 2.13174 11.928C2.61142 13.0649 4.03963 13.5446 5.13895 13.8079C6.40836 14.1119 7.80857 14.1914 8.6644 14.0742C9.36515 13.9782 10.1448 13.8284 10.7987 13.297C11.8977 12.4039 12.9009 11.3955 13.4994 10.3393C14.104 9.27221 14.3256 8.09207 13.7216 6.95324C13.5628 6.65373 13.316 6.57734 13.0412 6.4923C12.9374 6.46016 12.8295 6.42678 12.7209 6.37966C11.6211 5.90234 10.9646 5.34963 10.9135 5.02876C10.8656 4.72808 10.9221 4.51463 10.9811 4.29181C11.0129 4.17199 11.0453 4.04947 11.0626 3.90922C11.0838 3.73737 11.0814 3.33319 10.6996 3.12761C10.4048 2.96888 10.2164 2.65843 10.0407 2.36904C9.99742 2.29775 9.95492 2.22773 9.9118 2.16158C9.62634 1.72367 9.20769 1.16213 8.39263 1.07811ZM4.99899 2.61935C3.96483 3.09058 3.12554 3.83097 2.70846 4.81018C2.29808 5.77368 2.01406 6.50873 2.00079 7.45753C1.98741 8.41385 2.25043 9.6368 3.0531 11.5393C3.39181 12.3421 4.62167 12.6557 5.37186 12.8354C6.5493 13.1174 7.822 13.1802 8.52868 13.0834C9.21271 12.9897 9.74568 12.8642 10.1681 12.5209C11.229 11.6587 12.121 10.7435 12.6293 9.84635C12.9349 9.30709 13.5141 7.7028 12.6292 7.3873C10.7539 6.71875 10.262 6.06669 9.99011 5.41268C9.80915 4.97744 9.82868 4.52282 9.95741 4.07885L9.95741 4.07884C9.97662 4.0126 9.99538 3.94791 10.0334 3.88882C9.81857 3.73676 9.6515 3.55195 9.51464 3.3715C9.42876 3.25828 9.3469 3.12099 9.26197 2.97856C9.01866 2.57052 8.75018 2.12027 8.29008 2.07283C7.22889 1.96343 6.03398 2.14772 4.99899 2.61935ZM13.2081 3.77471C13.441 3.22671 12.4547 2.63606 12.0822 3.10163C11.5817 3.72732 12.9029 4.49281 13.2081 3.77471ZM14.3672 2.26031C14.9668 2.27493 15.1551 1.11603 14.5718 0.949371C13.8076 0.731026 13.5918 2.24139 14.3672 2.26031ZM14.2857 5.09098C14.8644 5.10004 15.0462 4.38222 14.4832 4.27899C13.7455 4.14375 13.5373 5.07927 14.2857 5.09098ZM6.9075 4.28672C6.46898 4.66754 6.0522 4.15185 5.97983 3.7365C5.86848 3.09744 6.33696 2.56856 6.94823 2.91156C7.43344 3.18382 7.26678 3.97471 6.9075 4.28672ZM4.94455 5.88184C5.40885 5.41754 4.59567 4.57013 4.11425 5.05154C3.83338 5.33242 4.00936 5.65376 4.23744 5.88184C4.43271 6.0771 4.74929 6.0771 4.94455 5.88184ZM6.97716 6.71984C7.31181 7.38914 8.48804 6.79159 7.99413 6.14788C7.86519 5.97983 7.68657 5.9494 7.62145 5.94207C7.21217 5.89601 6.76349 6.2925 6.97716 6.71984ZM6.98798 8.72461C7.14066 9.1188 7.51122 9.3187 7.91915 9.1633C8.27434 9.02799 8.33186 8.39689 8.17175 8.07427C8.02331 7.77514 7.63956 7.67793 7.33747 7.79417C6.98512 7.92976 6.85672 8.38708 6.98576 8.71889L6.98798 8.72461ZM10.3885 8.84081C10.7575 8.6566 11.4617 8.82771 11.4617 9.31199C11.4617 9.71286 10.9587 10.2165 10.5634 10.2826C10.1813 10.3465 9.70515 9.97581 9.76648 9.57718C9.81445 9.26539 10.1217 8.97401 10.3885 8.84081ZM7.56704 10.8432C7.33461 10.7502 7.14353 10.8601 7.11437 10.8769L7.11279 10.8778C6.90782 10.9949 6.71383 11.2439 6.6747 11.4842C6.59018 12.0034 7.13199 12.1239 7.52661 12.0987C8.2074 12.0553 8.06547 11.0426 7.56704 10.8432ZM4.8805 10.8932C5.0674 10.7723 5.15658 10.5363 5.08293 10.3153C4.93046 9.79687 4.3246 9.71252 3.96561 10.1297C3.79336 10.3299 3.80749 10.6274 3.99214 10.8105L3.99495 10.814L3.9979 10.8176C4.22025 11.0942 4.63624 11.1857 4.8805 10.8932ZM3.04695 7.81318C3.33147 8.0977 3.60077 8.15067 3.98443 8.05859C4.60826 7.90887 4.13814 6.24299 3.047 6.87296C2.70939 7.06788 2.86716 7.63339 3.04695 7.81318Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$1h = [\"color\"];\nvar CopyIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$1h);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M1 9.50006C1 10.3285 1.67157 11.0001 2.5 11.0001H4L4 10.0001H2.5C2.22386 10.0001 2 9.7762 2 9.50006L2 2.50006C2 2.22392 2.22386 2.00006 2.5 2.00006L9.5 2.00006C9.77614 2.00006 10 2.22392 10 2.50006V4.00002H5.5C4.67158 4.00002 4 4.67159 4 5.50002V12.5C4 13.3284 4.67158 14 5.5 14H12.5C13.3284 14 14 13.3284 14 12.5V5.50002C14 4.67159 13.3284 4.00002 12.5 4.00002H11V2.50006C11 1.67163 10.3284 1.00006 9.5 1.00006H2.5C1.67157 1.00006 1 1.67163 1 2.50006V9.50006ZM5 5.50002C5 5.22388 5.22386 5.00002 5.5 5.00002H12.5C12.7761 5.00002 13 5.22388 13 5.50002V12.5C13 12.7762 12.7761 13 12.5 13H5.5C5.22386 13 5 12.7762 5 12.5V5.50002Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$1i = [\"color\"];\nvar CornerBottomLeftIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$1i);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M9.87737 12H9.9H11.5C11.7761 12 12 11.7761 12 11.5C12 11.2239 11.7761 11 11.5 11H9.9C8.77164 11 7.95545 10.9996 7.31352 10.9472C6.67744 10.8952 6.25662 10.7946 5.91103 10.6185C5.25247 10.283 4.71703 9.74753 4.38148 9.08897C4.20539 8.74338 4.10481 8.32256 4.05284 7.68648C4.00039 7.04455 4 6.22836 4 5.1V3.5C4 3.22386 3.77614 3 3.5 3C3.22386 3 3 3.22386 3 3.5V5.1V5.12263C3 6.22359 3 7.08052 3.05616 7.76791C3.11318 8.46584 3.23058 9.0329 3.49047 9.54296C3.9219 10.3897 4.61031 11.0781 5.45704 11.5095C5.9671 11.7694 6.53416 11.8868 7.23209 11.9438C7.91948 12 8.77641 12 9.87737 12Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$1j = [\"color\"];\nvar CornerBottomRightIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$1j);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M5.12263 12H5.1H3.5C3.22386 12 3 11.7761 3 11.5C3 11.2239 3.22386 11 3.5 11H5.1C6.22836 11 7.04455 10.9996 7.68648 10.9472C8.32256 10.8952 8.74338 10.7946 9.08897 10.6185C9.74753 10.283 10.283 9.74753 10.6185 9.08897C10.7946 8.74338 10.8952 8.32256 10.9472 7.68648C10.9996 7.04455 11 6.22836 11 5.1V3.5C11 3.22386 11.2239 3 11.5 3C11.7761 3 12 3.22386 12 3.5V5.1V5.12263C12 6.22359 12 7.08052 11.9438 7.76791C11.8868 8.46584 11.7694 9.0329 11.5095 9.54296C11.0781 10.3897 10.3897 11.0781 9.54296 11.5095C9.0329 11.7694 8.46584 11.8868 7.76791 11.9438C7.08052 12 6.22359 12 5.12263 12Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$1k = [\"color\"];\nvar CornerTopLeftIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$1k);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M9.87737 3H9.9H11.5C11.7761 3 12 3.22386 12 3.5C12 3.77614 11.7761 4 11.5 4H9.9C8.77164 4 7.95545 4.00039 7.31352 4.05284C6.67744 4.10481 6.25662 4.20539 5.91103 4.38148C5.25247 4.71703 4.71703 5.25247 4.38148 5.91103C4.20539 6.25662 4.10481 6.67744 4.05284 7.31352C4.00039 7.95545 4 8.77164 4 9.9V11.5C4 11.7761 3.77614 12 3.5 12C3.22386 12 3 11.7761 3 11.5V9.9V9.87737C3 8.77641 3 7.91948 3.05616 7.23209C3.11318 6.53416 3.23058 5.9671 3.49047 5.45704C3.9219 4.61031 4.61031 3.9219 5.45704 3.49047C5.9671 3.23058 6.53416 3.11318 7.23209 3.05616C7.91948 3 8.77641 3 9.87737 3Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$1l = [\"color\"];\nvar CornerTopRightIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$1l);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M5.12263 3H5.1H3.5C3.22386 3 3 3.22386 3 3.5C3 3.77614 3.22386 4 3.5 4H5.1C6.22836 4 7.04455 4.00039 7.68648 4.05284C8.32256 4.10481 8.74338 4.20539 9.08897 4.38148C9.74753 4.71703 10.283 5.25247 10.6185 5.91103C10.7946 6.25662 10.8952 6.67744 10.9472 7.31352C10.9996 7.95545 11 8.77164 11 9.9V11.5C11 11.7761 11.2239 12 11.5 12C11.7761 12 12 11.7761 12 11.5V9.9V9.87737C12 8.77641 12 7.91948 11.9438 7.23209C11.8868 6.53416 11.7694 5.9671 11.5095 5.45704C11.0781 4.61031 10.3897 3.9219 9.54296 3.49047C9.0329 3.23058 8.46584 3.11318 7.76791 3.05616C7.08052 3 6.22359 3 5.12263 3Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$1m = [\"color\"];\nvar CornersIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$1m);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M5.5 2L4.87935 2C4.47687 1.99999 4.14469 1.99999 3.87409 2.0221C3.59304 2.04506 3.33469 2.09434 3.09202 2.21799C2.7157 2.40973 2.40973 2.7157 2.21799 3.09202C2.09434 3.33469 2.04506 3.59304 2.0221 3.87409C1.99999 4.14468 1.99999 4.47686 2 4.87933V4.87935V5.5C2 5.77614 2.22386 6 2.5 6C2.77614 6 3 5.77614 3 5.5V4.9C3 4.47171 3.00039 4.18056 3.01878 3.95552C3.03669 3.73631 3.06915 3.62421 3.10899 3.54601C3.20487 3.35785 3.35785 3.20487 3.54601 3.10899C3.62421 3.06915 3.73631 3.03669 3.95552 3.01878C4.18056 3.00039 4.47171 3 4.9 3H5.5C5.77614 3 6 2.77614 6 2.5C6 2.22386 5.77614 2 5.5 2ZM13 9.5C13 9.22386 12.7761 9 12.5 9C12.2239 9 12 9.22386 12 9.5V10.1C12 10.5283 11.9996 10.8194 11.9812 11.0445C11.9633 11.2637 11.9309 11.3758 11.891 11.454C11.7951 11.6422 11.6422 11.7951 11.454 11.891C11.3758 11.9309 11.2637 11.9633 11.0445 11.9812C10.8194 11.9996 10.5283 12 10.1 12H9.5C9.22386 12 9 12.2239 9 12.5C9 12.7761 9.22386 13 9.5 13H10.1206C10.5231 13 10.8553 13 11.1259 12.9779C11.407 12.9549 11.6653 12.9057 11.908 12.782C12.2843 12.5903 12.5903 12.2843 12.782 11.908C12.9057 11.6653 12.9549 11.407 12.9779 11.1259C13 10.8553 13 10.5232 13 10.1207V10.1207V10.1207V10.1206V9.5ZM2.5 9C2.77614 9 3 9.22386 3 9.5V10.1C3 10.5283 3.00039 10.8194 3.01878 11.0445C3.03669 11.2637 3.06915 11.3758 3.10899 11.454C3.20487 11.6422 3.35785 11.7951 3.54601 11.891C3.62421 11.9309 3.73631 11.9633 3.95552 11.9812C4.18056 11.9996 4.47171 12 4.9 12H5.5C5.77614 12 6 12.2239 6 12.5C6 12.7761 5.77614 13 5.5 13H4.87935C4.47687 13 4.14469 13 3.87409 12.9779C3.59304 12.9549 3.33469 12.9057 3.09202 12.782C2.7157 12.5903 2.40973 12.2843 2.21799 11.908C2.09434 11.6653 2.04506 11.407 2.0221 11.1259C1.99999 10.8553 1.99999 10.5231 2 10.1207V10.1206V10.1V9.5C2 9.22386 2.22386 9 2.5 9ZM10.1 3C10.5283 3 10.8194 3.00039 11.0445 3.01878C11.2637 3.03669 11.3758 3.06915 11.454 3.10899C11.6422 3.20487 11.7951 3.35785 11.891 3.54601C11.9309 3.62421 11.9633 3.73631 11.9812 3.95552C11.9996 4.18056 12 4.47171 12 4.9V5.5C12 5.77614 12.2239 6 12.5 6C12.7761 6 13 5.77614 13 5.5V4.87935V4.87934C13 4.47686 13 4.14468 12.9779 3.87409C12.9549 3.59304 12.9057 3.33469 12.782 3.09202C12.5903 2.7157 12.2843 2.40973 11.908 2.21799C11.6653 2.09434 11.407 2.04506 11.1259 2.0221C10.8553 1.99999 10.5231 1.99999 10.1206 2L10.1 2H9.5C9.22386 2 9 2.22386 9 2.5C9 2.77614 9.22386 3 9.5 3H10.1Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$1n = [\"color\"];\nvar CountdownTimerIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$1n);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M13.15 7.49998C13.15 4.66458 10.9402 1.84998 7.50002 1.84998C4.7217 1.84998 3.34851 3.90636 2.76336 4.99997H4.5C4.77614 4.99997 5 5.22383 5 5.49997C5 5.77611 4.77614 5.99997 4.5 5.99997H1.5C1.22386 5.99997 1 5.77611 1 5.49997V2.49997C1 2.22383 1.22386 1.99997 1.5 1.99997C1.77614 1.99997 2 2.22383 2 2.49997V4.31318C2.70453 3.07126 4.33406 0.849976 7.50002 0.849976C11.5628 0.849976 14.15 4.18537 14.15 7.49998C14.15 10.8146 11.5628 14.15 7.50002 14.15C5.55618 14.15 3.93778 13.3808 2.78548 12.2084C2.16852 11.5806 1.68668 10.839 1.35816 10.0407C1.25306 9.78536 1.37488 9.49315 1.63024 9.38806C1.8856 9.28296 2.17781 9.40478 2.2829 9.66014C2.56374 10.3425 2.97495 10.9745 3.4987 11.5074C4.47052 12.4963 5.83496 13.15 7.50002 13.15C10.9402 13.15 13.15 10.3354 13.15 7.49998ZM7 10V5.00001H8V10H7Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$1o = [\"color\"];\nvar CounterClockwiseClockIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$1o);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M13.15 7.49998C13.15 4.66458 10.9402 1.84998 7.50002 1.84998C4.72167 1.84998 3.34849 3.9064 2.76335 5H4.5C4.77614 5 5 5.22386 5 5.5C5 5.77614 4.77614 6 4.5 6H1.5C1.22386 6 1 5.77614 1 5.5V2.5C1 2.22386 1.22386 2 1.5 2C1.77614 2 2 2.22386 2 2.5V4.31318C2.70453 3.07126 4.33406 0.849976 7.50002 0.849976C11.5628 0.849976 14.15 4.18537 14.15 7.49998C14.15 10.8146 11.5628 14.15 7.50002 14.15C5.55618 14.15 3.93778 13.3808 2.78548 12.2084C2.16852 11.5806 1.68668 10.839 1.35816 10.0407C1.25306 9.78536 1.37488 9.49315 1.63024 9.38806C1.8856 9.28296 2.17781 9.40478 2.2829 9.66014C2.56374 10.3425 2.97495 10.9745 3.4987 11.5074C4.47052 12.4963 5.83496 13.15 7.50002 13.15C10.9402 13.15 13.15 10.3354 13.15 7.49998ZM7.5 4.00001C7.77614 4.00001 8 4.22387 8 4.50001V7.29291L9.85355 9.14646C10.0488 9.34172 10.0488 9.65831 9.85355 9.85357C9.65829 10.0488 9.34171 10.0488 9.14645 9.85357L7.14645 7.85357C7.05268 7.7598 7 7.63262 7 7.50001V4.50001C7 4.22387 7.22386 4.00001 7.5 4.00001Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$1p = [\"color\"];\nvar CropIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$1p);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M3.5 8.00684e-07C3.77614 7.88614e-07 4 0.223859 4 0.500001L4 3.00006L11.5 3.00006C11.7761 3.00006 12 3.22392 12 3.50006L12 11.0001L14.5 11C14.7761 11 15 11.2238 15 11.5C15 11.7761 14.7762 12 14.5 12L12 12.0001L12 14.5C12 14.7761 11.7761 15 11.5 15C11.2239 15 11 14.7761 11 14.5L11 12.0001L3.5 12.0001C3.22386 12.0001 3 11.7762 3 11.5001L3 4.00005L0.499989 4C0.223847 4 -6.10541e-06 3.77613 -5.02576e-07 3.49999C5.13006e-06 3.22385 0.223867 3 0.50001 3L3 3.00005L3 0.500001C3 0.223859 3.22386 8.12755e-07 3.5 8.00684e-07ZM4 4.00006L4 11.0001L11 11.0001L11 4.00006L4 4.00006Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$1q = [\"color\"];\nvar Cross1Icon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$1q);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M12.8536 2.85355C13.0488 2.65829 13.0488 2.34171 12.8536 2.14645C12.6583 1.95118 12.3417 1.95118 12.1464 2.14645L7.5 6.79289L2.85355 2.14645C2.65829 1.95118 2.34171 1.95118 2.14645 2.14645C1.95118 2.34171 1.95118 2.65829 2.14645 2.85355L6.79289 7.5L2.14645 12.1464C1.95118 12.3417 1.95118 12.6583 2.14645 12.8536C2.34171 13.0488 2.65829 13.0488 2.85355 12.8536L7.5 8.20711L12.1464 12.8536C12.3417 13.0488 12.6583 13.0488 12.8536 12.8536C13.0488 12.6583 13.0488 12.3417 12.8536 12.1464L8.20711 7.5L12.8536 2.85355Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$1r = [\"color\"];\nvar Cross2Icon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$1r);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M11.7816 4.03157C12.0062 3.80702 12.0062 3.44295 11.7816 3.2184C11.5571 2.99385 11.193 2.99385 10.9685 3.2184L7.50005 6.68682L4.03164 3.2184C3.80708 2.99385 3.44301 2.99385 3.21846 3.2184C2.99391 3.44295 2.99391 3.80702 3.21846 4.03157L6.68688 7.49999L3.21846 10.9684C2.99391 11.193 2.99391 11.557 3.21846 11.7816C3.44301 12.0061 3.80708 12.0061 4.03164 11.7816L7.50005 8.31316L10.9685 11.7816C11.193 12.0061 11.5571 12.0061 11.7816 11.7816C12.0062 11.557 12.0062 11.193 11.7816 10.9684L8.31322 7.49999L11.7816 4.03157Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$1s = [\"color\"];\nvar CrossCircledIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$1s);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M0.877075 7.49988C0.877075 3.84219 3.84222 0.877045 7.49991 0.877045C11.1576 0.877045 14.1227 3.84219 14.1227 7.49988C14.1227 11.1575 11.1576 14.1227 7.49991 14.1227C3.84222 14.1227 0.877075 11.1575 0.877075 7.49988ZM7.49991 1.82704C4.36689 1.82704 1.82708 4.36686 1.82708 7.49988C1.82708 10.6329 4.36689 13.1727 7.49991 13.1727C10.6329 13.1727 13.1727 10.6329 13.1727 7.49988C13.1727 4.36686 10.6329 1.82704 7.49991 1.82704ZM9.85358 5.14644C10.0488 5.3417 10.0488 5.65829 9.85358 5.85355L8.20713 7.49999L9.85358 9.14644C10.0488 9.3417 10.0488 9.65829 9.85358 9.85355C9.65832 10.0488 9.34173 10.0488 9.14647 9.85355L7.50002 8.2071L5.85358 9.85355C5.65832 10.0488 5.34173 10.0488 5.14647 9.85355C4.95121 9.65829 4.95121 9.3417 5.14647 9.14644L6.79292 7.49999L5.14647 5.85355C4.95121 5.65829 4.95121 5.3417 5.14647 5.14644C5.34173 4.95118 5.65832 4.95118 5.85358 5.14644L7.50002 6.79289L9.14647 5.14644C9.34173 4.95118 9.65832 4.95118 9.85358 5.14644Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$1t = [\"color\"];\nvar Crosshair1Icon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$1t);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M0.877075 7.50207C0.877075 3.84319 3.84319 0.877075 7.50208 0.877075C11.1609 0.877075 14.1271 3.84319 14.1271 7.50207C14.1271 11.1609 11.1609 14.1271 7.50208 14.1271C3.84319 14.1271 0.877075 11.1609 0.877075 7.50207ZM1.84898 7.00003C2.0886 4.26639 4.26639 2.0886 7.00003 1.84898V4.50003C7.00003 4.77617 7.22388 5.00003 7.50003 5.00003C7.77617 5.00003 8.00003 4.77617 8.00003 4.50003V1.84862C10.7356 2.08643 12.9154 4.26502 13.1552 7.00003H10.5C10.2239 7.00003 10 7.22388 10 7.50003C10 7.77617 10.2239 8.00003 10.5 8.00003H13.1555C12.9176 10.7369 10.7369 12.9176 8.00003 13.1555V10.5C8.00003 10.2239 7.77617 10 7.50003 10C7.22388 10 7.00003 10.2239 7.00003 10.5V13.1552C4.26502 12.9154 2.08643 10.7356 1.84862 8.00003H4.50003C4.77617 8.00003 5.00003 7.77617 5.00003 7.50003C5.00003 7.22388 4.77617 7.00003 4.50003 7.00003H1.84898Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$1u = [\"color\"];\nvar Crosshair2Icon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$1u);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M7.5 0C7.77614 0 8 0.223858 8 0.5V1.80687C10.6922 2.0935 12.8167 4.28012 13.0068 7H14.5C14.7761 7 15 7.22386 15 7.5C15 7.77614 14.7761 8 14.5 8H12.9888C12.7094 10.6244 10.6244 12.7094 8 12.9888V14.5C8 14.7761 7.77614 15 7.5 15C7.22386 15 7 14.7761 7 14.5V13.0068C4.28012 12.8167 2.0935 10.6922 1.80687 8H0.5C0.223858 8 0 7.77614 0 7.5C0 7.22386 0.223858 7 0.5 7H1.78886C1.98376 4.21166 4.21166 1.98376 7 1.78886V0.5C7 0.223858 7.22386 0 7.5 0ZM8 12.0322V9.5C8 9.22386 7.77614 9 7.5 9C7.22386 9 7 9.22386 7 9.5V12.054C4.80517 11.8689 3.04222 10.1668 2.76344 8H5.5C5.77614 8 6 7.77614 6 7.5C6 7.22386 5.77614 7 5.5 7H2.7417C2.93252 4.73662 4.73662 2.93252 7 2.7417V5.5C7 5.77614 7.22386 6 7.5 6C7.77614 6 8 5.77614 8 5.5V2.76344C10.1668 3.04222 11.8689 4.80517 12.054 7H9.5C9.22386 7 9 7.22386 9 7.5C9 7.77614 9.22386 8 9.5 8H12.0322C11.7621 10.0991 10.0991 11.7621 8 12.0322Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$1v = [\"color\"];\nvar CrumpledPaperIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$1v);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M4.60913 0.0634287C4.39082 0.0088505 4.16575 0.12393 4.08218 0.332867L3.1538 2.6538L0.832866 3.58218C0.702884 3.63417 0.604504 3.7437 0.566705 3.87849C0.528906 4.01329 0.555994 4.158 0.639992 4.26999L2.01148 6.09864L1.06343 9.89085C1.00944 10.1068 1.12145 10.3298 1.32691 10.4154L4.20115 11.613L5.62557 13.7496C5.73412 13.9124 5.93545 13.9864 6.12362 13.9327L9.62362 12.9327C9.62988 12.9309 9.63611 12.929 9.64229 12.9269L12.6423 11.9269C12.7923 11.8769 12.905 11.7519 12.9393 11.5976L13.9393 7.09761C13.9776 6.92506 13.9114 6.74605 13.77 6.63999L11.95 5.27499V2.99999C11.95 2.82955 11.8537 2.67373 11.7012 2.5975L8.70124 1.0975C8.67187 1.08282 8.64098 1.07139 8.60913 1.06343L4.60913 0.0634287ZM11.4323 6.01173L12.7748 7.01858L10.2119 9.15429C10.1476 9.20786 10.0995 9.2783 10.0731 9.35769L9.25382 11.8155L7.73849 10.8684C7.52774 10.7367 7.25011 10.8007 7.11839 11.0115C6.98667 11.2222 7.05074 11.4999 7.26149 11.6316L8.40341 12.3453L6.19221 12.9771L4.87441 11.0004C4.82513 10.9265 4.75508 10.8688 4.67307 10.8346L2.03046 9.73352L2.85134 6.44999H4.99999C5.24852 6.44999 5.44999 6.24852 5.44999 5.99999C5.44999 5.75146 5.24852 5.54999 4.99999 5.54999H2.72499L1.7123 4.19974L3.51407 3.47903L6.35769 4.4269C6.53655 4.48652 6.73361 4.42832 6.85138 4.28111L8.62413 2.06518L11.05 3.27811V5.19533L8.83287 6.08218C8.70996 6.13134 8.61494 6.23212 8.57308 6.35769L8.07308 7.85769C7.99449 8.09346 8.12191 8.34831 8.35769 8.4269C8.59346 8.50549 8.84831 8.37807 8.9269 8.14229L9.3609 6.84029L11.4323 6.01173ZM7.71052 1.76648L6.34462 3.47386L4.09505 2.724L4.77192 1.03183L7.71052 1.76648ZM10.2115 11.7885L12.116 11.1537L12.7745 8.19034L10.8864 9.76374L10.2115 11.7885Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$1w = [\"color\"];\nvar CubeIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$1w);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M7.28856 0.796908C7.42258 0.734364 7.57742 0.734364 7.71144 0.796908L13.7114 3.59691C13.8875 3.67906 14 3.85574 14 4.05V10.95C14 11.1443 13.8875 11.3209 13.7114 11.4031L7.71144 14.2031C7.57742 14.2656 7.42258 14.2656 7.28856 14.2031L1.28856 11.4031C1.11252 11.3209 1 11.1443 1 10.95V4.05C1 3.85574 1.11252 3.67906 1.28856 3.59691L7.28856 0.796908ZM2 4.80578L7 6.93078V12.9649L2 10.6316V4.80578ZM8 12.9649L13 10.6316V4.80578L8 6.93078V12.9649ZM7.5 6.05672L12.2719 4.02866L7.5 1.80176L2.72809 4.02866L7.5 6.05672Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$1x = [\"color\"];\nvar CursorArrowIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$1x);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M3.29227 0.048984C3.47033 -0.032338 3.67946 -0.00228214 3.8274 0.125891L12.8587 7.95026C13.0134 8.08432 13.0708 8.29916 13.0035 8.49251C12.9362 8.68586 12.7578 8.81866 12.5533 8.82768L9.21887 8.97474L11.1504 13.2187C11.2648 13.47 11.1538 13.7664 10.9026 13.8808L8.75024 14.8613C8.499 14.9758 8.20255 14.8649 8.08802 14.6137L6.15339 10.3703L3.86279 12.7855C3.72196 12.934 3.50487 12.9817 3.31479 12.9059C3.1247 12.8301 3 12.6461 3 12.4414V0.503792C3 0.308048 3.11422 0.130306 3.29227 0.048984ZM4 1.59852V11.1877L5.93799 9.14425C6.05238 9.02363 6.21924 8.96776 6.38319 8.99516C6.54715 9.02256 6.68677 9.12965 6.75573 9.2809L8.79056 13.7441L10.0332 13.178L8.00195 8.71497C7.93313 8.56376 7.94391 8.38824 8.03072 8.24659C8.11753 8.10494 8.26903 8.01566 8.435 8.00834L11.2549 7.88397L4 1.59852Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$1y = [\"color\"];\nvar CursorTextIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$1y);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M4.5 1C4.22386 1 4 1.22386 4 1.5C4 1.77614 4.22386 2 4.5 2C5.42215 2 6.0399 2.23054 6.42075 2.56379C6.79286 2.88939 7 3.36626 7 4V7H5.75C5.47386 7 5.25 7.22386 5.25 7.5C5.25 7.77614 5.47386 8 5.75 8H7V11C7 11.6337 6.79286 12.1106 6.42075 12.4362C6.0399 12.7695 5.42215 13 4.5 13C4.22386 13 4 13.2239 4 13.5C4 13.7761 4.22386 14 4.5 14C5.57785 14 6.4601 13.7305 7.07925 13.1888C7.24168 13.0467 7.38169 12.8896 7.5 12.7198C7.61832 12.8896 7.75832 13.0467 7.92075 13.1888C8.5399 13.7305 9.42215 14 10.5 14C10.7761 14 11 13.7761 11 13.5C11 13.2239 10.7761 13 10.5 13C9.57785 13 8.9601 12.7695 8.57925 12.4362C8.20714 12.1106 8 11.6337 8 11V8H9.25C9.52614 8 9.75 7.77614 9.75 7.5C9.75 7.22386 9.52614 7 9.25 7H8V4C8 3.36626 8.20714 2.88939 8.57925 2.56379C8.9601 2.23054 9.57785 2 10.5 2C10.7761 2 11 1.77614 11 1.5C11 1.22386 10.7761 1 10.5 1C9.42215 1 8.5399 1.26946 7.92075 1.81121C7.75832 1.95333 7.61832 2.11043 7.5 2.28023C7.38168 2.11043 7.24168 1.95333 7.07925 1.81121C6.4601 1.26946 5.57785 1 4.5 1Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$1z = [\"color\"];\nvar DashIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$1z);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M5 7.5C5 7.22386 5.22386 7 5.5 7H9.5C9.77614 7 10 7.22386 10 7.5C10 7.77614 9.77614 8 9.5 8H5.5C5.22386 8 5 7.77614 5 7.5Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$1A = [\"color\"];\nvar DashboardIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$1A);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M2.8 1L2.74967 0.99997C2.52122 0.999752 2.32429 0.999564 2.14983 1.04145C1.60136 1.17312 1.17312 1.60136 1.04145 2.14983C0.999564 2.32429 0.999752 2.52122 0.99997 2.74967L1 2.8V5.2L0.99997 5.25033C0.999752 5.47878 0.999564 5.67572 1.04145 5.85017C1.17312 6.39864 1.60136 6.82688 2.14983 6.95856C2.32429 7.00044 2.52122 7.00025 2.74967 7.00003L2.8 7H5.2L5.25033 7.00003C5.47878 7.00025 5.67572 7.00044 5.85017 6.95856C6.39864 6.82688 6.82688 6.39864 6.95856 5.85017C7.00044 5.67572 7.00025 5.47878 7.00003 5.25033L7 5.2V2.8L7.00003 2.74967C7.00025 2.52122 7.00044 2.32429 6.95856 2.14983C6.82688 1.60136 6.39864 1.17312 5.85017 1.04145C5.67572 0.999564 5.47878 0.999752 5.25033 0.99997L5.2 1H2.8ZM2.38328 2.01382C2.42632 2.00348 2.49222 2 2.8 2H5.2C5.50779 2 5.57369 2.00348 5.61672 2.01382C5.79955 2.05771 5.94229 2.20045 5.98619 2.38328C5.99652 2.42632 6 2.49222 6 2.8V5.2C6 5.50779 5.99652 5.57369 5.98619 5.61672C5.94229 5.79955 5.79955 5.94229 5.61672 5.98619C5.57369 5.99652 5.50779 6 5.2 6H2.8C2.49222 6 2.42632 5.99652 2.38328 5.98619C2.20045 5.94229 2.05771 5.79955 2.01382 5.61672C2.00348 5.57369 2 5.50779 2 5.2V2.8C2 2.49222 2.00348 2.42632 2.01382 2.38328C2.05771 2.20045 2.20045 2.05771 2.38328 2.01382ZM9.8 1L9.74967 0.99997C9.52122 0.999752 9.32429 0.999564 9.14983 1.04145C8.60136 1.17312 8.17312 1.60136 8.04145 2.14983C7.99956 2.32429 7.99975 2.52122 7.99997 2.74967L8 2.8V5.2L7.99997 5.25033C7.99975 5.47878 7.99956 5.67572 8.04145 5.85017C8.17312 6.39864 8.60136 6.82688 9.14983 6.95856C9.32429 7.00044 9.52122 7.00025 9.74967 7.00003L9.8 7H12.2L12.2503 7.00003C12.4788 7.00025 12.6757 7.00044 12.8502 6.95856C13.3986 6.82688 13.8269 6.39864 13.9586 5.85017C14.0004 5.67572 14.0003 5.47878 14 5.25033L14 5.2V2.8L14 2.74967C14.0003 2.52122 14.0004 2.32429 13.9586 2.14983C13.8269 1.60136 13.3986 1.17312 12.8502 1.04145C12.6757 0.999564 12.4788 0.999752 12.2503 0.99997L12.2 1H9.8ZM9.38328 2.01382C9.42632 2.00348 9.49222 2 9.8 2H12.2C12.5078 2 12.5737 2.00348 12.6167 2.01382C12.7995 2.05771 12.9423 2.20045 12.9862 2.38328C12.9965 2.42632 13 2.49222 13 2.8V5.2C13 5.50779 12.9965 5.57369 12.9862 5.61672C12.9423 5.79955 12.7995 5.94229 12.6167 5.98619C12.5737 5.99652 12.5078 6 12.2 6H9.8C9.49222 6 9.42632 5.99652 9.38328 5.98619C9.20045 5.94229 9.05771 5.79955 9.01382 5.61672C9.00348 5.57369 9 5.50779 9 5.2V2.8C9 2.49222 9.00348 2.42632 9.01382 2.38328C9.05771 2.20045 9.20045 2.05771 9.38328 2.01382ZM2.74967 7.99997L2.8 8H5.2L5.25033 7.99997C5.47878 7.99975 5.67572 7.99956 5.85017 8.04145C6.39864 8.17312 6.82688 8.60136 6.95856 9.14983C7.00044 9.32429 7.00025 9.52122 7.00003 9.74967L7 9.8V12.2L7.00003 12.2503C7.00025 12.4788 7.00044 12.6757 6.95856 12.8502C6.82688 13.3986 6.39864 13.8269 5.85017 13.9586C5.67572 14.0004 5.47878 14.0003 5.25033 14L5.2 14H2.8L2.74967 14C2.52122 14.0003 2.32429 14.0004 2.14983 13.9586C1.60136 13.8269 1.17312 13.3986 1.04145 12.8502C0.999564 12.6757 0.999752 12.4788 0.99997 12.2503L1 12.2V9.8L0.99997 9.74967C0.999752 9.52122 0.999564 9.32429 1.04145 9.14983C1.17312 8.60136 1.60136 8.17312 2.14983 8.04145C2.32429 7.99956 2.52122 7.99975 2.74967 7.99997ZM2.8 9C2.49222 9 2.42632 9.00348 2.38328 9.01382C2.20045 9.05771 2.05771 9.20045 2.01382 9.38328C2.00348 9.42632 2 9.49222 2 9.8V12.2C2 12.5078 2.00348 12.5737 2.01382 12.6167C2.05771 12.7995 2.20045 12.9423 2.38328 12.9862C2.42632 12.9965 2.49222 13 2.8 13H5.2C5.50779 13 5.57369 12.9965 5.61672 12.9862C5.79955 12.9423 5.94229 12.7995 5.98619 12.6167C5.99652 12.5737 6 12.5078 6 12.2V9.8C6 9.49222 5.99652 9.42632 5.98619 9.38328C5.94229 9.20045 5.79955 9.05771 5.61672 9.01382C5.57369 9.00348 5.50779 9 5.2 9H2.8ZM9.8 8L9.74967 7.99997C9.52122 7.99975 9.32429 7.99956 9.14983 8.04145C8.60136 8.17312 8.17312 8.60136 8.04145 9.14983C7.99956 9.32429 7.99975 9.52122 7.99997 9.74967L8 9.8V12.2L7.99997 12.2503C7.99975 12.4788 7.99956 12.6757 8.04145 12.8502C8.17312 13.3986 8.60136 13.8269 9.14983 13.9586C9.32429 14.0004 9.52122 14.0003 9.74967 14L9.8 14H12.2L12.2503 14C12.4788 14.0003 12.6757 14.0004 12.8502 13.9586C13.3986 13.8269 13.8269 13.3986 13.9586 12.8502C14.0004 12.6757 14.0003 12.4788 14 12.2503L14 12.2V9.8L14 9.74967C14.0003 9.52122 14.0004 9.32429 13.9586 9.14983C13.8269 8.60136 13.3986 8.17312 12.8502 8.04145C12.6757 7.99956 12.4788 7.99975 12.2503 7.99997L12.2 8H9.8ZM9.38328 9.01382C9.42632 9.00348 9.49222 9 9.8 9H12.2C12.5078 9 12.5737 9.00348 12.6167 9.01382C12.7995 9.05771 12.9423 9.20045 12.9862 9.38328C12.9965 9.42632 13 9.49222 13 9.8V12.2C13 12.5078 12.9965 12.5737 12.9862 12.6167C12.9423 12.7995 12.7995 12.9423 12.6167 12.9862C12.5737 12.9965 12.5078 13 12.2 13H9.8C9.49222 13 9.42632 12.9965 9.38328 12.9862C9.20045 12.9423 9.05771 12.7995 9.01382 12.6167C9.00348 12.5737 9 12.5078 9 12.2V9.8C9 9.49222 9.00348 9.42632 9.01382 9.38328C9.05771 9.20045 9.20045 9.05771 9.38328 9.01382Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$1B = [\"color\"];\nvar DesktopIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$1B);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M1 3.25C1 3.11193 1.11193 3 1.25 3H13.75C13.8881 3 14 3.11193 14 3.25V10.75C14 10.8881 13.8881 11 13.75 11H1.25C1.11193 11 1 10.8881 1 10.75V3.25ZM1.25 2C0.559643 2 0 2.55964 0 3.25V10.75C0 11.4404 0.559644 12 1.25 12H5.07341L4.82991 13.2986C4.76645 13.6371 5.02612 13.95 5.37049 13.95H9.62951C9.97389 13.95 10.2336 13.6371 10.1701 13.2986L9.92659 12H13.75C14.4404 12 15 11.4404 15 10.75V3.25C15 2.55964 14.4404 2 13.75 2H1.25ZM9.01091 12H5.98909L5.79222 13.05H9.20778L9.01091 12Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$1C = [\"color\"];\nvar DimensionsIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$1C);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M3.00014 2.73895C3.00014 2.94698 2.76087 3.06401 2.59666 2.93628L1.00386 1.69744C0.875177 1.59735 0.875177 1.40286 1.00386 1.30277L2.59666 0.063928C2.76087 -0.0637944 3.00014 0.0532293 3.00014 0.261266V1.00012H9.00009V0.261296C9.00009 0.0532591 9.23936 -0.0637646 9.40358 0.0639578L10.9964 1.3028C11.1251 1.40289 11.1251 1.59738 10.9964 1.69747L9.40358 2.93631C9.23936 3.06404 9.00009 2.94701 9.00009 2.73898V2.00012H3.00014V2.73895ZM9.50002 4.99998H2.50002C2.22388 4.99998 2.00002 5.22384 2.00002 5.49998V12.5C2.00002 12.7761 2.22388 13 2.50002 13H9.50002C9.77616 13 10 12.7761 10 12.5V5.49998C10 5.22384 9.77616 4.99998 9.50002 4.99998ZM2.50002 3.99998C1.67159 3.99998 1.00002 4.67156 1.00002 5.49998V12.5C1.00002 13.3284 1.67159 14 2.50002 14H9.50002C10.3284 14 11 13.3284 11 12.5V5.49998C11 4.67156 10.3284 3.99998 9.50002 3.99998H2.50002ZM14.7389 6.00001H14V12H14.7389C14.9469 12 15.064 12.2393 14.9362 12.4035L13.6974 13.9963C13.5973 14.125 13.4028 14.125 13.3027 13.9963L12.0639 12.4035C11.9362 12.2393 12.0532 12 12.2612 12H13V6.00001H12.2612C12.0532 6.00001 11.9361 5.76074 12.0639 5.59653L13.3027 4.00373C13.4028 3.87505 13.5973 3.87505 13.6974 4.00374L14.9362 5.59653C15.0639 5.76074 14.9469 6.00001 14.7389 6.00001Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$1D = [\"color\"];\nvar DiscIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$1D);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M7.49991 0.877075C3.84222 0.877075 0.877075 3.84222 0.877075 7.49991C0.877075 11.1576 3.84222 14.1227 7.49991 14.1227C11.1576 14.1227 14.1227 11.1576 14.1227 7.49991C14.1227 3.84222 11.1576 0.877075 7.49991 0.877075ZM1.82708 7.49991C1.82708 4.36689 4.36689 1.82707 7.49991 1.82707C10.6329 1.82707 13.1727 4.36689 13.1727 7.49991C13.1727 10.6329 10.6329 13.1727 7.49991 13.1727C4.36689 13.1727 1.82708 10.6329 1.82708 7.49991ZM8.37287 7.50006C8.37287 7.98196 7.98221 8.37263 7.5003 8.37263C7.01839 8.37263 6.62773 7.98196 6.62773 7.50006C6.62773 7.01815 7.01839 6.62748 7.5003 6.62748C7.98221 6.62748 8.37287 7.01815 8.37287 7.50006ZM9.32287 7.50006C9.32287 8.50664 8.50688 9.32263 7.5003 9.32263C6.49372 9.32263 5.67773 8.50664 5.67773 7.50006C5.67773 6.49348 6.49372 5.67748 7.5003 5.67748C8.50688 5.67748 9.32287 6.49348 9.32287 7.50006Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$1E = [\"color\"];\nvar DiscordLogoIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$1E);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n fillRule: \"evenodd\",\n clipRule: \"evenodd\",\n d: \"M5.07451 1.82584C5.03267 1.81926 4.99014 1.81825 4.94803 1.82284C4.10683 1.91446 2.82673 2.36828 2.07115 2.77808C2.02106 2.80525 1.97621 2.84112 1.93869 2.88402C1.62502 3.24266 1.34046 3.82836 1.11706 4.38186C0.887447 4.95076 0.697293 5.55032 0.588937 5.98354C0.236232 7.39369 0.042502 9.08728 0.0174948 10.6925C0.0162429 10.7729 0.0351883 10.8523 0.0725931 10.9234C0.373679 11.496 1.02015 12.027 1.66809 12.4152C2.32332 12.8078 3.08732 13.1182 3.70385 13.1778C3.85335 13.1922 4.00098 13.1358 4.10282 13.0255C4.2572 12.8581 4.5193 12.4676 4.71745 12.1643C4.80739 12.0267 4.89157 11.8953 4.95845 11.7901C5.62023 11.9106 6.45043 11.9801 7.50002 11.9801C8.54844 11.9801 9.37796 11.9107 10.0394 11.7905C10.1062 11.8957 10.1903 12.0269 10.2801 12.1643C10.4783 12.4676 10.7404 12.8581 10.8947 13.0255C10.9966 13.1358 11.1442 13.1922 11.2937 13.1778C11.9102 13.1182 12.6742 12.8078 13.3295 12.4152C13.9774 12.027 14.6239 11.496 14.925 10.9234C14.9624 10.8523 14.9813 10.7729 14.9801 10.6925C14.9551 9.08728 14.7613 7.39369 14.4086 5.98354C14.3003 5.55032 14.1101 4.95076 13.8805 4.38186C13.6571 3.82836 13.3725 3.24266 13.0589 2.88402C13.0214 2.84112 12.9765 2.80525 12.9264 2.77808C12.1708 2.36828 10.8907 1.91446 10.0495 1.82284C10.0074 1.81825 9.96489 1.81926 9.92305 1.82584C9.71676 1.85825 9.5391 1.96458 9.40809 2.06355C9.26977 2.16804 9.1413 2.29668 9.0304 2.42682C8.86968 2.61544 8.71437 2.84488 8.61428 3.06225C8.27237 3.03501 7.90138 3.02 7.5 3.02C7.0977 3.02 6.72593 3.03508 6.38337 3.06244C6.28328 2.84501 6.12792 2.61549 5.96716 2.42682C5.85626 2.29668 5.72778 2.16804 5.58947 2.06355C5.45846 1.96458 5.2808 1.85825 5.07451 1.82584ZM11.0181 11.5382C11.0395 11.5713 11.0615 11.6051 11.0838 11.6392C11.2169 11.843 11.3487 12.0385 11.4508 12.1809C11.8475 12.0916 12.352 11.8818 12.8361 11.5917C13.3795 11.2661 13.8098 10.8918 14.0177 10.5739C13.9852 9.06758 13.7993 7.50369 13.4773 6.21648C13.38 5.82759 13.2038 5.27021 12.9903 4.74117C12.7893 4.24326 12.5753 3.82162 12.388 3.5792C11.7376 3.24219 10.7129 2.88582 10.0454 2.78987C10.0308 2.79839 10.0113 2.81102 9.98675 2.82955C9.91863 2.881 9.84018 2.95666 9.76111 3.04945C9.71959 3.09817 9.68166 3.1471 9.64768 3.19449C9.953 3.25031 10.2253 3.3171 10.4662 3.39123C11.1499 3.6016 11.6428 3.89039 11.884 4.212C12.0431 4.42408 12.0001 4.72494 11.788 4.884C11.5759 5.04306 11.2751 5.00008 11.116 4.788C11.0572 4.70961 10.8001 4.4984 10.1838 4.30877C9.58933 4.12585 8.71356 3.98 7.5 3.98C6.28644 3.98 5.41067 4.12585 4.81616 4.30877C4.19988 4.4984 3.94279 4.70961 3.884 4.788C3.72494 5.00008 3.42408 5.04306 3.212 4.884C2.99992 4.72494 2.95694 4.42408 3.116 4.212C3.35721 3.89039 3.85011 3.6016 4.53383 3.39123C4.77418 3.31727 5.04571 3.25062 5.35016 3.19488C5.31611 3.14738 5.27808 3.09831 5.23645 3.04945C5.15738 2.95666 5.07893 2.881 5.01081 2.82955C4.98628 2.81102 4.96674 2.79839 4.95217 2.78987C4.28464 2.88582 3.25999 3.24219 2.60954 3.5792C2.42226 3.82162 2.20825 4.24326 2.00729 4.74117C1.79376 5.27021 1.61752 5.82759 1.52025 6.21648C1.19829 7.50369 1.01236 9.06758 0.97986 10.5739C1.18772 10.8918 1.61807 11.2661 2.16148 11.5917C2.64557 11.8818 3.15003 12.0916 3.5468 12.1809C3.64885 12.0385 3.78065 11.843 3.9138 11.6392C3.93626 11.6048 3.95838 11.5708 3.97996 11.5375C3.19521 11.2591 2.77361 10.8758 2.50064 10.4664C2.35359 10.2458 2.4132 9.94778 2.63377 9.80074C2.85435 9.65369 3.15236 9.71329 3.29941 9.93387C3.56077 10.3259 4.24355 11.0201 7.50002 11.0201C10.7565 11.0201 11.4392 10.326 11.7006 9.93386C11.8477 9.71329 12.1457 9.65369 12.3663 9.80074C12.5869 9.94779 12.6465 10.2458 12.4994 10.4664C12.2262 10.8762 11.8041 11.2598 11.0181 11.5382ZM4.08049 7.01221C4.32412 6.74984 4.65476 6.60162 5.00007 6.59998C5.34538 6.60162 5.67603 6.74984 5.91966 7.01221C6.16329 7.27459 6.30007 7.62974 6.30007 7.99998C6.30007 8.37021 6.16329 8.72536 5.91966 8.98774C5.67603 9.25011 5.34538 9.39833 5.00007 9.39998C4.65476 9.39833 4.32412 9.25011 4.08049 8.98774C3.83685 8.72536 3.70007 8.37021 3.70007 7.99998C3.70007 7.62974 3.83685 7.27459 4.08049 7.01221ZM9.99885 6.59998C9.65354 6.60162 9.3229 6.74984 9.07926 7.01221C8.83563 7.27459 8.69885 7.62974 8.69885 7.99998C8.69885 8.37021 8.83563 8.72536 9.07926 8.98774C9.3229 9.25011 9.65354 9.39833 9.99885 9.39998C10.3442 9.39833 10.6748 9.25011 10.9184 8.98774C11.1621 8.72536 11.2989 8.37021 11.2989 7.99998C11.2989 7.62974 11.1621 7.27459 10.9184 7.01221C10.6748 6.74984 10.3442 6.60162 9.99885 6.59998Z\",\n fill: color\n }));\n});\n\nvar _excluded$1F = [\"color\"];\nvar DividerHorizontalIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$1F);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M2 7.5C2 7.22386 2.22386 7 2.5 7H12.5C12.7761 7 13 7.22386 13 7.5C13 7.77614 12.7761 8 12.5 8H2.5C2.22386 8 2 7.77614 2 7.5Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$1G = [\"color\"];\nvar DividerVerticalIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$1G);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M7.5 2C7.77614 2 8 2.22386 8 2.5L8 12.5C8 12.7761 7.77614 13 7.5 13C7.22386 13 7 12.7761 7 12.5L7 2.5C7 2.22386 7.22386 2 7.5 2Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$1H = [\"color\"];\nvar DotIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$1H);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M7.5 9.125C8.39746 9.125 9.125 8.39746 9.125 7.5C9.125 6.60254 8.39746 5.875 7.5 5.875C6.60254 5.875 5.875 6.60254 5.875 7.5C5.875 8.39746 6.60254 9.125 7.5 9.125ZM7.5 10.125C8.94975 10.125 10.125 8.94975 10.125 7.5C10.125 6.05025 8.94975 4.875 7.5 4.875C6.05025 4.875 4.875 6.05025 4.875 7.5C4.875 8.94975 6.05025 10.125 7.5 10.125Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$1I = [\"color\"];\nvar DotFilledIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$1I);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M9.875 7.5C9.875 8.81168 8.81168 9.875 7.5 9.875C6.18832 9.875 5.125 8.81168 5.125 7.5C5.125 6.18832 6.18832 5.125 7.5 5.125C8.81168 5.125 9.875 6.18832 9.875 7.5Z\",\n fill: color\n }));\n});\n\nvar _excluded$1J = [\"color\"];\nvar DotsHorizontalIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$1J);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M3.625 7.5C3.625 8.12132 3.12132 8.625 2.5 8.625C1.87868 8.625 1.375 8.12132 1.375 7.5C1.375 6.87868 1.87868 6.375 2.5 6.375C3.12132 6.375 3.625 6.87868 3.625 7.5ZM8.625 7.5C8.625 8.12132 8.12132 8.625 7.5 8.625C6.87868 8.625 6.375 8.12132 6.375 7.5C6.375 6.87868 6.87868 6.375 7.5 6.375C8.12132 6.375 8.625 6.87868 8.625 7.5ZM12.5 8.625C13.1213 8.625 13.625 8.12132 13.625 7.5C13.625 6.87868 13.1213 6.375 12.5 6.375C11.8787 6.375 11.375 6.87868 11.375 7.5C11.375 8.12132 11.8787 8.625 12.5 8.625Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$1K = [\"color\"];\nvar DotsVerticalIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$1K);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M8.625 2.5C8.625 3.12132 8.12132 3.625 7.5 3.625C6.87868 3.625 6.375 3.12132 6.375 2.5C6.375 1.87868 6.87868 1.375 7.5 1.375C8.12132 1.375 8.625 1.87868 8.625 2.5ZM8.625 7.5C8.625 8.12132 8.12132 8.625 7.5 8.625C6.87868 8.625 6.375 8.12132 6.375 7.5C6.375 6.87868 6.87868 6.375 7.5 6.375C8.12132 6.375 8.625 6.87868 8.625 7.5ZM7.5 13.625C8.12132 13.625 8.625 13.1213 8.625 12.5C8.625 11.8787 8.12132 11.375 7.5 11.375C6.87868 11.375 6.375 11.8787 6.375 12.5C6.375 13.1213 6.87868 13.625 7.5 13.625Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$1L = [\"color\"];\nvar DoubleArrowDownIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$1L);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M3.85355 2.14645C3.65829 1.95118 3.34171 1.95118 3.14645 2.14645C2.95118 2.34171 2.95118 2.65829 3.14645 2.85355L7.14645 6.85355C7.34171 7.04882 7.65829 7.04882 7.85355 6.85355L11.8536 2.85355C12.0488 2.65829 12.0488 2.34171 11.8536 2.14645C11.6583 1.95118 11.3417 1.95118 11.1464 2.14645L7.5 5.79289L3.85355 2.14645ZM3.85355 8.14645C3.65829 7.95118 3.34171 7.95118 3.14645 8.14645C2.95118 8.34171 2.95118 8.65829 3.14645 8.85355L7.14645 12.8536C7.34171 13.0488 7.65829 13.0488 7.85355 12.8536L11.8536 8.85355C12.0488 8.65829 12.0488 8.34171 11.8536 8.14645C11.6583 7.95118 11.3417 7.95118 11.1464 8.14645L7.5 11.7929L3.85355 8.14645Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$1M = [\"color\"];\nvar DoubleArrowLeftIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$1M);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M6.85355 3.85355C7.04882 3.65829 7.04882 3.34171 6.85355 3.14645C6.65829 2.95118 6.34171 2.95118 6.14645 3.14645L2.14645 7.14645C1.95118 7.34171 1.95118 7.65829 2.14645 7.85355L6.14645 11.8536C6.34171 12.0488 6.65829 12.0488 6.85355 11.8536C7.04882 11.6583 7.04882 11.3417 6.85355 11.1464L3.20711 7.5L6.85355 3.85355ZM12.8536 3.85355C13.0488 3.65829 13.0488 3.34171 12.8536 3.14645C12.6583 2.95118 12.3417 2.95118 12.1464 3.14645L8.14645 7.14645C7.95118 7.34171 7.95118 7.65829 8.14645 7.85355L12.1464 11.8536C12.3417 12.0488 12.6583 12.0488 12.8536 11.8536C13.0488 11.6583 13.0488 11.3417 12.8536 11.1464L9.20711 7.5L12.8536 3.85355Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$1N = [\"color\"];\nvar DoubleArrowRightIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$1N);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M2.14645 11.1464C1.95118 11.3417 1.95118 11.6583 2.14645 11.8536C2.34171 12.0488 2.65829 12.0488 2.85355 11.8536L6.85355 7.85355C7.04882 7.65829 7.04882 7.34171 6.85355 7.14645L2.85355 3.14645C2.65829 2.95118 2.34171 2.95118 2.14645 3.14645C1.95118 3.34171 1.95118 3.65829 2.14645 3.85355L5.79289 7.5L2.14645 11.1464ZM8.14645 11.1464C7.95118 11.3417 7.95118 11.6583 8.14645 11.8536C8.34171 12.0488 8.65829 12.0488 8.85355 11.8536L12.8536 7.85355C13.0488 7.65829 13.0488 7.34171 12.8536 7.14645L8.85355 3.14645C8.65829 2.95118 8.34171 2.95118 8.14645 3.14645C7.95118 3.34171 7.95118 3.65829 8.14645 3.85355L11.7929 7.5L8.14645 11.1464Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$1O = [\"color\"];\nvar DoubleArrowUpIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$1O);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M11.1464 6.85355C11.3417 7.04882 11.6583 7.04882 11.8536 6.85355C12.0488 6.65829 12.0488 6.34171 11.8536 6.14645L7.85355 2.14645C7.65829 1.95118 7.34171 1.95118 7.14645 2.14645L3.14645 6.14645C2.95118 6.34171 2.95118 6.65829 3.14645 6.85355C3.34171 7.04882 3.65829 7.04882 3.85355 6.85355L7.5 3.20711L11.1464 6.85355ZM11.1464 12.8536C11.3417 13.0488 11.6583 13.0488 11.8536 12.8536C12.0488 12.6583 12.0488 12.3417 11.8536 12.1464L7.85355 8.14645C7.65829 7.95118 7.34171 7.95118 7.14645 8.14645L3.14645 12.1464C2.95118 12.3417 2.95118 12.6583 3.14645 12.8536C3.34171 13.0488 3.65829 13.0488 3.85355 12.8536L7.5 9.20711L11.1464 12.8536Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$1P = [\"color\"];\nvar DownloadIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$1P);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M7.50005 1.04999C7.74858 1.04999 7.95005 1.25146 7.95005 1.49999V8.41359L10.1819 6.18179C10.3576 6.00605 10.6425 6.00605 10.8182 6.18179C10.994 6.35753 10.994 6.64245 10.8182 6.81819L7.81825 9.81819C7.64251 9.99392 7.35759 9.99392 7.18185 9.81819L4.18185 6.81819C4.00611 6.64245 4.00611 6.35753 4.18185 6.18179C4.35759 6.00605 4.64251 6.00605 4.81825 6.18179L7.05005 8.41359V1.49999C7.05005 1.25146 7.25152 1.04999 7.50005 1.04999ZM2.5 10C2.77614 10 3 10.2239 3 10.5V12C3 12.5539 3.44565 13 3.99635 13H11.0012C11.5529 13 12 12.5528 12 12V10.5C12 10.2239 12.2239 10 12.5 10C12.7761 10 13 10.2239 13 10.5V12C13 13.1041 12.1062 14 11.0012 14H3.99635C2.89019 14 2 13.103 2 12V10.5C2 10.2239 2.22386 10 2.5 10Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$1Q = [\"color\"];\nvar DragHandleDots1Icon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$1Q);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"circle\", {\n cx: \"4.5\",\n cy: \"2.5\",\n r: \".6\",\n fill: color\n }), createElement(\"circle\", {\n cx: \"4.5\",\n cy: \"4.5\",\n r: \".6\",\n fill: color\n }), createElement(\"circle\", {\n cx: \"4.5\",\n cy: \"6.499\",\n r: \".6\",\n fill: color\n }), createElement(\"circle\", {\n cx: \"4.5\",\n cy: \"8.499\",\n r: \".6\",\n fill: color\n }), createElement(\"circle\", {\n cx: \"4.5\",\n cy: \"10.498\",\n r: \".6\",\n fill: color\n }), createElement(\"circle\", {\n cx: \"4.5\",\n cy: \"12.498\",\n r: \".6\",\n fill: color\n }), createElement(\"circle\", {\n cx: \"6.5\",\n cy: \"2.5\",\n r: \".6\",\n fill: color\n }), createElement(\"circle\", {\n cx: \"6.5\",\n cy: \"4.5\",\n r: \".6\",\n fill: color\n }), createElement(\"circle\", {\n cx: \"6.5\",\n cy: \"6.499\",\n r: \".6\",\n fill: color\n }), createElement(\"circle\", {\n cx: \"6.5\",\n cy: \"8.499\",\n r: \".6\",\n fill: color\n }), createElement(\"circle\", {\n cx: \"6.5\",\n cy: \"10.498\",\n r: \".6\",\n fill: color\n }), createElement(\"circle\", {\n cx: \"6.5\",\n cy: \"12.498\",\n r: \".6\",\n fill: color\n }), createElement(\"circle\", {\n cx: \"8.499\",\n cy: \"2.5\",\n r: \".6\",\n fill: color\n }), createElement(\"circle\", {\n cx: \"8.499\",\n cy: \"4.5\",\n r: \".6\",\n fill: color\n }), createElement(\"circle\", {\n cx: \"8.499\",\n cy: \"6.499\",\n r: \".6\",\n fill: color\n }), createElement(\"circle\", {\n cx: \"8.499\",\n cy: \"8.499\",\n r: \".6\",\n fill: color\n }), createElement(\"circle\", {\n cx: \"8.499\",\n cy: \"10.498\",\n r: \".6\",\n fill: color\n }), createElement(\"circle\", {\n cx: \"8.499\",\n cy: \"12.498\",\n r: \".6\",\n fill: color\n }), createElement(\"circle\", {\n cx: \"10.499\",\n cy: \"2.5\",\n r: \".6\",\n fill: color\n }), createElement(\"circle\", {\n cx: \"10.499\",\n cy: \"4.5\",\n r: \".6\",\n fill: color\n }), createElement(\"circle\", {\n cx: \"10.499\",\n cy: \"6.499\",\n r: \".6\",\n fill: color\n }), createElement(\"circle\", {\n cx: \"10.499\",\n cy: \"8.499\",\n r: \".6\",\n fill: color\n }), createElement(\"circle\", {\n cx: \"10.499\",\n cy: \"10.498\",\n r: \".6\",\n fill: color\n }), createElement(\"circle\", {\n cx: \"10.499\",\n cy: \"12.498\",\n r: \".6\",\n fill: color\n }));\n});\n\nvar _excluded$1R = [\"color\"];\nvar DragHandleDots2Icon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$1R);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M5.5 4.625C6.12132 4.625 6.625 4.12132 6.625 3.5C6.625 2.87868 6.12132 2.375 5.5 2.375C4.87868 2.375 4.375 2.87868 4.375 3.5C4.375 4.12132 4.87868 4.625 5.5 4.625ZM9.5 4.625C10.1213 4.625 10.625 4.12132 10.625 3.5C10.625 2.87868 10.1213 2.375 9.5 2.375C8.87868 2.375 8.375 2.87868 8.375 3.5C8.375 4.12132 8.87868 4.625 9.5 4.625ZM10.625 7.5C10.625 8.12132 10.1213 8.625 9.5 8.625C8.87868 8.625 8.375 8.12132 8.375 7.5C8.375 6.87868 8.87868 6.375 9.5 6.375C10.1213 6.375 10.625 6.87868 10.625 7.5ZM5.5 8.625C6.12132 8.625 6.625 8.12132 6.625 7.5C6.625 6.87868 6.12132 6.375 5.5 6.375C4.87868 6.375 4.375 6.87868 4.375 7.5C4.375 8.12132 4.87868 8.625 5.5 8.625ZM10.625 11.5C10.625 12.1213 10.1213 12.625 9.5 12.625C8.87868 12.625 8.375 12.1213 8.375 11.5C8.375 10.8787 8.87868 10.375 9.5 10.375C10.1213 10.375 10.625 10.8787 10.625 11.5ZM5.5 12.625C6.12132 12.625 6.625 12.1213 6.625 11.5C6.625 10.8787 6.12132 10.375 5.5 10.375C4.87868 10.375 4.375 10.8787 4.375 11.5C4.375 12.1213 4.87868 12.625 5.5 12.625Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$1S = [\"color\"];\nvar DragHandleHorizontalIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$1S);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M2.49998 4.09998C2.27906 4.09998 2.09998 4.27906 2.09998 4.49998C2.09998 4.72089 2.27906 4.89998 2.49998 4.89998H12.5C12.7209 4.89998 12.9 4.72089 12.9 4.49998C12.9 4.27906 12.7209 4.09998 12.5 4.09998H2.49998ZM2.49998 6.09998C2.27906 6.09998 2.09998 6.27906 2.09998 6.49998C2.09998 6.72089 2.27906 6.89998 2.49998 6.89998H12.5C12.7209 6.89998 12.9 6.72089 12.9 6.49998C12.9 6.27906 12.7209 6.09998 12.5 6.09998H2.49998ZM2.09998 8.49998C2.09998 8.27906 2.27906 8.09998 2.49998 8.09998H12.5C12.7209 8.09998 12.9 8.27906 12.9 8.49998C12.9 8.72089 12.7209 8.89998 12.5 8.89998H2.49998C2.27906 8.89998 2.09998 8.72089 2.09998 8.49998ZM2.49998 10.1C2.27906 10.1 2.09998 10.2791 2.09998 10.5C2.09998 10.7209 2.27906 10.9 2.49998 10.9H12.5C12.7209 10.9 12.9 10.7209 12.9 10.5C12.9 10.2791 12.7209 10.1 12.5 10.1H2.49998Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$1T = [\"color\"];\nvar DragHandleVerticalIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$1T);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M4.09998 12.5C4.09998 12.7209 4.27906 12.9 4.49998 12.9C4.72089 12.9 4.89998 12.7209 4.89998 12.5L4.89998 2.50002C4.89998 2.27911 4.72089 2.10003 4.49998 2.10003C4.27906 2.10003 4.09998 2.27911 4.09998 2.50002L4.09998 12.5ZM6.09998 12.5C6.09998 12.7209 6.27906 12.9 6.49998 12.9C6.72089 12.9 6.89998 12.7209 6.89998 12.5L6.89998 2.50002C6.89998 2.27911 6.72089 2.10003 6.49998 2.10003C6.27906 2.10003 6.09998 2.27911 6.09998 2.50002L6.09998 12.5ZM8.49998 12.9C8.27906 12.9 8.09998 12.7209 8.09998 12.5L8.09998 2.50002C8.09998 2.27911 8.27906 2.10002 8.49998 2.10002C8.72089 2.10002 8.89998 2.27911 8.89998 2.50002L8.89998 12.5C8.89998 12.7209 8.72089 12.9 8.49998 12.9ZM10.1 12.5C10.1 12.7209 10.2791 12.9 10.5 12.9C10.7209 12.9 10.9 12.7209 10.9 12.5L10.9 2.50002C10.9 2.27911 10.7209 2.10002 10.5 2.10002C10.2791 2.10002 10.1 2.27911 10.1 2.50002L10.1 12.5Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$1U = [\"color\"];\nvar DrawingPinIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$1U);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M10.3285 1.13607C10.1332 0.940809 9.81662 0.940808 9.62136 1.13607C9.42609 1.33133 9.42609 1.64792 9.62136 1.84318L10.2744 2.49619L5.42563 6.13274L4.31805 5.02516C4.12279 4.8299 3.80621 4.8299 3.61095 5.02516C3.41569 5.22042 3.41569 5.537 3.61095 5.73226L5.02516 7.14648L6.08582 8.20714L2.81545 11.4775C2.62019 11.6728 2.62019 11.9894 2.81545 12.1846C3.01072 12.3799 3.3273 12.3799 3.52256 12.1846L6.79293 8.91425L7.85359 9.97491L9.2678 11.3891C9.46306 11.5844 9.77965 11.5844 9.97491 11.3891C10.1702 11.1939 10.1702 10.8773 9.97491 10.682L8.86733 9.57443L12.5039 4.7257L13.1569 5.37871C13.3522 5.57397 13.6687 5.57397 13.864 5.37871C14.0593 5.18345 14.0593 4.86687 13.864 4.6716L12.8033 3.61094L11.3891 2.19673L10.3285 1.13607ZM6.13992 6.84702L10.9887 3.21047L11.7896 4.01142L8.15305 8.86015L6.13992 6.84702Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$1V = [\"color\"];\nvar DrawingPinFilledIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$1V);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M9.62129 1.13607C9.81656 0.940808 10.1331 0.940809 10.3284 1.13607L11.3891 2.19673L12.8033 3.61094L13.8639 4.6716C14.0592 4.86687 14.0592 5.18345 13.8639 5.37871C13.6687 5.57397 13.3521 5.57397 13.1568 5.37871L12.5038 4.7257L8.86727 9.57443L9.97485 10.682C10.1701 10.8773 10.1701 11.1939 9.97485 11.3891C9.77959 11.5844 9.463 11.5844 9.26774 11.3891L7.85353 9.97491L6.79287 8.91425L3.5225 12.1846C3.32724 12.3799 3.01065 12.3799 2.81539 12.1846C2.62013 11.9894 2.62013 11.6728 2.81539 11.4775L6.08576 8.20714L5.0251 7.14648L3.61089 5.73226C3.41563 5.537 3.41562 5.22042 3.61089 5.02516C3.80615 4.8299 4.12273 4.8299 4.31799 5.02516L5.42557 6.13274L10.2743 2.49619L9.62129 1.84318C9.42603 1.64792 9.42603 1.33133 9.62129 1.13607Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }), createElement(\"path\", {\n d: \"M9.62129 1.13607C9.81656 0.940808 10.1331 0.940809 10.3284 1.13607L11.3891 2.19673L12.8033 3.61094L13.8639 4.6716C14.0592 4.86687 14.0592 5.18345 13.8639 5.37871C13.6687 5.57397 13.3521 5.57397 13.1568 5.37871L12.5038 4.7257L8.86727 9.57443L9.97485 10.682C10.1701 10.8773 10.1701 11.1939 9.97485 11.3891C9.77959 11.5844 9.463 11.5844 9.26774 11.3891L7.85353 9.97491L6.79287 8.91425L3.5225 12.1846C3.32724 12.3799 3.01065 12.3799 2.81539 12.1846C2.62013 11.9894 2.62013 11.6728 2.81539 11.4775L6.08576 8.20714L5.0251 7.14648L3.61089 5.73226C3.41563 5.537 3.41562 5.22042 3.61089 5.02516C3.80615 4.8299 4.12273 4.8299 4.31799 5.02516L5.42557 6.13274L10.2743 2.49619L9.62129 1.84318C9.42603 1.64792 9.42603 1.33133 9.62129 1.13607Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$1W = [\"color\"];\nvar DropdownMenuIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$1W);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M7.49999 3.09998C7.27907 3.09998 7.09999 3.27906 7.09999 3.49998C7.09999 3.72089 7.27907 3.89998 7.49999 3.89998H14.5C14.7209 3.89998 14.9 3.72089 14.9 3.49998C14.9 3.27906 14.7209 3.09998 14.5 3.09998H7.49999ZM7.49998 5.1C7.27907 5.1 7.09998 5.27908 7.09998 5.5C7.09998 5.72091 7.27907 5.9 7.49998 5.9H14.5C14.7209 5.9 14.9 5.72091 14.9 5.5C14.9 5.27908 14.7209 5.1 14.5 5.1H7.49998ZM7.1 7.5C7.1 7.27908 7.27909 7.1 7.5 7.1H14.5C14.7209 7.1 14.9 7.27908 14.9 7.5C14.9 7.72091 14.7209 7.9 14.5 7.9H7.5C7.27909 7.9 7.1 7.72091 7.1 7.5ZM7.49998 9.1C7.27907 9.1 7.09998 9.27908 7.09998 9.5C7.09998 9.72091 7.27907 9.9 7.49998 9.9H14.5C14.7209 9.9 14.9 9.72091 14.9 9.5C14.9 9.27908 14.7209 9.1 14.5 9.1H7.49998ZM7.09998 11.5C7.09998 11.2791 7.27907 11.1 7.49998 11.1H14.5C14.7209 11.1 14.9 11.2791 14.9 11.5C14.9 11.7209 14.7209 11.9 14.5 11.9H7.49998C7.27907 11.9 7.09998 11.7209 7.09998 11.5ZM2.5 9.25003L5 6.00003H0L2.5 9.25003Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$1X = [\"color\"];\nvar EnterIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$1X);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M4.5 1C4.22386 1 4 1.22386 4 1.5C4 1.77614 4.22386 2 4.5 2H12V13H4.5C4.22386 13 4 13.2239 4 13.5C4 13.7761 4.22386 14 4.5 14H12C12.5523 14 13 13.5523 13 13V2C13 1.44772 12.5523 1 12 1H4.5ZM6.60355 4.89645C6.40829 4.70118 6.09171 4.70118 5.89645 4.89645C5.70118 5.09171 5.70118 5.40829 5.89645 5.60355L7.29289 7H0.5C0.223858 7 0 7.22386 0 7.5C0 7.77614 0.223858 8 0.5 8H7.29289L5.89645 9.39645C5.70118 9.59171 5.70118 9.90829 5.89645 10.1036C6.09171 10.2988 6.40829 10.2988 6.60355 10.1036L8.85355 7.85355C9.04882 7.65829 9.04882 7.34171 8.85355 7.14645L6.60355 4.89645Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$1Y = [\"color\"];\nvar EnterFullScreenIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$1Y);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M2 2.5C2 2.22386 2.22386 2 2.5 2H5.5C5.77614 2 6 2.22386 6 2.5C6 2.77614 5.77614 3 5.5 3H3V5.5C3 5.77614 2.77614 6 2.5 6C2.22386 6 2 5.77614 2 5.5V2.5ZM9 2.5C9 2.22386 9.22386 2 9.5 2H12.5C12.7761 2 13 2.22386 13 2.5V5.5C13 5.77614 12.7761 6 12.5 6C12.2239 6 12 5.77614 12 5.5V3H9.5C9.22386 3 9 2.77614 9 2.5ZM2.5 9C2.77614 9 3 9.22386 3 9.5V12H5.5C5.77614 12 6 12.2239 6 12.5C6 12.7761 5.77614 13 5.5 13H2.5C2.22386 13 2 12.7761 2 12.5V9.5C2 9.22386 2.22386 9 2.5 9ZM12.5 9C12.7761 9 13 9.22386 13 9.5V12.5C13 12.7761 12.7761 13 12.5 13H9.5C9.22386 13 9 12.7761 9 12.5C9 12.2239 9.22386 12 9.5 12H12V9.5C12 9.22386 12.2239 9 12.5 9Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$1Z = [\"color\"];\nvar EnvelopeClosedIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$1Z);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M1 2C0.447715 2 0 2.44772 0 3V12C0 12.5523 0.447715 13 1 13H14C14.5523 13 15 12.5523 15 12V3C15 2.44772 14.5523 2 14 2H1ZM1 3L14 3V3.92494C13.9174 3.92486 13.8338 3.94751 13.7589 3.99505L7.5 7.96703L1.24112 3.99505C1.16621 3.94751 1.0826 3.92486 1 3.92494V3ZM1 4.90797V12H14V4.90797L7.74112 8.87995C7.59394 8.97335 7.40606 8.97335 7.25888 8.87995L1 4.90797Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$1_ = [\"color\"];\nvar EnvelopeOpenIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$1_);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M7.94721 0.164594C7.66569 0.0238299 7.33431 0.0238302 7.05279 0.164594L0.552786 3.41459C0.214002 3.58399 0 3.93025 0 4.30902V12C0 12.5523 0.447715 13 1 13H14C14.5523 13 15 12.5523 15 12V4.30902C15 3.93025 14.786 3.58399 14.4472 3.41459L7.94721 0.164594ZM13.5689 4.09349L7.5 1.05902L1.43105 4.09349L7.5 7.29136L13.5689 4.09349ZM1 4.88366V12H14V4.88366L7.70977 8.19813C7.57848 8.26731 7.42152 8.26731 7.29023 8.19813L1 4.88366Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$1$ = [\"color\"];\nvar EraserIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$1$);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M8.36052 0.72921C8.55578 0.533948 8.87236 0.533948 9.06763 0.72921L14.2708 5.93235C14.466 6.12761 14.466 6.4442 14.2708 6.63946L8.95513 11.9551L7.3466 13.5636C6.76081 14.1494 5.81106 14.1494 5.22528 13.5636L1.43635 9.7747C0.850563 9.18891 0.850563 8.23917 1.43635 7.65338L3.04488 6.04485L8.36052 0.72921ZM8.71407 1.78987L4.10554 6.3984L8.60157 10.8944L13.2101 6.28591L8.71407 1.78987ZM7.89447 11.6015L3.39843 7.10551L2.14346 8.36049C1.94819 8.55575 1.94819 8.87233 2.14346 9.06759L5.93238 12.8565C6.12765 13.0518 6.44423 13.0518 6.63949 12.8565L7.89447 11.6015Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$20 = [\"color\"];\nvar ExclamationTriangleIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$20);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M8.4449 0.608765C8.0183 -0.107015 6.9817 -0.107015 6.55509 0.608766L0.161178 11.3368C-0.275824 12.07 0.252503 13 1.10608 13H13.8939C14.7475 13 15.2758 12.07 14.8388 11.3368L8.4449 0.608765ZM7.4141 1.12073C7.45288 1.05566 7.54712 1.05566 7.5859 1.12073L13.9798 11.8488C14.0196 11.9154 13.9715 12 13.8939 12H1.10608C1.02849 12 0.980454 11.9154 1.02018 11.8488L7.4141 1.12073ZM6.8269 4.48611C6.81221 4.10423 7.11783 3.78663 7.5 3.78663C7.88217 3.78663 8.18778 4.10423 8.1731 4.48612L8.01921 8.48701C8.00848 8.766 7.7792 8.98664 7.5 8.98664C7.2208 8.98664 6.99151 8.766 6.98078 8.48701L6.8269 4.48611ZM8.24989 10.476C8.24989 10.8902 7.9141 11.226 7.49989 11.226C7.08567 11.226 6.74989 10.8902 6.74989 10.476C6.74989 10.0618 7.08567 9.72599 7.49989 9.72599C7.9141 9.72599 8.24989 10.0618 8.24989 10.476Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$21 = [\"color\"];\nvar ExitIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$21);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M3 1C2.44771 1 2 1.44772 2 2V13C2 13.5523 2.44772 14 3 14H10.5C10.7761 14 11 13.7761 11 13.5C11 13.2239 10.7761 13 10.5 13H3V2L10.5 2C10.7761 2 11 1.77614 11 1.5C11 1.22386 10.7761 1 10.5 1H3ZM12.6036 4.89645C12.4083 4.70118 12.0917 4.70118 11.8964 4.89645C11.7012 5.09171 11.7012 5.40829 11.8964 5.60355L13.2929 7H6.5C6.22386 7 6 7.22386 6 7.5C6 7.77614 6.22386 8 6.5 8H13.2929L11.8964 9.39645C11.7012 9.59171 11.7012 9.90829 11.8964 10.1036C12.0917 10.2988 12.4083 10.2988 12.6036 10.1036L14.8536 7.85355C15.0488 7.65829 15.0488 7.34171 14.8536 7.14645L12.6036 4.89645Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$22 = [\"color\"];\nvar ExitFullScreenIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$22);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M5.5 2C5.77614 2 6 2.22386 6 2.5V5.5C6 5.77614 5.77614 6 5.5 6H2.5C2.22386 6 2 5.77614 2 5.5C2 5.22386 2.22386 5 2.5 5H5V2.5C5 2.22386 5.22386 2 5.5 2ZM9.5 2C9.77614 2 10 2.22386 10 2.5V5H12.5C12.7761 5 13 5.22386 13 5.5C13 5.77614 12.7761 6 12.5 6H9.5C9.22386 6 9 5.77614 9 5.5V2.5C9 2.22386 9.22386 2 9.5 2ZM2 9.5C2 9.22386 2.22386 9 2.5 9H5.5C5.77614 9 6 9.22386 6 9.5V12.5C6 12.7761 5.77614 13 5.5 13C5.22386 13 5 12.7761 5 12.5V10H2.5C2.22386 10 2 9.77614 2 9.5ZM9 9.5C9 9.22386 9.22386 9 9.5 9H12.5C12.7761 9 13 9.22386 13 9.5C13 9.77614 12.7761 10 12.5 10H10V12.5C10 12.7761 9.77614 13 9.5 13C9.22386 13 9 12.7761 9 12.5V9.5Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$23 = [\"color\"];\nvar ExternalLinkIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$23);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M3 2C2.44772 2 2 2.44772 2 3V12C2 12.5523 2.44772 13 3 13H12C12.5523 13 13 12.5523 13 12V8.5C13 8.22386 12.7761 8 12.5 8C12.2239 8 12 8.22386 12 8.5V12H3V3L6.5 3C6.77614 3 7 2.77614 7 2.5C7 2.22386 6.77614 2 6.5 2H3ZM12.8536 2.14645C12.9015 2.19439 12.9377 2.24964 12.9621 2.30861C12.9861 2.36669 12.9996 2.4303 13 2.497L13 2.5V2.50049V5.5C13 5.77614 12.7761 6 12.5 6C12.2239 6 12 5.77614 12 5.5V3.70711L6.85355 8.85355C6.65829 9.04882 6.34171 9.04882 6.14645 8.85355C5.95118 8.65829 5.95118 8.34171 6.14645 8.14645L11.2929 3H9.5C9.22386 3 9 2.77614 9 2.5C9 2.22386 9.22386 2 9.5 2H12.4999H12.5C12.5678 2 12.6324 2.01349 12.6914 2.03794C12.7504 2.06234 12.8056 2.09851 12.8536 2.14645Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$24 = [\"color\"];\nvar EyeClosedIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$24);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M14.7649 6.07596C14.9991 6.22231 15.0703 6.53079 14.9239 6.76495C14.4849 7.46743 13.9632 8.10645 13.3702 8.66305L14.5712 9.86406C14.7664 10.0593 14.7664 10.3759 14.5712 10.5712C14.3759 10.7664 14.0593 10.7664 13.8641 10.5712L12.6011 9.30817C11.805 9.90283 10.9089 10.3621 9.93375 10.651L10.383 12.3277C10.4544 12.5944 10.2961 12.8685 10.0294 12.94C9.76267 13.0115 9.4885 12.8532 9.41704 12.5865L8.95917 10.8775C8.48743 10.958 8.00036 10.9999 7.50001 10.9999C6.99965 10.9999 6.51257 10.958 6.04082 10.8775L5.58299 12.5864C5.51153 12.8532 5.23737 13.0115 4.97064 12.94C4.7039 12.8686 4.5456 12.5944 4.61706 12.3277L5.06625 10.651C4.09111 10.3621 3.19503 9.90282 2.3989 9.30815L1.1359 10.5712C0.940638 10.7664 0.624058 10.7664 0.428798 10.5712C0.233537 10.3759 0.233537 10.0593 0.428798 9.86405L1.62982 8.66303C1.03682 8.10643 0.515113 7.46742 0.0760677 6.76495C-0.0702867 6.53079 0.000898544 6.22231 0.235065 6.07596C0.469231 5.9296 0.777703 6.00079 0.924058 6.23496C1.40354 7.00213 1.989 7.68057 2.66233 8.2427C2.67315 8.25096 2.6837 8.25972 2.69397 8.26898C4.00897 9.35527 5.65537 9.99991 7.50001 9.99991C10.3078 9.99991 12.6564 8.5063 14.076 6.23495C14.2223 6.00079 14.5308 5.9296 14.7649 6.07596Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$25 = [\"color\"];\nvar EyeNoneIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$25);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M13.3536 2.35355C13.5488 2.15829 13.5488 1.84171 13.3536 1.64645C13.1583 1.45118 12.8417 1.45118 12.6464 1.64645L10.6828 3.61012C9.70652 3.21671 8.63759 3 7.5 3C4.30786 3 1.65639 4.70638 0.0760002 7.23501C-0.0253338 7.39715 -0.0253334 7.60288 0.0760014 7.76501C0.902945 9.08812 2.02314 10.1861 3.36061 10.9323L1.64645 12.6464C1.45118 12.8417 1.45118 13.1583 1.64645 13.3536C1.84171 13.5488 2.15829 13.5488 2.35355 13.3536L4.31723 11.3899C5.29348 11.7833 6.36241 12 7.5 12C10.6921 12 13.3436 10.2936 14.924 7.76501C15.0253 7.60288 15.0253 7.39715 14.924 7.23501C14.0971 5.9119 12.9769 4.81391 11.6394 4.06771L13.3536 2.35355ZM9.90428 4.38861C9.15332 4.1361 8.34759 4 7.5 4C4.80285 4 2.52952 5.37816 1.09622 7.50001C1.87284 8.6497 2.89609 9.58106 4.09974 10.1931L9.90428 4.38861ZM5.09572 10.6114L10.9003 4.80685C12.1039 5.41894 13.1272 6.35031 13.9038 7.50001C12.4705 9.62183 10.1971 11 7.5 11C6.65241 11 5.84668 10.8639 5.09572 10.6114Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$26 = [\"color\"];\nvar EyeOpenIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$26);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M7.5 11C4.80285 11 2.52952 9.62184 1.09622 7.50001C2.52952 5.37816 4.80285 4 7.5 4C10.1971 4 12.4705 5.37816 13.9038 7.50001C12.4705 9.62183 10.1971 11 7.5 11ZM7.5 3C4.30786 3 1.65639 4.70638 0.0760002 7.23501C-0.0253338 7.39715 -0.0253334 7.60288 0.0760014 7.76501C1.65639 10.2936 4.30786 12 7.5 12C10.6921 12 13.3436 10.2936 14.924 7.76501C15.0253 7.60288 15.0253 7.39715 14.924 7.23501C13.3436 4.70638 10.6921 3 7.5 3ZM7.5 9.5C8.60457 9.5 9.5 8.60457 9.5 7.5C9.5 6.39543 8.60457 5.5 7.5 5.5C6.39543 5.5 5.5 6.39543 5.5 7.5C5.5 8.60457 6.39543 9.5 7.5 9.5Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$27 = [\"color\"];\nvar FaceIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$27);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M7.49991 0.876892C3.84222 0.876892 0.877075 3.84204 0.877075 7.49972C0.877075 11.1574 3.84222 14.1226 7.49991 14.1226C11.1576 14.1226 14.1227 11.1574 14.1227 7.49972C14.1227 3.84204 11.1576 0.876892 7.49991 0.876892ZM1.82708 7.49972C1.82708 4.36671 4.36689 1.82689 7.49991 1.82689C10.6329 1.82689 13.1727 4.36671 13.1727 7.49972C13.1727 10.6327 10.6329 13.1726 7.49991 13.1726C4.36689 13.1726 1.82708 10.6327 1.82708 7.49972ZM5.03747 9.21395C4.87949 8.98746 4.56782 8.93193 4.34133 9.08991C4.11484 9.24789 4.05931 9.55956 4.21729 9.78605C4.93926 10.8211 6.14033 11.5 7.50004 11.5C8.85974 11.5 10.0608 10.8211 10.7828 9.78605C10.9408 9.55956 10.8852 9.24789 10.6587 9.08991C10.4323 8.93193 10.1206 8.98746 9.9626 9.21395C9.41963 9.99238 8.51907 10.5 7.50004 10.5C6.481 10.5 5.58044 9.99238 5.03747 9.21395ZM5.37503 6.84998C5.85828 6.84998 6.25003 6.45815 6.25003 5.97498C6.25003 5.4918 5.85828 5.09998 5.37503 5.09998C4.89179 5.09998 4.50003 5.4918 4.50003 5.97498C4.50003 6.45815 4.89179 6.84998 5.37503 6.84998ZM10.5 5.97498C10.5 6.45815 10.1083 6.84998 9.62503 6.84998C9.14179 6.84998 8.75003 6.45815 8.75003 5.97498C8.75003 5.4918 9.14179 5.09998 9.62503 5.09998C10.1083 5.09998 10.5 5.4918 10.5 5.97498Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$28 = [\"color\"];\nvar FigmaLogoIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$28);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M7.00005 2.04999H5.52505C4.71043 2.04999 4.05005 2.71037 4.05005 3.52499C4.05005 4.33961 4.71043 4.99999 5.52505 4.99999H7.00005V2.04999ZM7.00005 1.04999H8.00005H9.47505C10.842 1.04999 11.95 2.15808 11.95 3.52499C11.95 4.33163 11.5642 5.04815 10.9669 5.49999C11.5642 5.95184 11.95 6.66836 11.95 7.475C11.95 8.8419 10.842 9.95 9.47505 9.95C8.92236 9.95 8.41198 9.76884 8.00005 9.46266V9.95L8.00005 11.425C8.00005 12.7919 6.89195 13.9 5.52505 13.9C4.15814 13.9 3.05005 12.7919 3.05005 11.425C3.05005 10.6183 3.43593 9.90184 4.03317 9.44999C3.43593 8.99814 3.05005 8.28163 3.05005 7.475C3.05005 6.66836 3.43594 5.95184 4.03319 5.5C3.43594 5.04815 3.05005 4.33163 3.05005 3.52499C3.05005 2.15808 4.15814 1.04999 5.52505 1.04999H7.00005ZM8.00005 2.04999V4.99999H9.47505C10.2897 4.99999 10.95 4.33961 10.95 3.52499C10.95 2.71037 10.2897 2.04999 9.47505 2.04999H8.00005ZM5.52505 8.94998H7.00005L7.00005 7.4788L7.00005 7.475L7.00005 7.4712V6H5.52505C4.71043 6 4.05005 6.66038 4.05005 7.475C4.05005 8.28767 4.70727 8.94684 5.5192 8.94999L5.52505 8.94998ZM4.05005 11.425C4.05005 10.6123 4.70727 9.95315 5.5192 9.94999L5.52505 9.95H7.00005L7.00005 11.425C7.00005 12.2396 6.33967 12.9 5.52505 12.9C4.71043 12.9 4.05005 12.2396 4.05005 11.425ZM8.00005 7.47206C8.00164 6.65879 8.66141 6 9.47505 6C10.2897 6 10.95 6.66038 10.95 7.475C10.95 8.28962 10.2897 8.95 9.47505 8.95C8.66141 8.95 8.00164 8.29121 8.00005 7.47794V7.47206Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$29 = [\"color\"];\nvar FileIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$29);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M3.5 2C3.22386 2 3 2.22386 3 2.5V12.5C3 12.7761 3.22386 13 3.5 13H11.5C11.7761 13 12 12.7761 12 12.5V6H8.5C8.22386 6 8 5.77614 8 5.5V2H3.5ZM9 2.70711L11.2929 5H9V2.70711ZM2 2.5C2 1.67157 2.67157 1 3.5 1H8.5C8.63261 1 8.75979 1.05268 8.85355 1.14645L12.8536 5.14645C12.9473 5.24021 13 5.36739 13 5.5V12.5C13 13.3284 12.3284 14 11.5 14H3.5C2.67157 14 2 13.3284 2 12.5V2.5Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$2a = [\"color\"];\nvar FileMinusIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$2a);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M3 2.5C3 2.22386 3.22386 2 3.5 2H9.29289L12 4.70711V12.5C12 12.7761 11.7761 13 11.5 13H3.5C3.22386 13 3 12.7761 3 12.5V2.5ZM3.5 1C2.67157 1 2 1.67157 2 2.5V12.5C2 13.3284 2.67157 14 3.5 14H11.5C12.3284 14 13 13.3284 13 12.5V4.60355C13 4.40464 12.921 4.21388 12.7803 4.07322L9.85355 1.14645C9.75979 1.05268 9.63261 1 9.5 1H3.5ZM5.25 7C4.97386 7 4.75 7.22386 4.75 7.5C4.75 7.77614 4.97386 8 5.25 8H9.75C10.0261 8 10.25 7.77614 10.25 7.5C10.25 7.22386 10.0261 7 9.75 7H5.25Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$2b = [\"color\"];\nvar FilePlusIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$2b);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M3.5 2C3.22386 2 3 2.22386 3 2.5V12.5C3 12.7761 3.22386 13 3.5 13H11.5C11.7761 13 12 12.7761 12 12.5V4.70711L9.29289 2H3.5ZM2 2.5C2 1.67157 2.67157 1 3.5 1H9.5C9.63261 1 9.75979 1.05268 9.85355 1.14645L12.7803 4.07322C12.921 4.21388 13 4.40464 13 4.60355V12.5C13 13.3284 12.3284 14 11.5 14H3.5C2.67157 14 2 13.3284 2 12.5V2.5ZM4.75 7.5C4.75 7.22386 4.97386 7 5.25 7H7V5.25C7 4.97386 7.22386 4.75 7.5 4.75C7.77614 4.75 8 4.97386 8 5.25V7H9.75C10.0261 7 10.25 7.22386 10.25 7.5C10.25 7.77614 10.0261 8 9.75 8H8V9.75C8 10.0261 7.77614 10.25 7.5 10.25C7.22386 10.25 7 10.0261 7 9.75V8H5.25C4.97386 8 4.75 7.77614 4.75 7.5Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$2c = [\"color\"];\nvar FileTextIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$2c);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M3 2.5C3 2.22386 3.22386 2 3.5 2H9.08579C9.21839 2 9.34557 2.05268 9.43934 2.14645L11.8536 4.56066C11.9473 4.65443 12 4.78161 12 4.91421V12.5C12 12.7761 11.7761 13 11.5 13H3.5C3.22386 13 3 12.7761 3 12.5V2.5ZM3.5 1C2.67157 1 2 1.67157 2 2.5V12.5C2 13.3284 2.67157 14 3.5 14H11.5C12.3284 14 13 13.3284 13 12.5V4.91421C13 4.51639 12.842 4.13486 12.5607 3.85355L10.1464 1.43934C9.86514 1.15804 9.48361 1 9.08579 1H3.5ZM4.5 4C4.22386 4 4 4.22386 4 4.5C4 4.77614 4.22386 5 4.5 5H7.5C7.77614 5 8 4.77614 8 4.5C8 4.22386 7.77614 4 7.5 4H4.5ZM4.5 7C4.22386 7 4 7.22386 4 7.5C4 7.77614 4.22386 8 4.5 8H10.5C10.7761 8 11 7.77614 11 7.5C11 7.22386 10.7761 7 10.5 7H4.5ZM4.5 10C4.22386 10 4 10.2239 4 10.5C4 10.7761 4.22386 11 4.5 11H10.5C10.7761 11 11 10.7761 11 10.5C11 10.2239 10.7761 10 10.5 10H4.5Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$2d = [\"color\"];\nvar FontBoldIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$2d);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M5.10505 12C4.70805 12 4.4236 11.912 4.25171 11.736C4.0839 11.5559 4 11.2715 4 10.8827V4.11733C4 3.72033 4.08595 3.43588 4.25784 3.26398C4.43383 3.08799 4.71623 3 5.10505 3C6.42741 3 8.25591 3 9.02852 3C10.1373 3 11.0539 3.98153 11.0539 5.1846C11.0539 6.08501 10.6037 6.81855 9.70327 7.23602C10.8657 7.44851 11.5176 8.62787 11.5176 9.48128C11.5176 10.5125 10.9902 12 9.27734 12C8.77742 12 6.42626 12 5.10505 12ZM8.37891 8.00341H5.8V10.631H8.37891C8.9 10.631 9.6296 10.1211 9.6296 9.29877C9.6296 8.47643 8.9 8.00341 8.37891 8.00341ZM5.8 4.36903V6.69577H8.17969C8.53906 6.69577 9.27734 6.35939 9.27734 5.50002C9.27734 4.64064 8.48047 4.36903 8.17969 4.36903H5.8Z\",\n fill: color\n }));\n});\n\nvar _excluded$2e = [\"color\"];\nvar FontFamilyIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$2e);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M2.5 4.5C2.5 3.09886 3.59886 2 5 2H12.499C12.7752 2 13 2.22386 13 2.5C13 2.77614 12.7761 3 12.5 3H8.69244L8.40509 3.85458C8.18869 4.49752 7.89401 5.37197 7.58091 6.29794C7.50259 6.52956 7.42308 6.76453 7.34332 7H8.5C8.77614 7 9 7.22386 9 7.5C9 7.77614 8.77614 8 8.5 8H7.00407C6.56724 9.28543 6.16435 10.4613 5.95799 11.0386C5.63627 11.9386 5.20712 12.4857 4.66741 12.7778C4.16335 13.0507 3.64154 13.0503 3.28378 13.05L3.25 13.05C2.94624 13.05 2.7 12.8037 2.7 12.5C2.7 12.1962 2.94624 11.95 3.25 11.95C3.64182 11.95 3.9035 11.9405 4.14374 11.8105C4.36443 11.691 4.65532 11.4148 4.92217 10.6683C5.10695 10.1514 5.45375 9.14134 5.8422 8H4.5C4.22386 8 4 7.77614 4 7.5C4 7.22386 4.22386 7 4.5 7H6.18187C6.30127 6.64785 6.42132 6.29323 6.53887 5.94559C6.85175 5.02025 7.14627 4.14631 7.36256 3.50368L7.53192 3H5C4.15114 3 3.5 3.65114 3.5 4.5C3.5 4.77614 3.27614 5 3 5C2.72386 5 2.5 4.77614 2.5 4.5Z\",\n fill: color\n }));\n});\n\nvar _excluded$2f = [\"color\"];\nvar FontItalicIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$2f);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M5.67494 3.50017C5.67494 3.25164 5.87641 3.05017 6.12494 3.05017H10.6249C10.8735 3.05017 11.0749 3.25164 11.0749 3.50017C11.0749 3.7487 10.8735 3.95017 10.6249 3.95017H9.00587L7.2309 11.05H8.87493C9.12345 11.05 9.32493 11.2515 9.32493 11.5C9.32493 11.7486 9.12345 11.95 8.87493 11.95H4.37493C4.1264 11.95 3.92493 11.7486 3.92493 11.5C3.92493 11.2515 4.1264 11.05 4.37493 11.05H5.99397L7.76894 3.95017H6.12494C5.87641 3.95017 5.67494 3.7487 5.67494 3.50017Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$2g = [\"color\"];\nvar FontRomanIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$2g);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M4.79993 3.50017C4.79993 3.25164 5.0014 3.05017 5.24993 3.05017H9.74993C9.99845 3.05017 10.1999 3.25164 10.1999 3.50017C10.1999 3.7487 9.99845 3.95017 9.74993 3.95017H8.09993V11.05H9.74994C9.99847 11.05 10.1999 11.2515 10.1999 11.5C10.1999 11.7486 9.99847 11.95 9.74994 11.95H5.24994C5.00141 11.95 4.79994 11.7486 4.79994 11.5C4.79994 11.2515 5.00141 11.05 5.24994 11.05H6.89993V3.95017H5.24993C5.0014 3.95017 4.79993 3.7487 4.79993 3.50017Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$2h = [\"color\"];\nvar FontSizeIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$2h);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M2.78233 2.21707C2.70732 2.14206 2.60557 2.09991 2.49949 2.09991C2.3934 2.09991 2.29166 2.14206 2.21664 2.21707L0.216645 4.21707C0.0604351 4.37328 0.0604351 4.62655 0.216645 4.78276C0.372855 4.93897 0.626121 4.93897 0.78233 4.78276L2.09949 3.4656L2.09949 11.5342L0.78233 10.2171C0.62612 10.0609 0.372854 10.0609 0.216645 10.2171C0.0604349 10.3733 0.0604349 10.6265 0.216645 10.7828L2.21664 12.7828C2.29166 12.8578 2.3934 12.8999 2.49949 12.8999C2.60557 12.8999 2.70731 12.8578 2.78233 12.7828L4.78233 10.7828C4.93854 10.6265 4.93854 10.3733 4.78233 10.2171C4.62612 10.0609 4.37285 10.0609 4.21664 10.2171L2.89949 11.5342L2.89949 3.4656L4.21664 4.78276C4.37285 4.93897 4.62612 4.93897 4.78233 4.78276C4.93854 4.62655 4.93854 4.37328 4.78233 4.21707L2.78233 2.21707ZM10.5 2.74997C10.7107 2.74997 10.8988 2.88211 10.9703 3.08036L13.9703 11.3999C14.064 11.6597 13.9293 11.9462 13.6696 12.0399C13.4098 12.1336 13.1233 11.9989 13.0296 11.7392L12.0477 9.016H8.95228L7.97033 11.7392C7.87666 11.9989 7.59013 12.1336 7.33036 12.0399C7.07059 11.9462 6.93595 11.6597 7.02962 11.3999L10.0296 3.08036C10.1011 2.88211 10.2892 2.74997 10.5 2.74997ZM10.5 4.72396L11.7412 8.166H9.25879L10.5 4.72396Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$2i = [\"color\"];\nvar FontStyleIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$2i);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M1.03791 9.98075C0.934777 9.6583 1.11603 9.37719 1.40005 9.24871C1.68408 9.12022 2.09463 9.13412 2.27071 9.45426C2.85393 10.5147 3.64599 10.7282 4.48665 10.7282C5.52721 10.7282 6.29659 10.2615 6.29659 9.45426C6.29659 8.8047 5.9119 8.46416 4.87134 8.14253L4.15872 7.92181C2.64518 7.44883 1.88842 6.69206 1.88842 5.45601C1.88842 3.79743 3.27583 2.6875 5.24342 2.6875C6.91733 2.6875 7.97409 3.33536 8.43833 4.31065C8.57087 4.58909 8.57614 4.91294 8.22794 5.19114C7.87974 5.46934 7.52351 5.34799 7.23327 5.03839C6.47215 4.22653 5.99545 4.04968 5.25604 4.04968C4.1398 4.04968 3.547 4.63618 3.547 5.27943C3.547 5.86592 3.96322 6.23169 4.94702 6.5344L5.67856 6.76143C7.22994 7.23441 7.97409 7.95964 7.97409 9.17047C7.97409 10.7723 6.69389 12.0903 4.46143 12.0903C2.86612 12.0903 1.40005 11.1131 1.03791 9.98075ZM11.8491 8.77985C10.661 8.39543 10.1649 7.86114 10.1649 6.98805C10.1649 5.86736 11.1636 5.04639 12.6128 5.04639C13.8546 5.04639 14.6629 5.63345 14.9778 6.6346C15.0443 6.84599 14.9593 6.98006 14.7475 7.0491C14.5394 7.11697 14.3176 7.09974 14.238 6.89611C13.9356 6.12273 13.352 5.76311 12.5998 5.76311C11.6467 5.76311 11.0135 6.25178 11.0135 6.91638C11.0135 7.45066 11.3464 7.75038 12.2473 8.04358L12.8348 8.23254C14.062 8.62999 14.5516 9.13821 14.5516 10.0178C14.5516 11.1972 13.481 12.0442 11.9927 12.0442C10.6439 12.0442 9.65644 11.2809 9.41979 10.3361C9.36535 10.1188 9.41192 10.0287 9.70039 9.96184C9.98886 9.89499 10.0714 9.89918 10.1715 10.1369C10.4555 10.8114 11.1531 11.3275 12.0318 11.3275C12.9914 11.3275 13.6834 10.7802 13.6834 10.0634C13.6834 9.53567 13.3961 9.28807 12.4366 8.97532L11.8491 8.77985Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$2j = [\"color\"];\nvar FrameIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$2j);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M11 1.5C11 1.22386 10.7761 1 10.5 1C10.2239 1 10 1.22386 10 1.5V4H5V1.5C5 1.22386 4.77614 1 4.5 1C4.22386 1 4 1.22386 4 1.5V4H1.5C1.22386 4 1 4.22386 1 4.5C1 4.77614 1.22386 5 1.5 5H4V10H1.5C1.22386 10 1 10.2239 1 10.5C1 10.7761 1.22386 11 1.5 11H4V13.5C4 13.7761 4.22386 14 4.5 14C4.77614 14 5 13.7761 5 13.5V11H10V13.5C10 13.7761 10.2239 14 10.5 14C10.7761 14 11 13.7761 11 13.5V11H13.5C13.7761 11 14 10.7761 14 10.5C14 10.2239 13.7761 10 13.5 10H11V5H13.5C13.7761 5 14 4.77614 14 4.5C14 4.22386 13.7761 4 13.5 4H11V1.5ZM10 10V5H5V10H10Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$2k = [\"color\"];\nvar FramerLogoIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$2k);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M3.3825 1.29567C3.46241 1.11432 3.64188 0.997284 3.84005 0.997284H11.5C11.7761 0.997284 12 1.22114 12 1.49728V5.5C12 5.77614 11.7761 6 11.5 6H8.63521L11.5288 9.16247C11.6626 9.3087 11.6974 9.52015 11.6175 9.70154C11.5376 9.88293 11.3582 10 11.16 10H8V13.5C8 13.7022 7.87818 13.8845 7.69134 13.9619C7.5045 14.0393 7.28945 13.9966 7.14645 13.8536L3.14645 9.85355C3.05268 9.75979 3 9.63261 3 9.5V5.5C3 5.22386 3.22386 5 3.5 5H6.36531L3.47105 1.83468C3.33732 1.68844 3.30259 1.47701 3.3825 1.29567ZM7.72032 5L4.97474 1.99728H11V5H7.72032ZM7.27978 6H4V9H7.5H10.0247L7.27978 6ZM4.70711 10L7 12.2929V10H4.70711Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$2l = [\"color\"];\nvar GearIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$2l);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M7.07095 0.650238C6.67391 0.650238 6.32977 0.925096 6.24198 1.31231L6.0039 2.36247C5.6249 2.47269 5.26335 2.62363 4.92436 2.81013L4.01335 2.23585C3.67748 2.02413 3.23978 2.07312 2.95903 2.35386L2.35294 2.95996C2.0722 3.2407 2.0232 3.6784 2.23493 4.01427L2.80942 4.92561C2.62307 5.2645 2.47227 5.62594 2.36216 6.00481L1.31209 6.24287C0.924883 6.33065 0.650024 6.6748 0.650024 7.07183V7.92897C0.650024 8.32601 0.924883 8.67015 1.31209 8.75794L2.36228 8.99603C2.47246 9.375 2.62335 9.73652 2.80979 10.0755L2.2354 10.9867C2.02367 11.3225 2.07267 11.7602 2.35341 12.041L2.95951 12.6471C3.24025 12.9278 3.67795 12.9768 4.01382 12.7651L4.92506 12.1907C5.26384 12.377 5.62516 12.5278 6.0039 12.6379L6.24198 13.6881C6.32977 14.0753 6.67391 14.3502 7.07095 14.3502H7.92809C8.32512 14.3502 8.66927 14.0753 8.75705 13.6881L8.99505 12.6383C9.37411 12.5282 9.73573 12.3773 10.0748 12.1909L10.986 12.7653C11.3218 12.977 11.7595 12.928 12.0403 12.6473L12.6464 12.0412C12.9271 11.7604 12.9761 11.3227 12.7644 10.9869L12.1902 10.076C12.3768 9.73688 12.5278 9.37515 12.638 8.99596L13.6879 8.75794C14.0751 8.67015 14.35 8.32601 14.35 7.92897V7.07183C14.35 6.6748 14.0751 6.33065 13.6879 6.24287L12.6381 6.00488C12.528 5.62578 12.3771 5.26414 12.1906 4.92507L12.7648 4.01407C12.9766 3.6782 12.9276 3.2405 12.6468 2.95975L12.0407 2.35366C11.76 2.07292 11.3223 2.02392 10.9864 2.23565L10.0755 2.80989C9.73622 2.62328 9.37437 2.47229 8.99505 2.36209L8.75705 1.31231C8.66927 0.925096 8.32512 0.650238 7.92809 0.650238H7.07095ZM4.92053 3.81251C5.44724 3.44339 6.05665 3.18424 6.71543 3.06839L7.07095 1.50024H7.92809L8.28355 3.06816C8.94267 3.18387 9.5524 3.44302 10.0794 3.81224L11.4397 2.9547L12.0458 3.56079L11.1882 4.92117C11.5573 5.44798 11.8164 6.0575 11.9321 6.71638L13.5 7.07183V7.92897L11.932 8.28444C11.8162 8.94342 11.557 9.55301 11.1878 10.0798L12.0453 11.4402L11.4392 12.0462L10.0787 11.1886C9.55192 11.5576 8.94241 11.8166 8.28355 11.9323L7.92809 13.5002H7.07095L6.71543 11.932C6.0569 11.8162 5.44772 11.5572 4.92116 11.1883L3.56055 12.046L2.95445 11.4399L3.81213 10.0794C3.4431 9.55266 3.18403 8.94326 3.06825 8.2845L1.50002 7.92897V7.07183L3.06818 6.71632C3.18388 6.05765 3.44283 5.44833 3.81171 4.92165L2.95398 3.561L3.56008 2.95491L4.92053 3.81251ZM9.02496 7.50008C9.02496 8.34226 8.34223 9.02499 7.50005 9.02499C6.65786 9.02499 5.97513 8.34226 5.97513 7.50008C5.97513 6.65789 6.65786 5.97516 7.50005 5.97516C8.34223 5.97516 9.02496 6.65789 9.02496 7.50008ZM9.92496 7.50008C9.92496 8.83932 8.83929 9.92499 7.50005 9.92499C6.1608 9.92499 5.07513 8.83932 5.07513 7.50008C5.07513 6.16084 6.1608 5.07516 7.50005 5.07516C8.83929 5.07516 9.92496 6.16084 9.92496 7.50008Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$2m = [\"color\"];\nvar GitHubLogoIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$2m);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M7.49933 0.25C3.49635 0.25 0.25 3.49593 0.25 7.50024C0.25 10.703 2.32715 13.4206 5.2081 14.3797C5.57084 14.446 5.70302 14.2222 5.70302 14.0299C5.70302 13.8576 5.69679 13.4019 5.69323 12.797C3.67661 13.235 3.25112 11.825 3.25112 11.825C2.92132 10.9874 2.44599 10.7644 2.44599 10.7644C1.78773 10.3149 2.49584 10.3238 2.49584 10.3238C3.22353 10.375 3.60629 11.0711 3.60629 11.0711C4.25298 12.1788 5.30335 11.8588 5.71638 11.6732C5.78225 11.205 5.96962 10.8854 6.17658 10.7043C4.56675 10.5209 2.87415 9.89918 2.87415 7.12104C2.87415 6.32925 3.15677 5.68257 3.62053 5.17563C3.54576 4.99226 3.29697 4.25521 3.69174 3.25691C3.69174 3.25691 4.30015 3.06196 5.68522 3.99973C6.26337 3.83906 6.8838 3.75895 7.50022 3.75583C8.1162 3.75895 8.73619 3.83906 9.31523 3.99973C10.6994 3.06196 11.3069 3.25691 11.3069 3.25691C11.7026 4.25521 11.4538 4.99226 11.3795 5.17563C11.8441 5.68257 12.1245 6.32925 12.1245 7.12104C12.1245 9.9063 10.4292 10.5192 8.81452 10.6985C9.07444 10.9224 9.30633 11.3648 9.30633 12.0413C9.30633 13.0102 9.29742 13.7922 9.29742 14.0299C9.29742 14.2239 9.42828 14.4496 9.79591 14.3788C12.6746 13.4179 14.75 10.7025 14.75 7.50024C14.75 3.49593 11.5036 0.25 7.49933 0.25Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$2n = [\"color\"];\nvar GlobeIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$2n);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M7.49996 1.80002C4.35194 1.80002 1.79996 4.352 1.79996 7.50002C1.79996 10.648 4.35194 13.2 7.49996 13.2C10.648 13.2 13.2 10.648 13.2 7.50002C13.2 4.352 10.648 1.80002 7.49996 1.80002ZM0.899963 7.50002C0.899963 3.85494 3.85488 0.900024 7.49996 0.900024C11.145 0.900024 14.1 3.85494 14.1 7.50002C14.1 11.1451 11.145 14.1 7.49996 14.1C3.85488 14.1 0.899963 11.1451 0.899963 7.50002Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }), createElement(\"path\", {\n d: \"M13.4999 7.89998H1.49994V7.09998H13.4999V7.89998Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }), createElement(\"path\", {\n d: \"M7.09991 13.5V1.5H7.89991V13.5H7.09991zM10.375 7.49998C10.375 5.32724 9.59364 3.17778 8.06183 1.75656L8.53793 1.24341C10.2396 2.82218 11.075 5.17273 11.075 7.49998 11.075 9.82724 10.2396 12.1778 8.53793 13.7566L8.06183 13.2434C9.59364 11.8222 10.375 9.67273 10.375 7.49998zM3.99969 7.5C3.99969 5.17611 4.80786 2.82678 6.45768 1.24719L6.94177 1.75281C5.4582 3.17323 4.69969 5.32389 4.69969 7.5 4.6997 9.67611 5.45822 11.8268 6.94179 13.2472L6.45769 13.7528C4.80788 12.1732 3.9997 9.8239 3.99969 7.5z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }), createElement(\"path\", {\n d: \"M7.49996 3.95801C9.66928 3.95801 11.8753 4.35915 13.3706 5.19448 13.5394 5.28875 13.5998 5.50197 13.5055 5.67073 13.4113 5.83948 13.198 5.89987 13.0293 5.8056 11.6794 5.05155 9.60799 4.65801 7.49996 4.65801 5.39192 4.65801 3.32052 5.05155 1.97064 5.8056 1.80188 5.89987 1.58866 5.83948 1.49439 5.67073 1.40013 5.50197 1.46051 5.28875 1.62927 5.19448 3.12466 4.35915 5.33063 3.95801 7.49996 3.95801zM7.49996 10.85C9.66928 10.85 11.8753 10.4488 13.3706 9.6135 13.5394 9.51924 13.5998 9.30601 13.5055 9.13726 13.4113 8.9685 13.198 8.90812 13.0293 9.00238 11.6794 9.75643 9.60799 10.15 7.49996 10.15 5.39192 10.15 3.32052 9.75643 1.97064 9.00239 1.80188 8.90812 1.58866 8.9685 1.49439 9.13726 1.40013 9.30601 1.46051 9.51924 1.62927 9.6135 3.12466 10.4488 5.33063 10.85 7.49996 10.85z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$2o = [\"color\"];\nvar GridIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$2o);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M12.5 2H8V7H13V2.5C13 2.22386 12.7761 2 12.5 2ZM13 8H8V13H12.5C12.7761 13 13 12.7761 13 12.5V8ZM7 7V2H2.5C2.22386 2 2 2.22386 2 2.5V7H7ZM2 8V12.5C2 12.7761 2.22386 13 2.5 13H7V8H2ZM2.5 1C1.67157 1 1 1.67157 1 2.5V12.5C1 13.3284 1.67157 14 2.5 14H12.5C13.3284 14 14 13.3284 14 12.5V2.5C14 1.67157 13.3284 1 12.5 1H2.5Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$2p = [\"color\"];\nvar GroupIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$2p);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M1.44995 0.949951C1.31734 0.949951 1.19016 1.00263 1.0964 1.0964C1.00263 1.19017 0.949951 1.31735 0.949951 1.44995L0.949966 3.44995C0.949969 3.7261 1.17383 3.94995 1.44997 3.94995C1.72611 3.94995 1.94997 3.72609 1.94997 3.44995L1.94995 1.94995H3.44997C3.72611 1.94995 3.94997 1.72609 3.94997 1.44995C3.94997 1.17381 3.72611 0.949951 3.44997 0.949951H1.44995ZM5.94995 0.949951C5.67381 0.949951 5.44995 1.17381 5.44995 1.44995C5.44995 1.72609 5.67381 1.94995 5.94995 1.94995H8.94995C9.22609 1.94995 9.44995 1.72609 9.44995 1.44995C9.44995 1.17381 9.22609 0.949951 8.94995 0.949951H5.94995ZM5.44995 13.45C5.44995 13.1738 5.67381 12.95 5.94995 12.95H8.94995C9.22609 12.95 9.44995 13.1738 9.44995 13.45C9.44995 13.7261 9.22609 13.95 8.94995 13.95H5.94995C5.67381 13.95 5.44995 13.7261 5.44995 13.45ZM1.94995 5.94995C1.94995 5.67381 1.72609 5.44995 1.44995 5.44995C1.17381 5.44995 0.949951 5.67381 0.949951 5.94995V8.94995C0.949951 9.22609 1.17381 9.44995 1.44995 9.44995C1.72609 9.44995 1.94995 9.22609 1.94995 8.94995V5.94995ZM13.45 5.44995C13.7261 5.44995 13.95 5.67381 13.95 5.94995V8.94995C13.95 9.22609 13.7261 9.44995 13.45 9.44995C13.1738 9.44995 12.95 9.22609 12.95 8.94995V5.94995C12.95 5.67381 13.1738 5.44995 13.45 5.44995ZM11.45 0.949951C11.1738 0.949951 10.95 1.17381 10.95 1.44995C10.95 1.72609 11.1738 1.94995 11.45 1.94995H12.9499V3.44995C12.9499 3.72609 13.1738 3.94995 13.4499 3.94995C13.7261 3.94995 13.9499 3.72609 13.9499 3.44995V1.44995C13.9499 1.17381 13.7252 0.949951 13.449 0.949951H11.45ZM1.44995 10.95C1.72609 10.95 1.94995 11.1738 1.94995 11.45V12.95H3.44997C3.72611 12.95 3.94997 13.1738 3.94997 13.45C3.94997 13.7261 3.72611 13.95 3.44997 13.95H1.44995C1.17381 13.95 0.949951 13.7261 0.949951 13.45V11.45C0.949951 11.1738 1.17381 10.95 1.44995 10.95ZM13.95 11.45C13.95 11.1738 13.7261 10.95 13.45 10.95C13.1738 10.9499 12.95 11.1738 12.95 11.4499L12.9491 12.95H11.45C11.1738 12.95 10.95 13.1738 10.95 13.45C10.95 13.7261 11.1738 13.95 11.45 13.95H13.4499C13.7261 13.95 13.9499 13.7261 13.9499 13.45L13.95 11.45Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$2q = [\"color\"];\nvar Half1Icon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$2q);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M7.49991 0.876892C3.84222 0.876892 0.877075 3.84204 0.877075 7.49972C0.877075 11.1574 3.84222 14.1226 7.49991 14.1226C11.1576 14.1226 14.1227 11.1574 14.1227 7.49972C14.1227 3.84204 11.1576 0.876892 7.49991 0.876892ZM7.00003 1.84861C4.10114 2.1017 1.82707 4.53515 1.82707 7.49972C1.82707 10.4643 4.10114 12.8977 7.00003 13.1508V1.84861ZM8.00003 13.1508C10.8988 12.8976 13.1727 10.4642 13.1727 7.49972C13.1727 4.53524 10.8988 2.10185 8.00003 1.84864V13.1508Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$2r = [\"color\"];\nvar Half2Icon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$2r);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M7.49991 0.876892C3.84222 0.876892 0.877075 3.84204 0.877075 7.49972C0.877075 11.1574 3.84222 14.1226 7.49991 14.1226C11.1576 14.1226 14.1227 11.1574 14.1227 7.49972C14.1227 3.84204 11.1576 0.876892 7.49991 0.876892ZM7.49988 1.82689C4.36688 1.8269 1.82707 4.36672 1.82707 7.49972C1.82707 10.6327 4.36688 13.1725 7.49988 13.1726V1.82689Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$2s = [\"color\"];\nvar HamburgerMenuIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$2s);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M1.5 3C1.22386 3 1 3.22386 1 3.5C1 3.77614 1.22386 4 1.5 4H13.5C13.7761 4 14 3.77614 14 3.5C14 3.22386 13.7761 3 13.5 3H1.5ZM1 7.5C1 7.22386 1.22386 7 1.5 7H13.5C13.7761 7 14 7.22386 14 7.5C14 7.77614 13.7761 8 13.5 8H1.5C1.22386 8 1 7.77614 1 7.5ZM1 11.5C1 11.2239 1.22386 11 1.5 11H13.5C13.7761 11 14 11.2239 14 11.5C14 11.7761 13.7761 12 13.5 12H1.5C1.22386 12 1 11.7761 1 11.5Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$2t = [\"color\"];\nvar HandIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$2t);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M6.8113 1.64706C6.62188 2.87918 6.68268 3.88523 6.76848 5.30499C6.78415 5.56426 6.80065 5.83732 6.81661 6.12808C6.83111 6.39208 6.63758 6.62172 6.37495 6.65217C6.11232 6.68262 5.87138 6.50334 5.82509 6.24304L5.74754 5.80698C5.64402 5.16529 5.48355 4.25481 5.17807 3.44741C4.86241 2.61312 4.4486 2.04121 3.93436 1.86044C3.64994 1.76104 3.41901 1.84279 3.25868 2.01052C3.08746 2.18962 2.9976 2.47065 3.0627 2.75399C3.2146 3.34424 3.44627 3.9167 3.69836 4.51802C3.72082 4.57158 3.74346 4.62543 3.76621 4.67954C3.9954 5.22457 4.23619 5.7972 4.41644 6.39081L4.41691 6.39238C4.562 6.87586 4.65646 7.2595 4.73086 7.56165C4.76034 7.68138 4.78667 7.78831 4.81175 7.88359C4.86768 8.09606 4.77836 8.32014 4.59161 8.43588C4.40486 8.55161 4.16445 8.53188 3.99907 8.38725C3.73749 8.15848 3.515 7.92784 3.31817 7.71802C3.27627 7.67335 3.23602 7.63018 3.19705 7.58838C3.04777 7.42826 2.91712 7.28812 2.78334 7.16029C2.45989 6.85122 2.18398 6.68004 1.80585 6.64369L1.80324 6.64343C1.56117 6.61888 1.41402 6.66441 1.31756 6.72627C1.21899 6.78947 1.11988 6.90414 1.03784 7.1123C0.976576 7.28492 1.01515 7.62987 1.1929 7.96911L1.19728 7.97747C1.40086 8.38452 1.74475 8.81587 2.18141 9.29299C2.39739 9.52898 2.62872 9.76849 2.86934 10.0174L2.87966 10.0281C3.11546 10.2721 3.35962 10.5247 3.59713 10.7827C4.4288 11.6863 5.27706 12.7538 5.4627 14H11.5087C11.5636 12.4353 11.8756 11.268 12.2875 10.1346C12.4454 9.70041 12.6121 9.28412 12.7826 8.85829C13.1097 8.04139 13.4509 7.18937 13.7705 6.10824C14.0989 4.99737 14.0097 4.37033 13.8613 4.03984C13.717 3.71858 13.4914 3.61786 13.3816 3.59606C13.1381 3.54774 13.0384 3.60947 12.9698 3.67901C12.867 3.78316 12.7698 3.98273 12.6921 4.30269C12.6166 4.61345 12.5752 4.96517 12.533 5.32501L12.5298 5.35285C12.4924 5.67242 12.4505 6.03016 12.3665 6.30098C12.3383 6.40699 12.2819 6.50407 12.1979 6.57539C12.1382 6.6261 12.0104 6.70818 11.8309 6.69312C11.5424 6.66891 11.3712 6.42143 11.365 6.14783C11.356 5.75454 11.3883 5.35864 11.4074 4.96608C11.4428 4.23646 11.477 3.5337 11.4245 2.8342L11.4242 2.82934C11.3916 2.32997 11.0493 2.00228 10.7007 1.9228C10.5305 1.88401 10.369 1.90601 10.2347 1.9835C10.103 2.05946 9.95535 2.21318 9.8574 2.51394L9.85631 2.51726C9.81525 2.6404 9.77298 2.87753 9.73606 3.2124C9.70044 3.53542 9.67337 3.91279 9.65156 4.29418C9.6329 4.62033 9.61785 4.9584 9.60434 5.26194C9.58728 5.64529 9.57267 5.97357 9.55633 6.1532C9.54983 6.22459 9.52939 6.29493 9.49501 6.35785C9.47356 6.39711 9.36115 6.60947 9.07106 6.61843C8.77917 6.62744 8.63975 6.40057 8.61698 6.35919C8.55634 6.24899 8.55066 6.11807 8.54754 5.99283C8.54474 5.88064 8.54294 5.71798 8.54174 5.54767C8.53935 5.20582 8.53935 4.81919 8.53935 4.70952C8.53935 3.6657 8.53838 2.65372 8.44714 1.64372C8.39183 1.24127 8.06278 1.00455 7.6436 1.00005C7.22399 0.995552 6.87918 1.22704 6.8113 1.64706ZM9.41219 1.3617C9.21469 0.448484 8.39913 0.00810324 7.65433 0.00011154C6.86452 -0.00836308 5.98761 0.465881 5.82365 1.49037L5.82318 1.49334C5.78239 1.7584 5.75229 2.01481 5.7309 2.26652C5.39423 1.67364 4.92622 1.14894 4.2655 0.916859C3.58661 0.679312 2.9492 0.887087 2.53582 1.31952C2.13415 1.73971 1.94438 2.36742 2.09031 2.98746L2.09269 2.99713C2.26478 3.66808 2.52396 4.30316 2.77613 4.90465C2.79814 4.95717 2.8201 5.00941 2.84194 5.06139C3.02139 5.48842 3.19378 5.89866 3.33871 6.31256C2.96404 5.98142 2.51925 5.70796 1.90276 5.6484C1.48865 5.60663 1.10391 5.67536 0.777805 5.88444C0.454239 6.0919 0.240671 6.40405 0.104187 6.75406L0.100868 6.76281C-0.10184 7.31286 0.0663312 7.97157 0.304895 8.42897C0.573704 8.96474 0.996104 9.47904 1.44372 9.96813C1.67046 10.2159 1.91136 10.4652 2.15033 10.7124L2.15682 10.7191C2.39524 10.9658 2.63217 11.2109 2.86134 11.4599C3.80937 12.49 4.50002 13.4632 4.50002 14.5C4.50002 14.7761 4.72388 15 5.00002 15H12C12.2762 15 12.5 14.7761 12.5 14.5C12.5 12.8212 12.8021 11.6462 13.2274 10.4762C13.3653 10.0968 13.5216 9.70579 13.6868 9.29247C14.0238 8.44922 14.398 7.51298 14.7295 6.39175C15.0956 5.15324 15.0559 4.25904 14.7735 3.63017C14.487 2.99208 13.9798 2.6953 13.5763 2.6152C13.1276 2.52614 12.7367 2.60475 12.4268 2.83081C12.4253 2.80773 12.4236 2.78468 12.4219 2.76167C12.3587 1.8105 11.6907 1.12285 10.923 0.947821C10.5346 0.859287 10.1111 0.900393 9.73509 1.11724C9.61852 1.18446 9.51055 1.26623 9.41219 1.3617Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$2u = [\"color\"];\nvar HeadingIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$2u);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M8.75432 2.0502C8.50579 2.0502 8.30432 2.25167 8.30432 2.5002C8.30432 2.74873 8.50579 2.9502 8.75432 2.9502H9.94997V7.05004H5.04997V2.9502H6.25432C6.50285 2.9502 6.70432 2.74873 6.70432 2.5002C6.70432 2.25167 6.50285 2.0502 6.25432 2.0502H2.75432C2.50579 2.0502 2.30432 2.25167 2.30432 2.5002C2.30432 2.74873 2.50579 2.9502 2.75432 2.9502H3.94997V12.0502H2.75432C2.50579 12.0502 2.30432 12.2517 2.30432 12.5002C2.30432 12.7487 2.50579 12.9502 2.75432 12.9502H6.25432C6.50285 12.9502 6.70432 12.7487 6.70432 12.5002C6.70432 12.2517 6.50285 12.0502 6.25432 12.0502H5.04997V7.95004H9.94997V12.0502H8.75432C8.50579 12.0502 8.30432 12.2517 8.30432 12.5002C8.30432 12.7487 8.50579 12.9502 8.75432 12.9502H12.2543C12.5028 12.9502 12.7043 12.7487 12.7043 12.5002C12.7043 12.2517 12.5028 12.0502 12.2543 12.0502H11.05V2.9502H12.2543C12.5028 2.9502 12.7043 2.74873 12.7043 2.5002C12.7043 2.25167 12.5028 2.0502 12.2543 2.0502H8.75432Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$2v = [\"color\"];\nvar HeartIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$2v);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M4.89346 2.35248C3.49195 2.35248 2.35248 3.49359 2.35248 4.90532C2.35248 6.38164 3.20954 7.9168 4.37255 9.33522C5.39396 10.581 6.59464 11.6702 7.50002 12.4778C8.4054 11.6702 9.60608 10.581 10.6275 9.33522C11.7905 7.9168 12.6476 6.38164 12.6476 4.90532C12.6476 3.49359 11.5081 2.35248 10.1066 2.35248C9.27059 2.35248 8.81894 2.64323 8.5397 2.95843C8.27877 3.25295 8.14623 3.58566 8.02501 3.88993C8.00391 3.9429 7.98315 3.99501 7.96211 4.04591C7.88482 4.23294 7.7024 4.35494 7.50002 4.35494C7.29765 4.35494 7.11523 4.23295 7.03793 4.04592C7.01689 3.99501 6.99612 3.94289 6.97502 3.8899C6.8538 3.58564 6.72126 3.25294 6.46034 2.95843C6.18109 2.64323 5.72945 2.35248 4.89346 2.35248ZM1.35248 4.90532C1.35248 2.94498 2.936 1.35248 4.89346 1.35248C6.0084 1.35248 6.73504 1.76049 7.20884 2.2953C7.32062 2.42147 7.41686 2.55382 7.50002 2.68545C7.58318 2.55382 7.67941 2.42147 7.79119 2.2953C8.265 1.76049 8.99164 1.35248 10.1066 1.35248C12.064 1.35248 13.6476 2.94498 13.6476 4.90532C13.6476 6.74041 12.6013 8.50508 11.4008 9.96927C10.2636 11.3562 8.92194 12.5508 8.00601 13.3664C7.94645 13.4194 7.88869 13.4709 7.83291 13.5206C7.64324 13.6899 7.3568 13.6899 7.16713 13.5206C7.11135 13.4709 7.05359 13.4194 6.99403 13.3664C6.0781 12.5508 4.73641 11.3562 3.59926 9.96927C2.39872 8.50508 1.35248 6.74041 1.35248 4.90532Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$2w = [\"color\"];\nvar HeartFilledIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$2w);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M1.35248 4.90532C1.35248 2.94498 2.936 1.35248 4.89346 1.35248C6.25769 1.35248 6.86058 1.92336 7.50002 2.93545C8.13946 1.92336 8.74235 1.35248 10.1066 1.35248C12.064 1.35248 13.6476 2.94498 13.6476 4.90532C13.6476 6.74041 12.6013 8.50508 11.4008 9.96927C10.2636 11.3562 8.92194 12.5508 8.00601 13.3664C7.94645 13.4194 7.88869 13.4709 7.83291 13.5206C7.64324 13.6899 7.3568 13.6899 7.16713 13.5206C7.11135 13.4709 7.05359 13.4194 6.99403 13.3664C6.0781 12.5508 4.73641 11.3562 3.59926 9.96927C2.39872 8.50508 1.35248 6.74041 1.35248 4.90532Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$2x = [\"color\"];\nvar HeightIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$2x);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M7.1813 1.68179C7.35704 1.50605 7.64196 1.50605 7.8177 1.68179L10.3177 4.18179C10.4934 4.35753 10.4934 4.64245 10.3177 4.81819C10.142 4.99392 9.85704 4.99392 9.6813 4.81819L7.9495 3.08638L7.9495 11.9136L9.6813 10.1818C9.85704 10.0061 10.142 10.0061 10.3177 10.1818C10.4934 10.3575 10.4934 10.6424 10.3177 10.8182L7.8177 13.3182C7.73331 13.4026 7.61885 13.45 7.4995 13.45C7.38015 13.45 7.26569 13.4026 7.1813 13.3182L4.6813 10.8182C4.50557 10.6424 4.50557 10.3575 4.6813 10.1818C4.85704 10.0061 5.14196 10.0061 5.3177 10.1818L7.0495 11.9136L7.0495 3.08638L5.3177 4.81819C5.14196 4.99392 4.85704 4.99392 4.6813 4.81819C4.50557 4.64245 4.50557 4.35753 4.6813 4.18179L7.1813 1.68179Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$2y = [\"color\"];\nvar HobbyKnifeIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$2y);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M12.3536 13.3536C12.1583 13.5488 11.8417 13.5488 11.6465 13.3536L6.39645 8.10355C6.36478 8.07188 6.33824 8.03702 6.31685 8H5.00002C4.78719 8 4.59769 7.86528 4.52777 7.66426L2.12777 0.764277C2.05268 0.548387 2.13355 0.309061 2.3242 0.182972C2.51486 0.0568819 2.76674 0.0761337 2.93602 0.229734L8.336 5.12972C8.44044 5.22449 8.50001 5.35897 8.50001 5.5V5.81684C8.53702 5.83824 8.57189 5.86478 8.60356 5.89645L13.8536 11.1464C14.0488 11.3417 14.0488 11.6583 13.8536 11.8536L12.3536 13.3536ZM8.25 6.95711L7.45711 7.75L12 12.2929L12.7929 11.5L8.25 6.95711ZM3.71669 2.28845L5.35549 7H6.2929L7.50001 5.79289V5.72146L3.71669 2.28845Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$2z = [\"color\"];\nvar HomeIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$2z);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M7.07926 0.222253C7.31275 -0.007434 7.6873 -0.007434 7.92079 0.222253L14.6708 6.86227C14.907 7.09465 14.9101 7.47453 14.6778 7.71076C14.4454 7.947 14.0655 7.95012 13.8293 7.71773L13 6.90201V12.5C13 12.7761 12.7762 13 12.5 13H2.50002C2.22388 13 2.00002 12.7761 2.00002 12.5V6.90201L1.17079 7.71773C0.934558 7.95012 0.554672 7.947 0.32229 7.71076C0.0899079 7.47453 0.0930283 7.09465 0.32926 6.86227L7.07926 0.222253ZM7.50002 1.49163L12 5.91831V12H10V8.49999C10 8.22385 9.77617 7.99999 9.50002 7.99999H6.50002C6.22388 7.99999 6.00002 8.22385 6.00002 8.49999V12H3.00002V5.91831L7.50002 1.49163ZM7.00002 12H9.00002V8.99999H7.00002V12Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$2A = [\"color\"];\nvar IconJarLogoIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$2A);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M7.5 0.0032959C6.80473 0.0032959 6.24953 0.281106 6.25 0.749995C6.25 0.997258 6.42446 1.12014 6.57687 1.22749C6.69507 1.31074 6.8 1.38465 6.8 1.5C6.8 1.7071 6.06224 1.74264 5.19789 1.78427C3.97553 1.84314 2.5 1.91421 2.5 2.5C2.5 2.77614 2.72386 3 3 3H12C12.2761 3 12.5 2.77614 12.5 2.5C12.5 1.91421 11.0245 1.84314 9.80211 1.78427C8.93776 1.74264 8.2 1.7071 8.2 1.5C8.2 1.38465 8.30493 1.31074 8.42313 1.22749C8.57554 1.12014 8.75 0.997258 8.75 0.749995C8.75047 0.281106 8.19527 0.0032959 7.5 0.0032959ZM2.89451 6.12266C2.25806 6.52471 1.90417 7.31118 2.02473 8.0556L2.83588 12.4772C3.00993 13.3562 3.7629 14 4.66061 14H10.3373C11.2354 14 11.9884 13.3562 12.1625 12.4772L12.9736 8.05607C13.089 7.32358 12.8284 6.53276 12.1331 6.09373C11.7283 5.83013 11.6412 5.33231 12.1331 5.12796C12.8284 4.86435 12.6948 4 12 4H10.3001H6.80005H2.99996C2.30469 4 2.19878 4.89328 2.89451 5.15689C3.38642 5.33231 3.29939 5.83013 2.89451 6.12266ZM8.20006 6.25C8.20006 5.81769 8.08572 5.37615 7.90635 5L4.11093 5C4.20626 5.21312 4.2419 5.43889 4.22904 5.65521C4.19522 6.22412 3.84587 6.66899 3.48016 6.93322L3.45492 6.95146L3.42858 6.9681C3.13407 7.15414 2.95801 7.53989 3.01058 7.88749L3.81797 12.2886C3.90513 12.7154 4.26148 13 4.66061 13H10.3373C10.737 13 11.0932 12.7153 11.1804 12.2886L11.9874 7.8898C12.048 7.48247 11.8954 7.12631 11.5992 6.93927L11.5875 6.93184L11.5875 6.93176C11.1947 6.67602 10.8331 6.22785 10.7986 5.64798C10.7846 5.412 10.8264 5.19397 10.9112 5H9.05517C9.01987 5.14611 9.00006 5.31201 9.00006 5.5C9.00006 5.9745 9.21679 6.37127 9.44367 6.78662C9.69284 7.24278 9.95425 7.72136 9.95425 8.34993C9.95425 9.2698 9.49868 9.84205 8.62189 9.84205C8.13206 9.84205 7.57818 9.46097 7.57818 8.75781C7.57818 8.35279 7.71558 8.01646 7.86121 7.65998C8.0254 7.25806 8.20006 6.83051 8.20006 6.25Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$2B = [\"color\"];\nvar IdCardIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$2B);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M14 11.0001V4.00006L1 4.00006L1 11.0001H14ZM15 4.00006V11.0001C15 11.5523 14.5523 12.0001 14 12.0001H1C0.447715 12.0001 0 11.5523 0 11.0001V4.00006C0 3.44778 0.447715 3.00006 1 3.00006H14C14.5523 3.00006 15 3.44778 15 4.00006ZM2 5.25C2 5.11193 2.11193 5 2.25 5H5.75C5.88807 5 6 5.11193 6 5.25V9.75C6 9.88807 5.88807 10 5.75 10H2.25C2.11193 10 2 9.88807 2 9.75V5.25ZM7.5 7C7.22386 7 7 7.22386 7 7.5C7 7.77614 7.22386 8 7.5 8H10.5C10.7761 8 11 7.77614 11 7.5C11 7.22386 10.7761 7 10.5 7H7.5ZM7 9.5C7 9.22386 7.22386 9 7.5 9H12.5C12.7761 9 13 9.22386 13 9.5C13 9.77614 12.7761 10 12.5 10H7.5C7.22386 10 7 9.77614 7 9.5ZM7.5 5C7.22386 5 7 5.22386 7 5.5C7 5.77614 7.22386 6 7.5 6H11.5C11.7761 6 12 5.77614 12 5.5C12 5.22386 11.7761 5 11.5 5H7.5Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$2C = [\"color\"];\nvar ImageIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$2C);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M2.5 1H12.5C13.3284 1 14 1.67157 14 2.5V12.5C14 13.3284 13.3284 14 12.5 14H2.5C1.67157 14 1 13.3284 1 12.5V2.5C1 1.67157 1.67157 1 2.5 1ZM2.5 2C2.22386 2 2 2.22386 2 2.5V8.3636L3.6818 6.6818C3.76809 6.59551 3.88572 6.54797 4.00774 6.55007C4.12975 6.55216 4.24568 6.60372 4.32895 6.69293L7.87355 10.4901L10.6818 7.6818C10.8575 7.50607 11.1425 7.50607 11.3182 7.6818L13 9.3636V2.5C13 2.22386 12.7761 2 12.5 2H2.5ZM2 12.5V9.6364L3.98887 7.64753L7.5311 11.4421L8.94113 13H2.5C2.22386 13 2 12.7761 2 12.5ZM12.5 13H10.155L8.48336 11.153L11 8.6364L13 10.6364V12.5C13 12.7761 12.7761 13 12.5 13ZM6.64922 5.5C6.64922 5.03013 7.03013 4.64922 7.5 4.64922C7.96987 4.64922 8.35078 5.03013 8.35078 5.5C8.35078 5.96987 7.96987 6.35078 7.5 6.35078C7.03013 6.35078 6.64922 5.96987 6.64922 5.5ZM7.5 3.74922C6.53307 3.74922 5.74922 4.53307 5.74922 5.5C5.74922 6.46693 6.53307 7.25078 7.5 7.25078C8.46693 7.25078 9.25078 6.46693 9.25078 5.5C9.25078 4.53307 8.46693 3.74922 7.5 3.74922Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$2D = [\"color\"];\nvar InfoCircledIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$2D);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M7.49991 0.876892C3.84222 0.876892 0.877075 3.84204 0.877075 7.49972C0.877075 11.1574 3.84222 14.1226 7.49991 14.1226C11.1576 14.1226 14.1227 11.1574 14.1227 7.49972C14.1227 3.84204 11.1576 0.876892 7.49991 0.876892ZM1.82707 7.49972C1.82707 4.36671 4.36689 1.82689 7.49991 1.82689C10.6329 1.82689 13.1727 4.36671 13.1727 7.49972C13.1727 10.6327 10.6329 13.1726 7.49991 13.1726C4.36689 13.1726 1.82707 10.6327 1.82707 7.49972ZM8.24992 4.49999C8.24992 4.9142 7.91413 5.24999 7.49992 5.24999C7.08571 5.24999 6.74992 4.9142 6.74992 4.49999C6.74992 4.08577 7.08571 3.74999 7.49992 3.74999C7.91413 3.74999 8.24992 4.08577 8.24992 4.49999ZM6.00003 5.99999H6.50003H7.50003C7.77618 5.99999 8.00003 6.22384 8.00003 6.49999V9.99999H8.50003H9.00003V11H8.50003H7.50003H6.50003H6.00003V9.99999H6.50003H7.00003V6.99999H6.50003H6.00003V5.99999Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$2E = [\"color\"];\nvar InputIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$2E);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M6.5 1C6.22386 1 6 1.22386 6 1.5C6 1.77614 6.22386 2 6.5 2C7.12671 2 7.45718 2.20028 7.65563 2.47812C7.8781 2.78957 8 3.28837 8 4V11C8 11.7116 7.8781 12.2104 7.65563 12.5219C7.45718 12.7997 7.12671 13 6.5 13C6.22386 13 6 13.2239 6 13.5C6 13.7761 6.22386 14 6.5 14C7.37329 14 8.04282 13.7003 8.46937 13.1031C8.47976 13.0886 8.48997 13.0739 8.5 13.0591C8.51003 13.0739 8.52024 13.0886 8.53063 13.1031C8.95718 13.7003 9.62671 14 10.5 14C10.7761 14 11 13.7761 11 13.5C11 13.2239 10.7761 13 10.5 13C9.87329 13 9.54282 12.7997 9.34437 12.5219C9.1219 12.2104 9 11.7116 9 11V4C9 3.28837 9.1219 2.78957 9.34437 2.47812C9.54282 2.20028 9.87329 2 10.5 2C10.7761 2 11 1.77614 11 1.5C11 1.22386 10.7761 1 10.5 1C9.62671 1 8.95718 1.29972 8.53063 1.89688C8.52024 1.91143 8.51003 1.92611 8.5 1.9409C8.48997 1.92611 8.47976 1.91143 8.46937 1.89688C8.04282 1.29972 7.37329 1 6.5 1ZM14 5H11V4H14C14.5523 4 15 4.44772 15 5V10C15 10.5523 14.5523 11 14 11H11V10H14V5ZM6 4V5H1L1 10H6V11H1C0.447715 11 0 10.5523 0 10V5C0 4.44772 0.447715 4 1 4H6Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$2F = [\"color\"];\nvar InstagramLogoIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$2F);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n fillRule: \"evenodd\",\n clipRule: \"evenodd\",\n d: \"M12.9091 12.909C13.2365 12.5817 13.4918 12.1895 13.6588 11.7577C13.8195 11.3443 13.9294 10.8718 13.961 10.1799C13.9926 9.48665 14.0001 9.26529 14.0001 7.50001C14.0001 5.73473 13.9926 5.51328 13.961 4.82008C13.9294 4.12821 13.8195 3.65573 13.6588 3.24228C13.4956 2.80857 13.2398 2.41567 12.9091 2.091C12.5844 1.76028 12.1915 1.50437 11.7578 1.34113C11.3443 1.18056 10.8718 1.0707 10.1799 1.03924C9.48675 1.00748 9.26537 1 7.50006 1C5.73476 1 5.51333 1.00748 4.82014 1.03912C4.12826 1.0707 3.65578 1.18056 3.24233 1.34125C2.80862 1.50447 2.41573 1.76032 2.09105 2.09098C1.76032 2.41563 1.5044 2.80852 1.34113 3.24225C1.18056 3.65573 1.0707 4.12821 1.03924 4.82008C1.00748 5.51328 1 5.73471 1 7.50001C1 9.26532 1.00748 9.48675 1.03924 10.1799C1.07083 10.8718 1.18069 11.3443 1.34138 11.7577C1.5046 12.1915 1.76045 12.5843 2.09111 12.909C2.41578 13.2397 2.80867 13.4955 3.24238 13.6587C3.65586 13.8194 4.12834 13.9293 4.82019 13.9609C5.51348 13.9925 5.73483 14 7.50012 14C9.2654 14 9.48685 13.9925 10.18 13.9609C10.8719 13.9293 11.3444 13.8194 11.7578 13.6587C12.1896 13.4917 12.5818 13.2364 12.9091 12.909ZM1.99949 6.73496C1.99974 6.94524 2.00005 7.19543 2.00005 7.50002C2.00005 7.80461 1.99974 8.0548 1.99949 8.26507C1.99849 9.08596 1.99824 9.29856 2.01963 9.7655C2.04625 10.3509 2.07823 10.7811 2.17588 11.1053C2.26976 11.417 2.37505 11.7342 2.7188 12.1171C3.06255 12.4999 3.39411 12.6733 3.81645 12.8007C4.23879 12.928 4.7696 12.9554 5.23052 12.9764C5.75332 13.0003 5.96052 13.0002 7.05714 12.9999L7.50006 12.9999C7.79304 12.9999 8.03569 13.0001 8.2409 13.0004C9.08195 13.0013 9.29425 13.0015 9.76575 12.9799C10.3512 12.9533 10.7814 12.9213 11.1056 12.8237C11.4173 12.7298 11.7345 12.6245 12.1173 12.2807C12.5001 11.937 12.6735 11.6054 12.8009 11.1831C12.9283 10.7607 12.9557 10.2299 12.9767 9.76902C13.0005 9.24689 13.0004 9.04027 13.0002 7.94749V7.94738L13.0001 7.50039L13.0001 7.05747C13.0004 5.96085 13.0005 5.75365 12.9766 5.23085C12.9556 4.76993 12.9282 4.23912 12.8009 3.81678C12.6735 3.39445 12.5001 3.06288 12.1173 2.71913C11.7345 2.37538 11.4172 2.27009 11.1056 2.17621C10.7813 2.07856 10.3511 2.04658 9.76571 2.01996C9.29421 1.99836 9.08194 1.99859 8.24092 1.99951H8.24092C8.0357 1.99974 7.79305 2.00001 7.50006 2.00001L7.05704 1.99993C5.96051 1.99964 5.75331 1.99958 5.23052 2.02343C4.7696 2.04446 4.23879 2.07183 3.81645 2.19921C3.39411 2.32659 3.06255 2.49999 2.7188 2.88281C2.37505 3.26562 2.26976 3.58286 2.17588 3.89453C2.07823 4.21874 2.04625 4.64894 2.01963 5.23437C1.99824 5.70131 1.99849 5.91401 1.99949 6.73496ZM7.49996 5.25015C6.25741 5.25015 5.25012 6.25744 5.25012 7.49999C5.25012 8.74254 6.25741 9.74983 7.49996 9.74983C8.74251 9.74983 9.7498 8.74254 9.7498 7.49999C9.7498 6.25744 8.74251 5.25015 7.49996 5.25015ZM4.25012 7.49999C4.25012 5.70515 5.70512 4.25015 7.49996 4.25015C9.2948 4.25015 10.7498 5.70515 10.7498 7.49999C10.7498 9.29483 9.2948 10.7498 7.49996 10.7498C5.70512 10.7498 4.25012 9.29483 4.25012 7.49999ZM10.9697 4.7803C11.3839 4.7803 11.7197 4.44452 11.7197 4.0303C11.7197 3.61609 11.3839 3.2803 10.9697 3.2803C10.5555 3.2803 10.2197 3.61609 10.2197 4.0303C10.2197 4.44452 10.5555 4.7803 10.9697 4.7803Z\",\n fill: color\n }));\n});\n\nvar _excluded$2G = [\"color\"];\nvar KeyboardIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$2G);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n fillRule: \"evenodd\",\n clipRule: \"evenodd\",\n d: \"M13.5 4H1.5C1.22386 4 1 4.22386 1 4.5V10.5C1 10.7761 1.22386 11 1.5 11H13.5C13.7761 11 14 10.7761 14 10.5V4.5C14 4.22386 13.7761 4 13.5 4ZM1.5 3C0.671573 3 0 3.67157 0 4.5V10.5C0 11.3284 0.671573 12 1.5 12H13.5C14.3284 12 15 11.3284 15 10.5V4.5C15 3.67157 14.3284 3 13.5 3H1.5ZM2 5H3V6H2V5ZM5 5H4V6H5V5ZM6 5H7V6H6V5ZM9 5H8V6H9V5ZM10 5H11V6H10V5ZM13 5H12V6H13V5ZM11 7H12V8H11V7ZM13 9H12V10H13V9ZM9 7H10V8H9V7ZM8 7H7V8H8V7ZM5 7H6V8H5V7ZM4 7H3V8H4V7ZM2 9H3V10H2V9ZM11 9H4V10H11V9Z\",\n fill: color\n }));\n});\n\nvar _excluded$2H = [\"color\"];\nvar LapTimerIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$2H);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M5.49998 0.5C5.49998 0.223858 5.72383 0 5.99998 0H7.49998H8.99998C9.27612 0 9.49998 0.223858 9.49998 0.5C9.49998 0.776142 9.27612 1 8.99998 1H7.99998V2.11922C9.09832 2.20409 10.119 2.56622 10.992 3.13572C11.0116 3.10851 11.0336 3.08252 11.058 3.05806L12.058 2.05806C12.3021 1.81398 12.6978 1.81398 12.9419 2.05806C13.186 2.30214 13.186 2.69786 12.9419 2.94194L11.967 3.91682C13.1595 5.07925 13.9 6.70314 13.9 8.49998C13.9 12.0346 11.0346 14.9 7.49998 14.9C3.96535 14.9 1.09998 12.0346 1.09998 8.49998C1.09998 5.13361 3.69904 2.3743 6.99998 2.11922V1H5.99998C5.72383 1 5.49998 0.776142 5.49998 0.5ZM2.09998 8.49998C2.09998 5.51764 4.51764 3.09998 7.49998 3.09998C10.4823 3.09998 12.9 5.51764 12.9 8.49998C12.9 11.4823 10.4823 13.9 7.49998 13.9C4.51764 13.9 2.09998 11.4823 2.09998 8.49998ZM7.49998 8.49998V4.09998C5.06992 4.09998 3.09998 6.06992 3.09998 8.49998C3.09998 10.93 5.06992 12.9 7.49998 12.9C8.715 12.9 9.815 12.4075 10.6112 11.6112L7.49998 8.49998Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$2I = [\"color\"];\nvar LaptopIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$2I);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M2 4.25C2 4.11193 2.11193 4 2.25 4H12.75C12.8881 4 13 4.11193 13 4.25V11.5H2V4.25ZM2.25 3C1.55964 3 1 3.55964 1 4.25V12H0V12.5C0 12.7761 0.223858 13 0.5 13H14.5C14.7761 13 15 12.7761 15 12.5V12H14V4.25C14 3.55964 13.4404 3 12.75 3H2.25Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$2J = [\"color\"];\nvar LayersIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$2J);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M7.75432 0.819537C7.59742 0.726821 7.4025 0.726821 7.24559 0.819537L1.74559 4.06954C1.59336 4.15949 1.49996 4.32317 1.49996 4.5C1.49996 4.67683 1.59336 4.84051 1.74559 4.93046L7.24559 8.18046C7.4025 8.27318 7.59742 8.27318 7.75432 8.18046L13.2543 4.93046C13.4066 4.84051 13.5 4.67683 13.5 4.5C13.5 4.32317 13.4066 4.15949 13.2543 4.06954L7.75432 0.819537ZM7.49996 7.16923L2.9828 4.5L7.49996 1.83077L12.0171 4.5L7.49996 7.16923ZM1.5695 7.49564C1.70998 7.2579 2.01659 7.17906 2.25432 7.31954L7.49996 10.4192L12.7456 7.31954C12.9833 7.17906 13.2899 7.2579 13.4304 7.49564C13.5709 7.73337 13.4921 8.03998 13.2543 8.18046L7.75432 11.4305C7.59742 11.5232 7.4025 11.5232 7.24559 11.4305L1.74559 8.18046C1.50786 8.03998 1.42901 7.73337 1.5695 7.49564ZM1.56949 10.4956C1.70998 10.2579 2.01658 10.1791 2.25432 10.3195L7.49996 13.4192L12.7456 10.3195C12.9833 10.1791 13.2899 10.2579 13.4304 10.4956C13.5709 10.7334 13.4921 11.04 13.2543 11.1805L7.75432 14.4305C7.59742 14.5232 7.4025 14.5232 7.24559 14.4305L1.74559 11.1805C1.50785 11.04 1.42901 10.7334 1.56949 10.4956Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$2K = [\"color\"];\nvar LayoutIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$2K);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M9 2H6V13H9V2ZM10 2V13H12.5C12.7761 13 13 12.7761 13 12.5V2.5C13 2.22386 12.7761 2 12.5 2H10ZM2.5 2H5V13H2.5C2.22386 13 2 12.7761 2 12.5V2.5C2 2.22386 2.22386 2 2.5 2ZM2.5 1C1.67157 1 1 1.67157 1 2.5V12.5C1 13.3284 1.67157 14 2.5 14H12.5C13.3284 14 14 13.3284 14 12.5V2.5C14 1.67157 13.3284 1 12.5 1H2.5Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$2L = [\"color\"];\nvar LetterCaseCapitalizeIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$2L);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M3.68979 2.75C3.89667 2.74979 4.08232 2.87701 4.15679 3.07003L7.36662 11.39C7.46602 11.6477 7.33774 11.9371 7.0801 12.0365C6.82247 12.1359 6.53304 12.0076 6.43365 11.75L5.3825 9.02537H2.01133L0.966992 11.749C0.868128 12.0068 0.578964 12.1357 0.321126 12.0369C0.0632878 11.938 -0.0655864 11.6488 0.0332774 11.391L3.22344 3.07099C3.29751 2.87782 3.4829 2.75021 3.68979 2.75ZM3.69174 4.64284L5.05458 8.17537H2.33724L3.69174 4.64284ZM10.8989 5.20703C9.25818 5.20703 8.00915 6.68569 8.00915 8.60972C8.00915 10.6337 9.35818 12.0124 10.8989 12.0124C11.7214 12.0124 12.5744 11.6692 13.1543 11.0219V11.53C13.1543 11.7785 13.3557 11.98 13.6043 11.98C13.8528 11.98 14.0543 11.7785 14.0543 11.53V5.72C14.0543 5.47147 13.8528 5.27 13.6043 5.27C13.3557 5.27 13.1543 5.47147 13.1543 5.72V6.22317C12.6054 5.60095 11.7924 5.20703 10.8989 5.20703ZM13.1543 9.79823V7.30195C12.7639 6.58101 11.9414 6.05757 11.0868 6.05757C10.1088 6.05757 9.03503 6.96581 9.03503 8.60955C9.03503 10.1533 10.0088 11.1615 11.0868 11.1615C11.9701 11.1615 12.7719 10.4952 13.1543 9.79823Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$2M = [\"color\"];\nvar LetterCaseLowercaseIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$2M);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M3.69899 5.20703C2.05823 5.20703 0.809204 6.68569 0.809204 8.60972C0.809204 10.6337 2.15823 12.0124 3.69899 12.0124C4.52126 12.0124 5.37402 11.6693 5.9539 11.0223V11.53C5.9539 11.7785 6.15537 11.98 6.4039 11.98C6.65243 11.98 6.8539 11.7785 6.8539 11.53V5.72001C6.8539 5.47149 6.65243 5.27001 6.4039 5.27001C6.15537 5.27001 5.9539 5.47149 5.9539 5.72001V6.22269C5.40506 5.60075 4.59218 5.20703 3.69899 5.20703ZM5.9539 9.799V7.30117C5.56339 6.58064 4.74118 6.05757 3.8868 6.05757C2.9089 6.05757 1.83508 6.96581 1.83508 8.60955C1.83508 10.1533 2.80889 11.1615 3.8868 11.1615C4.76984 11.1615 5.57141 10.4957 5.9539 9.799ZM10.799 5.20703C9.15823 5.20703 7.9092 6.68569 7.9092 8.60972C7.9092 10.6337 9.25823 12.0124 10.799 12.0124C11.6215 12.0124 12.4744 11.6692 13.0543 11.0218V11.53C13.0543 11.7785 13.2558 11.98 13.5043 11.98C13.7529 11.98 13.9543 11.7785 13.9543 11.53V5.72C13.9543 5.47147 13.7529 5.27 13.5043 5.27C13.2558 5.27 13.0543 5.47147 13.0543 5.72V6.22318C12.5055 5.60095 11.6924 5.20703 10.799 5.20703ZM13.0543 9.79822V7.30196C12.664 6.58102 11.8415 6.05757 10.9868 6.05757C10.0089 6.05757 8.93508 6.96581 8.93508 8.60955C8.93508 10.1533 9.90889 11.1615 10.9868 11.1615C11.8702 11.1615 12.672 10.4952 13.0543 9.79822Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$2N = [\"color\"];\nvar LetterCaseToggleIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$2N);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M11.2895 2.75C11.4964 2.74979 11.6821 2.87701 11.7565 3.07003L14.9664 11.39C15.0657 11.6477 14.9375 11.9371 14.6798 12.0365C14.4222 12.1359 14.1328 12.0076 14.0334 11.75L12.9822 9.02537H9.61106L8.56672 11.749C8.46786 12.0068 8.1787 12.1357 7.92086 12.0369C7.66302 11.938 7.53415 11.6488 7.63301 11.391L10.8232 3.07099C10.8972 2.87782 11.0826 2.75021 11.2895 2.75ZM11.2915 4.64284L12.6543 8.17537H9.93698L11.2915 4.64284ZM2.89895 5.20703C1.25818 5.20703 0.00915527 6.68569 0.00915527 8.60972C0.00915527 10.6337 1.35818 12.0124 2.89895 12.0124C3.72141 12.0124 4.57438 11.6692 5.15427 11.0219V11.53C5.15427 11.7785 5.35574 11.98 5.60427 11.98C5.8528 11.98 6.05427 11.7785 6.05427 11.53V5.72C6.05427 5.47147 5.8528 5.27 5.60427 5.27C5.35574 5.27 5.15427 5.47147 5.15427 5.72V6.22317C4.60543 5.60095 3.79236 5.20703 2.89895 5.20703ZM5.15427 9.79823V7.30195C4.76393 6.58101 3.94144 6.05757 3.08675 6.05757C2.10885 6.05757 1.03503 6.96581 1.03503 8.60955C1.03503 10.1533 2.00885 11.1615 3.08675 11.1615C3.97011 11.1615 4.77195 10.4952 5.15427 9.79823Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$2O = [\"color\"];\nvar LetterCaseUppercaseIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$2O);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M3.6255 2.75C3.83478 2.75 4.02192 2.88034 4.09448 3.07664L7.16985 11.3962C7.2656 11.6552 7.13324 11.9428 6.87423 12.0386C6.61522 12.1343 6.32763 12.002 6.23188 11.7429L5.22387 9.01603H2.02712L1.01911 11.7429C0.923362 12.002 0.635774 12.1343 0.376762 12.0386C0.117749 11.9428 -0.0146052 11.6552 0.0811401 11.3962L3.15651 3.07664C3.22908 2.88034 3.41621 2.75 3.6255 2.75ZM3.6255 4.69207L4.90966 8.16603H2.34133L3.6255 4.69207ZM11.3719 2.75C11.5811 2.75 11.7683 2.88034 11.8408 3.07664L14.9162 11.3962C15.012 11.6552 14.8796 11.9428 14.6206 12.0386C14.3616 12.1343 14.074 12.002 13.9782 11.7429L12.9702 9.01603H9.77348L8.76547 11.7429C8.66972 12.002 8.38213 12.1343 8.12312 12.0386C7.86411 11.9428 7.73175 11.6552 7.8275 11.3962L10.9029 3.07664C10.9754 2.88034 11.1626 2.75 11.3719 2.75ZM11.3719 4.69207L12.656 8.16603H10.0877L11.3719 4.69207Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$2P = [\"color\"];\nvar LetterSpacingIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$2P);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M4.55293 0.999969C4.75295 0.999969 4.93372 1.11917 5.0125 1.30301L8.01106 8.29982C8.11984 8.55363 8.00226 8.84757 7.74844 8.95635C7.49463 9.06512 7.20069 8.94754 7.09191 8.69373L6.11613 6.41685H2.98973L2.01395 8.69373C1.90517 8.94754 1.61123 9.06512 1.35742 8.95635C1.1036 8.84757 0.986023 8.55363 1.0948 8.29982L4.09336 1.30301C4.17214 1.11917 4.35291 0.999969 4.55293 0.999969ZM4.55293 2.76929L5.75186 5.56685H3.354L4.55293 2.76929ZM11.0562 9.00214C11.2617 9.00214 11.4463 8.87633 11.5215 8.68502L14.2733 1.68299C14.3743 1.42598 14.2478 1.13575 13.9908 1.03475C13.7338 0.933747 13.4436 1.06021 13.3426 1.31722L11.0562 7.13514L8.76973 1.31722C8.66873 1.06021 8.3785 0.933747 8.1215 1.03475C7.86449 1.13575 7.73802 1.42598 7.83902 1.68299L10.5908 8.68502C10.666 8.87633 10.8506 9.00214 11.0562 9.00214ZM14.9537 12.4999C14.9537 12.606 14.9115 12.7077 14.8365 12.7828L12.8365 14.7828C12.6803 14.939 12.4271 14.939 12.2708 14.7828C12.1146 14.6265 12.1146 14.3733 12.2708 14.2171L13.588 12.8999H1.51937L2.83653 14.2171C2.99274 14.3733 2.99274 14.6265 2.83653 14.7828C2.68032 14.939 2.42705 14.939 2.27084 14.7828L0.270843 12.7828C0.195828 12.7077 0.153687 12.606 0.153687 12.4999C0.153687 12.3938 0.195828 12.2921 0.270843 12.2171L2.27084 10.2171C2.42705 10.0609 2.68032 10.0609 2.83653 10.2171C2.99274 10.3733 2.99274 10.6265 2.83653 10.7828L1.51937 12.0999L13.588 12.0999L12.2708 10.7828C12.1146 10.6265 12.1146 10.3733 12.2708 10.2171C12.4271 10.0609 12.6803 10.0609 12.8365 10.2171L14.8365 12.2171C14.9115 12.2921 14.9537 12.3938 14.9537 12.4999Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$2Q = [\"color\"];\nvar LightningBoltIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$2Q);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M8.69667 0.0403541C8.90859 0.131038 9.03106 0.354857 8.99316 0.582235L8.0902 6.00001H12.5C12.6893 6.00001 12.8625 6.10701 12.9472 6.27641C13.0319 6.4458 13.0136 6.6485 12.8999 6.80001L6.89997 14.8C6.76167 14.9844 6.51521 15.0503 6.30328 14.9597C6.09135 14.869 5.96888 14.6452 6.00678 14.4178L6.90974 9H2.49999C2.31061 9 2.13748 8.893 2.05278 8.72361C1.96809 8.55422 1.98636 8.35151 2.09999 8.2L8.09997 0.200038C8.23828 0.0156255 8.48474 -0.0503301 8.69667 0.0403541ZM3.49999 8.00001H7.49997C7.64695 8.00001 7.78648 8.06467 7.88148 8.17682C7.97648 8.28896 8.01733 8.43723 7.99317 8.5822L7.33027 12.5596L11.5 7.00001H7.49997C7.353 7.00001 7.21347 6.93534 7.11846 6.8232C7.02346 6.71105 6.98261 6.56279 7.00678 6.41781L7.66968 2.44042L3.49999 8.00001Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$2R = [\"color\"];\nvar LineHeightIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$2R);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M3.78233 2.21713C3.70732 2.14212 3.60557 2.09998 3.49949 2.09998C3.3934 2.09998 3.29166 2.14212 3.21664 2.21713L1.21664 4.21713C1.06044 4.37334 1.06044 4.62661 1.21664 4.78282C1.37285 4.93903 1.62612 4.93903 1.78233 4.78282L3.09949 3.46566L3.09949 11.5343L1.78233 10.2171C1.62612 10.0609 1.37285 10.0609 1.21664 10.2171C1.06043 10.3733 1.06043 10.6266 1.21664 10.7828L3.21664 12.7828C3.29166 12.8578 3.3934 12.9 3.49949 12.9C3.60557 12.9 3.70731 12.8578 3.78233 12.7828L5.78233 10.7828C5.93854 10.6266 5.93854 10.3733 5.78233 10.2171C5.62612 10.0609 5.37285 10.0609 5.21664 10.2171L3.89949 11.5343L3.89949 3.46566L5.21664 4.78282C5.37285 4.93903 5.62612 4.93903 5.78233 4.78282C5.93854 4.62661 5.93854 4.37334 5.78233 4.21713L3.78233 2.21713ZM8.49998 3.99997C8.22383 3.99997 7.99998 4.22382 7.99998 4.49997C7.99998 4.77611 8.22383 4.99997 8.49998 4.99997H14.5C14.7761 4.99997 15 4.77611 15 4.49997C15 4.22382 14.7761 3.99997 14.5 3.99997H8.49998ZM7.99998 7.49997C7.99998 7.22382 8.22383 6.99997 8.49998 6.99997H14.5C14.7761 6.99997 15 7.22382 15 7.49997C15 7.77611 14.7761 7.99997 14.5 7.99997H8.49998C8.22383 7.99997 7.99998 7.77611 7.99998 7.49997ZM8.49998 9.99997C8.22383 9.99997 7.99998 10.2238 7.99998 10.5C7.99998 10.7761 8.22383 11 8.49998 11H14.5C14.7761 11 15 10.7761 15 10.5C15 10.2238 14.7761 9.99997 14.5 9.99997H8.49998Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$2S = [\"color\"];\nvar Link1Icon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$2S);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M4.62471 4.00001L4.56402 4.00001C4.04134 3.99993 3.70687 3.99988 3.4182 4.055C2.2379 4.28039 1.29846 5.17053 1.05815 6.33035C0.999538 6.61321 0.999604 6.93998 0.999703 7.43689L0.999711 7.50001L0.999703 7.56313C0.999604 8.06004 0.999538 8.38681 1.05815 8.66967C1.29846 9.8295 2.2379 10.7196 3.4182 10.945C3.70688 11.0001 4.04135 11.0001 4.56403 11L4.62471 11H5.49971C5.77585 11 5.99971 10.7762 5.99971 10.5C5.99971 10.2239 5.77585 10 5.49971 10H4.62471C4.02084 10 3.78907 9.99777 3.60577 9.96277C2.80262 9.8094 2.19157 9.21108 2.03735 8.46678C2.00233 8.29778 1.99971 8.08251 1.99971 7.50001C1.99971 6.91752 2.00233 6.70225 2.03735 6.53324C2.19157 5.78895 2.80262 5.19062 3.60577 5.03725C3.78907 5.00225 4.02084 5.00001 4.62471 5.00001H5.49971C5.77585 5.00001 5.99971 4.77615 5.99971 4.50001C5.99971 4.22387 5.77585 4.00001 5.49971 4.00001H4.62471ZM10.3747 5.00001C10.9786 5.00001 11.2104 5.00225 11.3937 5.03725C12.1968 5.19062 12.8079 5.78895 12.9621 6.53324C12.9971 6.70225 12.9997 6.91752 12.9997 7.50001C12.9997 8.08251 12.9971 8.29778 12.9621 8.46678C12.8079 9.21108 12.1968 9.8094 11.3937 9.96277C11.2104 9.99777 10.9786 10 10.3747 10H9.49971C9.22357 10 8.99971 10.2239 8.99971 10.5C8.99971 10.7762 9.22357 11 9.49971 11H10.3747L10.4354 11C10.9581 11.0001 11.2925 11.0001 11.5812 10.945C12.7615 10.7196 13.701 9.8295 13.9413 8.66967C13.9999 8.38681 13.9998 8.06005 13.9997 7.56314L13.9997 7.50001L13.9997 7.43688C13.9998 6.93998 13.9999 6.61321 13.9413 6.33035C13.701 5.17053 12.7615 4.28039 11.5812 4.055C11.2925 3.99988 10.9581 3.99993 10.4354 4.00001L10.3747 4.00001H9.49971C9.22357 4.00001 8.99971 4.22387 8.99971 4.50001C8.99971 4.77615 9.22357 5.00001 9.49971 5.00001H10.3747ZM5.00038 7C4.72424 7 4.50038 7.22386 4.50038 7.5C4.50038 7.77614 4.72424 8 5.00038 8H10.0004C10.2765 8 10.5004 7.77614 10.5004 7.5C10.5004 7.22386 10.2765 7 10.0004 7H5.00038Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$2T = [\"color\"];\nvar Link2Icon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$2T);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M8.51194 3.00541C9.18829 2.54594 10.0435 2.53694 10.6788 2.95419C10.8231 3.04893 10.9771 3.1993 11.389 3.61119C11.8009 4.02307 11.9513 4.17714 12.046 4.32141C12.4633 4.95675 12.4543 5.81192 11.9948 6.48827C11.8899 6.64264 11.7276 6.80811 11.3006 7.23511L10.6819 7.85383C10.4867 8.04909 10.4867 8.36567 10.6819 8.56093C10.8772 8.7562 11.1938 8.7562 11.389 8.56093L12.0077 7.94221L12.0507 7.89929C12.4203 7.52976 12.6568 7.2933 12.822 7.0502C13.4972 6.05623 13.5321 4.76252 12.8819 3.77248C12.7233 3.53102 12.4922 3.30001 12.1408 2.94871L12.0961 2.90408L12.0515 2.85942C11.7002 2.508 11.4692 2.27689 11.2277 2.11832C10.2377 1.46813 8.94398 1.50299 7.95001 2.17822C7.70691 2.34336 7.47044 2.57991 7.1009 2.94955L7.058 2.99247L6.43928 3.61119C6.24401 3.80645 6.24401 4.12303 6.43928 4.31829C6.63454 4.51355 6.95112 4.51355 7.14638 4.31829L7.7651 3.69957C8.1921 3.27257 8.35757 3.11027 8.51194 3.00541ZM4.31796 7.14672C4.51322 6.95146 4.51322 6.63487 4.31796 6.43961C4.12269 6.24435 3.80611 6.24435 3.61085 6.43961L2.99213 7.05833L2.94922 7.10124C2.57957 7.47077 2.34303 7.70724 2.17788 7.95035C1.50265 8.94432 1.4678 10.238 2.11799 11.2281C2.27656 11.4695 2.50766 11.7005 2.8591 12.0518L2.90374 12.0965L2.94837 12.1411C3.29967 12.4925 3.53068 12.7237 3.77214 12.8822C4.76219 13.5324 6.05589 13.4976 7.04986 12.8223C7.29296 12.6572 7.52943 12.4206 7.89896 12.051L7.89897 12.051L7.94188 12.0081L8.5606 11.3894C8.75586 11.1941 8.75586 10.8775 8.5606 10.6823C8.36533 10.487 8.04875 10.487 7.85349 10.6823L7.23477 11.301C6.80777 11.728 6.6423 11.8903 6.48794 11.9951C5.81158 12.4546 4.95642 12.4636 4.32107 12.0464C4.17681 11.9516 4.02274 11.8012 3.61085 11.3894C3.19896 10.9775 3.0486 10.8234 2.95385 10.6791C2.53661 10.0438 2.54561 9.18863 3.00507 8.51227C3.10993 8.35791 3.27224 8.19244 3.69924 7.76544L4.31796 7.14672ZM9.62172 6.08558C9.81698 5.89032 9.81698 5.57373 9.62172 5.37847C9.42646 5.18321 9.10988 5.18321 8.91461 5.37847L5.37908 8.91401C5.18382 9.10927 5.18382 9.42585 5.37908 9.62111C5.57434 9.81637 5.89092 9.81637 6.08619 9.62111L9.62172 6.08558Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$2U = [\"color\"];\nvar LinkBreak1Icon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$2U);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M13.3536 2.35355C13.5488 2.15829 13.5488 1.84171 13.3536 1.64645C13.1583 1.45118 12.8417 1.45118 12.6464 1.64645L1.64645 12.6464C1.45118 12.8417 1.45118 13.1583 1.64645 13.3536C1.84171 13.5488 2.15829 13.5488 2.35355 13.3536L13.3536 2.35355ZM2.03735 8.46678C2.17398 9.12619 2.66918 9.67103 3.33886 9.89338L2.57833 10.6539C1.80843 10.2534 1.23784 9.53693 1.05815 8.66967C0.999538 8.38681 0.999604 8.06004 0.999703 7.56313L0.999711 7.50001L0.999703 7.43689C0.999604 6.93998 0.999538 6.61321 1.05815 6.33035C1.29846 5.17053 2.2379 4.28039 3.4182 4.055C3.70687 3.99988 4.04134 3.99993 4.56402 4.00001L4.62471 4.00001H5.49971C5.77585 4.00001 5.99971 4.22387 5.99971 4.50001C5.99971 4.77615 5.77585 5.00001 5.49971 5.00001H4.62471C4.02084 5.00001 3.78907 5.00225 3.60577 5.03725C2.80262 5.19062 2.19157 5.78895 2.03735 6.53324C2.00233 6.70225 1.99971 6.91752 1.99971 7.50001C1.99971 8.08251 2.00233 8.29778 2.03735 8.46678ZM12.9621 6.53324C12.8255 5.87397 12.3304 5.32922 11.661 5.10679L12.4215 4.34631C13.1912 4.74686 13.7616 5.46323 13.9413 6.33035C13.9999 6.61321 13.9998 6.93998 13.9997 7.43688L13.9997 7.50001L13.9997 7.56314C13.9998 8.06005 13.9999 8.38681 13.9413 8.66967C13.701 9.8295 12.7615 10.7196 11.5812 10.945C11.2925 11.0001 10.9581 11.0001 10.4354 11L10.3747 11H9.49971C9.22357 11 8.99971 10.7762 8.99971 10.5C8.99971 10.2239 9.22357 10 9.49971 10H10.3747C10.9786 10 11.2104 9.99777 11.3937 9.96277C12.1968 9.8094 12.8079 9.21108 12.9621 8.46678C12.9971 8.29778 12.9997 8.08251 12.9997 7.50001C12.9997 6.91752 12.9971 6.70225 12.9621 6.53324Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$2V = [\"color\"];\nvar LinkBreak2Icon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$2V);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M4.50021 0C4.77635 0 5.0002 0.223853 5.0002 0.49999V2.49995C5.0002 2.77609 4.77635 2.99994 4.50021 2.99994C4.22408 2.99994 4.00022 2.77609 4.00022 2.49995V0.49999C4.00022 0.223853 4.22408 0 4.50021 0ZM0.646451 0.64647C0.84171 0.451212 1.15829 0.451212 1.35354 0.64647L2.85351 2.14644C3.04877 2.3417 3.04877 2.65827 2.85351 2.85353C2.65826 3.04879 2.34168 3.04879 2.14642 2.85353L0.646452 1.35356C0.451193 1.1583 0.451193 0.841728 0.646451 0.64647ZM0.00030517 4.49991C0.00030517 4.22377 0.224158 3.99992 0.500295 3.99992H2.50025C2.77639 3.99992 3.00024 4.22377 3.00024 4.49991C3.00024 4.77605 2.77639 4.9999 2.50025 4.9999H0.500295C0.224158 4.9999 0.00030517 4.77605 0.00030517 4.49991ZM12.0001 10.4998C12.0001 10.2236 12.2239 9.9998 12.5001 9.9998H14.5C14.7761 9.9998 15 10.2236 15 10.4998C15 10.7759 14.7761 10.9998 14.5 10.9998H12.5001C12.2239 10.9998 12.0001 10.7759 12.0001 10.4998ZM10.5001 11.9998C10.7762 11.9998 11.0001 12.2236 11.0001 12.4997V14.4997C11.0001 14.7758 10.7762 14.9997 10.5001 14.9997C10.224 14.9997 10.0001 14.7758 10.0001 14.4997V12.4997C10.0001 12.2236 10.224 11.9998 10.5001 11.9998ZM12.1462 12.1462C12.3415 11.951 12.658 11.951 12.8533 12.1462L14.3533 13.6462C14.5485 13.8415 14.5485 14.158 14.3533 14.3533C14.158 14.5485 13.8414 14.5485 13.6462 14.3533L12.1462 12.8533C11.951 12.6581 11.951 12.3415 12.1462 12.1462ZM7.76478 3.69938C8.19177 3.27238 8.35724 3.11008 8.5116 3.00522C9.18794 2.54577 10.0431 2.53677 10.6784 2.95401C10.8227 3.04875 10.9767 3.19911 11.3886 3.61099C11.8005 4.02287 11.9509 4.17694 12.0456 4.3212C12.4628 4.95653 12.4539 5.81168 11.9944 6.48802C11.8895 6.64238 11.7272 6.80785 11.3002 7.23484L10.6815 7.85354C10.4863 8.0488 10.4863 8.36538 10.6815 8.56064C10.8768 8.75589 11.1934 8.75589 11.3886 8.56064L12.0073 7.94193L12.0502 7.89903C12.4199 7.5295 12.6564 7.29303 12.8216 7.04993C13.4968 6.05598 13.5316 4.7623 12.8815 3.77228C12.7229 3.53083 12.4918 3.29982 12.1404 2.94853L12.0957 2.9039L12.0511 2.85925C11.6998 2.50782 11.4688 2.27672 11.2273 2.11816C10.2373 1.46798 8.94364 1.50284 7.94968 2.17805C7.70659 2.34319 7.47012 2.57973 7.1006 2.94936L7.1006 2.94937L7.05769 2.99228L6.43898 3.61099C6.24372 3.80625 6.24372 4.12282 6.43898 4.31808C6.63424 4.51334 6.95081 4.51334 7.14607 4.31808L7.76478 3.69938ZM2.99191 7.05807L2.94899 7.10097C2.57935 7.4705 2.34282 7.70697 2.17767 7.95006C1.50246 8.94401 1.4676 10.2377 2.11778 11.2277C2.27634 11.4692 2.50744 11.7002 2.85886 12.0515L2.85888 12.0515L2.90352 12.0961L2.94815 12.1407L2.94815 12.1407L2.94817 12.1408C3.29945 12.4922 3.53045 12.7233 3.7719 12.8818C4.76193 13.532 6.0556 13.4972 7.04956 12.8219C7.29265 12.6568 7.52912 12.4203 7.89865 12.0506L7.94155 12.0077L8.56026 11.389C8.75552 11.1937 8.75552 10.8772 8.56026 10.6819C8.365 10.4867 8.04842 10.4867 7.85317 10.6819L7.23446 11.3006C6.80747 11.7276 6.642 11.8899 6.48764 11.9948C5.8113 12.4542 4.95615 12.4632 4.32082 12.046C4.17656 11.9512 4.02249 11.8009 3.61061 11.389C3.19873 10.9771 3.04837 10.8231 2.95363 10.6788C2.53639 10.0435 2.54539 9.18832 3.00484 8.51198C3.10971 8.35761 3.27201 8.19215 3.699 7.76516L4.3177 7.14645C4.51296 6.95119 4.51296 6.63462 4.3177 6.43936C4.12245 6.2441 3.80587 6.2441 3.61061 6.43936L2.99191 7.05807Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$2W = [\"color\"];\nvar LinkNone1Icon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$2W);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M4.56427 3.99988C4.58422 3.99989 4.60445 3.99989 4.62496 3.99989H5.49996C5.7761 3.99989 5.99996 4.22375 5.99996 4.49989C5.99996 4.77603 5.7761 4.99989 5.49996 4.99989H4.62496C4.02108 4.99989 3.78932 5.00213 3.60601 5.03713C2.80287 5.1905 2.19181 5.78883 2.03759 6.53312C2.00257 6.70212 1.99996 6.91739 1.99996 7.49989C1.99996 8.08239 2.00257 8.29766 2.03759 8.46666C2.19181 9.21095 2.80287 9.80928 3.60601 9.96265C3.78932 9.99765 4.02108 9.99989 4.62496 9.99989H5.49996C5.7761 9.99989 5.99996 10.2237 5.99996 10.4999C5.99996 10.776 5.7761 10.9999 5.49996 10.9999H4.62496C4.60445 10.9999 4.58422 10.9999 4.56427 10.9999C4.04159 11 3.70712 11 3.41845 10.9449C2.23814 10.7195 1.29871 9.82937 1.05839 8.66955C0.999782 8.38669 0.999848 8.05992 0.999947 7.56301C0.999951 7.54227 0.999955 7.52123 0.999955 7.49989C0.999955 7.47855 0.999951 7.45751 0.999947 7.43677C0.999848 6.93986 0.999782 6.61309 1.05839 6.33023C1.29871 5.17041 2.23814 4.28027 3.41845 4.05488C3.70712 3.99976 4.04159 3.99981 4.56427 3.99988ZM11.3939 5.03713C11.2106 5.00213 10.9788 4.99989 10.375 4.99989H9.49996C9.22381 4.99989 8.99996 4.77603 8.99996 4.49989C8.99996 4.22375 9.22381 3.99989 9.49996 3.99989H10.375C10.3955 3.99989 10.4157 3.99989 10.4356 3.99988C10.9583 3.99981 11.2928 3.99976 11.5815 4.05488C12.7618 4.28027 13.7012 5.17041 13.9415 6.33023C14.0001 6.61309 14.0001 6.93985 14 7.43676C14 7.4575 14 7.47854 14 7.49989C14 7.52124 14 7.54228 14 7.56302C14.0001 8.05992 14.0001 8.38669 13.9415 8.66955C13.7012 9.82937 12.7618 10.7195 11.5815 10.9449C11.2928 11 10.9583 11 10.4356 10.9999C10.4157 10.9999 10.3955 10.9999 10.375 10.9999H9.49996C9.22381 10.9999 8.99996 10.776 8.99996 10.4999C8.99996 10.2237 9.22381 9.99989 9.49996 9.99989H10.375C10.9788 9.99989 11.2106 9.99765 11.3939 9.96265C12.197 9.80928 12.8081 9.21095 12.9623 8.46666C12.9973 8.29766 13 8.08239 13 7.49989C13 6.91739 12.9973 6.70212 12.9623 6.53312C12.8081 5.78883 12.197 5.1905 11.3939 5.03713Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$2X = [\"color\"];\nvar LinkNone2Icon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$2X);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M10.6788 2.95419C10.0435 2.53694 9.18829 2.54594 8.51194 3.00541C8.35757 3.11027 8.1921 3.27257 7.7651 3.69957L7.14638 4.31829C6.95112 4.51355 6.63454 4.51355 6.43928 4.31829C6.24401 4.12303 6.24401 3.80645 6.43928 3.61119L7.058 2.99247C7.0725 2.97797 7.08679 2.96366 7.1009 2.94955C7.47044 2.57991 7.70691 2.34336 7.95001 2.17822C8.94398 1.50299 10.2377 1.46813 11.2277 2.11832C11.4692 2.27689 11.7002 2.508 12.0515 2.85942C12.0662 2.8741 12.081 2.88898 12.0961 2.90408C12.1112 2.91917 12.1261 2.93405 12.1408 2.94871C12.4922 3.30001 12.7233 3.53102 12.8819 3.77248C13.5321 4.76252 13.4972 6.05623 12.822 7.0502C12.6568 7.2933 12.4203 7.52976 12.0507 7.89929C12.0366 7.9134 12.0222 7.92771 12.0077 7.94221L11.389 8.56093C11.1938 8.7562 10.8772 8.7562 10.6819 8.56093C10.4867 8.36567 10.4867 8.04909 10.6819 7.85383L11.3006 7.23511C11.7276 6.80811 11.8899 6.64264 11.9948 6.48827C12.4543 5.81192 12.4633 4.95675 12.046 4.32141C11.9513 4.17714 11.8009 4.02307 11.389 3.61119C10.9771 3.1993 10.8231 3.04893 10.6788 2.95419ZM4.31796 6.43961C4.51322 6.63487 4.51322 6.95146 4.31796 7.14672L3.69924 7.76544C3.27224 8.19244 3.10993 8.35791 3.00507 8.51227C2.54561 9.18863 2.53661 10.0438 2.95385 10.6791C3.0486 10.8234 3.19896 10.9775 3.61085 11.3894C4.02274 11.8012 4.17681 11.9516 4.32107 12.0464C4.95642 12.4636 5.81158 12.4546 6.48794 11.9951C6.6423 11.8903 6.80777 11.728 7.23477 11.301L7.85349 10.6823C8.04875 10.487 8.36533 10.487 8.5606 10.6823C8.75586 10.8775 8.75586 11.1941 8.5606 11.3894L7.94188 12.0081C7.92738 12.0226 7.91307 12.0369 7.89897 12.051C7.52943 12.4206 7.29296 12.6572 7.04986 12.8223C6.05589 13.4976 4.76219 13.5324 3.77214 12.8822C3.53068 12.7237 3.29967 12.4925 2.94837 12.1411C2.93371 12.1264 2.91883 12.1116 2.90374 12.0965C2.88865 12.0814 2.87377 12.0665 2.8591 12.0518C2.50766 11.7005 2.27656 11.4695 2.11799 11.2281C1.4678 10.238 1.50265 8.94432 2.17788 7.95035C2.34303 7.70724 2.57957 7.47077 2.94922 7.10124C2.96333 7.08713 2.97763 7.07283 2.99213 7.05833L3.61085 6.43961C3.80611 6.24435 4.12269 6.24435 4.31796 6.43961Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$2Y = [\"color\"];\nvar LinkedInLogoIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$2Y);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M2 1C1.44772 1 1 1.44772 1 2V13C1 13.5523 1.44772 14 2 14H13C13.5523 14 14 13.5523 14 13V2C14 1.44772 13.5523 1 13 1H2ZM3.05 6H4.95V12H3.05V6ZM5.075 4.005C5.075 4.59871 4.59371 5.08 4 5.08C3.4063 5.08 2.925 4.59871 2.925 4.005C2.925 3.41129 3.4063 2.93 4 2.93C4.59371 2.93 5.075 3.41129 5.075 4.005ZM12 8.35713C12 6.55208 10.8334 5.85033 9.67449 5.85033C9.29502 5.83163 8.91721 5.91119 8.57874 6.08107C8.32172 6.21007 8.05265 6.50523 7.84516 7.01853H7.79179V6.00044H6V12.0047H7.90616V8.8112C7.8786 8.48413 7.98327 8.06142 8.19741 7.80987C8.41156 7.55832 8.71789 7.49825 8.95015 7.46774H9.02258C9.62874 7.46774 10.0786 7.84301 10.0786 8.78868V12.0047H11.9847L12 8.35713Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$2Z = [\"color\"];\nvar ListBulletIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$2Z);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M1.5 5.25C1.91421 5.25 2.25 4.91421 2.25 4.5C2.25 4.08579 1.91421 3.75 1.5 3.75C1.08579 3.75 0.75 4.08579 0.75 4.5C0.75 4.91421 1.08579 5.25 1.5 5.25ZM4 4.5C4 4.22386 4.22386 4 4.5 4H13.5C13.7761 4 14 4.22386 14 4.5C14 4.77614 13.7761 5 13.5 5H4.5C4.22386 5 4 4.77614 4 4.5ZM4.5 7C4.22386 7 4 7.22386 4 7.5C4 7.77614 4.22386 8 4.5 8H13.5C13.7761 8 14 7.77614 14 7.5C14 7.22386 13.7761 7 13.5 7H4.5ZM4.5 10C4.22386 10 4 10.2239 4 10.5C4 10.7761 4.22386 11 4.5 11H13.5C13.7761 11 14 10.7761 14 10.5C14 10.2239 13.7761 10 13.5 10H4.5ZM2.25 7.5C2.25 7.91421 1.91421 8.25 1.5 8.25C1.08579 8.25 0.75 7.91421 0.75 7.5C0.75 7.08579 1.08579 6.75 1.5 6.75C1.91421 6.75 2.25 7.08579 2.25 7.5ZM1.5 11.25C1.91421 11.25 2.25 10.9142 2.25 10.5C2.25 10.0858 1.91421 9.75 1.5 9.75C1.08579 9.75 0.75 10.0858 0.75 10.5C0.75 10.9142 1.08579 11.25 1.5 11.25Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$2_ = [\"color\"];\nvar LockClosedIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$2_);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M5 4.63601C5 3.76031 5.24219 3.1054 5.64323 2.67357C6.03934 2.24705 6.64582 1.9783 7.5014 1.9783C8.35745 1.9783 8.96306 2.24652 9.35823 2.67208C9.75838 3.10299 10 3.75708 10 4.63325V5.99999H5V4.63601ZM4 5.99999V4.63601C4 3.58148 4.29339 2.65754 4.91049 1.99307C5.53252 1.32329 6.42675 0.978302 7.5014 0.978302C8.57583 0.978302 9.46952 1.32233 10.091 1.99162C10.7076 2.65557 11 3.57896 11 4.63325V5.99999H12C12.5523 5.99999 13 6.44771 13 6.99999V13C13 13.5523 12.5523 14 12 14H3C2.44772 14 2 13.5523 2 13V6.99999C2 6.44771 2.44772 5.99999 3 5.99999H4ZM3 6.99999H12V13H3V6.99999Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$2$ = [\"color\"];\nvar LockOpen1Icon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$2$);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M7.4986 0C6.3257 0 5.36107 0.38943 4.73753 1.19361C4.23745 1.83856 4 2.68242 4 3.63325H5C5 2.84313 5.19691 2.23312 5.5278 1.80636C5.91615 1.30552 6.55152 1 7.4986 1C8.35683 1 8.96336 1.26502 9.35846 1.68623C9.75793 2.11211 10 2.76044 10 3.63601V6H3C2.44772 6 2 6.44772 2 7V13C2 13.5523 2.44772 14 3 14H12C12.5523 14 13 13.5523 13 13V7C13 6.44771 12.5523 6 12 6H11V3.63601C11 2.58135 10.7065 1.66167 10.0878 1.0021C9.46477 0.337871 8.57061 0 7.4986 0ZM3 7H12V13H3V7Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$30 = [\"color\"];\nvar LockOpen2Icon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$30);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M9 3.63601C9 2.76044 9.24207 2.11211 9.64154 1.68623C10.0366 1.26502 10.6432 1 11.5014 1C12.4485 1 13.0839 1.30552 13.4722 1.80636C13.8031 2.23312 14 2.84313 14 3.63325H15C15 2.68242 14.7626 1.83856 14.2625 1.19361C13.6389 0.38943 12.6743 0 11.5014 0C10.4294 0 9.53523 0.337871 8.91218 1.0021C8.29351 1.66167 8 2.58135 8 3.63601V6H1C0.447715 6 0 6.44772 0 7V13C0 13.5523 0.447715 14 1 14H10C10.5523 14 11 13.5523 11 13V7C11 6.44772 10.5523 6 10 6H9V3.63601ZM1 7H10V13H1V7Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$31 = [\"color\"];\nvar LoopIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$31);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M3.35355 1.85355C3.54882 1.65829 3.54882 1.34171 3.35355 1.14645C3.15829 0.951184 2.84171 0.951184 2.64645 1.14645L0.646447 3.14645C0.451184 3.34171 0.451184 3.65829 0.646447 3.85355L2.64645 5.85355C2.84171 6.04882 3.15829 6.04882 3.35355 5.85355C3.54882 5.65829 3.54882 5.34171 3.35355 5.14645L2.20711 4H9.5C11.433 4 13 5.567 13 7.5C13 7.77614 13.2239 8 13.5 8C13.7761 8 14 7.77614 14 7.5C14 5.01472 11.9853 3 9.5 3H2.20711L3.35355 1.85355ZM2 7.5C2 7.22386 1.77614 7 1.5 7C1.22386 7 1 7.22386 1 7.5C1 9.98528 3.01472 12 5.5 12H12.7929L11.6464 13.1464C11.4512 13.3417 11.4512 13.6583 11.6464 13.8536C11.8417 14.0488 12.1583 14.0488 12.3536 13.8536L14.3536 11.8536C14.5488 11.6583 14.5488 11.3417 14.3536 11.1464L12.3536 9.14645C12.1583 8.95118 11.8417 8.95118 11.6464 9.14645C11.4512 9.34171 11.4512 9.65829 11.6464 9.85355L12.7929 11H5.5C3.567 11 2 9.433 2 7.5Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$32 = [\"color\"];\nvar MagicWandIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$32);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M13.9 0.499976C13.9 0.279062 13.7209 0.0999756 13.5 0.0999756C13.2791 0.0999756 13.1 0.279062 13.1 0.499976V1.09998H12.5C12.2791 1.09998 12.1 1.27906 12.1 1.49998C12.1 1.72089 12.2791 1.89998 12.5 1.89998H13.1V2.49998C13.1 2.72089 13.2791 2.89998 13.5 2.89998C13.7209 2.89998 13.9 2.72089 13.9 2.49998V1.89998H14.5C14.7209 1.89998 14.9 1.72089 14.9 1.49998C14.9 1.27906 14.7209 1.09998 14.5 1.09998H13.9V0.499976ZM11.8536 3.14642C12.0488 3.34168 12.0488 3.65826 11.8536 3.85353L10.8536 4.85353C10.6583 5.04879 10.3417 5.04879 10.1465 4.85353C9.9512 4.65827 9.9512 4.34169 10.1465 4.14642L11.1464 3.14643C11.3417 2.95116 11.6583 2.95116 11.8536 3.14642ZM9.85357 5.14642C10.0488 5.34168 10.0488 5.65827 9.85357 5.85353L2.85355 12.8535C2.65829 13.0488 2.34171 13.0488 2.14645 12.8535C1.95118 12.6583 1.95118 12.3417 2.14645 12.1464L9.14646 5.14642C9.34172 4.95116 9.65831 4.95116 9.85357 5.14642ZM13.5 5.09998C13.7209 5.09998 13.9 5.27906 13.9 5.49998V6.09998H14.5C14.7209 6.09998 14.9 6.27906 14.9 6.49998C14.9 6.72089 14.7209 6.89998 14.5 6.89998H13.9V7.49998C13.9 7.72089 13.7209 7.89998 13.5 7.89998C13.2791 7.89998 13.1 7.72089 13.1 7.49998V6.89998H12.5C12.2791 6.89998 12.1 6.72089 12.1 6.49998C12.1 6.27906 12.2791 6.09998 12.5 6.09998H13.1V5.49998C13.1 5.27906 13.2791 5.09998 13.5 5.09998ZM8.90002 0.499976C8.90002 0.279062 8.72093 0.0999756 8.50002 0.0999756C8.2791 0.0999756 8.10002 0.279062 8.10002 0.499976V1.09998H7.50002C7.2791 1.09998 7.10002 1.27906 7.10002 1.49998C7.10002 1.72089 7.2791 1.89998 7.50002 1.89998H8.10002V2.49998C8.10002 2.72089 8.2791 2.89998 8.50002 2.89998C8.72093 2.89998 8.90002 2.72089 8.90002 2.49998V1.89998H9.50002C9.72093 1.89998 9.90002 1.72089 9.90002 1.49998C9.90002 1.27906 9.72093 1.09998 9.50002 1.09998H8.90002V0.499976Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$33 = [\"color\"];\nvar MagnifyingGlassIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$33);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M10 6.5C10 8.433 8.433 10 6.5 10C4.567 10 3 8.433 3 6.5C3 4.567 4.567 3 6.5 3C8.433 3 10 4.567 10 6.5ZM9.30884 10.0159C8.53901 10.6318 7.56251 11 6.5 11C4.01472 11 2 8.98528 2 6.5C2 4.01472 4.01472 2 6.5 2C8.98528 2 11 4.01472 11 6.5C11 7.56251 10.6318 8.53901 10.0159 9.30884L12.8536 12.1464C13.0488 12.3417 13.0488 12.6583 12.8536 12.8536C12.6583 13.0488 12.3417 13.0488 12.1464 12.8536L9.30884 10.0159Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$34 = [\"color\"];\nvar MarginIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$34);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M1.49988 2.00012C1.77602 2.00012 1.99988 1.77626 1.99988 1.50012C1.99988 1.22398 1.77602 1.00012 1.49988 1.00012C1.22374 1.00012 0.999878 1.22398 0.999878 1.50012C0.999878 1.77626 1.22374 2.00012 1.49988 2.00012ZM4.49988 2.00012C4.77602 2.00012 4.99988 1.77626 4.99988 1.50012C4.99988 1.22398 4.77602 1.00012 4.49988 1.00012C4.22374 1.00012 3.99988 1.22398 3.99988 1.50012C3.99988 1.77626 4.22374 2.00012 4.49988 2.00012ZM7.99988 1.50012C7.99988 1.77626 7.77602 2.00012 7.49988 2.00012C7.22374 2.00012 6.99988 1.77626 6.99988 1.50012C6.99988 1.22398 7.22374 1.00012 7.49988 1.00012C7.77602 1.00012 7.99988 1.22398 7.99988 1.50012ZM10.4999 2.00012C10.776 2.00012 10.9999 1.77626 10.9999 1.50012C10.9999 1.22398 10.776 1.00012 10.4999 1.00012C10.2237 1.00012 9.99988 1.22398 9.99988 1.50012C9.99988 1.77626 10.2237 2.00012 10.4999 2.00012ZM13.9999 1.50012C13.9999 1.77626 13.776 2.00012 13.4999 2.00012C13.2237 2.00012 12.9999 1.77626 12.9999 1.50012C12.9999 1.22398 13.2237 1.00012 13.4999 1.00012C13.776 1.00012 13.9999 1.22398 13.9999 1.50012ZM1.49988 14.0001C1.77602 14.0001 1.99988 13.7763 1.99988 13.5001C1.99988 13.224 1.77602 13.0001 1.49988 13.0001C1.22374 13.0001 0.999878 13.224 0.999878 13.5001C0.999878 13.7763 1.22374 14.0001 1.49988 14.0001ZM1.99988 10.5001C1.99988 10.7763 1.77602 11.0001 1.49988 11.0001C1.22374 11.0001 0.999878 10.7763 0.999878 10.5001C0.999878 10.224 1.22374 10.0001 1.49988 10.0001C1.77602 10.0001 1.99988 10.224 1.99988 10.5001ZM1.49988 8.00012C1.77602 8.00012 1.99988 7.77626 1.99988 7.50012C1.99988 7.22398 1.77602 7.00012 1.49988 7.00012C1.22374 7.00012 0.999878 7.22398 0.999878 7.50012C0.999878 7.77626 1.22374 8.00012 1.49988 8.00012ZM1.99988 4.50012C1.99988 4.77626 1.77602 5.00012 1.49988 5.00012C1.22374 5.00012 0.999878 4.77626 0.999878 4.50012C0.999878 4.22398 1.22374 4.00012 1.49988 4.00012C1.77602 4.00012 1.99988 4.22398 1.99988 4.50012ZM13.4999 11.0001C13.776 11.0001 13.9999 10.7763 13.9999 10.5001C13.9999 10.224 13.776 10.0001 13.4999 10.0001C13.2237 10.0001 12.9999 10.224 12.9999 10.5001C12.9999 10.7763 13.2237 11.0001 13.4999 11.0001ZM13.9999 7.50012C13.9999 7.77626 13.776 8.00012 13.4999 8.00012C13.2237 8.00012 12.9999 7.77626 12.9999 7.50012C12.9999 7.22398 13.2237 7.00012 13.4999 7.00012C13.776 7.00012 13.9999 7.22398 13.9999 7.50012ZM13.4999 5.00012C13.776 5.00012 13.9999 4.77626 13.9999 4.50012C13.9999 4.22398 13.776 4.00012 13.4999 4.00012C13.2237 4.00012 12.9999 4.22398 12.9999 4.50012C12.9999 4.77626 13.2237 5.00012 13.4999 5.00012ZM4.99988 13.5001C4.99988 13.7763 4.77602 14.0001 4.49988 14.0001C4.22374 14.0001 3.99988 13.7763 3.99988 13.5001C3.99988 13.224 4.22374 13.0001 4.49988 13.0001C4.77602 13.0001 4.99988 13.224 4.99988 13.5001ZM7.49988 14.0001C7.77602 14.0001 7.99988 13.7763 7.99988 13.5001C7.99988 13.224 7.77602 13.0001 7.49988 13.0001C7.22374 13.0001 6.99988 13.224 6.99988 13.5001C6.99988 13.7763 7.22374 14.0001 7.49988 14.0001ZM10.9999 13.5001C10.9999 13.7763 10.776 14.0001 10.4999 14.0001C10.2237 14.0001 9.99988 13.7763 9.99988 13.5001C9.99988 13.224 10.2237 13.0001 10.4999 13.0001C10.776 13.0001 10.9999 13.224 10.9999 13.5001ZM13.4999 14.0001C13.776 14.0001 13.9999 13.7763 13.9999 13.5001C13.9999 13.224 13.776 13.0001 13.4999 13.0001C13.2237 13.0001 12.9999 13.224 12.9999 13.5001C12.9999 13.7763 13.2237 14.0001 13.4999 14.0001ZM3.99988 5.00012C3.99988 4.44784 4.44759 4.00012 4.99988 4.00012H9.99988C10.5522 4.00012 10.9999 4.44784 10.9999 5.00012V10.0001C10.9999 10.5524 10.5522 11.0001 9.99988 11.0001H4.99988C4.44759 11.0001 3.99988 10.5524 3.99988 10.0001V5.00012ZM4.99988 5.00012H9.99988V10.0001H4.99988V5.00012Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$35 = [\"color\"];\nvar MaskOffIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$35);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M1 2H14V13H1L1 2ZM0 2C0 1.44772 0.447715 1 1 1H14C14.5523 1 15 1.44772 15 2V13C15 13.5523 14.5523 14 14 14H1C0.447715 14 0 13.5523 0 13V2ZM4.875 7.5C4.875 6.05025 6.05025 4.875 7.5 4.875C8.94975 4.875 10.125 6.05025 10.125 7.5C10.125 8.94975 8.94975 10.125 7.5 10.125C6.05025 10.125 4.875 8.94975 4.875 7.5ZM7.5 3.875C5.49797 3.875 3.875 5.49797 3.875 7.5C3.875 9.50203 5.49797 11.125 7.5 11.125C9.50203 11.125 11.125 9.50203 11.125 7.5C11.125 5.49797 9.50203 3.875 7.5 3.875Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$36 = [\"color\"];\nvar MaskOnIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$36);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M1 1C0.447715 1 0 1.44772 0 2V13C0 13.5523 0.447715 14 1 14H14C14.5523 14 15 13.5523 15 13V2C15 1.44772 14.5523 1 14 1H1ZM7.5 10.625C9.22589 10.625 10.625 9.22589 10.625 7.5C10.625 5.77411 9.22589 4.375 7.5 4.375C5.77411 4.375 4.375 5.77411 4.375 7.5C4.375 9.22589 5.77411 10.625 7.5 10.625Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$37 = [\"color\"];\nvar MinusIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$37);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M2.25 7.5C2.25 7.22386 2.47386 7 2.75 7H12.25C12.5261 7 12.75 7.22386 12.75 7.5C12.75 7.77614 12.5261 8 12.25 8H2.75C2.47386 8 2.25 7.77614 2.25 7.5Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$38 = [\"color\"];\nvar MinusCircledIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$38);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M7.49991 0.876892C3.84222 0.876892 0.877075 3.84204 0.877075 7.49972C0.877075 11.1574 3.84222 14.1226 7.49991 14.1226C11.1576 14.1226 14.1227 11.1574 14.1227 7.49972C14.1227 3.84204 11.1576 0.876892 7.49991 0.876892ZM1.82707 7.49972C1.82707 4.36671 4.36689 1.82689 7.49991 1.82689C10.6329 1.82689 13.1727 4.36671 13.1727 7.49972C13.1727 10.6327 10.6329 13.1726 7.49991 13.1726C4.36689 13.1726 1.82707 10.6327 1.82707 7.49972ZM4.50003 7C4.22389 7 4.00003 7.22386 4.00003 7.5C4.00003 7.77614 4.22389 8 4.50003 8H10.5C10.7762 8 11 7.77614 11 7.5C11 7.22386 10.7762 7 10.5 7H4.50003Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$39 = [\"color\"];\nvar MixIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$39);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M2.14921 3.99996C2.14921 2.97778 2.97784 2.14915 4.00002 2.14915C5.02219 2.14915 5.85083 2.97778 5.85083 3.99996C5.85083 5.02213 5.02219 5.85077 4.00002 5.85077C2.97784 5.85077 2.14921 5.02213 2.14921 3.99996ZM4.00002 1.24915C2.48079 1.24915 1.24921 2.48073 1.24921 3.99996C1.24921 5.51919 2.48079 6.75077 4.00002 6.75077C5.51925 6.75077 6.75083 5.51919 6.75083 3.99996C6.75083 2.48073 5.51925 1.24915 4.00002 1.24915ZM5.82034 11.0001L2.49998 12.8369V9.16331L5.82034 11.0001ZM2.63883 8.21159C2.17228 7.9535 1.59998 8.29093 1.59998 8.82411V13.1761C1.59998 13.7093 2.17228 14.0467 2.63883 13.7886L6.57235 11.6126C7.05389 11.3462 7.05389 10.654 6.57235 10.3876L2.63883 8.21159ZM8.30001 9.00003C8.30001 8.61343 8.61341 8.30003 9.00001 8.30003H13C13.3866 8.30003 13.7 8.61343 13.7 9.00003V13C13.7 13.3866 13.3866 13.7 13 13.7H9.00001C8.61341 13.7 8.30001 13.3866 8.30001 13V9.00003ZM9.20001 9.20003V12.8H12.8V9.20003H9.20001ZM13.4432 2.19311C13.6189 2.01737 13.6189 1.73245 13.4432 1.55671C13.2675 1.38098 12.9826 1.38098 12.8068 1.55671L11 3.36353L9.19321 1.55674C9.01748 1.381 8.73255 1.381 8.55682 1.55674C8.38108 1.73247 8.38108 2.0174 8.55682 2.19313L10.3636 3.99992L8.55682 5.80671C8.38108 5.98245 8.38108 6.26737 8.55682 6.44311C8.73255 6.61885 9.01748 6.61885 9.19321 6.44311L11 4.63632L12.8068 6.44314C12.9826 6.61887 13.2675 6.61887 13.4432 6.44314C13.6189 6.2674 13.6189 5.98247 13.4432 5.80674L11.6364 3.99992L13.4432 2.19311Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$3a = [\"color\"];\nvar MixerHorizontalIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$3a);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M5.5 3C4.67157 3 4 3.67157 4 4.5C4 5.32843 4.67157 6 5.5 6C6.32843 6 7 5.32843 7 4.5C7 3.67157 6.32843 3 5.5 3ZM3 5C3.01671 5 3.03323 4.99918 3.04952 4.99758C3.28022 6.1399 4.28967 7 5.5 7C6.71033 7 7.71978 6.1399 7.95048 4.99758C7.96677 4.99918 7.98329 5 8 5H13.5C13.7761 5 14 4.77614 14 4.5C14 4.22386 13.7761 4 13.5 4H8C7.98329 4 7.96677 4.00082 7.95048 4.00242C7.71978 2.86009 6.71033 2 5.5 2C4.28967 2 3.28022 2.86009 3.04952 4.00242C3.03323 4.00082 3.01671 4 3 4H1.5C1.22386 4 1 4.22386 1 4.5C1 4.77614 1.22386 5 1.5 5H3ZM11.9505 10.9976C11.7198 12.1399 10.7103 13 9.5 13C8.28967 13 7.28022 12.1399 7.04952 10.9976C7.03323 10.9992 7.01671 11 7 11H1.5C1.22386 11 1 10.7761 1 10.5C1 10.2239 1.22386 10 1.5 10H7C7.01671 10 7.03323 10.0008 7.04952 10.0024C7.28022 8.8601 8.28967 8 9.5 8C10.7103 8 11.7198 8.8601 11.9505 10.0024C11.9668 10.0008 11.9833 10 12 10H13.5C13.7761 10 14 10.2239 14 10.5C14 10.7761 13.7761 11 13.5 11H12C11.9833 11 11.9668 10.9992 11.9505 10.9976ZM8 10.5C8 9.67157 8.67157 9 9.5 9C10.3284 9 11 9.67157 11 10.5C11 11.3284 10.3284 12 9.5 12C8.67157 12 8 11.3284 8 10.5Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$3b = [\"color\"];\nvar MixerVerticalIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$3b);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M5 1.5C5 1.22386 4.77614 1 4.5 1C4.22386 1 4 1.22386 4 1.5L4 7C4 7.01671 4.00082 7.03323 4.00242 7.04952C2.86009 7.28022 2 8.28967 2 9.5C2 10.7103 2.86009 11.7198 4.00242 11.9505C4.00082 11.9668 4 11.9833 4 12V13.5C4 13.7761 4.22386 14 4.5 14C4.77614 14 5 13.7761 5 13.5V12C5 11.9833 4.99918 11.9668 4.99758 11.9505C6.1399 11.7198 7 10.7103 7 9.5C7 8.28967 6.1399 7.28022 4.99758 7.04952C4.99918 7.03323 5 7.01671 5 7L5 1.5ZM11 1.5C11 1.22386 10.7761 1 10.5 1C10.2239 1 10 1.22386 10 1.5V3C10 3.01671 10.0008 3.03323 10.0024 3.04952C8.8601 3.28022 8 4.28967 8 5.5C8 6.71033 8.8601 7.71978 10.0024 7.95048C10.0008 7.96677 10 7.98329 10 8V13.5C10 13.7761 10.2239 14 10.5 14C10.7761 14 11 13.7761 11 13.5V8C11 7.98329 10.9992 7.96677 10.9976 7.95048C12.1399 7.71978 13 6.71033 13 5.5C13 4.28967 12.1399 3.28022 10.9976 3.04952C10.9992 3.03323 11 3.01671 11 3V1.5ZM4.5 8C3.67157 8 3 8.67157 3 9.5C3 10.3284 3.67157 11 4.5 11C5.32843 11 6 10.3284 6 9.5C6 8.67157 5.32843 8 4.5 8ZM9 5.5C9 4.67157 9.67157 4 10.5 4C11.3284 4 12 4.67157 12 5.5C12 6.32843 11.3284 7 10.5 7C9.67157 7 9 6.32843 9 5.5Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$3c = [\"color\"];\nvar MobileIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$3c);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M4 2.5C4 2.22386 4.22386 2 4.5 2H10.5C10.7761 2 11 2.22386 11 2.5V12.5C11 12.7761 10.7761 13 10.5 13H4.5C4.22386 13 4 12.7761 4 12.5V2.5ZM4.5 1C3.67157 1 3 1.67157 3 2.5V12.5C3 13.3284 3.67157 14 4.5 14H10.5C11.3284 14 12 13.3284 12 12.5V2.5C12 1.67157 11.3284 1 10.5 1H4.5ZM6 11.65C5.8067 11.65 5.65 11.8067 5.65 12C5.65 12.1933 5.8067 12.35 6 12.35H9C9.1933 12.35 9.35 12.1933 9.35 12C9.35 11.8067 9.1933 11.65 9 11.65H6Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$3d = [\"color\"];\nvar ModulzLogoIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$3d);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M7.25925 3.16667L4.37036 5.33333V1L7.25925 3.16667ZM1 8.22222L3.88889 6.05555L1 3.88889V8.22222ZM1 14L3.88889 11.8333L1 9.66666V14ZM7.74072 8.22222L10.6296 6.05555L7.74072 3.88889V8.22222ZM14 3.16667L11.1111 5.33333V1L14 3.16667ZM11.1111 11.1111L14 8.94444L11.1111 6.77777V11.1111ZM3.88889 11.1111L1 8.94444L3.88889 6.77777V11.1111ZM4.37036 6.05555L7.25925 8.22222V3.88889L4.37036 6.05555ZM3.88889 5.33333L1 3.16667L3.88889 1V5.33333ZM7.74072 3.16667L10.6296 5.33333V1L7.74072 3.16667ZM14 8.22222L11.1111 6.05555L14 3.88889V8.22222ZM11.1111 11.8333L14 14V9.66666L11.1111 11.8333Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$3e = [\"color\"];\nvar MoonIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$3e);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M2.89998 0.499976C2.89998 0.279062 2.72089 0.0999756 2.49998 0.0999756C2.27906 0.0999756 2.09998 0.279062 2.09998 0.499976V1.09998H1.49998C1.27906 1.09998 1.09998 1.27906 1.09998 1.49998C1.09998 1.72089 1.27906 1.89998 1.49998 1.89998H2.09998V2.49998C2.09998 2.72089 2.27906 2.89998 2.49998 2.89998C2.72089 2.89998 2.89998 2.72089 2.89998 2.49998V1.89998H3.49998C3.72089 1.89998 3.89998 1.72089 3.89998 1.49998C3.89998 1.27906 3.72089 1.09998 3.49998 1.09998H2.89998V0.499976ZM5.89998 3.49998C5.89998 3.27906 5.72089 3.09998 5.49998 3.09998C5.27906 3.09998 5.09998 3.27906 5.09998 3.49998V4.09998H4.49998C4.27906 4.09998 4.09998 4.27906 4.09998 4.49998C4.09998 4.72089 4.27906 4.89998 4.49998 4.89998H5.09998V5.49998C5.09998 5.72089 5.27906 5.89998 5.49998 5.89998C5.72089 5.89998 5.89998 5.72089 5.89998 5.49998V4.89998H6.49998C6.72089 4.89998 6.89998 4.72089 6.89998 4.49998C6.89998 4.27906 6.72089 4.09998 6.49998 4.09998H5.89998V3.49998ZM1.89998 6.49998C1.89998 6.27906 1.72089 6.09998 1.49998 6.09998C1.27906 6.09998 1.09998 6.27906 1.09998 6.49998V7.09998H0.499976C0.279062 7.09998 0.0999756 7.27906 0.0999756 7.49998C0.0999756 7.72089 0.279062 7.89998 0.499976 7.89998H1.09998V8.49998C1.09998 8.72089 1.27906 8.89997 1.49998 8.89997C1.72089 8.89997 1.89998 8.72089 1.89998 8.49998V7.89998H2.49998C2.72089 7.89998 2.89998 7.72089 2.89998 7.49998C2.89998 7.27906 2.72089 7.09998 2.49998 7.09998H1.89998V6.49998ZM8.54406 0.98184L8.24618 0.941586C8.03275 0.917676 7.90692 1.1655 8.02936 1.34194C8.17013 1.54479 8.29981 1.75592 8.41754 1.97445C8.91878 2.90485 9.20322 3.96932 9.20322 5.10022C9.20322 8.37201 6.82247 11.0878 3.69887 11.6097C3.45736 11.65 3.20988 11.6772 2.96008 11.6906C2.74563 11.702 2.62729 11.9535 2.77721 12.1072C2.84551 12.1773 2.91535 12.2458 2.98667 12.3128L3.05883 12.3795L3.31883 12.6045L3.50684 12.7532L3.62796 12.8433L3.81491 12.9742L3.99079 13.089C4.11175 13.1651 4.23536 13.2375 4.36157 13.3059L4.62496 13.4412L4.88553 13.5607L5.18837 13.6828L5.43169 13.7686C5.56564 13.8128 5.70149 13.8529 5.83857 13.8885C5.94262 13.9155 6.04767 13.9401 6.15405 13.9622C6.27993 13.9883 6.40713 14.0109 6.53544 14.0298L6.85241 14.0685L7.11934 14.0892C7.24637 14.0965 7.37436 14.1002 7.50322 14.1002C11.1483 14.1002 14.1032 11.1453 14.1032 7.50023C14.1032 7.25044 14.0893 7.00389 14.0623 6.76131L14.0255 6.48407C13.991 6.26083 13.9453 6.04129 13.8891 5.82642C13.8213 5.56709 13.7382 5.31398 13.6409 5.06881L13.5279 4.80132L13.4507 4.63542L13.3766 4.48666C13.2178 4.17773 13.0353 3.88295 12.8312 3.60423L12.6782 3.40352L12.4793 3.16432L12.3157 2.98361L12.1961 2.85951L12.0355 2.70246L11.8134 2.50184L11.4925 2.24191L11.2483 2.06498L10.9562 1.87446L10.6346 1.68894L10.3073 1.52378L10.1938 1.47176L9.95488 1.3706L9.67791 1.2669L9.42566 1.1846L9.10075 1.09489L8.83599 1.03486L8.54406 0.98184ZM10.4032 5.30023C10.4032 4.27588 10.2002 3.29829 9.83244 2.40604C11.7623 3.28995 13.1032 5.23862 13.1032 7.50023C13.1032 10.593 10.596 13.1002 7.50322 13.1002C6.63646 13.1002 5.81597 12.9036 5.08355 12.5522C6.5419 12.0941 7.81081 11.2082 8.74322 10.0416C8.87963 10.2284 9.10028 10.3497 9.34928 10.3497C9.76349 10.3497 10.0993 10.0139 10.0993 9.59971C10.0993 9.24256 9.84965 8.94373 9.51535 8.86816C9.57741 8.75165 9.63653 8.63334 9.6926 8.51332C9.88358 8.63163 10.1088 8.69993 10.35 8.69993C11.0403 8.69993 11.6 8.14028 11.6 7.44993C11.6 6.75976 11.0406 6.20024 10.3505 6.19993C10.3853 5.90487 10.4032 5.60464 10.4032 5.30023Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$3f = [\"color\"];\nvar MoveIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$3f);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M7.81819 0.93179C7.64245 0.756054 7.35753 0.756054 7.18179 0.93179L5.43179 2.68179C5.25605 2.85753 5.25605 3.14245 5.43179 3.31819C5.60753 3.49392 5.89245 3.49392 6.06819 3.31819L6.99999 2.38638V5.49999C6.99999 5.77613 7.22385 5.99999 7.49999 5.99999C7.77613 5.99999 7.99999 5.77613 7.99999 5.49999V2.38638L8.93179 3.31819C9.10753 3.49392 9.39245 3.49392 9.56819 3.31819C9.74392 3.14245 9.74392 2.85753 9.56819 2.68179L7.81819 0.93179ZM7.99999 9.49999C7.99999 9.22385 7.77613 8.99999 7.49999 8.99999C7.22385 8.99999 6.99999 9.22385 6.99999 9.49999V12.6136L6.06819 11.6818C5.89245 11.5061 5.60753 11.5061 5.43179 11.6818C5.25605 11.8575 5.25605 12.1424 5.43179 12.3182L7.18179 14.0682C7.35753 14.2439 7.64245 14.2439 7.81819 14.0682L9.56819 12.3182C9.74392 12.1424 9.74392 11.8575 9.56819 11.6818C9.39245 11.5061 9.10753 11.5061 8.93179 11.6818L7.99999 12.6136V9.49999ZM8.99999 7.49999C8.99999 7.22385 9.22385 6.99999 9.49999 6.99999H12.6136L11.6818 6.06819C11.5061 5.89245 11.5061 5.60753 11.6818 5.43179C11.8575 5.25605 12.1424 5.25605 12.3182 5.43179L14.0682 7.18179C14.2439 7.35753 14.2439 7.64245 14.0682 7.81819L12.3182 9.56819C12.1424 9.74392 11.8575 9.74392 11.6818 9.56819C11.5061 9.39245 11.5061 9.10753 11.6818 8.93179L12.6136 7.99999H9.49999C9.22385 7.99999 8.99999 7.77613 8.99999 7.49999ZM3.31819 6.06819L2.38638 6.99999H5.49999C5.77613 6.99999 5.99999 7.22385 5.99999 7.49999C5.99999 7.77613 5.77613 7.99999 5.49999 7.99999H2.38638L3.31819 8.93179C3.49392 9.10753 3.49392 9.39245 3.31819 9.56819C3.14245 9.74392 2.85753 9.74392 2.68179 9.56819L0.93179 7.81819C0.756054 7.64245 0.756054 7.35753 0.93179 7.18179L2.68179 5.43179C2.85753 5.25605 3.14245 5.25605 3.31819 5.43179C3.49392 5.60753 3.49392 5.89245 3.31819 6.06819Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$3g = [\"color\"];\nvar NotionLogoIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$3g);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M3.25781 3.11684C3.67771 3.45796 3.83523 3.43193 4.62369 3.37933L12.0571 2.93299C12.2147 2.93299 12.0836 2.77571 12.0311 2.74957L10.7965 1.85711C10.56 1.67347 10.2448 1.46315 9.64083 1.51576L2.44308 2.04074C2.18059 2.06677 2.12815 2.19801 2.2327 2.30322L3.25781 3.11684ZM3.7041 4.84917V12.6704C3.7041 13.0907 3.91415 13.248 4.38693 13.222L12.5562 12.7493C13.0292 12.7233 13.0819 12.4341 13.0819 12.0927V4.32397C13.0819 3.98306 12.9508 3.79921 12.6612 3.82545L4.12422 4.32397C3.80918 4.35044 3.7041 4.50803 3.7041 4.84917ZM11.7688 5.26872C11.8212 5.50518 11.7688 5.74142 11.5319 5.76799L11.1383 5.84641V11.6205C10.7965 11.8042 10.4814 11.9092 10.2188 11.9092C9.79835 11.9092 9.69305 11.7779 9.37812 11.3844L6.80345 7.34249V11.2532L7.61816 11.437C7.61816 11.437 7.61816 11.9092 6.96086 11.9092L5.14879 12.0143C5.09615 11.9092 5.14879 11.647 5.33259 11.5944L5.80546 11.4634V6.29276L5.1489 6.24015C5.09625 6.00369 5.22739 5.66278 5.5954 5.63631L7.53935 5.50528L10.2188 9.5998V5.97765L9.53564 5.89924C9.4832 5.61018 9.69305 5.40028 9.95576 5.37425L11.7688 5.26872ZM1.83874 1.33212L9.32557 0.780787C10.245 0.701932 10.4815 0.754753 11.0594 1.17452L13.4492 2.85424C13.8436 3.14309 13.975 3.22173 13.975 3.53661V12.7493C13.975 13.3266 13.7647 13.6681 13.0293 13.7203L4.33492 14.2454C3.78291 14.2717 3.52019 14.193 3.23111 13.8253L1.47116 11.5419C1.1558 11.1216 1.02466 10.8071 1.02466 10.4392V2.25041C1.02466 1.77825 1.23504 1.38441 1.83874 1.33212Z\",\n fill: color\n }));\n});\n\nvar _excluded$3h = [\"color\"];\nvar OpacityIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$3h);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M7.5 1.5C4.5 4.25 3 6.5 3 9C3 11.4853 5.01472 13.5 7.5 13.5C9.98528 13.5 12 11.4853 12 9C12 6.5 10.5 4.25 7.5 1.5ZM11 9C11 7.11203 9.97315 5.27195 7.5 2.87357C5.02686 5.27195 4 7.11203 4 9C4 10.933 5.567 12.5 7.5 12.5C9.433 12.5 11 10.933 11 9Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$3i = [\"color\"];\nvar OpenInNewWindowIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$3i);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n fillRule: \"evenodd\",\n clipRule: \"evenodd\",\n d: \"M12 13C12.5523 13 13 12.5523 13 12V3C13 2.44771 12.5523 2 12 2H3C2.44771 2 2 2.44771 2 3V6.5C2 6.77614 2.22386 7 2.5 7C2.77614 7 3 6.77614 3 6.5V3H12V12H8.5C8.22386 12 8 12.2239 8 12.5C8 12.7761 8.22386 13 8.5 13H12ZM9 6.5C9 6.5001 9 6.50021 9 6.50031V6.50035V9.5C9 9.77614 8.77614 10 8.5 10C8.22386 10 8 9.77614 8 9.5V7.70711L2.85355 12.8536C2.65829 13.0488 2.34171 13.0488 2.14645 12.8536C1.95118 12.6583 1.95118 12.3417 2.14645 12.1464L7.29289 7H5.5C5.22386 7 5 6.77614 5 6.5C5 6.22386 5.22386 6 5.5 6H8.5C8.56779 6 8.63244 6.01349 8.69139 6.03794C8.74949 6.06198 8.80398 6.09744 8.85143 6.14433C8.94251 6.23434 8.9992 6.35909 8.99999 6.49708L8.99999 6.49738\",\n fill: color\n }));\n});\n\nvar _excluded$3j = [\"color\"];\nvar OverlineIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$3j);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M3.49985 1.10001C3.27894 1.10001 3.09985 1.27909 3.09985 1.50001C3.09985 1.72092 3.27894 1.90001 3.49985 1.90001H11.4999C11.7208 1.90001 11.8999 1.72092 11.8999 1.50001C11.8999 1.27909 11.7208 1.10001 11.4999 1.10001H3.49985ZM4.99995 4.25001C4.99995 3.97387 4.77609 3.75001 4.49995 3.75001C4.22381 3.75001 3.99995 3.97387 3.99995 4.25001V9.55001C3.99995 11.483 5.56695 13.05 7.49995 13.05C9.43295 13.05 11 11.483 11 9.55001V4.25001C11 3.97387 10.7761 3.75001 10.5 3.75001C10.2238 3.75001 9.99995 3.97387 9.99995 4.25001V9.55001C9.99995 10.9307 8.88066 12.05 7.49995 12.05C6.11924 12.05 4.99995 10.9307 4.99995 9.55001V4.25001Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$3k = [\"color\"];\nvar PaddingIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$3k);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M2.85714 2H12.1429C12.6162 2 13 2.38376 13 2.85714V12.1429C13 12.6162 12.6162 13 12.1429 13H2.85714C2.38376 13 2 12.6162 2 12.1429V2.85714C2 2.38376 2.38376 2 2.85714 2ZM1 2.85714C1 1.83147 1.83147 1 2.85714 1H12.1429C13.1685 1 14 1.83147 14 2.85714V12.1429C14 13.1685 13.1685 14 12.1429 14H2.85714C1.83147 14 1 13.1685 1 12.1429V2.85714ZM7.49988 5.00012C7.77602 5.00012 7.99988 4.77626 7.99988 4.50012C7.99988 4.22398 7.77602 4.00012 7.49988 4.00012C7.22374 4.00012 6.99988 4.22398 6.99988 4.50012C6.99988 4.77626 7.22374 5.00012 7.49988 5.00012ZM4.49988 11.0001C4.77602 11.0001 4.99988 10.7763 4.99988 10.5001C4.99988 10.224 4.77602 10.0001 4.49988 10.0001C4.22374 10.0001 3.99988 10.224 3.99988 10.5001C3.99988 10.7763 4.22374 11.0001 4.49988 11.0001ZM4.99988 7.50012C4.99988 7.77626 4.77602 8.00012 4.49988 8.00012C4.22374 8.00012 3.99988 7.77626 3.99988 7.50012C3.99988 7.22398 4.22374 7.00012 4.49988 7.00012C4.77602 7.00012 4.99988 7.22398 4.99988 7.50012ZM4.49988 5.00012C4.77602 5.00012 4.99988 4.77626 4.99988 4.50012C4.99988 4.22398 4.77602 4.00012 4.49988 4.00012C4.22374 4.00012 3.99988 4.22398 3.99988 4.50012C3.99988 4.77626 4.22374 5.00012 4.49988 5.00012ZM10.9999 10.5001C10.9999 10.7763 10.776 11.0001 10.4999 11.0001C10.2237 11.0001 9.99988 10.7763 9.99988 10.5001C9.99988 10.224 10.2237 10.0001 10.4999 10.0001C10.776 10.0001 10.9999 10.224 10.9999 10.5001ZM10.4999 8.00012C10.776 8.00012 10.9999 7.77626 10.9999 7.50012C10.9999 7.22398 10.776 7.00012 10.4999 7.00012C10.2237 7.00012 9.99988 7.22398 9.99988 7.50012C9.99988 7.77626 10.2237 8.00012 10.4999 8.00012ZM10.9999 4.50012C10.9999 4.77626 10.776 5.00012 10.4999 5.00012C10.2237 5.00012 9.99988 4.77626 9.99988 4.50012C9.99988 4.22398 10.2237 4.00012 10.4999 4.00012C10.776 4.00012 10.9999 4.22398 10.9999 4.50012ZM7.49988 11.0001C7.77602 11.0001 7.99988 10.7763 7.99988 10.5001C7.99988 10.224 7.77602 10.0001 7.49988 10.0001C7.22374 10.0001 6.99988 10.224 6.99988 10.5001C6.99988 10.7763 7.22374 11.0001 7.49988 11.0001Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$3l = [\"color\"];\nvar PaperPlaneIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$3l);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M1.20308 1.04312C1.00481 0.954998 0.772341 1.0048 0.627577 1.16641C0.482813 1.32802 0.458794 1.56455 0.568117 1.75196L3.92115 7.50002L0.568117 13.2481C0.458794 13.4355 0.482813 13.672 0.627577 13.8336C0.772341 13.9952 1.00481 14.045 1.20308 13.9569L14.7031 7.95693C14.8836 7.87668 15 7.69762 15 7.50002C15 7.30243 14.8836 7.12337 14.7031 7.04312L1.20308 1.04312ZM4.84553 7.10002L2.21234 2.586L13.2689 7.50002L2.21234 12.414L4.84552 7.90002H9C9.22092 7.90002 9.4 7.72094 9.4 7.50002C9.4 7.27911 9.22092 7.10002 9 7.10002H4.84553Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$3m = [\"color\"];\nvar PauseIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$3m);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M6.04995 2.74998C6.04995 2.44623 5.80371 2.19998 5.49995 2.19998C5.19619 2.19998 4.94995 2.44623 4.94995 2.74998V12.25C4.94995 12.5537 5.19619 12.8 5.49995 12.8C5.80371 12.8 6.04995 12.5537 6.04995 12.25V2.74998ZM10.05 2.74998C10.05 2.44623 9.80371 2.19998 9.49995 2.19998C9.19619 2.19998 8.94995 2.44623 8.94995 2.74998V12.25C8.94995 12.5537 9.19619 12.8 9.49995 12.8C9.80371 12.8 10.05 12.5537 10.05 12.25V2.74998Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$3n = [\"color\"];\nvar Pencil1Icon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$3n);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M11.8536 1.14645C11.6583 0.951184 11.3417 0.951184 11.1465 1.14645L3.71455 8.57836C3.62459 8.66832 3.55263 8.77461 3.50251 8.89155L2.04044 12.303C1.9599 12.491 2.00189 12.709 2.14646 12.8536C2.29103 12.9981 2.50905 13.0401 2.69697 12.9596L6.10847 11.4975C6.2254 11.4474 6.3317 11.3754 6.42166 11.2855L13.8536 3.85355C14.0488 3.65829 14.0488 3.34171 13.8536 3.14645L11.8536 1.14645ZM4.42166 9.28547L11.5 2.20711L12.7929 3.5L5.71455 10.5784L4.21924 11.2192L3.78081 10.7808L4.42166 9.28547Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$3o = [\"color\"];\nvar Pencil2Icon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$3o);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M12.1464 1.14645C12.3417 0.951184 12.6583 0.951184 12.8535 1.14645L14.8535 3.14645C15.0488 3.34171 15.0488 3.65829 14.8535 3.85355L10.9109 7.79618C10.8349 7.87218 10.7471 7.93543 10.651 7.9835L6.72359 9.94721C6.53109 10.0435 6.29861 10.0057 6.14643 9.85355C5.99425 9.70137 5.95652 9.46889 6.05277 9.27639L8.01648 5.34897C8.06455 5.25283 8.1278 5.16507 8.2038 5.08907L12.1464 1.14645ZM12.5 2.20711L8.91091 5.79618L7.87266 7.87267L8.12731 8.12732L10.2038 7.08907L13.7929 3.5L12.5 2.20711ZM9.99998 2L8.99998 3H4.9C4.47171 3 4.18056 3.00039 3.95552 3.01877C3.73631 3.03668 3.62421 3.06915 3.54601 3.10899C3.35785 3.20487 3.20487 3.35785 3.10899 3.54601C3.06915 3.62421 3.03669 3.73631 3.01878 3.95552C3.00039 4.18056 3 4.47171 3 4.9V11.1C3 11.5283 3.00039 11.8194 3.01878 12.0445C3.03669 12.2637 3.06915 12.3758 3.10899 12.454C3.20487 12.6422 3.35785 12.7951 3.54601 12.891C3.62421 12.9309 3.73631 12.9633 3.95552 12.9812C4.18056 12.9996 4.47171 13 4.9 13H11.1C11.5283 13 11.8194 12.9996 12.0445 12.9812C12.2637 12.9633 12.3758 12.9309 12.454 12.891C12.6422 12.7951 12.7951 12.6422 12.891 12.454C12.9309 12.3758 12.9633 12.2637 12.9812 12.0445C12.9996 11.8194 13 11.5283 13 11.1V6.99998L14 5.99998V11.1V11.1207C14 11.5231 14 11.8553 13.9779 12.1259C13.9549 12.407 13.9057 12.6653 13.782 12.908C13.5903 13.2843 13.2843 13.5903 12.908 13.782C12.6653 13.9057 12.407 13.9549 12.1259 13.9779C11.8553 14 11.5231 14 11.1207 14H11.1H4.9H4.87934C4.47686 14 4.14468 14 3.87409 13.9779C3.59304 13.9549 3.33469 13.9057 3.09202 13.782C2.7157 13.5903 2.40973 13.2843 2.21799 12.908C2.09434 12.6653 2.04506 12.407 2.0221 12.1259C1.99999 11.8553 1.99999 11.5231 2 11.1207V11.1206V11.1V4.9V4.87935V4.87932V4.87931C1.99999 4.47685 1.99999 4.14468 2.0221 3.87409C2.04506 3.59304 2.09434 3.33469 2.21799 3.09202C2.40973 2.71569 2.7157 2.40973 3.09202 2.21799C3.33469 2.09434 3.59304 2.04506 3.87409 2.0221C4.14468 1.99999 4.47685 1.99999 4.87932 2H4.87935H4.9H9.99998Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$3p = [\"color\"];\nvar PersonIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$3p);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M7.5 0.875C5.49797 0.875 3.875 2.49797 3.875 4.5C3.875 6.15288 4.98124 7.54738 6.49373 7.98351C5.2997 8.12901 4.27557 8.55134 3.50407 9.31167C2.52216 10.2794 2.02502 11.72 2.02502 13.5999C2.02502 13.8623 2.23769 14.0749 2.50002 14.0749C2.76236 14.0749 2.97502 13.8623 2.97502 13.5999C2.97502 11.8799 3.42786 10.7206 4.17091 9.9883C4.91536 9.25463 6.02674 8.87499 7.49995 8.87499C8.97317 8.87499 10.0846 9.25463 10.8291 9.98831C11.5721 10.7206 12.025 11.8799 12.025 13.5999C12.025 13.8623 12.2376 14.0749 12.5 14.0749C12.7623 14.075 12.975 13.8623 12.975 13.6C12.975 11.72 12.4778 10.2794 11.4959 9.31166C10.7244 8.55135 9.70025 8.12903 8.50625 7.98352C10.0187 7.5474 11.125 6.15289 11.125 4.5C11.125 2.49797 9.50203 0.875 7.5 0.875ZM4.825 4.5C4.825 3.02264 6.02264 1.825 7.5 1.825C8.97736 1.825 10.175 3.02264 10.175 4.5C10.175 5.97736 8.97736 7.175 7.5 7.175C6.02264 7.175 4.825 5.97736 4.825 4.5Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$3q = [\"color\"];\nvar PieChartIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$3q);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M1.85001 7.50043C1.85001 4.37975 4.37963 1.85001 7.50001 1.85001C10.6204 1.85001 13.15 4.37975 13.15 7.50043C13.15 10.6211 10.6204 13.1509 7.50001 13.1509C4.37963 13.1509 1.85001 10.6211 1.85001 7.50043ZM7.50001 0.850006C3.82728 0.850006 0.850006 3.82753 0.850006 7.50043C0.850006 11.1733 3.82728 14.1509 7.50001 14.1509C11.1727 14.1509 14.15 11.1733 14.15 7.50043C14.15 3.82753 11.1727 0.850006 7.50001 0.850006ZM7.00001 8.00001V3.12811C7.16411 3.10954 7.33094 3.10001 7.50001 3.10001C9.93006 3.10001 11.9 5.07014 11.9 7.50043C11.9 7.66935 11.8905 7.83604 11.872 8.00001H7.00001Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$3r = [\"color\"];\nvar PilcrowIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$3r);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M3 5.5C3 7.983 4.99169 9 7 9V12.5C7 12.7761 7.22386 13 7.5 13C7.77614 13 8 12.7761 8 12.5V9V3.1H9V12.5C9 12.7761 9.22386 13 9.5 13C9.77614 13 10 12.7761 10 12.5V3.1H11.5C11.8038 3.1 12.05 2.85376 12.05 2.55C12.05 2.24624 11.8038 2 11.5 2H9.5H8H7.5H7C4.99169 2 3 3.017 3 5.5Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$3s = [\"color\"];\nvar PinBottomIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$3s);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M13.5 13.95C13.7485 13.95 13.95 13.7485 13.95 13.5C13.95 13.2514 13.7485 13.05 13.5 13.05L1.49995 13.05C1.25142 13.05 1.04995 13.2514 1.04995 13.5C1.04995 13.7485 1.25142 13.95 1.49995 13.95L13.5 13.95ZM11.0681 7.5683C11.2439 7.39257 11.2439 7.10764 11.0681 6.93191C10.8924 6.75617 10.6075 6.75617 10.4317 6.93191L7.94993 9.41371L7.94993 1.49998C7.94993 1.25146 7.74846 1.04998 7.49993 1.04998C7.2514 1.04998 7.04993 1.25146 7.04993 1.49998L7.04993 9.41371L4.56813 6.93191C4.39239 6.75617 4.10746 6.75617 3.93173 6.93191C3.75599 7.10764 3.75599 7.39257 3.93173 7.5683L7.18173 10.8183C7.35746 10.994 7.64239 10.994 7.81812 10.8183L11.0681 7.5683Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$3t = [\"color\"];\nvar PinLeftIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$3t);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M2.05005 13.5C2.05005 13.7485 2.25152 13.95 2.50005 13.95C2.74858 13.95 2.95005 13.7485 2.95005 13.5L2.95005 1.49995C2.95005 1.25142 2.74858 1.04995 2.50005 1.04995C2.25152 1.04995 2.05005 1.25142 2.05005 1.49995L2.05005 13.5ZM8.4317 11.0681C8.60743 11.2439 8.89236 11.2439 9.06809 11.0681C9.24383 10.8924 9.24383 10.6075 9.06809 10.4317L6.58629 7.94993L14.5 7.94993C14.7485 7.94993 14.95 7.74846 14.95 7.49993C14.95 7.2514 14.7485 7.04993 14.5 7.04993L6.58629 7.04993L9.06809 4.56813C9.24383 4.39239 9.24383 4.10746 9.06809 3.93173C8.89236 3.75599 8.60743 3.75599 8.4317 3.93173L5.1817 7.18173C5.00596 7.35746 5.00596 7.64239 5.1817 7.81812L8.4317 11.0681Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$3u = [\"color\"];\nvar PinRightIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$3u);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M12.95 1.50005C12.95 1.25152 12.7485 1.05005 12.5 1.05005C12.2514 1.05005 12.05 1.25152 12.05 1.50005L12.05 13.5C12.05 13.7486 12.2514 13.95 12.5 13.95C12.7485 13.95 12.95 13.7486 12.95 13.5L12.95 1.50005ZM6.5683 3.93188C6.39257 3.75614 6.10764 3.75614 5.93191 3.93188C5.75617 4.10761 5.75617 4.39254 5.93191 4.56827L8.41371 7.05007L0.499984 7.05007C0.251456 7.05007 0.0499847 7.25155 0.0499847 7.50007C0.0499846 7.7486 0.251457 7.95007 0.499984 7.95007L8.41371 7.95007L5.93191 10.4319C5.75617 10.6076 5.75617 10.8925 5.93191 11.0683C6.10764 11.244 6.39257 11.244 6.56831 11.0683L9.8183 7.81827C9.99404 7.64254 9.99404 7.35761 9.8183 7.18188L6.5683 3.93188Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$3v = [\"color\"];\nvar PinTopIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$3v);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M1.50005 1.05005C1.25152 1.05005 1.05005 1.25152 1.05005 1.50005C1.05005 1.74858 1.25152 1.95005 1.50005 1.95005L13.5 1.95005C13.7486 1.95005 13.95 1.74858 13.95 1.50005C13.95 1.25152 13.7486 1.05005 13.5 1.05005H1.50005ZM3.93188 7.43169C3.75614 7.60743 3.75614 7.89236 3.93188 8.06809C4.10761 8.24383 4.39254 8.24383 4.56827 8.06809L7.05007 5.58629V13.5C7.05007 13.7485 7.25155 13.95 7.50007 13.95C7.7486 13.95 7.95007 13.7485 7.95007 13.5L7.95007 5.58629L10.4319 8.06809C10.6076 8.24383 10.8925 8.24383 11.0683 8.06809C11.244 7.89235 11.244 7.60743 11.0683 7.43169L7.81827 4.18169C7.64254 4.00596 7.35761 4.00596 7.18188 4.18169L3.93188 7.43169Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$3w = [\"color\"];\nvar PlayIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$3w);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M3.24182 2.32181C3.3919 2.23132 3.5784 2.22601 3.73338 2.30781L12.7334 7.05781C12.8974 7.14436 13 7.31457 13 7.5C13 7.68543 12.8974 7.85564 12.7334 7.94219L3.73338 12.6922C3.5784 12.774 3.3919 12.7687 3.24182 12.6782C3.09175 12.5877 3 12.4252 3 12.25V2.75C3 2.57476 3.09175 2.4123 3.24182 2.32181ZM4 3.57925V11.4207L11.4288 7.5L4 3.57925Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$3x = [\"color\"];\nvar PlusIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$3x);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M8 2.75C8 2.47386 7.77614 2.25 7.5 2.25C7.22386 2.25 7 2.47386 7 2.75V7H2.75C2.47386 7 2.25 7.22386 2.25 7.5C2.25 7.77614 2.47386 8 2.75 8H7V12.25C7 12.5261 7.22386 12.75 7.5 12.75C7.77614 12.75 8 12.5261 8 12.25V8H12.25C12.5261 8 12.75 7.77614 12.75 7.5C12.75 7.22386 12.5261 7 12.25 7H8V2.75Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$3y = [\"color\"];\nvar PlusCircledIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$3y);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M7.49991 0.876892C3.84222 0.876892 0.877075 3.84204 0.877075 7.49972C0.877075 11.1574 3.84222 14.1226 7.49991 14.1226C11.1576 14.1226 14.1227 11.1574 14.1227 7.49972C14.1227 3.84204 11.1576 0.876892 7.49991 0.876892ZM1.82707 7.49972C1.82707 4.36671 4.36689 1.82689 7.49991 1.82689C10.6329 1.82689 13.1727 4.36671 13.1727 7.49972C13.1727 10.6327 10.6329 13.1726 7.49991 13.1726C4.36689 13.1726 1.82707 10.6327 1.82707 7.49972ZM7.50003 4C7.77617 4 8.00003 4.22386 8.00003 4.5V7H10.5C10.7762 7 11 7.22386 11 7.5C11 7.77614 10.7762 8 10.5 8H8.00003V10.5C8.00003 10.7761 7.77617 11 7.50003 11C7.22389 11 7.00003 10.7761 7.00003 10.5V8H4.50003C4.22389 8 4.00003 7.77614 4.00003 7.5C4.00003 7.22386 4.22389 7 4.50003 7H7.00003V4.5C7.00003 4.22386 7.22389 4 7.50003 4Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$3z = [\"color\"];\nvar QuestionMarkIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$3z);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M5.07505 4.10001C5.07505 2.91103 6.25727 1.92502 7.50005 1.92502C8.74283 1.92502 9.92505 2.91103 9.92505 4.10001C9.92505 5.19861 9.36782 5.71436 8.61854 6.37884L8.58757 6.4063C7.84481 7.06467 6.92505 7.87995 6.92505 9.5C6.92505 9.81757 7.18248 10.075 7.50005 10.075C7.81761 10.075 8.07505 9.81757 8.07505 9.5C8.07505 8.41517 8.62945 7.90623 9.38156 7.23925L9.40238 7.22079C10.1496 6.55829 11.075 5.73775 11.075 4.10001C11.075 2.12757 9.21869 0.775024 7.50005 0.775024C5.7814 0.775024 3.92505 2.12757 3.92505 4.10001C3.92505 4.41758 4.18249 4.67501 4.50005 4.67501C4.81761 4.67501 5.07505 4.41758 5.07505 4.10001ZM7.50005 13.3575C7.9833 13.3575 8.37505 12.9657 8.37505 12.4825C8.37505 11.9992 7.9833 11.6075 7.50005 11.6075C7.0168 11.6075 6.62505 11.9992 6.62505 12.4825C6.62505 12.9657 7.0168 13.3575 7.50005 13.3575Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$3A = [\"color\"];\nvar QuestionMarkCircledIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$3A);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M0.877075 7.49972C0.877075 3.84204 3.84222 0.876892 7.49991 0.876892C11.1576 0.876892 14.1227 3.84204 14.1227 7.49972C14.1227 11.1574 11.1576 14.1226 7.49991 14.1226C3.84222 14.1226 0.877075 11.1574 0.877075 7.49972ZM7.49991 1.82689C4.36689 1.82689 1.82708 4.36671 1.82708 7.49972C1.82708 10.6327 4.36689 13.1726 7.49991 13.1726C10.6329 13.1726 13.1727 10.6327 13.1727 7.49972C13.1727 4.36671 10.6329 1.82689 7.49991 1.82689ZM8.24993 10.5C8.24993 10.9142 7.91414 11.25 7.49993 11.25C7.08571 11.25 6.74993 10.9142 6.74993 10.5C6.74993 10.0858 7.08571 9.75 7.49993 9.75C7.91414 9.75 8.24993 10.0858 8.24993 10.5ZM6.05003 6.25C6.05003 5.57211 6.63511 4.925 7.50003 4.925C8.36496 4.925 8.95003 5.57211 8.95003 6.25C8.95003 6.74118 8.68002 6.99212 8.21447 7.27494C8.16251 7.30651 8.10258 7.34131 8.03847 7.37854L8.03841 7.37858C7.85521 7.48497 7.63788 7.61119 7.47449 7.73849C7.23214 7.92732 6.95003 8.23198 6.95003 8.7C6.95004 9.00376 7.19628 9.25 7.50004 9.25C7.8024 9.25 8.04778 9.00601 8.05002 8.70417L8.05056 8.7033C8.05924 8.6896 8.08493 8.65735 8.15058 8.6062C8.25207 8.52712 8.36508 8.46163 8.51567 8.37436L8.51571 8.37433C8.59422 8.32883 8.68296 8.27741 8.78559 8.21506C9.32004 7.89038 10.05 7.35382 10.05 6.25C10.05 4.92789 8.93511 3.825 7.50003 3.825C6.06496 3.825 4.95003 4.92789 4.95003 6.25C4.95003 6.55376 5.19628 6.8 5.50003 6.8C5.80379 6.8 6.05003 6.55376 6.05003 6.25Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$3B = [\"color\"];\nvar QuoteIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$3B);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M9.42503 3.44136C10.0561 3.23654 10.7837 3.2402 11.3792 3.54623C12.7532 4.25224 13.3477 6.07191 12.7946 8C12.5465 8.8649 12.1102 9.70472 11.1861 10.5524C10.262 11.4 8.98034 11.9 8.38571 11.9C8.17269 11.9 8 11.7321 8 11.525C8 11.3179 8.17644 11.15 8.38571 11.15C9.06497 11.15 9.67189 10.7804 10.3906 10.236C10.9406 9.8193 11.3701 9.28633 11.608 8.82191C12.0628 7.93367 12.0782 6.68174 11.3433 6.34901C10.9904 6.73455 10.5295 6.95946 9.97725 6.95946C8.7773 6.95946 8.0701 5.99412 8.10051 5.12009C8.12957 4.28474 8.66032 3.68954 9.42503 3.44136ZM3.42503 3.44136C4.05614 3.23654 4.78366 3.2402 5.37923 3.54623C6.7532 4.25224 7.34766 6.07191 6.79462 8C6.54654 8.8649 6.11019 9.70472 5.1861 10.5524C4.26201 11.4 2.98034 11.9 2.38571 11.9C2.17269 11.9 2 11.7321 2 11.525C2 11.3179 2.17644 11.15 2.38571 11.15C3.06497 11.15 3.67189 10.7804 4.39058 10.236C4.94065 9.8193 5.37014 9.28633 5.60797 8.82191C6.06282 7.93367 6.07821 6.68174 5.3433 6.34901C4.99037 6.73455 4.52948 6.95946 3.97725 6.95946C2.7773 6.95946 2.0701 5.99412 2.10051 5.12009C2.12957 4.28474 2.66032 3.68954 3.42503 3.44136Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$3C = [\"color\"];\nvar RadiobuttonIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$3C);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M7.49985 0.877045C3.84216 0.877045 0.877014 3.84219 0.877014 7.49988C0.877014 11.1575 3.84216 14.1227 7.49985 14.1227C11.1575 14.1227 14.1227 11.1575 14.1227 7.49988C14.1227 3.84219 11.1575 0.877045 7.49985 0.877045ZM1.82701 7.49988C1.82701 4.36686 4.36683 1.82704 7.49985 1.82704C10.6328 1.82704 13.1727 4.36686 13.1727 7.49988C13.1727 10.6329 10.6328 13.1727 7.49985 13.1727C4.36683 13.1727 1.82701 10.6329 1.82701 7.49988ZM7.49999 9.49999C8.60456 9.49999 9.49999 8.60456 9.49999 7.49999C9.49999 6.39542 8.60456 5.49999 7.49999 5.49999C6.39542 5.49999 5.49999 6.39542 5.49999 7.49999C5.49999 8.60456 6.39542 9.49999 7.49999 9.49999Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$3D = [\"color\"];\nvar ReaderIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$3D);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M4.2 1H4.17741H4.1774C3.86936 0.999988 3.60368 0.999978 3.38609 1.02067C3.15576 1.04257 2.92825 1.09113 2.71625 1.22104C2.51442 1.34472 2.34473 1.51442 2.22104 1.71625C2.09113 1.92825 2.04257 2.15576 2.02067 2.38609C1.99998 2.60367 1.99999 2.86935 2 3.17738V3.1774V3.2V11.8V11.8226V11.8226C1.99999 12.1307 1.99998 12.3963 2.02067 12.6139C2.04257 12.8442 2.09113 13.0717 2.22104 13.2837C2.34473 13.4856 2.51442 13.6553 2.71625 13.779C2.92825 13.9089 3.15576 13.9574 3.38609 13.9793C3.60368 14 3.86937 14 4.17741 14H4.2H10.8H10.8226C11.1306 14 11.3963 14 11.6139 13.9793C11.8442 13.9574 12.0717 13.9089 12.2837 13.779C12.4856 13.6553 12.6553 13.4856 12.779 13.2837C12.9089 13.0717 12.9574 12.8442 12.9793 12.6139C13 12.3963 13 12.1306 13 11.8226V11.8V3.2V3.17741C13 2.86936 13 2.60368 12.9793 2.38609C12.9574 2.15576 12.9089 1.92825 12.779 1.71625C12.6553 1.51442 12.4856 1.34472 12.2837 1.22104C12.0717 1.09113 11.8442 1.04257 11.6139 1.02067C11.3963 0.999978 11.1306 0.999988 10.8226 1H10.8H4.2ZM3.23875 2.07368C3.26722 2.05623 3.32362 2.03112 3.48075 2.01618C3.64532 2.00053 3.86298 2 4.2 2H10.8C11.137 2 11.3547 2.00053 11.5193 2.01618C11.6764 2.03112 11.7328 2.05623 11.7613 2.07368C11.8285 2.11491 11.8851 2.17147 11.9263 2.23875C11.9438 2.26722 11.9689 2.32362 11.9838 2.48075C11.9995 2.64532 12 2.86298 12 3.2V11.8C12 12.137 11.9995 12.3547 11.9838 12.5193C11.9689 12.6764 11.9438 12.7328 11.9263 12.7613C11.8851 12.8285 11.8285 12.8851 11.7613 12.9263C11.7328 12.9438 11.6764 12.9689 11.5193 12.9838C11.3547 12.9995 11.137 13 10.8 13H4.2C3.86298 13 3.64532 12.9995 3.48075 12.9838C3.32362 12.9689 3.26722 12.9438 3.23875 12.9263C3.17147 12.8851 3.11491 12.8285 3.07368 12.7613C3.05624 12.7328 3.03112 12.6764 3.01618 12.5193C3.00053 12.3547 3 12.137 3 11.8V3.2C3 2.86298 3.00053 2.64532 3.01618 2.48075C3.03112 2.32362 3.05624 2.26722 3.07368 2.23875C3.11491 2.17147 3.17147 2.11491 3.23875 2.07368ZM5 10C4.72386 10 4.5 10.2239 4.5 10.5C4.5 10.7761 4.72386 11 5 11H8C8.27614 11 8.5 10.7761 8.5 10.5C8.5 10.2239 8.27614 10 8 10H5ZM4.5 7.5C4.5 7.22386 4.72386 7 5 7H10C10.2761 7 10.5 7.22386 10.5 7.5C10.5 7.77614 10.2761 8 10 8H5C4.72386 8 4.5 7.77614 4.5 7.5ZM5 4C4.72386 4 4.5 4.22386 4.5 4.5C4.5 4.77614 4.72386 5 5 5H10C10.2761 5 10.5 4.77614 10.5 4.5C10.5 4.22386 10.2761 4 10 4H5Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$3E = [\"color\"];\nvar ReloadIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$3E);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M1.84998 7.49998C1.84998 4.66458 4.05979 1.84998 7.49998 1.84998C10.2783 1.84998 11.6515 3.9064 12.2367 5H10.5C10.2239 5 10 5.22386 10 5.5C10 5.77614 10.2239 6 10.5 6H13.5C13.7761 6 14 5.77614 14 5.5V2.5C14 2.22386 13.7761 2 13.5 2C13.2239 2 13 2.22386 13 2.5V4.31318C12.2955 3.07126 10.6659 0.849976 7.49998 0.849976C3.43716 0.849976 0.849976 4.18537 0.849976 7.49998C0.849976 10.8146 3.43716 14.15 7.49998 14.15C9.44382 14.15 11.0622 13.3808 12.2145 12.2084C12.8315 11.5806 13.3133 10.839 13.6418 10.0407C13.7469 9.78536 13.6251 9.49315 13.3698 9.38806C13.1144 9.28296 12.8222 9.40478 12.7171 9.66014C12.4363 10.3425 12.0251 10.9745 11.5013 11.5074C10.5295 12.4963 9.16504 13.15 7.49998 13.15C4.05979 13.15 1.84998 10.3354 1.84998 7.49998Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$3F = [\"color\"];\nvar ResetIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$3F);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M4.85355 2.14645C5.04882 2.34171 5.04882 2.65829 4.85355 2.85355L3.70711 4H9C11.4853 4 13.5 6.01472 13.5 8.5C13.5 10.9853 11.4853 13 9 13H5C4.72386 13 4.5 12.7761 4.5 12.5C4.5 12.2239 4.72386 12 5 12H9C10.933 12 12.5 10.433 12.5 8.5C12.5 6.567 10.933 5 9 5H3.70711L4.85355 6.14645C5.04882 6.34171 5.04882 6.65829 4.85355 6.85355C4.65829 7.04882 4.34171 7.04882 4.14645 6.85355L2.14645 4.85355C1.95118 4.65829 1.95118 4.34171 2.14645 4.14645L4.14645 2.14645C4.34171 1.95118 4.65829 1.95118 4.85355 2.14645Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$3G = [\"color\"];\nvar ResumeIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$3G);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M3.04995 2.74995C3.04995 2.44619 2.80371 2.19995 2.49995 2.19995C2.19619 2.19995 1.94995 2.44619 1.94995 2.74995V12.25C1.94995 12.5537 2.19619 12.8 2.49995 12.8C2.80371 12.8 3.04995 12.5537 3.04995 12.25V2.74995ZM5.73333 2.30776C5.57835 2.22596 5.39185 2.23127 5.24177 2.32176C5.0917 2.41225 4.99995 2.57471 4.99995 2.74995V12.25C4.99995 12.4252 5.0917 12.5877 5.24177 12.6781C5.39185 12.7686 5.57835 12.7739 5.73333 12.6921L14.7333 7.94214C14.8973 7.85559 15 7.68539 15 7.49995C15 7.31452 14.8973 7.14431 14.7333 7.05776L5.73333 2.30776ZM5.99995 11.4207V3.5792L13.4287 7.49995L5.99995 11.4207Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$3H = [\"color\"];\nvar RocketIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$3H);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M6.85357 3.85355L7.65355 3.05353C8.2981 2.40901 9.42858 1.96172 10.552 1.80125C11.1056 1.72217 11.6291 1.71725 12.0564 1.78124C12.4987 1.84748 12.7698 1.97696 12.8965 2.10357C13.0231 2.23018 13.1526 2.50125 13.2188 2.94357C13.2828 3.37086 13.2779 3.89439 13.1988 4.44801C13.0383 5.57139 12.591 6.70188 11.9464 7.34645L7.49999 11.7929L6.35354 10.6465C6.15827 10.4512 5.84169 10.4512 5.64643 10.6465C5.45117 10.8417 5.45117 11.1583 5.64643 11.3536L7.14644 12.8536C7.34171 13.0488 7.65829 13.0488 7.85355 12.8536L8.40073 12.3064L9.57124 14.2572C9.65046 14.3893 9.78608 14.4774 9.9389 14.4963C10.0917 14.5151 10.2447 14.4624 10.3535 14.3536L12.3535 12.3536C12.4648 12.2423 12.5172 12.0851 12.495 11.9293L12.0303 8.67679L12.6536 8.05355C13.509 7.19808 14.0117 5.82855 14.1887 4.58943C14.2784 3.9618 14.2891 3.33847 14.2078 2.79546C14.1287 2.26748 13.9519 1.74482 13.6035 1.39645C13.2552 1.04809 12.7325 0.871332 12.2045 0.792264C11.6615 0.710945 11.0382 0.721644 10.4105 0.8113C9.17143 0.988306 7.80189 1.491 6.94644 2.34642L6.32322 2.96968L3.07071 2.50504C2.91492 2.48278 2.75773 2.53517 2.64645 2.64646L0.646451 4.64645C0.537579 4.75533 0.484938 4.90829 0.50375 5.0611C0.522563 5.21391 0.61073 5.34954 0.742757 5.42876L2.69364 6.59928L2.14646 7.14645C2.0527 7.24022 2.00002 7.3674 2.00002 7.50001C2.00002 7.63261 2.0527 7.75979 2.14646 7.85356L3.64647 9.35356C3.84173 9.54883 4.15831 9.54883 4.35357 9.35356C4.54884 9.1583 4.54884 8.84172 4.35357 8.64646L3.20712 7.50001L3.85357 6.85356L6.85357 3.85355ZM10.0993 13.1936L9.12959 11.5775L11.1464 9.56067L11.4697 11.8232L10.0993 13.1936ZM3.42251 5.87041L5.43935 3.85356L3.17678 3.53034L1.80638 4.90074L3.42251 5.87041ZM2.35356 10.3535C2.54882 10.1583 2.54882 9.8417 2.35356 9.64644C2.1583 9.45118 1.84171 9.45118 1.64645 9.64644L0.646451 10.6464C0.451188 10.8417 0.451188 11.1583 0.646451 11.3535C0.841713 11.5488 1.1583 11.5488 1.35356 11.3535L2.35356 10.3535ZM3.85358 11.8536C4.04884 11.6583 4.04885 11.3417 3.85359 11.1465C3.65833 10.9512 3.34175 10.9512 3.14648 11.1465L1.14645 13.1464C0.95119 13.3417 0.951187 13.6583 1.14645 13.8535C1.34171 14.0488 1.65829 14.0488 1.85355 13.8536L3.85358 11.8536ZM5.35356 13.3535C5.54882 13.1583 5.54882 12.8417 5.35356 12.6464C5.1583 12.4512 4.84171 12.4512 4.64645 12.6464L3.64645 13.6464C3.45119 13.8417 3.45119 14.1583 3.64645 14.3535C3.84171 14.5488 4.1583 14.5488 4.35356 14.3535L5.35356 13.3535ZM9.49997 6.74881C10.1897 6.74881 10.7488 6.1897 10.7488 5.5C10.7488 4.8103 10.1897 4.25118 9.49997 4.25118C8.81026 4.25118 8.25115 4.8103 8.25115 5.5C8.25115 6.1897 8.81026 6.74881 9.49997 6.74881Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$3I = [\"color\"];\nvar RotateCounterClockwiseIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$3I);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M7.59664 2.93628C7.76085 3.06401 8.00012 2.94698 8.00012 2.73895V1.99998C9.98143 2 11.1848 2.3637 11.9105 3.08945C12.6363 3.81522 13 5.0186 13 6.99998C13 7.27613 13.2239 7.49998 13.5 7.49998C13.7761 7.49998 14 7.27613 14 6.99998C14 4.9438 13.6325 3.39719 12.6176 2.38234C11.6028 1.36752 10.0562 0.999999 8.00012 0.999984V0.261266C8.00012 0.0532293 7.76085 -0.0637944 7.59664 0.063928L6.00384 1.30277C5.87516 1.40286 5.87516 1.59735 6.00384 1.69744L7.59664 2.93628ZM9.5 5H2.5C2.22386 5 2 5.22386 2 5.5V12.5C2 12.7761 2.22386 13 2.5 13H9.5C9.77614 13 10 12.7761 10 12.5V5.5C10 5.22386 9.77614 5 9.5 5ZM2.5 4C1.67157 4 1 4.67157 1 5.5V12.5C1 13.3284 1.67157 14 2.5 14H9.5C10.3284 14 11 13.3284 11 12.5V5.5C11 4.67157 10.3284 4 9.5 4H2.5Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$3J = [\"color\"];\nvar RowSpacingIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$3J);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M7.81832 0.68179C7.64258 0.506054 7.35766 0.506054 7.18192 0.68179L5.18192 2.68179C5.00619 2.85753 5.00619 3.14245 5.18192 3.31819C5.35766 3.49392 5.64258 3.49392 5.81832 3.31819L7.05012 2.08638L7.05012 5.50023C7.05012 5.74876 7.25159 5.95023 7.50012 5.95023C7.74865 5.95023 7.95012 5.74876 7.95012 5.50023L7.95012 2.08638L9.18192 3.31819C9.35766 3.49392 9.64258 3.49392 9.81832 3.31819C9.99406 3.14245 9.99406 2.85753 9.81832 2.68179L7.81832 0.68179ZM7.95012 12.9136V9.50023C7.95012 9.2517 7.74865 9.05023 7.50012 9.05023C7.25159 9.05023 7.05012 9.2517 7.05012 9.50023V12.9136L5.81832 11.6818C5.64258 11.5061 5.35766 11.5061 5.18192 11.6818C5.00619 11.8575 5.00619 12.1424 5.18192 12.3182L7.18192 14.3182C7.26632 14.4026 7.38077 14.45 7.50012 14.45C7.61947 14.45 7.73393 14.4026 7.81832 14.3182L9.81832 12.3182C9.99406 12.1424 9.99406 11.8575 9.81832 11.6818C9.64258 11.5061 9.35766 11.5061 9.18192 11.6818L7.95012 12.9136ZM1.49994 7.00017C1.2238 7.00017 0.999939 7.22403 0.999939 7.50017C0.999939 7.77631 1.2238 8.00017 1.49994 8.00017L13.4999 8.00017C13.7761 8.00017 13.9999 7.77631 13.9999 7.50017C13.9999 7.22403 13.7761 7.00017 13.4999 7.00017L1.49994 7.00017Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$3K = [\"color\"];\nvar RowsIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$3K);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M14 12.85L1 12.85L1 14.15L14 14.15L14 12.85ZM14 8.85002L1 8.85002L1 10.15L14 10.15L14 8.85002ZM1 4.85003L14 4.85003L14 6.15003L1 6.15002L1 4.85003ZM14 0.850025L1 0.850025L1 2.15002L14 2.15002L14 0.850025Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$3L = [\"color\"];\nvar RulerHorizontalIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$3L);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M0.5 4C0.223858 4 0 4.22386 0 4.5V10.5C0 10.7761 0.223858 11 0.5 11H14.5C14.7761 11 15 10.7761 15 10.5V4.5C15 4.22386 14.7761 4 14.5 4H0.5ZM1 10V5H2.075V7.5C2.075 7.73472 2.26528 7.925 2.5 7.925C2.73472 7.925 2.925 7.73472 2.925 7.5V5H4.075V6.5C4.075 6.73472 4.26528 6.925 4.5 6.925C4.73472 6.925 4.925 6.73472 4.925 6.5V5H6.075V6.5C6.075 6.73472 6.26528 6.925 6.5 6.925C6.73472 6.925 6.925 6.73472 6.925 6.5V5H8.075V7.5C8.075 7.73472 8.26528 7.925 8.5 7.925C8.73472 7.925 8.925 7.73472 8.925 7.5V5H10.075V6.5C10.075 6.73472 10.2653 6.925 10.5 6.925C10.7347 6.925 10.925 6.73472 10.925 6.5V5H12.075V6.5C12.075 6.73472 12.2653 6.925 12.5 6.925C12.7347 6.925 12.925 6.73472 12.925 6.5V5H14V10H1Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$3M = [\"color\"];\nvar RulerSquareIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$3M);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M0.5 0C0.223858 0 0 0.223858 0 0.5V14.5C0 14.7761 0.223858 15 0.5 15H4.5C4.77614 15 5 14.7761 5 14.5V5H14.5C14.7761 5 15 4.77614 15 4.5V0.5C15 0.223858 14.7761 0 14.5 0H0.5ZM1 4.07505L1 1H4.07502C4.07502 1 4.07502 1 4.07502 1L4.07505 4.07507L1 4.07505ZM0.999997 4.92505L1 14H4V12.925H2.75002C2.5153 12.925 2.32502 12.7348 2.32502 12.5C2.32502 12.2653 2.5153 12.075 2.75002 12.075H4V10.925H2.25002C2.0153 10.925 1.82502 10.7347 1.82502 10.5C1.82502 10.2653 2.0153 10.075 2.25002 10.075H4V8.92504L2.75002 8.92502C2.5153 8.92502 2.32502 8.73474 2.32502 8.50002C2.32503 8.26529 2.51531 8.07502 2.75003 8.07502L4 8.07504V6.92502L2.74999 6.925C2.51527 6.925 2.325 6.73472 2.325 6.5C2.325 6.26528 2.51529 6.075 2.75001 6.075L4 6.07502V4.92507L0.999997 4.92505ZM4.92505 4H6.075V2.75006C6.075 2.51534 6.26528 2.32506 6.5 2.32506C6.73472 2.32506 6.925 2.51534 6.925 2.75006V4H8.07502V2.75005C8.07502 2.51533 8.2653 2.32505 8.50002 2.32505C8.73474 2.32505 8.92502 2.51533 8.92502 2.75005V4H10.0751V2.25005C10.0751 2.01533 10.2653 1.82505 10.5001 1.82505C10.7348 1.82505 10.9251 2.01533 10.9251 2.25005V4H12.0751V2.75005C12.0751 2.51533 12.2654 2.32505 12.5001 2.32505C12.7348 2.32505 12.9251 2.51533 12.9251 2.75005V4H14V1H4.92502L4.92505 4Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$3N = [\"color\"];\nvar ScissorsIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$3N);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M0.949988 4.48455C0.949988 5.34059 1.64395 6.03455 2.49999 6.03455C3.35603 6.03455 4.04999 5.34059 4.04999 4.48455C4.04999 3.6285 3.35603 2.93455 2.49999 2.93455C1.64395 2.93455 0.949988 3.6285 0.949988 4.48455ZM2.49999 6.93455C1.14689 6.93455 0.0499878 5.83764 0.0499878 4.48455C0.0499878 3.13145 1.14689 2.03455 2.49999 2.03455C3.85309 2.03455 4.94999 3.13145 4.94999 4.48455C4.94999 4.80813 4.88726 5.11707 4.77329 5.39985L5.73655 6.04413C5.72943 6.06656 5.72269 6.08914 5.71635 6.11188L5.56288 6.66186L5.21005 6.89773L4.21554 6.23366C3.77357 6.6672 3.168 6.93455 2.49999 6.93455ZM0.949991 10.5C0.949991 9.64394 1.64395 8.94998 2.49999 8.94998C3.35603 8.94998 4.04999 9.64394 4.04999 10.5C4.04999 11.356 3.35603 12.05 2.49999 12.05C1.64395 12.05 0.949991 11.356 0.949991 10.5ZM2.49999 8.04998C1.14689 8.04998 0.0499908 9.14688 0.0499908 10.5C0.0499908 11.8531 1.14689 12.95 2.49999 12.95C3.85309 12.95 4.94999 11.8531 4.94999 10.5C4.94999 10.1803 4.88877 9.87497 4.77743 9.595L15 2.75737L14.0486 2.85737C12.7077 2.9983 11.4091 3.40895 10.231 4.06461L7.15646 5.77564C6.92307 5.90553 6.75134 6.12339 6.67955 6.38066L6.42653 7.28737L4.22437 8.75957C3.78166 8.32091 3.17246 8.04998 2.49999 8.04998ZM7.14435 9.2149L7.15646 9.22176L10.231 10.9328C11.4091 11.5884 12.7077 11.9991 14.0486 12.14L15 12.24L8.81072 8.1003L7.14435 9.2149Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$3O = [\"color\"];\nvar SectionIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$3O);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M2 1.5C2 1.77614 1.77614 2 1.5 2C1.22386 2 1 1.77614 1 1.5C1 1.22386 1.22386 1 1.5 1C1.77614 1 2 1.22386 2 1.5ZM2 5L2 10H13V5H2ZM2 4C1.44772 4 1 4.44772 1 5V10C1 10.5523 1.44772 11 2 11H13C13.5523 11 14 10.5523 14 10V5C14 4.44772 13.5523 4 13 4H2ZM1.5 14C1.77614 14 2 13.7761 2 13.5C2 13.2239 1.77614 13 1.5 13C1.22386 13 1 13.2239 1 13.5C1 13.7761 1.22386 14 1.5 14ZM4 1.5C4 1.77614 3.77614 2 3.5 2C3.22386 2 3 1.77614 3 1.5C3 1.22386 3.22386 1 3.5 1C3.77614 1 4 1.22386 4 1.5ZM3.5 14C3.77614 14 4 13.7761 4 13.5C4 13.2239 3.77614 13 3.5 13C3.22386 13 3 13.2239 3 13.5C3 13.7761 3.22386 14 3.5 14ZM6 1.5C6 1.77614 5.77614 2 5.5 2C5.22386 2 5 1.77614 5 1.5C5 1.22386 5.22386 1 5.5 1C5.77614 1 6 1.22386 6 1.5ZM5.5 14C5.77614 14 6 13.7761 6 13.5C6 13.2239 5.77614 13 5.5 13C5.22386 13 5 13.2239 5 13.5C5 13.7761 5.22386 14 5.5 14ZM8 1.5C8 1.77614 7.77614 2 7.5 2C7.22386 2 7 1.77614 7 1.5C7 1.22386 7.22386 1 7.5 1C7.77614 1 8 1.22386 8 1.5ZM7.5 14C7.77614 14 8 13.7761 8 13.5C8 13.2239 7.77614 13 7.5 13C7.22386 13 7 13.2239 7 13.5C7 13.7761 7.22386 14 7.5 14ZM10 1.5C10 1.77614 9.77614 2 9.5 2C9.22386 2 9 1.77614 9 1.5C9 1.22386 9.22386 1 9.5 1C9.77614 1 10 1.22386 10 1.5ZM9.5 14C9.77614 14 10 13.7761 10 13.5C10 13.2239 9.77614 13 9.5 13C9.22386 13 9 13.2239 9 13.5C9 13.7761 9.22386 14 9.5 14ZM12 1.5C12 1.77614 11.7761 2 11.5 2C11.2239 2 11 1.77614 11 1.5C11 1.22386 11.2239 1 11.5 1C11.7761 1 12 1.22386 12 1.5ZM11.5 14C11.7761 14 12 13.7761 12 13.5C12 13.2239 11.7761 13 11.5 13C11.2239 13 11 13.2239 11 13.5C11 13.7761 11.2239 14 11.5 14ZM14 1.5C14 1.77614 13.7761 2 13.5 2C13.2239 2 13 1.77614 13 1.5C13 1.22386 13.2239 1 13.5 1C13.7761 1 14 1.22386 14 1.5ZM13.5 14C13.7761 14 14 13.7761 14 13.5C14 13.2239 13.7761 13 13.5 13C13.2239 13 13 13.2239 13 13.5C13 13.7761 13.2239 14 13.5 14Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$3P = [\"color\"];\nvar SewingPinIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$3P);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M6 3.5C6 2.67157 6.67157 2 7.5 2C8.32843 2 9 2.67157 9 3.5C9 4.32843 8.32843 5 7.5 5C6.67157 5 6 4.32843 6 3.5ZM8 5.94999C9.14112 5.71836 10 4.70948 10 3.5C10 2.11929 8.88071 1 7.5 1C6.11929 1 5 2.11929 5 3.5C5 4.70948 5.85888 5.71836 7 5.94999V13.5C7 13.7761 7.22386 14 7.5 14C7.77614 14 8 13.7761 8 13.5V5.94999Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$3Q = [\"color\"];\nvar SewingPinFilledIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$3Q);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M10 3.5C10 4.70948 9.14112 5.71836 8 5.94999V13.5C8 13.7761 7.77614 14 7.5 14C7.22386 14 7 13.7761 7 13.5V5.94999C5.85888 5.71836 5 4.70948 5 3.5C5 2.11929 6.11929 1 7.5 1C8.88071 1 10 2.11929 10 3.5Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$3R = [\"color\"];\nvar ShadowIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$3R);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n opacity: \".05\",\n d: \"M6.78296 13.376C8.73904 9.95284 8.73904 5.04719 6.78296 1.62405L7.21708 1.37598C9.261 4.95283 9.261 10.0472 7.21708 13.624L6.78296 13.376Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }), createElement(\"path\", {\n opacity: \".1\",\n d: \"M7.28204 13.4775C9.23929 9.99523 9.23929 5.00475 7.28204 1.52248L7.71791 1.2775C9.76067 4.9119 9.76067 10.0881 7.71791 13.7225L7.28204 13.4775Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }), createElement(\"path\", {\n opacity: \".15\",\n d: \"M7.82098 13.5064C9.72502 9.99523 9.72636 5.01411 7.82492 1.50084L8.26465 1.26285C10.2465 4.92466 10.2451 10.085 8.26052 13.7448L7.82098 13.5064Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }), createElement(\"path\", {\n opacity: \".2\",\n d: \"M8.41284 13.429C10.1952 9.92842 10.1957 5.07537 8.41435 1.57402L8.85999 1.34729C10.7139 4.99113 10.7133 10.0128 8.85841 13.6559L8.41284 13.429Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }), createElement(\"path\", {\n opacity: \".25\",\n d: \"M9.02441 13.2956C10.6567 9.8379 10.6586 5.17715 9.03005 1.71656L9.48245 1.50366C11.1745 5.09919 11.1726 9.91629 9.47657 13.5091L9.02441 13.2956Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }), createElement(\"path\", {\n opacity: \".3\",\n d: \"M9.66809 13.0655C11.1097 9.69572 11.1107 5.3121 9.67088 1.94095L10.1307 1.74457C11.6241 5.24121 11.6231 9.76683 10.1278 13.2622L9.66809 13.0655Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }), createElement(\"path\", {\n opacity: \".35\",\n d: \"M10.331 12.7456C11.5551 9.52073 11.5564 5.49103 10.3347 2.26444L10.8024 2.0874C12.0672 5.42815 12.0659 9.58394 10.7985 12.9231L10.331 12.7456Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }), createElement(\"path\", {\n opacity: \".4\",\n d: \"M11.0155 12.2986C11.9938 9.29744 11.9948 5.71296 11.0184 2.71067L11.4939 2.55603C12.503 5.6589 12.502 9.35178 11.4909 12.4535L11.0155 12.2986Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }), createElement(\"path\", {\n opacity: \".45\",\n d: \"M11.7214 11.668C12.4254 9.01303 12.4262 5.99691 11.7237 3.34116L12.2071 3.21329C12.9318 5.95292 12.931 9.05728 12.2047 11.7961L11.7214 11.668Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }), createElement(\"path\", {\n opacity: \".5\",\n d: \"M12.4432 10.752C12.8524 8.63762 12.8523 6.36089 12.4429 4.2466L12.9338 4.15155C13.3553 6.32861 13.3554 8.66985 12.9341 10.847L12.4432 10.752Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }), createElement(\"path\", {\n d: \"M0.877075 7.49988C0.877075 3.84219 3.84222 0.877045 7.49991 0.877045C11.1576 0.877045 14.1227 3.84219 14.1227 7.49988C14.1227 11.1575 11.1576 14.1227 7.49991 14.1227C3.84222 14.1227 0.877075 11.1575 0.877075 7.49988ZM7.49991 1.82704C4.36689 1.82704 1.82708 4.36686 1.82708 7.49988C1.82708 10.6329 4.36689 13.1727 7.49991 13.1727C10.6329 13.1727 13.1727 10.6329 13.1727 7.49988C13.1727 4.36686 10.6329 1.82704 7.49991 1.82704Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$3S = [\"color\"];\nvar ShadowInnerIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$3S);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n opacity: \".05\",\n d: \"M12.1619 3.85182C8.35817 4.88918 4.88936 8.358 3.85199 12.1617L3.3696 12.0301C4.45356 8.05564 8.05581 4.45339 12.0303 3.36943L12.1619 3.85182Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }), createElement(\"path\", {\n opacity: \".1\",\n d: \"M11.8807 3.42707C8.03441 4.50542 4.50561 8.03422 3.42726 11.8805L2.94582 11.7456C4.07129 7.73121 7.7314 4.0711 11.7458 2.94563L11.8807 3.42707Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }), createElement(\"path\", {\n opacity: \".15\",\n d: \"M11.5201 3.02556C7.69092 4.16199 4.16779 7.68323 3.02805 11.512L2.54883 11.3694C3.73676 7.37869 7.38659 3.73076 11.3778 2.54623L11.5201 3.02556Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }), createElement(\"path\", {\n opacity: \".2\",\n d: \"M11.0468 2.66169C7.31117 3.87664 3.87918 7.3079 2.66298 11.0434L2.18754 10.8886C3.45324 7.00109 7.00445 3.45062 10.8921 2.18621L11.0468 2.66169Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }), createElement(\"path\", {\n opacity: \".25\",\n d: \"M10.5201 2.32365C6.92091 3.61447 3.62391 6.90876 2.32845 10.5073L1.858 10.338C3.20398 6.59909 6.61155 3.19424 10.3513 1.85301L10.5201 2.32365Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }), createElement(\"path\", {\n opacity: \".3\",\n d: \"M9.90222 2.03122C6.50003 3.39465 3.39968 6.49367 2.03399 9.89551L1.56998 9.70924C2.98651 6.18076 6.18728 2.98133 9.71622 1.5671L9.90222 2.03122Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }), createElement(\"path\", {\n opacity: \".35\",\n d: \"M9.20727 1.78873C6.06136 3.20349 3.21103 6.05203 1.79331 9.19738L1.33747 8.99192C2.80536 5.73528 5.74485 2.7976 9.0022 1.33272L9.20727 1.78873Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }), createElement(\"path\", {\n opacity: \".4\",\n d: \"M8.40713 1.62085C5.59323 3.05117 3.05794 5.58509 1.62544 8.39847L1.17987 8.1716C2.66036 5.26397 5.27232 2.6534 8.18057 1.17513L8.40713 1.62085Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }), createElement(\"path\", {\n opacity: \".45\",\n d: \"M7.46207 1.56747C5.08689 2.94695 2.95362 5.07912 1.57249 7.45379L1.14028 7.20241C2.56503 4.75273 4.7607 2.55818 7.21096 1.1351L7.46207 1.56747Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }), createElement(\"path\", {\n opacity: \".5\",\n d: \"M6.30407 1.70487C4.51964 2.91063 2.90983 4.52061 1.7043 6.30513L1.28998 6.02524C2.5313 4.18773 4.18673 2.53214 6.02413 1.29059L6.30407 1.70487Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }), createElement(\"path\", {\n d: \"M0.877075 7.49988C0.877075 3.84219 3.84222 0.877045 7.49991 0.877045C11.1576 0.877045 14.1227 3.84219 14.1227 7.49988C14.1227 11.1575 11.1576 14.1227 7.49991 14.1227C3.84222 14.1227 0.877075 11.1575 0.877075 7.49988ZM7.49991 1.82704C4.36689 1.82704 1.82708 4.36686 1.82708 7.49988C1.82708 10.6329 4.36689 13.1727 7.49991 13.1727C10.6329 13.1727 13.1727 10.6329 13.1727 7.49988C13.1727 4.36686 10.6329 1.82704 7.49991 1.82704Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$3T = [\"color\"];\nvar ShadowNoneIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$3T);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n opacity: \".05\",\n d: \"M6.78296 13.376C8.73904 9.95284 8.73904 5.04719 6.78296 1.62405L7.21708 1.37598C9.261 4.95283 9.261 10.0472 7.21708 13.624L6.78296 13.376Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }), createElement(\"path\", {\n opacity: \".1\",\n d: \"M7.28204 13.4775C9.23929 9.99523 9.23929 5.00475 7.28204 1.52248L7.71791 1.2775C9.76067 4.9119 9.76067 10.0881 7.71791 13.7225L7.28204 13.4775Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }), createElement(\"path\", {\n opacity: \".15\",\n d: \"M7.82098 13.5064C9.72502 9.99523 9.72636 5.01411 7.82492 1.50084L8.26465 1.26285C10.2465 4.92466 10.2451 10.085 8.26052 13.7448L7.82098 13.5064Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }), createElement(\"path\", {\n opacity: \".2\",\n d: \"M8.41284 13.429C10.1952 9.92842 10.1957 5.07537 8.41435 1.57402L8.85999 1.34729C10.7139 4.99113 10.7133 10.0128 8.85841 13.6559L8.41284 13.429Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }), createElement(\"path\", {\n opacity: \".25\",\n d: \"M9.02441 13.2956C10.6567 9.8379 10.6586 5.17715 9.03005 1.71656L9.48245 1.50366C11.1745 5.09919 11.1726 9.91629 9.47657 13.5091L9.02441 13.2956Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }), createElement(\"path\", {\n opacity: \".3\",\n d: \"M9.66809 13.0655C11.1097 9.69572 11.1107 5.3121 9.67088 1.94095L10.1307 1.74457C11.6241 5.24121 11.6231 9.76683 10.1278 13.2622L9.66809 13.0655Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }), createElement(\"path\", {\n opacity: \".35\",\n d: \"M10.331 12.7456C11.5551 9.52073 11.5564 5.49103 10.3347 2.26444L10.8024 2.0874C12.0672 5.42815 12.0659 9.58394 10.7985 12.9231L10.331 12.7456Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }), createElement(\"path\", {\n opacity: \".4\",\n d: \"M11.0155 12.2986C11.9938 9.29744 11.9948 5.71296 11.0184 2.71067L11.4939 2.55603C12.503 5.6589 12.502 9.35178 11.4909 12.4535L11.0155 12.2986Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }), createElement(\"path\", {\n opacity: \".45\",\n d: \"M11.7214 11.668C12.4254 9.01303 12.4262 5.99691 11.7237 3.34116L12.2071 3.21329C12.9318 5.95292 12.931 9.05728 12.2047 11.7961L11.7214 11.668Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }), createElement(\"path\", {\n opacity: \".5\",\n d: \"M12.4432 10.752C12.8524 8.63762 12.8523 6.36089 12.4429 4.2466L12.9338 4.15155C13.3553 6.32861 13.3554 8.66985 12.9341 10.847L12.4432 10.752Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }), createElement(\"path\", {\n d: \"M7.49991 0.877045C3.84222 0.877045 0.877075 3.84219 0.877075 7.49988C0.877075 9.1488 1.47969 10.657 2.4767 11.8162L1.64647 12.6464C1.45121 12.8417 1.45121 13.1583 1.64647 13.3535C1.84173 13.5488 2.15832 13.5488 2.35358 13.3535L3.18383 12.5233C4.34302 13.5202 5.8511 14.1227 7.49991 14.1227C11.1576 14.1227 14.1227 11.1575 14.1227 7.49988C14.1227 5.85107 13.5202 4.34298 12.5233 3.1838L13.3536 2.35355C13.5488 2.15829 13.5488 1.8417 13.3536 1.64644C13.1583 1.45118 12.8417 1.45118 12.6465 1.64644L11.8162 2.47667C10.657 1.47966 9.14883 0.877045 7.49991 0.877045ZM11.1423 3.15065C10.1568 2.32449 8.88644 1.82704 7.49991 1.82704C4.36689 1.82704 1.82708 4.36686 1.82708 7.49988C1.82708 8.88641 2.32452 10.1568 3.15069 11.1422L11.1423 3.15065ZM3.85781 11.8493C4.84322 12.6753 6.11348 13.1727 7.49991 13.1727C10.6329 13.1727 13.1727 10.6329 13.1727 7.49988C13.1727 6.11345 12.6754 4.84319 11.8493 3.85778L3.85781 11.8493Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$3U = [\"color\"];\nvar ShadowOuterIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$3U);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n opacity: \".05\",\n d: \"M12.1398 3.88617C13.8553 4.94159 15 6.83701 15 9.00001C15 12.3137 12.3137 15 9.00002 15C6.84351 15 4.95296 13.8621 3.89569 12.1552L4.32076 11.8919C5.29069 13.4578 7.02376 14.5 9.00002 14.5C12.0376 14.5 14.5 12.0375 14.5 9.00001C14.5 7.01781 13.4516 5.28027 11.8778 4.31203L12.1398 3.88617Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }), createElement(\"path\", {\n opacity: \".2\",\n d: \"M12.851 5.07321C13.8684 6.07106 14.5 7.46199 14.5 9C14.5 12.0375 12.0376 14.5 9.00004 14.5C7.46215 14.5 6.07132 13.8685 5.07349 12.8513L5.43043 12.5011C6.3381 13.4264 7.60186 14 9.00004 14C11.7614 14 14 11.7614 14 9C14 7.60171 13.4264 6.33786 12.5009 5.43017L12.851 5.07321Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }), createElement(\"path\", {\n opacity: \".35\",\n d: \"M13.3022 6.45071C13.7455 7.19737 14 8.06935 14 9.00001C14 11.7614 11.7614 14 9.00002 14C8.04868 14 7.15868 13.7341 6.40118 13.2724L6.66142 12.8454C7.34275 13.2607 8.14306 13.5 9.00002 13.5C11.4853 13.5 13.5 11.4853 13.5 9.00001C13.5 8.16165 13.271 7.37754 12.8722 6.70599L13.3022 6.45071Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }), createElement(\"path\", {\n opacity: \".5\",\n d: \"M13.3745 7.94022C13.4566 8.28031 13.5 8.63525 13.5 9.00001C13.5 11.4853 11.4853 13.5 9.00003 13.5C8.61104 13.5 8.23323 13.4506 7.87268 13.3576L7.99759 12.8734C8.31768 12.956 8.65353 13 9.00003 13C11.2091 13 13 11.2091 13 9.00001C13 8.67509 12.9613 8.35953 12.8884 8.05757L13.3745 7.94022Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }), createElement(\"path\", {\n opacity: \".65\",\n d: \"M12.9155 9.82133C12.5898 11.3813 11.3562 12.6072 9.79205 12.9215L9.69354 12.4313C11.0613 12.1565 12.1413 11.0834 12.4261 9.71915L12.9155 9.82133Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }), createElement(\"path\", {\n d: \"M1.2771 7.50253C1.2771 4.06456 4.06413 1.27753 7.5021 1.27753C10.94 1.27753 13.7271 4.06456 13.7271 7.50253C13.7271 10.9405 10.94 13.7275 7.5021 13.7275C4.06413 13.7275 1.2771 10.9405 1.2771 7.50253ZM7.5021 2.22753C4.5888 2.22753 2.2271 4.58923 2.2271 7.50253C2.2271 10.4158 4.5888 12.7775 7.5021 12.7775C10.4154 12.7775 12.7771 10.4158 12.7771 7.50253C12.7771 4.58923 10.4154 2.22753 7.5021 2.22753Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$3V = [\"color\"];\nvar Share1Icon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$3V);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M5 7.50003C5 8.32845 4.32843 9.00003 3.5 9.00003C2.67157 9.00003 2 8.32845 2 7.50003C2 6.6716 2.67157 6.00003 3.5 6.00003C4.32843 6.00003 5 6.6716 5 7.50003ZM5.71313 8.66388C5.29445 9.45838 4.46048 10 3.5 10C2.11929 10 1 8.88074 1 7.50003C1 6.11931 2.11929 5.00003 3.5 5.00003C4.46048 5.00003 5.29445 5.54167 5.71313 6.33616L9.10424 4.21671C9.03643 3.98968 9 3.74911 9 3.50003C9 2.11932 10.1193 1.00003 11.5 1.00003C12.8807 1.00003 14 2.11932 14 3.50003C14 4.88074 12.8807 6.00003 11.5 6.00003C10.6915 6.00003 9.97264 5.61624 9.51566 5.0209L5.9853 7.22738C5.99502 7.31692 6 7.40789 6 7.50003C6 7.59216 5.99502 7.68312 5.9853 7.77267L9.51567 9.97915C9.97265 9.38382 10.6915 9.00003 11.5 9.00003C12.8807 9.00003 14 10.1193 14 11.5C14 12.8807 12.8807 14 11.5 14C10.1193 14 9 12.8807 9 11.5C9 11.2509 9.03643 11.0104 9.10425 10.7833L5.71313 8.66388ZM11.5 5.00003C12.3284 5.00003 13 4.32846 13 3.50003C13 2.6716 12.3284 2.00003 11.5 2.00003C10.6716 2.00003 10 2.6716 10 3.50003C10 4.32846 10.6716 5.00003 11.5 5.00003ZM13 11.5C13 12.3285 12.3284 13 11.5 13C10.6716 13 10 12.3285 10 11.5C10 10.6716 10.6716 10 11.5 10C12.3284 10 13 10.6716 13 11.5Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$3W = [\"color\"];\nvar Share2Icon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$3W);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M3.5 5.00006C3.22386 5.00006 3 5.22392 3 5.50006L3 11.5001C3 11.7762 3.22386 12.0001 3.5 12.0001L11.5 12.0001C11.7761 12.0001 12 11.7762 12 11.5001L12 5.50006C12 5.22392 11.7761 5.00006 11.5 5.00006L10.25 5.00006C9.97386 5.00006 9.75 4.7762 9.75 4.50006C9.75 4.22392 9.97386 4.00006 10.25 4.00006L11.5 4.00006C12.3284 4.00006 13 4.67163 13 5.50006L13 11.5001C13 12.3285 12.3284 13.0001 11.5 13.0001L3.5 13.0001C2.67157 13.0001 2 12.3285 2 11.5001L2 5.50006C2 4.67163 2.67157 4.00006 3.5 4.00006L4.75 4.00006C5.02614 4.00006 5.25 4.22392 5.25 4.50006C5.25 4.7762 5.02614 5.00006 4.75 5.00006L3.5 5.00006ZM7 1.6364L5.5682 3.0682C5.39246 3.24393 5.10754 3.24393 4.9318 3.0682C4.75607 2.89246 4.75607 2.60754 4.9318 2.4318L7.1818 0.181802C7.26619 0.09741 7.38065 0.049999 7.5 0.049999C7.61935 0.049999 7.73381 0.09741 7.8182 0.181802L10.0682 2.4318C10.2439 2.60754 10.2439 2.89246 10.0682 3.0682C9.89246 3.24393 9.60754 3.24393 9.4318 3.0682L8 1.6364L8 8.5C8 8.77614 7.77614 9 7.5 9C7.22386 9 7 8.77614 7 8.5L7 1.6364Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$3X = [\"color\"];\nvar ShuffleIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$3X);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M12.3536 1.14645C12.1583 0.951184 11.8417 0.951184 11.6464 1.14645C11.4512 1.34171 11.4512 1.65829 11.6464 1.85355L12.7929 3H12C10.7037 3 9.71111 3.58423 8.87248 4.38931C8.20065 5.03427 7.59349 5.85684 6.99461 6.6682C6.86287 6.84668 6.73154 7.02462 6.6 7.2C5.10874 9.18835 3.49037 11 0.5 11C0.223858 11 0 11.2239 0 11.5C0 11.7761 0.223858 12 0.5 12C4.00963 12 5.89126 9.81165 7.4 7.8C7.54367 7.60845 7.6832 7.41962 7.81996 7.23454L7.82005 7.23443L7.82006 7.23441C8.41674 6.42695 8.96069 5.69085 9.56502 5.11069C10.2889 4.41577 11.0463 4 12 4H12.7929L11.6464 5.14645C11.4512 5.34171 11.4512 5.65829 11.6464 5.85355C11.8417 6.04882 12.1583 6.04882 12.3536 5.85355L14.3536 3.85355C14.5488 3.65829 14.5488 3.34171 14.3536 3.14645L12.3536 1.14645ZM0.5 3C3.35278 3 5.12992 4.44588 6.50548 6.06746L6.3762 6.24266C6.2483 6.4161 6.12293 6.58609 6 6.75C5.96397 6.79804 5.92798 6.84581 5.892 6.89331C4.57348 5.29306 3.02637 4 0.5 4C0.223858 4 0 3.77614 0 3.5C0 3.22386 0.223858 3 0.5 3ZM8.87248 10.6107C8.37284 10.131 7.90897 9.55314 7.45767 8.95468C7.64688 8.71693 7.82704 8.48061 8 8.25L8.08987 8.12987C8.58412 8.79402 9.05288 9.39766 9.56502 9.88931C10.2889 10.5842 11.0463 11 12 11H12.7929L11.6464 9.85355C11.4512 9.65829 11.4512 9.34171 11.6464 9.14645C11.8417 8.95118 12.1583 8.95118 12.3536 9.14645L14.3536 11.1464C14.5488 11.3417 14.5488 11.6583 14.3536 11.8536L12.3536 13.8536C12.1583 14.0488 11.8417 14.0488 11.6464 13.8536C11.4512 13.6583 11.4512 13.3417 11.6464 13.1464L12.7929 12H12C10.7037 12 9.71111 11.4158 8.87248 10.6107Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$3Y = [\"color\"];\nvar SizeIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$3Y);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M11.5 3.04999C11.7485 3.04999 11.95 3.25146 11.95 3.49999V7.49999C11.95 7.74852 11.7485 7.94999 11.5 7.94999C11.2515 7.94999 11.05 7.74852 11.05 7.49999V4.58639L4.58638 11.05H7.49999C7.74852 11.05 7.94999 11.2515 7.94999 11.5C7.94999 11.7485 7.74852 11.95 7.49999 11.95L3.49999 11.95C3.38064 11.95 3.26618 11.9026 3.18179 11.8182C3.0974 11.7338 3.04999 11.6193 3.04999 11.5L3.04999 7.49999C3.04999 7.25146 3.25146 7.04999 3.49999 7.04999C3.74852 7.04999 3.94999 7.25146 3.94999 7.49999L3.94999 10.4136L10.4136 3.94999L7.49999 3.94999C7.25146 3.94999 7.04999 3.74852 7.04999 3.49999C7.04999 3.25146 7.25146 3.04999 7.49999 3.04999L11.5 3.04999Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$3Z = [\"color\"];\nvar SketchLogoIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$3Z);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M7.53731 0.826873C7.5125 0.824392 7.4875 0.824392 7.46269 0.826873L3.96269 1.17687C3.85672 1.18747 3.76025 1.24262 3.69736 1.32857L0.699771 5.42528C0.654046 5.48627 0.62647 5.56165 0.625057 5.6434C0.625019 5.6456 0.625 5.64781 0.625 5.65001C0.625 5.65052 0.625001 5.65103 0.625003 5.65153C0.625363 5.74237 0.658021 5.82559 0.712087 5.8903L7.21042 13.7883C7.28165 13.8749 7.38789 13.925 7.5 13.925C7.61211 13.925 7.71835 13.8749 7.78958 13.7883L14.2879 5.89031C14.342 5.8256 14.3746 5.74237 14.375 5.65153C14.375 5.65103 14.375 5.65052 14.375 5.65001C14.375 5.64849 14.375 5.64697 14.375 5.64545C14.3749 5.63963 14.3747 5.63382 14.3744 5.62801C14.37 5.55219 14.3431 5.48242 14.3002 5.42527L11.3026 1.32857C11.2397 1.24262 11.1433 1.18747 11.0373 1.17687L7.53731 0.826873ZM10.925 5.27501V5.25236L10.9223 5.27501H10.925ZM10.9342 5.17498H13.1877L11.2495 2.5261L10.9342 5.17498ZM10.5707 1.88395L8.04432 1.63131L10.1747 5.21034L10.5707 1.88395ZM6.95568 1.63131L4.42931 1.88395L4.82531 5.21034L6.95568 1.63131ZM3.75046 2.5261L1.81226 5.17498H4.0658L3.75046 2.5261ZM1.79416 6.02501L6.75861 12.0587L4.22371 6.0669C4.21787 6.0531 4.21314 6.0391 4.20949 6.02501H1.79416ZM5.15055 6.02501L7.49999 12.1085L9.84943 6.02501H9.78681H5.21319H5.15055ZM10.7905 6.02501C10.7869 6.0391 10.7821 6.0531 10.7763 6.0669L8.24139 12.0587L13.2058 6.02501H10.7905ZM7.5 2.18317L9.34038 5.27501H5.65962L7.5 2.18317Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$3_ = [\"color\"];\nvar SlashIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$3_);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M4.10876 14L9.46582 1H10.8178L5.46074 14H4.10876Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$3$ = [\"color\"];\nvar SliderIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$3$);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M10.3004 7.49991C10.3004 8.4943 9.49426 9.30041 8.49988 9.30041C7.50549 9.30041 6.69938 8.4943 6.69938 7.49991C6.69938 6.50553 7.50549 5.69942 8.49988 5.69942C9.49426 5.69942 10.3004 6.50553 10.3004 7.49991ZM11.205 8C10.9699 9.28029 9.84816 10.2504 8.49988 10.2504C7.1516 10.2504 6.0299 9.28029 5.79473 8H0.5C0.223858 8 0 7.77614 0 7.5C0 7.22386 0.223858 7 0.5 7H5.7947C6.0298 5.71962 7.15154 4.74942 8.49988 4.74942C9.84822 4.74942 10.97 5.71962 11.2051 7H14.5C14.7761 7 15 7.22386 15 7.5C15 7.77614 14.7761 8 14.5 8H11.205Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$40 = [\"color\"];\nvar SpaceBetweenHorizontallyIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$40);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M14.4999 0.999994C14.2237 0.999994 13.9999 1.22385 13.9999 1.49999L13.9999 5.99995L9.99992 5.99995C9.44764 5.99995 8.99993 6.44766 8.99993 6.99994L8.99993 7.99994C8.99993 8.55222 9.44764 8.99993 9.99992 8.99993L13.9999 8.99993L13.9999 13.4999C13.9999 13.776 14.2237 13.9999 14.4999 13.9999C14.776 13.9999 14.9999 13.776 14.9999 13.4999L14.9999 1.49999C14.9999 1.22385 14.776 0.999994 14.4999 0.999994ZM4.99996 5.99995L0.999992 5.99995L0.999992 1.49999C0.999992 1.22385 0.776136 0.999994 0.499996 0.999994C0.223856 0.999994 -9.7852e-09 1.22385 -2.18557e-08 1.49999L4.07279e-07 13.4999C3.95208e-07 13.776 0.223855 13.9999 0.499996 13.9999C0.776136 13.9999 0.999992 13.776 0.999992 13.4999L0.999992 8.99993L4.99996 8.99993C5.55224 8.99993 5.99995 8.55222 5.99995 7.99993L5.99995 6.99994C5.99995 6.44766 5.55224 5.99995 4.99996 5.99995Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$41 = [\"color\"];\nvar SpaceBetweenVerticallyIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$41);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M0.999878 0.5C0.999878 0.223858 1.22374 0 1.49988 0H13.4999C13.776 0 13.9999 0.223858 13.9999 0.5C13.9999 0.776142 13.776 1 13.4999 1L9 1V5C9 5.55228 8.55228 6 8 6H7C6.44772 6 6 5.55228 6 5V1H1.49988C1.22374 1 0.999878 0.776142 0.999878 0.5ZM7 9C6.44772 9 6 9.44771 6 10V14H1.49988C1.22374 14 0.999878 14.2239 0.999878 14.5C0.999878 14.7761 1.22374 15 1.49988 15H13.4999C13.776 15 13.9999 14.7761 13.9999 14.5C13.9999 14.2239 13.776 14 13.4999 14H9V10C9 9.44772 8.55228 9 8 9H7Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$42 = [\"color\"];\nvar SpaceEvenlyHorizontallyIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$42);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M14.4999 0.999992C14.2237 0.999992 13.9999 1.22385 13.9999 1.49999L13.9999 13.4999C13.9999 13.776 14.2237 13.9999 14.4999 13.9999C14.776 13.9999 14.9999 13.776 14.9999 13.4999L14.9999 1.49999C14.9999 1.22385 14.776 0.999992 14.4999 0.999992ZM0.499996 0.999992C0.223856 0.999992 -9.78509e-09 1.22385 -2.18556e-08 1.49999L4.07279e-07 13.4999C3.95208e-07 13.776 0.223855 13.9999 0.499996 13.9999C0.776136 13.9999 0.999992 13.776 0.999992 13.4999L0.999992 1.49999C0.999992 1.22385 0.776136 0.999992 0.499996 0.999992ZM1.99998 6.99994C1.99998 6.44766 2.44769 5.99995 2.99998 5.99995L5.99995 5.99995C6.55223 5.99995 6.99994 6.44766 6.99994 6.99994L6.99994 7.99993C6.99994 8.55221 6.55223 8.99992 5.99995 8.99992L2.99998 8.99992C2.4477 8.99992 1.99998 8.55221 1.99998 7.99993L1.99998 6.99994ZM8.99993 5.99995C8.44765 5.99995 7.99993 6.44766 7.99993 6.99994L7.99993 7.99993C7.99993 8.55221 8.44765 8.99992 8.99993 8.99992L11.9999 8.99992C12.5522 8.99992 12.9999 8.55221 12.9999 7.99993L12.9999 6.99994C12.9999 6.44766 12.5522 5.99995 11.9999 5.99995L8.99993 5.99995Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$43 = [\"color\"];\nvar SpaceEvenlyVerticallyIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$43);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M0.999878 0.5C0.999878 0.223858 1.22374 0 1.49988 0H13.4999C13.776 0 13.9999 0.223858 13.9999 0.5C13.9999 0.776142 13.776 1 13.4999 1H1.49988C1.22374 1 0.999878 0.776142 0.999878 0.5ZM7 2C6.44772 2 6 2.44772 6 3V6C6 6.55228 6.44772 7 7 7H8C8.55228 7 9 6.55228 9 6V3C9 2.44772 8.55228 2 8 2H7ZM7 8C6.44772 8 6 8.44771 6 9V12C6 12.5523 6.44772 13 7 13H8C8.55228 13 9 12.5523 9 12V9C9 8.44772 8.55228 8 8 8H7ZM1.49988 14C1.22374 14 0.999878 14.2239 0.999878 14.5C0.999878 14.7761 1.22374 15 1.49988 15H13.4999C13.776 15 13.9999 14.7761 13.9999 14.5C13.9999 14.2239 13.776 14 13.4999 14H1.49988Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$44 = [\"color\"];\nvar SpeakerLoudIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$44);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M7.46968 1.05085C7.64122 1.13475 7.75 1.30904 7.75 1.5V13.5C7.75 13.691 7.64122 13.8653 7.46968 13.9492C7.29813 14.0331 7.09377 14.0119 6.94303 13.8947L3.2213 11H1.5C0.671571 11 0 10.3284 0 9.5V5.5C0 4.67158 0.671573 4 1.5 4H3.2213L6.94303 1.10533C7.09377 0.988085 7.29813 0.966945 7.46968 1.05085ZM6.75 2.52232L3.69983 4.89468C3.61206 4.96294 3.50405 5 3.39286 5H1.5C1.22386 5 1 5.22386 1 5.5V9.5C1 9.77615 1.22386 10 1.5 10H3.39286C3.50405 10 3.61206 10.0371 3.69983 10.1053L6.75 12.4777V2.52232ZM10.2784 3.84804C10.4623 3.72567 10.7106 3.77557 10.833 3.95949C12.2558 6.09798 12.2558 8.90199 10.833 11.0405C10.7106 11.2244 10.4623 11.2743 10.2784 11.1519C10.0944 11.0296 10.0445 10.7813 10.1669 10.5973C11.4111 8.72728 11.4111 6.27269 10.1669 4.40264C10.0445 4.21871 10.0944 3.97041 10.2784 3.84804ZM12.6785 1.43044C12.5356 1.2619 12.2832 1.24104 12.1147 1.38386C11.9462 1.52667 11.9253 1.77908 12.0681 1.94762C14.7773 5.14488 14.7773 9.85513 12.0681 13.0524C11.9253 13.2209 11.9462 13.4733 12.1147 13.6161C12.2832 13.759 12.5356 13.7381 12.6785 13.5696C15.6406 10.0739 15.6406 4.92612 12.6785 1.43044Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$45 = [\"color\"];\nvar SpeakerModerateIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$45);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M8 1.5C8 1.31062 7.893 1.13749 7.72361 1.05279C7.55421 0.968093 7.35151 0.986371 7.2 1.1L3.33333 4H1.5C0.671573 4 0 4.67158 0 5.5V9.5C0 10.3284 0.671573 11 1.5 11H3.33333L7.2 13.9C7.35151 14.0136 7.55421 14.0319 7.72361 13.9472C7.893 13.8625 8 13.6894 8 13.5V1.5ZM3.8 4.9L7 2.5V12.5L3.8 10.1C3.71345 10.0351 3.60819 10 3.5 10H1.5C1.22386 10 1 9.77614 1 9.5V5.5C1 5.22386 1.22386 5 1.5 5H3.5C3.60819 5 3.71345 4.96491 3.8 4.9ZM10.833 3.95949C10.7106 3.77557 10.4623 3.72567 10.2784 3.84804C10.0944 3.97041 10.0445 4.21871 10.1669 4.40264C11.4111 6.27268 11.4111 8.72728 10.1669 10.5973C10.0445 10.7813 10.0944 11.0296 10.2784 11.1519C10.4623 11.2743 10.7106 11.2244 10.833 11.0405C12.2558 8.90199 12.2558 6.09798 10.833 3.95949Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$46 = [\"color\"];\nvar SpeakerOffIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$46);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M7.72361 1.05279C7.893 1.13749 8 1.31062 8 1.5V13.5C8 13.6894 7.893 13.8625 7.72361 13.9472C7.55421 14.0319 7.35151 14.0136 7.2 13.9L3.33333 11H1.5C0.671573 11 0 10.3284 0 9.5V5.5C0 4.67158 0.671573 4 1.5 4H3.33333L7.2 1.1C7.35151 0.986371 7.55421 0.968093 7.72361 1.05279ZM7 2.5L3.8 4.9C3.71345 4.96491 3.60819 5 3.5 5H1.5C1.22386 5 1 5.22386 1 5.5V9.5C1 9.77614 1.22386 10 1.5 10H3.5C3.60819 10 3.71345 10.0351 3.8 10.1L7 12.5V2.5ZM14.8536 5.14645C15.0488 5.34171 15.0488 5.65829 14.8536 5.85355L13.2071 7.5L14.8536 9.14645C15.0488 9.34171 15.0488 9.65829 14.8536 9.85355C14.6583 10.0488 14.3417 10.0488 14.1464 9.85355L12.5 8.20711L10.8536 9.85355C10.6583 10.0488 10.3417 10.0488 10.1464 9.85355C9.95118 9.65829 9.95118 9.34171 10.1464 9.14645L11.7929 7.5L10.1464 5.85355C9.95118 5.65829 9.95118 5.34171 10.1464 5.14645C10.3417 4.95118 10.6583 4.95118 10.8536 5.14645L12.5 6.79289L14.1464 5.14645C14.3417 4.95118 14.6583 4.95118 14.8536 5.14645Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$47 = [\"color\"];\nvar SpeakerQuietIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$47);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M8 1.5C8 1.31062 7.893 1.13749 7.72361 1.05279C7.55421 0.968093 7.35151 0.986371 7.2 1.1L3.33333 4H1.5C0.671573 4 0 4.67158 0 5.5V9.5C0 10.3284 0.671573 11 1.5 11H3.33333L7.2 13.9C7.35151 14.0136 7.55421 14.0319 7.72361 13.9472C7.893 13.8625 8 13.6894 8 13.5V1.5ZM3.8 4.9L7 2.5V12.5L3.8 10.1C3.71345 10.0351 3.60819 10 3.5 10H1.5C1.22386 10 1 9.77614 1 9.5V5.5C1 5.22386 1.22386 5 1.5 5H3.5C3.60819 5 3.71345 4.96491 3.8 4.9ZM10.083 5.05577C9.96066 4.87185 9.71235 4.82195 9.52843 4.94432C9.3445 5.06669 9.2946 5.31499 9.41697 5.49892C10.2207 6.70693 10.2207 8.29303 9.41697 9.50104C9.2946 9.68496 9.3445 9.93326 9.52843 10.0556C9.71235 10.178 9.96066 10.1281 10.083 9.94418C11.0653 8.46773 11.0653 6.53222 10.083 5.05577Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$48 = [\"color\"];\nvar SquareIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$48);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M1 1H1.5H13.5H14V1.5V13.5V14H13.5H1.5H1V13.5V1.5V1ZM2 2V13H13V2H2Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$49 = [\"color\"];\nvar StackIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$49);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M7.75432 1.81954C7.59742 1.72682 7.4025 1.72682 7.24559 1.81954L1.74559 5.06954C1.59336 5.15949 1.49996 5.32317 1.49996 5.5C1.49996 5.67683 1.59336 5.84051 1.74559 5.93046L7.24559 9.18046C7.4025 9.27318 7.59742 9.27318 7.75432 9.18046L13.2543 5.93046C13.4066 5.84051 13.5 5.67683 13.5 5.5C13.5 5.32317 13.4066 5.15949 13.2543 5.06954L7.75432 1.81954ZM7.49996 8.16923L2.9828 5.5L7.49996 2.83077L12.0171 5.5L7.49996 8.16923ZM2.25432 8.31954C2.01658 8.17906 1.70998 8.2579 1.56949 8.49564C1.42901 8.73337 1.50785 9.03998 1.74559 9.18046L7.24559 12.4305C7.4025 12.5232 7.59742 12.5232 7.75432 12.4305L13.2543 9.18046C13.4921 9.03998 13.5709 8.73337 13.4304 8.49564C13.2899 8.2579 12.9833 8.17906 12.7456 8.31954L7.49996 11.4192L2.25432 8.31954Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$4a = [\"color\"];\nvar StarIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$4a);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M6.97942 1.25171L6.9585 1.30199L5.58662 4.60039C5.54342 4.70426 5.44573 4.77523 5.3336 4.78422L1.7727 5.0697L1.71841 5.07405L1.38687 5.10063L1.08608 5.12475C0.820085 5.14607 0.712228 5.47802 0.914889 5.65162L1.14406 5.84793L1.39666 6.06431L1.43802 6.09974L4.15105 8.42374C4.23648 8.49692 4.2738 8.61176 4.24769 8.72118L3.41882 12.196L3.40618 12.249L3.32901 12.5725L3.25899 12.866C3.19708 13.1256 3.47945 13.3308 3.70718 13.1917L3.9647 13.0344L4.24854 12.861L4.29502 12.8326L7.34365 10.9705C7.43965 10.9119 7.5604 10.9119 7.6564 10.9705L10.705 12.8326L10.7515 12.861L11.0354 13.0344L11.2929 13.1917C11.5206 13.3308 11.803 13.1256 11.7411 12.866L11.671 12.5725L11.5939 12.249L11.5812 12.196L10.7524 8.72118C10.7263 8.61176 10.7636 8.49692 10.849 8.42374L13.562 6.09974L13.6034 6.06431L13.856 5.84793L14.0852 5.65162C14.2878 5.47802 14.18 5.14607 13.914 5.12475L13.6132 5.10063L13.2816 5.07405L13.2274 5.0697L9.66645 4.78422C9.55432 4.77523 9.45663 4.70426 9.41343 4.60039L8.04155 1.30199L8.02064 1.25171L7.89291 0.944609L7.77702 0.665992C7.67454 0.419604 7.32551 0.419604 7.22303 0.665992L7.10715 0.944609L6.97942 1.25171ZM7.50003 2.60397L6.50994 4.98442C6.32273 5.43453 5.89944 5.74207 5.41351 5.78103L2.84361 5.98705L4.8016 7.66428C5.17183 7.98142 5.33351 8.47903 5.2204 8.95321L4.62221 11.461L6.8224 10.1171C7.23842 9.86302 7.76164 9.86302 8.17766 10.1171L10.3778 11.461L9.77965 8.95321C9.66654 8.47903 9.82822 7.98142 10.1984 7.66428L12.1564 5.98705L9.58654 5.78103C9.10061 5.74207 8.67732 5.43453 8.49011 4.98442L7.50003 2.60397Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$4b = [\"color\"];\nvar StarFilledIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$4b);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M7.22303 0.665992C7.32551 0.419604 7.67454 0.419604 7.77702 0.665992L9.41343 4.60039C9.45663 4.70426 9.55432 4.77523 9.66645 4.78422L13.914 5.12475C14.18 5.14607 14.2878 5.47802 14.0852 5.65162L10.849 8.42374C10.7636 8.49692 10.7263 8.61176 10.7524 8.72118L11.7411 12.866C11.803 13.1256 11.5206 13.3308 11.2929 13.1917L7.6564 10.9705C7.5604 10.9119 7.43965 10.9119 7.34365 10.9705L3.70718 13.1917C3.47945 13.3308 3.19708 13.1256 3.25899 12.866L4.24769 8.72118C4.2738 8.61176 4.23648 8.49692 4.15105 8.42374L0.914889 5.65162C0.712228 5.47802 0.820086 5.14607 1.08608 5.12475L5.3336 4.78422C5.44573 4.77523 5.54342 4.70426 5.58662 4.60039L7.22303 0.665992Z\",\n fill: color\n }));\n});\n\nvar _excluded$4c = [\"color\"];\nvar StitchesLogoIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$4c);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M1.84998 7.49998C1.84998 7.21321 1.87134 6.93143 1.91256 6.65615L9.56374 2.23875C9.86311 2.35627 10.15 2.49861 10.4219 2.66322L3.77065 6.50332C3.73669 6.52183 3.70482 6.5449 3.67602 6.57238C3.5911 6.65308 3.54245 6.76286 3.53682 6.87658C3.53359 6.9418 3.54451 7.00831 3.57086 7.07137C3.58927 7.1157 3.6149 7.15742 3.64744 7.19458C3.67306 7.22396 3.702 7.24941 3.73337 7.27069L7.32533 9.83813L3.87232 11.8317C2.63604 10.7953 1.84998 9.23944 1.84998 7.49998ZM8.36843 10.2751C8.37682 10.2706 8.38509 10.2659 8.39322 10.2608L9.84091 9.42499C9.84706 9.42163 9.85314 9.41812 9.85915 9.41446L11.3101 8.57677C11.3655 8.54649 11.4154 8.504 11.4554 8.44995C11.6034 8.25031 11.5616 7.96848 11.362 7.82046L7.82779 5.20017L11.2161 3.24393C12.4013 4.27963 13.15 5.80237 13.15 7.49998C13.15 7.83546 13.1207 8.16411 13.0647 8.48353L5.56875 12.8113C5.26138 12.6995 4.96646 12.5618 4.68662 12.4008L8.36843 10.2751ZM8.18149 9.34383L4.81659 6.93868L5.50918 6.53881L8.80604 8.98324L8.18149 9.34383ZM6.35875 6.04832L6.97822 5.69067L10.2751 8.13506L9.6556 8.49275L6.35875 6.04832ZM8.3318 1.91078L2.24263 5.42636C3.06941 3.33188 5.11164 1.84998 7.49998 1.84998C7.78258 1.84998 8.06033 1.87072 8.3318 1.91078ZM6.84684 13.1126C7.06114 13.1373 7.27908 13.15 7.49998 13.15C9.8246 13.15 11.8213 11.7461 12.6886 9.7399L6.84684 13.1126ZM7.49998 0.849976C3.82728 0.849976 0.849976 3.82728 0.849976 7.49998C0.849976 11.1727 3.82728 14.15 7.49998 14.15C11.1727 14.15 14.15 11.1727 14.15 7.49998C14.15 3.82728 11.1727 0.849976 7.49998 0.849976Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$4d = [\"color\"];\nvar StopIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$4d);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M2 3C2 2.44772 2.44772 2 3 2H12C12.5523 2 13 2.44772 13 3V12C13 12.5523 12.5523 13 12 13H3C2.44772 13 2 12.5523 2 12V3ZM12 3H3V12H12V3Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$4e = [\"color\"];\nvar StopwatchIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$4e);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M5.49998 0.5C5.49998 0.223858 5.72383 0 5.99998 0H7.49998H8.99998C9.27612 0 9.49998 0.223858 9.49998 0.5C9.49998 0.776142 9.27612 1 8.99998 1H7.99998V2.11922C9.09832 2.20409 10.119 2.56622 10.992 3.13572C11.0116 3.10851 11.0336 3.08252 11.058 3.05806L11.858 2.25806C12.1021 2.01398 12.4978 2.01398 12.7419 2.25806C12.986 2.50214 12.986 2.89786 12.7419 3.14194L11.967 3.91682C13.1595 5.07925 13.9 6.70314 13.9 8.49998C13.9 12.0346 11.0346 14.9 7.49998 14.9C3.96535 14.9 1.09998 12.0346 1.09998 8.49998C1.09998 5.13362 3.69904 2.3743 6.99998 2.11922V1H5.99998C5.72383 1 5.49998 0.776142 5.49998 0.5ZM2.09998 8.49998C2.09998 5.51764 4.51764 3.09998 7.49998 3.09998C10.4823 3.09998 12.9 5.51764 12.9 8.49998C12.9 11.4823 10.4823 13.9 7.49998 13.9C4.51764 13.9 2.09998 11.4823 2.09998 8.49998ZM7.99998 4.5C7.99998 4.22386 7.77612 4 7.49998 4C7.22383 4 6.99998 4.22386 6.99998 4.5V9.5C6.99998 9.77614 7.22383 10 7.49998 10C7.77612 10 7.99998 9.77614 7.99998 9.5V4.5Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$4f = [\"color\"];\nvar StretchHorizontallyIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$4f);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M14.4999 0.999992C14.2237 0.999992 13.9999 1.22385 13.9999 1.49999L13.9999 5.99995L0.999992 5.99995L0.999992 1.49999C0.999992 1.22385 0.776136 0.999992 0.499996 0.999992C0.223856 0.999992 -9.78509e-09 1.22385 -2.18556e-08 1.49999L4.07279e-07 13.4999C3.95208e-07 13.776 0.223855 13.9999 0.499996 13.9999C0.776136 13.9999 0.999992 13.776 0.999992 13.4999L0.999992 8.99992L13.9999 8.99992L13.9999 13.4999C13.9999 13.776 14.2237 13.9999 14.4999 13.9999C14.776 13.9999 14.9999 13.776 14.9999 13.4999L14.9999 1.49999C14.9999 1.22385 14.776 0.999992 14.4999 0.999992Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$4g = [\"color\"];\nvar StretchVerticallyIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$4g);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M0.999878 0.5C0.999878 0.223858 1.22374 0 1.49988 0H13.4999C13.776 0 13.9999 0.223858 13.9999 0.5C13.9999 0.776142 13.776 1 13.4999 1H6H1.49988C1.22374 1 0.999878 0.776142 0.999878 0.5ZM9 14V1L6 1V14H1.49988C1.22374 14 0.999878 14.2239 0.999878 14.5C0.999878 14.7761 1.22374 15 1.49988 15H13.4999C13.776 15 13.9999 14.7761 13.9999 14.5C13.9999 14.2239 13.776 14 13.4999 14H9Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$4h = [\"color\"];\nvar StrikethroughIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$4h);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M5.00003 3.25C5.00003 2.97386 4.77617 2.75 4.50003 2.75C4.22389 2.75 4.00003 2.97386 4.00003 3.25V7.10003H2.49998C2.27906 7.10003 2.09998 7.27912 2.09998 7.50003C2.09998 7.72094 2.27906 7.90003 2.49998 7.90003H4.00003V8.55C4.00003 10.483 5.56703 12.05 7.50003 12.05C9.43303 12.05 11 10.483 11 8.55V7.90003H12.5C12.7209 7.90003 12.9 7.72094 12.9 7.50003C12.9 7.27912 12.7209 7.10003 12.5 7.10003H11V3.25C11 2.97386 10.7762 2.75 10.5 2.75C10.2239 2.75 10 2.97386 10 3.25V7.10003H5.00003V3.25ZM5.00003 7.90003V8.55C5.00003 9.93071 6.11932 11.05 7.50003 11.05C8.88074 11.05 10 9.93071 10 8.55V7.90003H5.00003Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$4i = [\"color\"];\nvar SunIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$4i);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M7.5 0C7.77614 0 8 0.223858 8 0.5V2.5C8 2.77614 7.77614 3 7.5 3C7.22386 3 7 2.77614 7 2.5V0.5C7 0.223858 7.22386 0 7.5 0ZM2.1967 2.1967C2.39196 2.00144 2.70854 2.00144 2.90381 2.1967L4.31802 3.61091C4.51328 3.80617 4.51328 4.12276 4.31802 4.31802C4.12276 4.51328 3.80617 4.51328 3.61091 4.31802L2.1967 2.90381C2.00144 2.70854 2.00144 2.39196 2.1967 2.1967ZM0.5 7C0.223858 7 0 7.22386 0 7.5C0 7.77614 0.223858 8 0.5 8H2.5C2.77614 8 3 7.77614 3 7.5C3 7.22386 2.77614 7 2.5 7H0.5ZM2.1967 12.8033C2.00144 12.608 2.00144 12.2915 2.1967 12.0962L3.61091 10.682C3.80617 10.4867 4.12276 10.4867 4.31802 10.682C4.51328 10.8772 4.51328 11.1938 4.31802 11.3891L2.90381 12.8033C2.70854 12.9986 2.39196 12.9986 2.1967 12.8033ZM12.5 7C12.2239 7 12 7.22386 12 7.5C12 7.77614 12.2239 8 12.5 8H14.5C14.7761 8 15 7.77614 15 7.5C15 7.22386 14.7761 7 14.5 7H12.5ZM10.682 4.31802C10.4867 4.12276 10.4867 3.80617 10.682 3.61091L12.0962 2.1967C12.2915 2.00144 12.608 2.00144 12.8033 2.1967C12.9986 2.39196 12.9986 2.70854 12.8033 2.90381L11.3891 4.31802C11.1938 4.51328 10.8772 4.51328 10.682 4.31802ZM8 12.5C8 12.2239 7.77614 12 7.5 12C7.22386 12 7 12.2239 7 12.5V14.5C7 14.7761 7.22386 15 7.5 15C7.77614 15 8 14.7761 8 14.5V12.5ZM10.682 10.682C10.8772 10.4867 11.1938 10.4867 11.3891 10.682L12.8033 12.0962C12.9986 12.2915 12.9986 12.608 12.8033 12.8033C12.608 12.9986 12.2915 12.9986 12.0962 12.8033L10.682 11.3891C10.4867 11.1938 10.4867 10.8772 10.682 10.682ZM5.5 7.5C5.5 6.39543 6.39543 5.5 7.5 5.5C8.60457 5.5 9.5 6.39543 9.5 7.5C9.5 8.60457 8.60457 9.5 7.5 9.5C6.39543 9.5 5.5 8.60457 5.5 7.5ZM7.5 4.5C5.84315 4.5 4.5 5.84315 4.5 7.5C4.5 9.15685 5.84315 10.5 7.5 10.5C9.15685 10.5 10.5 9.15685 10.5 7.5C10.5 5.84315 9.15685 4.5 7.5 4.5Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$4j = [\"color\"];\nvar SwitchIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$4j);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M10.5 4C8.567 4 7 5.567 7 7.5C7 9.433 8.567 11 10.5 11C12.433 11 14 9.433 14 7.5C14 5.567 12.433 4 10.5 4ZM7.67133 11C6.65183 10.175 6 8.91363 6 7.5C6 6.08637 6.65183 4.82498 7.67133 4H4.5C2.567 4 1 5.567 1 7.5C1 9.433 2.567 11 4.5 11H7.67133ZM0 7.5C0 5.01472 2.01472 3 4.5 3H10.5C12.9853 3 15 5.01472 15 7.5C15 9.98528 12.9853 12 10.5 12H4.5C2.01472 12 0 9.98528 0 7.5Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$4k = [\"color\"];\nvar SymbolIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$4k);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M1.90321 7.29677C1.90321 10.341 4.11041 12.4147 6.58893 12.8439C6.87255 12.893 7.06266 13.1627 7.01355 13.4464C6.96444 13.73 6.69471 13.9201 6.41109 13.871C3.49942 13.3668 0.86084 10.9127 0.86084 7.29677C0.860839 5.76009 1.55996 4.55245 2.37639 3.63377C2.96124 2.97568 3.63034 2.44135 4.16846 2.03202L2.53205 2.03202C2.25591 2.03202 2.03205 1.80816 2.03205 1.53202C2.03205 1.25588 2.25591 1.03202 2.53205 1.03202L5.53205 1.03202C5.80819 1.03202 6.03205 1.25588 6.03205 1.53202L6.03205 4.53202C6.03205 4.80816 5.80819 5.03202 5.53205 5.03202C5.25591 5.03202 5.03205 4.80816 5.03205 4.53202L5.03205 2.68645L5.03054 2.68759L5.03045 2.68766L5.03044 2.68767L5.03043 2.68767C4.45896 3.11868 3.76059 3.64538 3.15554 4.3262C2.44102 5.13021 1.90321 6.10154 1.90321 7.29677ZM13.0109 7.70321C13.0109 4.69115 10.8505 2.6296 8.40384 2.17029C8.12093 2.11718 7.93465 1.84479 7.98776 1.56188C8.04087 1.27898 8.31326 1.0927 8.59616 1.14581C11.4704 1.68541 14.0532 4.12605 14.0532 7.70321C14.0532 9.23988 13.3541 10.4475 12.5377 11.3662C11.9528 12.0243 11.2837 12.5586 10.7456 12.968L12.3821 12.968C12.6582 12.968 12.8821 13.1918 12.8821 13.468C12.8821 13.7441 12.6582 13.968 12.3821 13.968L9.38205 13.968C9.10591 13.968 8.88205 13.7441 8.88205 13.468L8.88205 10.468C8.88205 10.1918 9.10591 9.96796 9.38205 9.96796C9.65819 9.96796 9.88205 10.1918 9.88205 10.468L9.88205 12.3135L9.88362 12.3123C10.4551 11.8813 11.1535 11.3546 11.7585 10.6738C12.4731 9.86976 13.0109 8.89844 13.0109 7.70321Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$4l = [\"color\"];\nvar TableIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$4l);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M8 2H12.5C12.7761 2 13 2.22386 13 2.5V5H8V2ZM7 5V2H2.5C2.22386 2 2 2.22386 2 2.5V5H7ZM2 6V9H7V6H2ZM8 6H13V9H8V6ZM8 10H13V12.5C13 12.7761 12.7761 13 12.5 13H8V10ZM2 12.5V10H7V13H2.5C2.22386 13 2 12.7761 2 12.5ZM1 2.5C1 1.67157 1.67157 1 2.5 1H12.5C13.3284 1 14 1.67157 14 2.5V12.5C14 13.3284 13.3284 14 12.5 14H2.5C1.67157 14 1 13.3284 1 12.5V2.5Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$4m = [\"color\"];\nvar TargetIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$4m);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M0.900024 7.50002C0.900024 3.85495 3.85495 0.900024 7.50002 0.900024C11.1451 0.900024 14.1 3.85495 14.1 7.50002C14.1 11.1451 11.1451 14.1 7.50002 14.1C3.85495 14.1 0.900024 11.1451 0.900024 7.50002ZM7.50002 1.80002C4.35201 1.80002 1.80002 4.35201 1.80002 7.50002C1.80002 10.648 4.35201 13.2 7.50002 13.2C10.648 13.2 13.2 10.648 13.2 7.50002C13.2 4.35201 10.648 1.80002 7.50002 1.80002ZM3.07504 7.50002C3.07504 5.05617 5.05618 3.07502 7.50004 3.07502C9.94388 3.07502 11.925 5.05617 11.925 7.50002C11.925 9.94386 9.94388 11.925 7.50004 11.925C5.05618 11.925 3.07504 9.94386 3.07504 7.50002ZM7.50004 3.92502C5.52562 3.92502 3.92504 5.52561 3.92504 7.50002C3.92504 9.47442 5.52563 11.075 7.50004 11.075C9.47444 11.075 11.075 9.47442 11.075 7.50002C11.075 5.52561 9.47444 3.92502 7.50004 3.92502ZM7.50004 5.25002C6.2574 5.25002 5.25004 6.25739 5.25004 7.50002C5.25004 8.74266 6.2574 9.75002 7.50004 9.75002C8.74267 9.75002 9.75004 8.74266 9.75004 7.50002C9.75004 6.25738 8.74267 5.25002 7.50004 5.25002ZM6.05004 7.50002C6.05004 6.69921 6.69923 6.05002 7.50004 6.05002C8.30084 6.05002 8.95004 6.69921 8.95004 7.50002C8.95004 8.30083 8.30084 8.95002 7.50004 8.95002C6.69923 8.95002 6.05004 8.30083 6.05004 7.50002Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$4n = [\"color\"];\nvar TextIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$4n);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M3.94993 2.95002L3.94993 4.49998C3.94993 4.74851 3.74845 4.94998 3.49993 4.94998C3.2514 4.94998 3.04993 4.74851 3.04993 4.49998V2.50004C3.04993 2.45246 3.05731 2.40661 3.07099 2.36357C3.12878 2.18175 3.29897 2.05002 3.49993 2.05002H11.4999C11.6553 2.05002 11.7922 2.12872 11.8731 2.24842C11.9216 2.32024 11.9499 2.40682 11.9499 2.50002L11.9499 2.50004V4.49998C11.9499 4.74851 11.7485 4.94998 11.4999 4.94998C11.2514 4.94998 11.0499 4.74851 11.0499 4.49998V2.95002H8.04993V12.05H9.25428C9.50281 12.05 9.70428 12.2515 9.70428 12.5C9.70428 12.7486 9.50281 12.95 9.25428 12.95H5.75428C5.50575 12.95 5.30428 12.7486 5.30428 12.5C5.30428 12.2515 5.50575 12.05 5.75428 12.05H6.94993V2.95002H3.94993Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$4o = [\"color\"];\nvar TextAlignBottomIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$4o);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M3.89949 5.50002C3.89949 5.27911 3.7204 5.10003 3.49949 5.10003C3.27857 5.10003 3.09949 5.27911 3.09949 5.50002L3.09949 12.5343L1.78233 11.2172C1.62612 11.061 1.37285 11.061 1.21664 11.2172C1.06043 11.3734 1.06043 11.6267 1.21664 11.7829L3.21664 13.7829C3.29166 13.8579 3.3934 13.9 3.49949 13.9C3.60557 13.9 3.70732 13.8579 3.78233 13.7829L5.78233 11.7829C5.93854 11.6267 5.93854 11.3734 5.78233 11.2172C5.62612 11.061 5.37285 11.061 5.21664 11.2172L3.89949 12.5343L3.89949 5.50002ZM8.49998 13C8.22383 13 7.99998 12.7762 7.99998 12.5C7.99998 12.2239 8.22383 12 8.49998 12H14.5C14.7761 12 15 12.2239 15 12.5C15 12.7762 14.7761 13 14.5 13H8.49998ZM8.49998 10C8.22383 10 7.99998 9.77617 7.99998 9.50002C7.99998 9.22388 8.22383 9.00002 8.49998 9.00002H14.5C14.7761 9.00002 15 9.22388 15 9.50002C15 9.77617 14.7761 10 14.5 10H8.49998ZM7.99998 6.50002C7.99998 6.77617 8.22383 7.00002 8.49998 7.00002H14.5C14.7761 7.00002 15 6.77617 15 6.50002C15 6.22388 14.7761 6.00002 14.5 6.00002H8.49998C8.22383 6.00002 7.99998 6.22388 7.99998 6.50002Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$4p = [\"color\"];\nvar TextAlignCenterIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$4p);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M2 4.5C2 4.22386 2.22386 4 2.5 4H12.5C12.7761 4 13 4.22386 13 4.5C13 4.77614 12.7761 5 12.5 5H2.5C2.22386 5 2 4.77614 2 4.5ZM4 7.5C4 7.22386 4.22386 7 4.5 7H10.5C10.7761 7 11 7.22386 11 7.5C11 7.77614 10.7761 8 10.5 8H4.5C4.22386 8 4 7.77614 4 7.5ZM3 10.5C3 10.2239 3.22386 10 3.5 10H11.5C11.7761 10 12 10.2239 12 10.5C12 10.7761 11.7761 11 11.5 11H3.5C3.22386 11 3 10.7761 3 10.5Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$4q = [\"color\"];\nvar TextAlignJustifyIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$4q);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M2.5 4C2.22386 4 2 4.22386 2 4.5C2 4.77614 2.22386 5 2.5 5H12.5C12.7761 5 13 4.77614 13 4.5C13 4.22386 12.7761 4 12.5 4H2.5ZM2 7.5C2 7.22386 2.22386 7 2.5 7H12.5C12.7761 7 13 7.22386 13 7.5C13 7.77614 12.7761 8 12.5 8H2.5C2.22386 8 2 7.77614 2 7.5ZM2 10.5C2 10.2239 2.22386 10 2.5 10H12.5C12.7761 10 13 10.2239 13 10.5C13 10.7761 12.7761 11 12.5 11H2.5C2.22386 11 2 10.7761 2 10.5Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$4r = [\"color\"];\nvar TextAlignLeftIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$4r);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M2 4.5C2 4.22386 2.22386 4 2.5 4H12.5C12.7761 4 13 4.22386 13 4.5C13 4.77614 12.7761 5 12.5 5H2.5C2.22386 5 2 4.77614 2 4.5ZM2 7.5C2 7.22386 2.22386 7 2.5 7H7.5C7.77614 7 8 7.22386 8 7.5C8 7.77614 7.77614 8 7.5 8H2.5C2.22386 8 2 7.77614 2 7.5ZM2 10.5C2 10.2239 2.22386 10 2.5 10H10.5C10.7761 10 11 10.2239 11 10.5C11 10.7761 10.7761 11 10.5 11H2.5C2.22386 11 2 10.7761 2 10.5Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$4s = [\"color\"];\nvar TextAlignMiddleIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$4s);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M3.49949 14.9C3.7204 14.9 3.89949 14.7209 3.89949 14.5L3.89949 10.4657L5.21664 11.7829C5.37285 11.9391 5.62612 11.9391 5.78233 11.7829C5.93854 11.6267 5.93854 11.3734 5.78233 11.2172L3.78233 9.21718C3.70732 9.14217 3.60557 9.10002 3.49949 9.10002C3.3934 9.10002 3.29166 9.14217 3.21664 9.21718L1.21664 11.2172C1.06043 11.3734 1.06043 11.6267 1.21664 11.7829C1.37285 11.9391 1.62612 11.9391 1.78233 11.7829L3.09949 10.4657L3.09949 14.5C3.09949 14.7209 3.27857 14.9 3.49949 14.9ZM7.99998 10.5C7.99998 10.7762 8.22383 11 8.49998 11H14.5C14.7761 11 15 10.7762 15 10.5C15 10.2239 14.7761 10 14.5 10H8.49998C8.22383 10 7.99998 10.2239 7.99998 10.5ZM7.99998 7.50002C7.99998 7.77617 8.22383 8.00002 8.49998 8.00002H14.5C14.7761 8.00002 15 7.77617 15 7.50002C15 7.22388 14.7761 7.00002 14.5 7.00002H8.49998C8.22383 7.00002 7.99998 7.22388 7.99998 7.50002ZM8.49998 5.00002C8.22383 5.00002 7.99998 4.77617 7.99998 4.50002C7.99998 4.22388 8.22383 4.00002 8.49998 4.00002H14.5C14.7761 4.00002 15 4.22388 15 4.50002C15 4.77617 14.7761 5.00002 14.5 5.00002H8.49998ZM3.89949 0.500025C3.89949 0.279111 3.7204 0.100025 3.49949 0.100025C3.27857 0.100025 3.09949 0.279111 3.09949 0.500025L3.09949 4.53434L1.78233 3.21718C1.62612 3.06097 1.37285 3.06097 1.21664 3.21718C1.06043 3.37339 1.06043 3.62666 1.21664 3.78287L3.21664 5.78287C3.29166 5.85788 3.3934 5.90002 3.49949 5.90002C3.60557 5.90002 3.70732 5.85788 3.78233 5.78287L5.78233 3.78287C5.93854 3.62666 5.93854 3.37339 5.78233 3.21718C5.62612 3.06097 5.37285 3.06097 5.21664 3.21718L3.89949 4.53434L3.89949 0.500025Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$4t = [\"color\"];\nvar TextAlignRightIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$4t);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M2 4.5C2 4.22386 2.22386 4 2.5 4H12.5C12.7761 4 13 4.22386 13 4.5C13 4.77614 12.7761 5 12.5 5H2.5C2.22386 5 2 4.77614 2 4.5ZM7 7.5C7 7.22386 7.22386 7 7.5 7H12.5C12.7761 7 13 7.22386 13 7.5C13 7.77614 12.7761 8 12.5 8H7.5C7.22386 8 7 7.77614 7 7.5ZM4 10.5C4 10.2239 4.22386 10 4.5 10H12.5C12.7761 10 13 10.2239 13 10.5C13 10.7761 12.7761 11 12.5 11H4.5C4.22386 11 4 10.7761 4 10.5Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$4u = [\"color\"];\nvar TextAlignTopIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$4u);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M3.89949 9.49998C3.89949 9.72089 3.7204 9.89997 3.49949 9.89997C3.27857 9.89997 3.09949 9.72089 3.09949 9.49998L3.09949 2.46566L1.78233 3.78282C1.62612 3.93903 1.37285 3.93903 1.21664 3.78282C1.06043 3.62661 1.06043 3.37334 1.21664 3.21713L3.21664 1.21713C3.29166 1.14212 3.3934 1.09998 3.49949 1.09998C3.60557 1.09998 3.70732 1.14212 3.78233 1.21713L5.78233 3.21713C5.93854 3.37334 5.93854 3.62661 5.78233 3.78282C5.62612 3.93903 5.37285 3.93903 5.21664 3.78282L3.89949 2.46566L3.89949 9.49998ZM8.49998 1.99998C8.22383 1.99998 7.99998 2.22383 7.99998 2.49998C7.99998 2.77612 8.22383 2.99998 8.49998 2.99998H14.5C14.7761 2.99998 15 2.77612 15 2.49998C15 2.22383 14.7761 1.99998 14.5 1.99998H8.49998ZM8.49998 4.99998C8.22383 4.99998 7.99998 5.22383 7.99998 5.49998C7.99998 5.77612 8.22383 5.99998 8.49998 5.99998H14.5C14.7761 5.99998 15 5.77612 15 5.49998C15 5.22383 14.7761 4.99998 14.5 4.99998H8.49998ZM7.99998 8.49998C7.99998 8.22383 8.22383 7.99998 8.49998 7.99998H14.5C14.7761 7.99998 15 8.22383 15 8.49998C15 8.77612 14.7761 8.99998 14.5 8.99998H8.49998C8.22383 8.99998 7.99998 8.77612 7.99998 8.49998Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$4v = [\"color\"];\nvar TextNoneIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$4v);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M13.3536 2.35355C13.5488 2.15829 13.5488 1.84171 13.3536 1.64645C13.1583 1.45118 12.8417 1.45118 12.6464 1.64645L11.9291 2.36383C11.9159 2.32246 11.897 2.28368 11.8732 2.24845C11.7923 2.12875 11.6554 2.05005 11.5001 2.05005H3.50005C3.29909 2.05005 3.1289 2.18178 3.07111 2.3636C3.05743 2.40665 3.05005 2.45249 3.05005 2.50007V4.50001C3.05005 4.74854 3.25152 4.95001 3.50005 4.95001C3.74858 4.95001 3.95005 4.74854 3.95005 4.50001V2.95005H6.95006V7.34284L1.64645 12.6464C1.45118 12.8417 1.45118 13.1583 1.64645 13.3536C1.84171 13.5488 2.15829 13.5488 2.35355 13.3536L6.95006 8.75705V12.0501H5.7544C5.50587 12.0501 5.3044 12.2515 5.3044 12.5001C5.3044 12.7486 5.50587 12.9501 5.7544 12.9501H9.2544C9.50293 12.9501 9.7044 12.7486 9.7044 12.5001C9.7044 12.2515 9.50293 12.0501 9.2544 12.0501H8.05006V7.65705L13.3536 2.35355ZM8.05006 6.24284L11.0501 3.24283V2.95005H8.05006V6.24284Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$4w = [\"color\"];\nvar ThickArrowDownIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$4w);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M5 3.5C5 3.22386 5.22386 3 5.5 3H9.5C9.77614 3 10 3.22386 10 3.5V6H12.5C12.6873 6 12.8589 6.10467 12.9446 6.27121C13.0303 6.43774 13.0157 6.63821 12.9069 6.79062L7.90687 13.7906C7.81301 13.922 7.66148 14 7.5 14C7.33853 14 7.18699 13.922 7.09314 13.7906L2.09314 6.79062C1.98427 6.63821 1.96972 6.43774 2.05542 6.27121C2.14112 6.10467 2.31271 6 2.5 6H5V3.5ZM6 4V6.5C6 6.77614 5.77614 7 5.5 7H3.4716L7.5 12.6398L11.5284 7H9.5C9.22386 7 9 6.77614 9 6.5V4H6Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$4x = [\"color\"];\nvar ThickArrowLeftIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$4x);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M1 7.5C1 7.66148 1.07798 7.81301 1.20938 7.90687L8.20938 12.9069C8.36179 13.0157 8.56226 13.0303 8.72879 12.9446C8.89533 12.8589 9 12.6873 9 12.5L9 10L11.5 10C11.7761 10 12 9.77614 12 9.5L12 5.5C12 5.22386 11.7761 5 11.5 5L9 5L9 2.5C9 2.31271 8.89533 2.14112 8.72879 2.05542C8.56226 1.96972 8.36179 1.98427 8.20938 2.09313L1.20938 7.09314C1.07798 7.18699 1 7.33853 1 7.5ZM8 3.4716L8 5.5C8 5.77614 8.22386 6 8.5 6L11 6L11 9L8.5 9C8.22386 9 8 9.22386 8 9.5L8 11.5284L2.36023 7.5L8 3.4716Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$4y = [\"color\"];\nvar ThickArrowRightIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$4y);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M14 7.5C14 7.66148 13.922 7.81301 13.7906 7.90687L6.79062 12.9069C6.63821 13.0157 6.43774 13.0303 6.27121 12.9446C6.10467 12.8589 6 12.6873 6 12.5L6 10L3.5 10C3.22386 10 3 9.77614 3 9.5L3 5.5C3 5.22386 3.22386 5 3.5 5L6 5L6 2.5C6 2.31271 6.10467 2.14112 6.27121 2.05542C6.43774 1.96972 6.63821 1.98427 6.79062 2.09313L13.7906 7.09314C13.922 7.18699 14 7.33853 14 7.5ZM7 3.4716L7 5.5C7 5.77614 6.77614 6 6.5 6L4 6L4 9L6.5 9C6.77614 9 7 9.22386 7 9.5L7 11.5284L12.6398 7.5L7 3.4716Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$4z = [\"color\"];\nvar ThickArrowUpIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$4z);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M7.5 1C7.66148 1 7.81301 1.07798 7.90687 1.20938L12.9069 8.20938C13.0157 8.36179 13.0303 8.56226 12.9446 8.72879C12.8589 8.89533 12.6873 9 12.5 9H10V11.5C10 11.7761 9.77614 12 9.5 12H5.5C5.22386 12 5 11.7761 5 11.5V9H2.5C2.31271 9 2.14112 8.89533 2.05542 8.72879C1.96972 8.56226 1.98427 8.36179 2.09314 8.20938L7.09314 1.20938C7.18699 1.07798 7.33853 1 7.5 1ZM3.4716 8H5.5C5.77614 8 6 8.22386 6 8.5V11H9V8.5C9 8.22386 9.22386 8 9.5 8H11.5284L7.5 2.36023L3.4716 8Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$4A = [\"color\"];\nvar TimerIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$4A);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M7.49998 0.849976C7.22383 0.849976 6.99998 1.07383 6.99998 1.34998V3.52234C6.99998 3.79848 7.22383 4.02234 7.49998 4.02234C7.77612 4.02234 7.99998 3.79848 7.99998 3.52234V1.8718C10.8862 2.12488 13.15 4.54806 13.15 7.49998C13.15 10.6204 10.6204 13.15 7.49998 13.15C4.37957 13.15 1.84998 10.6204 1.84998 7.49998C1.84998 6.10612 2.35407 4.83128 3.19049 3.8459C3.36919 3.63538 3.34339 3.31985 3.13286 3.14115C2.92234 2.96245 2.60681 2.98825 2.42811 3.19877C1.44405 4.35808 0.849976 5.86029 0.849976 7.49998C0.849976 11.1727 3.82728 14.15 7.49998 14.15C11.1727 14.15 14.15 11.1727 14.15 7.49998C14.15 3.82728 11.1727 0.849976 7.49998 0.849976ZM6.74049 8.08072L4.22363 4.57237C4.15231 4.47295 4.16346 4.33652 4.24998 4.25C4.33649 4.16348 4.47293 4.15233 4.57234 4.22365L8.08069 6.74051C8.56227 7.08599 8.61906 7.78091 8.19998 8.2C7.78089 8.61909 7.08597 8.56229 6.74049 8.08072Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$4B = [\"color\"];\nvar TokensIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$4B);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M4.5 2C3.11929 2 2 3.11929 2 4.5C2 5.88072 3.11929 7 4.5 7C5.88072 7 7 5.88072 7 4.5C7 3.11929 5.88072 2 4.5 2ZM3 4.5C3 3.67157 3.67157 3 4.5 3C5.32843 3 6 3.67157 6 4.5C6 5.32843 5.32843 6 4.5 6C3.67157 6 3 5.32843 3 4.5ZM10.5 2C9.11929 2 8 3.11929 8 4.5C8 5.88072 9.11929 7 10.5 7C11.8807 7 13 5.88072 13 4.5C13 3.11929 11.8807 2 10.5 2ZM9 4.5C9 3.67157 9.67157 3 10.5 3C11.3284 3 12 3.67157 12 4.5C12 5.32843 11.3284 6 10.5 6C9.67157 6 9 5.32843 9 4.5ZM2 10.5C2 9.11929 3.11929 8 4.5 8C5.88072 8 7 9.11929 7 10.5C7 11.8807 5.88072 13 4.5 13C3.11929 13 2 11.8807 2 10.5ZM4.5 9C3.67157 9 3 9.67157 3 10.5C3 11.3284 3.67157 12 4.5 12C5.32843 12 6 11.3284 6 10.5C6 9.67157 5.32843 9 4.5 9ZM10.5 8C9.11929 8 8 9.11929 8 10.5C8 11.8807 9.11929 13 10.5 13C11.8807 13 13 11.8807 13 10.5C13 9.11929 11.8807 8 10.5 8ZM9 10.5C9 9.67157 9.67157 9 10.5 9C11.3284 9 12 9.67157 12 10.5C12 11.3284 11.3284 12 10.5 12C9.67157 12 9 11.3284 9 10.5Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$4C = [\"color\"];\nvar TrackNextIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$4C);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M13.0502 2.74989C13.0502 2.44613 12.804 2.19989 12.5002 2.19989C12.1965 2.19989 11.9502 2.44613 11.9502 2.74989V7.2825C11.9046 7.18802 11.8295 7.10851 11.7334 7.05776L2.73338 2.30776C2.5784 2.22596 2.3919 2.23127 2.24182 2.32176C2.09175 2.41225 2 2.57471 2 2.74995V12.25C2 12.4252 2.09175 12.5877 2.24182 12.6781C2.3919 12.7686 2.5784 12.7739 2.73338 12.6921L11.7334 7.94214C11.8295 7.89139 11.9046 7.81188 11.9502 7.7174V12.2499C11.9502 12.5536 12.1965 12.7999 12.5002 12.7999C12.804 12.7999 13.0502 12.5536 13.0502 12.2499V2.74989ZM3 11.4207V3.5792L10.4288 7.49995L3 11.4207Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$4D = [\"color\"];\nvar TrackPreviousIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$4D);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M1.94976 2.74989C1.94976 2.44613 2.196 2.19989 2.49976 2.19989C2.80351 2.19989 3.04976 2.44613 3.04976 2.74989V7.2825C3.0954 7.18802 3.17046 7.10851 3.26662 7.05776L12.2666 2.30776C12.4216 2.22596 12.6081 2.23127 12.7582 2.32176C12.9083 2.41225 13 2.57471 13 2.74995V12.25C13 12.4252 12.9083 12.5877 12.7582 12.6781C12.6081 12.7686 12.4216 12.7739 12.2666 12.6921L3.26662 7.94214C3.17046 7.89139 3.0954 7.81188 3.04976 7.7174V12.2499C3.04976 12.5536 2.80351 12.7999 2.49976 12.7999C2.196 12.7999 1.94976 12.5536 1.94976 12.2499V2.74989ZM4.57122 7.49995L12 11.4207V3.5792L4.57122 7.49995Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$4E = [\"color\"];\nvar TransformIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$4E);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M0.849976 1.74998C0.849976 1.25292 1.25292 0.849976 1.74998 0.849976H3.24998C3.74703 0.849976 4.14998 1.25292 4.14998 1.74998V2.04998H10.85V1.74998C10.85 1.25292 11.2529 0.849976 11.75 0.849976H13.25C13.747 0.849976 14.15 1.25292 14.15 1.74998V3.24998C14.15 3.74703 13.747 4.14998 13.25 4.14998H12.95V10.85H13.25C13.747 10.85 14.15 11.2529 14.15 11.75V13.25C14.15 13.747 13.747 14.15 13.25 14.15H11.75C11.2529 14.15 10.85 13.747 10.85 13.25V12.95H4.14998V13.25C4.14998 13.747 3.74703 14.15 3.24998 14.15H1.74998C1.25292 14.15 0.849976 13.747 0.849976 13.25V11.75C0.849976 11.2529 1.25292 10.85 1.74998 10.85H2.04998V4.14998H1.74998C1.25292 4.14998 0.849976 3.74703 0.849976 3.24998V1.74998ZM2.94998 4.14998V10.85H3.24998C3.74703 10.85 4.14998 11.2529 4.14998 11.75V12.05H10.85V11.75C10.85 11.2529 11.2529 10.85 11.75 10.85H12.05V4.14998H11.75C11.2529 4.14998 10.85 3.74703 10.85 3.24998V2.94998H4.14998V3.24998C4.14998 3.74703 3.74703 4.14998 3.24998 4.14998H2.94998ZM2.34998 1.74998H1.74998V2.34998V2.64998V3.24998H2.34998H2.64998H3.24998V2.64998V2.34998V1.74998H2.64998H2.34998ZM5.09998 5.99998C5.09998 5.50292 5.50292 5.09998 5.99998 5.09998H6.99998C7.49703 5.09998 7.89998 5.50292 7.89998 5.99998V6.99998C7.89998 7.03591 7.89787 7.07134 7.89378 7.10618C7.92861 7.10208 7.96405 7.09998 7.99998 7.09998H8.99998C9.49703 7.09998 9.89998 7.50292 9.89998 7.99998V8.99998C9.89998 9.49703 9.49703 9.89998 8.99998 9.89998H7.99998C7.50292 9.89998 7.09998 9.49703 7.09998 8.99998V7.99998C7.09998 7.96405 7.10208 7.92861 7.10618 7.89378C7.07134 7.89787 7.03591 7.89998 6.99998 7.89998H5.99998C5.50292 7.89998 5.09998 7.49703 5.09998 6.99998V5.99998ZM6.09998 5.99998H5.99998V6.09998V6.89998V6.99998H6.09998H6.89998H6.99998V6.89998V6.09998V5.99998H6.89998H6.09998ZM7.99998 7.99998H8.09998H8.89998H8.99998V8.09998V8.89998V8.99998H8.89998H8.09998H7.99998V8.89998V8.09998V7.99998ZM2.64998 11.75H2.34998H1.74998V12.35V12.65V13.25H2.34998H2.64998H3.24998V12.65V12.35V11.75H2.64998ZM11.75 1.74998H12.35H12.65H13.25V2.34998V2.64998V3.24998H12.65H12.35H11.75V2.64998V2.34998V1.74998ZM12.65 11.75H12.35H11.75V12.35V12.65V13.25H12.35H12.65H13.25V12.65V12.35V11.75H12.65Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$4F = [\"color\"];\nvar TransparencyGridIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$4F);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n opacity: \".25\",\n d: \"M0 0H3V3H0V0ZM6 3H3V6H0V9H3V12H0V15H3V12H6V15H9V12H12V15H15V12H12V9H15V6H12V3H15V0H12V3H9V0H6V3ZM6 6V3H9V6H6ZM6 9H3V6H6V9ZM9 9V6H12V9H9ZM9 9H6V12H9V9Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$4G = [\"color\"];\nvar TrashIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$4G);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M5.5 1C5.22386 1 5 1.22386 5 1.5C5 1.77614 5.22386 2 5.5 2H9.5C9.77614 2 10 1.77614 10 1.5C10 1.22386 9.77614 1 9.5 1H5.5ZM3 3.5C3 3.22386 3.22386 3 3.5 3H5H10H11.5C11.7761 3 12 3.22386 12 3.5C12 3.77614 11.7761 4 11.5 4H11V12C11 12.5523 10.5523 13 10 13H5C4.44772 13 4 12.5523 4 12V4L3.5 4C3.22386 4 3 3.77614 3 3.5ZM5 4H10V12H5V4Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$4H = [\"color\"];\nvar TriangleDownIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$4H);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M4 6H11L7.5 10.5L4 6Z\",\n fill: color\n }));\n});\n\nvar _excluded$4I = [\"color\"];\nvar TriangleLeftIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$4I);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M9 4L9 11L4.5 7.5L9 4Z\",\n fill: color\n }));\n});\n\nvar _excluded$4J = [\"color\"];\nvar TriangleRightIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$4J);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M6 11L6 4L10.5 7.5L6 11Z\",\n fill: color\n }));\n});\n\nvar _excluded$4K = [\"color\"];\nvar TriangleUpIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$4K);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M4 9H11L7.5 4.5L4 9Z\",\n fill: color\n }));\n});\n\nvar _excluded$4L = [\"color\"];\nvar TwitterLogoIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$4L);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M7.23336 4.69629C7.23336 2.96884 8.63335 1.56857 10.36 1.56857C11.3736 1.56857 12.183 2.04804 12.7254 2.74385C13.3079 2.62467 13.8557 2.40913 14.3513 2.11508C14.1559 2.72598 13.7424 3.2396 13.2033 3.56463C13.2038 3.56568 13.2042 3.56674 13.2047 3.56779C13.7334 3.50361 14.2364 3.36302 14.7048 3.15546L14.7037 3.15715C14.3667 3.66183 13.9431 4.10736 13.4561 4.47034C13.4823 4.64672 13.4956 4.82427 13.4956 5.00079C13.4956 8.6871 10.6873 12.9746 5.52122 12.9746C3.93906 12.9746 2.46544 12.511 1.22505 11.7152C0.992632 11.5661 0.925108 11.2568 1.07423 11.0244C1.0874 11.0038 1.10183 10.9846 1.11734 10.9666C1.20582 10.8202 1.37438 10.7309 1.5554 10.7522C2.47066 10.8601 3.38568 10.7485 4.19219 10.3962C3.39226 10.0434 2.77129 9.35975 2.50204 8.51974C2.45359 8.3686 2.48835 8.20311 2.59351 8.08422C2.59716 8.0801 2.60087 8.07606 2.60464 8.0721C1.96391 7.50819 1.55973 6.68208 1.55973 5.76143V5.72759C1.55973 5.56814 1.64411 5.42059 1.78155 5.33974C1.82671 5.31317 1.87537 5.29511 1.92532 5.28558C1.70549 4.86154 1.58116 4.37984 1.58116 3.86958C1.58116 3.40165 1.58384 2.81192 1.91332 2.28081C1.98718 2.16175 2.10758 2.08915 2.2364 2.07195C2.42588 2.01237 2.64087 2.06969 2.77406 2.23302C3.86536 3.57126 5.44066 4.49583 7.23366 4.73961L7.23336 4.69629ZM5.52122 11.9746C4.73387 11.9746 3.97781 11.8435 3.27248 11.6023C4.13012 11.4538 4.95307 11.1159 5.66218 10.5602C5.81211 10.4427 5.87182 10.2435 5.81126 10.0629C5.7507 9.88234 5.583 9.75943 5.39255 9.75607C4.68968 9.74366 4.06712 9.39716 3.67793 8.86845C3.86828 8.85306 4.05428 8.82039 4.23445 8.77167C4.43603 8.71716 4.57363 8.53114 4.56674 8.32243C4.55985 8.11372 4.41029 7.93718 4.20555 7.89607C3.42694 7.73977 2.79883 7.16764 2.56169 6.42174C2.76255 6.47025 2.97102 6.4991 3.18482 6.5061C3.38563 6.51267 3.56646 6.38533 3.62795 6.19405C3.68943 6.00277 3.61666 5.79391 3.44963 5.68224C2.86523 5.29155 2.48116 4.62464 2.48116 3.86958C2.48116 3.70213 2.48352 3.55268 2.49355 3.41719C3.85115 4.79913 5.70873 5.68931 7.77588 5.79338C7.93225 5.80126 8.08328 5.73543 8.18395 5.61553C8.28463 5.49562 8.32332 5.33548 8.28851 5.18284C8.25255 5.02517 8.23336 4.86284 8.23336 4.69629C8.23336 3.52085 9.18591 2.56857 10.36 2.56857C11.5943 2.56857 12.4956 3.71208 12.4956 5.00079C12.4956 8.25709 10.0202 11.9746 5.52122 11.9746Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$4M = [\"color\"];\nvar UnderlineIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$4M);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M5.00001 2.75C5.00001 2.47386 4.77615 2.25 4.50001 2.25C4.22387 2.25 4.00001 2.47386 4.00001 2.75V8.05C4.00001 9.983 5.56702 11.55 7.50001 11.55C9.43301 11.55 11 9.983 11 8.05V2.75C11 2.47386 10.7762 2.25 10.5 2.25C10.2239 2.25 10 2.47386 10 2.75V8.05C10 9.43071 8.88072 10.55 7.50001 10.55C6.1193 10.55 5.00001 9.43071 5.00001 8.05V2.75ZM3.49998 13.1001C3.27906 13.1001 3.09998 13.2791 3.09998 13.5001C3.09998 13.721 3.27906 13.9001 3.49998 13.9001H11.5C11.7209 13.9001 11.9 13.721 11.9 13.5001C11.9 13.2791 11.7209 13.1001 11.5 13.1001H3.49998Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$4N = [\"color\"];\nvar UpdateIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$4N);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M1.90321 7.29677C1.90321 10.341 4.11041 12.4147 6.58893 12.8439C6.87255 12.893 7.06266 13.1627 7.01355 13.4464C6.96444 13.73 6.69471 13.9201 6.41109 13.871C3.49942 13.3668 0.86084 10.9127 0.86084 7.29677C0.860839 5.76009 1.55996 4.55245 2.37639 3.63377C2.96124 2.97568 3.63034 2.44135 4.16846 2.03202L2.53205 2.03202C2.25591 2.03202 2.03205 1.80816 2.03205 1.53202C2.03205 1.25588 2.25591 1.03202 2.53205 1.03202L5.53205 1.03202C5.80819 1.03202 6.03205 1.25588 6.03205 1.53202L6.03205 4.53202C6.03205 4.80816 5.80819 5.03202 5.53205 5.03202C5.25591 5.03202 5.03205 4.80816 5.03205 4.53202L5.03205 2.68645L5.03054 2.68759L5.03045 2.68766L5.03044 2.68767L5.03043 2.68767C4.45896 3.11868 3.76059 3.64538 3.15554 4.3262C2.44102 5.13021 1.90321 6.10154 1.90321 7.29677ZM13.0109 7.70321C13.0109 4.69115 10.8505 2.6296 8.40384 2.17029C8.12093 2.11718 7.93465 1.84479 7.98776 1.56188C8.04087 1.27898 8.31326 1.0927 8.59616 1.14581C11.4704 1.68541 14.0532 4.12605 14.0532 7.70321C14.0532 9.23988 13.3541 10.4475 12.5377 11.3662C11.9528 12.0243 11.2837 12.5586 10.7456 12.968L12.3821 12.968C12.6582 12.968 12.8821 13.1918 12.8821 13.468C12.8821 13.7441 12.6582 13.968 12.3821 13.968L9.38205 13.968C9.10591 13.968 8.88205 13.7441 8.88205 13.468L8.88205 10.468C8.88205 10.1918 9.10591 9.96796 9.38205 9.96796C9.65819 9.96796 9.88205 10.1918 9.88205 10.468L9.88205 12.3135L9.88362 12.3123C10.4551 11.8813 11.1535 11.3546 11.7585 10.6738C12.4731 9.86976 13.0109 8.89844 13.0109 7.70321Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$4O = [\"color\"];\nvar UploadIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$4O);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M7.81825 1.18188C7.64251 1.00615 7.35759 1.00615 7.18185 1.18188L4.18185 4.18188C4.00611 4.35762 4.00611 4.64254 4.18185 4.81828C4.35759 4.99401 4.64251 4.99401 4.81825 4.81828L7.05005 2.58648V9.49996C7.05005 9.74849 7.25152 9.94996 7.50005 9.94996C7.74858 9.94996 7.95005 9.74849 7.95005 9.49996V2.58648L10.1819 4.81828C10.3576 4.99401 10.6425 4.99401 10.8182 4.81828C10.994 4.64254 10.994 4.35762 10.8182 4.18188L7.81825 1.18188ZM2.5 9.99997C2.77614 9.99997 3 10.2238 3 10.5V12C3 12.5538 3.44565 13 3.99635 13H11.0012C11.5529 13 12 12.5528 12 12V10.5C12 10.2238 12.2239 9.99997 12.5 9.99997C12.7761 9.99997 13 10.2238 13 10.5V12C13 13.104 12.1062 14 11.0012 14H3.99635C2.89019 14 2 13.103 2 12V10.5C2 10.2238 2.22386 9.99997 2.5 9.99997Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$4P = [\"color\"];\nvar ValueIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$4P);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M0.877075 7.49988C0.877075 3.84219 3.84222 0.877045 7.49991 0.877045C11.1576 0.877045 14.1227 3.84219 14.1227 7.49988C14.1227 11.1575 11.1576 14.1227 7.49991 14.1227C3.84222 14.1227 0.877075 11.1575 0.877075 7.49988ZM7.49991 1.82704C4.36689 1.82704 1.82708 4.36686 1.82708 7.49988C1.82708 10.6329 4.36689 13.1727 7.49991 13.1727C10.6329 13.1727 13.1727 10.6329 13.1727 7.49988C13.1727 4.36686 10.6329 1.82704 7.49991 1.82704Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$4Q = [\"color\"];\nvar ValueNoneIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$4Q);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M7.49985 0.877045C3.84216 0.877045 0.877014 3.84219 0.877014 7.49988C0.877014 9.1488 1.47963 10.657 2.47665 11.8162L1.64643 12.6464C1.45117 12.8417 1.45117 13.1583 1.64643 13.3535C1.8417 13.5488 2.15828 13.5488 2.35354 13.3535L3.18377 12.5233C4.34296 13.5202 5.85104 14.1227 7.49985 14.1227C11.1575 14.1227 14.1227 11.1575 14.1227 7.49988C14.1227 5.85107 13.5202 4.34299 12.5233 3.1838L13.3535 2.35354C13.5488 2.15827 13.5488 1.84169 13.3535 1.64643C13.1583 1.45117 12.8417 1.45117 12.6464 1.64643L11.8162 2.47668C10.657 1.47966 9.14877 0.877045 7.49985 0.877045ZM11.1422 3.15066C10.1567 2.32449 8.88639 1.82704 7.49985 1.82704C4.36683 1.82704 1.82701 4.36686 1.82701 7.49988C1.82701 8.88642 2.32446 10.1568 3.15063 11.1422L11.1422 3.15066ZM3.85776 11.8493C4.84317 12.6753 6.11343 13.1727 7.49985 13.1727C10.6328 13.1727 13.1727 10.6329 13.1727 7.49988C13.1727 6.11346 12.6753 4.8432 11.8493 3.85779L3.85776 11.8493Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$4R = [\"color\"];\nvar VercelLogoIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$4R);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M7.49998 1L6.92321 2.00307L1.17498 12L0.599976 13H1.7535H13.2464H14.4L13.825 12L8.07674 2.00307L7.49998 1ZM7.49998 3.00613L2.3285 12H12.6714L7.49998 3.00613Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$4S = [\"color\"];\nvar VideoIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$4S);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M4.76447 3.12199C5.63151 3.04859 6.56082 3 7.5 3C8.43918 3 9.36849 3.04859 10.2355 3.12199C11.2796 3.21037 11.9553 3.27008 12.472 3.39203C12.9425 3.50304 13.2048 3.64976 13.4306 3.88086C13.4553 3.90618 13.4902 3.94414 13.5133 3.97092C13.7126 4.20149 13.8435 4.4887 13.918 5.03283C13.9978 5.6156 14 6.37644 14 7.52493C14 8.66026 13.9978 9.41019 13.9181 9.98538C13.8439 10.5206 13.7137 10.8061 13.5125 11.0387C13.4896 11.0651 13.4541 11.1038 13.4296 11.1287C13.2009 11.3625 12.9406 11.5076 12.4818 11.6164C11.9752 11.7365 11.3143 11.7942 10.2878 11.8797C9.41948 11.9521 8.47566 12 7.5 12C6.52434 12 5.58052 11.9521 4.7122 11.8797C3.68572 11.7942 3.02477 11.7365 2.51816 11.6164C2.05936 11.5076 1.7991 11.3625 1.57037 11.1287C1.54593 11.1038 1.51035 11.0651 1.48748 11.0387C1.28628 10.8061 1.15612 10.5206 1.08193 9.98538C1.00221 9.41019 1 8.66026 1 7.52493C1 6.37644 1.00216 5.6156 1.082 5.03283C1.15654 4.4887 1.28744 4.20149 1.48666 3.97092C1.5098 3.94414 1.54468 3.90618 1.56942 3.88086C1.7952 3.64976 2.05752 3.50304 2.52796 3.39203C3.04473 3.27008 3.7204 3.21037 4.76447 3.12199ZM0 7.52493C0 5.28296 0 4.16198 0.729985 3.31713C0.766457 3.27491 0.815139 3.22194 0.854123 3.18204C1.63439 2.38339 2.64963 2.29744 4.68012 2.12555C5.56923 2.05028 6.52724 2 7.5 2C8.47276 2 9.43077 2.05028 10.3199 2.12555C12.3504 2.29744 13.3656 2.38339 14.1459 3.18204C14.1849 3.22194 14.2335 3.27491 14.27 3.31713C15 4.16198 15 5.28296 15 7.52493C15 9.74012 15 10.8477 14.2688 11.6929C14.2326 11.7348 14.1832 11.7885 14.1444 11.8281C13.3629 12.6269 12.3655 12.71 10.3709 12.8763C9.47971 12.9505 8.50782 13 7.5 13C6.49218 13 5.52028 12.9505 4.62915 12.8763C2.63446 12.71 1.63712 12.6269 0.855558 11.8281C0.816844 11.7885 0.767442 11.7348 0.731221 11.6929C0 10.8477 0 9.74012 0 7.52493ZM5.25 5.38264C5.25 5.20225 5.43522 5.08124 5.60041 5.15369L10.428 7.27105C10.6274 7.35853 10.6274 7.64147 10.428 7.72895L5.60041 9.84631C5.43522 9.91876 5.25 9.79775 5.25 9.61736V5.38264Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$4T = [\"color\"];\nvar ViewGridIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$4T);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M7 2H1.5C1.22386 2 1 2.22386 1 2.5V7H7V2ZM8 2V7H14V2.5C14 2.22386 13.7761 2 13.5 2H8ZM7 8H1V12.5C1 12.7761 1.22386 13 1.5 13H7V8ZM8 13V8H14V12.5C14 12.7761 13.7761 13 13.5 13H8ZM1.5 1C0.671573 1 0 1.67157 0 2.5V12.5C0 13.3284 0.671573 14 1.5 14H13.5C14.3284 14 15 13.3284 15 12.5V2.5C15 1.67157 14.3284 1 13.5 1H1.5Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$4U = [\"color\"];\nvar ViewHorizontalIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$4U);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M1.5 2H13.5C13.7761 2 14 2.22386 14 2.5V7H1V2.5C1 2.22386 1.22386 2 1.5 2ZM1 8V12.5C1 12.7761 1.22386 13 1.5 13H13.5C13.7761 13 14 12.7761 14 12.5V8H1ZM0 2.5C0 1.67157 0.671573 1 1.5 1H13.5C14.3284 1 15 1.67157 15 2.5V12.5C15 13.3284 14.3284 14 13.5 14H1.5C0.671573 14 0 13.3284 0 12.5V2.5Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$4V = [\"color\"];\nvar ViewNoneIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$4V);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M14 2.58711L1.85163 13H13.5C13.7761 13 14 12.7761 14 12.5V2.58711ZM0.762879 13.8067L0.825396 13.8796L0.854717 13.8545C1.05017 13.9478 1.26899 14 1.5 14H13.5C14.3284 14 15 13.3284 15 12.5V2.5C15 1.93949 14.6926 1.45078 14.2371 1.19331L14.1746 1.12037L14.1453 1.1455C13.9498 1.05222 13.731 1 13.5 1H1.5C0.671573 1 0 1.67157 0 2.5V12.5C0 13.0605 0.307435 13.5492 0.762879 13.8067ZM1 12.4129L13.1484 2H1.5C1.22386 2 1 2.22386 1 2.5V12.4129Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$4W = [\"color\"];\nvar ViewVerticalIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$4W);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M8 2H13.5C13.7761 2 14 2.22386 14 2.5V12.5C14 12.7761 13.7761 13 13.5 13H8V2ZM7 2H1.5C1.22386 2 1 2.22386 1 2.5V12.5C1 12.7761 1.22386 13 1.5 13H7V2ZM0 2.5C0 1.67157 0.671573 1 1.5 1H13.5C14.3284 1 15 1.67157 15 2.5V12.5C15 13.3284 14.3284 14 13.5 14H1.5C0.671573 14 0 13.3284 0 12.5V2.5Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$4X = [\"color\"];\nvar WidthIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$4X);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M4.81812 4.68161C4.99386 4.85734 4.99386 5.14227 4.81812 5.318L3.08632 7.0498H11.9135L10.1817 5.318C10.006 5.14227 10.006 4.85734 10.1817 4.68161C10.3575 4.50587 10.6424 4.50587 10.8181 4.68161L13.3181 7.18161C13.4939 7.35734 13.4939 7.64227 13.3181 7.818L10.8181 10.318C10.6424 10.4937 10.3575 10.4937 10.1817 10.318C10.006 10.1423 10.006 9.85734 10.1817 9.68161L11.9135 7.9498H3.08632L4.81812 9.68161C4.99386 9.85734 4.99386 10.1423 4.81812 10.318C4.64239 10.4937 4.35746 10.4937 4.18173 10.318L1.68173 7.818C1.50599 7.64227 1.50599 7.35734 1.68173 7.18161L4.18173 4.68161C4.35746 4.50587 4.64239 4.50587 4.81812 4.68161Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$4Y = [\"color\"];\nvar ZoomInIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$4Y);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M10 6.5C10 8.433 8.433 10 6.5 10C4.567 10 3 8.433 3 6.5C3 4.567 4.567 3 6.5 3C8.433 3 10 4.567 10 6.5ZM9.30884 10.0159C8.53901 10.6318 7.56251 11 6.5 11C4.01472 11 2 8.98528 2 6.5C2 4.01472 4.01472 2 6.5 2C8.98528 2 11 4.01472 11 6.5C11 7.56251 10.6318 8.53901 10.0159 9.30884L12.8536 12.1464C13.0488 12.3417 13.0488 12.6583 12.8536 12.8536C12.6583 13.0488 12.3417 13.0488 12.1464 12.8536L9.30884 10.0159ZM4.25 6.5C4.25 6.22386 4.47386 6 4.75 6H6V4.75C6 4.47386 6.22386 4.25 6.5 4.25C6.77614 4.25 7 4.47386 7 4.75V6H8.25C8.52614 6 8.75 6.22386 8.75 6.5C8.75 6.77614 8.52614 7 8.25 7H7V8.25C7 8.52614 6.77614 8.75 6.5 8.75C6.22386 8.75 6 8.52614 6 8.25V7H4.75C4.47386 7 4.25 6.77614 4.25 6.5Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nvar _excluded$4Z = [\"color\"];\nvar ZoomOutIcon = /*#__PURE__*/forwardRef(function (_ref, forwardedRef) {\n var _ref$color = _ref.color,\n color = _ref$color === void 0 ? 'currentColor' : _ref$color,\n props = _objectWithoutPropertiesLoose(_ref, _excluded$4Z);\n\n return createElement(\"svg\", Object.assign({\n width: \"15\",\n height: \"15\",\n viewBox: \"0 0 15 15\",\n fill: \"none\",\n xmlns: \"http://www.w3.org/2000/svg\"\n }, props, {\n ref: forwardedRef\n }), createElement(\"path\", {\n d: \"M6.5 10C8.433 10 10 8.433 10 6.5C10 4.567 8.433 3 6.5 3C4.567 3 3 4.567 3 6.5C3 8.433 4.567 10 6.5 10ZM6.5 11C7.56251 11 8.53901 10.6318 9.30884 10.0159L12.1464 12.8536C12.3417 13.0488 12.6583 13.0488 12.8536 12.8536C13.0488 12.6583 13.0488 12.3417 12.8536 12.1464L10.0159 9.30884C10.6318 8.53901 11 7.56251 11 6.5C11 4.01472 8.98528 2 6.5 2C4.01472 2 2 4.01472 2 6.5C2 8.98528 4.01472 11 6.5 11ZM4.75 6C4.47386 6 4.25 6.22386 4.25 6.5C4.25 6.77614 4.47386 7 4.75 7H8.25C8.52614 7 8.75 6.77614 8.75 6.5C8.75 6.22386 8.52614 6 8.25 6H4.75Z\",\n fill: color,\n fillRule: \"evenodd\",\n clipRule: \"evenodd\"\n }));\n});\n\nexport { AccessibilityIcon, ActivityLogIcon, AlignBaselineIcon, AlignBottomIcon, AlignCenterHorizontallyIcon, AlignCenterVerticallyIcon, AlignLeftIcon, AlignRightIcon, AlignTopIcon, AllSidesIcon, AngleIcon, ArchiveIcon, ArrowBottomLeftIcon, ArrowBottomRightIcon, ArrowDownIcon, ArrowLeftIcon, ArrowRightIcon, ArrowTopLeftIcon, ArrowTopRightIcon, ArrowUpIcon, AspectRatioIcon, AvatarIcon, BackpackIcon, BadgeIcon, BarChartIcon, BellIcon, BlendingModeIcon, BookmarkFilledIcon, BookmarkIcon, BorderAllIcon, BorderBottomIcon, BorderDashedIcon, BorderDottedIcon, BorderLeftIcon, BorderNoneIcon, BorderRightIcon, BorderSolidIcon, BorderSplitIcon, BorderStyleIcon, BorderTopIcon, BorderWidthIcon, BoxIcon, BoxModelIcon, ButtonIcon, CalendarIcon, CameraIcon, CardStackIcon, CardStackMinusIcon, CardStackPlusIcon, CaretDownIcon, CaretLeftIcon, CaretRightIcon, CaretSortIcon, CaretUpIcon, ChatBubbleIcon, CheckCircledIcon, CheckIcon, CheckboxIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, CircleBackslashIcon, CircleIcon, ClipboardCopyIcon, ClipboardIcon, ClockIcon, CodeIcon, CodeSandboxLogoIcon, ColorWheelIcon, ColumnSpacingIcon, ColumnsIcon, CommitIcon, Component1Icon, Component2Icon, ComponentBooleanIcon, ComponentInstanceIcon, ComponentNoneIcon, ComponentPlaceholderIcon, ContainerIcon, CookieIcon, CopyIcon, CornerBottomLeftIcon, CornerBottomRightIcon, CornerTopLeftIcon, CornerTopRightIcon, CornersIcon, CountdownTimerIcon, CounterClockwiseClockIcon, CropIcon, Cross1Icon, Cross2Icon, CrossCircledIcon, Crosshair1Icon, Crosshair2Icon, CrumpledPaperIcon, CubeIcon, CursorArrowIcon, CursorTextIcon, DashIcon, DashboardIcon, DesktopIcon, DimensionsIcon, DiscIcon, DiscordLogoIcon, DividerHorizontalIcon, DividerVerticalIcon, DotFilledIcon, DotIcon, DotsHorizontalIcon, DotsVerticalIcon, DoubleArrowDownIcon, DoubleArrowLeftIcon, DoubleArrowRightIcon, DoubleArrowUpIcon, DownloadIcon, DragHandleDots1Icon, DragHandleDots2Icon, DragHandleHorizontalIcon, DragHandleVerticalIcon, DrawingPinFilledIcon, DrawingPinIcon, DropdownMenuIcon, EnterFullScreenIcon, EnterIcon, EnvelopeClosedIcon, EnvelopeOpenIcon, EraserIcon, ExclamationTriangleIcon, ExitFullScreenIcon, ExitIcon, ExternalLinkIcon, EyeClosedIcon, EyeNoneIcon, EyeOpenIcon, FaceIcon, FigmaLogoIcon, FileIcon, FileMinusIcon, FilePlusIcon, FileTextIcon, FontBoldIcon, FontFamilyIcon, FontItalicIcon, FontRomanIcon, FontSizeIcon, FontStyleIcon, FrameIcon, FramerLogoIcon, GearIcon, GitHubLogoIcon, GlobeIcon, GridIcon, GroupIcon, Half1Icon, Half2Icon, HamburgerMenuIcon, HandIcon, HeadingIcon, HeartFilledIcon, HeartIcon, HeightIcon, HobbyKnifeIcon, HomeIcon, IconJarLogoIcon, IdCardIcon, ImageIcon, InfoCircledIcon, InputIcon, InstagramLogoIcon, KeyboardIcon, LapTimerIcon, LaptopIcon, LayersIcon, LayoutIcon, LetterCaseCapitalizeIcon, LetterCaseLowercaseIcon, LetterCaseToggleIcon, LetterCaseUppercaseIcon, LetterSpacingIcon, LightningBoltIcon, LineHeightIcon, Link1Icon, Link2Icon, LinkBreak1Icon, LinkBreak2Icon, LinkNone1Icon, LinkNone2Icon, LinkedInLogoIcon, ListBulletIcon, LockClosedIcon, LockOpen1Icon, LockOpen2Icon, LoopIcon, MagicWandIcon, MagnifyingGlassIcon, MarginIcon, MaskOffIcon, MaskOnIcon, MinusCircledIcon, MinusIcon, MixIcon, MixerHorizontalIcon, MixerVerticalIcon, MobileIcon, ModulzLogoIcon, MoonIcon, MoveIcon, NotionLogoIcon, OpacityIcon, OpenInNewWindowIcon, OverlineIcon, PaddingIcon, PaperPlaneIcon, PauseIcon, Pencil1Icon, Pencil2Icon, PersonIcon, PieChartIcon, PilcrowIcon, PinBottomIcon, PinLeftIcon, PinRightIcon, PinTopIcon, PlayIcon, PlusCircledIcon, PlusIcon, QuestionMarkCircledIcon, QuestionMarkIcon, QuoteIcon, RadiobuttonIcon, ReaderIcon, ReloadIcon, ResetIcon, ResumeIcon, RocketIcon, RotateCounterClockwiseIcon, RowSpacingIcon, RowsIcon, RulerHorizontalIcon, RulerSquareIcon, ScissorsIcon, SectionIcon, SewingPinFilledIcon, SewingPinIcon, ShadowIcon, ShadowInnerIcon, ShadowNoneIcon, ShadowOuterIcon, Share1Icon, Share2Icon, ShuffleIcon, SizeIcon, SketchLogoIcon, SlashIcon, SliderIcon, SpaceBetweenHorizontallyIcon, SpaceBetweenVerticallyIcon, SpaceEvenlyHorizontallyIcon, SpaceEvenlyVerticallyIcon, SpeakerLoudIcon, SpeakerModerateIcon, SpeakerOffIcon, SpeakerQuietIcon, SquareIcon, StackIcon, StarFilledIcon, StarIcon, StitchesLogoIcon, StopIcon, StopwatchIcon, StretchHorizontallyIcon, StretchVerticallyIcon, StrikethroughIcon, SunIcon, SwitchIcon, SymbolIcon, TableIcon, TargetIcon, TextAlignBottomIcon, TextAlignCenterIcon, TextAlignJustifyIcon, TextAlignLeftIcon, TextAlignMiddleIcon, TextAlignRightIcon, TextAlignTopIcon, TextIcon, TextNoneIcon, ThickArrowDownIcon, ThickArrowLeftIcon, ThickArrowRightIcon, ThickArrowUpIcon, TimerIcon, TokensIcon, TrackNextIcon, TrackPreviousIcon, TransformIcon, TransparencyGridIcon, TrashIcon, TriangleDownIcon, TriangleLeftIcon, TriangleRightIcon, TriangleUpIcon, TwitterLogoIcon, UnderlineIcon, UpdateIcon, UploadIcon, ValueIcon, ValueNoneIcon, VercelLogoIcon, VideoIcon, ViewGridIcon, ViewHorizontalIcon, ViewNoneIcon, ViewVerticalIcon, WidthIcon, ZoomInIcon, ZoomOutIcon };\n//# sourceMappingURL=react-icons.esm.js.map\n","import Body from \"../ui/Body\";\nimport Title from \"../ui/Title\";\nimport Select from \"../ui/Select\";\nimport { languages } from \"../../utils/languages\";\nimport { useState } from \"react\";\n\n// For checkbox\nimport * as CheckboxPrimitive from \"@radix-ui/react-checkbox\";\nimport * as LabelPrimitive from \"@radix-ui/react-label\";\nimport { CheckIcon } from \"@radix-ui/react-icons\";\nimport Button from \"../ui/Button\";\nimport PoweredBy from \"../ui/PoweredBy\";\n\nconst CGU = ({ setStep }: { setStep: (nubr: number) => void }) => {\n const [selectedLanguage, setSelectedLanguage] = useState(languages[0]);\n const [checked, setChecked] = useState(false);\n const [error, setError] = useState(false);\n\n const handleCheckboxChange = (value: boolean) => {\n setChecked(value);\n setError(false);\n };\n\n const goOnNextStep = () => {\n if (checked) {\n setStep(1);\n } else {\n setError(true);\n }\n };\n\n return (\n <div className=\"relative flex sm:items-center justify-content w-full px-4 sm:px-12 pt-8 pb-[80px] overflow-hidden flex-col\">\n <div className=\"flex flex-col gap-5 mt-4\">\n <Title>Nos conditions d’utilisation</Title>\n <div className=\"flex flex-col sm:flex-row items-center gap-2\">\n <Select\n title=\"\"\n items={languages}\n selectedItem={selectedLanguage}\n onChange={setSelectedLanguage}\n />\n </div>\n <Body className=\"text-left\">\n Ce parcours d’identification est proposé par Datakeen.\n <br />\n <br />\n Nous capturons des photos et/ou vidéos de vos documents et de votre\n visage afin de vérifier votre identité pour le compte de l’entité qui\n en fait la demande. Cela inclut la collecte et l’analyse de données\n biométriques.\n <br />\n <br />\n Datakeen peut également utiliser vos données en tant que responsable\n du traitement pour ses propres besoins, conformément à sa politique de\n confidentialité.\n <br />\n <br />\n En cliquant sur \"Continuer\", vous confirmez avoir pris connaissance et\n accepté les conditions générales d’utilisation.\n </Body>\n </div>\n\n <div className=\"fixed bottom-5 left-0 w-full px-6 sm:static sm:px-12 pb-[env(safe-area-inset-bottom)] bg-white\">\n {error && (\n <Body className=\"text-red-500 text-left mt-4\">\n Vous devez accepter les conditions d’utilisation pour continuer.\n </Body>\n )}\n <div\n className={`flex flex-row items-center justify-center w-full gap-3 ${\n error ? \"mt-2\" : \"mt-4\"\n }`}\n >\n <CheckboxPrimitive.Root\n id=\"checkbox\"\n checked={checked}\n onCheckedChange={(value) => handleCheckboxChange(!!value)}\n className={`h-5 w-5 shrink-0 rounded border bg-white data-[state=checked]:bg-[#11E5C5] data-[state=checked]:border-[#11E5C5] ${\n error ? \"border-red-500\" : \"border-[#C4C4C4]\"\n }`}\n >\n <CheckboxPrimitive.Indicator className=\"flex items-center justify-center text-white\">\n <CheckIcon className=\"h-4 w-4\" />\n </CheckboxPrimitive.Indicator>\n </CheckboxPrimitive.Root>\n\n <LabelPrimitive.Root htmlFor=\"checkbox\">\n <Body className={`text-left ${error ? \"text-red-500\" : \"\"}`}>\n Je consens à ce que mes informations biométriques soient traitées\n dans le but de vérifier mon identité à distance.\n </Body>\n </LabelPrimitive.Root>\n </div>\n <div className=\"max-w-[345px] mx-auto py-4 sm:mb-4\">\n <Button onClick={goOnNextStep} className=\"w-full\">\n Continuer\n </Button>\n </div>\n <PoweredBy />\n </div>\n </div>\n );\n};\n\nexport default CGU;\n","// import QrCodeRedirect from \"./QrCodeRedirect\";\nimport { useState } from \"react\";\nimport type { stepObject } from \"../../types/session\";\nimport Start from \"../start-flow/Start\";\nimport CGU from \"../start-flow/CGU\";\nimport useIsMobile from \"../../hooks/useIsMobile\";\n\nconst StartSession = ({ stepObject }: { stepObject: stepObject }) => {\n const isMobile = useIsMobile();\n const { setStep } = stepObject;\n const [startStep, setStartStep] = useState(0);\n\n return (\n <>\n {startStep === 0 && <Start setStep={isMobile ? setStartStep : setStep} />}\n {startStep === 1 && <CGU setStep={setStep} />}\n </>\n );\n};\n\nexport default StartSession;\n","import { useEffect, useState } from \"react\";\n\nconst useIsMobile = (breakpoint = 768) => {\n const [isMobile, setIsMobile] = useState(\n typeof window !== \"undefined\" ? window.innerWidth < breakpoint : false\n );\n\n useEffect(() => {\n const mediaQuery = window.matchMedia(`(max-width: ${breakpoint}px)`);\n\n const handleChange = () => setIsMobile(mediaQuery.matches);\n\n mediaQuery.addEventListener(\"change\", handleChange);\n handleChange(); // initial check\n\n return () => mediaQuery.removeEventListener(\"change\", handleChange);\n }, [breakpoint]);\n\n return isMobile;\n};\n\nexport default useIsMobile;\n","import { useEffect, useState } from \"react\";\nimport UserInputForm from \"./session/UserInputForm\";\nimport type { DatakeenSessionProps } from \"../types/session\";\nimport type { stepObject } from \"../types/session\";\nimport Paper from \"./ui/Paper\";\nimport StartSession from \"./session/StartSession\";\nimport type { UserInput } from \"../types/userInput\";\n\nconst DatakeenSession = ({ sessionId }: DatakeenSessionProps) => {\n const [step, setStep] = useState(0);\n const [userInput, setUserInput] = useState<UserInput>({\n lastName: \"\",\n firstName: \"\",\n birthDate: \"\",\n });\n const stepObject: stepObject = {\n setStep,\n step,\n };\n\n if (!sessionId) {\n return (\n <div className=\"flex flex-col items-center justify-center h-screen\">\n <h1 className=\"text-2xl font-bold\">Session ID is required</h1>\n </div>\n );\n }\n\n useEffect(() => {\n console.log(\"Session ID:\", sessionId);\n console.log(\"User Input:\", userInput);\n }, [sessionId, userInput]);\n\n return (\n <Paper className=\"w-full h-screen sm:w-[600px] sm:h-[600px] background-white rounded-lg overflow-auto sm:pt-4 sm:pb-4 z-10\">\n {step === 0 && <StartSession stepObject={stepObject} />}\n {step === 1 && (\n <UserInputForm stepObject={stepObject} setUserInput={setUserInput} />\n )}\n </Paper>\n );\n};\n\nexport default DatakeenSession;\n","import DatakeenSession from \"../components/DatakeenSession\";\nimport type { UseSessionReturn } from \"../types/session\";\nimport { useMemo } from \"react\";\n\n/**\n * Custom hook to manage the session component.\n * @param {string} sessionId - The ID of the session.\n * @returns {UseSessionReturn} - An object containing the session component. The session component is a React element that can be rendered in your application.\n */\nconst useSession = (sessionId: string): UseSessionReturn => {\n const SessionComponent = useMemo(() => {\n if (!sessionId) {\n return <div>No session ID provided.</div>;\n }\n return <DatakeenSession sessionId={sessionId} />;\n }, [sessionId]);\n\n return {\n SessionComponent,\n };\n};\n\nexport default useSession;\n"],"names":["__assign","Object","assign","t","s","i","n","arguments","length","p","prototype","hasOwnProperty","call","apply","this","__rest","e","indexOf","getOwnPropertySymbols","propertyIsEnumerable","setRef","ref","value","current","composeRefs","refs","node","hasCleanup","cleanups","map","cleanup","useComposedRefs","React","useCallback","createSlotClone","ownerName","SlotClone","forwardRef","props","forwardedRef","children","slotProps","isValidElement","element","getter","getOwnPropertyDescriptor","get","mayWarn","isReactWarning","getElementRef","props2","childProps","overrideProps","propName","slotPropValue","childPropValue","test","args","result","filter","Boolean","join","mergeProps","type","Fragment","cloneElement","Children","count","only","displayName","SuppressedError","SLOTTABLE_IDENTIFIER","Symbol","isSlottable","child","__radixId","Primitive","reduce","primitive","Slot","Slot2","childrenArray","toArray","slottable","find","newElement","newChildren","jsx","createSlot","Node","asChild","primitiveProps","Comp","window","for","Label","label","onMouseDown","event","target","closest","defaultPrevented","detail","preventDefault","Root","Button","_a","className","onClick","_b","disabled","_jsx","concat","PoweredByIcon","_jsxs","jsxs","xmlns","width","height","viewBox","fill","clipPath","id","maskUnits","x","y","d","mask","PoweredBy","Title","Subtitle","days","Array","from","_","years","Date","getFullYear","monthLabels","UserInputForm","stepObject","setUserInput","setStep","step","useState","lastName","firstName","birthDate","day","month","year","form","setForm","handleChange","key","prev","updated","paddedMonth","padStart","paddedDay","Label.Root","htmlFor","onChange","String","Paper","StartIcon","opacity","Start","Body","clamp","min","max","Math","composeEventHandlers","originalEventHandler","ourEventHandler","checkForDefaultPrevented","createContextScope","scopeName","createContextScopeDeps","defaultContexts","createScope","scopeContexts","defaultContext","createContext","scope","contexts","useMemo","rootComponentName","BaseContext","index","Provider","context","Context","values","consumerName","useContext","Error","composeContextScopes","scopes","baseScope","scopeHooks","createScope2","useScope","overrideScopes","nextScopes","nextScopes2","childrenRef","DirectionContext","useCallbackRef","callback","callbackRef","useRef","useEffect","originalBodyPointerEvents","CONTEXT_UPDATE","POINTER_DOWN_OUTSIDE","FOCUS_OUTSIDE","DismissableLayerContext","layers","Set","layersWithOutsidePointerEventsDisabled","branches","DismissableLayer","disableOutsidePointerEvents","onEscapeKeyDown","onPointerDownOutside","onFocusOutside","onInteractOutside","onDismiss","layerProps","setNode","ownerDocument","globalThis","document","force","composedRefs","node2","highestLayerWithOutsidePointerEventsDisabled","slice","highestLayerWithOutsidePointerEventsDisabledIndex","isBodyPointerEventsDisabled","size","isPointerEventsEnabled","pointerDownOutside","handlePointerDownOutside","isPointerInsideReactTreeRef","handleClickRef","handlePointerDown","handleAndDispatchPointerDownOutsideEvent2","handleAndDispatchCustomEvent","eventDetail","discrete","originalEvent","pointerType","removeEventListener","addEventListener","once","timerId","setTimeout","clearTimeout","onPointerDownCapture","usePointerDownOutside","isPointerDownOnBranch","some","branch","contains","focusOutside","handleFocusOutside","isFocusInsideReactTreeRef","handleFocus","onFocusCapture","onBlurCapture","useFocusOutside","onEscapeKeyDownProp","handleKeyDown","capture","useEscapeKeydown","body","style","pointerEvents","add","dispatchUpdate","delete","handleUpdate","div","CustomEvent","dispatchEvent","name","handler","bubbles","cancelable","ReactDOM","flushSync","dispatchDiscreteCustomEvent","createFocusGuard","createElement","setAttribute","tabIndex","outline","position","AUTOFOCUS_ON_MOUNT","AUTOFOCUS_ON_UNMOUNT","EVENT_OPTIONS","FocusScope","loop","trapped","onMountAutoFocus","onMountAutoFocusProp","onUnmountAutoFocus","onUnmountAutoFocusProp","scopeProps","container","setContainer","lastFocusedElementRef","focusScope","paused","pause","resume","handleFocusIn2","focus","select","handleFocusOut2","relatedTarget","handleMutations2","mutations","activeElement","mutation","removedNodes","mutationObserver","MutationObserver","observe","childList","subtree","disconnect","focusScopesStack","previouslyFocusedElement","mountEvent","candidates","candidate","focusFirst","items","getTabbableCandidates","item","tagName","unmountEvent","remove","isTabKey","altKey","ctrlKey","metaKey","focusedElement","container2","currentTarget","first","last","findVisible","reverse","getTabbableEdges","shiftKey","onKeyDown","nodes","walker","createTreeWalker","NodeFilter","SHOW_ELEMENT","acceptNode","isHiddenInput","hidden","FILTER_SKIP","FILTER_ACCEPT","nextNode","push","currentNode","elements","isHidden","upTo","getComputedStyle","visibility","display","parentElement","preventScroll","HTMLInputElement","isSelectableInput","stack","activeFocusScope","arrayRemove","unshift","createFocusScopesStack","array","updatedArray","splice","useLayoutEffect2","useLayoutEffect","useReactId","trim","toString","useId","deterministicId","setId","reactId","sides","round","floor","createCoords","v","oppositeSideMap","left","right","bottom","top","oppositeAlignmentMap","start","end","evaluate","param","getSide","placement","split","getAlignment","getOppositeAxis","axis","getAxisLength","getSideAxis","includes","getAlignmentAxis","getOppositeAlignmentPlacement","replace","alignment","getOppositePlacement","side","getPaddingObject","padding","expandPaddingObject","rectToClientRect","rect","computeCoordsFromPlacement","_ref","rtl","reference","floating","sideAxis","alignmentAxis","alignLength","isVertical","commonX","commonY","commonAlign","coords","async","detectOverflow","state","options","_await$platform$isEle","platform","rects","strategy","boundary","rootBoundary","elementContext","altBoundary","paddingObject","clippingClientRect","getClippingRect","isElement","contextElement","getDocumentElement","offsetParent","getOffsetParent","offsetScale","getScale","elementClientRect","convertOffsetParentRelativeRectToViewportRelativeRect","getSideOffsets","overflow","isAnySideFullyClipped","hasWindow","getNodeName","isNode","nodeName","toLowerCase","getWindow","_node$ownerDocument","defaultView","documentElement","Element","isHTMLElement","HTMLElement","isShadowRoot","ShadowRoot","isOverflowElement","overflowX","overflowY","isTableElement","isTopLayer","selector","matches","isContainingBlock","elementOrCss","webkit","isWebKit","css","containerType","backdropFilter","willChange","contain","CSS","supports","isLastTraversableNode","getNodeScroll","scrollLeft","scrollTop","scrollX","scrollY","getParentNode","assignedSlot","parentNode","host","getNearestOverflowAncestor","getOverflowAncestors","list","traverseIframes","_node$ownerDocument2","scrollableAncestor","isBody","win","frameElement","getFrameElement","visualViewport","parent","getPrototypeOf","getCssDimensions","parseFloat","hasOffset","offsetWidth","offsetHeight","shouldFallback","$","unwrapElement","domElement","getBoundingClientRect","Number","isFinite","noOffsets","getVisualOffsets","offsetLeft","offsetTop","includeScale","isFixedStrategy","clientRect","scale","visualOffsets","isFixed","floatingOffsetParent","shouldAddVisualOffsets","offsetWin","currentWin","currentIFrame","iframeScale","iframeRect","clientLeft","paddingLeft","clientTop","paddingTop","getWindowScrollBarX","leftScroll","getHTMLOffset","scroll","ignoreScrollbarX","htmlRect","getClientRectFromClippingAncestor","clippingAncestor","html","clientWidth","clientHeight","visualViewportBased","getViewportRect","scrollWidth","scrollHeight","direction","getDocumentRect","getInnerBoundingClientRect","hasFixedPositionAncestor","stopNode","getRectRelativeToOffsetParent","isOffsetParentAnElement","offsets","setLeftRTLScrollbarOffset","offsetRect","htmlOffset","isStaticPositioned","getTrueOffsetParent","polyfill","rawOffsetParent","svgOffsetParent","getContainingBlock","topLayer","clippingAncestors","cache","cachedResult","el","currentContainingBlockComputedStyle","elementIsFixed","computedStyle","currentNodeIsContaining","ancestor","set","getClippingElementAncestors","_c","firstClippingAncestor","clippingRect","accRect","getElementRects","data","getOffsetParentFn","getDimensionsFn","getDimensions","floatingDimensions","getClientRects","isRTL","rectsAreEqual","a","b","autoUpdate","update","ancestorScroll","ancestorResize","elementResize","ResizeObserver","layoutShift","IntersectionObserver","animationFrame","referenceEl","ancestors","forEach","passive","cleanupIo","onMove","timeoutId","io","root","_io","refresh","skip","threshold","elementRectForRootMargin","rootMargin","isFirstUpdate","handleObserve","entries","ratio","intersectionRatio","_e","observeMove","frameId","reobserveFrame","resizeObserver","firstEntry","unobserve","cancelAnimationFrame","requestAnimationFrame","_resizeObserver","prevRefRect","frameLoop","nextRefRect","_resizeObserver2","offset","fn","_middlewareData$offse","_middlewareData$arrow","middlewareData","diffCoords","mainAxisMulti","crossAxisMulti","rawValue","mainAxis","crossAxis","convertValueToCoords","arrow","alignmentOffset","shift","checkMainAxis","checkCrossAxis","limiter","detectOverflowOptions","mainAxisCoord","crossAxisCoord","maxSide","limitedCoords","enabled","flip","_middlewareData$flip","initialPlacement","fallbackPlacements","specifiedFallbackPlacements","fallbackStrategy","fallbackAxisSideDirection","flipAlignment","initialSideAxis","isBasePlacement","oppositePlacement","getExpandedPlacements","hasFallbackAxisSideDirection","isStart","lr","rl","tb","bt","getSideList","getOppositeAxisPlacements","placements","overflows","overflowsData","mainAlignmentSide","getAlignmentSides","every","_middlewareData$flip2","_overflowsData$filter","nextIndex","nextPlacement","_overflowsData$","ignoreCrossAxisOverflow","hasInitialMainAxisOverflow","reset","resetPlacement","sort","_overflowsData$filter2","currentSideAxis","acc","_state$middlewareData","_state$middlewareData2","isYAxis","heightSide","widthSide","maximumClippingHeight","maximumClippingWidth","overflowAvailableHeight","overflowAvailableWidth","noShift","availableHeight","availableWidth","xMin","xMax","yMin","yMax","nextDimensions","hide","referenceHiddenOffsets","referenceHidden","escapedOffsets","escaped","arrowDimensions","minProp","maxProp","clientProp","endDiff","startDiff","arrowOffsetParent","clientSize","centerToReference","largestPossiblePadding","minPadding","maxPadding","min$1","center","shouldAddOffset","centerOffset","limitShift","rawOffset","computedOffset","len","limitMin","limitMax","_middlewareData$offse2","isOriginSide","computePosition","Map","mergedOptions","platformWithCache","config","middleware","validMiddleware","statefulPlacement","resetCount","nextX","nextY","computePosition$1","deepEqual","keys","isArray","$$typeof","getDPR","devicePixelRatio","roundByDPR","dpr","useLatestRef","arrow$1","arrow$2","deps","offset$1","shift$1","limitShift$1","flip$1","size$1","hide$1","Arrow","arrowProps","svg","preserveAspectRatio","points","useSize","setSize","entry","borderSizeEntry","borderSize","box","POPPER_NAME","createPopperContext","createPopperScope","PopperProvider","usePopperContext","Popper","__scopePopper","anchor","setAnchor","onAnchorChange","ANCHOR_NAME","PopperAnchor","virtualRef","anchorProps","CONTENT_NAME","PopperContentProvider","useContentContext","PopperContent","sideOffset","align","alignOffset","arrowPadding","avoidCollisions","collisionBoundary","collisionPadding","collisionPaddingProp","sticky","hideWhenDetached","updatePositionStrategy","onPlaced","contentProps","content","setContent","setArrow","arrowSize","arrowWidth","arrowHeight","desiredPlacement","hasExplicitBoundaries","isNotNull","floatingStyles","isPositioned","externalReference","externalFloating","transform","whileElementsMounted","open","setData","latestMiddleware","setLatestMiddleware","_reference","_setReference","_floating","_setFloating","setReference","referenceRef","setFloating","floatingRef","floatingEl","dataRef","hasWhileElementsMounted","whileElementsMountedRef","platformRef","openRef","then","fullData","isMountedRef","initialStyles","useFloating","anchorWidth","anchorHeight","contentStyle","setProperty","floatingUIarrow","transformOrigin","placedSide","placedAlign","getSideAndAlignFromPlacement","handlePlaced","arrowX","arrowY","cannotCenterArrow","contentZIndex","setContentZIndex","zIndex","minWidth","dir","onArrowChange","shouldHideArrow","animation","ARROW_NAME","OPPOSITE_SIDE","PopperArrow","contentContext","baseSide","ArrowPrimitive.Root","isArrowHidden","noArrowAlign","arrowXCenter","arrowYCenter","Root2","Anchor","Content","Portal","containerProp","portalProps","mounted","setMounted","createPortal","useInsertionEffect","useControllableState","prop","defaultProp","caller","uncontrolledProp","setUncontrolledProp","onChangeRef","setValue","prevValueRef","useUncontrolledState","isControlled","isControlledRef","wasControlled","to","console","warn","nextValue","value2","isFunction","usePrevious","previous","VISUALLY_HIDDEN_STYLES","freeze","border","margin","clip","whiteSpace","wordWrap","span","counterMap","WeakMap","uncontrolledNodes","markerMap","lockCount","unwrapHost","applyAttributeToOthers","originalTarget","markerName","controlAttribute","targets","correctedTarget","error","correctTargets","markerCounter","hiddenNodes","elementsToKeep","elementsToStop","keep","has","deep","attr","getAttribute","alreadyHidden","counterValue","markerValue","clear","removeAttribute","hideOthers","activeParentNode","getDefaultParent","querySelectorAll","zeroRightClassName","fullWidthClassName","assignRef","useIsomorphicLayoutEffect","currentValues","useMergeRefs","defaultValue","initialValue","newValue","facade","oldValue","prevRefs_1","nextRefs_1","current_1","ItoI","SideCar","sideCar","rest","Target","read","isSideCarExport","effectCar","medium","defaults","buffer","assigned","useMedium","assignSyncMedium","cb","cbs","assignMedium","pendingQueue","executeQueue","cycle","Promise","resolve","innerCreateMedium","ssr","createSidecarMedium","nothing","RemoveScroll","parentRef","onScrollCapture","onWheelCapture","onTouchMoveCapture","callbacks","setCallbacks","forwardProps","removeScrollBar","shards","noRelative","noIsolation","inert","allowPinchZoom","as","Container","gapMode","containerRef","containerProps","lockRef","defaultProps","classNames","fullWidth","zeroRight","makeStyleTag","tag","nonce","__webpack_nonce__","getNonce","stylesheetSingleton","counter","stylesheet","styleSheet","cssText","appendChild","createTextNode","head","getElementsByTagName","insertStyleTag","removeChild","styleSingleton","sheet","useStyle","styles","isDynamic","dynamic","zeroGap","gap","parse","parseInt","getGapWidth","cs","getOffset","documentWidth","windowWidth","innerWidth","Style","lockAttribute","getStyles","allowRelative","important","getCurrentUseCounter","RemoveScrollBar","noImportant","newCounter","passiveSupported","defineProperty","err","nonPassive","elementCanBeScrolled","alwaysContainsScroll","locationCouldBeScrolled","elementCouldBeScrolled","getScrollVariables","elementCouldBeVScrolled","elementCouldBeHScrolled","getHScrollVariables","getTouchXY","changedTouches","clientX","clientY","getDeltaXY","deltaX","deltaY","extractRef","generateStyle","idCounter","lockStack","getOutermostShadowParent","shadowParent","exported","shouldPreventQueue","touchStartRef","activeAxis","lastProps","classList","allow_1","pack","ar","l","__spreadArray","shouldCancelEvent","touches","currentAxis","touch","touchStart","moveDirection","abs","canBeScrolledInMainDirection","cancelingAxis","endTarget","sourceDelta","directionFactor","getDirectionFactor","delta","targetInLock","shouldCancelScroll","isDeltaPositive","availableScroll","availableScrollTop","elementScroll","handleScroll","shouldPrevent","_event","sourceEvent","should","shardNodes","shouldCancel","scrollTouchStart","undefined","scrollWheel","scrollTouchMove","inst","ReactRemoveScroll","OPEN_KEYS","SELECTION_KEYS","SELECT_NAME","Collection","useCollection","createCollectionScope","PROVIDER_NAME","createCollectionContext","CollectionProviderImpl","useCollectionContext","collectionRef","itemMap","CollectionProvider","COLLECTION_SLOT_NAME","CollectionSlotImpl","CollectionSlot","ITEM_SLOT_NAME","ITEM_DATA_ATTR","CollectionItemSlotImpl","CollectionItemSlot","itemData","ItemSlot","collectionNode","orderedNodes","createCollection","createSelectContext","createSelectScope","usePopperScope","SelectProvider","useSelectContext","SelectNativeOptionsProvider","useSelectNativeOptionsContext","Select","__scopeSelect","openProp","defaultOpen","onOpenChange","valueProp","onValueChange","autoComplete","required","popperScope","trigger","setTrigger","valueNode","setValueNode","valueNodeHasChildren","setValueNodeHasChildren","localDir","globalDir","useDirection","setOpen","triggerPointerDownPosRef","isFormControl","nativeOptionsSet","setNativeOptionsSet","nativeSelectKey","option","PopperPrimitive.Root","onTriggerChange","onValueNodeChange","onValueNodeHasChildrenChange","contentId","onNativeOptionAdd","onNativeOptionRemove","optionsSet","SelectBubbleInput","TRIGGER_NAME","SelectTrigger","triggerProps","isDisabled","getItems","pointerTypeRef","searchRef","handleTypeaheadSearch","resetTypeahead","useTypeaheadSearch","search","enabledItems","currentItem","nextItem","findNextItem","handleOpen","pointerEvent","pageX","pageY","PopperPrimitive.Anchor","button","role","shouldShowPlaceholder","onPointerDown","hasPointerCapture","pointerId","releasePointerCapture","isTypingAhead","VALUE_NAME","SelectValue","placeholder","valueProps","hasChildren","SelectIcon","iconProps","SelectPortal","PortalPrimitive","SelectContent","fragment","setFragment","DocumentFragment","frag","SelectContentProvider","SelectContentImpl","CONTENT_MARGIN","useSelectContentContext","onCloseAutoFocus","viewport","setViewport","selectedItem","setSelectedItem","selectedItemText","setSelectedItemText","setIsPositioned","firstValidItemFoundRef","edgeGuards","insertAdjacentElement","firstItem","restItems","lastItem","PREVIOUSLY_FOCUSED_ELEMENT","scrollIntoView","block","focusSelectedItem","pointerMoveDelta","handlePointerMove","handlePointerUp","close","itemRefCallback","isFirstValidItem","handleItemLeave","itemTextRefCallback","SelectPosition","SelectPopperPosition","SelectItemAlignedPosition","popperContentProps","onViewportChange","onItemLeave","onContextMenu","flexDirection","isModifierKey","candidateNodes","currentElement","currentIndex","popperProps","contentWrapper","setContentWrapper","shouldExpandOnScrollRef","shouldRepositionRef","triggerRect","contentRect","valueNodeRect","itemTextRect","itemTextOffset","leftDelta","minContentWidth","contentWidth","rightEdge","clampedLeft","rightDelta","leftEdge","clampedRight","innerHeight","itemsHeight","contentStyles","contentBorderTopWidth","borderTopWidth","contentPaddingTop","contentBorderBottomWidth","borderBottomWidth","fullContentHeight","paddingBottom","minContentHeight","viewportStyles","viewportPaddingTop","viewportPaddingBottom","topEdgeToTriggerMiddle","triggerMiddleToBottomEdge","selectedItemHalfHeight","contentTopToItemMiddle","itemMiddleToContentBottom","isLastItem","viewportOffsetBottom","isFirstItem","minHeight","maxHeight","handleScrollButtonChange","SelectViewportProvider","onScrollButtonChange","boxSizing","PopperPrimitive.Content","useSelectViewportContext","VIEWPORT_NAME","SelectViewport","viewportProps","viewportContext","prevScrollTopRef","dangerouslySetInnerHTML","__html","flex","onScroll","scrolledBy","cssMinHeight","cssHeight","prevHeight","nextHeight","clampedNextHeight","heightDiff","justifyContent","GROUP_NAME","SelectGroupContextProvider","useSelectGroupContext","groupProps","groupId","LABEL_NAME","labelProps","groupContext","ITEM_NAME","SelectItemContextProvider","useSelectItemContext","SelectItem","textValue","textValueProp","itemProps","isSelected","setTextValue","isFocused","setIsFocused","textId","handleSelect","onItemTextChange","prevTextValue","textContent","onFocus","onBlur","onPointerUp","onPointerMove","onPointerLeave","ITEM_TEXT_NAME","SelectItemText","itemTextProps","itemContext","nativeOptionsContext","itemTextNode","setItemTextNode","nativeOption","ITEM_INDICATOR_NAME","SelectItemIndicator","itemIndicatorProps","SCROLL_UP_BUTTON_NAME","canScrollUp","setCanScrollUp","handleScroll2","canScrollUp2","SelectScrollButtonImpl","onAutoScroll","SCROLL_DOWN_BUTTON_NAME","canScrollDown","setCanScrollDown","maxScroll","canScrollDown2","ceil","scrollIndicatorProps","autoScrollTimerRef","clearAutoScrollTimer","clearInterval","activeItem","flexShrink","setInterval","separatorProps","PopperPrimitive.Arrow","prevValue","selectProto","HTMLSelectElement","Event","onSearchChange","handleSearchChange","timerRef","updateSearch","normalizedSearch","char","currentItemIndex","wrappedItems","startIndex","startsWith","Trigger","Value","Icon","Content2","Viewport","Item","ItemText","ItemIndicator","toPascalCase","string","camelCase","match","p1","p2","toUpperCase","toCamelCase","charAt","mergeClasses","classes","hasA11yProp","defaultAttributes","stroke","strokeWidth","strokeLinecap","strokeLinejoin","color","absoluteStrokeWidth","iconNode","attrs","createLucideIcon","iconName","Component","Check","ChevronDown","title","RadixSelect.Root","selected","RadixSelect.Trigger","RadixSelect.Value","RadixSelect.Icon","RadixSelect.Portal","RadixSelect.Content","RadixSelect.Viewport","RadixSelect.Item","RadixSelect.ItemText","RadixSelect.ItemIndicator","languages","Presence","present","presence","React2","stylesRef","prevPresentRef","prevAnimationNameRef","initialState","send","machine","useReducer","useStateMachine","UNMOUNT","ANIMATION_OUT","unmountSuspended","MOUNT","ANIMATION_END","unmounted","currentAnimationName","getAnimationName","wasPresent","prevAnimationName","ownerWindow","handleAnimationEnd","isCurrentAnimation","animationName","currentFillMode","animationFillMode","handleAnimationStart","isPresent","usePresence","CHECKBOX_NAME","createCheckboxContext","createCheckboxScope","CheckboxProviderImpl","useCheckboxContext","CheckboxProvider","__scopeCheckbox","checked","checkedProp","defaultChecked","onCheckedChange","internal_do_not_use_render","setChecked","control","setControl","bubbleInput","setBubbleInput","hasConsumerStoppedPropagationRef","isIndeterminate","CheckboxTrigger","checkboxProps","initialCheckedStateRef","getState","prevChecked","isPropagationStopped","stopPropagation","Checkbox","CheckboxBubbleInput","INDICATOR_NAME","CheckboxIndicator","forceMount","indicatorProps","BUBBLE_INPUT_NAME","controlSize","input","inputProto","indeterminate","defaultCheckedRef","_excluded$T","CheckIcon","_ref$color","source","excluded","sourceKeys","_objectWithoutPropertiesLoose","fillRule","clipRule","CGU","selectedLanguage","setSelectedLanguage","_d","setError","CheckboxPrimitive.Root","handleCheckboxChange","CheckboxPrimitive.Indicator","LabelPrimitive.Root","StartSession","isMobile","breakpoint","setIsMobile","mediaQuery","matchMedia","useIsMobile","startStep","setStartStep","_Fragment","DatakeenSession","sessionId","userInput","log","SessionComponent"],"mappings":"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","x_google_ignoreList":[0,1,2,3,4,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,70,71,72]}