omoo-icons 1.0.6

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.
package/README.md ADDED
@@ -0,0 +1 @@
1
+ # ctk-icons
@@ -0,0 +1,99 @@
1
+ import * as React from 'react';
2
+
3
+ interface SVGRProps$f {
4
+ title?: string;
5
+ titleId?: string;
6
+ }
7
+ declare const Memo$f: React.NamedExoticComponent<Omit<React.SVGProps<SVGSVGElement> & SVGRProps$f, "ref"> & React.RefAttributes<SVGSVGElement>>;
8
+
9
+ interface SVGRProps$e {
10
+ title?: string;
11
+ titleId?: string;
12
+ }
13
+ declare const Memo$e: React.NamedExoticComponent<Omit<React.SVGProps<SVGSVGElement> & SVGRProps$e, "ref"> & React.RefAttributes<SVGSVGElement>>;
14
+
15
+ interface SVGRProps$d {
16
+ title?: string;
17
+ titleId?: string;
18
+ }
19
+ declare const Memo$d: React.NamedExoticComponent<Omit<React.SVGProps<SVGSVGElement> & SVGRProps$d, "ref"> & React.RefAttributes<SVGSVGElement>>;
20
+
21
+ interface SVGRProps$c {
22
+ title?: string;
23
+ titleId?: string;
24
+ }
25
+ declare const Memo$c: React.NamedExoticComponent<Omit<React.SVGProps<SVGSVGElement> & SVGRProps$c, "ref"> & React.RefAttributes<SVGSVGElement>>;
26
+
27
+ interface SVGRProps$b {
28
+ title?: string;
29
+ titleId?: string;
30
+ }
31
+ declare const Memo$b: React.NamedExoticComponent<Omit<React.SVGProps<SVGSVGElement> & SVGRProps$b, "ref"> & React.RefAttributes<SVGSVGElement>>;
32
+
33
+ interface SVGRProps$a {
34
+ title?: string;
35
+ titleId?: string;
36
+ }
37
+ declare const Memo$a: React.NamedExoticComponent<Omit<React.SVGProps<SVGSVGElement> & SVGRProps$a, "ref"> & React.RefAttributes<SVGSVGElement>>;
38
+
39
+ interface SVGRProps$9 {
40
+ title?: string;
41
+ titleId?: string;
42
+ }
43
+ declare const Memo$9: React.NamedExoticComponent<Omit<React.SVGProps<SVGSVGElement> & SVGRProps$9, "ref"> & React.RefAttributes<SVGSVGElement>>;
44
+
45
+ interface SVGRProps$8 {
46
+ title?: string;
47
+ titleId?: string;
48
+ }
49
+ declare const Memo$8: React.NamedExoticComponent<Omit<React.SVGProps<SVGSVGElement> & SVGRProps$8, "ref"> & React.RefAttributes<SVGSVGElement>>;
50
+
51
+ interface SVGRProps$7 {
52
+ title?: string;
53
+ titleId?: string;
54
+ }
55
+ declare const Memo$7: React.NamedExoticComponent<Omit<React.SVGProps<SVGSVGElement> & SVGRProps$7, "ref"> & React.RefAttributes<SVGSVGElement>>;
56
+
57
+ interface SVGRProps$6 {
58
+ title?: string;
59
+ titleId?: string;
60
+ }
61
+ declare const Memo$6: React.NamedExoticComponent<Omit<React.SVGProps<SVGSVGElement> & SVGRProps$6, "ref"> & React.RefAttributes<SVGSVGElement>>;
62
+
63
+ interface SVGRProps$5 {
64
+ title?: string;
65
+ titleId?: string;
66
+ }
67
+ declare const Memo$5: React.NamedExoticComponent<Omit<React.SVGProps<SVGSVGElement> & SVGRProps$5, "ref"> & React.RefAttributes<SVGSVGElement>>;
68
+
69
+ interface SVGRProps$4 {
70
+ title?: string;
71
+ titleId?: string;
72
+ }
73
+ declare const Memo$4: React.NamedExoticComponent<Omit<React.SVGProps<SVGSVGElement> & SVGRProps$4, "ref"> & React.RefAttributes<SVGSVGElement>>;
74
+
75
+ interface SVGRProps$3 {
76
+ title?: string;
77
+ titleId?: string;
78
+ }
79
+ declare const Memo$3: React.NamedExoticComponent<Omit<React.SVGProps<SVGSVGElement> & SVGRProps$3, "ref"> & React.RefAttributes<SVGSVGElement>>;
80
+
81
+ interface SVGRProps$2 {
82
+ title?: string;
83
+ titleId?: string;
84
+ }
85
+ declare const Memo$2: React.NamedExoticComponent<Omit<React.SVGProps<SVGSVGElement> & SVGRProps$2, "ref"> & React.RefAttributes<SVGSVGElement>>;
86
+
87
+ interface SVGRProps$1 {
88
+ title?: string;
89
+ titleId?: string;
90
+ }
91
+ declare const Memo$1: React.NamedExoticComponent<Omit<React.SVGProps<SVGSVGElement> & SVGRProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
92
+
93
+ interface SVGRProps {
94
+ title?: string;
95
+ titleId?: string;
96
+ }
97
+ declare const Memo: React.NamedExoticComponent<Omit<React.SVGProps<SVGSVGElement> & SVGRProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
98
+
99
+ export { Memo$f as ArrowCurveLeftDown, Memo$e as ArrowCurveLeftRight, Memo$d as ArrowCurveLeftUp, Memo$c as ArrowCurveRightUp, Memo$b as ArrowCurveUpLeft, Memo$9 as ArrowDownLeft, Memo$a as ArrowDownLeftSquareContained, Memo$8 as ArrowDownRightSquareContained, Memo$7 as ArrowDownSquareContained, Memo$6 as ArrowLeftSquareContained, Memo$5 as ArrowRightSquareContained, Memo$4 as ArrowUpLeftSquareContained, Memo$3 as ArrowUpRightSquareContained, Memo$2 as ArrowUpSquareContained, Memo$1 as FileCheckIcon, Memo as SettingsIcon };
@@ -0,0 +1,99 @@
1
+ import * as React from 'react';
2
+
3
+ interface SVGRProps$f {
4
+ title?: string;
5
+ titleId?: string;
6
+ }
7
+ declare const Memo$f: React.NamedExoticComponent<Omit<React.SVGProps<SVGSVGElement> & SVGRProps$f, "ref"> & React.RefAttributes<SVGSVGElement>>;
8
+
9
+ interface SVGRProps$e {
10
+ title?: string;
11
+ titleId?: string;
12
+ }
13
+ declare const Memo$e: React.NamedExoticComponent<Omit<React.SVGProps<SVGSVGElement> & SVGRProps$e, "ref"> & React.RefAttributes<SVGSVGElement>>;
14
+
15
+ interface SVGRProps$d {
16
+ title?: string;
17
+ titleId?: string;
18
+ }
19
+ declare const Memo$d: React.NamedExoticComponent<Omit<React.SVGProps<SVGSVGElement> & SVGRProps$d, "ref"> & React.RefAttributes<SVGSVGElement>>;
20
+
21
+ interface SVGRProps$c {
22
+ title?: string;
23
+ titleId?: string;
24
+ }
25
+ declare const Memo$c: React.NamedExoticComponent<Omit<React.SVGProps<SVGSVGElement> & SVGRProps$c, "ref"> & React.RefAttributes<SVGSVGElement>>;
26
+
27
+ interface SVGRProps$b {
28
+ title?: string;
29
+ titleId?: string;
30
+ }
31
+ declare const Memo$b: React.NamedExoticComponent<Omit<React.SVGProps<SVGSVGElement> & SVGRProps$b, "ref"> & React.RefAttributes<SVGSVGElement>>;
32
+
33
+ interface SVGRProps$a {
34
+ title?: string;
35
+ titleId?: string;
36
+ }
37
+ declare const Memo$a: React.NamedExoticComponent<Omit<React.SVGProps<SVGSVGElement> & SVGRProps$a, "ref"> & React.RefAttributes<SVGSVGElement>>;
38
+
39
+ interface SVGRProps$9 {
40
+ title?: string;
41
+ titleId?: string;
42
+ }
43
+ declare const Memo$9: React.NamedExoticComponent<Omit<React.SVGProps<SVGSVGElement> & SVGRProps$9, "ref"> & React.RefAttributes<SVGSVGElement>>;
44
+
45
+ interface SVGRProps$8 {
46
+ title?: string;
47
+ titleId?: string;
48
+ }
49
+ declare const Memo$8: React.NamedExoticComponent<Omit<React.SVGProps<SVGSVGElement> & SVGRProps$8, "ref"> & React.RefAttributes<SVGSVGElement>>;
50
+
51
+ interface SVGRProps$7 {
52
+ title?: string;
53
+ titleId?: string;
54
+ }
55
+ declare const Memo$7: React.NamedExoticComponent<Omit<React.SVGProps<SVGSVGElement> & SVGRProps$7, "ref"> & React.RefAttributes<SVGSVGElement>>;
56
+
57
+ interface SVGRProps$6 {
58
+ title?: string;
59
+ titleId?: string;
60
+ }
61
+ declare const Memo$6: React.NamedExoticComponent<Omit<React.SVGProps<SVGSVGElement> & SVGRProps$6, "ref"> & React.RefAttributes<SVGSVGElement>>;
62
+
63
+ interface SVGRProps$5 {
64
+ title?: string;
65
+ titleId?: string;
66
+ }
67
+ declare const Memo$5: React.NamedExoticComponent<Omit<React.SVGProps<SVGSVGElement> & SVGRProps$5, "ref"> & React.RefAttributes<SVGSVGElement>>;
68
+
69
+ interface SVGRProps$4 {
70
+ title?: string;
71
+ titleId?: string;
72
+ }
73
+ declare const Memo$4: React.NamedExoticComponent<Omit<React.SVGProps<SVGSVGElement> & SVGRProps$4, "ref"> & React.RefAttributes<SVGSVGElement>>;
74
+
75
+ interface SVGRProps$3 {
76
+ title?: string;
77
+ titleId?: string;
78
+ }
79
+ declare const Memo$3: React.NamedExoticComponent<Omit<React.SVGProps<SVGSVGElement> & SVGRProps$3, "ref"> & React.RefAttributes<SVGSVGElement>>;
80
+
81
+ interface SVGRProps$2 {
82
+ title?: string;
83
+ titleId?: string;
84
+ }
85
+ declare const Memo$2: React.NamedExoticComponent<Omit<React.SVGProps<SVGSVGElement> & SVGRProps$2, "ref"> & React.RefAttributes<SVGSVGElement>>;
86
+
87
+ interface SVGRProps$1 {
88
+ title?: string;
89
+ titleId?: string;
90
+ }
91
+ declare const Memo$1: React.NamedExoticComponent<Omit<React.SVGProps<SVGSVGElement> & SVGRProps$1, "ref"> & React.RefAttributes<SVGSVGElement>>;
92
+
93
+ interface SVGRProps {
94
+ title?: string;
95
+ titleId?: string;
96
+ }
97
+ declare const Memo: React.NamedExoticComponent<Omit<React.SVGProps<SVGSVGElement> & SVGRProps, "ref"> & React.RefAttributes<SVGSVGElement>>;
98
+
99
+ export { Memo$f as ArrowCurveLeftDown, Memo$e as ArrowCurveLeftRight, Memo$d as ArrowCurveLeftUp, Memo$c as ArrowCurveRightUp, Memo$b as ArrowCurveUpLeft, Memo$9 as ArrowDownLeft, Memo$a as ArrowDownLeftSquareContained, Memo$8 as ArrowDownRightSquareContained, Memo$7 as ArrowDownSquareContained, Memo$6 as ArrowLeftSquareContained, Memo$5 as ArrowRightSquareContained, Memo$4 as ArrowUpLeftSquareContained, Memo$3 as ArrowUpRightSquareContained, Memo$2 as ArrowUpSquareContained, Memo$1 as FileCheckIcon, Memo as SettingsIcon };
package/dist/index.js ADDED
@@ -0,0 +1,606 @@
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
+
20
+ // src/components/icons/index.ts
21
+ var index_exports = {};
22
+ __export(index_exports, {
23
+ ArrowCurveLeftDown: () => ArrowCurveLeftDown_default,
24
+ ArrowCurveLeftRight: () => ArrowCurveLeftRight_default,
25
+ ArrowCurveLeftUp: () => ArrowCurveLeftUp_default,
26
+ ArrowCurveRightUp: () => ArrowCurveRightUp_default,
27
+ ArrowCurveUpLeft: () => ArrowCurveUpLeft_default,
28
+ ArrowDownLeft: () => ArrowDownLeft_default,
29
+ ArrowDownLeftSquareContained: () => ArrowDownLeftSquareContained_default,
30
+ ArrowDownRightSquareContained: () => ArrowDownRightSquareContained_default,
31
+ ArrowDownSquareContained: () => ArrowDownSquareContained_default,
32
+ ArrowLeftSquareContained: () => ArrowLeftSquareContained_default,
33
+ ArrowRightSquareContained: () => ArrowRightSquareContained_default,
34
+ ArrowUpLeftSquareContained: () => ArrowUpLeftSquareContained_default,
35
+ ArrowUpRightSquareContained: () => ArrowUpRightSquareContained_default,
36
+ ArrowUpSquareContained: () => ArrowUpSquareContained_default,
37
+ FileCheckIcon: () => FileCheckIcon_default,
38
+ SettingsIcon: () => SettingsIcon_default
39
+ });
40
+ module.exports = __toCommonJS(index_exports);
41
+
42
+ // src/components/icons/ArrowCurveLeftDown.tsx
43
+ var import_react = require("react");
44
+ var import_jsx_runtime = require("react/jsx-runtime");
45
+ var SvgArrowCurveLeftDown = ({ title, titleId, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
46
+ "svg",
47
+ {
48
+ xmlns: "http://www.w3.org/2000/svg",
49
+ fill: "none",
50
+ viewBox: "0 0 24 24",
51
+ stroke: "currentColor",
52
+ width: "1em",
53
+ height: "1em",
54
+ ref,
55
+ "aria-labelledby": titleId,
56
+ ...props,
57
+ children: [
58
+ title ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)("title", { id: titleId, children: title }) : null,
59
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
60
+ "path",
61
+ {
62
+ stroke: "currentColor",
63
+ strokeLinecap: "round",
64
+ strokeLinejoin: "round",
65
+ strokeWidth: 1.6,
66
+ d: "M8.914 19.8 3.6 14.486m0 0 5.314-5.314M3.6 14.486h12.8a4 4 0 0 0 4-4V4.2"
67
+ }
68
+ )
69
+ ]
70
+ }
71
+ );
72
+ var ForwardRef = (0, import_react.forwardRef)(SvgArrowCurveLeftDown);
73
+ var Memo = (0, import_react.memo)(ForwardRef);
74
+ var ArrowCurveLeftDown_default = Memo;
75
+
76
+ // src/components/icons/ArrowCurveLeftRight.tsx
77
+ var import_react2 = require("react");
78
+ var import_jsx_runtime2 = require("react/jsx-runtime");
79
+ var SvgArrowCurveLeftRight = ({ title, titleId, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime2.jsxs)(
80
+ "svg",
81
+ {
82
+ xmlns: "http://www.w3.org/2000/svg",
83
+ fill: "none",
84
+ viewBox: "0 0 24 24",
85
+ stroke: "currentColor",
86
+ width: "1em",
87
+ height: "1em",
88
+ ref,
89
+ "aria-labelledby": titleId,
90
+ ...props,
91
+ children: [
92
+ title ? /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("title", { id: titleId, children: title }) : null,
93
+ /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
94
+ "path",
95
+ {
96
+ stroke: "currentColor",
97
+ strokeLinecap: "round",
98
+ strokeLinejoin: "round",
99
+ strokeWidth: 1.6,
100
+ d: "m15.086 19.8 5.314-5.314m0 0-5.314-5.314m5.314 5.314H7.6a4 4 0 0 1-4-4V4.2"
101
+ }
102
+ )
103
+ ]
104
+ }
105
+ );
106
+ var ForwardRef2 = (0, import_react2.forwardRef)(SvgArrowCurveLeftRight);
107
+ var Memo2 = (0, import_react2.memo)(ForwardRef2);
108
+ var ArrowCurveLeftRight_default = Memo2;
109
+
110
+ // src/components/icons/ArrowCurveLeftUp.tsx
111
+ var import_react3 = require("react");
112
+ var import_jsx_runtime3 = require("react/jsx-runtime");
113
+ var SvgArrowCurveLeftUp = ({ title, titleId, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)(
114
+ "svg",
115
+ {
116
+ xmlns: "http://www.w3.org/2000/svg",
117
+ fill: "none",
118
+ viewBox: "0 0 24 24",
119
+ stroke: "currentColor",
120
+ width: "1em",
121
+ height: "1em",
122
+ ref,
123
+ "aria-labelledby": titleId,
124
+ ...props,
125
+ children: [
126
+ title ? /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("title", { id: titleId, children: title }) : null,
127
+ /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
128
+ "path",
129
+ {
130
+ fill: "currentColor",
131
+ fillRule: "evenodd",
132
+ d: "M20.4 20.6a.8.8 0 0 0 .8-.8v-6.286a4.8 4.8 0 0 0-4.8-4.8H5.531L9.48 4.766a.8.8 0 1 0-1.132-1.132L3.034 8.948a.8.8 0 0 0 0 1.132l5.314 5.314a.8.8 0 0 0 1.132-1.132L5.53 10.314H16.4a3.2 3.2 0 0 1 3.2 3.2V19.8a.8.8 0 0 0 .8.8",
133
+ clipRule: "evenodd"
134
+ }
135
+ )
136
+ ]
137
+ }
138
+ );
139
+ var ForwardRef3 = (0, import_react3.forwardRef)(SvgArrowCurveLeftUp);
140
+ var Memo3 = (0, import_react3.memo)(ForwardRef3);
141
+ var ArrowCurveLeftUp_default = Memo3;
142
+
143
+ // src/components/icons/ArrowCurveRightUp.tsx
144
+ var import_react4 = require("react");
145
+ var import_jsx_runtime4 = require("react/jsx-runtime");
146
+ var SvgArrowCurveRightUp = ({ title, titleId, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)(
147
+ "svg",
148
+ {
149
+ xmlns: "http://www.w3.org/2000/svg",
150
+ fill: "none",
151
+ viewBox: "0 0 24 24",
152
+ stroke: "currentColor",
153
+ width: "1em",
154
+ height: "1em",
155
+ ref,
156
+ "aria-labelledby": titleId,
157
+ ...props,
158
+ children: [
159
+ title ? /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("title", { id: titleId, children: title }) : null,
160
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
161
+ "path",
162
+ {
163
+ stroke: "currentColor",
164
+ strokeLinecap: "round",
165
+ strokeLinejoin: "round",
166
+ strokeWidth: 1.6,
167
+ d: "M15.086 4.2 20.4 9.514m0 0-5.314 5.314M20.4 9.514H7.6a4 4 0 0 0-4 4V19.8"
168
+ }
169
+ )
170
+ ]
171
+ }
172
+ );
173
+ var ForwardRef4 = (0, import_react4.forwardRef)(SvgArrowCurveRightUp);
174
+ var Memo4 = (0, import_react4.memo)(ForwardRef4);
175
+ var ArrowCurveRightUp_default = Memo4;
176
+
177
+ // src/components/icons/ArrowCurveUpLeft.tsx
178
+ var import_react5 = require("react");
179
+ var import_jsx_runtime5 = require("react/jsx-runtime");
180
+ var SvgArrowCurveUpLeft = ({ title, titleId, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(
181
+ "svg",
182
+ {
183
+ xmlns: "http://www.w3.org/2000/svg",
184
+ fill: "none",
185
+ viewBox: "0 0 24 24",
186
+ stroke: "currentColor",
187
+ width: "1em",
188
+ height: "1em",
189
+ ref,
190
+ "aria-labelledby": titleId,
191
+ ...props,
192
+ children: [
193
+ title ? /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("title", { id: titleId, children: title }) : null,
194
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
195
+ "path",
196
+ {
197
+ stroke: "currentColor",
198
+ strokeLinecap: "round",
199
+ strokeLinejoin: "round",
200
+ strokeWidth: 1.6,
201
+ d: "M4.2 8.914 9.514 3.6m0 0 5.314 5.314M9.514 3.6v12.8a4 4 0 0 0 4 4H19.8"
202
+ }
203
+ )
204
+ ]
205
+ }
206
+ );
207
+ var ForwardRef5 = (0, import_react5.forwardRef)(SvgArrowCurveUpLeft);
208
+ var Memo5 = (0, import_react5.memo)(ForwardRef5);
209
+ var ArrowCurveUpLeft_default = Memo5;
210
+
211
+ // src/components/icons/ArrowDownLeftSquareContained.tsx
212
+ var import_react6 = require("react");
213
+ var import_jsx_runtime6 = require("react/jsx-runtime");
214
+ var SvgArrowDownLeftSquareContained = ({ title, titleId, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime6.jsxs)(
215
+ "svg",
216
+ {
217
+ xmlns: "http://www.w3.org/2000/svg",
218
+ fill: "none",
219
+ viewBox: "0 0 24 24",
220
+ stroke: "currentColor",
221
+ width: "1em",
222
+ height: "1em",
223
+ ref,
224
+ "aria-labelledby": titleId,
225
+ ...props,
226
+ children: [
227
+ title ? /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("title", { id: titleId, children: title }) : null,
228
+ /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
229
+ "path",
230
+ {
231
+ stroke: "currentColor",
232
+ strokeLinecap: "round",
233
+ strokeLinejoin: "round",
234
+ strokeWidth: 1.6,
235
+ d: "M14.344 15.32H8.719m0 0V9.695m0 5.625 6.094-6.094M17.625 21H6.375A3.375 3.375 0 0 1 3 17.625V6.375A3.375 3.375 0 0 1 6.375 3h11.25A3.375 3.375 0 0 1 21 6.375v11.25A3.375 3.375 0 0 1 17.625 21"
236
+ }
237
+ )
238
+ ]
239
+ }
240
+ );
241
+ var ForwardRef6 = (0, import_react6.forwardRef)(SvgArrowDownLeftSquareContained);
242
+ var Memo6 = (0, import_react6.memo)(ForwardRef6);
243
+ var ArrowDownLeftSquareContained_default = Memo6;
244
+
245
+ // src/components/icons/ArrowDownLeft.tsx
246
+ var import_react7 = require("react");
247
+ var import_jsx_runtime7 = require("react/jsx-runtime");
248
+ var SvgArrowDownLeft = ({ title, titleId, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)(
249
+ "svg",
250
+ {
251
+ xmlns: "http://www.w3.org/2000/svg",
252
+ fill: "none",
253
+ viewBox: "0 0 24 24",
254
+ stroke: "currentColor",
255
+ width: "1em",
256
+ height: "1em",
257
+ ref,
258
+ "aria-labelledby": titleId,
259
+ ...props,
260
+ children: [
261
+ title ? /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("title", { id: titleId, children: title }) : null,
262
+ /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
263
+ "path",
264
+ {
265
+ stroke: "currentColor",
266
+ strokeLinecap: "round",
267
+ strokeLinejoin: "round",
268
+ strokeWidth: 1.6,
269
+ d: "M4.2 15.086 9.514 20.4m0 0 5.314-5.314M9.514 20.4V7.6a4 4 0 0 1 4-4H19.8"
270
+ }
271
+ )
272
+ ]
273
+ }
274
+ );
275
+ var ForwardRef7 = (0, import_react7.forwardRef)(SvgArrowDownLeft);
276
+ var Memo7 = (0, import_react7.memo)(ForwardRef7);
277
+ var ArrowDownLeft_default = Memo7;
278
+
279
+ // src/components/icons/ArrowDownRightSquareContained.tsx
280
+ var import_react8 = require("react");
281
+ var import_jsx_runtime8 = require("react/jsx-runtime");
282
+ var SvgArrowDownRightSquareContained = ({ title, titleId, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)(
283
+ "svg",
284
+ {
285
+ xmlns: "http://www.w3.org/2000/svg",
286
+ fill: "none",
287
+ viewBox: "0 0 24 24",
288
+ stroke: "currentColor",
289
+ width: "1em",
290
+ height: "1em",
291
+ ref,
292
+ "aria-labelledby": titleId,
293
+ ...props,
294
+ children: [
295
+ title ? /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("title", { id: titleId, children: title }) : null,
296
+ /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
297
+ "path",
298
+ {
299
+ stroke: "currentColor",
300
+ strokeLinecap: "round",
301
+ strokeLinejoin: "round",
302
+ strokeWidth: 1.6,
303
+ d: "M15.281 9.695v5.625m0 0H9.656m5.625 0L9.187 9.226M17.625 21H6.375A3.375 3.375 0 0 1 3 17.625V6.375A3.375 3.375 0 0 1 6.375 3h11.25A3.375 3.375 0 0 1 21 6.375v11.25A3.375 3.375 0 0 1 17.625 21"
304
+ }
305
+ )
306
+ ]
307
+ }
308
+ );
309
+ var ForwardRef8 = (0, import_react8.forwardRef)(SvgArrowDownRightSquareContained);
310
+ var Memo8 = (0, import_react8.memo)(ForwardRef8);
311
+ var ArrowDownRightSquareContained_default = Memo8;
312
+
313
+ // src/components/icons/ArrowDownSquareContained.tsx
314
+ var import_react9 = require("react");
315
+ var import_jsx_runtime9 = require("react/jsx-runtime");
316
+ var SvgArrowDownSquareContained = ({ title, titleId, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)(
317
+ "svg",
318
+ {
319
+ xmlns: "http://www.w3.org/2000/svg",
320
+ fill: "none",
321
+ viewBox: "0 0 24 24",
322
+ stroke: "currentColor",
323
+ width: "1em",
324
+ height: "1em",
325
+ ref,
326
+ "aria-labelledby": titleId,
327
+ ...props,
328
+ children: [
329
+ title ? /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("title", { id: titleId, children: title }) : null,
330
+ /* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
331
+ "path",
332
+ {
333
+ stroke: "currentColor",
334
+ strokeLinecap: "round",
335
+ strokeLinejoin: "round",
336
+ strokeWidth: 1.6,
337
+ d: "M15.978 12.624 12 16.5m0 0-3.977-3.876M12 16.5V7.984M6.375 3h11.25A3.375 3.375 0 0 1 21 6.375v11.25A3.375 3.375 0 0 1 17.625 21H6.375A3.375 3.375 0 0 1 3 17.625V6.375A3.375 3.375 0 0 1 6.375 3"
338
+ }
339
+ )
340
+ ]
341
+ }
342
+ );
343
+ var ForwardRef9 = (0, import_react9.forwardRef)(SvgArrowDownSquareContained);
344
+ var Memo9 = (0, import_react9.memo)(ForwardRef9);
345
+ var ArrowDownSquareContained_default = Memo9;
346
+
347
+ // src/components/icons/ArrowLeftSquareContained.tsx
348
+ var import_react10 = require("react");
349
+ var import_jsx_runtime10 = require("react/jsx-runtime");
350
+ var SvgArrowLeftSquareContained = ({ title, titleId, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)(
351
+ "svg",
352
+ {
353
+ xmlns: "http://www.w3.org/2000/svg",
354
+ fill: "none",
355
+ viewBox: "0 0 24 24",
356
+ stroke: "currentColor",
357
+ width: "1em",
358
+ height: "1em",
359
+ ref,
360
+ "aria-labelledby": titleId,
361
+ ...props,
362
+ children: [
363
+ title ? /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("title", { id: titleId, children: title }) : null,
364
+ /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
365
+ "path",
366
+ {
367
+ stroke: "currentColor",
368
+ strokeLinecap: "round",
369
+ strokeLinejoin: "round",
370
+ strokeWidth: 1.6,
371
+ d: "M11.376 15.978 7.5 12m0 0 3.876-3.977M7.5 12h8.516M21 6.375v11.25A3.375 3.375 0 0 1 17.625 21H6.375A3.375 3.375 0 0 1 3 17.625V6.375A3.375 3.375 0 0 1 6.375 3h11.25A3.375 3.375 0 0 1 21 6.375"
372
+ }
373
+ )
374
+ ]
375
+ }
376
+ );
377
+ var ForwardRef10 = (0, import_react10.forwardRef)(SvgArrowLeftSquareContained);
378
+ var Memo10 = (0, import_react10.memo)(ForwardRef10);
379
+ var ArrowLeftSquareContained_default = Memo10;
380
+
381
+ // src/components/icons/ArrowRightSquareContained.tsx
382
+ var import_react11 = require("react");
383
+ var import_jsx_runtime11 = require("react/jsx-runtime");
384
+ var SvgArrowRightSquareContained = ({ title, titleId, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)(
385
+ "svg",
386
+ {
387
+ xmlns: "http://www.w3.org/2000/svg",
388
+ fill: "none",
389
+ viewBox: "0 0 24 24",
390
+ stroke: "currentColor",
391
+ width: "1em",
392
+ height: "1em",
393
+ ref,
394
+ "aria-labelledby": titleId,
395
+ ...props,
396
+ children: [
397
+ title ? /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("title", { id: titleId, children: title }) : null,
398
+ /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
399
+ "path",
400
+ {
401
+ stroke: "currentColor",
402
+ strokeLinecap: "round",
403
+ strokeLinejoin: "round",
404
+ strokeWidth: 1.6,
405
+ d: "M12.624 8.023 16.5 12m0 0-3.876 3.977M16.5 12H7.983M3 17.625V6.375A3.375 3.375 0 0 1 6.375 3h11.25A3.375 3.375 0 0 1 21 6.375v11.25A3.375 3.375 0 0 1 17.625 21H6.375A3.375 3.375 0 0 1 3 17.625"
406
+ }
407
+ )
408
+ ]
409
+ }
410
+ );
411
+ var ForwardRef11 = (0, import_react11.forwardRef)(SvgArrowRightSquareContained);
412
+ var Memo11 = (0, import_react11.memo)(ForwardRef11);
413
+ var ArrowRightSquareContained_default = Memo11;
414
+
415
+ // src/components/icons/ArrowUpLeftSquareContained.tsx
416
+ var import_react12 = require("react");
417
+ var import_jsx_runtime12 = require("react/jsx-runtime");
418
+ var SvgArrowUpLeftSquareContained = ({ title, titleId, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
419
+ "svg",
420
+ {
421
+ xmlns: "http://www.w3.org/2000/svg",
422
+ fill: "none",
423
+ viewBox: "0 0 24 24",
424
+ stroke: "currentColor",
425
+ width: "1em",
426
+ height: "1em",
427
+ ref,
428
+ "aria-labelledby": titleId,
429
+ ...props,
430
+ children: [
431
+ title ? /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("title", { id: titleId, children: title }) : null,
432
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
433
+ "path",
434
+ {
435
+ stroke: "currentColor",
436
+ strokeLinecap: "round",
437
+ strokeLinejoin: "round",
438
+ strokeWidth: 1.6,
439
+ d: "M8.718 14.383V8.758m0 0h5.625m-5.625 0 6.094 6.093M17.625 21H6.375A3.375 3.375 0 0 1 3 17.625V6.375A3.375 3.375 0 0 1 6.375 3h11.25A3.375 3.375 0 0 1 21 6.375v11.25A3.375 3.375 0 0 1 17.625 21"
440
+ }
441
+ )
442
+ ]
443
+ }
444
+ );
445
+ var ForwardRef12 = (0, import_react12.forwardRef)(SvgArrowUpLeftSquareContained);
446
+ var Memo12 = (0, import_react12.memo)(ForwardRef12);
447
+ var ArrowUpLeftSquareContained_default = Memo12;
448
+
449
+ // src/components/icons/ArrowUpRightSquareContained.tsx
450
+ var import_react13 = require("react");
451
+ var import_jsx_runtime13 = require("react/jsx-runtime");
452
+ var SvgArrowUpRightSquareContained = ({ title, titleId, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)(
453
+ "svg",
454
+ {
455
+ xmlns: "http://www.w3.org/2000/svg",
456
+ fill: "none",
457
+ viewBox: "0 0 24 24",
458
+ stroke: "currentColor",
459
+ width: "1em",
460
+ height: "1em",
461
+ ref,
462
+ "aria-labelledby": titleId,
463
+ ...props,
464
+ children: [
465
+ title ? /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("title", { id: titleId, children: title }) : null,
466
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
467
+ "path",
468
+ {
469
+ stroke: "currentColor",
470
+ strokeLinecap: "round",
471
+ strokeLinejoin: "round",
472
+ strokeWidth: 1.6,
473
+ d: "M9.656 8.758h5.625m0 0v5.625m0-5.625-6.094 6.094M17.626 21H6.375A3.375 3.375 0 0 1 3 17.625V6.375A3.375 3.375 0 0 1 6.375 3h11.25A3.375 3.375 0 0 1 21 6.375v11.25A3.375 3.375 0 0 1 17.625 21"
474
+ }
475
+ )
476
+ ]
477
+ }
478
+ );
479
+ var ForwardRef13 = (0, import_react13.forwardRef)(SvgArrowUpRightSquareContained);
480
+ var Memo13 = (0, import_react13.memo)(ForwardRef13);
481
+ var ArrowUpRightSquareContained_default = Memo13;
482
+
483
+ // src/components/icons/ArrowUpSquareContained.tsx
484
+ var import_react14 = require("react");
485
+ var import_jsx_runtime14 = require("react/jsx-runtime");
486
+ var SvgArrowUpSquareContained = ({ title, titleId, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)(
487
+ "svg",
488
+ {
489
+ xmlns: "http://www.w3.org/2000/svg",
490
+ fill: "none",
491
+ viewBox: "0 0 24 24",
492
+ stroke: "currentColor",
493
+ width: "1em",
494
+ height: "1em",
495
+ ref,
496
+ "aria-labelledby": titleId,
497
+ ...props,
498
+ children: [
499
+ title ? /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("title", { id: titleId, children: title }) : null,
500
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
501
+ "path",
502
+ {
503
+ stroke: "currentColor",
504
+ strokeLinecap: "round",
505
+ strokeLinejoin: "round",
506
+ strokeWidth: 1.6,
507
+ d: "M8.023 11.376 12 7.5m0 0 3.978 3.876M12 7.5v8.517M17.625 21H6.375A3.375 3.375 0 0 1 3 17.625V6.375A3.375 3.375 0 0 1 6.375 3h11.25A3.375 3.375 0 0 1 21 6.375v11.25A3.375 3.375 0 0 1 17.625 21"
508
+ }
509
+ )
510
+ ]
511
+ }
512
+ );
513
+ var ForwardRef14 = (0, import_react14.forwardRef)(SvgArrowUpSquareContained);
514
+ var Memo14 = (0, import_react14.memo)(ForwardRef14);
515
+ var ArrowUpSquareContained_default = Memo14;
516
+
517
+ // src/components/icons/FileCheckIcon.tsx
518
+ var import_react15 = require("react");
519
+ var import_jsx_runtime15 = require("react/jsx-runtime");
520
+ var SvgFileCheckIcon = ({ title, titleId, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(
521
+ "svg",
522
+ {
523
+ xmlns: "http://www.w3.org/2000/svg",
524
+ fill: "none",
525
+ viewBox: "0 0 20 21",
526
+ stroke: "currentColor",
527
+ width: "1em",
528
+ height: "1em",
529
+ ref,
530
+ "aria-labelledby": titleId,
531
+ ...props,
532
+ children: [
533
+ title ? /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("title", { id: titleId, children: title }) : null,
534
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
535
+ "path",
536
+ {
537
+ fill: "currentColor",
538
+ d: "M16.945 13.028a.667.667 0 0 1 .943.943l-4 4a.67.67 0 0 1-.894.045l-.049-.045-1.833-1.833a.667.667 0 0 1 .943-.943l1.361 1.362zm-7.861-1.194a.667.667 0 0 1 0 1.332h-3a.667.667 0 0 1 0-1.332zM14.917 10V4.5c0-.736-.597-1.333-1.334-1.333h-9c-.736 0-1.333.597-1.333 1.333v12c0 .736.597 1.334 1.334 1.334h4a.666.666 0 1 1 0 1.333h-4A2.667 2.667 0 0 1 1.917 16.5v-12a2.667 2.667 0 0 1 2.667-2.666h9A2.667 2.667 0 0 1 16.25 4.5V10a.667.667 0 0 1-1.333 0m-2.833-1.167a.667.667 0 0 1 0 1.334h-6a.667.667 0 0 1 0-1.334zm0-3a.667.667 0 0 1 0 1.333h-6a.667.667 0 0 1 0-1.333z"
539
+ }
540
+ )
541
+ ]
542
+ }
543
+ );
544
+ var ForwardRef15 = (0, import_react15.forwardRef)(SvgFileCheckIcon);
545
+ var Memo15 = (0, import_react15.memo)(ForwardRef15);
546
+ var FileCheckIcon_default = Memo15;
547
+
548
+ // src/components/icons/SettingsIcon.tsx
549
+ var import_react16 = require("react");
550
+ var import_jsx_runtime16 = require("react/jsx-runtime");
551
+ var SvgSettingsIcon = ({ title, titleId, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)(
552
+ "svg",
553
+ {
554
+ xmlns: "http://www.w3.org/2000/svg",
555
+ fill: "none",
556
+ viewBox: "0 0 23 22",
557
+ stroke: "currentColor",
558
+ width: "1em",
559
+ height: "1em",
560
+ ref,
561
+ "aria-labelledby": titleId,
562
+ ...props,
563
+ children: [
564
+ title ? /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("title", { id: titleId, children: title }) : null,
565
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
566
+ "path",
567
+ {
568
+ stroke: "currentColor",
569
+ strokeWidth: 1.4,
570
+ d: "M13.037 3.957c-.392-1.61-2.682-1.61-3.074 0a1.58 1.58 0 0 1-2.357.977c-1.415-.862-3.034.757-2.172 2.172a1.58 1.58 0 0 1-.977 2.359c-1.61.39-1.61 2.68 0 3.07a1.58 1.58 0 0 1 .977 2.36c-.862 1.414.757 3.033 2.172 2.171a1.58 1.58 0 0 1 2.358.977c.391 1.61 2.682 1.61 3.072 0a1.58 1.58 0 0 1 2.358-.977c1.415.862 3.034-.757 2.172-2.172a1.58 1.58 0 0 1 .977-2.358c1.61-.391 1.61-2.682 0-3.071a1.58 1.58 0 0 1-.977-2.359c.862-1.415-.757-3.034-2.172-2.172a1.58 1.58 0 0 1-2.358-.976z",
571
+ clipRule: "evenodd"
572
+ }
573
+ ),
574
+ /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
575
+ "path",
576
+ {
577
+ stroke: "currentColor",
578
+ strokeWidth: 1.4,
579
+ d: "M13.333 11a1.833 1.833 0 1 1-3.666 0 1.833 1.833 0 0 1 3.666 0Z"
580
+ }
581
+ )
582
+ ]
583
+ }
584
+ );
585
+ var ForwardRef16 = (0, import_react16.forwardRef)(SvgSettingsIcon);
586
+ var Memo16 = (0, import_react16.memo)(ForwardRef16);
587
+ var SettingsIcon_default = Memo16;
588
+ // Annotate the CommonJS export names for ESM import in node:
589
+ 0 && (module.exports = {
590
+ ArrowCurveLeftDown,
591
+ ArrowCurveLeftRight,
592
+ ArrowCurveLeftUp,
593
+ ArrowCurveRightUp,
594
+ ArrowCurveUpLeft,
595
+ ArrowDownLeft,
596
+ ArrowDownLeftSquareContained,
597
+ ArrowDownRightSquareContained,
598
+ ArrowDownSquareContained,
599
+ ArrowLeftSquareContained,
600
+ ArrowRightSquareContained,
601
+ ArrowUpLeftSquareContained,
602
+ ArrowUpRightSquareContained,
603
+ ArrowUpSquareContained,
604
+ FileCheckIcon,
605
+ SettingsIcon
606
+ });
package/dist/index.mjs ADDED
@@ -0,0 +1,564 @@
1
+ // src/components/icons/ArrowCurveLeftDown.tsx
2
+ import { forwardRef, memo } from "react";
3
+ import { jsx, jsxs } from "react/jsx-runtime";
4
+ var SvgArrowCurveLeftDown = ({ title, titleId, ...props }, ref) => /* @__PURE__ */ jsxs(
5
+ "svg",
6
+ {
7
+ xmlns: "http://www.w3.org/2000/svg",
8
+ fill: "none",
9
+ viewBox: "0 0 24 24",
10
+ stroke: "currentColor",
11
+ width: "1em",
12
+ height: "1em",
13
+ ref,
14
+ "aria-labelledby": titleId,
15
+ ...props,
16
+ children: [
17
+ title ? /* @__PURE__ */ jsx("title", { id: titleId, children: title }) : null,
18
+ /* @__PURE__ */ jsx(
19
+ "path",
20
+ {
21
+ stroke: "currentColor",
22
+ strokeLinecap: "round",
23
+ strokeLinejoin: "round",
24
+ strokeWidth: 1.6,
25
+ d: "M8.914 19.8 3.6 14.486m0 0 5.314-5.314M3.6 14.486h12.8a4 4 0 0 0 4-4V4.2"
26
+ }
27
+ )
28
+ ]
29
+ }
30
+ );
31
+ var ForwardRef = forwardRef(SvgArrowCurveLeftDown);
32
+ var Memo = memo(ForwardRef);
33
+ var ArrowCurveLeftDown_default = Memo;
34
+
35
+ // src/components/icons/ArrowCurveLeftRight.tsx
36
+ import { forwardRef as forwardRef2, memo as memo2 } from "react";
37
+ import { jsx as jsx2, jsxs as jsxs2 } from "react/jsx-runtime";
38
+ var SvgArrowCurveLeftRight = ({ title, titleId, ...props }, ref) => /* @__PURE__ */ jsxs2(
39
+ "svg",
40
+ {
41
+ xmlns: "http://www.w3.org/2000/svg",
42
+ fill: "none",
43
+ viewBox: "0 0 24 24",
44
+ stroke: "currentColor",
45
+ width: "1em",
46
+ height: "1em",
47
+ ref,
48
+ "aria-labelledby": titleId,
49
+ ...props,
50
+ children: [
51
+ title ? /* @__PURE__ */ jsx2("title", { id: titleId, children: title }) : null,
52
+ /* @__PURE__ */ jsx2(
53
+ "path",
54
+ {
55
+ stroke: "currentColor",
56
+ strokeLinecap: "round",
57
+ strokeLinejoin: "round",
58
+ strokeWidth: 1.6,
59
+ d: "m15.086 19.8 5.314-5.314m0 0-5.314-5.314m5.314 5.314H7.6a4 4 0 0 1-4-4V4.2"
60
+ }
61
+ )
62
+ ]
63
+ }
64
+ );
65
+ var ForwardRef2 = forwardRef2(SvgArrowCurveLeftRight);
66
+ var Memo2 = memo2(ForwardRef2);
67
+ var ArrowCurveLeftRight_default = Memo2;
68
+
69
+ // src/components/icons/ArrowCurveLeftUp.tsx
70
+ import { forwardRef as forwardRef3, memo as memo3 } from "react";
71
+ import { jsx as jsx3, jsxs as jsxs3 } from "react/jsx-runtime";
72
+ var SvgArrowCurveLeftUp = ({ title, titleId, ...props }, ref) => /* @__PURE__ */ jsxs3(
73
+ "svg",
74
+ {
75
+ xmlns: "http://www.w3.org/2000/svg",
76
+ fill: "none",
77
+ viewBox: "0 0 24 24",
78
+ stroke: "currentColor",
79
+ width: "1em",
80
+ height: "1em",
81
+ ref,
82
+ "aria-labelledby": titleId,
83
+ ...props,
84
+ children: [
85
+ title ? /* @__PURE__ */ jsx3("title", { id: titleId, children: title }) : null,
86
+ /* @__PURE__ */ jsx3(
87
+ "path",
88
+ {
89
+ fill: "currentColor",
90
+ fillRule: "evenodd",
91
+ d: "M20.4 20.6a.8.8 0 0 0 .8-.8v-6.286a4.8 4.8 0 0 0-4.8-4.8H5.531L9.48 4.766a.8.8 0 1 0-1.132-1.132L3.034 8.948a.8.8 0 0 0 0 1.132l5.314 5.314a.8.8 0 0 0 1.132-1.132L5.53 10.314H16.4a3.2 3.2 0 0 1 3.2 3.2V19.8a.8.8 0 0 0 .8.8",
92
+ clipRule: "evenodd"
93
+ }
94
+ )
95
+ ]
96
+ }
97
+ );
98
+ var ForwardRef3 = forwardRef3(SvgArrowCurveLeftUp);
99
+ var Memo3 = memo3(ForwardRef3);
100
+ var ArrowCurveLeftUp_default = Memo3;
101
+
102
+ // src/components/icons/ArrowCurveRightUp.tsx
103
+ import { forwardRef as forwardRef4, memo as memo4 } from "react";
104
+ import { jsx as jsx4, jsxs as jsxs4 } from "react/jsx-runtime";
105
+ var SvgArrowCurveRightUp = ({ title, titleId, ...props }, ref) => /* @__PURE__ */ jsxs4(
106
+ "svg",
107
+ {
108
+ xmlns: "http://www.w3.org/2000/svg",
109
+ fill: "none",
110
+ viewBox: "0 0 24 24",
111
+ stroke: "currentColor",
112
+ width: "1em",
113
+ height: "1em",
114
+ ref,
115
+ "aria-labelledby": titleId,
116
+ ...props,
117
+ children: [
118
+ title ? /* @__PURE__ */ jsx4("title", { id: titleId, children: title }) : null,
119
+ /* @__PURE__ */ jsx4(
120
+ "path",
121
+ {
122
+ stroke: "currentColor",
123
+ strokeLinecap: "round",
124
+ strokeLinejoin: "round",
125
+ strokeWidth: 1.6,
126
+ d: "M15.086 4.2 20.4 9.514m0 0-5.314 5.314M20.4 9.514H7.6a4 4 0 0 0-4 4V19.8"
127
+ }
128
+ )
129
+ ]
130
+ }
131
+ );
132
+ var ForwardRef4 = forwardRef4(SvgArrowCurveRightUp);
133
+ var Memo4 = memo4(ForwardRef4);
134
+ var ArrowCurveRightUp_default = Memo4;
135
+
136
+ // src/components/icons/ArrowCurveUpLeft.tsx
137
+ import { forwardRef as forwardRef5, memo as memo5 } from "react";
138
+ import { jsx as jsx5, jsxs as jsxs5 } from "react/jsx-runtime";
139
+ var SvgArrowCurveUpLeft = ({ title, titleId, ...props }, ref) => /* @__PURE__ */ jsxs5(
140
+ "svg",
141
+ {
142
+ xmlns: "http://www.w3.org/2000/svg",
143
+ fill: "none",
144
+ viewBox: "0 0 24 24",
145
+ stroke: "currentColor",
146
+ width: "1em",
147
+ height: "1em",
148
+ ref,
149
+ "aria-labelledby": titleId,
150
+ ...props,
151
+ children: [
152
+ title ? /* @__PURE__ */ jsx5("title", { id: titleId, children: title }) : null,
153
+ /* @__PURE__ */ jsx5(
154
+ "path",
155
+ {
156
+ stroke: "currentColor",
157
+ strokeLinecap: "round",
158
+ strokeLinejoin: "round",
159
+ strokeWidth: 1.6,
160
+ d: "M4.2 8.914 9.514 3.6m0 0 5.314 5.314M9.514 3.6v12.8a4 4 0 0 0 4 4H19.8"
161
+ }
162
+ )
163
+ ]
164
+ }
165
+ );
166
+ var ForwardRef5 = forwardRef5(SvgArrowCurveUpLeft);
167
+ var Memo5 = memo5(ForwardRef5);
168
+ var ArrowCurveUpLeft_default = Memo5;
169
+
170
+ // src/components/icons/ArrowDownLeftSquareContained.tsx
171
+ import { forwardRef as forwardRef6, memo as memo6 } from "react";
172
+ import { jsx as jsx6, jsxs as jsxs6 } from "react/jsx-runtime";
173
+ var SvgArrowDownLeftSquareContained = ({ title, titleId, ...props }, ref) => /* @__PURE__ */ jsxs6(
174
+ "svg",
175
+ {
176
+ xmlns: "http://www.w3.org/2000/svg",
177
+ fill: "none",
178
+ viewBox: "0 0 24 24",
179
+ stroke: "currentColor",
180
+ width: "1em",
181
+ height: "1em",
182
+ ref,
183
+ "aria-labelledby": titleId,
184
+ ...props,
185
+ children: [
186
+ title ? /* @__PURE__ */ jsx6("title", { id: titleId, children: title }) : null,
187
+ /* @__PURE__ */ jsx6(
188
+ "path",
189
+ {
190
+ stroke: "currentColor",
191
+ strokeLinecap: "round",
192
+ strokeLinejoin: "round",
193
+ strokeWidth: 1.6,
194
+ d: "M14.344 15.32H8.719m0 0V9.695m0 5.625 6.094-6.094M17.625 21H6.375A3.375 3.375 0 0 1 3 17.625V6.375A3.375 3.375 0 0 1 6.375 3h11.25A3.375 3.375 0 0 1 21 6.375v11.25A3.375 3.375 0 0 1 17.625 21"
195
+ }
196
+ )
197
+ ]
198
+ }
199
+ );
200
+ var ForwardRef6 = forwardRef6(SvgArrowDownLeftSquareContained);
201
+ var Memo6 = memo6(ForwardRef6);
202
+ var ArrowDownLeftSquareContained_default = Memo6;
203
+
204
+ // src/components/icons/ArrowDownLeft.tsx
205
+ import { forwardRef as forwardRef7, memo as memo7 } from "react";
206
+ import { jsx as jsx7, jsxs as jsxs7 } from "react/jsx-runtime";
207
+ var SvgArrowDownLeft = ({ title, titleId, ...props }, ref) => /* @__PURE__ */ jsxs7(
208
+ "svg",
209
+ {
210
+ xmlns: "http://www.w3.org/2000/svg",
211
+ fill: "none",
212
+ viewBox: "0 0 24 24",
213
+ stroke: "currentColor",
214
+ width: "1em",
215
+ height: "1em",
216
+ ref,
217
+ "aria-labelledby": titleId,
218
+ ...props,
219
+ children: [
220
+ title ? /* @__PURE__ */ jsx7("title", { id: titleId, children: title }) : null,
221
+ /* @__PURE__ */ jsx7(
222
+ "path",
223
+ {
224
+ stroke: "currentColor",
225
+ strokeLinecap: "round",
226
+ strokeLinejoin: "round",
227
+ strokeWidth: 1.6,
228
+ d: "M4.2 15.086 9.514 20.4m0 0 5.314-5.314M9.514 20.4V7.6a4 4 0 0 1 4-4H19.8"
229
+ }
230
+ )
231
+ ]
232
+ }
233
+ );
234
+ var ForwardRef7 = forwardRef7(SvgArrowDownLeft);
235
+ var Memo7 = memo7(ForwardRef7);
236
+ var ArrowDownLeft_default = Memo7;
237
+
238
+ // src/components/icons/ArrowDownRightSquareContained.tsx
239
+ import { forwardRef as forwardRef8, memo as memo8 } from "react";
240
+ import { jsx as jsx8, jsxs as jsxs8 } from "react/jsx-runtime";
241
+ var SvgArrowDownRightSquareContained = ({ title, titleId, ...props }, ref) => /* @__PURE__ */ jsxs8(
242
+ "svg",
243
+ {
244
+ xmlns: "http://www.w3.org/2000/svg",
245
+ fill: "none",
246
+ viewBox: "0 0 24 24",
247
+ stroke: "currentColor",
248
+ width: "1em",
249
+ height: "1em",
250
+ ref,
251
+ "aria-labelledby": titleId,
252
+ ...props,
253
+ children: [
254
+ title ? /* @__PURE__ */ jsx8("title", { id: titleId, children: title }) : null,
255
+ /* @__PURE__ */ jsx8(
256
+ "path",
257
+ {
258
+ stroke: "currentColor",
259
+ strokeLinecap: "round",
260
+ strokeLinejoin: "round",
261
+ strokeWidth: 1.6,
262
+ d: "M15.281 9.695v5.625m0 0H9.656m5.625 0L9.187 9.226M17.625 21H6.375A3.375 3.375 0 0 1 3 17.625V6.375A3.375 3.375 0 0 1 6.375 3h11.25A3.375 3.375 0 0 1 21 6.375v11.25A3.375 3.375 0 0 1 17.625 21"
263
+ }
264
+ )
265
+ ]
266
+ }
267
+ );
268
+ var ForwardRef8 = forwardRef8(SvgArrowDownRightSquareContained);
269
+ var Memo8 = memo8(ForwardRef8);
270
+ var ArrowDownRightSquareContained_default = Memo8;
271
+
272
+ // src/components/icons/ArrowDownSquareContained.tsx
273
+ import { forwardRef as forwardRef9, memo as memo9 } from "react";
274
+ import { jsx as jsx9, jsxs as jsxs9 } from "react/jsx-runtime";
275
+ var SvgArrowDownSquareContained = ({ title, titleId, ...props }, ref) => /* @__PURE__ */ jsxs9(
276
+ "svg",
277
+ {
278
+ xmlns: "http://www.w3.org/2000/svg",
279
+ fill: "none",
280
+ viewBox: "0 0 24 24",
281
+ stroke: "currentColor",
282
+ width: "1em",
283
+ height: "1em",
284
+ ref,
285
+ "aria-labelledby": titleId,
286
+ ...props,
287
+ children: [
288
+ title ? /* @__PURE__ */ jsx9("title", { id: titleId, children: title }) : null,
289
+ /* @__PURE__ */ jsx9(
290
+ "path",
291
+ {
292
+ stroke: "currentColor",
293
+ strokeLinecap: "round",
294
+ strokeLinejoin: "round",
295
+ strokeWidth: 1.6,
296
+ d: "M15.978 12.624 12 16.5m0 0-3.977-3.876M12 16.5V7.984M6.375 3h11.25A3.375 3.375 0 0 1 21 6.375v11.25A3.375 3.375 0 0 1 17.625 21H6.375A3.375 3.375 0 0 1 3 17.625V6.375A3.375 3.375 0 0 1 6.375 3"
297
+ }
298
+ )
299
+ ]
300
+ }
301
+ );
302
+ var ForwardRef9 = forwardRef9(SvgArrowDownSquareContained);
303
+ var Memo9 = memo9(ForwardRef9);
304
+ var ArrowDownSquareContained_default = Memo9;
305
+
306
+ // src/components/icons/ArrowLeftSquareContained.tsx
307
+ import { forwardRef as forwardRef10, memo as memo10 } from "react";
308
+ import { jsx as jsx10, jsxs as jsxs10 } from "react/jsx-runtime";
309
+ var SvgArrowLeftSquareContained = ({ title, titleId, ...props }, ref) => /* @__PURE__ */ jsxs10(
310
+ "svg",
311
+ {
312
+ xmlns: "http://www.w3.org/2000/svg",
313
+ fill: "none",
314
+ viewBox: "0 0 24 24",
315
+ stroke: "currentColor",
316
+ width: "1em",
317
+ height: "1em",
318
+ ref,
319
+ "aria-labelledby": titleId,
320
+ ...props,
321
+ children: [
322
+ title ? /* @__PURE__ */ jsx10("title", { id: titleId, children: title }) : null,
323
+ /* @__PURE__ */ jsx10(
324
+ "path",
325
+ {
326
+ stroke: "currentColor",
327
+ strokeLinecap: "round",
328
+ strokeLinejoin: "round",
329
+ strokeWidth: 1.6,
330
+ d: "M11.376 15.978 7.5 12m0 0 3.876-3.977M7.5 12h8.516M21 6.375v11.25A3.375 3.375 0 0 1 17.625 21H6.375A3.375 3.375 0 0 1 3 17.625V6.375A3.375 3.375 0 0 1 6.375 3h11.25A3.375 3.375 0 0 1 21 6.375"
331
+ }
332
+ )
333
+ ]
334
+ }
335
+ );
336
+ var ForwardRef10 = forwardRef10(SvgArrowLeftSquareContained);
337
+ var Memo10 = memo10(ForwardRef10);
338
+ var ArrowLeftSquareContained_default = Memo10;
339
+
340
+ // src/components/icons/ArrowRightSquareContained.tsx
341
+ import { forwardRef as forwardRef11, memo as memo11 } from "react";
342
+ import { jsx as jsx11, jsxs as jsxs11 } from "react/jsx-runtime";
343
+ var SvgArrowRightSquareContained = ({ title, titleId, ...props }, ref) => /* @__PURE__ */ jsxs11(
344
+ "svg",
345
+ {
346
+ xmlns: "http://www.w3.org/2000/svg",
347
+ fill: "none",
348
+ viewBox: "0 0 24 24",
349
+ stroke: "currentColor",
350
+ width: "1em",
351
+ height: "1em",
352
+ ref,
353
+ "aria-labelledby": titleId,
354
+ ...props,
355
+ children: [
356
+ title ? /* @__PURE__ */ jsx11("title", { id: titleId, children: title }) : null,
357
+ /* @__PURE__ */ jsx11(
358
+ "path",
359
+ {
360
+ stroke: "currentColor",
361
+ strokeLinecap: "round",
362
+ strokeLinejoin: "round",
363
+ strokeWidth: 1.6,
364
+ d: "M12.624 8.023 16.5 12m0 0-3.876 3.977M16.5 12H7.983M3 17.625V6.375A3.375 3.375 0 0 1 6.375 3h11.25A3.375 3.375 0 0 1 21 6.375v11.25A3.375 3.375 0 0 1 17.625 21H6.375A3.375 3.375 0 0 1 3 17.625"
365
+ }
366
+ )
367
+ ]
368
+ }
369
+ );
370
+ var ForwardRef11 = forwardRef11(SvgArrowRightSquareContained);
371
+ var Memo11 = memo11(ForwardRef11);
372
+ var ArrowRightSquareContained_default = Memo11;
373
+
374
+ // src/components/icons/ArrowUpLeftSquareContained.tsx
375
+ import { forwardRef as forwardRef12, memo as memo12 } from "react";
376
+ import { jsx as jsx12, jsxs as jsxs12 } from "react/jsx-runtime";
377
+ var SvgArrowUpLeftSquareContained = ({ title, titleId, ...props }, ref) => /* @__PURE__ */ jsxs12(
378
+ "svg",
379
+ {
380
+ xmlns: "http://www.w3.org/2000/svg",
381
+ fill: "none",
382
+ viewBox: "0 0 24 24",
383
+ stroke: "currentColor",
384
+ width: "1em",
385
+ height: "1em",
386
+ ref,
387
+ "aria-labelledby": titleId,
388
+ ...props,
389
+ children: [
390
+ title ? /* @__PURE__ */ jsx12("title", { id: titleId, children: title }) : null,
391
+ /* @__PURE__ */ jsx12(
392
+ "path",
393
+ {
394
+ stroke: "currentColor",
395
+ strokeLinecap: "round",
396
+ strokeLinejoin: "round",
397
+ strokeWidth: 1.6,
398
+ d: "M8.718 14.383V8.758m0 0h5.625m-5.625 0 6.094 6.093M17.625 21H6.375A3.375 3.375 0 0 1 3 17.625V6.375A3.375 3.375 0 0 1 6.375 3h11.25A3.375 3.375 0 0 1 21 6.375v11.25A3.375 3.375 0 0 1 17.625 21"
399
+ }
400
+ )
401
+ ]
402
+ }
403
+ );
404
+ var ForwardRef12 = forwardRef12(SvgArrowUpLeftSquareContained);
405
+ var Memo12 = memo12(ForwardRef12);
406
+ var ArrowUpLeftSquareContained_default = Memo12;
407
+
408
+ // src/components/icons/ArrowUpRightSquareContained.tsx
409
+ import { forwardRef as forwardRef13, memo as memo13 } from "react";
410
+ import { jsx as jsx13, jsxs as jsxs13 } from "react/jsx-runtime";
411
+ var SvgArrowUpRightSquareContained = ({ title, titleId, ...props }, ref) => /* @__PURE__ */ jsxs13(
412
+ "svg",
413
+ {
414
+ xmlns: "http://www.w3.org/2000/svg",
415
+ fill: "none",
416
+ viewBox: "0 0 24 24",
417
+ stroke: "currentColor",
418
+ width: "1em",
419
+ height: "1em",
420
+ ref,
421
+ "aria-labelledby": titleId,
422
+ ...props,
423
+ children: [
424
+ title ? /* @__PURE__ */ jsx13("title", { id: titleId, children: title }) : null,
425
+ /* @__PURE__ */ jsx13(
426
+ "path",
427
+ {
428
+ stroke: "currentColor",
429
+ strokeLinecap: "round",
430
+ strokeLinejoin: "round",
431
+ strokeWidth: 1.6,
432
+ d: "M9.656 8.758h5.625m0 0v5.625m0-5.625-6.094 6.094M17.626 21H6.375A3.375 3.375 0 0 1 3 17.625V6.375A3.375 3.375 0 0 1 6.375 3h11.25A3.375 3.375 0 0 1 21 6.375v11.25A3.375 3.375 0 0 1 17.625 21"
433
+ }
434
+ )
435
+ ]
436
+ }
437
+ );
438
+ var ForwardRef13 = forwardRef13(SvgArrowUpRightSquareContained);
439
+ var Memo13 = memo13(ForwardRef13);
440
+ var ArrowUpRightSquareContained_default = Memo13;
441
+
442
+ // src/components/icons/ArrowUpSquareContained.tsx
443
+ import { forwardRef as forwardRef14, memo as memo14 } from "react";
444
+ import { jsx as jsx14, jsxs as jsxs14 } from "react/jsx-runtime";
445
+ var SvgArrowUpSquareContained = ({ title, titleId, ...props }, ref) => /* @__PURE__ */ jsxs14(
446
+ "svg",
447
+ {
448
+ xmlns: "http://www.w3.org/2000/svg",
449
+ fill: "none",
450
+ viewBox: "0 0 24 24",
451
+ stroke: "currentColor",
452
+ width: "1em",
453
+ height: "1em",
454
+ ref,
455
+ "aria-labelledby": titleId,
456
+ ...props,
457
+ children: [
458
+ title ? /* @__PURE__ */ jsx14("title", { id: titleId, children: title }) : null,
459
+ /* @__PURE__ */ jsx14(
460
+ "path",
461
+ {
462
+ stroke: "currentColor",
463
+ strokeLinecap: "round",
464
+ strokeLinejoin: "round",
465
+ strokeWidth: 1.6,
466
+ d: "M8.023 11.376 12 7.5m0 0 3.978 3.876M12 7.5v8.517M17.625 21H6.375A3.375 3.375 0 0 1 3 17.625V6.375A3.375 3.375 0 0 1 6.375 3h11.25A3.375 3.375 0 0 1 21 6.375v11.25A3.375 3.375 0 0 1 17.625 21"
467
+ }
468
+ )
469
+ ]
470
+ }
471
+ );
472
+ var ForwardRef14 = forwardRef14(SvgArrowUpSquareContained);
473
+ var Memo14 = memo14(ForwardRef14);
474
+ var ArrowUpSquareContained_default = Memo14;
475
+
476
+ // src/components/icons/FileCheckIcon.tsx
477
+ import { forwardRef as forwardRef15, memo as memo15 } from "react";
478
+ import { jsx as jsx15, jsxs as jsxs15 } from "react/jsx-runtime";
479
+ var SvgFileCheckIcon = ({ title, titleId, ...props }, ref) => /* @__PURE__ */ jsxs15(
480
+ "svg",
481
+ {
482
+ xmlns: "http://www.w3.org/2000/svg",
483
+ fill: "none",
484
+ viewBox: "0 0 20 21",
485
+ stroke: "currentColor",
486
+ width: "1em",
487
+ height: "1em",
488
+ ref,
489
+ "aria-labelledby": titleId,
490
+ ...props,
491
+ children: [
492
+ title ? /* @__PURE__ */ jsx15("title", { id: titleId, children: title }) : null,
493
+ /* @__PURE__ */ jsx15(
494
+ "path",
495
+ {
496
+ fill: "currentColor",
497
+ d: "M16.945 13.028a.667.667 0 0 1 .943.943l-4 4a.67.67 0 0 1-.894.045l-.049-.045-1.833-1.833a.667.667 0 0 1 .943-.943l1.361 1.362zm-7.861-1.194a.667.667 0 0 1 0 1.332h-3a.667.667 0 0 1 0-1.332zM14.917 10V4.5c0-.736-.597-1.333-1.334-1.333h-9c-.736 0-1.333.597-1.333 1.333v12c0 .736.597 1.334 1.334 1.334h4a.666.666 0 1 1 0 1.333h-4A2.667 2.667 0 0 1 1.917 16.5v-12a2.667 2.667 0 0 1 2.667-2.666h9A2.667 2.667 0 0 1 16.25 4.5V10a.667.667 0 0 1-1.333 0m-2.833-1.167a.667.667 0 0 1 0 1.334h-6a.667.667 0 0 1 0-1.334zm0-3a.667.667 0 0 1 0 1.333h-6a.667.667 0 0 1 0-1.333z"
498
+ }
499
+ )
500
+ ]
501
+ }
502
+ );
503
+ var ForwardRef15 = forwardRef15(SvgFileCheckIcon);
504
+ var Memo15 = memo15(ForwardRef15);
505
+ var FileCheckIcon_default = Memo15;
506
+
507
+ // src/components/icons/SettingsIcon.tsx
508
+ import { forwardRef as forwardRef16, memo as memo16 } from "react";
509
+ import { jsx as jsx16, jsxs as jsxs16 } from "react/jsx-runtime";
510
+ var SvgSettingsIcon = ({ title, titleId, ...props }, ref) => /* @__PURE__ */ jsxs16(
511
+ "svg",
512
+ {
513
+ xmlns: "http://www.w3.org/2000/svg",
514
+ fill: "none",
515
+ viewBox: "0 0 23 22",
516
+ stroke: "currentColor",
517
+ width: "1em",
518
+ height: "1em",
519
+ ref,
520
+ "aria-labelledby": titleId,
521
+ ...props,
522
+ children: [
523
+ title ? /* @__PURE__ */ jsx16("title", { id: titleId, children: title }) : null,
524
+ /* @__PURE__ */ jsx16(
525
+ "path",
526
+ {
527
+ stroke: "currentColor",
528
+ strokeWidth: 1.4,
529
+ d: "M13.037 3.957c-.392-1.61-2.682-1.61-3.074 0a1.58 1.58 0 0 1-2.357.977c-1.415-.862-3.034.757-2.172 2.172a1.58 1.58 0 0 1-.977 2.359c-1.61.39-1.61 2.68 0 3.07a1.58 1.58 0 0 1 .977 2.36c-.862 1.414.757 3.033 2.172 2.171a1.58 1.58 0 0 1 2.358.977c.391 1.61 2.682 1.61 3.072 0a1.58 1.58 0 0 1 2.358-.977c1.415.862 3.034-.757 2.172-2.172a1.58 1.58 0 0 1 .977-2.358c1.61-.391 1.61-2.682 0-3.071a1.58 1.58 0 0 1-.977-2.359c.862-1.415-.757-3.034-2.172-2.172a1.58 1.58 0 0 1-2.358-.976z",
530
+ clipRule: "evenodd"
531
+ }
532
+ ),
533
+ /* @__PURE__ */ jsx16(
534
+ "path",
535
+ {
536
+ stroke: "currentColor",
537
+ strokeWidth: 1.4,
538
+ d: "M13.333 11a1.833 1.833 0 1 1-3.666 0 1.833 1.833 0 0 1 3.666 0Z"
539
+ }
540
+ )
541
+ ]
542
+ }
543
+ );
544
+ var ForwardRef16 = forwardRef16(SvgSettingsIcon);
545
+ var Memo16 = memo16(ForwardRef16);
546
+ var SettingsIcon_default = Memo16;
547
+ export {
548
+ ArrowCurveLeftDown_default as ArrowCurveLeftDown,
549
+ ArrowCurveLeftRight_default as ArrowCurveLeftRight,
550
+ ArrowCurveLeftUp_default as ArrowCurveLeftUp,
551
+ ArrowCurveRightUp_default as ArrowCurveRightUp,
552
+ ArrowCurveUpLeft_default as ArrowCurveUpLeft,
553
+ ArrowDownLeft_default as ArrowDownLeft,
554
+ ArrowDownLeftSquareContained_default as ArrowDownLeftSquareContained,
555
+ ArrowDownRightSquareContained_default as ArrowDownRightSquareContained,
556
+ ArrowDownSquareContained_default as ArrowDownSquareContained,
557
+ ArrowLeftSquareContained_default as ArrowLeftSquareContained,
558
+ ArrowRightSquareContained_default as ArrowRightSquareContained,
559
+ ArrowUpLeftSquareContained_default as ArrowUpLeftSquareContained,
560
+ ArrowUpRightSquareContained_default as ArrowUpRightSquareContained,
561
+ ArrowUpSquareContained_default as ArrowUpSquareContained,
562
+ FileCheckIcon_default as FileCheckIcon,
563
+ SettingsIcon_default as SettingsIcon
564
+ };
package/package.json ADDED
@@ -0,0 +1,18 @@
1
+ {
2
+ "name": "omoo-icons",
3
+ "version": "1.0.6",
4
+ "main": "dist/index.js",
5
+ "module": "dist/index.mjs",
6
+ "types": "dist/index.d.ts",
7
+ "files": [
8
+ "dist"
9
+ ],
10
+ "scripts": {
11
+ "build": "tsup src/components/icons/index.ts --dts --format esm,cjs --out-dir dist",
12
+ "gen:icon": "npx @svgr/cli --icon --typescript --out-dir src/components/icons icons"
13
+ },
14
+ "peerDependencies": {
15
+ "react": ">=17.0.0"
16
+ },
17
+ "license": "MIT"
18
+ }