@unisphere/nx 3.21.0 → 3.23.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.
Files changed (64) hide show
  1. package/dist/generators/add-documentation/add-documentation.d.ts.map +1 -1
  2. package/dist/generators/add-documentation/add-documentation.js +7 -0
  3. package/dist/generators/add-documentation/discover-typedoc-plugins.d.ts +23 -0
  4. package/dist/generators/add-documentation/discover-typedoc-plugins.d.ts.map +1 -0
  5. package/dist/generators/add-documentation/discover-typedoc-plugins.js +128 -0
  6. package/dist/generators/add-documentation/templates/docusaurus.config.ts.template +2 -1
  7. package/dist/generators/add-documentation/templates/package.json.template +2 -1
  8. package/dist/generators/add-documentation/templates/plugins/discover-typedoc-plugins.mjs +156 -0
  9. package/dist/generators/add-documentation/templates/plugins/typedoc-plugins.ts.template +7 -0
  10. package/dist/generators/add-documentation/templates/src/theme/Navbar/Content/index.tsx +8 -0
  11. package/dist/generators/change-package-scope/change-package-scope.d.ts +23 -0
  12. package/dist/generators/change-package-scope/change-package-scope.d.ts.map +1 -0
  13. package/dist/generators/change-package-scope/change-package-scope.js +345 -0
  14. package/dist/generators/change-package-scope/schema.d.ts +4 -0
  15. package/dist/generators/change-package-scope/schema.json +24 -0
  16. package/dist/generators/change-package-scope/utils.d.ts +38 -0
  17. package/dist/generators/change-package-scope/utils.d.ts.map +1 -0
  18. package/dist/generators/change-package-scope/utils.js +116 -0
  19. package/dist/migrations/3-23-0/update-documentation-typedoc-plugins.d.ts +12 -0
  20. package/dist/migrations/3-23-0/update-documentation-typedoc-plugins.d.ts.map +1 -0
  21. package/dist/migrations/3-23-0/update-documentation-typedoc-plugins.js +160 -0
  22. package/generators.json +5 -0
  23. package/migrations.json +8 -0
  24. package/package.json +1 -1
  25. package/dist/generators/add-documentation/templates/static/docs/overview/unisphere-for-dummies-1.png +0 -0
  26. package/dist/generators/add-documentation/templates/static/docs/overview/unisphere-for-dummies-2.png +0 -0
  27. package/dist/generators/add-documentation/templates/static/docs/overview/unisphere-for-dummies-3.png +0 -0
  28. package/dist/generators/add-documentation/templates/static/docs/overview/unisphere-for-dummies-4.png +0 -0
  29. package/dist/generators/add-documentation/templates/static/homepage/divider.svg +0 -5
  30. package/dist/generators/add-documentation/templates/static/homepage/icons/Architecture.svg +0 -4
  31. package/dist/generators/add-documentation/templates/static/homepage/icons/Cost.svg +0 -4
  32. package/dist/generators/add-documentation/templates/static/homepage/icons/ExternalLink.svg +0 -3
  33. package/dist/generators/add-documentation/templates/static/homepage/icons/Infra.svg +0 -8
  34. package/dist/generators/add-documentation/templates/static/homepage/icons/Redundancies.svg +0 -6
  35. package/dist/generators/add-documentation/templates/static/homepage/icons/Speed.svg +0 -6
  36. package/dist/generators/add-documentation/templates/static/homepage/icons/Standards.svg +0 -4
  37. package/dist/generators/add-documentation/templates/static/homepage/icons/Unified.svg +0 -12
  38. package/dist/generators/add-documentation/templates/static/homepage/services/custo.jpg +0 -0
  39. package/dist/generators/add-documentation/templates/static/homepage/services/flame.jpg +0 -0
  40. package/dist/generators/add-documentation/templates/static/homepage/services/keepr.jpg +0 -0
  41. package/dist/generators/add-documentation/templates/static/homepage/services/loggi.jpg +0 -0
  42. package/dist/generators/add-documentation/templates/static/homepage/services/palleto.jpg +0 -0
  43. package/dist/generators/add-documentation/templates/static/homepage/services/publi.jpg +0 -0
  44. package/dist/generators/add-documentation/templates/static/homepage/services/tinker.jpg +0 -0
  45. package/dist/generators/add-documentation/templates/static/img/logo_big.svg +0 -12
  46. package/dist/generators/add-documentation/templates/static/img/logo_big_dark.svg +0 -12
  47. package/dist/generators/add-documentation/templates/static/img/unisphere-social-card.jpg +0 -0
  48. package/dist/generators/add-documentation/templates/static/llm/INTEGRATE.md +0 -497
  49. package/dist/generators/add-documentation/templates/static/team/amirc.jpeg +0 -0
  50. package/dist/generators/add-documentation/templates/static/team/erans.jpeg +0 -0
  51. package/dist/generators/add-documentation/templates/static/team/hadass.jpeg +0 -0
  52. package/dist/generators/add-documentation/templates/static/team/hillelc.jpeg +0 -0
  53. package/dist/generators/add-documentation/templates/static/team/idoz.jpeg +0 -0
  54. package/dist/generators/add-documentation/templates/static/team/lianb.jpeg +0 -0
  55. package/dist/generators/add-documentation/templates/static/team/nirb.jpeg +0 -0
  56. package/dist/generators/add-documentation/templates/static/team/nivs.jpeg +0 -0
  57. package/dist/generators/add-documentation/templates/static/team/omric.jpeg +0 -0
  58. package/dist/generators/add-documentation/templates/static/team/roeed.jpeg +0 -0
  59. package/dist/generators/add-documentation/templates/static/team/sivana.jpeg +0 -0
  60. package/dist/generators/add-documentation/templates/static/team/stask.png +0 -0
  61. package/dist/generators/add-documentation/templates/static/team/tanyal.jpeg +0 -0
  62. package/dist/generators/add-documentation/templates/static/team/tomere.jpeg +0 -0
  63. package/dist/generators/add-documentation/templates/static/team/tornikem.jpeg +0 -0
  64. package/dist/generators/add-documentation/templates/static/team/yairn.jpeg +0 -0
