@wix/wix-ui-icons-common 3.164.0 → 3.166.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 (77) hide show
  1. package/dist/cjs/lazy/general/dist/components/Function.js +1 -1
  2. package/dist/cjs/lazy/general/dist/components/FunctionSmall.js +1 -1
  3. package/dist/cjs/lazy/general/dist/components/Paintbrush.js +31 -0
  4. package/dist/cjs/lazy/general/dist/components/PaintbrushFilled.js +31 -0
  5. package/dist/cjs/lazy/general/dist/components/PaintbrushFilledSmall.js +31 -0
  6. package/dist/cjs/lazy/general/dist/components/PaintbrushSmall.js +31 -0
  7. package/dist/cjs/lazy/general/dist/index.js +12 -0
  8. package/dist/cjs/lazy/system/dist/components/CaretDown.js +2 -2
  9. package/dist/cjs/lazy/system/dist/components/CaretRight.js +2 -2
  10. package/dist/cjs/odeditor/general/dist/components/Function.js +37 -0
  11. package/dist/cjs/odeditor/general/dist/components/FunctionSmall.js +37 -0
  12. package/dist/cjs/odeditor/general/dist/components/Paintbrush.js +37 -0
  13. package/dist/cjs/odeditor/general/dist/components/PaintbrushFilled.js +37 -0
  14. package/dist/cjs/odeditor/general/dist/components/PaintbrushFilledSmall.js +37 -0
  15. package/dist/cjs/odeditor/general/dist/components/PaintbrushSmall.js +37 -0
  16. package/dist/cjs/odeditor/general/dist/index.js +18 -0
  17. package/dist/cjs/odeditor/general/metadata.js +21 -0
  18. package/dist/cjs/odeditor/system/dist/components/CaretDown.js +1 -1
  19. package/dist/cjs/odeditor/system/dist/components/CaretRight.js +1 -1
  20. package/dist/cjs/odeditor/system/metadata.js +14 -14
  21. package/dist/esm/lazy/general/dist/components/Function.js +1 -1
  22. package/dist/esm/lazy/general/dist/components/FunctionSmall.js +1 -1
  23. package/dist/esm/lazy/general/dist/components/Paintbrush.js +11 -0
  24. package/dist/esm/lazy/general/dist/components/PaintbrushFilled.js +11 -0
  25. package/dist/esm/lazy/general/dist/components/PaintbrushFilledSmall.js +11 -0
  26. package/dist/esm/lazy/general/dist/components/PaintbrushSmall.js +11 -0
  27. package/dist/esm/lazy/general/dist/index.js +178 -170
  28. package/dist/esm/lazy/system/dist/components/CaretDown.js +2 -2
  29. package/dist/esm/lazy/system/dist/components/CaretRight.js +2 -2
  30. package/dist/esm/odeditor/general/dist/components/Function.js +7 -0
  31. package/dist/esm/odeditor/general/dist/components/FunctionSmall.js +7 -0
  32. package/dist/esm/odeditor/general/dist/components/Paintbrush.js +7 -0
  33. package/dist/esm/odeditor/general/dist/components/PaintbrushFilled.js +7 -0
  34. package/dist/esm/odeditor/general/dist/components/PaintbrushFilledSmall.js +7 -0
  35. package/dist/esm/odeditor/general/dist/components/PaintbrushSmall.js +7 -0
  36. package/dist/esm/odeditor/general/dist/index.js +1470 -1458
  37. package/dist/esm/odeditor/general/metadata.js +21 -0
  38. package/dist/esm/odeditor/system/dist/components/CaretDown.js +1 -1
  39. package/dist/esm/odeditor/system/dist/components/CaretRight.js +1 -1
  40. package/dist/esm/odeditor/system/metadata.js +14 -14
  41. package/dist/statics/icons/odeditor/general/Function.d187.json +3 -0
  42. package/dist/statics/icons/odeditor/general/FunctionSmall.169d.json +3 -0
  43. package/dist/statics/icons/odeditor/general/Paintbrush.0fcc.json +3 -0
  44. package/dist/statics/icons/odeditor/general/PaintbrushFilled.1257.json +3 -0
  45. package/dist/statics/icons/odeditor/general/PaintbrushFilledSmall.8a29.json +3 -0
  46. package/dist/statics/icons/odeditor/general/PaintbrushSmall.e29c.json +3 -0
  47. package/dist/statics/icons/odeditor/system/CaretDown.9499.json +3 -0
  48. package/dist/statics/icons/odeditor/system/CaretRight.6fc1.json +3 -0
  49. package/dist/tsconfig.tsbuildinfo +1 -1
  50. package/dist/types/lazy/general/dist/components/Paintbrush.d.ts +3 -0
  51. package/dist/types/lazy/general/dist/components/Paintbrush.d.ts.map +1 -0
  52. package/dist/types/lazy/general/dist/components/PaintbrushFilled.d.ts +3 -0
  53. package/dist/types/lazy/general/dist/components/PaintbrushFilled.d.ts.map +1 -0
  54. package/dist/types/lazy/general/dist/components/PaintbrushFilledSmall.d.ts +3 -0
  55. package/dist/types/lazy/general/dist/components/PaintbrushFilledSmall.d.ts.map +1 -0
  56. package/dist/types/lazy/general/dist/components/PaintbrushSmall.d.ts +3 -0
  57. package/dist/types/lazy/general/dist/components/PaintbrushSmall.d.ts.map +1 -0
  58. package/dist/types/lazy/general/dist/index.d.ts +4 -0
  59. package/dist/types/lazy/general/dist/index.d.ts.map +1 -1
  60. package/dist/types/odeditor/general/dist/components/Function.d.ts +7 -0
  61. package/dist/types/odeditor/general/dist/components/Function.d.ts.map +1 -0
  62. package/dist/types/odeditor/general/dist/components/FunctionSmall.d.ts +7 -0
  63. package/dist/types/odeditor/general/dist/components/FunctionSmall.d.ts.map +1 -0
  64. package/dist/types/odeditor/general/dist/components/Paintbrush.d.ts +7 -0
  65. package/dist/types/odeditor/general/dist/components/Paintbrush.d.ts.map +1 -0
  66. package/dist/types/odeditor/general/dist/components/PaintbrushFilled.d.ts +7 -0
  67. package/dist/types/odeditor/general/dist/components/PaintbrushFilled.d.ts.map +1 -0
  68. package/dist/types/odeditor/general/dist/components/PaintbrushFilledSmall.d.ts +7 -0
  69. package/dist/types/odeditor/general/dist/components/PaintbrushFilledSmall.d.ts.map +1 -0
  70. package/dist/types/odeditor/general/dist/components/PaintbrushSmall.d.ts +7 -0
  71. package/dist/types/odeditor/general/dist/components/PaintbrushSmall.d.ts.map +1 -0
  72. package/dist/types/odeditor/general/dist/index.d.ts +6 -0
  73. package/dist/types/odeditor/general/dist/index.d.ts.map +1 -1
  74. package/dist/types/odeditor/general/metadata.d.ts.map +1 -1
  75. package/package.json +5 -5
  76. package/dist/statics/icons/odeditor/system/CaretDown.f7a0.json +0 -3
  77. package/dist/statics/icons/odeditor/system/CaretRight.f958.json +0 -3
@@ -24,7 +24,7 @@ module.exports = __toCommonJS(Function_exports);
24
24
  var import_core = require("@wix/wix-ui-icons-common/core");
