@taiga-ui/icons 2.16.0 → 2.17.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.
- package/all.d.ts +3 -1
- package/bundles/taiga-ui-icons.umd.js +13 -9
- package/bundles/taiga-ui-icons.umd.js.map +1 -1
- package/bundles/taiga-ui-icons.umd.min.js +1 -1
- package/bundles/taiga-ui-icons.umd.min.js.map +1 -1
- package/esm2015/all.js +13 -11
- package/esm5/all.js +13 -11
- package/fesm2015/taiga-ui-icons.js +12 -10
- package/fesm2015/taiga-ui-icons.js.map +1 -1
- package/fesm5/taiga-ui-icons.js +12 -10
- package/fesm5/taiga-ui-icons.js.map +1 -1
- package/package.json +1 -1
- package/src/tuiIconAddRowLarge.svg +10 -2
- package/src/tuiIconBell.svg +11 -1
- package/src/tuiIconBellOff.svg +13 -0
- package/src/tuiIconBellOffLarge.svg +15 -0
- package/src/tuiIconTableLarge.svg +11 -3
- package/src/tuiIconTableMergeLarge.svg +11 -3
- package/src/tuiIconTableSplitLarge.svg +14 -3
- package/taiga-ui-icons.metadata.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"taiga-ui-icons.umd.js","sources":["../../../node_modules/tslib/tslib.es6.js","ng://@taiga-ui/icons/all.ts","ng://@taiga-ui/icons/constants/icons.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 */\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 (b.hasOwnProperty(p)) d[p] = b[p]; };\r\n return extendStatics(d, b);\r\n};\r\n\r\nexport function __extends(d, b) {\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 __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 (_) 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 function __createBinding(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, exports) {\r\n for (var p in m) if (p !== \"default\" && !exports.hasOwnProperty(p)) exports[p] = 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\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\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 __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: n === \"return\" } : 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\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 (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];\r\n result.default = 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, privateMap) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to get private field on non-instance\");\r\n }\r\n return privateMap.get(receiver);\r\n}\r\n\r\nexport function __classPrivateFieldSet(receiver, privateMap, value) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to set private field on non-instance\");\r\n }\r\n privateMap.set(receiver, value);\r\n return value;\r\n}\r\n","var tuiIconAddRowLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\"><g id=\\\"tuiIconAddRowLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12,-12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M5.15 1C5.15 0.447715 4.70228 0 4.15 0C3.59772 0 3.15 0.447715 3.15 1V3H1C0.447715 3 0 3.44772 0 4C0 4.55228 0.447715 5 1 5H3.15V7C3.15 7.55228 3.59772 8 4.15 8C4.70228 8 5.15 7.55228 5.15 7V5H7C7.55228 5 8 4.55228 8 4C8 3.44772 7.55228 3 7 3H5.15V1ZM11.6947 3C11.1425 3 10.6947 3.44772 10.6947 4C10.6947 4.55228 11.1425 5 11.6947 5H20V11.5H3C2.44772 11.5 2 11.9477 2 12.5V20C2 21.1046 2.89543 22 4 22H20C21.1046 22 22 21.1046 22 20V5C22 3.89543 21.1046 3 20 3H11.6947ZM4 13.5H20V20H4V13.5Z\\\" fill=\\\"currentColor\\\"/></svg>\"\n\nvar tuiIconAlertCircleLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconAlertCircleLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10zm0-14v4m0 4h.01\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconAlignCenterLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconAlignCenterLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M18 10H6M21 6H3M21 14H3M18 18H6\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconAlignJustifyLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconAlignJustifyLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M21 10H3M21 6H3M21 14H3M21 18H3\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconAlignLeftLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconAlignLeftLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M17 10H3M21 6H3M21 14H3M17 18H3\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconAlignRightLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconAlignRightLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M21 10H7M21 6H3M21 14H3M21 18H7\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconArrowDown = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconArrowDown\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M8 3.333v9.334M12.667 8L8 12.667 3.333 8\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconArrowDownLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconArrowDownLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M12 5v14m7-7l-7 7-7-7\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconArrowDownLeft = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconArrowDownLeft\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M12 4l-8 8M11 12H4V5\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconArrowDownRight = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconArrowDownRight\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M4 4l8 8M5 12h7V5\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconArrowLeft = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconArrowLeft\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M12.667 8H3.333M8 12.667L3.333 8 8 3.333\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconArrowLeftLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconArrowLeftLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M19 12H5m7 7l-7-7 7-7\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconArrowRight = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconArrowRight\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M3.333 8h9.334M8 3.333L12.667 8 8 12.667\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconArrowRightLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconArrowRightLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M5 12h14m-7-7l7 7-7 7\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconArrowUp = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconArrowUp\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M8 13V3.667M3.333 8L8 3.333 12.667 8\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconArrowUpLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconArrowUpLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M12 19V5m-7 7l7-7 7 7\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconArrowUpLeft = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconArrowUpLeft\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M12 12L4 4M11 4H4v7\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconArrowUpRight = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconArrowUpRight\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M4 12l8-8M5 4h7v7\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconAttach = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconAttach\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M14 7.563l-6.146 6.243A3.984 3.984 0 015.014 15a3.984 3.984 0 01-2.838-1.194A4.11 4.11 0 011 10.922 4.11 4.11 0 012.176 8.04l6.146-6.243A2.656 2.656 0 0110.215 1c.71 0 1.39.286 1.892.796a2.74 2.74 0 01.784 1.923 2.74 2.74 0 01-.784 1.922l-6.152 6.242a1.328 1.328 0 01-1.893 0 1.37 1.37 0 010-1.922l5.678-5.76\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconAttachLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconAttachLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M21.44 11.05l-9.19 9.19a6.003 6.003 0 11-8.49-8.49l9.19-9.19a4.002 4.002 0 015.66 5.66l-9.2 9.19a2.001 2.001 0 11-2.83-2.83l8.49-8.48\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconAttention = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconAttention\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M8 2.333a5.667 5.667 0 100 11.334A5.667 5.667 0 008 2.333zM.333 8a7.667 7.667 0 1115.333 0A7.667 7.667 0 01.333 8zM8 4.333a1 1 0 011 1V8a1 1 0 11-2 0V5.333a1 1 0 011-1zm0 5.334a1 1 0 100 2h.007a1 1 0 100-2H8z\\\" fill=\\\"currentColor\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconBackCircleLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconBackCircleLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M2 12c0 5.523 4.477 10 10 10s10-4.477 10-10S17.523 2 12 2 2 6.477 2 12z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/><path d=\\\"M12 8l-4 4 4 4m4-4H8\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconBell = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconBell\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M12 5.4c0-1.167-.421-2.286-1.172-3.111C10.078 1.464 9.061 1 8 1c-1.06 0-2.078.464-2.828 1.289S4 4.233 4 5.4C4 10.533 2 12 2 12h12s-2-1.467-2-6.6zM9.153 14a1.333 1.333 0 01-2.306 0\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconBellLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconBellLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M18 8A6 6 0 106 8c0 7-3 9-3 9h18s-3-2-3-9zm-4.27 13a1.999 1.999 0 01-3.46 0\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconBoldLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconBoldLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M12.578 10.4H7v2h5.578v-2zM7 12.4h6.2v-2H7v2zm6.2 7.6H7.524v2H13.2v-2zM7.466 4h5.112V2H7.466v2zM8 20.476V3.466H6v17.01h2zM7.524 20c.263 0 .476.213.476.476H6C6 21.318 6.682 22 7.524 22v-2zm5.676-7.6a3.8 3.8 0 013.8 3.8h2a5.8 5.8 0 00-5.8-5.8v2zm2.578-5.2a3.2 3.2 0 01-3.2 3.2v2a5.2 5.2 0 005.2-5.2h-2zm2 0a5.2 5.2 0 00-5.2-5.2v2a3.2 3.2 0 013.2 3.2h2zm-.778 9a3.8 3.8 0 01-3.8 3.8v2a5.8 5.8 0 005.8-5.8h-2zM7.466 2C6.656 2 6 2.656 6 3.466h2C8 3.76 7.76 4 7.466 4V2z\\\" fill=\\\"currentColor\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconBookmark = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconBookmark\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M13 14l-5-3.333L3 14V3.333c0-.353.15-.692.418-.942S4.05 2 4.428 2h7.143c.38 0 .743.14 1.01.39.269.25.419.59.419.943V14z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconBookmarkLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconBookmarkLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M19 21l-7-5-7 5V5a2 2 0 012-2h10a2 2 0 012 2v16z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconCalendar = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconCalendar\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M12.667 3H3.333C2.597 3 2 3.597 2 4.333v9.334C2 14.403 2.597 15 3.333 15h9.334c.736 0 1.333-.597 1.333-1.333V4.333C14 3.597 13.403 3 12.667 3zM11 1v2.667M5 1v2.667M2 7h12\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconCalendarLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconCalendarLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M19 4H5a2 2 0 00-2 2v14a2 2 0 002 2h14a2 2 0 002-2V6a2 2 0 00-2-2zm-3-2v4M8 2v4m-5 4h18\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconCall = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconCall\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M14.667 11.28v2a1.332 1.332 0 01-1.454 1.333 13.193 13.193 0 01-5.753-2.047 13 13 0 01-4-4 13.193 13.193 0 01-2.047-5.78A1.333 1.333 0 012.74 1.333h2A1.333 1.333 0 016.073 2.48a8.56 8.56 0 00.467 1.873 1.333 1.333 0 01-.3 1.407l-.847.846a10.667 10.667 0 004 4l.847-.846a1.334 1.334 0 011.407-.3 8.561 8.561 0 001.873.466 1.334 1.334 0 011.147 1.354z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconCallIn = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconCallIn\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><g clip-path=\\\"url(#a)\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"><path d=\\\"M10.667 1.333v4h4m.666-4.666l-4.666 4.666m4 5.947v2a1.332 1.332 0 01-1.454 1.333 13.193 13.193 0 01-5.753-2.047 13 13 0 01-4-4 13.193 13.193 0 01-2.047-5.78A1.333 1.333 0 012.74 1.333h2A1.333 1.333 0 016.073 2.48a8.56 8.56 0 00.467 1.873 1.333 1.333 0 01-.3 1.407l-.847.846a10.667 10.667 0 004 4l.847-.846a1.334 1.334 0 011.407-.3 8.561 8.561 0 001.873.466 1.334 1.334 0 011.147 1.354z\\\"/></g></svg></svg></g></svg>\";\n\nvar tuiIconCallInLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconCallInLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M15.888 3v6h6m1-7l-7 7m6 8.92v3a2 2 0 01-2.18 2 19.791 19.791 0 01-8.63-3.07 19.5 19.5 0 01-6-6 19.79 19.79 0 01-3.07-8.67A2 2 0 013.998 3h3a2 2 0 012 1.72c.127.96.362 1.903.7 2.81a2 2 0 01-.45 2.11l-1.27 1.27a16 16 0 006 6l1.27-1.27a2 2 0 012.11-.45c.907.339 1.85.574 2.81.7a2 2 0 011.72 2.03z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconCallLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconCallLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M15.05 5A5 5 0 0119 8.95M15.05 1A9 9 0 0123 8.94m-1 7.98v3a1.998 1.998 0 01-2.18 2 19.791 19.791 0 01-8.63-3.07 19.5 19.5 0 01-6-6 19.79 19.79 0 01-3.07-8.67A2 2 0 014.11 2h3a2 2 0 012 1.72c.127.96.361 1.903.7 2.81a2 2 0 01-.45 2.11L8.09 9.91a16 16 0 006 6l1.27-1.27a2 2 0 012.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0122 16.92z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconCallOut = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconCallOut\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><g clip-path=\\\"url(#a)\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"><path d=\\\"M15.333 4.667v-4h-4m-.666 4.666L15.333.667m-.666 10.613v2a1.332 1.332 0 01-1.454 1.333 13.193 13.193 0 01-5.753-2.047 13 13 0 01-4-4 13.193 13.193 0 01-2.047-5.78A1.333 1.333 0 012.74 1.333h2A1.333 1.333 0 016.073 2.48a8.56 8.56 0 00.467 1.873 1.333 1.333 0 01-.3 1.407l-.847.846a10.667 10.667 0 004 4l.847-.846a1.334 1.334 0 011.407-.3 8.561 8.561 0 001.873.466 1.334 1.334 0 011.147 1.354z\\\"/></g></svg></svg></g></svg>\";\n\nvar tuiIconCallOutLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconCallOutLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M22.888 8V2h-6m6 0l-7 7m6 8.92v3a2 2 0 01-2.18 2 19.791 19.791 0 01-8.63-3.07 19.5 19.5 0 01-6-6 19.79 19.79 0 01-3.07-8.67A2 2 0 013.998 3h3a2 2 0 012 1.72c.127.96.362 1.903.7 2.81a2 2 0 01-.45 2.11l-1.27 1.27a16 16 0 006 6l1.27-1.27a2 2 0 012.11-.45c.907.339 1.85.574 2.81.7a2 2 0 011.72 2.03z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconCallTransferLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconCallTransferLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M19 1l4 4-4 4m-4-4h8m-1 11.92v3a1.998 1.998 0 01-2.18 2 19.791 19.791 0 01-8.63-3.07 19.5 19.5 0 01-6-6 19.79 19.79 0 01-3.07-8.67A2 2 0 014.11 2h3a2 2 0 012 1.72c.127.96.361 1.903.7 2.81a2 2 0 01-.45 2.11L8.09 9.91a16 16 0 006 6l1.27-1.27a2 2 0 012.11-.45c.907.339 1.85.574 2.81.7A2 2 0 0122 16.92z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconCameraLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconCameraLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M23 19a2 2 0 01-2 2H3a2 2 0 01-2-2V8a2 2 0 012-2h4l2-3h6l2 3h4a2 2 0 012 2v11z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/><path d=\\\"M12 17a4 4 0 100-8 4 4 0 000 8z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconCancel = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconCancel\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M6.855 1.232a2.333 2.333 0 013.14.823l.003.004 5.647 9.427.008.014a2.334 2.334 0 01-1.995 3.5H2.342a2.334 2.334 0 01-1.995-3.5l.008-.014L6.002 2.06l.858.514-.855-.518c.208-.343.5-.627.85-.823zm.861 1.858l-5.64 9.415a.334.334 0 00.285.495h11.278a.334.334 0 00.284-.495L8.284 3.09a.333.333 0 00-.568 0zM8 5a1 1 0 011 1v2.667a1 1 0 11-2 0V6a1 1 0 011-1zm0 5.333a1 1 0 100 2h.007a1 1 0 100-2H8z\\\" fill=\\\"currentColor\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconCancelCircleLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconCancelCircleLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M18.911 4.773A9.966 9.966 0 0012 2C6.477 2 2 6.477 2 12a9.954 9.954 0 002.394 6.493l.006.007A9.966 9.966 0 0012 22c5.523 0 10-4.477 10-10a9.954 9.954 0 00-2.394-6.493L19.6 5.5a10.065 10.065 0 00-.689-.727zM17.382 6.08A7.965 7.965 0 0012 4a8 8 0 00-8 8c0 1.627.484 3.138 1.317 4.4L17.382 6.08zM6.618 17.919L18.683 7.6A7.954 7.954 0 0120 12a8 8 0 01-8 8 7.966 7.966 0 01-5.382-2.08z\\\" fill=\\\"currentColor\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconCard = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconCard\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><g clip-path=\\\"url(#a)\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"><path d=\\\"M13.727 3H2.273C1.57 3 1 3.56 1 4.25v7.5c0 .69.57 1.25 1.273 1.25h11.454C14.43 13 15 12.44 15 11.75v-7.5C15 3.56 14.43 3 13.727 3zM0 7h14.667\\\"/></g></svg></svg></g></svg>\";\n\nvar tuiIconCardsLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconCardsLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M21 4H3a2 2 0 00-2 2v12a2 2 0 002 2h18a2 2 0 002-2V6a2 2 0 00-2-2zM1 10h22\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconChartBar = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconChartBar\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M12 13.333V6.666m-4 6.667V2.667M4 13.334v-4\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconChartLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconChartLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M12 20V10m6 10V4M6 20v-4\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconChartLineLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconChartLineLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M21.425 3.095a1 1 0 01.48 1.33l-5.143 10.948a1 1 0 01-1.628.265l-3.092-3.236-2.587 5.366a1 1 0 01-1.525.346l-2.024-1.619-2.015 3.959a1 1 0 11-1.782-.907l2.571-5.053a1 1 0 011.516-.327l2.003 1.602 2.669-5.536a1 1 0 011.624-.257l3.08 3.226 4.523-9.627a1 1 0 011.33-.48z\\\" fill=\\\"currentColor\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconCheck = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconCheck\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M13 4l-6.875 7L3 7.818\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconCheckCircle = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconCheckCircle\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M14.667 7.387V8a6.667 6.667 0 11-3.954-6.093\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/><path d=\\\"M14.667 2.667L8 9.34l-2-2\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconCheckCircleLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconCheckCircleLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/><path d=\\\"M15.5 9.5l-4.5 5-2.5-2.273\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconCheckLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconCheckLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M19 7l-9.625 9L5 11.91\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconCheckList = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconCheckList\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M10.5 3h1.25c.332 0 .65.14.884.39.234.25.366.59.366.943v9.334c0 .353-.132.692-.366.943-.235.25-.553.39-.884.39h-7.5c-.332 0-.65-.14-.884-.39A1.38 1.38 0 013 13.667V4.333c0-.353.132-.692.366-.942.235-.25.552-.391.884-.391H5.5\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/><path d=\\\"M10.25 1h-4.5a.75.75 0 00-.75.75v1.5c0 .414.336.75.75.75h4.5a.75.75 0 00.75-.75v-1.5a.75.75 0 00-.75-.75z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconChevronDown = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconChevronDown\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M4 6l4 4 4-4\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconChevronDownLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconChevronDownLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M6 9l6 6 6-6\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconChevronLeft = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconChevronLeft\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M10 12L6 8l4-4\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconChevronLeftLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconChevronLeftLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M15 18l-6-6 6-6\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconChevronRight = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconChevronRight\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M6 12l4-4-4-4\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconChevronRightLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconChevronRightLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M9 18l6-6-6-6\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconChevronUp = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconChevronUp\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M12 10L8 6l-4 4\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconChevronUpLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconChevronUpLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M18 15l-6-6-6 6\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconClearFormatLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconClearFormatLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M17 17l3 3m3 3l-3-3m0 0l-3 3m3-3l3-3M7 21v-9.5M17 3H7v8.5m0 0h6.5\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconCloseCircleLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconCloseCircleLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M4.929 19.071c3.905 3.905 10.237 3.905 14.142 0 3.905-3.905 3.905-10.237 0-14.142-3.905-3.905-10.237-3.905-14.142 0-3.905 3.905-3.905 10.237 0 14.142zm9.899-9.9l-5.656 5.657m0-5.657l5.656 5.657\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconCloseLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconCloseLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M8.707 7.293a1 1 0 00-1.414 1.414L10.586 12l-3.293 3.293a1 1 0 101.414 1.414L12 13.414l3.293 3.293a1 1 0 001.414-1.414L13.414 12l3.293-3.293a1 1 0 00-1.414-1.414L12 10.586 8.707 7.293z\\\" fill=\\\"currentColor\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconCloud = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconCloud\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M11.819 6.75h-.802a4.982 4.982 0 00-1.42-2.372 5.12 5.12 0 00-2.481-1.275 5.176 5.176 0 00-2.793.208A5.085 5.085 0 002.065 4.94a4.923 4.923 0 00-.544 5.264c.42.84 1.07 1.546 1.879 2.04A5.157 5.157 0 006.093 13h5.726a3.21 3.21 0 002.25-.915c.596-.586.931-1.381.931-2.21s-.335-1.624-.932-2.21a3.21 3.21 0 00-2.249-.915z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconCode = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconCode\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"3\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"><path d=\\\"M16 18l6-6-6-6M8 6l-6 6 6 6\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconCodeLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconCodeLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"><path d=\\\"M16 18l6-6-6-6M8 6l-6 6 6 6\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconCollapse = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconCollapse\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><g clip-path=\\\"url(#a)\\\"><path fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M15.708.307a1.04 1.04 0 01-.026 1.437l-3.468 3.468 1.086 1.08c.632.63.186 1.71-.706 1.71H9a1 1 0 01-1-1v-3.58c0-.889 1.075-1.336 1.706-.708l1.094 1.09L14.318.286a.961.961 0 011.39.02zM.278 15.708a1.04 1.04 0 01.026-1.437l3.482-3.481L2.7 9.709C2.068 9.079 2.513 8 3.405 8H7a1 1 0 011 1v3.579c0 .89-1.075 1.336-1.706.708L5.2 12.197 1.669 15.73a.961.961 0 01-1.39-.02z\\\" fill=\\\"currentColor\\\"/></g></svg></svg></g></svg>\";\n\nvar tuiIconColorLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconColorLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M0 18h24v4H0v-4z\\\" fill=\\\"currentColor\\\"/><path d=\\\"M7 15l1.667-3.84M17 15l-1.667-3.84m0 0L12 3l-3.333 8.16m6.666 0H8.667\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconComment = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconComment\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M14 9.667A1.334 1.334 0 0112.667 11h-8L2 13.667V3.333A1.333 1.333 0 013.333 2h9.334A1.333 1.333 0 0114 3.333v6.334z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconCommentLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconCommentLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M21 11.5a8.38 8.38 0 01-.9 3.8 8.5 8.5 0 01-7.6 4.7 8.379 8.379 0 01-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 01-.9-3.8 8.5 8.5 0 014.7-7.6 8.38 8.38 0 013.8-.9h.5a8.48 8.48 0 018 8v.5z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconCompanyLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconCompanyLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M20 7H4a2 2 0 00-2 2v10a2 2 0 002 2h16a2 2 0 002-2V9a2 2 0 00-2-2z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/><path d=\\\"M16 21V5a2 2 0 00-2-2h-4a2 2 0 00-2 2v16\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconCopy = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconCopy\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M13.615 6h-6.23C6.62 6 6 6.62 6 7.385v6.23C6 14.38 6.62 15 7.385 15h6.23C14.38 15 15 14.38 15 13.615v-6.23C15 6.62 14.38 6 13.615 6z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/><path d=\\\"M3.077 10h-.692A1.385 1.385 0 011 8.615v-6.23A1.385 1.385 0 012.385 1h6.23A1.385 1.385 0 0110 2.385v.692\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconCopyLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconCopyLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M20 9h-9a2 2 0 00-2 2v9a2 2 0 002 2h9a2 2 0 002-2v-9a2 2 0 00-2-2z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/><path d=\\\"M5 15H4a2 2 0 01-2-2V4a2 2 0 012-2h9a2 2 0 012 2v1\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconDeleteLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconDeleteLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M21 4H8l-7 8 7 8h13a2 2 0 002-2V6a2 2 0 00-2-2zm-3 5l-6 6m0-6l6 6\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconDesktopLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconDesktopLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M20 3H4a2 2 0 00-2 2v10a2 2 0 002 2h16a2 2 0 002-2V5a2 2 0 00-2-2zM8 21h8m-4-4v4\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconDislikeLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconDislikeLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M17 2h2.67A2.31 2.31 0 0122 4v7a2.31 2.31 0 01-2.33 2H17m-7 2v4a3 3 0 003 3l4-9V2H5.72a2 2 0 00-2 1.7l-1.38 9a2 2 0 002 2.3H10z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconDone = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconDone\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M14.667 7.387V8a6.667 6.667 0 11-3.954-6.093\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/><path d=\\\"M14.667 2.667L8 9.34l-2-2\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconDownload = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconDownload\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M14 10v2.667A1.334 1.334 0 0112.667 14H3.333A1.334 1.334 0 012 12.667V10m2.667-3.333L8 10l3.333-3.333M8 10V2\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconDownloadLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconDownloadLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M21 15v4a2 2 0 01-2 2H5a2 2 0 01-2-2v-4m4-5l5 5 5-5m-5 5V3\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconDraft = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconDraft\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M11.333 2a1.884 1.884 0 013.22 1.333A1.887 1.887 0 0114 4.667l-9 9-3.667 1 1-3.667 9-9z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconDrag = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" focusable=\\\"false\\\" height=\\\"16\\\"><g id=\\\"tuiIconDrag\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M10 5a1 1 0 110-2 1 1 0 010 2zm0 4a1 1 0 110-2 1 1 0 010 2zm0 4a1 1 0 110-2 1 1 0 010 2zM6 5a1 1 0 110-2 1 1 0 010 2zm0 4a1 1 0 110-2 1 1 0 010 2zm0 4a1 1 0 110-2 1 1 0 010 2z\\\" fill=\\\"currentColor\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconDragLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconDragLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M9 12a1 1 0 10-2 0 1 1 0 002 0zm8 0a1 1 0 10-2 0 1 1 0 002 0zM9 5a1 1 0 10-2 0 1 1 0 002 0zm8 0a1 1 0 10-2 0 1 1 0 002 0zM9 19a1 1 0 10-2 0 1 1 0 002 0zm8 0a1 1 0 10-2 0 1 1 0 002 0z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconEdit = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconEdit\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M8 13h6M11 2.333a1.414 1.414 0 112 2l-8.333 8.334L2 13.332l.667-2.667L11 2.333z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconEditLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconEditLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M12 20h9M16.5 3.5a2.121 2.121 0 113 3L7 19l-4 1 1-4L16.5 3.5z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconElectron = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"32\\\" focusable=\\\"false\\\" height=\\\"32\\\"><g id=\\\"tuiIconElectron\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-16 -16)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"32\\\" height=\\\"32\\\" viewBox=\\\"0 0 32 32\\\" version=\\\"1.1\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" xmlns:xlink=\\\"http://www.w3.org/1999/xlink\\\"><g fill=\\\"#1a1f71\\\"><path d=\\\"M11.257 9.302L12.875.16h2.587l-1.619 9.143zM23.226.384A6.909 6.909 0 0020.907 0c-2.556 0-4.357 1.24-4.372 3.017-.014 1.314 1.286 2.047 2.267 2.485 1.007.448 1.346.734 1.34 1.134-.006.613-.803.893-1.547.893-1.036 0-1.586-.139-2.435-.48l-.334-.146-.363 2.047c.605.255 1.722.477 2.882.488 2.72 0 4.485-1.226 4.505-3.124.01-1.04-.68-1.832-2.172-2.484-.904-.423-1.458-.705-1.452-1.134 0-.38.469-.786 1.481-.786a4.93 4.93 0 011.937.35l.231.106.351-1.982M29.86.168h-1.999c-.62 0-1.083.162-1.355.758l-3.842 8.38h2.717s.444-1.127.545-1.375l3.313.004c.077.32.315 1.37.315 1.37h2.4L29.86.168zM26.67 6.06c.214-.527 1.03-2.556 1.03-2.556-.014.024.213-.53.344-.873l.175.789.599 2.64H26.67zM9.087.166L6.554 6.4l-.27-1.267c-.471-1.461-1.94-3.044-3.582-3.836l2.316 7.996 2.737-.003L11.828.166h-2.74\\\" transform=\\\"translate(0 12)\\\"/><path d=\\\"M4.205.16H.033L0 .35c3.246.757 5.393 2.586 6.285 4.784L5.377.932C5.221.352 4.767.18 4.205.16\\\" transform=\\\"translate(0 12)\\\"/></g><g fill=\\\"#1a1f71\\\"><path d=\\\"M2.855 2.393H1.208v1.466H3.05V4.3H.652V.231h2.304v.441H1.208v1.286h1.647v.435zM3.902.013h.555V4.3h-.555V.014zm1.956 2.923c.012.718.486 1.014 1.047 1.014.398 0 .644-.066.847-.15l.1.38a2.591 2.591 0 01-1.022.187c-.94 0-1.502-.598-1.502-1.48 0-.88.542-1.57 1.432-1.57 1.004 0 1.263.834 1.263 1.371 0 .109-.007.187-.02.248H5.859zm1.628-.38c.007-.332-.145-.858-.77-.858-.568 0-.808.49-.852.857h1.622zm3.559 1.642c-.145.066-.467.169-.877.169-.922 0-1.521-.598-1.521-1.491 0-.9.643-1.558 1.64-1.558.328 0 .619.078.77.157l-.126.404a1.412 1.412 0 00-.644-.139c-.7 0-1.079.501-1.079 1.105 0 .677.455 1.093 1.06 1.093.316 0 .524-.072.682-.139l.095.399zm1.558-3.52v.7h.795v.404h-.795v1.576c0 .363.107.568.416.568.152 0 .24-.012.322-.036l.026.404a1.58 1.58 0 01-.493.073c-.259 0-.467-.085-.6-.223-.15-.164-.214-.423-.214-.767V1.782h-.474v-.404h.474V.835l.543-.157zm1.57 1.612c0-.344-.006-.64-.025-.912h.486l.026.58h.018c.14-.393.48-.64.852-.64.057 0 .101.006.152.012v.501c-.057-.012-.113-.012-.19-.012-.39 0-.669.278-.744.676a1.533 1.533 0 00-.02.248V4.3h-.554V2.29zm4.923.525c0 1.08-.79 1.552-1.521 1.552-.821 0-1.464-.58-1.464-1.503 0-.973.675-1.546 1.514-1.546.877 0 1.47.61 1.47 1.497zm-2.418.03c0 .64.38 1.123.922 1.123.53 0 .927-.477.927-1.135 0-.495-.258-1.117-.915-1.117-.65 0-.934.58-.934 1.13zm3.269-.676c0-.308-.007-.55-.025-.79h.492l.032.482h.012c.152-.272.505-.543 1.01-.543.423 0 1.08.241 1.08 1.243v1.74h-.556V2.615c0-.47-.183-.863-.707-.863a.796.796 0 00-.745.543.724.724 0 00-.038.248V4.3h-.555V2.17z\\\" transform=\\\"translate(9 24)\\\"/></g></svg></svg></g></svg>\";\n\nvar tuiIconElectronMono =\n '<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\"><g id=\"tuiIconElectronMono\" xmlns=\"http://www.w3.org/2000/svg\" transform=\"translate(-16 -16)\"><svg x=\"50%\" y=\"50%\"><svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M11.257 21.302l1.618-9.143h2.587l-1.619 9.143h-2.586zM23.226 12.384A6.91 6.91 0 0020.907 12c-2.556 0-4.357 1.24-4.372 3.017-.014 1.314 1.286 2.047 2.267 2.485 1.007.448 1.346.733 1.34 1.134-.006.613-.803.893-1.547.893-1.035 0-1.586-.139-2.435-.48l-.334-.146-.363 2.047c.604.255 1.722.477 2.882.488 2.72 0 4.485-1.226 4.505-3.124.01-1.04-.68-1.831-2.172-2.484-.904-.423-1.458-.705-1.452-1.134 0-.38.469-.786 1.481-.786a4.933 4.933 0 011.937.35l.232.106.35-1.982zM29.86 12.168h-1.999c-.62 0-1.083.163-1.355.758l-3.842 8.38h2.717s.444-1.128.545-1.375l3.313.004c.077.32.315 1.37.315 1.37h2.4l-2.094-9.137zm-3.19 5.893c.214-.527 1.03-2.556 1.03-2.556-.014.024.213-.53.344-.873l.175.789.599 2.64H26.67zM9.087 12.166L6.554 18.4l-.27-1.267c-.47-1.461-1.94-3.044-3.582-3.836l2.316 7.996 2.737-.003 4.073-9.125h-2.74z\" fill=\"currentColor\"/><path d=\"M4.205 12.16H.033L0 12.35c3.246.757 5.393 2.586 6.285 4.784l-.908-4.202c-.156-.58-.61-.752-1.172-.772zM11.855 26.393h-1.647v1.466h1.843v.441H9.652v-4.069h2.304v.441h-1.748v1.286h1.647v.435zm1.047-2.38h.555V28.3h-.555v-4.286zm1.956 2.923c.012.718.486 1.014 1.047 1.014.398 0 .644-.066.847-.15l.1.38a2.592 2.592 0 01-1.022.187c-.94 0-1.502-.598-1.502-1.48 0-.88.542-1.57 1.432-1.57 1.004 0 1.263.834 1.263 1.371 0 .109-.006.187-.02.248h-2.145zm1.628-.38c.007-.332-.145-.858-.77-.858-.568 0-.808.49-.852.857h1.622zm3.559 1.642c-.145.066-.467.169-.878.169-.921 0-1.52-.598-1.52-1.492 0-.899.643-1.557 1.64-1.557.329 0 .619.078.77.157l-.126.404a1.412 1.412 0 00-.644-.139c-.7 0-1.079.501-1.079 1.106 0 .676.455 1.092 1.06 1.092.316 0 .524-.072.682-.139l.095.399zm1.558-3.52v.7h.795v.404h-.795v1.576c0 .363.107.568.416.568.152 0 .24-.012.322-.036l.026.404a1.58 1.58 0 01-.493.073c-.259 0-.467-.085-.6-.223-.15-.164-.214-.423-.214-.767v-1.595h-.474v-.404h.474v-.543l.543-.157zm1.57 1.612c0-.344-.006-.64-.025-.912h.486l.026.58h.018c.14-.393.48-.64.852-.64.057 0 .101.006.152.012v.501c-.057-.012-.113-.012-.19-.012-.39 0-.669.278-.744.676a1.532 1.532 0 00-.02.248V28.3h-.554V26.29zm4.923.525c0 1.08-.79 1.552-1.521 1.552-.821 0-1.465-.58-1.465-1.504 0-.972.676-1.545 1.515-1.545.877 0 1.47.61 1.47 1.497zm-2.418.03c0 .64.379 1.123.922 1.123.53 0 .927-.477.927-1.135 0-.495-.258-1.117-.915-1.117-.65 0-.934.58-.934 1.13zm3.269-.676c0-.308-.007-.55-.025-.79h.492l.031.482h.013c.152-.271.505-.543 1.01-.543.422 0 1.08.241 1.08 1.243v1.74h-.556v-1.685c0-.47-.183-.863-.707-.863a.796.796 0 00-.745.543.725.725 0 00-.038.248V28.3h-.555V26.17z\" fill=\"currentColor\"/></svg></svg></g></svg>';\n\nvar tuiIconExpand = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconExpand\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M13.293 6.293c.63.63 1.707.184 1.707-.707V2a1 1 0 00-1-1h-3.586c-.89 0-1.337 1.077-.707 1.707l1.088 1.088-7 7-1.088-1.088C2.077 9.077 1 9.523 1 10.414V14a1 1 0 001 1h3.586c.89 0 1.337-1.077.707-1.707l-1.088-1.088 7-7 1.088 1.088z\\\" fill=\\\"currentColor\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconExternal = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconExternal\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M12 8.667v4A1.334 1.334 0 0110.667 14H3.333A1.334 1.334 0 012 12.667V5.333A1.333 1.333 0 013.333 4h4M10 2h4v4M6.667 9.333L14 2\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconExternalLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconExternalLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M18 13v6a2 2 0 01-2 2H5a2 2 0 01-2-2V8a2 2 0 012-2h6m4-3h6v6m-11 5L21 3\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconEyeClosed = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconEyeClosed\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M6.664 3.15C7.102 3.05 7.55 2.999 8 3c4.454 0 7 5 7 5-.386.71-.847 1.378-1.374 1.994m-4.277-.669a1.909 1.909 0 01-1.363.596 1.94 1.94 0 01-1.384-.548 1.873 1.873 0 01-.558-1.36 1.847 1.847 0 01.607-1.338m5.129 5.038A6.483 6.483 0 018 13c-4.455 0-7-5-7-5a11.59 11.59 0 013.22-3.712l7.56 7.425zM1 1l13.5 13.5\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconEyeOpen = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconEyeOpen\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M1 8s2.545-5 7-5c4.454 0 7 5 7 5s-2.546 5-7 5c-4.455 0-7-5-7-5z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/><path d=\\\"M8 10a2 2 0 100-4 2 2 0 000 4z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconFile = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconFile\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M8.75 1H3.5c-.398 0-.78.147-1.06.41-.282.263-.44.619-.44.99v11.2c0 .371.158.727.44.99.28.262.662.41 1.06.41h9c.398 0 .78-.148 1.06-.41.282-.263.44-.619.44-.99V5.9L8.75 1z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/><path d=\\\"M9 1v5h5\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconFileLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconFileLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M13 2H6a2 2 0 00-2 2v16a2 2 0 002 2h12a2 2 0 002-2V9l-7-7z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/><path d=\\\"M13 2v7h7\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconFilter = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconFilter\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M14.667 2H1.333l5.334 6.307v4.36L9.333 14V8.307L14.667 2z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconFilterLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconFilterLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M22 3H2l8 9.46V19l4 2v-8.54L22 3z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconFlag = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconFlag\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M2 10.286s.688-.715 2.75-.715c2.063 0 3.438 1.429 5.5 1.429 2.063 0 2.75-.714 2.75-.714V1.714s-.688.715-2.75.715C8.187 2.429 6.812 1 4.75 1 2.687 1 2 1.714 2 1.714v8.572zM2 15v-4\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconFlagLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconFlagLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M3 15V3c0-.3.1-.5.3-.7.2-.2.6-.5 1.2-.7C5.4 1.2 6.6 1 8 1s2.4.3 4.4 1.1c1.7.7 2.5.9 3.6.9 1.2 0 2.1-.2 2.8-.4.3-.1.5-.3.5-.3.6-.6 1.7-.2 1.7.7v12c0 .3-.1.5-.3.7-.2.2-.6.5-1.2.7-.9.4-2.1.6-3.5.6s-2.4-.3-4.4-1.1C9.9 15.2 9.1 15 8 15c-1.2 0-2.1.2-2.8.4-.1 0-.2.1-.2.1V22c0 .6-.4 1-1 1s-1-.4-1-1v-7zm5-2c1.4 0 2.4.3 4.4 1.1 1.8.7 2.5.9 3.6.9 1.2 0 2.1-.2 2.8-.4.1 0 .2-.1.2-.1V4.6c-.8.3-1.8.4-3 .4-1.4 0-2.4-.3-4.4-1.1C9.9 3.2 9.1 3 8 3c-1.2 0-2.1.2-2.8.4 0 .1-.1.1-.2.1v9.9c.8-.3 1.8-.4 3-.4z\\\" fill=\\\"currentColor\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconFolder = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconFolder\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M15 12.667c0 .353-.148.692-.41.943-.263.25-.619.39-.99.39H2.4c-.371 0-.727-.14-.99-.39-.262-.25-.41-.59-.41-.943V3.333c0-.353.147-.692.41-.942S2.029 2 2.4 2h3.5l1.4 2h6.3c.371 0 .727.14.99.39.262.25.41.59.41.943v7.334z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconFolderLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconFolderLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M22 19a2 2 0 01-2 2H4a2 2 0 01-2-2V5a2 2 0 012-2h5l2 3h9a2 2 0 012 2v11z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconFontLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconFontLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M9 21V3H2h14M18.5 21V10H15h7\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconFormatLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconFormatLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M3 21.5l3-9M18 4H9l-3 8.5m0 0h7.5M14 21.5V19l6-6 2.5 2.5-6.5 6h-2z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconFrameLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconFrameLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M19 3H5a2 2 0 00-2 2v14a2 2 0 002 2h14a2 2 0 002-2V5a2 2 0 00-2-2zM3 9h18M9 21V9\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconGeoLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconGeoLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 1118 0z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/><path d=\\\"M12 13a3 3 0 100-6 3 3 0 000 6z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconHeart = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconHeart\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M13.893 3.074a3.667 3.667 0 00-5.186 0L8 3.78l-.707-.706A3.668 3.668 0 002.107 8.26l.706.707L8 14.154l5.187-5.187.706-.707a3.667 3.667 0 000-5.186z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconHeartLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconHeartLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M21.291 4.612a5.5 5.5 0 00-7.78 0l-1.06 1.06-1.06-1.06a5.501 5.501 0 00-7.78 7.78l1.06 1.06 7.78 7.78 7.78-7.78 1.06-1.06a5.5 5.5 0 000-7.78z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconHelpCircleLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconHelpCircleLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/><path d=\\\"M9.09 9a3 3 0 015.83 1c0 2-3 3-3 3m.08 4h.01\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconHideLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconHideLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M9.9 4.24A9.12 9.12 0 0112 4c7 0 11 8 11 8a18.494 18.494 0 01-2.16 3.19m-6.72-1.07a2.998 2.998 0 01-5.194-2.098A3 3 0 019.88 9.88m8.06 8.06A10.07 10.07 0 0112 20c-7 0-11-8-11-8a18.45 18.45 0 015.06-5.94l11.88 11.88zM1 1l22 22\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconHiliteLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconHiliteLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M0 18h4v4H0v-4z\\\" fill=\\\"#E7E8EA\\\"/><path fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M4 18h4v4H4v-4z\\\" fill=\\\"#CBCFD3\\\"/><path fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M8 18h4v4H8v-4z\\\" fill=\\\"#E7E8EA\\\"/><path fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M12 18h4v4h-4v-4z\\\" fill=\\\"#CBCFD3\\\"/><path fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M16 18h4v4h-4v-4z\\\" fill=\\\"#E7E8EA\\\"/><path fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M20 18h4v4h-4v-4z\\\" fill=\\\"#CBCFD3\\\"/><path d=\\\"M8.182 16H5l2.727-4L10 13.714 8.182 16zM9 7.5L15.667 1 19 4l-4.762 8M9 7.5l5.238 4.5M9 7.5L7 11l4 3.5 3.238-2.5\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconHrLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconHrLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M21 12H3\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconImgLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconImgLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M19 3H5a2 2 0 00-2 2v14a2 2 0 002 2h14a2 2 0 002-2V5a2 2 0 00-2-2z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/><path d=\\\"M8.5 10a1.5 1.5 0 100-3 1.5 1.5 0 000 3zM21 15l-5-5L5 21\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconIndentLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconIndentLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M21 10H9M21 6H2.5M2 9.5l3 2.4-3 2.4M21 14H9M11 18H3\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconInfo = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconInfo\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M8 15A7 7 0 108 1a7 7 0 000 14zm0-4.333V8m0-2.667h.007\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconInfoCircleLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconInfoCircleLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm0 14v-4m0-4h-.01\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconItalicLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconItalicLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M19 4h-9M14 20H5M15 4L9 20\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconLikeLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconLikeLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M7 22H4a2 2 0 01-2-2v-7a2 2 0 012-2h3m7-2V5a3 3 0 00-3-3l-4 9v11h11.28a2 2 0 002-1.7l1.38-9a1.999 1.999 0 00-2-2.3H14z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconLink = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconLink\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M7 8.605c.288.4.655.73 1.076.97a3.236 3.236 0 002.776.206c.45-.175.859-.447 1.198-.8l2.01-2.087c.61-.656.947-1.534.94-2.446a3.547 3.547 0 00-.98-2.43A3.289 3.289 0 0011.68 1a3.284 3.284 0 00-2.356.976l-1.152 1.19\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/><path d=\\\"M9 7.395a3.39 3.39 0 00-1.076-.97 3.235 3.235 0 00-2.776-.206c-.45.175-.859.447-1.198.8L1.94 9.106A3.55 3.55 0 001 11.552c.008.912.36 1.784.98 2.43A3.296 3.296 0 004.32 15a3.284 3.284 0 002.356-.976l1.145-1.19\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconLinkLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconLinkLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M10 13a5.001 5.001 0 007.54.54l3-3a5 5 0 00-7.07-7.07l-1.72 1.71\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/><path d=\\\"M14 11a5 5 0 00-7.54-.54l-3 3a5 5 0 007.07 7.07l1.71-1.71\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconLock = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconLock\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M12.667 7H3.333C2.597 7 2 7.651 2 8.455v5.09C2 14.35 2.597 15 3.333 15h9.334c.736 0 1.333-.651 1.333-1.454V8.454C14 7.65 13.403 7 12.667 7zM4 7V4.333c0-.884.421-1.732 1.172-2.357C5.922 1.351 6.939 1 8 1c1.06 0 2.078.351 2.828.976S12 3.45 12 4.333V7\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconLockLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconLockLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M19 11H5a2 2 0 00-2 2v7a2 2 0 002 2h14a2 2 0 002-2v-7a2 2 0 00-2-2zM7 11V7a5 5 0 1110 0v4\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconLockOpenLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconLockOpenLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M19 11H5a2 2 0 00-2 2v7a2 2 0 002 2h14a2 2 0 002-2v-7a2 2 0 00-2-2zM7 11V7a5 5 0 1110 0\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconLoginLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconLoginLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M15 3h4a2 2 0 012 2v14a2 2 0 01-2 2h-4M10 7l5 5-5 5m5-5H3\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconLogoutLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconLogoutLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M9 21H5a2 2 0 01-2-2V5a2 2 0 012-2h4m7 14l5-5-5-5m5 5H9\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconMaestro = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"32\\\" focusable=\\\"false\\\" height=\\\"32\\\"><g id=\\\"tuiIconMaestro\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-16 -16)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"32\\\" height=\\\"32\\\" viewBox=\\\"0 0 32 32\\\" version=\\\"1.1\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" xmlns:xlink=\\\"http://www.w3.org/1999/xlink\\\"><g><path d=\\\"M13.333 15.634a8.325 8.325 0 003.704-6.93c0-2.89-1.47-5.435-3.704-6.93a8.333 8.333 0 110 13.86z\\\" fill=\\\"#0AADFC\\\" transform=\\\"translate(3 8)\\\"/><path d=\\\"M13.333 1.774a8.325 8.325 0 00-3.703 6.93c0 2.889 1.47 5.435 3.703 6.93a8.333 8.333 0 110-13.86z\\\" fill=\\\"#F03727\\\" transform=\\\"translate(3 8)\\\"/><path d=\\\"M13.333 1.774a8.325 8.325 0 013.704 6.93c0 2.889-1.47 5.435-3.704 6.93a8.325 8.325 0 01-3.703-6.93c0-2.89 1.47-5.435 3.703-6.93z\\\" fill=\\\"#726ECC\\\" transform=\\\"translate(3 8)\\\"/></g></svg></svg></g></svg>\";\n\nvar tuiIconMaestroMono =\n '<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\"><g id=\"tuiIconMaestroMono\" xmlns=\"http://www.w3.org/2000/svg\" transform=\"translate(-16 -16)\"><svg x=\"50%\" y=\"50%\"><svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M16.333 9.774a8.325 8.325 0 00-3.703 6.93c0 2.889 1.47 5.435 3.703 6.93a8.333 8.333 0 110-13.86zm0 0a8.325 8.325 0 013.704 6.93c0 2.889-1.47 5.435-3.704 6.93a8.333 8.333 0 100-13.86zm0 1.242a7.318 7.318 0 00-2.703 5.688 7.318 7.318 0 002.703 5.687 7.317 7.317 0 002.704-5.687 7.317 7.317 0 00-2.704-5.688z\" fill=\"currentColor\"/></svg></svg></g></svg>';\n\nvar tuiIconMail = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconMail\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M2.4 2h11.2c.77 0 1.4.675 1.4 1.5v9c0 .825-.63 1.5-1.4 1.5H2.4c-.77 0-1.4-.675-1.4-1.5v-9C1 2.675 1.63 2 2.4 2z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/><path d=\\\"M15 4L8 9 1 4\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconMailLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconMailLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/><path d=\\\"M22 6l-10 7L2 6\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconMastercard = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"32\\\" focusable=\\\"false\\\" height=\\\"32\\\"><g id=\\\"tuiIconMastercard\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-16 -16)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"32\\\" height=\\\"32\\\" viewBox=\\\"0 0 32 32\\\" version=\\\"1.1\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" xmlns:xlink=\\\"http://www.w3.org/1999/xlink\\\"><g><path d=\\\"M12.833 14.986c2.211-1.468 3.667-3.967 3.667-6.804s-1.456-5.336-3.667-6.804A8.26 8.26 0 0117.417 0c4.556 0 8.25 3.663 8.25 8.182s-3.694 8.182-8.25 8.182a8.26 8.26 0 01-4.584-1.378z\\\" fill=\\\"#FBB735\\\" transform=\\\"translate(3 8)\\\"/><path d=\\\"M12.833 1.378c-2.21 1.468-3.666 3.967-3.666 6.804s1.455 5.336 3.666 6.804a8.26 8.26 0 01-4.583 1.378C3.694 16.364 0 12.7 0 8.182S3.694 0 8.25 0a8.26 8.26 0 014.583 1.378z\\\" fill=\\\"#F03727\\\" transform=\\\"translate(3 8)\\\"/><path d=\\\"M12.833 1.378C15.044 2.846 16.5 5.345 16.5 8.182s-1.456 5.336-3.667 6.804c-2.21-1.468-3.666-3.967-3.666-6.804s1.455-5.336 3.666-6.804z\\\" fill=\\\"#F6772D\\\" transform=\\\"translate(3 8)\\\"/></g></svg></svg></g></svg>\";\n\nvar tuiIconMastercardMono =\n '<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\"><g id=\"tuiIconMastercardMono\" xmlns=\"http://www.w3.org/2000/svg\" transform=\"translate(-16 -16)\"><svg x=\"50%\" y=\"50%\"><svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M15.833 9.378c-2.21 1.467-3.666 3.967-3.666 6.804s1.455 5.336 3.666 6.804a8.26 8.26 0 01-4.583 1.378C6.694 24.364 3 20.7 3 16.182S6.694 8 11.25 8a8.26 8.26 0 014.583 1.378zm0 13.608c2.211-1.468 3.667-3.967 3.667-6.804s-1.456-5.336-3.667-6.804A8.26 8.26 0 0120.417 8c4.556 0 8.25 3.663 8.25 8.182s-3.694 8.182-8.25 8.182a8.26 8.26 0 01-4.584-1.378zm0-12.37a7.14 7.14 0 000 11.13 7.14 7.14 0 000-11.13z\" fill=\"currentColor\"/></svg></svg></g></svg>';\n\nvar tuiIconMenuLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconMenuLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M3 12h18M3 6h18M3 18h18\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconMicLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconMicLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M12 1a3 3 0 00-3 3v8a3 3 0 006 0V4a3 3 0 00-3-3z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/><path d=\\\"M19 10v2a7 7 0 11-14 0v-2m7 9v4m-4 0h8\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconMicOffLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconMicOffLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><g clip-path=\\\"url(#a)\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"><path d=\\\"M1 1l22 22M15 9.34V4a3 3 0 00-5.94-.6M9 9v3a3 3 0 005.12 2.12L9 9z\\\"/><path d=\\\"M17 16.95A7 7 0 015 12v-2m14 0v2c0 .412-.037.824-.11 1.23M12 19v4m-4 0h8\\\"/></g></svg></svg></g></svg>\";\n\nvar tuiIconMinus = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" focusable=\\\"false\\\" height=\\\"16\\\"><g id=\\\"tuiIconMinus\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\"><path d=\\\"M3 9h10a1 1 0 100-2H3a1 1 0 000 2z\\\" fill=\\\"currentColor\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconMinusCircle = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconMinusCircle\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M8 14.667A6.667 6.667 0 108 1.334a6.667 6.667 0 000 13.333zM5.333 8h5.334\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconMinusLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconMinusLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M5 12h14\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconMir = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"32\\\" focusable=\\\"false\\\" height=\\\"32\\\"><g id=\\\"tuiIconMir\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-16 -16)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"32\\\" height=\\\"32\\\" viewBox=\\\"0 0 32 32\\\" version=\\\"1.1\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" xmlns:xlink=\\\"http://www.w3.org/1999/xlink\\\"><defs><linearGradient x1=\\\"-.18%\\\" y1=\\\"50%\\\" x2=\\\"100%\\\" y2=\\\"50%\\\" id=\\\"tui-mir-gradient\\\"><stop stop-color=\\\"#00B4E6\\\" offset=\\\"0%\\\"/><stop stop-color=\\\"#088CCB\\\" offset=\\\"100%\\\"/></linearGradient></defs><g><path d=\\\"M28.408 0h-6.073c.326 2.024 2.285 3.918 4.44 3.918h4.833c.065-.196.065-.457.065-.653A3.234 3.234 0 0028.408 0z\\\" fill=\\\"url(#tui-mir-gradient) #049fd8\\\" transform=\\\"translate(0 12)\\\"/><path d=\\\"M22.857 4.245v4.898h2.939V6.53h2.612c1.437 0 2.678-.98 3.07-2.286h-8.62zM12.408 0v9.143h2.612s.653 0 .98-.653l2.286-4.572h.326v5.225h2.939V0h-2.612s-.653.065-.98.653l-2.286 4.571h-.326V0h-2.939zM0 9.143V0h2.939s.849 0 1.306 1.306C5.42 4.767 5.55 5.224 5.55 5.224s.261-.848 1.306-3.918C7.314 0 8.163 0 8.163 0h2.939v9.143H8.163V4.245h-.326L6.204 9.143H4.898L3.265 4.245H2.94v4.898H0z\\\" fill=\\\"#4DB45F\\\" transform=\\\"translate(0 12)\\\"/></g></svg></svg></g></svg>\";\n\nvar tuiIconMirMono =\n '<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\"><g id=\"tuiIconMirMono\" xmlns=\"http://www.w3.org/2000/svg\" transform=\"translate(-16 -16)\"><svg x=\"50%\" y=\"50%\"><svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0 12v9.143h2.939v-4.898h.326l1.633 4.898h1.306l1.633-4.898h.326v4.898h2.939V12H8.163s-.849 0-1.306 1.306c-1.045 3.07-1.306 3.918-1.306 3.918s-.13-.457-1.306-3.918C3.788 12 2.939 12 2.939 12H0zm12.408 0v9.143h2.612s.653 0 .98-.653l2.286-4.572h.326v5.225h2.939V12h-2.612s-.653.065-.98.653l-2.286 4.571h-.326V12h-2.939zm9.927 0h6.073a3.234 3.234 0 013.265 3.265c0 .196 0 .457-.065.653h-4.832c-2.156 0-4.115-1.893-4.441-3.918zm.522 9.143v-4.898h8.62a3.233 3.233 0 01-3.069 2.286h-2.612v2.612h-2.939z\" fill=\"currentColor\"/></svg></svg></g></svg>';\n\nvar tuiIconMobile = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconMobile\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M11.571 1H4.43C3.639 1 3 1.627 3 2.4v11.2c0 .773.64 1.4 1.429 1.4h7.142c.79 0 1.429-.627 1.429-1.4V2.4c0-.773-.64-1.4-1.429-1.4zM8 12h.007\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconMobileLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconMobileLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M17 2H7a2 2 0 00-2 2v16a2 2 0 002 2h10a2 2 0 002-2V4a2 2 0 00-2-2zm-5 16h.01\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconMoreHorLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconMoreHorLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M12 13a1 1 0 100-2 1 1 0 000 2zm7 0a1 1 0 100-2 1 1 0 000 2zM5 13a1 1 0 100-2 1 1 0 000 2z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconMoreVer = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconMoreVer\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M8 8.667a.667.667 0 100-1.334.667.667 0 000 1.334zM8 4a.667.667 0 100-1.334A.667.667 0 008 4zm0 9.333A.667.667 0 108 12a.667.667 0 000 1.333z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconMoreVertLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconMoreVertLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M13 12a1 1 0 10-2 0 1 1 0 002 0zm0-7a1 1 0 10-2 0 1 1 0 002 0zm0 14a1 1 0 10-2 0 1 1 0 002 0z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconMusicLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconMusicLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M9 18V5l12-2v13\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/><path d=\\\"M6 21a3 3 0 100-6 3 3 0 000 6zm12-2a3 3 0 100-6 3 3 0 000 6z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconOLLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconOLLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M8 6h13\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/><path d=\\\"M3.125 5.451v2.005h1.159V4H3.253c-.034.219-.127.377-.277.474-.15.097-.381.147-.692.147v.83h.841zM4.292 10.079a1.838 1.838 0 00-.752-.143c-.461 0-.818.107-1.071.321-.254.213-.379.517-.376.911H3.21c0-.141.031-.247.093-.321a.307.307 0 01.248-.11c.071-.004.14.02.195.066a.234.234 0 01.07.18.302.302 0 01-.098.218 1.047 1.047 0 01-.24.175 14.67 14.67 0 01-.458.233c-.358.173-.609.379-.754.616-.145.237-.218.546-.218.927 0 .08.003.16.01.24h2.99v-.877H3.35a.288.288 0 01.068-.135.68.68 0 01.193-.133 4.4 4.4 0 01.415-.177c.301-.114.53-.252.689-.414.159-.162.237-.376.237-.643a.93.93 0 00-.17-.546 1.14 1.14 0 00-.49-.388zM4.29 16.054a2.214 2.214 0 00-.76-.118c-.463 0-.825.107-1.085.323-.26.215-.39.512-.39.892h1.09a.437.437 0 01.1-.305c.067-.073.163-.11.29-.11.103 0 .182.024.237.072a.255.255 0 01.083.203.25.25 0 01-.107.21.48.48 0 01-.293.08h-.12v.77h.08c.16 0 .277.026.352.077.076.052.113.131.113.238 0 .087-.03.155-.09.205a.38.38 0 01-.25.075c-.13 0-.229-.037-.297-.11-.069-.073-.103-.183-.103-.33H2c0 .403.132.711.398.923.265.211.647.317 1.147.317.293 0 .549-.043.767-.13.218-.087.388-.21.508-.37s.18-.347.18-.56a.747.747 0 00-.148-.48c-.098-.123-.255-.22-.472-.29v-.01c.203-.073.35-.168.44-.285a.708.708 0 00.135-.445.793.793 0 00-.172-.508 1.101 1.101 0 00-.493-.334z\\\" fill=\\\"currentColor\\\"/><path d=\\\"M8 12h13M8 18h13\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconOutdentLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconOutdentLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M21 10H9M21 6H2.5M5 9.5l-3 2.4 3 2.4M21 14H9M11 18H3\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconPause = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconPause\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M6 3H3v10h3V3zm7 0h-3v10h3V3z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconPauseLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconPauseLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M10 4H6v16h4V4zm8 0h-4v16h4V4z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconPicture = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconPicture\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M12.667 2H3.333C2.597 2 2 2.597 2 3.333v9.334C2 13.403 2.597 14 3.333 14h9.334c.736 0 1.333-.597 1.333-1.333V3.333C14 2.597 13.403 2 12.667 2z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/><path d=\\\"M5.667 6.667a1 1 0 100-2 1 1 0 000 2zM14 10l-3.333-3.333L3.333 14\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconPiechartLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconPiechartLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M9.78 2.248a1 1 0 01.442 1.95 8.013 8.013 0 00-6.02 6.008 1 1 0 01-1.95-.447A10.013 10.013 0 019.78 2.248zm-7.514 12.05a1 1 0 011.946-.458 8.013 8.013 0 005.935 5.945 1 1 0 11-.461 1.946 10.014 10.014 0 01-7.42-7.433zm12.238 7.386a1 1 0 01-.5-1.937A8.004 8.004 0 0019.25 8.614a1 1 0 111.812-.848 10.003 10.003 0 01-6.558 13.918zM18.582 4.47a1 1 0 11-1.317 1.506 7.976 7.976 0 00-3.368-1.751 1 1 0 11.472-1.943 9.975 9.975 0 014.213 2.188z\\\" fill=\\\"currentColor\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconPin = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconPin\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M14 6.727C14 11.182 8 15 8 15s-6-3.818-6-8.273c0-1.519.632-2.975 1.757-4.05A6.148 6.148 0 018 1a6.15 6.15 0 014.243 1.677A5.598 5.598 0 0114 6.727z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/><path d=\\\"M8 9a2 2 0 100-4 2 2 0 000 4z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconPlay = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconPlay\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M3 2l10 6-10 6V2z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconPlayLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconPlayLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M5 3l14 9-14 9V3z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconPlus = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" focusable=\\\"false\\\" height=\\\"16\\\"><g id=\\\"tuiIconPlus\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\"><path d=\\\"M7 7V3a1 1 0 012 0v4h4a1 1 0 110 2H9v4a1 1 0 11-2 0V9H3a1 1 0 010-2h4z\\\" fill=\\\"currentColor\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconPlusCircleLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconPlusCircleLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10zm0-14v8m-4-4h8\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconPlusLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconPlusLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M12 5v14m-7-7h14\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconPrintLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconPrintLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M6 9V2h12v7M6 18H4a2 2 0 01-2-2v-5a2 2 0 012-2h16a2 2 0 012 2v5a2 2 0 01-2 2h-2\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/><path d=\\\"M18 14H6v8h12v-8z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconQuoteLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconQuoteLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><rect x=\\\"2\\\" y=\\\"5\\\" width=\\\"8\\\" height=\\\"9\\\" rx=\\\"2\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\"/><rect x=\\\"14\\\" y=\\\"5\\\" width=\\\"8\\\" height=\\\"9\\\" rx=\\\"2\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\"/><path d=\\\"M10 12c0 5.625-4 9-4 9M22 12c0 5.625-4 9-4 9\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconRedo = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconRedo\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><g clip-path=\\\"url(#a)\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"><path d=\\\"M15.333 2.667v4h-4\\\"/><path d=\\\"M13.66 10a6 6 0 11-1.413-6.24l3.086 2.907\\\"/></g></svg></svg></g></svg>\";\n\nvar tuiIconRedoLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconRedoLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M20.712 10.967c0 .374-.161.756-.483 1.016h-.002l-7.018 5.665-.001.002a1.277 1.277 0 01-1.598.008h0l.527-1.134-.936-.352h0v-.002l.909-2.414c-1.97.024-3.388.256-4.607.875-1.482.752-2.816 2.154-4.431 4.875a1 1 0 01-1.843-.695c.459-2.442 1.173-4.98 3.014-6.975C5.92 10.02 8.415 8.77 12.155 8.295L11.2 5.76h0a1.31 1.31 0 01.4-1.478 1.275 1.275 0 011.609 0l7.02 5.668h0l.008.007a1.306 1.306 0 01.474 1.01zm0 0v-.002h-1l1 .004v-.002zm-8.763 5.129l.002-.002-.002.002z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconRefresh = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconRefresh\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M15 3v4h-4M1 13V9h4\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/><path d=\\\"M2.597 6a6.025 6.025 0 011.595-2.484 5.639 5.639 0 012.54-1.368 5.475 5.475 0 012.856.088 5.68 5.68 0 012.46 1.523L15 6.666M1 9.334l2.953 2.907a5.678 5.678 0 002.46 1.523c.929.281 1.91.312 2.854.088a5.638 5.638 0 002.541-1.368 6.023 6.023 0 001.595-2.483\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconRefreshLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconRefreshLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M23 4v6h-6\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/><path d=\\\"M20.49 15a9 9 0 11-2.13-9.36L23 10\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconRemoveLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconRemoveLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M6.707 5.293a1 1 0 00-1.414 1.414L10.586 12l-5.293 5.293a1 1 0 101.414 1.414L12 13.414l5.293 5.293a1 1 0 001.414-1.414L13.414 12l5.293-5.293a1 1 0 00-1.414-1.414L12 10.586 6.707 5.293z\\\" fill=\\\"currentColor\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconSearch = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconSearch\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M7.333 12.667A5.333 5.333 0 107.333 2a5.333 5.333 0 000 10.667zM14 14l-2.9-2.9\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconSearchLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconSearchLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M10.5 17a6.5 6.5 0 100-13 6.5 6.5 0 000 13zm9.5 3l-4.35-4.35\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconSettings = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconSettings\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><g clip-path=\\\"url(#a)\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"><path d=\\\"M8 10a2 2 0 100-4 2 2 0 000 4z\\\"/><path d=\\\"M12.933 10a1.1 1.1 0 00.22 1.213l.04.04a1.333 1.333 0 11-1.886 1.887l-.04-.04a1.1 1.1 0 00-1.214-.22 1.1 1.1 0 00-.666 1.006V14a1.333 1.333 0 11-2.667 0v-.06A1.1 1.1 0 006 12.933a1.1 1.1 0 00-1.213.22l-.04.04a1.334 1.334 0 11-1.887-1.886l.04-.04a1.1 1.1 0 00.22-1.214 1.1 1.1 0 00-1.007-.667H2A1.333 1.333 0 112 6.72h.06A1.1 1.1 0 003.067 6a1.1 1.1 0 00-.22-1.213l-.04-.04A1.333 1.333 0 114.693 2.86l.04.04a1.1 1.1 0 001.214.22H6a1.1 1.1 0 00.667-1.007V2a1.333 1.333 0 112.666 0v.06A1.1 1.1 0 0010 3.066a1.1 1.1 0 001.213-.22l.04-.04a1.334 1.334 0 111.887 1.887l-.04.04a1.1 1.1 0 00-.22 1.214V6a1.1 1.1 0 001.007.667H14a1.333 1.333 0 010 2.666h-.06a1.1 1.1 0 00-1.007.667z\\\"/></g></svg></svg></g></svg>\";\n\nvar tuiIconSettingsLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconSettingsLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M12 2c-.413 0-.821.025-1.222.074l-.038.004c-.146.016-.454.05-.735.215a1.525 1.525 0 00-.561.584c-.155.288-.178.61-.189.764 0 .016-.002.03-.003.042L9.16 4.787a7.693 7.693 0 00-.252.105l-.846-.716a3.587 3.587 0 01-.031-.027c-.117-.1-.36-.313-.674-.407a1.525 1.525 0 00-.81-.016c-.314.082-.556.276-.67.367l-.03.024a9.889 9.889 0 00-.902.796l-.002.002-.028.028-.002.002c-.283.284-.549.585-.796.901l-.024.03c-.091.115-.285.357-.367.672-.068.262-.062.55.016.809.094.313.306.557.407.674l.027.031.716.846a7.695 7.695 0 00-.105.252l-1.104.092a3.584 3.584 0 01-.042.003c-.154.011-.476.034-.764.189a1.525 1.525 0 00-.584.561c-.165.281-.199.59-.215.735l-.004.038a10.09 10.09 0 000 2.444l.004.038c.016.146.05.454.215.735.137.233.346.433.584.561.288.155.61.178.764.189.016 0 .03.002.042.003l1.104.092c.034.085.068.169.105.252l-.716.846-.027.031c-.1.117-.313.361-.407.674a1.525 1.525 0 00-.016.81c.082.314.276.556.367.67l.024.03c.245.315.509.613.79.895l.002.003.04.04.003.003c.282.28.58.544.894.789l.03.024c.115.091.357.285.672.367.262.068.55.062.809-.016.313-.094.557-.306.674-.407l.031-.027.846-.716c.083.037.167.072.252.105l.092 1.104.003.042c.011.153.034.476.189.764.128.238.328.447.561.584.281.165.59.199.735.215l.038.004a10.09 10.09 0 002.444 0l.038-.004c.146-.016.454-.05.735-.215.233-.137.433-.346.561-.584.155-.288.178-.61.189-.764 0-.016.002-.03.003-.042l.092-1.104c.085-.034.169-.068.252-.105l.846.716.02.017.011.01c.117.1.36.313.674.407.259.078.547.084.81.016.314-.082.556-.276.67-.367l.03-.024a10.058 10.058 0 001.73-1.73l.024-.03c.091-.114.285-.356.367-.67a1.526 1.526 0 00-.016-.81c-.094-.313-.306-.557-.407-.674a2.51 2.51 0 01-.013-.015l-.014-.016-.716-.846a5.57 5.57 0 00.105-.252l1.104-.092.042-.003c.153-.011.476-.034.764-.189.238-.128.447-.328.584-.561.165-.281.199-.59.215-.735l.004-.038a10.09 10.09 0 000-2.444l-.004-.038c-.016-.146-.05-.454-.215-.735a1.525 1.525 0 00-.584-.561c-.288-.155-.61-.178-.764-.189a3.71 3.71 0 01-.042-.003l-1.104-.092a7.626 7.626 0 00-.105-.252l.716-.846.027-.031c.1-.117.313-.36.407-.674.078-.259.084-.547.016-.809-.082-.315-.276-.557-.367-.672l-.024-.03a10.049 10.049 0 00-1.73-1.729l-.03-.024c-.114-.091-.356-.285-.67-.367a1.524 1.524 0 00-.81.016c-.313.094-.557.306-.674.407l-.031.027-.846.716a7.704 7.704 0 00-.252-.105l-.092-1.104-.003-.042c-.011-.154-.034-.476-.189-.764a1.525 1.525 0 00-.561-.584c-.281-.165-.59-.199-.735-.215l-.038-.004A10.09 10.09 0 0012 2zm-.855 3.056l.085-1.02a8.11 8.11 0 011.54 0l.085 1.02.003.039c.01.135.03.412.14.657a1.466 1.466 0 00.772.761 5.7 5.7 0 00.274.11l.015.007c.095.036.189.075.281.116l.016.007c.086.039.184.082.27.115a1.465 1.465 0 001.085.009c.252-.096.462-.278.565-.366l.03-.026.78-.66a8.02 8.02 0 011.09 1.09l-.661.78-.026.03c-.088.102-.27.312-.366.563a1.467 1.467 0 00.009 1.085c.033.087.076.185.115.271l.007.016c.041.092.08.186.116.28l.006.016c.035.09.073.189.11.274a1.466 1.466 0 00.761.773c.246.109.523.129.658.139l.039.003 1.02.085a8.132 8.132 0 010 1.54l-1.02.085-.039.003c-.135.01-.412.03-.657.14a1.466 1.466 0 00-.761.772 5.762 5.762 0 00-.11.274l-.006.015a5.747 5.747 0 01-.117.281l-.007.016a5.721 5.721 0 00-.115.27 1.465 1.465 0 00-.009 1.085c.096.252.278.462.366.565l.026.029.66.78a8.047 8.047 0 01-1.089 1.09l-.781-.66-.03-.026c-.102-.088-.312-.27-.563-.366a1.464 1.464 0 00-1.085.009 5.68 5.68 0 00-.271.115l-.016.007c-.092.041-.186.08-.28.116l-.016.007a5.762 5.762 0 00-.274.11 1.466 1.466 0 00-.773.761c-.109.245-.129.522-.139.657l-.003.039-.085 1.02a8.132 8.132 0 01-1.54 0l-.085-1.02-.003-.039c-.01-.135-.03-.412-.14-.657a1.466 1.466 0 00-.772-.761 5.758 5.758 0 00-.274-.11l-.015-.006a5.718 5.718 0 01-.281-.117l-.016-.007c-.086-.038-.184-.082-.27-.115a1.467 1.467 0 00-1.085-.009c-.252.096-.462.278-.565.366l-.029.026-.78.66a8.077 8.077 0 01-.553-.499v-.001l-.037-.036-.001-.001a8.035 8.035 0 01-.5-.552l.661-.78.026-.03c.088-.103.27-.313.366-.564a1.465 1.465 0 00-.009-1.085 5.712 5.712 0 00-.115-.271l-.007-.016a5.73 5.73 0 01-.116-.28l-.007-.016a5.213 5.213 0 00-.11-.274 1.466 1.466 0 00-.761-.773c-.245-.109-.522-.129-.657-.139l-.039-.003-1.02-.085a8.11 8.11 0 010-1.54l1.02-.085.039-.003c.135-.01.412-.03.657-.14a1.466 1.466 0 00.761-.772c.038-.085.076-.185.11-.274l.007-.015a5.7 5.7 0 01.116-.281l.007-.016a5.73 5.73 0 00.115-.27 1.465 1.465 0 00.009-1.085c-.096-.252-.278-.462-.366-.565l-.026-.029-.66-.781c.16-.194.328-.38.506-.558l.025-.025V6.33c.178-.177.364-.346.558-.506l.781.661.03.026c.102.088.312.27.563.366a1.465 1.465 0 001.085-.009c.087-.033.185-.076.271-.115l.016-.007c.092-.041.186-.08.28-.116l.016-.007c.09-.034.189-.072.274-.11a1.466 1.466 0 00.773-.761c.109-.245.129-.522.139-.657l.003-.039zM12 16a4 4 0 100-8 4 4 0 000 8zm2-4a2 2 0 11-4 0 2 2 0 014 0z\\\" fill=\\\"currentColor\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconShowLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconShowLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/><path d=\\\"M12 15a3 3 0 100-6 3 3 0 000 6z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconSortDown = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconSortDown\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M4.1 5H12c.3 0 .5.2.5.5 0 .1 0 .2-.1.3l-3.9 4.7c-.2.2-.5.2-.7.1l-.1-.1-4-4.7c-.2-.2-.2-.5 0-.7.1-.1.3-.1.4-.1z\\\" fill=\\\"currentColor\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconSortUp = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconSortUp\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M4.1 10.665H12c.3 0 .5-.2.5-.5 0-.1 0-.2-.1-.3l-3.9-4.7c-.2-.2-.5-.2-.7-.1l-.1.1-4 4.7c-.2.2-.2.5 0 .7.1.1.3.1.4.1z\\\" fill=\\\"currentColor\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconSound = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconSound\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M7.333 3.333L4 6H1.333v4H4l3.333 2.667V3.333zm5.38-.046a6.667 6.667 0 010 9.426M10.36 5.64a3.333 3.333 0 010 4.713\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconSoundLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconSoundLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M11 5L6 9H2v6h4l5 4V5zm8.07-.07a10 10 0 010 14.14M15.54 8.46a5 5 0 010 7.07\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconSoundOff = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconSoundOff\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M7.333 3.333L4 6H1.333v4H4l3.333 2.667V3.333zM14.334 6l-4 4m0-4l4 4\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconSoundOffLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconSoundOffLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M11 5L6 9H2v6h4l5 4V5zm12 4l-6 6m0-6l6 6\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconStar = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconStar\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M8 1.333l2.06 4.174 4.607.673-3.334 3.247.787 4.587L8 11.847l-4.12 2.167.787-4.587L1.333 6.18l4.607-.673L8 1.334z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconStarLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconStarLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconStop = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconStop\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M13 3H3v10h10V3z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconStopLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconStopLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M20 4H4v16h16V4z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconStrikeThroughLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconStrikeThroughLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M23 12H1M17 5H9.5a3.5 3.5 0 100 7h5a3.5 3.5 0 110 7H6\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconStructureLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconStructureLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M10 3H3v7h7V3zm11 0h-7v7h7V3zm0 11h-7v7h7v-7zm-11 0H3v7h7v-7z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconSubitem = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconSubitem\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M10 6.667L13.333 10 10 13.333\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/><path d=\\\"M3 3v4.455c0 .675.263 1.322.732 1.8A2.478 2.478 0 005.5 10H13\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconSublevelLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconSublevelLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M15.6 16l-2.3-2.3c-.4-.4-.4-1 0-1.4.4-.4 1-.4 1.4 0l3.3 3.3c.8.8.8 2 0 2.8l-3.3 3.3c-.4.4-1 .4-1.4 0-.4-.4-.4-1 0-1.4l2.3-2.3H12c-3.3 0-6-2.7-6-6V3c0-.6.4-1 1-1s1 .4 1 1v9c0 2.2 1.8 4 4 4h3.6z\\\" fill=\\\"currentColor\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconSubscriptLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconSubscriptLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M21 21a1 1 0 100-2v2zm-4.667-5.105a1 1 0 102 0h-2zm.753 3.86l-.943-.332.943.332zm1.833-2.188l-.466-.885.466.885zM19.08 15h.103v-2h-.102v2zm-1.819 6H21v-2h-3.74v2zm-.927-5.254v.149h2v-.149h-2zm3.034.455l-.914.48.932 1.77.913-.48-.931-1.77zm-3.185 3.111l-.039.11 1.887.664.038-.11-1.886-.664zM17.26 19c.563 0 .956.556.77 1.086l-1.887-.663c-.271.77.3 1.577 1.117 1.577v-2zm2.49-3.343a.733.733 0 01-.383.544l.931 1.77a2.733 2.733 0 001.432-2.029l-1.98-.285zm-1.297 1.025a4.757 4.757 0 00-2.271 2.63l1.887.664c.23-.656.7-1.2 1.316-1.524l-.932-1.77zM19.182 15c.35 0 .619.31.569.657l1.98.285A2.575 2.575 0 0019.18 13v2zm-.102-2a2.747 2.747 0 00-2.747 2.746h2c0-.412.335-.746.747-.746v-2z\\\" fill=\\\"currentColor\\\"/><path d=\\\"M6 6l4 5m4 5l-4-5m0 0l-4 5m4-5l4-5\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconSuperscriptLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconSuperscriptLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M21 11a1 1 0 100-2v2zm-4.667-5.105a1 1 0 102 0h-2zm.753 3.86l-.943-.332.943.332zm1.833-2.188l-.466-.885.466.885zM19.08 5h.103V3h-.102v2zm-1.819 6H21V9h-3.74v2zm-.927-5.254v.149h2v-.149h-2zm3.034.455l-.914.48.932 1.77.913-.48-.931-1.77zm-3.185 3.111l-.039.11 1.887.664.038-.11-1.886-.664zM17.26 9c.563 0 .956.556.77 1.086l-1.887-.663c-.271.77.3 1.577 1.117 1.577V9zm2.49-3.343a.732.732 0 01-.383.544l.931 1.77a2.733 2.733 0 001.432-2.029l-1.98-.285zm-1.297 1.025a4.757 4.757 0 00-2.271 2.63l1.887.664c.23-.656.7-1.2 1.316-1.524l-.932-1.77zM19.182 5c.35 0 .619.31.569.657l1.98.285A2.575 2.575 0 0019.18 3v2zm-.102-2a2.747 2.747 0 00-2.747 2.746h2c0-.412.335-.746.747-.746V3z\\\" fill=\\\"currentColor\\\"/><path d=\\\"M5 7l4 5m4 5l-4-5m0 0l-4 5m4-5l4-5\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconTableLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\"><g id=\\\"tuiIconTable\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12,-12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"> <path fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M20 4H13V11H20V4ZM13 13V20H20V13H13ZM11 20V13H4V20H11ZM11 11V4H4V11H11ZM4 2C2.89543 2 2 2.89543 2 4V20C2 21.1046 2.89543 22 4 22H20C21.1046 22 22 21.1046 22 20V4C22 2.89543 21.1046 2 20 2H4Z\\\" fill=\\\"currentColor\\\"/></svg>\"\n\nvar tuiIconTableMergeLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\"><g id=\\\"tuiIconTableMergeLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12,-12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M11 4H4V20H11V16.5C11 15.9477 11.4477 15.5 12 15.5C12.5523 15.5 13 15.9477 13 16.5V20H20V4H13V8C13 8.55228 12.5523 9 12 9C11.4477 9 11 8.55228 11 8V4ZM20 22H12H4C2.89543 22 2 21.1046 2 20V4C2 2.89543 2.89543 2 4 2H20C21.1046 2 22 2.89543 22 4V20C22 21.1046 21.1046 22 20 22ZM6.29289 8.29289C6.68342 7.90237 7.31658 7.90237 7.70711 8.29289L10.7071 11.2929C11.0976 11.6834 11.0976 12.3166 10.7071 12.7071L7.70711 15.7071C7.31658 16.0976 6.68342 16.0976 6.29289 15.7071C5.90237 15.3166 5.90237 14.6834 6.29289 14.2929L8.58579 12L6.29289 9.70711C5.90237 9.31658 5.90237 8.68342 6.29289 8.29289ZM16.2929 15.7071C16.6834 16.0976 17.3166 16.0976 17.7071 15.7071C18.0976 15.3166 18.0976 14.6834 17.7071 14.2929L15.4142 12L17.7071 9.70711C18.0976 9.31658 18.0976 8.68342 17.7071 8.29289C17.3166 7.90237 16.6834 7.90237 16.2929 8.29289L13.2929 11.2929C12.9024 11.6834 12.9024 12.3166 13.2929 12.7071L16.2929 15.7071Z\\\" fill=\\\"currentColor\\\"/></svg>\"\n\nvar tuiIconTableSplitLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\"><g id=\\\"tuiIconTableSplitLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12,-12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\"><g id=\\\"table-split\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12,-12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M20 4H4V20H20V4ZM4 2C2.89543 2 2 2.89543 2 4V20C2 21.1046 2.89543 22 4 22H20C21.1046 22 22 21.1046 22 20V4C22 2.89543 21.1046 2 20 2H4ZM10.7071 15.7071C10.3166 16.0976 9.68342 16.0976 9.29289 15.7071L6.29289 12.7071C5.90237 12.3166 5.90237 11.6834 6.29289 11.2929L9.29289 8.29289C9.68342 7.90237 10.3166 7.90237 10.7071 8.29289C11.0976 8.68342 11.0976 9.31658 10.7071 9.70711L8.41421 12L10.7071 14.2929C11.0976 14.6834 11.0976 15.3166 10.7071 15.7071ZM14.7071 8.29289C14.3166 7.90237 13.6834 7.90237 13.2929 8.29289C12.9024 8.68342 12.9024 9.31658 13.2929 9.70711L15.5858 12L13.2929 14.2929C12.9024 14.6834 12.9024 15.3166 13.2929 15.7071C13.6834 16.0976 14.3166 16.0976 14.7071 15.7071L17.7071 12.7071C18.0976 12.3166 18.0976 11.6834 17.7071 11.2929L14.7071 8.29289Z\\\" fill=\\\"currentColor\\\"/></svg>\"\n\nvar tuiIconTeXLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconTeXLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M4 16V8H1h6\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/><path d=\\\"M9 13h3.667c.184 0 .333-.15.333-.333V12a2 2 0 00-2-2v0a2 2 0 00-2 2v1.784C9 15.008 9.992 16 11.216 16v0c.574 0 1.126-.223 1.54-.621l.244-.236\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\"/><path d=\\\"M16 8l2.5 4m2.5 4l-2.5-4m0 0L16 16m2.5-4L21 8\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconTime = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconTime\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M8 14.667A6.667 6.667 0 108 1.334a6.667 6.667 0 000 13.333z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/><path d=\\\"M8 4v4l2.667 1.333\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconTimeLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconTimeLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/><path d=\\\"M12 6v6l4 2\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconToggleOff = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" focusable=\\\"false\\\" height=\\\"16\\\"><g id=\\\"tuiIconToggleOff\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg version=\\\"1.1\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" xml:space=\\\"preserve\\\"><circle cx=\\\"8\\\" cy=\\\"8\\\" r=\\\"4\\\" fill=\\\"none\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconToggleOffLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" focusable=\\\"false\\\" height=\\\"24\\\"><g id=\\\"tuiIconToggleOffLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg version=\\\"1.1\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\"><path d=\\\"M12 16a4 4 0 100-8 4 4 0 000 8z\\\" fill=\\\"none\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconToggleOn = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" focusable=\\\"false\\\" height=\\\"16\\\"><g id=\\\"tuiIconToggleOn\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\"><path d=\\\"M8 4.5V12\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconToggleOnLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" focusable=\\\"false\\\" height=\\\"24\\\"><g id=\\\"tuiIconToggleOnLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\"><path d=\\\"M12 8.5V16\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconTooltip = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconTooltip\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M8 15A7 7 0 108 1a7 7 0 000 14z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/><path d=\\\"M6.06 6a2 2 0 013.887.667c0 1.333-2 2-2 2M8 11.334h.007\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconTooltipLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconTooltipLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M12 20a8 8 0 100-16 8 8 0 000 16z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/><path d=\\\"M10.06 10a2 2 0 013.887.667c0 1.333-2 2-2 2M12 15.334h.007\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconTransparentLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconTransparentLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><rect x=\\\"1\\\" y=\\\"3\\\" width=\\\"14\\\" height=\\\"14\\\" rx=\\\"3\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\"/><path d=\\\"M8.5 10.5l5 5M11 9l4 4.5M7 13l4 4\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"1.8\\\"/><rect x=\\\"7\\\" y=\\\"9\\\" width=\\\"14\\\" height=\\\"14\\\" rx=\\\"3\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconTrash = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconTrash\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M2 4h12m-8.857-.2V2.4c0-.371.15-.727.418-.99.268-.262.632-.41 1.01-.41H9.43c.378 0 .742.147 1.01.41s.418.619.418.99v1.4M13 3.8v9.8c0 .371-.15.727-.418.99-.268.262-.632.41-1.01.41H4.428c-.38 0-.743-.148-1.01-.41A1.386 1.386 0 013 13.6V3.8h10z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconTrashLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconTrashLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M3 6h18M8 6V4a2 2 0 012-2h4a2 2 0 012 2v2m3 0v14a2 2 0 01-2 2H7a2 2 0 01-2-2V6h14zm-9 5v6m4-6v6\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconUnderlineLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconUnderlineLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M6 3v7a6 6 0 1012 0V3M4 21h16\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconUndo = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconUndo\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M1 2.667v4h4\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/><path d=\\\"M2.673 10a6 6 0 101.42-6.24L1 6.667\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconUndoLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconUndoLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M1.212 10.967c0 .374.161.756.484 1.016h.001l7.018 5.665.001.002a1.277 1.277 0 001.599.008h0l-.528-1.134.936-.352h0v-.002l-.909-2.414c1.97.024 3.388.256 4.607.875 1.482.752 2.816 2.154 4.431 4.875a1 1 0 001.843-.695c-.459-2.442-1.173-4.98-3.014-6.975-1.676-1.816-4.172-3.066-7.912-3.541l.954-2.535h0a1.31 1.31 0 00-.4-1.478 1.275 1.275 0 00-1.607-.001l-.002.001-7.02 5.668h0l-.008.007a1.306 1.306 0 00-.474 1.01zm0 0v-.002h1l-1 .004v-.002zm8.763 5.129l-.002-.002.002.002z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconUpload = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconUpload\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M14 10v2.667A1.334 1.334 0 0112.667 14H3.333A1.334 1.334 0 012 12.667V10m9.333-4.667L8 2 4.667 5.333M8 2v8\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconUploadLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconUploadLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M21 15v4a2 2 0 01-2 2H5a2 2 0 01-2-2v-4m4-7l5-5 5 5m-5-5v12\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconUser = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconUser\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M13 14v-1.333a2.76 2.76 0 00-.732-1.886A2.424 2.424 0 0010.5 10h-5c-.663 0-1.299.281-1.768.781A2.76 2.76 0 003 12.667V14m5-7a2.5 2.5 0 100-5 2.5 2.5 0 000 5z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconUsers = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconUsers\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M11 14v-1.333a2.76 2.76 0 00-.732-1.886A2.424 2.424 0 008.5 10h-5c-.663 0-1.299.281-1.768.781A2.76 2.76 0 001 12.667V14m5-6.667A2.667 2.667 0 106 2a2.667 2.667 0 000 5.333zM15 14v-1.363c0-.604-.197-1.19-.56-1.668A2.663 2.663 0 0013 10m-2.333-7.913a2.666 2.666 0 010 5.167\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconVideo = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconVideo\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M15 5l-4 3 4 3V5zM9.667 3H2.333C1.597 3 1 3.64 1 4.429v7.142C1 12.361 1.597 13 2.333 13h7.334c.736 0 1.333-.64 1.333-1.429V4.43C11 3.639 10.403 3 9.667 3z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconVideoLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconVideoLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M23 7l-7 5 7 5V7zm-9-2H3a2 2 0 00-2 2v10a2 2 0 002 2h11a2 2 0 002-2V7a2 2 0 00-2-2z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconViewListLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconViewListLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M8 6h13M8 12h13M8 18h13M3 6h.01M3 12h.01M3 18h.01\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconVisa = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"32\\\" focusable=\\\"false\\\" height=\\\"32\\\"><g id=\\\"tuiIconVisa\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-16 -16)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"32\\\" height=\\\"32\\\" viewBox=\\\"0 0 32 32\\\" version=\\\"1.1\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" xmlns:xlink=\\\"http://www.w3.org/1999/xlink\\\"><g fill=\\\"#1a1f71\\\"><path d=\\\"M11.257 9.302L12.875.16h2.587l-1.619 9.143zM23.226.384A6.909 6.909 0 0020.907 0c-2.556 0-4.357 1.24-4.372 3.017-.014 1.314 1.286 2.047 2.267 2.485 1.007.448 1.346.734 1.34 1.134-.006.613-.803.893-1.547.893-1.036 0-1.586-.139-2.435-.48l-.334-.146-.363 2.047c.605.255 1.722.477 2.882.488 2.72 0 4.485-1.226 4.505-3.124.01-1.04-.68-1.832-2.172-2.484-.904-.423-1.458-.705-1.452-1.134 0-.38.469-.786 1.481-.786a4.93 4.93 0 011.937.35l.231.106.351-1.982M29.86.168h-1.999c-.62 0-1.083.162-1.355.758l-3.842 8.38h2.717s.444-1.127.545-1.375l3.313.004c.077.32.315 1.37.315 1.37h2.4L29.86.168zM26.67 6.06c.214-.527 1.03-2.556 1.03-2.556-.014.024.213-.53.344-.873l.175.789.599 2.64H26.67zM9.087.166L6.554 6.4l-.27-1.267c-.471-1.461-1.94-3.044-3.582-3.836l2.316 7.996 2.737-.003L11.828.166h-2.74\\\" transform=\\\"translate(0 12)\\\"/><path d=\\\"M4.205.16H.033L0 .35c3.246.757 5.393 2.586 6.285 4.784L5.377.932C5.221.352 4.767.18 4.205.16\\\" transform=\\\"translate(0 12)\\\"/></g></svg></svg></g></svg>\";\n\nvar tuiIconVisaMono =\n '<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"32\" height=\"32\"><g id=\"tuiIconVisaMono\" xmlns=\"http://www.w3.org/2000/svg\" transform=\"translate(-16 -16)\"><svg x=\"50%\" y=\"50%\"><svg width=\"32\" height=\"32\" viewBox=\"0 0 32 32\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M23.226 12.384A6.91 6.91 0 0020.907 12c-2.556 0-4.357 1.24-4.372 3.017-.014 1.314 1.286 2.047 2.267 2.485 1.007.448 1.346.733 1.34 1.134-.006.613-.803.893-1.547.893-1.035 0-1.586-.139-2.435-.48l-.334-.146-.363 2.047c.604.255 1.722.477 2.882.488 2.72 0 4.485-1.226 4.505-3.124.01-1.04-.68-1.831-2.172-2.484-.904-.423-1.458-.705-1.452-1.134 0-.38.469-.786 1.481-.786a4.933 4.933 0 011.937.35l.232.106.35-1.982zm-11.969 8.918l1.618-9.143h2.587l-1.619 9.143h-2.586zm16.604-9.134h2l2.093 9.137h-2.4s-.238-1.05-.315-1.37l-1.816-.002h-.004l-1.493-.002c-.1.247-.545 1.374-.545 1.374h-2.717l3.842-8.38c.272-.595.736-.757 1.355-.757zm-.16 3.337l-1.03 2.556h2.147l-.6-2.64-.174-.789c-.069.18-.164.418-.236.6a5.326 5.326 0 00-.107.273zm-18.614-3.34l-2.533 6.236-.27-1.267v-.001l-.907-4.201c-.156-.58-.61-.752-1.172-.772H.033L0 12.35a11.11 11.11 0 012.718 1.003l2.3 7.941 2.737-.003 4.073-9.125h-2.74z\" fill=\"currentColor\"/></svg></svg></g></svg>';\n\nvar tuiIconWarningLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconWarningLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M12 5a1 1 0 011 1v8a1 1 0 11-2 0V6a1 1 0 011-1zm1 13a1 1 0 11-2 0 1 1 0 012 0z\\\" fill=\\\"currentColor\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconWifiOffLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconWifiOffLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M1 1l22 22m-6.28-11.94c.82.4 1.585.9 2.28 1.49m-14 0a10.94 10.94 0 015.17-2.39m.54-5.11A16 16 0 0122.58 9M1.42 9a15.91 15.91 0 014.7-2.88m2.41 9.99a6 6 0 016.95 0M12 20h.01\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconWifiOnLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconWifiOnLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M5 12.55a11 11 0 0114.08 0M1.42 9a16 16 0 0121.16 0M8.53 16.11a6 6 0 016.95 0M12 20h.01\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nexport { tuiIconAddRowLarge, tuiIconAlertCircleLarge, tuiIconAlignCenterLarge, tuiIconAlignJustifyLarge, tuiIconAlignLeftLarge, tuiIconAlignRightLarge, tuiIconArrowDown, tuiIconArrowDownLarge, tuiIconArrowDownLeft, tuiIconArrowDownRight, tuiIconArrowLeft, tuiIconArrowLeftLarge, tuiIconArrowRight, tuiIconArrowRightLarge, tuiIconArrowUp, tuiIconArrowUpLarge, tuiIconArrowUpLeft, tuiIconArrowUpRight, tuiIconAttach, tuiIconAttachLarge, tuiIconAttention, tuiIconBackCircleLarge, tuiIconBell, tuiIconBellLarge, tuiIconBoldLarge, tuiIconBookmark, tuiIconBookmarkLarge, tuiIconCalendar, tuiIconCalendarLarge, tuiIconCall, tuiIconCallIn, tuiIconCallInLarge, tuiIconCallLarge, tuiIconCallOut, tuiIconCallOutLarge, tuiIconCallTransferLarge, tuiIconCameraLarge, tuiIconCancel, tuiIconCancelCircleLarge, tuiIconCard, tuiIconCardsLarge, tuiIconChartBar, tuiIconChartLarge, tuiIconChartLineLarge, tuiIconCheck, tuiIconCheckCircle, tuiIconCheckCircleLarge, tuiIconCheckLarge, tuiIconCheckList, tuiIconChevronDown, tuiIconChevronDownLarge, tuiIconChevronLeft, tuiIconChevronLeftLarge, tuiIconChevronRight, tuiIconChevronRightLarge, tuiIconChevronUp, tuiIconChevronUpLarge, tuiIconClearFormatLarge, tuiIconCloseCircleLarge, tuiIconCloseLarge, tuiIconCloud, tuiIconCode, tuiIconCodeLarge, tuiIconCollapse, tuiIconColorLarge, tuiIconComment, tuiIconCommentLarge, tuiIconCompanyLarge, tuiIconCopy, tuiIconCopyLarge, tuiIconDeleteLarge, tuiIconDesktopLarge, tuiIconDislikeLarge, tuiIconDone, tuiIconDownload, tuiIconDownloadLarge, tuiIconDraft, tuiIconDrag, tuiIconDragLarge, tuiIconEdit, tuiIconEditLarge, tuiIconElectron, tuiIconElectronMono, tuiIconExpand, tuiIconExternal, tuiIconExternalLarge, tuiIconEyeClosed, tuiIconEyeOpen, tuiIconFile, tuiIconFileLarge, tuiIconFilter, tuiIconFilterLarge, tuiIconFlag, tuiIconFlagLarge, tuiIconFolder, tuiIconFolderLarge, tuiIconFontLarge, tuiIconFormatLarge, tuiIconFrameLarge, tuiIconGeoLarge, tuiIconHeart, tuiIconHeartLarge, tuiIconHelpCircleLarge, tuiIconHideLarge, tuiIconHiliteLarge, tuiIconHrLarge, tuiIconImgLarge, tuiIconIndentLarge, tuiIconInfo, tuiIconInfoCircleLarge, tuiIconItalicLarge, tuiIconLikeLarge, tuiIconLink, tuiIconLinkLarge, tuiIconLock, tuiIconLockLarge, tuiIconLockOpenLarge, tuiIconLoginLarge, tuiIconLogoutLarge, tuiIconMaestro, tuiIconMaestroMono, tuiIconMail, tuiIconMailLarge, tuiIconMastercard, tuiIconMastercardMono, tuiIconMenuLarge, tuiIconMicLarge, tuiIconMicOffLarge, tuiIconMinus, tuiIconMinusCircle, tuiIconMinusLarge, tuiIconMir, tuiIconMirMono, tuiIconMobile, tuiIconMobileLarge, tuiIconMoreHorLarge, tuiIconMoreVer, tuiIconMoreVertLarge, tuiIconMusicLarge, tuiIconOLLarge, tuiIconOutdentLarge, tuiIconPause, tuiIconPauseLarge, tuiIconPicture, tuiIconPiechartLarge, tuiIconPin, tuiIconPlay, tuiIconPlayLarge, tuiIconPlus, tuiIconPlusCircleLarge, tuiIconPlusLarge, tuiIconPrintLarge, tuiIconQuoteLarge, tuiIconRedo, tuiIconRedoLarge, tuiIconRefresh, tuiIconRefreshLarge, tuiIconRemoveLarge, tuiIconSearch, tuiIconSearchLarge, tuiIconSettings, tuiIconSettingsLarge, tuiIconShowLarge, tuiIconSortDown, tuiIconSortUp, tuiIconSound, tuiIconSoundLarge, tuiIconSoundOff, tuiIconSoundOffLarge, tuiIconStar, tuiIconStarLarge, tuiIconStop, tuiIconStopLarge, tuiIconStrikeThroughLarge, tuiIconStructureLarge, tuiIconSubitem, tuiIconSublevelLarge, tuiIconSubscriptLarge, tuiIconSuperscriptLarge, tuiIconTableLarge, tuiIconTableMergeLarge, tuiIconTableSplitLarge, tuiIconTeXLarge, tuiIconTime, tuiIconTimeLarge, tuiIconToggleOff, tuiIconToggleOffLarge, tuiIconToggleOn, tuiIconToggleOnLarge, tuiIconTooltip, tuiIconTooltipLarge, tuiIconTransparentLarge, tuiIconTrash, tuiIconTrashLarge, tuiIconUnderlineLarge, tuiIconUndo, tuiIconUndoLarge, tuiIconUpload, tuiIconUploadLarge, tuiIconUser, tuiIconUsers, tuiIconVideo, tuiIconVideoLarge, tuiIconViewListLarge, tuiIconVisa, tuiIconVisaMono, tuiIconWarningLarge, tuiIconWifiOffLarge, tuiIconWifiOnLarge };\n","import {\n tuiIconAlertCircleLarge,\n tuiIconArrowRight,\n tuiIconAttention,\n tuiIconCalendar,\n tuiIconCalendarLarge,\n tuiIconCancel,\n tuiIconCheck,\n tuiIconCheckCircleLarge,\n tuiIconCheckLarge,\n tuiIconChevronDown,\n tuiIconChevronDownLarge,\n tuiIconChevronLeft,\n tuiIconCloseLarge,\n tuiIconHideLarge,\n tuiIconInfo,\n tuiIconMinus,\n tuiIconMinusLarge,\n tuiIconMoreVer,\n tuiIconPlus,\n tuiIconRemoveLarge,\n tuiIconSearchLarge,\n tuiIconShowLarge,\n tuiIconTime,\n tuiIconTimeLarge,\n tuiIconToggleOff,\n tuiIconToggleOffLarge,\n tuiIconTooltip,\n tuiIconTrashLarge,\n} from '../all';\n\nexport const tuiCoreIcons = {\n tuiIconArrowRight,\n tuiIconAttention,\n tuiIconCancel,\n tuiIconCheck,\n tuiIconCheckLarge,\n tuiIconCloseLarge,\n tuiIconRemoveLarge,\n tuiIconInfo,\n tuiIconMinus,\n tuiIconMinusLarge,\n tuiIconTooltip,\n};\n\nexport const tuiKitIcons = {\n ...tuiCoreIcons,\n tuiIconAlertCircleLarge,\n tuiIconChevronDown,\n tuiIconChevronDownLarge,\n tuiIconChevronLeft,\n tuiIconCalendar,\n tuiIconCalendarLarge,\n tuiIconCheckCircleLarge,\n tuiIconHideLarge,\n tuiIconMoreVer,\n tuiIconPlus,\n tuiIconSearchLarge,\n tuiIconShowLarge,\n tuiIconTime,\n tuiIconTimeLarge,\n tuiIconToggleOff,\n tuiIconToggleOffLarge,\n tuiIconTrashLarge,\n};\n"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"taiga-ui-icons.umd.js","sources":["../../../node_modules/tslib/tslib.es6.js","ng://@taiga-ui/icons/all.ts","ng://@taiga-ui/icons/constants/icons.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 */\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 (b.hasOwnProperty(p)) d[p] = b[p]; };\r\n return extendStatics(d, b);\r\n};\r\n\r\nexport function __extends(d, b) {\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 __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 (_) 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 function __createBinding(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, exports) {\r\n for (var p in m) if (p !== \"default\" && !exports.hasOwnProperty(p)) exports[p] = 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\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\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 __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: n === \"return\" } : 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\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 (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];\r\n result.default = 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, privateMap) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to get private field on non-instance\");\r\n }\r\n return privateMap.get(receiver);\r\n}\r\n\r\nexport function __classPrivateFieldSet(receiver, privateMap, value) {\r\n if (!privateMap.has(receiver)) {\r\n throw new TypeError(\"attempted to set private field on non-instance\");\r\n }\r\n privateMap.set(receiver, value);\r\n return value;\r\n}\r\n","var tuiIconAddRowLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\"><g id=\\\"tuiIconAddRowLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M5.15 1a1 1 0 00-2 0v2H1a1 1 0 000 2h2.15v2a1 1 0 002 0V5H7a1 1 0 000-2H5.15V1zm6.545 2a1 1 0 000 2H20v6.5H3a1 1 0 00-1 1V20a2 2 0 002 2h16a2 2 0 002-2V5a2 2 0 00-2-2h-8.305zM4 13.5h16V20H4v-6.5z\\\" fill=\\\"currentColor\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconAlertCircleLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconAlertCircleLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10zm0-14v4m0 4h.01\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconAlignCenterLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconAlignCenterLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M18 10H6M21 6H3M21 14H3M18 18H6\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconAlignJustifyLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconAlignJustifyLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M21 10H3M21 6H3M21 14H3M21 18H3\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconAlignLeftLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconAlignLeftLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M17 10H3M21 6H3M21 14H3M17 18H3\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconAlignRightLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconAlignRightLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M21 10H7M21 6H3M21 14H3M21 18H7\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconArrowDown = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconArrowDown\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M8 3.333v9.334M12.667 8L8 12.667 3.333 8\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconArrowDownLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconArrowDownLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M12 5v14m7-7l-7 7-7-7\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconArrowDownLeft = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconArrowDownLeft\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M12 4l-8 8M11 12H4V5\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconArrowDownRight = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconArrowDownRight\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M4 4l8 8M5 12h7V5\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconArrowLeft = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconArrowLeft\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M12.667 8H3.333M8 12.667L3.333 8 8 3.333\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconArrowLeftLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconArrowLeftLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M19 12H5m7 7l-7-7 7-7\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconArrowRight = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconArrowRight\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M3.333 8h9.334M8 3.333L12.667 8 8 12.667\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconArrowRightLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconArrowRightLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M5 12h14m-7-7l7 7-7 7\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconArrowUp = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconArrowUp\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M8 13V3.667M3.333 8L8 3.333 12.667 8\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconArrowUpLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconArrowUpLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M12 19V5m-7 7l7-7 7 7\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconArrowUpLeft = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconArrowUpLeft\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M12 12L4 4M11 4H4v7\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconArrowUpRight = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconArrowUpRight\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M4 12l8-8M5 4h7v7\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconAttach = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconAttach\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M14 7.563l-6.146 6.243A3.984 3.984 0 015.014 15a3.984 3.984 0 01-2.838-1.194A4.11 4.11 0 011 10.922 4.11 4.11 0 012.176 8.04l6.146-6.243A2.656 2.656 0 0110.215 1c.71 0 1.39.286 1.892.796a2.74 2.74 0 01.784 1.923 2.74 2.74 0 01-.784 1.922l-6.152 6.242a1.328 1.328 0 01-1.893 0 1.37 1.37 0 010-1.922l5.678-5.76\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconAttachLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconAttachLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M21.44 11.05l-9.19 9.19a6.003 6.003 0 11-8.49-8.49l9.19-9.19a4.002 4.002 0 015.66 5.66l-9.2 9.19a2.001 2.001 0 11-2.83-2.83l8.49-8.48\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconAttention = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconAttention\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M8 2.333a5.667 5.667 0 100 11.334A5.667 5.667 0 008 2.333zM.333 8a7.667 7.667 0 1115.333 0A7.667 7.667 0 01.333 8zM8 4.333a1 1 0 011 1V8a1 1 0 11-2 0V5.333a1 1 0 011-1zm0 5.334a1 1 0 100 2h.007a1 1 0 100-2H8z\\\" fill=\\\"currentColor\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconBackCircleLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconBackCircleLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M2 12c0 5.523 4.477 10 10 10s10-4.477 10-10S17.523 2 12 2 2 6.477 2 12z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/><path d=\\\"M12 8l-4 4 4 4m4-4H8\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconBell = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconBell\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M12 5.4c0-1.167-.421-2.286-1.172-3.111C10.078 1.464 9.061 1 8 1c-1.06 0-2.078.464-2.828 1.289S4 4.233 4 5.4C4 10.533 2 12 2 12h12s-2-1.467-2-6.6zM9.153 14a1.333 1.333 0 01-2.306 0\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconBellLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconBellLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M18 8A6 6 0 106 8c0 7-3 9-3 9h18s-3-2-3-9zm-4.27 13a1.999 1.999 0 01-3.46 0\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconBellOff = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\"><g id=\\\"tuiIconBellOff\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><g clip-path=\\\"url(#clip0)\\\"><path fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M1.707.293A1 1 0 00.293 1.707l2.725 2.726L3 4.468c0 1.442-.176 3.85-.878 5.136-.207.38-.405.622-.535.76a1.668 1.668 0 01-.16.15A1 1 0 002 12.333h8.92l3.373 3.373a1 1 0 001.414-1.414L4.894 3.48a.998.998 0 00-.028-.028L1.707.292zm3.26 6.088c-.116 1.76-.515 3.042-.97 3.952H8.92L4.967 6.381zM7.759.333A5 5 0 0113 5.335v.017c-.016 1.03.113 2.057.385 3.051a1 1 0 01-1.93.527A12.93 12.93 0 0111 5.325a3 3 0 00-4.665-2.493 1 1 0 01-1.11-1.664A5 5 0 017.759.333zM6.345 13.135a1 1 0 011.367.363.332.332 0 00.576 0 1 1 0 011.73 1.004 2.333 2.333 0 01-4.036 0 1 1 0 01.363-1.367z\\\" fill=\\\"currentColor\\\"/></g></svg></svg></g></svg>\";\n\nvar tuiIconBellOffLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\"><g id=\\\"tuiIconBellOffLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\" class=\\\"feather feather-bell-off\\\"><path d=\\\"M13.73 21a2 2 0 01-3.46 0M18.63 13A17.89 17.89 0 0118 8M6.26 6.26A5.86 5.86 0 006 8c0 7-3 9-3 9h14M18 8a6 6 0 00-9.33-5M1 1l22 22\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconBoldLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconBoldLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M12.578 10.4H7v2h5.578v-2zM7 12.4h6.2v-2H7v2zm6.2 7.6H7.524v2H13.2v-2zM7.466 4h5.112V2H7.466v2zM8 20.476V3.466H6v17.01h2zM7.524 20c.263 0 .476.213.476.476H6C6 21.318 6.682 22 7.524 22v-2zm5.676-7.6a3.8 3.8 0 013.8 3.8h2a5.8 5.8 0 00-5.8-5.8v2zm2.578-5.2a3.2 3.2 0 01-3.2 3.2v2a5.2 5.2 0 005.2-5.2h-2zm2 0a5.2 5.2 0 00-5.2-5.2v2a3.2 3.2 0 013.2 3.2h2zm-.778 9a3.8 3.8 0 01-3.8 3.8v2a5.8 5.8 0 005.8-5.8h-2zM7.466 2C6.656 2 6 2.656 6 3.466h2C8 3.76 7.76 4 7.466 4V2z\\\" fill=\\\"currentColor\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconBookmark = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconBookmark\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M13 14l-5-3.333L3 14V3.333c0-.353.15-.692.418-.942S4.05 2 4.428 2h7.143c.38 0 .743.14 1.01.39.269.25.419.59.419.943V14z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconBookmarkLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconBookmarkLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M19 21l-7-5-7 5V5a2 2 0 012-2h10a2 2 0 012 2v16z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconCalendar = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconCalendar\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M12.667 3H3.333C2.597 3 2 3.597 2 4.333v9.334C2 14.403 2.597 15 3.333 15h9.334c.736 0 1.333-.597 1.333-1.333V4.333C14 3.597 13.403 3 12.667 3zM11 1v2.667M5 1v2.667M2 7h12\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconCalendarLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconCalendarLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M19 4H5a2 2 0 00-2 2v14a2 2 0 002 2h14a2 2 0 002-2V6a2 2 0 00-2-2zm-3-2v4M8 2v4m-5 4h18\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconCall = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconCall\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M14.667 11.28v2a1.332 1.332 0 01-1.454 1.333 13.193 13.193 0 01-5.753-2.047 13 13 0 01-4-4 13.193 13.193 0 01-2.047-5.78A1.333 1.333 0 012.74 1.333h2A1.333 1.333 0 016.073 2.48a8.56 8.56 0 00.467 1.873 1.333 1.333 0 01-.3 1.407l-.847.846a10.667 10.667 0 004 4l.847-.846a1.334 1.334 0 011.407-.3 8.561 8.561 0 001.873.466 1.334 1.334 0 011.147 1.354z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconCallIn = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconCallIn\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><g clip-path=\\\"url(#a)\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"><path d=\\\"M10.667 1.333v4h4m.666-4.666l-4.666 4.666m4 5.947v2a1.332 1.332 0 01-1.454 1.333 13.193 13.193 0 01-5.753-2.047 13 13 0 01-4-4 13.193 13.193 0 01-2.047-5.78A1.333 1.333 0 012.74 1.333h2A1.333 1.333 0 016.073 2.48a8.56 8.56 0 00.467 1.873 1.333 1.333 0 01-.3 1.407l-.847.846a10.667 10.667 0 004 4l.847-.846a1.334 1.334 0 011.407-.3 8.561 8.561 0 001.873.466 1.334 1.334 0 011.147 1.354z\\\"/></g></svg></svg></g></svg>\";\n\nvar tuiIconCallInLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconCallInLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M15.888 3v6h6m1-7l-7 7m6 8.92v3a2 2 0 01-2.18 2 19.791 19.791 0 01-8.63-3.07 19.5 19.5 0 01-6-6 19.79 19.79 0 01-3.07-8.67A2 2 0 013.998 3h3a2 2 0 012 1.72c.127.96.362 1.903.7 2.81a2 2 0 01-.45 2.11l-1.27 1.27a16 16 0 006 6l1.27-1.27a2 2 0 012.11-.45c.907.339 1.85.574 2.81.7a2 2 0 011.72 2.03z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconCallLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconCallLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M15.05 5A5 5 0 0119 8.95M15.05 1A9 9 0 0123 8.94m-1 7.98v3a1.998 1.998 0 01-2.18 2 19.791 19.791 0 01-8.63-3.07 19.5 19.5 0 01-6-6 19.79 19.79 0 01-3.07-8.67A2 2 0 014.11 2h3a2 2 0 012 1.72c.127.96.361 1.903.7 2.81a2 2 0 01-.45 2.11L8.09 9.91a16 16 0 006 6l1.27-1.27a2 2 0 012.11-.45c.907.339 1.85.573 2.81.7A2 2 0 0122 16.92z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconCallOut = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconCallOut\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><g clip-path=\\\"url(#a)\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"><path d=\\\"M15.333 4.667v-4h-4m-.666 4.666L15.333.667m-.666 10.613v2a1.332 1.332 0 01-1.454 1.333 13.193 13.193 0 01-5.753-2.047 13 13 0 01-4-4 13.193 13.193 0 01-2.047-5.78A1.333 1.333 0 012.74 1.333h2A1.333 1.333 0 016.073 2.48a8.56 8.56 0 00.467 1.873 1.333 1.333 0 01-.3 1.407l-.847.846a10.667 10.667 0 004 4l.847-.846a1.334 1.334 0 011.407-.3 8.561 8.561 0 001.873.466 1.334 1.334 0 011.147 1.354z\\\"/></g></svg></svg></g></svg>\";\n\nvar tuiIconCallOutLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconCallOutLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M22.888 8V2h-6m6 0l-7 7m6 8.92v3a2 2 0 01-2.18 2 19.791 19.791 0 01-8.63-3.07 19.5 19.5 0 01-6-6 19.79 19.79 0 01-3.07-8.67A2 2 0 013.998 3h3a2 2 0 012 1.72c.127.96.362 1.903.7 2.81a2 2 0 01-.45 2.11l-1.27 1.27a16 16 0 006 6l1.27-1.27a2 2 0 012.11-.45c.907.339 1.85.574 2.81.7a2 2 0 011.72 2.03z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconCallTransferLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconCallTransferLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M19 1l4 4-4 4m-4-4h8m-1 11.92v3a1.998 1.998 0 01-2.18 2 19.791 19.791 0 01-8.63-3.07 19.5 19.5 0 01-6-6 19.79 19.79 0 01-3.07-8.67A2 2 0 014.11 2h3a2 2 0 012 1.72c.127.96.361 1.903.7 2.81a2 2 0 01-.45 2.11L8.09 9.91a16 16 0 006 6l1.27-1.27a2 2 0 012.11-.45c.907.339 1.85.574 2.81.7A2 2 0 0122 16.92z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconCameraLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconCameraLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M23 19a2 2 0 01-2 2H3a2 2 0 01-2-2V8a2 2 0 012-2h4l2-3h6l2 3h4a2 2 0 012 2v11z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/><path d=\\\"M12 17a4 4 0 100-8 4 4 0 000 8z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconCancel = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconCancel\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M6.855 1.232a2.333 2.333 0 013.14.823l.003.004 5.647 9.427.008.014a2.334 2.334 0 01-1.995 3.5H2.342a2.334 2.334 0 01-1.995-3.5l.008-.014L6.002 2.06l.858.514-.855-.518c.208-.343.5-.627.85-.823zm.861 1.858l-5.64 9.415a.334.334 0 00.285.495h11.278a.334.334 0 00.284-.495L8.284 3.09a.333.333 0 00-.568 0zM8 5a1 1 0 011 1v2.667a1 1 0 11-2 0V6a1 1 0 011-1zm0 5.333a1 1 0 100 2h.007a1 1 0 100-2H8z\\\" fill=\\\"currentColor\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconCancelCircleLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconCancelCircleLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M18.911 4.773A9.966 9.966 0 0012 2C6.477 2 2 6.477 2 12a9.954 9.954 0 002.394 6.493l.006.007A9.966 9.966 0 0012 22c5.523 0 10-4.477 10-10a9.954 9.954 0 00-2.394-6.493L19.6 5.5a10.065 10.065 0 00-.689-.727zM17.382 6.08A7.965 7.965 0 0012 4a8 8 0 00-8 8c0 1.627.484 3.138 1.317 4.4L17.382 6.08zM6.618 17.919L18.683 7.6A7.954 7.954 0 0120 12a8 8 0 01-8 8 7.966 7.966 0 01-5.382-2.08z\\\" fill=\\\"currentColor\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconCard = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconCard\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><g clip-path=\\\"url(#a)\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"><path d=\\\"M13.727 3H2.273C1.57 3 1 3.56 1 4.25v7.5c0 .69.57 1.25 1.273 1.25h11.454C14.43 13 15 12.44 15 11.75v-7.5C15 3.56 14.43 3 13.727 3zM0 7h14.667\\\"/></g></svg></svg></g></svg>\";\n\nvar tuiIconCardsLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconCardsLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M21 4H3a2 2 0 00-2 2v12a2 2 0 002 2h18a2 2 0 002-2V6a2 2 0 00-2-2zM1 10h22\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconChartBar = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconChartBar\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M12 13.333V6.666m-4 6.667V2.667M4 13.334v-4\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconChartLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconChartLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M12 20V10m6 10V4M6 20v-4\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconChartLineLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconChartLineLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M21.425 3.095a1 1 0 01.48 1.33l-5.143 10.948a1 1 0 01-1.628.265l-3.092-3.236-2.587 5.366a1 1 0 01-1.525.346l-2.024-1.619-2.015 3.959a1 1 0 11-1.782-.907l2.571-5.053a1 1 0 011.516-.327l2.003 1.602 2.669-5.536a1 1 0 011.624-.257l3.08 3.226 4.523-9.627a1 1 0 011.33-.48z\\\" fill=\\\"currentColor\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconCheck = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconCheck\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M13 4l-6.875 7L3 7.818\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconCheckCircle = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconCheckCircle\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M14.667 7.387V8a6.667 6.667 0 11-3.954-6.093\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/><path d=\\\"M14.667 2.667L8 9.34l-2-2\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconCheckCircleLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconCheckCircleLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/><path d=\\\"M15.5 9.5l-4.5 5-2.5-2.273\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconCheckLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconCheckLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M19 7l-9.625 9L5 11.91\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconCheckList = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconCheckList\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M10.5 3h1.25c.332 0 .65.14.884.39.234.25.366.59.366.943v9.334c0 .353-.132.692-.366.943-.235.25-.553.39-.884.39h-7.5c-.332 0-.65-.14-.884-.39A1.38 1.38 0 013 13.667V4.333c0-.353.132-.692.366-.942.235-.25.552-.391.884-.391H5.5\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/><path d=\\\"M10.25 1h-4.5a.75.75 0 00-.75.75v1.5c0 .414.336.75.75.75h4.5a.75.75 0 00.75-.75v-1.5a.75.75 0 00-.75-.75z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconChevronDown = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconChevronDown\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M4 6l4 4 4-4\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconChevronDownLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconChevronDownLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M6 9l6 6 6-6\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconChevronLeft = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconChevronLeft\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M10 12L6 8l4-4\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconChevronLeftLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconChevronLeftLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M15 18l-6-6 6-6\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconChevronRight = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconChevronRight\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M6 12l4-4-4-4\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconChevronRightLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconChevronRightLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M9 18l6-6-6-6\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconChevronUp = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconChevronUp\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M12 10L8 6l-4 4\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconChevronUpLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconChevronUpLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M18 15l-6-6-6 6\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconClearFormatLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconClearFormatLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M17 17l3 3m3 3l-3-3m0 0l-3 3m3-3l3-3M7 21v-9.5M17 3H7v8.5m0 0h6.5\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconCloseCircleLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconCloseCircleLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M4.929 19.071c3.905 3.905 10.237 3.905 14.142 0 3.905-3.905 3.905-10.237 0-14.142-3.905-3.905-10.237-3.905-14.142 0-3.905 3.905-3.905 10.237 0 14.142zm9.899-9.9l-5.656 5.657m0-5.657l5.656 5.657\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconCloseLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconCloseLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M8.707 7.293a1 1 0 00-1.414 1.414L10.586 12l-3.293 3.293a1 1 0 101.414 1.414L12 13.414l3.293 3.293a1 1 0 001.414-1.414L13.414 12l3.293-3.293a1 1 0 00-1.414-1.414L12 10.586 8.707 7.293z\\\" fill=\\\"currentColor\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconCloud = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconCloud\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M11.819 6.75h-.802a4.982 4.982 0 00-1.42-2.372 5.12 5.12 0 00-2.481-1.275 5.176 5.176 0 00-2.793.208A5.085 5.085 0 002.065 4.94a4.923 4.923 0 00-.544 5.264c.42.84 1.07 1.546 1.879 2.04A5.157 5.157 0 006.093 13h5.726a3.21 3.21 0 002.25-.915c.596-.586.931-1.381.931-2.21s-.335-1.624-.932-2.21a3.21 3.21 0 00-2.249-.915z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconCode = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconCode\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"3\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"><path d=\\\"M16 18l6-6-6-6M8 6l-6 6 6 6\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconCodeLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconCodeLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"><path d=\\\"M16 18l6-6-6-6M8 6l-6 6 6 6\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconCollapse = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconCollapse\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><g clip-path=\\\"url(#a)\\\"><path fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M15.708.307a1.04 1.04 0 01-.026 1.437l-3.468 3.468 1.086 1.08c.632.63.186 1.71-.706 1.71H9a1 1 0 01-1-1v-3.58c0-.889 1.075-1.336 1.706-.708l1.094 1.09L14.318.286a.961.961 0 011.39.02zM.278 15.708a1.04 1.04 0 01.026-1.437l3.482-3.481L2.7 9.709C2.068 9.079 2.513 8 3.405 8H7a1 1 0 011 1v3.579c0 .89-1.075 1.336-1.706.708L5.2 12.197 1.669 15.73a.961.961 0 01-1.39-.02z\\\" fill=\\\"currentColor\\\"/></g></svg></svg></g></svg>\";\n\nvar tuiIconColorLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconColorLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M0 18h24v4H0v-4z\\\" fill=\\\"currentColor\\\"/><path d=\\\"M7 15l1.667-3.84M17 15l-1.667-3.84m0 0L12 3l-3.333 8.16m6.666 0H8.667\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconComment = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconComment\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M14 9.667A1.334 1.334 0 0112.667 11h-8L2 13.667V3.333A1.333 1.333 0 013.333 2h9.334A1.333 1.333 0 0114 3.333v6.334z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconCommentLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconCommentLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M21 11.5a8.38 8.38 0 01-.9 3.8 8.5 8.5 0 01-7.6 4.7 8.379 8.379 0 01-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 01-.9-3.8 8.5 8.5 0 014.7-7.6 8.38 8.38 0 013.8-.9h.5a8.48 8.48 0 018 8v.5z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconCompanyLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconCompanyLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M20 7H4a2 2 0 00-2 2v10a2 2 0 002 2h16a2 2 0 002-2V9a2 2 0 00-2-2z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/><path d=\\\"M16 21V5a2 2 0 00-2-2h-4a2 2 0 00-2 2v16\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconCopy = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconCopy\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M13.615 6h-6.23C6.62 6 6 6.62 6 7.385v6.23C6 14.38 6.62 15 7.385 15h6.23C14.38 15 15 14.38 15 13.615v-6.23C15 6.62 14.38 6 13.615 6z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/><path d=\\\"M3.077 10h-.692A1.385 1.385 0 011 8.615v-6.23A1.385 1.385 0 012.385 1h6.23A1.385 1.385 0 0110 2.385v.692\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconCopyLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconCopyLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M20 9h-9a2 2 0 00-2 2v9a2 2 0 002 2h9a2 2 0 002-2v-9a2 2 0 00-2-2z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/><path d=\\\"M5 15H4a2 2 0 01-2-2V4a2 2 0 012-2h9a2 2 0 012 2v1\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconDeleteLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconDeleteLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M21 4H8l-7 8 7 8h13a2 2 0 002-2V6a2 2 0 00-2-2zm-3 5l-6 6m0-6l6 6\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconDesktopLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconDesktopLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M20 3H4a2 2 0 00-2 2v10a2 2 0 002 2h16a2 2 0 002-2V5a2 2 0 00-2-2zM8 21h8m-4-4v4\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconDislikeLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconDislikeLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M17 2h2.67A2.31 2.31 0 0122 4v7a2.31 2.31 0 01-2.33 2H17m-7 2v4a3 3 0 003 3l4-9V2H5.72a2 2 0 00-2 1.7l-1.38 9a2 2 0 002 2.3H10z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconDone = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconDone\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M14.667 7.387V8a6.667 6.667 0 11-3.954-6.093\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/><path d=\\\"M14.667 2.667L8 9.34l-2-2\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconDownload = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconDownload\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M14 10v2.667A1.334 1.334 0 0112.667 14H3.333A1.334 1.334 0 012 12.667V10m2.667-3.333L8 10l3.333-3.333M8 10V2\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconDownloadLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconDownloadLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M21 15v4a2 2 0 01-2 2H5a2 2 0 01-2-2v-4m4-5l5 5 5-5m-5 5V3\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconDraft = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconDraft\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M11.333 2a1.884 1.884 0 013.22 1.333A1.887 1.887 0 0114 4.667l-9 9-3.667 1 1-3.667 9-9z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconDrag = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" focusable=\\\"false\\\" height=\\\"16\\\"><g id=\\\"tuiIconDrag\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M10 5a1 1 0 110-2 1 1 0 010 2zm0 4a1 1 0 110-2 1 1 0 010 2zm0 4a1 1 0 110-2 1 1 0 010 2zM6 5a1 1 0 110-2 1 1 0 010 2zm0 4a1 1 0 110-2 1 1 0 010 2zm0 4a1 1 0 110-2 1 1 0 010 2z\\\" fill=\\\"currentColor\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconDragLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconDragLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M9 12a1 1 0 10-2 0 1 1 0 002 0zm8 0a1 1 0 10-2 0 1 1 0 002 0zM9 5a1 1 0 10-2 0 1 1 0 002 0zm8 0a1 1 0 10-2 0 1 1 0 002 0zM9 19a1 1 0 10-2 0 1 1 0 002 0zm8 0a1 1 0 10-2 0 1 1 0 002 0z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconEdit = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconEdit\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M8 13h6M11 2.333a1.414 1.414 0 112 2l-8.333 8.334L2 13.332l.667-2.667L11 2.333z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconEditLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconEditLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M12 20h9M16.5 3.5a2.121 2.121 0 113 3L7 19l-4 1 1-4L16.5 3.5z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconElectron = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"32\\\" focusable=\\\"false\\\" height=\\\"32\\\"><g id=\\\"tuiIconElectron\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-16 -16)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"32\\\" height=\\\"32\\\" viewBox=\\\"0 0 32 32\\\" version=\\\"1.1\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" xmlns:xlink=\\\"http://www.w3.org/1999/xlink\\\"><g fill=\\\"#1a1f71\\\"><path d=\\\"M11.257 9.302L12.875.16h2.587l-1.619 9.143zM23.226.384A6.909 6.909 0 0020.907 0c-2.556 0-4.357 1.24-4.372 3.017-.014 1.314 1.286 2.047 2.267 2.485 1.007.448 1.346.734 1.34 1.134-.006.613-.803.893-1.547.893-1.036 0-1.586-.139-2.435-.48l-.334-.146-.363 2.047c.605.255 1.722.477 2.882.488 2.72 0 4.485-1.226 4.505-3.124.01-1.04-.68-1.832-2.172-2.484-.904-.423-1.458-.705-1.452-1.134 0-.38.469-.786 1.481-.786a4.93 4.93 0 011.937.35l.231.106.351-1.982M29.86.168h-1.999c-.62 0-1.083.162-1.355.758l-3.842 8.38h2.717s.444-1.127.545-1.375l3.313.004c.077.32.315 1.37.315 1.37h2.4L29.86.168zM26.67 6.06c.214-.527 1.03-2.556 1.03-2.556-.014.024.213-.53.344-.873l.175.789.599 2.64H26.67zM9.087.166L6.554 6.4l-.27-1.267c-.471-1.461-1.94-3.044-3.582-3.836l2.316 7.996 2.737-.003L11.828.166h-2.74\\\" transform=\\\"translate(0 12)\\\"/><path d=\\\"M4.205.16H.033L0 .35c3.246.757 5.393 2.586 6.285 4.784L5.377.932C5.221.352 4.767.18 4.205.16\\\" transform=\\\"translate(0 12)\\\"/></g><g fill=\\\"#1a1f71\\\"><path d=\\\"M2.855 2.393H1.208v1.466H3.05V4.3H.652V.231h2.304v.441H1.208v1.286h1.647v.435zM3.902.013h.555V4.3h-.555V.014zm1.956 2.923c.012.718.486 1.014 1.047 1.014.398 0 .644-.066.847-.15l.1.38a2.591 2.591 0 01-1.022.187c-.94 0-1.502-.598-1.502-1.48 0-.88.542-1.57 1.432-1.57 1.004 0 1.263.834 1.263 1.371 0 .109-.007.187-.02.248H5.859zm1.628-.38c.007-.332-.145-.858-.77-.858-.568 0-.808.49-.852.857h1.622zm3.559 1.642c-.145.066-.467.169-.877.169-.922 0-1.521-.598-1.521-1.491 0-.9.643-1.558 1.64-1.558.328 0 .619.078.77.157l-.126.404a1.412 1.412 0 00-.644-.139c-.7 0-1.079.501-1.079 1.105 0 .677.455 1.093 1.06 1.093.316 0 .524-.072.682-.139l.095.399zm1.558-3.52v.7h.795v.404h-.795v1.576c0 .363.107.568.416.568.152 0 .24-.012.322-.036l.026.404a1.58 1.58 0 01-.493.073c-.259 0-.467-.085-.6-.223-.15-.164-.214-.423-.214-.767V1.782h-.474v-.404h.474V.835l.543-.157zm1.57 1.612c0-.344-.006-.64-.025-.912h.486l.026.58h.018c.14-.393.48-.64.852-.64.057 0 .101.006.152.012v.501c-.057-.012-.113-.012-.19-.012-.39 0-.669.278-.744.676a1.533 1.533 0 00-.02.248V4.3h-.554V2.29zm4.923.525c0 1.08-.79 1.552-1.521 1.552-.821 0-1.464-.58-1.464-1.503 0-.973.675-1.546 1.514-1.546.877 0 1.47.61 1.47 1.497zm-2.418.03c0 .64.38 1.123.922 1.123.53 0 .927-.477.927-1.135 0-.495-.258-1.117-.915-1.117-.65 0-.934.58-.934 1.13zm3.269-.676c0-.308-.007-.55-.025-.79h.492l.032.482h.012c.152-.272.505-.543 1.01-.543.423 0 1.08.241 1.08 1.243v1.74h-.556V2.615c0-.47-.183-.863-.707-.863a.796.796 0 00-.745.543.724.724 0 00-.038.248V4.3h-.555V2.17z\\\" transform=\\\"translate(9 24)\\\"/></g></svg></svg></g></svg>\";\n\nvar tuiIconElectronMono = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"32\\\" height=\\\"32\\\"><g id=\\\"tuiIconElectronMono\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-16 -16)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"32\\\" height=\\\"32\\\" viewBox=\\\"0 0 32 32\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M11.257 21.302l1.618-9.143h2.587l-1.619 9.143h-2.586zM23.226 12.384A6.91 6.91 0 0020.907 12c-2.556 0-4.357 1.24-4.372 3.017-.014 1.314 1.286 2.047 2.267 2.485 1.007.448 1.346.733 1.34 1.134-.006.613-.803.893-1.547.893-1.035 0-1.586-.139-2.435-.48l-.334-.146-.363 2.047c.604.255 1.722.477 2.882.488 2.72 0 4.485-1.226 4.505-3.124.01-1.04-.68-1.831-2.172-2.484-.904-.423-1.458-.705-1.452-1.134 0-.38.469-.786 1.481-.786a4.933 4.933 0 011.937.35l.232.106.35-1.982zM29.86 12.168h-1.999c-.62 0-1.083.163-1.355.758l-3.842 8.38h2.717s.444-1.128.545-1.375l3.313.004c.077.32.315 1.37.315 1.37h2.4l-2.094-9.137zm-3.19 5.893c.214-.527 1.03-2.556 1.03-2.556-.014.024.213-.53.344-.873l.175.789.599 2.64H26.67zM9.087 12.166L6.554 18.4l-.27-1.267c-.47-1.461-1.94-3.044-3.582-3.836l2.316 7.996 2.737-.003 4.073-9.125h-2.74z\\\" fill=\\\"currentColor\\\"/><path d=\\\"M4.205 12.16H.033L0 12.35c3.246.757 5.393 2.586 6.285 4.784l-.908-4.202c-.156-.58-.61-.752-1.172-.772zM11.855 26.393h-1.647v1.466h1.843v.441H9.652v-4.069h2.304v.441h-1.748v1.286h1.647v.435zm1.047-2.38h.555V28.3h-.555v-4.286zm1.956 2.923c.012.718.486 1.014 1.047 1.014.398 0 .644-.066.847-.15l.1.38a2.592 2.592 0 01-1.022.187c-.94 0-1.502-.598-1.502-1.48 0-.88.542-1.57 1.432-1.57 1.004 0 1.263.834 1.263 1.371 0 .109-.006.187-.02.248h-2.145zm1.628-.38c.007-.332-.145-.858-.77-.858-.568 0-.808.49-.852.857h1.622zm3.559 1.642c-.145.066-.467.169-.878.169-.921 0-1.52-.598-1.52-1.492 0-.899.643-1.557 1.64-1.557.329 0 .619.078.77.157l-.126.404a1.412 1.412 0 00-.644-.139c-.7 0-1.079.501-1.079 1.106 0 .676.455 1.092 1.06 1.092.316 0 .524-.072.682-.139l.095.399zm1.558-3.52v.7h.795v.404h-.795v1.576c0 .363.107.568.416.568.152 0 .24-.012.322-.036l.026.404a1.58 1.58 0 01-.493.073c-.259 0-.467-.085-.6-.223-.15-.164-.214-.423-.214-.767v-1.595h-.474v-.404h.474v-.543l.543-.157zm1.57 1.612c0-.344-.006-.64-.025-.912h.486l.026.58h.018c.14-.393.48-.64.852-.64.057 0 .101.006.152.012v.501c-.057-.012-.113-.012-.19-.012-.39 0-.669.278-.744.676a1.532 1.532 0 00-.02.248V28.3h-.554V26.29zm4.923.525c0 1.08-.79 1.552-1.521 1.552-.821 0-1.465-.58-1.465-1.504 0-.972.676-1.545 1.515-1.545.877 0 1.47.61 1.47 1.497zm-2.418.03c0 .64.379 1.123.922 1.123.53 0 .927-.477.927-1.135 0-.495-.258-1.117-.915-1.117-.65 0-.934.58-.934 1.13zm3.269-.676c0-.308-.007-.55-.025-.79h.492l.031.482h.013c.152-.271.505-.543 1.01-.543.422 0 1.08.241 1.08 1.243v1.74h-.556v-1.685c0-.47-.183-.863-.707-.863a.796.796 0 00-.745.543.725.725 0 00-.038.248V28.3h-.555V26.17z\\\" fill=\\\"currentColor\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconExpand = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconExpand\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M13.293 6.293c.63.63 1.707.184 1.707-.707V2a1 1 0 00-1-1h-3.586c-.89 0-1.337 1.077-.707 1.707l1.088 1.088-7 7-1.088-1.088C2.077 9.077 1 9.523 1 10.414V14a1 1 0 001 1h3.586c.89 0 1.337-1.077.707-1.707l-1.088-1.088 7-7 1.088 1.088z\\\" fill=\\\"currentColor\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconExternal = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconExternal\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M12 8.667v4A1.334 1.334 0 0110.667 14H3.333A1.334 1.334 0 012 12.667V5.333A1.333 1.333 0 013.333 4h4M10 2h4v4M6.667 9.333L14 2\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconExternalLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconExternalLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M18 13v6a2 2 0 01-2 2H5a2 2 0 01-2-2V8a2 2 0 012-2h6m4-3h6v6m-11 5L21 3\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconEyeClosed = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconEyeClosed\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M6.664 3.15C7.102 3.05 7.55 2.999 8 3c4.454 0 7 5 7 5-.386.71-.847 1.378-1.374 1.994m-4.277-.669a1.909 1.909 0 01-1.363.596 1.94 1.94 0 01-1.384-.548 1.873 1.873 0 01-.558-1.36 1.847 1.847 0 01.607-1.338m5.129 5.038A6.483 6.483 0 018 13c-4.455 0-7-5-7-5a11.59 11.59 0 013.22-3.712l7.56 7.425zM1 1l13.5 13.5\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconEyeOpen = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconEyeOpen\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M1 8s2.545-5 7-5c4.454 0 7 5 7 5s-2.546 5-7 5c-4.455 0-7-5-7-5z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/><path d=\\\"M8 10a2 2 0 100-4 2 2 0 000 4z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconFile = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconFile\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M8.75 1H3.5c-.398 0-.78.147-1.06.41-.282.263-.44.619-.44.99v11.2c0 .371.158.727.44.99.28.262.662.41 1.06.41h9c.398 0 .78-.148 1.06-.41.282-.263.44-.619.44-.99V5.9L8.75 1z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/><path d=\\\"M9 1v5h5\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconFileLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconFileLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M13 2H6a2 2 0 00-2 2v16a2 2 0 002 2h12a2 2 0 002-2V9l-7-7z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/><path d=\\\"M13 2v7h7\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconFilter = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconFilter\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M14.667 2H1.333l5.334 6.307v4.36L9.333 14V8.307L14.667 2z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconFilterLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconFilterLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M22 3H2l8 9.46V19l4 2v-8.54L22 3z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconFlag = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconFlag\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M2 10.286s.688-.715 2.75-.715c2.063 0 3.438 1.429 5.5 1.429 2.063 0 2.75-.714 2.75-.714V1.714s-.688.715-2.75.715C8.187 2.429 6.812 1 4.75 1 2.687 1 2 1.714 2 1.714v8.572zM2 15v-4\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconFlagLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconFlagLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M3 15V3c0-.3.1-.5.3-.7.2-.2.6-.5 1.2-.7C5.4 1.2 6.6 1 8 1s2.4.3 4.4 1.1c1.7.7 2.5.9 3.6.9 1.2 0 2.1-.2 2.8-.4.3-.1.5-.3.5-.3.6-.6 1.7-.2 1.7.7v12c0 .3-.1.5-.3.7-.2.2-.6.5-1.2.7-.9.4-2.1.6-3.5.6s-2.4-.3-4.4-1.1C9.9 15.2 9.1 15 8 15c-1.2 0-2.1.2-2.8.4-.1 0-.2.1-.2.1V22c0 .6-.4 1-1 1s-1-.4-1-1v-7zm5-2c1.4 0 2.4.3 4.4 1.1 1.8.7 2.5.9 3.6.9 1.2 0 2.1-.2 2.8-.4.1 0 .2-.1.2-.1V4.6c-.8.3-1.8.4-3 .4-1.4 0-2.4-.3-4.4-1.1C9.9 3.2 9.1 3 8 3c-1.2 0-2.1.2-2.8.4 0 .1-.1.1-.2.1v9.9c.8-.3 1.8-.4 3-.4z\\\" fill=\\\"currentColor\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconFolder = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconFolder\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M15 12.667c0 .353-.148.692-.41.943-.263.25-.619.39-.99.39H2.4c-.371 0-.727-.14-.99-.39-.262-.25-.41-.59-.41-.943V3.333c0-.353.147-.692.41-.942S2.029 2 2.4 2h3.5l1.4 2h6.3c.371 0 .727.14.99.39.262.25.41.59.41.943v7.334z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconFolderLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconFolderLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M22 19a2 2 0 01-2 2H4a2 2 0 01-2-2V5a2 2 0 012-2h5l2 3h9a2 2 0 012 2v11z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconFontLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconFontLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M9 21V3H2h14M18.5 21V10H15h7\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconFormatLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconFormatLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M3 21.5l3-9M18 4H9l-3 8.5m0 0h7.5M14 21.5V19l6-6 2.5 2.5-6.5 6h-2z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconFrameLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconFrameLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M19 3H5a2 2 0 00-2 2v14a2 2 0 002 2h14a2 2 0 002-2V5a2 2 0 00-2-2zM3 9h18M9 21V9\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconGeoLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconGeoLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M21 10c0 7-9 13-9 13s-9-6-9-13a9 9 0 1118 0z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/><path d=\\\"M12 13a3 3 0 100-6 3 3 0 000 6z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconHeart = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconHeart\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M13.893 3.074a3.667 3.667 0 00-5.186 0L8 3.78l-.707-.706A3.668 3.668 0 002.107 8.26l.706.707L8 14.154l5.187-5.187.706-.707a3.667 3.667 0 000-5.186z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconHeartLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconHeartLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M21.291 4.612a5.5 5.5 0 00-7.78 0l-1.06 1.06-1.06-1.06a5.501 5.501 0 00-7.78 7.78l1.06 1.06 7.78 7.78 7.78-7.78 1.06-1.06a5.5 5.5 0 000-7.78z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconHelpCircleLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconHelpCircleLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/><path d=\\\"M9.09 9a3 3 0 015.83 1c0 2-3 3-3 3m.08 4h.01\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconHideLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconHideLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M9.9 4.24A9.12 9.12 0 0112 4c7 0 11 8 11 8a18.494 18.494 0 01-2.16 3.19m-6.72-1.07a2.998 2.998 0 01-5.194-2.098A3 3 0 019.88 9.88m8.06 8.06A10.07 10.07 0 0112 20c-7 0-11-8-11-8a18.45 18.45 0 015.06-5.94l11.88 11.88zM1 1l22 22\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconHiliteLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconHiliteLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M0 18h4v4H0v-4z\\\" fill=\\\"#E7E8EA\\\"/><path fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M4 18h4v4H4v-4z\\\" fill=\\\"#CBCFD3\\\"/><path fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M8 18h4v4H8v-4z\\\" fill=\\\"#E7E8EA\\\"/><path fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M12 18h4v4h-4v-4z\\\" fill=\\\"#CBCFD3\\\"/><path fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M16 18h4v4h-4v-4z\\\" fill=\\\"#E7E8EA\\\"/><path fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M20 18h4v4h-4v-4z\\\" fill=\\\"#CBCFD3\\\"/><path d=\\\"M8.182 16H5l2.727-4L10 13.714 8.182 16zM9 7.5L15.667 1 19 4l-4.762 8M9 7.5l5.238 4.5M9 7.5L7 11l4 3.5 3.238-2.5\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconHrLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconHrLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M21 12H3\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconImgLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconImgLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M19 3H5a2 2 0 00-2 2v14a2 2 0 002 2h14a2 2 0 002-2V5a2 2 0 00-2-2z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/><path d=\\\"M8.5 10a1.5 1.5 0 100-3 1.5 1.5 0 000 3zM21 15l-5-5L5 21\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconIndentLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconIndentLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M21 10H9M21 6H2.5M2 9.5l3 2.4-3 2.4M21 14H9M11 18H3\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconInfo = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconInfo\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M8 15A7 7 0 108 1a7 7 0 000 14zm0-4.333V8m0-2.667h.007\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconInfoCircleLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconInfoCircleLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M12 2C6.477 2 2 6.477 2 12s4.477 10 10 10 10-4.477 10-10S17.523 2 12 2zm0 14v-4m0-4h-.01\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconItalicLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconItalicLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M19 4h-9M14 20H5M15 4L9 20\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconLikeLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconLikeLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M7 22H4a2 2 0 01-2-2v-7a2 2 0 012-2h3m7-2V5a3 3 0 00-3-3l-4 9v11h11.28a2 2 0 002-1.7l1.38-9a1.999 1.999 0 00-2-2.3H14z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconLink = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconLink\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M7 8.605c.288.4.655.73 1.076.97a3.236 3.236 0 002.776.206c.45-.175.859-.447 1.198-.8l2.01-2.087c.61-.656.947-1.534.94-2.446a3.547 3.547 0 00-.98-2.43A3.289 3.289 0 0011.68 1a3.284 3.284 0 00-2.356.976l-1.152 1.19\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/><path d=\\\"M9 7.395a3.39 3.39 0 00-1.076-.97 3.235 3.235 0 00-2.776-.206c-.45.175-.859.447-1.198.8L1.94 9.106A3.55 3.55 0 001 11.552c.008.912.36 1.784.98 2.43A3.296 3.296 0 004.32 15a3.284 3.284 0 002.356-.976l1.145-1.19\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconLinkLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconLinkLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M10 13a5.001 5.001 0 007.54.54l3-3a5 5 0 00-7.07-7.07l-1.72 1.71\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/><path d=\\\"M14 11a5 5 0 00-7.54-.54l-3 3a5 5 0 007.07 7.07l1.71-1.71\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconLock = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconLock\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M12.667 7H3.333C2.597 7 2 7.651 2 8.455v5.09C2 14.35 2.597 15 3.333 15h9.334c.736 0 1.333-.651 1.333-1.454V8.454C14 7.65 13.403 7 12.667 7zM4 7V4.333c0-.884.421-1.732 1.172-2.357C5.922 1.351 6.939 1 8 1c1.06 0 2.078.351 2.828.976S12 3.45 12 4.333V7\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconLockLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconLockLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M19 11H5a2 2 0 00-2 2v7a2 2 0 002 2h14a2 2 0 002-2v-7a2 2 0 00-2-2zM7 11V7a5 5 0 1110 0v4\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconLockOpenLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconLockOpenLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M19 11H5a2 2 0 00-2 2v7a2 2 0 002 2h14a2 2 0 002-2v-7a2 2 0 00-2-2zM7 11V7a5 5 0 1110 0\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconLoginLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconLoginLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M15 3h4a2 2 0 012 2v14a2 2 0 01-2 2h-4M10 7l5 5-5 5m5-5H3\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconLogoutLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconLogoutLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M9 21H5a2 2 0 01-2-2V5a2 2 0 012-2h4m7 14l5-5-5-5m5 5H9\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconMaestro = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"32\\\" focusable=\\\"false\\\" height=\\\"32\\\"><g id=\\\"tuiIconMaestro\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-16 -16)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"32\\\" height=\\\"32\\\" viewBox=\\\"0 0 32 32\\\" version=\\\"1.1\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" xmlns:xlink=\\\"http://www.w3.org/1999/xlink\\\"><g><path d=\\\"M13.333 15.634a8.325 8.325 0 003.704-6.93c0-2.89-1.47-5.435-3.704-6.93a8.333 8.333 0 110 13.86z\\\" fill=\\\"#0AADFC\\\" transform=\\\"translate(3 8)\\\"/><path d=\\\"M13.333 1.774a8.325 8.325 0 00-3.703 6.93c0 2.889 1.47 5.435 3.703 6.93a8.333 8.333 0 110-13.86z\\\" fill=\\\"#F03727\\\" transform=\\\"translate(3 8)\\\"/><path d=\\\"M13.333 1.774a8.325 8.325 0 013.704 6.93c0 2.889-1.47 5.435-3.704 6.93a8.325 8.325 0 01-3.703-6.93c0-2.89 1.47-5.435 3.703-6.93z\\\" fill=\\\"#726ECC\\\" transform=\\\"translate(3 8)\\\"/></g></svg></svg></g></svg>\";\n\nvar tuiIconMaestroMono = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"32\\\" height=\\\"32\\\"><g id=\\\"tuiIconMaestroMono\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-16 -16)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"32\\\" height=\\\"32\\\" viewBox=\\\"0 0 32 32\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M16.333 9.774a8.325 8.325 0 00-3.703 6.93c0 2.889 1.47 5.435 3.703 6.93a8.333 8.333 0 110-13.86zm0 0a8.325 8.325 0 013.704 6.93c0 2.889-1.47 5.435-3.704 6.93a8.333 8.333 0 100-13.86zm0 1.242a7.318 7.318 0 00-2.703 5.688 7.318 7.318 0 002.703 5.687 7.317 7.317 0 002.704-5.687 7.317 7.317 0 00-2.704-5.688z\\\" fill=\\\"currentColor\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconMail = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconMail\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M2.4 2h11.2c.77 0 1.4.675 1.4 1.5v9c0 .825-.63 1.5-1.4 1.5H2.4c-.77 0-1.4-.675-1.4-1.5v-9C1 2.675 1.63 2 2.4 2z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/><path d=\\\"M15 4L8 9 1 4\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconMailLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconMailLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M4 4h16c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H4c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/><path d=\\\"M22 6l-10 7L2 6\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconMastercard = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"32\\\" focusable=\\\"false\\\" height=\\\"32\\\"><g id=\\\"tuiIconMastercard\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-16 -16)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"32\\\" height=\\\"32\\\" viewBox=\\\"0 0 32 32\\\" version=\\\"1.1\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" xmlns:xlink=\\\"http://www.w3.org/1999/xlink\\\"><g><path d=\\\"M12.833 14.986c2.211-1.468 3.667-3.967 3.667-6.804s-1.456-5.336-3.667-6.804A8.26 8.26 0 0117.417 0c4.556 0 8.25 3.663 8.25 8.182s-3.694 8.182-8.25 8.182a8.26 8.26 0 01-4.584-1.378z\\\" fill=\\\"#FBB735\\\" transform=\\\"translate(3 8)\\\"/><path d=\\\"M12.833 1.378c-2.21 1.468-3.666 3.967-3.666 6.804s1.455 5.336 3.666 6.804a8.26 8.26 0 01-4.583 1.378C3.694 16.364 0 12.7 0 8.182S3.694 0 8.25 0a8.26 8.26 0 014.583 1.378z\\\" fill=\\\"#F03727\\\" transform=\\\"translate(3 8)\\\"/><path d=\\\"M12.833 1.378C15.044 2.846 16.5 5.345 16.5 8.182s-1.456 5.336-3.667 6.804c-2.21-1.468-3.666-3.967-3.666-6.804s1.455-5.336 3.666-6.804z\\\" fill=\\\"#F6772D\\\" transform=\\\"translate(3 8)\\\"/></g></svg></svg></g></svg>\";\n\nvar tuiIconMastercardMono = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"32\\\" height=\\\"32\\\"><g id=\\\"tuiIconMastercardMono\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-16 -16)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"32\\\" height=\\\"32\\\" viewBox=\\\"0 0 32 32\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M15.833 9.378c-2.21 1.467-3.666 3.967-3.666 6.804s1.455 5.336 3.666 6.804a8.26 8.26 0 01-4.583 1.378C6.694 24.364 3 20.7 3 16.182S6.694 8 11.25 8a8.26 8.26 0 014.583 1.378zm0 13.608c2.211-1.468 3.667-3.967 3.667-6.804s-1.456-5.336-3.667-6.804A8.26 8.26 0 0120.417 8c4.556 0 8.25 3.663 8.25 8.182s-3.694 8.182-8.25 8.182a8.26 8.26 0 01-4.584-1.378zm0-12.37a7.14 7.14 0 000 11.13 7.14 7.14 0 000-11.13z\\\" fill=\\\"currentColor\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconMenuLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconMenuLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M3 12h18M3 6h18M3 18h18\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconMicLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconMicLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M12 1a3 3 0 00-3 3v8a3 3 0 006 0V4a3 3 0 00-3-3z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/><path d=\\\"M19 10v2a7 7 0 11-14 0v-2m7 9v4m-4 0h8\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconMicOffLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconMicOffLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><g clip-path=\\\"url(#a)\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"><path d=\\\"M1 1l22 22M15 9.34V4a3 3 0 00-5.94-.6M9 9v3a3 3 0 005.12 2.12L9 9z\\\"/><path d=\\\"M17 16.95A7 7 0 015 12v-2m14 0v2c0 .412-.037.824-.11 1.23M12 19v4m-4 0h8\\\"/></g></svg></svg></g></svg>\";\n\nvar tuiIconMinus = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" focusable=\\\"false\\\" height=\\\"16\\\"><g id=\\\"tuiIconMinus\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\"><path d=\\\"M3 9h10a1 1 0 100-2H3a1 1 0 000 2z\\\" fill=\\\"currentColor\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconMinusCircle = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconMinusCircle\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M8 14.667A6.667 6.667 0 108 1.334a6.667 6.667 0 000 13.333zM5.333 8h5.334\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconMinusLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconMinusLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M5 12h14\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconMir = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"32\\\" focusable=\\\"false\\\" height=\\\"32\\\"><g id=\\\"tuiIconMir\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-16 -16)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"32\\\" height=\\\"32\\\" viewBox=\\\"0 0 32 32\\\" version=\\\"1.1\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" xmlns:xlink=\\\"http://www.w3.org/1999/xlink\\\"><defs><linearGradient x1=\\\"-.18%\\\" y1=\\\"50%\\\" x2=\\\"100%\\\" y2=\\\"50%\\\" id=\\\"tui-mir-gradient\\\"><stop stop-color=\\\"#00B4E6\\\" offset=\\\"0%\\\"/><stop stop-color=\\\"#088CCB\\\" offset=\\\"100%\\\"/></linearGradient></defs><g><path d=\\\"M28.408 0h-6.073c.326 2.024 2.285 3.918 4.44 3.918h4.833c.065-.196.065-.457.065-.653A3.234 3.234 0 0028.408 0z\\\" fill=\\\"url(#tui-mir-gradient) #049fd8\\\" transform=\\\"translate(0 12)\\\"/><path d=\\\"M22.857 4.245v4.898h2.939V6.53h2.612c1.437 0 2.678-.98 3.07-2.286h-8.62zM12.408 0v9.143h2.612s.653 0 .98-.653l2.286-4.572h.326v5.225h2.939V0h-2.612s-.653.065-.98.653l-2.286 4.571h-.326V0h-2.939zM0 9.143V0h2.939s.849 0 1.306 1.306C5.42 4.767 5.55 5.224 5.55 5.224s.261-.848 1.306-3.918C7.314 0 8.163 0 8.163 0h2.939v9.143H8.163V4.245h-.326L6.204 9.143H4.898L3.265 4.245H2.94v4.898H0z\\\" fill=\\\"#4DB45F\\\" transform=\\\"translate(0 12)\\\"/></g></svg></svg></g></svg>\";\n\nvar tuiIconMirMono = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"32\\\" height=\\\"32\\\"><g id=\\\"tuiIconMirMono\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-16 -16)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"32\\\" height=\\\"32\\\" viewBox=\\\"0 0 32 32\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M0 12v9.143h2.939v-4.898h.326l1.633 4.898h1.306l1.633-4.898h.326v4.898h2.939V12H8.163s-.849 0-1.306 1.306c-1.045 3.07-1.306 3.918-1.306 3.918s-.13-.457-1.306-3.918C3.788 12 2.939 12 2.939 12H0zm12.408 0v9.143h2.612s.653 0 .98-.653l2.286-4.572h.326v5.225h2.939V12h-2.612s-.653.065-.98.653l-2.286 4.571h-.326V12h-2.939zm9.927 0h6.073a3.234 3.234 0 013.265 3.265c0 .196 0 .457-.065.653h-4.832c-2.156 0-4.115-1.893-4.441-3.918zm.522 9.143v-4.898h8.62a3.233 3.233 0 01-3.069 2.286h-2.612v2.612h-2.939z\\\" fill=\\\"currentColor\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconMobile = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconMobile\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M11.571 1H4.43C3.639 1 3 1.627 3 2.4v11.2c0 .773.64 1.4 1.429 1.4h7.142c.79 0 1.429-.627 1.429-1.4V2.4c0-.773-.64-1.4-1.429-1.4zM8 12h.007\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconMobileLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconMobileLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M17 2H7a2 2 0 00-2 2v16a2 2 0 002 2h10a2 2 0 002-2V4a2 2 0 00-2-2zm-5 16h.01\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconMoreHorLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconMoreHorLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M12 13a1 1 0 100-2 1 1 0 000 2zm7 0a1 1 0 100-2 1 1 0 000 2zM5 13a1 1 0 100-2 1 1 0 000 2z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconMoreVer = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconMoreVer\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M8 8.667a.667.667 0 100-1.334.667.667 0 000 1.334zM8 4a.667.667 0 100-1.334A.667.667 0 008 4zm0 9.333A.667.667 0 108 12a.667.667 0 000 1.333z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconMoreVertLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconMoreVertLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M13 12a1 1 0 10-2 0 1 1 0 002 0zm0-7a1 1 0 10-2 0 1 1 0 002 0zm0 14a1 1 0 10-2 0 1 1 0 002 0z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconMusicLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconMusicLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M9 18V5l12-2v13\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/><path d=\\\"M6 21a3 3 0 100-6 3 3 0 000 6zm12-2a3 3 0 100-6 3 3 0 000 6z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconOLLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconOLLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M8 6h13\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/><path d=\\\"M3.125 5.451v2.005h1.159V4H3.253c-.034.219-.127.377-.277.474-.15.097-.381.147-.692.147v.83h.841zM4.292 10.079a1.838 1.838 0 00-.752-.143c-.461 0-.818.107-1.071.321-.254.213-.379.517-.376.911H3.21c0-.141.031-.247.093-.321a.307.307 0 01.248-.11c.071-.004.14.02.195.066a.234.234 0 01.07.18.302.302 0 01-.098.218 1.047 1.047 0 01-.24.175 14.67 14.67 0 01-.458.233c-.358.173-.609.379-.754.616-.145.237-.218.546-.218.927 0 .08.003.16.01.24h2.99v-.877H3.35a.288.288 0 01.068-.135.68.68 0 01.193-.133 4.4 4.4 0 01.415-.177c.301-.114.53-.252.689-.414.159-.162.237-.376.237-.643a.93.93 0 00-.17-.546 1.14 1.14 0 00-.49-.388zM4.29 16.054a2.214 2.214 0 00-.76-.118c-.463 0-.825.107-1.085.323-.26.215-.39.512-.39.892h1.09a.437.437 0 01.1-.305c.067-.073.163-.11.29-.11.103 0 .182.024.237.072a.255.255 0 01.083.203.25.25 0 01-.107.21.48.48 0 01-.293.08h-.12v.77h.08c.16 0 .277.026.352.077.076.052.113.131.113.238 0 .087-.03.155-.09.205a.38.38 0 01-.25.075c-.13 0-.229-.037-.297-.11-.069-.073-.103-.183-.103-.33H2c0 .403.132.711.398.923.265.211.647.317 1.147.317.293 0 .549-.043.767-.13.218-.087.388-.21.508-.37s.18-.347.18-.56a.747.747 0 00-.148-.48c-.098-.123-.255-.22-.472-.29v-.01c.203-.073.35-.168.44-.285a.708.708 0 00.135-.445.793.793 0 00-.172-.508 1.101 1.101 0 00-.493-.334z\\\" fill=\\\"currentColor\\\"/><path d=\\\"M8 12h13M8 18h13\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconOutdentLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconOutdentLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M21 10H9M21 6H2.5M5 9.5l-3 2.4 3 2.4M21 14H9M11 18H3\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconPause = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconPause\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M6 3H3v10h3V3zm7 0h-3v10h3V3z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconPauseLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconPauseLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M10 4H6v16h4V4zm8 0h-4v16h4V4z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconPicture = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconPicture\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M12.667 2H3.333C2.597 2 2 2.597 2 3.333v9.334C2 13.403 2.597 14 3.333 14h9.334c.736 0 1.333-.597 1.333-1.333V3.333C14 2.597 13.403 2 12.667 2z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/><path d=\\\"M5.667 6.667a1 1 0 100-2 1 1 0 000 2zM14 10l-3.333-3.333L3.333 14\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconPiechartLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconPiechartLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M9.78 2.248a1 1 0 01.442 1.95 8.013 8.013 0 00-6.02 6.008 1 1 0 01-1.95-.447A10.013 10.013 0 019.78 2.248zm-7.514 12.05a1 1 0 011.946-.458 8.013 8.013 0 005.935 5.945 1 1 0 11-.461 1.946 10.014 10.014 0 01-7.42-7.433zm12.238 7.386a1 1 0 01-.5-1.937A8.004 8.004 0 0019.25 8.614a1 1 0 111.812-.848 10.003 10.003 0 01-6.558 13.918zM18.582 4.47a1 1 0 11-1.317 1.506 7.976 7.976 0 00-3.368-1.751 1 1 0 11.472-1.943 9.975 9.975 0 014.213 2.188z\\\" fill=\\\"currentColor\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconPin = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconPin\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M14 6.727C14 11.182 8 15 8 15s-6-3.818-6-8.273c0-1.519.632-2.975 1.757-4.05A6.148 6.148 0 018 1a6.15 6.15 0 014.243 1.677A5.598 5.598 0 0114 6.727z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/><path d=\\\"M8 9a2 2 0 100-4 2 2 0 000 4z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconPlay = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconPlay\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M3 2l10 6-10 6V2z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconPlayLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconPlayLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M5 3l14 9-14 9V3z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconPlus = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" focusable=\\\"false\\\" height=\\\"16\\\"><g id=\\\"tuiIconPlus\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\"><path d=\\\"M7 7V3a1 1 0 012 0v4h4a1 1 0 110 2H9v4a1 1 0 11-2 0V9H3a1 1 0 010-2h4z\\\" fill=\\\"currentColor\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconPlusCircleLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconPlusCircleLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10zm0-14v8m-4-4h8\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconPlusLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconPlusLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M12 5v14m-7-7h14\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconPrintLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconPrintLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M6 9V2h12v7M6 18H4a2 2 0 01-2-2v-5a2 2 0 012-2h16a2 2 0 012 2v5a2 2 0 01-2 2h-2\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/><path d=\\\"M18 14H6v8h12v-8z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconQuoteLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconQuoteLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><rect x=\\\"2\\\" y=\\\"5\\\" width=\\\"8\\\" height=\\\"9\\\" rx=\\\"2\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\"/><rect x=\\\"14\\\" y=\\\"5\\\" width=\\\"8\\\" height=\\\"9\\\" rx=\\\"2\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\"/><path d=\\\"M10 12c0 5.625-4 9-4 9M22 12c0 5.625-4 9-4 9\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconRedo = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconRedo\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><g clip-path=\\\"url(#a)\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"><path d=\\\"M15.333 2.667v4h-4\\\"/><path d=\\\"M13.66 10a6 6 0 11-1.413-6.24l3.086 2.907\\\"/></g></svg></svg></g></svg>\";\n\nvar tuiIconRedoLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconRedoLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M20.712 10.967c0 .374-.161.756-.483 1.016h-.002l-7.018 5.665-.001.002a1.277 1.277 0 01-1.598.008h0l.527-1.134-.936-.352h0v-.002l.909-2.414c-1.97.024-3.388.256-4.607.875-1.482.752-2.816 2.154-4.431 4.875a1 1 0 01-1.843-.695c.459-2.442 1.173-4.98 3.014-6.975C5.92 10.02 8.415 8.77 12.155 8.295L11.2 5.76h0a1.31 1.31 0 01.4-1.478 1.275 1.275 0 011.609 0l7.02 5.668h0l.008.007a1.306 1.306 0 01.474 1.01zm0 0v-.002h-1l1 .004v-.002zm-8.763 5.129l.002-.002-.002.002z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconRefresh = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconRefresh\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M15 3v4h-4M1 13V9h4\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/><path d=\\\"M2.597 6a6.025 6.025 0 011.595-2.484 5.639 5.639 0 012.54-1.368 5.475 5.475 0 012.856.088 5.68 5.68 0 012.46 1.523L15 6.666M1 9.334l2.953 2.907a5.678 5.678 0 002.46 1.523c.929.281 1.91.312 2.854.088a5.638 5.638 0 002.541-1.368 6.023 6.023 0 001.595-2.483\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconRefreshLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconRefreshLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M23 4v6h-6\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/><path d=\\\"M20.49 15a9 9 0 11-2.13-9.36L23 10\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconRemoveLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconRemoveLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M6.707 5.293a1 1 0 00-1.414 1.414L10.586 12l-5.293 5.293a1 1 0 101.414 1.414L12 13.414l5.293 5.293a1 1 0 001.414-1.414L13.414 12l5.293-5.293a1 1 0 00-1.414-1.414L12 10.586 6.707 5.293z\\\" fill=\\\"currentColor\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconSearch = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconSearch\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M7.333 12.667A5.333 5.333 0 107.333 2a5.333 5.333 0 000 10.667zM14 14l-2.9-2.9\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconSearchLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconSearchLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M10.5 17a6.5 6.5 0 100-13 6.5 6.5 0 000 13zm9.5 3l-4.35-4.35\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconSettings = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconSettings\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><g clip-path=\\\"url(#a)\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"><path d=\\\"M8 10a2 2 0 100-4 2 2 0 000 4z\\\"/><path d=\\\"M12.933 10a1.1 1.1 0 00.22 1.213l.04.04a1.333 1.333 0 11-1.886 1.887l-.04-.04a1.1 1.1 0 00-1.214-.22 1.1 1.1 0 00-.666 1.006V14a1.333 1.333 0 11-2.667 0v-.06A1.1 1.1 0 006 12.933a1.1 1.1 0 00-1.213.22l-.04.04a1.334 1.334 0 11-1.887-1.886l.04-.04a1.1 1.1 0 00.22-1.214 1.1 1.1 0 00-1.007-.667H2A1.333 1.333 0 112 6.72h.06A1.1 1.1 0 003.067 6a1.1 1.1 0 00-.22-1.213l-.04-.04A1.333 1.333 0 114.693 2.86l.04.04a1.1 1.1 0 001.214.22H6a1.1 1.1 0 00.667-1.007V2a1.333 1.333 0 112.666 0v.06A1.1 1.1 0 0010 3.066a1.1 1.1 0 001.213-.22l.04-.04a1.334 1.334 0 111.887 1.887l-.04.04a1.1 1.1 0 00-.22 1.214V6a1.1 1.1 0 001.007.667H14a1.333 1.333 0 010 2.666h-.06a1.1 1.1 0 00-1.007.667z\\\"/></g></svg></svg></g></svg>\";\n\nvar tuiIconSettingsLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconSettingsLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M12 2c-.413 0-.821.025-1.222.074l-.038.004c-.146.016-.454.05-.735.215a1.525 1.525 0 00-.561.584c-.155.288-.178.61-.189.764 0 .016-.002.03-.003.042L9.16 4.787a7.693 7.693 0 00-.252.105l-.846-.716a3.587 3.587 0 01-.031-.027c-.117-.1-.36-.313-.674-.407a1.525 1.525 0 00-.81-.016c-.314.082-.556.276-.67.367l-.03.024a9.889 9.889 0 00-.902.796l-.002.002-.028.028-.002.002c-.283.284-.549.585-.796.901l-.024.03c-.091.115-.285.357-.367.672-.068.262-.062.55.016.809.094.313.306.557.407.674l.027.031.716.846a7.695 7.695 0 00-.105.252l-1.104.092a3.584 3.584 0 01-.042.003c-.154.011-.476.034-.764.189a1.525 1.525 0 00-.584.561c-.165.281-.199.59-.215.735l-.004.038a10.09 10.09 0 000 2.444l.004.038c.016.146.05.454.215.735.137.233.346.433.584.561.288.155.61.178.764.189.016 0 .03.002.042.003l1.104.092c.034.085.068.169.105.252l-.716.846-.027.031c-.1.117-.313.361-.407.674a1.525 1.525 0 00-.016.81c.082.314.276.556.367.67l.024.03c.245.315.509.613.79.895l.002.003.04.04.003.003c.282.28.58.544.894.789l.03.024c.115.091.357.285.672.367.262.068.55.062.809-.016.313-.094.557-.306.674-.407l.031-.027.846-.716c.083.037.167.072.252.105l.092 1.104.003.042c.011.153.034.476.189.764.128.238.328.447.561.584.281.165.59.199.735.215l.038.004a10.09 10.09 0 002.444 0l.038-.004c.146-.016.454-.05.735-.215.233-.137.433-.346.561-.584.155-.288.178-.61.189-.764 0-.016.002-.03.003-.042l.092-1.104c.085-.034.169-.068.252-.105l.846.716.02.017.011.01c.117.1.36.313.674.407.259.078.547.084.81.016.314-.082.556-.276.67-.367l.03-.024a10.058 10.058 0 001.73-1.73l.024-.03c.091-.114.285-.356.367-.67a1.526 1.526 0 00-.016-.81c-.094-.313-.306-.557-.407-.674a2.51 2.51 0 01-.013-.015l-.014-.016-.716-.846a5.57 5.57 0 00.105-.252l1.104-.092.042-.003c.153-.011.476-.034.764-.189.238-.128.447-.328.584-.561.165-.281.199-.59.215-.735l.004-.038a10.09 10.09 0 000-2.444l-.004-.038c-.016-.146-.05-.454-.215-.735a1.525 1.525 0 00-.584-.561c-.288-.155-.61-.178-.764-.189a3.71 3.71 0 01-.042-.003l-1.104-.092a7.626 7.626 0 00-.105-.252l.716-.846.027-.031c.1-.117.313-.36.407-.674.078-.259.084-.547.016-.809-.082-.315-.276-.557-.367-.672l-.024-.03a10.049 10.049 0 00-1.73-1.729l-.03-.024c-.114-.091-.356-.285-.67-.367a1.524 1.524 0 00-.81.016c-.313.094-.557.306-.674.407l-.031.027-.846.716a7.704 7.704 0 00-.252-.105l-.092-1.104-.003-.042c-.011-.154-.034-.476-.189-.764a1.525 1.525 0 00-.561-.584c-.281-.165-.59-.199-.735-.215l-.038-.004A10.09 10.09 0 0012 2zm-.855 3.056l.085-1.02a8.11 8.11 0 011.54 0l.085 1.02.003.039c.01.135.03.412.14.657a1.466 1.466 0 00.772.761 5.7 5.7 0 00.274.11l.015.007c.095.036.189.075.281.116l.016.007c.086.039.184.082.27.115a1.465 1.465 0 001.085.009c.252-.096.462-.278.565-.366l.03-.026.78-.66a8.02 8.02 0 011.09 1.09l-.661.78-.026.03c-.088.102-.27.312-.366.563a1.467 1.467 0 00.009 1.085c.033.087.076.185.115.271l.007.016c.041.092.08.186.116.28l.006.016c.035.09.073.189.11.274a1.466 1.466 0 00.761.773c.246.109.523.129.658.139l.039.003 1.02.085a8.132 8.132 0 010 1.54l-1.02.085-.039.003c-.135.01-.412.03-.657.14a1.466 1.466 0 00-.761.772 5.762 5.762 0 00-.11.274l-.006.015a5.747 5.747 0 01-.117.281l-.007.016a5.721 5.721 0 00-.115.27 1.465 1.465 0 00-.009 1.085c.096.252.278.462.366.565l.026.029.66.78a8.047 8.047 0 01-1.089 1.09l-.781-.66-.03-.026c-.102-.088-.312-.27-.563-.366a1.464 1.464 0 00-1.085.009 5.68 5.68 0 00-.271.115l-.016.007c-.092.041-.186.08-.28.116l-.016.007a5.762 5.762 0 00-.274.11 1.466 1.466 0 00-.773.761c-.109.245-.129.522-.139.657l-.003.039-.085 1.02a8.132 8.132 0 01-1.54 0l-.085-1.02-.003-.039c-.01-.135-.03-.412-.14-.657a1.466 1.466 0 00-.772-.761 5.758 5.758 0 00-.274-.11l-.015-.006a5.718 5.718 0 01-.281-.117l-.016-.007c-.086-.038-.184-.082-.27-.115a1.467 1.467 0 00-1.085-.009c-.252.096-.462.278-.565.366l-.029.026-.78.66a8.077 8.077 0 01-.553-.499v-.001l-.037-.036-.001-.001a8.035 8.035 0 01-.5-.552l.661-.78.026-.03c.088-.103.27-.313.366-.564a1.465 1.465 0 00-.009-1.085 5.712 5.712 0 00-.115-.271l-.007-.016a5.73 5.73 0 01-.116-.28l-.007-.016a5.213 5.213 0 00-.11-.274 1.466 1.466 0 00-.761-.773c-.245-.109-.522-.129-.657-.139l-.039-.003-1.02-.085a8.11 8.11 0 010-1.54l1.02-.085.039-.003c.135-.01.412-.03.657-.14a1.466 1.466 0 00.761-.772c.038-.085.076-.185.11-.274l.007-.015a5.7 5.7 0 01.116-.281l.007-.016a5.73 5.73 0 00.115-.27 1.465 1.465 0 00.009-1.085c-.096-.252-.278-.462-.366-.565l-.026-.029-.66-.781c.16-.194.328-.38.506-.558l.025-.025V6.33c.178-.177.364-.346.558-.506l.781.661.03.026c.102.088.312.27.563.366a1.465 1.465 0 001.085-.009c.087-.033.185-.076.271-.115l.016-.007c.092-.041.186-.08.28-.116l.016-.007c.09-.034.189-.072.274-.11a1.466 1.466 0 00.773-.761c.109-.245.129-.522.139-.657l.003-.039zM12 16a4 4 0 100-8 4 4 0 000 8zm2-4a2 2 0 11-4 0 2 2 0 014 0z\\\" fill=\\\"currentColor\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconShowLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconShowLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/><path d=\\\"M12 15a3 3 0 100-6 3 3 0 000 6z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconSortDown = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconSortDown\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M4.1 5H12c.3 0 .5.2.5.5 0 .1 0 .2-.1.3l-3.9 4.7c-.2.2-.5.2-.7.1l-.1-.1-4-4.7c-.2-.2-.2-.5 0-.7.1-.1.3-.1.4-.1z\\\" fill=\\\"currentColor\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconSortUp = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconSortUp\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M4.1 10.665H12c.3 0 .5-.2.5-.5 0-.1 0-.2-.1-.3l-3.9-4.7c-.2-.2-.5-.2-.7-.1l-.1.1-4 4.7c-.2.2-.2.5 0 .7.1.1.3.1.4.1z\\\" fill=\\\"currentColor\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconSound = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconSound\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M7.333 3.333L4 6H1.333v4H4l3.333 2.667V3.333zm5.38-.046a6.667 6.667 0 010 9.426M10.36 5.64a3.333 3.333 0 010 4.713\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconSoundLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconSoundLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M11 5L6 9H2v6h4l5 4V5zm8.07-.07a10 10 0 010 14.14M15.54 8.46a5 5 0 010 7.07\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconSoundOff = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconSoundOff\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M7.333 3.333L4 6H1.333v4H4l3.333 2.667V3.333zM14.334 6l-4 4m0-4l4 4\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconSoundOffLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconSoundOffLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M11 5L6 9H2v6h4l5 4V5zm12 4l-6 6m0-6l6 6\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconStar = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconStar\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M8 1.333l2.06 4.174 4.607.673-3.334 3.247.787 4.587L8 11.847l-4.12 2.167.787-4.587L1.333 6.18l4.607-.673L8 1.334z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconStarLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconStarLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconStop = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconStop\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M13 3H3v10h10V3z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconStopLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconStopLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M20 4H4v16h16V4z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconStrikeThroughLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconStrikeThroughLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M23 12H1M17 5H9.5a3.5 3.5 0 100 7h5a3.5 3.5 0 110 7H6\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconStructureLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconStructureLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M10 3H3v7h7V3zm11 0h-7v7h7V3zm0 11h-7v7h7v-7zm-11 0H3v7h7v-7z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconSubitem = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconSubitem\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M10 6.667L13.333 10 10 13.333\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/><path d=\\\"M3 3v4.455c0 .675.263 1.322.732 1.8A2.478 2.478 0 005.5 10H13\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconSublevelLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconSublevelLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M15.6 16l-2.3-2.3c-.4-.4-.4-1 0-1.4.4-.4 1-.4 1.4 0l3.3 3.3c.8.8.8 2 0 2.8l-3.3 3.3c-.4.4-1 .4-1.4 0-.4-.4-.4-1 0-1.4l2.3-2.3H12c-3.3 0-6-2.7-6-6V3c0-.6.4-1 1-1s1 .4 1 1v9c0 2.2 1.8 4 4 4h3.6z\\\" fill=\\\"currentColor\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconSubscriptLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconSubscriptLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M21 21a1 1 0 100-2v2zm-4.667-5.105a1 1 0 102 0h-2zm.753 3.86l-.943-.332.943.332zm1.833-2.188l-.466-.885.466.885zM19.08 15h.103v-2h-.102v2zm-1.819 6H21v-2h-3.74v2zm-.927-5.254v.149h2v-.149h-2zm3.034.455l-.914.48.932 1.77.913-.48-.931-1.77zm-3.185 3.111l-.039.11 1.887.664.038-.11-1.886-.664zM17.26 19c.563 0 .956.556.77 1.086l-1.887-.663c-.271.77.3 1.577 1.117 1.577v-2zm2.49-3.343a.733.733 0 01-.383.544l.931 1.77a2.733 2.733 0 001.432-2.029l-1.98-.285zm-1.297 1.025a4.757 4.757 0 00-2.271 2.63l1.887.664c.23-.656.7-1.2 1.316-1.524l-.932-1.77zM19.182 15c.35 0 .619.31.569.657l1.98.285A2.575 2.575 0 0019.18 13v2zm-.102-2a2.747 2.747 0 00-2.747 2.746h2c0-.412.335-.746.747-.746v-2z\\\" fill=\\\"currentColor\\\"/><path d=\\\"M6 6l4 5m4 5l-4-5m0 0l-4 5m4-5l4-5\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconSuperscriptLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconSuperscriptLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M21 11a1 1 0 100-2v2zm-4.667-5.105a1 1 0 102 0h-2zm.753 3.86l-.943-.332.943.332zm1.833-2.188l-.466-.885.466.885zM19.08 5h.103V3h-.102v2zm-1.819 6H21V9h-3.74v2zm-.927-5.254v.149h2v-.149h-2zm3.034.455l-.914.48.932 1.77.913-.48-.931-1.77zm-3.185 3.111l-.039.11 1.887.664.038-.11-1.886-.664zM17.26 9c.563 0 .956.556.77 1.086l-1.887-.663c-.271.77.3 1.577 1.117 1.577V9zm2.49-3.343a.732.732 0 01-.383.544l.931 1.77a2.733 2.733 0 001.432-2.029l-1.98-.285zm-1.297 1.025a4.757 4.757 0 00-2.271 2.63l1.887.664c.23-.656.7-1.2 1.316-1.524l-.932-1.77zM19.182 5c.35 0 .619.31.569.657l1.98.285A2.575 2.575 0 0019.18 3v2zm-.102-2a2.747 2.747 0 00-2.747 2.746h2c0-.412.335-.746.747-.746V3z\\\" fill=\\\"currentColor\\\"/><path d=\\\"M5 7l4 5m4 5l-4-5m0 0l-4 5m4-5l4-5\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconTableLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\"><g id=\\\"tuiIconTableLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M20 4h-7v7h7V4zm-7 9v7h7v-7h-7zm-2 7v-7H4v7h7zm0-9V4H4v7h7zM4 2a2 2 0 00-2 2v16a2 2 0 002 2h16a2 2 0 002-2V4a2 2 0 00-2-2H4z\\\" fill=\\\"currentColor\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconTableMergeLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\"><g id=\\\"tuiIconTableMergeLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M11 4H4v16h7v-3.5a1 1 0 112 0V20h7V4h-7v4a1 1 0 11-2 0V4zm9 18H4a2 2 0 01-2-2V4a2 2 0 012-2h16a2 2 0 012 2v16a2 2 0 01-2 2zM6.293 8.293a1 1 0 011.414 0l3 3a1 1 0 010 1.414l-3 3a1 1 0 01-1.414-1.414L8.586 12 6.293 9.707a1 1 0 010-1.414zm10 7.414a1 1 0 001.414-1.414L15.414 12l2.293-2.293a1 1 0 00-1.414-1.414l-3 3a1 1 0 000 1.414l3 3z\\\" fill=\\\"currentColor\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconTableSplitLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\"><g id=\\\"tuiIconTableSplitLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M20 4H4v16h16V4zM4 2a2 2 0 00-2 2v16a2 2 0 002 2h16a2 2 0 002-2V4a2 2 0 00-2-2H4zm6.707 13.707a1 1 0 01-1.414 0l-3-3a1 1 0 010-1.414l3-3a1 1 0 011.414 1.414L8.414 12l2.293 2.293a1 1 0 010 1.414zm4-7.414a1 1 0 10-1.414 1.414L15.586 12l-2.293 2.293a1 1 0 001.414 1.414l3-3a1 1 0 000-1.414l-3-3z\\\" fill=\\\"currentColor\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconTeXLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconTeXLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M4 16V8H1h6\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/><path d=\\\"M9 13h3.667c.184 0 .333-.15.333-.333V12a2 2 0 00-2-2v0a2 2 0 00-2 2v1.784C9 15.008 9.992 16 11.216 16v0c.574 0 1.126-.223 1.54-.621l.244-.236\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\"/><path d=\\\"M16 8l2.5 4m2.5 4l-2.5-4m0 0L16 16m2.5-4L21 8\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconTime = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconTime\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M8 14.667A6.667 6.667 0 108 1.334a6.667 6.667 0 000 13.333z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/><path d=\\\"M8 4v4l2.667 1.333\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconTimeLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconTimeLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M12 22c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/><path d=\\\"M12 6v6l4 2\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconToggleOff = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" focusable=\\\"false\\\" height=\\\"16\\\"><g id=\\\"tuiIconToggleOff\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg version=\\\"1.1\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" xml:space=\\\"preserve\\\"><circle cx=\\\"8\\\" cy=\\\"8\\\" r=\\\"4\\\" fill=\\\"none\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconToggleOffLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" focusable=\\\"false\\\" height=\\\"24\\\"><g id=\\\"tuiIconToggleOffLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg version=\\\"1.1\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\"><path d=\\\"M12 16a4 4 0 100-8 4 4 0 000 8z\\\" fill=\\\"none\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconToggleOn = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" focusable=\\\"false\\\" height=\\\"16\\\"><g id=\\\"tuiIconToggleOn\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\"><path d=\\\"M8 4.5V12\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconToggleOnLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" focusable=\\\"false\\\" height=\\\"24\\\"><g id=\\\"tuiIconToggleOnLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\"><path d=\\\"M12 8.5V16\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconTooltip = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconTooltip\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M8 15A7 7 0 108 1a7 7 0 000 14z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/><path d=\\\"M6.06 6a2 2 0 013.887.667c0 1.333-2 2-2 2M8 11.334h.007\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconTooltipLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconTooltipLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M12 20a8 8 0 100-16 8 8 0 000 16z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/><path d=\\\"M10.06 10a2 2 0 013.887.667c0 1.333-2 2-2 2M12 15.334h.007\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconTransparentLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconTransparentLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><rect x=\\\"1\\\" y=\\\"3\\\" width=\\\"14\\\" height=\\\"14\\\" rx=\\\"3\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\"/><path d=\\\"M8.5 10.5l5 5M11 9l4 4.5M7 13l4 4\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"1.8\\\"/><rect x=\\\"7\\\" y=\\\"9\\\" width=\\\"14\\\" height=\\\"14\\\" rx=\\\"3\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconTrash = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconTrash\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M2 4h12m-8.857-.2V2.4c0-.371.15-.727.418-.99.268-.262.632-.41 1.01-.41H9.43c.378 0 .742.147 1.01.41s.418.619.418.99v1.4M13 3.8v9.8c0 .371-.15.727-.418.99-.268.262-.632.41-1.01.41H4.428c-.38 0-.743-.148-1.01-.41A1.386 1.386 0 013 13.6V3.8h10z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconTrashLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconTrashLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M3 6h18M8 6V4a2 2 0 012-2h4a2 2 0 012 2v2m3 0v14a2 2 0 01-2 2H7a2 2 0 01-2-2V6h14zm-9 5v6m4-6v6\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconUnderlineLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconUnderlineLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M6 3v7a6 6 0 1012 0V3M4 21h16\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconUndo = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconUndo\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M1 2.667v4h4\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/><path d=\\\"M2.673 10a6 6 0 101.42-6.24L1 6.667\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconUndoLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconUndoLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M1.212 10.967c0 .374.161.756.484 1.016h.001l7.018 5.665.001.002a1.277 1.277 0 001.599.008h0l-.528-1.134.936-.352h0v-.002l-.909-2.414c1.97.024 3.388.256 4.607.875 1.482.752 2.816 2.154 4.431 4.875a1 1 0 001.843-.695c-.459-2.442-1.173-4.98-3.014-6.975-1.676-1.816-4.172-3.066-7.912-3.541l.954-2.535h0a1.31 1.31 0 00-.4-1.478 1.275 1.275 0 00-1.607-.001l-.002.001-7.02 5.668h0l-.008.007a1.306 1.306 0 00-.474 1.01zm0 0v-.002h1l-1 .004v-.002zm8.763 5.129l-.002-.002.002.002z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconUpload = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconUpload\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M14 10v2.667A1.334 1.334 0 0112.667 14H3.333A1.334 1.334 0 012 12.667V10m9.333-4.667L8 2 4.667 5.333M8 2v8\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconUploadLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconUploadLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M21 15v4a2 2 0 01-2 2H5a2 2 0 01-2-2v-4m4-7l5-5 5 5m-5-5v12\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconUser = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconUser\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M13 14v-1.333a2.76 2.76 0 00-.732-1.886A2.424 2.424 0 0010.5 10h-5c-.663 0-1.299.281-1.768.781A2.76 2.76 0 003 12.667V14m5-7a2.5 2.5 0 100-5 2.5 2.5 0 000 5z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconUsers = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconUsers\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M11 14v-1.333a2.76 2.76 0 00-.732-1.886A2.424 2.424 0 008.5 10h-5c-.663 0-1.299.281-1.768.781A2.76 2.76 0 001 12.667V14m5-6.667A2.667 2.667 0 106 2a2.667 2.667 0 000 5.333zM15 14v-1.363c0-.604-.197-1.19-.56-1.668A2.663 2.663 0 0013 10m-2.333-7.913a2.666 2.666 0 010 5.167\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconVideo = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"16\\\" height=\\\"16\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconVideo\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-8 -8)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"16\\\" height=\\\"16\\\" viewBox=\\\"0 0 16 16\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M15 5l-4 3 4 3V5zM9.667 3H2.333C1.597 3 1 3.64 1 4.429v7.142C1 12.361 1.597 13 2.333 13h7.334c.736 0 1.333-.64 1.333-1.429V4.43C11 3.639 10.403 3 9.667 3z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconVideoLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconVideoLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M23 7l-7 5 7 5V7zm-9-2H3a2 2 0 00-2 2v10a2 2 0 002 2h11a2 2 0 002-2V7a2 2 0 00-2-2z\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconViewListLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconViewListLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M8 6h13M8 12h13M8 18h13M3 6h.01M3 12h.01M3 18h.01\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconVisa = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"32\\\" focusable=\\\"false\\\" height=\\\"32\\\"><g id=\\\"tuiIconVisa\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-16 -16)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"32\\\" height=\\\"32\\\" viewBox=\\\"0 0 32 32\\\" version=\\\"1.1\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" xmlns:xlink=\\\"http://www.w3.org/1999/xlink\\\"><g fill=\\\"#1a1f71\\\"><path d=\\\"M11.257 9.302L12.875.16h2.587l-1.619 9.143zM23.226.384A6.909 6.909 0 0020.907 0c-2.556 0-4.357 1.24-4.372 3.017-.014 1.314 1.286 2.047 2.267 2.485 1.007.448 1.346.734 1.34 1.134-.006.613-.803.893-1.547.893-1.036 0-1.586-.139-2.435-.48l-.334-.146-.363 2.047c.605.255 1.722.477 2.882.488 2.72 0 4.485-1.226 4.505-3.124.01-1.04-.68-1.832-2.172-2.484-.904-.423-1.458-.705-1.452-1.134 0-.38.469-.786 1.481-.786a4.93 4.93 0 011.937.35l.231.106.351-1.982M29.86.168h-1.999c-.62 0-1.083.162-1.355.758l-3.842 8.38h2.717s.444-1.127.545-1.375l3.313.004c.077.32.315 1.37.315 1.37h2.4L29.86.168zM26.67 6.06c.214-.527 1.03-2.556 1.03-2.556-.014.024.213-.53.344-.873l.175.789.599 2.64H26.67zM9.087.166L6.554 6.4l-.27-1.267c-.471-1.461-1.94-3.044-3.582-3.836l2.316 7.996 2.737-.003L11.828.166h-2.74\\\" transform=\\\"translate(0 12)\\\"/><path d=\\\"M4.205.16H.033L0 .35c3.246.757 5.393 2.586 6.285 4.784L5.377.932C5.221.352 4.767.18 4.205.16\\\" transform=\\\"translate(0 12)\\\"/></g></svg></svg></g></svg>\";\n\nvar tuiIconVisaMono = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"32\\\" height=\\\"32\\\"><g id=\\\"tuiIconVisaMono\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-16 -16)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"32\\\" height=\\\"32\\\" viewBox=\\\"0 0 32 32\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M23.226 12.384A6.91 6.91 0 0020.907 12c-2.556 0-4.357 1.24-4.372 3.017-.014 1.314 1.286 2.047 2.267 2.485 1.007.448 1.346.733 1.34 1.134-.006.613-.803.893-1.547.893-1.035 0-1.586-.139-2.435-.48l-.334-.146-.363 2.047c.604.255 1.722.477 2.882.488 2.72 0 4.485-1.226 4.505-3.124.01-1.04-.68-1.831-2.172-2.484-.904-.423-1.458-.705-1.452-1.134 0-.38.469-.786 1.481-.786a4.933 4.933 0 011.937.35l.232.106.35-1.982zm-11.969 8.918l1.618-9.143h2.587l-1.619 9.143h-2.586zm16.604-9.134h2l2.093 9.137h-2.4s-.238-1.05-.315-1.37l-1.816-.002h-.004l-1.493-.002c-.1.247-.545 1.374-.545 1.374h-2.717l3.842-8.38c.272-.595.736-.757 1.355-.757zm-.16 3.337l-1.03 2.556h2.147l-.6-2.64-.174-.789c-.069.18-.164.418-.236.6a5.326 5.326 0 00-.107.273zm-18.614-3.34l-2.533 6.236-.27-1.267v-.001l-.907-4.201c-.156-.58-.61-.752-1.172-.772H.033L0 12.35a11.11 11.11 0 012.718 1.003l2.3 7.941 2.737-.003 4.073-9.125h-2.74z\\\" fill=\\\"currentColor\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconWarningLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconWarningLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path fill-rule=\\\"evenodd\\\" clip-rule=\\\"evenodd\\\" d=\\\"M12 5a1 1 0 011 1v8a1 1 0 11-2 0V6a1 1 0 011-1zm1 13a1 1 0 11-2 0 1 1 0 012 0z\\\" fill=\\\"currentColor\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconWifiOffLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconWifiOffLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M1 1l22 22m-6.28-11.94c.82.4 1.585.9 2.28 1.49m-14 0a10.94 10.94 0 015.17-2.39m.54-5.11A16 16 0 0122.58 9M1.42 9a15.91 15.91 0 014.7-2.88m2.41 9.99a6 6 0 016.95 0M12 20h.01\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nvar tuiIconWifiOnLarge = \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" width=\\\"24\\\" height=\\\"24\\\" focusable=\\\"false\\\"><g id=\\\"tuiIconWifiOnLarge\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\" transform=\\\"translate(-12 -12)\\\"><svg x=\\\"50%\\\" y=\\\"50%\\\"><svg width=\\\"24\\\" height=\\\"24\\\" viewBox=\\\"0 0 24 24\\\" fill=\\\"none\\\" xmlns=\\\"http://www.w3.org/2000/svg\\\"><path d=\\\"M5 12.55a11 11 0 0114.08 0M1.42 9a16 16 0 0121.16 0M8.53 16.11a6 6 0 016.95 0M12 20h.01\\\" stroke=\\\"currentColor\\\" stroke-width=\\\"2\\\" stroke-linecap=\\\"round\\\" stroke-linejoin=\\\"round\\\"/></svg></svg></g></svg>\";\n\nexport { tuiIconAddRowLarge, tuiIconAlertCircleLarge, tuiIconAlignCenterLarge, tuiIconAlignJustifyLarge, tuiIconAlignLeftLarge, tuiIconAlignRightLarge, tuiIconArrowDown, tuiIconArrowDownLarge, tuiIconArrowDownLeft, tuiIconArrowDownRight, tuiIconArrowLeft, tuiIconArrowLeftLarge, tuiIconArrowRight, tuiIconArrowRightLarge, tuiIconArrowUp, tuiIconArrowUpLarge, tuiIconArrowUpLeft, tuiIconArrowUpRight, tuiIconAttach, tuiIconAttachLarge, tuiIconAttention, tuiIconBackCircleLarge, tuiIconBell, tuiIconBellLarge, tuiIconBellOff, tuiIconBellOffLarge, tuiIconBoldLarge, tuiIconBookmark, tuiIconBookmarkLarge, tuiIconCalendar, tuiIconCalendarLarge, tuiIconCall, tuiIconCallIn, tuiIconCallInLarge, tuiIconCallLarge, tuiIconCallOut, tuiIconCallOutLarge, tuiIconCallTransferLarge, tuiIconCameraLarge, tuiIconCancel, tuiIconCancelCircleLarge, tuiIconCard, tuiIconCardsLarge, tuiIconChartBar, tuiIconChartLarge, tuiIconChartLineLarge, tuiIconCheck, tuiIconCheckCircle, tuiIconCheckCircleLarge, tuiIconCheckLarge, tuiIconCheckList, tuiIconChevronDown, tuiIconChevronDownLarge, tuiIconChevronLeft, tuiIconChevronLeftLarge, tuiIconChevronRight, tuiIconChevronRightLarge, tuiIconChevronUp, tuiIconChevronUpLarge, tuiIconClearFormatLarge, tuiIconCloseCircleLarge, tuiIconCloseLarge, tuiIconCloud, tuiIconCode, tuiIconCodeLarge, tuiIconCollapse, tuiIconColorLarge, tuiIconComment, tuiIconCommentLarge, tuiIconCompanyLarge, tuiIconCopy, tuiIconCopyLarge, tuiIconDeleteLarge, tuiIconDesktopLarge, tuiIconDislikeLarge, tuiIconDone, tuiIconDownload, tuiIconDownloadLarge, tuiIconDraft, tuiIconDrag, tuiIconDragLarge, tuiIconEdit, tuiIconEditLarge, tuiIconElectron, tuiIconElectronMono, tuiIconExpand, tuiIconExternal, tuiIconExternalLarge, tuiIconEyeClosed, tuiIconEyeOpen, tuiIconFile, tuiIconFileLarge, tuiIconFilter, tuiIconFilterLarge, tuiIconFlag, tuiIconFlagLarge, tuiIconFolder, tuiIconFolderLarge, tuiIconFontLarge, tuiIconFormatLarge, tuiIconFrameLarge, tuiIconGeoLarge, tuiIconHeart, tuiIconHeartLarge, tuiIconHelpCircleLarge, tuiIconHideLarge, tuiIconHiliteLarge, tuiIconHrLarge, tuiIconImgLarge, tuiIconIndentLarge, tuiIconInfo, tuiIconInfoCircleLarge, tuiIconItalicLarge, tuiIconLikeLarge, tuiIconLink, tuiIconLinkLarge, tuiIconLock, tuiIconLockLarge, tuiIconLockOpenLarge, tuiIconLoginLarge, tuiIconLogoutLarge, tuiIconMaestro, tuiIconMaestroMono, tuiIconMail, tuiIconMailLarge, tuiIconMastercard, tuiIconMastercardMono, tuiIconMenuLarge, tuiIconMicLarge, tuiIconMicOffLarge, tuiIconMinus, tuiIconMinusCircle, tuiIconMinusLarge, tuiIconMir, tuiIconMirMono, tuiIconMobile, tuiIconMobileLarge, tuiIconMoreHorLarge, tuiIconMoreVer, tuiIconMoreVertLarge, tuiIconMusicLarge, tuiIconOLLarge, tuiIconOutdentLarge, tuiIconPause, tuiIconPauseLarge, tuiIconPicture, tuiIconPiechartLarge, tuiIconPin, tuiIconPlay, tuiIconPlayLarge, tuiIconPlus, tuiIconPlusCircleLarge, tuiIconPlusLarge, tuiIconPrintLarge, tuiIconQuoteLarge, tuiIconRedo, tuiIconRedoLarge, tuiIconRefresh, tuiIconRefreshLarge, tuiIconRemoveLarge, tuiIconSearch, tuiIconSearchLarge, tuiIconSettings, tuiIconSettingsLarge, tuiIconShowLarge, tuiIconSortDown, tuiIconSortUp, tuiIconSound, tuiIconSoundLarge, tuiIconSoundOff, tuiIconSoundOffLarge, tuiIconStar, tuiIconStarLarge, tuiIconStop, tuiIconStopLarge, tuiIconStrikeThroughLarge, tuiIconStructureLarge, tuiIconSubitem, tuiIconSublevelLarge, tuiIconSubscriptLarge, tuiIconSuperscriptLarge, tuiIconTableLarge, tuiIconTableMergeLarge, tuiIconTableSplitLarge, tuiIconTeXLarge, tuiIconTime, tuiIconTimeLarge, tuiIconToggleOff, tuiIconToggleOffLarge, tuiIconToggleOn, tuiIconToggleOnLarge, tuiIconTooltip, tuiIconTooltipLarge, tuiIconTransparentLarge, tuiIconTrash, tuiIconTrashLarge, tuiIconUnderlineLarge, tuiIconUndo, tuiIconUndoLarge, tuiIconUpload, tuiIconUploadLarge, tuiIconUser, tuiIconUsers, tuiIconVideo, tuiIconVideoLarge, tuiIconViewListLarge, tuiIconVisa, tuiIconVisaMono, tuiIconWarningLarge, tuiIconWifiOffLarge, tuiIconWifiOnLarge };\n","import {\n tuiIconAlertCircleLarge,\n tuiIconArrowRight,\n tuiIconAttention,\n tuiIconCalendar,\n tuiIconCalendarLarge,\n tuiIconCancel,\n tuiIconCheck,\n tuiIconCheckCircleLarge,\n tuiIconCheckLarge,\n tuiIconChevronDown,\n tuiIconChevronDownLarge,\n tuiIconChevronLeft,\n tuiIconCloseLarge,\n tuiIconHideLarge,\n tuiIconInfo,\n tuiIconMinus,\n tuiIconMinusLarge,\n tuiIconMoreVer,\n tuiIconPlus,\n tuiIconRemoveLarge,\n tuiIconSearchLarge,\n tuiIconShowLarge,\n tuiIconTime,\n tuiIconTimeLarge,\n tuiIconToggleOff,\n tuiIconToggleOffLarge,\n tuiIconTooltip,\n tuiIconTrashLarge,\n} from '../all';\n\nexport const tuiCoreIcons = {\n tuiIconArrowRight,\n tuiIconAttention,\n tuiIconCancel,\n tuiIconCheck,\n tuiIconCheckLarge,\n tuiIconCloseLarge,\n tuiIconRemoveLarge,\n tuiIconInfo,\n tuiIconMinus,\n tuiIconMinusLarge,\n tuiIconTooltip,\n};\n\nexport const tuiKitIcons = {\n ...tuiCoreIcons,\n tuiIconAlertCircleLarge,\n tuiIconChevronDown,\n tuiIconChevronDownLarge,\n tuiIconChevronLeft,\n tuiIconCalendar,\n tuiIconCalendarLarge,\n tuiIconCheckCircleLarge,\n tuiIconHideLarge,\n tuiIconMoreVer,\n tuiIconPlus,\n tuiIconSearchLarge,\n tuiIconShowLarge,\n tuiIconTime,\n tuiIconTimeLarge,\n tuiIconToggleOff,\n tuiIconToggleOffLarge,\n tuiIconTrashLarge,\n};\n"],"names":[],"mappings":";;;;;;IAAA;IACA;AACA;IACA;IACA;AACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA;AACA;IACA,IAAI,aAAa,GAAG,SAAS,CAAC,EAAE,CAAC,EAAE;IACnC,IAAI,aAAa,GAAG,MAAM,CAAC,cAAc;IACzC,SAAS,EAAE,SAAS,EAAE,EAAE,EAAE,YAAY,KAAK,IAAI,UAAU,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC,SAAS,GAAG,CAAC,CAAC,EAAE,CAAC;IACpF,QAAQ,UAAU,CAAC,EAAE,CAAC,EAAE,EAAE,KAAK,IAAI,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,cAAc,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC;IACnF,IAAI,OAAO,aAAa,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;IAC/B,CAAC,CAAC;AACF;IACO,SAAS,SAAS,CAAC,CAAC,EAAE,CAAC,EAAE;IAChC,IAAI,aAAa,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC;IACxB,IAAI,SAAS,EAAE,GAAG,EAAE,IAAI,CAAC,WAAW,GAAG,CAAC,CAAC,EAAE;IAC3C,IAAI,CAAC,CAAC,SAAS,GAAG,CAAC,KAAK,IAAI,GAAG,MAAM,CAAC,MAAM,CAAC,CAAC,CAAC,IAAI,EAAE,CAAC,SAAS,GAAG,CAAC,CAAC,SAAS,EAAE,IAAI,EAAE,EAAE,CAAC,CAAC;IACzF,CAAC;AACD;IACO,IAAI,QAAQ,GAAG,WAAW;IACjC,IAAI,QAAQ,GAAG,MAAM,CAAC,MAAM,IAAI,SAAS,QAAQ,CAAC,CAAC,EAAE;IACrD,QAAQ,KAAK,IAAI,CAAC,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,SAAS,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC,EAAE,EAAE;IAC7D,YAAY,CAAC,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC;IAC7B,YAAY,KAAK,IAAI,CAAC,IAAI,CAAC,EAAE,IAAI,MAAM,CAAC,SAAS,CAAC,cAAc,CAAC,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC;IACzF,SAAS;IACT,QAAQ,OAAO,CAAC,CAAC;IACjB,MAAK;IACL,IAAI,OAAO,QAAQ,CAAC,KAAK,CAAC,IAAI,EAAE,SAAS,CAAC,CAAC;IAC3C,EAAC;AACD;IACO,SAAS,MAAM,CAAC,CAAC,EAAE,CAAC,EAAE;IAC7B,IAAI,IAAI,CAAC,GAAG,EAAE,CAAC;IACf,IAAI,KAAK,IAAI,CAAC,IAAI,CAAC,EAAE,IAAI,MAAM,CAAC,SAAS,CAAC,cAAc,CAAC,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,IAAI,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,GAAG,CAAC;IACvF,QAAQ,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC;IACpB,IAAI,IAAI,CAAC,IAAI,IAAI,IAAI,OAAO,MAAM,CAAC,qBAAqB,KAAK,UAAU;IACvE,QAAQ,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,MAAM,CAAC,qBAAqB,CAAC,CAAC,CAAC,EAAE,CAAC,GAAG,CAAC,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;IAChF,YAAY,IAAI,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,IAAI,MAAM,CAAC,SAAS,CAAC,oBAAoB,CAAC,IAAI,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC;IAC1F,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;IAClC,SAAS;IACT,IAAI,OAAO,CAAC,CAAC;IACb,CAAC;AACD;IACO,SAAS,UAAU,CAAC,UAAU,EAAE,MAAM,EAAE,GAAG,EAAE,IAAI,EAAE;IAC1D,IAAI,IAAI,CAAC,GAAG,SAAS,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,MAAM,GAAG,IAAI,KAAK,IAAI,GAAG,IAAI,GAAG,MAAM,CAAC,wBAAwB,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,IAAI,EAAE,CAAC,CAAC;IACjI,IAAI,IAAI,OAAO,OAAO,KAAK,QAAQ,IAAI,OAAO,OAAO,CAAC,QAAQ,KAAK,UAAU,EAAE,CAAC,GAAG,OAAO,CAAC,QAAQ,CAAC,UAAU,EAAE,MAAM,EAAE,GAAG,EAAE,IAAI,CAAC,CAAC;IACnI,SAAS,KAAK,IAAI,CAAC,GAAG,UAAU,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC,IAAI,CAAC,EAAE,CAAC,EAAE,EAAE,IAAI,CAAC,GAAG,UAAU,CAAC,CAAC,CAAC,EAAE,CAAC,GAAG,CAAC,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,MAAM,EAAE,GAAG,EAAE,CAAC,CAAC,GAAG,CAAC,CAAC,MAAM,EAAE,GAAG,CAAC,KAAK,CAAC,CAAC;IACtJ,IAAI,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,IAAI,MAAM,CAAC,cAAc,CAAC,MAAM,EAAE,GAAG,EAAE,CAAC,CAAC,EAAE,CAAC,CAAC;IAClE,CAAC;AACD;IACO,SAAS,OAAO,CAAC,UAAU,EAAE,SAAS,EAAE;IAC/C,IAAI,OAAO,UAAU,MAAM,EAAE,GAAG,EAAE,EAAE,SAAS,CAAC,MAAM,EAAE,GAAG,EAAE,UAAU,CAAC,CAAC,EAAE;IACzE,CAAC;AACD;IACO,SAAS,UAAU,CAAC,WAAW,EAAE,aAAa,EAAE;IACvD,IAAI,IAAI,OAAO,OAAO,KAAK,QAAQ,IAAI,OAAO,OAAO,CAAC,QAAQ,KAAK,UAAU,EAAE,OAAO,OAAO,CAAC,QAAQ,CAAC,WAAW,EAAE,aAAa,CAAC,CAAC;IACnI,CAAC;AACD;IACO,SAAS,SAAS,CAAC,OAAO,EAAE,UAAU,EAAE,CAAC,EAAE,SAAS,EAAE;IAC7D,IAAI,SAAS,KAAK,CAAC,KAAK,EAAE,EAAE,OAAO,KAAK,YAAY,CAAC,GAAG,KAAK,GAAG,IAAI,CAAC,CAAC,UAAU,OAAO,EAAE,EAAE,OAAO,CAAC,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE;IAChH,IAAI,OAAO,KAAK,CAAC,KAAK,CAAC,GAAG,OAAO,CAAC,EAAE,UAAU,OAAO,EAAE,MAAM,EAAE;IAC/D,QAAQ,SAAS,SAAS,CAAC,KAAK,EAAE,EAAE,IAAI,EAAE,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,OAAO,CAAC,EAAE,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,EAAE,EAAE;IACnG,QAAQ,SAAS,QAAQ,CAAC,KAAK,EAAE,EAAE,IAAI,EAAE,IAAI,CAAC,SAAS,CAAC,OAAO,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,OAAO,CAAC,EAAE,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,EAAE,EAAE;IACtG,QAAQ,SAAS,IAAI,CAAC,MAAM,EAAE,EAAE,MAAM,CAAC,IAAI,GAAG,OAAO,CAAC,MAAM,CAAC,KAAK,CAAC,GAAG,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC,IAAI,CAAC,SAAS,EAAE,QAAQ,CAAC,CAAC,EAAE;IACtH,QAAQ,IAAI,CAAC,CAAC,SAAS,GAAG,SAAS,CAAC,KAAK,CAAC,OAAO,EAAE,UAAU,IAAI,EAAE,CAAC,EAAE,IAAI,EAAE,CAAC,CAAC;IAC9E,KAAK,CAAC,CAAC;IACP,CAAC;AACD;IACO,SAAS,WAAW,CAAC,OAAO,EAAE,IAAI,EAAE;IAC3C,IAAI,IAAI,CAAC,GAAG,EAAE,KAAK,EAAE,CAAC,EAAE,IAAI,EAAE,WAAW,EAAE,IAAI,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,EAAE,IAAI,EAAE,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC;IACrH,IAAI,OAAO,CAAC,GAAG,EAAE,IAAI,EAAE,IAAI,CAAC,CAAC,CAAC,EAAE,OAAO,EAAE,IAAI,CAAC,CAAC,CAAC,EAAE,QAAQ,EAAE,IAAI,CAAC,CAAC,CAAC,EAAE,EAAE,OAAO,MAAM,KAAK,UAAU,KAAK,CAAC,CAAC,MAAM,CAAC,QAAQ,CAAC,GAAG,WAAW,EAAE,OAAO,IAAI,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC;IAC7J,IAAI,SAAS,IAAI,CAAC,CAAC,EAAE,EAAE,OAAO,UAAU,CAAC,EAAE,EAAE,OAAO,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE;IACtE,IAAI,SAAS,IAAI,CAAC,EAAE,EAAE;IACtB,QAAQ,IAAI,CAAC,EAAE,MAAM,IAAI,SAAS,CAAC,iCAAiC,CAAC,CAAC;IACtE,QAAQ,OAAO,CAAC,EAAE,IAAI;IACtB,YAAY,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,KAAK,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,QAAQ,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC,GAAG,CAAC,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG,CAAC,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,IAAI,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC,EAAE,IAAI,EAAE,OAAO,CAAC,CAAC;IACzK,YAAY,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,EAAE,EAAE,GAAG,CAAC,EAAE,CAAC,CAAC,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC;IACpD,YAAY,QAAQ,EAAE,CAAC,CAAC,CAAC;IACzB,gBAAgB,KAAK,CAAC,CAAC,CAAC,KAAK,CAAC,EAAE,CAAC,GAAG,EAAE,CAAC,CAAC,MAAM;IAC9C,gBAAgB,KAAK,CAAC,EAAE,CAAC,CAAC,KAAK,EAAE,CAAC,CAAC,OAAO,EAAE,KAAK,EAAE,EAAE,CAAC,CAAC,CAAC,EAAE,IAAI,EAAE,KAAK,EAAE,CAAC;IACxE,gBAAgB,KAAK,CAAC,EAAE,CAAC,CAAC,KAAK,EAAE,CAAC,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS;IACjE,gBAAgB,KAAK,CAAC,EAAE,EAAE,GAAG,CAAC,CAAC,GAAG,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,CAAC,SAAS;IACjE,gBAAgB;IAChB,oBAAoB,IAAI,EAAE,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,CAAC,GAAG,CAAC,CAAC,MAAM,GAAG,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,KAAK,EAAE,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,EAAE,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,EAAE,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,SAAS,EAAE;IAChI,oBAAoB,IAAI,EAAE,CAAC,CAAC,CAAC,KAAK,CAAC,KAAK,CAAC,CAAC,KAAK,EAAE,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,IAAI,EAAE,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,KAAK,GAAG,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,MAAM,EAAE;IAC1G,oBAAoB,IAAI,EAAE,CAAC,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,KAAK,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,KAAK,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC,MAAM,EAAE;IACzF,oBAAoB,IAAI,CAAC,IAAI,CAAC,CAAC,KAAK,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,KAAK,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC,CAAC,MAAM,EAAE;IACvF,oBAAoB,IAAI,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,GAAG,CAAC,GAAG,EAAE,CAAC;IAC1C,oBAAoB,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,CAAC,SAAS;IAC3C,aAAa;IACb,YAAY,EAAE,GAAG,IAAI,CAAC,IAAI,CAAC,OAAO,EAAE,CAAC,CAAC,CAAC;IACvC,SAAS,CAAC,OAAO,CAAC,EAAE,EAAE,EAAE,GAAG,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,EAAE,SAAS,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC,EAAE;IAClE,QAAQ,IAAI,EAAE,CAAC,CAAC,CAAC,GAAG,CAAC,EAAE,MAAM,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,OAAO,EAAE,KAAK,EAAE,EAAE,CAAC,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC,CAAC,GAAG,KAAK,CAAC,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC;IACzF,KAAK;IACL,CAAC;AACD;IACO,SAAS,eAAe,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,EAAE,EAAE;IAC7C,IAAI,IAAI,EAAE,KAAK,SAAS,EAAE,EAAE,GAAG,CAAC,CAAC;IACjC,IAAI,CAAC,CAAC,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC;IACjB,CAAC;AACD;IACO,SAAS,YAAY,CAAC,CAAC,EAAE,OAAO,EAAE;IACzC,IAAI,KAAK,IAAI,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,KAAK,SAAS,IAAI,CAAC,OAAO,CAAC,cAAc,CAAC,CAAC,CAAC,EAAE,OAAO,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC;IAC1F,CAAC;AACD;IACO,SAAS,QAAQ,CAAC,CAAC,EAAE;IAC5B,IAAI,IAAI,CAAC,GAAG,OAAO,MAAM,KAAK,UAAU,IAAI,MAAM,CAAC,QAAQ,EAAE,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,GAAG,CAAC,CAAC;IAClF,IAAI,IAAI,CAAC,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;IAC5B,IAAI,IAAI,CAAC,IAAI,OAAO,CAAC,CAAC,MAAM,KAAK,QAAQ,EAAE,OAAO;IAClD,QAAQ,IAAI,EAAE,YAAY;IAC1B,YAAY,IAAI,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,KAAK,CAAC,CAAC;IAC/C,YAAY,OAAO,EAAE,KAAK,EAAE,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,IAAI,EAAE,CAAC,CAAC,EAAE,CAAC;IACpD,SAAS;IACT,KAAK,CAAC;IACN,IAAI,MAAM,IAAI,SAAS,CAAC,CAAC,GAAG,yBAAyB,GAAG,iCAAiC,CAAC,CAAC;IAC3F,CAAC;AACD;IACO,SAAS,MAAM,CAAC,CAAC,EAAE,CAAC,EAAE;IAC7B,IAAI,IAAI,CAAC,GAAG,OAAO,MAAM,KAAK,UAAU,IAAI,CAAC,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC;IAC/D,IAAI,IAAI,CAAC,CAAC,EAAE,OAAO,CAAC,CAAC;IACrB,IAAI,IAAI,CAAC,GAAG,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,GAAG,EAAE,EAAE,CAAC,CAAC;IACrC,IAAI,IAAI;IACR,QAAQ,OAAO,CAAC,CAAC,KAAK,KAAK,CAAC,IAAI,CAAC,EAAE,GAAG,CAAC,KAAK,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC;IACnF,KAAK;IACL,IAAI,OAAO,KAAK,EAAE,EAAE,CAAC,GAAG,EAAE,KAAK,EAAE,KAAK,EAAE,CAAC,EAAE;IAC3C,YAAY;IACZ,QAAQ,IAAI;IACZ,YAAY,IAAI,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,KAAK,CAAC,GAAG,CAAC,CAAC,QAAQ,CAAC,CAAC,EAAE,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;IAC7D,SAAS;IACT,gBAAgB,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,CAAC,KAAK,CAAC,EAAE;IACzC,KAAK;IACL,IAAI,OAAO,EAAE,CAAC;IACd,CAAC;AACD;IACO,SAAS,QAAQ,GAAG;IAC3B,IAAI,KAAK,IAAI,EAAE,GAAG,EAAE,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,SAAS,CAAC,MAAM,EAAE,CAAC,EAAE;IACtD,QAAQ,EAAE,GAAG,EAAE,CAAC,MAAM,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;IAC7C,IAAI,OAAO,EAAE,CAAC;IACd,CAAC;AACD;IACO,SAAS,cAAc,GAAG;IACjC,IAAI,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,CAAC,EAAE,EAAE,GAAG,SAAS,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,EAAE,CAAC,EAAE,EAAE,CAAC,IAAI,SAAS,CAAC,CAAC,CAAC,CAAC,MAAM,CAAC;IACxF,IAAI,KAAK,IAAI,CAAC,GAAG,KAAK,CAAC,CAAC,CAAC,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,EAAE,EAAE,CAAC,EAAE;IACpD,QAAQ,KAAK,IAAI,CAAC,GAAG,SAAS,CAAC,CAAC,CAAC,EAAE,CAAC,GAAG,CAAC,EAAE,EAAE,GAAG,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,EAAE,CAAC,EAAE,EAAE,CAAC,EAAE;IACzE,YAAY,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC;IACxB,IAAI,OAAO,CAAC,CAAC;IACb,CAAC,CAAC;AACF;IACO,SAAS,OAAO,CAAC,CAAC,EAAE;IAC3B,IAAI,OAAO,IAAI,YAAY,OAAO,IAAI,IAAI,CAAC,CAAC,GAAG,CAAC,EAAE,IAAI,IAAI,IAAI,OAAO,CAAC,CAAC,CAAC,CAAC;IACzE,CAAC;AACD;IACO,SAAS,gBAAgB,CAAC,OAAO,EAAE,UAAU,EAAE,SAAS,EAAE;IACjE,IAAI,IAAI,CAAC,MAAM,CAAC,aAAa,EAAE,MAAM,IAAI,SAAS,CAAC,sCAAsC,CAAC,CAAC;IAC3F,IAAI,IAAI,CAAC,GAAG,SAAS,CAAC,KAAK,CAAC,OAAO,EAAE,UAAU,IAAI,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,GAAG,EAAE,CAAC;IAClE,IAAI,OAAO,CAAC,GAAG,EAAE,EAAE,IAAI,CAAC,MAAM,CAAC,EAAE,IAAI,CAAC,OAAO,CAAC,EAAE,IAAI,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC,MAAM,CAAC,aAAa,CAAC,GAAG,YAAY,EAAE,OAAO,IAAI,CAAC,EAAE,EAAE,CAAC,CAAC;IAC1H,IAAI,SAAS,IAAI,CAAC,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,GAAG,UAAU,CAAC,EAAE,EAAE,OAAO,IAAI,OAAO,CAAC,UAAU,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC,GAAG,CAAC,IAAI,MAAM,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE;IAC9I,IAAI,SAAS,MAAM,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,IAAI,EAAE,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,OAAO,CAAC,EAAE,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE,EAAE;IACtF,IAAI,SAAS,IAAI,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,KAAK,YAAY,OAAO,GAAG,OAAO,CAAC,OAAO,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,EAAE,MAAM,CAAC,GAAG,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,EAAE;IAC5H,IAAI,SAAS,OAAO,CAAC,KAAK,EAAE,EAAE,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC,EAAE;IACtD,IAAI,SAAS,MAAM,CAAC,KAAK,EAAE,EAAE,MAAM,CAAC,OAAO,EAAE,KAAK,CAAC,CAAC,EAAE;IACtD,IAAI,SAAS,MAAM,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,IAAI,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE;IACtF,CAAC;AACD;IACO,SAAS,gBAAgB,CAAC,CAAC,EAAE;IACpC,IAAI,IAAI,CAAC,EAAE,CAAC,CAAC;IACb,IAAI,OAAO,CAAC,GAAG,EAAE,EAAE,IAAI,CAAC,MAAM,CAAC,EAAE,IAAI,CAAC,OAAO,EAAE,UAAU,CAAC,EAAE,EAAE,MAAM,CAAC,CAAC,EAAE,CAAC,EAAE,IAAI,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC,MAAM,CAAC,QAAQ,CAAC,GAAG,YAAY,EAAE,OAAO,IAAI,CAAC,EAAE,EAAE,CAAC,CAAC;IAChJ,IAAI,SAAS,IAAI,CAAC,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,UAAU,CAAC,EAAE,EAAE,OAAO,CAAC,CAAC,GAAG,CAAC,CAAC,IAAI,EAAE,KAAK,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,IAAI,EAAE,CAAC,KAAK,QAAQ,EAAE,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,EAAE,GAAG,CAAC,CAAC,EAAE;IACnJ,CAAC;AACD;IACO,SAAS,aAAa,CAAC,CAAC,EAAE;IACjC,IAAI,IAAI,CAAC,MAAM,CAAC,aAAa,EAAE,MAAM,IAAI,SAAS,CAAC,sCAAsC,CAAC,CAAC;IAC3F,IAAI,IAAI,CAAC,GAAG,CAAC,CAAC,MAAM,CAAC,aAAa,CAAC,EAAE,CAAC,CAAC;IACvC,IAAI,OAAO,CAAC,GAAG,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG,OAAO,QAAQ,KAAK,UAAU,GAAG,QAAQ,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,MAAM,CAAC,QAAQ,CAAC,EAAE,EAAE,CAAC,GAAG,EAAE,EAAE,IAAI,CAAC,MAAM,CAAC,EAAE,IAAI,CAAC,OAAO,CAAC,EAAE,IAAI,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC,MAAM,CAAC,aAAa,CAAC,GAAG,YAAY,EAAE,OAAO,IAAI,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC;IACrN,IAAI,SAAS,IAAI,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,IAAI,UAAU,CAAC,EAAE,EAAE,OAAO,IAAI,OAAO,CAAC,UAAU,OAAO,EAAE,MAAM,EAAE,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,OAAO,EAAE,MAAM,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE;IACpK,IAAI,SAAS,MAAM,CAAC,OAAO,EAAE,MAAM,EAAE,CAAC,EAAE,CAAC,EAAE,EAAE,OAAO,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,EAAE,EAAE,OAAO,CAAC,EAAE,KAAK,EAAE,CAAC,EAAE,IAAI,EAAE,CAAC,EAAE,CAAC,CAAC,EAAE,EAAE,MAAM,CAAC,CAAC,EAAE;IAChI,CAAC;AACD;IACO,SAAS,oBAAoB,CAAC,MAAM,EAAE,GAAG,EAAE;IAClD,IAAI,IAAI,MAAM,CAAC,cAAc,EAAE,EAAE,MAAM,CAAC,cAAc,CAAC,MAAM,EAAE,KAAK,EAAE,EAAE,KAAK,EAAE,GAAG,EAAE,CAAC,CAAC,EAAE,MAAM,EAAE,MAAM,CAAC,GAAG,GAAG,GAAG,CAAC,EAAE;IACnH,IAAI,OAAO,MAAM,CAAC;IAClB,CAAC,CAAC;AACF;IACO,SAAS,YAAY,CAAC,GAAG,EAAE;IAClC,IAAI,IAAI,GAAG,IAAI,GAAG,CAAC,UAAU,EAAE,OAAO,GAAG,CAAC;IAC1C,IAAI,IAAI,MAAM,GAAG,EAAE,CAAC;IACpB,IAAI,IAAI,GAAG,IAAI,IAAI,EAAE,KAAK,IAAI,CAAC,IAAI,GAAG,EAAE,IAAI,MAAM,CAAC,cAAc,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,CAAC,GAAG,GAAG,CAAC,CAAC,CAAC,CAAC;IACnG,IAAI,MAAM,CAAC,OAAO,GAAG,GAAG,CAAC;IACzB,IAAI,OAAO,MAAM,CAAC;IAClB,CAAC;AACD;IACO,SAAS,eAAe,CAAC,GAAG,EAAE;IACrC,IAAI,OAAO,CAAC,GAAG,IAAI,GAAG,CAAC,UAAU,IAAI,GAAG,GAAG,EAAE,OAAO,EAAE,GAAG,EAAE,CAAC;IAC5D,CAAC;AACD;IACO,SAAS,sBAAsB,CAAC,QAAQ,EAAE,UAAU,EAAE;IAC7D,IAAI,IAAI,CAAC,UAAU,CAAC,GAAG,CAAC,QAAQ,CAAC,EAAE;IACnC,QAAQ,MAAM,IAAI,SAAS,CAAC,gDAAgD,CAAC,CAAC;IAC9E,KAAK;IACL,IAAI,OAAO,UAAU,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;IACpC,CAAC;AACD;IACO,SAAS,sBAAsB,CAAC,QAAQ,EAAE,UAAU,EAAE,KAAK,EAAE;IACpE,IAAI,IAAI,CAAC,UAAU,CAAC,GAAG,CAAC,QAAQ,CAAC,EAAE;IACnC,QAAQ,MAAM,IAAI,SAAS,CAAC,gDAAgD,CAAC,CAAC;IAC9E,KAAK;IACL,IAAI,UAAU,CAAC,GAAG,CAAC,QAAQ,EAAE,KAAK,CAAC,CAAC;IACpC,IAAI,OAAO,KAAK,CAAC;IACjB;;QCzNI,kBAAkB,GAAG,slBAAslB;QAE3mB,uBAAuB,GAAG,+hBAA+hB;QAEzjB,uBAAuB,GAAG,ueAAue;QAEjgB,wBAAwB,GAAG,weAAwe;QAEngB,qBAAqB,GAAG,qeAAqe;QAE7f,sBAAsB,GAAG,seAAse;QAE/f,gBAAgB,GAAG,ueAAue;QAE1f,qBAAqB,GAAG,2dAA2d;QAEnf,oBAAoB,GAAG,udAAud;QAE9e,qBAAqB,GAAG,qdAAqd;QAE7e,gBAAgB,GAAG,ueAAue;QAE1f,qBAAqB,GAAG,2dAA2d;QAEnf,iBAAiB,GAAG,weAAwe;QAE5f,sBAAsB,GAAG,4dAA4d;QAErf,cAAc,GAAG,ieAAie;QAElf,mBAAmB,GAAG,ydAAyd;QAE/e,kBAAkB,GAAG,odAAod;QAEze,mBAAmB,GAAG,mdAAmd;QAEze,aAAa,GAAG,gvBAAgvB;QAEhwB,kBAAkB,GAAG,wkBAAwkB;QAE7lB,gBAAgB,GAAG,qmBAAqmB;QAExnB,sBAAsB,GAAG,8oBAA8oB;QAEvqB,WAAW,GAAG,6mBAA6mB;QAE3nB,gBAAgB,GAAG,4gBAA4gB;QAE/hB,cAAc,GAAG,s+BAAs+B;QAEv/B,mBAAmB,GAAG,olBAAolB;QAE1mB,gBAAgB,GAAG,y0BAAy0B;QAE51B,eAAe,GAAG,qjBAAqjB;QAEvkB,oBAAoB,GAAG,qfAAqf;QAE5gB,eAAe,GAAG,wmBAAwmB;QAE1nB,oBAAoB,GAAG,4hBAA4hB;QAEnjB,WAAW,GAAG,uxBAAuxB;QAEryB,aAAa,GAAG,01BAA01B;QAE12B,kBAAkB,GAAG,yuBAAyuB;QAE9vB,gBAAgB,GAAG,uwBAAuwB;QAE1xB,cAAc,GAAG,i2BAAi2B;QAEl3B,mBAAmB,GAAG,2uBAA2uB;QAEjwB,wBAAwB,GAAG,ovBAAovB;QAE/wB,kBAAkB,GAAG,4pBAA4pB;QAEjrB,aAAa,GAAG,4uBAA4uB;QAE5vB,wBAAwB,GAAG,yyBAAyyB;QAEp0B,WAAW,GAAG,omBAAomB;QAElnB,iBAAiB,GAAG,4gBAA4gB;QAEhiB,eAAe,GAAG,yeAAye;QAE3f,iBAAiB,GAAG,0dAA0d;QAE9e,qBAAqB,GAAG,qrBAAqrB;QAE7sB,YAAY,GAAG,idAAid;QAEhe,kBAAkB,GAAG,knBAAknB;QAEvoB,uBAAuB,GAAG,spBAAspB;QAEhrB,iBAAiB,GAAG,wdAAwd;QAE5e,gBAAgB,GAAG,o3BAAo3B;QAEv4B,kBAAkB,GAAG,6cAA6c;QAEle,uBAAuB,GAAG,odAAod;QAE9e,kBAAkB,GAAG,+cAA+c;QAEpe,uBAAuB,GAAG,udAAud;QAEjf,mBAAmB,GAAG,+cAA+c;QAEre,wBAAwB,GAAG,sdAAsd;QAEjf,gBAAgB,GAAG,8cAA8c;QAEje,qBAAqB,GAAG,qdAAqd;QAE7e,uBAAuB,GAAG,ygBAAygB;QAEniB,uBAAuB,GAAG,yoBAAyoB;QAEnqB,iBAAiB,GAAG,8lBAA8lB;QAElnB,YAAY,GAAG,wvBAAwvB;QAEvwB,WAAW,GAAG,qdAAqd;QAEne,gBAAgB,GAAG,4dAA4d;QAE/e,eAAe,GAAG,4yBAA4yB;QAE9zB,iBAAiB,GAAG,2jBAA2jB;QAE/kB,cAAc,GAAG,gjBAAgjB;QAEjkB,mBAAmB,GAAG,onBAAonB;QAE1oB,mBAAmB,GAAG,0pBAA0pB;QAEhrB,WAAW,GAAG,kxBAAkxB;QAEhyB,gBAAgB,GAAG,iqBAAiqB;QAEprB,kBAAkB,GAAG,ogBAAogB;QAEzhB,mBAAmB,GAAG,ohBAAohB;QAE1iB,mBAAmB,GAAG,mkBAAmkB;QAEzlB,WAAW,GAAG,2mBAA2mB;QAEznB,eAAe,GAAG,0iBAA0iB;QAE5jB,oBAAoB,GAAG,+fAA+f;QAEthB,YAAY,GAAG,khBAAkhB;QAEjiB,WAAW,GAAG,mhBAAmhB;QAEjiB,gBAAgB,GAAG,unBAAunB;QAE1oB,WAAW,GAAG,ygBAAygB;QAEvhB,gBAAgB,GAAG,8fAA8f;QAEjhB,eAAe,GAAG,g4FAAg4F;QAEl5F,mBAAmB,GAAG,+wFAA+wF;QAEryF,aAAa,GAAG,qoBAAqoB;QAErpB,eAAe,GAAG,4jBAA4jB;QAE9kB,oBAAoB,GAAG,4gBAA4gB;QAEniB,gBAAgB,GAAG,ivBAAivB;QAEpwB,cAAc,GAAG,soBAAsoB;QAEvpB,WAAW,GAAG,wtBAAwtB;QAEtuB,gBAAgB,GAAG,gnBAAgnB;QAEnoB,aAAa,GAAG,qfAAqf;QAErgB,kBAAkB,GAAG,oeAAoe;QAEzf,WAAW,GAAG,4mBAA4mB;QAE1nB,gBAAgB,GAAG,k2BAAk2B;QAEr3B,aAAa,GAAG,spBAAspB;QAEtqB,kBAAkB,GAAG,2gBAA2gB;QAEhiB,gBAAgB,GAAG,6dAA6d;QAEhf,kBAAkB,GAAG,qgBAAqgB;QAE1hB,iBAAiB,GAAG,khBAAkhB;QAEtiB,eAAe,GAAG,unBAAunB;QAEzoB,YAAY,GAAG,8kBAA8kB;QAE7lB,iBAAiB,GAAG,+kBAA+kB;QAEnmB,sBAAsB,GAAG,uqBAAuqB;QAEhsB,gBAAgB,GAAG,kqBAAkqB;QAErrB,kBAAkB,GAAG,olCAAolC;QAEzmC,cAAc,GAAG,ucAAuc;QAExd,eAAe,GAAG,sqBAAsqB;QAExrB,kBAAkB,GAAG,sfAAsf;QAE3gB,WAAW,GAAG,gfAAgf;QAE9f,sBAAsB,GAAG,+hBAA+hB;QAExjB,kBAAkB,GAAG,6dAA6d;QAElf,gBAAgB,GAAG,ujBAAujB;QAE1kB,WAAW,GAAG,28BAA28B;QAEz9B,gBAAgB,GAAG,sqBAAsqB;QAEzrB,WAAW,GAAG,krBAAkrB;QAEhsB,gBAAgB,GAAG,0hBAA0hB;QAE7iB,oBAAoB,GAAG,4hBAA4hB;QAEnjB,iBAAiB,GAAG,2fAA2f;QAE/gB,kBAAkB,GAAG,0fAA0f;QAE/gB,cAAc,GAAG,43BAA43B;QAE74B,kBAAkB,GAAG,osBAAosB;QAEztB,WAAW,GAAG,kqBAAkqB;QAEhrB,gBAAgB,GAAG,uoBAAuoB;QAE1pB,iBAAiB,GAAG,oiCAAoiC;QAExjC,qBAAqB,GAAG,syBAAsyB;QAE9zB,gBAAgB,GAAG,wdAAwd;QAE3e,eAAe,GAAG,koBAAkoB;QAEppB,kBAAkB,GAAG,wnBAAwnB;QAE7oB,YAAY,GAAG,uYAAuY;QAEtZ,kBAAkB,GAAG,0gBAA0gB;QAE/hB,iBAAiB,GAAG,0cAA0c;QAE9d,UAAU,GAAG,itCAAitC;QAE9tC,cAAc,GAAG,+3BAA+3B;QAEh5B,aAAa,GAAG,skBAAskB;QAEtlB,kBAAkB,GAAG,+gBAA+gB;QAEpiB,mBAAmB,GAAG,8hBAA8hB;QAEpjB,cAAc,GAAG,0kBAA0kB;QAE3lB,oBAAoB,GAAG,kiBAAkiB;QAEzjB,iBAAiB,GAAG,ynBAAynB;QAE7oB,cAAc,GAAG,01DAA01D;QAE32D,mBAAmB,GAAG,wfAAwf;QAE9gB,YAAY,GAAG,wdAAwd;QAEve,iBAAiB,GAAG,geAAge;QAEpf,cAAc,GAAG,wvBAAwvB;QAEzwB,oBAAoB,GAAG,+1BAA+1B;QAEt3B,UAAU,GAAG,qtBAAqtB;QAEluB,WAAW,GAAG,2cAA2c;QAEzd,gBAAgB,GAAG,kdAAkd;QAEre,WAAW,GAAG,0aAA0a;QAExb,sBAAsB,GAAG,6hBAA6hB;QAEtjB,gBAAgB,GAAG,idAAid;QAEpe,iBAAiB,GAAG,8oBAA8oB;QAElqB,iBAAiB,GAAG,6pBAA6pB;QAEjrB,WAAW,GAAG,giBAAgiB;QAE9iB,gBAAgB,GAAG,44BAA44B;QAE/5B,cAAc,GAAG,0zBAA0zB;QAE30B,mBAAmB,GAAG,4lBAA4lB;QAElnB,kBAAkB,GAAG,+lBAA+lB;QAEpnB,aAAa,GAAG,0gBAA0gB;QAE1hB,kBAAkB,GAAG,+fAA+f;QAEphB,eAAe,GAAG,uqCAAuqC;QAEzrC,oBAAoB,GAAG,g/JAAg/J;QAEvgK,gBAAgB,GAAG,wnBAAwnB;QAE3oB,eAAe,GAAG,oeAAoe;QAEtf,aAAa,GAAG,ueAAue;QAEvf,YAAY,GAAG,6iBAA6iB;QAE5jB,iBAAiB,GAAG,6gBAA6gB;QAEjiB,eAAe,GAAG,igBAAigB;QAEnhB,oBAAoB,GAAG,6eAA6e;QAEpgB,WAAW,GAAG,2iBAA2iB;QAEzjB,gBAAgB,GAAG,6hBAA6hB;QAEhjB,WAAW,GAAG,0cAA0c;QAExd,gBAAgB,GAAG,idAAid;QAEpe,yBAAyB,GAAG,+fAA+f;QAE3hB,qBAAqB,GAAG,mgBAAmgB;QAE3hB,cAAc,GAAG,moBAAmoB;QAEppB,oBAAoB,GAAG,6jBAA6jB;QAEplB,qBAAqB,GAAG,orCAAorC;QAE5sC,uBAAuB,GAAG,8qCAA8qC;QAExsC,iBAAiB,GAAG,8gBAA8gB;QAEliB,sBAAsB,GAAG,ouBAAouB;QAE7vB,sBAAsB,GAAG,2rBAA2rB;QAEptB,eAAe,GAAG,m0BAAm0B;QAEr1B,WAAW,GAAG,mnBAAmnB;QAEjoB,gBAAgB,GAAG,goBAAgoB;QAEnpB,gBAAgB,GAAG,wcAAwc;QAE3d,qBAAqB,GAAG,kcAAkc;QAE1d,eAAe,GAAG,+ZAA+Z;QAEjb,oBAAoB,GAAG,uaAAua;QAE9b,cAAc,GAAG,+nBAA+nB;QAEhpB,mBAAmB,GAAG,2oBAA2oB;QAEjqB,uBAAuB,GAAG,ooBAAooB;QAE9pB,YAAY,GAAG,4qBAA4qB;QAE3rB,iBAAiB,GAAG,iiBAAiiB;QAErjB,qBAAqB,GAAG,meAAme;QAE3f,WAAW,GAAG,qlBAAqlB;QAEnmB,gBAAgB,GAAG,u5BAAu5B;QAE16B,aAAa,GAAG,siBAAsiB;QAEtjB,kBAAkB,GAAG,8fAA8f;QAEnhB,WAAW,GAAG,ulBAAulB;QAErmB,YAAY,GAAG,0sBAA0sB;QAEztB,YAAY,GAAG,qlBAAqlB;QAEpmB,iBAAiB,GAAG,qhBAAqhB;QAEziB,oBAAoB,GAAG,sfAAsf;QAE7gB,WAAW,GAAG,w1CAAw1C;QAEt2C,eAAe,GAAG,wwCAAwwC;QAE1xC,mBAAmB,GAAG,sfAAsf;QAE5gB,mBAAmB,GAAG,gnBAAgnB;QAEtoB,kBAAkB,GAAG;;QCrYZ,YAAY,GAAG;QACxB,iBAAiB,mBAAA;QACjB,gBAAgB,kBAAA;QAChB,aAAa,eAAA;QACb,YAAY,cAAA;QACZ,iBAAiB,mBAAA;QACjB,iBAAiB,mBAAA;QACjB,kBAAkB,oBAAA;QAClB,WAAW,aAAA;QACX,YAAY,cAAA;QACZ,iBAAiB,mBAAA;QACjB,cAAc,gBAAA;MAChB;QAEW,WAAW,yBACjB,YAAY,KACf,uBAAuB,yBAAA;QACvB,kBAAkB,oBAAA;QAClB,uBAAuB,yBAAA;QACvB,kBAAkB,oBAAA;QAClB,eAAe,iBAAA;QACf,oBAAoB,sBAAA;QACpB,uBAAuB,yBAAA;QACvB,gBAAgB,kBAAA;QAChB,cAAc,gBAAA;QACd,WAAW,aAAA;QACX,kBAAkB,oBAAA;QAClB,gBAAgB,kBAAA;QAChB,WAAW,aAAA;QACX,gBAAgB,kBAAA;QAChB,gBAAgB,kBAAA;QAChB,qBAAqB,uBAAA;QACrB,iBAAiB,mBAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|