@karrotmarket/react-multicolor-icon 0.0.18 → 0.0.20

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 (95) hide show
  1. package/lib/IconAnimalFace.cjs +2 -2
  2. package/lib/IconAnimalFace.js +2 -2
  3. package/lib/IconApple.cjs +2 -2
  4. package/lib/IconApple.js +2 -2
  5. package/lib/IconBoxFlap.cjs +2 -2
  6. package/lib/IconBoxFlap.js +2 -2
  7. package/lib/IconBuilding2.cjs +2 -2
  8. package/lib/IconBuilding2.js +2 -2
  9. package/lib/IconCarFrontside.cjs +2 -2
  10. package/lib/IconCarFrontside.js +2 -2
  11. package/lib/IconCard.cjs +2 -2
  12. package/lib/IconCard.js +2 -2
  13. package/lib/IconCartLoad.cjs +2 -2
  14. package/lib/IconCartLoad.js +2 -2
  15. package/lib/IconCheckmarkCalendar.cjs +2 -2
  16. package/lib/IconCheckmarkCalendar.js +2 -2
  17. package/lib/IconCupHeatwave.cjs +2 -2
  18. package/lib/IconCupHeatwave.js +2 -2
  19. package/lib/IconDonut.cjs +59 -0
  20. package/lib/IconDonut.d.ts +11 -0
  21. package/lib/IconDonut.js +39 -0
  22. package/lib/IconDumbbell.cjs +2 -2
  23. package/lib/IconDumbbell.js +2 -2
  24. package/lib/IconFigureWalk.cjs +2 -2
  25. package/lib/IconFigureWalk.js +2 -2
  26. package/lib/IconFilmreel.cjs +87 -0
  27. package/lib/IconFilmreel.d.ts +11 -0
  28. package/lib/IconFilmreel.js +67 -0
  29. package/lib/IconForkSpoon.cjs +2 -2
  30. package/lib/IconForkSpoon.js +2 -2
  31. package/lib/IconForkSpoonBag.cjs +2 -2
  32. package/lib/IconForkSpoonBag.js +2 -2
  33. package/lib/IconFraction_1NUppercase.cjs +2 -2
  34. package/lib/IconFraction_1NUppercase.js +2 -2
  35. package/lib/IconHospital.cjs +2 -2
  36. package/lib/IconHospital.js +2 -2
  37. package/lib/IconIcecreamcone.cjs +59 -0
  38. package/lib/IconIcecreamcone.d.ts +11 -0
  39. package/lib/IconIcecreamcone.js +39 -0
  40. package/lib/IconLinechartUpXaxis.cjs +2 -2
  41. package/lib/IconLinechartUpXaxis.js +2 -2
  42. package/lib/IconMegaphoneTilted.cjs +2 -2
  43. package/lib/IconMegaphoneTilted.js +2 -2
  44. package/lib/IconMonitor.cjs +2 -2
  45. package/lib/IconMonitor.js +2 -2
  46. package/lib/IconNailpolish.cjs +2 -2
  47. package/lib/IconNailpolish.js +2 -2
  48. package/lib/IconPaintroller.cjs +2 -2
  49. package/lib/IconPaintroller.js +2 -2
  50. package/lib/IconPalette.cjs +2 -2
  51. package/lib/IconPalette.js +2 -2
  52. package/lib/IconPencil.cjs +2 -2
  53. package/lib/IconPencil.js +2 -2
  54. package/lib/IconPerson2Openarms.cjs +2 -2
  55. package/lib/IconPerson2Openarms.js +2 -2
  56. package/lib/IconPersonMagnifyingglass.cjs +2 -2
  57. package/lib/IconPersonMagnifyingglass.js +2 -2
  58. package/lib/IconPizzaSlice.cjs +80 -0
  59. package/lib/IconPizzaSlice.d.ts +11 -0
  60. package/lib/IconPizzaSlice.js +60 -0
  61. package/lib/IconPlateCovered.cjs +2 -2
  62. package/lib/IconPlateCovered.js +2 -2
  63. package/lib/IconRoundmeatBottombone.cjs +59 -0
  64. package/lib/IconRoundmeatBottombone.d.ts +11 -0
  65. package/lib/IconRoundmeatBottombone.js +39 -0
  66. package/lib/IconScissors.cjs +2 -2
  67. package/lib/IconScissors.js +2 -2
  68. package/lib/IconShoppingbag2Stacked.cjs +2 -2
  69. package/lib/IconShoppingbag2Stacked.js +2 -2
  70. package/lib/IconShoppingbagItems.cjs +2 -2
  71. package/lib/IconShoppingbagItems.js +2 -2
  72. package/lib/IconSparkle2.cjs +91 -0
  73. package/lib/IconSparkle2.d.ts +11 -0
  74. package/lib/IconSparkle2.js +71 -0
  75. package/lib/IconSpraybottleSponge.cjs +2 -2
  76. package/lib/IconSpraybottleSponge.js +2 -2
  77. package/lib/IconTriangleRightChatbubbleLeft.cjs +2 -2
  78. package/lib/IconTriangleRightChatbubbleLeft.js +2 -2
  79. package/lib/IconTruck.cjs +2 -2
  80. package/lib/IconTruck.js +2 -2
  81. package/lib/IconTshirtBubble2.cjs +68 -0
  82. package/lib/IconTshirtBubble2.d.ts +11 -0
  83. package/lib/IconTshirtBubble2.js +48 -0
  84. package/lib/IconWindow2Store.cjs +2 -2
  85. package/lib/IconWindow2Store.js +2 -2
  86. package/lib/IconWindow2StoreDoubleband.cjs +2 -2
  87. package/lib/IconWindow2StoreDoubleband.js +2 -2
  88. package/lib/IconWindow4House.cjs +2 -2
  89. package/lib/IconWindow4House.js +2 -2
  90. package/lib/IconWrench.cjs +2 -2
  91. package/lib/IconWrench.js +2 -2
  92. package/lib/index.cjs +444 -88
  93. package/lib/index.d.ts +7 -0
  94. package/lib/index.js +14 -0
  95. package/package.json +1 -1
package/lib/index.cjs CHANGED
@@ -29,9 +29,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
29
29
  ));
30
30
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
31
31
 
