@wix/wix-ui-icons-common 3.133.0 → 3.135.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 (81) hide show
  1. package/dist/cjs/lazy/general/dist/components/DesignAdd.js +31 -0
  2. package/dist/cjs/lazy/general/dist/components/DesignAddSmall.js +31 -0
  3. package/dist/cjs/lazy/general/dist/components/DesignRemove.js +31 -0
  4. package/dist/cjs/lazy/general/dist/components/DesignRemoveSmall.js +31 -0
  5. package/dist/cjs/lazy/general/dist/components/DistributeEqually.js +31 -0
  6. package/dist/cjs/lazy/general/dist/components/DistributeEquallySmall.js +31 -0
  7. package/dist/cjs/lazy/general/dist/components/StatusWarningFilled.js +1 -1
  8. package/dist/cjs/lazy/general/dist/components/StatusWarningFilledSmall.js +1 -1
  9. package/dist/cjs/lazy/general/dist/index.js +18 -0
  10. package/dist/cjs/odeditor/general/dist/components/DesignAdd.js +37 -0
  11. package/dist/cjs/odeditor/general/dist/components/DesignAddSmall.js +37 -0
  12. package/dist/cjs/odeditor/general/dist/components/DesignRemove.js +37 -0
  13. package/dist/cjs/odeditor/general/dist/components/DesignRemoveSmall.js +37 -0
  14. package/dist/cjs/odeditor/general/dist/components/DistributeEqually.js +37 -0
  15. package/dist/cjs/odeditor/general/dist/components/DistributeEquallySmall.js +37 -0
  16. package/dist/cjs/odeditor/general/dist/components/StatusWarningFilled.js +37 -0
  17. package/dist/cjs/odeditor/general/dist/components/StatusWarningFilledSmall.js +37 -0
  18. package/dist/cjs/odeditor/general/dist/index.js +24 -0
  19. package/dist/cjs/odeditor/general/metadata.js +28 -0
  20. package/dist/esm/lazy/general/dist/components/DesignAdd.js +11 -0
  21. package/dist/esm/lazy/general/dist/components/DesignAddSmall.js +11 -0
  22. package/dist/esm/lazy/general/dist/components/DesignRemove.js +11 -0
  23. package/dist/esm/lazy/general/dist/components/DesignRemoveSmall.js +11 -0
  24. package/dist/esm/lazy/general/dist/components/DistributeEqually.js +11 -0
  25. package/dist/esm/lazy/general/dist/components/DistributeEquallySmall.js +11 -0
  26. package/dist/esm/lazy/general/dist/components/StatusWarningFilled.js +1 -1
  27. package/dist/esm/lazy/general/dist/components/StatusWarningFilledSmall.js +1 -1
  28. package/dist/esm/lazy/general/dist/index.js +272 -260
  29. package/dist/esm/odeditor/general/dist/components/DesignAdd.js +7 -0
  30. package/dist/esm/odeditor/general/dist/components/DesignAddSmall.js +7 -0
  31. package/dist/esm/odeditor/general/dist/components/DesignRemove.js +7 -0
  32. package/dist/esm/odeditor/general/dist/components/DesignRemoveSmall.js +7 -0
  33. package/dist/esm/odeditor/general/dist/components/DistributeEqually.js +7 -0
  34. package/dist/esm/odeditor/general/dist/components/DistributeEquallySmall.js +7 -0
  35. package/dist/esm/odeditor/general/dist/components/StatusWarningFilled.js +7 -0
  36. package/dist/esm/odeditor/general/dist/components/StatusWarningFilledSmall.js +7 -0
  37. package/dist/esm/odeditor/general/dist/index.js +1468 -1452
  38. package/dist/esm/odeditor/general/metadata.js +28 -0
  39. package/dist/statics/icons/odeditor/general/DesignAdd.f4bd.json +3 -0
  40. package/dist/statics/icons/odeditor/general/DesignAddSmall.a460.json +3 -0
  41. package/dist/statics/icons/odeditor/general/DesignRemove.9c4c.json +3 -0
  42. package/dist/statics/icons/odeditor/general/DesignRemoveSmall.fcf2.json +3 -0
  43. package/dist/statics/icons/odeditor/general/DistributeEqually.06c6.json +3 -0
  44. package/dist/statics/icons/odeditor/general/DistributeEquallySmall.fc4a.json +3 -0
  45. package/dist/statics/icons/odeditor/general/StatusWarningFilled.105a.json +3 -0
  46. package/dist/statics/icons/odeditor/general/StatusWarningFilledSmall.6c8d.json +3 -0
  47. package/dist/tsconfig.tsbuildinfo +1 -1
  48. package/dist/types/lazy/general/dist/components/DesignAdd.d.ts +3 -0
  49. package/dist/types/lazy/general/dist/components/DesignAdd.d.ts.map +1 -0
  50. package/dist/types/lazy/general/dist/components/DesignAddSmall.d.ts +3 -0
  51. package/dist/types/lazy/general/dist/components/DesignAddSmall.d.ts.map +1 -0
  52. package/dist/types/lazy/general/dist/components/DesignRemove.d.ts +3 -0
  53. package/dist/types/lazy/general/dist/components/DesignRemove.d.ts.map +1 -0
  54. package/dist/types/lazy/general/dist/components/DesignRemoveSmall.d.ts +3 -0
  55. package/dist/types/lazy/general/dist/components/DesignRemoveSmall.d.ts.map +1 -0
  56. package/dist/types/lazy/general/dist/components/DistributeEqually.d.ts +3 -0
  57. package/dist/types/lazy/general/dist/components/DistributeEqually.d.ts.map +1 -0
  58. package/dist/types/lazy/general/dist/components/DistributeEquallySmall.d.ts +3 -0
  59. package/dist/types/lazy/general/dist/components/DistributeEquallySmall.d.ts.map +1 -0
  60. package/dist/types/lazy/general/dist/index.d.ts +6 -0
  61. package/dist/types/lazy/general/dist/index.d.ts.map +1 -1
  62. package/dist/types/odeditor/general/dist/components/DesignAdd.d.ts +7 -0
  63. package/dist/types/odeditor/general/dist/components/DesignAdd.d.ts.map +1 -0
  64. package/dist/types/odeditor/general/dist/components/DesignAddSmall.d.ts +7 -0
  65. package/dist/types/odeditor/general/dist/components/DesignAddSmall.d.ts.map +1 -0
  66. package/dist/types/odeditor/general/dist/components/DesignRemove.d.ts +7 -0
  67. package/dist/types/odeditor/general/dist/components/DesignRemove.d.ts.map +1 -0
  68. package/dist/types/odeditor/general/dist/components/DesignRemoveSmall.d.ts +7 -0
  69. package/dist/types/odeditor/general/dist/components/DesignRemoveSmall.d.ts.map +1 -0
  70. package/dist/types/odeditor/general/dist/components/DistributeEqually.d.ts +7 -0
  71. package/dist/types/odeditor/general/dist/components/DistributeEqually.d.ts.map +1 -0
  72. package/dist/types/odeditor/general/dist/components/DistributeEquallySmall.d.ts +7 -0
  73. package/dist/types/odeditor/general/dist/components/DistributeEquallySmall.d.ts.map +1 -0
  74. package/dist/types/odeditor/general/dist/components/StatusWarningFilled.d.ts +7 -0
  75. package/dist/types/odeditor/general/dist/components/StatusWarningFilled.d.ts.map +1 -0
  76. package/dist/types/odeditor/general/dist/components/StatusWarningFilledSmall.d.ts +7 -0
  77. package/dist/types/odeditor/general/dist/components/StatusWarningFilledSmall.d.ts.map +1 -0
  78. package/dist/types/odeditor/general/dist/index.d.ts +8 -0
  79. package/dist/types/odeditor/general/dist/index.d.ts.map +1 -1
  80. package/dist/types/odeditor/general/metadata.d.ts.map +1 -1
  81. package/package.json +2 -2