25
25
  var Function_default = (0, import_core.icon)({
26
26
  name: "Function",
27
- hashes: { "default": "0fb0" },
27
+ hashes: { "default": "0fb0", "odeditor": "d187" },
28
28
  category: "general",
29
29
  width: 24,
30
30
  height: 24
@@ -24,7 +24,7 @@ module.exports = __toCommonJS(FunctionSmall_exports);
24
24
  var import_core = require("@wix/wix-ui-icons-common/core");
25
25
  var FunctionSmall_default = (0, import_core.icon)({
26
26
  name: "FunctionSmall",
27
- hashes: { "default": "5bf8" },
27
+ hashes: { "default": "5bf8", "odeditor": "169d" },
28
28
  category: "general",
29
29
  width: 18,
30
30
  height: 18
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+ var Paintbrush_exports = {};
20
+ __export(Paintbrush_exports, {
21
+ default: () => Paintbrush_default
22
+ });
23
+ module.exports = __toCommonJS(Paintbrush_exports);
24
+ var import_core = require("@wix/wix-ui-icons-common/core");
25
+ var Paintbrush_default = (0, import_core.icon)({
26
+ name: "Paintbrush",
27
+ hashes: { "odeditor": "0fcc" },
28
+ category: "general",
29
+ width: 24,
30
+ height: 24
31
+ });
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+ var PaintbrushFilled_exports = {};
20
+ __export(PaintbrushFilled_exports, {
21
+ default: () => PaintbrushFilled_default
22
+ });
23
+ module.exports = __toCommonJS(PaintbrushFilled_exports);
24
+ var import_core = require("@wix/wix-ui-icons-common/core");
25
+ var PaintbrushFilled_default = (0, import_core.icon)({
26
+ name: "PaintbrushFilled",
27
+ hashes: { "odeditor": "1257" },
28
+ category: "general",
29
+ width: 24,
30
+ height: 24
31
+ });
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+ var PaintbrushFilledSmall_exports = {};
20
+ __export(PaintbrushFilledSmall_exports, {
21
+ default: () => PaintbrushFilledSmall_default
22
+ });
23
+ module.exports = __toCommonJS(PaintbrushFilledSmall_exports);
24
+ var import_core = require("@wix/wix-ui-icons-common/core");
25
+ var PaintbrushFilledSmall_default = (0, import_core.icon)({
26
+ name: "PaintbrushFilledSmall",
27
+ hashes: { "odeditor": "8a29" },
28
+ category: "general",
29
+ width: 18,
30
+ height: 18
31
+ });
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+ var PaintbrushSmall_exports = {};
20
+ __export(PaintbrushSmall_exports, {
21
+ default: () => PaintbrushSmall_default
22
+ });
23
+ module.exports = __toCommonJS(PaintbrushSmall_exports);
24
+ var import_core = require("@wix/wix-ui-icons-common/core");
25
+ var PaintbrushSmall_default = (0, import_core.icon)({
26
+ name: "PaintbrushSmall",
27
+ hashes: { "odeditor": "e29c" },
28
+ category: "general",
29
+ width: 18,
30
+ height: 18
31
+ });
@@ -1210,6 +1210,10 @@ __export(dist_exports, {
1210
1210
  PaidPlansSell: () => import_PaidPlansSell.default,
1211
1211
  PaidPlansSellSmall: () => import_PaidPlansSellSmall.default,
1212
1212
  PaidPlansSmall: () => import_PaidPlansSmall.default,
1213
+ Paintbrush: () => import_Paintbrush.default,
1214
+ PaintbrushFilled: () => import_PaintbrushFilled.default,
1215
+ PaintbrushFilledSmall: () => import_PaintbrushFilledSmall.default,
1216
+ PaintbrushSmall: () => import_PaintbrushSmall.default,
1213
1217
  PanTool: () => import_PanTool.default,
1214
1218
  PanToolSmall: () => import_PanToolSmall.default,
1215
1219
  Passkey: () => import_Passkey.default,
@@ -3695,6 +3699,10 @@ var import_OneFourRatio = __toESM(require("./components/OneFourRatio"));
3695
3699
  var import_OneFourRatioSmall = __toESM(require("./components/OneFourRatioSmall"));
3696
3700
  var import_OpenSidebar = __toESM(require("./components/OpenSidebar"));
3697
3701
  var import_OpenSidebarSmall = __toESM(require("./components/OpenSidebarSmall"));
3702
+ var import_Paintbrush = __toESM(require("./components/Paintbrush"));
3703
+ var import_PaintbrushFilled = __toESM(require("./components/PaintbrushFilled"));
3704
+ var import_PaintbrushFilledSmall = __toESM(require("./components/PaintbrushFilledSmall"));
3705
+ var import_PaintbrushSmall = __toESM(require("./components/PaintbrushSmall"));
3698
3706
  var import_Paste = __toESM(require("./components/Paste"));
3699
3707
  var import_PasteSmall = __toESM(require("./components/PasteSmall"));
3700
3708
  var import_Pickup = __toESM(require("./components/Pickup"));
@@ -4964,6 +4972,10 @@ var import_VideoFileSmall = __toESM(require("./components/VideoFileSmall"));
4964
4972
  PaidPlansSell,
4965
4973
  PaidPlansSellSmall,
4966
4974
  PaidPlansSmall,
4975
+ Paintbrush,
4976
+ PaintbrushFilled,
4977
+ PaintbrushFilledSmall,
4978
+ PaintbrushSmall,
4967
4979
  PanTool,
4968
4980
  PanToolSmall,
4969
4981
  Passkey,
@@ -24,8 +24,8 @@ module.exports = __toCommonJS(CaretDown_exports);
24
24
  var import_core = require("@wix/wix-ui-icons-common/core");
25
25
  var CaretDown_default = (0, import_core.icon)({
26
26
  name: "CaretDown",
27
- hashes: { "default": "d8fc", "odeditor": "f7a0" },
27
+ hashes: { "default": "d8fc", "odeditor": "9499" },
28
28
  category: "system",
29
- width: 12,
29
+ width: 18,
30
30
  height: 18
31
31
  });
@@ -24,8 +24,8 @@ module.exports = __toCommonJS(CaretRight_exports);
24
24
  var import_core = require("@wix/wix-ui-icons-common/core");
25
25
  var CaretRight_default = (0, import_core.icon)({
26
26
  name: "CaretRight",
27
- hashes: { "default": "d641", "odeditor": "f958" },
27
+ hashes: { "default": "d641", "odeditor": "6fc1" },
28
28
  category: "system",
29
- width: 12,
29
+ width: 18,
30
30
  height: 18
31
31
  });
@@ -0,0 +1,37 @@
1
+ "use strict";
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
+ }
18
+ return to;
19
+ };
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
25
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
+ mod
27
+ ));
28
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
+ var Function_exports = {};
30
+ __export(Function_exports, {
31
+ default: () => Function_default
32
+ });
33
+ module.exports = __toCommonJS(Function_exports);
34
+ var React = __toESM(require("react"));
35
+ const Function = ({ size, ...props }) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 24 24", fill: "currentColor", width: size || "24", height: size || "24", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M9.63 7.74C9.82 5.45 12.11 3.94 14.29 4.67L15.11 4.94L14.64 6.37L13.82 6.09C12.56 5.67 11.24 6.55 11.13 7.87L11.02 9.1H13.38V10.6H10.9L10.39 16.74C10.17 19.33 7.34 20.81 5.09 19.53L4 18.91L4.75 17.6L5.83 18.22C7.13 18.97 8.77 18.11 8.89 16.61L9.39 10.6H7.38V9.1H9.52L9.63 7.74ZM20 14L19.82 14.17C19.82 14.18 19.81 14.18 19.81 14.19C19.81 14.19 19.8 14.2 19.8 14.2L19.74 14.25C19.74 14.26 19.73 14.26 19.73 14.27C19.73 14.27 19.72 14.28 19.72 14.28L19.64 14.36C19.63 14.36 19.63 14.37 19.63 14.37C19.62 14.38 19.62 14.38 19.61 14.39L19.52 14.48C19.52 14.48 19.51 14.49 19.51 14.49C19.5 14.49 19.5 14.5 19.49 14.5L19.44 14.55C19.44 14.56 19.43 14.56 19.43 14.57C19.43 14.57 19.42 14.58 19.42 14.58L19.3 14.69C19.3 14.7 19.3 14.7 19.29 14.71C19.29 14.71 19.28 14.72 19.28 14.72L19.23 14.77C19.22 14.77 19.22 14.78 19.22 14.78C19.21 14.79 19.21 14.79 19.2 14.79L19.18 14.82C19.17 14.82 19.17 14.83 19.17 14.83C19.16 14.84 19.16 14.84 19.15 14.84C19.15 14.85 19.14 14.85 19.14 14.86C19.14 14.86 19.13 14.87 19.13 14.87C19.12 14.87 19.12 14.88 19.12 14.88L18.98 15.02C18.98 15.02 18.97 15.02 18.97 15.03C18.97 15.03 18.96 15.04 18.96 15.04L18.92 15.08C18.92 15.08 18.91 15.09 18.91 15.09C18.91 15.09 18.9 15.1 18.9 15.1C18.89 15.1 18.89 15.11 18.88 15.11C18.88 15.12 18.88 15.12 18.87 15.13C18.87 15.13 18.86 15.13 18.86 15.14L18.84 15.16C18.83 15.16 18.83 15.17 18.83 15.17C18.82 15.18 18.82 15.18 18.81 15.18L18.78 15.22C18.77 15.22 18.77 15.23 18.77 15.23C18.76 15.24 18.76 15.24 18.75 15.24L18.51 15.49C18.5 15.49 18.5 15.5 18.5 15.5C18.49 15.51 18.49 15.51 18.48 15.51L18.45 15.55C18.45 15.55 18.44 15.56 18.44 15.56C18.43 15.56 18.43 15.57 18.43 15.57L18.27 15.73C18.26 15.73 18.26 15.74 18.26 15.74C18.25 15.75 18.25 15.75 18.24 15.75L18.06 15.93C18.06 15.94 18.06 15.94 18.05 15.94C18.05 15.95 18.05 15.95 18.04 15.96L18.01 15.99C18.01 15.99 18 16 18 16C17.99 16 17.99 16.01 17.99 16.01C17.98 16.01 17.98 16.02 17.98 16.02C17.97 16.03 17.97 16.03 17.96 16.03C17.96 16.04 17.96 16.04 17.95 16.04C17.95 16.05 17.95 16.05 17.94 16.06C17.94 16.06 17.94 16.06 17.93 16.07C17.93 16.07 17.92 16.07 17.92 16.08C17.92 16.08 17.91 16.08 17.91 16.09C17.91 16.09 17.9 16.1 17.9 16.1C17.89 16.1 17.89 16.11 17.89 16.11L17.78 16.22C17.77 16.22 17.77 16.23 17.77 16.23C17.76 16.24 17.76 16.24 17.75 16.24L17.65 16.35C17.64 16.35 17.64 16.36 17.64 16.36C17.63 16.37 17.63 16.37 17.62 16.37L17.55 16.45C17.55 16.45 17.54 16.46 17.54 16.46C17.53 16.46 17.53 16.47 17.53 16.47L17.53 16.47C17.53 16.48 17.54 16.48 17.54 16.49L17.61 16.56C17.62 16.56 17.62 16.57 17.63 16.57C17.63 16.58 17.63 16.58 17.64 16.58L17.75 16.69C17.75 16.7 17.75 16.7 17.76 16.7C17.76 16.71 17.76 16.71 17.77 16.71L17.88 16.82C17.88 16.83 17.89 16.83 17.89 16.83C17.89 16.84 17.9 16.84 17.9 16.85C17.9 16.85 17.91 16.85 17.91 16.86C17.91 16.86 17.92 16.86 17.92 16.87C17.93 16.87 17.93 16.88 17.93 16.88C17.94 16.88 17.94 16.89 17.94 16.89C17.95 16.89 17.95 16.9 17.96 16.9C17.96 16.9 17.96 16.91 17.97 16.91C17.97 16.92 17.97 16.92 17.98 16.92C17.98 16.93 17.98 16.93 17.99 16.93C17.99 16.94 18 16.94 18 16.95L18.03 16.98C18.04 16.98 18.04 16.99 18.04 16.99C18.05 16.99 18.05 17 18.05 17L18.23 17.18C18.24 17.18 18.24 17.19 18.25 17.19C18.25 17.2 18.25 17.2 18.26 17.2L18.42 17.36C18.42 17.37 18.43 17.37 18.43 17.37C18.43 17.38 18.44 17.38 18.44 17.39L18.47 17.42C18.48 17.42 18.48 17.43 18.49 17.43C18.49 17.44 18.49 17.44 18.5 17.44L18.74 17.69C18.75 17.69 18.75 17.7 18.76 17.7C18.76 17.71 18.76 17.71 18.77 17.71L18.8 17.75C18.81 17.75 18.81 17.76 18.82 17.76C18.82 17.77 18.82 17.77 18.83 17.77L18.85 17.8C18.85 17.8 18.86 17.81 18.86 17.81C18.87 17.81 18.87 17.82 18.88 17.82C18.88 17.83 18.88 17.83 18.89 17.83C18.89 17.84 18.9 17.84 18.9 17.85C18.9 17.85 18.91 17.85 18.91 17.86L18.95 17.89C18.95 17.9 18.96 17.9 18.96 17.91C18.96 17.91 18.97 17.91 18.97 17.92L19.11 18.05C19.11 18.06 19.12 18.06 19.12 18.06C19.12 18.07 19.13 18.07 19.13 18.08C19.14 18.08 19.14 18.09 19.14 18.09C19.15 18.09 19.15 18.1 19.16 18.1C19.16 18.11 19.16 18.11 19.17 18.11L19.19 18.14C19.2 18.14 19.2 18.15 19.21 18.15C19.21 18.16 19.21 18.16 19.22 18.16L19.27 18.22C19.27 18.22 19.28 18.22 19.28 18.23C19.29 18.23 19.29 18.24 19.29 18.24L19.41 18.35C19.41 18.36 19.42 18.36 19.42 18.37C19.43 18.37 19.43 18.38 19.43 18.38L19.48 18.43C19.49 18.44 19.49 18.44 19.5 18.44C19.5 18.45 19.51 18.45 19.51 18.46L19.6 18.55C19.61 18.55 19.61 18.56 19.62 18.56C19.62 18.57 19.62 18.57 19.63 18.57L19.71 18.65C19.71 18.66 19.72 18.66 19.72 18.67C19.73 18.67 19.73 18.68 19.73 18.68L19.79 18.73C19.79 18.74 19.8 18.74 19.8 18.75C19.81 18.75 19.81 18.76 19.81 18.76L19.99 18.94L18.93 20L18.75 19.82C18.75 19.82 18.74 19.81 18.74 19.81C18.73 19.8 18.73 19.8 18.73 19.79L18.67 19.74C18.67 19.74 18.66 19.73 18.66 19.73C18.65 19.72 18.65 19.72 18.65 19.71L18.57 19.64C18.56 19.63 18.56 19.63 18.55 19.62C18.55 19.62 18.55 19.61 18.54 19.61L18.45 19.52C18.45 19.51 18.44 19.51 18.44 19.51C18.43 19.5 18.43 19.5 18.42 19.49L18.37 19.44C18.37 19.44 18.36 19.43 18.36 19.43C18.36 19.42 18.35 19.42 18.35 19.41L18.23 19.3C18.23 19.3 18.22 19.29 18.22 19.29C18.22 19.28 18.21 19.28 18.21 19.28L18.16 19.22C18.15 19.22 18.15 19.22 18.14 19.21C18.14 19.21 18.14 19.2 18.13 19.2L18.11 19.18C18.1 19.17 18.1 19.17 18.09 19.16C18.09 19.16 18.09 19.15 18.08 19.15C18.08 19.15 18.07 19.14 18.07 19.14C18.07 19.13 18.06 19.13 18.06 19.13C18.05 19.12 18.05 19.12 18.05 19.11L17.91 18.98C17.91 18.97 17.9 18.97 17.9 18.97C17.89 18.96 17.89 18.96 17.89 18.95L17.85 18.92C17.85 18.91 17.84 18.91 17.84 18.91C17.83 18.9 17.83 18.9 17.83 18.89L17.81 18.88C17.81 18.88 17.81 18.87 17.8 18.87C17.8 18.87 17.79 18.86 17.79 18.86L17.77 18.83C17.76 18.83 17.76 18.83 17.75 18.82C17.75 18.82 17.75 18.81 17.74 18.81L17.71 18.77C17.7 18.77 17.7 18.77 17.69 18.76C17.69 18.76 17.69 18.75 17.68 18.75L17.44 18.5C17.43 18.5 17.43 18.5 17.42 18.49C17.42 18.49 17.42 18.49 17.41 18.48L17.38 18.45C17.38 18.44 17.37 18.44 17.37 18.44C17.36 18.43 17.36 18.43 17.36 18.42L17.2 18.26C17.19 18.26 17.19 18.26 17.18 18.25C17.18 18.25 17.18 18.25 17.17 18.24L16.99 18.06C16.99 18.06 16.99 18.05 16.98 18.05C16.98 18.05 16.98 18.04 16.97 18.04L16.94 18.01C16.93 18 16.93 18 16.93 18C16.92 17.99 16.92 17.99 16.92 17.98C16.91 17.98 16.91 17.98 16.91 17.97C16.9 17.97 16.9 17.97 16.89 17.96C16.89 17.96 16.89 17.95 16.88 17.95C16.88 17.95 16.88 17.94 16.87 17.94C16.87 17.94 16.86 17.93 16.86 17.93C16.86 17.93 16.85 17.92 16.85 17.92C16.85 17.91 16.84 17.91 16.84 17.91C16.84 17.9 16.83 17.9 16.83 17.9C16.82 17.89 16.82 17.89 16.82 17.88L16.71 17.77C16.7 17.77 16.7 17.77 16.7 17.76C16.69 17.76 16.69 17.76 16.68 17.75L16.58 17.64C16.57 17.64 16.57 17.64 16.56 17.63C16.56 17.63 16.56 17.63 16.55 17.62L16.48 17.55C16.47 17.54 16.47 17.54 16.47 17.54L16.46 17.53L16.46 17.54C16.46 17.54 16.45 17.54 16.45 17.55L16.38 17.62C16.37 17.63 16.37 17.63 16.37 17.63C16.36 17.64 16.36 17.64 16.35 17.64L16.25 17.75C16.24 17.76 16.24 17.76 16.23 17.76C16.23 17.77 16.23 17.77 16.22 17.77L16.11 17.88C16.11 17.89 16.11 17.89 16.1 17.9C16.1 17.9 16.09 17.9 16.09 17.91C16.09 17.91 16.08 17.91 16.08 17.92C16.08 17.92 16.07 17.93 16.07 17.93C16.07 17.93 16.06 17.94 16.06 17.94C16.05 17.94 16.05 17.95 16.05 17.95C16.04 17.95 16.04 17.96 16.04 17.96C16.03 17.97 16.03 17.97 16.02 17.97C16.02 17.98 16.02 17.98 16.01 17.98C16.01 17.99 16.01 17.99 16 18C16 18 15.99 18 15.99 18.01L15.96 18.04C15.95 18.04 15.95 18.05 15.95 18.05C15.94 18.05 15.94 18.06 15.94 18.06L15.76 18.24C15.75 18.25 15.75 18.25 15.75 18.25C15.74 18.26 15.74 18.26 15.73 18.26L15.57 18.42C15.57 18.43 15.57 18.43 15.56 18.44C15.56 18.44 15.55 18.44 15.55 18.45L15.52 18.48C15.51 18.49 15.51 18.49 15.5 18.49C15.5 18.5 15.5 18.5 15.49 18.5L15.25 18.75C15.24 18.75 15.24 18.76 15.24 18.76C15.23 18.77 15.23 18.77 15.22 18.77L15.19 18.81C15.18 18.81 15.18 18.82 15.18 18.82C15.17 18.83 15.17 18.83 15.16 18.83L15.14 18.86C15.14 18.86 15.13 18.87 15.13 18.87C15.12 18.87 15.12 18.88 15.12 18.88L15.1 18.89C15.1 18.9 15.1 18.9 15.09 18.91C15.09 18.91 15.08 18.91 15.08 18.92L15.04 18.95C15.04 18.96 15.04 18.96 15.03 18.97C15.03 18.97 15.02 18.97 15.02 18.98L14.88 19.11C14.88 19.12 14.88 19.12 14.87 19.13C14.87 19.13 14.86 19.13 14.86 19.14C14.86 19.14 14.85 19.15 14.85 19.15C14.84 19.15 14.84 19.16 14.84 19.16C14.83 19.17 14.83 19.17 14.82 19.18L14.8 19.2C14.79 19.2 14.79 19.21 14.79 19.21C14.78 19.22 14.78 19.22 14.77 19.22L14.72 19.28C14.72 19.28 14.71 19.28 14.71 19.29C14.71 19.29 14.7 19.3 14.7 19.3L14.58 19.41C14.58 19.42 14.57 19.42 14.57 19.43C14.57 19.43 14.56 19.44 14.56 19.44L14.51 19.49C14.5 19.5 14.5 19.5 14.49 19.51C14.49 19.51 14.48 19.51 14.48 19.52L14.39 19.61C14.38 19.61 14.38 19.62 14.38 19.62C14.37 19.63 14.37 19.63 14.36 19.64L14.28 19.71C14.28 19.72 14.27 19.72 14.27 19.73C14.27 19.73 14.26 19.74 14.26 19.74L14.2 19.79C14.2 19.8 14.19 19.8 14.19 19.81C14.19 19.81 14.18 19.82 14.18 19.82L14 20L12.94 18.94L13.12 18.76C13.12 18.76 13.12 18.75 13.13 18.75C13.13 18.74 13.14 18.74 13.14 18.73L13.2 18.68C13.2 18.68 13.2 18.67 13.21 18.67C13.21 18.66 13.22 18.66 13.22 18.65L13.3 18.57C13.31 18.57 13.31 18.57 13.31 18.56C13.32 18.56 13.32 18.55 13.33 18.55L13.42 18.46C13.42 18.45 13.43 18.45 13.43 18.44C13.44 18.44 13.44 18.44 13.45 18.43L13.5 18.38C13.5 18.38 13.5 18.37 13.51 18.37C13.51 18.36 13.52 18.36 13.52 18.35L13.64 18.24C13.64 18.24 13.64 18.23 13.65 18.23C13.65 18.22 13.66 18.22 13.66 18.22L13.71 18.16C13.72 18.16 13.72 18.16 13.72 18.15C13.73 18.15 13.73 18.14 13.74 18.14L13.76 18.11C13.77 18.11 13.77 18.11 13.77 18.1C13.78 18.1 13.78 18.09 13.79 18.09C13.79 18.09 13.79 18.08 13.8 18.08C13.8 18.07 13.81 18.07 13.81 18.06C13.81 18.06 13.82 18.06 13.82 18.05L13.96 17.92C13.96 17.91 13.97 17.91 13.97 17.91C13.97 17.9 13.98 17.9 13.98 17.89L14.02 17.86C14.02 17.85 14.03 17.85 14.03 17.85C14.03 17.84 14.04 17.84 14.04 17.83C14.05 17.83 14.05 17.83 14.05 17.82C14.06 17.82 14.06 17.81 14.07 17.81C14.07 17.81 14.08 17.8 14.08 17.8L14.1 17.77C14.11 17.77 14.11 17.77 14.11 17.76C14.12 17.76 14.12 17.75 14.13 17.75L14.16 17.71C14.17 17.71 14.17 17.71 14.17 17.7C14.18 17.7 14.18 17.69 14.19 17.69L14.43 17.44C14.44 17.44 14.44 17.44 14.44 17.43C14.45 17.43 14.45 17.42 14.46 17.42L14.49 17.39C14.49 17.38 14.5 17.38 14.5 17.37C14.5 17.37 14.51 17.37 14.51 17.36L14.67 17.2C14.68 17.2 14.68 17.2 14.68 17.19C14.69 17.19 14.69 17.18 14.7 17.18L14.88 17C14.88 17 14.88 16.99 14.89 16.99C14.89 16.99 14.89 16.98 14.9 16.98L14.93 16.95C14.93 16.94 14.94 16.94 14.94 16.93C14.95 16.93 14.95 16.93 14.95 16.92C14.96 16.92 14.96 16.92 14.96 16.91C14.97 16.91 14.97 16.9 14.97 16.9C14.98 16.9 14.98 16.89 14.99 16.89C14.99 16.89 14.99 16.88 15 16.88C15 16.88 15 16.87 15.01 16.87C15.01 16.86 15.02 16.86 15.02 16.86C15.02 16.85 15.03 16.85 15.03 16.85C15.03 16.84 15.04 16.84 15.04 16.83C15.04 16.83 15.05 16.83 15.05 16.82L15.16 16.71C15.17 16.71 15.17 16.71 15.17 16.7C15.18 16.7 15.18 16.7 15.18 16.69L15.29 16.58C15.3 16.58 15.3 16.58 15.3 16.57C15.31 16.57 15.31 16.56 15.32 16.56L15.39 16.49C15.39 16.48 15.4 16.48 15.4 16.47L15.4 16.47C15.4 16.47 15.4 16.46 15.39 16.46C15.39 16.46 15.38 16.45 15.38 16.45L15.31 16.37C15.3 16.37 15.3 16.37 15.29 16.36C15.29 16.36 15.29 16.35 15.28 16.35L15.17 16.24C15.17 16.24 15.17 16.24 15.16 16.23C15.16 16.23 15.16 16.22 15.15 16.22L15.04 16.11C15.04 16.11 15.03 16.1 15.03 16.1C15.03 16.1 15.02 16.09 15.02 16.09C15.02 16.08 15.01 16.08 15.01 16.08C15.01 16.07 15 16.07 15 16.07C14.99 16.06 14.99 16.06 14.99 16.06C14.98 16.05 14.98 16.05 14.98 16.04C14.97 16.04 14.97 16.04 14.96 16.03C14.96 16.03 14.96 16.03 14.95 16.02C14.95 16.02 14.95 16.01 14.94 16.01C14.94 16.01 14.94 16 14.93 16C14.93 16 14.92 15.99 14.92 15.99L14.89 15.96C14.88 15.95 14.88 15.95 14.88 15.94C14.87 15.94 14.87 15.94 14.87 15.93L14.69 15.75C14.68 15.75 14.68 15.75 14.67 15.74C14.67 15.74 14.67 15.73 14.66 15.73L14.5 15.57C14.5 15.57 14.49 15.56 14.49 15.56C14.49 15.56 14.48 15.55 14.48 15.55L14.45 15.51C14.44 15.51 14.44 15.51 14.43 15.5C14.43 15.5 14.43 15.49 14.42 15.49L14.18 15.24C14.17 15.24 14.17 15.24 14.16 15.23C14.16 15.23 14.16 15.22 14.15 15.22L14.12 15.18C14.11 15.18 14.11 15.18 14.1 15.17C14.1 15.17 14.1 15.16 14.09 15.16L14.07 15.14C14.07 15.13 14.06 15.13 14.06 15.13C14.05 15.12 14.05 15.12 14.04 15.11C14.04 15.11 14.04 15.1 14.03 15.1C14.03 15.1 14.02 15.09 14.02 15.09C14.02 15.09 14.01 15.08 14.01 15.08L13.97 15.04C13.97 15.04 13.96 15.03 13.96 15.03C13.96 15.02 13.95 15.02 13.95 15.02L13.81 14.88C13.81 14.88 13.8 14.87 13.8 14.87C13.8 14.87 13.79 14.86 13.79 14.86C13.79 14.85 13.78 14.85 13.78 14.84C13.77 14.84 13.77 14.84 13.76 14.83C13.76 14.83 13.76 14.82 13.75 14.82L13.73 14.79C13.72 14.79 13.72 14.79 13.71 14.78C13.71 14.78 13.71 14.77 13.7 14.77L13.65 14.72C13.65 14.72 13.64 14.71 13.64 14.71C13.63 14.7 13.63 14.7 13.63 14.69L13.51 14.58C13.51 14.58 13.5 14.57 13.5 14.57C13.49 14.56 13.49 14.56 13.49 14.55L13.44 14.5C13.43 14.5 13.43 14.49 13.42 14.49C13.42 14.49 13.41 14.48 13.41 14.48L13.32 14.39C13.31 14.38 13.31 14.38 13.3 14.37C13.3 14.37 13.3 14.36 13.29 14.36L13.21 14.28C13.21 14.28 13.2 14.27 13.2 14.27C13.19 14.26 13.19 14.26 13.19 14.25L13.13 14.2C13.13 14.2 13.12 14.19 13.12 14.19C13.11 14.18 13.11 14.18 13.11 14.17L12.93 14L13.99 12.94L14.17 13.11C14.17 13.12 14.18 13.12 14.18 13.13C14.19 13.13 14.19 13.14 14.19 13.14L14.25 13.19C14.25 13.2 14.26 13.2 14.26 13.21C14.27 13.21 14.27 13.22 14.27 13.22L14.35 13.3C14.36 13.3 14.36 13.31 14.37 13.31C14.37 13.32 14.37 13.32 14.38 13.33L14.47 13.42C14.47 13.42 14.48 13.42 14.48 13.43C14.49 13.43 14.49 13.44 14.5 13.44L14.55 13.49C14.55 13.5 14.56 13.5 14.56 13.51C14.56 13.51 14.57 13.52 14.57 13.52L14.69 13.63C14.69 13.64 14.7 13.64 14.7 13.65C14.7 13.65 14.71 13.65 14.71 13.66L14.76 13.71C14.77 13.71 14.77 13.72 14.78 13.72C14.78 13.73 14.78 13.73 14.79 13.73L14.81 13.76C14.82 13.76 14.82 13.77 14.83 13.77C14.83 13.77 14.83 13.78 14.84 13.78L14.85 13.8C14.85 13.8 14.86 13.8 14.86 13.81C14.87 13.81 14.87 13.82 14.87 13.82L15.01 13.96C15.01 13.96 15.02 13.96 15.02 13.97C15.03 13.97 15.03 13.98 15.03 13.98L15.07 14.02C15.07 14.02 15.08 14.02 15.08 14.03C15.09 14.03 15.09 14.04 15.09 14.04C15.1 14.04 15.1 14.05 15.11 14.05C15.11 14.06 15.11 14.06 15.12 14.06C15.12 14.07 15.13 14.07 15.13 14.08L15.15 14.1C15.16 14.1 15.16 14.11 15.17 14.11C15.17 14.12 15.17 14.12 15.18 14.12L15.21 14.16C15.22 14.16 15.22 14.17 15.23 14.17C15.23 14.18 15.23 14.18 15.24 14.18L15.48 14.43C15.49 14.43 15.49 14.44 15.5 14.44C15.5 14.44 15.5 14.45 15.51 14.45L15.54 14.49C15.54 14.49 15.55 14.49 15.55 14.5C15.56 14.5 15.56 14.51 15.56 14.51L15.72 14.67C15.73 14.67 15.73 14.68 15.74 14.68C15.74 14.68 15.74 14.69 15.75 14.69L15.93 14.87C15.93 14.88 15.93 14.88 15.94 14.88C15.94 14.89 15.94 14.89 15.95 14.89L15.98 14.93C15.99 14.93 15.99 14.94 15.99 14.94C16 14.94 16 14.95 16 14.95C16.01 14.95 16.01 14.96 16.01 14.96C16.02 14.96 16.02 14.97 16.03 14.97C16.03 14.98 16.03 14.98 16.04 14.98C16.04 14.99 16.04 14.99 16.05 14.99C16.05 15 16.06 15 16.06 15.01C16.06 15.01 16.07 15.01 16.07 15.02C16.07 15.02 16.08 15.02 16.08 15.03C16.08 15.03 16.09 15.03 16.09 15.04C16.1 15.04 16.1 15.05 16.1 15.05L16.21 15.16C16.22 15.16 16.22 15.17 16.22 15.17C16.23 15.17 16.23 15.18 16.24 15.18L16.34 15.29C16.35 15.29 16.35 15.3 16.36 15.3C16.36 15.3 16.36 15.31 16.37 15.31L16.44 15.39C16.45 15.39 16.45 15.4 16.45 15.4C16.46 15.4 16.46 15.41 16.46 15.41L16.46 15.41L16.47 15.41C16.47 15.41 16.47 15.4 16.48 15.4C16.48 15.4 16.48 15.39 16.49 15.39L16.56 15.31C16.57 15.31 16.57 15.3 16.57 15.3C16.58 15.3 16.58 15.29 16.59 15.29L16.69 15.18C16.7 15.18 16.7 15.17 16.71 15.17C16.71 15.17 16.71 15.16 16.72 15.16L16.83 15.05C16.83 15.05 16.83 15.04 16.84 15.04C16.84 15.03 16.85 15.03 16.85 15.03C16.85 15.02 16.86 15.02 16.86 15.02C16.86 15.01 16.87 15.01 16.87 15.01C16.87 15 16.88 15 16.88 14.99C16.89 14.99 16.89 14.99 16.89 14.98C16.9 14.98 16.9 14.98 16.9 14.97C16.91 14.97 16.91 14.96 16.92 14.96C16.92 14.96 16.92 14.95 16.93 14.95C16.93 14.95 16.93 14.94 16.94 14.94C16.94 14.94 16.94 14.93 16.95 14.93L16.98 14.89C16.99 14.89 16.99 14.89 16.99 14.88C17 14.88 17 14.88 17 14.87L17.18 14.69C17.19 14.69 17.19 14.68 17.19 14.68C17.2 14.68 17.2 14.67 17.21 14.67L17.37 14.51C17.37 14.51 17.37 14.5 17.38 14.5C17.38 14.49 17.39 14.49 17.39 14.49L17.42 14.45C17.43 14.45 17.43 14.44 17.43 14.44C17.44 14.44 17.44 14.43 17.45 14.43L17.69 14.18C17.7 14.18 17.7 14.18 17.7 14.17C17.71 14.17 17.71 14.16 17.72 14.16L17.75 14.12C17.76 14.12 17.76 14.12 17.76 14.11C17.77 14.11 17.77 14.1 17.78 14.1L17.8 14.08C17.8 14.07 17.81 14.07 17.81 14.06C17.82 14.06 17.82 14.06 17.82 14.05C17.83 14.05 17.83 14.04 17.84 14.04C17.84 14.04 17.84 14.03 17.85 14.03C17.85 14.02 17.86 14.02 17.86 14.02L17.9 13.98C17.9 13.98 17.9 13.97 17.91 13.97C17.91 13.96 17.92 13.96 17.92 13.96L18.06 13.82C18.06 13.82 18.06 13.81 18.07 13.81C18.07 13.8 18.08 13.8 18.08 13.8L18.09 13.78C18.1 13.78 18.1 13.77 18.1 13.77C18.11 13.77 18.11 13.76 18.12 13.76L18.14 13.73C18.15 13.73 18.15 13.73 18.15 13.72C18.16 13.72 18.16 13.71 18.17 13.71L18.22 13.66C18.22 13.65 18.23 13.65 18.23 13.65C18.23 13.64 18.24 13.64 18.24 13.63L18.36 13.52C18.36 13.52 18.36 13.51 18.37 13.51C18.37 13.5 18.38 13.5 18.38 13.49L18.43 13.44C18.44 13.44 18.44 13.43 18.45 13.43C18.45 13.42 18.46 13.42 18.46 13.42L18.55 13.33C18.56 13.32 18.56 13.32 18.56 13.31C18.57 13.31 18.57 13.3 18.58 13.3L18.66 13.22C18.66 13.22 18.66 13.21 18.67 13.21C18.67 13.2 18.68 13.2 18.68 13.19L18.74 13.14C18.74 13.14 18.74 13.13 18.75 13.13C18.75 13.12 18.76 13.12 18.76 13.11L18.94 12.94L20 14Z" }));
36
+ Function.displayName = "Function";
37
+ var Function_default = Function;
@@ -0,0 +1,37 @@
1
+ "use strict";
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
+ }
18
+ return to;
19
+ };
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
25
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
+ mod
27
+ ));
28
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
+ var FunctionSmall_exports = {};
30
+ __export(FunctionSmall_exports, {
31
+ default: () => FunctionSmall_default
32
+ });
33
+ module.exports = __toCommonJS(FunctionSmall_exports);
34
+ var React = __toESM(require("react"));
35
+ const FunctionSmall = ({ size, ...props }) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 18 18", fill: "currentColor", width: size || "18", height: size || "18", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M5.91 6.01C6.06 4.24 7.83 3.07 9.52 3.63L10.11 3.83L9.63 5.25L9.05 5.06C8.28 4.8 7.48 5.33 7.41 6.14L7.35 6.79H8.87V8.29H7.23L6.88 12.47C6.71 14.48 4.52 15.63 2.78 14.63L2 14.19L2.74 12.89L3.52 13.33C4.31 13.79 5.31 13.26 5.39 12.35L5.72 8.29H4.37V6.79H5.85L5.91 6.01ZM15.04 9.88L14.97 9.94C14.97 9.95 14.97 9.95 14.96 9.96C14.96 9.96 14.96 9.96 14.95 9.97L14.88 10.03C14.88 10.04 14.88 10.04 14.87 10.05C14.87 10.05 14.87 10.05 14.86 10.06L14.74 10.18C14.74 10.18 14.73 10.19 14.73 10.19C14.73 10.19 14.72 10.2 14.72 10.2L14.51 10.4C14.51 10.41 14.51 10.41 14.5 10.42C14.5 10.42 14.5 10.42 14.49 10.42L14.37 10.55C14.36 10.55 14.36 10.56 14.36 10.56C14.36 10.56 14.35 10.57 14.35 10.57L14.22 10.69C14.22 10.7 14.22 10.7 14.21 10.71C14.21 10.71 14.21 10.71 14.2 10.71L14.13 10.79C14.13 10.79 14.13 10.79 14.12 10.8C14.12 10.8 14.12 10.8 14.11 10.81L14.09 10.83C14.09 10.83 14.09 10.83 14.08 10.84C14.08 10.84 14.08 10.84 14.07 10.85L14.04 10.88C14.04 10.88 14.04 10.88 14.03 10.89C14.03 10.89 14.03 10.89 14.02 10.9L13.95 10.97C13.94 10.98 13.94 10.98 13.94 10.98L13.87 11.05C13.86 11.06 13.86 11.06 13.86 11.06L13.78 11.14C13.78 11.14 13.77 11.15 13.77 11.15C13.77 11.15 13.76 11.16 13.76 11.16L13.54 11.38C13.54 11.38 13.54 11.38 13.53 11.39C13.53 11.39 13.53 11.39 13.52 11.4L13.5 11.42C13.49 11.43 13.49 11.43 13.49 11.43C13.48 11.44 13.48 11.44 13.48 11.44L13.33 11.59C13.33 11.59 13.32 11.6 13.32 11.6C13.32 11.6 13.31 11.61 13.31 11.61L13.28 11.64C13.28 11.64 13.28 11.64 13.27 11.65C13.27 11.65 13.27 11.65 13.26 11.66L13.24 11.68C13.23 11.69 13.23 11.69 13.23 11.69C13.22 11.7 13.22 11.7 13.22 11.7C13.21 11.7 13.21 11.71 13.21 11.71C13.21 11.71 13.2 11.72 13.2 11.72C13.2 11.72 13.19 11.73 13.19 11.73L13.15 11.76C13.15 11.77 13.15 11.77 13.15 11.77C13.14 11.78 13.14 11.78 13.14 11.78C13.13 11.79 13.13 11.79 13.13 11.79C13.12 11.8 13.12 11.8 13.12 11.8C13.12 11.8 13.11 11.81 13.11 11.81L13.07 11.85L13.11 11.88C13.11 11.88 13.11 11.89 13.12 11.89C13.12 11.89 13.12 11.9 13.13 11.9C13.13 11.9 13.13 11.91 13.13 11.91C13.14 11.91 13.14 11.91 13.14 11.92C13.15 11.92 13.15 11.92 13.15 11.93L13.19 11.96C13.19 11.97 13.2 11.97 13.2 11.97C13.2 11.97 13.2 11.98 13.21 11.98C13.21 11.98 13.21 11.99 13.22 11.99C13.22 11.99 13.22 12 13.23 12C13.23 12 13.23 12.01 13.23 12.01L13.26 12.04C13.26 12.04 13.27 12.04 13.27 12.04C13.27 12.05 13.28 12.05 13.28 12.05L13.31 12.08C13.31 12.09 13.31 12.09 13.32 12.09C13.32 12.09 13.32 12.1 13.33 12.1L13.47 12.25C13.48 12.25 13.48 12.25 13.48 12.26C13.49 12.26 13.49 12.26 13.49 12.27L13.52 12.3C13.52 12.3 13.53 12.3 13.53 12.3C13.53 12.31 13.54 12.31 13.54 12.31L13.76 12.53C13.76 12.54 13.77 12.54 13.77 12.54C13.77 12.55 13.77 12.55 13.78 12.55L13.86 12.63C13.86 12.63 13.86 12.64 13.87 12.64L13.93 12.71C13.94 12.71 13.94 12.71 13.94 12.72L14.02 12.8C14.02 12.8 14.03 12.8 14.03 12.81C14.04 12.81 14.04 12.81 14.04 12.82L14.07 12.85C14.07 12.85 14.08 12.85 14.08 12.86C14.09 12.86 14.09 12.86 14.09 12.87L14.11 12.89C14.11 12.89 14.12 12.89 14.12 12.9C14.13 12.9 14.13 12.9 14.13 12.91L14.2 12.98C14.21 12.98 14.21 12.98 14.21 12.99C14.22 12.99 14.22 12.99 14.22 13L14.35 13.12C14.35 13.12 14.35 13.13 14.36 13.13C14.36 13.13 14.36 13.14 14.37 13.14L14.41 13.18C14.41 13.19 14.42 13.19 14.42 13.19C14.42 13.2 14.43 13.2 14.43 13.2L14.49 13.27C14.5 13.27 14.5 13.27 14.5 13.28C14.51 13.28 14.51 13.28 14.51 13.29L14.72 13.49C14.72 13.49 14.72 13.5 14.73 13.5C14.73 13.51 14.74 13.51 14.74 13.51L14.86 13.63C14.86 13.64 14.87 13.64 14.87 13.65C14.88 13.65 14.88 13.65 14.88 13.66L14.95 13.72C14.95 13.73 14.96 13.73 14.96 13.74C14.97 13.74 14.97 13.74 14.97 13.75L15.04 13.82L13.98 14.88L13.91 14.81C13.91 14.8 13.9 14.8 13.9 14.8C13.9 14.79 13.89 14.79 13.89 14.79L13.82 14.72C13.82 14.71 13.81 14.71 13.81 14.71C13.81 14.7 13.8 14.7 13.8 14.7L13.68 14.57C13.68 14.57 13.67 14.57 13.67 14.56C13.66 14.56 13.66 14.56 13.66 14.55L13.45 14.35C13.45 14.34 13.44 14.34 13.44 14.34C13.44 14.33 13.44 14.33 13.43 14.33L13.37 14.26C13.36 14.26 13.36 14.26 13.36 14.25C13.35 14.25 13.35 14.25 13.35 14.24L13.31 14.2C13.3 14.2 13.3 14.19 13.29 14.19C13.29 14.19 13.29 14.18 13.29 14.18L13.16 14.06C13.16 14.05 13.15 14.05 13.15 14.05C13.15 14.04 13.14 14.04 13.14 14.04L13.07 13.97C13.07 13.96 13.06 13.96 13.06 13.96C13.06 13.95 13.05 13.95 13.05 13.95L13.03 13.93C13.03 13.92 13.02 13.92 13.02 13.92C13.02 13.91 13.01 13.91 13.01 13.91L12.98 13.88C12.98 13.87 12.97 13.87 12.97 13.87C12.97 13.86 12.96 13.86 12.96 13.86L12.88 13.78C12.88 13.78 12.88 13.77 12.87 13.77L12.8 13.7C12.8 13.7 12.8 13.69 12.79 13.69L12.72 13.61C12.71 13.61 12.71 13.61 12.71 13.6C12.7 13.6 12.7 13.6 12.7 13.59L12.48 13.38C12.48 13.37 12.47 13.37 12.47 13.37C12.47 13.36 12.46 13.36 12.46 13.36L12.43 13.33C12.43 13.33 12.43 13.32 12.42 13.32C12.42 13.32 12.42 13.31 12.41 13.31L12.27 13.16C12.26 13.16 12.26 13.16 12.26 13.15C12.25 13.15 12.25 13.15 12.25 13.14L12.22 13.12C12.22 13.11 12.21 13.11 12.21 13.11C12.21 13.1 12.2 13.1 12.2 13.1L12.17 13.07C12.17 13.07 12.17 13.06 12.16 13.06C12.16 13.06 12.16 13.05 12.16 13.05C12.15 13.05 12.15 13.04 12.15 13.04C12.14 13.04 12.14 13.04 12.14 13.03C12.13 13.03 12.13 13.03 12.13 13.02L12.09 12.99C12.09 12.98 12.09 12.98 12.08 12.98C12.08 12.98 12.08 12.97 12.07 12.97C12.07 12.97 12.07 12.96 12.06 12.96C12.06 12.96 12.06 12.95 12.05 12.95C12.05 12.95 12.05 12.94 12.05 12.94L12.01 12.91L11.98 12.94C11.97 12.94 11.97 12.95 11.97 12.95C11.97 12.95 11.96 12.96 11.96 12.96C11.96 12.96 11.95 12.97 11.95 12.97C11.95 12.97 11.94 12.98 11.94 12.98C11.94 12.98 11.93 12.98 11.93 12.99L11.9 13.02C11.89 13.03 11.89 13.03 11.89 13.03C11.88 13.04 11.88 13.04 11.88 13.04C11.87 13.04 11.87 13.05 11.87 13.05C11.87 13.05 11.86 13.06 11.86 13.06C11.86 13.06 11.85 13.07 11.85 13.07L11.82 13.1C11.82 13.1 11.82 13.1 11.81 13.11C11.81 13.11 11.81 13.11 11.8 13.12L11.78 13.14C11.77 13.15 11.77 13.15 11.77 13.15C11.76 13.16 11.76 13.16 11.76 13.16L11.61 13.31C11.61 13.31 11.6 13.32 11.6 13.32C11.6 13.32 11.59 13.33 11.59 13.33L11.56 13.36C11.56 13.36 11.56 13.36 11.55 13.37C11.55 13.37 11.55 13.37 11.54 13.38L11.33 13.59C11.32 13.6 11.32 13.6 11.32 13.6C11.31 13.61 11.31 13.61 11.31 13.61L11.23 13.69C11.23 13.69 11.22 13.7 11.22 13.7L11.15 13.77C11.15 13.77 11.14 13.78 11.14 13.78L11.06 13.86C11.06 13.86 11.06 13.86 11.05 13.87C11.05 13.87 11.05 13.87 11.04 13.88L11.01 13.91C11.01 13.91 11.01 13.91 11 13.92C11 13.92 11 13.92 10.99 13.93L10.97 13.95C10.97 13.95 10.97 13.95 10.96 13.96C10.96 13.96 10.96 13.96 10.95 13.97L10.88 14.04C10.88 14.04 10.88 14.04 10.87 14.05C10.87 14.05 10.86 14.05 10.86 14.06L10.74 14.18C10.73 14.18 10.73 14.19 10.73 14.19C10.73 14.19 10.72 14.2 10.72 14.2L10.68 14.24C10.67 14.25 10.67 14.25 10.67 14.25C10.66 14.26 10.66 14.26 10.66 14.26L10.59 14.33C10.59 14.33 10.59 14.33 10.58 14.34C10.58 14.34 10.57 14.34 10.57 14.35L10.37 14.55C10.36 14.56 10.36 14.56 10.36 14.56C10.35 14.57 10.35 14.57 10.34 14.57L10.22 14.7C10.22 14.7 10.22 14.7 10.21 14.71C10.21 14.71 10.2 14.71 10.2 14.72L10.13 14.79C10.13 14.79 10.13 14.79 10.12 14.8C10.12 14.8 10.12 14.8 10.11 14.81L10.04 14.88L8.98 13.82L9.05 13.75C9.05 13.74 9.06 13.74 9.06 13.74C9.07 13.73 9.07 13.73 9.07 13.72L9.14 13.66C9.14 13.65 9.15 13.65 9.15 13.65C9.16 13.64 9.16 13.64 9.16 13.63L9.28 13.51C9.29 13.51 9.29 13.51 9.29 13.5C9.3 13.5 9.3 13.49 9.31 13.49L9.51 13.29C9.51 13.28 9.52 13.28 9.52 13.28C9.52 13.27 9.53 13.27 9.53 13.27L9.59 13.2C9.6 13.2 9.6 13.2 9.6 13.19C9.61 13.19 9.61 13.19 9.62 13.18L9.66 13.14C9.66 13.14 9.66 13.13 9.67 13.13C9.67 13.13 9.67 13.12 9.68 13.12L9.8 13C9.8 12.99 9.81 12.99 9.81 12.99C9.81 12.98 9.82 12.98 9.82 12.98L9.89 12.91C9.89 12.9 9.9 12.9 9.9 12.9C9.9 12.89 9.91 12.89 9.91 12.89L9.93 12.87C9.93 12.86 9.94 12.86 9.94 12.86C9.94 12.85 9.95 12.85 9.95 12.85L9.98 12.82C9.98 12.81 9.99 12.81 9.99 12.81C9.99 12.8 10 12.8 10 12.8L10.08 12.72C10.08 12.71 10.09 12.71 10.09 12.71L10.16 12.64C10.16 12.64 10.16 12.63 10.17 12.63L10.25 12.55C10.25 12.55 10.25 12.55 10.25 12.54C10.26 12.54 10.26 12.54 10.26 12.53L10.48 12.31C10.49 12.31 10.49 12.31 10.49 12.3C10.5 12.3 10.5 12.3 10.5 12.3L10.53 12.27C10.53 12.26 10.54 12.26 10.54 12.26C10.54 12.25 10.55 12.25 10.55 12.25L10.7 12.1C10.7 12.1 10.7 12.09 10.71 12.09C10.71 12.09 10.71 12.09 10.72 12.08L10.74 12.05C10.75 12.05 10.75 12.05 10.75 12.04C10.76 12.04 10.76 12.04 10.76 12.04L10.79 12.01C10.79 12.01 10.79 12 10.8 12C10.8 12 10.8 11.99 10.81 11.99C10.81 11.99 10.81 11.98 10.82 11.98C10.82 11.98 10.82 11.97 10.83 11.97C10.83 11.97 10.83 11.97 10.84 11.96L10.87 11.93C10.87 11.92 10.88 11.92 10.88 11.92C10.88 11.91 10.89 11.91 10.89 11.91C10.89 11.91 10.9 11.9 10.9 11.9C10.9 11.9 10.9 11.89 10.91 11.89C10.91 11.89 10.91 11.88 10.92 11.88L10.95 11.85L10.92 11.81C10.91 11.81 10.91 11.8 10.91 11.8C10.9 11.8 10.9 11.8 10.9 11.79C10.89 11.79 10.89 11.79 10.89 11.78C10.88 11.78 10.88 11.78 10.88 11.77C10.87 11.77 10.87 11.77 10.87 11.76L10.83 11.73C10.83 11.73 10.83 11.72 10.82 11.72C10.82 11.72 10.82 11.71 10.81 11.71C10.81 11.71 10.81 11.7 10.81 11.7C10.8 11.7 10.8 11.7 10.8 11.69C10.79 11.69 10.79 11.69 10.79 11.68L10.76 11.66C10.76 11.65 10.75 11.65 10.75 11.65C10.75 11.64 10.74 11.64 10.74 11.64L10.71 11.61C10.71 11.61 10.71 11.6 10.7 11.6C10.7 11.6 10.7 11.59 10.7 11.59L10.55 11.44C10.54 11.44 10.54 11.44 10.54 11.43C10.53 11.43 10.53 11.43 10.53 11.42L10.5 11.4C10.5 11.39 10.49 11.39 10.49 11.39C10.49 11.38 10.48 11.38 10.48 11.38L10.26 11.16C10.26 11.16 10.26 11.15 10.25 11.15C10.25 11.15 10.25 11.14 10.24 11.14L10.17 11.06C10.16 11.06 10.16 11.06 10.16 11.05L10.09 10.98C10.08 10.98 10.08 10.98 10.08 10.97L10 10.9C10 10.89 9.99 10.89 9.99 10.89C9.99 10.88 9.98 10.88 9.98 10.88L9.95 10.85C9.95 10.84 9.94 10.84 9.94 10.84C9.94 10.83 9.93 10.83 9.93 10.83L9.91 10.81C9.91 10.8 9.9 10.8 9.9 10.8C9.9 10.79 9.89 10.79 9.89 10.79L9.82 10.71C9.82 10.71 9.81 10.71 9.81 10.71C9.81 10.7 9.8 10.7 9.8 10.69L9.68 10.57C9.67 10.57 9.67 10.56 9.67 10.56C9.66 10.56 9.66 10.55 9.66 10.55L9.53 10.42C9.53 10.42 9.52 10.42 9.52 10.42C9.52 10.41 9.51 10.41 9.51 10.4L9.3 10.2C9.3 10.2 9.3 10.19 9.29 10.19C9.29 10.19 9.29 10.18 9.28 10.18L9.16 10.06C9.16 10.05 9.15 10.05 9.15 10.05C9.15 10.04 9.14 10.04 9.14 10.03L9.07 9.97C9.07 9.96 9.06 9.96 9.06 9.96C9.06 9.95 9.05 9.95 9.05 9.94L8.98 9.88L10.04 8.82L10.11 8.88C10.11 8.89 10.12 8.89 10.12 8.89C10.12 8.9 10.13 8.9 10.13 8.91L10.2 8.97C10.2 8.98 10.21 8.98 10.21 8.98C10.21 8.99 10.22 8.99 10.22 9L10.34 9.12C10.35 9.12 10.35 9.12 10.35 9.13C10.36 9.13 10.36 9.14 10.37 9.14L10.57 9.34C10.57 9.35 10.58 9.35 10.58 9.35C10.58 9.36 10.59 9.36 10.59 9.36L10.72 9.49C10.72 9.49 10.72 9.5 10.73 9.5C10.73 9.5 10.73 9.51 10.74 9.51L10.86 9.63C10.86 9.64 10.87 9.64 10.87 9.64C10.87 9.65 10.88 9.65 10.88 9.65L10.95 9.72C10.95 9.73 10.96 9.73 10.96 9.73C10.96 9.74 10.97 9.74 10.97 9.75L10.99 9.76C10.99 9.77 11 9.77 11 9.77C11 9.78 11.01 9.78 11.01 9.79L11.04 9.81C11.04 9.82 11.05 9.82 11.05 9.82C11.05 9.83 11.06 9.83 11.06 9.83L11.14 9.91C11.14 9.92 11.15 9.92 11.15 9.92L11.22 9.99C11.22 9.99 11.22 10 11.23 10L11.3 10.08C11.31 10.08 11.31 10.08 11.31 10.09C11.32 10.09 11.32 10.09 11.32 10.1L11.54 10.32C11.55 10.32 11.55 10.32 11.55 10.33C11.55 10.33 11.56 10.33 11.56 10.33L11.59 10.36C11.59 10.37 11.6 10.37 11.6 10.37C11.6 10.38 11.6 10.38 11.61 10.38L11.76 10.53C11.76 10.53 11.76 10.54 11.77 10.54C11.77 10.54 11.77 10.55 11.77 10.55L11.8 10.58C11.8 10.58 11.81 10.58 11.81 10.58C11.81 10.59 11.82 10.59 11.82 10.59L11.85 10.62C11.85 10.63 11.85 10.63 11.86 10.63C11.86 10.63 11.86 10.64 11.87 10.64C11.87 10.64 11.87 10.65 11.88 10.65C11.88 10.65 11.88 10.66 11.88 10.66C11.89 10.66 11.89 10.66 11.89 10.67L11.93 10.7C11.93 10.71 11.94 10.71 11.94 10.71C11.94 10.72 11.95 10.72 11.95 10.72C11.95 10.73 11.95 10.73 11.96 10.73C11.96 10.73 11.96 10.74 11.97 10.74C11.97 10.74 11.97 10.75 11.98 10.75L12.01 10.79L12.05 10.75C12.05 10.75 12.05 10.74 12.06 10.74C12.06 10.74 12.06 10.73 12.07 10.73C12.07 10.73 12.07 10.73 12.08 10.72C12.08 10.72 12.08 10.72 12.08 10.71C12.09 10.71 12.09 10.71 12.09 10.7L12.13 10.67C12.13 10.66 12.14 10.66 12.14 10.66C12.14 10.66 12.15 10.65 12.15 10.65C12.15 10.65 12.15 10.64 12.16 10.64C12.16 10.64 12.16 10.63 12.17 10.63C12.17 10.63 12.17 10.63 12.18 10.62L12.2 10.59C12.21 10.59 12.21 10.59 12.21 10.58C12.21 10.58 12.22 10.58 12.22 10.58L12.25 10.55C12.25 10.55 12.25 10.54 12.26 10.54C12.26 10.54 12.26 10.53 12.27 10.53L12.42 10.38C12.42 10.38 12.42 10.38 12.42 10.37C12.43 10.37 12.43 10.37 12.43 10.36L12.46 10.33C12.47 10.33 12.47 10.33 12.47 10.33C12.47 10.32 12.48 10.32 12.48 10.32L12.7 10.1C12.7 10.09 12.71 10.09 12.71 10.09C12.71 10.08 12.72 10.08 12.72 10.08L12.8 10C12.8 10 12.8 9.99 12.81 9.99L12.87 9.92C12.88 9.92 12.88 9.92 12.88 9.91L12.96 9.83C12.97 9.83 12.97 9.83 12.97 9.82C12.98 9.82 12.98 9.82 12.98 9.81L13.01 9.79C13.02 9.78 13.02 9.78 13.02 9.77C13.03 9.77 13.03 9.77 13.03 9.76L13.05 9.75C13.06 9.74 13.06 9.74 13.06 9.73C13.07 9.73 13.07 9.73 13.07 9.72L13.14 9.65C13.15 9.65 13.15 9.65 13.15 9.64C13.16 9.64 13.16 9.64 13.16 9.63L13.29 9.51C13.29 9.51 13.29 9.5 13.3 9.5C13.3 9.5 13.3 9.49 13.31 9.49L13.43 9.36C13.44 9.36 13.44 9.36 13.44 9.35C13.45 9.35 13.45 9.35 13.45 9.34L13.66 9.14C13.66 9.14 13.67 9.13 13.67 9.13C13.67 9.12 13.68 9.12 13.68 9.12L13.8 9C13.81 8.99 13.81 8.99 13.81 8.98C13.82 8.98 13.82 8.98 13.82 8.97L13.89 8.91C13.9 8.9 13.9 8.9 13.9 8.89C13.91 8.89 13.91 8.89 13.91 8.88L13.98 8.82L15.04 9.88Z" }));
36
+ FunctionSmall.displayName = "FunctionSmall";
37
+ var FunctionSmall_default = FunctionSmall;
@@ -0,0 +1,37 @@
1
+ "use strict";
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
+ }
18
+ return to;
19
+ };
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
25
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
+ mod
27
+ ));
28
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
+ var Paintbrush_exports = {};
30
+ __export(Paintbrush_exports, {
31
+ default: () => Paintbrush_default
32
+ });
33
+ module.exports = __toCommonJS(Paintbrush_exports);
34
+ var React = __toESM(require("react"));
35
+ const Paintbrush = ({ size, ...props }) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 24 24", fill: "currentColor", width: size || "24", height: size || "24", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M18.25 5C18.67 5 19 5.34 19 5.75V10.1C19 10.51 18.66 10.85 18.25 10.85H8.47C8.06 10.85 7.72 10.51 7.72 10.1V8.67H6.5V12.61H13.36C13.77 12.61 14.11 12.94 14.11 13.36V14.23H14.44C14.86 14.23 15.19 14.57 15.19 14.98V18.79C15.19 19.8 14.37 20.62 13.36 20.62C12.34 20.62 11.52 19.8 11.52 18.79V14.98C11.52 14.57 11.85 14.23 12.27 14.23H12.61V14.11H5.75C5.34 14.11 5 13.77 5 13.36V7.92C5 7.51 5.34 7.17 5.75 7.17H7.72V5.75C7.72 5.34 8.06 5 8.47 5H18.25ZM13.02 18.79C13.02 18.97 13.17 19.12 13.36 19.12C13.54 19.12 13.69 18.97 13.69 18.79V15.73H13.02V18.79ZM9.22 9.35H17.5V6.5H9.22V9.35Z" }));
36
+ Paintbrush.displayName = "Paintbrush";
37
+ var Paintbrush_default = Paintbrush;
@@ -0,0 +1,37 @@
1
+ "use strict";
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
+ }
18
+ return to;
19
+ };
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
25
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
+ mod
27
+ ));
28
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
+ var PaintbrushFilled_exports = {};
30
+ __export(PaintbrushFilled_exports, {
31
+ default: () => PaintbrushFilled_default
32
+ });
33
+ module.exports = __toCommonJS(PaintbrushFilled_exports);
34
+ var React = __toESM(require("react"));
35
+ const PaintbrushFilled = ({ size, ...props }) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 24 24", fill: "currentColor", width: size || "24", height: size || "24", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M18.25 5C18.67 5 19 5.34 19 5.75V10.1C19 10.51 18.66 10.85 18.25 10.85H8.47C8.06 10.85 7.72 10.51 7.72 10.1V8.67H6.5V12.61H13.36C13.77 12.61 14.11 12.94 14.11 13.36V14.23H14.44C14.86 14.23 15.19 14.57 15.19 14.98V18.79C15.19 19.8 14.37 20.62 13.36 20.62C12.34 20.62 11.52 19.8 11.52 18.79V14.98C11.52 14.57 11.85 14.23 12.27 14.23H12.61V14.11H5.75C5.34 14.11 5 13.77 5 13.36V7.92C5 7.51 5.34 7.17 5.75 7.17H7.72V5.75C7.72 5.34 8.06 5 8.47 5H18.25ZM13.02 18.79C13.02 18.97 13.17 19.12 13.36 19.12C13.54 19.12 13.69 18.97 13.69 18.79V15.73H13.02V18.79Z" }));
36
+ PaintbrushFilled.displayName = "PaintbrushFilled";
37
+ var PaintbrushFilled_default = PaintbrushFilled;
@@ -0,0 +1,37 @@
1
+ "use strict";
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
+ }
18
+ return to;
19
+ };
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
25
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
+ mod
27
+ ));
28
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
+ var PaintbrushFilledSmall_exports = {};
30
+ __export(PaintbrushFilledSmall_exports, {
31
+ default: () => PaintbrushFilledSmall_default
32
+ });
33
+ module.exports = __toCommonJS(PaintbrushFilledSmall_exports);
34
+ var React = __toESM(require("react"));
35
+ const PaintbrushFilledSmall = ({ size, ...props }) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 18 18", fill: "currentColor", width: size || "18", height: size || "18", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M13.94 3C14.35 3 14.69 3.34 14.69 3.75V7.29C14.69 7.71 14.35 8.04 13.94 8.04H5.97C5.55 8.04 5.22 7.71 5.22 7.29V6.27H4.5V9.2H11.21C11.63 9.2 11.96 9.53 11.96 9.95V14.01C11.96 15.11 11.07 16 9.96 16C8.86 16 7.96 15.11 7.96 14.01V10.7H3.75C3.34 10.7 3 10.36 3 9.95V5.52C3 5.11 3.34 4.77 3.75 4.77H5.22V3.75C5.22 3.34 5.55 3 5.97 3H13.94ZM9.46 14.01C9.46 14.29 9.68 14.51 9.96 14.51C10.24 14.51 10.46 14.29 10.46 14.01V10.7H9.46V14.01Z" }));
36
+ PaintbrushFilledSmall.displayName = "PaintbrushFilledSmall";
37
+ var PaintbrushFilledSmall_default = PaintbrushFilledSmall;
@@ -0,0 +1,37 @@
1
+ "use strict";
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
+ }
18
+ return to;
19
+ };
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
25
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
+ mod
27
+ ));
28
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
+ var PaintbrushSmall_exports = {};
30
+ __export(PaintbrushSmall_exports, {
31
+ default: () => PaintbrushSmall_default
32
+ });
33
+ module.exports = __toCommonJS(PaintbrushSmall_exports);
34
+ var React = __toESM(require("react"));
35
+ const PaintbrushSmall = ({ size, ...props }) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 18 18", fill: "currentColor", width: size || "18", height: size || "18", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M13.94 3C14.35 3 14.69 3.34 14.69 3.75V7.29C14.69 7.71 14.35 8.04 13.94 8.04H5.97C5.55 8.04 5.22 7.71 5.22 7.29V6.27H4.5V9.2H11.21C11.63 9.2 11.96 9.53 11.96 9.95V14.01C11.96 15.11 11.07 16 9.96 16C8.86 16 7.96 15.11 7.96 14.01V10.7H3.75C3.34 10.7 3 10.36 3 9.95V5.52C3 5.11 3.34 4.77 3.75 4.77H5.22V3.75C5.22 3.34 5.55 3 5.97 3H13.94ZM9.46 14.01C9.46 14.29 9.68 14.51 9.96 14.51C10.24 14.51 10.46 14.29 10.46 14.01V10.7H9.46V14.01ZM6.72 6.54H13.19V4.5H6.72V6.54Z" }));
36
+ PaintbrushSmall.displayName = "PaintbrushSmall";
37
+ var PaintbrushSmall_default = PaintbrushSmall;
@@ -446,6 +446,8 @@ __export(dist_exports, {
446
446
  ForwardTopSmall: () => import_ForwardTopSmall.default,
447
447
  FourThreeRatio: () => import_FourThreeRatio.default,
448
448
  FourThreeRatioSmall: () => import_FourThreeRatioSmall.default,
449
+ Function: () => import_Function.default,
450
+ FunctionSmall: () => import_FunctionSmall.default,
449
451
  Gallery: () => import_Gallery.default,
450
452
  GallerySmall: () => import_GallerySmall.default,
451
453
  Game: () => import_Game.default,
@@ -767,6 +769,10 @@ __export(dist_exports, {
767
769
  PagesSmall: () => import_PagesSmall.default,
768
770
  PaidPlans: () => import_PaidPlans.default,
769
771
  PaidPlansSmall: () => import_PaidPlansSmall.default,
772
+ Paintbrush: () => import_Paintbrush.default,
773
+ PaintbrushFilled: () => import_PaintbrushFilled.default,
774
+ PaintbrushFilledSmall: () => import_PaintbrushFilledSmall.default,
775
+ PaintbrushSmall: () => import_PaintbrushSmall.default,
770
776
  PanTool: () => import_PanTool.default,
771
777
  PanToolSmall: () => import_PanToolSmall.default,
772
778
  Passkey: () => import_Passkey.default,
@@ -1595,6 +1601,8 @@ var import_ForwardTop = __toESM(require("./components/ForwardTop"));
1595
1601
  var import_ForwardTopSmall = __toESM(require("./components/ForwardTopSmall"));
1596
1602
  var import_FourThreeRatio = __toESM(require("./components/FourThreeRatio"));
1597
1603
  var import_FourThreeRatioSmall = __toESM(require("./components/FourThreeRatioSmall"));
1604
+ var import_Function = __toESM(require("./components/Function"));
1605
+ var import_FunctionSmall = __toESM(require("./components/FunctionSmall"));
1598
1606
  var import_Gallery = __toESM(require("./components/Gallery"));
1599
1607
  var import_GallerySmall = __toESM(require("./components/GallerySmall"));
1600
1608
  var import_Game = __toESM(require("./components/Game"));
@@ -1916,6 +1924,10 @@ var import_Pages = __toESM(require("./components/Pages"));
1916
1924
  var import_PagesSmall = __toESM(require("./components/PagesSmall"));
1917
1925
  var import_PaidPlans = __toESM(require("./components/PaidPlans"));
1918
1926
  var import_PaidPlansSmall = __toESM(require("./components/PaidPlansSmall"));
1927
+ var import_Paintbrush = __toESM(require("./components/Paintbrush"));
1928
+ var import_PaintbrushFilled = __toESM(require("./components/PaintbrushFilled"));
1929
+ var import_PaintbrushFilledSmall = __toESM(require("./components/PaintbrushFilledSmall"));
1930
+ var import_PaintbrushSmall = __toESM(require("./components/PaintbrushSmall"));
1919
1931
  var import_PanTool = __toESM(require("./components/PanTool"));
1920
1932
  var import_PanToolSmall = __toESM(require("./components/PanToolSmall"));
1921
1933
  var import_Passkey = __toESM(require("./components/Passkey"));
@@ -2744,6 +2756,8 @@ var import_ZoomOutSmall = __toESM(require("./components/ZoomOutSmall"));
2744
2756
  ForwardTopSmall,
2745
2757
  FourThreeRatio,
2746
2758
  FourThreeRatioSmall,
2759
+ Function,
2760
+ FunctionSmall,
2747
2761
  Gallery,
2748
2762
  GallerySmall,
2749
2763
  Game,
@@ -3065,6 +3079,10 @@ var import_ZoomOutSmall = __toESM(require("./components/ZoomOutSmall"));
3065
3079
  PagesSmall,
3066
3080
  PaidPlans,
3067
3081
  PaidPlansSmall,
3082
+ Paintbrush,
3083
+ PaintbrushFilled,
3084
+ PaintbrushFilledSmall,
3085
+ PaintbrushSmall,
3068
3086
  PanTool,
3069
3087
  PanToolSmall,
3070
3088
  Passkey,
@@ -4242,6 +4242,27 @@ const generalIconsMetadata = [
4242
4242
  tags: ["wix", "menu", "navigation", "restaurant"],
4243
4243
  sizes: { "18": "WixMenuSmall", "24": "WixMenu" }
4244
4244
  },
4245
+ {
4246
+ title: "Function",
4247
+ category: import_types.IconCategory.WixBrands,
4248
+ description: "Icon - represents a function",
4249
+ tags: ["function, formula, fx"],
4250
+ sizes: { "18": "FunctionSmall", "24": "Function" }
4251
+ },
4252
+ {
4253
+ title: "Paintbrush",
4254
+ category: import_types.IconCategory.Actions,
4255
+ description: "Icon - represents a paintbrush tool",
4256
+ tags: ["paintbrush", "paint", "roller"],
4257
+ sizes: { "18": "PaintbrushSmall", "24": "Paintbrush" }
4258
+ },
4259
+ {
4260
+ title: "PaintbrushFilled",
4261
+ category: import_types.IconCategory.Actions,
4262
+ description: "Icon - represents a selected paintbrush tool",
4263
+ tags: ["paintbrush", "filled", "paint", "roller"],
4264
+ sizes: { "18": "PaintbrushFilledSmall", "24": "PaintbrushFilled" }
4265
+ },
4245
4266
  {
4246
4267
  title: "BookmarkFilled",
4247
4268
  category: import_types.IconCategory.Toggle,
@@ -32,6 +32,6 @@ __export(CaretDown_exports, {
32
32
  });
33
33
  module.exports = __toCommonJS(CaretDown_exports);
34
34
  var React = __toESM(require("react"));
35
- const CaretDown = ({ size, ...props }) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 12 18", fill: "currentColor", width: size || "12", height: size || "18", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M8.641 6.311a.75.75 0 0 1 1.217.88l-3.25 4.5a.752.752 0 0 1-1.217 0l-3.25-4.5a.751.751 0 0 1 1.217-.88L6 9.968l2.64-3.657Z" }));
35
+ const CaretDown = ({ size, ...props }) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 18 18", fill: "currentColor", width: size || "18", height: size || "18", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M11.298 8.47a.75.75 0 0 1 1.06 1.06L9.53 12.36a.75.75 0 0 1-1.06 0L5.642 9.53a.75.75 0 1 1 1.06-1.06L9 10.768l2.298-2.298Z" }));
36
36
  CaretDown.displayName = "CaretDown";
37
37
  var CaretDown_default = CaretDown;
@@ -32,6 +32,6 @@ __export(CaretRight_exports, {
32
32
  });
33
33
  module.exports = __toCommonJS(CaretRight_exports);
34
34
  var React = __toESM(require("react"));
35
- const CaretRight = ({ size, ...props }) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 12 18", fill: "currentColor", width: size || "12", height: size || "18", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M3.142 5.31a.751.751 0 0 1 1.048-.169l4.5 3.25a.751.751 0 0 1 0 1.217l-4.5 3.25a.75.75 0 0 1-.879-1.217L6.968 9 3.311 6.358a.75.75 0 0 1-.169-1.048Z" }));
35
+ const CaretRight = ({ size, ...props }) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 18 18", fill: "currentColor", width: size || "18", height: size || "18", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M7.22 5.642a.75.75 0 0 1 1.06 0l2.828 2.828a.75.75 0 0 1 0 1.06L8.28 12.358a.75.75 0 0 1-1.06-1.06L9.517 9 7.22 6.702a.75.75 0 0 1 0-1.06Z" }));
36
36
  CaretRight.displayName = "CaretRight";
37
37
  var CaretRight_default = CaretRight;