@karrotmarket/react-multicolor-icon 0.0.27 → 0.0.28

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.
@@ -1,6 +1,8 @@
1
+ var __create = Object.create;
1
2
  var __defProp = Object.defineProperty;
2
3
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
4
  var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __getProtoOf = Object.getPrototypeOf;
4
6
  var __hasOwnProp = Object.prototype.hasOwnProperty;
5
7
  var __export = (target, all) => {
6
8
  for (var name in all)
@@ -14,6 +16,14 @@ var __copyProps = (to, from, except, desc) => {
14
16
  }
15
17
  return to;
16
18
  };
19
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
20
+ // If the importer is in node compatibility mode or this is not an ESM
21
+ // file that has been converted to a CommonJS file using a Babel-
22
+ // compatible transform (i.e. "__esModule" has not been set), then set
23
+ // "default" to the CommonJS "module.exports" for node compatibility.
24
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
25
+ mod
26
+ ));
17
27
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
28
 
19
29
  // src/IconSparkle2.tsx
@@ -22,73 +32,77 @@ __export(IconSparkle2_exports, {
22
32
  default: () => IconSparkle2_default
23
33
  });
24
34
  module.exports = __toCommonJS(IconSparkle2_exports);
35
+ var React = __toESM(require("react"), 1);
25
36
  var import_react = require("react");
26
37
  var import_jsx_runtime = require("react/jsx-runtime");
27
- var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
28
- "svg",
29
- {
30
- viewBox: "0 0 24 24",
31
- fill: "none",
32
- xmlns: "http://www.w3.org/2000/svg",
33
- "data-seed-icon": "true",
34
- "data-seed-icon-asset-version": "0.0.22",
35
- "data-seed-icon-react-version": "0.0.27",
36
- width: size,
37
- height: size,
38
- ref,
39
- ...props,
40
- children: [
41
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { clipPath: "url(#clip0_5407_94)", children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { children: [
42
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
43
- "path",
44
- {
45
- 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",
46
- fill: "url(#paint0_linear_5407_94)"
47
- }
48
- ),
49
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
50
- "path",
51
- {
52
- 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",
53
- fill: "url(#paint1_linear_5407_94)"
54
- }
55
- )
56
- ] }) }),
57
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("defs", { children: [
58
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
59
- "linearGradient",
60
- {
61
- id: "paint0_linear_5407_94",
62
- x1: 0.5,
63
- y1: 23.5,
64
- x2: 23.4219,
65
- y2: 0.73374,
66
- gradientUnits: "userSpaceOnUse",
67
- children: [
68
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { offset: 0.2, stopColor: "#FF6600" }),
69
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { offset: 1, stopColor: "#D25ACA" })
70
- ]
71
- }
72
- ),
73
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
74
- "linearGradient",
75
- {
76
- id: "paint1_linear_5407_94",
77
- x1: 0.5,
78
- y1: 23.5,
79
- x2: 23.4219,
80
- y2: 0.73374,
81
- gradientUnits: "userSpaceOnUse",
82
- children: [
83
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { offset: 0.2, stopColor: "#FF6600" }),
84
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { offset: 1, stopColor: "#D25ACA" })
85
- ]
86
- }
87
- ),
88
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("clipPath", { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { width: 24, height: 24, fill: "white" }) })
89
- ] })
90
- ]
91
- }
92
- );
38
+ var Icon = ({ size = 24, ...props }, ref) => {
39
+ const id = React.useId();
40
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
41
+ "svg",
42
+ {
43
+ viewBox: "0 0 24 24",
44
+ fill: "none",
45
+ xmlns: "http://www.w3.org/2000/svg",
46
+ "data-seed-icon": "true",
47
+ "data-seed-icon-asset-version": "0.0.22",
48
+ "data-seed-icon-react-version": "0.0.27",
49
+ width: size,
50
+ height: size,
51
+ ref,
52
+ ...props,
53
+ children: [
54
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { clipPath: `url(#${id}_clip_0)`, children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { children: [
55
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
56
+ "path",
57
+ {
58
+ 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",
59
+ fill: `url(#${id}_paint_0)`
60
+ }
61
+ ),
62
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
63
+ "path",
64
+ {
65
+ 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",
66
+ fill: `url(#${id}_paint_1)`
67
+ }
68
+ )
69
+ ] }) }),
70
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("defs", { children: [
71
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
72
+ "linearGradient",
73
+ {
74
+ id: `${id}_paint_0`,
75
+ x1: 0.5,
76
+ y1: 23.5,
77
+ x2: 23.4219,
78
+ y2: 0.73374,
79
+ gradientUnits: "userSpaceOnUse",
80
+ children: [
81
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { offset: 0.2, stopColor: "#FF6600" }),
82
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { offset: 1, stopColor: "#D25ACA" })
83
+ ]
84
+ }
85
+ ),
86
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
87
+ "linearGradient",
88
+ {
89
+ id: `${id}_paint_1`,
90
+ x1: 0.5,
91
+ y1: 23.5,
92
+ x2: 23.4219,
93
+ y2: 0.73374,
94
+ gradientUnits: "userSpaceOnUse",
95
+ children: [
96
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { offset: 0.2, stopColor: "#FF6600" }),
97
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { offset: 1, stopColor: "#D25ACA" })
98
+ ]
99
+ }
100
+ ),
101
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("clipPath", { id: `${id}_clip_0`, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { width: 24, height: 24, fill: "white" }) })
102
+ ] })
103
+ ]
104
+ }
105
+ );
106
+ };
93
107
  var IconSparkle2 = (0, import_react.forwardRef)(Icon);