@@ -0,0 +1,160 @@
1
+ "use strict";
2
+ /**
3
+ * Migration: Add TypeDoc plugin auto-discovery to documentation sites
4
+ *
5
+ * For each documentation site under unisphere/documentation/:
6
+ * - Creates plugins/discover-typedoc-plugins.mjs (re-discovery script)
7
+ * - Creates plugins/typedoc-plugins.ts (auto-discovered plugin config)
8
+ * - Updates docusaurus.config.ts to import from ./plugins/typedoc-plugins
9
+ * - Adds "discover-plugins" script to the site's package.json
10
+ */
11
+ Object.defineProperty(exports, "__esModule", { value: true });
12
+ exports.default = update;
13
+ const devkit_1 = require("@nx/devkit");
14
+ const fs_1 = require("fs");
15
+ const path_1 = require("path");
16
+ const discover_typedoc_plugins_1 = require("../../generators/add-documentation/discover-typedoc-plugins");
17
+ const TYPEDOC_IMPORT = "import typedocPlugins from './plugins/typedoc-plugins';";
18
+ /**
19
+ * Inserts the typedocPlugins import after the last import statement.
20
+ */
21
+ function addTypedocImport(content) {
22
+ if (content.includes(TYPEDOC_IMPORT))
23
+ return content;
24
+ const lines = content.split('\n');
25
+ let lastImportIndex = -1;
26
+ for (let i = 0; i < lines.length; i++) {
27
+ if (lines[i].startsWith('import '))
28
+ lastImportIndex = i;
29
+ }
30
+ if (lastImportIndex === -1)
31
+ return content;
32
+ lines.splice(lastImportIndex + 1, 0, TYPEDOC_IMPORT);
33
+ return lines.join('\n');
34
+ }
35
+ /**
36
+ * Replaces the plugins: [...] array (possibly multi-line) with plugins: typedocPlugins,
37
+ * Uses bracket counting to handle nested arrays safely.
38
+ */
39
+ function replacePluginsSection(content) {
40
+ const pluginsMatch = content.match(/(\n[ \t]*plugins:\s*)\[/);
41
+ if (!pluginsMatch || pluginsMatch.index === undefined)
42
+ return content;
43
+ const bracketStart = pluginsMatch.index + pluginsMatch[0].length - 1;
44
+ // Count brackets to find closing ]
45
+ let depth = 0;
46
+ let i = bracketStart;
47
+ while (i < content.length) {
48
+ if (content[i] === '[')
49
+ depth++;
50
+ else if (content[i] === ']') {
51
+ depth--;
52
+ if (depth === 0)
53
+ break;
54
+ }
55
+ i++;
56
+ }
57
+ // i is at closing ], consume optional comma and rest of line
58
+ const lineEnd = content.indexOf('\n', i);
59
+ const fullSection = content.substring(pluginsMatch.index + 1, // skip leading \n
60
+ lineEnd + 1);
61
+ const indent = pluginsMatch[1].replace('\n', '');
62
+ return content.replace(fullSection, `${indent}typedocPlugins,\n`);
63
+ }
64
+ async function update(tree) {
65
+ devkit_1.logger.info('🔄 Adding TypeDoc plugin auto-discovery to documentation sites...');
66
+ // Read discover script from generator templates
67
+ const discoverScriptContent = (0, fs_1.readFileSync)((0, path_1.join)(__dirname, '../../generators/add-documentation/templates/plugins/discover-typedoc-plugins.mjs'), 'utf-8');
68
+ const docsBasePath = 'unisphere/documentation';
69
+ if (!tree.exists(docsBasePath)) {
70
+ devkit_1.logger.info('ℹ️ No documentation sites found, skipping');
71
+ return;
72
+ }
73
+ const docsSites = tree.children(docsBasePath);
74
+ if (docsSites.length === 0) {
75
+ devkit_1.logger.info('ℹ️ No documentation sites found, skipping');
76
+ return;
77
+ }
78
+ let createdCount = 0;
79
+ let updatedCount = 0;
80
+ let skippedCount = 0;
81
+ for (const site of docsSites) {
82
+ const sitePath = `${docsBasePath}/${site}`;
83
+ try {
84
+ // 1. Create plugins/discover-typedoc-plugins.mjs (idempotent)
85
+ const discoverScriptPath = `${sitePath}/plugins/discover-typedoc-plugins.mjs`;
86
+ const existingDiscoverScript = tree.exists(discoverScriptPath)
87
+ ? tree.read(discoverScriptPath, 'utf-8') || ''
88
+ : null;
89
+ if (existingDiscoverScript?.trim() === discoverScriptContent.trim()) {
90
+ devkit_1.logger.info(`ℹ️ ${discoverScriptPath} already up to date`);
91
+ }
92
+ else {
93
+ tree.write(discoverScriptPath, discoverScriptContent);
94
+ devkit_1.logger.info(`✅ ${existingDiscoverScript === null ? 'Created' : 'Updated'} ${discoverScriptPath}`);
95
+ }
96
+ // 2. Create plugins/typedoc-plugins.ts with auto-discovered content (idempotent)
97
+ const typedocPluginsPath = `${sitePath}/plugins/typedoc-plugins.ts`;
98
+ const discovered = (0, discover_typedoc_plugins_1.discoverTypedocPlugins)(tree, sitePath);
99
+ const pluginsCode = (0, discover_typedoc_plugins_1.buildTypedocPluginsCode)(discovered);
100
+ const typedocPluginsContent = `// Auto-generated by plugins/discover-typedoc-plugins.mjs\n` +
101
+ `// Run "npm run discover-plugins" to regenerate\n` +
102
+ `\n` +
103
+ `// eslint-disable-next-line @typescript-eslint/no-explicit-any\n` +
104
+ `const typedocPlugins: any[] = ${pluginsCode};\n` +
105
+ `\n` +
106
+ `export default typedocPlugins;\n`;
107
+ const existingTypedocPlugins = tree.exists(typedocPluginsPath)
108
+ ? tree.read(typedocPluginsPath, 'utf-8') || ''
109
+ : null;
110
+ if (existingTypedocPlugins?.trim() === typedocPluginsContent.trim()) {
111
+ devkit_1.logger.info(`ℹ️ ${typedocPluginsPath} already up to date`);
112
+ }
113
+ else {
114
+ tree.write(typedocPluginsPath, typedocPluginsContent);
115
+ devkit_1.logger.info(`✅ ${existingTypedocPlugins === null ? 'Created' : 'Updated'} ${typedocPluginsPath} (${discovered.length} package(s) discovered)`);
116
+ }
117
+ // 3. Update docusaurus.config.ts
118
+ const configPath = `${sitePath}/docusaurus.config.ts`;
119
+ if (tree.exists(configPath)) {
120
+ let configContent = tree.read(configPath, 'utf-8') || '';
121
+ if (configContent.includes(TYPEDOC_IMPORT)) {
122
+ devkit_1.logger.info(`ℹ️ ${configPath} already migrated, skipping`);
123
+ skippedCount++;
124
+ }
125
+ else {
126
+ configContent = addTypedocImport(configContent);
127
+ configContent = replacePluginsSection(configContent);
128
+ tree.write(configPath, configContent);
129
+ devkit_1.logger.info(`✅ Updated ${configPath}`);
130
+ updatedCount++;
131
+ }
132
+ }
133
+ else {
134
+ devkit_1.logger.warn(`⚠️ ${configPath} not found, skipping config update`);
135
+ }
136
+ // 4. Add discover-plugins script to package.json
137
+ const pkgPath = `${sitePath}/package.json`;
138
+ if (tree.exists(pkgPath)) {
139
+ const pkg = (0, devkit_1.readJson)(tree, pkgPath);
140
+ if (!pkg.scripts?.['discover-plugins']) {
141
+ pkg.scripts = pkg.scripts || {};
142
+ pkg.scripts['discover-plugins'] =
143
+ 'node plugins/discover-typedoc-plugins.mjs';
144
+ (0, devkit_1.writeJson)(tree, pkgPath, pkg);
145
+ devkit_1.logger.info(`✅ Added discover-plugins script to ${pkgPath}`);
146
+ }
147
+ else {
148
+ devkit_1.logger.info(`ℹ️ discover-plugins script already exists in ${pkgPath}`);
149
+ }
150
+ }
151
+ createdCount++;
152
+ }
153
+ catch (error) {
154
+ const msg = error instanceof Error ? error.message : 'Unknown error';
155
+ devkit_1.logger.warn(`⚠️ Failed to update ${sitePath}: ${msg}`);
156
+ }
157
+ }
158
+ devkit_1.logger.info(`✅ Processed ${docsSites.length} documentation site(s): ${createdCount} processed, ${skippedCount} skipped`);
159
+ await (0, devkit_1.formatFiles)(tree);
160
+ }
package/generators.json CHANGED
@@ -30,6 +30,11 @@
30
30
  "schema": "./dist/generators/rename-package/schema.json",
31
31
  "description": "Rename a unisphere package and update all references"
32
32
  },
33
+ "change-package-scope": {
34
+ "factory": "./dist/generators/change-package-scope/change-package-scope",
35
+ "schema": "./dist/generators/change-package-scope/schema.json",
36
+ "description": "Change a package's npm scope by moving it between subdirectories"
37
+ },
33
38
  "remove": {
34
39
  "factory": "./dist/generators/remove/remove",
35
40
  "schema": "./dist/generators/remove/schema.json",
package/migrations.json CHANGED
@@ -378,6 +378,14 @@
378
378
  "cli": {
379
379
  "postUpdateMessage": "✅ ESLint ignoredFiles updated to cover vite.config.{ts,mts,js,mjs} and rollup.config.{js,mjs}"
380
380
  }
381
+ },
382
+ "3-23-0-update-documentation-typedoc-plugins": {
383
+ "version": "3.23.0",
384
+ "description": "Adds TypeDoc plugin auto-discovery to documentation sites",
385
+ "factory": "./dist/migrations/3-23-0/update-documentation-typedoc-plugins.js",
386
+ "cli": {
387
+ "postUpdateMessage": "✅ TypeDoc plugin auto-discovery added to documentation sites. Run 'npm run discover-plugins' inside any docs site to refresh plugins."
388
+ }
381
389
  }
382
390
  },
383
391
  "packageJsonUpdates": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unisphere/nx",
