@cypress-design/react-icon 0.26.0 → 0.28.0

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.
@@ -1 +1 @@
1
- {"version":3,"file":"index.es.mjs","sources":["../../../../node_modules/tslib/tslib.es6.js","../compileProperties.ts","../Icon.tsx","../_TreeShakableIcons.ts"],"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 */\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;\r\n return g = { next: verb(0), \"throw\": verb(1), \"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 = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i;\r\n function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }\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\nexport function __importStar(mod) {\r\n if (mod && mod.__esModule) return mod;\r\n var result = {};\r\n if (mod != null) for (var k in mod) if (k !== \"default\" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);\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\") throw new TypeError(\"Object expected.\");\r\n var dispose;\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 }\r\n if (typeof dispose !== \"function\") throw new TypeError(\"Object not disposable.\");\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\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 function next() {\r\n while (env.stack.length) {\r\n var rec = env.stack.pop();\r\n try {\r\n var result = rec.dispose && rec.dispose.call(rec.value);\r\n if (rec.async) return Promise.resolve(result).then(next, function(e) { fail(e); return next(); });\r\n }\r\n catch (e) {\r\n fail(e);\r\n }\r\n }\r\n if (env.hasError) throw env.error;\r\n }\r\n return next();\r\n}\r\n\r\nexport default {\r\n __extends,\r\n __assign,\r\n __rest,\r\n __decorate,\r\n __param,\r\n __metadata,\r\n __awaiter,\r\n __generator,\r\n __createBinding,\r\n __exportStar,\r\n __values,\r\n __read,\r\n __spread,\r\n __spreadArrays,\r\n __spreadArray,\r\n __await,\r\n __asyncGenerator,\r\n __asyncDelegator,\r\n __asyncValues,\r\n __makeTemplateObject,\r\n __importStar,\r\n __importDefault,\r\n __classPrivateFieldGet,\r\n __classPrivateFieldSet,\r\n __classPrivateFieldIn,\r\n __addDisposableResource,\r\n __disposeResources,\r\n};\r\n","import { __assign, __rest } from \"tslib\";\nimport * as React from 'react';\nimport { ICON_COLOR_PROP_NAMES } from '@cypress-design/icon-registry';\nexport var compileReactIconProperties = function (_a) {\n var body = _a.body, defs = _a.defs, compiledClasses = _a.compiledClasses, size = _a.size, name = _a.name, attributes = __rest(_a, [\"body\", \"defs\", \"compiledClasses\", \"size\", \"name\"]);\n var filteredAttributes = Object.keys(attributes).reduce(function (newAttributes, attrName) {\n if (!ICON_COLOR_PROP_NAMES.includes(attrName) &&\n attrName !== 'name') {\n // @ts-expect-error the ky of React's SVGProps is too broad and\n // breaks here. Since we do not need to check for it. We keep the expect error\n newAttributes[attrName] =\n attributes[attrName];\n }\n return newAttributes;\n }, {});\n // eslint-disable-next-line react-hooks/rules-of-hooks\n React.useEffect(function () {\n var iconFileId = \"\".concat(name, \"_\").concat(size);\n if (defs) {\n if (document.querySelector(\"[data-cy-svg-defs=\\\"\".concat(iconFileId, \"\\\"]\"))) {\n return;\n }\n var svgElement = document.createElementNS('http://www.w3.org/2000/svg', 'svg');\n svgElement.setAttribute('data-cy-svg-defs', iconFileId);\n svgElement.setAttribute('width', '0');\n svgElement.setAttribute('height', '0');\n svgElement.innerHTML = defs;\n document.body.appendChild(svgElement);\n }\n }, [defs, name, size]);\n var componentProps = __assign({ width: size, height: size, viewBox: \"0 0 \".concat(size, \" \").concat(size), fill: 'none', dangerouslySetInnerHTML: {\n __html: body,\n }, className: undefined }, filteredAttributes);\n if (attributes.className) {\n compiledClasses.push(attributes.className);\n }\n if (compiledClasses.length) {\n componentProps.className = compiledClasses.join(' ');\n }\n return componentProps;\n};\n//# sourceMappingURL=compileProperties.js.map","import { __assign, __rest } from \"tslib\";\nimport * as React from 'react';\nimport clsx from 'clsx';\nimport { compileIcon } from '@cypress-design/icon-registry';\nimport { compileReactIconProperties } from './compileProperties';\nexport var Icon = function (props) {\n var className = props.className, cleanProps = __rest(props, [\"className\"]);\n var properties = compileReactIconProperties(compileIcon(cleanProps));\n return React.createElement('svg', __assign(__assign({}, properties), { className: clsx(properties.className, className) }));\n};\nexport default Icon;\n//# sourceMappingURL=Icon.js.map","import { __assign, __rest } from \"tslib\";\nimport * as React from 'react';\nimport * as iconsRegistry from '@cypress-design/icon-registry';\nimport { compileReactIconProperties } from './compileProperties';\nfunction useIconProps(props, iconBodiesAndDefs, availableSizes, name) {\n var interactiveColorsOnGroup = props.interactiveColorsOnGroup, cleanProps = __rest(props, [\"interactiveColorsOnGroup\"]);\n var _a = iconsRegistry.getComponentAttributes(__assign(__assign({}, cleanProps), { availableSizes: availableSizes, interactiveColorsOnGroup: interactiveColorsOnGroup })), size = _a.sizeWithDefault, compiledClasses = _a.compiledClasses;\n var _b = iconBodiesAndDefs[size] || {}, body = _b.body, defs = _b.defs;\n if (!body) {\n throw Error(\"Icon \\\"\".concat(name, \"\\\" is not available in size \").concat(size));\n }\n return compileReactIconProperties(__assign(__assign({}, cleanProps), { name: name, size: size, body: body, defs: defs, compiledClasses: compiledClasses }));\n}\nexport var IconActionAddLarge = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M2 8h6m6 0H8m0 0V2m0 6v6\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"action-add-large\")); };\nexport var IconActionAddMedium = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M8 3v10m5-5H3\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"action-add-medium\")); };\nexport var IconActionAddSmall = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M8 4v8m4-4H4\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"action-add-small\")); };\nexport var IconActionAddXsmall = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M8 5v6m3-3H5\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"action-add-xsmall\")); };\nexport var IconActionAdd = function (props) { return React.createElement('svg', useIconProps(props, {\n \"8\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M4 1v6m3-3H1\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"8\"], \"action-add\")); };\nexport var IconActionDeleteCircle = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"currentColor\\\" fill-rule=\\\"evenodd\\\" d=\\\"M2 8a6 6 0 1 1 12 0A6 6 0 0 1 2 8Zm6-8a8 8 0 1 0 0 16A8 8 0 0 0 8 0ZM6.707 5.293a1 1 0 0 0-1.414 1.414L6.586 8 5.293 9.293a1 1 0 0 0 1.414 1.414L8 9.414l1.293 1.293a1 1 0 0 0 1.414-1.414L9.414 8l1.293-1.293a1 1 0 0 0-1.414-1.414L8 6.586 6.707 5.293Z\\\" class=\\\"icon-dark\\\" clip-rule=\\\"evenodd\\\"/>\"\n }\n}, [\"16\"], \"action-delete-circle\")); };\nexport var IconActionDeleteLarge = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M3 13 13 3M3 3l10 10\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M4 20 20 4M4 4l16 16\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\", \"24\"], \"action-delete-large\")); };\nexport var IconActionDeleteMedium = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m4 12 8-8M4 4l8 8\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"action-delete-medium\")); };\nexport var IconActionDeleteXlarge = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M2 14 14 2M2 2l12 12\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"action-delete-xlarge\")); };\nexport var IconActionDelete = function (props) { return React.createElement('svg', useIconProps(props, {\n \"12\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M1 11 11 1M1 1l10 10\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"12\"], \"action-delete\")); };\nexport var IconActionDisableCircleSolid = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<circle cx=\\\"8\\\" cy=\\\"8\\\" r=\\\"8\\\" fill=\\\"currentColor\\\" class=\\\"icon-dark\\\"/><path stroke=\\\"#fff\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M4 8h8\\\"/>\"\n }\n}, [\"16\"], \"action-disable-circle-solid\")); };\nexport var IconActionExport = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M5 2H3a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-2m0-4V2m0 0H9m5 0L7 9\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"action-export\")); };\nexport var IconActionNext = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"m12.285 8.429-8.528 5.117a.5.5 0 0 1-.757-.43V2.884a.5.5 0 0 1 .757-.429l8.528 5.117a.5.5 0 0 1 0 .858Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M13 2.6v10.8M3.757 2.454l8.528 5.117a.5.5 0 0 1 0 .858l-8.528 5.117a.5.5 0 0 1-.757-.43V2.884a.5.5 0 0 1 .757-.429Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"action-next\")); };\nexport var IconActionPlayLarge = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m12.285 8.429-8.528 5.117a.5.5 0 0 1-.757-.43V2.884a.5.5 0 0 1 .757-.429l8.528 5.117a.5.5 0 0 1 0 .858Z\\\" class=\\\"icon-dark-stroke icon-light-fill\\\"/>\"\n }\n}, [\"16\"], \"action-play-large\")); };\nexport var IconActionPlaySmall = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m11.322 8.424-6.557 4.098A.5.5 0 0 1 4 12.098V3.902a.5.5 0 0 1 .765-.424l6.557 4.098a.5.5 0 0 1 0 .848Z\\\" class=\\\"icon-dark-stroke icon-light-fill\\\"/>\"\n }\n}, [\"16\"], \"action-play-small\")); };\nexport var IconActionPlayVideo = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M1 5a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V5ZM11 6v4l3.379.845A.5.5 0 0 0 15 10.36V5.64a.5.5 0 0 0-.621-.485L11 6Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" d=\\\"M11 6V5a2 2 0 0 0-2-2H3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V6Zm0 0 3.379-.845A.5.5 0 0 1 15 5.64v4.72a.5.5 0 0 1-.621.485L11 10V6Z\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M3 8a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8ZM16 9v6l3.804.76A1 1 0 0 0 21 14.78V9.22a1 1 0 0 0-1.196-.98L16 9Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" d=\\\"M16 9V8a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h9a2 2 0 0 0 2-2V9Zm0 0 3.804-.76A1 1 0 0 1 21 9.22v5.56a1 1 0 0 1-1.196.98L16 15V9Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\", \"24\"], \"action-play-video\")); };\nexport var IconActionPower = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"currentColor\\\" d=\\\"M7 7a1 1 0 1 0 2 0H7Zm2-6a1 1 0 0 0-2 0h2ZM4.572 3.074a1 1 0 1 0-1.144-1.64l1.144 1.64Zm8-1.64a1 1 0 0 0-1.144 1.64l1.144-1.64ZM3.757 12.243a6 6 0 0 1 0-8.486L2.343 2.343a8 8 0 0 0 0 11.314l1.414-1.414Zm8.486-8.486a6 6 0 0 1 0 8.486l1.414 1.414a8 8 0 0 0 0-11.314l-1.414 1.414Zm0 8.486a6 6 0 0 1-8.486 0l-1.414 1.414a8 8 0 0 0 11.314 0l-1.414-1.414ZM9 7V1H7v6h2ZM3.757 3.757c.257-.256.53-.483.815-.683l-1.144-1.64c-.382.266-.745.57-1.085.91l1.414 1.413Zm7.67-.683c.287.2.56.427.816.683l1.414-1.414a8.04 8.04 0 0 0-1.085-.91l-1.144 1.641Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"action-power\")); };\nexport var IconActionQuestionMarkCircle = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M13.657 13.657A8 8 0 1 1 2.343 2.343a8 8 0 0 1 11.314 11.314Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"currentColor\\\" fill-rule=\\\"evenodd\\\" d=\\\"m1.845 2.535-.001.001A1 1 0 0 1 .146 1.48L1 2c-.854-.52-.854-.52-.853-.521v-.001l.001-.002.003-.004.005-.009.015-.023.042-.061A3.315 3.315 0 0 1 .87.707 3.452 3.452 0 0 1 3 0c1.099 0 1.911.432 2.414 1.113C5.879 1.743 6 2.478 6 3c0 .63-.173 1.147-.463 1.574-.272.402-.62.68-.871.873-.608.465-.655.516-.673.67a1 1 0 0 1-1.986-.234c.125-1.061.915-1.638 1.327-1.938l.117-.087c.229-.175.352-.29.43-.405C3.944 3.363 4 3.237 4 3c0-.259-.067-.525-.195-.7C3.714 2.179 3.526 2 3 2c-.437 0-.729.152-.913.294a1.316 1.316 0 0 0-.242.241ZM3 10a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z\\\" class=\\\"icon-dark\\\" clip-rule=\\\"evenodd\\\" style=\\\"transform:translate(5px,2.8px)\\\"/>\"\n }\n}, [\"16\"], \"action-question-mark-circle\")); };\nexport var IconActionQuestionMarkDefault = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"currentColor\\\" fill-rule=\\\"evenodd\\\" d=\\\"M6.33 4.85a1.142 1.142 0 0 1-.007.012l.001-.002.003-.004.001-.003v-.002h.001Zm-.868-.496a98.636 98.636 0 0 1-.868-.497l.001-.003.003-.004.005-.01.016-.025.046-.073a4.032 4.032 0 0 1 .77-.84A3.99 3.99 0 0 1 8 2c1.344 0 2.293.561 2.865 1.388.532.77.674 1.67.674 2.32 0 .76-.187 1.38-.51 1.893-.313.495-.718.834-1.045 1.083-.118.09-.219.164-.308.23-.19.14-.326.239-.457.368-.148.144-.21.256-.235.398a1 1 0 0 1-1.968-.36c.12-.653.447-1.118.803-1.467a7.31 7.31 0 0 1 .776-.628l.177-.132c.271-.207.446-.371.565-.559.106-.17.201-.413.201-.826 0-.409-.096-.861-.318-1.182C9.04 4.264 8.718 4 8 4a1.991 1.991 0 0 0-1.677.861 1 1 0 0 1-1.73-1.003l.869.496ZM8 12a1 1 0 0 1 1 1v.01a1 1 0 1 1-2 0V13a1 1 0 0 1 1-1Z\\\" class=\\\"icon-dark\\\" clip-rule=\\\"evenodd\\\"/>\"\n }\n}, [\"16\"], \"action-question-mark-default\")); };\nexport var IconActionQuestionMarkOutline = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#E1E3ED\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" d=\\\"M12.95 12.95a7 7 0 1 1-9.9-9.9 7 7 0 0 1 9.9 9.9Z\\\" class=\\\"icon-dark-stroke icon-light-fill\\\"/><path fill=\\\"currentColor\\\" fill-rule=\\\"evenodd\\\" d=\\\"m6.845 5.535-.001.001A1 1 0 0 1 5.146 4.48L6 5c-.854-.52-.854-.52-.853-.521v-.001l.001-.002.003-.004.005-.009.015-.023.042-.061a3.315 3.315 0 0 1 .657-.672A3.452 3.452 0 0 1 8 3c1.099 0 1.911.432 2.414 1.113.465.63.586 1.365.586 1.887 0 .63-.173 1.147-.463 1.574-.272.402-.62.68-.871.873-.608.465-.655.516-.673.67a1 1 0 1 1-1.986-.234c.125-1.061.915-1.638 1.327-1.938l.117-.087c.229-.175.352-.29.43-.405C8.944 6.363 9 6.237 9 6c0-.259-.067-.525-.195-.7C8.714 5.179 8.526 5 8 5c-.437 0-.729.152-.913.294a1.316 1.316 0 0 0-.242.241ZM8 13a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z\\\" class=\\\"icon-dark\\\" clip-rule=\\\"evenodd\\\"/>\"\n }\n}, [\"16\"], \"action-question-mark-outline\")); };\nexport var IconActionRecord = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"currentColor\\\" d=\\\"M8 10a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z\\\" class=\\\"icon-dark\\\"/><path fill=\\\"currentColor\\\" fill-rule=\\\"evenodd\\\" d=\\\"M10 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z\\\" class=\\\"icon-dark\\\" clip-rule=\\\"evenodd\\\"/><path stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" d=\\\"M14 8A6 6 0 1 1 2 8a6 6 0 0 1 12 0Zm-4 0a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"action-record\")); };\nexport var IconActionRefresh = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"currentColor\\\" d=\\\"m13 2.071-.707-.707A1 1 0 0 1 14 2.071h-1Zm0 2.572h1a1 1 0 0 1-1 1v-1Zm-2.571 0v1a1 1 0 0 1-.708-1.707l.708.707Zm1.17 4.321a1 1 0 0 1 1.84.786l-1.84-.786ZM14 2.071v2.572h-2V2.07h2ZM7 2a5 5 0 0 0-5 5H0a7 7 0 0 1 7-7v2Zm4.6 3.036A5.002 5.002 0 0 0 7 2V0a7.001 7.001 0 0 1 6.439 4.25l-1.84.786Zm1.4.607h-.48v-2H13v2Zm-.48 0h-2.091v-2h2.09v2ZM2 7c0 1.381.559 2.63 1.464 3.536L2.05 11.95A6.981 6.981 0 0 1 0 7h2Zm1.464 3.536A4.98 4.98 0 0 0 7 12v2a6.981 6.981 0 0 1-4.95-2.05l1.414-1.414ZM7 12a5.002 5.002 0 0 0 4.6-3.036l1.839.786A7.002 7.002 0 0 1 7 14v-2Zm2.721-8.064 2.572-2.572 1.414 1.415-2.571 2.571L9.72 3.936Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"action-refresh\")); };\nexport var IconActionRestart = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M13 8a5 5 0 1 1-5-5h3m0 0L9 5m2-2L9 1\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"action-restart\")); };\nexport var IconActionStop = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"currentColor\\\" stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M4 11.5v-7a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"action-stop\")); };\nexport var IconActionTestReplay = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"currentColor\\\" fill-rule=\\\"evenodd\\\" d=\\\"M3.8 3.714A6 6 0 1 1 2.083 9h.918a1 1 0 0 0 0-2H1a1 1 0 0 0-1 1 8 8 0 1 0 2.401-5.714 1 1 0 1 0 1.4 1.428Zm3.366 7.509 3.898-2.599a.75.75 0 0 0 0-1.248L7.166 4.777A.75.75 0 0 0 6 5.401V10.6a.75.75 0 0 0 1.166.624Z\\\" class=\\\"icon-dark\\\" clip-rule=\\\"evenodd\\\"/>\"\n }\n}, [\"16\"], \"action-test-replay\")); };\nexport var IconArrowBottomRight = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M12 6v6m0 0H6m6 0L4 4\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"arrow-bottom-right\")); };\nexport var IconArrowCollapse = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M10.5 3 8 5.5 5.5 3m0 10L8 10.5l2.5 2.5\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"arrow-collapse\")); };\nexport var IconArrowDown = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m4 9 4 4m0 0 4-4m-4 4V3\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"arrow-down\")); };\nexport var IconArrowExpand = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M10.5 5.5 8 3 5.5 5.5m5 5L8 13l-2.5-2.5\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"arrow-expand\")); };\nexport var IconArrowLeft = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M7 4 3 8m0 0 4 4M3 8h10\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"arrow-left\")); };\nexport var IconArrowOutlineDown = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M15 8A7 7 0 1 0 1 8a7 7 0 0 0 14 0Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"currentColor\\\" d=\\\"M6.207 8.207a1 1 0 0 1-1.414-1.414l1.414 1.414ZM8 5l-.707-.707a1 1 0 0 1 1.414 0L8 5Zm3.207 1.793a1 1 0 0 1-1.414 1.414l1.414-1.414ZM9 11a1 1 0 1 1-2 0h2Zm5-3a6 6 0 0 0-6-6V0a8 8 0 0 1 8 8h-2ZM8 2a6 6 0 0 0-6 6H0a8 8 0 0 1 8-8v2ZM2 8a6 6 0 0 0 6 6v2a8 8 0 0 1-8-8h2Zm6 6a6 6 0 0 0 6-6h2a8 8 0 0 1-8 8v-2ZM4.793 6.793l2.5-2.5 1.414 1.414-2.5 2.5-1.414-1.414Zm3.914-2.5 2.5 2.5-1.414 1.414-2.5-2.5 1.414-1.414ZM9 5v6H7V5h2Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"arrow-outline-down\")); };\nexport var IconArrowRightLarge = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m10 13 5-5m0 0-5-5m5 5H1\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"arrow-right-large\")); };\nexport var IconArrowRight = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m9 12 4-4m0 0L9 4m4 4H3\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"arrow-right\")); };\nexport var IconArrowSquareDown = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M8 1v10m0 0 4-4m-4 4L4 7m-3 6v2h14v-2\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"arrow-square-down\")); };\nexport var IconArrowTopRight = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M12 10V4m0 0H6m6 0-8 8\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"arrow-top-right\")); };\nexport var IconArrowUp = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M12 7 8 3m0 0L4 7m4-4v10\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"arrow-up\")); };\nexport var IconBrowserChromeBeta = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<mask id=\\\"browser-chrome-beta_x16_svg__a\\\" width=\\\"16\\\" height=\\\"16\\\" x=\\\"0\\\" y=\\\"0\\\" maskUnits=\\\"userSpaceOnUse\\\" style=\\\"mask-type:luminance\\\"><path fill=\\\"#fff\\\" d=\\\"M8.009 15.42a7.412 7.412 0 1 0 0-14.824 7.412 7.412 0 0 0 0 14.825Z\\\"/></mask><g mask=\\\"url(#browser-chrome-beta_x16_svg__a)\\\"><path fill=\\\"#DB4437\\\" d=\\\"M1.774.596v9.098H5.09L8.01 4.64h7.412V.596H1.774Z\\\"/><path fill=\\\"url(#browser-chrome-beta_x16_svg__b)\\\" d=\\\"M1.774.596v9.098H5.09L8.01 4.64h7.412V.596H1.774Z\\\"/><path fill=\\\"#3E2723\\\" fill-opacity=\\\".1\\\" d=\\\"M5.171 9.663 1.816 3.911l-.049.083 3.331 5.712.073-.043Z\\\"/><path fill=\\\"#0F9D58\\\" d=\\\"M.596 15.42h7.056l3.275-3.274V9.694H5.091L.596 1.985v13.436Z\\\"/><path fill=\\\"url(#browser-chrome-beta_x16_svg__c)\\\" d=\\\"M.596 15.42h7.056l3.275-3.274V9.694H5.091L.596 1.985v13.436Z\\\"/><path fill=\\\"#263238\\\" fill-opacity=\\\".1\\\" d=\\\"m10.86 9.804-.07-.039-3.235 5.656h.097l3.209-5.613-.002-.004Z\\\"/><mask id=\\\"browser-chrome-beta_x16_svg__d\\\" width=\\\"11\\\" height=\\\"15\\\" x=\\\"0\\\" y=\\\"1\\\" maskUnits=\\\"userSpaceOnUse\\\" style=\\\"mask-type:luminance\\\"><path fill=\\\"#fff\\\" d=\\\"M.596 15.42h7.056l3.275-3.274V9.694H5.091L.596 1.985v13.436Z\\\"/></mask><g mask=\\\"url(#browser-chrome-beta_x16_svg__d)\\\"><path fill=\\\"#FFCD40\\\" d=\\\"m8.009 4.64 2.918 5.054-3.275 5.727h7.769V4.64H8.009Z\\\"/><path fill=\\\"url(#browser-chrome-beta_x16_svg__e)\\\" d=\\\"m8.009 4.64 2.918 5.054-3.275 5.727h7.769V4.64H8.009Z\\\"/></g><path fill=\\\"#FFCD40\\\" d=\\\"m8.009 4.64 2.918 5.054-3.275 5.727h7.769V4.64H8.009Z\\\"/><path fill=\\\"url(#browser-chrome-beta_x16_svg__f)\\\" d=\\\"m8.009 4.64 2.918 5.054-3.275 5.727h7.769V4.64H8.009Z\\\"/><mask id=\\\"browser-chrome-beta_x16_svg__g\\\" width=\\\"9\\\" height=\\\"12\\\" x=\\\"7\\\" y=\\\"4\\\" maskUnits=\\\"userSpaceOnUse\\\" style=\\\"mask-type:luminance\\\"><path fill=\\\"#fff\\\" d=\\\"m8.009 4.64 2.918 5.054-3.275 5.727h7.769V4.64H8.009Z\\\"/></mask><g mask=\\\"url(#browser-chrome-beta_x16_svg__g)\\\"><path fill=\\\"#DB4437\\\" d=\\\"M1.774.596v9.098H5.09L8.01 4.64h7.412V.596H1.774Z\\\"/><path fill=\\\"url(#browser-chrome-beta_x16_svg__h)\\\" d=\\\"M1.774.596v9.098H5.09L8.01 4.64h7.412V.596H1.774Z\\\"/></g><path fill=\\\"url(#browser-chrome-beta_x16_svg__i)\\\" d=\\\"M8.009 4.64v1.763L14.61 4.64H8.01Z\\\"/><mask id=\\\"browser-chrome-beta_x16_svg__j\\\" width=\\\"15\\\" height=\\\"10\\\" x=\\\"1\\\" y=\\\"0\\\" maskUnits=\\\"userSpaceOnUse\\\" style=\\\"mask-type:luminance\\\"><path fill=\\\"#fff\\\" d=\\\"M1.774.596v3.398l3.317 5.7L8.01 4.64h7.412V.596H1.774Z\\\"/></mask><g mask=\\\"url(#browser-chrome-beta_x16_svg__j)\\\"><path fill=\\\"#0F9D58\\\" d=\\\"M.596 15.42h7.056l3.275-3.274V9.694H5.091L.596 1.985v13.436Z\\\"/><path fill=\\\"url(#browser-chrome-beta_x16_svg__k)\\\" d=\\\"M.596 15.42h7.056l3.275-3.274V9.694H5.091L.596 1.985v13.436Z\\\"/></g><path fill=\\\"url(#browser-chrome-beta_x16_svg__l)\\\" d=\\\"m1.774 4.004 4.82 4.82-1.503.87-3.317-5.69Z\\\"/><path fill=\\\"url(#browser-chrome-beta_x16_svg__m)\\\" d=\\\"m7.657 15.412 1.766-6.587 1.504.869-3.27 5.718Z\\\"/><path fill=\\\"#F1F1F1\\\" d=\\\"M8.009 11.377a3.369 3.369 0 1 0 0-6.737 3.369 3.369 0 0 0 0 6.737Z\\\"/><path fill=\\\"#4285F4\\\" d=\\\"M8.008 10.704a2.696 2.696 0 1 0 0-5.391 2.696 2.696 0 0 0 0 5.391Z\\\"/><path fill=\\\"#3E2723\\\" fill-opacity=\\\".2\\\" d=\\\"M8.009 4.555a3.369 3.369 0 0 0-3.37 3.37v.084a3.369 3.369 0 0 1 3.37-3.37h7.412v-.083l-7.412-.001Z\\\"/><path fill=\\\"#fff\\\" fill-opacity=\\\".1\\\" d=\\\"M10.922 9.694a3.365 3.365 0 0 1-5.829 0L.596 1.985v.084l4.495 7.708a3.364 3.364 0 0 0 5.83 0v-.083h.001Z\\\"/><path fill=\\\"#3E2723\\\" d=\\\"M8.092 4.64h-.043a3.367 3.367 0 1 1 0 6.734h.043a3.37 3.37 0 1 0 0-6.74v.006Z\\\" opacity=\\\".1\\\"/><path fill=\\\"#fff\\\" fill-opacity=\\\".2\\\" d=\\\"M10.956 9.804a3.358 3.358 0 0 0 .29-2.699 3.332 3.332 0 0 1-.325 2.585l-3.269 5.73h.098l3.208-5.612-.002-.004ZM8.01.682a7.412 7.412 0 0 1 7.412 7.37v-.043a7.412 7.412 0 0 0-14.825 0v.042A7.412 7.412 0 0 1 8.01.681Z\\\"/><path fill=\\\"#3E2723\\\" fill-opacity=\\\".1\\\" d=\\\"M8.009 15.335a7.412 7.412 0 0 0 7.412-7.37v.044a7.412 7.412 0 0 1-14.825 0v-.043a7.412 7.412 0 0 0 7.413 7.37Z\\\"/></g><mask id=\\\"browser-chrome-beta_x16_svg__n\\\" width=\\\"16\\\" height=\\\"16\\\" x=\\\"0\\\" y=\\\"0\\\" maskUnits=\\\"userSpaceOnUse\\\" style=\\\"mask-type:luminance\\\"><path fill=\\\"#fff\\\" d=\\\"M8.009 15.42a7.412 7.412 0 1 0 0-14.824 7.412 7.412 0 0 0 0 14.825Z\\\"/></mask><g mask=\\\"url(#browser-chrome-beta_x16_svg__n)\\\"><path fill=\\\"#424242\\\" d=\\\"M.348 9.239h15.536v6.504H.348V9.239Z\\\"/></g><path fill=\\\"#fff\\\" d=\\\"M5.37 12.78v-2.045h.739a.6.6 0 0 1 .414.158.51.51 0 0 1 .17.397.447.447 0 0 1-.075.258.479.479 0 0 1-.201.17v.012c.098.03.185.09.249.17a.462.462 0 0 1 .097.292.537.537 0 0 1-.179.417.63.63 0 0 1-.434.17h-.78Zm.263-1.166h.476a.309.309 0 0 0 .238-.099.305.305 0 0 0 0-.43.294.294 0 0 0-.23-.096h-.484v.625Zm0 .915h.527a.314.314 0 0 0 .245-.106.34.34 0 0 0 .094-.23.34.34 0 0 0-.351-.34h-.511l-.004.676Zm2.018.29a.68.68 0 0 1-.511-.212.748.748 0 0 1-.198-.533.769.769 0 0 1 .192-.525.623.623 0 0 1 .491-.22.646.646 0 0 1 .498.203c.13.15.196.344.185.542v.05H7.201a.475.475 0 0 0 .141.34c.081.08.19.124.304.123a.377.377 0 0 0 .381-.24l.234.097a.629.629 0 0 1-.225.272.654.654 0 0 1-.385.103Zm.376-.912a.373.373 0 0 0-.247-.315.391.391 0 0 0-.162-.022.374.374 0 0 0-.252.092.466.466 0 0 0-.146.245h.807Zm1.08.888a.406.406 0 0 1-.45-.448v-.733h-.245v-.239h.244v-.427h.262v.428h.341v.24h-.34v.712c0 .152.062.228.187.228a.277.277 0 0 0 .12-.022l.091.225a.53.53 0 0 1-.21.036Zm.818.024a.552.552 0 0 1-.371-.128.424.424 0 0 1-.15-.34.42.42 0 0 1 .17-.359.716.716 0 0 1 .437-.13.751.751 0 0 1 .38.086v-.04a.31.31 0 0 0-.106-.246.378.378 0 0 0-.259-.092.4.4 0 0 0-.206.054.28.28 0 0 0-.128.149l-.24-.103a.543.543 0 0 1 .19-.231.612.612 0 0 1 .377-.108.645.645 0 0 1 .445.157.56.56 0 0 1 .17.441v.852h-.24v-.203h-.012a.512.512 0 0 1-.457.24Zm.043-.24c.11-.001.216-.045.295-.122a.372.372 0 0 0 .131-.286.512.512 0 0 0-.34-.092.433.433 0 0 0-.289.084.25.25 0 0 0-.097.194.187.187 0 0 0 .089.17.353.353 0 0 0 .211.052Z\\\"/>\",\n \"defs\": \"<defs><linearGradient id=\\\"browser-chrome-beta_x16_svg__b\\\" x1=\\\"2.386\\\" x2=\\\"6.816\\\" y1=\\\"6.262\\\" y2=\\\"3.663\\\" gradientUnits=\\\"userSpaceOnUse\\\"><stop stop-color=\\\"#A52714\\\" stop-opacity=\\\".6\\\"/><stop offset=\\\".7\\\" stop-color=\\\"#A52714\\\" stop-opacity=\\\"0\\\"/></linearGradient><linearGradient id=\\\"browser-chrome-beta_x16_svg__c\\\" x1=\\\"9.244\\\" x2=\\\"4.345\\\" y1=\\\"13.759\\\" y2=\\\"10.905\\\" gradientUnits=\\\"userSpaceOnUse\\\"><stop stop-color=\\\"#055524\\\" stop-opacity=\\\".4\\\"/><stop offset=\\\".3\\\" stop-color=\\\"#055524\\\" stop-opacity=\\\"0\\\"/></linearGradient><linearGradient id=\\\"browser-chrome-beta_x16_svg__e\\\" x1=\\\"10.181\\\" x2=\\\"11.416\\\" y1=\\\"4.132\\\" y2=\\\"9.542\\\" gradientUnits=\\\"userSpaceOnUse\\\"><stop stop-color=\\\"#EA6100\\\" stop-opacity=\\\".3\\\"/><stop offset=\\\".7\\\" stop-color=\\\"#EA6100\\\" stop-opacity=\\\"0\\\"/></linearGradient><linearGradient id=\\\"browser-chrome-beta_x16_svg__f\\\" x1=\\\"10.181\\\" x2=\\\"11.416\\\" y1=\\\"4.132\\\" y2=\\\"9.542\\\" gradientUnits=\\\"userSpaceOnUse\\\"><stop stop-color=\\\"#EA6100\\\" stop-opacity=\\\".3\\\"/><stop offset=\\\".7\\\" stop-color=\\\"#EA6100\\\" stop-opacity=\\\"0\\\"/></linearGradient><linearGradient id=\\\"browser-chrome-beta_x16_svg__h\\\" x1=\\\"2.386\\\" x2=\\\"6.816\\\" y1=\\\"6.262\\\" y2=\\\"3.663\\\" gradientUnits=\\\"userSpaceOnUse\\\"><stop stop-color=\\\"#A52714\\\" stop-opacity=\\\".6\\\"/><stop offset=\\\".7\\\" stop-color=\\\"#A52714\\\" stop-opacity=\\\"0\\\"/></linearGradient><linearGradient id=\\\"browser-chrome-beta_x16_svg__k\\\" x1=\\\"9.244\\\" x2=\\\"4.345\\\" y1=\\\"13.759\\\" y2=\\\"10.905\\\" gradientUnits=\\\"userSpaceOnUse\\\"><stop stop-color=\\\"#055524\\\" stop-opacity=\\\".4\\\"/><stop offset=\\\".3\\\" stop-color=\\\"#055524\\\" stop-opacity=\\\"0\\\"/></linearGradient><radialGradient id=\\\"browser-chrome-beta_x16_svg__i\\\" cx=\\\"0\\\" cy=\\\"0\\\" r=\\\"1\\\" gradientTransform=\\\"translate(7.668 4.643) scale(7.07135)\\\" gradientUnits=\\\"userSpaceOnUse\\\"><stop stop-color=\\\"#3E2723\\\" stop-opacity=\\\".2\\\"/><stop offset=\\\"1\\\" stop-color=\\\"#3E2723\\\" stop-opacity=\\\"0\\\"/></radialGradient><radialGradient id=\\\"browser-chrome-beta_x16_svg__l\\\" cx=\\\"0\\\" cy=\\\"0\\\" r=\\\"1\\\" gradientTransform=\\\"translate(1.747 4.004) scale(6.56017)\\\" gradientUnits=\\\"userSpaceOnUse\\\"><stop stop-color=\\\"#3E2723\\\" stop-opacity=\\\".2\\\"/><stop offset=\\\"1\\\" stop-color=\\\"#3E2723\\\" stop-opacity=\\\"0\\\"/></radialGradient><radialGradient id=\\\"browser-chrome-beta_x16_svg__m\\\" cx=\\\"0\\\" cy=\\\"0\\\" r=\\\"1\\\" gradientTransform=\\\"translate(8.009 8.009) scale(7.41214)\\\" gradientUnits=\\\"userSpaceOnUse\\\"><stop stop-color=\\\"#263238\\\" stop-opacity=\\\".2\\\"/><stop offset=\\\"1\\\" stop-color=\\\"#263238\\\" stop-opacity=\\\"0\\\"/></radialGradient></defs>\"\n }\n}, [\"16\"], \"browser-chrome-beta\")); };\nexport var IconBrowserChromeCanary = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<g clip-path=\\\"url(#browser-chrome-canary_x16_svg__a)\\\"><path fill=\\\"#F4B70A\\\" d=\\\"M0 8a8 8 0 0 0 8 8l3.465-6A3.999 3.999 0 0 1 8 12a3.999 3.999 0 0 1-3.468-2.005L1.07 4l-.104.187A7.964 7.964 0 0 0 0 8Z\\\"/><path fill=\\\"#F7CC50\\\" d=\\\"M8 16a8 8 0 0 0 6.93-12H8a4 4 0 0 1 3.468 5.995l-.003.005L8 16Z\\\"/><path fill=\\\"#F19A11\\\" fill-rule=\\\"evenodd\\\" d=\\\"M1.07 4A7.997 7.997 0 0 1 8 0a7.997 7.997 0 0 1 6.93 4H8a4 4 0 0 0-3.468 5.995L1.07 4Z\\\" clip-rule=\\\"evenodd\\\"/><circle cx=\\\"8\\\" cy=\\\"8\\\" r=\\\"4\\\" fill=\\\"#fff\\\"/><circle cx=\\\"8\\\" cy=\\\"8\\\" r=\\\"3.2\\\" fill=\\\"#F6C231\\\"/></g>\",\n \"defs\": \"<defs><clipPath id=\\\"browser-chrome-canary_x16_svg__a\\\"><path fill=\\\"#fff\\\" d=\\\"M0 0h16v16H0z\\\"/></clipPath></defs>\"\n }\n}, [\"16\"], \"browser-chrome-canary\")); };\nexport var IconBrowserChrome = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<g clip-path=\\\"url(#browser-chrome_x16_svg__a)\\\"><path fill=\\\"#0F9D58\\\" d=\\\"M0 8a8 8 0 0 0 8 8l3.465-6A3.998 3.998 0 0 1 8 12a3.999 3.999 0 0 1-3.468-2.005L1.07 4A7.97 7.97 0 0 0 0 8Z\\\"/><path fill=\\\"#FFCD40\\\" d=\\\"M8 16a8 8 0 0 0 6.93-12H8a4 4 0 0 1 3.468 5.995l-.003.005L8 16Z\\\"/><path fill=\\\"#DB4437\\\" fill-rule=\\\"evenodd\\\" d=\\\"M1.07 4A7.997 7.997 0 0 1 8 0a7.997 7.997 0 0 1 6.93 4H8a4 4 0 0 0-3.468 5.995L1.07 4Z\\\" clip-rule=\\\"evenodd\\\"/><circle cx=\\\"8\\\" cy=\\\"8\\\" r=\\\"4\\\" fill=\\\"#fff\\\"/><circle cx=\\\"8\\\" cy=\\\"8\\\" r=\\\"3.2\\\" fill=\\\"#4285F4\\\"/></g>\",\n \"defs\": \"<defs><clipPath id=\\\"browser-chrome_x16_svg__a\\\"><path fill=\\\"#fff\\\" d=\\\"M0 0h16v16H0z\\\"/></clipPath></defs>\"\n }\n}, [\"16\"], \"browser-chrome\")); };\nexport var IconBrowserEdge = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<g clip-path=\\\"url(#browser-edge_x16_svg__a)\\\"><path fill=\\\"url(#browser-edge_x16_svg__b)\\\" d=\\\"M14.44 11.909a5.87 5.87 0 0 1-.658.294 6.37 6.37 0 0 1-2.244.404c-2.957 0-5.534-2.034-5.534-4.645a1.967 1.967 0 0 1 1.027-1.707c-2.675.113-3.362 2.9-3.362 4.533 0 4.618 4.255 5.086 5.172 5.086.495 0 1.24-.144 1.688-.285l.082-.028a8.02 8.02 0 0 0 4.162-3.3.25.25 0 0 0-.332-.352Z\\\"/><path fill=\\\"url(#browser-edge_x16_svg__c)\\\" d=\\\"M14.44 11.909a5.87 5.87 0 0 1-.658.294 6.37 6.37 0 0 1-2.244.404c-2.957 0-5.534-2.034-5.534-4.645a1.967 1.967 0 0 1 1.027-1.707c-2.675.113-3.362 2.9-3.362 4.533 0 4.618 4.255 5.086 5.172 5.086.495 0 1.24-.144 1.688-.285l.082-.028a8.02 8.02 0 0 0 4.162-3.3.25.25 0 0 0-.332-.352Z\\\" opacity=\\\".35\\\"/><path fill=\\\"url(#browser-edge_x16_svg__d)\\\" d=\\\"M6.607 15.089a4.95 4.95 0 0 1-1.421-1.334 5.045 5.045 0 0 1 1.845-7.5c.195-.092.528-.258.971-.25a2.022 2.022 0 0 1 1.606.813c.253.337.392.745.398 1.166 0-.013 1.528-4.975-5-4.975-2.744 0-5 2.604-5 4.888a8.134 8.134 0 0 0 .756 3.5 8 8 0 0 0 9.774 4.194 4.723 4.723 0 0 1-3.923-.5l-.006-.002Z\\\"/><path fill=\\\"url(#browser-edge_x16_svg__e)\\\" d=\\\"M6.607 15.089a4.95 4.95 0 0 1-1.421-1.334 5.045 5.045 0 0 1 1.845-7.5c.195-.092.528-.258.971-.25a2.022 2.022 0 0 1 1.606.813c.253.337.392.745.398 1.166 0-.013 1.528-4.975-5-4.975-2.744 0-5 2.604-5 4.888a8.134 8.134 0 0 0 .756 3.5 8 8 0 0 0 9.774 4.194 4.723 4.723 0 0 1-3.923-.5l-.006-.002Z\\\" opacity=\\\".41\\\"/><path fill=\\\"url(#browser-edge_x16_svg__f)\\\" d=\\\"M9.52 9.304c-.051.065-.207.156-.207.354 0 .163.106.32.295.451.899.625 2.593.543 2.598.543a3.722 3.722 0 0 0 1.892-.522 3.837 3.837 0 0 0 1.901-3.305c.017-1.4-.5-2.332-.708-2.744C13.966 1.49 11.107 0 7.999 0a8 8 0 0 0-8 7.888c.03-2.284 2.3-4.129 5-4.129.219 0 1.466.022 2.625.63 1.021.536 1.556 1.183 1.928 1.825.386.667.455 1.51.455 1.845 0 .336-.171.834-.488 1.245Z\\\"/><path fill=\\\"url(#browser-edge_x16_svg__g)\\\" d=\\\"M9.52 9.304c-.051.065-.207.156-.207.354 0 .163.106.32.295.451.899.625 2.593.543 2.598.543a3.722 3.722 0 0 0 1.892-.522 3.837 3.837 0 0 0 1.901-3.305c.017-1.4-.5-2.332-.708-2.744C13.966 1.49 11.107 0 7.999 0a8 8 0 0 0-8 7.888c.03-2.284 2.3-4.129 5-4.129.219 0 1.466.022 2.625.63 1.021.536 1.556 1.183 1.928 1.825.386.667.455 1.51.455 1.845 0 .336-.171.834-.488 1.245Z\\\"/></g>\",\n \"defs\": \"<defs><radialGradient id=\\\"browser-edge_x16_svg__c\\\" cx=\\\"0\\\" cy=\\\"0\\\" r=\\\"1\\\" gradientTransform=\\\"matrix(5.96125 0 0 5.66319 9.825 11.154)\\\" gradientUnits=\\\"userSpaceOnUse\\\"><stop offset=\\\".72\\\" stop-opacity=\\\"0\\\"/><stop offset=\\\".95\\\" stop-opacity=\\\".53\\\"/><stop offset=\\\"1\\\"/></radialGradient><radialGradient id=\\\"browser-edge_x16_svg__e\\\" cx=\\\"0\\\" cy=\\\"0\\\" r=\\\"1\\\" gradientTransform=\\\"rotate(-81.384 9.438 3.654) scale(8.96413 7.24212)\\\" gradientUnits=\\\"userSpaceOnUse\\\"><stop offset=\\\".76\\\" stop-opacity=\\\"0\\\"/><stop offset=\\\".95\\\" stop-opacity=\\\".5\\\"/><stop offset=\\\"1\\\"/></radialGradient><radialGradient id=\\\"browser-edge_x16_svg__f\\\" cx=\\\"0\\\" cy=\\\"0\\\" r=\\\"1\\\" gradientTransform=\\\"matrix(-.50607 12.65188 -26.94585 -1.07783 1.615 2.961)\\\" gradientUnits=\\\"userSpaceOnUse\\\"><stop stop-color=\\\"#35C1F1\\\"/><stop offset=\\\".11\\\" stop-color=\\\"#34C1ED\\\"/><stop offset=\\\".23\\\" stop-color=\\\"#2FC2DF\\\"/><stop offset=\\\".31\\\" stop-color=\\\"#2BC3D2\\\"/><stop offset=\\\".67\\\" stop-color=\\\"#36C752\\\"/></radialGradient><radialGradient id=\\\"browser-edge_x16_svg__g\\\" cx=\\\"0\\\" cy=\\\"0\\\" r=\\\"1\\\" gradientTransform=\\\"matrix(1.70345 5.8404 -4.74942 1.38525 15.003 4.838)\\\" gradientUnits=\\\"userSpaceOnUse\\\"><stop stop-color=\\\"#66EB6E\\\"/><stop offset=\\\"1\\\" stop-color=\\\"#66EB6E\\\" stop-opacity=\\\"0\\\"/></radialGradient><linearGradient id=\\\"browser-edge_x16_svg__b\\\" x1=\\\"3.669\\\" x2=\\\"14.815\\\" y1=\\\"11.066\\\" y2=\\\"11.066\\\" gradientUnits=\\\"userSpaceOnUse\\\"><stop stop-color=\\\"#0C59A4\\\"/><stop offset=\\\"1\\\" stop-color=\\\"#114A8B\\\"/></linearGradient><linearGradient id=\\\"browser-edge_x16_svg__d\\\" x1=\\\"9.545\\\" x2=\\\"2.583\\\" y1=\\\"6.231\\\" y2=\\\"13.814\\\" gradientUnits=\\\"userSpaceOnUse\\\"><stop stop-color=\\\"#1B9DE2\\\"/><stop offset=\\\".16\\\" stop-color=\\\"#1595DF\\\"/><stop offset=\\\".67\\\" stop-color=\\\"#0680D7\\\"/><stop offset=\\\"1\\\" stop-color=\\\"#0078D4\\\"/></linearGradient><clipPath id=\\\"browser-edge_x16_svg__a\\\"><path fill=\\\"#fff\\\" d=\\\"M0 0h16v16H0z\\\"/></clipPath></defs>\"\n }\n}, [\"16\"], \"browser-edge\")); };\nexport var IconBrowserElectronDark = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#2B2E3A\\\" d=\\\"M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16Z\\\"/><path fill=\\\"#9FEAF9\\\" d=\\\"M6.281 4.48c-1.625-.295-2.91.014-3.422.902-.382.662-.273 1.54.265 2.477a.167.167 0 1 0 .289-.165c-.485-.846-.579-1.603-.266-2.146.426-.737 1.572-1.013 3.075-.74a.167.167 0 0 0 .06-.327ZM3.97 9c.657.722 1.51 1.4 2.485 1.962 2.357 1.36 4.867 1.725 6.104.881a.167.167 0 1 0-.188-.275c-1.107.755-3.49.41-5.75-.895-.944-.545-1.771-1.201-2.405-1.898A.167.167 0 1 0 3.97 9Z\\\"/><path fill=\\\"#9FEAF9\\\" d=\\\"M12.164 8.797c1.064-1.257 1.436-2.522.924-3.407-.376-.651-1.17-.995-2.227-1.01a.167.167 0 0 0-.005.334c.95.013 1.636.309 1.944.843.424.735.093 1.863-.89 3.025a.167.167 0 0 0 .14.275.167.167 0 0 0 .114-.06Zm-2.735-4.26c-.963.205-1.987.608-2.97 1.176-2.434 1.405-4.022 3.478-3.802 4.98a.167.167 0 1 0 .33-.048c-.196-1.334 1.31-3.298 3.638-4.643.954-.55 1.946-.941 2.873-1.14a.167.167 0 1 0-.07-.326Z\\\"/><path fill=\\\"#9FEAF9\\\" d=\\\"M5.486 11.735c.556 1.553 1.466 2.51 2.49 2.51.747 0 1.437-.509 1.976-1.405a.166.166 0 0 0-.056-.23.167.167 0 0 0-.23.058c-.484.806-1.078 1.244-1.69 1.244-.85 0-1.662-.854-2.177-2.29a.167.167 0 0 0-.27-.07.165.165 0 0 0-.043.183Zm5.082-.304c.288-.92.443-1.983.443-3.09 0-2.76-.966-5.14-2.343-5.752a.167.167 0 0 0-.135.305c1.228.545 2.145 2.804 2.145 5.448 0 1.073-.15 2.102-.428 2.99a.165.165 0 0 0 .051.179.166.166 0 0 0 .267-.08Zm3.14-.164a.798.798 0 1 0-1.596 0 .798.798 0 0 0 1.595 0Zm-.334 0a.465.465 0 1 1-.93 0 .465.465 0 0 1 .93 0Zm-10.343.798a.798.798 0 1 0 0-1.595.798.798 0 0 0 0 1.595Zm0-.333a.464.464 0 1 1 0-.929.464.464 0 0 1 0 .929Z\\\"/><path fill=\\\"#9FEAF9\\\" d=\\\"M7.976 3.403a.798.798 0 1 0 0-1.596.798.798 0 0 0 0 1.596Zm0-.334a.464.464 0 1 1 0-.928.464.464 0 0 1 0 .928Zm.122 5.837a.577.577 0 1 1-.244-1.128.577.577 0 0 1 .244 1.128Z\\\"/>\"\n }\n}, [\"16\"], \"browser-electron-dark\")); };\nexport var IconBrowserElectronLight = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#fff\\\" d=\\\"M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16Z\\\"/><path fill=\\\"#47848F\\\" fill-rule=\\\"evenodd\\\" d=\\\"M6.187 4.2c-1.742-.318-3.12.014-3.669.965-.41.71-.292 1.65.284 2.656a.18.18 0 0 0 .31-.178c-.52-.906-.62-1.718-.284-2.3.458-.79 1.685-1.086 3.296-.793a.18.18 0 0 0 .178-.277.179.179 0 0 0-.115-.074ZM3.708 9.041c.705.774 1.62 1.5 2.664 2.103 2.53 1.46 5.22 1.85 6.545.947a.179.179 0 0 0-.202-.296c-1.187.81-3.743.44-6.166-.959-1.013-.585-1.9-1.288-2.579-2.034a.18.18 0 0 0-.264.24l.002-.001Zm8.787-.216c1.141-1.348 1.54-2.703.992-3.652-.403-.698-1.256-1.067-2.389-1.081a.18.18 0 0 0-.18.176.179.179 0 0 0 .176.18c1.02.014 1.753.332 2.083.904.455.788.1 1.997-.955 3.243a.18.18 0 0 0 .151.293.179.179 0 0 0 .122-.062ZM9.563 4.258c-1.03.221-2.13.653-3.184 1.262-2.609 1.506-4.31 3.73-4.075 5.338a.18.18 0 0 0 .32.08.179.179 0 0 0 .034-.132c-.21-1.43 1.403-3.535 3.9-4.979 1.02-.59 2.086-1.009 3.08-1.222a.18.18 0 0 0 .06-.324.18.18 0 0 0-.135-.025v.002Z\\\" clip-rule=\\\"evenodd\\\"/><path fill=\\\"#47848F\\\" fill-rule=\\\"evenodd\\\" d=\\\"M5.336 11.975c.597 1.666 1.573 2.692 2.67 2.692.8 0 1.541-.546 2.118-1.507a.179.179 0 0 0-.306-.184c-.52.863-1.156 1.333-1.812 1.333-.911 0-1.782-.917-2.333-2.454a.18.18 0 0 0-.33-.016.18.18 0 0 0-.007.136Zm5.449-.325c.309-.987.475-2.126.475-3.312 0-2.96-1.037-5.512-2.512-6.167a.18.18 0 0 0-.24.228.18.18 0 0 0 .095.099c1.316.584 2.3 3.006 2.3 5.84 0 1.151-.161 2.254-.46 3.205a.18.18 0 0 0 .254.212.18.18 0 0 0 .088-.105Zm3.365-.175a.855.855 0 1 0-1.706 0 .855.855 0 0 0 1.704 0h.002Zm-.357 0a.498.498 0 1 1-.997-.001.498.498 0 0 1 .997 0Z\\\" clip-rule=\\\"evenodd\\\"/><path fill=\\\"#47848F\\\" fill-rule=\\\"evenodd\\\" d=\\\"M2.705 12.33a.855.855 0 1 0 0-1.71.855.855 0 0 0 0 1.71Zm0-.358a.498.498 0 1 1 0-.995.498.498 0 0 1 0 .995Zm5.301-8.93a.855.855 0 1 0 0-1.71.855.855 0 0 0 0 1.71Zm0-.358a.498.498 0 1 1 0-.996.498.498 0 0 1 0 .996Zm.13 6.259a.619.619 0 1 1-.26-1.21.619.619 0 1 1 .26 1.21Z\\\" clip-rule=\\\"evenodd\\\"/>\"\n }\n}, [\"16\"], \"browser-electron-light\")); };\nexport var IconBrowserMozillaFirefox = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<g clip-path=\\\"url(#browser-mozilla-firefox_x16_svg__a)\\\"><path fill=\\\"url(#browser-mozilla-firefox_x16_svg__b)\\\" d=\\\"M14.93 5.368c-.337-.81-1.02-1.686-1.556-1.963.382.74.647 1.533.785 2.353l.002.013c-.877-2.185-2.363-3.067-3.578-4.986a9.425 9.425 0 0 1-.182-.297 2.45 2.45 0 0 1-.086-.16 1.41 1.41 0 0 1-.12-.32.02.02 0 0 0-.013-.007.028.028 0 0 0-.015 0l-.003.002-.006.003.003-.005C8.213 1.141 7.552 3.252 7.492 4.31a3.88 3.88 0 0 0-2.135.822 2.317 2.317 0 0 0-.2-.151 3.595 3.595 0 0 1-.022-1.896A5.742 5.742 0 0 0 3.27 4.527h-.004c-.307-.39-.285-1.674-.268-1.942-.09.036-.178.082-.259.137-.271.194-.525.41-.758.65a6.77 6.77 0 0 0-.725.869v.001-.001A6.549 6.549 0 0 0 .215 6.59l-.01.05c-.015.07-.068.41-.077.485l-.001.017A7.39 7.39 0 0 0 0 8.212v.04a7.755 7.755 0 0 0 15.396 1.31c.013-.1.023-.199.035-.3a7.975 7.975 0 0 0-.503-3.895v.001Zm-8.938 6.07c.036.018.07.037.108.053l.005.004a3.958 3.958 0 0 1-.113-.057Zm8.169-5.665v-.007l.001.008h-.001Z\\\"/><path fill=\\\"url(#browser-mozilla-firefox_x16_svg__c)\\\" d=\\\"M14.93 5.368c-.337-.81-1.02-1.686-1.556-1.963.382.74.647 1.533.785 2.353v.008l.002.008a7.023 7.023 0 0 1-.242 5.234c-.888 1.907-3.039 3.861-6.406 3.765C3.876 14.67.67 11.97.073 8.435c-.11-.558 0-.84.054-1.294-.075.352-.116.71-.125 1.07v.04a7.755 7.755 0 0 0 15.396 1.312c.013-.1.024-.2.035-.3a7.974 7.974 0 0 0-.503-3.896v.001Z\\\"/><path fill=\\\"url(#browser-mozilla-firefox_x16_svg__d)\\\" d=\\\"M14.93 5.368c-.337-.81-1.02-1.686-1.556-1.963.382.74.647 1.533.785 2.353v.008l.002.008a7.023 7.023 0 0 1-.242 5.234c-.888 1.907-3.039 3.861-6.406 3.765C3.876 14.67.67 11.97.073 8.435c-.11-.558 0-.84.054-1.294-.075.352-.116.71-.125 1.07v.04a7.755 7.755 0 0 0 15.396 1.312c.013-.1.024-.2.035-.3a7.974 7.974 0 0 0-.503-3.896v.001Z\\\"/><path fill=\\\"url(#browser-mozilla-firefox_x16_svg__e)\\\" d=\\\"m11.16 6.278.048.036a4.22 4.22 0 0 0-.72-.94c-2.41-2.41-.631-5.226-.332-5.37L10.16 0C8.212 1.14 7.55 3.251 7.49 4.308c.09-.007.18-.014.273-.014a3.914 3.914 0 0 1 3.397 1.984Z\\\"/><path fill=\\\"url(#browser-mozilla-firefox_x16_svg__f)\\\" d=\\\"M7.767 6.76c-.013.193-.694.859-.933.859-2.204 0-2.563 1.334-2.563 1.334.098 1.123.88 2.048 1.827 2.537.043.022.087.042.13.062.077.034.153.065.228.093.325.115.665.18 1.01.195 3.865.181 4.613-4.622 1.824-6.016a2.677 2.677 0 0 1 1.87.454 3.914 3.914 0 0 0-3.398-1.985c-.092 0-.182.008-.272.014a3.88 3.88 0 0 0-2.135.823c.118.1.252.233.533.51.526.519 1.876 1.056 1.879 1.119v.002Z\\\"/><path fill=\\\"url(#browser-mozilla-firefox_x16_svg__g)\\\" d=\\\"M7.767 6.76c-.013.193-.694.859-.933.859-2.204 0-2.563 1.334-2.563 1.334.098 1.123.88 2.048 1.827 2.537.043.022.087.042.13.062.077.034.153.065.228.093.325.115.665.18 1.01.195 3.865.181 4.613-4.622 1.824-6.016a2.677 2.677 0 0 1 1.87.454 3.914 3.914 0 0 0-3.398-1.985c-.092 0-.182.008-.272.014a3.88 3.88 0 0 0-2.135.823c.118.1.252.233.533.51.526.519 1.876 1.056 1.879 1.119v.002Z\\\"/><path fill=\\\"url(#browser-mozilla-firefox_x16_svg__h)\\\" d=\\\"M4.994 4.874c.063.04.115.075.16.106a3.595 3.595 0 0 1-.022-1.895 5.742 5.742 0 0 0-1.866 1.442c.037 0 1.162-.021 1.728.347Z\\\"/><path fill=\\\"url(#browser-mozilla-firefox_x16_svg__i)\\\" d=\\\"M.07 8.435c.6 3.536 3.804 6.237 7.442 6.339 3.367.095 5.518-1.86 6.406-3.766a7.022 7.022 0 0 0 .241-5.234V5.76l.002.013c.275 1.797-.639 3.536-2.067 4.714l-.004.01c-2.783 2.267-5.446 1.367-5.985 1a4.227 4.227 0 0 1-.113-.056C4.37 10.665 3.7 9.188 3.844 7.92a1.991 1.991 0 0 1-1.837-1.156 2.925 2.925 0 0 1 2.85-.115 3.861 3.861 0 0 0 2.912.115c-.003-.063-1.353-.6-1.879-1.119-.28-.277-.414-.41-.533-.51a2.32 2.32 0 0 0-.2-.152 10.938 10.938 0 0 0-.16-.106c-.565-.368-1.69-.348-1.727-.347h-.004c-.307-.39-.286-1.674-.268-1.942-.091.036-.178.082-.259.137-.271.194-.525.411-.758.65-.266.268-.51.558-.728.867v.001-.001A6.549 6.549 0 0 0 .213 6.59c-.004.016-.28 1.22-.144 1.845h.002Z\\\"/><path fill=\\\"url(#browser-mozilla-firefox_x16_svg__j)\\\" d=\\\"M10.488 5.374c.283.278.526.595.72.94.043.032.083.065.117.096 1.758 1.62.836 3.911.768 4.073 1.428-1.177 2.34-2.917 2.066-4.714-.877-2.187-2.364-3.069-3.577-4.988A9.425 9.425 0 0 1 10.4.485a2.45 2.45 0 0 1-.085-.16 1.41 1.41 0 0 1-.12-.321.02.02 0 0 0-.013-.007.028.028 0 0 0-.015 0L10.162 0l-.005.003c-.3.142-2.079 2.959.332 5.368l-.001.003Z\\\"/><path fill=\\\"url(#browser-mozilla-firefox_x16_svg__k)\\\" d=\\\"M11.324 6.41a1.622 1.622 0 0 0-.116-.095l-.048-.035a2.677 2.677 0 0 0-1.87-.454c2.79 1.394 2.04 6.196-1.824 6.016a3.448 3.448 0 0 1-1.01-.195 4.114 4.114 0 0 1-.227-.093c-.044-.02-.088-.04-.13-.062l.005.003c.539.368 3.2 1.267 5.984-1l.004-.01c.07-.162.99-2.453-.768-4.074Z\\\"/><path fill=\\\"url(#browser-mozilla-firefox_x16_svg__l)\\\" d=\\\"M4.272 8.951s.358-1.333 2.563-1.333c.238 0 .92-.666.932-.859a3.861 3.861 0 0 1-2.911-.114 2.925 2.925 0 0 0-2.851.114 1.991 1.991 0 0 0 1.837 1.156c-.144 1.268.526 2.745 2.149 3.521.036.018.07.036.107.053-.947-.49-1.729-1.414-1.826-2.537Z\\\"/><path fill=\\\"url(#browser-mozilla-firefox_x16_svg__m)\\\" d=\\\"M14.93 5.368c-.337-.81-1.02-1.686-1.556-1.963.382.74.647 1.533.785 2.353l.002.013c-.877-2.185-2.363-3.067-3.578-4.986a9.425 9.425 0 0 1-.182-.297 2.45 2.45 0 0 1-.086-.16 1.405 1.405 0 0 1-.12-.32.02.02 0 0 0-.013-.007.028.028 0 0 0-.015 0l-.003.002-.006.003.003-.005C8.213 1.141 7.552 3.252 7.492 4.31c.09-.006.18-.014.273-.014a3.913 3.913 0 0 1 3.397 1.984 2.677 2.677 0 0 0-1.87-.454c2.79 1.395 2.04 6.196-1.824 6.016a3.451 3.451 0 0 1-1.01-.194 4.114 4.114 0 0 1-.358-.156l.006.004a3.945 3.945 0 0 1-.113-.057c.036.018.07.037.107.053-.947-.49-1.729-1.414-1.826-2.537 0 0 .358-1.334 2.563-1.334.238 0 .92-.665.932-.858-.003-.063-1.352-.6-1.879-1.118-.28-.277-.414-.41-.532-.511a2.317 2.317 0 0 0-.2-.152 3.595 3.595 0 0 1-.022-1.895 5.742 5.742 0 0 0-1.867 1.443h-.003c-.308-.39-.286-1.675-.268-1.943-.091.037-.178.083-.26.138-.27.193-.524.41-.757.649a6.77 6.77 0 0 0-.725.87A6.549 6.549 0 0 0 .216 6.59l-.01.052c-.016.068-.08.414-.09.489-.06.357-.098.718-.115 1.08v.04a7.755 7.755 0 0 0 15.396 1.312c.013-.1.024-.2.035-.3a7.975 7.975 0 0 0-.503-3.896Zm-.77.398.002.009-.002-.009Z\\\"/></g>\",\n \"defs\": \"<defs><radialGradient id=\\\"browser-mozilla-firefox_x16_svg__c\\\" cx=\\\"0\\\" cy=\\\"0\\\" r=\\\"1\\\" gradientTransform=\\\"translate(13.405 1.8) scale(16.1661)\\\" gradientUnits=\\\"userSpaceOnUse\\\"><stop offset=\\\".129\\\" stop-color=\\\"#FFBD4F\\\"/><stop offset=\\\".186\\\" stop-color=\\\"#FFAC31\\\"/><stop offset=\\\".247\\\" stop-color=\\\"#FF9D17\\\"/><stop offset=\\\".283\\\" stop-color=\\\"#FF980E\\\"/><stop offset=\\\".403\\\" stop-color=\\\"#FF563B\\\"/><stop offset=\\\".467\\\" stop-color=\\\"#FF3750\\\"/><stop offset=\\\".71\\\" stop-color=\\\"#F5156C\\\"/><stop offset=\\\".782\\\" stop-color=\\\"#EB0878\\\"/><stop offset=\\\".86\\\" stop-color=\\\"#E50080\\\"/></radialGradient><radialGradient id=\\\"browser-mozilla-firefox_x16_svg__d\\\" cx=\\\"0\\\" cy=\\\"0\\\" r=\\\"1\\\" gradientTransform=\\\"translate(7.403 8.403) scale(16.1661)\\\" gradientUnits=\\\"userSpaceOnUse\\\"><stop offset=\\\".3\\\" stop-color=\\\"#960E18\\\"/><stop offset=\\\".351\\\" stop-color=\\\"#B11927\\\" stop-opacity=\\\".74\\\"/><stop offset=\\\".435\\\" stop-color=\\\"#DB293D\\\" stop-opacity=\\\".343\\\"/><stop offset=\\\".497\\\" stop-color=\\\"#F5334B\\\" stop-opacity=\\\".094\\\"/><stop offset=\\\".53\\\" stop-color=\\\"#FF3750\\\" stop-opacity=\\\"0\\\"/></radialGradient><radialGradient id=\\\"browser-mozilla-firefox_x16_svg__e\\\" cx=\\\"0\\\" cy=\\\"0\\\" r=\\\"1\\\" gradientTransform=\\\"translate(9.404 -1.8) scale(11.7104)\\\" gradientUnits=\\\"userSpaceOnUse\\\"><stop offset=\\\".132\\\" stop-color=\\\"#FFF44F\\\"/><stop offset=\\\".252\\\" stop-color=\\\"#FFDC3E\\\"/><stop offset=\\\".506\\\" stop-color=\\\"#FF9D12\\\"/><stop offset=\\\".526\\\" stop-color=\\\"#FF980E\\\"/></radialGradient><radialGradient id=\\\"browser-mozilla-firefox_x16_svg__f\\\" cx=\\\"0\\\" cy=\\\"0\\\" r=\\\"1\\\" gradientTransform=\\\"translate(5.602 12.605) scale(7.69689)\\\" gradientUnits=\\\"userSpaceOnUse\\\"><stop offset=\\\".353\\\" stop-color=\\\"#3A8EE6\\\"/><stop offset=\\\".472\\\" stop-color=\\\"#5C79F0\\\"/><stop offset=\\\".669\\\" stop-color=\\\"#9059FF\\\"/><stop offset=\\\"1\\\" stop-color=\\\"#C139E6\\\"/></radialGradient><radialGradient id=\\\"browser-mozilla-firefox_x16_svg__g\\\" cx=\\\"0\\\" cy=\\\"0\\\" r=\\\"1\\\" gradientTransform=\\\"matrix(3.96725 -.95916 1.12294 4.64466 8.185 7.015)\\\" gradientUnits=\\\"userSpaceOnUse\\\"><stop offset=\\\".206\\\" stop-color=\\\"#9059FF\\\" stop-opacity=\\\"0\\\"/><stop offset=\\\".278\\\" stop-color=\\\"#8C4FF3\\\" stop-opacity=\\\".064\\\"/><stop offset=\\\".747\\\" stop-color=\\\"#7716A8\\\" stop-opacity=\\\".45\\\"/><stop offset=\\\".975\\\" stop-color=\\\"#6E008B\\\" stop-opacity=\\\".6\\\"/></radialGradient><radialGradient id=\\\"browser-mozilla-firefox_x16_svg__h\\\" cx=\\\"0\\\" cy=\\\"0\\\" r=\\\"1\\\" gradientTransform=\\\"translate(7.203 1.2) scale(5.53808)\\\" gradientUnits=\\\"userSpaceOnUse\\\"><stop stop-color=\\\"#FFE226\\\"/><stop offset=\\\".121\\\" stop-color=\\\"#FFDB27\\\"/><stop offset=\\\".295\\\" stop-color=\\\"#FFC82A\\\"/><stop offset=\\\".502\\\" stop-color=\\\"#FFA930\\\"/><stop offset=\\\".732\\\" stop-color=\\\"#FF7E37\\\"/><stop offset=\\\".792\\\" stop-color=\\\"#FF7139\\\"/></radialGradient><radialGradient id=\\\"browser-mozilla-firefox_x16_svg__i\\\" cx=\\\"0\\\" cy=\\\"0\\\" r=\\\"1\\\" gradientTransform=\\\"translate(11.604 -2.4) scale(23.6289)\\\" gradientUnits=\\\"userSpaceOnUse\\\"><stop offset=\\\".113\\\" stop-color=\\\"#FFF44F\\\"/><stop offset=\\\".456\\\" stop-color=\\\"#FF980E\\\"/><stop offset=\\\".622\\\" stop-color=\\\"#FF5634\\\"/><stop offset=\\\".716\\\" stop-color=\\\"#FF3647\\\"/><stop offset=\\\".904\\\" stop-color=\\\"#E31587\\\"/></radialGradient><radialGradient id=\\\"browser-mozilla-firefox_x16_svg__j\\\" cx=\\\"0\\\" cy=\\\"0\\\" r=\\\"1\\\" gradientTransform=\\\"rotate(83.976 5.426 4.81) scale(17.3156 11.3641)\\\" gradientUnits=\\\"userSpaceOnUse\\\"><stop stop-color=\\\"#FFF44F\\\"/><stop offset=\\\".06\\\" stop-color=\\\"#FFE847\\\"/><stop offset=\\\".168\\\" stop-color=\\\"#FFC830\\\"/><stop offset=\\\".304\\\" stop-color=\\\"#FF980E\\\"/><stop offset=\\\".356\\\" stop-color=\\\"#FF8B16\\\"/><stop offset=\\\".455\\\" stop-color=\\\"#FF672A\\\"/><stop offset=\\\".57\\\" stop-color=\\\"#FF3647\\\"/><stop offset=\\\".737\\\" stop-color=\\\"#E31587\\\"/></radialGradient><radialGradient id=\\\"browser-mozilla-firefox_x16_svg__k\\\" cx=\\\"0\\\" cy=\\\"0\\\" r=\\\"1\\\" gradientTransform=\\\"translate(7.203 3.201) scale(14.7495)\\\" gradientUnits=\\\"userSpaceOnUse\\\"><stop offset=\\\".137\\\" stop-color=\\\"#FFF44F\\\"/><stop offset=\\\".48\\\" stop-color=\\\"#FF980E\\\"/><stop offset=\\\".592\\\" stop-color=\\\"#FF5634\\\"/><stop offset=\\\".655\\\" stop-color=\\\"#FF3647\\\"/><stop offset=\\\".904\\\" stop-color=\\\"#E31587\\\"/></radialGradient><radialGradient id=\\\"browser-mozilla-firefox_x16_svg__l\\\" cx=\\\"0\\\" cy=\\\"0\\\" r=\\\"1\\\" gradientTransform=\\\"matrix(16.144 0 0 16.1441 11.004 4.002)\\\" gradientUnits=\\\"userSpaceOnUse\\\"><stop offset=\\\".094\\\" stop-color=\\\"#FFF44F\\\"/><stop offset=\\\".231\\\" stop-color=\\\"#FFE141\\\"/><stop offset=\\\".509\\\" stop-color=\\\"#FFAF1E\\\"/><stop offset=\\\".626\\\" stop-color=\\\"#FF980E\\\"/></radialGradient><linearGradient id=\\\"browser-mozilla-firefox_x16_svg__b\\\" x1=\\\"13.903\\\" x2=\\\"1.03\\\" y1=\\\"2.478\\\" y2=\\\"14.899\\\" gradientUnits=\\\"userSpaceOnUse\\\"><stop offset=\\\".048\\\" stop-color=\\\"#FFF44F\\\"/><stop offset=\\\".111\\\" stop-color=\\\"#FFE847\\\"/><stop offset=\\\".225\\\" stop-color=\\\"#FFC830\\\"/><stop offset=\\\".368\\\" stop-color=\\\"#FF980E\\\"/><stop offset=\\\".401\\\" stop-color=\\\"#FF8B16\\\"/><stop offset=\\\".462\\\" stop-color=\\\"#FF672A\\\"/><stop offset=\\\".534\\\" stop-color=\\\"#FF3647\\\"/><stop offset=\\\".705\\\" stop-color=\\\"#E31587\\\"/></linearGradient><linearGradient id=\\\"browser-mozilla-firefox_x16_svg__m\\\" x1=\\\"13.747\\\" x2=\\\"2.795\\\" y1=\\\"2.412\\\" y2=\\\"13.366\\\" gradientUnits=\\\"userSpaceOnUse\\\"><stop offset=\\\".167\\\" stop-color=\\\"#FFF44F\\\" stop-opacity=\\\".8\\\"/><stop offset=\\\".266\\\" stop-color=\\\"#FFF44F\\\" stop-opacity=\\\".634\\\"/><stop offset=\\\".489\\\" stop-color=\\\"#FFF44F\\\" stop-opacity=\\\".217\\\"/><stop offset=\\\".6\\\" stop-color=\\\"#FFF44F\\\" stop-opacity=\\\"0\\\"/></linearGradient><clipPath id=\\\"browser-mozilla-firefox_x16_svg__a\\\"><path fill=\\\"#fff\\\" d=\\\"M0 0h15.49v16H0z\\\"/></clipPath></defs>\"\n }\n}, [\"16\"], \"browser-mozilla-firefox\")); };\nexport var IconBrowserSafari = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"url(#browser-safari_x16_svg__a)\\\" d=\\\"M16 8A8 8 0 1 1-.001 8 8 8 0 0 1 16 8Z\\\"/><path fill=\\\"#F4F2F3\\\" d=\\\"M8 .417a.116.116 0 0 0-.117.117v1.345a.116.116 0 1 0 .234 0V.534A.116.116 0 0 0 8 .417Zm-.763.048h-.024a.116.116 0 0 0-.104.129l.06.563a.116.116 0 1 0 .231-.025L7.341.57a.116.116 0 0 0-.104-.104Zm1.531.001a.116.116 0 0 0-.104.104l-.06.563a.116.116 0 1 0 .233.024l.059-.563a.116.116 0 0 0-.128-.128ZM6.453.579a.116.116 0 0 0-.114.14l.28 1.317a.116.116 0 1 0 .227-.048L6.568.672a.116.116 0 0 0-.115-.093Zm3.1.001a.116.116 0 0 0-.116.093l-.28 1.316a.116.116 0 1 0 .229.048l.28-1.316a.116.116 0 0 0-.114-.14ZM5.704.79a.116.116 0 0 0-.121.152l.175.539a.116.116 0 1 0 .222-.073L5.806.87a.116.116 0 0 0-.1-.08Zm4.59 0a.116.116 0 0 0-.1.08l-.175.539a.116.116 0 1 0 .222.072l.175-.538a.116.116 0 0 0-.121-.153Zm-5.33.27a.116.116 0 0 0-.104.164l.546 1.23a.116.116 0 1 0 .213-.095L5.074 1.13a.116.116 0 0 0-.109-.07Zm6.079.005a.117.117 0 0 0-.109.07l-.548 1.228a.116.116 0 0 0 .06.154c.058.026.127 0 .153-.06l.548-1.228a.116.116 0 0 0-.104-.164Zm-6.765.36a.116.116 0 0 0-.11.175l.284.489a.116.116 0 1 0 .202-.117l-.283-.49a.116.116 0 0 0-.093-.058Zm7.442-.001a.116.116 0 0 0-.093.058l-.283.49a.116.116 0 0 0 .043.16.116.116 0 0 0 .16-.043l.282-.49a.116.116 0 0 0-.109-.175Zm-8.109.416a.117.117 0 0 0-.09.185l.79 1.089a.116.116 0 1 0 .188-.137l-.79-1.089a.116.116 0 0 0-.098-.048Zm8.784.006a.116.116 0 0 0-.098.048l-.791 1.088a.116.116 0 1 0 .189.137l.79-1.088a.116.116 0 0 0-.09-.185Zm-9.38.494a.116.116 0 0 0-.093.195l.379.42a.116.116 0 1 0 .173-.156l-.378-.42a.116.116 0 0 0-.081-.04Zm9.969 0a.117.117 0 0 0-.08.04l-.38.42a.116.116 0 1 0 .173.156l.38-.42a.116.116 0 0 0-.093-.195Zm-10.54.548a.117.117 0 0 0-.072.204l1 .9a.116.116 0 1 0 .156-.174l-1-.9a.116.116 0 0 0-.084-.03Zm11.114.004a.116.116 0 0 0-.084.03l-1 .9a.116.116 0 1 0 .155.173l1-.9a.116.116 0 0 0-.071-.203ZM1.969 3.5a.116.116 0 0 0-.073.211l.459.333a.116.116 0 1 0 .137-.189l-.458-.333A.116.116 0 0 0 1.97 3.5Zm12.064.004a.117.117 0 0 0-.064.023l-.458.332a.116.116 0 1 0 .137.189l.458-.333a.116.116 0 0 0-.073-.21Zm-12.507.648a.116.116 0 0 0-.05.217l1.165.673a.116.116 0 1 0 .117-.202l-1.166-.673a.117.117 0 0 0-.066-.015Zm12.948 0a.115.115 0 0 0-.066.015l-1.166.673a.116.116 0 0 0-.042.16.116.116 0 0 0 .16.042l1.164-.673a.116.116 0 0 0-.05-.217ZM1.19 4.845a.116.116 0 0 0-.05.223l.517.23a.116.116 0 1 0 .095-.212l-.516-.23a.117.117 0 0 0-.046-.01Zm13.622.005a.117.117 0 0 0-.045.01l-.517.23a.116.116 0 1 0 .095.213l.516-.23a.116.116 0 0 0-.05-.223Zm-13.92.72a.116.116 0 0 0-.026.227l1.278.418a.116.116 0 1 0 .072-.222L.937 5.576a.117.117 0 0 0-.046-.005Zm14.219.006a.113.113 0 0 0-.047.005l-1.28.416a.116.116 0 1 0 .073.222l1.28-.416a.116.116 0 0 0-.027-.227ZM.704 6.333a.116.116 0 0 0-.025.23l.553.118a.116.116 0 1 0 .049-.228l-.554-.118a.115.115 0 0 0-.023-.002Zm14.59 0a.144.144 0 0 0-.023.003l-.554.118a.116.116 0 1 0 .049.228l.553-.117a.116.116 0 0 0-.025-.231ZM.564 7.1a.116.116 0 0 0 0 .232l1.337.142a.116.116 0 1 0 .024-.232L.587 7.099a.12.12 0 0 0-.023 0Zm14.873.01h-.023l-1.338.14a.116.116 0 1 0 .024.232l1.338-.14a.116.116 0 0 0 0-.232ZM.541 7.884a.116.116 0 1 0 0 .233h.566a.116.116 0 1 0 0-.233H.541Zm14.352 0a.116.116 0 1 0 0 .233h.566a.116.116 0 1 0 0-.233h-.566Zm-12.97.635H1.9l-1.338.14a.116.116 0 1 0 .024.232l1.338-.14a.116.116 0 0 0 0-.232Zm12.152.009a.116.116 0 0 0 0 .232l1.338.141a.116.116 0 1 0 .024-.232l-1.338-.141h-.024Zm-12.818.788a.12.12 0 0 0-.024.002l-.553.118a.116.116 0 1 0 .048.228l.554-.118a.116.116 0 0 0-.025-.23Zm13.486 0a.116.116 0 0 0-.025.232l.554.117a.116.116 0 0 0 .138-.09.116.116 0 0 0-.09-.138l-.553-.118a.115.115 0 0 0-.024-.002Zm-12.554.46a.113.113 0 0 0-.046.006l-1.28.415a.116.116 0 1 0 .073.222l1.279-.416a.116.116 0 0 0-.026-.227Zm11.62.004a.116.116 0 0 0-.026.227l1.28.417a.116.116 0 1 0 .072-.221l-1.28-.417a.116.116 0 0 0-.045-.006Zm-12.108.907a.116.116 0 0 0-.046.01l-.517.23a.116.116 0 1 0 .095.213l.517-.23a.116.116 0 0 0-.05-.223Zm12.596.005a.116.116 0 0 0-.108.069.116.116 0 0 0 .059.154l.516.23c.06.027.128 0 .154-.059a.116.116 0 0 0-.059-.154l-.516-.23a.116.116 0 0 0-.046-.01Zm-11.59.252a.115.115 0 0 0-.066.016l-1.165.672a.116.116 0 1 0 .116.202l1.166-.672a.116.116 0 0 0-.05-.218Zm10.586 0a.116.116 0 0 0-.05.217l1.165.673a.116.116 0 1 0 .116-.202l-1.165-.672a.116.116 0 0 0-.066-.016Zm-10.876.987a.118.118 0 0 0-.065.023l-.458.332a.116.116 0 1 0 .137.189l.458-.332a.116.116 0 0 0-.072-.212Zm11.163.004a.116.116 0 0 0-.073.211l.459.333a.116.116 0 1 0 .137-.189l-.458-.332a.117.117 0 0 0-.065-.023Zm-10.126.04a.116.116 0 0 0-.084.03l-1 .9a.116.116 0 1 0 .155.173l1-.9a.116.116 0 0 0-.07-.202Zm9.089.004a.116.116 0 0 0-.072.203l1 .9a.116.116 0 1 0 .156-.173l-1-.9a.116.116 0 0 0-.084-.03Zm-8.14.854a.116.116 0 0 0-.098.048l-.792 1.088a.116.116 0 1 0 .19.138l.79-1.088a.116.116 0 0 0-.09-.186Zm7.187.005a.117.117 0 0 0-.09.185l.79 1.09a.116.116 0 1 0 .188-.138l-.79-1.089a.116.116 0 0 0-.098-.048Zm-8.208.168a.117.117 0 0 0-.08.039l-.38.42a.116.116 0 1 0 .174.156l.378-.42a.116.116 0 0 0-.092-.195Zm9.236 0a.116.116 0 0 0-.093.195l.378.421a.116.116 0 1 0 .174-.156l-.379-.42a.116.116 0 0 0-.08-.04Zm-7.11.467a.116.116 0 0 0-.108.07l-.548 1.228a.116.116 0 1 0 .213.095l.548-1.229a.116.116 0 0 0-.104-.164Zm4.976.004a.117.117 0 0 0-.104.164l.546 1.23a.116.116 0 1 0 .213-.096l-.546-1.229a.116.116 0 0 0-.109-.07Zm-5.939.376a.116.116 0 0 0-.092.058l-.283.49a.116.116 0 0 0 .042.16.116.116 0 0 0 .16-.043l.283-.49a.116.116 0 0 0-.11-.175Zm6.91 0a.116.116 0 0 0-.11.175l.283.49a.116.116 0 0 0 .16.043.116.116 0 0 0 .042-.16l-.283-.49a.116.116 0 0 0-.092-.058Zm-4.726.018a.116.116 0 0 0-.115.092l-.28 1.316a.116.116 0 0 0 .09.139.116.116 0 0 0 .139-.09l.28-1.316a.116.116 0 0 0-.114-.141Zm2.538 0a.116.116 0 0 0-.113.14l.278 1.317a.116.116 0 1 0 .228-.048l-.278-1.316a.116.116 0 0 0-.115-.093ZM8 14.005a.116.116 0 0 0-.117.117v1.345a.116.116 0 1 0 .234 0v-1.345A.116.116 0 0 0 8 14.004Zm-2.141.435a.117.117 0 0 0-.101.08l-.175.538a.116.116 0 1 0 .222.073l.175-.539a.116.116 0 0 0-.121-.152Zm4.281 0a.116.116 0 0 0-.121.152l.175.539a.116.116 0 1 0 .222-.072l-.175-.538a.117.117 0 0 0-.1-.08Zm-2.872.3a.116.116 0 0 0-.105.104l-.059.563a.116.116 0 1 0 .232.024l.06-.563a.116.116 0 0 0-.128-.128Zm1.46 0a.117.117 0 0 0-.128.128l.059.564a.116.116 0 1 0 .232-.024l-.06-.563a.116.116 0 0 0-.104-.104Z\\\"/><g filter=\\\"url(#browser-safari_x16_svg__b)\\\" opacity=\\\".409\\\"><path fill=\\\"#000\\\" d=\\\"M13.467 3.334 7.085 7.042l-4.034 6.352 5.902-4.372 4.514-5.688Z\\\"/></g><path fill=\\\"#FF5150\\\" d=\\\"m8.915 8.958-1.83-1.916 6.489-4.365-4.66 6.28Z\\\"/><path fill=\\\"#F1F1F1\\\" d=\\\"m8.915 8.958-1.83-1.916-4.659 6.28 6.489-4.364Z\\\"/><path fill=\\\"#000\\\" d=\\\"m2.426 13.323 6.489-4.365 4.659-6.28L2.426 13.322Z\\\" opacity=\\\".243\\\"/>\",\n \"defs\": \"<defs><radialGradient id=\\\"browser-safari_x16_svg__a\\\" cx=\\\"0\\\" cy=\\\"0\\\" r=\\\"1\\\" gradientTransform=\\\"translate(8.036 6.834) scale(8.68021)\\\" gradientUnits=\\\"userSpaceOnUse\\\"><stop stop-color=\\\"#06C2E7\\\"/><stop offset=\\\".25\\\" stop-color=\\\"#0DB8EC\\\"/><stop offset=\\\".5\\\" stop-color=\\\"#12AEF1\\\"/><stop offset=\\\".75\\\" stop-color=\\\"#1F86F9\\\"/><stop offset=\\\"1\\\" stop-color=\\\"#107DDD\\\"/></radialGradient><filter id=\\\"browser-safari_x16_svg__b\\\" width=\\\"11.763\\\" height=\\\"11.406\\\" x=\\\"2.377\\\" y=\\\"2.661\\\" color-interpolation-filters=\\\"sRGB\\\" filterUnits=\\\"userSpaceOnUse\\\"><feFlood flood-opacity=\\\"0\\\" result=\\\"BackgroundImageFix\\\"/><feBlend in=\\\"SourceGraphic\\\" in2=\\\"BackgroundImageFix\\\" result=\\\"shape\\\"/><feGaussianBlur result=\\\"effect1_foregroundBlur_4665_8423\\\" stdDeviation=\\\".337\\\"/></filter></defs>\"\n }\n}, [\"16\"], \"browser-safari\")); };\nexport var IconBrowserWebkit = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#fff\\\" d=\\\"m6.34 12.735-4.352-3.42a1.646 1.646 0 0 1-.682-1.294c0-.484.243-.948.682-1.292L6.34 3.302A2.702 2.702 0 0 1 8 2.766c.628 0 1.212.194 1.66.539l4.352 3.42a1.647 1.647 0 0 1 .682 1.294c0 .49-.243.95-.682 1.293l-4.353 3.42A2.683 2.683 0 0 1 8 13.274c-.628 0-1.212-.189-1.66-.539Z\\\"/><path fill=\\\"#fff\\\" d=\\\"M6.34 10.58 1.989 7.16a1.646 1.646 0 0 1-.682-1.293c0-.485.243-.948.682-1.293L6.34 1.147A2.702 2.702 0 0 1 8 .611c.628 0 1.212.194 1.66.54l4.352 3.42a1.647 1.647 0 0 1 .682 1.293c0 .49-.243.95-.682 1.293l-4.353 3.42c-.477.361-1.061.552-1.659.542-.628 0-1.212-.188-1.66-.538Z\\\"/><path fill=\\\"#FF9D00\\\" d=\\\"M14.007 8.835a1.59 1.59 0 0 1 0 2.62L9.67 14.86a2.856 2.856 0 0 1-3.34 0l-4.337-3.399a1.59 1.59 0 0 1 .003-2.623l4.337-3.405c.92-.717 2.419-.717 3.34 0l4.334 3.402Z\\\"/><path fill=\\\"#FC0\\\" d=\\\"m6.34 12.735-4.352-3.42a1.646 1.646 0 0 1-.682-1.294c0-.484.243-.948.682-1.292L6.34 3.302A2.702 2.702 0 0 1 8 2.766c.628 0 1.212.194 1.66.539l4.352 3.42a1.647 1.647 0 0 1 .682 1.294c0 .49-.243.95-.682 1.293l-4.353 3.42A2.683 2.683 0 0 1 8 13.274c-.628 0-1.212-.189-1.66-.539Z\\\"/><path fill=\\\"url(#browser-webkit_x16_svg__a)\\\" d=\\\"M6.34 10.58 1.989 7.16a1.646 1.646 0 0 1-.682-1.293c0-.485.243-.948.682-1.293L6.34 1.147A2.702 2.702 0 0 1 8 .611c.628 0 1.212.194 1.66.54l4.352 3.42a1.647 1.647 0 0 1 .682 1.293c0 .49-.243.95-.682 1.293l-4.353 3.42c-.477.361-1.061.552-1.659.542-.628 0-1.212-.188-1.66-.538Z\\\"/><path fill=\\\"#fff\\\" d=\\\"M8.016 9.145c2.222 0 4.024-1.474 4.024-3.292 0-1.813-1.804-3.294-4.024-3.294-2.225 0-4.03 1.481-4.03 3.294 0 1.818 1.805 3.292 4.027 3.292h.003Zm0 .34c-2.451 0-4.444-1.625-4.444-3.632 0-2.004 1.993-3.628 4.444-3.628 2.451 0 4.44 1.627 4.44 3.628 0 2.007-1.989 3.631-4.44 3.631Z\\\"/><path fill=\\\"#8CC8F6\\\" d=\\\"M8.312 7.251c.221-.027.44-.092.639-.188l1.266.522-.663-.997a1.158 1.158 0 0 0 0-1.47l.663-.997-1.193.493-.035.525a.889.889 0 0 1-.033 1.45 1.385 1.385 0 0 1-.43.228l-.216.431.002.003Zm-.592-2.79a2.23 2.23 0 0 0-.647.188l-1.266-.523.663.997a1.161 1.161 0 0 0 0 1.468l-.663.997 1.223-.504.027-.493a.889.889 0 0 1 .008-1.47 1.58 1.58 0 0 1 .431-.23l.216-.43h.008Z\\\"/><path fill=\\\"#fff\\\" fill-rule=\\\"evenodd\\\" d=\\\"m7.407 5.745-.17 2.99 1.366-2.774.194-2.982-1.39 2.766ZM7.39 8.162l1.093-2.22-.959-.175-.134 2.397v-.002Z\\\" clip-rule=\\\"evenodd\\\"/>\",\n \"defs\": \"<defs><linearGradient id=\\\"browser-webkit_x16_svg__a\\\" x1=\\\"8\\\" x2=\\\"8\\\" y1=\\\".611\\\" y2=\\\"11.12\\\" gradientUnits=\\\"userSpaceOnUse\\\"><stop stop-color=\\\"#34AADC\\\"/><stop offset=\\\"1\\\" stop-color=\\\"#007AFF\\\"/></linearGradient></defs>\"\n }\n}, [\"16\"], \"browser-webkit\")); };\nexport var IconCheckmarkOutline = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" d=\\\"M12.95 12.95a7 7 0 1 1-9.9-9.9 7 7 0 0 1 9.9 9.9Z\\\" class=\\\"icon-dark\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m6 8 1.5 2L10 6\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"checkmark-outline\")); };\nexport var IconCheckmarkSmall = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M5 8.5 7.5 11 11 5\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"checkmark-small\")); };\nexport var IconCheckmarkSolid = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"currentColor\\\" d=\\\"M13.657 13.657A8 8 0 1 1 2.343 2.343a8 8 0 0 1 11.314 11.314Z\\\" class=\\\"icon-dark\\\"/><path stroke=\\\"#fff\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m5 8.5 2 2 4-5\\\" class=\\\"icon-light\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path fill=\\\"currentColor\\\" d=\\\"M20.485 20.485c-4.686 4.687-12.284 4.687-16.97 0-4.687-4.686-4.687-12.284 0-16.97 4.686-4.687 12.284-4.687 16.97 0 4.687 4.686 4.687 12.284 0 16.97Z\\\" class=\\\"icon-dark\\\"/><path stroke=\\\"#D0D2E0\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M15.999 9 11 15l-2.999-3\\\" class=\\\"icon-light\\\"/>\"\n }\n}, [\"16\", \"24\"], \"checkmark-solid\")); };\nexport var IconCheckmark = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M4 8.5 7 12l5-8\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"checkmark\")); };\nexport var IconChevronDownDouble = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m5 9 3 3 3-3M5 4l3 3 3-3\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"chevron-down-double\")); };\nexport var IconChevronDownLarge = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m2 5 6 6 6-6\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"chevron-down-large\")); };\nexport var IconChevronDownMedium = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m4 6 4 4 4-4\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"chevron-down-medium\")); };\nexport var IconChevronDownSmall = function (props) { return React.createElement('svg', useIconProps(props, {\n \"8\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m1 2.5 3 3 3-3\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m4 6 4 4 4-4\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"8\", \"16\"], \"chevron-down-small\")); };\nexport var IconChevronLeftDouble = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M7 11 4 8l3-3m5 6L9 8l3-3\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"chevron-left-double\")); };\nexport var IconChevronLeftLarge = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M11 14 5 8l6-6\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"chevron-left-large\")); };\nexport var IconChevronLeftSmall = function (props) { return React.createElement('svg', useIconProps(props, {\n \"8\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m5.5 1-3 3 3 3\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M10 4 6 8l4 4\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"8\", \"16\"], \"chevron-left-small\")); };\nexport var IconChevronRightDouble = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m9 11 3-3-3-3m-5 6 3-3-3-3\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"chevron-right-double\")); };\nexport var IconChevronRightLarge = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m5 14 6-6-6-6\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"chevron-right-large\")); };\nexport var IconChevronRightSmall = function (props) { return React.createElement('svg', useIconProps(props, {\n \"8\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m2.5 1 3 3-3 3\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m6 12 4-4-4-4\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"8\", \"16\"], \"chevron-right-small\")); };\nexport var IconChevronUpDouble = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m5 7 3-3 3 3m-6 5 3-3 3 3\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"chevron-up-double\")); };\nexport var IconChevronUpLarge = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m2 11 6-6 6 6\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"chevron-up-large\")); };\nexport var IconChevronUpSmall = function (props) { return React.createElement('svg', useIconProps(props, {\n \"8\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m1 5.5 3-3 3 3\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M12 10 8 6l-4 4\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"8\", \"16\"], \"chevron-up-small\")); };\nexport var IconCurrencyEur = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"currentColor\\\" d=\\\"m6.524 13.214.565-.825-.565.825Zm6.145.33a1 1 0 1 0-1.338-1.486l1.338 1.485Zm-1.338-9.602a1 1 0 1 0 1.338-1.485l-1.338 1.485ZM2.5 5.501a1 1 0 0 0 0 2v-2Zm7.695 2a1 1 0 1 0 0-2v2ZM2.5 8.5a1 1 0 0 0 0 2v-2Zm6.054 2a1 1 0 1 0 0-2v2ZM9 13a3.356 3.356 0 0 1-1.91-.611l-1.132 1.65A5.355 5.355 0 0 0 9 15v-2Zm-1.91-.611C5.884 11.564 5 9.943 5 8H3c0 2.522 1.147 4.797 2.958 6.039l1.131-1.65ZM5 8c0-2.94 1.954-5 4-5V1C5.523 1 3 4.312 3 8h2Zm6.33 4.058C10.657 12.665 9.85 13 9 13v2c1.401 0 2.672-.558 3.67-1.457l-1.34-1.485ZM9 3c.85 0 1.656.335 2.33.942l1.34-1.485C11.671 1.557 10.4 1 9 1v2ZM2.5 7.5h7.695v-2H2.5v2Zm0 3h6.054v-2H2.5v2Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"currency-eur\")); };\nexport var IconCurrencyGbp = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"currentColor\\\" d=\\\"M10 5a1 1 0 1 0 2 0h-2Zm-6 9-.79-.614a1 1 0 0 0 1.345 1.446L4 14Zm8.555.832a1 1 0 0 0-1.11-1.664l1.11 1.664ZM4 8a1 1 0 0 0 0 2V8Zm5 2a1 1 0 0 0 0-2v2ZM6 5a2 2 0 0 1 2-2V1a4 4 0 0 0-4 4h2Zm2-2a2 2 0 0 1 2 2h2a4 4 0 0 0-4-4v2ZM4 14c.555.832.554.832.554.833h-.001l-.002.002-.003.002-.005.003-.004.002.014-.008c.02-.011.06-.032.12-.058.117-.05.309-.12.568-.167.51-.093 1.319-.108 2.388.32l.742-1.857c-1.431-.573-2.622-.588-3.487-.43a4.601 4.601 0 0 0-1.01.3 3.406 3.406 0 0 0-.42.22l-.004.003-.003.002c-.001 0-.002 0 .553.833Zm3.629.928c1.431.573 2.622.588 3.487.43a4.603 4.603 0 0 0 1.01-.3 3.4 3.4 0 0 0 .408-.212l.011-.008.005-.003.003-.002c.001 0 .002 0-.553-.833-.555-.832-.554-.832-.554-.833h.001l.002-.002.003-.002a.265.265 0 0 1 .005-.003l.004-.002-.014.008c-.02.011-.06.032-.12.058-.117.05-.309.12-.568.167-.51.093-1.319.108-2.388-.32l-.742 1.857Zm-2.84-.314c1.77-2.276 2.2-4.085 2.048-5.707l-1.991.186c.095 1.022-.115 2.338-1.635 4.293l1.578 1.228Zm2.048-5.707c-.08-.863-.325-1.632-.51-2.254C6.13 5.996 6 5.498 6 5H4c0 .827.22 1.584.41 2.223.2.674.377 1.242.436 1.87l1.99-.186ZM4 10h1.841V8H4v2Zm1.841 0H9V8H5.841v2Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"currency-gbp\")); };\nexport var IconCurrencyInr = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M3.5 2H8m3 3a3 3 0 0 1-3 3H3.5l6.5 6m1-9a3 3 0 0 0-3-3m3 3H3.5M11 5h1.5M8 2h4.5\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"currency-inr\")); };\nexport var IconCurrencyRub = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M5 8h5a3 3 0 1 0 0-6H5v6Zm0 0v6m0-6H3m0 3h6\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"currency-rub\")); };\nexport var IconCurrencyUsd = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M8 3h3a1 1 0 0 1 1 1v.5M8 3H5a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h3m0-5V1m0 2v5m0 5h3a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1H8m0 5H5a1 1 0 0 1-1-1v-.5M8 13v2m0-2V8\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"currency-usd\")); };\nexport var IconDeviceLaptop = function (props) { return React.createElement('svg', useIconProps(props, {\n \"24\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" fill-rule=\\\"evenodd\\\" d=\\\"M3 17H2v.1A2.9 2.9 0 0 0 4.9 20h14.2a2.9 2.9 0 0 0 2.9-2.9V17H3Z\\\" class=\\\"icon-light\\\" clip-rule=\\\"evenodd\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M21 17H3m18 0h1v.1m-1-.1V6M3 17H2v.1m1-.1V6m2-2h14M5 4a2 2 0 0 0-2 2m2-2v0a2 2 0 0 0-2 2v0m16-2a2 2 0 0 1 2 2m-2-2v0a2 2 0 0 1 2 2v0m1 11.1a2.9 2.9 0 0 1-2.9 2.9m2.9-2.9v0a2.9 2.9 0 0 1-2.9 2.9v0m0 0H4.9m0 0A2.9 2.9 0 0 1 2 17.1M4.9 20v0A2.9 2.9 0 0 1 2 17.1v0\\\" class=\\\"icon-dark\\\"/><circle cx=\\\"12\\\" cy=\\\"7\\\" r=\\\"1\\\" fill=\\\"currentColor\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"24\"], \"device-laptop\")); };\nexport var IconDeviceSmartphone = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M9.5 1H11a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1.5m3 0v.5A.5.5 0 0 1 9 2H7a.5.5 0 0 1-.5-.5V1m3 0h-3M8 12.5v.01\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M15 1h1a3 3 0 0 1 3 3v16a3 3 0 0 1-3 3H8a3 3 0 0 1-3-3V4a3 3 0 0 1 3-3h1m6 0v1a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1V1m6 0H9m3 19.01V20\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\", \"24\"], \"device-smartphone\")); };\nexport var IconDocumentAddedSquarePlus = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#E4FBF2\\\" d=\\\"M2 12V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"#1FA971\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M8 6v4m2-2H6m6-6H4a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2Z\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path fill=\\\"#E4FBF2\\\" d=\\\"M3 18V6a3 3 0 0 1 3-3h12a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"#1FA971\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M12 8v8m4-4H8m10-9H6a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3V6a3 3 0 0 0-3-3Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\", \"24\"], \"document-added-square-plus\")); };\nexport var IconDocumentAdded = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M2 13V3a2 2 0 0 1 2-2h6.172a2 2 0 0 1 1.414.586l1.828 1.828A2 2 0 0 1 14 4.828V13a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m6 10 .5-1m3.5 1-.5-1m-3 0L8 6l1.5 3m-3 0h3M14 4.828V13a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h6.172a2 2 0 0 1 1.414.586l1.828 1.828A2 2 0 0 1 14 4.828Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"document-added\")); };\nexport var IconDocumentBlank = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M2 14V2a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M5 8h3M5 5h6m-6 6h5m3-10H3a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1Z\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M4 20V4a2 2 0 0 1 2-2h8l6 6v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8m-6-6 6 6m-6-6v6h6\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"48\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M10 39V9a1 1 0 0 1 1-1h26a1 1 0 0 1 1 1v30a1 1 0 0 1-1 1H11a1 1 0 0 1-1-1Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M17 24h7m-7-6.857h14M17 30.857h11.667M37 8H11a1 1 0 0 0-1 1v30a1 1 0 0 0 1 1h26a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\", \"24\", \"48\"], \"document-blank\")); };\nexport var IconDocumentCode = function (props) { return React.createElement('svg', useIconProps(props, {\n \"24\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M18 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"currentColor\\\" d=\\\"M9 14a1 1 0 1 0 0 2v-2Zm6 2a1 1 0 1 0 0-2v2Zm-6 3h1v-2H9v2Zm-1-2a1 1 0 1 0 0 2v-2Zm5-6h-1v2h1v-2Zm3 2a1 1 0 1 0 0-2v2Zm-6-2a1 1 0 1 0 0 2v-2Zm.01 2h1v-2h-1v2ZM9 8a1 1 0 0 0 0 2V8Zm3 2h1V8h-1v2Zm3-2h-1v2h1V8Zm.01 2a1 1 0 1 0 0-2v2ZM14 7a1 1 0 1 0 0-2v2Zm-2-2h-1v2h1V5ZM8 5a1 1 0 0 0 0 2V5Zm1 2h1V5H9v2Zm3 10h-1v2h1v-2Zm1.01 2a1 1 0 1 0 0-2v2ZM6 3h12V1H6v2Zm12 18H6v2h12v-2Zm1-17v16h2V4h-2ZM5 20V4H3v16h2Zm4-4h6v-2H9v2Zm0 1H8v2h1v-2Zm4-4h3v-2h-3v2Zm-3 0h.01v-2H10v2Zm-1-3h3V8H9v2Zm6 0h.01V8H15v2Zm-1-5h-2v2h2V5ZM8 7h1V5H8v2Zm4 12h1.01v-2H12v2Zm-6 2a1 1 0 0 1-1-1H3a3 3 0 0 0 3 3v-2Zm12 2a3 3 0 0 0 3-3h-2a1 1 0 0 1-1 1v2Zm0-20a1 1 0 0 1 1 1h2a3 3 0 0 0-3-3v2ZM6 1a3 3 0 0 0-3 3h2a1 1 0 0 1 1-1V1Z\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"48\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" fill-rule=\\\"evenodd\\\" d=\\\"M32 5.18V13h7.82a2 2 0 0 0-.406-.586l-6.828-6.828A1.999 1.999 0 0 0 32 5.18Z\\\" class=\\\"icon-light\\\" clip-rule=\\\"evenodd\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m20 21-3 3 3 3m8-6 3 3-3 3m-5.5 2.5 3-11M32 5.18a2 2 0 0 0-.828-.18H9a1 1 0 0 0-1 1v36a1 1 0 0 0 1 1h30a1 1 0 0 0 1-1V13.828a2 2 0 0 0-.18-.828M32 5.18c.216.098.415.235.586.406l6.828 6.828a2 2 0 0 1 .406.586M32 5.18V13h7.82\\\" class=\\\"icon-dark\\\"/><path fill=\\\"#A3E7CB\\\" d=\\\"M43 40a6 6 0 1 1-12 0 6 6 0 0 1 12 0Z\\\" class=\\\"icon-light-secondary\\\"/><path stroke=\\\"#00814D\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M37 38v2m0 2v-2m0 0h2-4m8 0a6 6 0 1 1-12 0 6 6 0 0 1 12 0Z\\\" class=\\\"icon-dark-secondary\\\"/>\"\n }\n}, [\"24\", \"48\"], \"document-code\")); };\nexport var IconDocumentDeleted = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M2 13V3a2 2 0 0 1 2-2h6.172a2 2 0 0 1 1.414.586l1.828 1.828A2 2 0 0 1 14 4.828V13a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2Z\\\" class=\\\"icon-dark-stroke icon-light-fill\\\"/>\"\n }\n}, [\"16\"], \"document-deleted\")); };\nexport var IconDocumentDownload = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M2 13V3a2 2 0 0 1 2-2h6.172a2 2 0 0 1 1.414.586l1.828 1.828A2 2 0 0 1 14 4.828V13a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M8 5v6m0 0 2-2m-2 2L6 9m8-4.172V13a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h6.172a2 2 0 0 1 1.414.586l1.828 1.828A2 2 0 0 1 14 4.828Z\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M4 20V4a2 2 0 0 1 2-2h6.757a3 3 0 0 1 2.122.879L19.12 7.12A3 3 0 0 1 20 9.243V20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M12 16V8m0 8 3-3m-3 3-3-3m11-3.757V20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h6.757a3 3 0 0 1 2.122.879L19.12 7.12A3 3 0 0 1 20 9.243Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\", \"24\"], \"document-download\")); };\nexport var IconDocumentMinus = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M4 15a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h6.172a2 2 0 0 1 1.414.586l1.828 1.828A2 2 0 0 1 14 4.828V13a2 2 0 0 1-2 2H4Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M6 8h4m4-3.172V13a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h6.172a2 2 0 0 1 1.414.586l1.828 1.828A2 2 0 0 1 14 4.828Z\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M4 20V4a2 2 0 0 1 2-2h6.757a3 3 0 0 1 2.122.879L19.12 7.12A3 3 0 0 1 20 9.243V20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M15 12H9m11-2.757V20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h6.757a3 3 0 0 1 2.122.879L19.12 7.12A3 3 0 0 1 20 9.243Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\", \"24\"], \"document-minus\")); };\nexport var IconDocumentModifiedSquareDot = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#F5F4D7\\\" d=\\\"M9 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"#F5F4D7\\\" fill-rule=\\\"evenodd\\\" d=\\\"M4 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4Zm4 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z\\\" class=\\\"icon-light\\\" clip-rule=\\\"evenodd\\\"/><path stroke=\\\"#DB7903\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M9 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\\\" class=\\\"icon-dark\\\"/><path stroke=\\\"#DB7903\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M4 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4Zm4 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z\\\" class=\\\"icon-dark\\\" clip-rule=\\\"evenodd\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path fill=\\\"#DB7903\\\" d=\\\"M14 12a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z\\\" class=\\\"icon-dark\\\"/><path fill=\\\"#F5F4D7\\\" fill-rule=\\\"evenodd\\\" d=\\\"M6 3a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3V6a3 3 0 0 0-3-3H6Zm6 11a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z\\\" class=\\\"icon-light\\\" clip-rule=\\\"evenodd\\\"/><path stroke=\\\"#DB7903\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M14 12a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z\\\" class=\\\"icon-dark\\\"/><path stroke=\\\"#DB7903\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M6 3a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3V6a3 3 0 0 0-3-3H6Zm6 11a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z\\\" class=\\\"icon-dark\\\" clip-rule=\\\"evenodd\\\"/>\"\n }\n}, [\"16\", \"24\"], \"document-modified-square-dot\")); };\nexport var IconDocumentModified = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M2 13V3a2 2 0 0 1 2-2h6.172a2 2 0 0 1 1.414.586l1.828 1.828A2 2 0 0 1 14 4.828V13a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m5 10 1-4 2 3 2-3 1 4m3-5.172V13a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h6.172a2 2 0 0 1 1.414.586l1.828 1.828A2 2 0 0 1 14 4.828Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"document-modified\")); };\nexport var IconDocumentPlusMinus = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M3 15a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H3Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M6 6.5h4m-2 2v-4m-2 7h4M13 1H3a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1Z\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M4 20V4a2 2 0 0 1 2-2h6.757a3 3 0 0 1 2.122.879L19.12 7.12A3 3 0 0 1 20 9.243V20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M12 13v-3m0-3v3m0 0h3m-3 0H9m0 7h6m5-7.757V20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h6.757a3 3 0 0 1 2.122.879L19.12 7.12A3 3 0 0 1 20 9.243Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\", \"24\"], \"document-plus-minus\")); };\nexport var IconDocumentPlus = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M3 15a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H3Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M6 8h4m-2 2V6m5-5H3a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1Z\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M4 20V4a2 2 0 0 1 2-2h6.757a3 3 0 0 1 2.122.879L19.12 7.12A3 3 0 0 1 20 9.243V20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M12 15v-3m0-3v3m0 0h3m-3 0H9m11-2.757V20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h6.757a3 3 0 0 1 2.122.879L19.12 7.12A3 3 0 0 1 20 9.243Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\", \"24\"], \"document-plus\")); };\nexport var IconDocumentScript = function (props) { return React.createElement('svg', useIconProps(props, {\n \"24\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M4 1h13a3 3 0 0 1 3 3v15M4 1H3a2 2 0 0 0-2 2v0a2 2 0 0 0 2 2h1m0-4v4m7 1h5m-5 4h5m-5 4h5M4 5v15a3 3 0 0 0 3 3v0m13-4h1a2 2 0 0 1 2 2v0a2 2 0 0 1-2 2H7m13-4H7v0a2.828 2.828 0 0 1 0 4v0\\\" class=\\\"icon-dark\\\"/><path fill=\\\"currentColor\\\" d=\\\"M9 6a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM9 10a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM9 14a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"24\"], \"document-script\")); };\nexport var IconDocumentSheet = function (props) { return React.createElement('svg', useIconProps(props, {\n \"24\": {\n \"body\": \"<path fill=\\\"currentColor\\\" fill-rule=\\\"evenodd\\\" d=\\\"M10 1a1 1 0 0 0-.707.293l-6 6A1 1 0 0 0 3 8v12a3 3 0 0 0 3 3h1a1 1 0 0 0 0-2H6a1 1 0 0 1-1-1V9h5a1 1 0 0 0 1-1V3h7a1 1 0 0 1 1 1v5a1 1 0 0 0 2 0V4a3 3 0 0 0-3-3h-8ZM9 7H6.414L9 4.414V7Zm2 5a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-8a1 1 0 0 0-1-1H11Zm1 4v-2h2v2h-2Zm4 0v-2h4v2h-4Zm0 4v-2h4v2h-4Zm-2-2v2h-2v-2h2Z\\\" class=\\\"icon-dark\\\" clip-rule=\\\"evenodd\\\"/>\"\n }\n}, [\"24\"], \"document-sheet\")); };\nexport var IconDocumentStar = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M3 15a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H3Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m8 5.75.001 2.248m0 0 2.139-.693M8 7.998 9.323 9.82M8 7.998 6.677 9.82m1.324-1.822-2.14-.693M13 1H3a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1Z\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h6.757a3 3 0 0 1 2.122.879L19.12 7.12A3 3 0 0 1 20 9.243V20a2 2 0 0 1-2 2H6Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M12 8.844v3.16m0 0 3.002-.98m-3.002.98 1.855 2.55M12 12.003l-1.855 2.55M12 12.003l-3.002-.98M20 9.244V20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h6.757a3 3 0 0 1 2.122.879L19.12 7.12A3 3 0 0 1 20 9.243Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\", \"24\"], \"document-star\")); };\nexport var IconDocumentText = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M2 14V2a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M5 8h3M5 5h6m-6 6h5m3-10H3a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"document-text\")); };\nexport var IconDotOutlineLarge = function (props) { return React.createElement('svg', useIconProps(props, {\n \"8\": {\n \"body\": \"<circle cx=\\\"4\\\" cy=\\\"4\\\" r=\\\"3.5\\\" fill=\\\"#D0D2E0\\\" stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" class=\\\"icon-light-fill icon-dark-stroke\\\"/>\"\n }\n}, [\"8\"], \"dot-outline-large\")); };\nexport var IconDotOutlineSmall = function (props) { return React.createElement('svg', useIconProps(props, {\n \"8\": {\n \"body\": \"<circle cx=\\\"4\\\" cy=\\\"4\\\" r=\\\"2.5\\\" fill=\\\"#D0D2E0\\\" stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" class=\\\"icon-light-fill icon-dark-stroke\\\"/>\"\n }\n}, [\"8\"], \"dot-outline-small\")); };\nexport var IconFileChangesAdded = function (props) { return React.createElement('svg', useIconProps(props, {\n \"24\": {\n \"body\": \"<path fill=\\\"#C2F1DE\\\" d=\\\"M0 12C0 5.373 5.373 0 12 0s12 5.373 12 12-5.373 12-12 12S0 18.627 0 12Z\\\"/><path stroke=\\\"#00814D\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M15.999 9 11 15l-2.999-3\\\"/>\"\n }\n}, [\"24\"], \"file-changes-added\")); };\nexport var IconFileChangesError = function (props) { return React.createElement('svg', useIconProps(props, {\n \"24\": {\n \"body\": \"<path fill=\\\"#FAD9DF\\\" d=\\\"M0 12C0 5.373 5.373 0 12 0s12 5.373 12 12-5.373 12-12 12S0 18.627 0 12Z\\\"/><path stroke=\\\"#C62B49\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m15 9-3 3M9 9l3 3m0 0-3 3m3-3 3 3\\\"/>\"\n }\n}, [\"24\"], \"file-changes-error\")); };\nexport var IconFileChangesSkipped = function (props) { return React.createElement('svg', useIconProps(props, {\n \"24\": {\n \"body\": \"<path fill=\\\"#E1E3ED\\\" d=\\\"M0 12C0 5.373 5.373 0 12 0s12 5.373 12 12-5.373 12-12 12S0 18.627 0 12Z\\\"/><path stroke=\\\"#9095AD\\\" stroke-width=\\\"2\\\" d=\\\"M8.464 15.536a5 5 0 1 0 7.072-7.072m-7.072 7.072a5 5 0 1 1 7.072-7.072m-7.072 7.072 7.072-7.072\\\"/>\"\n }\n}, [\"24\"], \"file-changes-skipped\")); };\nexport var IconFileChangesWarning = function (props) { return React.createElement('svg', useIconProps(props, {\n \"24\": {\n \"body\": \"<path fill=\\\"#F3ECB3\\\" d=\\\"M0 12C0 5.373 5.373 0 12 0s12 5.373 12 12-5.373 12-12 12S0 18.627 0 12Z\\\"/><path stroke=\\\"#BD5800\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M12 7v7m0 2.99V17\\\"/>\"\n }\n}, [\"24\"], \"file-changes-warning\")); };\nexport var IconGeneral1X = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m9 4 6 8m-6 0 6-8M5 12V4H2.5L1 5.5\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"general-1X\")); };\nexport var IconGeneralChatBubble = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" stroke=\\\"currentColor\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M13 3H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2v3l5-3h3a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1Z\\\" class=\\\"icon-dark-stroke icon-light-fill\\\"/>\"\n }\n}, [\"16\"], \"general-chat-bubble\")); };\nexport var IconGeneralClipboard = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M3.5 2.585A1.5 1.5 0 0 0 2.5 4v9.5A1.5 1.5 0 0 0 4 15h8a1.5 1.5 0 0 0 1.5-1.5V4a1.5 1.5 0 0 0-1-1.415M7 4h2a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"general-clipboard\")); };\nexport var IconGeneralCommandKey = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M5 5v6m0-6h6M5 5V3a2 2 0 0 0-2-2v0a2 2 0 0 0-2 2v0a2 2 0 0 0 2 2h2Zm0 6h6m-6 0v2a2 2 0 0 1-2 2v0a2 2 0 0 1-2-2v0a2 2 0 0 1 2-2h2Zm6 0V5m0 6h2a2 2 0 0 1 2 2v0a2 2 0 0 1-2 2v0a2 2 0 0 1-2-2v-2Zm0-6V3a2 2 0 0 1 2-2v0a2 2 0 0 1 2 2v0a2 2 0 0 1-2 2h-2Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"general-command-key\")); };\nexport var IconGeneralCrosshairs = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"currentColor\\\" fill-rule=\\\"evenodd\\\" d=\\\"M8 0a1 1 0 0 1 1 1v.07A7.004 7.004 0 0 1 14.93 7H15a1 1 0 1 1 0 2h-.07A7.004 7.004 0 0 1 9 14.93V15a1 1 0 1 1-2 0v-.07A7.004 7.004 0 0 1 1.07 9H1a1 1 0 0 1 0-2h.07A7.005 7.005 0 0 1 7 1.07V1a1 1 0 0 1 1-1ZM7 3.1A5.006 5.006 0 0 0 3.1 7H4a1 1 0 0 1 0 2h-.9A5.006 5.006 0 0 0 7 12.9V12a1 1 0 1 1 2 0v.9A5.006 5.006 0 0 0 12.9 9H12a1 1 0 1 1 0-2h.9A5.006 5.006 0 0 0 9 3.1V4a1 1 0 0 1-2 0v-.9Z\\\" class=\\\"icon-dark\\\" clip-rule=\\\"evenodd\\\"/><path fill=\\\"currentColor\\\" d=\\\"M9 8a1 1 0 1 0-2 0 1 1 0 0 0 2 0Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"general-crosshairs\")); };\nexport var IconGeneralEarth = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M6.825 6.844c.384.53-.018.801-.527 1.144-.464.312-1.018.685-1.145 1.371-.145.785.128 1.563 1.175 2.079.238.117.181 1.293.13 2.358-.018.372-.035.73-.039 1.025l.186.04c2.044-.856 3.464-2.082 4.192-3.72.422-1.157-.406-2.5-1.313-2.954-.453-1.937 1.625-1.484 2.188-1.343.167 0 .122-.193.054-.488-.11-.477-.28-1.222.29-1.84.424-.461.998-.993 1.204-1.18A6.983 6.983 0 0 0 8 1c-.816 0-1.6.14-2.327.396-1.27 3.39-.613 3.948.902 5.235l.25.213Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"#D0D2E0\\\" fill-rule=\\\"evenodd\\\" d=\\\"M6.605 14.861a7.114 7.114 0 0 1-.186-.04c.004-.295.021-.653.04-1.025.05-1.065.107-2.241-.13-2.358-1.048-.516-1.32-1.294-1.176-2.079.127-.686.68-1.059 1.145-1.371.51-.343.91-.613.527-1.144l-.25-.213C5.06 5.344 4.402 4.786 5.673 1.396A6.989 6.989 0 0 1 8 1c2.074 0 3.938.902 5.22 2.336-.206.188-.78.719-1.204 1.18-.57.618-.4 1.363-.29 1.84.068.295.113.488-.054.488-.563-.14-2.64-.594-2.188 1.343.907.454 1.735 1.797 1.313 2.954-.728 1.638-2.148 2.864-4.192 3.72Z\\\" class=\\\"icon-light\\\" clip-rule=\\\"evenodd\\\"/><path stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" d=\\\"M5.673 1.396a7.003 7.003 0 0 0 .746 13.425M5.673 1.396A6.989 6.989 0 0 1 8 1c2.074 0 3.938.902 5.22 2.336m-7.547-1.94c-1.27 3.39-.613 3.948.902 5.235l.25.213c.384.53-.018.801-.527 1.144-.464.312-1.018.685-1.145 1.371-.145.785.128 1.563 1.175 2.079.238.117.181 1.293.13 2.358-.018.372-.035.73-.039 1.025m6.8-11.485c-.205.188-.779.719-1.203 1.18-.57.618-.4 1.363-.29 1.84.068.295.113.488-.054.488-.563-.14-2.64-.594-2.188 1.343.907.454 1.735 1.797 1.313 2.954-.728 1.638-2.148 2.864-4.192 3.72M13.22 3.336A7 7 0 0 1 6.606 14.86m0 0a7.114 7.114 0 0 1-.187-.04\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"general-earth\")); };\nexport var IconGeneralEyeClosed = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"currentColor\\\" fill-rule=\\\"evenodd\\\" d=\\\"M10.704 2.468A7.843 7.843 0 0 0 8 2C5.128 2 3.128 3.447 1.882 4.831a10.868 10.868 0 0 0-1.69 2.528 6.552 6.552 0 0 0-.11.242l-.006.018-.003.006v.002H.071a1.002 1.002 0 0 0 0 .744v.002l.001.002.003.006.007.018a4.2 4.2 0 0 0 .108.242 10.869 10.869 0 0 0 1.748 2.591l1.416-1.416A8.874 8.874 0 0 1 2.105 8a8.868 8.868 0 0 1 1.264-1.831C4.371 5.053 5.871 4 8 4c.379 0 .737.033 1.077.094l1.627-1.626ZM8.166 5.005a3 3 0 0 0-3.162 3.162l3.162-3.162Zm-.334 5.99 3.162-3.162a3 3 0 0 1-3.162 3.162Zm-.91.91c.34.062.698.095 1.077.095 2.128 0 3.628-1.053 4.632-2.169A8.87 8.87 0 0 0 13.895 8a8.872 8.872 0 0 0-1.25-1.816l1.416-1.416c.02.02.038.042.057.063a10.869 10.869 0 0 1 1.69 2.528 6.627 6.627 0 0 1 .11.242l.006.018.003.006.001.003L15 8l.928.372-.001.003-.003.006-.007.018a3.777 3.777 0 0 1-.108.242 10.87 10.87 0 0 1-1.69 2.528C12.871 12.554 10.871 14 8 14a7.843 7.843 0 0 1-2.703-.468l1.626-1.627Zm9.005-3.533L15 8l.928-.372c.095.238.095.506 0 .744Zm-15.857 0L1 8l-.928.371ZM1 8l-.928-.372L1 8Z\\\" class=\\\"icon-dark\\\" clip-rule=\\\"evenodd\\\"/><path stroke=\\\"currentcolor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" d=\\\"m2.5 13.5 11-11\\\"/>\"\n }\n}, [\"16\"], \"general-eye-closed\")); };\nexport var IconGeneralEyeOpen = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M10 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"#D0D2E0\\\" fill-rule=\\\"evenodd\\\" d=\\\"M10 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z\\\" class=\\\"icon-light\\\" clip-rule=\\\"evenodd\\\"/><path fill=\\\"currentColor\\\" d=\\\"m1 8-.928-.371a1 1 0 0 0 0 .742L1 8Zm14 0 .928.371a1 1 0 0 0 0-.742L15 8ZM1 8l.928.372v.002a.708.708 0 0 1 .013-.033 7.584 7.584 0 0 1 .32-.63c.239-.422.605-.984 1.107-1.542C4.372 5.053 5.872 4 8 4V2C5.128 2 3.128 3.447 1.882 4.831a10.867 10.867 0 0 0-1.69 2.528 6.554 6.554 0 0 0-.119.266v.002H.071c0 .001 0 .002.928.373Zm7-4c2.128 0 3.628 1.053 4.632 2.169A8.871 8.871 0 0 1 14 8.212l.059.13.012.028.002.004v-.001h-.001c0-.001 0-.002.928-.373l.928-.372v-.001l-.001-.002-.002-.006a1.499 1.499 0 0 1-.031-.073 9.567 9.567 0 0 0-.415-.82 10.868 10.868 0 0 0-1.36-1.895C12.871 3.447 10.871 2 8 2v2Zm7 4-.928-.372v-.002l-.001.004-.012.029a7.611 7.611 0 0 1-.32.63c-.239.422-.605.984-1.107 1.542C11.628 10.947 10.128 12 8 12v2c2.872 0 4.872-1.447 6.118-2.831a10.869 10.869 0 0 0 1.69-2.528 6.682 6.682 0 0 0 .117-.26l.002-.006v-.002h.001c0-.001 0-.002-.928-.373Zm-7 4c-2.128 0-3.628-1.053-4.632-2.169A8.868 8.868 0 0 1 2 7.788a4.57 4.57 0 0 1-.073-.162v.001h.001c0 .001 0 .002-.928.373l-.928.372v.001l.001.002a2.09 2.09 0 0 0 .033.079 9.584 9.584 0 0 0 .414.82c.293.515.74 1.203 1.362 1.895C3.128 12.553 5.128 14 8 14v-2Zm1-4a1 1 0 0 1-1 1v2a3 3 0 0 0 3-3H9ZM8 9a1 1 0 0 1-1-1H5a3 3 0 0 0 3 3V9ZM7 8a1 1 0 0 1 1-1V5a3 3 0 0 0-3 3h2Zm1-1a1 1 0 0 1 1 1h2a3 3 0 0 0-3-3v2Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"general-eye-open\")); };\nexport var IconGeneralGlobe = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M10.5 8c0-1.833-.252-3.502-.664-4.75C9.38 1.866 8.726 1 8 1s-1.38.866-1.836 2.25C5.752 4.498 5.5 6.167 5.5 8c0 .3.007.595.02.885C6.317 8.96 7.147 9 8 9s1.683-.04 2.48-.115c.013-.29.02-.585.02-.885Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"#D0D2E0\\\" d=\\\"M8 1a6.981 6.981 0 0 0-5.142 2.25A6.975 6.975 0 0 0 1 7.971c1.292.437 2.832.755 4.52.914C5.507 8.595 5.5 8.3 5.5 8c0-1.833.252-3.502.664-4.75C6.62 1.866 7.274 1 8 1Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"#D0D2E0\\\" d=\\\"M1 8c0 1.833.705 3.502 1.858 4.75A6.981 6.981 0 0 0 8 15c-.726 0-1.38-.866-1.836-2.25-.345-1.044-.577-2.382-.644-3.865-1.688-.16-3.228-.477-4.52-.914V8Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"#D0D2E0\\\" d=\\\"M6.164 12.75C6.62 14.134 7.274 15 8 15s1.38-.866 1.836-2.25c.345-1.044.577-2.382.644-3.865C9.683 8.96 8.853 9 8 9s-1.683-.04-2.48-.115c.067 1.483.3 2.821.644 3.865Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"#D0D2E0\\\" d=\\\"M8 15a6.981 6.981 0 0 0 5.142-2.25A6.975 6.975 0 0 0 15 8v-.029c-1.292.437-2.832.755-4.52.914-.067 1.483-.3 2.821-.644 3.865C9.38 14.134 8.726 15 8 15Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"#D0D2E0\\\" d=\\\"M13.142 3.25A6.981 6.981 0 0 0 8 1c.726 0 1.38.866 1.836 2.25.412 1.248.664 2.917.664 4.75 0 .3-.007.595-.02.885 1.688-.159 3.228-.477 4.52-.914a6.974 6.974 0 0 0-1.858-4.721Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"currentColor\\\" d=\\\"m13.142 3.25-.735.679.735-.679Zm-10.284 0 .735.679-.735-.679Zm0 9.5.735-.679-.735.679Zm10.284 0-.735-.679.735.679Zm-3.306-9.5-.95.313.95-.313Zm-3.672 0 .95.313-.95-.313Zm0 9.5-.95.313.95-.313Zm3.672 0 .95.313-.95-.313ZM15 7.971l1-.004-1 .004Zm-14 0-1-.004 1 .004ZM8 2c1.742 0 3.31.741 4.407 1.929l1.47-1.358A7.981 7.981 0 0 0 8 0v2ZM3.593 3.929A5.981 5.981 0 0 1 8 2V0a7.981 7.981 0 0 0-5.876 2.571L3.593 3.93ZM0 8c0 2.095.806 4.003 2.124 5.429l1.469-1.358A5.975 5.975 0 0 1 2 8H0Zm8 6a5.981 5.981 0 0 1-4.407-1.929l-1.47 1.358A7.981 7.981 0 0 0 8 16v-2Zm0 2a7.981 7.981 0 0 0 5.876-2.571l-1.469-1.358A5.981 5.981 0 0 1 8 14v2Zm6-8c0 1.572-.603 3-1.593 4.071l1.47 1.358A7.975 7.975 0 0 0 16 8h-2Zm-2.5 0c0-1.915-.262-3.693-.714-5.063l-1.9.626C9.259 4.69 9.5 6.248 9.5 8h2ZM8 2c-.067 0 .02-.041.238.23.21.263.44.704.649 1.333l1.899-.627c-.249-.753-.573-1.438-.986-1.954C9.395.475 8.793 0 8 0v2Zm-2.786.937C4.762 4.306 4.5 6.085 4.5 8h2c0-1.752.242-3.311.613-4.437l-1.899-.627Zm1.9.626c.207-.63.438-1.07.648-1.333C7.98 1.96 8.067 2 8 2V0c-.793 0-1.395.475-1.8.982-.413.516-.737 1.2-.986 1.954l1.9.627ZM8 14c.067 0-.02.041-.238-.23-.21-.263-.44-.704-.649-1.333l-1.899.626c.249.754.573 1.439.986 1.955.405.507 1.007.982 1.8.982v-2Zm0 2c.793 0 1.395-.475 1.8-.982.413-.516.737-1.2.986-1.955l-1.9-.627c-.207.63-.438 1.071-.648 1.334-.217.271-.305.23-.238.23v2Zm8-8v-.033l-2 .008V8h2Zm0-.033a7.975 7.975 0 0 0-2.124-5.396L12.407 3.93A5.975 5.975 0 0 1 14 7.975l2-.008ZM2.124 2.571A7.975 7.975 0 0 0 0 7.967l2 .008A5.975 5.975 0 0 1 3.593 3.93L2.123 2.57ZM0 7.967V8h2v-.025l-2-.008ZM4.5 8c0 .315.007.625.02.93l1.999-.09A18.68 18.68 0 0 1 6.5 8h-2Zm.926 1.88C6.255 9.96 7.116 10 8 10V8c-.822 0-1.62-.038-2.386-.11l-.188 1.99ZM8 10c.884 0 1.745-.041 2.574-.12l-.188-1.99C9.621 7.962 8.822 8 8 8v2Zm3.48-1.07c.013-.305.02-.615.02-.93h-2c0 .285-.006.565-.019.84l1.998.09Zm-.906.95c1.752-.165 3.37-.496 4.746-.961l-.64-1.895c-1.207.408-2.67.712-4.294.866l.188 1.99ZM9.481 8.84c-.063 1.413-.284 2.658-.594 3.597l1.899.626c.38-1.149.623-2.58.693-4.133l-1.998-.09Zm-3.867-.95c-1.625-.154-3.087-.458-4.294-.866L.68 8.919c1.377.465 2.994.796 4.746.962l.188-1.991ZM4.52 8.93c.07 1.553.314 2.985.693 4.133l1.9-.627c-.31-.938-.532-2.183-.595-3.596l-1.998.09ZM0 7.97 0 7.997l2 .004v-.029L0 7.97ZM16 7.997v-.029l-2 .004v.029l2-.004Z\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"48\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M31 24h12c0-4.976-1.913-9.506-5.044-12.893-2.187 1.12-4.967 1.978-8.105 2.458C30.577 16.56 31 20.146 31 24Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"#D0D2E0\\\" d=\\\"M29.85 13.565c3.139-.48 5.92-1.337 8.106-2.458A18.95 18.95 0 0 0 24 5c2.446 0 4.6 3.406 5.85 8.565Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"#D0D2E0\\\" d=\\\"M24 5c-2.446 0-4.6 3.406-5.85 8.565 1.842.283 3.809.435 5.85.435 2.041 0 4.008-.152 5.85-.435C28.6 8.405 26.447 5 24 5Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"#D0D2E0\\\" d=\\\"M17 24h14c0-3.854-.423-7.44-1.15-10.435-1.842.283-3.809.435-5.85.435-2.041 0-4.008-.152-5.85-.435C17.422 16.56 17 20.146 17 24Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"#D0D2E0\\\" d=\\\"M5 24h12c0-3.854.423-7.44 1.15-10.435-3.139-.48-5.92-1.337-8.106-2.458A18.933 18.933 0 0 0 5 24Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"#D0D2E0\\\" d=\\\"M18.15 13.565C19.4 8.405 21.553 5 24 5a18.95 18.95 0 0 0-13.956 6.107c2.186 1.12 4.967 1.978 8.105 2.458ZM18.15 34.435c-3.139.48-5.92 1.337-8.106 2.458A18.95 18.95 0 0 0 24 43c-2.446 0-4.6-3.406-5.85-8.565Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"#D0D2E0\\\" d=\\\"M17 24H5c0 4.976 1.913 9.506 5.044 12.893 2.186-1.12 4.967-1.978 8.105-2.458C17.423 31.44 17 27.854 17 24Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"#D0D2E0\\\" d=\\\"M31 24H17c0 3.854.423 7.44 1.15 10.435A38.768 38.768 0 0 1 24 34c2.041 0 4.008.153 5.85.435C30.578 31.44 31 27.854 31 24Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"#D0D2E0\\\" d=\\\"M18.15 34.435C19.4 39.595 21.553 43 24 43c2.446 0 4.6-3.406 5.85-8.565A38.768 38.768 0 0 0 24 34c-2.041 0-4.008.153-5.85.435Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"#D0D2E0\\\" d=\\\"M24 43a18.95 18.95 0 0 0 13.956-6.107c-2.187-1.12-4.967-1.978-8.105-2.458C28.599 39.595 26.446 43 24 43Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"#D0D2E0\\\" d=\\\"M43 24H31c0 3.854-.423 7.44-1.15 10.435 3.139.48 5.92 1.337 8.106 2.458A18.933 18.933 0 0 0 43 24Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"currentColor\\\" d=\\\"M24 14v1-1Zm0 20v-1 1Zm19-11H5v2h38v-2Zm-12 2h12v-2H31v2Zm13-1a19.932 19.932 0 0 0-5.31-13.572l-1.468 1.358A17.932 17.932 0 0 1 42 24h2Zm-6.5-13.783c-2.071 1.062-4.745 1.892-7.8 2.36l.302 1.977c3.22-.494 6.108-1.377 8.41-2.557l-.912-1.78Zm-8.621 3.584C29.584 16.709 30 20.215 30 24h2c0-3.923-.43-7.59-1.177-10.67l-1.944.47ZM24 6c.723 0 1.61.51 2.542 1.904.912 1.363 1.727 3.381 2.337 5.897l1.944-.472c-.642-2.643-1.529-4.908-2.618-6.537C27.135 5.192 25.723 4 24 4v2Zm5.7 6.577A37.773 37.773 0 0 1 24 13v2c2.09 0 4.108-.156 6.002-.446l-.303-1.977ZM24 6a17.95 17.95 0 0 1 13.222 5.786l1.469-1.358A19.949 19.949 0 0 0 24 4v2Zm0-2c-1.723 0-3.136 1.193-4.205 2.792-1.089 1.63-1.976 3.894-2.618 6.537l1.944.472c.61-2.516 1.425-4.534 2.337-5.897C22.39 6.51 23.278 6 24 6V4Zm-6.002 10.554c1.894.29 3.911.446 6.002.446v-2c-1.992 0-3.908-.149-5.7-.423l-.302 1.977ZM18 24c0-3.785.416-7.29 1.121-10.2l-1.944-.47C16.43 16.41 16 20.076 16 24h2Zm-1 1h14v-2H17v2ZM5 25h12v-2H5v2Zm13.3-12.423c-3.055-.468-5.729-1.298-7.8-2.36l-.912 1.78c2.302 1.18 5.19 2.063 8.41 2.557l.303-1.977Zm-8.99-2.149A19.932 19.932 0 0 0 4 24h2c0-4.715 1.811-9.004 4.778-12.214L9.31 10.428Zm1.468 1.358A17.95 17.95 0 0 1 24 6V4a19.95 19.95 0 0 0-14.69 6.428l1.468 1.358ZM4 24a19.932 19.932 0 0 0 5.31 13.572l1.468-1.358A17.932 17.932 0 0 1 6 24H4Zm6.5 13.783c2.071-1.062 4.745-1.892 7.8-2.36l-.302-1.977c-3.22.494-6.108 1.377-8.41 2.557l.912 1.78Zm8.621-3.584C18.416 31.291 18 27.785 18 24h-2c0 3.923.43 7.59 1.177 10.67l1.944-.47ZM24 42c-.723 0-1.61-.51-2.542-1.904-.912-1.363-1.727-3.381-2.337-5.897l-1.944.471c.642 2.644 1.529 4.909 2.618 6.538C20.865 42.808 22.277 44 24 44v-2Zm-5.7-6.577A37.773 37.773 0 0 1 24 35v-2c-2.09 0-4.108.156-6.002.446l.303 1.977ZM24 42a17.949 17.949 0 0 1-13.222-5.786L9.31 37.572A19.949 19.949 0 0 0 24 44v-2Zm0-7c1.992 0 3.908.149 5.7.423l.302-1.977A39.778 39.778 0 0 0 24 33v2Zm6.823-.33C31.57 31.59 32 27.923 32 24h-2c0 3.785-.416 7.29-1.121 10.2l1.944.47Zm-1.944-.47c-.61 2.515-1.425 4.533-2.337 5.896C25.61 41.49 24.722 42 24 42v2c1.723 0 3.136-1.193 4.205-2.792 1.089-1.63 1.976-3.894 2.618-6.538l-1.944-.47ZM24 44a19.949 19.949 0 0 0 14.69-6.428l-1.468-1.358A17.949 17.949 0 0 1 24 42v2Zm14.412-7.997c-2.302-1.18-5.19-2.063-8.41-2.557l-.303 1.977c3.056.468 5.73 1.298 7.801 2.36l.912-1.78ZM42 24c0 4.715-1.811 9.004-4.778 12.214l1.469 1.358A19.932 19.932 0 0 0 44 24h-2Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\", \"48\"], \"general-globe\")); };\nexport var IconGeneralGrid2X2Medium = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M3 3h3v3H3V3ZM3 10h3v3H3v-3ZM10 3h3v3h-3V3ZM10 10h3v3h-3v-3Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M3 3h3v3H3V3ZM3 10h3v3H3v-3ZM10 3h3v3h-3V3ZM10 10h3v3h-3v-3Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"general-grid-2x2-medium\")); };\nexport var IconGeneralGrid2X2Small = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M3.5 3.5h3v3h-3v-3ZM3.5 9.5h3v3h-3v-3ZM9.5 3.5h3v3h-3v-3ZM9.5 9.5h3v3h-3v-3Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M3.5 3.5h3v3h-3v-3ZM3.5 9.5h3v3h-3v-3ZM9.5 3.5h3v3h-3v-3ZM9.5 9.5h3v3h-3v-3Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"general-grid-2x2-small\")); };\nexport var IconGeneralGrid2X2 = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M2 2h4v4H2V2ZM2 10h4v4H2v-4ZM10 2h4v4h-4V2ZM10 10h4v4h-4v-4Z\\\" class=\\\"icon-light\\\" style=\\\"opacity:.35\\\"/><path stroke=\\\"currentColor\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M2 2h4v4H2V2ZM2 10h4v4H2v-4ZM10 2h4v4h-4V2ZM10 10h4v4h-4v-4Z\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M3 3h7v7H3V3ZM3 14h7v7H3v-7ZM14 3h7v7h-7V3ZM14 14h7v7h-7v-7Z\\\" class=\\\"icon-light\\\" style=\\\"opacity:.35\\\"/><path stroke=\\\"currentColor\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M3 3h7v7H3V3ZM3 14h7v7H3v-7ZM14 3h7v7h-7V3ZM14 14h7v7h-7v-7Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\", \"24\"], \"general-grid-2x2\")); };\nexport var IconGeneralHandleVertical = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"currentColor\\\" d=\\\"M7 6a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM7 2a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM11 6a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM11 2a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM11 10a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM7 10a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM7 14a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM11 14a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"general-handle-vertical\")); };\nexport var IconGeneralLifeRing = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" fill-rule=\\\"evenodd\\\" d=\\\"M8 1a7 7 0 0 1 7 7h-4a3 3 0 0 0-3-3V1ZM5 8H1a7 7 0 0 0 7 7v-4a3 3 0 0 1-3-3Z\\\" class=\\\"icon-light\\\" clip-rule=\\\"evenodd\\\"/><path stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" d=\\\"M15 8a7 7 0 0 1-7 7m7-7a7 7 0 0 0-7-7m7 7h-4m-3 7a7 7 0 0 1-7-7m7 7v-4M1 8a7 7 0 0 1 7-7M1 8h4m3-7v4m3 3a3 3 0 0 1-3 3m3-3a3 3 0 0 0-3-3m0 6a3 3 0 0 1-3-3m0 0a3 3 0 0 1 3-3\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"general-life-ring\")); };\nexport var IconGeneralOfficeBuilding = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M10 4v10h4a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1h-4Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" d=\\\"M10 14H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h7a1 1 0 0 1 1 1v2m0 10V4m0 10h4a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1h-4\\\" class=\\\"icon-dark\\\"/><path fill=\\\"currentColor\\\" d=\\\"M3 3.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1ZM12 6.5a.5.5 0 0 1 1 0v1a.5.5 0 0 1-1 0v-1ZM12 9.5a.5.5 0 0 1 1 0v1a.5.5 0 0 1-1 0v-1ZM3 6.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1ZM3 9.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1ZM6 3.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1ZM6 6.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1ZM6 9.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"general-office-building\")); };\nexport var IconGeneralPlaceholder = function (props) { return React.createElement('svg', useIconProps(props, {\n \"12\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M9.55 2.45c1.933 1.934 1.933 5.166 0 7.1-1.934 1.933-5.166 1.933-7.1 0-1.933-1.934-1.933-5.166 0-7.1 1.934-1.933 5.166-1.933 7.1 0Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" d=\\\"m6 6 3.55-3.55M6 6 2.45 2.45M6 6l3.55 3.55M6 6 2.45 9.55m7.1-7.1c1.933 1.934 1.933 5.166 0 7.1m0-7.1C7.616.517 4.384.517 2.45 2.45m0 0c-1.933 1.934-1.933 5.166 0 7.1m7.1 0c-1.934 1.933-5.166 1.933-7.1 0\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M12.97 3.03c2.707 2.708 2.707 7.232 0 9.94-2.708 2.707-7.232 2.707-9.94 0-2.707-2.708-2.707-7.232 0-9.94 2.708-2.707 7.232-2.707 9.94 0Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" d=\\\"m8 8 4.97-4.97M8 8 3.03 3.03M8 8l4.97 4.97M8 8l-4.97 4.97m9.94-9.94c2.707 2.708 2.707 7.232 0 9.94m0-9.94C10.261.324 5.737.324 3.03 3.03m0 0c-2.707 2.708-2.707 7.232 0 9.94m9.94 0c-2.708 2.707-7.232 2.707-9.94 0\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M19.1 4.9c3.867 3.869 3.867 10.332 0 14.2-3.869 3.867-10.331 3.867-14.2 0-3.867-3.869-3.867-10.331 0-14.2 3.869-3.867 10.332-3.867 14.2 0Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" d=\\\"m12 12 7.1-7.1M12 12 4.9 4.9M12 12l7.1 7.1M12 12l-7.1 7.1M19.1 4.9c3.867 3.869 3.867 10.332 0 14.2m0-14.2C15.23 1.034 8.768 1.034 4.9 4.9m0 0c-3.867 3.869-3.867 10.332 0 14.2m14.2 0c-3.869 3.867-10.331 3.867-14.2 0\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"48\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M38.198 9.802c7.736 7.735 7.736 20.66 0 28.396-7.735 7.736-20.66 7.736-28.396 0-7.736-7.735-7.736-20.66 0-28.396 7.735-7.736 20.66-7.736 28.396 0Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" d=\\\"M24 24 38.198 9.802M24 24 9.802 9.802M24 24l14.198 14.198M24 24 9.802 38.198M38.198 9.802c7.736 7.735 7.736 20.66 0 28.396m0-28.396c-7.735-7.736-20.66-7.736-28.396 0m0 0c-7.736 7.735-7.736 20.66 0 28.396m28.396 0c-7.735 7.736-20.66 7.736-28.396 0\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"12\", \"16\", \"24\", \"48\"], \"general-placeholder\")); };\nexport var IconGeneralRocket = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path d=\\\"M3.5 9.5 1 11l4 4 1.5-2.5-3-3Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m7.5 13.5-1-1m1 1 1 1 3-3v-2m-4 4 4-4m-9-1 1 1m-1-1-1-1 3-3h2m-4 4 4-4m-3 5L1 11l4 4 1.5-2.5m-3-3 3 3m5-3 1.621-1.621A3 3 0 0 0 14 5.757V2h-3.757a3 3 0 0 0-2.122.879L6.5 4.5\\\" class=\\\"icon-dark\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" d=\\\"M9 11.5 4.5 7\\\" class=\\\"icon-dark\\\"/><circle cx=\\\"10.5\\\" cy=\\\"5.5\\\" r=\\\"1\\\" fill=\\\"currentColor\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path d=\\\"m6 13.5-3 2L8.5 21l2-3L6 13.5ZM3.635 11.135 5 12.5l5.23-5.23H7.5l-3.865 3.865ZM11.5 19l1.365 1.365 3.866-3.865v-2.73L11.5 19Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M16.73 13.77v2.73l-3.865 3.865L11.5 19m5.23-5.23L11.5 19m5.23-5.23 3.098-3.098A4 4 0 0 0 21 7.843V3h-4.843a4 4 0 0 0-2.829 1.172l-3.097 3.097m0 0H7.5l-3.865 3.866L5 12.5m5.23-5.23L5 12.5m0 0 6.5 6.5M6 13.5l-3 2L8.5 21l2-3L6 13.5Z\\\" class=\\\"icon-dark\\\"/><path fill=\\\"#1B1E2E\\\" d=\\\"M.146 19.646a.5.5 0 0 0 .708.708l-.708-.708Zm0 3.5a.5.5 0 0 0 .708.708l-.708-.708Zm3.5 0a.5.5 0 0 0 .708.708l-.708-.708Zm-1.5-5.5-2 2 .708.708 2-2-.708-.708Zm1.75 1.75-3.75 3.75.708.708 3.75-3.75-.708-.708Zm1.75 1.75-2 2 .708.708 2-2-.708-.708Z\\\" opacity=\\\".4\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" d=\\\"m13.5 16.5-6-6\\\" class=\\\"icon-dark\\\"/><circle cx=\\\"16.5\\\" cy=\\\"7.5\\\" r=\\\"1.5\\\" stroke=\\\"currentColor\\\" class=\\\"icon-dark-stroke icon-light-fill\\\"/>\"\n }\n}, [\"16\", \"24\"], \"general-rocket\")); };\nexport var IconLoading = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<circle cx=\\\"8\\\" cy=\\\"8\\\" r=\\\"6\\\" stroke=\\\"#D0D2E0\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M14 8a6 6 0 0 0-6-6\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"loading\")); };\nexport var IconMenuDotsVertical = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"currentColor\\\" d=\\\"M10 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0ZM10 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0ZM10 14a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"menu-dots-vertical\")); };\nexport var IconMenuExpandLeft = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M14 3H8m6 5H2m0 0 2.5-2.5M2 8l2.5 2.5M14 13H8\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"menu-expand-left\")); };\nexport var IconMenuExpandRight = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M2 3h6M2 8h12m0 0-2.5-2.5M14 8l-2.5 2.5M2 13h6\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"menu-expand-right\")); };\nexport var IconMenuHamburger = function (props) { return React.createElement('svg', useIconProps(props, {\n \"24\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M1 6h22M1 12h14M1 18h18\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"24\"], \"menu-hamburger\")); };\nexport var IconNumber1 = function (props) { return React.createElement('svg', useIconProps(props, {\n \"24\": {\n \"body\": \"<circle cx=\\\"12\\\" cy=\\\"12\\\" r=\\\"12\\\" fill=\\\"#D0D2E0\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M13 17V8h-2L9.5 9.5\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"24\"], \"number-1\")); };\nexport var IconNumber2 = function (props) { return React.createElement('svg', useIconProps(props, {\n \"24\": {\n \"body\": \"<circle cx=\\\"12\\\" cy=\\\"12\\\" r=\\\"12\\\" fill=\\\"#D0D2E0\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M15 16H9l4.5-4c2-2 1-5-1.5-5S9 9.5 9 9.5\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"24\"], \"number-2\")); };\nexport var IconNumber3 = function (props) { return React.createElement('svg', useIconProps(props, {\n \"24\": {\n \"body\": \"<circle cx=\\\"12\\\" cy=\\\"12\\\" r=\\\"12\\\" fill=\\\"#D0D2E0\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M9 15c.5 3 5.5 3 6 0 0-2.5-3-3-3-3l3-4H9\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"24\"], \"number-3\")); };\nexport var IconNumber4 = function (props) { return React.createElement('svg', useIconProps(props, {\n \"24\": {\n \"body\": \"<circle cx=\\\"12\\\" cy=\\\"12\\\" r=\\\"12\\\" fill=\\\"#D0D2E0\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M13.5 17V8h-2l-3 6h7\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"24\"], \"number-4\")); };\nexport var IconNumber5 = function (props) { return React.createElement('svg', useIconProps(props, {\n \"24\": {\n \"body\": \"<circle cx=\\\"12\\\" cy=\\\"12\\\" r=\\\"12\\\" fill=\\\"#D0D2E0\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M14.5 8h-4l-.5 4h2c1.657 0 3 1.12 3 2.5S13.657 17 12 17c-.982 0-1.853-.393-2.4-1\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"24\"], \"number-5\")); };\nexport var IconNumberOctothorpe = function (props) { return React.createElement('svg', useIconProps(props, {\n \"24\": {\n \"body\": \"<circle cx=\\\"12\\\" cy=\\\"12\\\" r=\\\"12\\\" fill=\\\"#D0D2E0\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M11 6 8 18m5 0 3-12m2 4H7m10 4H6\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"24\"], \"number-octothorpe\")); };\nexport var IconObjectBookCode = function (props) { return React.createElement('svg', useIconProps(props, {\n \"48\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M40 5H10a2 2 0 0 0-2 2v28h32V5Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M40 43h-1M8 35v6a2 2 0 0 0 2 2v0m-2-8V7a2 2 0 0 1 2-2v0M8 35h2m0-30h30v30h-1M10 5v30m0 0v8m0-8h29m-29 8h29m0-8s-1 4 0 8M21 17l-3 3 3 3m8-6 3 3-3 3m-5.5 2.5 3-11\\\" class=\\\"icon-dark\\\"/><path fill=\\\"#69D3A7\\\" d=\\\"M14 39h8v8l-4-1.714L14 47v-8Z\\\" class=\\\"icon-light-secondary\\\"/><path fill=\\\"#00814D\\\" d=\\\"M14 39v-1h-1v1h1Zm8 0h1v-1h-1v1Zm0 8-.394.92A1 1 0 0 0 23 47h-1Zm-8 0h-1a1 1 0 0 0 1.394.92L14 47Zm4-1.714.394-.92a1 1 0 0 0-.788 0l.394.92ZM14 40h8v-2h-8v2Zm7-1v8h2v-8h-2Zm-6 8v-8h-2v8h2Zm7.394-.92-4-1.713-.788 1.838 4 1.714.788-1.838Zm-4.788-1.713-4 1.714.788 1.838 4-1.714-.788-1.838Z\\\" class=\\\"icon-dark-secondary\\\"/>\"\n }\n}, [\"48\"], \"object-book-code\")); };\nexport var IconObjectBook = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M13 2H4a1 1 0 0 0-1 1v8h10V2Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M13 11V2H4m9 9H4m9 0v3H4m-1-3v2a1 1 0 0 0 1 1v0m-1-3V3a1 1 0 0 1 1-1v0m-1 9h1m0-9v9m0 0v3m6-9H7\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M20 3H5a1 1 0 0 0-1 1v13h16V3Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M20 17V3H5m15 14H5m15 0v4H5m-1-4v3a1 1 0 0 0 1 1v0m-1-4V4a1 1 0 0 1 1-1v0M4 17h1M5 3v14m0 0v4M16 7H9m0 3h6\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"48\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M40 5H10a2 2 0 0 0-2 2v28h32V5Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M40 43h-1M8 35v6a2 2 0 0 0 2 2v0m-2-8V7a2 2 0 0 1 2-2v0M8 35h2m0-30h30v30h-1M10 5v30m0 0v8m0-8h29m-29 8h29M16 17h13m10 18s-1 4 0 8m-5-32H16v2h18v-2Z\\\" class=\\\"icon-dark\\\"/><path fill=\\\"#69D3A7\\\" d=\\\"M14 39h8v8l-4-1.714L14 47v-8Z\\\" class=\\\"icon-light-secondary\\\"/><path fill=\\\"#00814D\\\" d=\\\"M14 39v-1h-1v1h1Zm8 0h1v-1h-1v1Zm0 8-.394.92A1 1 0 0 0 23 47h-1Zm-8 0h-1a1 1 0 0 0 1.394.92L14 47Zm4-1.714.394-.92a1 1 0 0 0-.788 0l.394.92ZM14 40h8v-2h-8v2Zm7-1v8h2v-8h-2Zm-6 8v-8h-2v8h2Zm7.394-.92-4-1.713-.788 1.838 4 1.714.788-1.838Zm-4.788-1.713-4 1.714.788 1.838 4-1.714-.788-1.838Z\\\" class=\\\"icon-dark-secondary\\\"/>\"\n }\n}, [\"16\", \"24\", \"48\"], \"object-book\")); };\nexport var IconObjectBookmark = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" fill-rule=\\\"evenodd\\\" d=\\\"M11 2a2 2 0 0 1 2 2v10l-5-2-5 2V4a2 2 0 0 1 2-2h6ZM8.388 6.515 8 5.049l-.388 1.466-1.514-.084 1.274.822-.548 1.414L8 7.709l1.176.958-.548-1.414 1.274-.822-1.514.084Z\\\" class=\\\"icon-light\\\" clip-rule=\\\"evenodd\\\"/><path fill=\\\"currentColor\\\" d=\\\"m13 14-.371.928A1 1 0 0 0 14 14h-1Zm-5-2 .371-.928a1 1 0 0 0-.742 0L8 12Zm-5 2H2a1 1 0 0 0 1.371.928L3 14Zm5-8.951.967-.256a1 1 0 0 0-1.934 0L8 5.049Zm.388 1.466-.967.255a1 1 0 0 0 1.022.743l-.055-.998Zm1.514-.084.542.84a1 1 0 0 0-.597-1.839l.055.999Zm-1.274.822-.542-.84a1 1 0 0 0-.39 1.2l.932-.36Zm.548 1.414-.632.775a1 1 0 0 0 1.564-1.137l-.932.362ZM8 7.709l.632-.776a1 1 0 0 0-1.264 0L8 7.71Zm-1.176.958-.932-.362a1 1 0 0 0 1.564 1.137l-.632-.775Zm.548-1.414.933.36a1 1 0 0 0-.39-1.2l-.543.84ZM6.098 6.43l.055-.999a1 1 0 0 0-.597 1.839l.542-.84Zm1.514.084-.055.998a1 1 0 0 0 1.022-.743l-.967-.255ZM12 4v10h2V4h-2Zm1.371 9.072-5-2-.742 1.857 5 2 .742-1.857Zm-5.742-2-5 2 .742 1.857 5-2-.742-1.857ZM5 3h6V1H5v2ZM4 14V4H2v10h2Zm3.033-8.696.388 1.466 1.934-.511-.388-1.466-1.934.511Zm1.41 2.21 1.515-.085-.111-1.997-1.515.084.111 1.997ZM9.36 5.59l-1.274.822L9.17 8.093l1.274-.822-1.084-1.68ZM7.695 7.614l.548 1.414 1.865-.723-.548-1.414-1.865.723Zm2.112.277-1.175-.958-1.264 1.55 1.176.959 1.263-1.55Zm-2.439-.958-1.175.958 1.263 1.55 1.176-.957-1.264-1.55Zm.389 2.095.548-1.414L6.44 6.89l-.548 1.414 1.865.723Zm.157-2.616L6.64 5.59 5.556 7.271l1.274.822 1.084-1.68ZM6.042 7.43l1.515.084.11-1.997-1.514-.084-.11 1.997ZM8.58 6.77l.388-1.466-1.934-.511-.388 1.466 1.934.511ZM5 1a3 3 0 0 0-3 3h2a1 1 0 0 1 1-1V1Zm9 3a3 3 0 0 0-3-3v2a1 1 0 0 1 1 1h2Z\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" fill-rule=\\\"evenodd\\\" d=\\\"M17 3a3 3 0 0 1 3 3v15l-8-3-8 3V6a3 3 0 0 1 3-3h10Zm-4.418 6.772L12 7.572l-.582 2.2-2.271-.126 1.912 1.233L10.237 13 12 11.563 13.763 13l-.822-2.121 1.912-1.233-2.271.126Z\\\" class=\\\"icon-light\\\" clip-rule=\\\"evenodd\\\"/><path fill=\\\"currentColor\\\" d=\\\"m20 21-.351.936A1 1 0 0 0 21 21h-1Zm-8-3 .351-.936a1 1 0 0 0-.702 0L12 18Zm-8 3H3a1 1 0 0 0 1.351.936L4 21Zm8-13.427.967-.256a1 1 0 0 0-1.934 0l.967.256Zm.582 2.199-.967.256a1 1 0 0 0 1.022.742l-.055-.998Zm2.271-.126.542.84a1 1 0 0 0-.597-1.839l.055.999Zm-1.912 1.233-.542-.84a1 1 0 0 0-.39 1.201l.932-.361ZM13.763 13l-.631.775a1 1 0 0 0 1.564-1.136l-.933.361ZM12 11.563l.632-.775a1 1 0 0 0-1.264 0l.632.775ZM10.237 13l-.933-.361a1 1 0 0 0 1.564 1.136L10.237 13Zm.822-2.121.932.361a1 1 0 0 0-.39-1.201l-.543.84ZM9.146 9.646l.055-.999a1 1 0 0 0-.597 1.84l.542-.841Zm2.271.126-.055.998a1 1 0 0 0 1.022-.742l-.967-.256ZM19 6v15h2V6h-2Zm1.351 14.064-8-3-.702 1.872 8 3 .702-1.872Zm-8.702-3-8 3 .702 1.872 8-3-.702-1.872ZM7 4h10V2H7v2ZM5 21V6H3v15h2Zm6.033-13.171.582 2.199 1.934-.512-.582-2.199-1.934.512Zm1.604 2.942 2.272-.127-.111-1.997-2.271.127.11 1.997Zm1.674-1.965L12.4 10.039l1.085 1.68 1.911-1.233-1.084-1.68ZM12.01 11.24l.822 2.121 1.865-.722-.822-2.121-1.865.722Zm2.386.985-1.763-1.437-1.264 1.55 1.764 1.437 1.263-1.55Zm-3.027-1.437-1.763 1.437 1.263 1.55 1.764-1.437-1.264-1.55Zm-.199 2.573.822-2.12-1.865-.723-.822 2.12 1.865.723Zm.431-3.322L9.69 8.806l-1.084 1.68 1.911 1.233 1.085-1.68Zm-2.509.605 2.272.127.11-1.997-2.27-.127-.112 1.997Zm3.294-.616.582-2.2-1.934-.51-.582 2.198 1.934.512ZM7 2a4 4 0 0 0-4 4h2a2 2 0 0 1 2-2V2Zm14 4a4 4 0 0 0-4-4v2a2 2 0 0 1 2 2h2Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\", \"24\"], \"object-bookmark\")); };\nexport var IconObjectBoxOpen = function (props) { return React.createElement('svg', useIconProps(props, {\n \"48\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" fill-rule=\\\"evenodd\\\" d=\\\"M43 25.162 28.5 33 24 28.487V47l19-9.744V25.162Z\\\" class=\\\"icon-light\\\" clip-rule=\\\"evenodd\\\"/><path fill=\\\"#D0D2E0\\\" d=\\\"M24 9 5 18.744l19 9.743 19-9.743L24 9Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M24 47 5 37.256V25.162M24 47l19-9.744V25.162M24 47V28.487M24 9 5 18.744M24 9l19 9.744M24 9l4-4 19 9.5-4 4.244M24 9l-4-4-19 9.5 4 4.244m0 0 19 9.743M5 18.744 1 23l4 2.162m38-6.418-19 9.743m19-9.743L47 23l-4 2.162m-19 3.325L19.5 33 5 25.162m19 3.325L28.5 33 43 25.162\\\" class=\\\"icon-dark\\\"/><path fill=\\\"#1FA971\\\" stroke=\\\"#00814D\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m18 7 1.131 2.869L22 11l-2.869 1.131L18 15l-1.131-2.869L14 11l2.869-1.131L18 7ZM27 1l.849 2.151L30 4l-2.151.849L27 7l-.849-2.151L24 4l2.151-.849L27 1ZM28 12l1.414 3.586L33 17l-3.586 1.414L28 22l-1.414-3.586L23 17l3.586-1.414L28 12Z\\\" class=\\\"icon-dark-secondary-stroke icon-light-secondary-fill\\\"/>\"\n }\n}, [\"48\"], \"object-box-open\")); };\nexport var IconObjectBox = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M14.5 11.133V4.866a.701.701 0 0 0-.101-.362L8 8v7c.12 0 .242-.03.35-.09l5.779-3.156a.708.708 0 0 0 .371-.621Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"#D0D2E0\\\" d=\\\"M1.871 11.754 7.65 14.91c.11.06.23.09.351.09V8L1.601 4.504a.7.7 0 0 0-.101.362v6.267c0 .258.142.495.371.62Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"#D0D2E0\\\" d=\\\"M7.65 1.089 1.87 4.246a.716.716 0 0 0-.27.258L8 8l6.399-3.496a.717.717 0 0 0-.27-.258L8.35 1.089a.733.733 0 0 0-.702 0Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m8 8 6.399-3.496M8 8v7m0-7L1.601 4.504m12.798 0a.701.701 0 0 1 .101.362v6.267a.708.708 0 0 1-.371.62L8.35 14.91c-.11.06-.23.09-.351.09m6.399-10.496a.717.717 0 0 0-.27-.258L8.35 1.089a.733.733 0 0 0-.702 0L1.871 4.246a.716.716 0 0 0-.27.258M8 15a.732.732 0 0 1-.35-.09L1.87 11.754a.708.708 0 0 1-.371-.621V4.866a.7.7 0 0 1 .101-.362\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M21 16.412V7.588a1 1 0 0 0-.14-.51L12 12v9.856a1 1 0 0 0 .486-.126l8-4.444a1 1 0 0 0 .514-.874ZM3.514 17.286l8 4.444a1 1 0 0 0 .486.126V12L3.14 7.078a1 1 0 0 0-.14.51v8.824a1 1 0 0 0 .514.874Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"#D0D2E0\\\" d=\\\"m11.514 2.27-8 4.444a1 1 0 0 0-.374.364L12 12l8.86-4.922a1 1 0 0 0-.374-.364l-8-4.444a1 1 0 0 0-.972 0Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m12 12 8.86-4.922M12 12v9.856M12 12 3.14 7.078m17.72 0a1 1 0 0 1 .14.51v8.824a1 1 0 0 1-.514.874l-8 4.444a1 1 0 0 1-.486.126m8.86-14.778a1 1 0 0 0-.374-.364l-8-4.444a1 1 0 0 0-.972 0l-8 4.444a1 1 0 0 0-.374.364M12 21.856a1 1 0 0 1-.486-.126l-8-4.444A1 1 0 0 1 3 16.412V7.588a1 1 0 0 1 .14-.51\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\", \"24\"], \"object-box\")); };\nexport var IconObjectBriefcase = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" fill-rule=\\\"evenodd\\\" d=\\\"M2.5 14A1.5 1.5 0 0 1 1 12.5V7l7 3 7-3v5.5a1.5 1.5 0 0 1-1.5 1.5h-11Z\\\" class=\\\"icon-light\\\" clip-rule=\\\"evenodd\\\"/><path fill=\\\"#D0D2E0\\\" d=\\\"M9 9.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M11 4H5m6 0V2.5A1.5 1.5 0 0 0 9.5 1h-3A1.5 1.5 0 0 0 5 2.5V4m6 0h2.5A1.5 1.5 0 0 1 15 5.5V7M5 4H2.5A1.5 1.5 0 0 0 1 5.5V7m0 0v5.5A1.5 1.5 0 0 0 2.5 14h11a1.5 1.5 0 0 0 1.5-1.5V7M1 7l7 3 7-3M9 9.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"object-briefcase\")); };\nexport var IconObjectBug = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" fill-rule=\\\"evenodd\\\" d=\\\"M6 7H5v4s1 2 3 2 3-2 3-2V7H6Z\\\" class=\\\"icon-light\\\" clip-rule=\\\"evenodd\\\"/><path fill=\\\"#D0D2E0\\\" d=\\\"M6 5v2h4V5a2 2 0 1 0-4 0Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"currentColor\\\" d=\\\"M13 10a1 1 0 1 0 0-2v2ZM3 8a1 1 0 0 0 0 2V8Zm11-3a1 1 0 1 0-2 0h2ZM4 5a1 1 0 0 0-2 0h2Zm8 8a1 1 0 1 0 2 0h-2ZM2 13a1 1 0 1 0 2 0H2Zm3-5h1V6H5v2Zm2-1V5H5v2h2ZM6 8h4V6H6v2Zm4 0h1V6h-1v2ZM9 5v2h2V5H9Zm1 2v2h2V7h-2Zm1 3h2V8h-2v2ZM6 9V7H4v2h2ZM5 8H3v2h2V8Zm5 1v2h2V9h-2Zm1 2-.894-.448v-.002l.002-.001v-.002l-.002.005a1.921 1.921 0 0 1-.126.206 3.562 3.562 0 0 1-.437.535C9.152 11.683 8.64 12 8 12v2c1.359 0 2.348-.684 2.957-1.293a5.563 5.563 0 0 0 .914-1.214 1.96 1.96 0 0 0 .015-.029l.005-.01.002-.004v-.001l.001-.001L11 11Zm-5 0V9H4v2h2Zm2 1c-.641 0-1.152-.316-1.543-.707a3.562 3.562 0 0 1-.563-.741l-.002-.005v.002l.001.001v.002h.001L5 11l-.894.448.001.002.002.004.005.01a1.738 1.738 0 0 0 .065.118 5.555 5.555 0 0 0 .864 1.125C5.652 13.317 6.64 14 8 14v-2Zm0-8a1 1 0 0 1 1 1h2a3 3 0 0 0-3-3v2ZM7 5a1 1 0 0 1 1-1V2a3 3 0 0 0-3 3h2Zm5 0a1 1 0 0 1-1 1v2a3 3 0 0 0 3-3h-2ZM5 6a1 1 0 0 1-1-1H2a3 3 0 0 0 3 3V6Zm6 6a1 1 0 0 1 1 1h2a3 3 0 0 0-3-3v2Zm-7 1a1 1 0 0 1 1-1v-2a3 3 0 0 0-3 3h2Z\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M15 10V7a3 3 0 1 0-6 0v3h6ZM15 10H9a3.162 3.162 0 0 0-2 2v4a4.564 4.564 0 0 0 4.014 3.89l.685.076c.2.023.402.023.602 0l.685-.076A4.564 4.564 0 0 0 17 16v-4a3.162 3.162 0 0 0-2-2Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M17 12v2m0-2 .265-.088A4 4 0 0 0 20 8.117V7m-3 5v0a3.162 3.162 0 0 0-2-2v0m0 0V7a3 3 0 0 0-3-3v0a3 3 0 0 0-3 3v3m6 0H9m0 0v0a3.162 3.162 0 0 0-2 2v0m0 0v2m0-2-.265-.088A4 4 0 0 1 4 8.117V7m13 7h3m-3 0v2M7 14H4m3 0v2m10 0v0a4.564 4.564 0 0 1-4.014 3.89l-.685.076c-.2.023-.402.023-.602 0l-.685-.076A4.564 4.564 0 0 1 7 16v0m10 0 .265.088A4 4 0 0 1 20 19.883V21M7 16l-.265.088A4 4 0 0 0 4 19.883V21\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\", \"24\"], \"object-bug\")); };\nexport var IconObjectChainLink = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"currentColor\\\" d=\\\"M10 3a1 1 0 1 0 0 2V3Zm0 8a1 1 0 1 0 0 2v-2ZM6 5a1 1 0 0 0 0-2v2Zm0 8a1 1 0 1 0 0-2v2ZM5 7a1 1 0 0 0 0 2V7Zm6 2a1 1 0 1 0 0-2v2Zm-1-4h1V3h-1v2Zm1 6h-1v2h1v-2ZM5 5h1V3H5v2Zm1 6H5v2h1v-2ZM5 9h6V7H5v2ZM2 8a3 3 0 0 1 3-3V3a5 5 0 0 0-5 5h2ZM0 8a5 5 0 0 0 5 5v-2a3 3 0 0 1-3-3H0Zm14 0a3 3 0 0 1-3 3v2a5 5 0 0 0 5-5h-2Zm2 0a5 5 0 0 0-5-5v2a3 3 0 0 1 3 3h2Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"object-chain-link\")); };\nexport var IconObjectFolderDarkSmall = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M12.5 12a.5.5 0 0 0 .5-.5v-6a.5.5 0 0 0-.5-.5h-4L7.146 6.354a.5.5 0 0 1-.353.146H3v5a.5.5 0 0 0 .5.5h9Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M8.5 5 7.146 3.646a.5.5 0 0 0-.353-.146H3.5A.5.5 0 0 0 3 4v2.5M8.5 5h4a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5v-5M8.5 5 7.146 6.354a.5.5 0 0 1-.353.146H3\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"object-folder-dark-small\")); };\nexport var IconObjectFolderDark = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M14 13a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1H9L7.293 4.707A1 1 0 0 1 6.586 5H1v7a1 1 0 0 0 1 1h12Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M9 3 7.293 1.293A1 1 0 0 0 6.586 1H2a1 1 0 0 0-1 1v3m8-2h5a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V5m8-2L7.293 4.707A1 1 0 0 1 6.586 5H1\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"object-folder-dark\")); };\nexport var IconObjectFolderLight = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" fill-rule=\\\"evenodd\\\" d=\\\"M7.293 2.293A1 1 0 0 0 6.586 2H2a1 1 0 0 0-1 1v3h5.586a1 1 0 0 0 .707-.293L9 4 7.293 2.293Z\\\" class=\\\"icon-light\\\" clip-rule=\\\"evenodd\\\"/><path stroke=\\\"currentColor\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M9 4 7.293 2.293A1 1 0 0 0 6.586 2H2a1 1 0 0 0-1 1v3m8-2h5a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V6m8-2L7.293 5.707A1 1 0 0 1 6.586 6H1\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" fill-rule=\\\"evenodd\\\" d=\\\"M10.293 4.293A1 1 0 0 0 9.586 4H4a1 1 0 0 0-1 1v3h6.586a1 1 0 0 0 .707-.293L12 6l-1.707-1.707Z\\\" class=\\\"icon-light\\\" clip-rule=\\\"evenodd\\\"/><path stroke=\\\"currentColor\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m12 6-1.707-1.707A1 1 0 0 0 9.586 4H4a1 1 0 0 0-1 1v3m9-2h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V8m9-2-1.707 1.707A1 1 0 0 1 9.586 8H3\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\", \"24\"], \"object-folder-light\")); };\nexport var IconObjectGear = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" fill-rule=\\\"evenodd\\\" d=\\\"M6.5 1h3a.5.5 0 0 1 .5.5v1.375a5.495 5.495 0 0 1 1.437.831l1.192-.688a.5.5 0 0 1 .683.183l1.5 2.598a.5.5 0 0 1-.183.683l-1.191.688a5.541 5.541 0 0 1 0 1.66l1.191.688a.5.5 0 0 1 .183.683l-1.5 2.598a.5.5 0 0 1-.683.183l-1.192-.688c-.43.345-.914.627-1.437.831V14.5a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1.375a5.498 5.498 0 0 1-1.437-.831l-1.192.688a.5.5 0 0 1-.683-.183l-1.5-2.598a.5.5 0 0 1 .183-.683l1.191-.688a5.544 5.544 0 0 1 0-1.66l-1.191-.688a.5.5 0 0 1-.183-.683l1.5-2.598a.5.5 0 0 1 .683-.183l1.192.688c.43-.345.914-.627 1.437-.831V1.5a.5.5 0 0 1 .5-.5ZM8 10a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z\\\" class=\\\"icon-light\\\" clip-rule=\\\"evenodd\\\"/><path fill=\\\"currentColor\\\" d=\\\"m13.312 3.201-.866.5.866-.5Zm1.5 2.598.866-.5-.866.5Zm-12.124 7-.866.5.866-.5Zm-1.5-2.598.866-.5-.866.5Zm0-4.402.866.5-.866-.5Zm1.5-2.598.866.5-.866-.5Zm12.124 7 .866.5-.866-.5Zm-1.5 2.598-.866-.5.866.5ZM6 2.875l.364.931A1 1 0 0 0 7 2.875H6Zm-1.437.831-.5.866a1 1 0 0 0 1.125-.086l-.625-.78ZM3.37 3.018l-.5.866.5-.866ZM2.562 7.17l.989.15a1 1 0 0 0-.489-1.016l-.5.866Zm-1.191-.688.5-.866-.5.866ZM2.562 8.83l.5.866a1 1 0 0 0 .489-1.016l-.989.15Zm-1.191.688.5.866-.5-.866Zm3.192 2.776.625-.78a1 1 0 0 0-1.125-.086l.5.866Zm-1.192.688.5.866-.5-.866ZM6 13.125h1a1 1 0 0 0-.636-.931L6 13.125Zm4 0-.364-.931a1 1 0 0 0-.636.931h1Zm1.437-.831.5-.866a1 1 0 0 0-1.125.086l.625.78Zm1.192.688-.5.866.5-.866Zm.809-4.152-.989-.15a1 1 0 0 0 .489 1.016l.5-.866Zm1.191.688.5-.866-.5.866Zm0-3.036-.5-.866.5.866Zm-1.191.688-.5-.866a1 1 0 0 0-.489 1.016l.989-.15Zm-2-3.464-.626.78a1 1 0 0 0 1.125.086l-.5-.866Zm1.191-.688-.5-.866.5.866ZM10 2.875H9a1 1 0 0 0 .636.931L10 2.875ZM6.5 2h3V0h-3v2Zm3 12h-3v2h3v-2Zm2.946-10.299 1.5 2.598 1.732-1-1.5-2.598-1.732 1Zm-8.892 8.598-1.5-2.598-1.732 1 1.5 2.598 1.732-1Zm-1.5-6 1.5-2.598-1.732-1-1.5 2.598 1.732 1Zm11.892 3.402-1.5 2.598 1.732 1 1.5-2.598-1.732-1ZM7 2.875V1.5H5v1.375h2ZM5.188 4.486a4.494 4.494 0 0 1 1.176-.68l-.728-1.863a6.494 6.494 0 0 0-1.699.983l1.251 1.56Zm-2.317-.602 1.192.688 1-1.732-1.192-.688-1 1.732ZM3.5 8c0-.232.017-.46.051-.68l-1.978-.3c-.048.32-.073.648-.073.98h2Zm-.438-1.696-1.191-.688-1 1.732 1.191.688 1-1.732Zm.489 2.376A4.543 4.543 0 0 1 3.5 8h-2c0 .332.025.66.073.98l1.978-.3Zm-1.68 1.704 1.191-.688-1-1.732-1.191.688 1 1.732Zm2.192 1.044-1.192.688 1 1.732 1.192-.688-1-1.732Zm2.3.766a4.497 4.497 0 0 1-1.175-.68l-1.25 1.56c.508.408 1.08.741 1.698.982l.728-1.862ZM7 14.5v-1.375H5V14.5h2Zm2-1.375V14.5h2v-1.375H9Zm1.812-1.611a4.495 4.495 0 0 1-1.176.68l.728 1.862a6.495 6.495 0 0 0 1.699-.982l-1.251-1.56Zm2.317.602-1.192-.688-1 1.732 1.192.688 1-1.732ZM12.5 8c0 .232-.017.46-.051.68l1.978.3c.048-.32.073-.648.073-.98h-2Zm.438 1.696 1.191.688 1-1.732-1.191-.688-1 1.732Zm1.191-4.08-1.191.688 1 1.732 1.191-.688-1-1.732ZM12.45 7.32c.034.22.051.448.051.68h2c0-.332-.025-.66-.073-.98l-1.978.3Zm-.512-2.748 1.192-.688-1-1.732-1.192.688 1 1.732Zm-2.3-.766c.426.167.822.398 1.175.68l1.25-1.56a6.496 6.496 0 0 0-1.698-.983l-.728 1.863ZM9 1.5v1.375h2V1.5H9Zm3.446 10.799a.5.5 0 0 1 .683-.183l-1 1.732a1.5 1.5 0 0 0 2.05-.549l-1.733-1Zm3.232-1.598a1.5 1.5 0 0 0-.549-2.05l-1 1.733a.5.5 0 0 1-.183-.683l1.732 1Zm-12.124-7a.5.5 0 0 1-.683.183l1-1.732a1.5 1.5 0 0 0-2.05.549l1.733 1ZM.322 5.299a1.5 1.5 0 0 0 .549 2.05l1-1.733a.5.5 0 0 1 .183.683l-1.732-1Zm1.732 4.402a.5.5 0 0 1-.183.683l-1-1.732A1.5 1.5 0 0 0 .32 10.7l1.733-1Zm-.232 3.598a1.5 1.5 0 0 0 2.049.55l-1-1.733a.5.5 0 0 1 .683.183l-1.732 1Zm12.124-7a.5.5 0 0 1 .183-.683l1 1.732a1.5 1.5 0 0 0 .55-2.049l-1.733 1Zm.232-3.598a1.5 1.5 0 0 0-2.049-.55l1 1.733a.5.5 0 0 1-.683-.183l1.732-1ZM6.5 14a.5.5 0 0 1 .5.5H5A1.5 1.5 0 0 0 6.5 16v-2Zm3 2a1.5 1.5 0 0 0 1.5-1.5H9a.5.5 0 0 1 .5-.5v2Zm0-14a.5.5 0 0 1-.5-.5h2A1.5 1.5 0 0 0 9.5 0v2Zm-3-2A1.5 1.5 0 0 0 5 1.5h2a.5.5 0 0 1-.5.5V0ZM9 8a1 1 0 0 1-1 1v2a3 3 0 0 0 3-3H9ZM8 9a1 1 0 0 1-1-1H5a3 3 0 0 0 3 3V9ZM7 8a1 1 0 0 1 1-1V5a3 3 0 0 0-3 3h2Zm1-1a1 1 0 0 1 1 1h2a3 3 0 0 0-3-3v2Z\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" fill-rule=\\\"evenodd\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" d=\\\"M9.794 3.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5v1.417c0 .221.146.414.355.489.804.287 1.54.717 2.177 1.259a.524.524 0 0 0 .6.062l1.23-.71a.5.5 0 0 1 .683.184l1.5 2.598a.5.5 0 0 1-.184.683l-1.227.709a.524.524 0 0 0-.247.55 7.043 7.043 0 0 1 0 2.518c-.04.217.055.44.247.55l1.227.709a.5.5 0 0 1 .183.683l-1.5 2.598a.5.5 0 0 1-.683.183l-1.229-.71a.524.524 0 0 0-.6.063 6.993 6.993 0 0 1-2.177 1.26.525.525 0 0 0-.355.488V20.5a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1.417a.525.525 0 0 0-.354-.489 6.993 6.993 0 0 1-2.178-1.259.524.524 0 0 0-.6-.063l-1.229.71a.5.5 0 0 1-.683-.183l-1.5-2.598a.5.5 0 0 1 .183-.683l1.228-.709a.524.524 0 0 0 .246-.55 7.042 7.042 0 0 1 0-2.518.524.524 0 0 0-.246-.55l-1.228-.709a.5.5 0 0 1-.183-.683l1.5-2.598a.5.5 0 0 1 .683-.183l1.229.71c.191.11.432.08.6-.063a6.992 6.992 0 0 1 2.178-1.26.525.525 0 0 0 .354-.488V3.5Zm2 11.5a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z\\\" class=\\\"icon-dark-stroke icon-light-fill\\\" clip-rule=\\\"evenodd\\\"/>\"\n }\n}, [\"16\", \"24\"], \"object-gear\")); };\nexport var IconObjectGraduationCap = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"m8 3 7 3-2 .857V8.97a3 3 0 0 1-1.886 2.785l-2.371.949a2 2 0 0 1-1.486 0l-2.371-.949A3 3 0 0 1 3 8.97V6.857L1 6l7-3Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M13 6.857 15 6 8 3 1 6l2 .857m10 0V8.97a3 3 0 0 1-1.886 2.785l-2.371.949a2 2 0 0 1-1.486 0l-2.371-.949A3 3 0 0 1 3 8.97V6.857m10 0L8 9 3 6.857\\\" class=\\\"icon-dark\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" d=\\\"M15.5 6v3\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"object-graduation-cap\")); };\nexport var IconObjectLetter = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M14.5 3h-13a.498.498 0 0 0-.5.5v9a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 .5-.5v-9a.499.499 0 0 0-.5-.5Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M14.842 3.135 8 9 1.158 3.135m13.684 0A.498.498 0 0 0 14.5 3h-13a.498.498 0 0 0-.342.135m13.684 0c.097.092.158.221.158.365v9a.5.5 0 0 1-.5.5h-13a.5.5 0 0 1-.5-.5v-9c0-.144.06-.273.158-.365\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"object-letter\")); };\nexport var IconObjectMagicWandDarkMode = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"m5.5 3.5-2 2L6 8l2-2-2.5-2.5Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"currentColor\\\" d=\\\"m5.5 3.5.707-.707a1 1 0 0 0-1.414 0L5.5 3.5Zm8 8 .707.707a1 1 0 0 0 0-1.414l-.707.707Zm-2 2-.707.707a1 1 0 0 0 1.414 0L11.5 13.5Zm-8-8-.707-.707a1 1 0 0 0 0 1.414L3.5 5.5Zm9.293 5.293-2 2 1.414 1.414 2-2-1.414-1.414ZM4.207 6.207l2-2-1.414-1.414-2 2 1.414 1.414Zm8 6.586-5.5-5.5-1.414 1.414 5.5 5.5 1.414-1.414Zm-5.5-5.5-2.5-2.5-1.414 1.414 2.5 2.5 1.414-1.414ZM4.793 4.207l2.5 2.5 1.414-1.414-2.5-2.5-1.414 1.414Zm2.5 2.5 5.5 5.5 1.414-1.414-5.5-5.5-1.414 1.414Zm-.586 2 2-2-1.414-1.414-2 2 1.414 1.414Z\\\" class=\\\"icon-dark\\\"/><path stroke=\\\"#D0D2E0\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" d=\\\"M5.5 1.5v-1m-5 5h1m1.172-2.828-.708-.708m0 7.072.708-.708m5.656-5.656.708-.708\\\" class=\\\"icon-light\\\"/>\"\n }\n}, [\"16\"], \"object-magic-wand-dark-mode\")); };\nexport var IconObjectMagnifyingGlass = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M12 7c0 1.38-.56 2.63-1.464 3.536A5 5 0 1 1 12 7Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M10.536 10.536a5 5 0 1 0-7.071-7.071 5 5 0 0 0 7.07 7.07Zm0 0L14 14\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"object-magnifying-glass\")); };\nexport var IconObjectOdometer = function (props) { return React.createElement('svg', useIconProps(props, {\n \"24\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" fill-rule=\\\"evenodd\\\" d=\\\"M2 13C2 7.477 6.477 3 12 3s10 4.477 10 10a9.985 9.985 0 0 1-4 8H6a9.985 9.985 0 0 1-4-8Zm10 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z\\\" class=\\\"icon-light\\\" clip-rule=\\\"evenodd\\\"/><path fill=\\\"currentColor\\\" d=\\\"m6 21-.6.8a1 1 0 0 0 .6.2v-1Zm12 0v1a1 1 0 0 0 .6-.2L18 21Zm-6.707-8.707a1 1 0 0 0 1.414 1.414l-1.414-1.415Zm6.414-3.586a1 1 0 0 0-1.414-1.414l1.414 1.414ZM3 13a9 9 0 0 1 9-9V2C5.925 2 1 6.925 1 13h2Zm9-9a9 9 0 0 1 9 9h2c0-6.075-4.925-11-11-11v2ZM6.6 20.2A8.985 8.985 0 0 1 3 13H1c0 3.6 1.73 6.795 4.4 8.8l1.2-1.6ZM21 13a8.985 8.985 0 0 1-3.6 7.2l1.2 1.6c2.67-2.005 4.4-5.2 4.4-8.8h-2Zm-9 0v2a2 2 0 0 0 2-2h-2Zm0 0h-2a2 2 0 0 0 2 2v-2Zm0 0v-2a2 2 0 0 0-2 2h2Zm-6 9h12v-2H6v2Zm8-9c0-.552-.225-1.054-.586-1.415L12 13h2Zm-.586-1.415A1.997 1.997 0 0 0 12 11v2l1.414-1.415Zm-.707 2.122.707-.707L12 11.585l-.707.707 1.414 1.415Zm.707-.707 4.293-4.293-1.414-1.414L12 11.585 13.414 13Z\\\" class=\\\"icon-dark\\\"/><path fill=\\\"currentColor\\\" fill-rule=\\\"evenodd\\\" d=\\\"M5.68 8.094A8.048 8.048 0 0 1 7.094 6.68l.663.663a1 1 0 0 1-1.414 1.414l-.663-.663ZM4.062 14a8.079 8.079 0 0 1 0-2H5a1 1 0 1 1 0 2h-.938Zm15.876-2a8.07 8.07 0 0 1 0 2H19a1 1 0 1 1 0-2h.938ZM13 5.062V6a1 1 0 1 1-2 0v-.938a8.079 8.079 0 0 1 2 0Z\\\" class=\\\"icon-dark\\\" clip-rule=\\\"evenodd\\\"/>\"\n }\n}, [\"24\"], \"object-odometer\")); };\nexport var IconObjectPaperAirplane = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"transparent\\\" d=\\\"M15 8 1 1l2 7-2 7 14-7Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m3 8-2 7 14-7L1 1l2 7Zm0 0h3\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"object-paper-airplane\")); };\nexport var IconObjectPinModern = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M12 6a4 4 0 1 1-8 0 4 4 0 0 1 8 0Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"currentColor\\\" d=\\\"M7 14a1 1 0 1 0 2 0H7Zm0-4v4h2v-4H7Zm4-4a3 3 0 0 1-3 3v2a5 5 0 0 0 5-5h-2ZM8 9a3 3 0 0 1-3-3H3a5 5 0 0 0 5 5V9ZM5 6a3 3 0 0 1 3-3V1a5 5 0 0 0-5 5h2Zm3-3a3 3 0 0 1 3 3h2a5 5 0 0 0-5-5v2Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"object-pin-modern\")); };\nexport var IconObjectRuler = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M5 11a.5.5 0 0 0-1 0h1Zm-1 1a.5.5 0 0 0 1 0H4Zm4-1a.5.5 0 0 0-1 0h1Zm-1 1a.5.5 0 0 0 1 0H7Zm3 0a.5.5 0 0 0 1 0h-1Zm2-1a.5.5 0 0 0 0-1v1Zm-1-4a.5.5 0 0 0 0 1V7Zm1 1a.5.5 0 0 0 0-1v1Zm-1-4a.5.5 0 0 0 0 1V4Zm1 1a.5.5 0 0 0 0-1v1Zm-1 5a.5.5 0 0 0 0 1v-1Zm0 1a.5.5 0 0 0-1 0h1Zm-7 0v1h1v-1H4Zm3 0v1h1v-1H7Zm4-3h1V7h-1v1Zm0-3h1V4h-1v1Zm0 6h1v-1h-1v1Zm-1 0v1h1v-1h-1Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M15 15V1h-5v9H1v5h14Zm0 0v-4\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"object-ruler\")); };\nexport var IconObjectSlidersRound = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M2 12h5m7 0h-2M2 4h2m10 0H9m3 8v0a2 2 0 0 0-2-2H9a2 2 0 0 0-2 2v0a2 2 0 0 0 2 2h1a2 2 0 0 0 2-2v0ZM9 4v0a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v0m5 0v0a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v0m-1406-193.999h100v100h-100v-100Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"object-sliders-round\")); };\nexport var IconObjectTag = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" fill-rule=\\\"evenodd\\\" stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M7.586 2a1 1 0 0 1 .707.294l5.5 5.5a1 1 0 0 1 0 1.414l-4.586 4.586a1 1 0 0 1-1.414 0l-5.5-5.5A1 1 0 0 1 2 7.587V3a1 1 0 0 1 1-1h4.586Z\\\" class=\\\"icon-dark-stroke icon-light-fill\\\" clip-rule=\\\"evenodd\\\"/><circle cx=\\\"5.5\\\" cy=\\\"5.501\\\" r=\\\"1\\\" fill=\\\"currentColor\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"object-tag\")); };\nexport var IconObjectTassel = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"m8 3 7 3-2 .857V8.97a3 3 0 0 1-1.886 2.785l-2.371.949a2 2 0 0 1-1.486 0l-2.371-.949A3 3 0 0 1 3 8.97V6.857L1 6l7-3Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M13 6.857 15 6 8 3 1 6l2 .857m10 0V8.97a3 3 0 0 1-1.886 2.785l-2.371.949a2 2 0 0 1-1.486 0l-2.371-.949A3 3 0 0 1 3 8.97V6.857m10 0L8 9 3 6.857\\\" class=\\\"icon-dark\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" d=\\\"M15.5 6v3\\\" class=\\\"icon-dark-secondary\\\"/>\"\n }\n}, [\"16\"], \"object-tassel\")); };\nexport var IconOsApple = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<g clip-path=\\\"url(#os-apple_x16_svg__a)\\\"><path fill=\\\"currentColor\\\" d=\\\"M13.61 5.454c-.093.072-1.732.996-1.732 3.048 0 2.375 2.085 3.215 2.148 3.236-.01.05-.332 1.15-1.1 2.27-.684.986-1.4 1.97-2.488 1.97s-1.368-.632-2.624-.632c-1.224 0-1.659.652-2.654.652-.995 0-1.69-.912-2.488-2.032C1.747 12.651 1 10.608 1 8.67c0-3.11 2.022-4.76 4.013-4.76 1.057 0 1.939.694 2.603.694.632 0 1.618-.736 2.82-.736.457 0 2.095.042 3.174 1.587ZM9.866 2.55c.497-.59.85-1.41.85-2.228 0-.114-.01-.23-.031-.322-.81.03-1.773.54-2.354 1.213-.456.518-.881 1.337-.881 2.168 0 .125.02.25.03.29.051.009.134.02.218.02.726 0 1.64-.486 2.168-1.14Z\\\"/></g>\",\n \"defs\": \"<defs><clipPath id=\\\"os-apple_x16_svg__a\\\"><path fill=\\\"currentColor\\\" d=\\\"M0 0h16v16H0z\\\"/></clipPath></defs>\"\n }\n}, [\"16\"], \"os-apple\")); };\nexport var IconOsGeneric = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<g clip-path=\\\"url(#os-generic_x16_svg__a)\\\"><path fill=\\\"currentColor\\\" fill-rule=\\\"evenodd\\\" d=\\\"M2 8a6 6 0 1 1 12 0A6 6 0 0 1 2 8Zm6-8a8 8 0 1 0 0 16A8 8 0 0 0 8 0Zm-.026 8.004c0 1.618-.967 2.527-2.554 2.527-1.59 0-2.548-.914-2.548-2.527v-.008c0-1.582.993-2.527 2.548-2.527 1.56 0 2.554.931 2.554 2.527v.008Zm-3.274 0c0 .77.268 1.191.725 1.191.448 0 .72-.426.72-1.19v-.01c0-.75-.285-1.19-.725-1.19-.443 0-.72.44-.72 1.19v.01Zm8.428.831c0 1.046-.94 1.696-2.346 1.696-1.53 0-2.33-.655-2.44-1.621l-.004-.04h1.74l.01.035c.07.282.29.449.694.449.347 0 .562-.12.562-.313v-.004c0-.176-.145-.277-.545-.351l-.879-.163c-.962-.176-1.472-.69-1.472-1.441v-.005c0-1.006.857-1.608 2.268-1.608 1.503 0 2.267.747 2.267 1.63v.03H11.35l-.005-.039c-.026-.228-.242-.444-.628-.444-.33 0-.545.124-.545.33v.004c0 .172.123.269.562.352l.88.163c1.045.193 1.515.602 1.515 1.336v.004Z\\\" class=\\\"icon-light\\\" clip-rule=\\\"evenodd\\\"/></g>\",\n \"defs\": \"<defs><clipPath id=\\\"os-generic_x16_svg__a\\\"><path fill=\\\"currentColor\\\" d=\\\"M0 0h16v16H0z\\\" class=\\\"icon-light\\\"/></clipPath></defs>\"\n }\n}, [\"16\"], \"os-generic\")); };\nexport var IconOsLinux = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<g clip-path=\\\"url(#os-linux_x16_svg__a)\\\"><path fill=\\\"currentColor\\\" d=\\\"M7.758 4.389c0 .053-.053.053-.053.053h-.053c-.053 0-.053-.053-.106-.106 0 0-.053-.053-.053-.106s0-.053.053-.053l.106.053c.053.053.106.106.106.159Zm-.954-.53c0-.265-.106-.424-.265-.424 0 0 0 .053-.053.053v.106h.16c0 .106.052.16.052.265h.106Zm1.854-.265c.106 0 .16.106.212.265h.106c-.053-.053-.053-.106-.053-.159 0-.053 0-.106-.053-.159-.053-.053-.106-.106-.159-.106 0 0-.053.053-.106.053 0 .053.053.053.053.106Zm-1.589.848c-.053 0-.053 0-.053-.053s0-.106.053-.16c.106 0 .16-.052.16-.052.052 0 .052.053.052.053 0 .053-.053.106-.159.212H7.07Zm-.583-.053c-.211-.106-.264-.265-.264-.53 0-.159 0-.265.106-.37a.291.291 0 0 1 .264-.16c.106 0 .16.053.265.16.053.158.106.317.106.476v.106h.053v-.053c.053 0 .053-.106.053-.318 0-.159 0-.318-.106-.477-.106-.159-.212-.265-.424-.265a.398.398 0 0 0-.37.265c-.106.212-.127.371-.127.636 0 .212.074.424.286.636.053-.053.106-.053.158-.106Zm6.622 7.47c.053 0 .053-.022.053-.07 0-.116-.053-.254-.212-.407-.159-.16-.423-.26-.741-.303-.053-.005-.106-.005-.106-.005-.053-.01-.053-.01-.106-.01a2.891 2.891 0 0 1-.212-.027c.159-.493.212-.927.212-1.308 0-.53-.106-.9-.318-1.219-.212-.318-.424-.477-.689-.53-.053.053-.053.053-.053.106.265.106.53.318.69.636.158.371.211.689.211 1.06 0 .296-.053.736-.265 1.297-.212.085-.424.281-.583.588 0 .048 0 .075.053.075 0 0 .053-.048.106-.138.106-.09.16-.18.265-.27.16-.09.265-.138.424-.138.265 0 .53.037.689.111.212.07.318.143.37.228.053.08.106.154.16.223 0 .069.052.1.052.1ZM8.235 4.176c-.053-.053-.053-.159-.053-.265 0-.212 0-.318.106-.477.106-.106.212-.159.317-.159.16 0 .265.106.371.212.053.16.106.265.106.424 0 .265-.106.424-.318.477 0 0 .053.053.106.053.106 0 .16.053.265.106.053-.318.106-.53.106-.795 0-.318-.053-.53-.159-.689a.68.68 0 0 0-.53-.211.854.854 0 0 0-.476.158c-.106.16-.16.265-.16.424 0 .265.054.477.16.689.053 0 .106.053.159.053Zm.635.847c-.688.477-1.218.69-1.642.69-.37 0-.742-.16-1.06-.425.054.106.107.212.16.265l.317.318c.212.212.477.318.742.318.37 0 .795-.212 1.324-.583l.477-.318c.106-.106.212-.212.212-.37 0-.053 0-.106-.053-.106-.053-.106-.318-.265-.847-.424-.477-.212-.848-.318-1.06-.318-.159 0-.424.106-.795.318-.317.212-.53.424-.53.635 0 0 .054.053.107.16.317.264.635.423.953.423.424 0 .954-.212 1.642-.741v.106c.053 0 .053.052.053.052Zm1.219 10.701c.212.399.582.599 1.006.599.106 0 .212-.016.318-.048a.691.691 0 0 0 .265-.1c.053-.037.106-.074.159-.117.106-.037.106-.063.159-.09l.9-.779c.212-.169.424-.316.69-.445.211-.127.423-.211.529-.26a.946.946 0 0 0 .37-.19.547.547 0 0 0 .107-.307c0-.154-.106-.27-.212-.355a1.077 1.077 0 0 0-.318-.18c-.106-.037-.212-.122-.37-.265a1.428 1.428 0 0 1-.266-.578l-.053-.307c-.053-.143-.053-.249-.106-.307 0-.016 0-.021-.053-.021a.29.29 0 0 0-.212.138c-.106.09-.212.19-.317.296-.053.106-.212.201-.318.291a.952.952 0 0 1-.424.138c-.424 0-.636-.116-.795-.344-.106-.17-.159-.366-.212-.588-.106-.09-.159-.138-.264-.138-.265 0-.371.276-.371.832v1.648c0 .047-.053.153-.053.317-.053.165-.053.351-.053.562l-.106.588V15.725Zm-7.682-.281c.493.072 1.06.226 1.7.461.642.233 1.034.355 1.177.355.37 0 .678-.164.932-.482.053-.102.053-.223.053-.362 0-.5-.302-1.134-.906-1.902l-.36-.482a5.015 5.015 0 0 1-.28-.46 4.537 4.537 0 0 0-.292-.477 1.43 1.43 0 0 0-.323-.366 1.088 1.088 0 0 0-.472-.244c-.222.043-.376.117-.45.218a.648.648 0 0 0-.127.328c-.016.111-.048.185-.1.222a.966.966 0 0 1-.266.085c-.026 0-.074 0-.143.006h-.143c-.28 0-.471.031-.572.084a.777.777 0 0 0-.201.514c0 .085.021.228.064.43.042.195.063.354.063.465 0 .218-.063.435-.196.652-.132.228-.201.397-.201.518.053.206.402.35 1.043.435v.002Zm1.764-4.817c0-.366.096-.769.292-1.245.19-.477.381-.795.567-1.007-.01-.053-.037-.053-.08-.053l-.053-.053c-.153.16-.339.53-.561 1.06-.223.476-.34.916-.34 1.24 0 .238.059.444.165.624.116.175.397.43.842.753l.562.365c.598.52.916.88.916 1.091 0 .112-.053.223-.212.345a.502.502 0 0 1-.37.19c-.011 0-.016.011-.016.038 0 .005.053.11.164.317.222.302.7.45 1.335.45 1.165 0 2.066-.476 2.755-1.43 0-.264 0-.429-.053-.498v-.196c0-.344.053-.604.158-.773.106-.17.212-.249.371-.249.106 0 .212.037.318.117.053-.408.053-.763.053-1.081 0-.482 0-.88-.106-1.25a2.791 2.791 0 0 0-.265-.795l-.318-.477c-.106-.159-.159-.318-.264-.476-.053-.212-.106-.371-.106-.636-.16-.265-.265-.53-.424-.795-.106-.265-.212-.53-.318-.741l-.477.37c-.53.371-.953.53-1.324.53-.318 0-.583-.053-.742-.265l-.318-.265c0 .16-.053.371-.159.583l-.333.636c-.149.37-.228.582-.244.741-.021.106-.037.212-.048.212l-.397.795c-.43.795-.646 1.53-.646 2.14 0 .122.01.25.031.376a.785.785 0 0 1-.355-.688Zm3.793 5.011c-.688 0-1.218.093-1.589.278V15.9c-.265.318-.561.482-.974.482-.26 0-.668-.1-1.219-.302a14.385 14.385 0 0 0-1.478-.433 3.174 3.174 0 0 0-.291-.055 11.134 11.134 0 0 1-.408-.072 3.091 3.091 0 0 1-.376-.109.93.93 0 0 1-.318-.162.3.3 0 0 1-.11-.227c0-.084.019-.175.055-.271.034-.059.07-.117.108-.17.037-.058.069-.111.09-.164a.773.773 0 0 0 .074-.148.818.818 0 0 0 .074-.313 5.61 5.61 0 0 0-.063-.493 4.775 4.775 0 0 1-.064-.524c0-.233.053-.419.17-.551.116-.132.227-.201.344-.201h.61c.047 0 .121-.027.232-.09.037-.085.07-.154.09-.218.027-.063.037-.11.048-.132.01-.032.021-.064.032-.09a.735.735 0 0 1 .085-.122.32.32 0 0 1-.064-.207c0-.058 0-.11.01-.143 0-.19.09-.46.281-.815l.186-.334c.153-.286.27-.498.355-.71.09-.212.185-.53.291-.954.085-.37.286-.741.604-1.112l.397-.477c.276-.318.456-.582.556-.794.101-.212.154-.477.154-.689 0-.106-.026-.424-.085-.954-.053-.53-.08-1.06-.08-1.536 0-.37.033-.636.102-.9.068-.265.19-.53.37-.742.16-.212.371-.424.689-.53A3.522 3.522 0 0 1 7.964.48c.16 0 .318 0 .477.053.16 0 .371.053.636.16.212.105.424.211.583.37.212.159.37.424.53.689.105.317.211.635.264 1.06.053.264.053.529.106.9 0 .318.053.53.053.688.053.16.053.371.106.636.053.212.106.424.212.583.106.212.212.424.37.636.16.264.372.53.584.847.476.53.847 1.113 1.06 1.695.264.53.423 1.219.423 1.955a3.6 3.6 0 0 1-.159 1.065c.106 0 .159.042.212.116.053.075.106.233.159.482l.053.393a.623.623 0 0 0 .265.323c.106.095.212.175.37.238.106.053.265.127.371.223a.471.471 0 0 1 .16.333c0 .18-.054.313-.16.408a.83.83 0 0 1-.37.228c-.106.053-.318.159-.636.308a5.77 5.77 0 0 0-.795.572l-.53.451a2.934 2.934 0 0 1-.582.445c-.16.096-.371.143-.583.143l-.37-.042c-.425-.111-.69-.323-.848-.646-.848-.103-1.537-.154-1.96-.154\\\"/></g>\",\n \"defs\": \"<defs><clipPath id=\\\"os-linux_x16_svg__a\\\"><path fill=\\\"currentColor\\\" d=\\\"M0 0h16v16H0z\\\"/></clipPath></defs>\"\n }\n}, [\"16\"], \"os-linux\")); };\nexport var IconOsWindows = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#00A4EF\\\" d=\\\"M7.6 0H0v7.6h7.6V0ZM16 0H8.4v7.6H16V0ZM7.6 8.4H0V16h7.6V8.4ZM16 8.4H8.4V16H16V8.4Z\\\"/>\"\n }\n}, [\"16\"], \"os-windows\")); };\nexport var IconSecurityKey = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" stroke=\\\"currentColor\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M1.861 7.354a2 2 0 0 1 .273-2.488l2.732-2.732a2 2 0 0 1 2.488-.273l2.502 1.593a2 2 0 0 1 .642 2.716L10 7l5 5v3h-3l-1-2.5H9L8 10H7l-.83.498a2 2 0 0 1-2.716-.642L1.861 7.354Z\\\" class=\\\"icon-light-fill icon-dark-stroke\\\"/><circle cx=\\\"5.752\\\" cy=\\\"5.752\\\" r=\\\"1.002\\\" fill=\\\"currentColor\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" fill-rule=\\\"evenodd\\\" stroke=\\\"currentColor\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M10.038 2.475a3 3 0 0 0-3.757.394L2.87 6.28a3 3 0 0 0-.394 3.757L5.25 14.31a3 3 0 0 0 4.316.765L11 14l1.5 3.5 1.5-1 1.5 3.5 1.5-1s1 1.7 1.5 2c2.5 1.5 3.5-2 3.5-2l-8-8 1.075-1.433a3 3 0 0 0-.765-4.316l-4.272-2.776ZM8 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z\\\" class=\\\"icon-light-fill icon-dark-stroke\\\" clip-rule=\\\"evenodd\\\"/>\"\n }\n}, [\"16\", \"24\"], \"security-key\")); };\nexport var IconSecurityLockLocked = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" fill-rule=\\\"evenodd\\\" d=\\\"M2 13a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v5Z\\\" class=\\\"icon-light\\\" clip-rule=\\\"evenodd\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M5 6H4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-1M5 6V4a3 3 0 0 1 3-3v0a3 3 0 0 1 3 3v2M5 6h6m-3 4v1\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"security-lock-locked\")); };\nexport var IconSecurityShieldCross = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M8 1S5.5 3 2 3v4h6V1ZM2 11c1 3 6 4 6 4V7H2v4Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M8 15s5-1 6-4V7m-6 8s-5-1-6-4V7m6 8V7m0-6S5.5 3 2 3v4m6-6s2.5 2 6 2v4M8 1v6m6 0H8M2 7h6\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M12 2S8 5 3 5v5h9V2ZM3 16c1 4.5 9 6 9 6V10H3v6Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M12 22s8-1.5 9-6v-6m-9 12s-8-1.5-9-6v-6m9 12V10m0-8S8 5 3 5v5m9-8s4 3 9 3v5m-9-8v8m9 0h-9m-9 0h9\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\", \"24\"], \"security-shield-cross\")); };\nexport var IconShapeHeart = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" stroke=\\\"currentColor\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M4.448 2a3.427 3.427 0 0 0-2.432 1.02l-.007-.004A3.503 3.503 0 0 0 1 5.479c0 .924.363 1.81 1.01 2.463l5.984 6.05.002-.002.01.01 5.985-6.05A3.502 3.502 0 0 0 15 5.485c0-.923-.363-1.81-1.01-2.463a3.413 3.413 0 0 0-4.875-.003L8.002 4.147 6.883 3.015A3.427 3.427 0 0 0 4.448 2Z\\\" class=\\\"icon-dark-stroke icon-light-fill\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" stroke=\\\"currentColor\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M6.673 3a5.14 5.14 0 0 0-3.649 1.53l-.01-.006A5.254 5.254 0 0 0 1.5 8.22c0 1.385.545 2.714 1.514 3.694l8.977 9.076.004-.003.014.014 8.977-9.076A5.254 5.254 0 0 0 22.5 8.23a5.254 5.254 0 0 0-1.514-3.695A5.167 5.167 0 0 0 19.31 3.4a5.12 5.12 0 0 0-5.636 1.131l-1.67 1.688-1.678-1.697A5.14 5.14 0 0 0 6.673 3Z\\\" class=\\\"icon-dark-stroke icon-light-fill\\\"/>\"\n }\n}, [\"16\", \"24\"], \"shape-heart\")); };\nexport var IconShapeLightningBolt = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M8 1v5h5.5L8 15v-5H2.5L8 1Z\\\" class=\\\"icon-light-fill icon-dark-stroke\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M12 10V2L5 14h7v8l7-12h-7Z\\\" class=\\\"icon-light-fill icon-dark-stroke\\\"/>\"\n }\n}, [\"16\", \"24\"], \"shape-lightning-bolt\")); };\nexport var IconShapeMoonCrescent = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" fill-rule=\\\"evenodd\\\" d=\\\"M14.382 10.881a8 8 0 0 1-9.263-9.263 7.001 7.001 0 1 0 9.262 9.263Z\\\" class=\\\"icon-light\\\" clip-rule=\\\"evenodd\\\"/><path fill=\\\"currentColor\\\" d=\\\"m14.382 10.881.91.412a1 1 0 0 0-1.082-1.397l.171.985ZM5.119 1.62l.985.171A1 1 0 0 0 4.707.707l.412.912Zm9.091 8.277A7.051 7.051 0 0 1 13 10v2c.529 0 1.048-.046 1.553-.134l-.343-1.97ZM13 10a7 7 0 0 1-7-7H4a9 9 0 0 0 9 9v-2ZM6 3c0-.413.036-.818.104-1.21l-1.97-.343A9.05 9.05 0 0 0 4 3h2ZM2 8a6.001 6.001 0 0 1 3.53-5.47L4.708.707A8.001 8.001 0 0 0 0 8h2Zm6 6a6 6 0 0 1-6-6H0a8 8 0 0 0 8 8v-2Zm5.47-3.53A6.001 6.001 0 0 1 8 14v2a8.001 8.001 0 0 0 7.293-4.707l-1.823-.824Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"shape-moon-crescent\")); };\nexport var IconShapeStar = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" stroke=\\\"currentColor\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m8 1.345 2.345 4.027 4.555.986-3.105 3.475.47 4.636L8 12.59l-4.264 1.88.47-4.637L1.1 6.358l4.555-.986L8 1.345Z\\\" class=\\\"icon-dark-stroke icon-light-fill\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" stroke=\\\"currentColor\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m12 2 3.569 6.128 6.93 1.5-4.724 5.288.714 7.056L12 19.112l-6.49 2.86.715-7.056L1.5 9.628l6.93-1.5L12 2Z\\\" class=\\\"icon-dark-stroke icon-light-fill\\\"/>\"\n }\n}, [\"16\", \"24\"], \"shape-star\")); };\nexport var IconShapeSunLong = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"currentColor\\\" d=\\\"M3.757 2.343a1 1 0 1 0-1.414 1.414l1.414-1.414Zm9.9 1.414a1 1 0 0 0-1.414-1.414l1.414 1.414Zm-1.414 9.9a1 1 0 0 0 1.414-1.414l-1.414 1.414Zm-9.9-1.414a1 1 0 0 0 1.414 1.414l-1.414-1.414ZM9 1a1 1 0 0 0-2 0h2Zm6 8a1 1 0 1 0 0-2v2Zm-8 6a1 1 0 1 0 2 0H7ZM1 7a1 1 0 0 0 0 2V7Zm1.343-3.243 1.414 1.415 1.415-1.415-1.415-1.414-1.414 1.414Zm9.9-1.414-1.415 1.414 1.415 1.415 1.414-1.415-1.414-1.414Zm-1.415 9.9 1.415 1.414 1.414-1.414-1.414-1.415-1.415 1.415Zm-7.07-1.415-1.415 1.415 1.414 1.414 1.415-1.414-1.415-1.415ZM9 3V1H7v2h2Zm4 6h2V7h-2v2Zm-6 4v2h2v-2H7ZM3 7H1v2h2V7Zm7 1a2 2 0 0 1-2 2v2a4 4 0 0 0 4-4h-2Zm-2 2a2 2 0 0 1-2-2H4a4 4 0 0 0 4 4v-2ZM6 8a2 2 0 0 1 2-2V4a4 4 0 0 0-4 4h2Zm2-2a2 2 0 0 1 2 2h2a4 4 0 0 0-4-4v2Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"shape-sun-long\")); };\nexport var IconSocialDiscordSolid = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"currentColor\\\" d=\\\"M13.545 3.069a13.513 13.513 0 0 0-3.257-.978.05.05 0 0 0-.052.024c-.141.242-.297.558-.406.806a12.576 12.576 0 0 0-3.658 0 8.054 8.054 0 0 0-.412-.806.052.052 0 0 0-.052-.024c-1.143.19-2.236.524-3.257.978a.046.046 0 0 0-.021.017c-2.074 3-2.643 5.927-2.364 8.818.001.014.01.027.02.036a13.443 13.443 0 0 0 3.996 1.955.053.053 0 0 0 .056-.018c.308-.407.582-.836.818-1.287a.048.048 0 0 0-.028-.068 8.874 8.874 0 0 1-1.248-.576.049.049 0 0 1-.005-.082 6.78 6.78 0 0 0 .248-.189.05.05 0 0 1 .051-.006c2.619 1.157 5.454 1.157 8.041 0a.05.05 0 0 1 .053.006c.08.064.164.128.248.189a.049.049 0 0 1-.004.082 8.318 8.318 0 0 1-1.249.575.049.049 0 0 0-.027.07c.24.45.514.879.817 1.286a.052.052 0 0 0 .056.018 13.399 13.399 0 0 0 4.001-1.955.05.05 0 0 0 .021-.036c.334-3.341-.559-6.244-2.365-8.817a.04.04 0 0 0-.021-.018Zm-8.198 7.075c-.789 0-1.438-.701-1.438-1.562 0-.86.637-1.56 1.438-1.56.807 0 1.45.706 1.438 1.56 0 .861-.637 1.562-1.438 1.562Zm5.316 0c-.788 0-1.438-.701-1.438-1.562 0-.86.637-1.56 1.438-1.56.807 0 1.45.706 1.438 1.56 0 .861-.63 1.562-1.438 1.562Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"social-discord-solid\")); };\nexport var IconSocialEmail = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M11 5.25V8.5a2 2 0 0 0 3.92.562A7 7 0 1 0 12 13.745M10.5 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"social-email\")); };\nexport var IconSocialFacebookSolid = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"currentColor\\\" d=\\\"M16 8a8 8 0 1 0-9.25 7.903v-5.59H4.719V8H6.75V6.237c0-2.005 1.194-3.112 3.022-3.112.875 0 1.79.156 1.79.156V5.25h-1.008c-.994 0-1.304.617-1.304 1.25V8h2.219l-.355 2.313H9.25v5.59A8.002 8.002 0 0 0 16 8Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"social-facebook-solid\")); };\nexport var IconSocialGithubSolid = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"currentColor\\\" fill-rule=\\\"evenodd\\\" d=\\\"M8 1.002a7 7 0 0 0-2.213 13.642c.35.065.479-.152.479-.337 0-.167-.007-.719-.01-1.303-1.948.424-2.358-.826-2.358-.826-.319-.81-.778-1.025-.778-1.025-.635-.434.049-.425.049-.425.703.05 1.073.721 1.073.721.624 1.07 1.638.76 2.037.582.063-.453.244-.762.444-.937-1.555-.176-3.19-.776-3.19-3.459 0-.764.275-1.389.722-1.878-.073-.177-.313-.889.067-1.853 0 0 .588-.188 1.926.718a6.714 6.714 0 0 1 1.751-.236c.595.003 1.195.08 1.754.236 1.336-.905 1.923-.718 1.923-.718.38.965.142 1.677.07 1.853.448.49.72 1.114.72 1.878 0 2.689-1.639 3.28-3.197 3.453.251.217.476.643.476 1.296 0 .936-.008 1.69-.008 1.92 0 .187.126.405.48.337A7 7 0 0 0 8 1v.002Z\\\" class=\\\"icon-dark\\\" clip-rule=\\\"evenodd\\\"/>\"\n }\n}, [\"16\"], \"social-github-solid\")); };\nexport var IconSocialLinkedinSolid = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"currentColor\\\" d=\\\"M16 1.176v13.647A1.176 1.176 0 0 1 14.823 16H1.176A1.176 1.176 0 0 1 0 14.823V1.176A1.176 1.176 0 0 1 1.176 0h13.647A1.176 1.176 0 0 1 16 1.176ZM4.706 6.118H2.353v7.53h2.353v-7.53Zm.212-2.589a1.355 1.355 0 0 0-1.346-1.364h-.043a1.365 1.365 0 1 0 0 2.73 1.355 1.355 0 0 0 1.389-1.323v-.043Zm8.73 5.544c0-2.264-1.44-3.144-2.871-3.144a2.682 2.682 0 0 0-2.382 1.215H8.33V6.118H6.118v7.53H8.47V9.641a1.562 1.562 0 0 1 1.411-1.684h.09c.748 0 1.303.47 1.303 1.656v4.033h2.353l.02-4.574Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"social-linkedin-solid\")); };\nexport var IconSocialTwitterSolid = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"currentColor\\\" d=\\\"M14.355 4.741c.01.142.01.284.01.427 0 4.335-3.299 9.33-9.33 9.33A9.266 9.266 0 0 1 0 13.024c.264.03.518.041.792.041a6.567 6.567 0 0 0 4.07-1.401 3.285 3.285 0 0 1-3.065-2.274c.203.03.406.05.62.05.294 0 .588-.04.862-.111A3.28 3.28 0 0 1 .65 6.112v-.04c.437.243.945.395 1.483.415A3.277 3.277 0 0 1 .67 3.757c0-.61.162-1.168.447-1.655a9.32 9.32 0 0 0 6.761 3.431 3.702 3.702 0 0 1-.081-.751 3.278 3.278 0 0 1 3.28-3.28c.943 0 1.796.397 2.395 1.036a6.457 6.457 0 0 0 2.081-.792 3.27 3.27 0 0 1-1.441 1.807c.66-.07 1.3-.253 1.888-.507a7.048 7.048 0 0 1-1.645 1.695Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"social-twitter-solid\")); };\nexport var IconSocialYoutubeSolid = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"currentColor\\\" fill-rule=\\\"evenodd\\\" d=\\\"M14.25 2.575c.69.184 1.231.725 1.415 1.414C16 5.237 16 7.84 16 7.84s0 2.604-.335 3.852a2.004 2.004 0 0 1-1.414 1.414c-1.247.335-6.251.335-6.251.335s-5.004 0-6.25-.335a2.004 2.004 0 0 1-1.415-1.414C0 10.444 0 7.84 0 7.84s0-2.603.335-3.85a2.004 2.004 0 0 1 1.414-1.415C2.996 2.24 8 2.24 8 2.24s5.004 0 6.25.335ZM10.556 7.84l-4.157 2.4v-4.8l4.157 2.4Z\\\" class=\\\"icon-dark\\\" clip-rule=\\\"evenodd\\\"/>\"\n }\n}, [\"16\"], \"social-youtube-solid\")); };\nexport var IconStatusCancelledOutline = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M6 8h4m-2 6A6 6 0 1 1 8 2a6 6 0 0 1 0 12Z\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M8 12h8m-4 9a9 9 0 1 1 0-18 9 9 0 0 1 0 18Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\", \"24\"], \"status-cancelled-outline\")); };\nexport var IconStatusCancelledSimple = function (props) { return React.createElement('svg', useIconProps(props, {\n \"4\": {\n \"body\": \"<circle cx=\\\"2\\\" cy=\\\"2\\\" r=\\\"1.5\\\" stroke=\\\"currentColor\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"8\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M1 4h6\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"4\", \"8\"], \"status-cancelled-simple\")); };\nexport var IconStatusCancelledSolid = function (props) { return React.createElement('svg', useIconProps(props, {\n \"12\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M2 6h8\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"16\": {\n \"body\": \"<path fill=\\\"#AFB3C7\\\" fill-rule=\\\"evenodd\\\" d=\\\"M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8Zm4-1a1 1 0 0 0 0 2h6a1 1 0 1 0 0-2H5Z\\\" clip-rule=\\\"evenodd\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path fill=\\\"#AFB3C7\\\" fill-rule=\\\"evenodd\\\" d=\\\"M2 12c0 5.523 4.477 10 10 10s10-4.477 10-10S17.523 2 12 2 2 6.477 2 12Zm6-1a1 1 0 1 0 0 2h8a1 1 0 1 0 0-2H8Z\\\" clip-rule=\\\"evenodd\\\"/>\"\n }\n}, [\"12\", \"16\", \"24\"], \"status-cancelled-solid\")); };\nexport var IconStatusErroredOutline = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"currentColor\\\" fill-rule=\\\"evenodd\\\" d=\\\"M2 8a6 6 0 1 1 12 0A6 6 0 0 1 2 8Zm6-8a8 8 0 1 0 0 16A8 8 0 0 0 8 0Zm1 5a1 1 0 0 0-2 0v3a1 1 0 0 0 2 0V5Zm-1 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z\\\" class=\\\"icon-dark\\\" clip-rule=\\\"evenodd\\\"/>\"\n },\n \"24\": {\n \"body\": \"<circle cx=\\\"12\\\" cy=\\\"12\\\" r=\\\"9\\\" stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" class=\\\"icon-dark\\\"/><path fill=\\\"currentColor\\\" fill-rule=\\\"evenodd\\\" d=\\\"M12 7a1 1 0 0 1 1 1v5a1 1 0 1 1-2 0V8a1 1 0 0 1 1-1Z\\\" class=\\\"icon-dark\\\" clip-rule=\\\"evenodd\\\"/><path fill=\\\"currentColor\\\" d=\\\"M13 16a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\", \"24\"], \"status-errored-outline\")); };\nexport var IconStatusErroredSimple = function (props) { return React.createElement('svg', useIconProps(props, {\n \"4\": {\n \"body\": \"<circle cx=\\\"2\\\" cy=\\\"2\\\" r=\\\"2\\\" fill=\\\"currentColor\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"8\": {\n \"body\": \"<path fill=\\\"currentColor\\\" fill-rule=\\\"evenodd\\\" d=\\\"M4 0a1 1 0 0 1 1 1v3a1 1 0 0 1-2 0V1a1 1 0 0 1 1-1Z\\\" class=\\\"icon-dark\\\" clip-rule=\\\"evenodd\\\"/><path fill=\\\"currentColor\\\" d=\\\"M5 7a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"4\", \"8\"], \"status-errored-simple\")); };\nexport var IconStatusErroredSolid = function (props) { return React.createElement('svg', useIconProps(props, {\n \"12\": {\n \"body\": \"<path fill=\\\"currentColor\\\" fill-rule=\\\"evenodd\\\" d=\\\"M6 1a1 1 0 0 1 1 1v5a1 1 0 0 1-2 0V2a1 1 0 0 1 1-1Z\\\" class=\\\"icon-dark\\\" clip-rule=\\\"evenodd\\\"/><path fill=\\\"currentColor\\\" d=\\\"M7 10a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"16\": {\n \"body\": \"<path fill=\\\"currentColor\\\" fill-rule=\\\"evenodd\\\" d=\\\"M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14ZM9 5a1 1 0 0 0-2 0v3a1 1 0 0 0 2 0V5Zm-1 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z\\\" class=\\\"icon-dark\\\" clip-rule=\\\"evenodd\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path fill=\\\"currentColor\\\" fill-rule=\\\"evenodd\\\" d=\\\"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Zm1-14a1 1 0 1 0-2 0v5a1 1 0 1 0 2 0V8Zm-1 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z\\\" class=\\\"icon-dark\\\" clip-rule=\\\"evenodd\\\"/>\"\n }\n}, [\"12\", \"16\", \"24\"], \"status-errored-solid\")); };\nexport var IconStatusFailedOutline = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"currentColor\\\" d=\\\"M6.707 5.293a1 1 0 0 0-1.414 1.414l1.414-1.414Zm2.586 5.414a1 1 0 0 0 1.414-1.414l-1.414 1.414Zm1.414-4a1 1 0 0 0-1.414-1.414l1.414 1.414ZM5.293 9.293a1 1 0 0 0 1.414 1.414L5.293 9.293ZM13 8a5 5 0 0 1-5 5v2a7 7 0 0 0 7-7h-2Zm-5 5a5 5 0 0 1-5-5H1a7 7 0 0 0 7 7v-2ZM3 8a5 5 0 0 1 5-5V1a7 7 0 0 0-7 7h2Zm5-5a5 5 0 0 1 5 5h2a7 7 0 0 0-7-7v2ZM5.293 6.707l2 2 1.414-1.414-2-2-1.414 1.414Zm2 2 2 2 1.414-1.414-2-2-1.414 1.414Zm2-3.414-2 2 1.414 1.414 2-2-1.414-1.414Zm-2 2-2 2 1.414 1.414 2-2-1.414-1.414Z\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path fill=\\\"currentColor\\\" d=\\\"M9.707 8.293a1 1 0 0 0-1.414 1.414l1.414-1.414Zm4.586 7.414a1 1 0 0 0 1.414-1.414l-1.414 1.414Zm1.414-6a1 1 0 0 0-1.414-1.414l1.414 1.414Zm-7.414 4.586a1 1 0 1 0 1.414 1.414l-1.414-1.414Zm0-4.586 3 3 1.414-1.414-3-3-1.414 1.414Zm3 3 3 3 1.414-1.414-3-3-1.414 1.414Zm3-4.414-3 3 1.414 1.414 3-3-1.414-1.414Zm-3 3-3 3 1.414 1.414 3-3-1.414-1.414ZM20 12a8 8 0 0 1-8 8v2c5.523 0 10-4.477 10-10h-2Zm-8 8a8 8 0 0 1-8-8H2c0 5.523 4.477 10 10 10v-2Zm-8-8a8 8 0 0 1 8-8V2C6.477 2 2 6.477 2 12h2Zm8-8a8 8 0 0 1 8 8h2c0-5.523-4.477-10-10-10v2Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\", \"24\"], \"status-failed-outline\")); };\nexport var IconStatusFailedSimple = function (props) { return React.createElement('svg', useIconProps(props, {\n \"4\": {\n \"body\": \"<circle cx=\\\"2\\\" cy=\\\"2\\\" r=\\\"2\\\" fill=\\\"currentColor\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"8\": {\n \"body\": \"<path fill=\\\"currentColor\\\" d=\\\"M2.707 1.293a1 1 0 0 0-1.414 1.414l1.414-1.414Zm2.586 5.414a1 1 0 0 0 1.414-1.414L5.293 6.707Zm1.414-4a1 1 0 0 0-1.414-1.414l1.414 1.414ZM1.293 5.293a1 1 0 0 0 1.414 1.414L1.293 5.293Zm0-2.586 4 4 1.414-1.414-4-4-1.414 1.414Zm4-1.414-4 4 1.414 1.414 4-4-1.414-1.414Z\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"12\": {\n \"body\": \"<path fill=\\\"currentColor\\\" d=\\\"M3.707 2.293a1 1 0 0 0-1.414 1.414l1.414-1.414Zm4.586 7.414a1 1 0 0 0 1.414-1.414L8.293 9.707Zm1.414-6a1 1 0 0 0-1.414-1.414l1.414 1.414ZM2.293 8.293a1 1 0 0 0 1.414 1.414L2.293 8.293Zm0-4.586 6 6 1.414-1.414-6-6-1.414 1.414Zm6-1.414-6 6 1.414 1.414 6-6-1.414-1.414Z\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"16\": {\n \"body\": \"<path fill=\\\"currentColor\\\" d=\\\"M4.707 3.293a1 1 0 0 0-1.414 1.414l1.414-1.414Zm6.586 9.414a1 1 0 0 0 1.414-1.414l-1.414 1.414Zm1.414-8a1 1 0 0 0-1.414-1.414l1.414 1.414Zm-9.414 6.586a1 1 0 1 0 1.414 1.414l-1.414-1.414Zm0-6.586 4 4 1.414-1.414-4-4-1.414 1.414Zm4 4 4 4 1.414-1.414-4-4-1.414 1.414Zm4-5.414-4 4 1.414 1.414 4-4-1.414-1.414Zm-4 4-4 4 1.414 1.414 4-4-1.414-1.414Z\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path fill=\\\"currentColor\\\" d=\\\"M6.707 5.293a1 1 0 0 0-1.414 1.414l1.414-1.414Zm10.586 13.414a1 1 0 0 0 1.414-1.414l-1.414 1.414Zm1.414-12a1 1 0 0 0-1.414-1.414l1.414 1.414ZM5.293 17.293a1 1 0 1 0 1.414 1.414l-1.414-1.414Zm0-10.586 6 6 1.414-1.414-6-6-1.414 1.414Zm6 6 6 6 1.414-1.414-6-6-1.414 1.414Zm6-7.414-6 6 1.414 1.414 6-6-1.414-1.414Zm-6 6-6 6 1.414 1.414 6-6-1.414-1.414Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"4\", \"8\", \"12\", \"16\", \"24\"], \"status-failed-simple\")); };\nexport var IconStatusFailedSolid = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<circle cx=\\\"8\\\" cy=\\\"8\\\" r=\\\"7\\\" fill=\\\"currentColor\\\" class=\\\"icon-dark\\\"/><path fill=\\\"#fff\\\" d=\\\"M6.707 5.293a1 1 0 0 0-1.414 1.414l1.414-1.414Zm2.586 5.414a1 1 0 0 0 1.414-1.414l-1.414 1.414Zm1.414-4a1 1 0 0 0-1.414-1.414l1.414 1.414ZM5.293 9.293a1 1 0 0 0 1.414 1.414L5.293 9.293Zm0-2.586 4 4 1.414-1.414-4-4-1.414 1.414Zm4-1.414-4 4 1.414 1.414 4-4-1.414-1.414Z\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path fill=\\\"currentColor\\\" fill-rule=\\\"evenodd\\\" d=\\\"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10ZM9.707 8.293a1 1 0 0 0-1.414 1.414L10.586 12l-2.293 2.293a1 1 0 1 0 1.414 1.414L12 13.414l2.293 2.293a1 1 0 0 0 1.414-1.414L13.414 12l2.293-2.293a1 1 0 0 0-1.414-1.414L12 10.586 9.707 8.293Z\\\" class=\\\"icon-dark\\\" clip-rule=\\\"evenodd\\\"/>\"\n }\n}, [\"16\", \"24\"], \"status-failed-solid\")); };\nexport var IconStatusFailingOutline = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"currentColor\\\" d=\\\"M6.707 5.293a1 1 0 0 0-1.414 1.414l1.414-1.414Zm2.586 5.414a1 1 0 0 0 1.414-1.414l-1.414 1.414Zm1.414-4a1 1 0 0 0-1.414-1.414l1.414 1.414ZM5.293 9.293a1 1 0 0 0 1.414 1.414L5.293 9.293Zm0-2.586 4 4 1.414-1.414-4-4-1.414 1.414Zm4-1.414-4 4 1.414 1.414 4-4-1.414-1.414Z\\\" class=\\\"icon-dark\\\"/><circle cx=\\\"8\\\" cy=\\\"8\\\" r=\\\"6\\\" stroke=\\\"#E1E3ED\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" class=\\\"icon-light\\\"/><circle cx=\\\"8\\\" cy=\\\"8\\\" r=\\\"6\\\" stroke=\\\"currentColor\\\" stroke-dasharray=\\\"10 28\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" class=\\\"icon-dark\\\"><animate attributeName=\\\"stroke-dashoffset\\\" dur=\\\"1s\\\" repeatCount=\\\"indefinite\\\" values=\\\"36.6;0\\\"/></circle>\"\n },\n \"24\": {\n \"body\": \"<path fill=\\\"currentColor\\\" d=\\\"M9.707 8.293a1 1 0 0 0-1.414 1.414l1.414-1.414Zm4.586 7.414a1 1 0 0 0 1.414-1.414l-1.414 1.414Zm1.414-6a1 1 0 0 0-1.414-1.414l1.414 1.414Zm-7.414 4.586a1 1 0 1 0 1.414 1.414l-1.414-1.414Zm0-4.586 3 3 1.414-1.414-3-3-1.414 1.414Zm3 3 3 3 1.414-1.414-3-3-1.414 1.414Zm3-4.414-3 3 1.414 1.414 3-3-1.414-1.414Zm-3 3-3 3 1.414 1.414 3-3-1.414-1.414ZM20 12\\\" class=\\\"icon-dark\\\"/><circle cx=\\\"12\\\" cy=\\\"12\\\" r=\\\"9\\\" stroke=\\\"#E1E3ED\\\" stroke-width=\\\"2\\\" class=\\\"icon-light\\\"/><circle cx=\\\"12\\\" cy=\\\"12\\\" r=\\\"9\\\" stroke=\\\"currentColor\\\" stroke-dasharray=\\\"15 42\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" class=\\\"icon-dark\\\"><animate attributeName=\\\"stroke-dashoffset\\\" dur=\\\"1s\\\" repeatCount=\\\"indefinite\\\" values=\\\"57;0\\\"/></circle>\"\n }\n}, [\"16\", \"24\"], \"status-failing-outline\")); };\nexport var IconStatusFlaky = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#F5F4D7\\\" d=\\\"M1 12V4a3 3 0 0 1 3-3h8a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3H4a3 3 0 0 1-3-3Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"#963F00\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M9.5 5h-3v3.5m0 2.5V8.5m0 0h2\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path fill=\\\"#F5F4D7\\\" d=\\\"M2 18V6a4 4 0 0 1 4-4h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"#963F00\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M14 8h-4v4.5m0 3.5v-3.5m0 0h3\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\", \"24\"], \"status-flaky\")); };\nexport var IconStatusPassedOutline = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<circle cx=\\\"8\\\" cy=\\\"8\\\" r=\\\"6\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" class=\\\"icon-dark\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m10 6-2.5 4L6 8.5\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path fill=\\\"currentColor\\\" fill-rule=\\\"evenodd\\\" d=\\\"M4 12a8 8 0 1 1 16 0 8 8 0 0 1-16 0Zm8-10C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2Zm3.864 7.504a1 1 0 0 0-1.728-1.008l-2.846 4.88-1.583-1.583a1 1 0 0 0-1.414 1.414l2.5 2.5a1 1 0 0 0 1.57-.203l3.5-6Z\\\" class=\\\"icon-dark\\\" clip-rule=\\\"evenodd\\\"/>\"\n }\n}, [\"16\", \"24\"], \"status-passed-outline\")); };\nexport var IconStatusPassedSimple = function (props) { return React.createElement('svg', useIconProps(props, {\n \"4\": {\n \"body\": \"<circle cx=\\\"2\\\" cy=\\\"2\\\" r=\\\"2\\\" fill=\\\"currentColor\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"8\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M6 2 3.5 6 2 4.5\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"12\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M9 3 5 9 3 6.5\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M4 8.667 7.333 12 12 4\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path fill=\\\"currentColor\\\" fill-rule=\\\"evenodd\\\" d=\\\"M15.504 8.136a1 1 0 0 1 .36 1.368l-3.5 6a1 1 0 0 1-1.571.203l-2.5-2.5a1 1 0 1 1 1.414-1.414l1.583 1.583 2.846-4.88a1 1 0 0 1 1.368-.36Z\\\" class=\\\"icon-dark\\\" clip-rule=\\\"evenodd\\\"/>\"\n }\n}, [\"4\", \"8\", \"12\", \"16\", \"24\"], \"status-passed-simple\")); };\nexport var IconStatusPassedSolid = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<circle cx=\\\"8\\\" cy=\\\"8\\\" r=\\\"7\\\" fill=\\\"currentColor\\\" class=\\\"icon-dark\\\"/><path stroke=\\\"#fff\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m10 6-2.5 4L6 8.5\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path fill=\\\"currentColor\\\" fill-rule=\\\"evenodd\\\" d=\\\"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Zm3.864-12.496a1 1 0 0 0-1.728-1.008l-2.846 4.88-1.583-1.583a1 1 0 0 0-1.414 1.414l2.5 2.5a1 1 0 0 0 1.57-.203l3.5-6Z\\\" class=\\\"icon-dark\\\" clip-rule=\\\"evenodd\\\"/>\"\n }\n}, [\"16\", \"24\"], \"status-passed-solid\")); };\nexport var IconStatusPendingOutline = function (props) { return React.createElement('svg', useIconProps(props, {\n \"12\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" d=\\\"M4.47 2.305a4 4 0 1 0 3.061 0\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" d=\\\"M5.706 2.46a5.998 5.998 0 1 0 4.59 0\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" d=\\\"M8.555 3.685a8.999 8.999 0 1 0 6.887 0\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"12\", \"16\", \"24\"], \"status-pending-outline\")); };\nexport var IconStatusPendingSimple = function (props) { return React.createElement('svg', useIconProps(props, {\n \"4\": {\n \"body\": \"<circle cx=\\\"2\\\" cy=\\\"2\\\" r=\\\"1.5\\\" stroke=\\\"currentColor\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"8\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" d=\\\"M2.852 1.228a3 3 0 1 0 2.296 0\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"4\", \"8\"], \"status-pending-simple\")); };\nexport var IconStatusPlaceholderSimple = function (props) { return React.createElement('svg', useIconProps(props, {\n \"4\": {\n \"body\": \"<circle cx=\\\"2\\\" cy=\\\"2\\\" r=\\\"2\\\" fill=\\\"currentColor\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"8\": {\n \"body\": \"<circle cx=\\\"4\\\" cy=\\\"4\\\" r=\\\"3\\\" fill=\\\"currentColor\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"4\", \"8\"], \"status-placeholder-simple\")); };\nexport var IconStatusPlaceholderSolid = function (props) { return React.createElement('svg', useIconProps(props, {\n \"12\": {\n \"body\": \"<circle cx=\\\"6\\\" cy=\\\"6\\\" r=\\\"5\\\" fill=\\\"currentColor\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"16\": {\n \"body\": \"<circle cx=\\\"8\\\" cy=\\\"8\\\" r=\\\"7\\\" fill=\\\"currentColor\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"24\": {\n \"body\": \"<circle cx=\\\"12\\\" cy=\\\"12\\\" r=\\\"10\\\" fill=\\\"currentColor\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"12\", \"16\", \"24\"], \"status-placeholder-solid\")); };\nexport var IconStatusQueuedOutline = function (props) { return React.createElement('svg', useIconProps(props, {\n \"12\": {\n \"body\": \"<circle cx=\\\"6\\\" cy=\\\"6\\\" r=\\\"4\\\" stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"16\": {\n \"body\": \"<circle cx=\\\"8\\\" cy=\\\"8\\\" r=\\\"6\\\" stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"24\": {\n \"body\": \"<circle cx=\\\"12\\\" cy=\\\"12\\\" r=\\\"9\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"12\", \"16\", \"24\"], \"status-queued-outline\")); };\nexport var IconStatusQueuedSimple = function (props) { return React.createElement('svg', useIconProps(props, {\n \"4\": {\n \"body\": \"<circle cx=\\\"2\\\" cy=\\\"2\\\" r=\\\"1.5\\\" stroke=\\\"currentColor\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"8\": {\n \"body\": \"<circle cx=\\\"4\\\" cy=\\\"4\\\" r=\\\"3\\\" stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"4\", \"8\"], \"status-queued-simple\")); };\nexport var IconStatusRunningOutline = function (props) { return React.createElement('svg', useIconProps(props, {\n \"12\": {\n \"body\": \"<circle cx=\\\"6\\\" cy=\\\"6\\\" r=\\\"4\\\" stroke=\\\"#E1E3ED\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" class=\\\"icon-light\\\"/><circle cx=\\\"6\\\" cy=\\\"6\\\" r=\\\"4\\\" stroke=\\\"currentColor\\\" stroke-dasharray=\\\"5 20\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" class=\\\"icon-dark\\\"><animate attributeName=\\\"stroke-dashoffset\\\" dur=\\\"1s\\\" repeatCount=\\\"indefinite\\\" values=\\\"25;0\\\"/></circle>\"\n },\n \"16\": {\n \"body\": \"<circle cx=\\\"8\\\" cy=\\\"8\\\" r=\\\"6\\\" stroke=\\\"#E1E3ED\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" class=\\\"icon-light\\\"/><circle cx=\\\"8\\\" cy=\\\"8\\\" r=\\\"6\\\" stroke=\\\"currentColor\\\" stroke-dasharray=\\\"10 28\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" class=\\\"icon-dark\\\"><animate attributeName=\\\"stroke-dashoffset\\\" dur=\\\"1s\\\" repeatCount=\\\"indefinite\\\" values=\\\"36.6;0\\\"/></circle>\"\n },\n \"24\": {\n \"body\": \"<circle cx=\\\"12\\\" cy=\\\"12\\\" r=\\\"9\\\" stroke=\\\"#E1E3ED\\\" stroke-width=\\\"2\\\" class=\\\"icon-light\\\"/><circle cx=\\\"12\\\" cy=\\\"12\\\" r=\\\"9\\\" stroke=\\\"currentColor\\\" stroke-dasharray=\\\"15 42\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" class=\\\"icon-dark\\\"><animate attributeName=\\\"stroke-dashoffset\\\" dur=\\\"1s\\\" repeatCount=\\\"indefinite\\\" values=\\\"57;0\\\"/></circle>\"\n }\n}, [\"12\", \"16\", \"24\"], \"status-running-outline\")); };\nexport var IconStatusRunningSimple = function (props) { return React.createElement('svg', useIconProps(props, {\n \"4\": {\n \"body\": \"<circle cx=\\\"2\\\" cy=\\\"2\\\" r=\\\"1.5\\\" fill=\\\"#C5C9FD\\\" stroke=\\\"currentColor\\\" class=\\\"icon-dark-stroke icon-light-fill\\\"><animate attributeName=\\\"stroke-width\\\" dur=\\\"1.5s\\\" repeatCount=\\\"indefinite\\\" values=\\\"2;1;2\\\"/><animate attributeName=\\\"r\\\" dur=\\\"1.5s\\\" repeatCount=\\\"indefinite\\\" values=\\\"1;1.5;1\\\"/></circle>\"\n },\n \"8\": {\n \"body\": \"<circle cx=\\\"4\\\" cy=\\\"4\\\" r=\\\"3\\\" stroke=\\\"#E1E3ED\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" class=\\\"icon-light\\\"/><circle cx=\\\"4\\\" cy=\\\"4\\\" r=\\\"3\\\" stroke=\\\"currentColor\\\" stroke-dasharray=\\\"5 14\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" class=\\\"icon-dark\\\"><animate attributeName=\\\"stroke-dashoffset\\\" dur=\\\"1s\\\" repeatCount=\\\"indefinite\\\" values=\\\"18.3;0\\\"/></circle>\"\n }\n}, [\"4\", \"8\"], \"status-running-simple\")); };\nexport var IconStatusSkippedOutline = function (props) { return React.createElement('svg', useIconProps(props, {\n \"12\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" d=\\\"M3.172 8.828a4 4 0 0 0 5.656-5.656M3.172 8.828a4 4 0 0 1 5.656-5.656M3.172 8.828l5.656-5.656\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" d=\\\"M3.757 12.243a6 6 0 1 0 8.486-8.486m-8.486 8.486a6 6 0 1 1 8.486-8.486m-8.486 8.486 8.486-8.486\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" d=\\\"M5.636 18.364A9 9 0 0 0 18.364 5.636M5.636 18.364A9 9 0 0 1 18.364 5.636M5.636 18.364 18.364 5.636\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"12\", \"16\", \"24\"], \"status-skipped-outline\")); };\nexport var IconStatusSkippedSimple = function (props) { return React.createElement('svg', useIconProps(props, {\n \"4\": {\n \"body\": \"<circle cx=\\\"2\\\" cy=\\\"2\\\" r=\\\"1.5\\\" stroke=\\\"currentColor\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"8\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" d=\\\"M1.879 6.121A3 3 0 0 0 6.12 1.88M1.88 6.12A3 3 0 1 1 6.12 1.88M1.88 6.12 6.12 1.88\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"4\", \"8\"], \"status-skipped-simple\")); };\nexport var IconTechnologyBranchHTall = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"currentColor\\\" d=\\\"M3 13h3v-2H3v2Zm3 0h7v-2H6v2Zm4.386-8H13V3h-2.614v2Zm-3.45 7.351L9.45 5.65l-1.873-.702-2.513 6.702 1.872.702ZM14 4v2a2 2 0 0 0 2-2h-2Zm0 0h-2a2 2 0 0 0 2 2V4Zm0 0V2a2 2 0 0 0-2 2h2Zm0 0h2a2 2 0 0 0-2-2v2Zm0 8v2a2 2 0 0 0 2-2h-2Zm0 0h-2a2 2 0 0 0 2 2v-2Zm0 0v-2a2 2 0 0 0-2 2h2Zm0 0h2a2 2 0 0 0-2-2v2ZM2 12v2a2 2 0 0 0 2-2H2Zm0 0H0a2 2 0 0 0 2 2v-2Zm0 0v-2a2 2 0 0 0-2 2h2Zm0 0h2a2 2 0 0 0-2-2v2Zm8.386-9a3 3 0 0 0-2.809 1.947l1.873.702A1 1 0 0 1 10.386 5V3Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"technology-branch-h-tall\")); };\nexport var IconTechnologyBranchH = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"currentColor\\\" d=\\\"M3 12h3v-2H3v2Zm3 0h7v-2H6v2Zm4.236-6H13V4h-2.764v2Zm-3.342 5.447 2.448-4.894-1.79-.895-2.446 4.895 1.788.894ZM14 5v2a2 2 0 0 0 2-2h-2Zm0 0h-2a2 2 0 0 0 2 2V5Zm0 0V3a2 2 0 0 0-2 2h2Zm0 0h2a2 2 0 0 0-2-2v2Zm0 6v2a2 2 0 0 0 2-2h-2Zm0 0h-2a2 2 0 0 0 2 2v-2Zm0 0V9a2 2 0 0 0-2 2h2Zm0 0h2a2 2 0 0 0-2-2v2ZM2 11v2a2 2 0 0 0 2-2H2Zm0 0H0a2 2 0 0 0 2 2v-2Zm0 0V9a2 2 0 0 0-2 2h2Zm0 0h2a2 2 0 0 0-2-2v2Zm8.236-7a3 3 0 0 0-2.683 1.658l1.789.895A1 1 0 0 1 10.236 6V4Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"technology-branch-h\")); };\nexport var IconTechnologyBrowserDark = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M2 6h12v7a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V6Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"currentColor\\\" fill-rule=\\\"evenodd\\\" d=\\\"M3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3H3ZM2 3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v2H2V3Zm12 3H2v7a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V6ZM3.5 4a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1Zm2 0a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1ZM8 3.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Z\\\" class=\\\"icon-dark\\\" clip-rule=\\\"evenodd\\\"/>\"\n }\n}, [\"16\"], \"technology-browser-dark\")); };\nexport var IconTechnologyBrowserLight = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M2 3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v2H2V3Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"currentColor\\\" fill-rule=\\\"evenodd\\\" d=\\\"M3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3H3ZM2 3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v2H2V3Zm12 3H2v7a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V6ZM3.5 4a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1Zm2 0a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1ZM8 3.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Z\\\" class=\\\"icon-dark\\\" clip-rule=\\\"evenodd\\\"/>\"\n }\n}, [\"16\"], \"technology-browser-light\")); };\nexport var IconTechnologyBrowserTesting2 = function (props) { return React.createElement('svg', useIconProps(props, {\n \"48\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M40 8H8a3 3 0 0 0-3 3v5h38v-5a3 3 0 0 0-3-3Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"#D0D2E0\\\" fill-rule=\\\"evenodd\\\" d=\\\"M8 8a3 3 0 0 0-3 3v5h38v-5a3 3 0 0 0-3-3H8Z\\\" class=\\\"icon-light\\\" clip-rule=\\\"evenodd\\\"/><path fill=\\\"currentColor\\\" d=\\\"M5 16H4a1 1 0 0 0 1 1v-1Zm38 0v1a1 1 0 0 0 1-1h-1Zm-24-5a1 1 0 1 0 0 2v-2Zm20 2a1 1 0 1 0 0-2v2ZM8 9h32V7H8v2Zm34 2v26h2V11h-2ZM6 37V11H4v26h2ZM5 17h38v-2H5v2Zm14-4h20v-2H19v2ZM8 39a2 2 0 0 1-2-2H4a4 4 0 0 0 4 4v-2Zm34-2a2 2 0 0 1-2 2v2a4 4 0 0 0 4-4h-2ZM40 9a2 2 0 0 1 2 2h2a4 4 0 0 0-4-4v2ZM8 7a4 4 0 0 0-4 4h2a2 2 0 0 1 2-2V7Zm-4 4v5h2v-5H4Zm40 5v-5h-2v5h2Zm-4 23H24v2h16v-2Zm-16 0h-8v2h8v-2Zm-8 0H8v2h8v-2ZM10 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM13 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM16 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\\\" class=\\\"icon-dark\\\"/><path fill=\\\"#9AA2FC\\\" d=\\\"M15 30h4v4h-4v-4Z\\\" class=\\\"icon-light-secondary\\\"/><path fill=\\\"#4956E3\\\" d=\\\"M33 25a1 1 0 1 0 0-2v2Zm-10-2a1 1 0 1 0 0 2v-2Zm10 10a1 1 0 1 0 0-2v2Zm-10-2a1 1 0 1 0 0 2v-2Zm-8.707-5.707a1 1 0 0 0 1.414 1.414l-1.414-1.414Zm5.414-2.586a1 1 0 0 0-1.414-1.414l1.414 1.414Zm-4-1.414a1 1 0 0 0-1.414 1.414l1.414-1.414Zm2.586 5.414a1 1 0 0 0 1.414-1.414l-1.414 1.414ZM15 30v-1a1 1 0 0 0-1 1h1Zm4 0h1a1 1 0 0 0-1-1v1Zm0 4v1a1 1 0 0 0 1-1h-1Zm-4 0h-1a1 1 0 0 0 1 1v-1Zm18-11H23v2h10v-2Zm0 8H23v2h10v-2Zm-17.293-4.293 2-2-1.414-1.414-2 2 1.414 1.414Zm2-2 2-2-1.414-1.414-2 2 1.414 1.414Zm-3.414-2 2 2 1.414-1.414-2-2-1.414 1.414Zm2 2 2 2 1.414-1.414-2-2-1.414 1.414ZM15 31h4v-2h-4v2Zm3-1v4h2v-4h-2Zm1 3h-4v2h4v-2Zm-3 1v-4h-2v4h2Z\\\" class=\\\"icon-dark-secondary\\\"/>\"\n }\n}, [\"48\"], \"technology-browser-testing-2\")); };\nexport var IconTechnologyCodeEditor = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M15 3a2 2 0 0 0-2-2H3a2 2 0 0 0-2 2v1h14V3Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"#D0D2E0\\\" fill-rule=\\\"evenodd\\\" d=\\\"M15 3a2 2 0 0 0-2-2H3a2 2 0 0 0-2 2v1h14V3Z\\\" class=\\\"icon-light\\\" clip-rule=\\\"evenodd\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M1 4v9a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V4M1 4V3a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v1M1 4h14m-5 4 1.5 1.5L10 11M6 8 4.5 9.5 6 11\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M21 6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2h18V6Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"#D0D2E0\\\" fill-rule=\\\"evenodd\\\" d=\\\"M21 6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2h18V6Z\\\" class=\\\"icon-light\\\" clip-rule=\\\"evenodd\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M3 8v10a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V8M3 8V6a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v2M3 8h18m-7 4 2 2-2 2m-4-4-2 1.929 2 1.928\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\", \"24\"], \"technology-code-editor\")); };\nexport var IconTechnologyCommandLineError = function (props) { return React.createElement('svg', useIconProps(props, {\n \"48\": {\n \"body\": \"<rect fill=\\\"currentColor\\\"/><path fill=\\\"#E1E3ED\\\" d=\\\"M43 37V16H5v21a3 3 0 0 0 3 3h32a3 3 0 0 0 3-3Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"#747994\\\" d=\\\"M13 28a1 1 0 1 0 0 2v-2Zm-2 3a1 1 0 1 0 0 2v-2Zm2-6a1 1 0 1 0 0 2v-2Zm-2-3a1 1 0 1 0 0 2v-2Zm13 2a1 1 0 1 0 0-2v2Zm-5-3a1 1 0 1 0 0-2v2ZM9 19a1 1 0 1 0 0 2v-2Zm14.01 14a1 1 0 1 0 0-2v2ZM29 27a1 1 0 1 0 0-2v2ZM9 34a1 1 0 1 0 0 2v-2Zm17-4a1 1 0 1 0 0-2v2Zm-8 6a1 1 0 1 0 0-2v2ZM8 9h32V7H8v2Zm34 2v26h2V11h-2ZM6 37V11H4v26h2Zm2 2a2 2 0 0 1-2-2H4a4 4 0 0 0 4 4v-2Zm34-2a2 2 0 0 1-2 2v2a4 4 0 0 0 4-4h-2ZM40 9a2 2 0 0 1 2 2h2a4 4 0 0 0-4-4v2ZM8 7a4 4 0 0 0-4 4h2a2 2 0 0 1 2-2V7Zm-4 4v5h2v-5H4Zm40 5v-5h-2v5h2Zm0 21V16h-2v21h2ZM4 16v21h2V16H4Zm1 1h38v-2H5v2Zm35 22H8v2h32v-2Zm-27-9h4v-2h-4v2Zm3 1h-5v2h5v-2Zm0-4h8v-2h-8v2Zm-3 0h2v-2h-2v2Zm-2-3h5v-2h-5v2Zm13-2h-6.99v2H24v-2Zm-5-3h-6v2h6v-2ZM9 21h3v-2H9v2Zm8 12h6.01v-2H17v2Zm8-6h4v-2h-4v2Zm-7 3h5v-2h-5v2Zm-4 4H9v2h5v-2Zm10-4h2v-2h-2v2Zm-9 6h3v-2h-3v2ZM10 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM13 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM16 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\\\" class=\\\"icon-dark\\\"/><path fill=\\\"#F8C4CD\\\" d=\\\"M34 36.998a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\\\" class=\\\"icon-light-secondary\\\"/><path fill=\\\"#F8C4CD\\\" fill-rule=\\\"evenodd\\\" d=\\\"M31 31.498a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5v1.17a.5.5 0 0 0 .75.432l1.013-.584a.5.5 0 0 1 .683.183l1.5 2.598a.5.5 0 0 1-.183.683l-1.013.585a.5.5 0 0 0 0 .866l1.013.585a.5.5 0 0 1 .183.683l-1.5 2.598a.5.5 0 0 1-.683.183l-1.013-.585a.5.5 0 0 0-.75.433v1.17a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1.17a.5.5 0 0 0-.75-.432l-1.013.584a.5.5 0 0 1-.683-.183l-1.5-2.598a.5.5 0 0 1 .183-.683l1.013-.585a.5.5 0 0 0 0-.866l-1.013-.585a.5.5 0 0 1-.183-.683l1.5-2.598a.5.5 0 0 1 .683-.183l1.013.584a.5.5 0 0 0 .75-.433v-1.169Zm2 6.5a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z\\\" class=\\\"icon-light-secondary\\\" clip-rule=\\\"evenodd\\\"/><path stroke=\\\"#C62B49\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M34 36.998a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\\\" class=\\\"icon-dark-secondary\\\"/><path stroke=\\\"#C62B49\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M31 31.498a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5v1.17a.5.5 0 0 0 .75.432l1.013-.584a.5.5 0 0 1 .683.183l1.5 2.598a.5.5 0 0 1-.183.683l-1.013.585a.5.5 0 0 0 0 .866l1.013.585a.5.5 0 0 1 .183.683l-1.5 2.598a.5.5 0 0 1-.683.183l-1.013-.585a.5.5 0 0 0-.75.433v1.17a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1.17a.5.5 0 0 0-.75-.432l-1.013.584a.5.5 0 0 1-.683-.183l-1.5-2.598a.5.5 0 0 1 .183-.683l1.013-.585a.5.5 0 0 0 0-.866l-1.013-.585a.5.5 0 0 1-.183-.683l1.5-2.598a.5.5 0 0 1 .683-.183l1.013.584a.5.5 0 0 0 .75-.433v-1.169Zm2 6.5a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z\\\" class=\\\"icon-dark-secondary\\\" clip-rule=\\\"evenodd\\\"/>\"\n }\n}, [\"48\"], \"technology-command-line-error\")); };\nexport var IconTechnologyCommandLine = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m3 6 3.5 3.5L3 13m6 0h4\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"technology-command-line\")); };\nexport var IconTechnologyCypress = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"currentColor\\\" fill-rule=\\\"evenodd\\\" d=\\\"M7.872 8.854A2.49 2.49 0 0 1 7.1 9.857c-.43.334-.972.533-1.561.533-1.394 0-2.524-1.113-2.524-2.487s1.13-2.487 2.524-2.487a2.538 2.538 0 0 1 1.705.654c.27.243.485.544.627.882l-1.339.464c-.169-.385-.532-.652-.953-.652-.582 0-1.054.51-1.054 1.139s.472 1.139 1.054 1.139c.421 0 .784-.267.953-.652l1.339.464Z\\\" class=\\\"icon-dark\\\" clip-rule=\\\"evenodd\\\"/><path fill=\\\"currentColor\\\" fill-rule=\\\"evenodd\\\" d=\\\"M7.872 8.854A2.49 2.49 0 0 1 7.1 9.857c-.43.334-.972.533-1.561.533-1.394 0-2.524-1.113-2.524-2.487s1.13-2.487 2.524-2.487a2.538 2.538 0 0 1 1.705.654c.27.243.485.544.627.882l-1.339.464c-.169-.385-.532-.652-.953-.652-.582 0-1.054.51-1.054 1.139s.472 1.139 1.054 1.139c.421 0 .784-.267.953-.652l1.339.464Z\\\" class=\\\"icon-dark\\\" clip-rule=\\\"evenodd\\\"/><path fill=\\\"currentColor\\\" d=\\\"M2 8a6 6 0 1 1 9.122 5.125l-.996 2.59A8 8 0 0 0 16 8a8 8 0 1 0-7.64 7.991.93.93 0 0 0 .817-.61l3.806-9.88h-1.458L10.39 8.717 9.23 5.5H7.687l1.93 4.975-1.364 3.519A6.001 6.001 0 0 1 2 8Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"technology-cypress\")); };\nexport var IconTechnologyDashboardCheckmark = function (props) { return React.createElement('svg', useIconProps(props, {\n \"48\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M40 8H8a3 3 0 0 0-3 3v5h38v-5a3 3 0 0 0-3-3Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"#D0D2E0\\\" fill-rule=\\\"evenodd\\\" d=\\\"M8 8a3 3 0 0 0-3 3v5h38v-5a3 3 0 0 0-3-3H8Z\\\" class=\\\"icon-light\\\" clip-rule=\\\"evenodd\\\"/><path fill=\\\"#D0D2E0\\\" d=\\\"m19 30-5-2-5 3v5h29a1 1 0 0 0 1-1V23l-5 1-5 3-5-2-5 5Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"currentColor\\\" d=\\\"M5 16H4a1 1 0 0 0 1 1v-1Zm38 0v1a1 1 0 0 0 1-1h-1Zm-24-5a1 1 0 1 0 0 2v-2Zm20 2a1 1 0 1 0 0-2v2ZM14 28l.371-.928a1 1 0 0 0-.886.07L14 28Zm5 2-.371.928a1 1 0 0 0 1.078-.22L19 30Zm5-5 .371-.928a1 1 0 0 0-1.078.22L24 25Zm5 2-.371.928a1 1 0 0 0 .886-.07L29 27ZM9 31l-.514-.858A1 1 0 0 0 8 31h1Zm25-7-.196-.98a1 1 0 0 0-.319.122L34 24ZM9 36H8a1 1 0 0 0 1 1v-1ZM8 9h32V7H8v2Zm34 2v26h2V11h-2ZM6 37V11H4v26h2ZM5 17h38v-2H5v2Zm14-4h20v-2H19v2ZM8 39a2 2 0 0 1-2-2H4a4 4 0 0 0 4 4v-2Zm34-2a2 2 0 0 1-2 2v2a4 4 0 0 0 4-4h-2ZM40 9a2 2 0 0 1 2 2h2a4 4 0 0 0-4-4v2ZM8 7a4 4 0 0 0-4 4h2a2 2 0 0 1 2-2V7Zm-4 4v5h2v-5H4Zm40 5v-5h-2v5h2Zm-6 3H10v2h28v-2Zm-24.371 9.928 5 2 .742-1.857-5-2-.742 1.857Zm6.078 1.78 5-5-1.414-1.415-5 5 1.414 1.414Zm3.922-4.78 5 2 .742-1.857-5-2-.742 1.857ZM40 35V23h-2v12h2Zm0-12v-2h-2v2h2Zm0 16H24v2h16v-2Zm-16 0h-8v2h8v-2Zm-8 0H8v2h8v-2Zm-6.486-7.142 5-3-1.028-1.716-5 3 1.028 1.716Zm20-4 5-3-1.029-1.716-5 3 1.03 1.716Zm4.682-2.877 5-1-.392-1.962-5 1 .392 1.962ZM38 35H9v2h29v-2Zm-28 1V21H8v15h2Zm-2-5v5h2v-5H8Zm30-10h2a2 2 0 0 0-2-2v2Zm0 14v2a2 2 0 0 0 2-2h-2ZM10 19a2 2 0 0 0-2 2h2v-2ZM10 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM13 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM16 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\\\" class=\\\"icon-dark\\\"/><path fill=\\\"#69D3A7\\\" d=\\\"M37 37a6 6 0 1 0-12 0 6 6 0 0 0 12 0Z\\\"/><path fill=\\\"#00814D\\\" d=\\\"M28.293 38.207a1 1 0 0 1 1.414-1.414l-1.414 1.414ZM30.5 39l.814.581a1 1 0 0 1-1.521.126L30.5 39Zm1.686-4.081a1 1 0 1 1 1.628 1.162l-1.628-1.162ZM36 37a5 5 0 0 0-5-5v-2a7 7 0 0 1 7 7h-2Zm-5-5a5 5 0 0 0-5 5h-2a7 7 0 0 1 7-7v2Zm-5 5a5 5 0 0 0 5 5v2a7 7 0 0 1-7-7h2Zm5 5a5 5 0 0 0 5-5h2a7 7 0 0 1-7 7v-2Zm-1.293-5.207 1.5 1.5-1.414 1.414-1.5-1.5 1.414-1.414Zm-.02 1.626 2.5-3.5 1.627 1.162-2.5 3.5-1.628-1.162Z\\\"/>\"\n }\n}, [\"48\"], \"technology-dashboard-checkmark\")); };\nexport var IconTechnologyDashboardFail = function (props) { return React.createElement('svg', useIconProps(props, {\n \"48\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" fill-rule=\\\"evenodd\\\" d=\\\"M8 8a3 3 0 0 0-3 3v5h38v-5a3 3 0 0 0-3-3H8Z\\\" class=\\\"icon-light\\\" clip-rule=\\\"evenodd\\\"/><path fill=\\\"#D0D2E0\\\" d=\\\"m19 30-5-2-5 3v5h29a1 1 0 0 0 1-1V23l-5 1-5 3-5-2-5 5Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"currentColor\\\" d=\\\"M5 16H4a1 1 0 0 0 1 1v-1Zm38 0v1a1 1 0 0 0 1-1h-1Zm-24-5a1 1 0 1 0 0 2v-2Zm20 2a1 1 0 1 0 0-2v2ZM14 28l.371-.928a1 1 0 0 0-.886.07L14 28Zm5 2-.371.928a1 1 0 0 0 1.078-.22L19 30Zm5-5 .371-.928a1 1 0 0 0-1.078.22L24 25Zm5 2-.371.928a1 1 0 0 0 .886-.07L29 27ZM9 31l-.514-.858A1 1 0 0 0 8 31h1Zm25-7-.196-.98a1 1 0 0 0-.319.122L34 24ZM9 36H8a1 1 0 0 0 1 1v-1ZM8 9h32V7H8v2Zm34 2v26h2V11h-2ZM6 37V11H4v26h2ZM5 17h38v-2H5v2Zm14-4h20v-2H19v2ZM8 39a2 2 0 0 1-2-2H4a4 4 0 0 0 4 4v-2Zm34-2a2 2 0 0 1-2 2v2a4 4 0 0 0 4-4h-2ZM40 9a2 2 0 0 1 2 2h2a4 4 0 0 0-4-4v2ZM8 7a4 4 0 0 0-4 4h2a2 2 0 0 1 2-2V7Zm-4 4v5h2v-5H4Zm40 5v-5h-2v5h2Zm-6 3H10v2h28v-2Zm-24.371 9.928 5 2 .742-1.857-5-2-.742 1.857Zm6.078 1.78 5-5-1.414-1.415-5 5 1.414 1.414Zm3.922-4.78 5 2 .742-1.857-5-2-.742 1.857ZM40 35V23h-2v12h2Zm0-12v-2h-2v2h2Zm0 16H24v2h16v-2Zm-16 0h-8v2h8v-2Zm-8 0H8v2h8v-2Zm-6.486-7.142 5-3-1.028-1.716-5 3 1.028 1.716Zm20-4 5-3-1.029-1.716-5 3 1.03 1.716Zm4.682-2.877 5-1-.392-1.962-5 1 .392 1.962ZM38 35H9v2h29v-2Zm-28 1V21H8v15h2Zm-2-5v5h2v-5H8Zm30-10h2a2 2 0 0 0-2-2v2Zm0 14v2a2 2 0 0 0 2-2h-2ZM10 19a2 2 0 0 0-2 2h2v-2ZM10 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM13 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM16 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\\\" class=\\\"icon-dark\\\"/><path fill=\\\"#F8C4CD\\\" d=\\\"M35.243 41.243a6 6 0 1 1-8.486-8.485 6 6 0 0 1 8.486 8.485Z\\\" class=\\\"icon-light-secondary\\\"/><path stroke=\\\"#C62B49\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m32.5 35.5-3 3m3 0-3-3m5.743 5.743a6 6 0 1 1-8.486-8.485 6 6 0 0 1 8.486 8.485Z\\\" class=\\\"icon-dark-secondary\\\"/>\"\n }\n}, [\"48\"], \"technology-dashboard-fail\")); };\nexport var IconTechnologyDashboardRunning = function (props) { return React.createElement('svg', useIconProps(props, {\n \"48\": {\n \"body\": \"<path fill=\\\"#E1E3ED\\\" d=\\\"M40 8H8a3 3 0 0 0-3 3v5h38v-5a3 3 0 0 0-3-3Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"#E1E3ED\\\" fill-rule=\\\"evenodd\\\" d=\\\"M8 8a3 3 0 0 0-3 3v5h38v-5a3 3 0 0 0-3-3H8Z\\\" class=\\\"icon-light\\\" clip-rule=\\\"evenodd\\\"/><path fill=\\\"#E1E3ED\\\" d=\\\"m19 30-5-2-5 3v5h29a1 1 0 0 0 1-1V23l-5 1-5 3-5-2-5 5Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"#9095AD\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M19 12h20m4-1v26a3 3 0 0 1-3 3H8a3 3 0 0 1-3-3V11m38 0a3 3 0 0 0-3-3H8a3 3 0 0 0-3 3m38 0v5H5v-5m34 12v12a1 1 0 0 1-1 1H9m30-13v-2a1 1 0 0 0-1-1H10a1 1 0 0 0-1 1v15m30-13-5 1-5 3-5-2-5 5-5-2-5 3v5\\\" class=\\\"icon-dark\\\"/><path fill=\\\"#9095AD\\\" d=\\\"M10 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM13 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM16 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\\\" class=\\\"icon-dark\\\"/><path fill=\\\"#fff\\\" d=\\\"M39 37a8 8 0 1 1-16 0 8 8 0 0 1 16 0Z\\\"/><path fill=\\\"currentColor\\\" d=\\\"M37 37a6 6 0 1 1-12 0 6 6 0 0 1 12 0Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"#C5C9FD\\\" fill-rule=\\\"evenodd\\\" d=\\\"M31 32a5 5 0 1 0 0 10 5 5 0 0 0 0-10Zm-7 5a7 7 0 1 1 14 0 7 7 0 0 1-14 0Z\\\" class=\\\"icon-light-secondary\\\" clip-rule=\\\"evenodd\\\"/><path fill=\\\"#4956E3\\\" fill-rule=\\\"evenodd\\\" d=\\\"M30 31a1 1 0 0 1 1-1 7 7 0 0 1 7 7 1 1 0 1 1-2 0 5 5 0 0 0-5-5 1 1 0 0 1-1-1Z\\\" class=\\\"icon-dark-secondary\\\" clip-rule=\\\"evenodd\\\"/><path fill=\\\"#fff\\\" d=\\\"M36 37a5 5 0 1 1-10 0 5 5 0 0 1 10 0Z\\\"/>\"\n }\n}, [\"48\"], \"technology-dashboard-running\")); };\nexport var IconTechnologyDollar = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M5 3h3a1 1 0 0 1 1 1v.5M5 3H2a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h3m0-5V1m0 2v5m0 5h3a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1H5m0 5H2a1 1 0 0 1-1-1v-.5M5 13v2m0-2V8\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"technology-dollar\")); };\nexport var IconTechnologyDragProject = function (props) { return React.createElement('svg', useIconProps(props, {\n \"48\": {\n \"body\": \"<path stroke=\\\"rgba(0,0,0,0.2)\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M38.5 15v-1m-29 24h-2a3 3 0 0 1-3-3v-1m34-24V9a3 3 0 0 0-3-3h-1m-30 4V9a3 3 0 0 1 3-3h1m-4 24v-2.5m0-4v-3m0-4V14m8-8H16m4 0h3m4 0h3.5\\\" class=\\\"icon-dark-secondary\\\"/><path fill=\\\"#69D3A7\\\" d=\\\"M26.086 15.586A2 2 0 0 0 24.672 15H13.5a1 1 0 0 0-1 1v5h12.172a2 2 0 0 0 1.414-.586L28.5 18l-2.414-2.414Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"currentColor\\\" d=\\\"M12.5 21h-1 1Zm13.586-.586.707.707-.707-.707ZM24.672 15v-1 1Zm1.414.586.707-.707-.707.707ZM13.5 15v1-1Zm10.707 13.707a.999.999 0 1 0-1.414-1.414l1.414 1.414ZM21 30.5l-.707-.707a.999.999 0 0 0 0 1.414L21 30.5Zm1.793 3.207a.999.999 0 1 0 1.414-1.414l-1.414 1.414Zm9.414-6.414a.999.999 0 1 0-1.414 1.414l1.414-1.414ZM34 30.5l.707.707a.999.999 0 0 0 0-1.414L34 30.5Zm-3.207 1.793a.999.999 0 1 0 1.414 1.414l-1.414-1.414Zm-5.269 2.49a1 1 0 1 0 1.952.434l-1.952-.434Zm3.952-8.566a1 1 0 1 0-1.952-.434l1.952.434ZM41.5 20v19h2V20h-2Zm-1 20h-26v2h26v-2Zm-27-24h11.172v-2H13.5v2Zm11.879.293 2.414 2.414 1.414-1.414-2.414-2.414-1.414 1.414ZM28.5 19h12v-2h-12v2Zm-.707-1.707-2.414 2.414 1.414 1.414 2.414-2.414-1.414-1.414ZM13.5 39V21h-2v18h2Zm0-18v-5h-2v5h2Zm11.172-1H12.5v2h12.172v-2Zm.707-.293a1 1 0 0 1-.707.293v2a3 3 0 0 0 2.121-.879l-1.414-1.414ZM24.672 16a1 1 0 0 1 .707.293l1.414-1.414A3 3 0 0 0 24.672 14v2ZM14.5 40a1 1 0 0 1-1-1h-2a3 3 0 0 0 3 3v-2Zm27-1a1 1 0 0 1-1 1v2a3 3 0 0 0 3-3h-2Zm2-19a3 3 0 0 0-3-3v2a1 1 0 0 1 1 1h2Zm-30-6a2 2 0 0 0-2 2h2v-2Zm9.293 13.293-2.5 2.5 1.414 1.414 2.5-2.5-1.414-1.414Zm-2.5 3.914 2.5 2.5 1.414-1.414-2.5-2.5-1.414 1.414Zm10.5-2.5 2.5 2.5 1.414-1.414-2.5-2.5-1.414 1.414Zm2.5 1.086-2.5 2.5 1.414 1.414 2.5-2.5-1.414-1.414Zm-5.817 5.424 2-9-1.952-.434-2 9 1.952.434Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"48\"], \"technology-drag-project\")); };\nexport var IconTechnologyElementSelector = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M14 5V4a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h1\\\" class=\\\"icon-dark\\\"/><path fill=\\\"currentColor\\\" stroke=\\\"currentColor\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m10 11 3 3 1-1-3-3 1.5-1.5L7 7l1.5 5.5L10 11Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"technology-element-selector\")); };\nexport var IconTechnologyImageScreenshot = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M1 14a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2l-2.5-2.5L10 12 5.5 7.5 1 12v2ZM12 5a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"currentColor\\\" d=\\\"m5.5 7.5.707-.707a1 1 0 0 0-1.414 0L5.5 7.5ZM10 12l-.707.707a1 1 0 0 0 1.414 0L10 12Zm2.5-2.5.707-.707a1 1 0 0 0-1.414 0l.707.707ZM14 0H2v2h12V0ZM2 14v-2H0v2h2Zm0-2V2H0v10h2Zm-.293.707 4.5-4.5-1.414-1.414-4.5 4.5 1.414 1.414Zm3.086-4.5 4.5 4.5 1.414-1.414-4.5-4.5-1.414 1.414Zm5.914 4.5 2.5-2.5-1.414-1.414-2.5 2.5 1.414 1.414ZM16 14v-2h-2v2h2Zm0-2V2h-2v10h2Zm-4.207-1.793 2.5 2.5 1.414-1.414-2.5-2.5-1.414 1.414ZM2 16h12v-2H2v2Zm9-11v2a2 2 0 0 0 2-2h-2Zm0 0H9a2 2 0 0 0 2 2V5Zm0 0V3a2 2 0 0 0-2 2h2Zm0 0h2a2 2 0 0 0-2-2v2Zm3-3h2a2 2 0 0 0-2-2v2Zm0 12v2a2 2 0 0 0 2-2h-2ZM2 0a2 2 0 0 0-2 2h2V0ZM0 14a2 2 0 0 0 2 2v-2H0Z\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path fill=\\\"#C5C9FD\\\" d=\\\"M3 19a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1v-2l-3-3-3 3-6-6-6 6v2ZM18 9a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"currentColor\\\" d=\\\"m9 11 .707-.707a1 1 0 0 0-1.414 0L9 11Zm6 6-.707.707a1 1 0 0 0 1.414 0L15 17Zm3-3 .707-.707a1 1 0 0 0-1.414 0L18 14Zm2-11H4v2h16V3ZM4 19v-2H2v2h2Zm0-2V5H2v12h2Zm-.293.707 6-6-1.414-1.414-6 6 1.414 1.414Zm4.586-6 6 6 1.414-1.414-6-6-1.414 1.414Zm7.414 6 3-3-1.414-1.414-3 3 1.414 1.414ZM22 19v-2h-2v2h2Zm0-2V5h-2v12h2Zm-4.707-2.293 3 3 1.414-1.414-3-3-1.414 1.414ZM4 21h16v-2H4v2ZM17 9a1 1 0 0 1-1 1v2a3 3 0 0 0 3-3h-2Zm-1 1a1 1 0 0 1-1-1h-2a3 3 0 0 0 3 3v-2Zm-1-1a1 1 0 0 1 1-1V6a3 3 0 0 0-3 3h2Zm1-1a1 1 0 0 1 1 1h2a3 3 0 0 0-3-3v2Zm4-3h2a2 2 0 0 0-2-2v2Zm0 14v2a2 2 0 0 0 2-2h-2ZM4 3a2 2 0 0 0-2 2h2V3ZM2 19a2 2 0 0 0 2 2v-2H2Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\", \"24\"], \"technology-image-screenshot\")); };\nexport var IconTechnologyInfinityLoop = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"currentColor\\\" d=\\\"M7 5v1h2V5H7Zm2 6v-1H7v1h2ZM5 7a2 2 0 0 1-2-2H1a4 4 0 0 0 4 4V7ZM3 5a2 2 0 0 1 2-2V1a4 4 0 0 0-4 4h2Zm2-2a2 2 0 0 1 2 2h2a4 4 0 0 0-4-4v2Zm8 8a2 2 0 0 1-2 2v2a4 4 0 0 0 4-4h-2Zm-2 2a2 2 0 0 1-2-2H7a4 4 0 0 0 4 4v-2Zm0-4a2 2 0 0 1 2 2h2a4 4 0 0 0-4-4v2Zm0-2H5v2h6V7Z\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"20\": {\n \"body\": \"<path fill=\\\"currentColor\\\" d=\\\"M11 13v-1H9v1h2ZM9 7v1h2V7H9ZM5.5 9A3.5 3.5 0 0 1 2 5.5H0A5.5 5.5 0 0 0 5.5 11V9ZM2 5.5A3.5 3.5 0 0 1 5.5 2V0A5.5 5.5 0 0 0 0 5.5h2ZM5.5 2A3.5 3.5 0 0 1 9 5.5h2A5.5 5.5 0 0 0 5.5 0v2ZM18 14.5a3.5 3.5 0 0 1-3.5 3.5v2a5.5 5.5 0 0 0 5.5-5.5h-2ZM14.5 18a3.5 3.5 0 0 1-3.5-3.5H9a5.5 5.5 0 0 0 5.5 5.5v-2Zm0-7a3.5 3.5 0 0 1 3.5 3.5h2A5.5 5.5 0 0 0 14.5 9v2Zm0-2h-9v2h9V9ZM11 14.5V13H9v1.5h2Zm-2-9V7h2V5.5H9Z\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path fill=\\\"currentColor\\\" d=\\\"M13 15v-1h-2v1h2Zm-2-6v1h2V9h-2Zm-3.5 2A3.5 3.5 0 0 1 4 7.5H2A5.5 5.5 0 0 0 7.5 13v-2ZM4 7.5A3.5 3.5 0 0 1 7.5 4V2A5.5 5.5 0 0 0 2 7.5h2ZM7.5 4A3.5 3.5 0 0 1 11 7.5h2A5.5 5.5 0 0 0 7.5 2v2ZM20 16.5a3.5 3.5 0 0 1-3.5 3.5v2a5.5 5.5 0 0 0 5.5-5.5h-2ZM16.5 20a3.5 3.5 0 0 1-3.5-3.5h-2a5.5 5.5 0 0 0 5.5 5.5v-2Zm0-7a3.5 3.5 0 0 1 3.5 3.5h2a5.5 5.5 0 0 0-5.5-5.5v2Zm0-2h-9v2h9v-2ZM13 16.5V15h-2v1.5h2Zm-2-9V9h2V7.5h-2Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\", \"20\", \"24\"], \"technology-infinity-loop\")); };\nexport var IconTechnologyLockedProject = function (props) { return React.createElement('svg', useIconProps(props, {\n \"48\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M18.586 8.586A2 2 0 0 0 17.172 8H6a1 1 0 0 0-1 1v5h12.172a2 2 0 0 0 1.414-.586L21 11l-2.414-2.414Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"currentColor\\\" d=\\\"m18.586 13.414.707.707-.707-.707ZM17.172 8v1-1Zm1.414.586.707-.707-.707.707ZM5 38H4h1ZM6 8V7v1Zm36 5v25h2V13h-2Zm-1 26H7v2h34v-2ZM6 9h11.172V7H6v2Zm11.879.293 2.414 2.414 1.414-1.414-2.414-2.414-1.414 1.414ZM21 12h20v-2H21v2Zm-.707-1.707-2.414 2.414 1.414 1.414 2.414-2.414-1.414-1.414ZM6 38V14H4v24h2Zm0-24V9H4v5h2Zm11.172-1H5v2h12.172v-2Zm.707-.293a1 1 0 0 1-.707.293v2a3 3 0 0 0 2.12-.879l-1.413-1.414ZM17.172 9a1 1 0 0 1 .707.293l1.414-1.414A3 3 0 0 0 17.172 7v2ZM7 39a1 1 0 0 1-1-1H4a3 3 0 0 0 3 3v-2Zm35-1a1 1 0 0 1-1 1v2a3 3 0 0 0 3-3h-2Zm2-25a3 3 0 0 0-3-3v2a1 1 0 0 1 1 1h2ZM6 7a2 2 0 0 0-2 2h2V7Z\\\" class=\\\"icon-dark\\\"/><path fill=\\\"#69D3A7\\\" fill-rule=\\\"evenodd\\\" d=\\\"M25 41a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2v-5a2 2 0 0 0-2-2h-8a2 2 0 0 0-2 2v5Z\\\" class=\\\"icon-light-secondary\\\" clip-rule=\\\"evenodd\\\"/><path stroke=\\\"#00814D\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M28 34h-1a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2v-5a2 2 0 0 0-2-2h-1m-6 0v-2a3 3 0 0 1 3-3v0a3 3 0 0 1 3 3v2m-6 0h6m-3 4v1\\\" class=\\\"icon-dark-secondary\\\"/>\"\n }\n}, [\"48\"], \"technology-locked-project\")); };\nexport var IconTechnologyOctothorpe = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M7 2 4 14m5 0 3-12m2 4H3m10 4H2\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"technology-octothorpe\")); };\nexport var IconTechnologyPullRequest = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"currentColor\\\" d=\\\"M2.5 12a1 1 0 1 0 2 0h-2Zm2-8a1 1 0 1 0-2 0h2Zm7 8a1 1 0 1 0 2 0h-2Zm-4-8-.707-.707a1 1 0 0 0 0 1.414L7.5 4ZM9 2.5h1a1 1 0 0 0-1.707-.707L9 2.5Zm0 3-.707.707A1 1 0 0 0 10 5.5H9ZM11.5 4v1-1Zm-7 8V4h-2v8h2Zm9 0V5h-2v7h2Zm-2-9h-4v2h4V3ZM8.207 4.707l1.5-1.5-1.414-1.414-1.5 1.5 1.414 1.414Zm-1.414 0 1.5 1.5 1.414-1.414-1.5-1.5-1.414 1.414ZM8 2.5v3h2v-3H8ZM13.5 5a2 2 0 0 0-2-2v2h2Z\\\" class=\\\"icon-dark\\\"/><path fill=\\\"#D0D2E0\\\" stroke=\\\"currentColor\\\" d=\\\"M5 4a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm0 8a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm9 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z\\\" class=\\\"icon-light-fill icon-dark-stroke\\\"/>\"\n }\n}, [\"16\"], \"technology-pull-request\")); };\nexport var IconTechnologyServer = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<rect width=\\\"14\\\" height=\\\"6\\\" x=\\\"1\\\" y=\\\"2\\\" fill=\\\"#D0D2E0\\\" stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" class=\\\"icon-dark-stroke icon-light-fill\\\" rx=\\\"2\\\"/><rect width=\\\"14\\\" height=\\\"6\\\" x=\\\"1\\\" y=\\\"8\\\" fill=\\\"#D0D2E0\\\" stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" class=\\\"icon-dark-stroke icon-light-fill\\\" rx=\\\"2\\\"/><path fill=\\\"currentColor\\\" d=\\\"M13 5a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM10 5a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM13 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"technology-server\")); };\nexport var IconTechnologyTerminalLog = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M15 3a2 2 0 0 0-2-2H3a2 2 0 0 0-2 2v1h14V3Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"#D0D2E0\\\" fill-rule=\\\"evenodd\\\" d=\\\"M15 3a2 2 0 0 0-2-2H3a2 2 0 0 0-2 2v1h14V3Z\\\" class=\\\"icon-light\\\" clip-rule=\\\"evenodd\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M1 4v9a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V4M1 4V3a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v1M1 4h14\\\" class=\\\"icon-dark\\\"/><path fill=\\\"currentColor\\\" d=\\\"M4.5 7a.5.5 0 0 0 0 1V7Zm1 1H6V7h-.5v1Zm-1 1a.5.5 0 0 0 0 1V9ZM6 10h.5V9H6v1Zm-1.5 1a.5.5 0 0 0 0 1v-1Zm3 1H8v-1h-.5v1Zm0-3H7v1h.5V9ZM9 10a.5.5 0 0 0 0-1v1Zm0 1h-.5v1H9v-1Zm2 1a.5.5 0 0 0 0-1v1ZM7 7h-.5v1H7V7Zm1 1h.5V7H8v1Zm1.5-1H9v1h.5V7Zm2 1a.5.5 0 0 0 0-1v1Zm-7 0h1V7h-1v1Zm0 2H6V9H4.5v1Zm0 2h3v-1h-3v1Zm3-2H9V9H7.5v1ZM9 12h2v-1H9v1ZM7 8h1V7H7v1Zm2.5 0h2V7h-2v1Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"technology-terminal-log\")); };\nexport var IconTechnologyTerminal = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M1 4v9a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V4M1 4V3a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v1M1 4h14M5 8l1.5 1.5L5 11\\\" class=\\\"icon-dark\\\" opacity=\\\".7\\\"/>\"\n }\n}, [\"16\"], \"technology-terminal\")); };\nexport var IconTechnologyTestResults = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"currentColor\\\" d=\\\"M1 10h3v3H1v-3Z\\\" class=\\\"icon-dark\\\"/><path fill=\\\"currentColor\\\" d=\\\"M15 5.5a1 1 0 1 0 0-2v2Zm-8-2a1 1 0 0 0 0 2v-2Zm8 9a1 1 0 1 0 0-2v2Zm-8-2a1 1 0 1 0 0 2v-2ZM.293 5.293a1 1 0 0 0 1.414 1.414L.293 5.293Zm4.414-1.586a1 1 0 0 0-1.414-1.414l1.414 1.414Zm-3-1.414A1 1 0 0 0 .293 3.707l1.414-1.414Zm1.586 4.414a1 1 0 0 0 1.414-1.414L3.293 6.707ZM1 10V9a1 1 0 0 0-1 1h1Zm3 0h1a1 1 0 0 0-1-1v1Zm0 3v1a1 1 0 0 0 1-1H4Zm-3 0H0a1 1 0 0 0 1 1v-1Zm14-9.5H7v2h8v-2Zm0 7H7v2h8v-2ZM1.707 6.707l1.5-1.5-1.414-1.414-1.5 1.5 1.414 1.414Zm1.5-1.5 1.5-1.5-1.414-1.414-1.5 1.5 1.414 1.414Zm-2.914-1.5 1.5 1.5 1.414-1.414-1.5-1.5L.293 3.707Zm1.5 1.5 1.5 1.5 1.414-1.414-1.5-1.5-1.414 1.414ZM1 11h3V9H1v2Zm2-1v3h2v-3H3Zm1 2H1v2h3v-2Zm-2 1v-3H0v3h2Z\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M3 15h4v4H3v-4Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"currentColor\\\" d=\\\"M21 8a1 1 0 1 0 0-2v2ZM11 6a1 1 0 1 0 0 2V6Zm10 12a1 1 0 1 0 0-2v2Zm-10-2a1 1 0 1 0 0 2v-2ZM2.293 8.293a1 1 0 0 0 1.414 1.414L2.293 8.293Zm5.414-2.586a1 1 0 0 0-1.414-1.414l1.414 1.414Zm-4-1.414a1 1 0 0 0-1.414 1.414l1.414-1.414Zm2.586 5.414a1 1 0 0 0 1.414-1.414L6.293 9.707ZM3 15v-1a1 1 0 0 0-1 1h1Zm4 0h1a1 1 0 0 0-1-1v1Zm0 4v1a1 1 0 0 0 1-1H7Zm-4 0H2a1 1 0 0 0 1 1v-1ZM21 6H11v2h10V6Zm0 10H11v2h10v-2ZM3.707 9.707l2-2-1.414-1.414-2 2 1.414 1.414Zm2-2 2-2-1.414-1.414-2 2 1.414 1.414Zm-3.414-2 2 2 1.414-1.414-2-2-1.414 1.414Zm2 2 2 2 1.414-1.414-2-2-1.414 1.414ZM3 16h4v-2H3v2Zm3-1v4h2v-4H6Zm1 3H3v2h4v-2Zm-3 1v-4H2v4h2Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\", \"24\"], \"technology-test-results\")); };\nexport var IconTestingTypeComponentSolid = function (props) { return React.createElement('svg', useIconProps(props, {\n \"24\": {\n \"body\": \"<mask id=\\\"testing-type-component-solid_x24_svg__a\\\" fill=\\\"#fff\\\"><path d=\\\"M2 13h9v9H4a2 2 0 0 1-2-2v-7ZM13 2h7a2 2 0 0 1 2 2v7h-9V2Z\\\"/></mask><path fill=\\\"currentColor\\\" d=\\\"M2 13h9v9H4a2 2 0 0 1-2-2v-7ZM13 2h7a2 2 0 0 1 2 2v7h-9V2Z\\\" class=\\\"icon-dark\\\"/><path fill=\\\"currentColor\\\" d=\\\"M11 13h2a2 2 0 0 0-2-2v2Zm-9 0v-2a2 2 0 0 0-2 2h2Zm9 9v2a2 2 0 0 0 2-2h-2Zm2-20V0h-2v2h2Zm9 9v2h2v-2h-2Zm-9 0h-2v2h2v-2Zm-2 0H2v4h9v-4Zm-2 2v9h4v-9H9Zm2 7H4v4h7v-4Zm-7 0v-7H0v7h4Zm9-16h7V0h-7v4Zm7 0v7h4V4h-4Zm2 5h-9v4h9V9Zm-7 2V2h-4v9h4Zm5-7h4a4 4 0 0 0-4-4v4ZM4 20H0a4 4 0 0 0 4 4v-4Z\\\" class=\\\"icon-dark\\\" mask=\\\"url(#testing-type-component-solid_x24_svg__a)\\\"/><path fill=\\\"#D0D2E0\\\" d=\\\"M4 4h7v9h9v7a2 2 0 0 1-2 2h-7v-9H2V6a2 2 0 0 1 2-2Z\\\" class=\\\"icon-light\\\"/>\"\n },\n \"64\": {\n \"body\": \"<path fill=\\\"currentColor\\\" d=\\\"M36 4h21a3 3 0 0 1 3 3v21H36V4ZM32 56H11a3 3 0 0 1-3-3V32h24v24Z\\\" class=\\\"icon-dark\\\"/><path fill=\\\"#D0D2E0\\\" d=\\\"M11 8h21v24h24v21a3 3 0 0 1-3 3H32V32H8V11a3 3 0 0 1 3-3Z\\\" class=\\\"icon-light\\\"/>\"\n }\n}, [\"24\", \"64\"], \"testing-type-component-solid\")); };\nexport var IconTestingTypeComponent = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"currentColor\\\" fill-opacity=\\\".5\\\" d=\\\"M2 10h4v4H2v-4ZM10 2h4v4h-4V2Z\\\" class=\\\"icon-dark\\\"/><path fill=\\\"currentColor\\\" d=\\\"M2 6V5a1 1 0 0 0-1 1h1Zm4 0h1V5H6v1Zm-4 8H1a1 1 0 0 0 1 1v-1Zm8-12V1H9v1h1Zm4 0h1a1 1 0 0 0-1-1v1Zm0 4v1h1V6h-1Zm-4 0H9v1h1V6Zm0 4h1V9h-1v1Zm0 4v1a1 1 0 0 0 1-1h-1ZM2 7h4V5H2v2Zm3-1v4h2V6H5Zm1 3H2v2h4V9Zm-3 1V6H1v4h2Zm2 0v4h2v-4H5Zm1 3H2v2h4v-2Zm-3 1v-4H1v4h2Zm7-11h4V1h-4v2Zm3-1v4h2V2h-2Zm1 3h-4v2h4V5Zm-3 1V2H9v4h2Zm-5 5h4V9H6v2Zm3-1v4h2v-4H9Zm1 3H6v2h4v-2Z\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M3 14h7v7H4a1 1 0 0 1-1-1v-6ZM14 3h6a1 1 0 0 1 1 1v6h-7V3Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"currentColor\\\" d=\\\"M10 7h1V6h-1v1Zm4-4V2h-1v1h1Zm7 7v1h1v-1h-1Zm-7 0h-1v1h1v-1Zm3 4h1v-1h-1v1ZM4 8h6V6H4v2Zm5-1v7h2V7H9Zm1 6H3v2h7v-2Zm-6 1V8H2v6h2Zm5 0v7h2v-7H9Zm1 6H4v2h6v-2Zm-6 0v-6H2v6h2ZM14 4h6V2h-6v2Zm6 0v6h2V4h-2Zm1 5h-7v2h7V9Zm-6 1V3h-2v7h2Zm-5 5h7v-2h-7v2Zm6-1v6h2v-6h-2Zm0 6h-6v2h6v-2Zm0 0v2a2 2 0 0 0 2-2h-2Zm4-16h2a2 2 0 0 0-2-2v2ZM4 20H2a2 2 0 0 0 2 2v-2ZM4 6a2 2 0 0 0-2 2h2V6Z\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"64\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M36 5h21.5A1.5 1.5 0 0 1 59 6.5V28H36V5ZM32 32H9v21.5a1.5 1.5 0 0 0 1.5 1.5H32V32Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"currentColor\\\" d=\\\"M32 9h1V8h-1v1Zm4-4V4h-1v1h1Zm23 23v1h1v-1h-1Zm-23 0h-1v1h1v-1Zm19 4h1v-1h-1v1ZM10.5 10H32V8H10.5v2ZM31 9v23h2V9h-2Zm1 22H9v2h23v-2Zm-22 1V10.5H8V32h2Zm21 0v23h2V32h-2Zm1 22H10.5v2H32v-2Zm-22-.5V32H8v21.5h2ZM36 6h21.5V4H36v2Zm22 .5V28h2V6.5h-2ZM59 27H36v2h23v-2Zm-22 1V5h-2v23h2Zm-5 5h23v-2H32v2Zm22-1v21.5h2V32h-2Zm-.5 22H32v2h21.5v-2Zm.5-.5a.5.5 0 0 1-.5.5v2a2.5 2.5 0 0 0 2.5-2.5h-2ZM57.5 6a.5.5 0 0 1 .5.5h2A2.5 2.5 0 0 0 57.5 4v2Zm-47 48a.5.5 0 0 1-.5-.5H8a2.5 2.5 0 0 0 2.5 2.5v-2Zm0-46A2.5 2.5 0 0 0 8 10.5h2a.5.5 0 0 1 .5-.5V8Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\", \"24\", \"64\"], \"testing-type-component\")); };\nexport var IconTestingTypeE2ESolid = function (props) { return React.createElement('svg', useIconProps(props, {\n \"24\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M4 3a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H4Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"currentColor\\\" d=\\\"M20 21a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2h-2v8a2 2 0 0 1-2 2H6v2a2 2 0 0 0 2 2h12ZM6 6a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM9 6a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM12 6a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"64\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M9 8a3 3 0 0 0-3 3v33a3 3 0 0 0 3 3h37a3 3 0 0 0 3-3V11a3 3 0 0 0-3-3H9Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"currentColor\\\" d=\\\"M55 56a3 3 0 0 0 3-3V20a3 3 0 0 0-3-3h-6v27a3 3 0 0 1-3 3H15v6a3 3 0 0 0 3 3h37Z\\\" class=\\\"icon-dark\\\"/><path fill=\\\"currentColor\\\" fill-rule=\\\"evenodd\\\" d=\\\"M49 11a3 3 0 0 0-3-3H9a3 3 0 0 0-3 3v6h43v-6Zm-5 .5a1 1 0 1 1 0 2H25a1 1 0 1 1 0-2h19Zm-33 2a1 1 0 1 1 0-2 1 1 0 0 1 0 2Zm4-2a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm4 2a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\\\" class=\\\"icon-dark\\\" clip-rule=\\\"evenodd\\\"/>\"\n }\n}, [\"24\", \"64\"], \"testing-type-e2e-solid\")); };\nexport var IconTestingTypeE2E = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M15 14V5h-3v6H4v3h11Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"currentColor\\\" d=\\\"M15 5h1a1 1 0 0 0-1-1v1ZM4 14H3a1 1 0 0 0 1 1v-1Zm11 0v1a1 1 0 0 0 1-1h-1ZM1 2V1a1 1 0 0 0-1 1h1Zm11 0h1a1 1 0 0 0-1-1v1ZM1 11H0a1 1 0 0 0 1 1v-1Zm11 0v1a1 1 0 0 0 1-1h-1Zm2-6v9h2V5h-2Zm1 8H4v2h11v-2ZM1 3h11V1H1v2Zm11 7H4v2h8v-2Zm-8 0H1v2h3v-2Zm1 4v-3H3v3h2Zm7-8h3V4h-3v2Zm-1-4v3h2V2h-2Zm0 3v6h2V5h-2Zm-9 6V2H0v9h2ZM4 4.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0ZM6 4.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0ZM8 4.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Z\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M20 20a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1h-3v7a1 1 0 0 1-1 1H7v3a1 1 0 0 0 1 1h12Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"currentColor\\\" d=\\\"M6 6a1 1 0 0 0 0 2V6Zm.01 2a1 1 0 0 0 0-2v2ZM9 6a1 1 0 0 0 0 2V6Zm.01 2a1 1 0 0 0 0-2v2ZM12 6a1 1 0 1 0 0 2V6Zm.01 2a1 1 0 1 0 0-2v2ZM20 9v10h2V9h-2Zm0 10H8v2h12v-2ZM4 5h12V3H4v2Zm12 10H7v2h9v-2Zm-9 0H4v2h3v-2Zm1 4v-3H6v3h2Zm9-10h3V7h-3v2Zm-1-4v3h2V5h-2Zm0 3v7h2V8h-2ZM4 15V5H2v10h2Zm2-7h.01V6H6v2Zm3 0h.01V6H9v2Zm3 0h.01V6H12v2Zm4 9a2 2 0 0 0 2-2h-2v2ZM4 15H2a2 2 0 0 0 2 2v-2ZM16 5h2a2 2 0 0 0-2-2v2ZM4 3a2 2 0 0 0-2 2h2V3Zm16 16v2a2 2 0 0 0 2-2h-2ZM8 19H6a2 2 0 0 0 2 2v-2ZM22 9a2 2 0 0 0-2-2v2h2Z\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"64\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M55.5 55a1.5 1.5 0 0 0 1.5-1.5v-34a1.5 1.5 0 0 0-1.5-1.5H48v26.5a1.5 1.5 0 0 1-1.5 1.5H16v7.5a1.5 1.5 0 0 0 1.5 1.5h38ZM48 10.5A1.5 1.5 0 0 0 46.5 9h-38A1.5 1.5 0 0 0 7 10.5V18h41v-7.5Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M7 18v26.5A1.5 1.5 0 0 0 8.5 46H16M7 18v-7.5A1.5 1.5 0 0 1 8.5 9h38a1.5 1.5 0 0 1 1.5 1.5V18M7 18h41M16 46h30.5a1.5 1.5 0 0 0 1.5-1.5V18M16 46v7.5a1.5 1.5 0 0 0 1.5 1.5h38a1.5 1.5 0 0 0 1.5-1.5v-34a1.5 1.5 0 0 0-1.5-1.5H48m-5-4.5H25m-13.001 0h.014m3.987 0h.013m3.987 0h.013\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\", \"24\", \"64\"], \"testing-type-e2e\")); };\nexport var IconTimeCalendarDay = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" fill-rule=\\\"evenodd\\\" d=\\\"M14 4a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v2h12V4Z\\\" class=\\\"icon-light\\\" clip-rule=\\\"evenodd\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M14 6V4a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v2m12 0v6a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6m12 0H2m3-5v2m6-2v2M5 9v1h1V9H5Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"time-calendar-day\")); };\nexport var IconTimeClock = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M8 4v4l2 1.5M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0Z\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M12 7v5l3 2m6-2a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\", \"24\"], \"time-clock\")); };\nexport var IconTimeStopwatch = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" fill-rule=\\\"evenodd\\\" d=\\\"M13.5 9.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0ZM8 9.993a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1Z\\\" class=\\\"icon-light\\\" clip-rule=\\\"evenodd\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M8 4V1m0 3c1.519 0 2.894.616 3.89 1.61M8 4a5.483 5.483 0 0 0-3.89 1.61M8 1h2M8 1H6m5.89 4.61a5.5 5.5 0 1 1-7.778 0m7.777 0L13 4.5M4.11 5.61 3 4.5m5 5 .357-.357M10 7.5 8.357 9.143m0 0a.498.498 0 0 1-.357.85.5.5 0 1 1 .357-.85Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"time-stopwatch\")); };\nexport var IconUserGeneralOutline = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"transparent\\\" d=\\\"M8 1a7 7 0 0 0-4.9 12 5.009 5.009 0 0 1 3.043-3.644 3 3 0 1 1 3.714 0A5.009 5.009 0 0 1 12.9 13 7 7 0 0 0 8 1Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" d=\\\"M6.143 9.356C6.653 9.76 7.299 10 8 10c.701 0 1.346-.24 1.857-.644m-3.714 0a3 3 0 1 1 3.714 0m-3.714 0A5.009 5.009 0 0 0 3.1 13m6.757-3.643A5.009 5.009 0 0 1 12.9 13m0 0a7 7 0 1 0-9.8 0m9.8 0A6.977 6.977 0 0 1 8 15a6.977 6.977 0 0 1-4.9-2\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"user-general-outline\")); };\nexport var IconUserGeneralSolid = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"#D0D2E0\\\" d=\\\"M5 7a3 3 0 1 1 4.857 2.356A5.009 5.009 0 0 1 12.9 13 6.977 6.977 0 0 1 8 15a6.977 6.977 0 0 1-4.9-2 5.009 5.009 0 0 1 3.043-3.644A2.995 2.995 0 0 1 5 7Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" d=\\\"M6.143 9.356C6.653 9.76 7.299 10 8 10c.701 0 1.346-.24 1.857-.644m-3.714 0a3 3 0 1 1 3.714 0m-3.714 0A5.009 5.009 0 0 0 3.1 13 6.977 6.977 0 0 0 8 15a6.977 6.977 0 0 0 4.9-2 5.009 5.009 0 0 0-3.043-3.644\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"user-general-solid\")); };\nexport var IconViewList = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"currentColor\\\" fill-opacity=\\\".4\\\" d=\\\"M1 7h2v2H1V7ZM1 1h2v2H1V1Z\\\" class=\\\"icon-dark\\\"/><path fill=\\\"currentColor\\\" d=\\\"M15 3a1 1 0 1 0 0-2v2ZM6 1a1 1 0 0 0 0 2V1Zm9 8a1 1 0 1 0 0-2v2ZM6 7a1 1 0 1 0 0 2V7ZM1 3H0a1 1 0 0 0 1 1V3Zm2-2h1a1 1 0 0 0-1-1v1ZM1 1V0a1 1 0 0 0-1 1h1Zm2 2v1a1 1 0 0 0 1-1H3ZM1 7V6a1 1 0 0 0-1 1h1Zm2 0h1a1 1 0 0 0-1-1v1Zm0 2v1a1 1 0 0 0 1-1H3ZM1 9H0a1 1 0 0 0 1 1V9Zm14-8H6v2h9V1Zm0 6H6v2h9V7ZM1 8h2V6H1v2Zm1-1v2h2V7H2Zm1 1H1v2h2V8ZM2 9V7H0v2h2ZM1 2h2V0H1v2Zm3 1V1H2v2h2ZM3 2H1v2h2V2ZM2 3V1H0v2h2Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"view-list\")); };\nexport var IconViewPieChart = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M8 1a7 7 0 0 1 7 7H8V1Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M15 8a7 7 0 0 1-11.95 4.95M15 8a7 7 0 0 0-7-7m7 7H8m0-7a6.978 6.978 0 0 0-4.95 2.05A6.978 6.978 0 0 0 1 8c0 1.933.784 3.683 2.05 4.95M8 1v7m-4.95 4.95L8 8\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M12 3a9 9 0 0 1 9 9h-9V3Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M21 12a9 9 0 0 1-15.364 6.364M21 12a9 9 0 0 0-9-9m9 9h-9m0-9a8.972 8.972 0 0 0-6.364 2.636A8.972 8.972 0 0 0 3 12a8.972 8.972 0 0 0 2.636 6.364M12 3v9m-6.364 6.364L12 12\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\", \"24\"], \"view-pie-chart\")); };\nexport var IconViewTreeAlt = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"currentColor\\\" d=\\\"M13 1.999h2v2h-2v-2ZM13 7.999h2v2h-2v-2Z\\\" class=\\\"icon-dark\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M4 2.999v6h6m-6-6H1m3 0h6m3 1h2v-2h-2v2Zm0 6h2v-2h-2v2Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"view-tree-alt\")); };\nexport var IconWarningCircle = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"currentColor\\\" fill-rule=\\\"evenodd\\\" d=\\\"M2 8a6 6 0 1 1 12 0A6 6 0 0 1 2 8Zm6-8a8 8 0 1 0 0 16A8 8 0 0 0 8 0Zm1 5a1 1 0 0 0-2 0v3a1 1 0 0 0 2 0V5Zm-1 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z\\\" class=\\\"icon-dark\\\" clip-rule=\\\"evenodd\\\"/>\"\n }\n}, [\"16\"], \"warning-circle\")); };\nexport var IconWarning = function (props) { return React.createElement('svg', useIconProps(props, {\n \"8\": {\n \"body\": \"<path fill=\\\"currentColor\\\" fill-rule=\\\"evenodd\\\" d=\\\"M4 0a1 1 0 0 1 1 1v3a1 1 0 0 1-2 0V1a1 1 0 0 1 1-1Z\\\" class=\\\"icon-dark\\\" clip-rule=\\\"evenodd\\\"/><path fill=\\\"currentColor\\\" d=\\\"M5 7a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"8\"], \"warning\")); };\n//# sourceMappingURL=_TreeShakableIcons.js.map"],"names":[],"mappings":"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","x_google_ignoreList":[0]}
1
+ {"version":3,"file":"index.es.mjs","sources":["../../../../node_modules/tslib/tslib.es6.js","../compileProperties.ts","../Icon.tsx","../_TreeShakableIcons.ts"],"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 */\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;\r\n return g = { next: verb(0), \"throw\": verb(1), \"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 = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i;\r\n function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }\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\nexport function __importStar(mod) {\r\n if (mod && mod.__esModule) return mod;\r\n var result = {};\r\n if (mod != null) for (var k in mod) if (k !== \"default\" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);\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\") throw new TypeError(\"Object expected.\");\r\n var dispose;\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 }\r\n if (typeof dispose !== \"function\") throw new TypeError(\"Object not disposable.\");\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\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 function next() {\r\n while (env.stack.length) {\r\n var rec = env.stack.pop();\r\n try {\r\n var result = rec.dispose && rec.dispose.call(rec.value);\r\n if (rec.async) return Promise.resolve(result).then(next, function(e) { fail(e); return next(); });\r\n }\r\n catch (e) {\r\n fail(e);\r\n }\r\n }\r\n if (env.hasError) throw env.error;\r\n }\r\n return next();\r\n}\r\n\r\nexport default {\r\n __extends,\r\n __assign,\r\n __rest,\r\n __decorate,\r\n __param,\r\n __metadata,\r\n __awaiter,\r\n __generator,\r\n __createBinding,\r\n __exportStar,\r\n __values,\r\n __read,\r\n __spread,\r\n __spreadArrays,\r\n __spreadArray,\r\n __await,\r\n __asyncGenerator,\r\n __asyncDelegator,\r\n __asyncValues,\r\n __makeTemplateObject,\r\n __importStar,\r\n __importDefault,\r\n __classPrivateFieldGet,\r\n __classPrivateFieldSet,\r\n __classPrivateFieldIn,\r\n __addDisposableResource,\r\n __disposeResources,\r\n};\r\n","import { __assign, __rest } from \"tslib\";\nimport * as React from 'react';\nimport { ICON_COLOR_PROP_NAMES } from '@cypress-design/icon-registry';\nexport var compileReactIconProperties = function (_a) {\n var body = _a.body, defs = _a.defs, compiledClasses = _a.compiledClasses, size = _a.size, name = _a.name, attributes = __rest(_a, [\"body\", \"defs\", \"compiledClasses\", \"size\", \"name\"]);\n var filteredAttributes = Object.keys(attributes).reduce(function (newAttributes, attrName) {\n if (!ICON_COLOR_PROP_NAMES.includes(attrName) &&\n attrName !== 'name') {\n // @ts-expect-error the ky of React's SVGProps is too broad and\n // breaks here. Since we do not need to check for it. We keep the expect error\n newAttributes[attrName] =\n attributes[attrName];\n }\n return newAttributes;\n }, {});\n // eslint-disable-next-line react-hooks/rules-of-hooks\n React.useEffect(function () {\n var iconFileId = \"\".concat(name, \"_\").concat(size);\n if (defs) {\n if (document.querySelector(\"[data-cy-svg-defs=\\\"\".concat(iconFileId, \"\\\"]\"))) {\n return;\n }\n var svgElement = document.createElementNS('http://www.w3.org/2000/svg', 'svg');\n svgElement.setAttribute('data-cy-svg-defs', iconFileId);\n svgElement.setAttribute('width', '0');\n svgElement.setAttribute('height', '0');\n svgElement.innerHTML = defs;\n document.body.appendChild(svgElement);\n }\n }, [defs, name, size]);\n var componentProps = __assign({ width: size, height: size, viewBox: \"0 0 \".concat(size, \" \").concat(size), fill: 'none', dangerouslySetInnerHTML: {\n __html: body,\n }, className: undefined }, filteredAttributes);\n if (attributes.className) {\n compiledClasses.push(attributes.className);\n }\n if (compiledClasses.length) {\n componentProps.className = compiledClasses.join(' ');\n }\n return componentProps;\n};\n//# sourceMappingURL=compileProperties.js.map","import { __assign, __rest } from \"tslib\";\nimport * as React from 'react';\nimport clsx from 'clsx';\nimport { compileIcon } from '@cypress-design/icon-registry';\nimport { compileReactIconProperties } from './compileProperties';\nexport var Icon = function (props) {\n var className = props.className, cleanProps = __rest(props, [\"className\"]);\n var properties = compileReactIconProperties(compileIcon(cleanProps));\n return React.createElement('svg', __assign(__assign({}, properties), { className: clsx(properties.className, className) }));\n};\nexport default Icon;\n//# sourceMappingURL=Icon.js.map","import { __assign, __rest } from \"tslib\";\nimport * as React from 'react';\nimport * as iconsRegistry from '@cypress-design/icon-registry';\nimport { compileReactIconProperties } from './compileProperties';\nfunction useIconProps(props, iconBodiesAndDefs, availableSizes, name) {\n var interactiveColorsOnGroup = props.interactiveColorsOnGroup, cleanProps = __rest(props, [\"interactiveColorsOnGroup\"]);\n var _a = iconsRegistry.getComponentAttributes(__assign(__assign({}, cleanProps), { availableSizes: availableSizes, interactiveColorsOnGroup: interactiveColorsOnGroup })), size = _a.sizeWithDefault, compiledClasses = _a.compiledClasses;\n var _b = iconBodiesAndDefs[size] || {}, body = _b.body, defs = _b.defs;\n if (!body) {\n throw Error(\"Icon \\\"\".concat(name, \"\\\" is not available in size \").concat(size));\n }\n return compileReactIconProperties(__assign(__assign({}, cleanProps), { name: name, size: size, body: body, defs: defs, compiledClasses: compiledClasses }));\n}\nexport var IconActionAddLarge = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M2 8h6m6 0H8m0 0V2m0 6v6\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"action-add-large\")); };\nexport var IconActionAddMedium = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M8 3v10m5-5H3\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"action-add-medium\")); };\nexport var IconActionAddSmall = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M8 4v8m4-4H4\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"action-add-small\")); };\nexport var IconActionAddXsmall = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M8 5v6m3-3H5\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"action-add-xsmall\")); };\nexport var IconActionAdd = function (props) { return React.createElement('svg', useIconProps(props, {\n \"8\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M4 1v6m3-3H1\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"8\"], \"action-add\")); };\nexport var IconActionDeleteCircle = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"currentColor\\\" fill-rule=\\\"evenodd\\\" d=\\\"M2 8a6 6 0 1 1 12 0A6 6 0 0 1 2 8Zm6-8a8 8 0 1 0 0 16A8 8 0 0 0 8 0ZM6.707 5.293a1 1 0 0 0-1.414 1.414L6.586 8 5.293 9.293a1 1 0 0 0 1.414 1.414L8 9.414l1.293 1.293a1 1 0 0 0 1.414-1.414L9.414 8l1.293-1.293a1 1 0 0 0-1.414-1.414L8 6.586 6.707 5.293Z\\\" class=\\\"icon-dark\\\" clip-rule=\\\"evenodd\\\"/>\"\n }\n}, [\"16\"], \"action-delete-circle\")); };\nexport var IconActionDeleteLarge = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M3 13 13 3M3 3l10 10\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M4 20 20 4M4 4l16 16\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\", \"24\"], \"action-delete-large\")); };\nexport var IconActionDeleteMedium = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m4 12 8-8M4 4l8 8\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"action-delete-medium\")); };\nexport var IconActionDeleteXlarge = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M2 14 14 2M2 2l12 12\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"action-delete-xlarge\")); };\nexport var IconActionDelete = function (props) { return React.createElement('svg', useIconProps(props, {\n \"12\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M1 11 11 1M1 1l10 10\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"12\"], \"action-delete\")); };\nexport var IconActionDisableCircleSolid = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<circle cx=\\\"8\\\" cy=\\\"8\\\" r=\\\"8\\\" fill=\\\"currentColor\\\" class=\\\"icon-dark\\\"/><path stroke=\\\"#fff\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M4 8h8\\\"/>\"\n }\n}, [\"16\"], \"action-disable-circle-solid\")); };\nexport var IconActionExport = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M5 2H3a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-2m0-4V2m0 0H9m5 0L7 9\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"action-export\")); };\nexport var IconActionNext = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"m12.285 8.429-8.528 5.117a.5.5 0 0 1-.757-.43V2.884a.5.5 0 0 1 .757-.429l8.528 5.117a.5.5 0 0 1 0 .858Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M13 2.6v10.8M3.757 2.454l8.528 5.117a.5.5 0 0 1 0 .858l-8.528 5.117a.5.5 0 0 1-.757-.43V2.884a.5.5 0 0 1 .757-.429Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"action-next\")); };\nexport var IconActionPlayLarge = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m12.285 8.429-8.528 5.117a.5.5 0 0 1-.757-.43V2.884a.5.5 0 0 1 .757-.429l8.528 5.117a.5.5 0 0 1 0 .858Z\\\" class=\\\"icon-dark-stroke icon-light-fill\\\"/>\"\n }\n}, [\"16\"], \"action-play-large\")); };\nexport var IconActionPlaySmall = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m11.322 8.424-6.557 4.098A.5.5 0 0 1 4 12.098V3.902a.5.5 0 0 1 .765-.424l6.557 4.098a.5.5 0 0 1 0 .848Z\\\" class=\\\"icon-dark-stroke icon-light-fill\\\"/>\"\n }\n}, [\"16\"], \"action-play-small\")); };\nexport var IconActionPlayVideo = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M1 5a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v6a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V5ZM11 6v4l3.379.845A.5.5 0 0 0 15 10.36V5.64a.5.5 0 0 0-.621-.485L11 6Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" d=\\\"M11 6V5a2 2 0 0 0-2-2H3a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V6Zm0 0 3.379-.845A.5.5 0 0 1 15 5.64v4.72a.5.5 0 0 1-.621.485L11 10V6Z\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M3 8a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8ZM16 9v6l3.804.76A1 1 0 0 0 21 14.78V9.22a1 1 0 0 0-1.196-.98L16 9Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" d=\\\"M16 9V8a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h9a2 2 0 0 0 2-2V9Zm0 0 3.804-.76A1 1 0 0 1 21 9.22v5.56a1 1 0 0 1-1.196.98L16 15V9Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\", \"24\"], \"action-play-video\")); };\nexport var IconActionPower = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"currentColor\\\" d=\\\"M7 7a1 1 0 1 0 2 0H7Zm2-6a1 1 0 0 0-2 0h2ZM4.572 3.074a1 1 0 1 0-1.144-1.64l1.144 1.64Zm8-1.64a1 1 0 0 0-1.144 1.64l1.144-1.64ZM3.757 12.243a6 6 0 0 1 0-8.486L2.343 2.343a8 8 0 0 0 0 11.314l1.414-1.414Zm8.486-8.486a6 6 0 0 1 0 8.486l1.414 1.414a8 8 0 0 0 0-11.314l-1.414 1.414Zm0 8.486a6 6 0 0 1-8.486 0l-1.414 1.414a8 8 0 0 0 11.314 0l-1.414-1.414ZM9 7V1H7v6h2ZM3.757 3.757c.257-.256.53-.483.815-.683l-1.144-1.64c-.382.266-.745.57-1.085.91l1.414 1.413Zm7.67-.683c.287.2.56.427.816.683l1.414-1.414a8.04 8.04 0 0 0-1.085-.91l-1.144 1.641Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"action-power\")); };\nexport var IconActionQuestionMarkCircle = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M13.657 13.657A8 8 0 1 1 2.343 2.343a8 8 0 0 1 11.314 11.314Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"currentColor\\\" fill-rule=\\\"evenodd\\\" d=\\\"m1.845 2.535-.001.001A1 1 0 0 1 .146 1.48L1 2c-.854-.52-.854-.52-.853-.521v-.001l.001-.002.003-.004.005-.009.015-.023.042-.061A3.315 3.315 0 0 1 .87.707 3.452 3.452 0 0 1 3 0c1.099 0 1.911.432 2.414 1.113C5.879 1.743 6 2.478 6 3c0 .63-.173 1.147-.463 1.574-.272.402-.62.68-.871.873-.608.465-.655.516-.673.67a1 1 0 0 1-1.986-.234c.125-1.061.915-1.638 1.327-1.938l.117-.087c.229-.175.352-.29.43-.405C3.944 3.363 4 3.237 4 3c0-.259-.067-.525-.195-.7C3.714 2.179 3.526 2 3 2c-.437 0-.729.152-.913.294a1.316 1.316 0 0 0-.242.241ZM3 10a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z\\\" class=\\\"icon-dark\\\" clip-rule=\\\"evenodd\\\" style=\\\"transform:translate(5px,2.8px)\\\"/>\"\n }\n}, [\"16\"], \"action-question-mark-circle\")); };\nexport var IconActionQuestionMarkDefault = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"currentColor\\\" fill-rule=\\\"evenodd\\\" d=\\\"M6.33 4.85a1.142 1.142 0 0 1-.007.012l.001-.002.003-.004.001-.003v-.002h.001Zm-.868-.496a98.636 98.636 0 0 1-.868-.497l.001-.003.003-.004.005-.01.016-.025.046-.073a4.032 4.032 0 0 1 .77-.84A3.99 3.99 0 0 1 8 2c1.344 0 2.293.561 2.865 1.388.532.77.674 1.67.674 2.32 0 .76-.187 1.38-.51 1.893-.313.495-.718.834-1.045 1.083-.118.09-.219.164-.308.23-.19.14-.326.239-.457.368-.148.144-.21.256-.235.398a1 1 0 0 1-1.968-.36c.12-.653.447-1.118.803-1.467a7.31 7.31 0 0 1 .776-.628l.177-.132c.271-.207.446-.371.565-.559.106-.17.201-.413.201-.826 0-.409-.096-.861-.318-1.182C9.04 4.264 8.718 4 8 4a1.991 1.991 0 0 0-1.677.861 1 1 0 0 1-1.73-1.003l.869.496ZM8 12a1 1 0 0 1 1 1v.01a1 1 0 1 1-2 0V13a1 1 0 0 1 1-1Z\\\" class=\\\"icon-dark\\\" clip-rule=\\\"evenodd\\\"/>\"\n }\n}, [\"16\"], \"action-question-mark-default\")); };\nexport var IconActionQuestionMarkOutline = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#E1E3ED\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" d=\\\"M12.95 12.95a7 7 0 1 1-9.9-9.9 7 7 0 0 1 9.9 9.9Z\\\" class=\\\"icon-dark-stroke icon-light-fill\\\"/><path fill=\\\"currentColor\\\" fill-rule=\\\"evenodd\\\" d=\\\"m6.845 5.535-.001.001A1 1 0 0 1 5.146 4.48L6 5c-.854-.52-.854-.52-.853-.521v-.001l.001-.002.003-.004.005-.009.015-.023.042-.061a3.315 3.315 0 0 1 .657-.672A3.452 3.452 0 0 1 8 3c1.099 0 1.911.432 2.414 1.113.465.63.586 1.365.586 1.887 0 .63-.173 1.147-.463 1.574-.272.402-.62.68-.871.873-.608.465-.655.516-.673.67a1 1 0 1 1-1.986-.234c.125-1.061.915-1.638 1.327-1.938l.117-.087c.229-.175.352-.29.43-.405C8.944 6.363 9 6.237 9 6c0-.259-.067-.525-.195-.7C8.714 5.179 8.526 5 8 5c-.437 0-.729.152-.913.294a1.316 1.316 0 0 0-.242.241ZM8 13a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z\\\" class=\\\"icon-dark\\\" clip-rule=\\\"evenodd\\\"/>\"\n }\n}, [\"16\"], \"action-question-mark-outline\")); };\nexport var IconActionRecord = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"currentColor\\\" d=\\\"M8 10a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z\\\" class=\\\"icon-dark\\\"/><path fill=\\\"currentColor\\\" fill-rule=\\\"evenodd\\\" d=\\\"M10 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z\\\" class=\\\"icon-dark\\\" clip-rule=\\\"evenodd\\\"/><path stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" d=\\\"M14 8A6 6 0 1 1 2 8a6 6 0 0 1 12 0Zm-4 0a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"action-record\")); };\nexport var IconActionRefresh = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"currentColor\\\" d=\\\"m13 2.071-.707-.707A1 1 0 0 1 14 2.071h-1Zm0 2.572h1a1 1 0 0 1-1 1v-1Zm-2.571 0v1a1 1 0 0 1-.708-1.707l.708.707Zm1.17 4.321a1 1 0 0 1 1.84.786l-1.84-.786ZM14 2.071v2.572h-2V2.07h2ZM7 2a5 5 0 0 0-5 5H0a7 7 0 0 1 7-7v2Zm4.6 3.036A5.002 5.002 0 0 0 7 2V0a7.001 7.001 0 0 1 6.439 4.25l-1.84.786Zm1.4.607h-.48v-2H13v2Zm-.48 0h-2.091v-2h2.09v2ZM2 7c0 1.381.559 2.63 1.464 3.536L2.05 11.95A6.981 6.981 0 0 1 0 7h2Zm1.464 3.536A4.98 4.98 0 0 0 7 12v2a6.981 6.981 0 0 1-4.95-2.05l1.414-1.414ZM7 12a5.002 5.002 0 0 0 4.6-3.036l1.839.786A7.002 7.002 0 0 1 7 14v-2Zm2.721-8.064 2.572-2.572 1.414 1.415-2.571 2.571L9.72 3.936Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"action-refresh\")); };\nexport var IconActionRestart = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M13 8a5 5 0 1 1-5-5h3m0 0L9 5m2-2L9 1\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"action-restart\")); };\nexport var IconActionStop = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"currentColor\\\" stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M4 11.5v-7a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 .5.5v7a.5.5 0 0 1-.5.5h-7a.5.5 0 0 1-.5-.5Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"action-stop\")); };\nexport var IconActionTestReplay = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"currentColor\\\" fill-rule=\\\"evenodd\\\" d=\\\"M3.8 3.714A6 6 0 1 1 2.083 9h.918a1 1 0 0 0 0-2H1a1 1 0 0 0-1 1 8 8 0 1 0 2.401-5.714 1 1 0 1 0 1.4 1.428Zm3.366 7.509 3.898-2.599a.75.75 0 0 0 0-1.248L7.166 4.777A.75.75 0 0 0 6 5.401V10.6a.75.75 0 0 0 1.166.624Z\\\" class=\\\"icon-dark\\\" clip-rule=\\\"evenodd\\\"/>\"\n }\n}, [\"16\"], \"action-test-replay\")); };\nexport var IconArrowBottomRight = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M12 6v6m0 0H6m6 0L4 4\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"arrow-bottom-right\")); };\nexport var IconArrowCollapse = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M10.5 3 8 5.5 5.5 3m0 10L8 10.5l2.5 2.5\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"arrow-collapse\")); };\nexport var IconArrowDown = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m4 9 4 4m0 0 4-4m-4 4V3\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"arrow-down\")); };\nexport var IconArrowExpand = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M10.5 5.5 8 3 5.5 5.5m5 5L8 13l-2.5-2.5\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"arrow-expand\")); };\nexport var IconArrowLeft = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M7 4 3 8m0 0 4 4M3 8h10\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"arrow-left\")); };\nexport var IconArrowOutlineDown = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M15 8A7 7 0 1 0 1 8a7 7 0 0 0 14 0Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"currentColor\\\" d=\\\"M6.207 8.207a1 1 0 0 1-1.414-1.414l1.414 1.414ZM8 5l-.707-.707a1 1 0 0 1 1.414 0L8 5Zm3.207 1.793a1 1 0 0 1-1.414 1.414l1.414-1.414ZM9 11a1 1 0 1 1-2 0h2Zm5-3a6 6 0 0 0-6-6V0a8 8 0 0 1 8 8h-2ZM8 2a6 6 0 0 0-6 6H0a8 8 0 0 1 8-8v2ZM2 8a6 6 0 0 0 6 6v2a8 8 0 0 1-8-8h2Zm6 6a6 6 0 0 0 6-6h2a8 8 0 0 1-8 8v-2ZM4.793 6.793l2.5-2.5 1.414 1.414-2.5 2.5-1.414-1.414Zm3.914-2.5 2.5 2.5-1.414 1.414-2.5-2.5 1.414-1.414ZM9 5v6H7V5h2Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"arrow-outline-down\")); };\nexport var IconArrowRightLarge = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m10 13 5-5m0 0-5-5m5 5H1\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"arrow-right-large\")); };\nexport var IconArrowRight = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m9 12 4-4m0 0L9 4m4 4H3\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"arrow-right\")); };\nexport var IconArrowSquareDown = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M8 1v10m0 0 4-4m-4 4L4 7m-3 6v2h14v-2\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"arrow-square-down\")); };\nexport var IconArrowTopRight = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M12 10V4m0 0H6m6 0-8 8\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"arrow-top-right\")); };\nexport var IconArrowUp = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M12 7 8 3m0 0L4 7m4-4v10\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"arrow-up\")); };\nexport var IconBrowserChromeBeta = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<mask id=\\\"browser-chrome-beta_x16_svg__a\\\" width=\\\"16\\\" height=\\\"16\\\" x=\\\"0\\\" y=\\\"0\\\" maskUnits=\\\"userSpaceOnUse\\\" style=\\\"mask-type:luminance\\\"><path fill=\\\"#fff\\\" d=\\\"M8.009 15.42a7.412 7.412 0 1 0 0-14.824 7.412 7.412 0 0 0 0 14.825Z\\\"/></mask><g mask=\\\"url(#browser-chrome-beta_x16_svg__a)\\\"><path fill=\\\"#DB4437\\\" d=\\\"M1.774.596v9.098H5.09L8.01 4.64h7.412V.596H1.774Z\\\"/><path fill=\\\"url(#browser-chrome-beta_x16_svg__b)\\\" d=\\\"M1.774.596v9.098H5.09L8.01 4.64h7.412V.596H1.774Z\\\"/><path fill=\\\"#3E2723\\\" fill-opacity=\\\".1\\\" d=\\\"M5.171 9.663 1.816 3.911l-.049.083 3.331 5.712.073-.043Z\\\"/><path fill=\\\"#0F9D58\\\" d=\\\"M.596 15.42h7.056l3.275-3.274V9.694H5.091L.596 1.985v13.436Z\\\"/><path fill=\\\"url(#browser-chrome-beta_x16_svg__c)\\\" d=\\\"M.596 15.42h7.056l3.275-3.274V9.694H5.091L.596 1.985v13.436Z\\\"/><path fill=\\\"#263238\\\" fill-opacity=\\\".1\\\" d=\\\"m10.86 9.804-.07-.039-3.235 5.656h.097l3.209-5.613-.002-.004Z\\\"/><mask id=\\\"browser-chrome-beta_x16_svg__d\\\" width=\\\"11\\\" height=\\\"15\\\" x=\\\"0\\\" y=\\\"1\\\" maskUnits=\\\"userSpaceOnUse\\\" style=\\\"mask-type:luminance\\\"><path fill=\\\"#fff\\\" d=\\\"M.596 15.42h7.056l3.275-3.274V9.694H5.091L.596 1.985v13.436Z\\\"/></mask><g mask=\\\"url(#browser-chrome-beta_x16_svg__d)\\\"><path fill=\\\"#FFCD40\\\" d=\\\"m8.009 4.64 2.918 5.054-3.275 5.727h7.769V4.64H8.009Z\\\"/><path fill=\\\"url(#browser-chrome-beta_x16_svg__e)\\\" d=\\\"m8.009 4.64 2.918 5.054-3.275 5.727h7.769V4.64H8.009Z\\\"/></g><path fill=\\\"#FFCD40\\\" d=\\\"m8.009 4.64 2.918 5.054-3.275 5.727h7.769V4.64H8.009Z\\\"/><path fill=\\\"url(#browser-chrome-beta_x16_svg__f)\\\" d=\\\"m8.009 4.64 2.918 5.054-3.275 5.727h7.769V4.64H8.009Z\\\"/><mask id=\\\"browser-chrome-beta_x16_svg__g\\\" width=\\\"9\\\" height=\\\"12\\\" x=\\\"7\\\" y=\\\"4\\\" maskUnits=\\\"userSpaceOnUse\\\" style=\\\"mask-type:luminance\\\"><path fill=\\\"#fff\\\" d=\\\"m8.009 4.64 2.918 5.054-3.275 5.727h7.769V4.64H8.009Z\\\"/></mask><g mask=\\\"url(#browser-chrome-beta_x16_svg__g)\\\"><path fill=\\\"#DB4437\\\" d=\\\"M1.774.596v9.098H5.09L8.01 4.64h7.412V.596H1.774Z\\\"/><path fill=\\\"url(#browser-chrome-beta_x16_svg__h)\\\" d=\\\"M1.774.596v9.098H5.09L8.01 4.64h7.412V.596H1.774Z\\\"/></g><path fill=\\\"url(#browser-chrome-beta_x16_svg__i)\\\" d=\\\"M8.009 4.64v1.763L14.61 4.64H8.01Z\\\"/><mask id=\\\"browser-chrome-beta_x16_svg__j\\\" width=\\\"15\\\" height=\\\"10\\\" x=\\\"1\\\" y=\\\"0\\\" maskUnits=\\\"userSpaceOnUse\\\" style=\\\"mask-type:luminance\\\"><path fill=\\\"#fff\\\" d=\\\"M1.774.596v3.398l3.317 5.7L8.01 4.64h7.412V.596H1.774Z\\\"/></mask><g mask=\\\"url(#browser-chrome-beta_x16_svg__j)\\\"><path fill=\\\"#0F9D58\\\" d=\\\"M.596 15.42h7.056l3.275-3.274V9.694H5.091L.596 1.985v13.436Z\\\"/><path fill=\\\"url(#browser-chrome-beta_x16_svg__k)\\\" d=\\\"M.596 15.42h7.056l3.275-3.274V9.694H5.091L.596 1.985v13.436Z\\\"/></g><path fill=\\\"url(#browser-chrome-beta_x16_svg__l)\\\" d=\\\"m1.774 4.004 4.82 4.82-1.503.87-3.317-5.69Z\\\"/><path fill=\\\"url(#browser-chrome-beta_x16_svg__m)\\\" d=\\\"m7.657 15.412 1.766-6.587 1.504.869-3.27 5.718Z\\\"/><path fill=\\\"#F1F1F1\\\" d=\\\"M8.009 11.377a3.369 3.369 0 1 0 0-6.737 3.369 3.369 0 0 0 0 6.737Z\\\"/><path fill=\\\"#4285F4\\\" d=\\\"M8.008 10.704a2.696 2.696 0 1 0 0-5.391 2.696 2.696 0 0 0 0 5.391Z\\\"/><path fill=\\\"#3E2723\\\" fill-opacity=\\\".2\\\" d=\\\"M8.009 4.555a3.369 3.369 0 0 0-3.37 3.37v.084a3.369 3.369 0 0 1 3.37-3.37h7.412v-.083l-7.412-.001Z\\\"/><path fill=\\\"#fff\\\" fill-opacity=\\\".1\\\" d=\\\"M10.922 9.694a3.365 3.365 0 0 1-5.829 0L.596 1.985v.084l4.495 7.708a3.364 3.364 0 0 0 5.83 0v-.083h.001Z\\\"/><path fill=\\\"#3E2723\\\" d=\\\"M8.092 4.64h-.043a3.367 3.367 0 1 1 0 6.734h.043a3.37 3.37 0 1 0 0-6.74v.006Z\\\" opacity=\\\".1\\\"/><path fill=\\\"#fff\\\" fill-opacity=\\\".2\\\" d=\\\"M10.956 9.804a3.358 3.358 0 0 0 .29-2.699 3.332 3.332 0 0 1-.325 2.585l-3.269 5.73h.098l3.208-5.612-.002-.004ZM8.01.682a7.412 7.412 0 0 1 7.412 7.37v-.043a7.412 7.412 0 0 0-14.825 0v.042A7.412 7.412 0 0 1 8.01.681Z\\\"/><path fill=\\\"#3E2723\\\" fill-opacity=\\\".1\\\" d=\\\"M8.009 15.335a7.412 7.412 0 0 0 7.412-7.37v.044a7.412 7.412 0 0 1-14.825 0v-.043a7.412 7.412 0 0 0 7.413 7.37Z\\\"/></g><mask id=\\\"browser-chrome-beta_x16_svg__n\\\" width=\\\"16\\\" height=\\\"16\\\" x=\\\"0\\\" y=\\\"0\\\" maskUnits=\\\"userSpaceOnUse\\\" style=\\\"mask-type:luminance\\\"><path fill=\\\"#fff\\\" d=\\\"M8.009 15.42a7.412 7.412 0 1 0 0-14.824 7.412 7.412 0 0 0 0 14.825Z\\\"/></mask><g mask=\\\"url(#browser-chrome-beta_x16_svg__n)\\\"><path fill=\\\"#424242\\\" d=\\\"M.348 9.239h15.536v6.504H.348V9.239Z\\\"/></g><path fill=\\\"#fff\\\" d=\\\"M5.37 12.78v-2.045h.739a.6.6 0 0 1 .414.158.51.51 0 0 1 .17.397.447.447 0 0 1-.075.258.479.479 0 0 1-.201.17v.012c.098.03.185.09.249.17a.462.462 0 0 1 .097.292.537.537 0 0 1-.179.417.63.63 0 0 1-.434.17h-.78Zm.263-1.166h.476a.309.309 0 0 0 .238-.099.305.305 0 0 0 0-.43.294.294 0 0 0-.23-.096h-.484v.625Zm0 .915h.527a.314.314 0 0 0 .245-.106.34.34 0 0 0 .094-.23.34.34 0 0 0-.351-.34h-.511l-.004.676Zm2.018.29a.68.68 0 0 1-.511-.212.748.748 0 0 1-.198-.533.769.769 0 0 1 .192-.525.623.623 0 0 1 .491-.22.646.646 0 0 1 .498.203c.13.15.196.344.185.542v.05H7.201a.475.475 0 0 0 .141.34c.081.08.19.124.304.123a.377.377 0 0 0 .381-.24l.234.097a.629.629 0 0 1-.225.272.654.654 0 0 1-.385.103Zm.376-.912a.373.373 0 0 0-.247-.315.391.391 0 0 0-.162-.022.374.374 0 0 0-.252.092.466.466 0 0 0-.146.245h.807Zm1.08.888a.406.406 0 0 1-.45-.448v-.733h-.245v-.239h.244v-.427h.262v.428h.341v.24h-.34v.712c0 .152.062.228.187.228a.277.277 0 0 0 .12-.022l.091.225a.53.53 0 0 1-.21.036Zm.818.024a.552.552 0 0 1-.371-.128.424.424 0 0 1-.15-.34.42.42 0 0 1 .17-.359.716.716 0 0 1 .437-.13.751.751 0 0 1 .38.086v-.04a.31.31 0 0 0-.106-.246.378.378 0 0 0-.259-.092.4.4 0 0 0-.206.054.28.28 0 0 0-.128.149l-.24-.103a.543.543 0 0 1 .19-.231.612.612 0 0 1 .377-.108.645.645 0 0 1 .445.157.56.56 0 0 1 .17.441v.852h-.24v-.203h-.012a.512.512 0 0 1-.457.24Zm.043-.24c.11-.001.216-.045.295-.122a.372.372 0 0 0 .131-.286.512.512 0 0 0-.34-.092.433.433 0 0 0-.289.084.25.25 0 0 0-.097.194.187.187 0 0 0 .089.17.353.353 0 0 0 .211.052Z\\\"/>\",\n \"defs\": \"<defs><linearGradient id=\\\"browser-chrome-beta_x16_svg__b\\\" x1=\\\"2.386\\\" x2=\\\"6.816\\\" y1=\\\"6.262\\\" y2=\\\"3.663\\\" gradientUnits=\\\"userSpaceOnUse\\\"><stop stop-color=\\\"#A52714\\\" stop-opacity=\\\".6\\\"/><stop offset=\\\".7\\\" stop-color=\\\"#A52714\\\" stop-opacity=\\\"0\\\"/></linearGradient><linearGradient id=\\\"browser-chrome-beta_x16_svg__c\\\" x1=\\\"9.244\\\" x2=\\\"4.345\\\" y1=\\\"13.759\\\" y2=\\\"10.905\\\" gradientUnits=\\\"userSpaceOnUse\\\"><stop stop-color=\\\"#055524\\\" stop-opacity=\\\".4\\\"/><stop offset=\\\".3\\\" stop-color=\\\"#055524\\\" stop-opacity=\\\"0\\\"/></linearGradient><linearGradient id=\\\"browser-chrome-beta_x16_svg__e\\\" x1=\\\"10.181\\\" x2=\\\"11.416\\\" y1=\\\"4.132\\\" y2=\\\"9.542\\\" gradientUnits=\\\"userSpaceOnUse\\\"><stop stop-color=\\\"#EA6100\\\" stop-opacity=\\\".3\\\"/><stop offset=\\\".7\\\" stop-color=\\\"#EA6100\\\" stop-opacity=\\\"0\\\"/></linearGradient><linearGradient id=\\\"browser-chrome-beta_x16_svg__f\\\" x1=\\\"10.181\\\" x2=\\\"11.416\\\" y1=\\\"4.132\\\" y2=\\\"9.542\\\" gradientUnits=\\\"userSpaceOnUse\\\"><stop stop-color=\\\"#EA6100\\\" stop-opacity=\\\".3\\\"/><stop offset=\\\".7\\\" stop-color=\\\"#EA6100\\\" stop-opacity=\\\"0\\\"/></linearGradient><linearGradient id=\\\"browser-chrome-beta_x16_svg__h\\\" x1=\\\"2.386\\\" x2=\\\"6.816\\\" y1=\\\"6.262\\\" y2=\\\"3.663\\\" gradientUnits=\\\"userSpaceOnUse\\\"><stop stop-color=\\\"#A52714\\\" stop-opacity=\\\".6\\\"/><stop offset=\\\".7\\\" stop-color=\\\"#A52714\\\" stop-opacity=\\\"0\\\"/></linearGradient><linearGradient id=\\\"browser-chrome-beta_x16_svg__k\\\" x1=\\\"9.244\\\" x2=\\\"4.345\\\" y1=\\\"13.759\\\" y2=\\\"10.905\\\" gradientUnits=\\\"userSpaceOnUse\\\"><stop stop-color=\\\"#055524\\\" stop-opacity=\\\".4\\\"/><stop offset=\\\".3\\\" stop-color=\\\"#055524\\\" stop-opacity=\\\"0\\\"/></linearGradient><radialGradient id=\\\"browser-chrome-beta_x16_svg__i\\\" cx=\\\"0\\\" cy=\\\"0\\\" r=\\\"1\\\" gradientTransform=\\\"translate(7.668 4.643) scale(7.07135)\\\" gradientUnits=\\\"userSpaceOnUse\\\"><stop stop-color=\\\"#3E2723\\\" stop-opacity=\\\".2\\\"/><stop offset=\\\"1\\\" stop-color=\\\"#3E2723\\\" stop-opacity=\\\"0\\\"/></radialGradient><radialGradient id=\\\"browser-chrome-beta_x16_svg__l\\\" cx=\\\"0\\\" cy=\\\"0\\\" r=\\\"1\\\" gradientTransform=\\\"translate(1.747 4.004) scale(6.56017)\\\" gradientUnits=\\\"userSpaceOnUse\\\"><stop stop-color=\\\"#3E2723\\\" stop-opacity=\\\".2\\\"/><stop offset=\\\"1\\\" stop-color=\\\"#3E2723\\\" stop-opacity=\\\"0\\\"/></radialGradient><radialGradient id=\\\"browser-chrome-beta_x16_svg__m\\\" cx=\\\"0\\\" cy=\\\"0\\\" r=\\\"1\\\" gradientTransform=\\\"translate(8.009 8.009) scale(7.41214)\\\" gradientUnits=\\\"userSpaceOnUse\\\"><stop stop-color=\\\"#263238\\\" stop-opacity=\\\".2\\\"/><stop offset=\\\"1\\\" stop-color=\\\"#263238\\\" stop-opacity=\\\"0\\\"/></radialGradient></defs>\"\n }\n}, [\"16\"], \"browser-chrome-beta\")); };\nexport var IconBrowserChromeCanary = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<g clip-path=\\\"url(#browser-chrome-canary_x16_svg__a)\\\"><path fill=\\\"#F4B70A\\\" d=\\\"M0 8a8 8 0 0 0 8 8l3.465-6A3.999 3.999 0 0 1 8 12a3.999 3.999 0 0 1-3.468-2.005L1.07 4l-.104.187A7.964 7.964 0 0 0 0 8Z\\\"/><path fill=\\\"#F7CC50\\\" d=\\\"M8 16a8 8 0 0 0 6.93-12H8a4 4 0 0 1 3.468 5.995l-.003.005L8 16Z\\\"/><path fill=\\\"#F19A11\\\" fill-rule=\\\"evenodd\\\" d=\\\"M1.07 4A7.997 7.997 0 0 1 8 0a7.997 7.997 0 0 1 6.93 4H8a4 4 0 0 0-3.468 5.995L1.07 4Z\\\" clip-rule=\\\"evenodd\\\"/><circle cx=\\\"8\\\" cy=\\\"8\\\" r=\\\"4\\\" fill=\\\"#fff\\\"/><circle cx=\\\"8\\\" cy=\\\"8\\\" r=\\\"3.2\\\" fill=\\\"#F6C231\\\"/></g>\",\n \"defs\": \"<defs><clipPath id=\\\"browser-chrome-canary_x16_svg__a\\\"><path fill=\\\"#fff\\\" d=\\\"M0 0h16v16H0z\\\"/></clipPath></defs>\"\n }\n}, [\"16\"], \"browser-chrome-canary\")); };\nexport var IconBrowserChrome = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<g clip-path=\\\"url(#browser-chrome_x16_svg__a)\\\"><path fill=\\\"#0F9D58\\\" d=\\\"M0 8a8 8 0 0 0 8 8l3.465-6A3.998 3.998 0 0 1 8 12a3.999 3.999 0 0 1-3.468-2.005L1.07 4A7.97 7.97 0 0 0 0 8Z\\\"/><path fill=\\\"#FFCD40\\\" d=\\\"M8 16a8 8 0 0 0 6.93-12H8a4 4 0 0 1 3.468 5.995l-.003.005L8 16Z\\\"/><path fill=\\\"#DB4437\\\" fill-rule=\\\"evenodd\\\" d=\\\"M1.07 4A7.997 7.997 0 0 1 8 0a7.997 7.997 0 0 1 6.93 4H8a4 4 0 0 0-3.468 5.995L1.07 4Z\\\" clip-rule=\\\"evenodd\\\"/><circle cx=\\\"8\\\" cy=\\\"8\\\" r=\\\"4\\\" fill=\\\"#fff\\\"/><circle cx=\\\"8\\\" cy=\\\"8\\\" r=\\\"3.2\\\" fill=\\\"#4285F4\\\"/></g>\",\n \"defs\": \"<defs><clipPath id=\\\"browser-chrome_x16_svg__a\\\"><path fill=\\\"#fff\\\" d=\\\"M0 0h16v16H0z\\\"/></clipPath></defs>\"\n }\n}, [\"16\"], \"browser-chrome\")); };\nexport var IconBrowserEdge = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<g clip-path=\\\"url(#browser-edge_x16_svg__a)\\\"><path fill=\\\"url(#browser-edge_x16_svg__b)\\\" d=\\\"M14.44 11.909a5.87 5.87 0 0 1-.658.294 6.37 6.37 0 0 1-2.244.404c-2.957 0-5.534-2.034-5.534-4.645a1.967 1.967 0 0 1 1.027-1.707c-2.675.113-3.362 2.9-3.362 4.533 0 4.618 4.255 5.086 5.172 5.086.495 0 1.24-.144 1.688-.285l.082-.028a8.02 8.02 0 0 0 4.162-3.3.25.25 0 0 0-.332-.352Z\\\"/><path fill=\\\"url(#browser-edge_x16_svg__c)\\\" d=\\\"M14.44 11.909a5.87 5.87 0 0 1-.658.294 6.37 6.37 0 0 1-2.244.404c-2.957 0-5.534-2.034-5.534-4.645a1.967 1.967 0 0 1 1.027-1.707c-2.675.113-3.362 2.9-3.362 4.533 0 4.618 4.255 5.086 5.172 5.086.495 0 1.24-.144 1.688-.285l.082-.028a8.02 8.02 0 0 0 4.162-3.3.25.25 0 0 0-.332-.352Z\\\" opacity=\\\".35\\\"/><path fill=\\\"url(#browser-edge_x16_svg__d)\\\" d=\\\"M6.607 15.089a4.95 4.95 0 0 1-1.421-1.334 5.045 5.045 0 0 1 1.845-7.5c.195-.092.528-.258.971-.25a2.022 2.022 0 0 1 1.606.813c.253.337.392.745.398 1.166 0-.013 1.528-4.975-5-4.975-2.744 0-5 2.604-5 4.888a8.134 8.134 0 0 0 .756 3.5 8 8 0 0 0 9.774 4.194 4.723 4.723 0 0 1-3.923-.5l-.006-.002Z\\\"/><path fill=\\\"url(#browser-edge_x16_svg__e)\\\" d=\\\"M6.607 15.089a4.95 4.95 0 0 1-1.421-1.334 5.045 5.045 0 0 1 1.845-7.5c.195-.092.528-.258.971-.25a2.022 2.022 0 0 1 1.606.813c.253.337.392.745.398 1.166 0-.013 1.528-4.975-5-4.975-2.744 0-5 2.604-5 4.888a8.134 8.134 0 0 0 .756 3.5 8 8 0 0 0 9.774 4.194 4.723 4.723 0 0 1-3.923-.5l-.006-.002Z\\\" opacity=\\\".41\\\"/><path fill=\\\"url(#browser-edge_x16_svg__f)\\\" d=\\\"M9.52 9.304c-.051.065-.207.156-.207.354 0 .163.106.32.295.451.899.625 2.593.543 2.598.543a3.722 3.722 0 0 0 1.892-.522 3.837 3.837 0 0 0 1.901-3.305c.017-1.4-.5-2.332-.708-2.744C13.966 1.49 11.107 0 7.999 0a8 8 0 0 0-8 7.888c.03-2.284 2.3-4.129 5-4.129.219 0 1.466.022 2.625.63 1.021.536 1.556 1.183 1.928 1.825.386.667.455 1.51.455 1.845 0 .336-.171.834-.488 1.245Z\\\"/><path fill=\\\"url(#browser-edge_x16_svg__g)\\\" d=\\\"M9.52 9.304c-.051.065-.207.156-.207.354 0 .163.106.32.295.451.899.625 2.593.543 2.598.543a3.722 3.722 0 0 0 1.892-.522 3.837 3.837 0 0 0 1.901-3.305c.017-1.4-.5-2.332-.708-2.744C13.966 1.49 11.107 0 7.999 0a8 8 0 0 0-8 7.888c.03-2.284 2.3-4.129 5-4.129.219 0 1.466.022 2.625.63 1.021.536 1.556 1.183 1.928 1.825.386.667.455 1.51.455 1.845 0 .336-.171.834-.488 1.245Z\\\"/></g>\",\n \"defs\": \"<defs><radialGradient id=\\\"browser-edge_x16_svg__c\\\" cx=\\\"0\\\" cy=\\\"0\\\" r=\\\"1\\\" gradientTransform=\\\"matrix(5.96125 0 0 5.66319 9.825 11.154)\\\" gradientUnits=\\\"userSpaceOnUse\\\"><stop offset=\\\".72\\\" stop-opacity=\\\"0\\\"/><stop offset=\\\".95\\\" stop-opacity=\\\".53\\\"/><stop offset=\\\"1\\\"/></radialGradient><radialGradient id=\\\"browser-edge_x16_svg__e\\\" cx=\\\"0\\\" cy=\\\"0\\\" r=\\\"1\\\" gradientTransform=\\\"rotate(-81.384 9.438 3.654) scale(8.96413 7.24212)\\\" gradientUnits=\\\"userSpaceOnUse\\\"><stop offset=\\\".76\\\" stop-opacity=\\\"0\\\"/><stop offset=\\\".95\\\" stop-opacity=\\\".5\\\"/><stop offset=\\\"1\\\"/></radialGradient><radialGradient id=\\\"browser-edge_x16_svg__f\\\" cx=\\\"0\\\" cy=\\\"0\\\" r=\\\"1\\\" gradientTransform=\\\"matrix(-.50607 12.65188 -26.94585 -1.07783 1.615 2.961)\\\" gradientUnits=\\\"userSpaceOnUse\\\"><stop stop-color=\\\"#35C1F1\\\"/><stop offset=\\\".11\\\" stop-color=\\\"#34C1ED\\\"/><stop offset=\\\".23\\\" stop-color=\\\"#2FC2DF\\\"/><stop offset=\\\".31\\\" stop-color=\\\"#2BC3D2\\\"/><stop offset=\\\".67\\\" stop-color=\\\"#36C752\\\"/></radialGradient><radialGradient id=\\\"browser-edge_x16_svg__g\\\" cx=\\\"0\\\" cy=\\\"0\\\" r=\\\"1\\\" gradientTransform=\\\"matrix(1.70345 5.8404 -4.74942 1.38525 15.003 4.838)\\\" gradientUnits=\\\"userSpaceOnUse\\\"><stop stop-color=\\\"#66EB6E\\\"/><stop offset=\\\"1\\\" stop-color=\\\"#66EB6E\\\" stop-opacity=\\\"0\\\"/></radialGradient><linearGradient id=\\\"browser-edge_x16_svg__b\\\" x1=\\\"3.669\\\" x2=\\\"14.815\\\" y1=\\\"11.066\\\" y2=\\\"11.066\\\" gradientUnits=\\\"userSpaceOnUse\\\"><stop stop-color=\\\"#0C59A4\\\"/><stop offset=\\\"1\\\" stop-color=\\\"#114A8B\\\"/></linearGradient><linearGradient id=\\\"browser-edge_x16_svg__d\\\" x1=\\\"9.545\\\" x2=\\\"2.583\\\" y1=\\\"6.231\\\" y2=\\\"13.814\\\" gradientUnits=\\\"userSpaceOnUse\\\"><stop stop-color=\\\"#1B9DE2\\\"/><stop offset=\\\".16\\\" stop-color=\\\"#1595DF\\\"/><stop offset=\\\".67\\\" stop-color=\\\"#0680D7\\\"/><stop offset=\\\"1\\\" stop-color=\\\"#0078D4\\\"/></linearGradient><clipPath id=\\\"browser-edge_x16_svg__a\\\"><path fill=\\\"#fff\\\" d=\\\"M0 0h16v16H0z\\\"/></clipPath></defs>\"\n }\n}, [\"16\"], \"browser-edge\")); };\nexport var IconBrowserElectronDark = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#2B2E3A\\\" d=\\\"M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16Z\\\"/><path fill=\\\"#9FEAF9\\\" d=\\\"M6.281 4.48c-1.625-.295-2.91.014-3.422.902-.382.662-.273 1.54.265 2.477a.167.167 0 1 0 .289-.165c-.485-.846-.579-1.603-.266-2.146.426-.737 1.572-1.013 3.075-.74a.167.167 0 0 0 .06-.327ZM3.97 9c.657.722 1.51 1.4 2.485 1.962 2.357 1.36 4.867 1.725 6.104.881a.167.167 0 1 0-.188-.275c-1.107.755-3.49.41-5.75-.895-.944-.545-1.771-1.201-2.405-1.898A.167.167 0 1 0 3.97 9Z\\\"/><path fill=\\\"#9FEAF9\\\" d=\\\"M12.164 8.797c1.064-1.257 1.436-2.522.924-3.407-.376-.651-1.17-.995-2.227-1.01a.167.167 0 0 0-.005.334c.95.013 1.636.309 1.944.843.424.735.093 1.863-.89 3.025a.167.167 0 0 0 .14.275.167.167 0 0 0 .114-.06Zm-2.735-4.26c-.963.205-1.987.608-2.97 1.176-2.434 1.405-4.022 3.478-3.802 4.98a.167.167 0 1 0 .33-.048c-.196-1.334 1.31-3.298 3.638-4.643.954-.55 1.946-.941 2.873-1.14a.167.167 0 1 0-.07-.326Z\\\"/><path fill=\\\"#9FEAF9\\\" d=\\\"M5.486 11.735c.556 1.553 1.466 2.51 2.49 2.51.747 0 1.437-.509 1.976-1.405a.166.166 0 0 0-.056-.23.167.167 0 0 0-.23.058c-.484.806-1.078 1.244-1.69 1.244-.85 0-1.662-.854-2.177-2.29a.167.167 0 0 0-.27-.07.165.165 0 0 0-.043.183Zm5.082-.304c.288-.92.443-1.983.443-3.09 0-2.76-.966-5.14-2.343-5.752a.167.167 0 0 0-.135.305c1.228.545 2.145 2.804 2.145 5.448 0 1.073-.15 2.102-.428 2.99a.165.165 0 0 0 .051.179.166.166 0 0 0 .267-.08Zm3.14-.164a.798.798 0 1 0-1.596 0 .798.798 0 0 0 1.595 0Zm-.334 0a.465.465 0 1 1-.93 0 .465.465 0 0 1 .93 0Zm-10.343.798a.798.798 0 1 0 0-1.595.798.798 0 0 0 0 1.595Zm0-.333a.464.464 0 1 1 0-.929.464.464 0 0 1 0 .929Z\\\"/><path fill=\\\"#9FEAF9\\\" d=\\\"M7.976 3.403a.798.798 0 1 0 0-1.596.798.798 0 0 0 0 1.596Zm0-.334a.464.464 0 1 1 0-.928.464.464 0 0 1 0 .928Zm.122 5.837a.577.577 0 1 1-.244-1.128.577.577 0 0 1 .244 1.128Z\\\"/>\"\n }\n}, [\"16\"], \"browser-electron-dark\")); };\nexport var IconBrowserElectronLight = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#fff\\\" d=\\\"M8 16A8 8 0 1 0 8 0a8 8 0 0 0 0 16Z\\\"/><path fill=\\\"#47848F\\\" fill-rule=\\\"evenodd\\\" d=\\\"M6.187 4.2c-1.742-.318-3.12.014-3.669.965-.41.71-.292 1.65.284 2.656a.18.18 0 0 0 .31-.178c-.52-.906-.62-1.718-.284-2.3.458-.79 1.685-1.086 3.296-.793a.18.18 0 0 0 .178-.277.179.179 0 0 0-.115-.074ZM3.708 9.041c.705.774 1.62 1.5 2.664 2.103 2.53 1.46 5.22 1.85 6.545.947a.179.179 0 0 0-.202-.296c-1.187.81-3.743.44-6.166-.959-1.013-.585-1.9-1.288-2.579-2.034a.18.18 0 0 0-.264.24l.002-.001Zm8.787-.216c1.141-1.348 1.54-2.703.992-3.652-.403-.698-1.256-1.067-2.389-1.081a.18.18 0 0 0-.18.176.179.179 0 0 0 .176.18c1.02.014 1.753.332 2.083.904.455.788.1 1.997-.955 3.243a.18.18 0 0 0 .151.293.179.179 0 0 0 .122-.062ZM9.563 4.258c-1.03.221-2.13.653-3.184 1.262-2.609 1.506-4.31 3.73-4.075 5.338a.18.18 0 0 0 .32.08.179.179 0 0 0 .034-.132c-.21-1.43 1.403-3.535 3.9-4.979 1.02-.59 2.086-1.009 3.08-1.222a.18.18 0 0 0 .06-.324.18.18 0 0 0-.135-.025v.002Z\\\" clip-rule=\\\"evenodd\\\"/><path fill=\\\"#47848F\\\" fill-rule=\\\"evenodd\\\" d=\\\"M5.336 11.975c.597 1.666 1.573 2.692 2.67 2.692.8 0 1.541-.546 2.118-1.507a.179.179 0 0 0-.306-.184c-.52.863-1.156 1.333-1.812 1.333-.911 0-1.782-.917-2.333-2.454a.18.18 0 0 0-.33-.016.18.18 0 0 0-.007.136Zm5.449-.325c.309-.987.475-2.126.475-3.312 0-2.96-1.037-5.512-2.512-6.167a.18.18 0 0 0-.24.228.18.18 0 0 0 .095.099c1.316.584 2.3 3.006 2.3 5.84 0 1.151-.161 2.254-.46 3.205a.18.18 0 0 0 .254.212.18.18 0 0 0 .088-.105Zm3.365-.175a.855.855 0 1 0-1.706 0 .855.855 0 0 0 1.704 0h.002Zm-.357 0a.498.498 0 1 1-.997-.001.498.498 0 0 1 .997 0Z\\\" clip-rule=\\\"evenodd\\\"/><path fill=\\\"#47848F\\\" fill-rule=\\\"evenodd\\\" d=\\\"M2.705 12.33a.855.855 0 1 0 0-1.71.855.855 0 0 0 0 1.71Zm0-.358a.498.498 0 1 1 0-.995.498.498 0 0 1 0 .995Zm5.301-8.93a.855.855 0 1 0 0-1.71.855.855 0 0 0 0 1.71Zm0-.358a.498.498 0 1 1 0-.996.498.498 0 0 1 0 .996Zm.13 6.259a.619.619 0 1 1-.26-1.21.619.619 0 1 1 .26 1.21Z\\\" clip-rule=\\\"evenodd\\\"/>\"\n }\n}, [\"16\"], \"browser-electron-light\")); };\nexport var IconBrowserMozillaFirefox = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<g clip-path=\\\"url(#browser-mozilla-firefox_x16_svg__a)\\\"><path fill=\\\"url(#browser-mozilla-firefox_x16_svg__b)\\\" d=\\\"M14.93 5.368c-.337-.81-1.02-1.686-1.556-1.963.382.74.647 1.533.785 2.353l.002.013c-.877-2.185-2.363-3.067-3.578-4.986a9.425 9.425 0 0 1-.182-.297 2.45 2.45 0 0 1-.086-.16 1.41 1.41 0 0 1-.12-.32.02.02 0 0 0-.013-.007.028.028 0 0 0-.015 0l-.003.002-.006.003.003-.005C8.213 1.141 7.552 3.252 7.492 4.31a3.88 3.88 0 0 0-2.135.822 2.317 2.317 0 0 0-.2-.151 3.595 3.595 0 0 1-.022-1.896A5.742 5.742 0 0 0 3.27 4.527h-.004c-.307-.39-.285-1.674-.268-1.942-.09.036-.178.082-.259.137-.271.194-.525.41-.758.65a6.77 6.77 0 0 0-.725.869v.001-.001A6.549 6.549 0 0 0 .215 6.59l-.01.05c-.015.07-.068.41-.077.485l-.001.017A7.39 7.39 0 0 0 0 8.212v.04a7.755 7.755 0 0 0 15.396 1.31c.013-.1.023-.199.035-.3a7.975 7.975 0 0 0-.503-3.895v.001Zm-8.938 6.07c.036.018.07.037.108.053l.005.004a3.958 3.958 0 0 1-.113-.057Zm8.169-5.665v-.007l.001.008h-.001Z\\\"/><path fill=\\\"url(#browser-mozilla-firefox_x16_svg__c)\\\" d=\\\"M14.93 5.368c-.337-.81-1.02-1.686-1.556-1.963.382.74.647 1.533.785 2.353v.008l.002.008a7.023 7.023 0 0 1-.242 5.234c-.888 1.907-3.039 3.861-6.406 3.765C3.876 14.67.67 11.97.073 8.435c-.11-.558 0-.84.054-1.294-.075.352-.116.71-.125 1.07v.04a7.755 7.755 0 0 0 15.396 1.312c.013-.1.024-.2.035-.3a7.974 7.974 0 0 0-.503-3.896v.001Z\\\"/><path fill=\\\"url(#browser-mozilla-firefox_x16_svg__d)\\\" d=\\\"M14.93 5.368c-.337-.81-1.02-1.686-1.556-1.963.382.74.647 1.533.785 2.353v.008l.002.008a7.023 7.023 0 0 1-.242 5.234c-.888 1.907-3.039 3.861-6.406 3.765C3.876 14.67.67 11.97.073 8.435c-.11-.558 0-.84.054-1.294-.075.352-.116.71-.125 1.07v.04a7.755 7.755 0 0 0 15.396 1.312c.013-.1.024-.2.035-.3a7.974 7.974 0 0 0-.503-3.896v.001Z\\\"/><path fill=\\\"url(#browser-mozilla-firefox_x16_svg__e)\\\" d=\\\"m11.16 6.278.048.036a4.22 4.22 0 0 0-.72-.94c-2.41-2.41-.631-5.226-.332-5.37L10.16 0C8.212 1.14 7.55 3.251 7.49 4.308c.09-.007.18-.014.273-.014a3.914 3.914 0 0 1 3.397 1.984Z\\\"/><path fill=\\\"url(#browser-mozilla-firefox_x16_svg__f)\\\" d=\\\"M7.767 6.76c-.013.193-.694.859-.933.859-2.204 0-2.563 1.334-2.563 1.334.098 1.123.88 2.048 1.827 2.537.043.022.087.042.13.062.077.034.153.065.228.093.325.115.665.18 1.01.195 3.865.181 4.613-4.622 1.824-6.016a2.677 2.677 0 0 1 1.87.454 3.914 3.914 0 0 0-3.398-1.985c-.092 0-.182.008-.272.014a3.88 3.88 0 0 0-2.135.823c.118.1.252.233.533.51.526.519 1.876 1.056 1.879 1.119v.002Z\\\"/><path fill=\\\"url(#browser-mozilla-firefox_x16_svg__g)\\\" d=\\\"M7.767 6.76c-.013.193-.694.859-.933.859-2.204 0-2.563 1.334-2.563 1.334.098 1.123.88 2.048 1.827 2.537.043.022.087.042.13.062.077.034.153.065.228.093.325.115.665.18 1.01.195 3.865.181 4.613-4.622 1.824-6.016a2.677 2.677 0 0 1 1.87.454 3.914 3.914 0 0 0-3.398-1.985c-.092 0-.182.008-.272.014a3.88 3.88 0 0 0-2.135.823c.118.1.252.233.533.51.526.519 1.876 1.056 1.879 1.119v.002Z\\\"/><path fill=\\\"url(#browser-mozilla-firefox_x16_svg__h)\\\" d=\\\"M4.994 4.874c.063.04.115.075.16.106a3.595 3.595 0 0 1-.022-1.895 5.742 5.742 0 0 0-1.866 1.442c.037 0 1.162-.021 1.728.347Z\\\"/><path fill=\\\"url(#browser-mozilla-firefox_x16_svg__i)\\\" d=\\\"M.07 8.435c.6 3.536 3.804 6.237 7.442 6.339 3.367.095 5.518-1.86 6.406-3.766a7.022 7.022 0 0 0 .241-5.234V5.76l.002.013c.275 1.797-.639 3.536-2.067 4.714l-.004.01c-2.783 2.267-5.446 1.367-5.985 1a4.227 4.227 0 0 1-.113-.056C4.37 10.665 3.7 9.188 3.844 7.92a1.991 1.991 0 0 1-1.837-1.156 2.925 2.925 0 0 1 2.85-.115 3.861 3.861 0 0 0 2.912.115c-.003-.063-1.353-.6-1.879-1.119-.28-.277-.414-.41-.533-.51a2.32 2.32 0 0 0-.2-.152 10.938 10.938 0 0 0-.16-.106c-.565-.368-1.69-.348-1.727-.347h-.004c-.307-.39-.286-1.674-.268-1.942-.091.036-.178.082-.259.137-.271.194-.525.411-.758.65-.266.268-.51.558-.728.867v.001-.001A6.549 6.549 0 0 0 .213 6.59c-.004.016-.28 1.22-.144 1.845h.002Z\\\"/><path fill=\\\"url(#browser-mozilla-firefox_x16_svg__j)\\\" d=\\\"M10.488 5.374c.283.278.526.595.72.94.043.032.083.065.117.096 1.758 1.62.836 3.911.768 4.073 1.428-1.177 2.34-2.917 2.066-4.714-.877-2.187-2.364-3.069-3.577-4.988A9.425 9.425 0 0 1 10.4.485a2.45 2.45 0 0 1-.085-.16 1.41 1.41 0 0 1-.12-.321.02.02 0 0 0-.013-.007.028.028 0 0 0-.015 0L10.162 0l-.005.003c-.3.142-2.079 2.959.332 5.368l-.001.003Z\\\"/><path fill=\\\"url(#browser-mozilla-firefox_x16_svg__k)\\\" d=\\\"M11.324 6.41a1.622 1.622 0 0 0-.116-.095l-.048-.035a2.677 2.677 0 0 0-1.87-.454c2.79 1.394 2.04 6.196-1.824 6.016a3.448 3.448 0 0 1-1.01-.195 4.114 4.114 0 0 1-.227-.093c-.044-.02-.088-.04-.13-.062l.005.003c.539.368 3.2 1.267 5.984-1l.004-.01c.07-.162.99-2.453-.768-4.074Z\\\"/><path fill=\\\"url(#browser-mozilla-firefox_x16_svg__l)\\\" d=\\\"M4.272 8.951s.358-1.333 2.563-1.333c.238 0 .92-.666.932-.859a3.861 3.861 0 0 1-2.911-.114 2.925 2.925 0 0 0-2.851.114 1.991 1.991 0 0 0 1.837 1.156c-.144 1.268.526 2.745 2.149 3.521.036.018.07.036.107.053-.947-.49-1.729-1.414-1.826-2.537Z\\\"/><path fill=\\\"url(#browser-mozilla-firefox_x16_svg__m)\\\" d=\\\"M14.93 5.368c-.337-.81-1.02-1.686-1.556-1.963.382.74.647 1.533.785 2.353l.002.013c-.877-2.185-2.363-3.067-3.578-4.986a9.425 9.425 0 0 1-.182-.297 2.45 2.45 0 0 1-.086-.16 1.405 1.405 0 0 1-.12-.32.02.02 0 0 0-.013-.007.028.028 0 0 0-.015 0l-.003.002-.006.003.003-.005C8.213 1.141 7.552 3.252 7.492 4.31c.09-.006.18-.014.273-.014a3.913 3.913 0 0 1 3.397 1.984 2.677 2.677 0 0 0-1.87-.454c2.79 1.395 2.04 6.196-1.824 6.016a3.451 3.451 0 0 1-1.01-.194 4.114 4.114 0 0 1-.358-.156l.006.004a3.945 3.945 0 0 1-.113-.057c.036.018.07.037.107.053-.947-.49-1.729-1.414-1.826-2.537 0 0 .358-1.334 2.563-1.334.238 0 .92-.665.932-.858-.003-.063-1.352-.6-1.879-1.118-.28-.277-.414-.41-.532-.511a2.317 2.317 0 0 0-.2-.152 3.595 3.595 0 0 1-.022-1.895 5.742 5.742 0 0 0-1.867 1.443h-.003c-.308-.39-.286-1.675-.268-1.943-.091.037-.178.083-.26.138-.27.193-.524.41-.757.649a6.77 6.77 0 0 0-.725.87A6.549 6.549 0 0 0 .216 6.59l-.01.052c-.016.068-.08.414-.09.489-.06.357-.098.718-.115 1.08v.04a7.755 7.755 0 0 0 15.396 1.312c.013-.1.024-.2.035-.3a7.975 7.975 0 0 0-.503-3.896Zm-.77.398.002.009-.002-.009Z\\\"/></g>\",\n \"defs\": \"<defs><radialGradient id=\\\"browser-mozilla-firefox_x16_svg__c\\\" cx=\\\"0\\\" cy=\\\"0\\\" r=\\\"1\\\" gradientTransform=\\\"translate(13.405 1.8) scale(16.1661)\\\" gradientUnits=\\\"userSpaceOnUse\\\"><stop offset=\\\".129\\\" stop-color=\\\"#FFBD4F\\\"/><stop offset=\\\".186\\\" stop-color=\\\"#FFAC31\\\"/><stop offset=\\\".247\\\" stop-color=\\\"#FF9D17\\\"/><stop offset=\\\".283\\\" stop-color=\\\"#FF980E\\\"/><stop offset=\\\".403\\\" stop-color=\\\"#FF563B\\\"/><stop offset=\\\".467\\\" stop-color=\\\"#FF3750\\\"/><stop offset=\\\".71\\\" stop-color=\\\"#F5156C\\\"/><stop offset=\\\".782\\\" stop-color=\\\"#EB0878\\\"/><stop offset=\\\".86\\\" stop-color=\\\"#E50080\\\"/></radialGradient><radialGradient id=\\\"browser-mozilla-firefox_x16_svg__d\\\" cx=\\\"0\\\" cy=\\\"0\\\" r=\\\"1\\\" gradientTransform=\\\"translate(7.403 8.403) scale(16.1661)\\\" gradientUnits=\\\"userSpaceOnUse\\\"><stop offset=\\\".3\\\" stop-color=\\\"#960E18\\\"/><stop offset=\\\".351\\\" stop-color=\\\"#B11927\\\" stop-opacity=\\\".74\\\"/><stop offset=\\\".435\\\" stop-color=\\\"#DB293D\\\" stop-opacity=\\\".343\\\"/><stop offset=\\\".497\\\" stop-color=\\\"#F5334B\\\" stop-opacity=\\\".094\\\"/><stop offset=\\\".53\\\" stop-color=\\\"#FF3750\\\" stop-opacity=\\\"0\\\"/></radialGradient><radialGradient id=\\\"browser-mozilla-firefox_x16_svg__e\\\" cx=\\\"0\\\" cy=\\\"0\\\" r=\\\"1\\\" gradientTransform=\\\"translate(9.404 -1.8) scale(11.7104)\\\" gradientUnits=\\\"userSpaceOnUse\\\"><stop offset=\\\".132\\\" stop-color=\\\"#FFF44F\\\"/><stop offset=\\\".252\\\" stop-color=\\\"#FFDC3E\\\"/><stop offset=\\\".506\\\" stop-color=\\\"#FF9D12\\\"/><stop offset=\\\".526\\\" stop-color=\\\"#FF980E\\\"/></radialGradient><radialGradient id=\\\"browser-mozilla-firefox_x16_svg__f\\\" cx=\\\"0\\\" cy=\\\"0\\\" r=\\\"1\\\" gradientTransform=\\\"translate(5.602 12.605) scale(7.69689)\\\" gradientUnits=\\\"userSpaceOnUse\\\"><stop offset=\\\".353\\\" stop-color=\\\"#3A8EE6\\\"/><stop offset=\\\".472\\\" stop-color=\\\"#5C79F0\\\"/><stop offset=\\\".669\\\" stop-color=\\\"#9059FF\\\"/><stop offset=\\\"1\\\" stop-color=\\\"#C139E6\\\"/></radialGradient><radialGradient id=\\\"browser-mozilla-firefox_x16_svg__g\\\" cx=\\\"0\\\" cy=\\\"0\\\" r=\\\"1\\\" gradientTransform=\\\"matrix(3.96725 -.95916 1.12294 4.64466 8.185 7.015)\\\" gradientUnits=\\\"userSpaceOnUse\\\"><stop offset=\\\".206\\\" stop-color=\\\"#9059FF\\\" stop-opacity=\\\"0\\\"/><stop offset=\\\".278\\\" stop-color=\\\"#8C4FF3\\\" stop-opacity=\\\".064\\\"/><stop offset=\\\".747\\\" stop-color=\\\"#7716A8\\\" stop-opacity=\\\".45\\\"/><stop offset=\\\".975\\\" stop-color=\\\"#6E008B\\\" stop-opacity=\\\".6\\\"/></radialGradient><radialGradient id=\\\"browser-mozilla-firefox_x16_svg__h\\\" cx=\\\"0\\\" cy=\\\"0\\\" r=\\\"1\\\" gradientTransform=\\\"translate(7.203 1.2) scale(5.53808)\\\" gradientUnits=\\\"userSpaceOnUse\\\"><stop stop-color=\\\"#FFE226\\\"/><stop offset=\\\".121\\\" stop-color=\\\"#FFDB27\\\"/><stop offset=\\\".295\\\" stop-color=\\\"#FFC82A\\\"/><stop offset=\\\".502\\\" stop-color=\\\"#FFA930\\\"/><stop offset=\\\".732\\\" stop-color=\\\"#FF7E37\\\"/><stop offset=\\\".792\\\" stop-color=\\\"#FF7139\\\"/></radialGradient><radialGradient id=\\\"browser-mozilla-firefox_x16_svg__i\\\" cx=\\\"0\\\" cy=\\\"0\\\" r=\\\"1\\\" gradientTransform=\\\"translate(11.604 -2.4) scale(23.6289)\\\" gradientUnits=\\\"userSpaceOnUse\\\"><stop offset=\\\".113\\\" stop-color=\\\"#FFF44F\\\"/><stop offset=\\\".456\\\" stop-color=\\\"#FF980E\\\"/><stop offset=\\\".622\\\" stop-color=\\\"#FF5634\\\"/><stop offset=\\\".716\\\" stop-color=\\\"#FF3647\\\"/><stop offset=\\\".904\\\" stop-color=\\\"#E31587\\\"/></radialGradient><radialGradient id=\\\"browser-mozilla-firefox_x16_svg__j\\\" cx=\\\"0\\\" cy=\\\"0\\\" r=\\\"1\\\" gradientTransform=\\\"rotate(83.976 5.426 4.81) scale(17.3156 11.3641)\\\" gradientUnits=\\\"userSpaceOnUse\\\"><stop stop-color=\\\"#FFF44F\\\"/><stop offset=\\\".06\\\" stop-color=\\\"#FFE847\\\"/><stop offset=\\\".168\\\" stop-color=\\\"#FFC830\\\"/><stop offset=\\\".304\\\" stop-color=\\\"#FF980E\\\"/><stop offset=\\\".356\\\" stop-color=\\\"#FF8B16\\\"/><stop offset=\\\".455\\\" stop-color=\\\"#FF672A\\\"/><stop offset=\\\".57\\\" stop-color=\\\"#FF3647\\\"/><stop offset=\\\".737\\\" stop-color=\\\"#E31587\\\"/></radialGradient><radialGradient id=\\\"browser-mozilla-firefox_x16_svg__k\\\" cx=\\\"0\\\" cy=\\\"0\\\" r=\\\"1\\\" gradientTransform=\\\"translate(7.203 3.201) scale(14.7495)\\\" gradientUnits=\\\"userSpaceOnUse\\\"><stop offset=\\\".137\\\" stop-color=\\\"#FFF44F\\\"/><stop offset=\\\".48\\\" stop-color=\\\"#FF980E\\\"/><stop offset=\\\".592\\\" stop-color=\\\"#FF5634\\\"/><stop offset=\\\".655\\\" stop-color=\\\"#FF3647\\\"/><stop offset=\\\".904\\\" stop-color=\\\"#E31587\\\"/></radialGradient><radialGradient id=\\\"browser-mozilla-firefox_x16_svg__l\\\" cx=\\\"0\\\" cy=\\\"0\\\" r=\\\"1\\\" gradientTransform=\\\"matrix(16.144 0 0 16.1441 11.004 4.002)\\\" gradientUnits=\\\"userSpaceOnUse\\\"><stop offset=\\\".094\\\" stop-color=\\\"#FFF44F\\\"/><stop offset=\\\".231\\\" stop-color=\\\"#FFE141\\\"/><stop offset=\\\".509\\\" stop-color=\\\"#FFAF1E\\\"/><stop offset=\\\".626\\\" stop-color=\\\"#FF980E\\\"/></radialGradient><linearGradient id=\\\"browser-mozilla-firefox_x16_svg__b\\\" x1=\\\"13.903\\\" x2=\\\"1.03\\\" y1=\\\"2.478\\\" y2=\\\"14.899\\\" gradientUnits=\\\"userSpaceOnUse\\\"><stop offset=\\\".048\\\" stop-color=\\\"#FFF44F\\\"/><stop offset=\\\".111\\\" stop-color=\\\"#FFE847\\\"/><stop offset=\\\".225\\\" stop-color=\\\"#FFC830\\\"/><stop offset=\\\".368\\\" stop-color=\\\"#FF980E\\\"/><stop offset=\\\".401\\\" stop-color=\\\"#FF8B16\\\"/><stop offset=\\\".462\\\" stop-color=\\\"#FF672A\\\"/><stop offset=\\\".534\\\" stop-color=\\\"#FF3647\\\"/><stop offset=\\\".705\\\" stop-color=\\\"#E31587\\\"/></linearGradient><linearGradient id=\\\"browser-mozilla-firefox_x16_svg__m\\\" x1=\\\"13.747\\\" x2=\\\"2.795\\\" y1=\\\"2.412\\\" y2=\\\"13.366\\\" gradientUnits=\\\"userSpaceOnUse\\\"><stop offset=\\\".167\\\" stop-color=\\\"#FFF44F\\\" stop-opacity=\\\".8\\\"/><stop offset=\\\".266\\\" stop-color=\\\"#FFF44F\\\" stop-opacity=\\\".634\\\"/><stop offset=\\\".489\\\" stop-color=\\\"#FFF44F\\\" stop-opacity=\\\".217\\\"/><stop offset=\\\".6\\\" stop-color=\\\"#FFF44F\\\" stop-opacity=\\\"0\\\"/></linearGradient><clipPath id=\\\"browser-mozilla-firefox_x16_svg__a\\\"><path fill=\\\"#fff\\\" d=\\\"M0 0h15.49v16H0z\\\"/></clipPath></defs>\"\n }\n}, [\"16\"], \"browser-mozilla-firefox\")); };\nexport var IconBrowserSafari = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"url(#browser-safari_x16_svg__a)\\\" d=\\\"M16 8A8 8 0 1 1-.001 8 8 8 0 0 1 16 8Z\\\"/><path fill=\\\"#F4F2F3\\\" d=\\\"M8 .417a.116.116 0 0 0-.117.117v1.345a.116.116 0 1 0 .234 0V.534A.116.116 0 0 0 8 .417Zm-.763.048h-.024a.116.116 0 0 0-.104.129l.06.563a.116.116 0 1 0 .231-.025L7.341.57a.116.116 0 0 0-.104-.104Zm1.531.001a.116.116 0 0 0-.104.104l-.06.563a.116.116 0 1 0 .233.024l.059-.563a.116.116 0 0 0-.128-.128ZM6.453.579a.116.116 0 0 0-.114.14l.28 1.317a.116.116 0 1 0 .227-.048L6.568.672a.116.116 0 0 0-.115-.093Zm3.1.001a.116.116 0 0 0-.116.093l-.28 1.316a.116.116 0 1 0 .229.048l.28-1.316a.116.116 0 0 0-.114-.14ZM5.704.79a.116.116 0 0 0-.121.152l.175.539a.116.116 0 1 0 .222-.073L5.806.87a.116.116 0 0 0-.1-.08Zm4.59 0a.116.116 0 0 0-.1.08l-.175.539a.116.116 0 1 0 .222.072l.175-.538a.116.116 0 0 0-.121-.153Zm-5.33.27a.116.116 0 0 0-.104.164l.546 1.23a.116.116 0 1 0 .213-.095L5.074 1.13a.116.116 0 0 0-.109-.07Zm6.079.005a.117.117 0 0 0-.109.07l-.548 1.228a.116.116 0 0 0 .06.154c.058.026.127 0 .153-.06l.548-1.228a.116.116 0 0 0-.104-.164Zm-6.765.36a.116.116 0 0 0-.11.175l.284.489a.116.116 0 1 0 .202-.117l-.283-.49a.116.116 0 0 0-.093-.058Zm7.442-.001a.116.116 0 0 0-.093.058l-.283.49a.116.116 0 0 0 .043.16.116.116 0 0 0 .16-.043l.282-.49a.116.116 0 0 0-.109-.175Zm-8.109.416a.117.117 0 0 0-.09.185l.79 1.089a.116.116 0 1 0 .188-.137l-.79-1.089a.116.116 0 0 0-.098-.048Zm8.784.006a.116.116 0 0 0-.098.048l-.791 1.088a.116.116 0 1 0 .189.137l.79-1.088a.116.116 0 0 0-.09-.185Zm-9.38.494a.116.116 0 0 0-.093.195l.379.42a.116.116 0 1 0 .173-.156l-.378-.42a.116.116 0 0 0-.081-.04Zm9.969 0a.117.117 0 0 0-.08.04l-.38.42a.116.116 0 1 0 .173.156l.38-.42a.116.116 0 0 0-.093-.195Zm-10.54.548a.117.117 0 0 0-.072.204l1 .9a.116.116 0 1 0 .156-.174l-1-.9a.116.116 0 0 0-.084-.03Zm11.114.004a.116.116 0 0 0-.084.03l-1 .9a.116.116 0 1 0 .155.173l1-.9a.116.116 0 0 0-.071-.203ZM1.969 3.5a.116.116 0 0 0-.073.211l.459.333a.116.116 0 1 0 .137-.189l-.458-.333A.116.116 0 0 0 1.97 3.5Zm12.064.004a.117.117 0 0 0-.064.023l-.458.332a.116.116 0 1 0 .137.189l.458-.333a.116.116 0 0 0-.073-.21Zm-12.507.648a.116.116 0 0 0-.05.217l1.165.673a.116.116 0 1 0 .117-.202l-1.166-.673a.117.117 0 0 0-.066-.015Zm12.948 0a.115.115 0 0 0-.066.015l-1.166.673a.116.116 0 0 0-.042.16.116.116 0 0 0 .16.042l1.164-.673a.116.116 0 0 0-.05-.217ZM1.19 4.845a.116.116 0 0 0-.05.223l.517.23a.116.116 0 1 0 .095-.212l-.516-.23a.117.117 0 0 0-.046-.01Zm13.622.005a.117.117 0 0 0-.045.01l-.517.23a.116.116 0 1 0 .095.213l.516-.23a.116.116 0 0 0-.05-.223Zm-13.92.72a.116.116 0 0 0-.026.227l1.278.418a.116.116 0 1 0 .072-.222L.937 5.576a.117.117 0 0 0-.046-.005Zm14.219.006a.113.113 0 0 0-.047.005l-1.28.416a.116.116 0 1 0 .073.222l1.28-.416a.116.116 0 0 0-.027-.227ZM.704 6.333a.116.116 0 0 0-.025.23l.553.118a.116.116 0 1 0 .049-.228l-.554-.118a.115.115 0 0 0-.023-.002Zm14.59 0a.144.144 0 0 0-.023.003l-.554.118a.116.116 0 1 0 .049.228l.553-.117a.116.116 0 0 0-.025-.231ZM.564 7.1a.116.116 0 0 0 0 .232l1.337.142a.116.116 0 1 0 .024-.232L.587 7.099a.12.12 0 0 0-.023 0Zm14.873.01h-.023l-1.338.14a.116.116 0 1 0 .024.232l1.338-.14a.116.116 0 0 0 0-.232ZM.541 7.884a.116.116 0 1 0 0 .233h.566a.116.116 0 1 0 0-.233H.541Zm14.352 0a.116.116 0 1 0 0 .233h.566a.116.116 0 1 0 0-.233h-.566Zm-12.97.635H1.9l-1.338.14a.116.116 0 1 0 .024.232l1.338-.14a.116.116 0 0 0 0-.232Zm12.152.009a.116.116 0 0 0 0 .232l1.338.141a.116.116 0 1 0 .024-.232l-1.338-.141h-.024Zm-12.818.788a.12.12 0 0 0-.024.002l-.553.118a.116.116 0 1 0 .048.228l.554-.118a.116.116 0 0 0-.025-.23Zm13.486 0a.116.116 0 0 0-.025.232l.554.117a.116.116 0 0 0 .138-.09.116.116 0 0 0-.09-.138l-.553-.118a.115.115 0 0 0-.024-.002Zm-12.554.46a.113.113 0 0 0-.046.006l-1.28.415a.116.116 0 1 0 .073.222l1.279-.416a.116.116 0 0 0-.026-.227Zm11.62.004a.116.116 0 0 0-.026.227l1.28.417a.116.116 0 1 0 .072-.221l-1.28-.417a.116.116 0 0 0-.045-.006Zm-12.108.907a.116.116 0 0 0-.046.01l-.517.23a.116.116 0 1 0 .095.213l.517-.23a.116.116 0 0 0-.05-.223Zm12.596.005a.116.116 0 0 0-.108.069.116.116 0 0 0 .059.154l.516.23c.06.027.128 0 .154-.059a.116.116 0 0 0-.059-.154l-.516-.23a.116.116 0 0 0-.046-.01Zm-11.59.252a.115.115 0 0 0-.066.016l-1.165.672a.116.116 0 1 0 .116.202l1.166-.672a.116.116 0 0 0-.05-.218Zm10.586 0a.116.116 0 0 0-.05.217l1.165.673a.116.116 0 1 0 .116-.202l-1.165-.672a.116.116 0 0 0-.066-.016Zm-10.876.987a.118.118 0 0 0-.065.023l-.458.332a.116.116 0 1 0 .137.189l.458-.332a.116.116 0 0 0-.072-.212Zm11.163.004a.116.116 0 0 0-.073.211l.459.333a.116.116 0 1 0 .137-.189l-.458-.332a.117.117 0 0 0-.065-.023Zm-10.126.04a.116.116 0 0 0-.084.03l-1 .9a.116.116 0 1 0 .155.173l1-.9a.116.116 0 0 0-.07-.202Zm9.089.004a.116.116 0 0 0-.072.203l1 .9a.116.116 0 1 0 .156-.173l-1-.9a.116.116 0 0 0-.084-.03Zm-8.14.854a.116.116 0 0 0-.098.048l-.792 1.088a.116.116 0 1 0 .19.138l.79-1.088a.116.116 0 0 0-.09-.186Zm7.187.005a.117.117 0 0 0-.09.185l.79 1.09a.116.116 0 1 0 .188-.138l-.79-1.089a.116.116 0 0 0-.098-.048Zm-8.208.168a.117.117 0 0 0-.08.039l-.38.42a.116.116 0 1 0 .174.156l.378-.42a.116.116 0 0 0-.092-.195Zm9.236 0a.116.116 0 0 0-.093.195l.378.421a.116.116 0 1 0 .174-.156l-.379-.42a.116.116 0 0 0-.08-.04Zm-7.11.467a.116.116 0 0 0-.108.07l-.548 1.228a.116.116 0 1 0 .213.095l.548-1.229a.116.116 0 0 0-.104-.164Zm4.976.004a.117.117 0 0 0-.104.164l.546 1.23a.116.116 0 1 0 .213-.096l-.546-1.229a.116.116 0 0 0-.109-.07Zm-5.939.376a.116.116 0 0 0-.092.058l-.283.49a.116.116 0 0 0 .042.16.116.116 0 0 0 .16-.043l.283-.49a.116.116 0 0 0-.11-.175Zm6.91 0a.116.116 0 0 0-.11.175l.283.49a.116.116 0 0 0 .16.043.116.116 0 0 0 .042-.16l-.283-.49a.116.116 0 0 0-.092-.058Zm-4.726.018a.116.116 0 0 0-.115.092l-.28 1.316a.116.116 0 0 0 .09.139.116.116 0 0 0 .139-.09l.28-1.316a.116.116 0 0 0-.114-.141Zm2.538 0a.116.116 0 0 0-.113.14l.278 1.317a.116.116 0 1 0 .228-.048l-.278-1.316a.116.116 0 0 0-.115-.093ZM8 14.005a.116.116 0 0 0-.117.117v1.345a.116.116 0 1 0 .234 0v-1.345A.116.116 0 0 0 8 14.004Zm-2.141.435a.117.117 0 0 0-.101.08l-.175.538a.116.116 0 1 0 .222.073l.175-.539a.116.116 0 0 0-.121-.152Zm4.281 0a.116.116 0 0 0-.121.152l.175.539a.116.116 0 1 0 .222-.072l-.175-.538a.117.117 0 0 0-.1-.08Zm-2.872.3a.116.116 0 0 0-.105.104l-.059.563a.116.116 0 1 0 .232.024l.06-.563a.116.116 0 0 0-.128-.128Zm1.46 0a.117.117 0 0 0-.128.128l.059.564a.116.116 0 1 0 .232-.024l-.06-.563a.116.116 0 0 0-.104-.104Z\\\"/><g filter=\\\"url(#browser-safari_x16_svg__b)\\\" opacity=\\\".409\\\"><path fill=\\\"#000\\\" d=\\\"M13.467 3.334 7.085 7.042l-4.034 6.352 5.902-4.372 4.514-5.688Z\\\"/></g><path fill=\\\"#FF5150\\\" d=\\\"m8.915 8.958-1.83-1.916 6.489-4.365-4.66 6.28Z\\\"/><path fill=\\\"#F1F1F1\\\" d=\\\"m8.915 8.958-1.83-1.916-4.659 6.28 6.489-4.364Z\\\"/><path fill=\\\"#000\\\" d=\\\"m2.426 13.323 6.489-4.365 4.659-6.28L2.426 13.322Z\\\" opacity=\\\".243\\\"/>\",\n \"defs\": \"<defs><radialGradient id=\\\"browser-safari_x16_svg__a\\\" cx=\\\"0\\\" cy=\\\"0\\\" r=\\\"1\\\" gradientTransform=\\\"translate(8.036 6.834) scale(8.68021)\\\" gradientUnits=\\\"userSpaceOnUse\\\"><stop stop-color=\\\"#06C2E7\\\"/><stop offset=\\\".25\\\" stop-color=\\\"#0DB8EC\\\"/><stop offset=\\\".5\\\" stop-color=\\\"#12AEF1\\\"/><stop offset=\\\".75\\\" stop-color=\\\"#1F86F9\\\"/><stop offset=\\\"1\\\" stop-color=\\\"#107DDD\\\"/></radialGradient><filter id=\\\"browser-safari_x16_svg__b\\\" width=\\\"11.763\\\" height=\\\"11.406\\\" x=\\\"2.377\\\" y=\\\"2.661\\\" color-interpolation-filters=\\\"sRGB\\\" filterUnits=\\\"userSpaceOnUse\\\"><feFlood flood-opacity=\\\"0\\\" result=\\\"BackgroundImageFix\\\"/><feBlend in=\\\"SourceGraphic\\\" in2=\\\"BackgroundImageFix\\\" result=\\\"shape\\\"/><feGaussianBlur result=\\\"effect1_foregroundBlur_4665_8423\\\" stdDeviation=\\\".337\\\"/></filter></defs>\"\n }\n}, [\"16\"], \"browser-safari\")); };\nexport var IconBrowserWebkit = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#fff\\\" d=\\\"m6.34 12.735-4.352-3.42a1.646 1.646 0 0 1-.682-1.294c0-.484.243-.948.682-1.292L6.34 3.302A2.702 2.702 0 0 1 8 2.766c.628 0 1.212.194 1.66.539l4.352 3.42a1.647 1.647 0 0 1 .682 1.294c0 .49-.243.95-.682 1.293l-4.353 3.42A2.683 2.683 0 0 1 8 13.274c-.628 0-1.212-.189-1.66-.539Z\\\"/><path fill=\\\"#fff\\\" d=\\\"M6.34 10.58 1.989 7.16a1.646 1.646 0 0 1-.682-1.293c0-.485.243-.948.682-1.293L6.34 1.147A2.702 2.702 0 0 1 8 .611c.628 0 1.212.194 1.66.54l4.352 3.42a1.647 1.647 0 0 1 .682 1.293c0 .49-.243.95-.682 1.293l-4.353 3.42c-.477.361-1.061.552-1.659.542-.628 0-1.212-.188-1.66-.538Z\\\"/><path fill=\\\"#FF9D00\\\" d=\\\"M14.007 8.835a1.59 1.59 0 0 1 0 2.62L9.67 14.86a2.856 2.856 0 0 1-3.34 0l-4.337-3.399a1.59 1.59 0 0 1 .003-2.623l4.337-3.405c.92-.717 2.419-.717 3.34 0l4.334 3.402Z\\\"/><path fill=\\\"#FC0\\\" d=\\\"m6.34 12.735-4.352-3.42a1.646 1.646 0 0 1-.682-1.294c0-.484.243-.948.682-1.292L6.34 3.302A2.702 2.702 0 0 1 8 2.766c.628 0 1.212.194 1.66.539l4.352 3.42a1.647 1.647 0 0 1 .682 1.294c0 .49-.243.95-.682 1.293l-4.353 3.42A2.683 2.683 0 0 1 8 13.274c-.628 0-1.212-.189-1.66-.539Z\\\"/><path fill=\\\"url(#browser-webkit_x16_svg__a)\\\" d=\\\"M6.34 10.58 1.989 7.16a1.646 1.646 0 0 1-.682-1.293c0-.485.243-.948.682-1.293L6.34 1.147A2.702 2.702 0 0 1 8 .611c.628 0 1.212.194 1.66.54l4.352 3.42a1.647 1.647 0 0 1 .682 1.293c0 .49-.243.95-.682 1.293l-4.353 3.42c-.477.361-1.061.552-1.659.542-.628 0-1.212-.188-1.66-.538Z\\\"/><path fill=\\\"#fff\\\" d=\\\"M8.016 9.145c2.222 0 4.024-1.474 4.024-3.292 0-1.813-1.804-3.294-4.024-3.294-2.225 0-4.03 1.481-4.03 3.294 0 1.818 1.805 3.292 4.027 3.292h.003Zm0 .34c-2.451 0-4.444-1.625-4.444-3.632 0-2.004 1.993-3.628 4.444-3.628 2.451 0 4.44 1.627 4.44 3.628 0 2.007-1.989 3.631-4.44 3.631Z\\\"/><path fill=\\\"#8CC8F6\\\" d=\\\"M8.312 7.251c.221-.027.44-.092.639-.188l1.266.522-.663-.997a1.158 1.158 0 0 0 0-1.47l.663-.997-1.193.493-.035.525a.889.889 0 0 1-.033 1.45 1.385 1.385 0 0 1-.43.228l-.216.431.002.003Zm-.592-2.79a2.23 2.23 0 0 0-.647.188l-1.266-.523.663.997a1.161 1.161 0 0 0 0 1.468l-.663.997 1.223-.504.027-.493a.889.889 0 0 1 .008-1.47 1.58 1.58 0 0 1 .431-.23l.216-.43h.008Z\\\"/><path fill=\\\"#fff\\\" fill-rule=\\\"evenodd\\\" d=\\\"m7.407 5.745-.17 2.99 1.366-2.774.194-2.982-1.39 2.766ZM7.39 8.162l1.093-2.22-.959-.175-.134 2.397v-.002Z\\\" clip-rule=\\\"evenodd\\\"/>\",\n \"defs\": \"<defs><linearGradient id=\\\"browser-webkit_x16_svg__a\\\" x1=\\\"8\\\" x2=\\\"8\\\" y1=\\\".611\\\" y2=\\\"11.12\\\" gradientUnits=\\\"userSpaceOnUse\\\"><stop stop-color=\\\"#34AADC\\\"/><stop offset=\\\"1\\\" stop-color=\\\"#007AFF\\\"/></linearGradient></defs>\"\n }\n}, [\"16\"], \"browser-webkit\")); };\nexport var IconCheckmarkOutline = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" d=\\\"M12.95 12.95a7 7 0 1 1-9.9-9.9 7 7 0 0 1 9.9 9.9Z\\\" class=\\\"icon-dark\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m6 8 1.5 2L10 6\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"checkmark-outline\")); };\nexport var IconCheckmarkSmall = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M5 8.5 7.5 11 11 5\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"checkmark-small\")); };\nexport var IconCheckmarkSolid = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"currentColor\\\" d=\\\"M13.657 13.657A8 8 0 1 1 2.343 2.343a8 8 0 0 1 11.314 11.314Z\\\" class=\\\"icon-dark\\\"/><path stroke=\\\"#fff\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m5 8.5 2 2 4-5\\\" class=\\\"icon-light\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path fill=\\\"currentColor\\\" d=\\\"M20.485 20.485c-4.686 4.687-12.284 4.687-16.97 0-4.687-4.686-4.687-12.284 0-16.97 4.686-4.687 12.284-4.687 16.97 0 4.687 4.686 4.687 12.284 0 16.97Z\\\" class=\\\"icon-dark\\\"/><path stroke=\\\"#D0D2E0\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M15.999 9 11 15l-2.999-3\\\" class=\\\"icon-light\\\"/>\"\n }\n}, [\"16\", \"24\"], \"checkmark-solid\")); };\nexport var IconCheckmark = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M4 8.5 7 12l5-8\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"checkmark\")); };\nexport var IconChevronDownDouble = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m5 9 3 3 3-3M5 4l3 3 3-3\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"chevron-down-double\")); };\nexport var IconChevronDownLarge = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m2 5 6 6 6-6\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"chevron-down-large\")); };\nexport var IconChevronDownMedium = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m4 6 4 4 4-4\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"chevron-down-medium\")); };\nexport var IconChevronDownSmall = function (props) { return React.createElement('svg', useIconProps(props, {\n \"8\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m1 2.5 3 3 3-3\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m4 6 4 4 4-4\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"8\", \"16\"], \"chevron-down-small\")); };\nexport var IconChevronLeftDouble = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M7 11 4 8l3-3m5 6L9 8l3-3\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"chevron-left-double\")); };\nexport var IconChevronLeftLarge = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M11 14 5 8l6-6\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"chevron-left-large\")); };\nexport var IconChevronLeftSmall = function (props) { return React.createElement('svg', useIconProps(props, {\n \"8\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m5.5 1-3 3 3 3\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M10 4 6 8l4 4\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"8\", \"16\"], \"chevron-left-small\")); };\nexport var IconChevronRightDouble = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m9 11 3-3-3-3m-5 6 3-3-3-3\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"chevron-right-double\")); };\nexport var IconChevronRightLarge = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m5 14 6-6-6-6\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"chevron-right-large\")); };\nexport var IconChevronRightSmall = function (props) { return React.createElement('svg', useIconProps(props, {\n \"8\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m2.5 1 3 3-3 3\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m6 12 4-4-4-4\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"8\", \"16\"], \"chevron-right-small\")); };\nexport var IconChevronUpDouble = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m5 7 3-3 3 3m-6 5 3-3 3 3\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"chevron-up-double\")); };\nexport var IconChevronUpLarge = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m2 11 6-6 6 6\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"chevron-up-large\")); };\nexport var IconChevronUpSmall = function (props) { return React.createElement('svg', useIconProps(props, {\n \"8\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m1 5.5 3-3 3 3\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M12 10 8 6l-4 4\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"8\", \"16\"], \"chevron-up-small\")); };\nexport var IconCurrencyEur = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"currentColor\\\" d=\\\"m6.524 13.214.565-.825-.565.825Zm6.145.33a1 1 0 1 0-1.338-1.486l1.338 1.485Zm-1.338-9.602a1 1 0 1 0 1.338-1.485l-1.338 1.485ZM2.5 5.501a1 1 0 0 0 0 2v-2Zm7.695 2a1 1 0 1 0 0-2v2ZM2.5 8.5a1 1 0 0 0 0 2v-2Zm6.054 2a1 1 0 1 0 0-2v2ZM9 13a3.356 3.356 0 0 1-1.91-.611l-1.132 1.65A5.355 5.355 0 0 0 9 15v-2Zm-1.91-.611C5.884 11.564 5 9.943 5 8H3c0 2.522 1.147 4.797 2.958 6.039l1.131-1.65ZM5 8c0-2.94 1.954-5 4-5V1C5.523 1 3 4.312 3 8h2Zm6.33 4.058C10.657 12.665 9.85 13 9 13v2c1.401 0 2.672-.558 3.67-1.457l-1.34-1.485ZM9 3c.85 0 1.656.335 2.33.942l1.34-1.485C11.671 1.557 10.4 1 9 1v2ZM2.5 7.5h7.695v-2H2.5v2Zm0 3h6.054v-2H2.5v2Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"currency-eur\")); };\nexport var IconCurrencyGbp = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"currentColor\\\" d=\\\"M10 5a1 1 0 1 0 2 0h-2Zm-6 9-.79-.614a1 1 0 0 0 1.345 1.446L4 14Zm8.555.832a1 1 0 0 0-1.11-1.664l1.11 1.664ZM4 8a1 1 0 0 0 0 2V8Zm5 2a1 1 0 0 0 0-2v2ZM6 5a2 2 0 0 1 2-2V1a4 4 0 0 0-4 4h2Zm2-2a2 2 0 0 1 2 2h2a4 4 0 0 0-4-4v2ZM4 14c.555.832.554.832.554.833h-.001l-.002.002-.003.002-.005.003-.004.002.014-.008c.02-.011.06-.032.12-.058.117-.05.309-.12.568-.167.51-.093 1.319-.108 2.388.32l.742-1.857c-1.431-.573-2.622-.588-3.487-.43a4.601 4.601 0 0 0-1.01.3 3.406 3.406 0 0 0-.42.22l-.004.003-.003.002c-.001 0-.002 0 .553.833Zm3.629.928c1.431.573 2.622.588 3.487.43a4.603 4.603 0 0 0 1.01-.3 3.4 3.4 0 0 0 .408-.212l.011-.008.005-.003.003-.002c.001 0 .002 0-.553-.833-.555-.832-.554-.832-.554-.833h.001l.002-.002.003-.002a.265.265 0 0 1 .005-.003l.004-.002-.014.008c-.02.011-.06.032-.12.058-.117.05-.309.12-.568.167-.51.093-1.319.108-2.388-.32l-.742 1.857Zm-2.84-.314c1.77-2.276 2.2-4.085 2.048-5.707l-1.991.186c.095 1.022-.115 2.338-1.635 4.293l1.578 1.228Zm2.048-5.707c-.08-.863-.325-1.632-.51-2.254C6.13 5.996 6 5.498 6 5H4c0 .827.22 1.584.41 2.223.2.674.377 1.242.436 1.87l1.99-.186ZM4 10h1.841V8H4v2Zm1.841 0H9V8H5.841v2Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"currency-gbp\")); };\nexport var IconCurrencyInr = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M3.5 2H8m3 3a3 3 0 0 1-3 3H3.5l6.5 6m1-9a3 3 0 0 0-3-3m3 3H3.5M11 5h1.5M8 2h4.5\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"currency-inr\")); };\nexport var IconCurrencyRub = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M5 8h5a3 3 0 1 0 0-6H5v6Zm0 0v6m0-6H3m0 3h6\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"currency-rub\")); };\nexport var IconCurrencyUsd = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M8 3h3a1 1 0 0 1 1 1v.5M8 3H5a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h3m0-5V1m0 2v5m0 5h3a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1H8m0 5H5a1 1 0 0 1-1-1v-.5M8 13v2m0-2V8\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"currency-usd\")); };\nexport var IconDeviceLaptop = function (props) { return React.createElement('svg', useIconProps(props, {\n \"24\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" fill-rule=\\\"evenodd\\\" d=\\\"M3 17H2v.1A2.9 2.9 0 0 0 4.9 20h14.2a2.9 2.9 0 0 0 2.9-2.9V17H3Z\\\" class=\\\"icon-light\\\" clip-rule=\\\"evenodd\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M21 17H3m18 0h1v.1m-1-.1V6M3 17H2v.1m1-.1V6m2-2h14M5 4a2 2 0 0 0-2 2m2-2v0a2 2 0 0 0-2 2v0m16-2a2 2 0 0 1 2 2m-2-2v0a2 2 0 0 1 2 2v0m1 11.1a2.9 2.9 0 0 1-2.9 2.9m2.9-2.9v0a2.9 2.9 0 0 1-2.9 2.9v0m0 0H4.9m0 0A2.9 2.9 0 0 1 2 17.1M4.9 20v0A2.9 2.9 0 0 1 2 17.1v0\\\" class=\\\"icon-dark\\\"/><circle cx=\\\"12\\\" cy=\\\"7\\\" r=\\\"1\\\" fill=\\\"currentColor\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"24\"], \"device-laptop\")); };\nexport var IconDeviceSmartphone = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M9.5 1H11a2 2 0 0 1 2 2v10a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1.5m3 0v.5A.5.5 0 0 1 9 2H7a.5.5 0 0 1-.5-.5V1m3 0h-3M8 12.5v.01\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M15 1h1a3 3 0 0 1 3 3v16a3 3 0 0 1-3 3H8a3 3 0 0 1-3-3V4a3 3 0 0 1 3-3h1m6 0v1a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1V1m6 0H9m3 19.01V20\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\", \"24\"], \"device-smartphone\")); };\nexport var IconDocumentAddedSquarePlus = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#E4FBF2\\\" d=\\\"M2 12V4a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"#1FA971\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M8 6v4m2-2H6m6-6H4a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2Z\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path fill=\\\"#E4FBF2\\\" d=\\\"M3 18V6a3 3 0 0 1 3-3h12a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"#1FA971\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M12 8v8m4-4H8m10-9H6a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3V6a3 3 0 0 0-3-3Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\", \"24\"], \"document-added-square-plus\")); };\nexport var IconDocumentAdded = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M2 13V3a2 2 0 0 1 2-2h6.172a2 2 0 0 1 1.414.586l1.828 1.828A2 2 0 0 1 14 4.828V13a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m6 10 .5-1m3.5 1-.5-1m-3 0L8 6l1.5 3m-3 0h3M14 4.828V13a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h6.172a2 2 0 0 1 1.414.586l1.828 1.828A2 2 0 0 1 14 4.828Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"document-added\")); };\nexport var IconDocumentBlank = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M2 14V2a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M5 8h3M5 5h6m-6 6h5m3-10H3a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1Z\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M4 20V4a2 2 0 0 1 2-2h8l6 6v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8m-6-6 6 6m-6-6v6h6\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"48\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M10 39V9a1 1 0 0 1 1-1h26a1 1 0 0 1 1 1v30a1 1 0 0 1-1 1H11a1 1 0 0 1-1-1Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M17 24h7m-7-6.857h14M17 30.857h11.667M37 8H11a1 1 0 0 0-1 1v30a1 1 0 0 0 1 1h26a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\", \"24\", \"48\"], \"document-blank\")); };\nexport var IconDocumentCode = function (props) { return React.createElement('svg', useIconProps(props, {\n \"24\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M18 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"currentColor\\\" d=\\\"M9 14a1 1 0 1 0 0 2v-2Zm6 2a1 1 0 1 0 0-2v2Zm-6 3h1v-2H9v2Zm-1-2a1 1 0 1 0 0 2v-2Zm5-6h-1v2h1v-2Zm3 2a1 1 0 1 0 0-2v2Zm-6-2a1 1 0 1 0 0 2v-2Zm.01 2h1v-2h-1v2ZM9 8a1 1 0 0 0 0 2V8Zm3 2h1V8h-1v2Zm3-2h-1v2h1V8Zm.01 2a1 1 0 1 0 0-2v2ZM14 7a1 1 0 1 0 0-2v2Zm-2-2h-1v2h1V5ZM8 5a1 1 0 0 0 0 2V5Zm1 2h1V5H9v2Zm3 10h-1v2h1v-2Zm1.01 2a1 1 0 1 0 0-2v2ZM6 3h12V1H6v2Zm12 18H6v2h12v-2Zm1-17v16h2V4h-2ZM5 20V4H3v16h2Zm4-4h6v-2H9v2Zm0 1H8v2h1v-2Zm4-4h3v-2h-3v2Zm-3 0h.01v-2H10v2Zm-1-3h3V8H9v2Zm6 0h.01V8H15v2Zm-1-5h-2v2h2V5ZM8 7h1V5H8v2Zm4 12h1.01v-2H12v2Zm-6 2a1 1 0 0 1-1-1H3a3 3 0 0 0 3 3v-2Zm12 2a3 3 0 0 0 3-3h-2a1 1 0 0 1-1 1v2Zm0-20a1 1 0 0 1 1 1h2a3 3 0 0 0-3-3v2ZM6 1a3 3 0 0 0-3 3h2a1 1 0 0 1 1-1V1Z\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"48\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" fill-rule=\\\"evenodd\\\" d=\\\"M32 5.18V13h7.82a2 2 0 0 0-.406-.586l-6.828-6.828A1.999 1.999 0 0 0 32 5.18Z\\\" class=\\\"icon-light\\\" clip-rule=\\\"evenodd\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m20 21-3 3 3 3m8-6 3 3-3 3m-5.5 2.5 3-11M32 5.18a2 2 0 0 0-.828-.18H9a1 1 0 0 0-1 1v36a1 1 0 0 0 1 1h30a1 1 0 0 0 1-1V13.828a2 2 0 0 0-.18-.828M32 5.18c.216.098.415.235.586.406l6.828 6.828a2 2 0 0 1 .406.586M32 5.18V13h7.82\\\" class=\\\"icon-dark\\\"/><path fill=\\\"#A3E7CB\\\" d=\\\"M43 40a6 6 0 1 1-12 0 6 6 0 0 1 12 0Z\\\" class=\\\"icon-light-secondary\\\"/><path stroke=\\\"#00814D\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M37 38v2m0 2v-2m0 0h2-4m8 0a6 6 0 1 1-12 0 6 6 0 0 1 12 0Z\\\" class=\\\"icon-dark-secondary\\\"/>\"\n }\n}, [\"24\", \"48\"], \"document-code\")); };\nexport var IconDocumentDeleted = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M2 13V3a2 2 0 0 1 2-2h6.172a2 2 0 0 1 1.414.586l1.828 1.828A2 2 0 0 1 14 4.828V13a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2Z\\\" class=\\\"icon-dark-stroke icon-light-fill\\\"/>\"\n }\n}, [\"16\"], \"document-deleted\")); };\nexport var IconDocumentDownload = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M2 13V3a2 2 0 0 1 2-2h6.172a2 2 0 0 1 1.414.586l1.828 1.828A2 2 0 0 1 14 4.828V13a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M8 5v6m0 0 2-2m-2 2L6 9m8-4.172V13a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h6.172a2 2 0 0 1 1.414.586l1.828 1.828A2 2 0 0 1 14 4.828Z\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M4 20V4a2 2 0 0 1 2-2h6.757a3 3 0 0 1 2.122.879L19.12 7.12A3 3 0 0 1 20 9.243V20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M12 16V8m0 8 3-3m-3 3-3-3m11-3.757V20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h6.757a3 3 0 0 1 2.122.879L19.12 7.12A3 3 0 0 1 20 9.243Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\", \"24\"], \"document-download\")); };\nexport var IconDocumentMinus = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M4 15a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h6.172a2 2 0 0 1 1.414.586l1.828 1.828A2 2 0 0 1 14 4.828V13a2 2 0 0 1-2 2H4Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M6 8h4m4-3.172V13a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h6.172a2 2 0 0 1 1.414.586l1.828 1.828A2 2 0 0 1 14 4.828Z\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M4 20V4a2 2 0 0 1 2-2h6.757a3 3 0 0 1 2.122.879L19.12 7.12A3 3 0 0 1 20 9.243V20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M15 12H9m11-2.757V20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h6.757a3 3 0 0 1 2.122.879L19.12 7.12A3 3 0 0 1 20 9.243Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\", \"24\"], \"document-minus\")); };\nexport var IconDocumentModifiedSquareDot = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#F5F4D7\\\" d=\\\"M9 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"#F5F4D7\\\" fill-rule=\\\"evenodd\\\" d=\\\"M4 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4Zm4 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z\\\" class=\\\"icon-light\\\" clip-rule=\\\"evenodd\\\"/><path stroke=\\\"#DB7903\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M9 8a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\\\" class=\\\"icon-dark\\\"/><path stroke=\\\"#DB7903\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M4 2a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V4a2 2 0 0 0-2-2H4Zm4 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z\\\" class=\\\"icon-dark\\\" clip-rule=\\\"evenodd\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path fill=\\\"#DB7903\\\" d=\\\"M14 12a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z\\\" class=\\\"icon-dark\\\"/><path fill=\\\"#F5F4D7\\\" fill-rule=\\\"evenodd\\\" d=\\\"M6 3a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3V6a3 3 0 0 0-3-3H6Zm6 11a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z\\\" class=\\\"icon-light\\\" clip-rule=\\\"evenodd\\\"/><path stroke=\\\"#DB7903\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M14 12a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z\\\" class=\\\"icon-dark\\\"/><path stroke=\\\"#DB7903\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M6 3a3 3 0 0 0-3 3v12a3 3 0 0 0 3 3h12a3 3 0 0 0 3-3V6a3 3 0 0 0-3-3H6Zm6 11a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z\\\" class=\\\"icon-dark\\\" clip-rule=\\\"evenodd\\\"/>\"\n }\n}, [\"16\", \"24\"], \"document-modified-square-dot\")); };\nexport var IconDocumentModified = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M2 13V3a2 2 0 0 1 2-2h6.172a2 2 0 0 1 1.414.586l1.828 1.828A2 2 0 0 1 14 4.828V13a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m5 10 1-4 2 3 2-3 1 4m3-5.172V13a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h6.172a2 2 0 0 1 1.414.586l1.828 1.828A2 2 0 0 1 14 4.828Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"document-modified\")); };\nexport var IconDocumentPlusMinus = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M3 15a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H3Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M6 6.5h4m-2 2v-4m-2 7h4M13 1H3a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1Z\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M4 20V4a2 2 0 0 1 2-2h6.757a3 3 0 0 1 2.122.879L19.12 7.12A3 3 0 0 1 20 9.243V20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M12 13v-3m0-3v3m0 0h3m-3 0H9m0 7h6m5-7.757V20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h6.757a3 3 0 0 1 2.122.879L19.12 7.12A3 3 0 0 1 20 9.243Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\", \"24\"], \"document-plus-minus\")); };\nexport var IconDocumentPlus = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M3 15a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H3Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M6 8h4m-2 2V6m5-5H3a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1Z\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M4 20V4a2 2 0 0 1 2-2h6.757a3 3 0 0 1 2.122.879L19.12 7.12A3 3 0 0 1 20 9.243V20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M12 15v-3m0-3v3m0 0h3m-3 0H9m11-2.757V20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h6.757a3 3 0 0 1 2.122.879L19.12 7.12A3 3 0 0 1 20 9.243Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\", \"24\"], \"document-plus\")); };\nexport var IconDocumentScript = function (props) { return React.createElement('svg', useIconProps(props, {\n \"24\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M4 1h13a3 3 0 0 1 3 3v15M4 1H3a2 2 0 0 0-2 2v0a2 2 0 0 0 2 2h1m0-4v4m7 1h5m-5 4h5m-5 4h5M4 5v15a3 3 0 0 0 3 3v0m13-4h1a2 2 0 0 1 2 2v0a2 2 0 0 1-2 2H7m13-4H7v0a2.828 2.828 0 0 1 0 4v0\\\" class=\\\"icon-dark\\\"/><path fill=\\\"currentColor\\\" d=\\\"M9 6a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM9 10a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM9 14a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"24\"], \"document-script\")); };\nexport var IconDocumentSheet = function (props) { return React.createElement('svg', useIconProps(props, {\n \"24\": {\n \"body\": \"<path fill=\\\"currentColor\\\" fill-rule=\\\"evenodd\\\" d=\\\"M10 1a1 1 0 0 0-.707.293l-6 6A1 1 0 0 0 3 8v12a3 3 0 0 0 3 3h1a1 1 0 0 0 0-2H6a1 1 0 0 1-1-1V9h5a1 1 0 0 0 1-1V3h7a1 1 0 0 1 1 1v5a1 1 0 0 0 2 0V4a3 3 0 0 0-3-3h-8ZM9 7H6.414L9 4.414V7Zm2 5a1 1 0 0 0-1 1v8a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-8a1 1 0 0 0-1-1H11Zm1 4v-2h2v2h-2Zm4 0v-2h4v2h-4Zm0 4v-2h4v2h-4Zm-2-2v2h-2v-2h2Z\\\" class=\\\"icon-dark\\\" clip-rule=\\\"evenodd\\\"/>\"\n }\n}, [\"24\"], \"document-sheet\")); };\nexport var IconDocumentStar = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M3 15a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H3Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m8 5.75.001 2.248m0 0 2.139-.693M8 7.998 9.323 9.82M8 7.998 6.677 9.82m1.324-1.822-2.14-.693M13 1H3a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1Z\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h6.757a3 3 0 0 1 2.122.879L19.12 7.12A3 3 0 0 1 20 9.243V20a2 2 0 0 1-2 2H6Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M12 8.844v3.16m0 0 3.002-.98m-3.002.98 1.855 2.55M12 12.003l-1.855 2.55M12 12.003l-3.002-.98M20 9.244V20a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h6.757a3 3 0 0 1 2.122.879L19.12 7.12A3 3 0 0 1 20 9.243Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\", \"24\"], \"document-star\")); };\nexport var IconDocumentText = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M2 14V2a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M5 8h3M5 5h6m-6 6h5m3-10H3a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"document-text\")); };\nexport var IconDotOutlineLarge = function (props) { return React.createElement('svg', useIconProps(props, {\n \"8\": {\n \"body\": \"<circle cx=\\\"4\\\" cy=\\\"4\\\" r=\\\"3.5\\\" fill=\\\"#D0D2E0\\\" stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" class=\\\"icon-light-fill icon-dark-stroke\\\"/>\"\n }\n}, [\"8\"], \"dot-outline-large\")); };\nexport var IconDotOutlineSmall = function (props) { return React.createElement('svg', useIconProps(props, {\n \"8\": {\n \"body\": \"<circle cx=\\\"4\\\" cy=\\\"4\\\" r=\\\"2.5\\\" fill=\\\"#D0D2E0\\\" stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" class=\\\"icon-light-fill icon-dark-stroke\\\"/>\"\n }\n}, [\"8\"], \"dot-outline-small\")); };\nexport var IconFileChangesAdded = function (props) { return React.createElement('svg', useIconProps(props, {\n \"24\": {\n \"body\": \"<path fill=\\\"#C2F1DE\\\" d=\\\"M0 12C0 5.373 5.373 0 12 0s12 5.373 12 12-5.373 12-12 12S0 18.627 0 12Z\\\"/><path stroke=\\\"#00814D\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M15.999 9 11 15l-2.999-3\\\"/>\"\n }\n}, [\"24\"], \"file-changes-added\")); };\nexport var IconFileChangesError = function (props) { return React.createElement('svg', useIconProps(props, {\n \"24\": {\n \"body\": \"<path fill=\\\"#FAD9DF\\\" d=\\\"M0 12C0 5.373 5.373 0 12 0s12 5.373 12 12-5.373 12-12 12S0 18.627 0 12Z\\\"/><path stroke=\\\"#C62B49\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m15 9-3 3M9 9l3 3m0 0-3 3m3-3 3 3\\\"/>\"\n }\n}, [\"24\"], \"file-changes-error\")); };\nexport var IconFileChangesSkipped = function (props) { return React.createElement('svg', useIconProps(props, {\n \"24\": {\n \"body\": \"<path fill=\\\"#E1E3ED\\\" d=\\\"M0 12C0 5.373 5.373 0 12 0s12 5.373 12 12-5.373 12-12 12S0 18.627 0 12Z\\\"/><path stroke=\\\"#9095AD\\\" stroke-width=\\\"2\\\" d=\\\"M8.464 15.536a5 5 0 1 0 7.072-7.072m-7.072 7.072a5 5 0 1 1 7.072-7.072m-7.072 7.072 7.072-7.072\\\"/>\"\n }\n}, [\"24\"], \"file-changes-skipped\")); };\nexport var IconFileChangesWarning = function (props) { return React.createElement('svg', useIconProps(props, {\n \"24\": {\n \"body\": \"<path fill=\\\"#F3ECB3\\\" d=\\\"M0 12C0 5.373 5.373 0 12 0s12 5.373 12 12-5.373 12-12 12S0 18.627 0 12Z\\\"/><path stroke=\\\"#BD5800\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M12 7v7m0 2.99V17\\\"/>\"\n }\n}, [\"24\"], \"file-changes-warning\")); };\nexport var IconGeneral1X = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m9 4 6 8m-6 0 6-8M5 12V4H2.5L1 5.5\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"general-1X\")); };\nexport var IconGeneralChatBubble = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" stroke=\\\"currentColor\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M13 3H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2v3l5-3h3a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1Z\\\" class=\\\"icon-dark-stroke icon-light-fill\\\"/>\"\n }\n}, [\"16\"], \"general-chat-bubble\")); };\nexport var IconGeneralClipboard = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M3.5 2.585A1.5 1.5 0 0 0 2.5 4v9.5A1.5 1.5 0 0 0 4 15h8a1.5 1.5 0 0 0 1.5-1.5V4a1.5 1.5 0 0 0-1-1.415M7 4h2a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v1a1 1 0 0 0 1 1Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"general-clipboard\")); };\nexport var IconGeneralCommandKey = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M5 5v6m0-6h6M5 5V3a2 2 0 0 0-2-2v0a2 2 0 0 0-2 2v0a2 2 0 0 0 2 2h2Zm0 6h6m-6 0v2a2 2 0 0 1-2 2v0a2 2 0 0 1-2-2v0a2 2 0 0 1 2-2h2Zm6 0V5m0 6h2a2 2 0 0 1 2 2v0a2 2 0 0 1-2 2v0a2 2 0 0 1-2-2v-2Zm0-6V3a2 2 0 0 1 2-2v0a2 2 0 0 1 2 2v0a2 2 0 0 1-2 2h-2Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"general-command-key\")); };\nexport var IconGeneralCrosshairs = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"currentColor\\\" fill-rule=\\\"evenodd\\\" d=\\\"M8 0a1 1 0 0 1 1 1v.07A7.004 7.004 0 0 1 14.93 7H15a1 1 0 1 1 0 2h-.07A7.004 7.004 0 0 1 9 14.93V15a1 1 0 1 1-2 0v-.07A7.004 7.004 0 0 1 1.07 9H1a1 1 0 0 1 0-2h.07A7.005 7.005 0 0 1 7 1.07V1a1 1 0 0 1 1-1ZM7 3.1A5.006 5.006 0 0 0 3.1 7H4a1 1 0 0 1 0 2h-.9A5.006 5.006 0 0 0 7 12.9V12a1 1 0 1 1 2 0v.9A5.006 5.006 0 0 0 12.9 9H12a1 1 0 1 1 0-2h.9A5.006 5.006 0 0 0 9 3.1V4a1 1 0 0 1-2 0v-.9Z\\\" class=\\\"icon-dark\\\" clip-rule=\\\"evenodd\\\"/><path fill=\\\"currentColor\\\" d=\\\"M9 8a1 1 0 1 0-2 0 1 1 0 0 0 2 0Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"general-crosshairs\")); };\nexport var IconGeneralEarth = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M6.825 6.844c.384.53-.018.801-.527 1.144-.464.312-1.018.685-1.145 1.371-.145.785.128 1.563 1.175 2.079.238.117.181 1.293.13 2.358-.018.372-.035.73-.039 1.025l.186.04c2.044-.856 3.464-2.082 4.192-3.72.422-1.157-.406-2.5-1.313-2.954-.453-1.937 1.625-1.484 2.188-1.343.167 0 .122-.193.054-.488-.11-.477-.28-1.222.29-1.84.424-.461.998-.993 1.204-1.18A6.983 6.983 0 0 0 8 1c-.816 0-1.6.14-2.327.396-1.27 3.39-.613 3.948.902 5.235l.25.213Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"#D0D2E0\\\" fill-rule=\\\"evenodd\\\" d=\\\"M6.605 14.861a7.114 7.114 0 0 1-.186-.04c.004-.295.021-.653.04-1.025.05-1.065.107-2.241-.13-2.358-1.048-.516-1.32-1.294-1.176-2.079.127-.686.68-1.059 1.145-1.371.51-.343.91-.613.527-1.144l-.25-.213C5.06 5.344 4.402 4.786 5.673 1.396A6.989 6.989 0 0 1 8 1c2.074 0 3.938.902 5.22 2.336-.206.188-.78.719-1.204 1.18-.57.618-.4 1.363-.29 1.84.068.295.113.488-.054.488-.563-.14-2.64-.594-2.188 1.343.907.454 1.735 1.797 1.313 2.954-.728 1.638-2.148 2.864-4.192 3.72Z\\\" class=\\\"icon-light\\\" clip-rule=\\\"evenodd\\\"/><path stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" d=\\\"M5.673 1.396a7.003 7.003 0 0 0 .746 13.425M5.673 1.396A6.989 6.989 0 0 1 8 1c2.074 0 3.938.902 5.22 2.336m-7.547-1.94c-1.27 3.39-.613 3.948.902 5.235l.25.213c.384.53-.018.801-.527 1.144-.464.312-1.018.685-1.145 1.371-.145.785.128 1.563 1.175 2.079.238.117.181 1.293.13 2.358-.018.372-.035.73-.039 1.025m6.8-11.485c-.205.188-.779.719-1.203 1.18-.57.618-.4 1.363-.29 1.84.068.295.113.488-.054.488-.563-.14-2.64-.594-2.188 1.343.907.454 1.735 1.797 1.313 2.954-.728 1.638-2.148 2.864-4.192 3.72M13.22 3.336A7 7 0 0 1 6.606 14.86m0 0a7.114 7.114 0 0 1-.187-.04\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"general-earth\")); };\nexport var IconGeneralEyeClosed = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"currentColor\\\" fill-rule=\\\"evenodd\\\" d=\\\"M10.704 2.468A7.843 7.843 0 0 0 8 2C5.128 2 3.128 3.447 1.882 4.831a10.868 10.868 0 0 0-1.69 2.528 6.552 6.552 0 0 0-.11.242l-.006.018-.003.006v.002H.071a1.002 1.002 0 0 0 0 .744v.002l.001.002.003.006.007.018a4.2 4.2 0 0 0 .108.242 10.869 10.869 0 0 0 1.748 2.591l1.416-1.416A8.874 8.874 0 0 1 2.105 8a8.868 8.868 0 0 1 1.264-1.831C4.371 5.053 5.871 4 8 4c.379 0 .737.033 1.077.094l1.627-1.626ZM8.166 5.005a3 3 0 0 0-3.162 3.162l3.162-3.162Zm-.334 5.99 3.162-3.162a3 3 0 0 1-3.162 3.162Zm-.91.91c.34.062.698.095 1.077.095 2.128 0 3.628-1.053 4.632-2.169A8.87 8.87 0 0 0 13.895 8a8.872 8.872 0 0 0-1.25-1.816l1.416-1.416c.02.02.038.042.057.063a10.869 10.869 0 0 1 1.69 2.528 6.627 6.627 0 0 1 .11.242l.006.018.003.006.001.003L15 8l.928.372-.001.003-.003.006-.007.018a3.777 3.777 0 0 1-.108.242 10.87 10.87 0 0 1-1.69 2.528C12.871 12.554 10.871 14 8 14a7.843 7.843 0 0 1-2.703-.468l1.626-1.627Zm9.005-3.533L15 8l.928-.372c.095.238.095.506 0 .744Zm-15.857 0L1 8l-.928.371ZM1 8l-.928-.372L1 8Z\\\" class=\\\"icon-dark\\\" clip-rule=\\\"evenodd\\\"/><path stroke=\\\"currentcolor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" d=\\\"m2.5 13.5 11-11\\\"/>\"\n }\n}, [\"16\"], \"general-eye-closed\")); };\nexport var IconGeneralEyeOpen = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M10 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"#D0D2E0\\\" fill-rule=\\\"evenodd\\\" d=\\\"M10 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z\\\" class=\\\"icon-light\\\" clip-rule=\\\"evenodd\\\"/><path fill=\\\"currentColor\\\" d=\\\"m1 8-.928-.371a1 1 0 0 0 0 .742L1 8Zm14 0 .928.371a1 1 0 0 0 0-.742L15 8ZM1 8l.928.372v.002a.708.708 0 0 1 .013-.033 7.584 7.584 0 0 1 .32-.63c.239-.422.605-.984 1.107-1.542C4.372 5.053 5.872 4 8 4V2C5.128 2 3.128 3.447 1.882 4.831a10.867 10.867 0 0 0-1.69 2.528 6.554 6.554 0 0 0-.119.266v.002H.071c0 .001 0 .002.928.373Zm7-4c2.128 0 3.628 1.053 4.632 2.169A8.871 8.871 0 0 1 14 8.212l.059.13.012.028.002.004v-.001h-.001c0-.001 0-.002.928-.373l.928-.372v-.001l-.001-.002-.002-.006a1.499 1.499 0 0 1-.031-.073 9.567 9.567 0 0 0-.415-.82 10.868 10.868 0 0 0-1.36-1.895C12.871 3.447 10.871 2 8 2v2Zm7 4-.928-.372v-.002l-.001.004-.012.029a7.611 7.611 0 0 1-.32.63c-.239.422-.605.984-1.107 1.542C11.628 10.947 10.128 12 8 12v2c2.872 0 4.872-1.447 6.118-2.831a10.869 10.869 0 0 0 1.69-2.528 6.682 6.682 0 0 0 .117-.26l.002-.006v-.002h.001c0-.001 0-.002-.928-.373Zm-7 4c-2.128 0-3.628-1.053-4.632-2.169A8.868 8.868 0 0 1 2 7.788a4.57 4.57 0 0 1-.073-.162v.001h.001c0 .001 0 .002-.928.373l-.928.372v.001l.001.002a2.09 2.09 0 0 0 .033.079 9.584 9.584 0 0 0 .414.82c.293.515.74 1.203 1.362 1.895C3.128 12.553 5.128 14 8 14v-2Zm1-4a1 1 0 0 1-1 1v2a3 3 0 0 0 3-3H9ZM8 9a1 1 0 0 1-1-1H5a3 3 0 0 0 3 3V9ZM7 8a1 1 0 0 1 1-1V5a3 3 0 0 0-3 3h2Zm1-1a1 1 0 0 1 1 1h2a3 3 0 0 0-3-3v2Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"general-eye-open\")); };\nexport var IconGeneralGlobe = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M10.5 8c0-1.833-.252-3.502-.664-4.75C9.38 1.866 8.726 1 8 1s-1.38.866-1.836 2.25C5.752 4.498 5.5 6.167 5.5 8c0 .3.007.595.02.885C6.317 8.96 7.147 9 8 9s1.683-.04 2.48-.115c.013-.29.02-.585.02-.885Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"#D0D2E0\\\" d=\\\"M8 1a6.981 6.981 0 0 0-5.142 2.25A6.975 6.975 0 0 0 1 7.971c1.292.437 2.832.755 4.52.914C5.507 8.595 5.5 8.3 5.5 8c0-1.833.252-3.502.664-4.75C6.62 1.866 7.274 1 8 1Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"#D0D2E0\\\" d=\\\"M1 8c0 1.833.705 3.502 1.858 4.75A6.981 6.981 0 0 0 8 15c-.726 0-1.38-.866-1.836-2.25-.345-1.044-.577-2.382-.644-3.865-1.688-.16-3.228-.477-4.52-.914V8Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"#D0D2E0\\\" d=\\\"M6.164 12.75C6.62 14.134 7.274 15 8 15s1.38-.866 1.836-2.25c.345-1.044.577-2.382.644-3.865C9.683 8.96 8.853 9 8 9s-1.683-.04-2.48-.115c.067 1.483.3 2.821.644 3.865Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"#D0D2E0\\\" d=\\\"M8 15a6.981 6.981 0 0 0 5.142-2.25A6.975 6.975 0 0 0 15 8v-.029c-1.292.437-2.832.755-4.52.914-.067 1.483-.3 2.821-.644 3.865C9.38 14.134 8.726 15 8 15Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"#D0D2E0\\\" d=\\\"M13.142 3.25A6.981 6.981 0 0 0 8 1c.726 0 1.38.866 1.836 2.25.412 1.248.664 2.917.664 4.75 0 .3-.007.595-.02.885 1.688-.159 3.228-.477 4.52-.914a6.974 6.974 0 0 0-1.858-4.721Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"currentColor\\\" d=\\\"m13.142 3.25-.735.679.735-.679Zm-10.284 0 .735.679-.735-.679Zm0 9.5.735-.679-.735.679Zm10.284 0-.735-.679.735.679Zm-3.306-9.5-.95.313.95-.313Zm-3.672 0 .95.313-.95-.313Zm0 9.5-.95.313.95-.313Zm3.672 0 .95.313-.95-.313ZM15 7.971l1-.004-1 .004Zm-14 0-1-.004 1 .004ZM8 2c1.742 0 3.31.741 4.407 1.929l1.47-1.358A7.981 7.981 0 0 0 8 0v2ZM3.593 3.929A5.981 5.981 0 0 1 8 2V0a7.981 7.981 0 0 0-5.876 2.571L3.593 3.93ZM0 8c0 2.095.806 4.003 2.124 5.429l1.469-1.358A5.975 5.975 0 0 1 2 8H0Zm8 6a5.981 5.981 0 0 1-4.407-1.929l-1.47 1.358A7.981 7.981 0 0 0 8 16v-2Zm0 2a7.981 7.981 0 0 0 5.876-2.571l-1.469-1.358A5.981 5.981 0 0 1 8 14v2Zm6-8c0 1.572-.603 3-1.593 4.071l1.47 1.358A7.975 7.975 0 0 0 16 8h-2Zm-2.5 0c0-1.915-.262-3.693-.714-5.063l-1.9.626C9.259 4.69 9.5 6.248 9.5 8h2ZM8 2c-.067 0 .02-.041.238.23.21.263.44.704.649 1.333l1.899-.627c-.249-.753-.573-1.438-.986-1.954C9.395.475 8.793 0 8 0v2Zm-2.786.937C4.762 4.306 4.5 6.085 4.5 8h2c0-1.752.242-3.311.613-4.437l-1.899-.627Zm1.9.626c.207-.63.438-1.07.648-1.333C7.98 1.96 8.067 2 8 2V0c-.793 0-1.395.475-1.8.982-.413.516-.737 1.2-.986 1.954l1.9.627ZM8 14c.067 0-.02.041-.238-.23-.21-.263-.44-.704-.649-1.333l-1.899.626c.249.754.573 1.439.986 1.955.405.507 1.007.982 1.8.982v-2Zm0 2c.793 0 1.395-.475 1.8-.982.413-.516.737-1.2.986-1.955l-1.9-.627c-.207.63-.438 1.071-.648 1.334-.217.271-.305.23-.238.23v2Zm8-8v-.033l-2 .008V8h2Zm0-.033a7.975 7.975 0 0 0-2.124-5.396L12.407 3.93A5.975 5.975 0 0 1 14 7.975l2-.008ZM2.124 2.571A7.975 7.975 0 0 0 0 7.967l2 .008A5.975 5.975 0 0 1 3.593 3.93L2.123 2.57ZM0 7.967V8h2v-.025l-2-.008ZM4.5 8c0 .315.007.625.02.93l1.999-.09A18.68 18.68 0 0 1 6.5 8h-2Zm.926 1.88C6.255 9.96 7.116 10 8 10V8c-.822 0-1.62-.038-2.386-.11l-.188 1.99ZM8 10c.884 0 1.745-.041 2.574-.12l-.188-1.99C9.621 7.962 8.822 8 8 8v2Zm3.48-1.07c.013-.305.02-.615.02-.93h-2c0 .285-.006.565-.019.84l1.998.09Zm-.906.95c1.752-.165 3.37-.496 4.746-.961l-.64-1.895c-1.207.408-2.67.712-4.294.866l.188 1.99ZM9.481 8.84c-.063 1.413-.284 2.658-.594 3.597l1.899.626c.38-1.149.623-2.58.693-4.133l-1.998-.09Zm-3.867-.95c-1.625-.154-3.087-.458-4.294-.866L.68 8.919c1.377.465 2.994.796 4.746.962l.188-1.991ZM4.52 8.93c.07 1.553.314 2.985.693 4.133l1.9-.627c-.31-.938-.532-2.183-.595-3.596l-1.998.09ZM0 7.97 0 7.997l2 .004v-.029L0 7.97ZM16 7.997v-.029l-2 .004v.029l2-.004Z\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"48\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M31 24h12c0-4.976-1.913-9.506-5.044-12.893-2.187 1.12-4.967 1.978-8.105 2.458C30.577 16.56 31 20.146 31 24Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"#D0D2E0\\\" d=\\\"M29.85 13.565c3.139-.48 5.92-1.337 8.106-2.458A18.95 18.95 0 0 0 24 5c2.446 0 4.6 3.406 5.85 8.565Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"#D0D2E0\\\" d=\\\"M24 5c-2.446 0-4.6 3.406-5.85 8.565 1.842.283 3.809.435 5.85.435 2.041 0 4.008-.152 5.85-.435C28.6 8.405 26.447 5 24 5Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"#D0D2E0\\\" d=\\\"M17 24h14c0-3.854-.423-7.44-1.15-10.435-1.842.283-3.809.435-5.85.435-2.041 0-4.008-.152-5.85-.435C17.422 16.56 17 20.146 17 24Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"#D0D2E0\\\" d=\\\"M5 24h12c0-3.854.423-7.44 1.15-10.435-3.139-.48-5.92-1.337-8.106-2.458A18.933 18.933 0 0 0 5 24Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"#D0D2E0\\\" d=\\\"M18.15 13.565C19.4 8.405 21.553 5 24 5a18.95 18.95 0 0 0-13.956 6.107c2.186 1.12 4.967 1.978 8.105 2.458ZM18.15 34.435c-3.139.48-5.92 1.337-8.106 2.458A18.95 18.95 0 0 0 24 43c-2.446 0-4.6-3.406-5.85-8.565Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"#D0D2E0\\\" d=\\\"M17 24H5c0 4.976 1.913 9.506 5.044 12.893 2.186-1.12 4.967-1.978 8.105-2.458C17.423 31.44 17 27.854 17 24Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"#D0D2E0\\\" d=\\\"M31 24H17c0 3.854.423 7.44 1.15 10.435A38.768 38.768 0 0 1 24 34c2.041 0 4.008.153 5.85.435C30.578 31.44 31 27.854 31 24Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"#D0D2E0\\\" d=\\\"M18.15 34.435C19.4 39.595 21.553 43 24 43c2.446 0 4.6-3.406 5.85-8.565A38.768 38.768 0 0 0 24 34c-2.041 0-4.008.153-5.85.435Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"#D0D2E0\\\" d=\\\"M24 43a18.95 18.95 0 0 0 13.956-6.107c-2.187-1.12-4.967-1.978-8.105-2.458C28.599 39.595 26.446 43 24 43Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"#D0D2E0\\\" d=\\\"M43 24H31c0 3.854-.423 7.44-1.15 10.435 3.139.48 5.92 1.337 8.106 2.458A18.933 18.933 0 0 0 43 24Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"currentColor\\\" d=\\\"M24 14v1-1Zm0 20v-1 1Zm19-11H5v2h38v-2Zm-12 2h12v-2H31v2Zm13-1a19.932 19.932 0 0 0-5.31-13.572l-1.468 1.358A17.932 17.932 0 0 1 42 24h2Zm-6.5-13.783c-2.071 1.062-4.745 1.892-7.8 2.36l.302 1.977c3.22-.494 6.108-1.377 8.41-2.557l-.912-1.78Zm-8.621 3.584C29.584 16.709 30 20.215 30 24h2c0-3.923-.43-7.59-1.177-10.67l-1.944.47ZM24 6c.723 0 1.61.51 2.542 1.904.912 1.363 1.727 3.381 2.337 5.897l1.944-.472c-.642-2.643-1.529-4.908-2.618-6.537C27.135 5.192 25.723 4 24 4v2Zm5.7 6.577A37.773 37.773 0 0 1 24 13v2c2.09 0 4.108-.156 6.002-.446l-.303-1.977ZM24 6a17.95 17.95 0 0 1 13.222 5.786l1.469-1.358A19.949 19.949 0 0 0 24 4v2Zm0-2c-1.723 0-3.136 1.193-4.205 2.792-1.089 1.63-1.976 3.894-2.618 6.537l1.944.472c.61-2.516 1.425-4.534 2.337-5.897C22.39 6.51 23.278 6 24 6V4Zm-6.002 10.554c1.894.29 3.911.446 6.002.446v-2c-1.992 0-3.908-.149-5.7-.423l-.302 1.977ZM18 24c0-3.785.416-7.29 1.121-10.2l-1.944-.47C16.43 16.41 16 20.076 16 24h2Zm-1 1h14v-2H17v2ZM5 25h12v-2H5v2Zm13.3-12.423c-3.055-.468-5.729-1.298-7.8-2.36l-.912 1.78c2.302 1.18 5.19 2.063 8.41 2.557l.303-1.977Zm-8.99-2.149A19.932 19.932 0 0 0 4 24h2c0-4.715 1.811-9.004 4.778-12.214L9.31 10.428Zm1.468 1.358A17.95 17.95 0 0 1 24 6V4a19.95 19.95 0 0 0-14.69 6.428l1.468 1.358ZM4 24a19.932 19.932 0 0 0 5.31 13.572l1.468-1.358A17.932 17.932 0 0 1 6 24H4Zm6.5 13.783c2.071-1.062 4.745-1.892 7.8-2.36l-.302-1.977c-3.22.494-6.108 1.377-8.41 2.557l.912 1.78Zm8.621-3.584C18.416 31.291 18 27.785 18 24h-2c0 3.923.43 7.59 1.177 10.67l1.944-.47ZM24 42c-.723 0-1.61-.51-2.542-1.904-.912-1.363-1.727-3.381-2.337-5.897l-1.944.471c.642 2.644 1.529 4.909 2.618 6.538C20.865 42.808 22.277 44 24 44v-2Zm-5.7-6.577A37.773 37.773 0 0 1 24 35v-2c-2.09 0-4.108.156-6.002.446l.303 1.977ZM24 42a17.949 17.949 0 0 1-13.222-5.786L9.31 37.572A19.949 19.949 0 0 0 24 44v-2Zm0-7c1.992 0 3.908.149 5.7.423l.302-1.977A39.778 39.778 0 0 0 24 33v2Zm6.823-.33C31.57 31.59 32 27.923 32 24h-2c0 3.785-.416 7.29-1.121 10.2l1.944.47Zm-1.944-.47c-.61 2.515-1.425 4.533-2.337 5.896C25.61 41.49 24.722 42 24 42v2c1.723 0 3.136-1.193 4.205-2.792 1.089-1.63 1.976-3.894 2.618-6.538l-1.944-.47ZM24 44a19.949 19.949 0 0 0 14.69-6.428l-1.468-1.358A17.949 17.949 0 0 1 24 42v2Zm14.412-7.997c-2.302-1.18-5.19-2.063-8.41-2.557l-.303 1.977c3.056.468 5.73 1.298 7.801 2.36l.912-1.78ZM42 24c0 4.715-1.811 9.004-4.778 12.214l1.469 1.358A19.932 19.932 0 0 0 44 24h-2Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\", \"48\"], \"general-globe\")); };\nexport var IconGeneralGrid2X2Medium = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M3 3h3v3H3V3ZM3 10h3v3H3v-3ZM10 3h3v3h-3V3ZM10 10h3v3h-3v-3Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M3 3h3v3H3V3ZM3 10h3v3H3v-3ZM10 3h3v3h-3V3ZM10 10h3v3h-3v-3Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"general-grid-2x2-medium\")); };\nexport var IconGeneralGrid2X2Small = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M3.5 3.5h3v3h-3v-3ZM3.5 9.5h3v3h-3v-3ZM9.5 3.5h3v3h-3v-3ZM9.5 9.5h3v3h-3v-3Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M3.5 3.5h3v3h-3v-3ZM3.5 9.5h3v3h-3v-3ZM9.5 3.5h3v3h-3v-3ZM9.5 9.5h3v3h-3v-3Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"general-grid-2x2-small\")); };\nexport var IconGeneralGrid2X2 = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M2 2h4v4H2V2ZM2 10h4v4H2v-4ZM10 2h4v4h-4V2ZM10 10h4v4h-4v-4Z\\\" class=\\\"icon-light\\\" style=\\\"opacity:.35\\\"/><path stroke=\\\"currentColor\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M2 2h4v4H2V2ZM2 10h4v4H2v-4ZM10 2h4v4h-4V2ZM10 10h4v4h-4v-4Z\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M3 3h7v7H3V3ZM3 14h7v7H3v-7ZM14 3h7v7h-7V3ZM14 14h7v7h-7v-7Z\\\" class=\\\"icon-light\\\" style=\\\"opacity:.35\\\"/><path stroke=\\\"currentColor\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M3 3h7v7H3V3ZM3 14h7v7H3v-7ZM14 3h7v7h-7V3ZM14 14h7v7h-7v-7Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\", \"24\"], \"general-grid-2x2\")); };\nexport var IconGeneralHandleVertical = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"currentColor\\\" d=\\\"M7 6a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM7 2a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM11 6a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM11 2a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM11 10a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM7 10a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM7 14a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM11 14a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"general-handle-vertical\")); };\nexport var IconGeneralLifeRing = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" fill-rule=\\\"evenodd\\\" d=\\\"M8 1a7 7 0 0 1 7 7h-4a3 3 0 0 0-3-3V1ZM5 8H1a7 7 0 0 0 7 7v-4a3 3 0 0 1-3-3Z\\\" class=\\\"icon-light\\\" clip-rule=\\\"evenodd\\\"/><path stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" d=\\\"M15 8a7 7 0 0 1-7 7m7-7a7 7 0 0 0-7-7m7 7h-4m-3 7a7 7 0 0 1-7-7m7 7v-4M1 8a7 7 0 0 1 7-7M1 8h4m3-7v4m3 3a3 3 0 0 1-3 3m3-3a3 3 0 0 0-3-3m0 6a3 3 0 0 1-3-3m0 0a3 3 0 0 1 3-3\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"general-life-ring\")); };\nexport var IconGeneralOfficeBuilding = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M10 4v10h4a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1h-4Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" d=\\\"M10 14H2a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1h7a1 1 0 0 1 1 1v2m0 10V4m0 10h4a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1h-4\\\" class=\\\"icon-dark\\\"/><path fill=\\\"currentColor\\\" d=\\\"M3 3.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1ZM12 6.5a.5.5 0 0 1 1 0v1a.5.5 0 0 1-1 0v-1ZM12 9.5a.5.5 0 0 1 1 0v1a.5.5 0 0 1-1 0v-1ZM3 6.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1ZM3 9.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1ZM6 3.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1ZM6 6.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1ZM6 9.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5v-1Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"general-office-building\")); };\nexport var IconGeneralPlaceholder = function (props) { return React.createElement('svg', useIconProps(props, {\n \"12\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M9.55 2.45c1.933 1.934 1.933 5.166 0 7.1-1.934 1.933-5.166 1.933-7.1 0-1.933-1.934-1.933-5.166 0-7.1 1.934-1.933 5.166-1.933 7.1 0Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" d=\\\"m6 6 3.55-3.55M6 6 2.45 2.45M6 6l3.55 3.55M6 6 2.45 9.55m7.1-7.1c1.933 1.934 1.933 5.166 0 7.1m0-7.1C7.616.517 4.384.517 2.45 2.45m0 0c-1.933 1.934-1.933 5.166 0 7.1m7.1 0c-1.934 1.933-5.166 1.933-7.1 0\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M12.97 3.03c2.707 2.708 2.707 7.232 0 9.94-2.708 2.707-7.232 2.707-9.94 0-2.707-2.708-2.707-7.232 0-9.94 2.708-2.707 7.232-2.707 9.94 0Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" d=\\\"m8 8 4.97-4.97M8 8 3.03 3.03M8 8l4.97 4.97M8 8l-4.97 4.97m9.94-9.94c2.707 2.708 2.707 7.232 0 9.94m0-9.94C10.261.324 5.737.324 3.03 3.03m0 0c-2.707 2.708-2.707 7.232 0 9.94m9.94 0c-2.708 2.707-7.232 2.707-9.94 0\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M19.1 4.9c3.867 3.869 3.867 10.332 0 14.2-3.869 3.867-10.331 3.867-14.2 0-3.867-3.869-3.867-10.331 0-14.2 3.869-3.867 10.332-3.867 14.2 0Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" d=\\\"m12 12 7.1-7.1M12 12 4.9 4.9M12 12l7.1 7.1M12 12l-7.1 7.1M19.1 4.9c3.867 3.869 3.867 10.332 0 14.2m0-14.2C15.23 1.034 8.768 1.034 4.9 4.9m0 0c-3.867 3.869-3.867 10.332 0 14.2m14.2 0c-3.869 3.867-10.331 3.867-14.2 0\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"48\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M38.198 9.802c7.736 7.735 7.736 20.66 0 28.396-7.735 7.736-20.66 7.736-28.396 0-7.736-7.735-7.736-20.66 0-28.396 7.735-7.736 20.66-7.736 28.396 0Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" d=\\\"M24 24 38.198 9.802M24 24 9.802 9.802M24 24l14.198 14.198M24 24 9.802 38.198M38.198 9.802c7.736 7.735 7.736 20.66 0 28.396m0-28.396c-7.735-7.736-20.66-7.736-28.396 0m0 0c-7.736 7.735-7.736 20.66 0 28.396m28.396 0c-7.735 7.736-20.66 7.736-28.396 0\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"12\", \"16\", \"24\", \"48\"], \"general-placeholder\")); };\nexport var IconGeneralRocket = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path d=\\\"M3.5 9.5 1 11l4 4 1.5-2.5-3-3Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m7.5 13.5-1-1m1 1 1 1 3-3v-2m-4 4 4-4m-9-1 1 1m-1-1-1-1 3-3h2m-4 4 4-4m-3 5L1 11l4 4 1.5-2.5m-3-3 3 3m5-3 1.621-1.621A3 3 0 0 0 14 5.757V2h-3.757a3 3 0 0 0-2.122.879L6.5 4.5\\\" class=\\\"icon-dark\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" d=\\\"M9 11.5 4.5 7\\\" class=\\\"icon-dark\\\"/><circle cx=\\\"10.5\\\" cy=\\\"5.5\\\" r=\\\"1\\\" fill=\\\"currentColor\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path d=\\\"m6 13.5-3 2L8.5 21l2-3L6 13.5ZM3.635 11.135 5 12.5l5.23-5.23H7.5l-3.865 3.865ZM11.5 19l1.365 1.365 3.866-3.865v-2.73L11.5 19Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M16.73 13.77v2.73l-3.865 3.865L11.5 19m5.23-5.23L11.5 19m5.23-5.23 3.098-3.098A4 4 0 0 0 21 7.843V3h-4.843a4 4 0 0 0-2.829 1.172l-3.097 3.097m0 0H7.5l-3.865 3.866L5 12.5m5.23-5.23L5 12.5m0 0 6.5 6.5M6 13.5l-3 2L8.5 21l2-3L6 13.5Z\\\" class=\\\"icon-dark\\\"/><path fill=\\\"#1B1E2E\\\" d=\\\"M.146 19.646a.5.5 0 0 0 .708.708l-.708-.708Zm0 3.5a.5.5 0 0 0 .708.708l-.708-.708Zm3.5 0a.5.5 0 0 0 .708.708l-.708-.708Zm-1.5-5.5-2 2 .708.708 2-2-.708-.708Zm1.75 1.75-3.75 3.75.708.708 3.75-3.75-.708-.708Zm1.75 1.75-2 2 .708.708 2-2-.708-.708Z\\\" opacity=\\\".4\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" d=\\\"m13.5 16.5-6-6\\\" class=\\\"icon-dark\\\"/><circle cx=\\\"16.5\\\" cy=\\\"7.5\\\" r=\\\"1.5\\\" stroke=\\\"currentColor\\\" class=\\\"icon-dark-stroke icon-light-fill\\\"/>\"\n }\n}, [\"16\", \"24\"], \"general-rocket\")); };\nexport var IconLoading = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<circle cx=\\\"8\\\" cy=\\\"8\\\" r=\\\"6\\\" stroke=\\\"#D0D2E0\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M14 8a6 6 0 0 0-6-6\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"loading\")); };\nexport var IconMenuDotsVertical = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"currentColor\\\" d=\\\"M10 2a2 2 0 1 1-4 0 2 2 0 0 1 4 0ZM10 8a2 2 0 1 1-4 0 2 2 0 0 1 4 0ZM10 14a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"menu-dots-vertical\")); };\nexport var IconMenuExpandLeft = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M14 3H8m6 5H2m0 0 2.5-2.5M2 8l2.5 2.5M14 13H8\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"menu-expand-left\")); };\nexport var IconMenuExpandRight = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M2 3h6M2 8h12m0 0-2.5-2.5M14 8l-2.5 2.5M2 13h6\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"menu-expand-right\")); };\nexport var IconMenuHamburger = function (props) { return React.createElement('svg', useIconProps(props, {\n \"24\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M1 6h22M1 12h14M1 18h18\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"24\"], \"menu-hamburger\")); };\nexport var IconNumber1 = function (props) { return React.createElement('svg', useIconProps(props, {\n \"24\": {\n \"body\": \"<circle cx=\\\"12\\\" cy=\\\"12\\\" r=\\\"12\\\" fill=\\\"#D0D2E0\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M13 17V8h-2L9.5 9.5\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"24\"], \"number-1\")); };\nexport var IconNumber2 = function (props) { return React.createElement('svg', useIconProps(props, {\n \"24\": {\n \"body\": \"<circle cx=\\\"12\\\" cy=\\\"12\\\" r=\\\"12\\\" fill=\\\"#D0D2E0\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M15 16H9l4.5-4c2-2 1-5-1.5-5S9 9.5 9 9.5\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"24\"], \"number-2\")); };\nexport var IconNumber3 = function (props) { return React.createElement('svg', useIconProps(props, {\n \"24\": {\n \"body\": \"<circle cx=\\\"12\\\" cy=\\\"12\\\" r=\\\"12\\\" fill=\\\"#D0D2E0\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M9 15c.5 3 5.5 3 6 0 0-2.5-3-3-3-3l3-4H9\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"24\"], \"number-3\")); };\nexport var IconNumber4 = function (props) { return React.createElement('svg', useIconProps(props, {\n \"24\": {\n \"body\": \"<circle cx=\\\"12\\\" cy=\\\"12\\\" r=\\\"12\\\" fill=\\\"#D0D2E0\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M13.5 17V8h-2l-3 6h7\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"24\"], \"number-4\")); };\nexport var IconNumber5 = function (props) { return React.createElement('svg', useIconProps(props, {\n \"24\": {\n \"body\": \"<circle cx=\\\"12\\\" cy=\\\"12\\\" r=\\\"12\\\" fill=\\\"#D0D2E0\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M14.5 8h-4l-.5 4h2c1.657 0 3 1.12 3 2.5S13.657 17 12 17c-.982 0-1.853-.393-2.4-1\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"24\"], \"number-5\")); };\nexport var IconNumberOctothorpe = function (props) { return React.createElement('svg', useIconProps(props, {\n \"24\": {\n \"body\": \"<circle cx=\\\"12\\\" cy=\\\"12\\\" r=\\\"12\\\" fill=\\\"#D0D2E0\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M11 6 8 18m5 0 3-12m2 4H7m10 4H6\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"24\"], \"number-octothorpe\")); };\nexport var IconObjectBookCode = function (props) { return React.createElement('svg', useIconProps(props, {\n \"48\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M40 5H10a2 2 0 0 0-2 2v28h32V5Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M40 43h-1M8 35v6a2 2 0 0 0 2 2v0m-2-8V7a2 2 0 0 1 2-2v0M8 35h2m0-30h30v30h-1M10 5v30m0 0v8m0-8h29m-29 8h29m0-8s-1 4 0 8M21 17l-3 3 3 3m8-6 3 3-3 3m-5.5 2.5 3-11\\\" class=\\\"icon-dark\\\"/><path fill=\\\"#69D3A7\\\" d=\\\"M14 39h8v8l-4-1.714L14 47v-8Z\\\" class=\\\"icon-light-secondary\\\"/><path fill=\\\"#00814D\\\" d=\\\"M14 39v-1h-1v1h1Zm8 0h1v-1h-1v1Zm0 8-.394.92A1 1 0 0 0 23 47h-1Zm-8 0h-1a1 1 0 0 0 1.394.92L14 47Zm4-1.714.394-.92a1 1 0 0 0-.788 0l.394.92ZM14 40h8v-2h-8v2Zm7-1v8h2v-8h-2Zm-6 8v-8h-2v8h2Zm7.394-.92-4-1.713-.788 1.838 4 1.714.788-1.838Zm-4.788-1.713-4 1.714.788 1.838 4-1.714-.788-1.838Z\\\" class=\\\"icon-dark-secondary\\\"/>\"\n }\n}, [\"48\"], \"object-book-code\")); };\nexport var IconObjectBook = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M13 2H4a1 1 0 0 0-1 1v8h10V2Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M13 11V2H4m9 9H4m9 0v3H4m-1-3v2a1 1 0 0 0 1 1v0m-1-3V3a1 1 0 0 1 1-1v0m-1 9h1m0-9v9m0 0v3m6-9H7\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M20 3H5a1 1 0 0 0-1 1v13h16V3Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M20 17V3H5m15 14H5m15 0v4H5m-1-4v3a1 1 0 0 0 1 1v0m-1-4V4a1 1 0 0 1 1-1v0M4 17h1M5 3v14m0 0v4M16 7H9m0 3h6\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"48\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M40 5H10a2 2 0 0 0-2 2v28h32V5Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M40 43h-1M8 35v6a2 2 0 0 0 2 2v0m-2-8V7a2 2 0 0 1 2-2v0M8 35h2m0-30h30v30h-1M10 5v30m0 0v8m0-8h29m-29 8h29M16 17h13m10 18s-1 4 0 8m-5-32H16v2h18v-2Z\\\" class=\\\"icon-dark\\\"/><path fill=\\\"#69D3A7\\\" d=\\\"M14 39h8v8l-4-1.714L14 47v-8Z\\\" class=\\\"icon-light-secondary\\\"/><path fill=\\\"#00814D\\\" d=\\\"M14 39v-1h-1v1h1Zm8 0h1v-1h-1v1Zm0 8-.394.92A1 1 0 0 0 23 47h-1Zm-8 0h-1a1 1 0 0 0 1.394.92L14 47Zm4-1.714.394-.92a1 1 0 0 0-.788 0l.394.92ZM14 40h8v-2h-8v2Zm7-1v8h2v-8h-2Zm-6 8v-8h-2v8h2Zm7.394-.92-4-1.713-.788 1.838 4 1.714.788-1.838Zm-4.788-1.713-4 1.714.788 1.838 4-1.714-.788-1.838Z\\\" class=\\\"icon-dark-secondary\\\"/>\"\n }\n}, [\"16\", \"24\", \"48\"], \"object-book\")); };\nexport var IconObjectBookmark = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" fill-rule=\\\"evenodd\\\" d=\\\"M11 2a2 2 0 0 1 2 2v10l-5-2-5 2V4a2 2 0 0 1 2-2h6ZM8.388 6.515 8 5.049l-.388 1.466-1.514-.084 1.274.822-.548 1.414L8 7.709l1.176.958-.548-1.414 1.274-.822-1.514.084Z\\\" class=\\\"icon-light\\\" clip-rule=\\\"evenodd\\\"/><path fill=\\\"currentColor\\\" d=\\\"m13 14-.371.928A1 1 0 0 0 14 14h-1Zm-5-2 .371-.928a1 1 0 0 0-.742 0L8 12Zm-5 2H2a1 1 0 0 0 1.371.928L3 14Zm5-8.951.967-.256a1 1 0 0 0-1.934 0L8 5.049Zm.388 1.466-.967.255a1 1 0 0 0 1.022.743l-.055-.998Zm1.514-.084.542.84a1 1 0 0 0-.597-1.839l.055.999Zm-1.274.822-.542-.84a1 1 0 0 0-.39 1.2l.932-.36Zm.548 1.414-.632.775a1 1 0 0 0 1.564-1.137l-.932.362ZM8 7.709l.632-.776a1 1 0 0 0-1.264 0L8 7.71Zm-1.176.958-.932-.362a1 1 0 0 0 1.564 1.137l-.632-.775Zm.548-1.414.933.36a1 1 0 0 0-.39-1.2l-.543.84ZM6.098 6.43l.055-.999a1 1 0 0 0-.597 1.839l.542-.84Zm1.514.084-.055.998a1 1 0 0 0 1.022-.743l-.967-.255ZM12 4v10h2V4h-2Zm1.371 9.072-5-2-.742 1.857 5 2 .742-1.857Zm-5.742-2-5 2 .742 1.857 5-2-.742-1.857ZM5 3h6V1H5v2ZM4 14V4H2v10h2Zm3.033-8.696.388 1.466 1.934-.511-.388-1.466-1.934.511Zm1.41 2.21 1.515-.085-.111-1.997-1.515.084.111 1.997ZM9.36 5.59l-1.274.822L9.17 8.093l1.274-.822-1.084-1.68ZM7.695 7.614l.548 1.414 1.865-.723-.548-1.414-1.865.723Zm2.112.277-1.175-.958-1.264 1.55 1.176.959 1.263-1.55Zm-2.439-.958-1.175.958 1.263 1.55 1.176-.957-1.264-1.55Zm.389 2.095.548-1.414L6.44 6.89l-.548 1.414 1.865.723Zm.157-2.616L6.64 5.59 5.556 7.271l1.274.822 1.084-1.68ZM6.042 7.43l1.515.084.11-1.997-1.514-.084-.11 1.997ZM8.58 6.77l.388-1.466-1.934-.511-.388 1.466 1.934.511ZM5 1a3 3 0 0 0-3 3h2a1 1 0 0 1 1-1V1Zm9 3a3 3 0 0 0-3-3v2a1 1 0 0 1 1 1h2Z\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" fill-rule=\\\"evenodd\\\" d=\\\"M17 3a3 3 0 0 1 3 3v15l-8-3-8 3V6a3 3 0 0 1 3-3h10Zm-4.418 6.772L12 7.572l-.582 2.2-2.271-.126 1.912 1.233L10.237 13 12 11.563 13.763 13l-.822-2.121 1.912-1.233-2.271.126Z\\\" class=\\\"icon-light\\\" clip-rule=\\\"evenodd\\\"/><path fill=\\\"currentColor\\\" d=\\\"m20 21-.351.936A1 1 0 0 0 21 21h-1Zm-8-3 .351-.936a1 1 0 0 0-.702 0L12 18Zm-8 3H3a1 1 0 0 0 1.351.936L4 21Zm8-13.427.967-.256a1 1 0 0 0-1.934 0l.967.256Zm.582 2.199-.967.256a1 1 0 0 0 1.022.742l-.055-.998Zm2.271-.126.542.84a1 1 0 0 0-.597-1.839l.055.999Zm-1.912 1.233-.542-.84a1 1 0 0 0-.39 1.201l.932-.361ZM13.763 13l-.631.775a1 1 0 0 0 1.564-1.136l-.933.361ZM12 11.563l.632-.775a1 1 0 0 0-1.264 0l.632.775ZM10.237 13l-.933-.361a1 1 0 0 0 1.564 1.136L10.237 13Zm.822-2.121.932.361a1 1 0 0 0-.39-1.201l-.543.84ZM9.146 9.646l.055-.999a1 1 0 0 0-.597 1.84l.542-.841Zm2.271.126-.055.998a1 1 0 0 0 1.022-.742l-.967-.256ZM19 6v15h2V6h-2Zm1.351 14.064-8-3-.702 1.872 8 3 .702-1.872Zm-8.702-3-8 3 .702 1.872 8-3-.702-1.872ZM7 4h10V2H7v2ZM5 21V6H3v15h2Zm6.033-13.171.582 2.199 1.934-.512-.582-2.199-1.934.512Zm1.604 2.942 2.272-.127-.111-1.997-2.271.127.11 1.997Zm1.674-1.965L12.4 10.039l1.085 1.68 1.911-1.233-1.084-1.68ZM12.01 11.24l.822 2.121 1.865-.722-.822-2.121-1.865.722Zm2.386.985-1.763-1.437-1.264 1.55 1.764 1.437 1.263-1.55Zm-3.027-1.437-1.763 1.437 1.263 1.55 1.764-1.437-1.264-1.55Zm-.199 2.573.822-2.12-1.865-.723-.822 2.12 1.865.723Zm.431-3.322L9.69 8.806l-1.084 1.68 1.911 1.233 1.085-1.68Zm-2.509.605 2.272.127.11-1.997-2.27-.127-.112 1.997Zm3.294-.616.582-2.2-1.934-.51-.582 2.198 1.934.512ZM7 2a4 4 0 0 0-4 4h2a2 2 0 0 1 2-2V2Zm14 4a4 4 0 0 0-4-4v2a2 2 0 0 1 2 2h2Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\", \"24\"], \"object-bookmark\")); };\nexport var IconObjectBoxOpen = function (props) { return React.createElement('svg', useIconProps(props, {\n \"48\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" fill-rule=\\\"evenodd\\\" d=\\\"M43 25.162 28.5 33 24 28.487V47l19-9.744V25.162Z\\\" class=\\\"icon-light\\\" clip-rule=\\\"evenodd\\\"/><path fill=\\\"#D0D2E0\\\" d=\\\"M24 9 5 18.744l19 9.743 19-9.743L24 9Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M24 47 5 37.256V25.162M24 47l19-9.744V25.162M24 47V28.487M24 9 5 18.744M24 9l19 9.744M24 9l4-4 19 9.5-4 4.244M24 9l-4-4-19 9.5 4 4.244m0 0 19 9.743M5 18.744 1 23l4 2.162m38-6.418-19 9.743m19-9.743L47 23l-4 2.162m-19 3.325L19.5 33 5 25.162m19 3.325L28.5 33 43 25.162\\\" class=\\\"icon-dark\\\"/><path fill=\\\"#1FA971\\\" stroke=\\\"#00814D\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m18 7 1.131 2.869L22 11l-2.869 1.131L18 15l-1.131-2.869L14 11l2.869-1.131L18 7ZM27 1l.849 2.151L30 4l-2.151.849L27 7l-.849-2.151L24 4l2.151-.849L27 1ZM28 12l1.414 3.586L33 17l-3.586 1.414L28 22l-1.414-3.586L23 17l3.586-1.414L28 12Z\\\" class=\\\"icon-dark-secondary-stroke icon-light-secondary-fill\\\"/>\"\n }\n}, [\"48\"], \"object-box-open\")); };\nexport var IconObjectBox = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M14.5 11.133V4.866a.701.701 0 0 0-.101-.362L8 8v7c.12 0 .242-.03.35-.09l5.779-3.156a.708.708 0 0 0 .371-.621Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"#D0D2E0\\\" d=\\\"M1.871 11.754 7.65 14.91c.11.06.23.09.351.09V8L1.601 4.504a.7.7 0 0 0-.101.362v6.267c0 .258.142.495.371.62Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"#D0D2E0\\\" d=\\\"M7.65 1.089 1.87 4.246a.716.716 0 0 0-.27.258L8 8l6.399-3.496a.717.717 0 0 0-.27-.258L8.35 1.089a.733.733 0 0 0-.702 0Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m8 8 6.399-3.496M8 8v7m0-7L1.601 4.504m12.798 0a.701.701 0 0 1 .101.362v6.267a.708.708 0 0 1-.371.62L8.35 14.91c-.11.06-.23.09-.351.09m6.399-10.496a.717.717 0 0 0-.27-.258L8.35 1.089a.733.733 0 0 0-.702 0L1.871 4.246a.716.716 0 0 0-.27.258M8 15a.732.732 0 0 1-.35-.09L1.87 11.754a.708.708 0 0 1-.371-.621V4.866a.7.7 0 0 1 .101-.362\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M21 16.412V7.588a1 1 0 0 0-.14-.51L12 12v9.856a1 1 0 0 0 .486-.126l8-4.444a1 1 0 0 0 .514-.874ZM3.514 17.286l8 4.444a1 1 0 0 0 .486.126V12L3.14 7.078a1 1 0 0 0-.14.51v8.824a1 1 0 0 0 .514.874Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"#D0D2E0\\\" d=\\\"m11.514 2.27-8 4.444a1 1 0 0 0-.374.364L12 12l8.86-4.922a1 1 0 0 0-.374-.364l-8-4.444a1 1 0 0 0-.972 0Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m12 12 8.86-4.922M12 12v9.856M12 12 3.14 7.078m17.72 0a1 1 0 0 1 .14.51v8.824a1 1 0 0 1-.514.874l-8 4.444a1 1 0 0 1-.486.126m8.86-14.778a1 1 0 0 0-.374-.364l-8-4.444a1 1 0 0 0-.972 0l-8 4.444a1 1 0 0 0-.374.364M12 21.856a1 1 0 0 1-.486-.126l-8-4.444A1 1 0 0 1 3 16.412V7.588a1 1 0 0 1 .14-.51\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\", \"24\"], \"object-box\")); };\nexport var IconObjectBriefcase = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" fill-rule=\\\"evenodd\\\" d=\\\"M2.5 14A1.5 1.5 0 0 1 1 12.5V7l7 3 7-3v5.5a1.5 1.5 0 0 1-1.5 1.5h-11Z\\\" class=\\\"icon-light\\\" clip-rule=\\\"evenodd\\\"/><path fill=\\\"#D0D2E0\\\" d=\\\"M9 9.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M11 4H5m6 0V2.5A1.5 1.5 0 0 0 9.5 1h-3A1.5 1.5 0 0 0 5 2.5V4m6 0h2.5A1.5 1.5 0 0 1 15 5.5V7M5 4H2.5A1.5 1.5 0 0 0 1 5.5V7m0 0v5.5A1.5 1.5 0 0 0 2.5 14h11a1.5 1.5 0 0 0 1.5-1.5V7M1 7l7 3 7-3M9 9.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"object-briefcase\")); };\nexport var IconObjectBugLarge = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" fill-rule=\\\"evenodd\\\" d=\\\"M6 6a2 2 0 0 0-2 2v4s1 3 4 3 4-3 4-3V8a2 2 0 0 0-2-2H6Z\\\" class=\\\"icon-light\\\" clip-rule=\\\"evenodd\\\"/><path fill=\\\"#D0D2E0\\\" d=\\\"M6 6h4c.173 0 .34.022.5.063V3.5a2.5 2.5 0 0 0-5 0v2.563C5.66 6.022 5.827 6 6 6Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"#1B1E2E\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M12 12s-1 3-4 3-4-3-4-3m8 0v-2m0 2a3 3 0 0 1 3 3M4 12v-2m0 2a3 3 0 0 0-3 3m11-5h3m-3 0V8m-8 2H1m3 0V8m8 0a2 2 0 0 0-2-2m2 2a3 3 0 0 0 3-3M4 8a3 3 0 0 1-3-3m3 3a2 2 0 0 1 2-2m4 0H6m4 0c.173 0 .34.022.5.063V3.5a2.5 2.5 0 0 0-5 0v2.563C5.66 6.022 5.827 6 6 6\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"object-bug-large\")); };\nexport var IconObjectBugSmall = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" fill-rule=\\\"evenodd\\\" d=\\\"M6 7H5v4s1 2 3 2 3-2 3-2V7H6Z\\\" class=\\\"icon-light\\\" clip-rule=\\\"evenodd\\\"/><path fill=\\\"#D0D2E0\\\" d=\\\"M6 5v2h4V5a2 2 0 1 0-4 0Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"currentColor\\\" d=\\\"M13 10a1 1 0 1 0 0-2v2ZM3 8a1 1 0 0 0 0 2V8Zm11-3a1 1 0 1 0-2 0h2ZM4 5a1 1 0 0 0-2 0h2Zm8 8a1 1 0 1 0 2 0h-2ZM2 13a1 1 0 1 0 2 0H2Zm3-5h1V6H5v2Zm2-1V5H5v2h2ZM6 8h4V6H6v2Zm4 0h1V6h-1v2ZM9 5v2h2V5H9Zm1 2v2h2V7h-2Zm1 3h2V8h-2v2ZM6 9V7H4v2h2ZM5 8H3v2h2V8Zm5 1v2h2V9h-2Zm1 2-.894-.448v-.002l.002-.001v-.002l-.002.005a1.921 1.921 0 0 1-.126.206 3.562 3.562 0 0 1-.437.535C9.152 11.683 8.64 12 8 12v2c1.359 0 2.348-.684 2.957-1.293a5.563 5.563 0 0 0 .914-1.214 1.96 1.96 0 0 0 .015-.029l.005-.01.002-.004v-.001l.001-.001L11 11Zm-5 0V9H4v2h2Zm2 1c-.641 0-1.152-.316-1.543-.707a3.562 3.562 0 0 1-.563-.741l-.002-.005v.002l.001.001v.002h.001L5 11l-.894.448.001.002.002.004.005.01a1.738 1.738 0 0 0 .065.118 5.555 5.555 0 0 0 .864 1.125C5.652 13.317 6.64 14 8 14v-2Zm0-8a1 1 0 0 1 1 1h2a3 3 0 0 0-3-3v2ZM7 5a1 1 0 0 1 1-1V2a3 3 0 0 0-3 3h2Zm5 0a1 1 0 0 1-1 1v2a3 3 0 0 0 3-3h-2ZM5 6a1 1 0 0 1-1-1H2a3 3 0 0 0 3 3V6Zm6 6a1 1 0 0 1 1 1h2a3 3 0 0 0-3-3v2Zm-7 1a1 1 0 0 1 1-1v-2a3 3 0 0 0-3 3h2Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"object-bug-small\")); };\nexport var IconObjectBug = function (props) { return React.createElement('svg', useIconProps(props, {\n \"24\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M15 10V7a3 3 0 1 0-6 0v3h6ZM15 10H9a3.162 3.162 0 0 0-2 2v4a4.564 4.564 0 0 0 4.014 3.89l.685.076c.2.023.402.023.602 0l.685-.076A4.564 4.564 0 0 0 17 16v-4a3.162 3.162 0 0 0-2-2Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M17 12v2m0-2 .265-.088A4 4 0 0 0 20 8.117V7m-3 5v0a3.162 3.162 0 0 0-2-2v0m0 0V7a3 3 0 0 0-3-3v0a3 3 0 0 0-3 3v3m6 0H9m0 0v0a3.162 3.162 0 0 0-2 2v0m0 0v2m0-2-.265-.088A4 4 0 0 1 4 8.117V7m13 7h3m-3 0v2M7 14H4m3 0v2m10 0v0a4.564 4.564 0 0 1-4.014 3.89l-.685.076c-.2.023-.402.023-.602 0l-.685-.076A4.564 4.564 0 0 1 7 16v0m10 0 .265.088A4 4 0 0 1 20 19.883V21M7 16l-.265.088A4 4 0 0 0 4 19.883V21\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"24\"], \"object-bug\")); };\nexport var IconObjectChainLink = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"currentColor\\\" d=\\\"M10 3a1 1 0 1 0 0 2V3Zm0 8a1 1 0 1 0 0 2v-2ZM6 5a1 1 0 0 0 0-2v2Zm0 8a1 1 0 1 0 0-2v2ZM5 7a1 1 0 0 0 0 2V7Zm6 2a1 1 0 1 0 0-2v2Zm-1-4h1V3h-1v2Zm1 6h-1v2h1v-2ZM5 5h1V3H5v2Zm1 6H5v2h1v-2ZM5 9h6V7H5v2ZM2 8a3 3 0 0 1 3-3V3a5 5 0 0 0-5 5h2ZM0 8a5 5 0 0 0 5 5v-2a3 3 0 0 1-3-3H0Zm14 0a3 3 0 0 1-3 3v2a5 5 0 0 0 5-5h-2Zm2 0a5 5 0 0 0-5-5v2a3 3 0 0 1 3 3h2Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"object-chain-link\")); };\nexport var IconObjectFolderDarkSmall = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M12.5 12a.5.5 0 0 0 .5-.5v-6a.5.5 0 0 0-.5-.5h-4L7.146 6.354a.5.5 0 0 1-.353.146H3v5a.5.5 0 0 0 .5.5h9Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M8.5 5 7.146 3.646a.5.5 0 0 0-.353-.146H3.5A.5.5 0 0 0 3 4v2.5M8.5 5h4a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-.5.5h-9a.5.5 0 0 1-.5-.5v-5M8.5 5 7.146 6.354a.5.5 0 0 1-.353.146H3\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"object-folder-dark-small\")); };\nexport var IconObjectFolderDark = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M14 13a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1H9L7.293 4.707A1 1 0 0 1 6.586 5H1v7a1 1 0 0 0 1 1h12Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M9 3 7.293 1.293A1 1 0 0 0 6.586 1H2a1 1 0 0 0-1 1v3m8-2h5a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V5m8-2L7.293 4.707A1 1 0 0 1 6.586 5H1\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"object-folder-dark\")); };\nexport var IconObjectFolderLight = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" fill-rule=\\\"evenodd\\\" d=\\\"M7.293 2.293A1 1 0 0 0 6.586 2H2a1 1 0 0 0-1 1v3h5.586a1 1 0 0 0 .707-.293L9 4 7.293 2.293Z\\\" class=\\\"icon-light\\\" clip-rule=\\\"evenodd\\\"/><path stroke=\\\"currentColor\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M9 4 7.293 2.293A1 1 0 0 0 6.586 2H2a1 1 0 0 0-1 1v3m8-2h5a1 1 0 0 1 1 1v8a1 1 0 0 1-1 1H2a1 1 0 0 1-1-1V6m8-2L7.293 5.707A1 1 0 0 1 6.586 6H1\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" fill-rule=\\\"evenodd\\\" d=\\\"M10.293 4.293A1 1 0 0 0 9.586 4H4a1 1 0 0 0-1 1v3h6.586a1 1 0 0 0 .707-.293L12 6l-1.707-1.707Z\\\" class=\\\"icon-light\\\" clip-rule=\\\"evenodd\\\"/><path stroke=\\\"currentColor\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m12 6-1.707-1.707A1 1 0 0 0 9.586 4H4a1 1 0 0 0-1 1v3m9-2h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V8m9-2-1.707 1.707A1 1 0 0 1 9.586 8H3\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\", \"24\"], \"object-folder-light\")); };\nexport var IconObjectGear = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" fill-rule=\\\"evenodd\\\" d=\\\"M6.5 1h3a.5.5 0 0 1 .5.5v1.375a5.495 5.495 0 0 1 1.437.831l1.192-.688a.5.5 0 0 1 .683.183l1.5 2.598a.5.5 0 0 1-.183.683l-1.191.688a5.541 5.541 0 0 1 0 1.66l1.191.688a.5.5 0 0 1 .183.683l-1.5 2.598a.5.5 0 0 1-.683.183l-1.192-.688c-.43.345-.914.627-1.437.831V14.5a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1.375a5.498 5.498 0 0 1-1.437-.831l-1.192.688a.5.5 0 0 1-.683-.183l-1.5-2.598a.5.5 0 0 1 .183-.683l1.191-.688a5.544 5.544 0 0 1 0-1.66l-1.191-.688a.5.5 0 0 1-.183-.683l1.5-2.598a.5.5 0 0 1 .683-.183l1.192.688c.43-.345.914-.627 1.437-.831V1.5a.5.5 0 0 1 .5-.5ZM8 10a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z\\\" class=\\\"icon-light\\\" clip-rule=\\\"evenodd\\\"/><path fill=\\\"currentColor\\\" d=\\\"m13.312 3.201-.866.5.866-.5Zm1.5 2.598.866-.5-.866.5Zm-12.124 7-.866.5.866-.5Zm-1.5-2.598.866-.5-.866.5Zm0-4.402.866.5-.866-.5Zm1.5-2.598.866.5-.866-.5Zm12.124 7 .866.5-.866-.5Zm-1.5 2.598-.866-.5.866.5ZM6 2.875l.364.931A1 1 0 0 0 7 2.875H6Zm-1.437.831-.5.866a1 1 0 0 0 1.125-.086l-.625-.78ZM3.37 3.018l-.5.866.5-.866ZM2.562 7.17l.989.15a1 1 0 0 0-.489-1.016l-.5.866Zm-1.191-.688.5-.866-.5.866ZM2.562 8.83l.5.866a1 1 0 0 0 .489-1.016l-.989.15Zm-1.191.688.5.866-.5-.866Zm3.192 2.776.625-.78a1 1 0 0 0-1.125-.086l.5.866Zm-1.192.688.5.866-.5-.866ZM6 13.125h1a1 1 0 0 0-.636-.931L6 13.125Zm4 0-.364-.931a1 1 0 0 0-.636.931h1Zm1.437-.831.5-.866a1 1 0 0 0-1.125.086l.625.78Zm1.192.688-.5.866.5-.866Zm.809-4.152-.989-.15a1 1 0 0 0 .489 1.016l.5-.866Zm1.191.688.5-.866-.5.866Zm0-3.036-.5-.866.5.866Zm-1.191.688-.5-.866a1 1 0 0 0-.489 1.016l.989-.15Zm-2-3.464-.626.78a1 1 0 0 0 1.125.086l-.5-.866Zm1.191-.688-.5-.866.5.866ZM10 2.875H9a1 1 0 0 0 .636.931L10 2.875ZM6.5 2h3V0h-3v2Zm3 12h-3v2h3v-2Zm2.946-10.299 1.5 2.598 1.732-1-1.5-2.598-1.732 1Zm-8.892 8.598-1.5-2.598-1.732 1 1.5 2.598 1.732-1Zm-1.5-6 1.5-2.598-1.732-1-1.5 2.598 1.732 1Zm11.892 3.402-1.5 2.598 1.732 1 1.5-2.598-1.732-1ZM7 2.875V1.5H5v1.375h2ZM5.188 4.486a4.494 4.494 0 0 1 1.176-.68l-.728-1.863a6.494 6.494 0 0 0-1.699.983l1.251 1.56Zm-2.317-.602 1.192.688 1-1.732-1.192-.688-1 1.732ZM3.5 8c0-.232.017-.46.051-.68l-1.978-.3c-.048.32-.073.648-.073.98h2Zm-.438-1.696-1.191-.688-1 1.732 1.191.688 1-1.732Zm.489 2.376A4.543 4.543 0 0 1 3.5 8h-2c0 .332.025.66.073.98l1.978-.3Zm-1.68 1.704 1.191-.688-1-1.732-1.191.688 1 1.732Zm2.192 1.044-1.192.688 1 1.732 1.192-.688-1-1.732Zm2.3.766a4.497 4.497 0 0 1-1.175-.68l-1.25 1.56c.508.408 1.08.741 1.698.982l.728-1.862ZM7 14.5v-1.375H5V14.5h2Zm2-1.375V14.5h2v-1.375H9Zm1.812-1.611a4.495 4.495 0 0 1-1.176.68l.728 1.862a6.495 6.495 0 0 0 1.699-.982l-1.251-1.56Zm2.317.602-1.192-.688-1 1.732 1.192.688 1-1.732ZM12.5 8c0 .232-.017.46-.051.68l1.978.3c.048-.32.073-.648.073-.98h-2Zm.438 1.696 1.191.688 1-1.732-1.191-.688-1 1.732Zm1.191-4.08-1.191.688 1 1.732 1.191-.688-1-1.732ZM12.45 7.32c.034.22.051.448.051.68h2c0-.332-.025-.66-.073-.98l-1.978.3Zm-.512-2.748 1.192-.688-1-1.732-1.192.688 1 1.732Zm-2.3-.766c.426.167.822.398 1.175.68l1.25-1.56a6.496 6.496 0 0 0-1.698-.983l-.728 1.863ZM9 1.5v1.375h2V1.5H9Zm3.446 10.799a.5.5 0 0 1 .683-.183l-1 1.732a1.5 1.5 0 0 0 2.05-.549l-1.733-1Zm3.232-1.598a1.5 1.5 0 0 0-.549-2.05l-1 1.733a.5.5 0 0 1-.183-.683l1.732 1Zm-12.124-7a.5.5 0 0 1-.683.183l1-1.732a1.5 1.5 0 0 0-2.05.549l1.733 1ZM.322 5.299a1.5 1.5 0 0 0 .549 2.05l1-1.733a.5.5 0 0 1 .183.683l-1.732-1Zm1.732 4.402a.5.5 0 0 1-.183.683l-1-1.732A1.5 1.5 0 0 0 .32 10.7l1.733-1Zm-.232 3.598a1.5 1.5 0 0 0 2.049.55l-1-1.733a.5.5 0 0 1 .683.183l-1.732 1Zm12.124-7a.5.5 0 0 1 .183-.683l1 1.732a1.5 1.5 0 0 0 .55-2.049l-1.733 1Zm.232-3.598a1.5 1.5 0 0 0-2.049-.55l1 1.733a.5.5 0 0 1-.683-.183l1.732-1ZM6.5 14a.5.5 0 0 1 .5.5H5A1.5 1.5 0 0 0 6.5 16v-2Zm3 2a1.5 1.5 0 0 0 1.5-1.5H9a.5.5 0 0 1 .5-.5v2Zm0-14a.5.5 0 0 1-.5-.5h2A1.5 1.5 0 0 0 9.5 0v2Zm-3-2A1.5 1.5 0 0 0 5 1.5h2a.5.5 0 0 1-.5.5V0ZM9 8a1 1 0 0 1-1 1v2a3 3 0 0 0 3-3H9ZM8 9a1 1 0 0 1-1-1H5a3 3 0 0 0 3 3V9ZM7 8a1 1 0 0 1 1-1V5a3 3 0 0 0-3 3h2Zm1-1a1 1 0 0 1 1 1h2a3 3 0 0 0-3-3v2Z\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" fill-rule=\\\"evenodd\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" d=\\\"M9.794 3.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5v1.417c0 .221.146.414.355.489.804.287 1.54.717 2.177 1.259a.524.524 0 0 0 .6.062l1.23-.71a.5.5 0 0 1 .683.184l1.5 2.598a.5.5 0 0 1-.184.683l-1.227.709a.524.524 0 0 0-.247.55 7.043 7.043 0 0 1 0 2.518c-.04.217.055.44.247.55l1.227.709a.5.5 0 0 1 .183.683l-1.5 2.598a.5.5 0 0 1-.683.183l-1.229-.71a.524.524 0 0 0-.6.063 6.993 6.993 0 0 1-2.177 1.26.525.525 0 0 0-.355.488V20.5a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1.417a.525.525 0 0 0-.354-.489 6.993 6.993 0 0 1-2.178-1.259.524.524 0 0 0-.6-.063l-1.229.71a.5.5 0 0 1-.683-.183l-1.5-2.598a.5.5 0 0 1 .183-.683l1.228-.709a.524.524 0 0 0 .246-.55 7.042 7.042 0 0 1 0-2.518.524.524 0 0 0-.246-.55l-1.228-.709a.5.5 0 0 1-.183-.683l1.5-2.598a.5.5 0 0 1 .683-.183l1.229.71c.191.11.432.08.6-.063a6.992 6.992 0 0 1 2.178-1.26.525.525 0 0 0 .354-.488V3.5Zm2 11.5a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z\\\" class=\\\"icon-dark-stroke icon-light-fill\\\" clip-rule=\\\"evenodd\\\"/>\"\n }\n}, [\"16\", \"24\"], \"object-gear\")); };\nexport var IconObjectGraduationCap = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"m8 3 7 3-2 .857V8.97a3 3 0 0 1-1.886 2.785l-2.371.949a2 2 0 0 1-1.486 0l-2.371-.949A3 3 0 0 1 3 8.97V6.857L1 6l7-3Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M13 6.857 15 6 8 3 1 6l2 .857m10 0V8.97a3 3 0 0 1-1.886 2.785l-2.371.949a2 2 0 0 1-1.486 0l-2.371-.949A3 3 0 0 1 3 8.97V6.857m10 0L8 9 3 6.857\\\" class=\\\"icon-dark\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" d=\\\"M15.5 6v3\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"object-graduation-cap\")); };\nexport var IconObjectLetter = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M14.5 3h-13a.498.498 0 0 0-.5.5v9a.5.5 0 0 0 .5.5h13a.5.5 0 0 0 .5-.5v-9a.499.499 0 0 0-.5-.5Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M14.842 3.135 8 9 1.158 3.135m13.684 0A.498.498 0 0 0 14.5 3h-13a.498.498 0 0 0-.342.135m13.684 0c.097.092.158.221.158.365v9a.5.5 0 0 1-.5.5h-13a.5.5 0 0 1-.5-.5v-9c0-.144.06-.273.158-.365\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"object-letter\")); };\nexport var IconObjectMagicWandDarkMode = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"m5.5 3.5-2 2L6 8l2-2-2.5-2.5Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"currentColor\\\" d=\\\"m5.5 3.5.707-.707a1 1 0 0 0-1.414 0L5.5 3.5Zm8 8 .707.707a1 1 0 0 0 0-1.414l-.707.707Zm-2 2-.707.707a1 1 0 0 0 1.414 0L11.5 13.5Zm-8-8-.707-.707a1 1 0 0 0 0 1.414L3.5 5.5Zm9.293 5.293-2 2 1.414 1.414 2-2-1.414-1.414ZM4.207 6.207l2-2-1.414-1.414-2 2 1.414 1.414Zm8 6.586-5.5-5.5-1.414 1.414 5.5 5.5 1.414-1.414Zm-5.5-5.5-2.5-2.5-1.414 1.414 2.5 2.5 1.414-1.414ZM4.793 4.207l2.5 2.5 1.414-1.414-2.5-2.5-1.414 1.414Zm2.5 2.5 5.5 5.5 1.414-1.414-5.5-5.5-1.414 1.414Zm-.586 2 2-2-1.414-1.414-2 2 1.414 1.414Z\\\" class=\\\"icon-dark\\\"/><path stroke=\\\"#D0D2E0\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" d=\\\"M5.5 1.5v-1m-5 5h1m1.172-2.828-.708-.708m0 7.072.708-.708m5.656-5.656.708-.708\\\" class=\\\"icon-light\\\"/>\"\n }\n}, [\"16\"], \"object-magic-wand-dark-mode\")); };\nexport var IconObjectMagnifyingGlass = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M12 7c0 1.38-.56 2.63-1.464 3.536A5 5 0 1 1 12 7Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M10.536 10.536a5 5 0 1 0-7.071-7.071 5 5 0 0 0 7.07 7.07Zm0 0L14 14\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"object-magnifying-glass\")); };\nexport var IconObjectOdometer = function (props) { return React.createElement('svg', useIconProps(props, {\n \"24\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" fill-rule=\\\"evenodd\\\" d=\\\"M2 13C2 7.477 6.477 3 12 3s10 4.477 10 10a9.985 9.985 0 0 1-4 8H6a9.985 9.985 0 0 1-4-8Zm10 1a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z\\\" class=\\\"icon-light\\\" clip-rule=\\\"evenodd\\\"/><path fill=\\\"currentColor\\\" d=\\\"m6 21-.6.8a1 1 0 0 0 .6.2v-1Zm12 0v1a1 1 0 0 0 .6-.2L18 21Zm-6.707-8.707a1 1 0 0 0 1.414 1.414l-1.414-1.415Zm6.414-3.586a1 1 0 0 0-1.414-1.414l1.414 1.414ZM3 13a9 9 0 0 1 9-9V2C5.925 2 1 6.925 1 13h2Zm9-9a9 9 0 0 1 9 9h2c0-6.075-4.925-11-11-11v2ZM6.6 20.2A8.985 8.985 0 0 1 3 13H1c0 3.6 1.73 6.795 4.4 8.8l1.2-1.6ZM21 13a8.985 8.985 0 0 1-3.6 7.2l1.2 1.6c2.67-2.005 4.4-5.2 4.4-8.8h-2Zm-9 0v2a2 2 0 0 0 2-2h-2Zm0 0h-2a2 2 0 0 0 2 2v-2Zm0 0v-2a2 2 0 0 0-2 2h2Zm-6 9h12v-2H6v2Zm8-9c0-.552-.225-1.054-.586-1.415L12 13h2Zm-.586-1.415A1.997 1.997 0 0 0 12 11v2l1.414-1.415Zm-.707 2.122.707-.707L12 11.585l-.707.707 1.414 1.415Zm.707-.707 4.293-4.293-1.414-1.414L12 11.585 13.414 13Z\\\" class=\\\"icon-dark\\\"/><path fill=\\\"currentColor\\\" fill-rule=\\\"evenodd\\\" d=\\\"M5.68 8.094A8.048 8.048 0 0 1 7.094 6.68l.663.663a1 1 0 0 1-1.414 1.414l-.663-.663ZM4.062 14a8.079 8.079 0 0 1 0-2H5a1 1 0 1 1 0 2h-.938Zm15.876-2a8.07 8.07 0 0 1 0 2H19a1 1 0 1 1 0-2h.938ZM13 5.062V6a1 1 0 1 1-2 0v-.938a8.079 8.079 0 0 1 2 0Z\\\" class=\\\"icon-dark\\\" clip-rule=\\\"evenodd\\\"/>\"\n }\n}, [\"24\"], \"object-odometer\")); };\nexport var IconObjectPaperAirplane = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"transparent\\\" d=\\\"M15 8 1 1l2 7-2 7 14-7Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m3 8-2 7 14-7L1 1l2 7Zm0 0h3\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"object-paper-airplane\")); };\nexport var IconObjectPinModern = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M12 6a4 4 0 1 1-8 0 4 4 0 0 1 8 0Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"currentColor\\\" d=\\\"M7 14a1 1 0 1 0 2 0H7Zm0-4v4h2v-4H7Zm4-4a3 3 0 0 1-3 3v2a5 5 0 0 0 5-5h-2ZM8 9a3 3 0 0 1-3-3H3a5 5 0 0 0 5 5V9ZM5 6a3 3 0 0 1 3-3V1a5 5 0 0 0-5 5h2Zm3-3a3 3 0 0 1 3 3h2a5 5 0 0 0-5-5v2Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"object-pin-modern\")); };\nexport var IconObjectRuler = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M5 11a.5.5 0 0 0-1 0h1Zm-1 1a.5.5 0 0 0 1 0H4Zm4-1a.5.5 0 0 0-1 0h1Zm-1 1a.5.5 0 0 0 1 0H7Zm3 0a.5.5 0 0 0 1 0h-1Zm2-1a.5.5 0 0 0 0-1v1Zm-1-4a.5.5 0 0 0 0 1V7Zm1 1a.5.5 0 0 0 0-1v1Zm-1-4a.5.5 0 0 0 0 1V4Zm1 1a.5.5 0 0 0 0-1v1Zm-1 5a.5.5 0 0 0 0 1v-1Zm0 1a.5.5 0 0 0-1 0h1Zm-7 0v1h1v-1H4Zm3 0v1h1v-1H7Zm4-3h1V7h-1v1Zm0-3h1V4h-1v1Zm0 6h1v-1h-1v1Zm-1 0v1h1v-1h-1Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M15 15V1h-5v9H1v5h14Zm0 0v-4\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"object-ruler\")); };\nexport var IconObjectSlidersRound = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M2 12h5m7 0h-2M2 4h2m10 0H9m3 8v0a2 2 0 0 0-2-2H9a2 2 0 0 0-2 2v0a2 2 0 0 0 2 2h1a2 2 0 0 0 2-2v0ZM9 4v0a2 2 0 0 0-2-2H6a2 2 0 0 0-2 2v0m5 0v0a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v0m-1406-193.999h100v100h-100v-100Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"object-sliders-round\")); };\nexport var IconObjectTag = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" fill-rule=\\\"evenodd\\\" stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M7.586 2a1 1 0 0 1 .707.294l5.5 5.5a1 1 0 0 1 0 1.414l-4.586 4.586a1 1 0 0 1-1.414 0l-5.5-5.5A1 1 0 0 1 2 7.587V3a1 1 0 0 1 1-1h4.586Z\\\" class=\\\"icon-dark-stroke icon-light-fill\\\" clip-rule=\\\"evenodd\\\"/><circle cx=\\\"5.5\\\" cy=\\\"5.501\\\" r=\\\"1\\\" fill=\\\"currentColor\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"object-tag\")); };\nexport var IconObjectTassel = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"m8 3 7 3-2 .857V8.97a3 3 0 0 1-1.886 2.785l-2.371.949a2 2 0 0 1-1.486 0l-2.371-.949A3 3 0 0 1 3 8.97V6.857L1 6l7-3Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M13 6.857 15 6 8 3 1 6l2 .857m10 0V8.97a3 3 0 0 1-1.886 2.785l-2.371.949a2 2 0 0 1-1.486 0l-2.371-.949A3 3 0 0 1 3 8.97V6.857m10 0L8 9 3 6.857\\\" class=\\\"icon-dark\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" d=\\\"M15.5 6v3\\\" class=\\\"icon-dark-secondary\\\"/>\"\n }\n}, [\"16\"], \"object-tassel\")); };\nexport var IconOsApple = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<g clip-path=\\\"url(#os-apple_x16_svg__a)\\\"><path fill=\\\"currentColor\\\" d=\\\"M13.61 5.454c-.093.072-1.732.996-1.732 3.048 0 2.375 2.085 3.215 2.148 3.236-.01.05-.332 1.15-1.1 2.27-.684.986-1.4 1.97-2.488 1.97s-1.368-.632-2.624-.632c-1.224 0-1.659.652-2.654.652-.995 0-1.69-.912-2.488-2.032C1.747 12.651 1 10.608 1 8.67c0-3.11 2.022-4.76 4.013-4.76 1.057 0 1.939.694 2.603.694.632 0 1.618-.736 2.82-.736.457 0 2.095.042 3.174 1.587ZM9.866 2.55c.497-.59.85-1.41.85-2.228 0-.114-.01-.23-.031-.322-.81.03-1.773.54-2.354 1.213-.456.518-.881 1.337-.881 2.168 0 .125.02.25.03.29.051.009.134.02.218.02.726 0 1.64-.486 2.168-1.14Z\\\"/></g>\",\n \"defs\": \"<defs><clipPath id=\\\"os-apple_x16_svg__a\\\"><path fill=\\\"currentColor\\\" d=\\\"M0 0h16v16H0z\\\"/></clipPath></defs>\"\n }\n}, [\"16\"], \"os-apple\")); };\nexport var IconOsGeneric = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<g clip-path=\\\"url(#os-generic_x16_svg__a)\\\"><path fill=\\\"currentColor\\\" fill-rule=\\\"evenodd\\\" d=\\\"M2 8a6 6 0 1 1 12 0A6 6 0 0 1 2 8Zm6-8a8 8 0 1 0 0 16A8 8 0 0 0 8 0Zm-.026 8.004c0 1.618-.967 2.527-2.554 2.527-1.59 0-2.548-.914-2.548-2.527v-.008c0-1.582.993-2.527 2.548-2.527 1.56 0 2.554.931 2.554 2.527v.008Zm-3.274 0c0 .77.268 1.191.725 1.191.448 0 .72-.426.72-1.19v-.01c0-.75-.285-1.19-.725-1.19-.443 0-.72.44-.72 1.19v.01Zm8.428.831c0 1.046-.94 1.696-2.346 1.696-1.53 0-2.33-.655-2.44-1.621l-.004-.04h1.74l.01.035c.07.282.29.449.694.449.347 0 .562-.12.562-.313v-.004c0-.176-.145-.277-.545-.351l-.879-.163c-.962-.176-1.472-.69-1.472-1.441v-.005c0-1.006.857-1.608 2.268-1.608 1.503 0 2.267.747 2.267 1.63v.03H11.35l-.005-.039c-.026-.228-.242-.444-.628-.444-.33 0-.545.124-.545.33v.004c0 .172.123.269.562.352l.88.163c1.045.193 1.515.602 1.515 1.336v.004Z\\\" class=\\\"icon-light\\\" clip-rule=\\\"evenodd\\\"/></g>\",\n \"defs\": \"<defs><clipPath id=\\\"os-generic_x16_svg__a\\\"><path fill=\\\"currentColor\\\" d=\\\"M0 0h16v16H0z\\\" class=\\\"icon-light\\\"/></clipPath></defs>\"\n }\n}, [\"16\"], \"os-generic\")); };\nexport var IconOsLinux = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<g clip-path=\\\"url(#os-linux_x16_svg__a)\\\"><path fill=\\\"currentColor\\\" d=\\\"M7.758 4.389c0 .053-.053.053-.053.053h-.053c-.053 0-.053-.053-.106-.106 0 0-.053-.053-.053-.106s0-.053.053-.053l.106.053c.053.053.106.106.106.159Zm-.954-.53c0-.265-.106-.424-.265-.424 0 0 0 .053-.053.053v.106h.16c0 .106.052.16.052.265h.106Zm1.854-.265c.106 0 .16.106.212.265h.106c-.053-.053-.053-.106-.053-.159 0-.053 0-.106-.053-.159-.053-.053-.106-.106-.159-.106 0 0-.053.053-.106.053 0 .053.053.053.053.106Zm-1.589.848c-.053 0-.053 0-.053-.053s0-.106.053-.16c.106 0 .16-.052.16-.052.052 0 .052.053.052.053 0 .053-.053.106-.159.212H7.07Zm-.583-.053c-.211-.106-.264-.265-.264-.53 0-.159 0-.265.106-.37a.291.291 0 0 1 .264-.16c.106 0 .16.053.265.16.053.158.106.317.106.476v.106h.053v-.053c.053 0 .053-.106.053-.318 0-.159 0-.318-.106-.477-.106-.159-.212-.265-.424-.265a.398.398 0 0 0-.37.265c-.106.212-.127.371-.127.636 0 .212.074.424.286.636.053-.053.106-.053.158-.106Zm6.622 7.47c.053 0 .053-.022.053-.07 0-.116-.053-.254-.212-.407-.159-.16-.423-.26-.741-.303-.053-.005-.106-.005-.106-.005-.053-.01-.053-.01-.106-.01a2.891 2.891 0 0 1-.212-.027c.159-.493.212-.927.212-1.308 0-.53-.106-.9-.318-1.219-.212-.318-.424-.477-.689-.53-.053.053-.053.053-.053.106.265.106.53.318.69.636.158.371.211.689.211 1.06 0 .296-.053.736-.265 1.297-.212.085-.424.281-.583.588 0 .048 0 .075.053.075 0 0 .053-.048.106-.138.106-.09.16-.18.265-.27.16-.09.265-.138.424-.138.265 0 .53.037.689.111.212.07.318.143.37.228.053.08.106.154.16.223 0 .069.052.1.052.1ZM8.235 4.176c-.053-.053-.053-.159-.053-.265 0-.212 0-.318.106-.477.106-.106.212-.159.317-.159.16 0 .265.106.371.212.053.16.106.265.106.424 0 .265-.106.424-.318.477 0 0 .053.053.106.053.106 0 .16.053.265.106.053-.318.106-.53.106-.795 0-.318-.053-.53-.159-.689a.68.68 0 0 0-.53-.211.854.854 0 0 0-.476.158c-.106.16-.16.265-.16.424 0 .265.054.477.16.689.053 0 .106.053.159.053Zm.635.847c-.688.477-1.218.69-1.642.69-.37 0-.742-.16-1.06-.425.054.106.107.212.16.265l.317.318c.212.212.477.318.742.318.37 0 .795-.212 1.324-.583l.477-.318c.106-.106.212-.212.212-.37 0-.053 0-.106-.053-.106-.053-.106-.318-.265-.847-.424-.477-.212-.848-.318-1.06-.318-.159 0-.424.106-.795.318-.317.212-.53.424-.53.635 0 0 .054.053.107.16.317.264.635.423.953.423.424 0 .954-.212 1.642-.741v.106c.053 0 .053.052.053.052Zm1.219 10.701c.212.399.582.599 1.006.599.106 0 .212-.016.318-.048a.691.691 0 0 0 .265-.1c.053-.037.106-.074.159-.117.106-.037.106-.063.159-.09l.9-.779c.212-.169.424-.316.69-.445.211-.127.423-.211.529-.26a.946.946 0 0 0 .37-.19.547.547 0 0 0 .107-.307c0-.154-.106-.27-.212-.355a1.077 1.077 0 0 0-.318-.18c-.106-.037-.212-.122-.37-.265a1.428 1.428 0 0 1-.266-.578l-.053-.307c-.053-.143-.053-.249-.106-.307 0-.016 0-.021-.053-.021a.29.29 0 0 0-.212.138c-.106.09-.212.19-.317.296-.053.106-.212.201-.318.291a.952.952 0 0 1-.424.138c-.424 0-.636-.116-.795-.344-.106-.17-.159-.366-.212-.588-.106-.09-.159-.138-.264-.138-.265 0-.371.276-.371.832v1.648c0 .047-.053.153-.053.317-.053.165-.053.351-.053.562l-.106.588V15.725Zm-7.682-.281c.493.072 1.06.226 1.7.461.642.233 1.034.355 1.177.355.37 0 .678-.164.932-.482.053-.102.053-.223.053-.362 0-.5-.302-1.134-.906-1.902l-.36-.482a5.015 5.015 0 0 1-.28-.46 4.537 4.537 0 0 0-.292-.477 1.43 1.43 0 0 0-.323-.366 1.088 1.088 0 0 0-.472-.244c-.222.043-.376.117-.45.218a.648.648 0 0 0-.127.328c-.016.111-.048.185-.1.222a.966.966 0 0 1-.266.085c-.026 0-.074 0-.143.006h-.143c-.28 0-.471.031-.572.084a.777.777 0 0 0-.201.514c0 .085.021.228.064.43.042.195.063.354.063.465 0 .218-.063.435-.196.652-.132.228-.201.397-.201.518.053.206.402.35 1.043.435v.002Zm1.764-4.817c0-.366.096-.769.292-1.245.19-.477.381-.795.567-1.007-.01-.053-.037-.053-.08-.053l-.053-.053c-.153.16-.339.53-.561 1.06-.223.476-.34.916-.34 1.24 0 .238.059.444.165.624.116.175.397.43.842.753l.562.365c.598.52.916.88.916 1.091 0 .112-.053.223-.212.345a.502.502 0 0 1-.37.19c-.011 0-.016.011-.016.038 0 .005.053.11.164.317.222.302.7.45 1.335.45 1.165 0 2.066-.476 2.755-1.43 0-.264 0-.429-.053-.498v-.196c0-.344.053-.604.158-.773.106-.17.212-.249.371-.249.106 0 .212.037.318.117.053-.408.053-.763.053-1.081 0-.482 0-.88-.106-1.25a2.791 2.791 0 0 0-.265-.795l-.318-.477c-.106-.159-.159-.318-.264-.476-.053-.212-.106-.371-.106-.636-.16-.265-.265-.53-.424-.795-.106-.265-.212-.53-.318-.741l-.477.37c-.53.371-.953.53-1.324.53-.318 0-.583-.053-.742-.265l-.318-.265c0 .16-.053.371-.159.583l-.333.636c-.149.37-.228.582-.244.741-.021.106-.037.212-.048.212l-.397.795c-.43.795-.646 1.53-.646 2.14 0 .122.01.25.031.376a.785.785 0 0 1-.355-.688Zm3.793 5.011c-.688 0-1.218.093-1.589.278V15.9c-.265.318-.561.482-.974.482-.26 0-.668-.1-1.219-.302a14.385 14.385 0 0 0-1.478-.433 3.174 3.174 0 0 0-.291-.055 11.134 11.134 0 0 1-.408-.072 3.091 3.091 0 0 1-.376-.109.93.93 0 0 1-.318-.162.3.3 0 0 1-.11-.227c0-.084.019-.175.055-.271.034-.059.07-.117.108-.17.037-.058.069-.111.09-.164a.773.773 0 0 0 .074-.148.818.818 0 0 0 .074-.313 5.61 5.61 0 0 0-.063-.493 4.775 4.775 0 0 1-.064-.524c0-.233.053-.419.17-.551.116-.132.227-.201.344-.201h.61c.047 0 .121-.027.232-.09.037-.085.07-.154.09-.218.027-.063.037-.11.048-.132.01-.032.021-.064.032-.09a.735.735 0 0 1 .085-.122.32.32 0 0 1-.064-.207c0-.058 0-.11.01-.143 0-.19.09-.46.281-.815l.186-.334c.153-.286.27-.498.355-.71.09-.212.185-.53.291-.954.085-.37.286-.741.604-1.112l.397-.477c.276-.318.456-.582.556-.794.101-.212.154-.477.154-.689 0-.106-.026-.424-.085-.954-.053-.53-.08-1.06-.08-1.536 0-.37.033-.636.102-.9.068-.265.19-.53.37-.742.16-.212.371-.424.689-.53A3.522 3.522 0 0 1 7.964.48c.16 0 .318 0 .477.053.16 0 .371.053.636.16.212.105.424.211.583.37.212.159.37.424.53.689.105.317.211.635.264 1.06.053.264.053.529.106.9 0 .318.053.53.053.688.053.16.053.371.106.636.053.212.106.424.212.583.106.212.212.424.37.636.16.264.372.53.584.847.476.53.847 1.113 1.06 1.695.264.53.423 1.219.423 1.955a3.6 3.6 0 0 1-.159 1.065c.106 0 .159.042.212.116.053.075.106.233.159.482l.053.393a.623.623 0 0 0 .265.323c.106.095.212.175.37.238.106.053.265.127.371.223a.471.471 0 0 1 .16.333c0 .18-.054.313-.16.408a.83.83 0 0 1-.37.228c-.106.053-.318.159-.636.308a5.77 5.77 0 0 0-.795.572l-.53.451a2.934 2.934 0 0 1-.582.445c-.16.096-.371.143-.583.143l-.37-.042c-.425-.111-.69-.323-.848-.646-.848-.103-1.537-.154-1.96-.154\\\"/></g>\",\n \"defs\": \"<defs><clipPath id=\\\"os-linux_x16_svg__a\\\"><path fill=\\\"currentColor\\\" d=\\\"M0 0h16v16H0z\\\"/></clipPath></defs>\"\n }\n}, [\"16\"], \"os-linux\")); };\nexport var IconOsWindows = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#00A4EF\\\" d=\\\"M7.6 0H0v7.6h7.6V0ZM16 0H8.4v7.6H16V0ZM7.6 8.4H0V16h7.6V8.4ZM16 8.4H8.4V16H16V8.4Z\\\"/>\"\n }\n}, [\"16\"], \"os-windows\")); };\nexport var IconSecurityKey = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" stroke=\\\"currentColor\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M1.861 7.354a2 2 0 0 1 .273-2.488l2.732-2.732a2 2 0 0 1 2.488-.273l2.502 1.593a2 2 0 0 1 .642 2.716L10 7l5 5v3h-3l-1-2.5H9L8 10H7l-.83.498a2 2 0 0 1-2.716-.642L1.861 7.354Z\\\" class=\\\"icon-light-fill icon-dark-stroke\\\"/><circle cx=\\\"5.752\\\" cy=\\\"5.752\\\" r=\\\"1.002\\\" fill=\\\"currentColor\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" fill-rule=\\\"evenodd\\\" stroke=\\\"currentColor\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M10.038 2.475a3 3 0 0 0-3.757.394L2.87 6.28a3 3 0 0 0-.394 3.757L5.25 14.31a3 3 0 0 0 4.316.765L11 14l1.5 3.5 1.5-1 1.5 3.5 1.5-1s1 1.7 1.5 2c2.5 1.5 3.5-2 3.5-2l-8-8 1.075-1.433a3 3 0 0 0-.765-4.316l-4.272-2.776ZM8 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z\\\" class=\\\"icon-light-fill icon-dark-stroke\\\" clip-rule=\\\"evenodd\\\"/>\"\n }\n}, [\"16\", \"24\"], \"security-key\")); };\nexport var IconSecurityLockLocked = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" fill-rule=\\\"evenodd\\\" d=\\\"M2 13a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v5Z\\\" class=\\\"icon-light\\\" clip-rule=\\\"evenodd\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M5 6H4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-1M5 6V4a3 3 0 0 1 3-3v0a3 3 0 0 1 3 3v2M5 6h6m-3 4v1\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"security-lock-locked\")); };\nexport var IconSecurityShieldCross = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M8 1S5.5 3 2 3v4h6V1ZM2 11c1 3 6 4 6 4V7H2v4Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M8 15s5-1 6-4V7m-6 8s-5-1-6-4V7m6 8V7m0-6S5.5 3 2 3v4m6-6s2.5 2 6 2v4M8 1v6m6 0H8M2 7h6\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M12 2S8 5 3 5v5h9V2ZM3 16c1 4.5 9 6 9 6V10H3v6Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M12 22s8-1.5 9-6v-6m-9 12s-8-1.5-9-6v-6m9 12V10m0-8S8 5 3 5v5m9-8s4 3 9 3v5m-9-8v8m9 0h-9m-9 0h9\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\", \"24\"], \"security-shield-cross\")); };\nexport var IconShapeHeart = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" stroke=\\\"currentColor\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M4.448 2a3.427 3.427 0 0 0-2.432 1.02l-.007-.004A3.503 3.503 0 0 0 1 5.479c0 .924.363 1.81 1.01 2.463l5.984 6.05.002-.002.01.01 5.985-6.05A3.502 3.502 0 0 0 15 5.485c0-.923-.363-1.81-1.01-2.463a3.413 3.413 0 0 0-4.875-.003L8.002 4.147 6.883 3.015A3.427 3.427 0 0 0 4.448 2Z\\\" class=\\\"icon-dark-stroke icon-light-fill\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" stroke=\\\"currentColor\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M6.673 3a5.14 5.14 0 0 0-3.649 1.53l-.01-.006A5.254 5.254 0 0 0 1.5 8.22c0 1.385.545 2.714 1.514 3.694l8.977 9.076.004-.003.014.014 8.977-9.076A5.254 5.254 0 0 0 22.5 8.23a5.254 5.254 0 0 0-1.514-3.695A5.167 5.167 0 0 0 19.31 3.4a5.12 5.12 0 0 0-5.636 1.131l-1.67 1.688-1.678-1.697A5.14 5.14 0 0 0 6.673 3Z\\\" class=\\\"icon-dark-stroke icon-light-fill\\\"/>\"\n }\n}, [\"16\", \"24\"], \"shape-heart\")); };\nexport var IconShapeLightningBolt = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M8 1v5h5.5L8 15v-5H2.5L8 1Z\\\" class=\\\"icon-light-fill icon-dark-stroke\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M12 10V2L5 14h7v8l7-12h-7Z\\\" class=\\\"icon-light-fill icon-dark-stroke\\\"/>\"\n }\n}, [\"16\", \"24\"], \"shape-lightning-bolt\")); };\nexport var IconShapeMoonCrescent = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" fill-rule=\\\"evenodd\\\" d=\\\"M14.382 10.881a8 8 0 0 1-9.263-9.263 7.001 7.001 0 1 0 9.262 9.263Z\\\" class=\\\"icon-light\\\" clip-rule=\\\"evenodd\\\"/><path fill=\\\"currentColor\\\" d=\\\"m14.382 10.881.91.412a1 1 0 0 0-1.082-1.397l.171.985ZM5.119 1.62l.985.171A1 1 0 0 0 4.707.707l.412.912Zm9.091 8.277A7.051 7.051 0 0 1 13 10v2c.529 0 1.048-.046 1.553-.134l-.343-1.97ZM13 10a7 7 0 0 1-7-7H4a9 9 0 0 0 9 9v-2ZM6 3c0-.413.036-.818.104-1.21l-1.97-.343A9.05 9.05 0 0 0 4 3h2ZM2 8a6.001 6.001 0 0 1 3.53-5.47L4.708.707A8.001 8.001 0 0 0 0 8h2Zm6 6a6 6 0 0 1-6-6H0a8 8 0 0 0 8 8v-2Zm5.47-3.53A6.001 6.001 0 0 1 8 14v2a8.001 8.001 0 0 0 7.293-4.707l-1.823-.824Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"shape-moon-crescent\")); };\nexport var IconShapeStar = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" stroke=\\\"currentColor\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m8 1.345 2.345 4.027 4.555.986-3.105 3.475.47 4.636L8 12.59l-4.264 1.88.47-4.637L1.1 6.358l4.555-.986L8 1.345Z\\\" class=\\\"icon-dark-stroke icon-light-fill\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" stroke=\\\"currentColor\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m12 2 3.569 6.128 6.93 1.5-4.724 5.288.714 7.056L12 19.112l-6.49 2.86.715-7.056L1.5 9.628l6.93-1.5L12 2Z\\\" class=\\\"icon-dark-stroke icon-light-fill\\\"/>\"\n }\n}, [\"16\", \"24\"], \"shape-star\")); };\nexport var IconShapeSunLong = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"currentColor\\\" d=\\\"M3.757 2.343a1 1 0 1 0-1.414 1.414l1.414-1.414Zm9.9 1.414a1 1 0 0 0-1.414-1.414l1.414 1.414Zm-1.414 9.9a1 1 0 0 0 1.414-1.414l-1.414 1.414Zm-9.9-1.414a1 1 0 0 0 1.414 1.414l-1.414-1.414ZM9 1a1 1 0 0 0-2 0h2Zm6 8a1 1 0 1 0 0-2v2Zm-8 6a1 1 0 1 0 2 0H7ZM1 7a1 1 0 0 0 0 2V7Zm1.343-3.243 1.414 1.415 1.415-1.415-1.415-1.414-1.414 1.414Zm9.9-1.414-1.415 1.414 1.415 1.415 1.414-1.415-1.414-1.414Zm-1.415 9.9 1.415 1.414 1.414-1.414-1.414-1.415-1.415 1.415Zm-7.07-1.415-1.415 1.415 1.414 1.414 1.415-1.414-1.415-1.415ZM9 3V1H7v2h2Zm4 6h2V7h-2v2Zm-6 4v2h2v-2H7ZM3 7H1v2h2V7Zm7 1a2 2 0 0 1-2 2v2a4 4 0 0 0 4-4h-2Zm-2 2a2 2 0 0 1-2-2H4a4 4 0 0 0 4 4v-2ZM6 8a2 2 0 0 1 2-2V4a4 4 0 0 0-4 4h2Zm2-2a2 2 0 0 1 2 2h2a4 4 0 0 0-4-4v2Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"shape-sun-long\")); };\nexport var IconSocialDiscordSolid = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"currentColor\\\" d=\\\"M13.545 3.069a13.513 13.513 0 0 0-3.257-.978.05.05 0 0 0-.052.024c-.141.242-.297.558-.406.806a12.576 12.576 0 0 0-3.658 0 8.054 8.054 0 0 0-.412-.806.052.052 0 0 0-.052-.024c-1.143.19-2.236.524-3.257.978a.046.046 0 0 0-.021.017c-2.074 3-2.643 5.927-2.364 8.818.001.014.01.027.02.036a13.443 13.443 0 0 0 3.996 1.955.053.053 0 0 0 .056-.018c.308-.407.582-.836.818-1.287a.048.048 0 0 0-.028-.068 8.874 8.874 0 0 1-1.248-.576.049.049 0 0 1-.005-.082 6.78 6.78 0 0 0 .248-.189.05.05 0 0 1 .051-.006c2.619 1.157 5.454 1.157 8.041 0a.05.05 0 0 1 .053.006c.08.064.164.128.248.189a.049.049 0 0 1-.004.082 8.318 8.318 0 0 1-1.249.575.049.049 0 0 0-.027.07c.24.45.514.879.817 1.286a.052.052 0 0 0 .056.018 13.399 13.399 0 0 0 4.001-1.955.05.05 0 0 0 .021-.036c.334-3.341-.559-6.244-2.365-8.817a.04.04 0 0 0-.021-.018Zm-8.198 7.075c-.789 0-1.438-.701-1.438-1.562 0-.86.637-1.56 1.438-1.56.807 0 1.45.706 1.438 1.56 0 .861-.637 1.562-1.438 1.562Zm5.316 0c-.788 0-1.438-.701-1.438-1.562 0-.86.637-1.56 1.438-1.56.807 0 1.45.706 1.438 1.56 0 .861-.63 1.562-1.438 1.562Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"social-discord-solid\")); };\nexport var IconSocialEmail = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M11 5.25V8.5a2 2 0 0 0 3.92.562A7 7 0 1 0 12 13.745M10.5 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"social-email\")); };\nexport var IconSocialFacebookSolid = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"currentColor\\\" d=\\\"M16 8a8 8 0 1 0-9.25 7.903v-5.59H4.719V8H6.75V6.237c0-2.005 1.194-3.112 3.022-3.112.875 0 1.79.156 1.79.156V5.25h-1.008c-.994 0-1.304.617-1.304 1.25V8h2.219l-.355 2.313H9.25v5.59A8.002 8.002 0 0 0 16 8Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"social-facebook-solid\")); };\nexport var IconSocialGithubSolid = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"currentColor\\\" fill-rule=\\\"evenodd\\\" d=\\\"M8 1.002a7 7 0 0 0-2.213 13.642c.35.065.479-.152.479-.337 0-.167-.007-.719-.01-1.303-1.948.424-2.358-.826-2.358-.826-.319-.81-.778-1.025-.778-1.025-.635-.434.049-.425.049-.425.703.05 1.073.721 1.073.721.624 1.07 1.638.76 2.037.582.063-.453.244-.762.444-.937-1.555-.176-3.19-.776-3.19-3.459 0-.764.275-1.389.722-1.878-.073-.177-.313-.889.067-1.853 0 0 .588-.188 1.926.718a6.714 6.714 0 0 1 1.751-.236c.595.003 1.195.08 1.754.236 1.336-.905 1.923-.718 1.923-.718.38.965.142 1.677.07 1.853.448.49.72 1.114.72 1.878 0 2.689-1.639 3.28-3.197 3.453.251.217.476.643.476 1.296 0 .936-.008 1.69-.008 1.92 0 .187.126.405.48.337A7 7 0 0 0 8 1v.002Z\\\" class=\\\"icon-dark\\\" clip-rule=\\\"evenodd\\\"/>\"\n }\n}, [\"16\"], \"social-github-solid\")); };\nexport var IconSocialLinkedinSolid = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"currentColor\\\" d=\\\"M16 1.176v13.647A1.176 1.176 0 0 1 14.823 16H1.176A1.176 1.176 0 0 1 0 14.823V1.176A1.176 1.176 0 0 1 1.176 0h13.647A1.176 1.176 0 0 1 16 1.176ZM4.706 6.118H2.353v7.53h2.353v-7.53Zm.212-2.589a1.355 1.355 0 0 0-1.346-1.364h-.043a1.365 1.365 0 1 0 0 2.73 1.355 1.355 0 0 0 1.389-1.323v-.043Zm8.73 5.544c0-2.264-1.44-3.144-2.871-3.144a2.682 2.682 0 0 0-2.382 1.215H8.33V6.118H6.118v7.53H8.47V9.641a1.562 1.562 0 0 1 1.411-1.684h.09c.748 0 1.303.47 1.303 1.656v4.033h2.353l.02-4.574Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"social-linkedin-solid\")); };\nexport var IconSocialTwitterSolid = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"currentColor\\\" d=\\\"M14.355 4.741c.01.142.01.284.01.427 0 4.335-3.299 9.33-9.33 9.33A9.266 9.266 0 0 1 0 13.024c.264.03.518.041.792.041a6.567 6.567 0 0 0 4.07-1.401 3.285 3.285 0 0 1-3.065-2.274c.203.03.406.05.62.05.294 0 .588-.04.862-.111A3.28 3.28 0 0 1 .65 6.112v-.04c.437.243.945.395 1.483.415A3.277 3.277 0 0 1 .67 3.757c0-.61.162-1.168.447-1.655a9.32 9.32 0 0 0 6.761 3.431 3.702 3.702 0 0 1-.081-.751 3.278 3.278 0 0 1 3.28-3.28c.943 0 1.796.397 2.395 1.036a6.457 6.457 0 0 0 2.081-.792 3.27 3.27 0 0 1-1.441 1.807c.66-.07 1.3-.253 1.888-.507a7.048 7.048 0 0 1-1.645 1.695Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"social-twitter-solid\")); };\nexport var IconSocialYoutubeSolid = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"currentColor\\\" fill-rule=\\\"evenodd\\\" d=\\\"M14.25 2.575c.69.184 1.231.725 1.415 1.414C16 5.237 16 7.84 16 7.84s0 2.604-.335 3.852a2.004 2.004 0 0 1-1.414 1.414c-1.247.335-6.251.335-6.251.335s-5.004 0-6.25-.335a2.004 2.004 0 0 1-1.415-1.414C0 10.444 0 7.84 0 7.84s0-2.603.335-3.85a2.004 2.004 0 0 1 1.414-1.415C2.996 2.24 8 2.24 8 2.24s5.004 0 6.25.335ZM10.556 7.84l-4.157 2.4v-4.8l4.157 2.4Z\\\" class=\\\"icon-dark\\\" clip-rule=\\\"evenodd\\\"/>\"\n }\n}, [\"16\"], \"social-youtube-solid\")); };\nexport var IconStatusCancelledOutline = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M6 8h4m-2 6A6 6 0 1 1 8 2a6 6 0 0 1 0 12Z\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M8 12h8m-4 9a9 9 0 1 1 0-18 9 9 0 0 1 0 18Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\", \"24\"], \"status-cancelled-outline\")); };\nexport var IconStatusCancelledSimple = function (props) { return React.createElement('svg', useIconProps(props, {\n \"4\": {\n \"body\": \"<circle cx=\\\"2\\\" cy=\\\"2\\\" r=\\\"1.5\\\" stroke=\\\"currentColor\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"8\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M1 4h6\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"4\", \"8\"], \"status-cancelled-simple\")); };\nexport var IconStatusCancelledSolid = function (props) { return React.createElement('svg', useIconProps(props, {\n \"12\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M2 6h8\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"16\": {\n \"body\": \"<path fill=\\\"#AFB3C7\\\" fill-rule=\\\"evenodd\\\" d=\\\"M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8Zm4-1a1 1 0 0 0 0 2h6a1 1 0 1 0 0-2H5Z\\\" clip-rule=\\\"evenodd\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path fill=\\\"#AFB3C7\\\" fill-rule=\\\"evenodd\\\" d=\\\"M2 12c0 5.523 4.477 10 10 10s10-4.477 10-10S17.523 2 12 2 2 6.477 2 12Zm6-1a1 1 0 1 0 0 2h8a1 1 0 1 0 0-2H8Z\\\" clip-rule=\\\"evenodd\\\"/>\"\n }\n}, [\"12\", \"16\", \"24\"], \"status-cancelled-solid\")); };\nexport var IconStatusErroredOutline = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"currentColor\\\" fill-rule=\\\"evenodd\\\" d=\\\"M2 8a6 6 0 1 1 12 0A6 6 0 0 1 2 8Zm6-8a8 8 0 1 0 0 16A8 8 0 0 0 8 0Zm1 5a1 1 0 0 0-2 0v3a1 1 0 0 0 2 0V5Zm-1 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z\\\" class=\\\"icon-dark\\\" clip-rule=\\\"evenodd\\\"/>\"\n },\n \"24\": {\n \"body\": \"<circle cx=\\\"12\\\" cy=\\\"12\\\" r=\\\"9\\\" stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" class=\\\"icon-dark\\\"/><path fill=\\\"currentColor\\\" fill-rule=\\\"evenodd\\\" d=\\\"M12 7a1 1 0 0 1 1 1v5a1 1 0 1 1-2 0V8a1 1 0 0 1 1-1Z\\\" class=\\\"icon-dark\\\" clip-rule=\\\"evenodd\\\"/><path fill=\\\"currentColor\\\" d=\\\"M13 16a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\", \"24\"], \"status-errored-outline\")); };\nexport var IconStatusErroredSimple = function (props) { return React.createElement('svg', useIconProps(props, {\n \"4\": {\n \"body\": \"<circle cx=\\\"2\\\" cy=\\\"2\\\" r=\\\"2\\\" fill=\\\"currentColor\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"8\": {\n \"body\": \"<path fill=\\\"currentColor\\\" fill-rule=\\\"evenodd\\\" d=\\\"M4 0a1 1 0 0 1 1 1v3a1 1 0 0 1-2 0V1a1 1 0 0 1 1-1Z\\\" class=\\\"icon-dark\\\" clip-rule=\\\"evenodd\\\"/><path fill=\\\"currentColor\\\" d=\\\"M5 7a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"4\", \"8\"], \"status-errored-simple\")); };\nexport var IconStatusErroredSolid = function (props) { return React.createElement('svg', useIconProps(props, {\n \"12\": {\n \"body\": \"<path fill=\\\"currentColor\\\" fill-rule=\\\"evenodd\\\" d=\\\"M6 1a1 1 0 0 1 1 1v5a1 1 0 0 1-2 0V2a1 1 0 0 1 1-1Z\\\" class=\\\"icon-dark\\\" clip-rule=\\\"evenodd\\\"/><path fill=\\\"currentColor\\\" d=\\\"M7 10a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"16\": {\n \"body\": \"<path fill=\\\"currentColor\\\" fill-rule=\\\"evenodd\\\" d=\\\"M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14ZM9 5a1 1 0 0 0-2 0v3a1 1 0 0 0 2 0V5Zm-1 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z\\\" class=\\\"icon-dark\\\" clip-rule=\\\"evenodd\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path fill=\\\"currentColor\\\" fill-rule=\\\"evenodd\\\" d=\\\"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Zm1-14a1 1 0 1 0-2 0v5a1 1 0 1 0 2 0V8Zm-1 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z\\\" class=\\\"icon-dark\\\" clip-rule=\\\"evenodd\\\"/>\"\n }\n}, [\"12\", \"16\", \"24\"], \"status-errored-solid\")); };\nexport var IconStatusFailedOutline = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"currentColor\\\" d=\\\"M6.707 5.293a1 1 0 0 0-1.414 1.414l1.414-1.414Zm2.586 5.414a1 1 0 0 0 1.414-1.414l-1.414 1.414Zm1.414-4a1 1 0 0 0-1.414-1.414l1.414 1.414ZM5.293 9.293a1 1 0 0 0 1.414 1.414L5.293 9.293ZM13 8a5 5 0 0 1-5 5v2a7 7 0 0 0 7-7h-2Zm-5 5a5 5 0 0 1-5-5H1a7 7 0 0 0 7 7v-2ZM3 8a5 5 0 0 1 5-5V1a7 7 0 0 0-7 7h2Zm5-5a5 5 0 0 1 5 5h2a7 7 0 0 0-7-7v2ZM5.293 6.707l2 2 1.414-1.414-2-2-1.414 1.414Zm2 2 2 2 1.414-1.414-2-2-1.414 1.414Zm2-3.414-2 2 1.414 1.414 2-2-1.414-1.414Zm-2 2-2 2 1.414 1.414 2-2-1.414-1.414Z\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path fill=\\\"currentColor\\\" d=\\\"M9.707 8.293a1 1 0 0 0-1.414 1.414l1.414-1.414Zm4.586 7.414a1 1 0 0 0 1.414-1.414l-1.414 1.414Zm1.414-6a1 1 0 0 0-1.414-1.414l1.414 1.414Zm-7.414 4.586a1 1 0 1 0 1.414 1.414l-1.414-1.414Zm0-4.586 3 3 1.414-1.414-3-3-1.414 1.414Zm3 3 3 3 1.414-1.414-3-3-1.414 1.414Zm3-4.414-3 3 1.414 1.414 3-3-1.414-1.414Zm-3 3-3 3 1.414 1.414 3-3-1.414-1.414ZM20 12a8 8 0 0 1-8 8v2c5.523 0 10-4.477 10-10h-2Zm-8 8a8 8 0 0 1-8-8H2c0 5.523 4.477 10 10 10v-2Zm-8-8a8 8 0 0 1 8-8V2C6.477 2 2 6.477 2 12h2Zm8-8a8 8 0 0 1 8 8h2c0-5.523-4.477-10-10-10v2Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\", \"24\"], \"status-failed-outline\")); };\nexport var IconStatusFailedSimple = function (props) { return React.createElement('svg', useIconProps(props, {\n \"4\": {\n \"body\": \"<circle cx=\\\"2\\\" cy=\\\"2\\\" r=\\\"2\\\" fill=\\\"currentColor\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"8\": {\n \"body\": \"<path fill=\\\"currentColor\\\" d=\\\"M2.707 1.293a1 1 0 0 0-1.414 1.414l1.414-1.414Zm2.586 5.414a1 1 0 0 0 1.414-1.414L5.293 6.707Zm1.414-4a1 1 0 0 0-1.414-1.414l1.414 1.414ZM1.293 5.293a1 1 0 0 0 1.414 1.414L1.293 5.293Zm0-2.586 4 4 1.414-1.414-4-4-1.414 1.414Zm4-1.414-4 4 1.414 1.414 4-4-1.414-1.414Z\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"12\": {\n \"body\": \"<path fill=\\\"currentColor\\\" d=\\\"M3.707 2.293a1 1 0 0 0-1.414 1.414l1.414-1.414Zm4.586 7.414a1 1 0 0 0 1.414-1.414L8.293 9.707Zm1.414-6a1 1 0 0 0-1.414-1.414l1.414 1.414ZM2.293 8.293a1 1 0 0 0 1.414 1.414L2.293 8.293Zm0-4.586 6 6 1.414-1.414-6-6-1.414 1.414Zm6-1.414-6 6 1.414 1.414 6-6-1.414-1.414Z\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"16\": {\n \"body\": \"<path fill=\\\"currentColor\\\" d=\\\"M4.707 3.293a1 1 0 0 0-1.414 1.414l1.414-1.414Zm6.586 9.414a1 1 0 0 0 1.414-1.414l-1.414 1.414Zm1.414-8a1 1 0 0 0-1.414-1.414l1.414 1.414Zm-9.414 6.586a1 1 0 1 0 1.414 1.414l-1.414-1.414Zm0-6.586 4 4 1.414-1.414-4-4-1.414 1.414Zm4 4 4 4 1.414-1.414-4-4-1.414 1.414Zm4-5.414-4 4 1.414 1.414 4-4-1.414-1.414Zm-4 4-4 4 1.414 1.414 4-4-1.414-1.414Z\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path fill=\\\"currentColor\\\" d=\\\"M6.707 5.293a1 1 0 0 0-1.414 1.414l1.414-1.414Zm10.586 13.414a1 1 0 0 0 1.414-1.414l-1.414 1.414Zm1.414-12a1 1 0 0 0-1.414-1.414l1.414 1.414ZM5.293 17.293a1 1 0 1 0 1.414 1.414l-1.414-1.414Zm0-10.586 6 6 1.414-1.414-6-6-1.414 1.414Zm6 6 6 6 1.414-1.414-6-6-1.414 1.414Zm6-7.414-6 6 1.414 1.414 6-6-1.414-1.414Zm-6 6-6 6 1.414 1.414 6-6-1.414-1.414Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"4\", \"8\", \"12\", \"16\", \"24\"], \"status-failed-simple\")); };\nexport var IconStatusFailedSolid = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<circle cx=\\\"8\\\" cy=\\\"8\\\" r=\\\"7\\\" fill=\\\"currentColor\\\" class=\\\"icon-dark\\\"/><path fill=\\\"#fff\\\" d=\\\"M6.707 5.293a1 1 0 0 0-1.414 1.414l1.414-1.414Zm2.586 5.414a1 1 0 0 0 1.414-1.414l-1.414 1.414Zm1.414-4a1 1 0 0 0-1.414-1.414l1.414 1.414ZM5.293 9.293a1 1 0 0 0 1.414 1.414L5.293 9.293Zm0-2.586 4 4 1.414-1.414-4-4-1.414 1.414Zm4-1.414-4 4 1.414 1.414 4-4-1.414-1.414Z\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path fill=\\\"currentColor\\\" fill-rule=\\\"evenodd\\\" d=\\\"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10ZM9.707 8.293a1 1 0 0 0-1.414 1.414L10.586 12l-2.293 2.293a1 1 0 1 0 1.414 1.414L12 13.414l2.293 2.293a1 1 0 0 0 1.414-1.414L13.414 12l2.293-2.293a1 1 0 0 0-1.414-1.414L12 10.586 9.707 8.293Z\\\" class=\\\"icon-dark\\\" clip-rule=\\\"evenodd\\\"/>\"\n }\n}, [\"16\", \"24\"], \"status-failed-solid\")); };\nexport var IconStatusFailingOutline = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"currentColor\\\" d=\\\"M6.707 5.293a1 1 0 0 0-1.414 1.414l1.414-1.414Zm2.586 5.414a1 1 0 0 0 1.414-1.414l-1.414 1.414Zm1.414-4a1 1 0 0 0-1.414-1.414l1.414 1.414ZM5.293 9.293a1 1 0 0 0 1.414 1.414L5.293 9.293Zm0-2.586 4 4 1.414-1.414-4-4-1.414 1.414Zm4-1.414-4 4 1.414 1.414 4-4-1.414-1.414Z\\\" class=\\\"icon-dark\\\"/><circle cx=\\\"8\\\" cy=\\\"8\\\" r=\\\"6\\\" stroke=\\\"#E1E3ED\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" class=\\\"icon-light\\\"/><circle cx=\\\"8\\\" cy=\\\"8\\\" r=\\\"6\\\" stroke=\\\"currentColor\\\" stroke-dasharray=\\\"10 28\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" class=\\\"icon-dark\\\"><animate attributeName=\\\"stroke-dashoffset\\\" dur=\\\"1s\\\" repeatCount=\\\"indefinite\\\" values=\\\"36.6;0\\\"/></circle>\"\n },\n \"24\": {\n \"body\": \"<path fill=\\\"currentColor\\\" d=\\\"M9.707 8.293a1 1 0 0 0-1.414 1.414l1.414-1.414Zm4.586 7.414a1 1 0 0 0 1.414-1.414l-1.414 1.414Zm1.414-6a1 1 0 0 0-1.414-1.414l1.414 1.414Zm-7.414 4.586a1 1 0 1 0 1.414 1.414l-1.414-1.414Zm0-4.586 3 3 1.414-1.414-3-3-1.414 1.414Zm3 3 3 3 1.414-1.414-3-3-1.414 1.414Zm3-4.414-3 3 1.414 1.414 3-3-1.414-1.414Zm-3 3-3 3 1.414 1.414 3-3-1.414-1.414ZM20 12\\\" class=\\\"icon-dark\\\"/><circle cx=\\\"12\\\" cy=\\\"12\\\" r=\\\"9\\\" stroke=\\\"#E1E3ED\\\" stroke-width=\\\"2\\\" class=\\\"icon-light\\\"/><circle cx=\\\"12\\\" cy=\\\"12\\\" r=\\\"9\\\" stroke=\\\"currentColor\\\" stroke-dasharray=\\\"15 42\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" class=\\\"icon-dark\\\"><animate attributeName=\\\"stroke-dashoffset\\\" dur=\\\"1s\\\" repeatCount=\\\"indefinite\\\" values=\\\"57;0\\\"/></circle>\"\n }\n}, [\"16\", \"24\"], \"status-failing-outline\")); };\nexport var IconStatusFlaky = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#F5F4D7\\\" d=\\\"M1 12V4a3 3 0 0 1 3-3h8a3 3 0 0 1 3 3v8a3 3 0 0 1-3 3H4a3 3 0 0 1-3-3Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"#963F00\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M9.5 5h-3v3.5m0 2.5V8.5m0 0h2\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path fill=\\\"#F5F4D7\\\" d=\\\"M2 18V6a4 4 0 0 1 4-4h12a4 4 0 0 1 4 4v12a4 4 0 0 1-4 4H6a4 4 0 0 1-4-4Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"#963F00\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M14 8h-4v4.5m0 3.5v-3.5m0 0h3\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\", \"24\"], \"status-flaky\")); };\nexport var IconStatusPassedOutline = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<circle cx=\\\"8\\\" cy=\\\"8\\\" r=\\\"6\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" class=\\\"icon-dark\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m10 6-2.5 4L6 8.5\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path fill=\\\"currentColor\\\" fill-rule=\\\"evenodd\\\" d=\\\"M4 12a8 8 0 1 1 16 0 8 8 0 0 1-16 0Zm8-10C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2Zm3.864 7.504a1 1 0 0 0-1.728-1.008l-2.846 4.88-1.583-1.583a1 1 0 0 0-1.414 1.414l2.5 2.5a1 1 0 0 0 1.57-.203l3.5-6Z\\\" class=\\\"icon-dark\\\" clip-rule=\\\"evenodd\\\"/>\"\n }\n}, [\"16\", \"24\"], \"status-passed-outline\")); };\nexport var IconStatusPassedSimple = function (props) { return React.createElement('svg', useIconProps(props, {\n \"4\": {\n \"body\": \"<circle cx=\\\"2\\\" cy=\\\"2\\\" r=\\\"2\\\" fill=\\\"currentColor\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"8\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M6 2 3.5 6 2 4.5\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"12\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M9 3 5 9 3 6.5\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M4 8.667 7.333 12 12 4\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path fill=\\\"currentColor\\\" fill-rule=\\\"evenodd\\\" d=\\\"M15.504 8.136a1 1 0 0 1 .36 1.368l-3.5 6a1 1 0 0 1-1.571.203l-2.5-2.5a1 1 0 1 1 1.414-1.414l1.583 1.583 2.846-4.88a1 1 0 0 1 1.368-.36Z\\\" class=\\\"icon-dark\\\" clip-rule=\\\"evenodd\\\"/>\"\n }\n}, [\"4\", \"8\", \"12\", \"16\", \"24\"], \"status-passed-simple\")); };\nexport var IconStatusPassedSolid = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<circle cx=\\\"8\\\" cy=\\\"8\\\" r=\\\"7\\\" fill=\\\"currentColor\\\" class=\\\"icon-dark\\\"/><path stroke=\\\"#fff\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m10 6-2.5 4L6 8.5\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path fill=\\\"currentColor\\\" fill-rule=\\\"evenodd\\\" d=\\\"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Zm3.864-12.496a1 1 0 0 0-1.728-1.008l-2.846 4.88-1.583-1.583a1 1 0 0 0-1.414 1.414l2.5 2.5a1 1 0 0 0 1.57-.203l3.5-6Z\\\" class=\\\"icon-dark\\\" clip-rule=\\\"evenodd\\\"/>\"\n }\n}, [\"16\", \"24\"], \"status-passed-solid\")); };\nexport var IconStatusPendingOutline = function (props) { return React.createElement('svg', useIconProps(props, {\n \"12\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" d=\\\"M4.47 2.305a4 4 0 1 0 3.061 0\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" d=\\\"M5.706 2.46a5.998 5.998 0 1 0 4.59 0\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" d=\\\"M8.555 3.685a8.999 8.999 0 1 0 6.887 0\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"12\", \"16\", \"24\"], \"status-pending-outline\")); };\nexport var IconStatusPendingSimple = function (props) { return React.createElement('svg', useIconProps(props, {\n \"4\": {\n \"body\": \"<circle cx=\\\"2\\\" cy=\\\"2\\\" r=\\\"1.5\\\" stroke=\\\"currentColor\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"8\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" d=\\\"M2.852 1.228a3 3 0 1 0 2.296 0\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"4\", \"8\"], \"status-pending-simple\")); };\nexport var IconStatusPlaceholderSimple = function (props) { return React.createElement('svg', useIconProps(props, {\n \"4\": {\n \"body\": \"<circle cx=\\\"2\\\" cy=\\\"2\\\" r=\\\"2\\\" fill=\\\"currentColor\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"8\": {\n \"body\": \"<circle cx=\\\"4\\\" cy=\\\"4\\\" r=\\\"3\\\" fill=\\\"currentColor\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"4\", \"8\"], \"status-placeholder-simple\")); };\nexport var IconStatusPlaceholderSolid = function (props) { return React.createElement('svg', useIconProps(props, {\n \"12\": {\n \"body\": \"<circle cx=\\\"6\\\" cy=\\\"6\\\" r=\\\"5\\\" fill=\\\"currentColor\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"16\": {\n \"body\": \"<circle cx=\\\"8\\\" cy=\\\"8\\\" r=\\\"7\\\" fill=\\\"currentColor\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"24\": {\n \"body\": \"<circle cx=\\\"12\\\" cy=\\\"12\\\" r=\\\"10\\\" fill=\\\"currentColor\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"12\", \"16\", \"24\"], \"status-placeholder-solid\")); };\nexport var IconStatusQueuedOutline = function (props) { return React.createElement('svg', useIconProps(props, {\n \"12\": {\n \"body\": \"<circle cx=\\\"6\\\" cy=\\\"6\\\" r=\\\"4\\\" stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"16\": {\n \"body\": \"<circle cx=\\\"8\\\" cy=\\\"8\\\" r=\\\"6\\\" stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"24\": {\n \"body\": \"<circle cx=\\\"12\\\" cy=\\\"12\\\" r=\\\"9\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"12\", \"16\", \"24\"], \"status-queued-outline\")); };\nexport var IconStatusQueuedSimple = function (props) { return React.createElement('svg', useIconProps(props, {\n \"4\": {\n \"body\": \"<circle cx=\\\"2\\\" cy=\\\"2\\\" r=\\\"1.5\\\" stroke=\\\"currentColor\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"8\": {\n \"body\": \"<circle cx=\\\"4\\\" cy=\\\"4\\\" r=\\\"3\\\" stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"4\", \"8\"], \"status-queued-simple\")); };\nexport var IconStatusRunningOutline = function (props) { return React.createElement('svg', useIconProps(props, {\n \"12\": {\n \"body\": \"<circle cx=\\\"6\\\" cy=\\\"6\\\" r=\\\"4\\\" stroke=\\\"#E1E3ED\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" class=\\\"icon-light\\\"/><circle cx=\\\"6\\\" cy=\\\"6\\\" r=\\\"4\\\" stroke=\\\"currentColor\\\" stroke-dasharray=\\\"5 20\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" class=\\\"icon-dark\\\"><animate attributeName=\\\"stroke-dashoffset\\\" dur=\\\"1s\\\" repeatCount=\\\"indefinite\\\" values=\\\"25;0\\\"/></circle>\"\n },\n \"16\": {\n \"body\": \"<circle cx=\\\"8\\\" cy=\\\"8\\\" r=\\\"6\\\" stroke=\\\"#E1E3ED\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" class=\\\"icon-light\\\"/><circle cx=\\\"8\\\" cy=\\\"8\\\" r=\\\"6\\\" stroke=\\\"currentColor\\\" stroke-dasharray=\\\"10 28\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" class=\\\"icon-dark\\\"><animate attributeName=\\\"stroke-dashoffset\\\" dur=\\\"1s\\\" repeatCount=\\\"indefinite\\\" values=\\\"36.6;0\\\"/></circle>\"\n },\n \"24\": {\n \"body\": \"<circle cx=\\\"12\\\" cy=\\\"12\\\" r=\\\"9\\\" stroke=\\\"#E1E3ED\\\" stroke-width=\\\"2\\\" class=\\\"icon-light\\\"/><circle cx=\\\"12\\\" cy=\\\"12\\\" r=\\\"9\\\" stroke=\\\"currentColor\\\" stroke-dasharray=\\\"15 42\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" class=\\\"icon-dark\\\"><animate attributeName=\\\"stroke-dashoffset\\\" dur=\\\"1s\\\" repeatCount=\\\"indefinite\\\" values=\\\"57;0\\\"/></circle>\"\n }\n}, [\"12\", \"16\", \"24\"], \"status-running-outline\")); };\nexport var IconStatusRunningSimple = function (props) { return React.createElement('svg', useIconProps(props, {\n \"4\": {\n \"body\": \"<circle cx=\\\"2\\\" cy=\\\"2\\\" r=\\\"1.5\\\" fill=\\\"#C5C9FD\\\" stroke=\\\"currentColor\\\" class=\\\"icon-dark-stroke icon-light-fill\\\"><animate attributeName=\\\"stroke-width\\\" dur=\\\"1.5s\\\" repeatCount=\\\"indefinite\\\" values=\\\"2;1;2\\\"/><animate attributeName=\\\"r\\\" dur=\\\"1.5s\\\" repeatCount=\\\"indefinite\\\" values=\\\"1;1.5;1\\\"/></circle>\"\n },\n \"8\": {\n \"body\": \"<circle cx=\\\"4\\\" cy=\\\"4\\\" r=\\\"3\\\" stroke=\\\"#E1E3ED\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" class=\\\"icon-light\\\"/><circle cx=\\\"4\\\" cy=\\\"4\\\" r=\\\"3\\\" stroke=\\\"currentColor\\\" stroke-dasharray=\\\"5 14\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" class=\\\"icon-dark\\\"><animate attributeName=\\\"stroke-dashoffset\\\" dur=\\\"1s\\\" repeatCount=\\\"indefinite\\\" values=\\\"18.3;0\\\"/></circle>\"\n }\n}, [\"4\", \"8\"], \"status-running-simple\")); };\nexport var IconStatusSkippedOutline = function (props) { return React.createElement('svg', useIconProps(props, {\n \"12\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" d=\\\"M3.172 8.828a4 4 0 0 0 5.656-5.656M3.172 8.828a4 4 0 0 1 5.656-5.656M3.172 8.828l5.656-5.656\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" d=\\\"M3.757 12.243a6 6 0 1 0 8.486-8.486m-8.486 8.486a6 6 0 1 1 8.486-8.486m-8.486 8.486 8.486-8.486\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" d=\\\"M5.636 18.364A9 9 0 0 0 18.364 5.636M5.636 18.364A9 9 0 0 1 18.364 5.636M5.636 18.364 18.364 5.636\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"12\", \"16\", \"24\"], \"status-skipped-outline\")); };\nexport var IconStatusSkippedSimple = function (props) { return React.createElement('svg', useIconProps(props, {\n \"4\": {\n \"body\": \"<circle cx=\\\"2\\\" cy=\\\"2\\\" r=\\\"1.5\\\" stroke=\\\"currentColor\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"8\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" d=\\\"M1.879 6.121A3 3 0 0 0 6.12 1.88M1.88 6.12A3 3 0 1 1 6.12 1.88M1.88 6.12 6.12 1.88\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"4\", \"8\"], \"status-skipped-simple\")); };\nexport var IconTechnologyBranchHTall = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"currentColor\\\" d=\\\"M3 13h3v-2H3v2Zm3 0h7v-2H6v2Zm4.386-8H13V3h-2.614v2Zm-3.45 7.351L9.45 5.65l-1.873-.702-2.513 6.702 1.872.702ZM14 4v2a2 2 0 0 0 2-2h-2Zm0 0h-2a2 2 0 0 0 2 2V4Zm0 0V2a2 2 0 0 0-2 2h2Zm0 0h2a2 2 0 0 0-2-2v2Zm0 8v2a2 2 0 0 0 2-2h-2Zm0 0h-2a2 2 0 0 0 2 2v-2Zm0 0v-2a2 2 0 0 0-2 2h2Zm0 0h2a2 2 0 0 0-2-2v2ZM2 12v2a2 2 0 0 0 2-2H2Zm0 0H0a2 2 0 0 0 2 2v-2Zm0 0v-2a2 2 0 0 0-2 2h2Zm0 0h2a2 2 0 0 0-2-2v2Zm8.386-9a3 3 0 0 0-2.809 1.947l1.873.702A1 1 0 0 1 10.386 5V3Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"technology-branch-h-tall\")); };\nexport var IconTechnologyBranchH = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"currentColor\\\" d=\\\"M3 12h3v-2H3v2Zm3 0h7v-2H6v2Zm4.236-6H13V4h-2.764v2Zm-3.342 5.447 2.448-4.894-1.79-.895-2.446 4.895 1.788.894ZM14 5v2a2 2 0 0 0 2-2h-2Zm0 0h-2a2 2 0 0 0 2 2V5Zm0 0V3a2 2 0 0 0-2 2h2Zm0 0h2a2 2 0 0 0-2-2v2Zm0 6v2a2 2 0 0 0 2-2h-2Zm0 0h-2a2 2 0 0 0 2 2v-2Zm0 0V9a2 2 0 0 0-2 2h2Zm0 0h2a2 2 0 0 0-2-2v2ZM2 11v2a2 2 0 0 0 2-2H2Zm0 0H0a2 2 0 0 0 2 2v-2Zm0 0V9a2 2 0 0 0-2 2h2Zm0 0h2a2 2 0 0 0-2-2v2Zm8.236-7a3 3 0 0 0-2.683 1.658l1.789.895A1 1 0 0 1 10.236 6V4Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"technology-branch-h\")); };\nexport var IconTechnologyBrowserDark = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M2 6h12v7a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V6Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"currentColor\\\" fill-rule=\\\"evenodd\\\" d=\\\"M3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3H3ZM2 3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v2H2V3Zm12 3H2v7a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V6ZM3.5 4a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1Zm2 0a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1ZM8 3.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Z\\\" class=\\\"icon-dark\\\" clip-rule=\\\"evenodd\\\"/>\"\n }\n}, [\"16\"], \"technology-browser-dark\")); };\nexport var IconTechnologyBrowserLight = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M2 3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v2H2V3Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"currentColor\\\" fill-rule=\\\"evenodd\\\" d=\\\"M3 0a3 3 0 0 0-3 3v10a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3V3a3 3 0 0 0-3-3H3ZM2 3a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v2H2V3Zm12 3H2v7a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V6ZM3.5 4a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1Zm2 0a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1ZM8 3.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Z\\\" class=\\\"icon-dark\\\" clip-rule=\\\"evenodd\\\"/>\"\n }\n}, [\"16\"], \"technology-browser-light\")); };\nexport var IconTechnologyBrowserTesting2 = function (props) { return React.createElement('svg', useIconProps(props, {\n \"48\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M40 8H8a3 3 0 0 0-3 3v5h38v-5a3 3 0 0 0-3-3Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"#D0D2E0\\\" fill-rule=\\\"evenodd\\\" d=\\\"M8 8a3 3 0 0 0-3 3v5h38v-5a3 3 0 0 0-3-3H8Z\\\" class=\\\"icon-light\\\" clip-rule=\\\"evenodd\\\"/><path fill=\\\"currentColor\\\" d=\\\"M5 16H4a1 1 0 0 0 1 1v-1Zm38 0v1a1 1 0 0 0 1-1h-1Zm-24-5a1 1 0 1 0 0 2v-2Zm20 2a1 1 0 1 0 0-2v2ZM8 9h32V7H8v2Zm34 2v26h2V11h-2ZM6 37V11H4v26h2ZM5 17h38v-2H5v2Zm14-4h20v-2H19v2ZM8 39a2 2 0 0 1-2-2H4a4 4 0 0 0 4 4v-2Zm34-2a2 2 0 0 1-2 2v2a4 4 0 0 0 4-4h-2ZM40 9a2 2 0 0 1 2 2h2a4 4 0 0 0-4-4v2ZM8 7a4 4 0 0 0-4 4h2a2 2 0 0 1 2-2V7Zm-4 4v5h2v-5H4Zm40 5v-5h-2v5h2Zm-4 23H24v2h16v-2Zm-16 0h-8v2h8v-2Zm-8 0H8v2h8v-2ZM10 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM13 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM16 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\\\" class=\\\"icon-dark\\\"/><path fill=\\\"#9AA2FC\\\" d=\\\"M15 30h4v4h-4v-4Z\\\" class=\\\"icon-light-secondary\\\"/><path fill=\\\"#4956E3\\\" d=\\\"M33 25a1 1 0 1 0 0-2v2Zm-10-2a1 1 0 1 0 0 2v-2Zm10 10a1 1 0 1 0 0-2v2Zm-10-2a1 1 0 1 0 0 2v-2Zm-8.707-5.707a1 1 0 0 0 1.414 1.414l-1.414-1.414Zm5.414-2.586a1 1 0 0 0-1.414-1.414l1.414 1.414Zm-4-1.414a1 1 0 0 0-1.414 1.414l1.414-1.414Zm2.586 5.414a1 1 0 0 0 1.414-1.414l-1.414 1.414ZM15 30v-1a1 1 0 0 0-1 1h1Zm4 0h1a1 1 0 0 0-1-1v1Zm0 4v1a1 1 0 0 0 1-1h-1Zm-4 0h-1a1 1 0 0 0 1 1v-1Zm18-11H23v2h10v-2Zm0 8H23v2h10v-2Zm-17.293-4.293 2-2-1.414-1.414-2 2 1.414 1.414Zm2-2 2-2-1.414-1.414-2 2 1.414 1.414Zm-3.414-2 2 2 1.414-1.414-2-2-1.414 1.414Zm2 2 2 2 1.414-1.414-2-2-1.414 1.414ZM15 31h4v-2h-4v2Zm3-1v4h2v-4h-2Zm1 3h-4v2h4v-2Zm-3 1v-4h-2v4h2Z\\\" class=\\\"icon-dark-secondary\\\"/>\"\n }\n}, [\"48\"], \"technology-browser-testing-2\")); };\nexport var IconTechnologyCodeEditor = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M15 3a2 2 0 0 0-2-2H3a2 2 0 0 0-2 2v1h14V3Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"#D0D2E0\\\" fill-rule=\\\"evenodd\\\" d=\\\"M15 3a2 2 0 0 0-2-2H3a2 2 0 0 0-2 2v1h14V3Z\\\" class=\\\"icon-light\\\" clip-rule=\\\"evenodd\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M1 4v9a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V4M1 4V3a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v1M1 4h14m-5 4 1.5 1.5L10 11M6 8 4.5 9.5 6 11\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M21 6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2h18V6Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"#D0D2E0\\\" fill-rule=\\\"evenodd\\\" d=\\\"M21 6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v2h18V6Z\\\" class=\\\"icon-light\\\" clip-rule=\\\"evenodd\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M3 8v10a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V8M3 8V6a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v2M3 8h18m-7 4 2 2-2 2m-4-4-2 1.929 2 1.928\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\", \"24\"], \"technology-code-editor\")); };\nexport var IconTechnologyCommandLineError = function (props) { return React.createElement('svg', useIconProps(props, {\n \"48\": {\n \"body\": \"<rect fill=\\\"currentColor\\\"/><path fill=\\\"#E1E3ED\\\" d=\\\"M43 37V16H5v21a3 3 0 0 0 3 3h32a3 3 0 0 0 3-3Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"#747994\\\" d=\\\"M13 28a1 1 0 1 0 0 2v-2Zm-2 3a1 1 0 1 0 0 2v-2Zm2-6a1 1 0 1 0 0 2v-2Zm-2-3a1 1 0 1 0 0 2v-2Zm13 2a1 1 0 1 0 0-2v2Zm-5-3a1 1 0 1 0 0-2v2ZM9 19a1 1 0 1 0 0 2v-2Zm14.01 14a1 1 0 1 0 0-2v2ZM29 27a1 1 0 1 0 0-2v2ZM9 34a1 1 0 1 0 0 2v-2Zm17-4a1 1 0 1 0 0-2v2Zm-8 6a1 1 0 1 0 0-2v2ZM8 9h32V7H8v2Zm34 2v26h2V11h-2ZM6 37V11H4v26h2Zm2 2a2 2 0 0 1-2-2H4a4 4 0 0 0 4 4v-2Zm34-2a2 2 0 0 1-2 2v2a4 4 0 0 0 4-4h-2ZM40 9a2 2 0 0 1 2 2h2a4 4 0 0 0-4-4v2ZM8 7a4 4 0 0 0-4 4h2a2 2 0 0 1 2-2V7Zm-4 4v5h2v-5H4Zm40 5v-5h-2v5h2Zm0 21V16h-2v21h2ZM4 16v21h2V16H4Zm1 1h38v-2H5v2Zm35 22H8v2h32v-2Zm-27-9h4v-2h-4v2Zm3 1h-5v2h5v-2Zm0-4h8v-2h-8v2Zm-3 0h2v-2h-2v2Zm-2-3h5v-2h-5v2Zm13-2h-6.99v2H24v-2Zm-5-3h-6v2h6v-2ZM9 21h3v-2H9v2Zm8 12h6.01v-2H17v2Zm8-6h4v-2h-4v2Zm-7 3h5v-2h-5v2Zm-4 4H9v2h5v-2Zm10-4h2v-2h-2v2Zm-9 6h3v-2h-3v2ZM10 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM13 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM16 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\\\" class=\\\"icon-dark\\\"/><path fill=\\\"#F8C4CD\\\" d=\\\"M34 36.998a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\\\" class=\\\"icon-light-secondary\\\"/><path fill=\\\"#F8C4CD\\\" fill-rule=\\\"evenodd\\\" d=\\\"M31 31.498a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5v1.17a.5.5 0 0 0 .75.432l1.013-.584a.5.5 0 0 1 .683.183l1.5 2.598a.5.5 0 0 1-.183.683l-1.013.585a.5.5 0 0 0 0 .866l1.013.585a.5.5 0 0 1 .183.683l-1.5 2.598a.5.5 0 0 1-.683.183l-1.013-.585a.5.5 0 0 0-.75.433v1.17a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1.17a.5.5 0 0 0-.75-.432l-1.013.584a.5.5 0 0 1-.683-.183l-1.5-2.598a.5.5 0 0 1 .183-.683l1.013-.585a.5.5 0 0 0 0-.866l-1.013-.585a.5.5 0 0 1-.183-.683l1.5-2.598a.5.5 0 0 1 .683-.183l1.013.584a.5.5 0 0 0 .75-.433v-1.169Zm2 6.5a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z\\\" class=\\\"icon-light-secondary\\\" clip-rule=\\\"evenodd\\\"/><path stroke=\\\"#C62B49\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M34 36.998a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\\\" class=\\\"icon-dark-secondary\\\"/><path stroke=\\\"#C62B49\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M31 31.498a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5v1.17a.5.5 0 0 0 .75.432l1.013-.584a.5.5 0 0 1 .683.183l1.5 2.598a.5.5 0 0 1-.183.683l-1.013.585a.5.5 0 0 0 0 .866l1.013.585a.5.5 0 0 1 .183.683l-1.5 2.598a.5.5 0 0 1-.683.183l-1.013-.585a.5.5 0 0 0-.75.433v1.17a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1.17a.5.5 0 0 0-.75-.432l-1.013.584a.5.5 0 0 1-.683-.183l-1.5-2.598a.5.5 0 0 1 .183-.683l1.013-.585a.5.5 0 0 0 0-.866l-1.013-.585a.5.5 0 0 1-.183-.683l1.5-2.598a.5.5 0 0 1 .683-.183l1.013.584a.5.5 0 0 0 .75-.433v-1.169Zm2 6.5a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z\\\" class=\\\"icon-dark-secondary\\\" clip-rule=\\\"evenodd\\\"/>\"\n }\n}, [\"48\"], \"technology-command-line-error\")); };\nexport var IconTechnologyCommandLine = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m3 6 3.5 3.5L3 13m6 0h4\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"technology-command-line\")); };\nexport var IconTechnologyCypress = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"currentColor\\\" fill-rule=\\\"evenodd\\\" d=\\\"M7.872 8.854A2.49 2.49 0 0 1 7.1 9.857c-.43.334-.972.533-1.561.533-1.394 0-2.524-1.113-2.524-2.487s1.13-2.487 2.524-2.487a2.538 2.538 0 0 1 1.705.654c.27.243.485.544.627.882l-1.339.464c-.169-.385-.532-.652-.953-.652-.582 0-1.054.51-1.054 1.139s.472 1.139 1.054 1.139c.421 0 .784-.267.953-.652l1.339.464Z\\\" class=\\\"icon-dark\\\" clip-rule=\\\"evenodd\\\"/><path fill=\\\"currentColor\\\" fill-rule=\\\"evenodd\\\" d=\\\"M7.872 8.854A2.49 2.49 0 0 1 7.1 9.857c-.43.334-.972.533-1.561.533-1.394 0-2.524-1.113-2.524-2.487s1.13-2.487 2.524-2.487a2.538 2.538 0 0 1 1.705.654c.27.243.485.544.627.882l-1.339.464c-.169-.385-.532-.652-.953-.652-.582 0-1.054.51-1.054 1.139s.472 1.139 1.054 1.139c.421 0 .784-.267.953-.652l1.339.464Z\\\" class=\\\"icon-dark\\\" clip-rule=\\\"evenodd\\\"/><path fill=\\\"currentColor\\\" d=\\\"M2 8a6 6 0 1 1 9.122 5.125l-.996 2.59A8 8 0 0 0 16 8a8 8 0 1 0-7.64 7.991.93.93 0 0 0 .817-.61l3.806-9.88h-1.458L10.39 8.717 9.23 5.5H7.687l1.93 4.975-1.364 3.519A6.001 6.001 0 0 1 2 8Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"technology-cypress\")); };\nexport var IconTechnologyDashboardCheckmark = function (props) { return React.createElement('svg', useIconProps(props, {\n \"48\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M40 8H8a3 3 0 0 0-3 3v5h38v-5a3 3 0 0 0-3-3Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"#D0D2E0\\\" fill-rule=\\\"evenodd\\\" d=\\\"M8 8a3 3 0 0 0-3 3v5h38v-5a3 3 0 0 0-3-3H8Z\\\" class=\\\"icon-light\\\" clip-rule=\\\"evenodd\\\"/><path fill=\\\"#D0D2E0\\\" d=\\\"m19 30-5-2-5 3v5h29a1 1 0 0 0 1-1V23l-5 1-5 3-5-2-5 5Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"currentColor\\\" d=\\\"M5 16H4a1 1 0 0 0 1 1v-1Zm38 0v1a1 1 0 0 0 1-1h-1Zm-24-5a1 1 0 1 0 0 2v-2Zm20 2a1 1 0 1 0 0-2v2ZM14 28l.371-.928a1 1 0 0 0-.886.07L14 28Zm5 2-.371.928a1 1 0 0 0 1.078-.22L19 30Zm5-5 .371-.928a1 1 0 0 0-1.078.22L24 25Zm5 2-.371.928a1 1 0 0 0 .886-.07L29 27ZM9 31l-.514-.858A1 1 0 0 0 8 31h1Zm25-7-.196-.98a1 1 0 0 0-.319.122L34 24ZM9 36H8a1 1 0 0 0 1 1v-1ZM8 9h32V7H8v2Zm34 2v26h2V11h-2ZM6 37V11H4v26h2ZM5 17h38v-2H5v2Zm14-4h20v-2H19v2ZM8 39a2 2 0 0 1-2-2H4a4 4 0 0 0 4 4v-2Zm34-2a2 2 0 0 1-2 2v2a4 4 0 0 0 4-4h-2ZM40 9a2 2 0 0 1 2 2h2a4 4 0 0 0-4-4v2ZM8 7a4 4 0 0 0-4 4h2a2 2 0 0 1 2-2V7Zm-4 4v5h2v-5H4Zm40 5v-5h-2v5h2Zm-6 3H10v2h28v-2Zm-24.371 9.928 5 2 .742-1.857-5-2-.742 1.857Zm6.078 1.78 5-5-1.414-1.415-5 5 1.414 1.414Zm3.922-4.78 5 2 .742-1.857-5-2-.742 1.857ZM40 35V23h-2v12h2Zm0-12v-2h-2v2h2Zm0 16H24v2h16v-2Zm-16 0h-8v2h8v-2Zm-8 0H8v2h8v-2Zm-6.486-7.142 5-3-1.028-1.716-5 3 1.028 1.716Zm20-4 5-3-1.029-1.716-5 3 1.03 1.716Zm4.682-2.877 5-1-.392-1.962-5 1 .392 1.962ZM38 35H9v2h29v-2Zm-28 1V21H8v15h2Zm-2-5v5h2v-5H8Zm30-10h2a2 2 0 0 0-2-2v2Zm0 14v2a2 2 0 0 0 2-2h-2ZM10 19a2 2 0 0 0-2 2h2v-2ZM10 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM13 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM16 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\\\" class=\\\"icon-dark\\\"/><path fill=\\\"#69D3A7\\\" d=\\\"M37 37a6 6 0 1 0-12 0 6 6 0 0 0 12 0Z\\\"/><path fill=\\\"#00814D\\\" d=\\\"M28.293 38.207a1 1 0 0 1 1.414-1.414l-1.414 1.414ZM30.5 39l.814.581a1 1 0 0 1-1.521.126L30.5 39Zm1.686-4.081a1 1 0 1 1 1.628 1.162l-1.628-1.162ZM36 37a5 5 0 0 0-5-5v-2a7 7 0 0 1 7 7h-2Zm-5-5a5 5 0 0 0-5 5h-2a7 7 0 0 1 7-7v2Zm-5 5a5 5 0 0 0 5 5v2a7 7 0 0 1-7-7h2Zm5 5a5 5 0 0 0 5-5h2a7 7 0 0 1-7 7v-2Zm-1.293-5.207 1.5 1.5-1.414 1.414-1.5-1.5 1.414-1.414Zm-.02 1.626 2.5-3.5 1.627 1.162-2.5 3.5-1.628-1.162Z\\\"/>\"\n }\n}, [\"48\"], \"technology-dashboard-checkmark\")); };\nexport var IconTechnologyDashboardFail = function (props) { return React.createElement('svg', useIconProps(props, {\n \"48\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" fill-rule=\\\"evenodd\\\" d=\\\"M8 8a3 3 0 0 0-3 3v5h38v-5a3 3 0 0 0-3-3H8Z\\\" class=\\\"icon-light\\\" clip-rule=\\\"evenodd\\\"/><path fill=\\\"#D0D2E0\\\" d=\\\"m19 30-5-2-5 3v5h29a1 1 0 0 0 1-1V23l-5 1-5 3-5-2-5 5Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"currentColor\\\" d=\\\"M5 16H4a1 1 0 0 0 1 1v-1Zm38 0v1a1 1 0 0 0 1-1h-1Zm-24-5a1 1 0 1 0 0 2v-2Zm20 2a1 1 0 1 0 0-2v2ZM14 28l.371-.928a1 1 0 0 0-.886.07L14 28Zm5 2-.371.928a1 1 0 0 0 1.078-.22L19 30Zm5-5 .371-.928a1 1 0 0 0-1.078.22L24 25Zm5 2-.371.928a1 1 0 0 0 .886-.07L29 27ZM9 31l-.514-.858A1 1 0 0 0 8 31h1Zm25-7-.196-.98a1 1 0 0 0-.319.122L34 24ZM9 36H8a1 1 0 0 0 1 1v-1ZM8 9h32V7H8v2Zm34 2v26h2V11h-2ZM6 37V11H4v26h2ZM5 17h38v-2H5v2Zm14-4h20v-2H19v2ZM8 39a2 2 0 0 1-2-2H4a4 4 0 0 0 4 4v-2Zm34-2a2 2 0 0 1-2 2v2a4 4 0 0 0 4-4h-2ZM40 9a2 2 0 0 1 2 2h2a4 4 0 0 0-4-4v2ZM8 7a4 4 0 0 0-4 4h2a2 2 0 0 1 2-2V7Zm-4 4v5h2v-5H4Zm40 5v-5h-2v5h2Zm-6 3H10v2h28v-2Zm-24.371 9.928 5 2 .742-1.857-5-2-.742 1.857Zm6.078 1.78 5-5-1.414-1.415-5 5 1.414 1.414Zm3.922-4.78 5 2 .742-1.857-5-2-.742 1.857ZM40 35V23h-2v12h2Zm0-12v-2h-2v2h2Zm0 16H24v2h16v-2Zm-16 0h-8v2h8v-2Zm-8 0H8v2h8v-2Zm-6.486-7.142 5-3-1.028-1.716-5 3 1.028 1.716Zm20-4 5-3-1.029-1.716-5 3 1.03 1.716Zm4.682-2.877 5-1-.392-1.962-5 1 .392 1.962ZM38 35H9v2h29v-2Zm-28 1V21H8v15h2Zm-2-5v5h2v-5H8Zm30-10h2a2 2 0 0 0-2-2v2Zm0 14v2a2 2 0 0 0 2-2h-2ZM10 19a2 2 0 0 0-2 2h2v-2ZM10 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM13 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM16 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\\\" class=\\\"icon-dark\\\"/><path fill=\\\"#F8C4CD\\\" d=\\\"M35.243 41.243a6 6 0 1 1-8.486-8.485 6 6 0 0 1 8.486 8.485Z\\\" class=\\\"icon-light-secondary\\\"/><path stroke=\\\"#C62B49\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m32.5 35.5-3 3m3 0-3-3m5.743 5.743a6 6 0 1 1-8.486-8.485 6 6 0 0 1 8.486 8.485Z\\\" class=\\\"icon-dark-secondary\\\"/>\"\n }\n}, [\"48\"], \"technology-dashboard-fail\")); };\nexport var IconTechnologyDashboardRunning = function (props) { return React.createElement('svg', useIconProps(props, {\n \"48\": {\n \"body\": \"<path fill=\\\"#E1E3ED\\\" d=\\\"M40 8H8a3 3 0 0 0-3 3v5h38v-5a3 3 0 0 0-3-3Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"#E1E3ED\\\" fill-rule=\\\"evenodd\\\" d=\\\"M8 8a3 3 0 0 0-3 3v5h38v-5a3 3 0 0 0-3-3H8Z\\\" class=\\\"icon-light\\\" clip-rule=\\\"evenodd\\\"/><path fill=\\\"#E1E3ED\\\" d=\\\"m19 30-5-2-5 3v5h29a1 1 0 0 0 1-1V23l-5 1-5 3-5-2-5 5Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"#9095AD\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M19 12h20m4-1v26a3 3 0 0 1-3 3H8a3 3 0 0 1-3-3V11m38 0a3 3 0 0 0-3-3H8a3 3 0 0 0-3 3m38 0v5H5v-5m34 12v12a1 1 0 0 1-1 1H9m30-13v-2a1 1 0 0 0-1-1H10a1 1 0 0 0-1 1v15m30-13-5 1-5 3-5-2-5 5-5-2-5 3v5\\\" class=\\\"icon-dark\\\"/><path fill=\\\"#9095AD\\\" d=\\\"M10 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM13 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM16 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\\\" class=\\\"icon-dark\\\"/><path fill=\\\"#fff\\\" d=\\\"M39 37a8 8 0 1 1-16 0 8 8 0 0 1 16 0Z\\\"/><path fill=\\\"currentColor\\\" d=\\\"M37 37a6 6 0 1 1-12 0 6 6 0 0 1 12 0Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"#C5C9FD\\\" fill-rule=\\\"evenodd\\\" d=\\\"M31 32a5 5 0 1 0 0 10 5 5 0 0 0 0-10Zm-7 5a7 7 0 1 1 14 0 7 7 0 0 1-14 0Z\\\" class=\\\"icon-light-secondary\\\" clip-rule=\\\"evenodd\\\"/><path fill=\\\"#4956E3\\\" fill-rule=\\\"evenodd\\\" d=\\\"M30 31a1 1 0 0 1 1-1 7 7 0 0 1 7 7 1 1 0 1 1-2 0 5 5 0 0 0-5-5 1 1 0 0 1-1-1Z\\\" class=\\\"icon-dark-secondary\\\" clip-rule=\\\"evenodd\\\"/><path fill=\\\"#fff\\\" d=\\\"M36 37a5 5 0 1 1-10 0 5 5 0 0 1 10 0Z\\\"/>\"\n }\n}, [\"48\"], \"technology-dashboard-running\")); };\nexport var IconTechnologyDollar = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M5 3h3a1 1 0 0 1 1 1v.5M5 3H2a1 1 0 0 0-1 1v3a1 1 0 0 0 1 1h3m0-5V1m0 2v5m0 5h3a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1H5m0 5H2a1 1 0 0 1-1-1v-.5M5 13v2m0-2V8\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"technology-dollar\")); };\nexport var IconTechnologyDragProject = function (props) { return React.createElement('svg', useIconProps(props, {\n \"48\": {\n \"body\": \"<path stroke=\\\"rgba(0,0,0,0.2)\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M38.5 15v-1m-29 24h-2a3 3 0 0 1-3-3v-1m34-24V9a3 3 0 0 0-3-3h-1m-30 4V9a3 3 0 0 1 3-3h1m-4 24v-2.5m0-4v-3m0-4V14m8-8H16m4 0h3m4 0h3.5\\\" class=\\\"icon-dark-secondary\\\"/><path fill=\\\"#69D3A7\\\" d=\\\"M26.086 15.586A2 2 0 0 0 24.672 15H13.5a1 1 0 0 0-1 1v5h12.172a2 2 0 0 0 1.414-.586L28.5 18l-2.414-2.414Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"currentColor\\\" d=\\\"M12.5 21h-1 1Zm13.586-.586.707.707-.707-.707ZM24.672 15v-1 1Zm1.414.586.707-.707-.707.707ZM13.5 15v1-1Zm10.707 13.707a.999.999 0 1 0-1.414-1.414l1.414 1.414ZM21 30.5l-.707-.707a.999.999 0 0 0 0 1.414L21 30.5Zm1.793 3.207a.999.999 0 1 0 1.414-1.414l-1.414 1.414Zm9.414-6.414a.999.999 0 1 0-1.414 1.414l1.414-1.414ZM34 30.5l.707.707a.999.999 0 0 0 0-1.414L34 30.5Zm-3.207 1.793a.999.999 0 1 0 1.414 1.414l-1.414-1.414Zm-5.269 2.49a1 1 0 1 0 1.952.434l-1.952-.434Zm3.952-8.566a1 1 0 1 0-1.952-.434l1.952.434ZM41.5 20v19h2V20h-2Zm-1 20h-26v2h26v-2Zm-27-24h11.172v-2H13.5v2Zm11.879.293 2.414 2.414 1.414-1.414-2.414-2.414-1.414 1.414ZM28.5 19h12v-2h-12v2Zm-.707-1.707-2.414 2.414 1.414 1.414 2.414-2.414-1.414-1.414ZM13.5 39V21h-2v18h2Zm0-18v-5h-2v5h2Zm11.172-1H12.5v2h12.172v-2Zm.707-.293a1 1 0 0 1-.707.293v2a3 3 0 0 0 2.121-.879l-1.414-1.414ZM24.672 16a1 1 0 0 1 .707.293l1.414-1.414A3 3 0 0 0 24.672 14v2ZM14.5 40a1 1 0 0 1-1-1h-2a3 3 0 0 0 3 3v-2Zm27-1a1 1 0 0 1-1 1v2a3 3 0 0 0 3-3h-2Zm2-19a3 3 0 0 0-3-3v2a1 1 0 0 1 1 1h2Zm-30-6a2 2 0 0 0-2 2h2v-2Zm9.293 13.293-2.5 2.5 1.414 1.414 2.5-2.5-1.414-1.414Zm-2.5 3.914 2.5 2.5 1.414-1.414-2.5-2.5-1.414 1.414Zm10.5-2.5 2.5 2.5 1.414-1.414-2.5-2.5-1.414 1.414Zm2.5 1.086-2.5 2.5 1.414 1.414 2.5-2.5-1.414-1.414Zm-5.817 5.424 2-9-1.952-.434-2 9 1.952.434Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"48\"], \"technology-drag-project\")); };\nexport var IconTechnologyElementSelector = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M14 5V4a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h1\\\" class=\\\"icon-dark\\\"/><path fill=\\\"currentColor\\\" stroke=\\\"currentColor\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"m10 11 3 3 1-1-3-3 1.5-1.5L7 7l1.5 5.5L10 11Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"technology-element-selector\")); };\nexport var IconTechnologyImageScreenshot = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M1 14a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-2l-2.5-2.5L10 12 5.5 7.5 1 12v2ZM12 5a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"currentColor\\\" d=\\\"m5.5 7.5.707-.707a1 1 0 0 0-1.414 0L5.5 7.5ZM10 12l-.707.707a1 1 0 0 0 1.414 0L10 12Zm2.5-2.5.707-.707a1 1 0 0 0-1.414 0l.707.707ZM14 0H2v2h12V0ZM2 14v-2H0v2h2Zm0-2V2H0v10h2Zm-.293.707 4.5-4.5-1.414-1.414-4.5 4.5 1.414 1.414Zm3.086-4.5 4.5 4.5 1.414-1.414-4.5-4.5-1.414 1.414Zm5.914 4.5 2.5-2.5-1.414-1.414-2.5 2.5 1.414 1.414ZM16 14v-2h-2v2h2Zm0-2V2h-2v10h2Zm-4.207-1.793 2.5 2.5 1.414-1.414-2.5-2.5-1.414 1.414ZM2 16h12v-2H2v2Zm9-11v2a2 2 0 0 0 2-2h-2Zm0 0H9a2 2 0 0 0 2 2V5Zm0 0V3a2 2 0 0 0-2 2h2Zm0 0h2a2 2 0 0 0-2-2v2Zm3-3h2a2 2 0 0 0-2-2v2Zm0 12v2a2 2 0 0 0 2-2h-2ZM2 0a2 2 0 0 0-2 2h2V0ZM0 14a2 2 0 0 0 2 2v-2H0Z\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path fill=\\\"#C5C9FD\\\" d=\\\"M3 19a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1v-2l-3-3-3 3-6-6-6 6v2ZM18 9a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"currentColor\\\" d=\\\"m9 11 .707-.707a1 1 0 0 0-1.414 0L9 11Zm6 6-.707.707a1 1 0 0 0 1.414 0L15 17Zm3-3 .707-.707a1 1 0 0 0-1.414 0L18 14Zm2-11H4v2h16V3ZM4 19v-2H2v2h2Zm0-2V5H2v12h2Zm-.293.707 6-6-1.414-1.414-6 6 1.414 1.414Zm4.586-6 6 6 1.414-1.414-6-6-1.414 1.414Zm7.414 6 3-3-1.414-1.414-3 3 1.414 1.414ZM22 19v-2h-2v2h2Zm0-2V5h-2v12h2Zm-4.707-2.293 3 3 1.414-1.414-3-3-1.414 1.414ZM4 21h16v-2H4v2ZM17 9a1 1 0 0 1-1 1v2a3 3 0 0 0 3-3h-2Zm-1 1a1 1 0 0 1-1-1h-2a3 3 0 0 0 3 3v-2Zm-1-1a1 1 0 0 1 1-1V6a3 3 0 0 0-3 3h2Zm1-1a1 1 0 0 1 1 1h2a3 3 0 0 0-3-3v2Zm4-3h2a2 2 0 0 0-2-2v2Zm0 14v2a2 2 0 0 0 2-2h-2ZM4 3a2 2 0 0 0-2 2h2V3ZM2 19a2 2 0 0 0 2 2v-2H2Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\", \"24\"], \"technology-image-screenshot\")); };\nexport var IconTechnologyInfinityLoop = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"currentColor\\\" d=\\\"M7 5v1h2V5H7Zm2 6v-1H7v1h2ZM5 7a2 2 0 0 1-2-2H1a4 4 0 0 0 4 4V7ZM3 5a2 2 0 0 1 2-2V1a4 4 0 0 0-4 4h2Zm2-2a2 2 0 0 1 2 2h2a4 4 0 0 0-4-4v2Zm8 8a2 2 0 0 1-2 2v2a4 4 0 0 0 4-4h-2Zm-2 2a2 2 0 0 1-2-2H7a4 4 0 0 0 4 4v-2Zm0-4a2 2 0 0 1 2 2h2a4 4 0 0 0-4-4v2Zm0-2H5v2h6V7Z\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"20\": {\n \"body\": \"<path fill=\\\"currentColor\\\" d=\\\"M11 13v-1H9v1h2ZM9 7v1h2V7H9ZM5.5 9A3.5 3.5 0 0 1 2 5.5H0A5.5 5.5 0 0 0 5.5 11V9ZM2 5.5A3.5 3.5 0 0 1 5.5 2V0A5.5 5.5 0 0 0 0 5.5h2ZM5.5 2A3.5 3.5 0 0 1 9 5.5h2A5.5 5.5 0 0 0 5.5 0v2ZM18 14.5a3.5 3.5 0 0 1-3.5 3.5v2a5.5 5.5 0 0 0 5.5-5.5h-2ZM14.5 18a3.5 3.5 0 0 1-3.5-3.5H9a5.5 5.5 0 0 0 5.5 5.5v-2Zm0-7a3.5 3.5 0 0 1 3.5 3.5h2A5.5 5.5 0 0 0 14.5 9v2Zm0-2h-9v2h9V9ZM11 14.5V13H9v1.5h2Zm-2-9V7h2V5.5H9Z\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path fill=\\\"currentColor\\\" d=\\\"M13 15v-1h-2v1h2Zm-2-6v1h2V9h-2Zm-3.5 2A3.5 3.5 0 0 1 4 7.5H2A5.5 5.5 0 0 0 7.5 13v-2ZM4 7.5A3.5 3.5 0 0 1 7.5 4V2A5.5 5.5 0 0 0 2 7.5h2ZM7.5 4A3.5 3.5 0 0 1 11 7.5h2A5.5 5.5 0 0 0 7.5 2v2ZM20 16.5a3.5 3.5 0 0 1-3.5 3.5v2a5.5 5.5 0 0 0 5.5-5.5h-2ZM16.5 20a3.5 3.5 0 0 1-3.5-3.5h-2a5.5 5.5 0 0 0 5.5 5.5v-2Zm0-7a3.5 3.5 0 0 1 3.5 3.5h2a5.5 5.5 0 0 0-5.5-5.5v2Zm0-2h-9v2h9v-2ZM13 16.5V15h-2v1.5h2Zm-2-9V9h2V7.5h-2Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\", \"20\", \"24\"], \"technology-infinity-loop\")); };\nexport var IconTechnologyLockedProject = function (props) { return React.createElement('svg', useIconProps(props, {\n \"48\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M18.586 8.586A2 2 0 0 0 17.172 8H6a1 1 0 0 0-1 1v5h12.172a2 2 0 0 0 1.414-.586L21 11l-2.414-2.414Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"currentColor\\\" d=\\\"m18.586 13.414.707.707-.707-.707ZM17.172 8v1-1Zm1.414.586.707-.707-.707.707ZM5 38H4h1ZM6 8V7v1Zm36 5v25h2V13h-2Zm-1 26H7v2h34v-2ZM6 9h11.172V7H6v2Zm11.879.293 2.414 2.414 1.414-1.414-2.414-2.414-1.414 1.414ZM21 12h20v-2H21v2Zm-.707-1.707-2.414 2.414 1.414 1.414 2.414-2.414-1.414-1.414ZM6 38V14H4v24h2Zm0-24V9H4v5h2Zm11.172-1H5v2h12.172v-2Zm.707-.293a1 1 0 0 1-.707.293v2a3 3 0 0 0 2.12-.879l-1.413-1.414ZM17.172 9a1 1 0 0 1 .707.293l1.414-1.414A3 3 0 0 0 17.172 7v2ZM7 39a1 1 0 0 1-1-1H4a3 3 0 0 0 3 3v-2Zm35-1a1 1 0 0 1-1 1v2a3 3 0 0 0 3-3h-2Zm2-25a3 3 0 0 0-3-3v2a1 1 0 0 1 1 1h2ZM6 7a2 2 0 0 0-2 2h2V7Z\\\" class=\\\"icon-dark\\\"/><path fill=\\\"#69D3A7\\\" fill-rule=\\\"evenodd\\\" d=\\\"M25 41a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2v-5a2 2 0 0 0-2-2h-8a2 2 0 0 0-2 2v5Z\\\" class=\\\"icon-light-secondary\\\" clip-rule=\\\"evenodd\\\"/><path stroke=\\\"#00814D\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M28 34h-1a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2v-5a2 2 0 0 0-2-2h-1m-6 0v-2a3 3 0 0 1 3-3v0a3 3 0 0 1 3 3v2m-6 0h6m-3 4v1\\\" class=\\\"icon-dark-secondary\\\"/>\"\n }\n}, [\"48\"], \"technology-locked-project\")); };\nexport var IconTechnologyOctothorpe = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M7 2 4 14m5 0 3-12m2 4H3m10 4H2\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"technology-octothorpe\")); };\nexport var IconTechnologyPullRequest = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"currentColor\\\" d=\\\"M2.5 12a1 1 0 1 0 2 0h-2Zm2-8a1 1 0 1 0-2 0h2Zm7 8a1 1 0 1 0 2 0h-2Zm-4-8-.707-.707a1 1 0 0 0 0 1.414L7.5 4ZM9 2.5h1a1 1 0 0 0-1.707-.707L9 2.5Zm0 3-.707.707A1 1 0 0 0 10 5.5H9ZM11.5 4v1-1Zm-7 8V4h-2v8h2Zm9 0V5h-2v7h2Zm-2-9h-4v2h4V3ZM8.207 4.707l1.5-1.5-1.414-1.414-1.5 1.5 1.414 1.414Zm-1.414 0 1.5 1.5 1.414-1.414-1.5-1.5-1.414 1.414ZM8 2.5v3h2v-3H8ZM13.5 5a2 2 0 0 0-2-2v2h2Z\\\" class=\\\"icon-dark\\\"/><path fill=\\\"#D0D2E0\\\" stroke=\\\"currentColor\\\" d=\\\"M5 4a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm0 8a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm9 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z\\\" class=\\\"icon-light-fill icon-dark-stroke\\\"/>\"\n }\n}, [\"16\"], \"technology-pull-request\")); };\nexport var IconTechnologyServer = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<rect width=\\\"14\\\" height=\\\"6\\\" x=\\\"1\\\" y=\\\"2\\\" fill=\\\"#D0D2E0\\\" stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" class=\\\"icon-dark-stroke icon-light-fill\\\" rx=\\\"2\\\"/><rect width=\\\"14\\\" height=\\\"6\\\" x=\\\"1\\\" y=\\\"8\\\" fill=\\\"#D0D2E0\\\" stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" class=\\\"icon-dark-stroke icon-light-fill\\\" rx=\\\"2\\\"/><path fill=\\\"currentColor\\\" d=\\\"M13 5a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM10 5a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM13 11a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"technology-server\")); };\nexport var IconTechnologyTerminalLog = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M15 3a2 2 0 0 0-2-2H3a2 2 0 0 0-2 2v1h14V3Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"#D0D2E0\\\" fill-rule=\\\"evenodd\\\" d=\\\"M15 3a2 2 0 0 0-2-2H3a2 2 0 0 0-2 2v1h14V3Z\\\" class=\\\"icon-light\\\" clip-rule=\\\"evenodd\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M1 4v9a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V4M1 4V3a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v1M1 4h14\\\" class=\\\"icon-dark\\\"/><path fill=\\\"currentColor\\\" d=\\\"M4.5 7a.5.5 0 0 0 0 1V7Zm1 1H6V7h-.5v1Zm-1 1a.5.5 0 0 0 0 1V9ZM6 10h.5V9H6v1Zm-1.5 1a.5.5 0 0 0 0 1v-1Zm3 1H8v-1h-.5v1Zm0-3H7v1h.5V9ZM9 10a.5.5 0 0 0 0-1v1Zm0 1h-.5v1H9v-1Zm2 1a.5.5 0 0 0 0-1v1ZM7 7h-.5v1H7V7Zm1 1h.5V7H8v1Zm1.5-1H9v1h.5V7Zm2 1a.5.5 0 0 0 0-1v1Zm-7 0h1V7h-1v1Zm0 2H6V9H4.5v1Zm0 2h3v-1h-3v1Zm3-2H9V9H7.5v1ZM9 12h2v-1H9v1ZM7 8h1V7H7v1Zm2.5 0h2V7h-2v1Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"technology-terminal-log\")); };\nexport var IconTechnologyTerminal = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M1 4v9a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V4M1 4V3a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2v1M1 4h14M5 8l1.5 1.5L5 11\\\" class=\\\"icon-dark\\\" opacity=\\\".7\\\"/>\"\n }\n}, [\"16\"], \"technology-terminal\")); };\nexport var IconTechnologyTestResults = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"currentColor\\\" d=\\\"M1 10h3v3H1v-3Z\\\" class=\\\"icon-dark\\\"/><path fill=\\\"currentColor\\\" d=\\\"M15 5.5a1 1 0 1 0 0-2v2Zm-8-2a1 1 0 0 0 0 2v-2Zm8 9a1 1 0 1 0 0-2v2Zm-8-2a1 1 0 1 0 0 2v-2ZM.293 5.293a1 1 0 0 0 1.414 1.414L.293 5.293Zm4.414-1.586a1 1 0 0 0-1.414-1.414l1.414 1.414Zm-3-1.414A1 1 0 0 0 .293 3.707l1.414-1.414Zm1.586 4.414a1 1 0 0 0 1.414-1.414L3.293 6.707ZM1 10V9a1 1 0 0 0-1 1h1Zm3 0h1a1 1 0 0 0-1-1v1Zm0 3v1a1 1 0 0 0 1-1H4Zm-3 0H0a1 1 0 0 0 1 1v-1Zm14-9.5H7v2h8v-2Zm0 7H7v2h8v-2ZM1.707 6.707l1.5-1.5-1.414-1.414-1.5 1.5 1.414 1.414Zm1.5-1.5 1.5-1.5-1.414-1.414-1.5 1.5 1.414 1.414Zm-2.914-1.5 1.5 1.5 1.414-1.414-1.5-1.5L.293 3.707Zm1.5 1.5 1.5 1.5 1.414-1.414-1.5-1.5-1.414 1.414ZM1 11h3V9H1v2Zm2-1v3h2v-3H3Zm1 2H1v2h3v-2Zm-2 1v-3H0v3h2Z\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M3 15h4v4H3v-4Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"currentColor\\\" d=\\\"M21 8a1 1 0 1 0 0-2v2ZM11 6a1 1 0 1 0 0 2V6Zm10 12a1 1 0 1 0 0-2v2Zm-10-2a1 1 0 1 0 0 2v-2ZM2.293 8.293a1 1 0 0 0 1.414 1.414L2.293 8.293Zm5.414-2.586a1 1 0 0 0-1.414-1.414l1.414 1.414Zm-4-1.414a1 1 0 0 0-1.414 1.414l1.414-1.414Zm2.586 5.414a1 1 0 0 0 1.414-1.414L6.293 9.707ZM3 15v-1a1 1 0 0 0-1 1h1Zm4 0h1a1 1 0 0 0-1-1v1Zm0 4v1a1 1 0 0 0 1-1H7Zm-4 0H2a1 1 0 0 0 1 1v-1ZM21 6H11v2h10V6Zm0 10H11v2h10v-2ZM3.707 9.707l2-2-1.414-1.414-2 2 1.414 1.414Zm2-2 2-2-1.414-1.414-2 2 1.414 1.414Zm-3.414-2 2 2 1.414-1.414-2-2-1.414 1.414Zm2 2 2 2 1.414-1.414-2-2-1.414 1.414ZM3 16h4v-2H3v2Zm3-1v4h2v-4H6Zm1 3H3v2h4v-2Zm-3 1v-4H2v4h2Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\", \"24\"], \"technology-test-results\")); };\nexport var IconTestingTypeComponentSolid = function (props) { return React.createElement('svg', useIconProps(props, {\n \"24\": {\n \"body\": \"<mask id=\\\"testing-type-component-solid_x24_svg__a\\\" fill=\\\"#fff\\\"><path d=\\\"M2 13h9v9H4a2 2 0 0 1-2-2v-7ZM13 2h7a2 2 0 0 1 2 2v7h-9V2Z\\\"/></mask><path fill=\\\"currentColor\\\" d=\\\"M2 13h9v9H4a2 2 0 0 1-2-2v-7ZM13 2h7a2 2 0 0 1 2 2v7h-9V2Z\\\" class=\\\"icon-dark\\\"/><path fill=\\\"currentColor\\\" d=\\\"M11 13h2a2 2 0 0 0-2-2v2Zm-9 0v-2a2 2 0 0 0-2 2h2Zm9 9v2a2 2 0 0 0 2-2h-2Zm2-20V0h-2v2h2Zm9 9v2h2v-2h-2Zm-9 0h-2v2h2v-2Zm-2 0H2v4h9v-4Zm-2 2v9h4v-9H9Zm2 7H4v4h7v-4Zm-7 0v-7H0v7h4Zm9-16h7V0h-7v4Zm7 0v7h4V4h-4Zm2 5h-9v4h9V9Zm-7 2V2h-4v9h4Zm5-7h4a4 4 0 0 0-4-4v4ZM4 20H0a4 4 0 0 0 4 4v-4Z\\\" class=\\\"icon-dark\\\" mask=\\\"url(#testing-type-component-solid_x24_svg__a)\\\"/><path fill=\\\"#D0D2E0\\\" d=\\\"M4 4h7v9h9v7a2 2 0 0 1-2 2h-7v-9H2V6a2 2 0 0 1 2-2Z\\\" class=\\\"icon-light\\\"/>\"\n },\n \"64\": {\n \"body\": \"<path fill=\\\"currentColor\\\" d=\\\"M36 4h21a3 3 0 0 1 3 3v21H36V4ZM32 56H11a3 3 0 0 1-3-3V32h24v24Z\\\" class=\\\"icon-dark\\\"/><path fill=\\\"#D0D2E0\\\" d=\\\"M11 8h21v24h24v21a3 3 0 0 1-3 3H32V32H8V11a3 3 0 0 1 3-3Z\\\" class=\\\"icon-light\\\"/>\"\n }\n}, [\"24\", \"64\"], \"testing-type-component-solid\")); };\nexport var IconTestingTypeComponent = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"currentColor\\\" fill-opacity=\\\".5\\\" d=\\\"M2 10h4v4H2v-4ZM10 2h4v4h-4V2Z\\\" class=\\\"icon-dark\\\"/><path fill=\\\"currentColor\\\" d=\\\"M2 6V5a1 1 0 0 0-1 1h1Zm4 0h1V5H6v1Zm-4 8H1a1 1 0 0 0 1 1v-1Zm8-12V1H9v1h1Zm4 0h1a1 1 0 0 0-1-1v1Zm0 4v1h1V6h-1Zm-4 0H9v1h1V6Zm0 4h1V9h-1v1Zm0 4v1a1 1 0 0 0 1-1h-1ZM2 7h4V5H2v2Zm3-1v4h2V6H5Zm1 3H2v2h4V9Zm-3 1V6H1v4h2Zm2 0v4h2v-4H5Zm1 3H2v2h4v-2Zm-3 1v-4H1v4h2Zm7-11h4V1h-4v2Zm3-1v4h2V2h-2Zm1 3h-4v2h4V5Zm-3 1V2H9v4h2Zm-5 5h4V9H6v2Zm3-1v4h2v-4H9Zm1 3H6v2h4v-2Z\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M3 14h7v7H4a1 1 0 0 1-1-1v-6ZM14 3h6a1 1 0 0 1 1 1v6h-7V3Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"currentColor\\\" d=\\\"M10 7h1V6h-1v1Zm4-4V2h-1v1h1Zm7 7v1h1v-1h-1Zm-7 0h-1v1h1v-1Zm3 4h1v-1h-1v1ZM4 8h6V6H4v2Zm5-1v7h2V7H9Zm1 6H3v2h7v-2Zm-6 1V8H2v6h2Zm5 0v7h2v-7H9Zm1 6H4v2h6v-2Zm-6 0v-6H2v6h2ZM14 4h6V2h-6v2Zm6 0v6h2V4h-2Zm1 5h-7v2h7V9Zm-6 1V3h-2v7h2Zm-5 5h7v-2h-7v2Zm6-1v6h2v-6h-2Zm0 6h-6v2h6v-2Zm0 0v2a2 2 0 0 0 2-2h-2Zm4-16h2a2 2 0 0 0-2-2v2ZM4 20H2a2 2 0 0 0 2 2v-2ZM4 6a2 2 0 0 0-2 2h2V6Z\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"64\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M36 5h21.5A1.5 1.5 0 0 1 59 6.5V28H36V5ZM32 32H9v21.5a1.5 1.5 0 0 0 1.5 1.5H32V32Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"currentColor\\\" d=\\\"M32 9h1V8h-1v1Zm4-4V4h-1v1h1Zm23 23v1h1v-1h-1Zm-23 0h-1v1h1v-1Zm19 4h1v-1h-1v1ZM10.5 10H32V8H10.5v2ZM31 9v23h2V9h-2Zm1 22H9v2h23v-2Zm-22 1V10.5H8V32h2Zm21 0v23h2V32h-2Zm1 22H10.5v2H32v-2Zm-22-.5V32H8v21.5h2ZM36 6h21.5V4H36v2Zm22 .5V28h2V6.5h-2ZM59 27H36v2h23v-2Zm-22 1V5h-2v23h2Zm-5 5h23v-2H32v2Zm22-1v21.5h2V32h-2Zm-.5 22H32v2h21.5v-2Zm.5-.5a.5.5 0 0 1-.5.5v2a2.5 2.5 0 0 0 2.5-2.5h-2ZM57.5 6a.5.5 0 0 1 .5.5h2A2.5 2.5 0 0 0 57.5 4v2Zm-47 48a.5.5 0 0 1-.5-.5H8a2.5 2.5 0 0 0 2.5 2.5v-2Zm0-46A2.5 2.5 0 0 0 8 10.5h2a.5.5 0 0 1 .5-.5V8Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\", \"24\", \"64\"], \"testing-type-component\")); };\nexport var IconTestingTypeE2ESolid = function (props) { return React.createElement('svg', useIconProps(props, {\n \"24\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M4 3a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2H4Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"currentColor\\\" d=\\\"M20 21a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2h-2v8a2 2 0 0 1-2 2H6v2a2 2 0 0 0 2 2h12ZM6 6a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM9 6a1 1 0 1 1-2 0 1 1 0 0 1 2 0ZM12 6a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"64\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M9 8a3 3 0 0 0-3 3v33a3 3 0 0 0 3 3h37a3 3 0 0 0 3-3V11a3 3 0 0 0-3-3H9Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"currentColor\\\" d=\\\"M55 56a3 3 0 0 0 3-3V20a3 3 0 0 0-3-3h-6v27a3 3 0 0 1-3 3H15v6a3 3 0 0 0 3 3h37Z\\\" class=\\\"icon-dark\\\"/><path fill=\\\"currentColor\\\" fill-rule=\\\"evenodd\\\" d=\\\"M49 11a3 3 0 0 0-3-3H9a3 3 0 0 0-3 3v6h43v-6Zm-5 .5a1 1 0 1 1 0 2H25a1 1 0 1 1 0-2h19Zm-33 2a1 1 0 1 1 0-2 1 1 0 0 1 0 2Zm4-2a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm4 2a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z\\\" class=\\\"icon-dark\\\" clip-rule=\\\"evenodd\\\"/>\"\n }\n}, [\"24\", \"64\"], \"testing-type-e2e-solid\")); };\nexport var IconTestingTypeE2E = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M15 14V5h-3v6H4v3h11Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"currentColor\\\" d=\\\"M15 5h1a1 1 0 0 0-1-1v1ZM4 14H3a1 1 0 0 0 1 1v-1Zm11 0v1a1 1 0 0 0 1-1h-1ZM1 2V1a1 1 0 0 0-1 1h1Zm11 0h1a1 1 0 0 0-1-1v1ZM1 11H0a1 1 0 0 0 1 1v-1Zm11 0v1a1 1 0 0 0 1-1h-1Zm2-6v9h2V5h-2Zm1 8H4v2h11v-2ZM1 3h11V1H1v2Zm11 7H4v2h8v-2Zm-8 0H1v2h3v-2Zm1 4v-3H3v3h2Zm7-8h3V4h-3v2Zm-1-4v3h2V2h-2Zm0 3v6h2V5h-2Zm-9 6V2H0v9h2ZM4 4.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0ZM6 4.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0ZM8 4.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Z\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M20 20a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1h-3v7a1 1 0 0 1-1 1H7v3a1 1 0 0 0 1 1h12Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"currentColor\\\" d=\\\"M6 6a1 1 0 0 0 0 2V6Zm.01 2a1 1 0 0 0 0-2v2ZM9 6a1 1 0 0 0 0 2V6Zm.01 2a1 1 0 0 0 0-2v2ZM12 6a1 1 0 1 0 0 2V6Zm.01 2a1 1 0 1 0 0-2v2ZM20 9v10h2V9h-2Zm0 10H8v2h12v-2ZM4 5h12V3H4v2Zm12 10H7v2h9v-2Zm-9 0H4v2h3v-2Zm1 4v-3H6v3h2Zm9-10h3V7h-3v2Zm-1-4v3h2V5h-2Zm0 3v7h2V8h-2ZM4 15V5H2v10h2Zm2-7h.01V6H6v2Zm3 0h.01V6H9v2Zm3 0h.01V6H12v2Zm4 9a2 2 0 0 0 2-2h-2v2ZM4 15H2a2 2 0 0 0 2 2v-2ZM16 5h2a2 2 0 0 0-2-2v2ZM4 3a2 2 0 0 0-2 2h2V3Zm16 16v2a2 2 0 0 0 2-2h-2ZM8 19H6a2 2 0 0 0 2 2v-2ZM22 9a2 2 0 0 0-2-2v2h2Z\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"64\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M55.5 55a1.5 1.5 0 0 0 1.5-1.5v-34a1.5 1.5 0 0 0-1.5-1.5H48v26.5a1.5 1.5 0 0 1-1.5 1.5H16v7.5a1.5 1.5 0 0 0 1.5 1.5h38ZM48 10.5A1.5 1.5 0 0 0 46.5 9h-38A1.5 1.5 0 0 0 7 10.5V18h41v-7.5Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M7 18v26.5A1.5 1.5 0 0 0 8.5 46H16M7 18v-7.5A1.5 1.5 0 0 1 8.5 9h38a1.5 1.5 0 0 1 1.5 1.5V18M7 18h41M16 46h30.5a1.5 1.5 0 0 0 1.5-1.5V18M16 46v7.5a1.5 1.5 0 0 0 1.5 1.5h38a1.5 1.5 0 0 0 1.5-1.5v-34a1.5 1.5 0 0 0-1.5-1.5H48m-5-4.5H25m-13.001 0h.014m3.987 0h.013m3.987 0h.013\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\", \"24\", \"64\"], \"testing-type-e2e\")); };\nexport var IconTimeCalendarDay = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" fill-rule=\\\"evenodd\\\" d=\\\"M14 4a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v2h12V4Z\\\" class=\\\"icon-light\\\" clip-rule=\\\"evenodd\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M14 6V4a2 2 0 0 0-2-2H4a2 2 0 0 0-2 2v2m12 0v6a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V6m12 0H2m3-5v2m6-2v2M5 9v1h1V9H5Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"time-calendar-day\")); };\nexport var IconTimeClock = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M8 4v4l2 1.5M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0Z\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M12 7v5l3 2m6-2a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\", \"24\"], \"time-clock\")); };\nexport var IconTimeStopwatch = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" fill-rule=\\\"evenodd\\\" d=\\\"M13.5 9.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0ZM8 9.993a.5.5 0 1 0 0-1 .5.5 0 0 0 0 1Z\\\" class=\\\"icon-light\\\" clip-rule=\\\"evenodd\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M8 4V1m0 3c1.519 0 2.894.616 3.89 1.61M8 4a5.483 5.483 0 0 0-3.89 1.61M8 1h2M8 1H6m5.89 4.61a5.5 5.5 0 1 1-7.778 0m7.777 0L13 4.5M4.11 5.61 3 4.5m5 5 .357-.357M10 7.5 8.357 9.143m0 0a.498.498 0 0 1-.357.85.5.5 0 1 1 .357-.85Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"time-stopwatch\")); };\nexport var IconUserGeneralOutline = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"transparent\\\" d=\\\"M8 1a7 7 0 0 0-4.9 12 5.009 5.009 0 0 1 3.043-3.644 3 3 0 1 1 3.714 0A5.009 5.009 0 0 1 12.9 13 7 7 0 0 0 8 1Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" d=\\\"M6.143 9.356C6.653 9.76 7.299 10 8 10c.701 0 1.346-.24 1.857-.644m-3.714 0a3 3 0 1 1 3.714 0m-3.714 0A5.009 5.009 0 0 0 3.1 13m6.757-3.643A5.009 5.009 0 0 1 12.9 13m0 0a7 7 0 1 0-9.8 0m9.8 0A6.977 6.977 0 0 1 8 15a6.977 6.977 0 0 1-4.9-2\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"user-general-outline\")); };\nexport var IconUserGeneralSolid = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0Z\\\" class=\\\"icon-light\\\"/><path fill=\\\"#D0D2E0\\\" d=\\\"M5 7a3 3 0 1 1 4.857 2.356A5.009 5.009 0 0 1 12.9 13 6.977 6.977 0 0 1 8 15a6.977 6.977 0 0 1-4.9-2 5.009 5.009 0 0 1 3.043-3.644A2.995 2.995 0 0 1 5 7Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" d=\\\"M6.143 9.356C6.653 9.76 7.299 10 8 10c.701 0 1.346-.24 1.857-.644m-3.714 0a3 3 0 1 1 3.714 0m-3.714 0A5.009 5.009 0 0 0 3.1 13 6.977 6.977 0 0 0 8 15a6.977 6.977 0 0 0 4.9-2 5.009 5.009 0 0 0-3.043-3.644\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"user-general-solid\")); };\nexport var IconViewList = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"currentColor\\\" fill-opacity=\\\".4\\\" d=\\\"M1 7h2v2H1V7ZM1 1h2v2H1V1Z\\\" class=\\\"icon-dark\\\"/><path fill=\\\"currentColor\\\" d=\\\"M15 3a1 1 0 1 0 0-2v2ZM6 1a1 1 0 0 0 0 2V1Zm9 8a1 1 0 1 0 0-2v2ZM6 7a1 1 0 1 0 0 2V7ZM1 3H0a1 1 0 0 0 1 1V3Zm2-2h1a1 1 0 0 0-1-1v1ZM1 1V0a1 1 0 0 0-1 1h1Zm2 2v1a1 1 0 0 0 1-1H3ZM1 7V6a1 1 0 0 0-1 1h1Zm2 0h1a1 1 0 0 0-1-1v1Zm0 2v1a1 1 0 0 0 1-1H3ZM1 9H0a1 1 0 0 0 1 1V9Zm14-8H6v2h9V1Zm0 6H6v2h9V7ZM1 8h2V6H1v2Zm1-1v2h2V7H2Zm1 1H1v2h2V8ZM2 9V7H0v2h2ZM1 2h2V0H1v2Zm3 1V1H2v2h2ZM3 2H1v2h2V2ZM2 3V1H0v2h2Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"view-list\")); };\nexport var IconViewPieChart = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M8 1a7 7 0 0 1 7 7H8V1Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M15 8a7 7 0 0 1-11.95 4.95M15 8a7 7 0 0 0-7-7m7 7H8m0-7a6.978 6.978 0 0 0-4.95 2.05A6.978 6.978 0 0 0 1 8c0 1.933.784 3.683 2.05 4.95M8 1v7m-4.95 4.95L8 8\\\" class=\\\"icon-dark\\\"/>\"\n },\n \"24\": {\n \"body\": \"<path fill=\\\"#D0D2E0\\\" d=\\\"M12 3a9 9 0 0 1 9 9h-9V3Z\\\" class=\\\"icon-light\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M21 12a9 9 0 0 1-15.364 6.364M21 12a9 9 0 0 0-9-9m9 9h-9m0-9a8.972 8.972 0 0 0-6.364 2.636A8.972 8.972 0 0 0 3 12a8.972 8.972 0 0 0 2.636 6.364M12 3v9m-6.364 6.364L12 12\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\", \"24\"], \"view-pie-chart\")); };\nexport var IconViewTreeAlt = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"currentColor\\\" d=\\\"M13 1.999h2v2h-2v-2ZM13 7.999h2v2h-2v-2Z\\\" class=\\\"icon-dark\\\"/><path stroke=\\\"currentColor\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" stroke-width=\\\"2\\\" d=\\\"M4 2.999v6h6m-6-6H1m3 0h6m3 1h2v-2h-2v2Zm0 6h2v-2h-2v2Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"16\"], \"view-tree-alt\")); };\nexport var IconWarningCircle = function (props) { return React.createElement('svg', useIconProps(props, {\n \"16\": {\n \"body\": \"<path fill=\\\"currentColor\\\" fill-rule=\\\"evenodd\\\" d=\\\"M2 8a6 6 0 1 1 12 0A6 6 0 0 1 2 8Zm6-8a8 8 0 1 0 0 16A8 8 0 0 0 8 0Zm1 5a1 1 0 0 0-2 0v3a1 1 0 0 0 2 0V5Zm-1 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z\\\" class=\\\"icon-dark\\\" clip-rule=\\\"evenodd\\\"/>\"\n }\n}, [\"16\"], \"warning-circle\")); };\nexport var IconWarning = function (props) { return React.createElement('svg', useIconProps(props, {\n \"8\": {\n \"body\": \"<path fill=\\\"currentColor\\\" fill-rule=\\\"evenodd\\\" d=\\\"M4 0a1 1 0 0 1 1 1v3a1 1 0 0 1-2 0V1a1 1 0 0 1 1-1Z\\\" class=\\\"icon-dark\\\" clip-rule=\\\"evenodd\\\"/><path fill=\\\"currentColor\\\" d=\\\"M5 7a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\\\" class=\\\"icon-dark\\\"/>\"\n }\n}, [\"8\"], \"warning\")); };\n//# sourceMappingURL=_TreeShakableIcons.js.map"],"names":[],"mappings":"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","x_google_ignoreList":[0]}