94
108
  var IconSparkle2_default = IconSparkle2;
@@ -1,72 +1,76 @@
1
1
  // src/IconSparkle2.tsx
2
+ import * as React from "react";
2
3
  import { forwardRef } from "react";
3
4
  import { jsx, jsxs } from "react/jsx-runtime";
4
- var Icon = ({ size = 24, ...props }, ref) => /* @__PURE__ */ jsxs(
5
- "svg",
6
- {
7
- viewBox: "0 0 24 24",
8
- fill: "none",
9
- xmlns: "http://www.w3.org/2000/svg",
10
- "data-seed-icon": "true",
11
- "data-seed-icon-asset-version": "0.0.22",
12
- "data-seed-icon-react-version": "0.0.27",
13
- width: size,
14
- height: size,
15
- ref,
16
- ...props,
17
- children: [
18
- /* @__PURE__ */ jsx("g", { clipPath: "url(#clip0_5407_94)", children: /* @__PURE__ */ jsxs("g", { children: [
19
- /* @__PURE__ */ jsx(
20
- "path",
21
- {
22
- 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",
23
- fill: "url(#paint0_linear_5407_94)"
24
- }
25
- ),
26
- /* @__PURE__ */ jsx(
27
- "path",
28
- {
29
- 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",
30
- fill: "url(#paint1_linear_5407_94)"
31
- }
32
- )
33
- ] }) }),
34
- /* @__PURE__ */ jsxs("defs", { children: [
35
- /* @__PURE__ */ jsxs(
36
- "linearGradient",
37
- {
38
- id: "paint0_linear_5407_94",
39
- x1: 0.5,
40
- y1: 23.5,
41
- x2: 23.4219,
42
- y2: 0.73374,
43
- gradientUnits: "userSpaceOnUse",
44
- children: [
45
- /* @__PURE__ */ jsx("stop", { offset: 0.2, stopColor: "#FF6600" }),
46
- /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#D25ACA" })
47
- ]
48
- }
49
- ),
50
- /* @__PURE__ */ jsxs(
51
- "linearGradient",
52
- {
53
- id: "paint1_linear_5407_94",
54
- x1: 0.5,
55
- y1: 23.5,
56
- x2: 23.4219,
57
- y2: 0.73374,
58
- gradientUnits: "userSpaceOnUse",
59
- children: [
60
- /* @__PURE__ */ jsx("stop", { offset: 0.2, stopColor: "#FF6600" }),
61
- /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#D25ACA" })
62
- ]
63
- }
64
- ),
65
- /* @__PURE__ */ jsx("clipPath", { children: /* @__PURE__ */ jsx("rect", { width: 24, height: 24, fill: "white" }) })
66
- ] })
67
- ]
68
- }
69
- );
5
+ var Icon = ({ size = 24, ...props }, ref) => {
6
+ const id = React.useId();
7
+ return /* @__PURE__ */ jsxs(
8
+ "svg",
9
+ {
10
+ viewBox: "0 0 24 24",
11
+ fill: "none",
12
+ xmlns: "http://www.w3.org/2000/svg",
13
+ "data-seed-icon": "true",
14
+ "data-seed-icon-asset-version": "0.0.22",
15
+ "data-seed-icon-react-version": "0.0.27",
16
+ width: size,
17
+ height: size,
18
+ ref,
19
+ ...props,
20
+ children: [
21
+ /* @__PURE__ */ jsx("g", { clipPath: `url(#${id}_clip_0)`, children: /* @__PURE__ */ jsxs("g", { children: [
22
+ /* @__PURE__ */ jsx(
23
+ "path",
24
+ {
25
+ 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",
26
+ fill: `url(#${id}_paint_0)`
27
+ }
28
+ ),
29
+ /* @__PURE__ */ jsx(
30
+ "path",
31
+ {
32
+ 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",
33
+ fill: `url(#${id}_paint_1)`
34
+ }
35
+ )
36
+ ] }) }),
37
+ /* @__PURE__ */ jsxs("defs", { children: [
38
+ /* @__PURE__ */ jsxs(
39
+ "linearGradient",
40
+ {
41
+ id: `${id}_paint_0`,
42
+ x1: 0.5,
43
+ y1: 23.5,
44
+ x2: 23.4219,
45
+ y2: 0.73374,
46
+ gradientUnits: "userSpaceOnUse",
47
+ children: [
48
+ /* @__PURE__ */ jsx("stop", { offset: 0.2, stopColor: "#FF6600" }),
49
+ /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#D25ACA" })
50
+ ]
51
+ }
52
+ ),
53
+ /* @__PURE__ */ jsxs(
54
+ "linearGradient",
55
+ {
56
+ id: `${id}_paint_1`,
57
+ x1: 0.5,
58
+ y1: 23.5,
59
+ x2: 23.4219,
60
+ y2: 0.73374,
61
+ gradientUnits: "userSpaceOnUse",
62
+ children: [
63
+ /* @__PURE__ */ jsx("stop", { offset: 0.2, stopColor: "#FF6600" }),
64
+ /* @__PURE__ */ jsx("stop", { offset: 1, stopColor: "#D25ACA" })
65
+ ]
66
+ }
67
+ ),
68
+ /* @__PURE__ */ jsx("clipPath", { id: `${id}_clip_0`, children: /* @__PURE__ */ jsx("rect", { width: 24, height: 24, fill: "white" }) })
69
+ ] })
70
+ ]
71
+ }
72
+ );
73
+ };
70
74
  var IconSparkle2 = forwardRef(Icon);