@@ -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 DesignAdd_exports = {};
20
+ __export(DesignAdd_exports, {
21
+ default: () => DesignAdd_default
22
+ });
23
+ module.exports = __toCommonJS(DesignAdd_exports);
24
+ var import_core = require("@wix/wix-ui-icons-common/core");
25
+ var DesignAdd_default = (0, import_core.icon)({
26
+ name: "DesignAdd",
27
+ hashes: { "odeditor": "f4bd" },
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 DesignAddSmall_exports = {};
20
+ __export(DesignAddSmall_exports, {
21
+ default: () => DesignAddSmall_default
22
+ });
23
+ module.exports = __toCommonJS(DesignAddSmall_exports);
24
+ var import_core = require("@wix/wix-ui-icons-common/core");
25
+ var DesignAddSmall_default = (0, import_core.icon)({
26
+ name: "DesignAddSmall",
27
+ hashes: { "odeditor": "a460" },
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 DesignRemove_exports = {};
20
+ __export(DesignRemove_exports, {
21
+ default: () => DesignRemove_default
22
+ });
23
+ module.exports = __toCommonJS(DesignRemove_exports);
24
+ var import_core = require("@wix/wix-ui-icons-common/core");
25
+ var DesignRemove_default = (0, import_core.icon)({
26
+ name: "DesignRemove",
27
+ hashes: { "odeditor": "9c4c" },
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 DesignRemoveSmall_exports = {};
20
+ __export(DesignRemoveSmall_exports, {
21
+ default: () => DesignRemoveSmall_default
22
+ });
23
+ module.exports = __toCommonJS(DesignRemoveSmall_exports);
24
+ var import_core = require("@wix/wix-ui-icons-common/core");
25
+ var DesignRemoveSmall_default = (0, import_core.icon)({
26
+ name: "DesignRemoveSmall",
27
+ hashes: { "odeditor": "fcf2" },
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 DistributeEqually_exports = {};
20
+ __export(DistributeEqually_exports, {
21
+ default: () => DistributeEqually_default
22
+ });
23
+ module.exports = __toCommonJS(DistributeEqually_exports);
24
+ var import_core = require("@wix/wix-ui-icons-common/core");
25
+ var DistributeEqually_default = (0, import_core.icon)({
26
+ name: "DistributeEqually",
27
+ hashes: { "odeditor": "06c6" },
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 DistributeEquallySmall_exports = {};
20
+ __export(DistributeEquallySmall_exports, {
21
+ default: () => DistributeEquallySmall_default
22
+ });
23
+ module.exports = __toCommonJS(DistributeEquallySmall_exports);
24
+ var import_core = require("@wix/wix-ui-icons-common/core");
25
+ var DistributeEquallySmall_default = (0, import_core.icon)({
26
+ name: "DistributeEquallySmall",
27
+ hashes: { "odeditor": "fc4a" },
28
+ category: "general",
29
+ width: 18,
30
+ height: 18
31
+ });
@@ -24,7 +24,7 @@ module.exports = __toCommonJS(StatusWarningFilled_exports);
24
24
  var import_core = require("@wix/wix-ui-icons-common/core");
25
25
  var StatusWarningFilled_default = (0, import_core.icon)({
26
26
  name: "StatusWarningFilled",
27
- hashes: { "default": "8bb5" },
27
+ hashes: { "default": "8bb5", "odeditor": "105a" },
28
28
  category: "general",
29
29
  width: 24,
30
30
  height: 24
@@ -24,7 +24,7 @@ module.exports = __toCommonJS(StatusWarningFilledSmall_exports);
24
24
  var import_core = require("@wix/wix-ui-icons-common/core");
25
25
  var StatusWarningFilledSmall_default = (0, import_core.icon)({
26
26
  name: "StatusWarningFilledSmall",
27
- hashes: { "default": "0d13" },
27
+ hashes: { "default": "0d13", "odeditor": "6c8d" },
28
28
  category: "general",
29
29
  width: 18,
30
30
  height: 18
@@ -430,6 +430,10 @@ __export(dist_exports, {
430
430
  Delivery: () => import_Delivery.default,
431
431
  DeliverySmall: () => import_DeliverySmall.default,
432
432
  Design: () => import_Design.default,
433
+ DesignAdd: () => import_DesignAdd.default,
434
+ DesignAddSmall: () => import_DesignAddSmall.default,
435
+ DesignRemove: () => import_DesignRemove.default,
436
+ DesignRemoveSmall: () => import_DesignRemoveSmall.default,
433
437
  DesignSettings: () => import_DesignSettings.default,
434
438
  DesignSettingsSmall: () => import_DesignSettingsSmall.default,
435
439
  DesignSmall: () => import_DesignSmall.default,
@@ -455,6 +459,8 @@ __export(dist_exports, {
455
459
  DismissSmall: () => import_DismissSmall.default,
456
460
  DistributeCenter: () => import_DistributeCenter.default,
457
461
  DistributeCenterSmall: () => import_DistributeCenterSmall.default,
462
+ DistributeEqually: () => import_DistributeEqually.default,
463
+ DistributeEquallySmall: () => import_DistributeEquallySmall.default,
458
464
  DistributeFullWidth: () => import_DistributeFullWidth.default,
459
465
  DistributeFullWidthSmall: () => import_DistributeFullWidthSmall.default,
460
466
  DistributeGlobe: () => import_DistributeGlobe.default,
@@ -3366,8 +3372,14 @@ var import_CounterSmall = __toESM(require("./components/CounterSmall"));
3366
3372
  var import_Crypto = __toESM(require("./components/Crypto"));
3367
3373
  var import_CryptoSmall = __toESM(require("./components/CryptoSmall"));
3368
3374
  var import_DecreaseIndentSmall = __toESM(require("./components/DecreaseIndentSmall"));
3375
+ var import_DesignAdd = __toESM(require("./components/DesignAdd"));
3376
+ var import_DesignAddSmall = __toESM(require("./components/DesignAddSmall"));
3377
+ var import_DesignRemove = __toESM(require("./components/DesignRemove"));
3378
+ var import_DesignRemoveSmall = __toESM(require("./components/DesignRemoveSmall"));
3369
3379
  var import_DesignSettings = __toESM(require("./components/DesignSettings"));
3370
3380
  var import_DesignSettingsSmall = __toESM(require("./components/DesignSettingsSmall"));
3381
+ var import_DistributeEqually = __toESM(require("./components/DistributeEqually"));
3382
+ var import_DistributeEquallySmall = __toESM(require("./components/DistributeEquallySmall"));
3371
3383
  var import_DragHorizontally = __toESM(require("./components/DragHorizontally"));
3372
3384
  var import_DragHorizontallySmall = __toESM(require("./components/DragHorizontallySmall"));
3373
3385
  var import_EnterFromLeft = __toESM(require("./components/EnterFromLeft"));
@@ -3900,6 +3912,10 @@ var import_VideoFileSmall = __toESM(require("./components/VideoFileSmall"));
3900
3912
  Delivery,
3901
3913
  DeliverySmall,
3902
3914
  Design,
3915
+ DesignAdd,
3916
+ DesignAddSmall,
3917
+ DesignRemove,
3918
+ DesignRemoveSmall,
3903
3919
  DesignSettings,
3904
3920
  DesignSettingsSmall,
3905
3921
  DesignSmall,
@@ -3925,6 +3941,8 @@ var import_VideoFileSmall = __toESM(require("./components/VideoFileSmall"));
3925
3941
  DismissSmall,
3926
3942
  DistributeCenter,
3927
3943
  DistributeCenterSmall,
3944
+ DistributeEqually,
3945
+ DistributeEquallySmall,
3928
3946
  DistributeFullWidth,
3929
3947
  DistributeFullWidthSmall,
3930
3948
  DistributeGlobe,
@@ -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 DesignAdd_exports = {};
30
+ __export(DesignAdd_exports, {
31
+ default: () => DesignAdd_default
32
+ });
33
+ module.exports = __toCommonJS(DesignAdd_exports);
34
+ var React = __toESM(require("react"));
35
+ const DesignAdd = ({ 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 5.65C18.41 5.65 18.75 5.99 18.75 6.4 18.75 8.65 17.69 10.77 15.89 12.12L12.33 14.79C12.25 15.97 11.8 16.87 11.08 17.48 10.31 18.12 9.32 18.35 8.41 18.35H6C5.7 18.35 5.42 18.17 5.31 17.89 5.2 17.64 5.24 17.36 5.4 17.15L5.47 17.07 5.46 17.08C5.46 17.08 5.47 17.07 5.47 17.07 5.48 17.06 5.5 17.03 5.53 17 5.58 16.93 5.65 16.82 5.73 16.66 5.88 16.36 6.05 15.87 6.05 15.2 6.05 14.11 6.61 13.29 7.38 12.78 8.03 12.35 8.82 12.12 9.61 12.06L12.28 8.51C13.63 6.71 15.75 5.65 18 5.65ZM9.7 13.56C9.13 13.6 8.6 13.77 8.22 14.02 7.79 14.31 7.55 14.69 7.55 15.2 7.55 15.86 7.43 16.41 7.27 16.85H8.41C9.09 16.85 9.7 16.68 10.12 16.32 10.48 16.03 10.78 15.53 10.84 14.7L9.7 13.56ZM17.19 7.21C15.72 7.42 14.38 8.21 13.48 9.41L10.99 12.73 11.67 13.41 14.99 10.92C16.19 10.02 16.97 8.68 17.19 7.21ZM17 14C17.41 14 17.75 14.34 17.75 14.75V16.25H19.25C19.66 16.25 20 16.59 20 17 20 17.41 19.66 17.75 19.25 17.75H17.75V19.25C17.75 19.66 17.41 20 17 20 16.59 20 16.25 19.66 16.25 19.25V17.75H14.75C14.34 17.75 14 17.41 14 17 14 16.59 14.34 16.25 14.75 16.25H16.25V14.75C16.25 14.34 16.59 14 17 14Z" }));
36
+ DesignAdd.displayName = "DesignAdd";
37
+ var DesignAdd_default = DesignAdd;
@@ -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 DesignAddSmall_exports = {};
30
+ __export(DesignAddSmall_exports, {
31
+ default: () => DesignAddSmall_default
32
+ });
33
+ module.exports = __toCommonJS(DesignAddSmall_exports);
34
+ var React = __toESM(require("react"));
35
+ const DesignAddSmall = ({ 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: "M12.5 11C12.91 11 13.25 11.34 13.25 11.75V12.75H14.25C14.66 12.75 15 13.09 15 13.5 15 13.91 14.66 14.25 14.25 14.25H13.25V15.25C13.25 15.66 12.91 16 12.5 16 12.09 16 11.75 15.66 11.75 15.25V14.25H10.75C10.34 14.25 10 13.91 10 13.5 10 13.09 10.34 12.75 10.75 12.75H11.75V11.75C11.75 11.34 12.09 11 12.5 11ZM14 3.58C14.42 3.58 14.75 3.92 14.75 4.33 14.75 6.25 13.85 8.05 12.33 9.2L12.33 9.21 9.39 11.41C9.3 12.38 8.92 13.14 8.31 13.65 7.63 14.22 6.78 14.42 6 14.42H3.99C3.69 14.41 3.42 14.23 3.3 13.95 3.2 13.71 3.24 13.43 3.39 13.22L3.46 13.14C3.47 13.13 3.48 13.11 3.5 13.09 3.54 13.04 3.6 12.95 3.66 12.83 3.78 12.58 3.91 12.2 3.91 11.67 3.91 10.71 4.41 9.99 5.09 9.54 5.63 9.18 6.29 8.99 6.95 8.93L9.13 6.01 9.14 6.01C10.29 4.49 12.09 3.59 14 3.58ZM7.03 10.43C6.6 10.47 6.2 10.6 5.92 10.79 5.59 11.01 5.41 11.29 5.41 11.67 5.41 12.15 5.34 12.57 5.23 12.92H6C6.55 12.92 7.02 12.78 7.34 12.51 7.6 12.29 7.84 11.92 7.89 11.29L7.03 10.43ZM13.18 5.16C12.05 5.37 11.03 5.99 10.33 6.91L10.33 6.92 8.32 9.6 8.74 10.02 11.42 8C12.35 7.3 12.97 6.29 13.18 5.16ZM3.46 13.14 3.46 13.14 3.46 13.14 3.46 13.14Z" }));
36
+ DesignAddSmall.displayName = "DesignAddSmall";
37
+ var DesignAddSmall_default = DesignAddSmall;
@@ -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 DesignRemove_exports = {};
30
+ __export(DesignRemove_exports, {
31
+ default: () => DesignRemove_default
32
+ });
33
+ module.exports = __toCommonJS(DesignRemove_exports);
34
+ var React = __toESM(require("react"));
35
+ const DesignRemove = ({ 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 5.65C18.41 5.65 18.75 5.99 18.75 6.4 18.75 8.65 17.69 10.77 15.89 12.12L12.33 14.79C12.25 15.97 11.8 16.87 11.08 17.48 10.31 18.12 9.32 18.35 8.41 18.35H6C5.7 18.35 5.42 18.17 5.31 17.89 5.2 17.64 5.24 17.36 5.4 17.15L5.47 17.07 5.46 17.08C5.46 17.08 5.47 17.07 5.47 17.07 5.48 17.06 5.5 17.03 5.53 17 5.58 16.93 5.65 16.82 5.73 16.66 5.88 16.36 6.05 15.87 6.05 15.2 6.05 14.11 6.61 13.29 7.38 12.78 8.03 12.35 8.82 12.12 9.61 12.06L12.28 8.51C13.63 6.71 15.75 5.65 18 5.65ZM9.7 13.56C9.13 13.6 8.6 13.77 8.22 14.02 7.79 14.31 7.55 14.69 7.55 15.2 7.55 15.86 7.43 16.41 7.27 16.85H8.41C9.09 16.85 9.7 16.68 10.12 16.32 10.48 16.03 10.78 15.53 10.84 14.7L9.7 13.56ZM17.19 7.21C15.72 7.42 14.38 8.21 13.48 9.41L10.99 12.73 11.67 13.41 14.99 10.92C16.19 10.02 16.97 8.68 17.19 7.21ZM19.25 16.25C19.66 16.25 20 16.59 20 17 20 17.41 19.66 17.75 19.25 17.75H14.75C14.34 17.75 14 17.41 14 17 14 16.59 14.34 16.25 14.75 16.25H19.25Z" }));
36
+ DesignRemove.displayName = "DesignRemove";
37
+ var DesignRemove_default = DesignRemove;
@@ -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 DesignRemoveSmall_exports = {};
30
+ __export(DesignRemoveSmall_exports, {
31
+ default: () => DesignRemoveSmall_default
32
+ });
33
+ module.exports = __toCommonJS(DesignRemoveSmall_exports);
34
+ var React = __toESM(require("react"));
35
+ const DesignRemoveSmall = ({ 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: "M14 3.58C14.42 3.58 14.75 3.92 14.75 4.33C14.75 6.25 13.85 8.05 12.33 9.2L12.33 9.21L9.39 11.41C9.3 12.38 8.92 13.14 8.31 13.65C7.63 14.22 6.78 14.42 6 14.42H4C3.69 14.41 3.42 14.23 3.3 13.95C3.2 13.71 3.24 13.43 3.39 13.22L3.46 13.14C3.47 13.13 3.48 13.11 3.5 13.09C3.54 13.04 3.6 12.95 3.66 12.83C3.78 12.58 3.92 12.2 3.92 11.67C3.92 10.71 4.41 9.99 5.09 9.54C5.63 9.18 6.29 8.99 6.95 8.93L9.13 6.01L9.14 6.01C10.29 4.49 12.09 3.59 14 3.58ZM14.25 12.75C14.66 12.75 15 13.09 15 13.5C15 13.91 14.66 14.25 14.25 14.25H10.75C10.34 14.25 10 13.91 10 13.5C10 13.09 10.34 12.75 10.75 12.75H14.25ZM3.46 13.14L3.46 13.14L3.46 13.14L3.46 13.14ZM7.03 10.43C6.6 10.47 6.2 10.6 5.92 10.79C5.59 11.01 5.42 11.29 5.42 11.67C5.42 12.15 5.34 12.57 5.23 12.92H6C6.55 12.92 7.02 12.78 7.34 12.51C7.6 12.29 7.84 11.92 7.89 11.29L7.03 10.43ZM13.18 5.16C12.05 5.37 11.03 5.99 10.33 6.91L10.34 6.92L8.32 9.6L8.74 10.02L11.42 8C12.35 7.3 12.97 6.29 13.18 5.16Z" }));
36
+ DesignRemoveSmall.displayName = "DesignRemoveSmall";
37
+ var DesignRemoveSmall_default = DesignRemoveSmall;
@@ -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 DistributeEqually_exports = {};
30
+ __export(DistributeEqually_exports, {
31
+ default: () => DistributeEqually_default
32
+ });
33
+ module.exports = __toCommonJS(DistributeEqually_exports);
34
+ var React = __toESM(require("react"));
35
+ const DistributeEqually = ({ 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: "M6.75 5C7.16 5 7.5 5.34 7.5 5.75V18.25C7.5 18.66 7.16 19 6.75 19 6.34 19 6 18.66 6 18.25V5.75C6 5.34 6.34 5 6.75 5ZM17.25 5C17.66 5 18 5.34 18 5.75V18.25C18 18.66 17.66 19 17.25 19 16.84 19 16.5 18.66 16.5 18.25V5.75C16.5 5.34 16.84 5 17.25 5ZM13.5 13C14.33 13 15 13.67 15 14.5V15.5C15 16.33 14.33 17 13.5 17H10.5C9.67 17 9 16.33 9 15.5V14.5C9 13.67 9.67 13 10.5 13H13.5ZM13.5 7C14.33 7 15 7.67 15 8.5V9.5C15 10.33 14.33 11 13.5 11H10.5C9.67 11 9 10.33 9 9.5V8.5C9 7.67 9.67 7 10.5 7H13.5Z" }));
36
+ DistributeEqually.displayName = "DistributeEqually";
37
+ var DistributeEqually_default = DistributeEqually;
@@ -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 DistributeEquallySmall_exports = {};
30
+ __export(DistributeEquallySmall_exports, {
31
+ default: () => DistributeEquallySmall_default
32
+ });
33
+ module.exports = __toCommonJS(DistributeEquallySmall_exports);
34
+ var React = __toESM(require("react"));
35
+ const DistributeEquallySmall = ({ 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: "M3.75 3C4.16 3 4.5 3.34 4.5 3.75V14.25C4.5 14.66 4.16 15 3.75 15 3.34 15 3 14.66 3 14.25V3.75C3 3.34 3.34 3 3.75 3ZM14.25 3C14.66 3 15 3.34 15 3.75V14.25C15 14.66 14.66 15 14.25 15 13.84 15 13.5 14.66 13.5 14.25V3.75C13.5 3.34 13.84 3 14.25 3ZM11 10C11.55 10 12 10.45 12 11V12C12 12.55 11.55 13 11 13H7C6.45 13 6 12.55 6 12V11C6 10.45 6.45 10 7 10H11ZM11 5C11.55 5 12 5.45 12 6V7C12 7.55 11.55 8 11 8H7C6.45 8 6 7.55 6 7V6C6 5.45 6.45 5 7 5H11Z" }));
36
+ DistributeEquallySmall.displayName = "DistributeEquallySmall";
37
+ var DistributeEquallySmall_default = DistributeEquallySmall;
@@ -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 StatusWarningFilled_exports = {};
30
+ __export(StatusWarningFilled_exports, {
31
+ default: () => StatusWarningFilled_default
32
+ });
33
+ module.exports = __toCommonJS(StatusWarningFilled_exports);
34
+ var React = __toESM(require("react"));
35
+ const StatusWarningFilled = ({ 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.26 5.44C10.43 3.51 13.23 3.52 14.39 5.45L20.2 15.1C21.41 17.1 19.95 19.66 17.61 19.64L5.98 19.57C3.65 19.55 2.23 17 3.44 15.01L9.26 5.44ZM11.84 14.79C11.3 14.79 10.86 15.22 10.86 15.76V15.81C10.86 16.35 11.3 16.79 11.84 16.79H11.88C12.42 16.79 12.86 16.35 12.86 15.81V15.76C12.86 15.22 12.42 14.79 11.88 14.79H11.84ZM11.84 7.79C11.3 7.79 10.86 8.23 10.86 8.77V12.81C10.86 13.35 11.3 13.79 11.84 13.79H11.88C12.42 13.79 12.86 13.35 12.86 12.81V8.77C12.86 8.23 12.42 7.79 11.88 7.79H11.84Z" }));
36
+ StatusWarningFilled.displayName = "StatusWarningFilled";
37
+ var StatusWarningFilled_default = StatusWarningFilled;
@@ -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 StatusWarningFilledSmall_exports = {};
30
+ __export(StatusWarningFilledSmall_exports, {
31
+ default: () => StatusWarningFilledSmall_default
32
+ });
33
+ module.exports = __toCommonJS(StatusWarningFilledSmall_exports);
34
+ var React = __toESM(require("react"));
35
+ const StatusWarningFilledSmall = ({ 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: "M6.97 3.98C7.75 2.68 9.63 2.67 10.41 3.97L15.19 11.94C16 13.28 15.02 15.62 13.46 15.61L3.98 15.53C2.44 15.51 1.5 13.2 2.28 11.87L6.97 3.98ZM8.74 11.43C8.19 11.43 7.74 11.88 7.74 12.43C7.74 12.98 8.19 13.43 8.74 13.43C9.29 13.43 9.74 12.98 9.74 12.43C9.74 11.88 9.29 11.43 8.74 11.43ZM8.72 6.44C8.17 6.44 7.72 6.89 7.72 7.44V9.44C7.72 10 8.17 10.44 8.72 10.44C9.27 10.44 9.72 10 9.72 9.44V7.44C9.72 6.89 9.27 6.44 8.72 6.44Z" }));
36
+ StatusWarningFilledSmall.displayName = "StatusWarningFilledSmall";
37
+ var StatusWarningFilledSmall_default = StatusWarningFilledSmall;