3
- "version": "3.21.0",
3
+ "version": "3.23.0",
4
4
  "private": false,
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -1,5 +0,0 @@
1
- <svg width="1280" height="102" viewBox="0 0 1280 102" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M-369 51L-364.188 43.1783L-359.376 35.5491L-354.564 28.3005L-349.752 21.6107L-344.94 15.6447L-340.128 10.5491L-335.316 6.44967L-330.504 3.44717L-325.692 1.61558L-320.88 1L-316.068 1.61558L-311.256 3.44717L-306.444 6.44967L-301.632 10.5491L-296.82 15.6447L-292.008 21.6107L-287.195 28.3005L-282.383 35.5491L-277.571 43.1783L-272.759 51L-267.947 58.8217L-263.135 66.4509L-258.323 73.6995L-253.511 80.3893L-248.699 86.3553L-243.887 91.4509L-239.075 95.5503L-234.263 98.5528L-229.451 100.384L-224.639 101L-219.827 100.384L-215.015 98.5528L-210.203 95.5503L-205.391 91.4509L-200.579 86.3553L-195.767 80.3893L-190.955 73.6995L-186.143 66.4509L-181.331 58.8217L-176.519 51L-171.707 43.1783L-166.895 35.5491L-162.083 28.3005L-157.271 21.6107L-152.459 15.6447L-147.647 10.5491L-142.835 6.44967L-138.023 3.44717L-133.211 1.61558L-128.399 1L-123.586 1.61558L-118.774 3.44717L-113.962 6.44967L-109.15 10.5491L-104.338 15.6447L-99.5263 21.6107L-94.7143 28.3005L-89.9023 35.5491L-85.0902 43.1783L-80.2782 51L-75.4662 58.8217L-70.6541 66.4509L-65.8421 73.6995L-61.0301 80.3893L-56.218 86.3553L-51.406 91.4509L-46.594 95.5503L-41.782 98.5528L-36.9699 100.384L-32.1579 101L-27.3459 100.384L-22.5338 98.5528L-17.7218 95.5503L-12.9098 91.4509L-8.09775 86.3553L-3.28574 80.3893L1.52631 73.6995L6.33832 66.4509L11.1504 58.8217L15.9624 51L20.7744 43.1783L25.5865 35.5491L30.3985 28.3005L35.2105 21.6107L40.0225 15.6447L44.8346 10.5491L49.6466 6.44967L54.4586 3.44717L59.2707 1.61558L64.0827 1L68.8947 1.61558L73.7068 3.44717L78.5188 6.44967L83.3308 10.5491L88.1428 15.6447L92.9549 21.6107L97.7669 28.3005L102.579 35.5491L107.391 43.1783L112.203 51L117.015 58.8217L121.827 66.4509L126.639 73.6995L131.451 80.3893L136.263 86.3553L141.075 91.4509L145.887 95.5503L150.699 98.5528L155.511 100.384L160.323 101L165.135 100.384L169.947 98.5528L174.759 95.5503L179.571 91.4509L184.383 86.3553L189.195 80.3893L194.008 73.6995L198.82 66.4509L203.632 58.8217L208.444 51L213.256 43.1783L218.068 35.5491L222.88 28.3005L227.692 21.6107L232.504 15.6447L237.316 10.5491L242.128 6.44967L246.94 3.44717L251.752 1.61558L256.564 1L261.376 1.61558L266.188 3.44717L271 6.44967L275.812 10.5491L280.624 15.6447L285.436 21.6107L290.248 28.3005L295.06 35.5491L299.872 43.1783L304.684 51L309.496 58.8217L314.308 66.4509L319.12 73.6995L323.932 80.3893L328.744 86.3553L333.556 91.4509L338.368 95.5503L343.18 98.5528L347.992 100.384L352.805 101L357.617 100.384L362.429 98.5528L367.241 95.5503L372.053 91.4509L376.865 86.3553L381.677 80.3893L386.489 73.6995L391.301 66.4509L396.113 58.8217L400.925 51L405.737 43.1783L410.549 35.5491L415.361 28.3005L420.173 21.6107L424.985 15.6447L429.797 10.5491L434.609 6.44967L439.421 3.44717L444.233 1.61558L449.045 1L453.857 1.61558L458.669 3.44717L463.481 6.44967L468.293 10.5491L473.105 15.6447L477.917 21.6107L482.729 28.3005L487.541 35.5491L492.353 43.1783L497.165 51L501.977 58.8217L506.789 66.4509L511.601 73.6995L516.414 80.3893L521.226 86.3553L526.038 91.4509L530.85 95.5503L535.662 98.5528L540.474 100.384L545.286 101L550.098 100.384L554.91 98.5528L559.722 95.5503L564.534 91.4509L569.346 86.3553L574.158 80.3893L578.97 73.6995L583.782 66.4509L588.594 58.8217L593.406 51L598.218 43.1783L603.03 35.5491L607.842 28.3005L612.654 21.6107L617.466 15.6447L622.278 10.5491L627.09 6.44967L631.902 3.44717L636.714 1.61558L641.526 1L646.338 1.61558L651.15 3.44717L655.962 6.44967L660.774 10.5491L665.586 15.6447L670.398 21.6107L675.21 28.3005L680.022 35.5491L684.835 43.1783L689.647 51L694.459 58.8217L699.271 66.4509L704.083 73.6995L708.895 80.3893L713.707 86.3553L718.519 91.4509L723.331 95.5503L728.143 98.5528L732.955 100.384L737.767 101L742.579 100.384L747.391 98.5528L752.203 95.5503L757.015 91.4509L761.827 86.3553L766.639 80.3893L771.451 73.6995L776.263 66.4509L781.075 58.8217L785.887 51L790.699 43.1783L795.511 35.5491L800.323 28.3005L805.135 21.6107L809.947 15.6447L814.759 10.5491L819.571 6.44967L824.383 3.44717L829.195 1.61558L834.007 1L838.819 1.61558L843.631 3.44717L848.444 6.44967L853.256 10.5491L858.068 15.6447L862.88 21.6107L867.692 28.3005L872.504 35.5491L877.316 43.1783L882.128 51L886.94 58.8217L891.752 66.4509L896.564 73.6995L901.376 80.3893L906.188 86.3553L911 91.4509L915.812 95.5503L920.624 98.5528L925.436 100.384L930.248 101L935.06 100.384L939.872 98.5528L944.684 95.5503L949.496 91.4509L954.308 86.3553L959.12 80.3893L963.932 73.6995L968.744 66.4509L973.556 58.8217L978.368 51L983.18 43.1783L987.992 35.5491L992.804 28.3005L997.616 21.6107L1002.43 15.6447L1007.24 10.5491L1012.05 6.44967L1016.86 3.44717L1021.68 1.61558L1026.49 1L1031.3 1.61558L1036.11 3.44717L1040.92 6.44967L1045.74 10.5491L1050.55 15.6447L1055.36 21.6107L1060.17 28.3005L1064.98 35.5491L1069.8 43.1783L1074.61 51L1079.42 58.8217L1084.23 66.4509L1089.05 73.6995L1093.86 80.3893L1098.67 86.3553L1103.48 91.4509L1108.29 95.5503L1113.11 98.5528L1117.92 100.384L1122.73 101L1127.54 100.384L1132.35 98.5528L1137.17 95.5503L1141.98 91.4509L1146.79 86.3553L1151.6 80.3893L1156.41 73.6995L1161.23 66.4509L1166.04 58.8217L1170.85 51L1175.66 43.1783L1180.47 35.5491L1185.29 28.3005L1190.1 21.6107L1194.91 15.6447L1199.72 10.5491L1204.53 6.44967L1209.35 3.44717L1214.16 1.61558L1218.97 1L1223.78 1.61558L1228.59 3.44717L1233.41 6.44967L1238.22 10.5491L1243.03 15.6447L1247.84 21.6107L1252.65 28.3005L1257.47 35.5491L1262.28 43.1783L1267.09 51L1271.9 58.8217L1276.71 66.4509L1281.53 73.6995L1286.34 80.3893L1291.15 86.3553L1295.96 91.4509L1300.77 95.5503L1305.59 98.5528L1310.4 100.384L1315.21 101L1320.02 100.384L1324.83 98.5528L1329.65 95.5503L1334.46 91.4509L1339.27 86.3553L1344.08 80.3893L1348.89 73.6995L1353.71 66.4509L1358.52 58.8217L1363.33 51L1368.14 43.1783L1372.95 35.5491L1377.77 28.3005L1382.58 21.6107L1387.39 15.6447L1392.2 10.5491L1397.01 6.44967L1401.83 3.44717L1406.64 1.61558L1411.45 1L1416.26 1.61558L1421.08 3.44717L1425.89 6.44967L1430.7 10.5491L1435.51 15.6447L1440.32 21.6107L1445.14 28.3005L1449.95 35.5491L1454.76 43.1783L1459.57 51L1464.38 58.8217L1469.2 66.4509L1474.01 73.6995L1478.82 80.3893L1483.63 86.3553L1488.44 91.4509L1493.26 95.5503L1498.07 98.5528L1502.88 100.384L1507.69 101L1512.5 100.384L1517.32 98.5528L1522.13 95.5503L1526.94 91.4509L1531.75 86.3553L1536.56 80.3893L1541.38 73.6995L1546.19 66.4509L1551 58.8217" fill="#FF9DFF"/>
3
- <path d="M-369 51L-364.188 43.1783L-359.376 35.5491L-354.564 28.3005L-349.752 21.6107L-344.94 15.6447L-340.128 10.5491L-335.316 6.44967L-330.504 3.44717L-325.692 1.61558L-320.88 1L-316.068 1.61558L-311.256 3.44717L-306.444 6.44967L-301.632 10.5491L-296.82 15.6447L-292.008 21.6107L-287.195 28.3005L-282.383 35.5491L-277.571 43.1783L-272.759 51L-267.947 58.8217L-263.135 66.4509L-258.323 73.6995L-253.511 80.3893L-248.699 86.3553L-243.887 91.4509L-239.075 95.5503L-234.263 98.5528L-229.451 100.384L-224.639 101L-219.827 100.384L-215.015 98.5528L-210.203 95.5503L-205.391 91.4509L-200.579 86.3553L-195.767 80.3893L-190.955 73.6995L-186.143 66.4509L-181.331 58.8217L-176.519 51L-171.707 43.1783L-166.895 35.5491L-162.083 28.3005L-157.271 21.6107L-152.459 15.6447L-147.647 10.5491L-142.835 6.44967L-138.023 3.44717L-133.211 1.61558L-128.399 1L-123.586 1.61558L-118.774 3.44717L-113.962 6.44967L-109.15 10.5491L-104.338 15.6447L-99.5263 21.6107L-94.7143 28.3005L-89.9023 35.5491L-85.0902 43.1783L-80.2782 51L-75.4662 58.8217L-70.6542 66.4509L-65.8421 73.6995L-61.0301 80.3893L-56.2181 86.3553L-51.406 91.4509L-46.594 95.5503L-41.782 98.5528L-36.9699 100.384L-32.1579 101L-27.3459 100.384L-22.5339 98.5528L-17.7218 95.5503L-12.9098 91.4509L-8.09776 86.3553L-3.28573 80.3893L1.5263 73.6995L6.33833 66.4509L11.1504 58.8217L15.9624 51L20.7744 43.1783L25.5864 35.5491L30.3985 28.3005L35.2105 21.6107L40.0225 15.6447L44.8346 10.5491L49.6466 6.44967L54.4586 3.44717L59.2707 1.61558L64.0827 1L68.8947 1.61558L73.7067 3.44717L78.5188 6.44967L83.3308 10.5491L88.1428 15.6447L92.9549 21.6107L97.7669 28.3005L102.579 35.5491L107.391 43.1783L112.203 51L117.015 58.8217L121.827 66.4509L126.639 73.6995L131.451 80.3893L136.263 86.3553L141.075 91.4509L145.887 95.5503L150.699 98.5528L155.511 100.384L160.323 101L165.135 100.384L169.947 98.5528L174.759 95.5503L179.571 91.4509L184.383 86.3553L189.195 80.3893L194.007 73.6995L198.82 66.4509L203.632 58.8217L208.444 51L213.256 43.1783L218.068 35.5491L222.88 28.3005L227.692 21.6107L232.504 15.6447L237.316 10.5491L242.128 6.44967L246.94 3.44717L251.752 1.61558L256.564 1L261.376 1.61558L266.188 3.44717L271 6.44967L275.812 10.5491L280.624 15.6447L285.436 21.6107L290.248 28.3005L295.06 35.5491L299.872 43.1783L304.684 51L309.496 58.8217L314.308 66.4509L319.12 73.6995L323.932 80.3893L328.744 86.3553L333.556 91.4509L338.368 95.5503L343.18 98.5528L347.992 100.384L352.804 101L357.617 100.384L362.429 98.5528L367.241 95.5503L372.053 91.4509L376.865 86.3553L381.677 80.3893L386.489 73.6995L391.301 66.4509L396.113 58.8217L400.925 51L405.737 43.1783L410.549 35.5491L415.361 28.3005L420.173 21.6107L424.985 15.6447L429.797 10.5491L434.609 6.44967L439.421 3.44717L444.233 1.61558L449.045 1L453.857 1.61558L458.669 3.44717L463.481 6.44967L468.293 10.5491L473.105 15.6447L477.917 21.6107L482.729 28.3005L487.541 35.5491L492.353 43.1783L497.165 51L501.977 58.8217L506.789 66.4509L511.601 73.6995L516.413 80.3893L521.226 86.3553L526.038 91.4509L530.85 95.5503L535.662 98.5528L540.474 100.384L545.286 101L550.098 100.384L554.91 98.5528L559.722 95.5503L564.534 91.4509L569.346 86.3553L574.158 80.3893L578.97 73.6995L583.782 66.4509L588.594 58.8217L593.406 51L598.218 43.1783L603.03 35.5491L607.842 28.3005L612.654 21.6107L617.466 15.6447L622.278 10.5491L627.09 6.44967L631.902 3.44717L636.714 1.61558L641.526 1L646.338 1.61558L651.15 3.44717L655.962 6.44967L660.774 10.5491L665.586 15.6447L670.398 21.6107L675.21 28.3005L680.023 35.5491L684.835 43.1783L689.647 51L694.459 58.8217L699.271 66.4509L704.083 73.6995L708.895 80.3893L713.707 86.3553L718.519 91.4509L723.331 95.5503L728.143 98.5528L732.955 100.384L737.767 101L742.579 100.384L747.391 98.5528L752.203 95.5503L757.015 91.4509L761.827 86.3553L766.639 80.3893L771.451 73.6995L776.263 66.4509L781.075 58.8217L785.887 51L790.699 43.1783L795.511 35.5491L800.323 28.3005L805.135 21.6107L809.947 15.6447L814.759 10.5491L819.571 6.44967L824.383 3.44717L829.195 1.61558L834.007 1L838.819 1.61558L843.632 3.44717L848.444 6.44967L853.256 10.5491L858.068 15.6447L862.88 21.6107L867.692 28.3005L872.504 35.5491L877.316 43.1783L882.128 51L886.94 58.8217L891.752 66.4509L896.564 73.6995L901.376 80.3893L906.188 86.3553L911 91.4509L915.812 95.5503L920.624 98.5528L925.436 100.384L930.248 101L935.06 100.384L939.872 98.5528L944.684 95.5503L949.496 91.4509L954.308 86.3553L959.12 80.3893L963.932 73.6995L968.744 66.4509L973.556 58.8217L978.368 51L983.18 43.1783L987.992 35.5491L992.804 28.3005L997.616 21.6107L1002.43 15.6447L1007.24 10.5491L1012.05 6.44967L1016.86 3.44717L1021.68 1.61558L1026.49 1L1031.3 1.61558L1036.11 3.44717L1040.92 6.44967L1045.74 10.5491L1050.55 15.6447L1055.36 21.6107L1060.17 28.3005L1064.98 35.5491L1069.8 43.1783L1074.61 51L1079.42 58.8217L1084.23 66.4509L1089.05 73.6995L1093.86 80.3893L1098.67 86.3553L1103.48 91.4509L1108.29 95.5503L1113.11 98.5528L1117.92 100.384L1122.73 101L1127.54 100.384L1132.35 98.5528L1137.17 95.5503L1141.98 91.4509L1146.79 86.3553L1151.6 80.3893L1156.41 73.6995L1161.23 66.4509L1166.04 58.8217L1170.85 51L1175.66 43.1783L1180.47 35.5491L1185.29 28.3005L1190.1 21.6107L1194.91 15.6447L1199.72 10.5491L1204.53 6.44967L1209.35 3.44717L1214.16 1.61558L1218.97 1L1223.78 1.61558L1228.59 3.44717L1233.41 6.44967L1238.22 10.5491L1243.03 15.6447L1247.84 21.6107L1252.65 28.3005L1257.47 35.5491L1262.28 43.1783L1267.09 51L1271.9 58.8217L1276.71 66.4509L1281.53 73.6995L1286.34 80.3893L1291.15 86.3553L1295.96 91.4509L1300.77 95.5503L1305.59 98.5528L1310.4 100.384L1315.21 101L1320.02 100.384L1324.83 98.5528L1329.65 95.5503L1334.46 91.4509L1339.27 86.3553L1344.08 80.3893L1348.89 73.6995L1353.71 66.4509L1358.52 58.8217L1363.33 51L1368.14 43.1783L1372.95 35.5491L1377.77 28.3005L1382.58 21.6107L1387.39 15.6447L1392.2 10.5491L1397.01 6.44967L1401.83 3.44717L1406.64 1.61558L1411.45 1L1416.26 1.61558L1421.08 3.44717L1425.89 6.44967L1430.7 10.5491L1435.51 15.6447L1440.32 21.6107L1445.14 28.3005L1449.95 35.5491L1454.76 43.1783L1459.57 51L1464.38 58.8217L1469.2 66.4509L1474.01 73.6995L1478.82 80.3893L1483.63 86.3553L1488.44 91.4509L1493.26 95.5503L1498.07 98.5528L1502.88 100.384L1507.69 101L1512.5 100.384L1517.32 98.5528L1522.13 95.5503L1526.94 91.4509L1531.75 86.3553L1536.56 80.3893L1541.38 73.6995L1546.19 66.4509L1551 58.8217" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/>
4
- <path d="M-272 51L-267.188 43.1783L-262.376 35.5491L-257.564 28.3005L-252.752 21.6107L-247.94 15.6447L-243.128 10.5491L-238.316 6.44967L-233.504 3.44717L-228.692 1.61558L-223.88 1L-219.068 1.61558L-214.256 3.44717L-209.444 6.44967L-204.632 10.5491L-199.82 15.6447L-195.008 21.6107L-190.195 28.3005L-185.383 35.5491L-180.571 43.1783L-175.759 51L-170.947 58.8217L-166.135 66.4509L-161.323 73.6995L-156.511 80.3893L-151.699 86.3553L-146.887 91.4509L-142.075 95.5503L-137.263 98.5528L-132.451 100.384L-127.639 101L-122.827 100.384L-118.015 98.5528L-113.203 95.5503L-108.391 91.4509L-103.579 86.3553L-98.7669 80.3893L-93.9549 73.6995L-89.1429 66.4509L-84.3308 58.8217L-79.5188 51L-74.7068 43.1783L-69.8947 35.5491L-65.0827 28.3005L-60.2707 21.6107L-55.4587 15.6447L-50.6466 10.5491L-45.8346 6.44967L-41.0226 3.44717L-36.2105 1.61558L-31.3985 1L-26.5865 1.61558L-21.7744 3.44717L-16.9624 6.44967L-12.1504 10.5491L-7.33836 15.6447L-2.52633 21.6107L2.2857 28.3005L7.09773 35.5491L11.9098 43.1783L16.7218 51L21.5338 58.8217L26.3458 66.4509L31.1579 73.6995L35.9699 80.3893L40.7819 86.3553L45.594 91.4509L50.406 95.5503L55.218 98.5528L60.0301 100.384L64.8421 101L69.6541 100.384L74.4661 98.5528L79.2782 95.5503L84.0902 91.4509L88.9022 86.3553L93.7143 80.3893L98.5263 73.6995L103.338 66.4509L108.15 58.8217L112.962 51L117.774 43.1783L122.586 35.5491L127.398 28.3005L132.211 21.6107L137.023 15.6447L141.835 10.5491L146.647 6.44967L151.459 3.44717L156.271 1.61558L161.083 1L165.895 1.61558L170.707 3.44717L175.519 6.44967L180.331 10.5491L185.143 15.6447L189.955 21.6107L194.767 28.3005L199.579 35.5491L204.391 43.1783L209.203 51L214.015 58.8217L218.827 66.4509L223.639 73.6995L228.451 80.3893L233.263 86.3553L238.075 91.4509L242.887 95.5503L247.699 98.5528L252.511 100.384L257.323 101L262.135 100.384L266.947 98.5528L271.759 95.5503L276.571 91.4509L281.383 86.3553L286.195 80.3893L291.007 73.6995L295.82 66.4509L300.632 58.8217L305.444 51L310.256 43.1783L315.068 35.5491L319.88 28.3005L324.692 21.6107L329.504 15.6447L334.316 10.5491L339.128 6.44967L343.94 3.44717L348.752 1.61558L353.564 1L358.376 1.61558L363.188 3.44717L368 6.44967L372.812 10.5491L377.624 15.6447L382.436 21.6107L387.248 28.3005L392.06 35.5491L396.872 43.1783L401.684 51L406.496 58.8217L411.308 66.4509L416.12 73.6995L420.932 80.3893L425.744 86.3553L430.556 91.4509L435.368 95.5503L440.18 98.5528L444.992 100.384L449.804 101L454.617 100.384L459.429 98.5528L464.241 95.5503L469.053 91.4509L473.865 86.3553L478.677 80.3893L483.489 73.6995L488.301 66.4509L493.113 58.8217L497.925 51L502.737 43.1783L507.549 35.5491L512.361 28.3005L517.173 21.6107L521.985 15.6447L526.797 10.5491L531.609 6.44967L536.421 3.44717L541.233 1.61558L546.045 1L550.857 1.61558L555.669 3.44717L560.481 6.44967L565.293 10.5491L570.105 15.6447L574.917 21.6107L579.729 28.3005L584.541 35.5491L589.353 43.1783L594.165 51L598.977 58.8217L603.789 66.4509L608.601 73.6995L613.413 80.3893L618.226 86.3553L623.038 91.4509L627.85 95.5503L632.662 98.5528L637.474 100.384L642.286 101L647.098 100.384L651.91 98.5528L656.722 95.5503L661.534 91.4509L666.346 86.3553L671.158 80.3893L675.97 73.6995L680.782 66.4509L685.594 58.8217L690.406 51L695.218 43.1783L700.03 35.5491L704.842 28.3005L709.654 21.6107L714.466 15.6447L719.278 10.5491L724.09 6.44967L728.902 3.44717L733.714 1.61558L738.526 1L743.338 1.61558L748.15 3.44717L752.962 6.44967L757.774 10.5491L762.586 15.6447L767.398 21.6107L772.21 28.3005L777.023 35.5491L781.835 43.1783L786.647 51L791.459 58.8217L796.271 66.4509L801.083 73.6995L805.895 80.3893L810.707 86.3553L815.519 91.4509L820.331 95.5503L825.143 98.5528L829.955 100.384L834.767 101L839.579 100.384L844.391 98.5528L849.203 95.5503L854.015 91.4509L858.827 86.3553L863.639 80.3893L868.451 73.6995L873.263 66.4509L878.075 58.8217L882.887 51L887.699 43.1783L892.511 35.5491L897.323 28.3005L902.135 21.6107L906.947 15.6447L911.759 10.5491L916.571 6.44967L921.383 3.44717L926.195 1.61558L931.007 1L935.819 1.61558L940.632 3.44717L945.444 6.44967L950.256 10.5491L955.068 15.6447L959.88 21.6107L964.692 28.3005L969.504 35.5491L974.316 43.1783L979.128 51L983.94 58.8217L988.752 66.4509L993.564 73.6995L998.376 80.3893L1003.19 86.3553L1008 91.4509L1012.81 95.5503L1017.62 98.5528L1022.44 100.384L1027.25 101L1032.06 100.384L1036.87 98.5528L1041.68 95.5503L1046.5 91.4509L1051.31 86.3553L1056.12 80.3893L1060.93 73.6995L1065.74 66.4509L1070.56 58.8217L1075.37 51L1080.18 43.1783L1084.99 35.5491L1089.8 28.3005L1094.62 21.6107L1099.43 15.6447L1104.24 10.5491L1109.05 6.44967L1113.86 3.44717L1118.68 1.61558L1123.49 1L1128.3 1.61558L1133.11 3.44717L1137.92 6.44967L1142.74 10.5491L1147.55 15.6447L1152.36 21.6107L1157.17 28.3005L1161.98 35.5491L1166.8 43.1783L1171.61 51L1176.42 58.8217L1181.23 66.4509L1186.05 73.6995L1190.86 80.3893L1195.67 86.3553L1200.48 91.4509L1205.29 95.5503L1210.11 98.5528L1214.92 100.384L1219.73 101L1224.54 100.384L1229.35 98.5528L1234.17 95.5503L1238.98 91.4509L1243.79 86.3553L1248.6 80.3893L1253.41 73.6995L1258.23 66.4509L1263.04 58.8217L1267.85 51L1272.66 43.1783L1277.47 35.5491L1282.29 28.3005L1287.1 21.6107L1291.91 15.6447L1296.72 10.5491L1301.53 6.44967L1306.35 3.44717L1311.16 1.61558L1315.97 1L1320.78 1.61558L1325.59 3.44717L1330.41 6.44967L1335.22 10.5491L1340.03 15.6447L1344.84 21.6107L1349.65 28.3005L1354.47 35.5491L1359.28 43.1783L1364.09 51L1368.9 58.8217L1373.71 66.4509L1378.53 73.6995L1383.34 80.3893L1388.15 86.3553L1392.96 91.4509L1397.77 95.5503L1402.59 98.5528L1407.4 100.384L1412.21 101L1417.02 100.384L1421.83 98.5528L1426.65 95.5503L1431.46 91.4509L1436.27 86.3553L1441.08 80.3893L1445.89 73.6995L1450.71 66.4509L1455.52 58.8217L1460.33 51L1465.14 43.1783L1469.95 35.5491L1474.77 28.3005L1479.58 21.6107L1484.39 15.6447L1489.2 10.5491L1494.01 6.44967L1498.83 3.44717L1503.64 1.61558L1508.45 1L1513.26 1.61558L1518.08 3.44717L1522.89 6.44967L1527.7 10.5491L1532.51 15.6447L1537.32 21.6107L1542.14 28.3005L1546.95 35.5491L1551.76 43.1783L1556.57 51L1561.38 58.8217L1566.2 66.4509L1571.01 73.6995L1575.82 80.3893L1580.63 86.3553L1585.44 91.4509L1590.26 95.5503L1595.07 98.5528L1599.88 100.384L1604.69 101L1609.5 100.384L1614.32 98.5528L1619.13 95.5503L1623.94 91.4509L1628.75 86.3553L1633.56 80.3893L1638.38 73.6995L1643.19 66.4509L1648 58.8217" stroke="currentColor" stroke-miterlimit="10" stroke-linecap="square" stroke-linejoin="round"/>
5
- </svg>
@@ -1,4 +0,0 @@
1
- <svg width="84" height="84" viewBox="0 0 84 84" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M59.8688 22.0136C59.7131 21.9933 59.535 21.9956 59.3337 22.0214C55.6328 22.4959 51.4446 28.0352 47.0949 33.7881C43.3969 38.6792 39.582 43.7247 35.8506 45.9434C30.9749 48.8425 25.7826 48.2601 21.3191 47.7595C18.3491 47.4263 15.7017 47.1294 13.6848 47.9184C14.2772 47.919 14.9486 49.1131 15.9002 50.8056C18.1216 54.7567 21.8701 61.4238 29.7056 61.9643C35.2831 62.3491 40.2067 52.1594 45.128 41.9743C49.8516 32.1986 54.5731 22.4272 59.8688 22.0136ZM13.2657 48.1247C12.3123 48.7079 12.0701 49.7782 12.258 51.0751C12.4796 49.6694 12.8317 48.5644 13.2657 48.1247Z" fill="#FF9DFF"/>
3
- <path d="M71.185 61.9643C74.6964 45.9434 69.6048 22.8991 60.6505 22.0212C49.4577 20.9239 40.8984 62.7364 29.7056 61.9643C18.5128 61.1923 15.6597 47.9184 13.6844 47.9184C11.7092 47.9184 10.8753 61.0865 14.5623 61.9643" stroke="currentColor" stroke-linecap="round"/>
4
- </svg>
@@ -1,4 +0,0 @@
1
- <svg width="84" height="84" viewBox="0 0 84 84" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect x="18" y="19" width="50" height="50" fill="#FF9DFF"/>
3
- <path d="M68 69L66.5057 63.4232L62.4232 67.5057L68 69ZM17.6464 19.3536L64.4645 66.1716L65.1716 65.4645L18.3536 18.6464L17.6464 19.3536Z" fill="currentColor"/>
4
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M5 4C4.44772 4 4 4.44772 4 5V19C4 19.5523 4.44772 20 5 20H19C19.5523 20 20 19.5523 20 19V14C20 13.4477 19.5523 13 19 13C18.4477 13 18 13.4477 18 14V18H6V6H10C10.5523 6 11 5.55228 11 5C11 4.44772 10.5523 4 10 4H5ZM14.5 4C13.9477 4 13.5 4.44772 13.5 5C13.5 5.55228 13.9477 6 14.5 6H16.5858L10.2929 12.2929C9.90237 12.6834 9.90237 13.3166 10.2929 13.7071C10.6834 14.0976 11.3166 14.0976 11.7071 13.7071L18 7.41421V9.5C18 10.0523 18.4477 10.5 19 10.5C19.5523 10.5 20 10.0523 20 9.5V5C20 4.44772 19.5523 4 19 4H14.5Z" fill="currentColor"/>
3
- </svg>
@@ -1,8 +0,0 @@
1
- <svg width="84" height="84" viewBox="0 0 84 84" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect x="14.5" y="34.5" width="56" height="31" stroke="currentColor"/>
3
- <path d="M15 35L70 65" stroke="currentColor"/>
4
- <path d="M15 65L70 35" stroke="currentColor"/>
5
- <circle cx="26" cy="26" r="8" fill="#FF9DFF"/>
6
- <circle cx="42" cy="26" r="8" fill="#FF9DFF"/>
7
- <circle cx="58" cy="26" r="8" fill="#FF9DFF"/>
8
- </svg>
@@ -1,6 +0,0 @@
1
- <svg width="84" height="84" viewBox="0 0 84 84" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <rect x="20" y="20" width="44" height="44" fill="#FF9DFF"/>
3
- <circle cx="20" cy="20" r="11.5" stroke="currentColor"/>
4
- <rect x="31.5" y="31.5" width="20" height="21" stroke="currentColor"/>
5
- <path d="M54.6077 73L65 55L75.3923 73H54.6077Z" stroke="currentColor"/>
6
- </svg>
@@ -1,6 +0,0 @@
1
- <svg width="84" height="84" viewBox="0 0 84 84" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M67 43L38.5 59.4545L38.5 26.5455L67 43Z" fill="#FF9DFF"/>
3
- <path opacity="0.5" d="M54 43L25.5 59.4545L25.5 26.5455L54 43Z" fill="#FF9DFF"/>
4
- <path opacity="0.2" d="M40 43L11.5 59.4545L11.5 26.5455L40 43Z" fill="#FF9DFF"/>
5
- <path d="M53 27.4115L80 43L53 58.5885L53 27.4115Z" stroke="currentColor"/>
6
- </svg>
@@ -1,4 +0,0 @@
1
- <svg width="84" height="84" viewBox="0 0 84 84" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M46.5 17L52.8986 36.693H73.6051L56.8532 48.864L63.2519 68.557L46.5 56.386L29.7481 68.557L36.1468 48.864L19.3949 36.693H40.1014L46.5 17Z" fill="#FF9DFF"/>
3
- <path d="M41.5 14.618L47.4231 32.8475L47.5354 33.193H47.8986H67.0663L51.5593 44.4595L51.2654 44.673L51.3777 45.0185L57.3008 63.248L41.7939 51.9815L41.5 51.768L41.2061 51.9815L25.6992 63.248L31.6223 45.0185L31.7346 44.673L31.4407 44.4595L15.9337 33.193H35.1014H35.4646L35.5769 32.8475L41.5 14.618Z" stroke="currentColor"/>
4
- </svg>
@@ -1,12 +0,0 @@
1
- <svg width="84" height="84" viewBox="0 0 84 84" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M53.7944 41.144C53.7944 27.0186 50.102 15.5677 45.5473 15.5677C43.6895 15.5677 41.9751 17.4728 40.5963 20.6875C43.0089 25.1501 44.6249 33.3244 44.6249 42.6693C44.6249 51.0331 43.3304 58.4592 41.3289 63.1258C42.5631 65.4088 44.0058 66.7204 45.5473 66.7204C50.102 66.7204 53.7944 55.2694 53.7944 41.144Z" fill="#FF9DFF"/>
3
- <mask id="path-3-inside-1_44_186" fill="white">
4
- <path fill-rule="evenodd" clip-rule="evenodd" d="M45.5643 15.5677C45.5587 15.5677 45.553 15.5676 45.5473 15.5676C40.9925 15.5676 37.3002 27.0186 37.3002 41.144C37.3002 55.2694 40.9925 66.7203 45.5473 66.7203L45.5472 66.7204C59.6727 66.7204 71.1236 55.2694 71.1236 41.144C71.1236 27.0243 59.6819 15.5769 45.5643 15.5677ZM19.9709 41.117V41.1711L19.9709 41.144L19.9709 41.117Z"/>
5
- </mask>
6
- <path d="M45.5473 15.5676L45.5473 16.5676L45.5475 16.5676L45.5473 15.5676ZM45.5643 15.5677L45.5578 16.5677L45.5637 16.5677L45.5643 15.5677ZM37.3002 41.144H38.3002H37.3002ZM45.5473 66.7203L46.4379 67.175L47.1806 65.7203L45.5473 65.7203L45.5473 66.7203ZM45.5472 66.7204L44.6566 66.2657L43.9139 67.7204L45.5472 67.7204L45.5472 66.7204ZM71.1236 41.144H72.1236H71.1236ZM19.9709 41.1711L18.9709 41.1716L20.9709 41.1711L19.9709 41.1711ZM19.9709 41.117L20.9709 41.117L18.9709 41.1165L19.9709 41.117ZM19.9709 41.144L18.9709 41.1435L18.9709 41.1445L19.9709 41.144ZM45.5475 16.5676C45.5509 16.5676 45.5544 16.5677 45.5578 16.5677L45.5708 14.5677C45.5629 14.5677 45.555 14.5676 45.5471 14.5676L45.5475 16.5676ZM38.3002 41.144C38.3002 34.1561 39.2149 27.8704 40.6675 23.3657C41.3955 21.1077 42.2411 19.3529 43.1324 18.1838C44.0353 16.9995 44.8608 16.5676 45.5473 16.5676L45.5473 14.5676C43.9563 14.5676 42.6123 15.5672 41.5419 16.9713C40.4598 18.3907 39.5283 20.3815 38.764 22.7519C37.2317 27.504 36.3002 34.0064 36.3002 41.144H38.3002ZM45.5473 65.7203C44.8608 65.7203 44.0353 65.2885 43.1324 64.1041C42.2411 62.935 41.3955 61.1803 40.6675 58.9223C39.2149 54.4176 38.3002 48.1318 38.3002 41.144H36.3002C36.3002 48.2815 37.2317 54.784 38.764 59.5361C39.5283 61.9065 40.4598 63.8973 41.5419 65.3167C42.6123 66.7208 43.9563 67.7203 45.5473 67.7203L45.5473 65.7203ZM44.6566 66.2656L44.6566 66.2657L46.4379 67.175L46.4379 67.175L44.6566 66.2656ZM45.5472 67.7204C60.2249 67.7204 72.1236 55.8217 72.1236 41.144H70.1236C70.1236 54.7172 59.1204 65.7204 45.5472 65.7204L45.5472 67.7204ZM72.1236 41.144C72.1236 26.4722 60.2346 14.5773 45.565 14.5677L45.5637 16.5677C59.1293 16.5766 70.1236 27.5764 70.1236 41.144H72.1236ZM20.9709 41.1711V41.117L18.9709 41.117V41.1711L20.9709 41.1711ZM18.9709 41.1445L18.9709 41.1716L20.9709 41.1705L20.9709 41.1435L18.9709 41.1445ZM18.9709 41.1165L18.9709 41.1435L20.9709 41.1445L20.9709 41.1175L18.9709 41.1165Z" fill="currentColor" mask="url(#path-3-inside-1_44_186)"/>
7
- <path d="M45.5473 16.0676C46.4598 16.0676 47.415 16.6414 48.3598 17.8807C49.2987 19.1124 50.1658 20.9261 50.9029 23.2122C52.3754 27.7788 53.2943 34.1187 53.2943 41.144C53.2943 48.1693 52.3754 54.5092 50.9029 59.0757C50.1658 61.3618 49.2987 63.1756 48.3598 64.4073C47.415 65.6466 46.4598 66.2203 45.5473 66.2203C44.6347 66.2203 43.6796 65.6466 42.7348 64.4073C41.7958 63.1756 40.9287 61.3618 40.1916 59.0757C38.7191 54.5092 37.8002 48.1693 37.8002 41.144C37.8002 34.1187 38.7191 27.7788 40.1916 23.2122C40.9287 20.9261 41.7958 19.1124 42.7348 17.8807C43.6796 16.6414 44.6347 16.0676 45.5473 16.0676Z" stroke="currentColor"/>
8
- <mask id="path-6-inside-2_44_186" fill="white">
9
- <path fill-rule="evenodd" clip-rule="evenodd" d="M36.3634 68.2455C36.3682 68.2456 36.373 68.2456 36.3778 68.2456C40.9326 68.2456 44.6249 56.7947 44.6249 42.6692C44.6249 28.5439 40.9326 17.093 36.3779 17.0929L36.3779 17.0929C22.2525 17.0929 10.8016 28.5438 10.8016 42.6692C10.8016 56.7898 22.2446 68.2377 36.3634 68.2455ZM61.9542 42.6962L61.9542 42.6422L61.9542 42.6692L61.9542 42.6962Z"/>
10
- </mask>
11
- <path d="M36.3778 68.2456L36.3778 67.2456L36.3776 67.2456L36.3778 68.2456ZM36.3634 68.2455L36.3689 67.2455L36.3639 67.2455L36.3634 68.2455ZM44.6249 42.6692L45.6249 42.6692L44.6249 42.6692ZM36.3779 17.0929L35.3782 17.1169L35.4016 18.0929L36.3779 18.0929L36.3779 17.0929ZM36.3779 17.0929L37.3776 17.0689L37.3542 16.0929L36.3779 16.0929L36.3779 17.0929ZM10.8016 42.6692L9.80156 42.6692L10.8016 42.6692ZM61.9542 42.6422L62.9542 42.6417L60.9542 42.6422L61.9542 42.6422ZM61.9542 42.6962L60.9542 42.6962L62.9542 42.6968L61.9542 42.6962ZM61.9542 42.6692L62.9542 42.6697L62.9542 42.6687L61.9542 42.6692ZM36.3776 67.2456C36.3747 67.2456 36.3718 67.2456 36.3689 67.2456L36.3578 69.2455C36.3646 69.2456 36.3713 69.2456 36.3781 69.2456L36.3776 67.2456ZM43.6249 42.6692C43.6249 49.6571 42.7102 55.9428 41.2577 60.4476C40.5296 62.7055 39.684 64.4603 38.7927 65.6294C37.8898 66.8138 37.0643 67.2456 36.3778 67.2456L36.3778 69.2456C37.9688 69.2456 39.3128 68.246 40.3832 66.8419C41.4653 65.4226 42.3968 63.4318 43.1611 61.0613C44.6934 56.3093 45.6249 49.8068 45.6249 42.6692L43.6249 42.6692ZM36.3779 18.0929C37.0643 18.0929 37.8898 18.5247 38.7927 19.7091C39.684 20.8782 40.5296 22.633 41.2577 24.891C42.7102 29.3957 43.6249 35.6814 43.6249 42.6692L45.6249 42.6692C45.6249 35.5317 44.6935 29.0293 43.1612 24.2772C42.3968 21.9068 41.4653 19.916 40.3833 18.4966C39.3129 17.0925 37.9688 16.0929 36.3779 16.0929L36.3779 18.0929ZM37.3776 17.0689L37.3776 17.0689L35.3782 17.1169L35.3782 17.1169L37.3776 17.0689ZM36.3779 16.0929C21.7002 16.0929 9.80156 27.9915 9.80156 42.6692L11.8016 42.6692C11.8016 29.0961 22.8048 18.0929 36.3779 18.0929L36.3779 16.0929ZM9.80156 42.6692C9.80156 57.3419 21.692 69.2374 36.3628 69.2455L36.3639 67.2455C22.7972 67.238 11.8016 56.2377 11.8016 42.6692L9.80156 42.6692ZM60.9542 42.6422L60.9542 42.6962L62.9542 42.6962L62.9542 42.6422L60.9542 42.6422ZM62.9542 42.6687L62.9542 42.6417L60.9542 42.6427L60.9542 42.6697L62.9542 42.6687ZM62.9542 42.6968L62.9542 42.6697L60.9542 42.6687L60.9542 42.6957L62.9542 42.6968Z" fill="currentColor" mask="url(#path-6-inside-2_44_186)"/>
12
- </svg>
@@ -1,12 +0,0 @@
1
- <svg width="320" height="320" viewBox="0 0 320 320" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <mask id="path-1-inside-1_18_25" fill="white">
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M266.445 98.5192C266.432 98.5064 266.419 98.4937 266.406 98.481C251.887 83.9615 203.614 108.694 158.585 153.723C113.556 198.752 88.8235 247.025 103.343 261.544C148.372 306.573 221.378 306.573 266.406 261.544C311.422 216.528 311.435 143.551 266.445 98.5192ZM103.429 98.3949L103.257 98.5672L103.343 98.481L103.429 98.3949Z"/>
4
- </mask>
5
- <path fill-rule="evenodd" clip-rule="evenodd" d="M266.445 98.5192C266.432 98.5064 266.419 98.4937 266.406 98.481C251.887 83.9615 203.614 108.694 158.585 153.723C113.556 198.752 88.8235 247.025 103.343 261.544C148.372 306.573 221.378 306.573 266.406 261.544C311.422 216.528 311.435 143.551 266.445 98.5192ZM103.429 98.3949L103.257 98.5672L103.343 98.481L103.429 98.3949Z" fill="#FF9DFF"/>
6
- <path d="M266.406 98.481L265.699 99.1881L265.699 99.1881L266.406 98.481ZM266.445 98.5192L265.734 99.2232L265.737 99.226L266.445 98.5192ZM103.343 261.544L104.05 260.837H104.05L103.343 261.544ZM266.406 261.544L265.699 260.837L266.406 261.544ZM103.257 98.5672L102.549 97.8605L103.964 99.2743L103.257 98.5672ZM103.429 98.3949L104.136 99.102L102.722 97.6874L103.429 98.3949ZM103.343 98.481L102.636 97.7735L102.635 97.7743L103.343 98.481ZM265.699 99.1881C265.711 99.1998 265.723 99.2115 265.734 99.2232L267.155 97.8152C267.141 97.8014 267.127 97.7876 267.114 97.7738L265.699 99.1881ZM159.292 154.43C181.753 131.969 204.996 114.599 224.393 104.661C234.096 99.6898 242.785 96.6054 249.9 95.646C257.034 94.684 262.389 95.878 265.699 99.1881L267.114 97.7738C263.164 93.8242 257.04 92.665 249.632 93.6639C242.206 94.6654 233.289 97.856 223.481 102.881C203.853 112.937 180.445 130.448 157.878 153.016L159.292 154.43ZM104.05 260.837C100.74 257.527 99.546 252.172 100.508 245.038C101.467 237.923 104.552 229.234 109.523 219.531C119.461 200.134 136.831 176.891 159.292 154.43L157.878 153.016C135.31 175.583 117.799 198.991 107.743 218.619C102.718 228.427 99.5274 237.343 98.5259 244.77C97.527 252.178 98.6862 258.302 102.636 262.252L104.05 260.837ZM102.636 262.252C148.055 307.671 221.694 307.671 267.113 262.252L265.699 260.837C221.061 305.476 148.688 305.476 104.05 260.837L102.636 262.252ZM267.113 262.252C312.52 216.845 312.533 143.235 267.152 97.8124L265.737 99.226C310.337 143.867 310.325 216.212 265.699 260.837L267.113 262.252ZM103.964 99.2743L104.136 99.102L102.722 97.6878L102.55 97.8601L103.964 99.2743ZM102.635 97.7743L102.549 97.8605L103.964 99.274L104.05 99.1878L102.635 97.7743ZM102.722 97.6874L102.636 97.7735L104.05 99.1885L104.136 99.1024L102.722 97.6874Z" fill="currentColor" mask="url(#path-1-inside-1_18_25)"/>
7
- <path d="M266.053 98.8345C269.523 102.304 270.708 107.852 269.737 115.054C268.767 122.248 265.656 130.993 260.671 140.723C250.704 160.177 233.299 183.461 210.811 205.949C188.323 228.437 165.039 245.842 145.585 255.809C135.855 260.794 127.11 263.905 119.917 264.875C112.714 265.846 107.167 264.661 103.697 261.191C100.227 257.721 99.0413 252.173 100.012 244.971C100.982 237.778 104.093 229.032 109.078 219.303C119.046 199.849 136.451 176.564 158.938 154.076C181.426 131.589 204.711 114.184 224.165 104.216C233.894 99.2314 242.64 96.1204 249.833 95.1505C257.035 94.1792 262.583 95.3645 266.053 98.8345Z" stroke="currentColor"/>
8
- <mask id="path-4-inside-2_18_25" fill="white">
9
- <path fill-rule="evenodd" clip-rule="evenodd" d="M53.9094 221.835C53.9227 221.848 53.936 221.862 53.9494 221.875C68.4689 236.395 116.742 211.662 161.771 166.633C206.8 121.604 231.532 73.3311 217.013 58.8116L217.013 58.8115C171.984 13.7828 98.9783 13.7828 53.9495 58.8115C8.93417 103.827 8.92078 176.803 53.9094 221.835ZM216.927 221.961L217.099 221.789L217.013 221.875L216.927 221.961Z"/>
10
- </mask>
11
- <path d="M53.9494 221.875L53.2421 222.582L53.2423 222.582L53.9494 221.875ZM53.9094 221.835L54.6198 221.131L54.6168 221.128L53.9094 221.835ZM161.771 166.633L162.478 167.34L161.771 166.633ZM217.013 58.8116L216.611 57.8957L215.271 58.4835L216.306 59.5187L217.013 58.8116ZM217.013 58.8115L217.414 59.7274L218.755 59.1396L217.72 58.1044L217.013 58.8115ZM53.9495 58.8115L53.2424 58.1044L53.9495 58.8115ZM217.099 221.789L217.807 222.496L216.392 221.082L217.099 221.789ZM216.927 221.961L216.22 221.254L217.634 222.669L216.927 221.961ZM217.013 221.875L217.72 222.582L217.72 222.582L217.013 221.875ZM54.6567 221.168C54.6441 221.156 54.6318 221.143 54.6198 221.131L53.1989 222.539C53.2135 222.553 53.228 222.568 53.2421 222.582L54.6567 221.168ZM161.064 165.926C138.602 188.387 115.359 205.757 95.9632 215.695C86.2599 220.666 77.5712 223.751 70.4561 224.71C63.322 225.672 57.9666 224.478 54.6565 221.168L53.2423 222.582C57.1919 226.532 63.3155 227.691 70.7234 226.692C78.1503 225.691 87.0667 222.5 96.8752 217.475C116.503 207.419 139.911 189.908 162.478 167.34L161.064 165.926ZM216.306 59.5187C219.616 62.8288 220.81 68.1842 219.848 75.3183C218.888 82.4334 215.804 91.1221 210.832 100.825C200.895 120.222 183.525 143.465 161.064 165.926L162.478 167.34C185.045 144.773 202.556 121.365 212.612 101.737C217.638 91.9289 220.828 83.0125 221.83 75.5856C222.829 68.1777 221.67 62.0542 217.72 58.1045L216.306 59.5187ZM217.414 59.7275L217.414 59.7274L216.612 57.8957L216.611 57.8957L217.414 59.7275ZM217.72 58.1044C172.301 12.6852 98.6617 12.6852 53.2424 58.1044L54.6566 59.5186C99.2948 14.8804 171.668 14.8804 216.306 59.5186L217.72 58.1044ZM53.2424 58.1044C7.83665 103.51 7.82315 177.119 53.2019 222.542L54.6168 221.128C10.0184 176.487 10.0317 104.144 54.6566 59.5186L53.2424 58.1044ZM216.392 221.082L216.22 221.254L217.634 222.668L217.806 222.496L216.392 221.082ZM217.72 222.582L217.807 222.496L216.392 221.082L216.306 221.168L217.72 222.582ZM217.634 222.669L217.72 222.582L216.306 221.168L216.22 221.254L217.634 222.669Z" fill="currentColor" mask="url(#path-4-inside-2_18_25)"/>
12
- </svg>
@@ -1,12 +0,0 @@
1
- <svg width="320" height="320" viewBox="0 0 320 320" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <mask id="path-1-inside-1_18_25" fill="white">
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M266.445 98.5192C266.432 98.5064 266.419 98.4937 266.406 98.481C251.887 83.9615 203.614 108.694 158.585 153.723C113.556 198.752 88.8235 247.025 103.343 261.544C148.372 306.573 221.378 306.573 266.406 261.544C311.422 216.528 311.435 143.551 266.445 98.5192ZM103.429 98.3949L103.257 98.5672L103.343 98.481L103.429 98.3949Z"/>
4
- </mask>
5
- <path fill-rule="evenodd" clip-rule="evenodd" d="M266.445 98.5192C266.432 98.5064 266.419 98.4937 266.406 98.481C251.887 83.9615 203.614 108.694 158.585 153.723C113.556 198.752 88.8235 247.025 103.343 261.544C148.372 306.573 221.378 306.573 266.406 261.544C311.422 216.528 311.435 143.551 266.445 98.5192ZM103.429 98.3949L103.257 98.5672L103.343 98.481L103.429 98.3949Z" fill="#FF9DFF"/>
6
- <path d="M266.406 98.481L265.699 99.1881L265.699 99.1881L266.406 98.481ZM266.445 98.5192L265.734 99.2232L265.737 99.226L266.445 98.5192ZM103.343 261.544L104.05 260.837H104.05L103.343 261.544ZM266.406 261.544L265.699 260.837L266.406 261.544ZM103.257 98.5672L102.549 97.8605L103.964 99.2743L103.257 98.5672ZM103.429 98.3949L104.136 99.102L102.722 97.6874L103.429 98.3949ZM103.343 98.481L102.636 97.7735L102.635 97.7743L103.343 98.481ZM265.699 99.1881C265.711 99.1998 265.723 99.2115 265.734 99.2232L267.155 97.8152C267.141 97.8014 267.127 97.7876 267.114 97.7738L265.699 99.1881ZM159.292 154.43C181.753 131.969 204.996 114.599 224.393 104.661C234.096 99.6898 242.785 96.6054 249.9 95.646C257.034 94.684 262.389 95.878 265.699 99.1881L267.114 97.7738C263.164 93.8242 257.04 92.665 249.632 93.6639C242.206 94.6654 233.289 97.856 223.481 102.881C203.853 112.937 180.445 130.448 157.878 153.016L159.292 154.43ZM104.05 260.837C100.74 257.527 99.546 252.172 100.508 245.038C101.467 237.923 104.552 229.234 109.523 219.531C119.461 200.134 136.831 176.891 159.292 154.43L157.878 153.016C135.31 175.583 117.799 198.991 107.743 218.619C102.718 228.427 99.5274 237.343 98.5259 244.77C97.527 252.178 98.6862 258.302 102.636 262.252L104.05 260.837ZM102.636 262.252C148.055 307.671 221.694 307.671 267.113 262.252L265.699 260.837C221.061 305.476 148.688 305.476 104.05 260.837L102.636 262.252ZM267.113 262.252C312.52 216.845 312.533 143.235 267.152 97.8124L265.737 99.226C310.337 143.867 310.325 216.212 265.699 260.837L267.113 262.252ZM103.964 99.2743L104.136 99.102L102.722 97.6878L102.55 97.8601L103.964 99.2743ZM102.635 97.7743L102.549 97.8605L103.964 99.274L104.05 99.1878L102.635 97.7743ZM102.722 97.6874L102.636 97.7735L104.05 99.1885L104.136 99.1024L102.722 97.6874Z" fill="white" mask="url(#path-1-inside-1_18_25)"/>
7
- <path d="M266.053 98.8345C269.523 102.304 270.708 107.852 269.737 115.054C268.767 122.248 265.656 130.993 260.671 140.723C250.704 160.177 233.299 183.461 210.811 205.949C188.323 228.437 165.039 245.842 145.585 255.809C135.855 260.794 127.11 263.905 119.917 264.875C112.714 265.846 107.167 264.661 103.697 261.191C100.227 257.721 99.0413 252.173 100.012 244.971C100.982 237.778 104.093 229.032 109.078 219.303C119.046 199.849 136.451 176.564 158.938 154.076C181.426 131.589 204.711 114.184 224.165 104.216C233.894 99.2314 242.64 96.1204 249.833 95.1505C257.035 94.1792 262.583 95.3645 266.053 98.8345Z" stroke="white"/>
8
- <mask id="path-4-inside-2_18_25" fill="white">
9
- <path fill-rule="evenodd" clip-rule="evenodd" d="M53.9094 221.835C53.9227 221.848 53.936 221.862 53.9494 221.875C68.4689 236.395 116.742 211.662 161.771 166.633C206.8 121.604 231.532 73.3311 217.013 58.8116L217.013 58.8115C171.984 13.7828 98.9783 13.7828 53.9495 58.8115C8.93417 103.827 8.92078 176.803 53.9094 221.835ZM216.927 221.961L217.099 221.789L217.013 221.875L216.927 221.961Z"/>
10
- </mask>
11
- <path d="M53.9494 221.875L53.2421 222.582L53.2423 222.582L53.9494 221.875ZM53.9094 221.835L54.6198 221.131L54.6168 221.128L53.9094 221.835ZM161.771 166.633L162.478 167.34L161.771 166.633ZM217.013 58.8116L216.611 57.8957L215.271 58.4835L216.306 59.5187L217.013 58.8116ZM217.013 58.8115L217.414 59.7274L218.755 59.1396L217.72 58.1044L217.013 58.8115ZM53.9495 58.8115L53.2424 58.1044L53.9495 58.8115ZM217.099 221.789L217.807 222.496L216.392 221.082L217.099 221.789ZM216.927 221.961L216.22 221.254L217.634 222.669L216.927 221.961ZM217.013 221.875L217.72 222.582L217.72 222.582L217.013 221.875ZM54.6567 221.168C54.6441 221.156 54.6318 221.143 54.6198 221.131L53.1989 222.539C53.2135 222.553 53.228 222.568 53.2421 222.582L54.6567 221.168ZM161.064 165.926C138.602 188.387 115.359 205.757 95.9632 215.695C86.2599 220.666 77.5712 223.751 70.4561 224.71C63.322 225.672 57.9666 224.478 54.6565 221.168L53.2423 222.582C57.1919 226.532 63.3155 227.691 70.7234 226.692C78.1503 225.691 87.0667 222.5 96.8752 217.475C116.503 207.419 139.911 189.908 162.478 167.34L161.064 165.926ZM216.306 59.5187C219.616 62.8288 220.81 68.1842 219.848 75.3183C218.888 82.4334 215.804 91.1221 210.832 100.825C200.895 120.222 183.525 143.465 161.064 165.926L162.478 167.34C185.045 144.773 202.556 121.365 212.612 101.737C217.638 91.9289 220.828 83.0125 221.83 75.5856C222.829 68.1777 221.67 62.0542 217.72 58.1045L216.306 59.5187ZM217.414 59.7275L217.414 59.7274L216.612 57.8957L216.611 57.8957L217.414 59.7275ZM217.72 58.1044C172.301 12.6852 98.6617 12.6852 53.2424 58.1044L54.6566 59.5186C99.2948 14.8804 171.668 14.8804 216.306 59.5186L217.72 58.1044ZM53.2424 58.1044C7.83665 103.51 7.82315 177.119 53.2019 222.542L54.6168 221.128C10.0184 176.487 10.0317 104.144 54.6566 59.5186L53.2424 58.1044ZM216.392 221.082L216.22 221.254L217.634 222.668L217.806 222.496L216.392 221.082ZM217.72 222.582L217.807 222.496L216.392 221.082L216.306 221.168L217.72 222.582ZM217.634 222.669L217.72 222.582L216.306 221.168L216.22 221.254L217.634 222.669Z" fill="white" mask="url(#path-4-inside-2_18_25)"/>
12
- </svg>