71
75
  var IconSparkle2_default = IconSparkle2;
72
76
  export {
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
- // ../../../../../../../root/.yarn/berry/cache/react-npm-18.3.1-af38f3c1ae-10c0.zip/node_modules/react/cjs/react.production.min.js
32
+ // ../../.yarn/cache/react-npm-18.3.1-af38f3c1ae-283e8c5efc.zip/node_modules/react/cjs/react.production.min.js
33
33
  var require_react_production_min = __commonJS({
34
- "../../../../../../../root/.yarn/berry/cache/react-npm-18.3.1-af38f3c1ae-10c0.zip/node_modules/react/cjs/react.production.min.js"(exports) {
34
+ "../../.yarn/cache/react-npm-18.3.1-af38f3c1ae-283e8c5efc.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
- // ../../../../../../../root/.yarn/berry/cache/react-npm-18.3.1-af38f3c1ae-10c0.zip/node_modules/react/cjs/react.development.js
305
+ // ../../.yarn/cache/react-npm-18.3.1-af38f3c1ae-283e8c5efc.zip/node_modules/react/cjs/react.development.js
306
306
  var require_react_development = __commonJS({
307
- "../../../../../../../root/.yarn/berry/cache/react-npm-18.3.1-af38f3c1ae-10c0.zip/node_modules/react/cjs/react.development.js"(exports, module2) {
307
+ "../../.yarn/cache/react-npm-18.3.1-af38f3c1ae-283e8c5efc.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() {
@@ -1411,7 +1411,7 @@ var require_react_development = __commonJS({
1411
1411
  var dispatcher = resolveDispatcher();
1412
1412
  return dispatcher.useDeferredValue(value);
1413
1413
  }
1414
- function useId() {
1414
+ function useId2() {
1415
1415
  var dispatcher = resolveDispatcher();
1416
1416
  return dispatcher.useId();
1417
1417
  }
@@ -2157,7 +2157,7 @@ var require_react_development = __commonJS({
2157
2157
  exports.useDebugValue = useDebugValue;
2158
2158
  exports.useDeferredValue = useDeferredValue;
2159
2159
  exports.useEffect = useEffect;
2160
- exports.useId = useId;
2160
+ exports.useId = useId2;
2161
2161
  exports.useImperativeHandle = useImperativeHandle;
2162
2162
  exports.useInsertionEffect = useInsertionEffect;
2163
2163
  exports.useLayoutEffect = useLayoutEffect;
@@ -2176,9 +2176,9 @@ var require_react_development = __commonJS({
2176
2176
  }
2177
2177
  });
2178
2178
 
2179
- // ../../../../../../../root/.yarn/berry/cache/react-npm-18.3.1-af38f3c1ae-10c0.zip/node_modules/react/index.js
2179
+ // ../../.yarn/cache/react-npm-18.3.1-af38f3c1ae-283e8c5efc.zip/node_modules/react/index.js
2180
2180
  var require_react = __commonJS({
2181
- "../../../../../../../root/.yarn/berry/cache/react-npm-18.3.1-af38f3c1ae-10c0.zip/node_modules/react/index.js"(exports, module2) {
2181
+ "../../.yarn/cache/react-npm-18.3.1-af38f3c1ae-283e8c5efc.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
- // ../../../../../../../root/.yarn/berry/cache/react-npm-18.3.1-af38f3c1ae-10c0.zip/node_modules/react/cjs/react-jsx-runtime.production.min.js
2191
+ // ../../.yarn/cache/react-npm-18.3.1-af38f3c1ae-283e8c5efc.zip/node_modules/react/cjs/react-jsx-runtime.production.min.js
2192
2192
  var require_react_jsx_runtime_production_min = __commonJS({
2193
- "../../../../../../../root/.yarn/berry/cache/react-npm-18.3.1-af38f3c1ae-10c0.zip/node_modules/react/cjs/react-jsx-runtime.production.min.js"(exports) {
2193
+ "../../.yarn/cache/react-npm-18.3.1-af38f3c1ae-283e8c5efc.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,14 +2213,14 @@ var require_react_jsx_runtime_production_min = __commonJS({
2213
2213
  }
2214
2214
  });
2215
2215
 
2216
- // ../../../../../../../root/.yarn/berry/cache/react-npm-18.3.1-af38f3c1ae-10c0.zip/node_modules/react/cjs/react-jsx-runtime.development.js
2216
+ // ../../.yarn/cache/react-npm-18.3.1-af38f3c1ae-283e8c5efc.zip/node_modules/react/cjs/react-jsx-runtime.development.js
2217
2217
  var require_react_jsx_runtime_development = __commonJS({
2218
- "../../../../../../../root/.yarn/berry/cache/react-npm-18.3.1-af38f3c1ae-10c0.zip/node_modules/react/cjs/react-jsx-runtime.development.js"(exports) {
2218
+ "../../.yarn/cache/react-npm-18.3.1-af38f3c1ae-283e8c5efc.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() {
2222
2222
  "use strict";
2223
- var React = require_react();
2223
+ var React2 = require_react();
2224
2224
  var REACT_ELEMENT_TYPE = Symbol.for("react.element");
2225
2225
  var REACT_PORTAL_TYPE = Symbol.for("react.portal");
2226
2226
  var REACT_FRAGMENT_TYPE = Symbol.for("react.fragment");
@@ -2246,7 +2246,7 @@ var require_react_jsx_runtime_development = __commonJS({
2246
2246
  }
2247
2247
  return null;
2248
2248
  }
2249
- var ReactSharedInternals = React.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
2249
+ var ReactSharedInternals = React2.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
2250
2250
  function error(format) {
2251
2251
  {
2252
2252
  {
@@ -3106,9 +3106,9 @@ var require_react_jsx_runtime_development = __commonJS({
3106
3106
  }
3107
3107
  });
3108
3108
 
3109
- // ../../../../../../../root/.yarn/berry/cache/react-npm-18.3.1-af38f3c1ae-10c0.zip/node_modules/react/jsx-runtime.js
3109
+ // ../../.yarn/cache/react-npm-18.3.1-af38f3c1ae-283e8c5efc.zip/node_modules/react/jsx-runtime.js
3110
3110
  var require_jsx_runtime = __commonJS({
3111
- "../../../../../../../root/.yarn/berry/cache/react-npm-18.3.1-af38f3c1ae-10c0.zip/node_modules/react/jsx-runtime.js"(exports, module2) {
3111
+ "../../.yarn/cache/react-npm-18.3.1-af38f3c1ae-283e8c5efc.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();
@@ -5280,74 +5280,78 @@ var IconAsteriskHorizrectangleCoolwave3 = (0, import_react42.forwardRef)(Icon42)
5280
5280
  var IconAsteriskHorizrectangleCoolwave3_default = IconAsteriskHorizrectangleCoolwave3;
5281
5281
 
5282
5282
  // src/IconSparkle2.tsx
5283
+ var React = __toESM(require_react(), 1);
5283
5284
  var import_react43 = __toESM(require_react(), 1);
5284
5285
  var import_jsx_runtime43 = __toESM(require_jsx_runtime(), 1);
5285
- var Icon43 = ({ size = 24, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
5286
- "svg",
5287
- {
5288
- viewBox: "0 0 24 24",
5289
- fill: "none",
5290
- xmlns: "http://www.w3.org/2000/svg",
5291
- "data-seed-icon": "true",
5292
- "data-seed-icon-asset-version": "0.0.22",
5293
- "data-seed-icon-react-version": "0.0.27",
5294
- width: size,
5295
- height: size,
5296
- ref,
5297
- ...props,
5298
- children: [
5299
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("g", { clipPath: "url(#clip0_5407_94)", children: /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("g", { children: [
5300
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5301
- "path",
5302
- {
5303
- 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",
5304
- fill: "url(#paint0_linear_5407_94)"
5305
- }
5306
- ),
5307
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5308
- "path",
5309
- {
5310
- 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",
5311
- fill: "url(#paint1_linear_5407_94)"
5312
- }
5313
- )
5314
- ] }) }),
5315
- /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("defs", { children: [
5316
- /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
5317
- "linearGradient",
5318
- {
5319
- id: "paint0_linear_5407_94",
5320
- x1: 0.5,
5321
- y1: 23.5,
5322
- x2: 23.4219,
5323
- y2: 0.73374,
5324
- gradientUnits: "userSpaceOnUse",
5325
- children: [
5326
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: 0.2, stopColor: "#FF6600" }),
5327
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: 1, stopColor: "#D25ACA" })
5328
- ]
5329
- }
5330
- ),
5331
- /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
5332
- "linearGradient",
5333
- {
5334
- id: "paint1_linear_5407_94",
5335
- x1: 0.5,
5336
- y1: 23.5,
5337
- x2: 23.4219,
5338
- y2: 0.73374,
5339
- gradientUnits: "userSpaceOnUse",
5340
- children: [
5341
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: 0.2, stopColor: "#FF6600" }),
5342
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: 1, stopColor: "#D25ACA" })
5343
- ]
5344
- }
5345
- ),
5346
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("clipPath", { children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("rect", { width: 24, height: 24, fill: "white" }) })
5347
- ] })
5348
- ]
5349
- }
5350
- );
5286
+ var Icon43 = ({ size = 24, ...props }, ref) => {
5287
+ const id = React.useId();
5288
+ return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
5289
+ "svg",
5290
+ {
5291
+ viewBox: "0 0 24 24",
5292
+ fill: "none",
5293
+ xmlns: "http://www.w3.org/2000/svg",
5294
+ "data-seed-icon": "true",
5295
+ "data-seed-icon-asset-version": "0.0.22",
5296
+ "data-seed-icon-react-version": "0.0.27",
5297
+ width: size,
5298
+ height: size,
5299
+ ref,
5300
+ ...props,
5301
+ children: [
5302
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("g", { clipPath: `url(#${id}_clip_0)`, children: /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("g", { children: [
5303
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5304
+ "path",
5305
+ {
5306
+ 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",
5307
+ fill: `url(#${id}_paint_0)`
5308
+ }
5309
+ ),
5310
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5311
+ "path",
5312
+ {
5313
+ 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",
5314
+ fill: `url(#${id}_paint_1)`
5315
+ }
5316
+ )
5317
+ ] }) }),
5318
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)("defs", { children: [
5319
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
5320
+ "linearGradient",
5321
+ {
5322
+ id: `${id}_paint_0`,
5323
+ x1: 0.5,
5324
+ y1: 23.5,
5325
+ x2: 23.4219,
5326
+ y2: 0.73374,
5327
+ gradientUnits: "userSpaceOnUse",
5328
+ children: [
5329
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: 0.2, stopColor: "#FF6600" }),
5330
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: 1, stopColor: "#D25ACA" })
5331
+ ]
5332
+ }
5333
+ ),
5334
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
5335
+ "linearGradient",
5336
+ {
5337
+ id: `${id}_paint_1`,
5338
+ x1: 0.5,
5339
+ y1: 23.5,
5340
+ x2: 23.4219,
5341
+ y2: 0.73374,
5342
+ gradientUnits: "userSpaceOnUse",
5343
+ children: [
5344
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: 0.2, stopColor: "#FF6600" }),
5345
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("stop", { offset: 1, stopColor: "#D25ACA" })
5346
+ ]
5347
+ }
5348
+ ),
5349
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("clipPath", { id: `${id}_clip_0`, children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("rect", { width: 24, height: 24, fill: "white" }) })
5350
+ ] })
5351
+ ]
5352
+ }
5353
+ );
5354
+ };
5351
5355
  var IconSparkle2 = (0, import_react43.forwardRef)(Icon43);
5352
5356
  var IconSparkle2_default = IconSparkle2;
5353
5357
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@karrotmarket/react-multicolor-icon",
3
- "version": "0.0.27",
3
+ "version": "0.0.28",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/daangn/seed-icon-v3.git",