32
- // ../../../../../../.yarn/berry/cache/react-npm-18.3.1-af38f3c1ae-10c0.zip/node_modules/react/cjs/react.production.min.js
32
+ // ../../../../../.yarn/berry/cache/react-npm-18.3.1-af38f3c1ae-10c0.zip/node_modules/react/cjs/react.production.min.js
33
33
  var require_react_production_min = __commonJS({
34
- "../../../../../../.yarn/berry/cache/react-npm-18.3.1-af38f3c1ae-10c0.zip/node_modules/react/cjs/react.production.min.js"(exports) {
34
+ "../../../../../.yarn/berry/cache/react-npm-18.3.1-af38f3c1ae-10c0.zip/node_modules/react/cjs/react.production.min.js"(exports) {
35
35
  "use strict";
36
36
  var l = Symbol.for("react.element");
37
37
  var n = Symbol.for("react.portal");
@@ -302,9 +302,9 @@ var require_react_production_min = __commonJS({
302
302
  }
303
303
  });
304
304
 
305
- // ../../../../../../.yarn/berry/cache/react-npm-18.3.1-af38f3c1ae-10c0.zip/node_modules/react/cjs/react.development.js
305
+ // ../../../../../.yarn/berry/cache/react-npm-18.3.1-af38f3c1ae-10c0.zip/node_modules/react/cjs/react.development.js
306
306
  var require_react_development = __commonJS({
307
- "../../../../../../.yarn/berry/cache/react-npm-18.3.1-af38f3c1ae-10c0.zip/node_modules/react/cjs/react.development.js"(exports, module2) {
307
+ "../../../../../.yarn/berry/cache/react-npm-18.3.1-af38f3c1ae-10c0.zip/node_modules/react/cjs/react.development.js"(exports, module2) {
308
308
  "use strict";
309
309
  if (process.env.NODE_ENV !== "production") {
310
310
  (function() {
@@ -1248,7 +1248,7 @@ var require_react_development = __commonJS({
1248
1248
  }
1249
1249
  return lazyType;
1250
1250
  }
1251
- function forwardRef36(render) {
1251
+ function forwardRef43(render) {
1252
1252
  {
1253
1253
  if (render != null && render.$$typeof === REACT_MEMO_TYPE) {
1254
1254
  error("forwardRef requires a render function but received a `memo` component. Instead of forwardRef(memo(...)), use memo(forwardRef(...)).");
@@ -2146,7 +2146,7 @@ var require_react_development = __commonJS({
2146
2146
  exports.createElement = createElement$1;
2147
2147
  exports.createFactory = createFactory;
2148
2148
  exports.createRef = createRef;
2149
- exports.forwardRef = forwardRef36;
2149
+ exports.forwardRef = forwardRef43;
2150
2150
  exports.isValidElement = isValidElement;
2151
2151
  exports.lazy = lazy;
2152
2152
  exports.memo = memo;
@@ -2176,9 +2176,9 @@ var require_react_development = __commonJS({
2176
2176
  }
2177
2177
  });
2178
2178
 
2179
- // ../../../../../../.yarn/berry/cache/react-npm-18.3.1-af38f3c1ae-10c0.zip/node_modules/react/index.js
2179
+ // ../../../../../.yarn/berry/cache/react-npm-18.3.1-af38f3c1ae-10c0.zip/node_modules/react/index.js
2180
2180
  var require_react = __commonJS({
2181
- "../../../../../../.yarn/berry/cache/react-npm-18.3.1-af38f3c1ae-10c0.zip/node_modules/react/index.js"(exports, module2) {
2181
+ "../../../../../.yarn/berry/cache/react-npm-18.3.1-af38f3c1ae-10c0.zip/node_modules/react/index.js"(exports, module2) {
2182
2182
  "use strict";
2183
2183
  if (process.env.NODE_ENV === "production") {
2184
2184
  module2.exports = require_react_production_min();
@@ -2188,9 +2188,9 @@ var require_react = __commonJS({
2188
2188
  }
2189
2189
  });
2190
2190
 
2191
- // ../../../../../../.yarn/berry/cache/react-npm-18.3.1-af38f3c1ae-10c0.zip/node_modules/react/cjs/react-jsx-runtime.production.min.js
2191
+ // ../../../../../.yarn/berry/cache/react-npm-18.3.1-af38f3c1ae-10c0.zip/node_modules/react/cjs/react-jsx-runtime.production.min.js
2192
2192
  var require_react_jsx_runtime_production_min = __commonJS({
2193
- "../../../../../../.yarn/berry/cache/react-npm-18.3.1-af38f3c1ae-10c0.zip/node_modules/react/cjs/react-jsx-runtime.production.min.js"(exports) {
2193
+ "../../../../../.yarn/berry/cache/react-npm-18.3.1-af38f3c1ae-10c0.zip/node_modules/react/cjs/react-jsx-runtime.production.min.js"(exports) {
2194
2194
  "use strict";
2195
2195
  var f = require_react();
2196
2196
  var k = Symbol.for("react.element");
@@ -2213,9 +2213,9 @@ var require_react_jsx_runtime_production_min = __commonJS({
2213
2213
  }
2214
2214
  });
2215
2215
 
2216
- // ../../../../../../.yarn/berry/cache/react-npm-18.3.1-af38f3c1ae-10c0.zip/node_modules/react/cjs/react-jsx-runtime.development.js
2216
+ // ../../../../../.yarn/berry/cache/react-npm-18.3.1-af38f3c1ae-10c0.zip/node_modules/react/cjs/react-jsx-runtime.development.js
2217
2217
  var require_react_jsx_runtime_development = __commonJS({
2218
- "../../../../../../.yarn/berry/cache/react-npm-18.3.1-af38f3c1ae-10c0.zip/node_modules/react/cjs/react-jsx-runtime.development.js"(exports) {
2218
+ "../../../../../.yarn/berry/cache/react-npm-18.3.1-af38f3c1ae-10c0.zip/node_modules/react/cjs/react-jsx-runtime.development.js"(exports) {
2219
2219
  "use strict";
2220
2220
  if (process.env.NODE_ENV !== "production") {
2221
2221
  (function() {
@@ -3096,19 +3096,19 @@ var require_react_jsx_runtime_development = __commonJS({
3096
3096
  return jsxWithValidation(type, props, key, false);
3097
3097
  }
3098
3098
  }
3099
- var jsx36 = jsxWithValidationDynamic;
3100
- var jsxs35 = jsxWithValidationStatic;
3099
+ var jsx43 = jsxWithValidationDynamic;
3100
+ var jsxs42 = jsxWithValidationStatic;
3101
3101
  exports.Fragment = REACT_FRAGMENT_TYPE;
3102
- exports.jsx = jsx36;
3103
- exports.jsxs = jsxs35;
3102
+ exports.jsx = jsx43;
3103
+ exports.jsxs = jsxs42;
3104
3104
  })();
3105
3105
  }
3106
3106
  }
3107
3107
  });
3108
3108
 
3109
- // ../../../../../../.yarn/berry/cache/react-npm-18.3.1-af38f3c1ae-10c0.zip/node_modules/react/jsx-runtime.js
3109
+ // ../../../../../.yarn/berry/cache/react-npm-18.3.1-af38f3c1ae-10c0.zip/node_modules/react/jsx-runtime.js
3110
3110
  var require_jsx_runtime = __commonJS({
3111
- "../../../../../../.yarn/berry/cache/react-npm-18.3.1-af38f3c1ae-10c0.zip/node_modules/react/jsx-runtime.js"(exports, module2) {
3111
+ "../../../../../.yarn/berry/cache/react-npm-18.3.1-af38f3c1ae-10c0.zip/node_modules/react/jsx-runtime.js"(exports, module2) {
3112
3112
  "use strict";
3113
3113
  if (process.env.NODE_ENV === "production") {
3114
3114
  module2.exports = require_react_jsx_runtime_production_min();
@@ -3130,12 +3130,15 @@ __export(src_exports, {
3130
3130
  IconCartLoad: () => IconCartLoad_default,
3131
3131
  IconCheckmarkCalendar: () => IconCheckmarkCalendar_default,
3132
3132
  IconCupHeatwave: () => IconCupHeatwave_default,
3133
+ IconDonut: () => IconDonut_default,
3133
3134
  IconDumbbell: () => IconDumbbell_default,
3134
3135
  IconFigureWalk: () => IconFigureWalk_default,
3136
+ IconFilmreel: () => IconFilmreel_default,
3135
3137
  IconForkSpoon: () => IconForkSpoon_default,
3136
3138
  IconForkSpoonBag: () => IconForkSpoonBag_default,
3137
3139
  IconFraction_1NUppercase: () => IconFraction_1NUppercase_default,
3138
3140
  IconHospital: () => IconHospital_default,
3141
+ IconIcecreamcone: () => IconIcecreamcone_default,
3139
3142
  IconLinechartUpXaxis: () => IconLinechartUpXaxis_default,
3140
3143
  IconMegaphoneTilted: () => IconMegaphoneTilted_default,
3141
3144
  IconMonitor: () => IconMonitor_default,
@@ -3145,13 +3148,17 @@ __export(src_exports, {
3145
3148
  IconPencil: () => IconPencil_default,
3146
3149
  IconPerson2Openarms: () => IconPerson2Openarms_default,
3147
3150
  IconPersonMagnifyingglass: () => IconPersonMagnifyingglass_default,
3151
+ IconPizzaSlice: () => IconPizzaSlice_default,
3148
3152
  IconPlateCovered: () => IconPlateCovered_default,
3153
+ IconRoundmeatBottombone: () => IconRoundmeatBottombone_default,
3149
3154
  IconScissors: () => IconScissors_default,
3150
3155
  IconShoppingbag2Stacked: () => IconShoppingbag2Stacked_default,
3151
3156
  IconShoppingbagItems: () => IconShoppingbagItems_default,
3157
+ IconSparkle2: () => IconSparkle2_default,
3152
3158
  IconSpraybottleSponge: () => IconSpraybottleSponge_default,
3153
3159
  IconTriangleRightChatbubbleLeft: () => IconTriangleRightChatbubbleLeft_default,
3154
3160
  IconTruck: () => IconTruck_default,
3161
+ IconTshirtBubble2: () => IconTshirtBubble2_default,
3155
3162
  IconWindow2Store: () => IconWindow2Store_default,
3156
3163
  IconWindow2StoreDoubleband: () => IconWindow2StoreDoubleband_default,
3157
3164
  IconWindow4House: () => IconWindow4House_default,
@@ -3169,8 +3176,8 @@ var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runt
3169
3176
  fill: "none",
3170
3177
  xmlns: "http://www.w3.org/2000/svg",
3171
3178
  "data-seed-icon": "true",
3172
- "data-seed-icon-asset-version": "0.0.13",
3173
- "data-seed-icon-react-version": "0.0.17",
3179
+ "data-seed-icon-asset-version": "0.0.15",
3180
+ "data-seed-icon-react-version": "0.0.20",
3174
3181
  width: size,
3175
3182
  height: size,
3176
3183
  ref,
@@ -3222,8 +3229,8 @@ var Icon2 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_run
3222
3229
  fill: "none",
3223
3230
  xmlns: "http://www.w3.org/2000/svg",
3224
3231
  "data-seed-icon": "true",
3225
- "data-seed-icon-asset-version": "0.0.13",
3226
- "data-seed-icon-react-version": "0.0.17",
3232
+ "data-seed-icon-asset-version": "0.0.15",
3233
+ "data-seed-icon-react-version": "0.0.20",
3227
3234
  width: size,
3228
3235
  height: size,
3229
3236
  ref,
@@ -3300,8 +3307,8 @@ var Icon3 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_run
3300
3307
  fill: "none",
3301
3308
  xmlns: "http://www.w3.org/2000/svg",
3302
3309
  "data-seed-icon": "true",
3303
- "data-seed-icon-asset-version": "0.0.13",
3304
- "data-seed-icon-react-version": "0.0.17",
3310
+ "data-seed-icon-asset-version": "0.0.15",
3311
+ "data-seed-icon-react-version": "0.0.20",
3305
3312
  width: size,
3306
3313
  height: size,
3307
3314
  ref,
@@ -3369,8 +3376,8 @@ var Icon4 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_run
3369
3376
  fill: "none",
3370
3377
  xmlns: "http://www.w3.org/2000/svg",
3371
3378
  "data-seed-icon": "true",
3372
- "data-seed-icon-asset-version": "0.0.13",
3373
- "data-seed-icon-react-version": "0.0.17",
3379
+ "data-seed-icon-asset-version": "0.0.15",
3380
+ "data-seed-icon-react-version": "0.0.20",
3374
3381
  width: size,
3375
3382
  height: size,
3376
3383
  ref,
@@ -3417,8 +3424,8 @@ var Icon5 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_run
3417
3424
  fill: "none",
3418
3425
  xmlns: "http://www.w3.org/2000/svg",
3419
3426
  "data-seed-icon": "true",
3420
- "data-seed-icon-asset-version": "0.0.13",
3421
- "data-seed-icon-react-version": "0.0.17",
3427
+ "data-seed-icon-asset-version": "0.0.15",
3428
+ "data-seed-icon-react-version": "0.0.20",
3422
3429
  width: size,
3423
3430
  height: size,
3424
3431
  ref,
@@ -3456,8 +3463,8 @@ var Icon6 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_run
3456
3463
  fill: "none",
3457
3464
  xmlns: "http://www.w3.org/2000/svg",
3458
3465
  "data-seed-icon": "true",
3459
- "data-seed-icon-asset-version": "0.0.13",
3460
- "data-seed-icon-react-version": "0.0.17",
3466
+ "data-seed-icon-asset-version": "0.0.15",
3467
+ "data-seed-icon-react-version": "0.0.20",
3461
3468
  width: size,
3462
3469
  height: size,
3463
3470
  ref,
@@ -3516,8 +3523,8 @@ var Icon7 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_run
3516
3523
  fill: "none",
3517
3524
  xmlns: "http://www.w3.org/2000/svg",
3518
3525
  "data-seed-icon": "true",
3519
- "data-seed-icon-asset-version": "0.0.13",
3520
- "data-seed-icon-react-version": "0.0.17",
3526
+ "data-seed-icon-asset-version": "0.0.15",
3527
+ "data-seed-icon-react-version": "0.0.20",
3521
3528
  width: size,
3522
3529
  height: size,
3523
3530
  ref,
@@ -3555,8 +3562,8 @@ var Icon8 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_run
3555
3562
  fill: "none",
3556
3563
  xmlns: "http://www.w3.org/2000/svg",
3557
3564
  "data-seed-icon": "true",
3558
- "data-seed-icon-asset-version": "0.0.13",
3559
- "data-seed-icon-react-version": "0.0.17",
3565
+ "data-seed-icon-asset-version": "0.0.15",
3566
+ "data-seed-icon-react-version": "0.0.20",
3560
3567
  width: size,
3561
3568
  height: size,
3562
3569
  ref,
@@ -3592,8 +3599,8 @@ var Icon9 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_run
3592
3599
  fill: "none",
3593
3600
  xmlns: "http://www.w3.org/2000/svg",
3594
3601
  "data-seed-icon": "true",
3595
- "data-seed-icon-asset-version": "0.0.13",
3596
- "data-seed-icon-react-version": "0.0.17",
3602
+ "data-seed-icon-asset-version": "0.0.15",
3603
+ "data-seed-icon-react-version": "0.0.20",
3597
3604
  width: size,
3598
3605
  height: size,
3599
3606
  ref,
@@ -3647,8 +3654,8 @@ var Icon10 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
3647
3654
  fill: "none",
3648
3655
  xmlns: "http://www.w3.org/2000/svg",
3649
3656
  "data-seed-icon": "true",
3650
- "data-seed-icon-asset-version": "0.0.13",
3651
- "data-seed-icon-react-version": "0.0.17",
3657
+ "data-seed-icon-asset-version": "0.0.15",
3658
+ "data-seed-icon-react-version": "0.0.20",
3652
3659
  width: size,
3653
3660
  height: size,
3654
3661
  ref,
@@ -3710,8 +3717,8 @@ var Icon11 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
3710
3717
  fill: "none",
3711
3718
  xmlns: "http://www.w3.org/2000/svg",
3712
3719
  "data-seed-icon": "true",
3713
- "data-seed-icon-asset-version": "0.0.13",
3714
- "data-seed-icon-react-version": "0.0.17",
3720
+ "data-seed-icon-asset-version": "0.0.15",
3721
+ "data-seed-icon-react-version": "0.0.20",
3715
3722
  width: size,
3716
3723
  height: size,
3717
3724
  ref,
@@ -3765,8 +3772,8 @@ var Icon12 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
3765
3772
  fill: "none",
3766
3773
  xmlns: "http://www.w3.org/2000/svg",
3767
3774
  "data-seed-icon": "true",
3768
- "data-seed-icon-asset-version": "0.0.13",
3769
- "data-seed-icon-react-version": "0.0.17",
3775
+ "data-seed-icon-asset-version": "0.0.15",
3776
+ "data-seed-icon-react-version": "0.0.20",
3770
3777
  width: size,
3771
3778
  height: size,
3772
3779
  ref,
@@ -3812,8 +3819,8 @@ var Icon13 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
3812
3819
  fill: "none",
3813
3820
  xmlns: "http://www.w3.org/2000/svg",
3814
3821
  "data-seed-icon": "true",
3815
- "data-seed-icon-asset-version": "0.0.13",
3816
- "data-seed-icon-react-version": "0.0.17",
3822
+ "data-seed-icon-asset-version": "0.0.15",
3823
+ "data-seed-icon-react-version": "0.0.20",
3817
3824
  width: size,
3818
3825
  height: size,
3819
3826
  ref,
@@ -3856,8 +3863,8 @@ var Icon14 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
3856
3863
  fill: "none",
3857
3864
  xmlns: "http://www.w3.org/2000/svg",
3858
3865
  "data-seed-icon": "true",
3859
- "data-seed-icon-asset-version": "0.0.13",
3860
- "data-seed-icon-react-version": "0.0.17",
3866
+ "data-seed-icon-asset-version": "0.0.15",
3867
+ "data-seed-icon-react-version": "0.0.20",
3861
3868
  width: size,
3862
3869
  height: size,
3863
3870
  ref,
@@ -3902,8 +3909,8 @@ var Icon15 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
3902
3909
  fill: "none",
3903
3910
  xmlns: "http://www.w3.org/2000/svg",
3904
3911
  "data-seed-icon": "true",
3905
- "data-seed-icon-asset-version": "0.0.13",
3906
- "data-seed-icon-react-version": "0.0.17",
3912
+ "data-seed-icon-asset-version": "0.0.15",
3913
+ "data-seed-icon-react-version": "0.0.20",
3907
3914
  width: size,
3908
3915
  height: size,
3909
3916
  ref,
@@ -3948,8 +3955,8 @@ var Icon16 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
3948
3955
  fill: "none",
3949
3956
  xmlns: "http://www.w3.org/2000/svg",
3950
3957
  "data-seed-icon": "true",
3951
- "data-seed-icon-asset-version": "0.0.13",
3952
- "data-seed-icon-react-version": "0.0.17",
3958
+ "data-seed-icon-asset-version": "0.0.15",
3959
+ "data-seed-icon-react-version": "0.0.20",
3953
3960
  width: size,
3954
3961
  height: size,
3955
3962
  ref,
@@ -4003,8 +4010,8 @@ var Icon17 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
4003
4010
  fill: "none",
4004
4011
  xmlns: "http://www.w3.org/2000/svg",
4005
4012
  "data-seed-icon": "true",
4006
- "data-seed-icon-asset-version": "0.0.13",
4007
- "data-seed-icon-react-version": "0.0.17",
4013
+ "data-seed-icon-asset-version": "0.0.15",
4014
+ "data-seed-icon-react-version": "0.0.20",
4008
4015
  width: size,
4009
4016
  height: size,
4010
4017
  ref,
@@ -4049,8 +4056,8 @@ var Icon18 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
4049
4056
  fill: "none",
4050
4057
  xmlns: "http://www.w3.org/2000/svg",
4051
4058
  "data-seed-icon": "true",
4052
- "data-seed-icon-asset-version": "0.0.13",
4053
- "data-seed-icon-react-version": "0.0.17",
4059
+ "data-seed-icon-asset-version": "0.0.15",
4060
+ "data-seed-icon-react-version": "0.0.20",
4054
4061
  width: size,
4055
4062
  height: size,
4056
4063
  ref,
@@ -4086,8 +4093,8 @@ var Icon19 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
4086
4093
  fill: "none",
4087
4094
  xmlns: "http://www.w3.org/2000/svg",
4088
4095
  "data-seed-icon": "true",
4089
- "data-seed-icon-asset-version": "0.0.13",
4090
- "data-seed-icon-react-version": "0.0.17",
4096
+ "data-seed-icon-asset-version": "0.0.15",
4097
+ "data-seed-icon-react-version": "0.0.20",
4091
4098
  width: size,
4092
4099
  height: size,
4093
4100
  ref,
@@ -4146,8 +4153,8 @@ var Icon20 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
4146
4153
  fill: "none",
4147
4154
  xmlns: "http://www.w3.org/2000/svg",
4148
4155
  "data-seed-icon": "true",
4149
- "data-seed-icon-asset-version": "0.0.13",
4150
- "data-seed-icon-react-version": "0.0.17",
4156
+ "data-seed-icon-asset-version": "0.0.15",
4157
+ "data-seed-icon-react-version": "0.0.20",
4151
4158
  width: size,
4152
4159
  height: size,
4153
4160
  ref,
@@ -4183,8 +4190,8 @@ var Icon21 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
4183
4190
  fill: "none",
4184
4191
  xmlns: "http://www.w3.org/2000/svg",
4185
4192
  "data-seed-icon": "true",
4186
- "data-seed-icon-asset-version": "0.0.13",
4187
- "data-seed-icon-react-version": "0.0.17",
4193
+ "data-seed-icon-asset-version": "0.0.15",
4194
+ "data-seed-icon-react-version": "0.0.20",
4188
4195
  width: size,
4189
4196
  height: size,
4190
4197
  ref,
@@ -4240,8 +4247,8 @@ var Icon22 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
4240
4247
  fill: "none",
4241
4248
  xmlns: "http://www.w3.org/2000/svg",
4242
4249
  "data-seed-icon": "true",
4243
- "data-seed-icon-asset-version": "0.0.13",
4244
- "data-seed-icon-react-version": "0.0.17",
4250
+ "data-seed-icon-asset-version": "0.0.15",
4251
+ "data-seed-icon-react-version": "0.0.20",
4245
4252
  width: size,
4246
4253
  height: size,
4247
4254
  ref,
@@ -4268,8 +4275,8 @@ var Icon23 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
4268
4275
  fill: "none",
4269
4276
  xmlns: "http://www.w3.org/2000/svg",
4270
4277
  "data-seed-icon": "true",
4271
- "data-seed-icon-asset-version": "0.0.13",
4272
- "data-seed-icon-react-version": "0.0.17",
4278
+ "data-seed-icon-asset-version": "0.0.15",
4279
+ "data-seed-icon-react-version": "0.0.20",
4273
4280
  width: size,
4274
4281
  height: size,
4275
4282
  ref,
@@ -4316,8 +4323,8 @@ var Icon24 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
4316
4323
  fill: "none",
4317
4324
  xmlns: "http://www.w3.org/2000/svg",
4318
4325
  "data-seed-icon": "true",
4319
- "data-seed-icon-asset-version": "0.0.13",
4320
- "data-seed-icon-react-version": "0.0.17",
4326
+ "data-seed-icon-asset-version": "0.0.15",
4327
+ "data-seed-icon-react-version": "0.0.20",
4321
4328
  width: size,
4322
4329
  height: size,
4323
4330
  ref,
@@ -4377,8 +4384,8 @@ var Icon25 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
4377
4384
  fill: "none",
4378
4385
  xmlns: "http://www.w3.org/2000/svg",
4379
4386
  "data-seed-icon": "true",
4380
- "data-seed-icon-asset-version": "0.0.13",
4381
- "data-seed-icon-react-version": "0.0.17",
4387
+ "data-seed-icon-asset-version": "0.0.15",
4388
+ "data-seed-icon-react-version": "0.0.20",
4382
4389
  width: size,
4383
4390
  height: size,
4384
4391
  ref,
@@ -4421,8 +4428,8 @@ var Icon26 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
4421
4428
  fill: "none",
4422
4429
  xmlns: "http://www.w3.org/2000/svg",
4423
4430
  "data-seed-icon": "true",
4424
- "data-seed-icon-asset-version": "0.0.13",
4425
- "data-seed-icon-react-version": "0.0.17",
4431
+ "data-seed-icon-asset-version": "0.0.15",
4432
+ "data-seed-icon-react-version": "0.0.20",
4426
4433
  width: size,
4427
4434
  height: size,
4428
4435
  ref,
@@ -4478,8 +4485,8 @@ var Icon27 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
4478
4485
  fill: "none",
4479
4486
  xmlns: "http://www.w3.org/2000/svg",
4480
4487
  "data-seed-icon": "true",
4481
- "data-seed-icon-asset-version": "0.0.13",
4482
- "data-seed-icon-react-version": "0.0.17",
4488
+ "data-seed-icon-asset-version": "0.0.15",
4489
+ "data-seed-icon-react-version": "0.0.20",
4483
4490
  width: size,
4484
4491
  height: size,
4485
4492
  ref,
@@ -4516,8 +4523,8 @@ var Icon28 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
4516
4523
  fill: "none",
4517
4524
  xmlns: "http://www.w3.org/2000/svg",
4518
4525
  "data-seed-icon": "true",
4519
- "data-seed-icon-asset-version": "0.0.13",
4520
- "data-seed-icon-react-version": "0.0.17",
4526
+ "data-seed-icon-asset-version": "0.0.15",
4527
+ "data-seed-icon-react-version": "0.0.20",
4521
4528
  width: size,
4522
4529
  height: size,
4523
4530
  ref,
@@ -4587,8 +4594,8 @@ var Icon29 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
4587
4594
  fill: "none",
4588
4595
  xmlns: "http://www.w3.org/2000/svg",
4589
4596
  "data-seed-icon": "true",
4590
- "data-seed-icon-asset-version": "0.0.13",
4591
- "data-seed-icon-react-version": "0.0.17",
4597
+ "data-seed-icon-asset-version": "0.0.15",
4598
+ "data-seed-icon-react-version": "0.0.20",
4592
4599
  width: size,
4593
4600
  height: size,
4594
4601
  ref,
@@ -4631,8 +4638,8 @@ var Icon30 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
4631
4638
  fill: "none",
4632
4639
  xmlns: "http://www.w3.org/2000/svg",
4633
4640
  "data-seed-icon": "true",
4634
- "data-seed-icon-asset-version": "0.0.13",
4635
- "data-seed-icon-react-version": "0.0.17",
4641
+ "data-seed-icon-asset-version": "0.0.15",
4642
+ "data-seed-icon-react-version": "0.0.20",
4636
4643
  width: size,
4637
4644
  height: size,
4638
4645
  ref,
@@ -4682,8 +4689,8 @@ var Icon31 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
4682
4689
  fill: "none",
4683
4690
  xmlns: "http://www.w3.org/2000/svg",
4684
4691
  "data-seed-icon": "true",
4685
- "data-seed-icon-asset-version": "0.0.13",
4686
- "data-seed-icon-react-version": "0.0.17",
4692
+ "data-seed-icon-asset-version": "0.0.15",
4693
+ "data-seed-icon-react-version": "0.0.20",
4687
4694
  width: size,
4688
4695
  height: size,
4689
4696
  ref,
@@ -4733,8 +4740,8 @@ var Icon32 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
4733
4740
  fill: "none",
4734
4741
  xmlns: "http://www.w3.org/2000/svg",
4735
4742
  "data-seed-icon": "true",
4736
- "data-seed-icon-asset-version": "0.0.13",
4737
- "data-seed-icon-react-version": "0.0.17",
4743
+ "data-seed-icon-asset-version": "0.0.15",
4744
+ "data-seed-icon-react-version": "0.0.20",
4738
4745
  width: size,
4739
4746
  height: size,
4740
4747
  ref,
@@ -4785,8 +4792,8 @@ var Icon33 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
4785
4792
  fill: "none",
4786
4793
  xmlns: "http://www.w3.org/2000/svg",
4787
4794
  "data-seed-icon": "true",
4788
- "data-seed-icon-asset-version": "0.0.13",
4789
- "data-seed-icon-react-version": "0.0.17",
4795
+ "data-seed-icon-asset-version": "0.0.15",
4796
+ "data-seed-icon-react-version": "0.0.20",
4790
4797
  width: size,
4791
4798
  height: size,
4792
4799
  ref,
@@ -4829,8 +4836,8 @@ var Icon34 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
4829
4836
  fill: "none",
4830
4837
  xmlns: "http://www.w3.org/2000/svg",
4831
4838
  "data-seed-icon": "true",
4832
- "data-seed-icon-asset-version": "0.0.13",
4833
- "data-seed-icon-react-version": "0.0.17",
4839
+ "data-seed-icon-asset-version": "0.0.15",
4840
+ "data-seed-icon-react-version": "0.0.20",
4834
4841
  width: size,
4835
4842
  height: size,
4836
4843
  ref,
@@ -4860,8 +4867,8 @@ var Icon35 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
4860
4867
  fill: "none",
4861
4868
  xmlns: "http://www.w3.org/2000/svg",
4862
4869
  "data-seed-icon": "true",
4863
- "data-seed-icon-asset-version": "0.0.13",
4864
- "data-seed-icon-react-version": "0.0.17",
4870
+ "data-seed-icon-asset-version": "0.0.15",
4871
+ "data-seed-icon-react-version": "0.0.20",
4865
4872
  width: size,
4866
4873
  height: size,
4867
4874
  ref,
@@ -4909,6 +4916,355 @@ var Icon35 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_ru
4909
4916
  );
4910
4917
  var IconCartLoad = (0, import_react35.forwardRef)(Icon35);
4911
4918
  var IconCartLoad_default = IconCartLoad;
4919
+
4920
+ // src/IconTshirtBubble2.tsx
4921
+ var import_react36 = __toESM(require_react(), 1);
4922
+ var import_jsx_runtime36 = __toESM(require_jsx_runtime(), 1);
4923
+ var Icon36 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
4924
+ "svg",
4925
+ {
4926
+ viewBox: "0 0 24 24",
4927
+ fill: "none",
4928
+ xmlns: "http://www.w3.org/2000/svg",
4929
+ "data-seed-icon": "true",
4930
+ "data-seed-icon-asset-version": "0.0.15",
4931
+ "data-seed-icon-react-version": "0.0.20",
4932
+ width: size,
4933
+ height: size,
4934
+ ref,
4935
+ ...props,
4936
+ children: /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("g", { children: [
4937
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
4938
+ "path",
4939
+ {
4940
+ d: "M15.0596 1.61447C15.2804 1.49863 15.5355 1.47078 15.7745 1.53244L15.876 1.56369L21.4004 3.63693C21.8365 3.80066 22.1017 4.2446 22.0401 4.70627L21.5157 8.63303L21.4991 8.72385C21.3958 9.17363 20.9941 9.50022 20.5245 9.50022H17.792C17.6605 9.50042 17.5508 9.59403 17.5254 9.71799L17.5196 9.77268C17.5207 11.071 17.6902 12.0511 18.0401 13.0578C17.345 13.6984 16.8774 14.5824 16.7725 15.5744C16.2215 15.3655 15.6243 15.2502 15 15.2502C12.3445 15.2503 10.1735 17.3202 10.0108 19.9348C8.79146 19.8381 7.57804 19.6426 6.54594 19.4143C5.81328 19.2522 5.1531 19.0703 4.63188 18.8908C4.37254 18.8016 4.13273 18.7081 3.92973 18.6115C3.75402 18.5279 3.50753 18.3972 3.31743 18.2072C3.01185 17.9016 2.93775 17.4336 3.13286 17.0481L3.91411 15.508L4.29887 14.7317C5.13415 13.0007 5.52756 11.7587 5.52934 9.77268L5.52348 9.71799C5.49812 9.5939 5.38859 9.50022 5.25688 9.50022H2.52446C2.05499 9.49996 1.65296 9.17355 1.54985 8.72385L1.53325 8.63303L1.00883 4.70627C0.947239 4.24482 1.21282 3.80085 1.64848 3.63693L7.17289 1.56369L7.27446 1.53244C7.51345 1.47069 7.7685 1.49865 7.9893 1.61447C8.24165 1.74694 8.42504 1.98154 8.49418 2.25803C8.91519 3.94088 10.1043 4.99994 11.5245 5.00022L11.7881 4.98752C13.0905 4.86498 14.16 3.8357 14.5547 2.25803C14.6238 1.98175 14.8076 1.747 15.0596 1.61447Z",
4941
+ fill: "#3CBAF9"
4942
+ }
4943
+ ),
4944
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)("g", { children: [
4945
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
4946
+ "path",
4947
+ {
4948
+ d: "M15 17.2502L15.1543 17.2542C15.1709 17.255 15.1875 17.256 15.2041 17.2571C15.2221 17.2583 15.2399 17.2604 15.2578 17.262C15.3874 17.273 15.5143 17.2926 15.6387 17.3196C15.7143 17.336 15.7889 17.3552 15.8623 17.3772C15.8796 17.3824 15.8969 17.3873 15.9141 17.3928C15.9889 17.4168 16.0626 17.4434 16.1348 17.4729C16.1675 17.4863 16.1993 17.5014 16.2314 17.5159C16.2776 17.5367 16.3233 17.5582 16.3682 17.5813C16.3999 17.5976 16.4318 17.6137 16.4629 17.6311C16.5149 17.6602 16.5652 17.6918 16.6152 17.7239C16.656 17.75 16.696 17.7769 16.7354 17.8049C16.7841 17.8396 16.8324 17.8749 16.8789 17.9124C16.9039 17.9325 16.9278 17.9539 16.9521 17.9749C16.9938 18.0106 17.0346 18.0472 17.0742 18.0852C17.0983 18.1083 17.1222 18.1316 17.1455 18.1555C17.2636 18.2766 17.3713 18.4075 17.4678 18.5471C17.4825 18.5684 17.4966 18.5899 17.5107 18.6116C17.5414 18.6585 17.5706 18.7064 17.5986 18.7551C17.618 18.7887 17.6372 18.8223 17.6553 18.8567C17.677 18.898 17.697 18.9402 17.7168 18.9827C17.8968 19.3679 18 19.7969 18 20.2502C17.9998 21.9071 16.6569 23.2502 15 23.2502C13.3431 23.2502 12.0002 21.9071 12 20.2502C12 19.9974 12.0348 19.7524 12.0938 19.5178C12.1035 19.479 12.1118 19.4399 12.123 19.4016C12.1417 19.3383 12.1639 19.2766 12.1865 19.2151C12.196 19.1893 12.2047 19.1634 12.2148 19.1379C12.2359 19.0853 12.2593 19.0338 12.2832 18.9827C12.3005 18.9457 12.3172 18.9085 12.3359 18.8723C12.3587 18.8285 12.3834 18.7859 12.4082 18.7434C12.4314 18.7036 12.4546 18.6639 12.4795 18.6252C12.5046 18.5864 12.5308 18.5485 12.5576 18.511C12.5859 18.4714 12.6154 18.4329 12.6455 18.3948C12.6743 18.3582 12.7039 18.3225 12.7344 18.2874C12.7644 18.2527 12.7955 18.2191 12.8271 18.1858C12.8602 18.1511 12.8931 18.1164 12.9277 18.0833C12.9605 18.0519 12.9941 18.0214 13.0283 17.9915C13.0642 17.9601 13.1004 17.9293 13.1377 17.8997C13.1718 17.8726 13.2069 17.8471 13.2422 17.8215C13.283 17.7919 13.3238 17.7622 13.3662 17.7346C13.4039 17.7101 13.4426 17.6872 13.4814 17.6643C13.5227 17.64 13.5639 17.6154 13.6064 17.593C13.6485 17.5709 13.6921 17.5516 13.7354 17.5315C13.7774 17.5119 13.8192 17.4916 13.8623 17.4739C13.9113 17.4538 13.9615 17.4367 14.0117 17.4192C14.0503 17.4057 14.0886 17.3911 14.1279 17.3792C14.1799 17.3634 14.233 17.3511 14.2861 17.3381C14.3312 17.3271 14.3761 17.3149 14.4219 17.3059C14.4261 17.3051 14.4303 17.3038 14.4346 17.303C14.5209 17.2865 14.6085 17.2738 14.6973 17.2649C14.7093 17.2637 14.7213 17.263 14.7334 17.262C14.8212 17.2542 14.9101 17.2502 15 17.2502Z",
4949
+ fill: "#1D7EDE"
4950
+ }
4951
+ ),
4952
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
4953
+ "path",
4954
+ {
4955
+ d: "M20.75 13.8C21.9652 13.8 22.9501 14.7851 22.9502 16.0002C22.95 17.2154 21.9652 18.2004 20.75 18.2004C19.5348 18.2004 18.55 17.2154 18.5498 16.0002C18.5499 14.7851 19.5348 13.8001 20.75 13.8Z",
4956
+ fill: "#1D7EDE"
4957
+ }
4958
+ )
4959
+ ] })
4960
+ ] })
4961
+ }
4962
+ );
4963
+ var IconTshirtBubble2 = (0, import_react36.forwardRef)(Icon36);
4964
+ var IconTshirtBubble2_default = IconTshirtBubble2;
4965
+
4966
+ // src/IconFilmreel.tsx
4967
+ var import_react37 = __toESM(require_react(), 1);
4968
+ var import_jsx_runtime37 = __toESM(require_jsx_runtime(), 1);
4969
+ var Icon37 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
4970
+ "svg",
4971
+ {
4972
+ viewBox: "0 0 24 24",
4973
+ fill: "none",
4974
+ xmlns: "http://www.w3.org/2000/svg",
4975
+ "data-seed-icon": "true",
4976
+ "data-seed-icon-asset-version": "0.0.15",
4977
+ "data-seed-icon-react-version": "0.0.20",
4978
+ width: size,
4979
+ height: size,
4980
+ ref,
4981
+ ...props,
4982
+ children: /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)("g", { children: [
4983
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
4984
+ "path",
4985
+ {
4986
+ d: "M21.3001 12.3201C19.9701 17.2401 16.4301 19.5801 10.4301 19.5801V21.5801C16.7501 21.5801 21.4801 19.0601 23.2001 12.8401C23.3301 12.3501 23.0501 11.8401 22.5801 11.6701C22.0501 11.4801 21.4501 11.7701 21.3001 12.3201Z",
4987
+ fill: "#70819C"
4988
+ }
4989
+ ),
4990
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
4991
+ "path",
4992
+ {
4993
+ d: "M0.930054 12.08C0.930054 17.33 5.18005 21.58 10.4301 21.58C15.6801 21.58 19.9301 17.33 19.9301 12.08C19.9301 6.82996 15.6801 2.57996 10.4301 2.57996C5.18005 2.57996 0.930054 6.82996 0.930054 12.08Z",
4994
+ fill: "#8998AF"
4995
+ }
4996
+ ),
4997
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
4998
+ "path",
4999
+ {
5000
+ d: "M10.4301 9.07996C11.2585 9.07996 11.9301 8.40838 11.9301 7.57996C11.9301 6.75153 11.2585 6.07996 10.4301 6.07996C9.60163 6.07996 8.93005 6.75153 8.93005 7.57996C8.93005 8.40838 9.60163 9.07996 10.4301 9.07996Z",
5001
+ fill: "white"
5002
+ }
5003
+ ),
5004
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
5005
+ "path",
5006
+ {
5007
+ d: "M10.4301 18.08C11.2585 18.08 11.9301 17.4084 11.9301 16.58C11.9301 15.7515 11.2585 15.08 10.4301 15.08C9.60163 15.08 8.93005 15.7515 8.93005 16.58C8.93005 17.4084 9.60163 18.08 10.4301 18.08Z",
5008
+ fill: "white"
5009
+ }
5010
+ ),
5011
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
5012
+ "path",
5013
+ {
5014
+ d: "M14.9301 13.58C15.7585 13.58 16.4301 12.9084 16.4301 12.08C16.4301 11.2515 15.7585 10.58 14.9301 10.58C14.1016 10.58 13.4301 11.2515 13.4301 12.08C13.4301 12.9084 14.1016 13.58 14.9301 13.58Z",
5015
+ fill: "white"
5016
+ }
5017
+ ),
5018
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
5019
+ "path",
5020
+ {
5021
+ d: "M5.93005 13.58C6.75848 13.58 7.43005 12.9084 7.43005 12.08C7.43005 11.2515 6.75848 10.58 5.93005 10.58C5.10163 10.58 4.43005 11.2515 4.43005 12.08C4.43005 12.9084 5.10163 13.58 5.93005 13.58Z",
5022
+ fill: "white"
5023
+ }
5024
+ )
5025
+ ] })
5026
+ }
5027
+ );
5028
+ var IconFilmreel = (0, import_react37.forwardRef)(Icon37);
5029
+ var IconFilmreel_default = IconFilmreel;
5030
+
5031
+ // src/IconDonut.tsx
5032
+ var import_react38 = __toESM(require_react(), 1);
5033
+ var import_jsx_runtime38 = __toESM(require_jsx_runtime(), 1);
5034
+ var Icon38 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
5035
+ "svg",
5036
+ {
5037
+ viewBox: "0 0 24 24",
5038
+ fill: "none",
5039
+ xmlns: "http://www.w3.org/2000/svg",
5040
+ "data-seed-icon": "true",
5041
+ "data-seed-icon-asset-version": "0.0.15",
5042
+ "data-seed-icon-react-version": "0.0.20",
5043
+ width: size,
5044
+ height: size,
5045
+ ref,
5046
+ ...props,
5047
+ children: /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)("g", { children: [
5048
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
5049
+ "path",
5050
+ {
5051
+ d: "M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM12 15C10.34 15 9 13.66 9 12C9 10.34 10.34 9 12 9C13.66 9 15 10.34 15 12C15 13.66 13.66 15 12 15Z",
5052
+ fill: "#C9AF8D"
5053
+ }
5054
+ ),
5055
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
5056
+ "path",
5057
+ {
5058
+ d: "M12 1.99999C6.48 1.99999 2 6.47999 2 12C2 13.34 2.27 14.61 2.74 15.77C3.65 15.67 4.64 15.69 5.64 15.99C8.99 16.99 8.11 19.98 12.55 19.99C16.99 19.99 17.47 16.99 19.73 15.99C20.17 15.8 20.71 15.68 21.3 15.61C21.74 14.49 21.99 13.27 21.99 11.99C21.99 6.46999 17.51 1.98999 11.99 1.98999L12 1.99999ZM12 15C10.34 15 9 13.66 9 12C9 10.34 10.34 8.99999 12 8.99999C13.66 8.99999 15 10.34 15 12C15 13.66 13.66 15 12 15Z",
5059
+ fill: "#937066"
5060
+ }
5061
+ )
5062
+ ] })
5063
+ }
5064
+ );
5065
+ var IconDonut = (0, import_react38.forwardRef)(Icon38);
5066
+ var IconDonut_default = IconDonut;
5067
+
5068
+ // src/IconRoundmeatBottombone.tsx
5069
+ var import_react39 = __toESM(require_react(), 1);
5070
+ var import_jsx_runtime39 = __toESM(require_jsx_runtime(), 1);
5071
+ var Icon39 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
5072
+ "svg",
5073
+ {
5074
+ viewBox: "0 0 24 24",
5075
+ fill: "none",
5076
+ xmlns: "http://www.w3.org/2000/svg",
5077
+ "data-seed-icon": "true",
5078
+ "data-seed-icon-asset-version": "0.0.15",
5079
+ "data-seed-icon-react-version": "0.0.20",
5080
+ width: size,
5081
+ height: size,
5082
+ ref,
5083
+ ...props,
5084
+ children: /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)("g", { children: [
5085
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
5086
+ "path",
5087
+ {
5088
+ d: "M16.32 3.97003C12.84 0.490028 7.17 0.550028 3.77 4.14003C0.369996 7.73003 0.659996 13.12 4.02 16.41C6.36 18.7 9.67 19.41 12.62 18.54C14.25 18.06 16.01 18.5 17.21 19.7C16.61 20.39 16.64 21.42 17.29 22.08C17.94 22.74 19.08 22.76 19.76 22.08C20.23 21.61 20.38 20.93 20.19 20.34C20.17 20.26 20.23 20.2 20.31 20.22C20.91 20.4 21.58 20.26 22.05 19.79C22.73 19.11 22.73 18 22.05 17.32C21.37 16.64 20.36 16.65 19.67 17.24C18.47 16.04 18.02 14.28 18.5 12.66C19.39 9.68003 18.65 6.32003 16.3 3.97003H16.32Z",
5089
+ fill: "#FFCB64"
5090
+ }
5091
+ ),
5092
+ /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
5093
+ "path",
5094
+ {
5095
+ d: "M3.76995 4.14C0.53995 7.55 0.65995 13.12 4.01995 16.41C6.35995 18.7 9.66995 19.41 12.62 18.54C13.68 18.23 14.7999 18.31 15.78 18.74C16.34 18.35 16.8799 17.9 17.3799 17.4C17.8799 16.9 18.33 16.36 18.7199 15.8C18.2899 14.82 18.2 13.71 18.52 12.65C19.41 9.67 18.67 6.31 16.32 3.96C12.84 0.489998 7.16995 0.549998 3.76995 4.14Z",
5096
+ fill: "#E98400"
5097
+ }
5098
+ )
5099
+ ] })
5100
+ }
5101
+ );
5102
+ var IconRoundmeatBottombone = (0, import_react39.forwardRef)(Icon39);
5103
+ var IconRoundmeatBottombone_default = IconRoundmeatBottombone;
5104
+
5105
+ // src/IconPizzaSlice.tsx
5106
+ var import_react40 = __toESM(require_react(), 1);
5107
+ var import_jsx_runtime40 = __toESM(require_jsx_runtime(), 1);
5108
+ var Icon40 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
5109
+ "svg",
5110
+ {
5111
+ viewBox: "0 0 24 24",
5112
+ fill: "none",
5113
+ xmlns: "http://www.w3.org/2000/svg",
5114
+ "data-seed-icon": "true",
5115
+ "data-seed-icon-asset-version": "0.0.15",
5116
+ "data-seed-icon-react-version": "0.0.20",
5117
+ width: size,
5118
+ height: size,
5119
+ ref,
5120
+ ...props,
5121
+ children: /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)("g", { children: [
5122
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
5123
+ "path",
5124
+ {
5125
+ d: "M1.42004 6.74L11.16 21.92C11.55 22.53 12.45 22.53 12.84 21.92L22.58 6.74C19.53 4.77999 15.9 3.62 12 3.62C8.10004 3.62 4.47004 4.76999 1.42004 6.74Z",
5126
+ fill: "#FFAA00"
5127
+ }
5128
+ ),
5129
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
5130
+ "path",
5131
+ {
5132
+ d: "M21.4999 8.42C18.6499 6.59 15.3599 5.62 11.9999 5.62C8.63994 5.62 5.34994 6.59 2.49994 8.42L0.889941 5.92C0.589941 5.45 0.719941 4.8 1.20994 4.52C4.49994 2.62 8.19994 1.62 11.9999 1.62C15.7999 1.62 19.4999 2.62 22.7899 4.52C23.2799 4.8 23.4199 5.45 23.1099 5.92L21.4999 8.42Z",
5133
+ fill: "#E98400"
5134
+ }
5135
+ ),
5136
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
5137
+ "path",
5138
+ {
5139
+ d: "M8.64002 13C9.74458 13 10.64 12.1046 10.64 11C10.64 9.89543 9.74458 9 8.64002 9C7.53545 9 6.64001 9.89543 6.64001 11C6.64001 12.1046 7.53545 13 8.64002 13Z",
5140
+ fill: "#E9692C"
5141
+ }
5142
+ ),
5143
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
5144
+ "path",
5145
+ {
5146
+ d: "M13 17.71C14.1046 17.71 15 16.8145 15 15.71C15 14.6054 14.1046 13.71 13 13.71C11.8954 13.71 11 14.6054 11 15.71C11 16.8145 11.8954 17.71 13 17.71Z",
5147
+ fill: "#E9692C"
5148
+ }
5149
+ ),
5150
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
5151
+ "path",
5152
+ {
5153
+ d: "M15.14 11.47C15.8579 11.47 16.44 10.888 16.44 10.17C16.44 9.45203 15.8579 8.87 15.14 8.87C14.422 8.87 13.84 9.45203 13.84 10.17C13.84 10.888 14.422 11.47 15.14 11.47Z",
5154
+ fill: "#815A4F"
5155
+ }
5156
+ )
5157
+ ] })
5158
+ }
5159
+ );
5160
+ var IconPizzaSlice = (0, import_react40.forwardRef)(Icon40);
5161
+ var IconPizzaSlice_default = IconPizzaSlice;
5162
+
5163
+ // src/IconIcecreamcone.tsx
5164
+ var import_react41 = __toESM(require_react(), 1);
5165
+ var import_jsx_runtime41 = __toESM(require_jsx_runtime(), 1);
5166
+ var Icon41 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
5167
+ "svg",
5168
+ {
5169
+ viewBox: "0 0 24 24",
5170
+ fill: "none",
5171
+ xmlns: "http://www.w3.org/2000/svg",
5172
+ "data-seed-icon": "true",
5173
+ "data-seed-icon-asset-version": "0.0.15",
5174
+ "data-seed-icon-react-version": "0.0.20",
5175
+ width: size,
5176
+ height: size,
5177
+ ref,
5178
+ ...props,
5179
+ children: /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)("g", { children: [
5180
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
5181
+ "path",
5182
+ {
5183
+ d: "M11.15 22.81L7 16.17H17L12.85 22.81C12.46 23.44 11.55 23.44 11.15 22.81Z",
5184
+ fill: "#E98400"
5185
+ }
5186
+ ),
5187
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
5188
+ "path",
5189
+ {
5190
+ d: "M18.2 10.19C18.69 9.65998 19 8.94998 19 8.16998C19 6.50998 17.66 5.16998 16 5.16998H15.7C15.73 4.98998 15.74 4.80998 15.74 4.61998C15.74 2.71998 14.41 1.12998 12.63 0.72998C12.3 1.63998 11.44 2.13998 10 2.43998C8.66 2.71998 7.7 3.88998 7.81 5.19998C6.24 5.29998 5 6.58998 5 8.17998C5 8.95998 5.31 9.66998 5.8 10.2C4.24 10.31 3 11.59 3 13.18C3 14.77 4.34 16.18 6 16.18H18C19.66 16.18 21 14.84 21 13.18C21 11.52 19.76 10.31 18.2 10.2V10.19Z",
5191
+ fill: "#FFCB64"
5192
+ }
5193
+ )
5194
+ ] })
5195
+ }
5196
+ );
5197
+ var IconIcecreamcone = (0, import_react41.forwardRef)(Icon41);
5198
+ var IconIcecreamcone_default = IconIcecreamcone;
5199
+
5200
+ // src/IconSparkle2.tsx
5201
+ var import_react42 = __toESM(require_react(), 1);
5202
+ var import_jsx_runtime42 = __toESM(require_jsx_runtime(), 1);
5203
+ var Icon42 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(
5204
+ "svg",
5205
+ {
5206
+ viewBox: "0 0 24 24",
5207
+ fill: "none",
5208
+ xmlns: "http://www.w3.org/2000/svg",
5209
+ "data-seed-icon": "true",
5210
+ "data-seed-icon-asset-version": "0.0.15",
5211
+ "data-seed-icon-react-version": "0.0.20",
5212
+ width: size,
5213
+ height: size,
5214
+ ref,
5215
+ ...props,
5216
+ children: [
5217
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)("g", { children: [
5218
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5219
+ "path",
5220
+ {
5221
+ d: "M18.4275 1.19023C18.2971 0.859844 17.9739 0.646359 17.6189 0.65608C17.2638 0.665801 16.9528 0.89665 16.8407 1.23367L16.1495 3.31161C15.9323 3.96474 15.4365 4.48783 14.7959 4.73974L12.6909 5.56756C12.3604 5.69754 12.1465 6.02046 12.1558 6.37551C12.1651 6.73056 12.3956 7.04185 12.7324 7.15437L14.8154 7.85008C15.4664 8.06752 15.9878 8.5618 16.2398 9.20024L17.0724 11.3102C17.2028 11.6406 17.526 11.8541 17.8811 11.8443C18.2361 11.8346 18.5471 11.6038 18.6592 11.2667L19.3504 9.18881C19.5677 8.53568 20.0635 8.01258 20.704 7.76067L22.809 6.93286C23.1395 6.80287 23.3534 6.47996 23.3441 6.12491C23.3348 5.76986 23.1044 5.45857 22.7675 5.34605L20.6846 4.65034C20.0336 4.4329 19.5121 3.93862 19.2601 3.30018L18.4275 1.19023Z",
5222
+ fill: "url(#paint0_linear_5407_94)"
5223
+ }
5224
+ ),
5225
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5226
+ "path",
5227
+ {
5228
+ d: "M9.75971 7.13292C9.60531 6.74168 9.2226 6.48887 8.80215 6.50038C8.3817 6.51189 8.01339 6.78526 7.88064 7.18437L6.78927 10.4653C6.41504 11.5903 5.56103 12.4914 4.45767 12.9253L1.13402 14.2323C0.742603 14.3863 0.489341 14.7687 0.500345 15.1891C0.511349 15.6096 0.784266 15.9782 1.1832 16.1115L4.47203 17.2099C5.59338 17.5845 6.4916 18.4359 6.92558 19.5356L8.2403 22.8671C8.3947 23.2583 8.77741 23.5111 9.19786 23.4996C9.6183 23.4881 9.98661 23.2147 10.1194 22.8156L11.2107 19.5347C11.585 18.4097 12.439 17.5087 13.5423 17.0747L16.866 15.7677C17.2574 15.6137 17.5107 15.2313 17.4997 14.8109C17.4887 14.3904 17.2157 14.0218 16.8168 13.8886L13.528 12.7901C12.4066 12.4155 11.5084 11.5641 11.0744 10.4644L9.75971 7.13292Z",
5229
+ fill: "url(#paint1_linear_5407_94)"
5230
+ }
5231
+ )
5232
+ ] }) }),
5233
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)("defs", { children: [
5234
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(
5235
+ "linearGradient",
5236
+ {
5237
+ x1: 0.5,
5238
+ y1: 23.5,
5239
+ x2: 23.4219,
5240
+ y2: 0.73374,
5241
+ gradientUnits: "userSpaceOnUse",
5242
+ children: [
5243
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("stop", { offset: 0.2, stopColor: "#FF6600" }),
5244
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("stop", { offset: 1, stopColor: "#D25ACA" })
5245
+ ]
5246
+ }
5247
+ ),
5248
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(
5249
+ "linearGradient",
5250
+ {
5251
+ x1: 0.5,
5252
+ y1: 23.5,
5253
+ x2: 23.4219,
5254
+ y2: 0.73374,
5255
+ gradientUnits: "userSpaceOnUse",
5256
+ children: [
5257
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("stop", { offset: 0.2, stopColor: "#FF6600" }),
5258
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)("stop", { offset: 1, stopColor: "#D25ACA" })
5259
+ ]
5260
+ }
5261
+ )
5262
+ ] })
5263
+ ]
5264
+ }
5265
+ );
5266
+ var IconSparkle2 = (0, import_react42.forwardRef)(Icon42);
5267
+ var IconSparkle2_default = IconSparkle2;
4912
5268
  /*! Bundled license information:
4913
5269
 
4914
5270
  react/cjs/react.production.min.js: