@yoroll/react-icon 0.0.19 → 0.0.22
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/dist/index.cjs +901 -592
- package/dist/index.iife.js +883 -592
- package/dist/index.iife.min.js +4 -4
- package/dist/index.js +1111 -784
- package/dist/index.min.cjs +2 -2
- package/dist/index.min.js +2 -2
- package/dist/types/components/Agent.d.ts +4 -0
- package/dist/types/components/AgentFilled.d.ts +4 -0
- package/dist/types/components/Canvaposition.d.ts +4 -0
- package/dist/types/components/Chathistory.d.ts +4 -0
- package/dist/types/components/Createplan.d.ts +4 -0
- package/dist/types/components/Document.d.ts +4 -0
- package/dist/types/components/Element.d.ts +4 -0
- package/dist/types/components/Gameuivariable2.d.ts +4 -0
- package/dist/types/components/Magic.d.ts +4 -0
- package/dist/types/components/ModelhappyhorseFilled.d.ts +4 -0
- package/dist/types/components/Newchat.d.ts +4 -0
- package/dist/types/components/Quote.d.ts +4 -0
- package/dist/types/components/Satisfied.d.ts +4 -0
- package/dist/types/components/SatisfiedFilled.d.ts +4 -0
- package/dist/types/components/Singleunchecked.d.ts +4 -0
- package/dist/types/components/Table.d.ts +4 -0
- package/dist/types/components/Unsatisfied.d.ts +4 -0
- package/dist/types/components/UnsatisfiedFilled.d.ts +4 -0
- package/dist/types/components/index.d.ts +18 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,9 +1,21 @@
|
|
|
1
|
-
/*! @lineargame svg icons react v0.0.
|
|
1
|
+
/*! @lineargame svg icons react v0.0.22 */
|
|
2
2
|
|
|
3
3
|
|
|
4
|
-
// src/components/
|
|
4
|
+
// src/components/Document.tsx
|
|
5
5
|
import { jsx } from "react/jsx-runtime";
|
|
6
|
-
var
|
|
6
|
+
var IconDocument = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx(
|
|
7
|
+
"path",
|
|
8
|
+
{
|
|
9
|
+
fill: stroke || color || "currentColor",
|
|
10
|
+
d: "M21 7.5L13.5 0H3V24H21V7.5ZM18.568 8.25L12.75 2.43198V8.25H18.568ZM10.5 2.25H5.25V21.75H18.75V10.5H10.5V2.25Z",
|
|
11
|
+
fillRule: "evenodd",
|
|
12
|
+
clipRule: "evenodd"
|
|
13
|
+
}
|
|
14
|
+
) }), Document_default = IconDocument;
|
|
15
|
+
|
|
16
|
+
// src/components/Homepage.tsx
|
|
17
|
+
import { jsx as jsx2 } from "react/jsx-runtime";
|
|
18
|
+
var IconHomepage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx2("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx2(
|
|
7
19
|
"path",
|
|
8
20
|
{
|
|
9
21
|
fill: stroke || color || "currentColor",
|
|
@@ -14,8 +26,8 @@ var IconHomepage = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
14
26
|
) }), Homepage_default = IconHomepage;
|
|
15
27
|
|
|
16
28
|
// src/components/Aiwriting.tsx
|
|
17
|
-
import { jsx as
|
|
18
|
-
var IconAiwriting = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
29
|
+
import { jsx as jsx3 } from "react/jsx-runtime";
|
|
30
|
+
var IconAiwriting = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx3("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx3(
|
|
19
31
|
"path",
|
|
20
32
|
{
|
|
21
33
|
fill: stroke || color || "currentColor",
|
|
@@ -24,8 +36,8 @@ var IconAiwriting = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
24
36
|
) }), Aiwriting_default = IconAiwriting;
|
|
25
37
|
|
|
26
38
|
// src/components/FmVeditorstart.tsx
|
|
27
|
-
import { jsx as
|
|
28
|
-
var IconFmVeditorstart = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
39
|
+
import { jsx as jsx4 } from "react/jsx-runtime";
|
|
40
|
+
var IconFmVeditorstart = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx4("svg", { fill: "none", viewBox: "0 0 70 40", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx4(
|
|
29
41
|
"path",
|
|
30
42
|
{
|
|
31
43
|
fill: fill || color || "currentColor",
|
|
@@ -36,8 +48,8 @@ var IconFmVeditorstart = ({ size, width, height, color, className, fill, stroke
|
|
|
36
48
|
) }), FmVeditorstart_default = IconFmVeditorstart;
|
|
37
49
|
|
|
38
50
|
// src/components/QtEsave.tsx
|
|
39
|
-
import { jsx as
|
|
40
|
-
var IconQtEsave = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
51
|
+
import { jsx as jsx5 } from "react/jsx-runtime";
|
|
52
|
+
var IconQtEsave = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx5("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx5(
|
|
41
53
|
"path",
|
|
42
54
|
{
|
|
43
55
|
fill: stroke || color || "currentColor",
|
|
@@ -48,9 +60,9 @@ var IconQtEsave = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
48
60
|
) }), QtEsave_default = IconQtEsave;
|
|
49
61
|
|
|
50
62
|
// src/components/Uploadimage.tsx
|
|
51
|
-
import { jsx as
|
|
63
|
+
import { jsx as jsx6, jsxs } from "react/jsx-runtime";
|
|
52
64
|
var IconUploadimage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
53
|
-
/* @__PURE__ */
|
|
65
|
+
/* @__PURE__ */ jsx6(
|
|
54
66
|
"path",
|
|
55
67
|
{
|
|
56
68
|
fill: stroke || color || "currentColor",
|
|
@@ -59,7 +71,7 @@ var IconUploadimage = ({ size, width, height, color, className, fill, stroke })
|
|
|
59
71
|
clipRule: "evenodd"
|
|
60
72
|
}
|
|
61
73
|
),
|
|
62
|
-
/* @__PURE__ */
|
|
74
|
+
/* @__PURE__ */ jsx6(
|
|
63
75
|
"path",
|
|
64
76
|
{
|
|
65
77
|
fill: stroke || color || "currentColor",
|
|
@@ -69,9 +81,9 @@ var IconUploadimage = ({ size, width, height, color, className, fill, stroke })
|
|
|
69
81
|
] }), Uploadimage_default = IconUploadimage;
|
|
70
82
|
|
|
71
83
|
// src/components/Aboutus.tsx
|
|
72
|
-
import { jsx as
|
|
84
|
+
import { jsx as jsx7, jsxs as jsxs2 } from "react/jsx-runtime";
|
|
73
85
|
var IconAboutus = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs2("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
74
|
-
/* @__PURE__ */
|
|
86
|
+
/* @__PURE__ */ jsx7(
|
|
75
87
|
"path",
|
|
76
88
|
{
|
|
77
89
|
fill: stroke || color || "currentColor",
|
|
@@ -80,7 +92,7 @@ var IconAboutus = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
80
92
|
clipRule: "evenodd"
|
|
81
93
|
}
|
|
82
94
|
),
|
|
83
|
-
/* @__PURE__ */
|
|
95
|
+
/* @__PURE__ */ jsx7(
|
|
84
96
|
"path",
|
|
85
97
|
{
|
|
86
98
|
fill: stroke || color || "currentColor",
|
|
@@ -90,16 +102,16 @@ var IconAboutus = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
90
102
|
] }), Aboutus_default = IconAboutus;
|
|
91
103
|
|
|
92
104
|
// src/components/AddSceneChoice.tsx
|
|
93
|
-
import { jsx as
|
|
105
|
+
import { jsx as jsx8, jsxs as jsxs3 } from "react/jsx-runtime";
|
|
94
106
|
var IconAddSceneChoice = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs3("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
95
|
-
/* @__PURE__ */
|
|
107
|
+
/* @__PURE__ */ jsx8(
|
|
96
108
|
"path",
|
|
97
109
|
{
|
|
98
110
|
fill: stroke || color || "currentColor",
|
|
99
111
|
d: "M10.875 6V10.875H6V13.125H10.875V18H13.125V13.125H18V10.875H13.125V6H10.875Z"
|
|
100
112
|
}
|
|
101
113
|
),
|
|
102
|
-
/* @__PURE__ */
|
|
114
|
+
/* @__PURE__ */ jsx8(
|
|
103
115
|
"path",
|
|
104
116
|
{
|
|
105
117
|
fill: stroke || color || "currentColor",
|
|
@@ -111,8 +123,8 @@ var IconAddSceneChoice = ({ size, width, height, color, className, fill, stroke
|
|
|
111
123
|
] }), AddSceneChoice_default = IconAddSceneChoice;
|
|
112
124
|
|
|
113
125
|
// src/components/Add.tsx
|
|
114
|
-
import { jsx as
|
|
115
|
-
var IconAdd = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
126
|
+
import { jsx as jsx9 } from "react/jsx-runtime";
|
|
127
|
+
var IconAdd = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx9("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx9(
|
|
116
128
|
"path",
|
|
117
129
|
{
|
|
118
130
|
fill: stroke || color || "currentColor",
|
|
@@ -120,10 +132,48 @@ var IconAdd = ({ size, width, height, color, className, fill, stroke }) => /* @_
|
|
|
120
132
|
}
|
|
121
133
|
) }), Add_default = IconAdd;
|
|
122
134
|
|
|
135
|
+
// src/components/AgentFilled.tsx
|
|
136
|
+
import { jsx as jsx10 } from "react/jsx-runtime";
|
|
137
|
+
var IconAgentFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx10("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx10(
|
|
138
|
+
"path",
|
|
139
|
+
{
|
|
140
|
+
fill: fill || color || "currentColor",
|
|
141
|
+
d: "M17.6387 2.47656L14.6182 6H23.5V23.5H0.5V6H9.38184L6.36133 2.47656L8.63867 0.523438L12 4.44531L15.3613 0.523438L17.6387 2.47656ZM17.5 9V20.5H20.5V9H17.5ZM7 11C6.17157 11 5.5 11.6716 5.5 12.5C5.5 13.3284 6.17157 14 7 14C7.82843 14 8.5 13.3284 8.5 12.5C8.5 11.6716 7.82843 11 7 11ZM13 11C12.1716 11 11.5 11.6716 11.5 12.5C11.5 13.3284 12.1716 14 13 14C13.8284 14 14.5 13.3284 14.5 12.5C14.5 11.6716 13.8284 11 13 11Z"
|
|
142
|
+
}
|
|
143
|
+
) }), AgentFilled_default = IconAgentFilled;
|
|
144
|
+
|
|
145
|
+
// src/components/Agent.tsx
|
|
146
|
+
import { jsx as jsx11, jsxs as jsxs4 } from "react/jsx-runtime";
|
|
147
|
+
var IconAgent = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs4("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
148
|
+
/* @__PURE__ */ jsx11(
|
|
149
|
+
"path",
|
|
150
|
+
{
|
|
151
|
+
fill: stroke || color || "currentColor",
|
|
152
|
+
d: "M8.35416 0.767822L12 5.0213L15.6458 0.767822L17.3542 2.2321L14.1245 6H23.5V23.5H0.5V6H9.87546L6.64584 2.2321L8.35416 0.767822ZM2.75 8.25V21.25H16.75V8.25H2.75ZM19 8.25V21.25H21.25V8.25H19Z",
|
|
153
|
+
fillRule: "evenodd",
|
|
154
|
+
clipRule: "evenodd"
|
|
155
|
+
}
|
|
156
|
+
),
|
|
157
|
+
/* @__PURE__ */ jsx11(
|
|
158
|
+
"path",
|
|
159
|
+
{
|
|
160
|
+
fill: stroke || color || "currentColor",
|
|
161
|
+
d: "M8.5 12.5C8.5 13.3284 7.82843 14 7 14C6.17157 14 5.5 13.3284 5.5 12.5C5.5 11.6716 6.17157 11 7 11C7.82843 11 8.5 11.6716 8.5 12.5Z"
|
|
162
|
+
}
|
|
163
|
+
),
|
|
164
|
+
/* @__PURE__ */ jsx11(
|
|
165
|
+
"path",
|
|
166
|
+
{
|
|
167
|
+
fill: stroke || color || "currentColor",
|
|
168
|
+
d: "M13 14C13.8284 14 14.5 13.3284 14.5 12.5C14.5 11.6716 13.8284 11 13 11C12.1716 11 11.5 11.6716 11.5 12.5C11.5 13.3284 12.1716 14 13 14Z"
|
|
169
|
+
}
|
|
170
|
+
)
|
|
171
|
+
] }), Agent_default = IconAgent;
|
|
172
|
+
|
|
123
173
|
// src/components/Agreements.tsx
|
|
124
|
-
import { jsx as
|
|
125
|
-
var IconAgreements = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
126
|
-
/* @__PURE__ */
|
|
174
|
+
import { jsx as jsx12, jsxs as jsxs5 } from "react/jsx-runtime";
|
|
175
|
+
var IconAgreements = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs5("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
176
|
+
/* @__PURE__ */ jsx12(
|
|
127
177
|
"path",
|
|
128
178
|
{
|
|
129
179
|
fill: stroke || color || "currentColor",
|
|
@@ -132,12 +182,12 @@ var IconAgreements = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
132
182
|
clipRule: "evenodd"
|
|
133
183
|
}
|
|
134
184
|
),
|
|
135
|
-
/* @__PURE__ */
|
|
185
|
+
/* @__PURE__ */ jsx12("path", { fill: stroke || color || "currentColor", d: "M7.5 16.25H16.5V14H7.5V16.25Z" })
|
|
136
186
|
] }), Agreements_default = IconAgreements;
|
|
137
187
|
|
|
138
188
|
// src/components/AngleDown.tsx
|
|
139
|
-
import { jsx as
|
|
140
|
-
var IconAngleDown = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
189
|
+
import { jsx as jsx13 } from "react/jsx-runtime";
|
|
190
|
+
var IconAngleDown = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx13("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx13(
|
|
141
191
|
"path",
|
|
142
192
|
{
|
|
143
193
|
fill: stroke || color || "currentColor",
|
|
@@ -146,8 +196,8 @@ var IconAngleDown = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
146
196
|
) }), AngleDown_default = IconAngleDown;
|
|
147
197
|
|
|
148
198
|
// src/components/Angleright.tsx
|
|
149
|
-
import { jsx as
|
|
150
|
-
var IconAngleright = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
199
|
+
import { jsx as jsx14 } from "react/jsx-runtime";
|
|
200
|
+
var IconAngleright = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx14("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx14(
|
|
151
201
|
"path",
|
|
152
202
|
{
|
|
153
203
|
fill: stroke || color || "currentColor",
|
|
@@ -156,8 +206,8 @@ var IconAngleright = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
156
206
|
) }), Angleright_default = IconAngleright;
|
|
157
207
|
|
|
158
208
|
// src/components/Announcement.tsx
|
|
159
|
-
import { jsx as
|
|
160
|
-
var IconAnnouncement = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
209
|
+
import { jsx as jsx15 } from "react/jsx-runtime";
|
|
210
|
+
var IconAnnouncement = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx15("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx15(
|
|
161
211
|
"path",
|
|
162
212
|
{
|
|
163
213
|
fill: stroke || color || "currentColor",
|
|
@@ -168,8 +218,8 @@ var IconAnnouncement = ({ size, width, height, color, className, fill, stroke })
|
|
|
168
218
|
) }), Announcement_default = IconAnnouncement;
|
|
169
219
|
|
|
170
220
|
// src/components/Artboard.tsx
|
|
171
|
-
import { jsx as
|
|
172
|
-
var IconArtboard = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
221
|
+
import { jsx as jsx16 } from "react/jsx-runtime";
|
|
222
|
+
var IconArtboard = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx16("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx16(
|
|
173
223
|
"path",
|
|
174
224
|
{
|
|
175
225
|
fill: stroke || color || "currentColor",
|
|
@@ -180,19 +230,19 @@ var IconArtboard = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
180
230
|
) }), Artboard_default = IconArtboard;
|
|
181
231
|
|
|
182
232
|
// src/components/AssetsFilled.tsx
|
|
183
|
-
import { jsx as
|
|
184
|
-
var IconAssetsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
185
|
-
/* @__PURE__ */
|
|
186
|
-
/* @__PURE__ */
|
|
187
|
-
/* @__PURE__ */
|
|
233
|
+
import { jsx as jsx17, jsxs as jsxs6 } from "react/jsx-runtime";
|
|
234
|
+
var IconAssetsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs6("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
235
|
+
/* @__PURE__ */ jsx17("path", { fill: fill || color || "currentColor", d: "M19.5 0H4.5V3H19.5V0Z" }),
|
|
236
|
+
/* @__PURE__ */ jsx17("path", { fill: fill || color || "currentColor", d: "M3 6H21V9H3V6Z" }),
|
|
237
|
+
/* @__PURE__ */ jsx17("path", { fill: fill || color || "currentColor", d: "M1.5 12H22.5V22.5H1.5V12Z" })
|
|
188
238
|
] }), AssetsFilled_default = IconAssetsFilled;
|
|
189
239
|
|
|
190
240
|
// src/components/Assets.tsx
|
|
191
|
-
import { jsx as
|
|
192
|
-
var IconAssets = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
193
|
-
/* @__PURE__ */
|
|
194
|
-
/* @__PURE__ */
|
|
195
|
-
/* @__PURE__ */
|
|
241
|
+
import { jsx as jsx18, jsxs as jsxs7 } from "react/jsx-runtime";
|
|
242
|
+
var IconAssets = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs7("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
243
|
+
/* @__PURE__ */ jsx18("path", { fill: stroke || color || "currentColor", d: "M19.5 0H4.5V2.25H19.5V0Z" }),
|
|
244
|
+
/* @__PURE__ */ jsx18("path", { fill: stroke || color || "currentColor", d: "M3 5.25H21V7.5H3V5.25Z" }),
|
|
245
|
+
/* @__PURE__ */ jsx18(
|
|
196
246
|
"path",
|
|
197
247
|
{
|
|
198
248
|
fill: stroke || color || "currentColor",
|
|
@@ -204,8 +254,8 @@ var IconAssets = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
204
254
|
] }), Assets_default = IconAssets;
|
|
205
255
|
|
|
206
256
|
// src/components/Autolayout.tsx
|
|
207
|
-
import { jsx as
|
|
208
|
-
var IconAutolayout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
257
|
+
import { jsx as jsx19 } from "react/jsx-runtime";
|
|
258
|
+
var IconAutolayout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx19("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx19(
|
|
209
259
|
"path",
|
|
210
260
|
{
|
|
211
261
|
fill: stroke || color || "currentColor",
|
|
@@ -214,9 +264,9 @@ var IconAutolayout = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
214
264
|
) }), Autolayout_default = IconAutolayout;
|
|
215
265
|
|
|
216
266
|
// src/components/Backtoprojects.tsx
|
|
217
|
-
import { jsx as
|
|
218
|
-
var IconBacktoprojects = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
219
|
-
/* @__PURE__ */
|
|
267
|
+
import { jsx as jsx20, jsxs as jsxs8 } from "react/jsx-runtime";
|
|
268
|
+
var IconBacktoprojects = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs8("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
269
|
+
/* @__PURE__ */ jsx20(
|
|
220
270
|
"path",
|
|
221
271
|
{
|
|
222
272
|
fill: stroke || color || "currentColor",
|
|
@@ -225,7 +275,7 @@ var IconBacktoprojects = ({ size, width, height, color, className, fill, stroke
|
|
|
225
275
|
clipRule: "evenodd"
|
|
226
276
|
}
|
|
227
277
|
),
|
|
228
|
-
/* @__PURE__ */
|
|
278
|
+
/* @__PURE__ */ jsx20(
|
|
229
279
|
"path",
|
|
230
280
|
{
|
|
231
281
|
fill: stroke || color || "currentColor",
|
|
@@ -234,7 +284,7 @@ var IconBacktoprojects = ({ size, width, height, color, className, fill, stroke
|
|
|
234
284
|
clipRule: "evenodd"
|
|
235
285
|
}
|
|
236
286
|
),
|
|
237
|
-
/* @__PURE__ */
|
|
287
|
+
/* @__PURE__ */ jsx20(
|
|
238
288
|
"path",
|
|
239
289
|
{
|
|
240
290
|
fill: stroke || color || "currentColor",
|
|
@@ -243,7 +293,7 @@ var IconBacktoprojects = ({ size, width, height, color, className, fill, stroke
|
|
|
243
293
|
clipRule: "evenodd"
|
|
244
294
|
}
|
|
245
295
|
),
|
|
246
|
-
/* @__PURE__ */
|
|
296
|
+
/* @__PURE__ */ jsx20(
|
|
247
297
|
"path",
|
|
248
298
|
{
|
|
249
299
|
fill: stroke || color || "currentColor",
|
|
@@ -255,8 +305,8 @@ var IconBacktoprojects = ({ size, width, height, color, className, fill, stroke
|
|
|
255
305
|
] }), Backtoprojects_default = IconBacktoprojects;
|
|
256
306
|
|
|
257
307
|
// src/components/Backward.tsx
|
|
258
|
-
import { jsx as
|
|
259
|
-
var IconBackward = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
308
|
+
import { jsx as jsx21 } from "react/jsx-runtime";
|
|
309
|
+
var IconBackward = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx21("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx21(
|
|
260
310
|
"path",
|
|
261
311
|
{
|
|
262
312
|
fill: stroke || color || "currentColor",
|
|
@@ -265,8 +315,8 @@ var IconBackward = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
265
315
|
) }), Backward_default = IconBackward;
|
|
266
316
|
|
|
267
317
|
// src/components/BatchShots.tsx
|
|
268
|
-
import { jsx as
|
|
269
|
-
var IconBatchShots = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
318
|
+
import { jsx as jsx22 } from "react/jsx-runtime";
|
|
319
|
+
var IconBatchShots = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx22("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx22(
|
|
270
320
|
"path",
|
|
271
321
|
{
|
|
272
322
|
fill: stroke || color || "currentColor",
|
|
@@ -276,9 +326,30 @@ var IconBatchShots = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
276
326
|
}
|
|
277
327
|
) }), BatchShots_default = IconBatchShots;
|
|
278
328
|
|
|
329
|
+
// src/components/Canvaposition.tsx
|
|
330
|
+
import { jsx as jsx23, jsxs as jsxs9 } from "react/jsx-runtime";
|
|
331
|
+
var IconCanvaposition = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs9("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
332
|
+
/* @__PURE__ */ jsx23(
|
|
333
|
+
"path",
|
|
334
|
+
{
|
|
335
|
+
fill: stroke || color || "currentColor",
|
|
336
|
+
d: "M12 13.5C12.8284 13.5 13.5 12.8284 13.5 12C13.5 11.1716 12.8284 10.5 12 10.5C11.1716 10.5 10.5 11.1716 10.5 12C10.5 12.8284 11.1716 13.5 12 13.5Z"
|
|
337
|
+
}
|
|
338
|
+
),
|
|
339
|
+
/* @__PURE__ */ jsx23(
|
|
340
|
+
"path",
|
|
341
|
+
{
|
|
342
|
+
fill: stroke || color || "currentColor",
|
|
343
|
+
d: "M13.125 0V2.3142C17.6107 2.82957 21.1704 6.38926 21.6858 10.875H24V13.125H21.6858C21.1704 17.6107 17.6107 21.1704 13.125 21.6858V24H10.875V21.6858C6.38926 21.1704 2.82957 17.6107 2.3142 13.125H0V10.875H2.3142C2.82957 6.38926 6.38926 2.82957 10.875 2.3142V0H13.125ZM10.875 7.5V4.58381C7.63352 5.07141 5.07141 7.63352 4.58381 10.875H7.5V13.125H4.58381C5.07141 16.3665 7.63352 18.9286 10.875 19.4162V16.5H13.125V19.4162C16.3665 18.9286 18.9286 16.3665 19.4162 13.125H16.5V10.875H19.4162C18.9286 7.63352 16.3665 5.07141 13.125 4.58381V7.5H10.875Z",
|
|
344
|
+
fillRule: "evenodd",
|
|
345
|
+
clipRule: "evenodd"
|
|
346
|
+
}
|
|
347
|
+
)
|
|
348
|
+
] }), Canvaposition_default = IconCanvaposition;
|
|
349
|
+
|
|
279
350
|
// src/components/Canvasmode.tsx
|
|
280
|
-
import { jsx as
|
|
281
|
-
var IconCanvasmode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
351
|
+
import { jsx as jsx24 } from "react/jsx-runtime";
|
|
352
|
+
var IconCanvasmode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx24("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx24(
|
|
282
353
|
"path",
|
|
283
354
|
{
|
|
284
355
|
fill: stroke || color || "currentColor",
|
|
@@ -289,8 +360,8 @@ var IconCanvasmode = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
289
360
|
) }), Canvasmode_default = IconCanvasmode;
|
|
290
361
|
|
|
291
362
|
// src/components/CcgFilled.tsx
|
|
292
|
-
import { jsx as
|
|
293
|
-
var IconCcgFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
363
|
+
import { jsx as jsx25 } from "react/jsx-runtime";
|
|
364
|
+
var IconCcgFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx25("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx25(
|
|
294
365
|
"path",
|
|
295
366
|
{
|
|
296
367
|
fill: fill || color || "currentColor",
|
|
@@ -301,8 +372,8 @@ var IconCcgFilled = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
301
372
|
) }), CcgFilled_default = IconCcgFilled;
|
|
302
373
|
|
|
303
374
|
// src/components/Ccg.tsx
|
|
304
|
-
import { jsx as
|
|
305
|
-
var IconCcg = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
375
|
+
import { jsx as jsx26 } from "react/jsx-runtime";
|
|
376
|
+
var IconCcg = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx26("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx26(
|
|
306
377
|
"path",
|
|
307
378
|
{
|
|
308
379
|
fill: stroke || color || "currentColor",
|
|
@@ -313,30 +384,30 @@ var IconCcg = ({ size, width, height, color, className, fill, stroke }) => /* @_
|
|
|
313
384
|
) }), Ccg_default = IconCcg;
|
|
314
385
|
|
|
315
386
|
// src/components/Ccggame.tsx
|
|
316
|
-
import { jsx as
|
|
317
|
-
var IconCcggame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
318
|
-
/* @__PURE__ */
|
|
387
|
+
import { jsx as jsx27, jsxs as jsxs10 } from "react/jsx-runtime";
|
|
388
|
+
var IconCcggame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs10("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
389
|
+
/* @__PURE__ */ jsx27(
|
|
319
390
|
"path",
|
|
320
391
|
{
|
|
321
392
|
fill: stroke || color || "currentColor",
|
|
322
393
|
d: "M9.75 9.75C9.75 10.9926 8.74264 12 7.5 12C6.25736 12 5.25 10.9926 5.25 9.75C5.25 8.50736 6.25736 7.5 7.5 7.5C8.74264 7.5 9.75 8.50736 9.75 9.75Z"
|
|
323
394
|
}
|
|
324
395
|
),
|
|
325
|
-
/* @__PURE__ */
|
|
396
|
+
/* @__PURE__ */ jsx27(
|
|
326
397
|
"path",
|
|
327
398
|
{
|
|
328
399
|
fill: stroke || color || "currentColor",
|
|
329
400
|
d: "M19.125 8.0625C19.125 8.78737 18.5374 9.375 17.8125 9.375C17.0876 9.375 16.5 8.78737 16.5 8.0625C16.5 7.33763 17.0876 6.75 17.8125 6.75C18.5374 6.75 19.125 7.33763 19.125 8.0625Z"
|
|
330
401
|
}
|
|
331
402
|
),
|
|
332
|
-
/* @__PURE__ */
|
|
403
|
+
/* @__PURE__ */ jsx27(
|
|
333
404
|
"path",
|
|
334
405
|
{
|
|
335
406
|
fill: stroke || color || "currentColor",
|
|
336
407
|
d: "M16.3125 12.75C17.0374 12.75 17.625 12.1624 17.625 11.4375C17.625 10.7126 17.0374 10.125 16.3125 10.125C15.5876 10.125 15 10.7126 15 11.4375C15 12.1624 15.5876 12.75 16.3125 12.75Z"
|
|
337
408
|
}
|
|
338
409
|
),
|
|
339
|
-
/* @__PURE__ */
|
|
410
|
+
/* @__PURE__ */ jsx27(
|
|
340
411
|
"path",
|
|
341
412
|
{
|
|
342
413
|
fill: stroke || color || "currentColor",
|
|
@@ -348,8 +419,8 @@ var IconCcggame = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
348
419
|
] }), Ccggame_default = IconCcggame;
|
|
349
420
|
|
|
350
421
|
// src/components/Ccglanguage.tsx
|
|
351
|
-
import { jsx as
|
|
352
|
-
var IconCcglanguage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
422
|
+
import { jsx as jsx28 } from "react/jsx-runtime";
|
|
423
|
+
var IconCcglanguage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx28("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx28(
|
|
353
424
|
"path",
|
|
354
425
|
{
|
|
355
426
|
fill: stroke || color || "currentColor",
|
|
@@ -358,8 +429,8 @@ var IconCcglanguage = ({ size, width, height, color, className, fill, stroke })
|
|
|
358
429
|
) }), Ccglanguage_default = IconCcglanguage;
|
|
359
430
|
|
|
360
431
|
// src/components/Chaptercollapse.tsx
|
|
361
|
-
import { jsx as
|
|
362
|
-
var IconChaptercollapse = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
432
|
+
import { jsx as jsx29 } from "react/jsx-runtime";
|
|
433
|
+
var IconChaptercollapse = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx29("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx29(
|
|
363
434
|
"path",
|
|
364
435
|
{
|
|
365
436
|
fill: stroke || color || "currentColor",
|
|
@@ -370,8 +441,8 @@ var IconChaptercollapse = ({ size, width, height, color, className, fill, stroke
|
|
|
370
441
|
) }), Chaptercollapse_default = IconChaptercollapse;
|
|
371
442
|
|
|
372
443
|
// src/components/Chapterexpand.tsx
|
|
373
|
-
import { jsx as
|
|
374
|
-
var IconChapterexpand = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
444
|
+
import { jsx as jsx30 } from "react/jsx-runtime";
|
|
445
|
+
var IconChapterexpand = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx30("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx30(
|
|
375
446
|
"path",
|
|
376
447
|
{
|
|
377
448
|
fill: stroke || color || "currentColor",
|
|
@@ -381,9 +452,30 @@ var IconChapterexpand = ({ size, width, height, color, className, fill, stroke }
|
|
|
381
452
|
}
|
|
382
453
|
) }), Chapterexpand_default = IconChapterexpand;
|
|
383
454
|
|
|
455
|
+
// src/components/Chathistory.tsx
|
|
456
|
+
import { jsx as jsx31, jsxs as jsxs11 } from "react/jsx-runtime";
|
|
457
|
+
var IconChathistory = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs11("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
458
|
+
/* @__PURE__ */ jsx31(
|
|
459
|
+
"path",
|
|
460
|
+
{
|
|
461
|
+
fill: stroke || color || "currentColor",
|
|
462
|
+
d: "M10.5 4.5V12.4926L15.7369 17.3267L17.2631 15.6733L12.75 11.5074V4.5H10.5Z"
|
|
463
|
+
}
|
|
464
|
+
),
|
|
465
|
+
/* @__PURE__ */ jsx31(
|
|
466
|
+
"path",
|
|
467
|
+
{
|
|
468
|
+
fill: stroke || color || "currentColor",
|
|
469
|
+
d: "M24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12ZM21.75 12C21.75 17.3848 17.3848 21.75 12 21.75C6.61522 21.75 2.25 17.3848 2.25 12C2.25 6.61522 6.61522 2.25 12 2.25C17.3848 2.25 21.75 6.61522 21.75 12Z",
|
|
470
|
+
fillRule: "evenodd",
|
|
471
|
+
clipRule: "evenodd"
|
|
472
|
+
}
|
|
473
|
+
)
|
|
474
|
+
] }), Chathistory_default = IconChathistory;
|
|
475
|
+
|
|
384
476
|
// src/components/Check.tsx
|
|
385
|
-
import { jsx as
|
|
386
|
-
var IconCheck = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
477
|
+
import { jsx as jsx32 } from "react/jsx-runtime";
|
|
478
|
+
var IconCheck = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx32("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx32(
|
|
387
479
|
"path",
|
|
388
480
|
{
|
|
389
481
|
fill: stroke || color || "currentColor",
|
|
@@ -392,8 +484,8 @@ var IconCheck = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
392
484
|
) }), Check_default = IconCheck;
|
|
393
485
|
|
|
394
486
|
// src/components/CheckedFilled.tsx
|
|
395
|
-
import { jsx as
|
|
396
|
-
var IconCheckedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
487
|
+
import { jsx as jsx33 } from "react/jsx-runtime";
|
|
488
|
+
var IconCheckedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx33("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx33(
|
|
397
489
|
"path",
|
|
398
490
|
{
|
|
399
491
|
fill: fill || color || "currentColor",
|
|
@@ -404,8 +496,8 @@ var IconCheckedFilled = ({ size, width, height, color, className, fill, stroke }
|
|
|
404
496
|
) }), CheckedFilled_default = IconCheckedFilled;
|
|
405
497
|
|
|
406
498
|
// src/components/Close.tsx
|
|
407
|
-
import { jsx as
|
|
408
|
-
var IconClose = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
499
|
+
import { jsx as jsx34 } from "react/jsx-runtime";
|
|
500
|
+
var IconClose = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx34("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx34(
|
|
409
501
|
"path",
|
|
410
502
|
{
|
|
411
503
|
fill: stroke || color || "currentColor",
|
|
@@ -414,9 +506,9 @@ var IconClose = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
414
506
|
) }), Close_default = IconClose;
|
|
415
507
|
|
|
416
508
|
// src/components/Collapsewindow.tsx
|
|
417
|
-
import { jsx as
|
|
418
|
-
var IconCollapsewindow = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
419
|
-
/* @__PURE__ */
|
|
509
|
+
import { jsx as jsx35, jsxs as jsxs12 } from "react/jsx-runtime";
|
|
510
|
+
var IconCollapsewindow = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs12("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
511
|
+
/* @__PURE__ */ jsx35(
|
|
420
512
|
"path",
|
|
421
513
|
{
|
|
422
514
|
fill: stroke || color || "currentColor",
|
|
@@ -425,7 +517,7 @@ var IconCollapsewindow = ({ size, width, height, color, className, fill, stroke
|
|
|
425
517
|
clipRule: "evenodd"
|
|
426
518
|
}
|
|
427
519
|
),
|
|
428
|
-
/* @__PURE__ */
|
|
520
|
+
/* @__PURE__ */ jsx35(
|
|
429
521
|
"path",
|
|
430
522
|
{
|
|
431
523
|
fill: stroke || color || "currentColor",
|
|
@@ -437,10 +529,10 @@ var IconCollapsewindow = ({ size, width, height, color, className, fill, stroke
|
|
|
437
529
|
] }), Collapsewindow_default = IconCollapsewindow;
|
|
438
530
|
|
|
439
531
|
// src/components/Copy.tsx
|
|
440
|
-
import { jsx as
|
|
441
|
-
var IconCopy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
442
|
-
/* @__PURE__ */
|
|
443
|
-
/* @__PURE__ */
|
|
532
|
+
import { jsx as jsx36, jsxs as jsxs13 } from "react/jsx-runtime";
|
|
533
|
+
var IconCopy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs13("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
534
|
+
/* @__PURE__ */ jsx36("path", { fill: stroke || color || "currentColor", d: "M12.75 2.25H2.25V12.75H6V15H0V0H15V6H12.75V2.25Z" }),
|
|
535
|
+
/* @__PURE__ */ jsx36(
|
|
444
536
|
"path",
|
|
445
537
|
{
|
|
446
538
|
fill: stroke || color || "currentColor",
|
|
@@ -452,8 +544,8 @@ var IconCopy = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
452
544
|
] }), Copy_default = IconCopy;
|
|
453
545
|
|
|
454
546
|
// src/components/Copylink.tsx
|
|
455
|
-
import { jsx as
|
|
456
|
-
var IconCopylink = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
547
|
+
import { jsx as jsx37 } from "react/jsx-runtime";
|
|
548
|
+
var IconCopylink = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx37("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx37(
|
|
457
549
|
"path",
|
|
458
550
|
{
|
|
459
551
|
fill: stroke || color || "currentColor",
|
|
@@ -463,10 +555,22 @@ var IconCopylink = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
463
555
|
}
|
|
464
556
|
) }), Copylink_default = IconCopylink;
|
|
465
557
|
|
|
558
|
+
// src/components/Createplan.tsx
|
|
559
|
+
import { jsx as jsx38 } from "react/jsx-runtime";
|
|
560
|
+
var IconCreateplan = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx38("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx38(
|
|
561
|
+
"path",
|
|
562
|
+
{
|
|
563
|
+
fill: stroke || color || "currentColor",
|
|
564
|
+
d: "M7.5 0H16.5V3H21V24H3V3H7.5V0ZM9.75 2.25H14.25V5.25H9.75V2.25ZM7.5 5.25H5.25V21.75H18.75V5.25H16.5V7.5H7.5V5.25Z",
|
|
565
|
+
fillRule: "evenodd",
|
|
566
|
+
clipRule: "evenodd"
|
|
567
|
+
}
|
|
568
|
+
) }), Createplan_default = IconCreateplan;
|
|
569
|
+
|
|
466
570
|
// src/components/CreditFilled.tsx
|
|
467
|
-
import { jsx as
|
|
468
|
-
var IconCreditFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
469
|
-
/* @__PURE__ */
|
|
571
|
+
import { jsx as jsx39, jsxs as jsxs14 } from "react/jsx-runtime";
|
|
572
|
+
var IconCreditFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs14("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
573
|
+
/* @__PURE__ */ jsx39("g", { clipPath: "url(#clip0_2_28)", children: /* @__PURE__ */ jsx39(
|
|
470
574
|
"path",
|
|
471
575
|
{
|
|
472
576
|
fill: fill || color || "currentColor",
|
|
@@ -475,12 +579,12 @@ var IconCreditFilled = ({ size, width, height, color, className, fill, stroke })
|
|
|
475
579
|
clipRule: "evenodd"
|
|
476
580
|
}
|
|
477
581
|
) }),
|
|
478
|
-
/* @__PURE__ */
|
|
582
|
+
/* @__PURE__ */ jsx39("defs", { children: /* @__PURE__ */ jsx39("clipPath", { id: "clip0_2_28", children: /* @__PURE__ */ jsx39("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
479
583
|
] }), CreditFilled_default = IconCreditFilled;
|
|
480
584
|
|
|
481
585
|
// src/components/Cursor.tsx
|
|
482
|
-
import { jsx as
|
|
483
|
-
var IconCursor = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
586
|
+
import { jsx as jsx40 } from "react/jsx-runtime";
|
|
587
|
+
var IconCursor = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx40("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx40(
|
|
484
588
|
"path",
|
|
485
589
|
{
|
|
486
590
|
fill: stroke || color || "currentColor",
|
|
@@ -491,10 +595,10 @@ var IconCursor = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
491
595
|
) }), Cursor_default = IconCursor;
|
|
492
596
|
|
|
493
597
|
// src/components/DeleteSceneChoice.tsx
|
|
494
|
-
import { jsx as
|
|
495
|
-
var IconDeleteSceneChoice = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
496
|
-
/* @__PURE__ */
|
|
497
|
-
/* @__PURE__ */
|
|
598
|
+
import { jsx as jsx41, jsxs as jsxs15 } from "react/jsx-runtime";
|
|
599
|
+
var IconDeleteSceneChoice = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs15("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
600
|
+
/* @__PURE__ */ jsx41("path", { fill: stroke || color || "currentColor", d: "M18 10.875H6V13.125H18V10.875Z" }),
|
|
601
|
+
/* @__PURE__ */ jsx41(
|
|
498
602
|
"path",
|
|
499
603
|
{
|
|
500
604
|
fill: stroke || color || "currentColor",
|
|
@@ -506,10 +610,10 @@ var IconDeleteSceneChoice = ({ size, width, height, color, className, fill, stro
|
|
|
506
610
|
] }), DeleteSceneChoice_default = IconDeleteSceneChoice;
|
|
507
611
|
|
|
508
612
|
// src/components/Delete.tsx
|
|
509
|
-
import { jsx as
|
|
510
|
-
var IconDelete = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
511
|
-
/* @__PURE__ */
|
|
512
|
-
/* @__PURE__ */
|
|
613
|
+
import { jsx as jsx42, jsxs as jsxs16 } from "react/jsx-runtime";
|
|
614
|
+
var IconDelete = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs16("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
615
|
+
/* @__PURE__ */ jsx42("path", { fill: stroke || color || "currentColor", d: "M13.125 17.25V11.25H10.875V17.25H13.125Z" }),
|
|
616
|
+
/* @__PURE__ */ jsx42(
|
|
513
617
|
"path",
|
|
514
618
|
{
|
|
515
619
|
fill: stroke || color || "currentColor",
|
|
@@ -521,8 +625,8 @@ var IconDelete = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
521
625
|
] }), Delete_default = IconDelete;
|
|
522
626
|
|
|
523
627
|
// src/components/DownFilled.tsx
|
|
524
|
-
import { jsx as
|
|
525
|
-
var IconDownFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
628
|
+
import { jsx as jsx43 } from "react/jsx-runtime";
|
|
629
|
+
var IconDownFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx43("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx43(
|
|
526
630
|
"path",
|
|
527
631
|
{
|
|
528
632
|
fill: fill || color || "currentColor",
|
|
@@ -533,8 +637,8 @@ var IconDownFilled = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
533
637
|
) }), DownFilled_default = IconDownFilled;
|
|
534
638
|
|
|
535
639
|
// src/components/DownleftFilled.tsx
|
|
536
|
-
import { jsx as
|
|
537
|
-
var IconDownleftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
640
|
+
import { jsx as jsx44 } from "react/jsx-runtime";
|
|
641
|
+
var IconDownleftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx44("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx44(
|
|
538
642
|
"path",
|
|
539
643
|
{
|
|
540
644
|
fill: fill || color || "currentColor",
|
|
@@ -545,16 +649,16 @@ var IconDownleftFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
545
649
|
) }), DownleftFilled_default = IconDownleftFilled;
|
|
546
650
|
|
|
547
651
|
// src/components/Download.tsx
|
|
548
|
-
import { jsx as
|
|
549
|
-
var IconDownload = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
550
|
-
/* @__PURE__ */
|
|
652
|
+
import { jsx as jsx45, jsxs as jsxs17 } from "react/jsx-runtime";
|
|
653
|
+
var IconDownload = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs17("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
654
|
+
/* @__PURE__ */ jsx45(
|
|
551
655
|
"path",
|
|
552
656
|
{
|
|
553
657
|
fill: stroke || color || "currentColor",
|
|
554
658
|
d: "M22.5 24L22.5 13.5H20.25V21.75L3.75 21.75L3.75 13.5H1.5L1.5 24L22.5 24Z"
|
|
555
659
|
}
|
|
556
660
|
),
|
|
557
|
-
/* @__PURE__ */
|
|
661
|
+
/* @__PURE__ */ jsx45(
|
|
558
662
|
"path",
|
|
559
663
|
{
|
|
560
664
|
fill: stroke || color || "currentColor",
|
|
@@ -566,8 +670,8 @@ var IconDownload = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
566
670
|
] }), Download_default = IconDownload;
|
|
567
671
|
|
|
568
672
|
// src/components/DownrightFilled.tsx
|
|
569
|
-
import { jsx as
|
|
570
|
-
var IconDownrightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
673
|
+
import { jsx as jsx46 } from "react/jsx-runtime";
|
|
674
|
+
var IconDownrightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx46("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx46(
|
|
571
675
|
"path",
|
|
572
676
|
{
|
|
573
677
|
fill: fill || color || "currentColor",
|
|
@@ -578,20 +682,20 @@ var IconDownrightFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
578
682
|
) }), DownrightFilled_default = IconDownrightFilled;
|
|
579
683
|
|
|
580
684
|
// src/components/DraghandleFilled.tsx
|
|
581
|
-
import { jsx as
|
|
582
|
-
var IconDraghandleFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
583
|
-
/* @__PURE__ */
|
|
584
|
-
/* @__PURE__ */
|
|
585
|
-
/* @__PURE__ */
|
|
586
|
-
/* @__PURE__ */
|
|
587
|
-
/* @__PURE__ */
|
|
588
|
-
/* @__PURE__ */
|
|
685
|
+
import { jsx as jsx47, jsxs as jsxs18 } from "react/jsx-runtime";
|
|
686
|
+
var IconDraghandleFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs18("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
687
|
+
/* @__PURE__ */ jsx47("path", { fill: fill || color || "currentColor", d: "M18 7.19999V2.39999H13.2V7.19999L18 7.19999Z" }),
|
|
688
|
+
/* @__PURE__ */ jsx47("path", { fill: fill || color || "currentColor", d: "M18 9.59999V14.4H13.2L13.2 9.59999H18Z" }),
|
|
689
|
+
/* @__PURE__ */ jsx47("path", { fill: fill || color || "currentColor", d: "M10.8 9.59999V14.4H6V9.59999H10.8Z" }),
|
|
690
|
+
/* @__PURE__ */ jsx47("path", { fill: fill || color || "currentColor", d: "M10.8 2.39999V7.19999L6 7.19999V2.39999H10.8Z" }),
|
|
691
|
+
/* @__PURE__ */ jsx47("path", { fill: fill || color || "currentColor", d: "M18 21.6V16.8H13.2V21.6H18Z" }),
|
|
692
|
+
/* @__PURE__ */ jsx47("path", { fill: fill || color || "currentColor", d: "M10.8 16.8V21.6H6V16.8H10.8Z" })
|
|
589
693
|
] }), DraghandleFilled_default = IconDraghandleFilled;
|
|
590
694
|
|
|
591
695
|
// src/components/Edit.tsx
|
|
592
|
-
import { jsx as
|
|
593
|
-
var IconEdit = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
594
|
-
/* @__PURE__ */
|
|
696
|
+
import { jsx as jsx48, jsxs as jsxs19 } from "react/jsx-runtime";
|
|
697
|
+
var IconEdit = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs19("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
698
|
+
/* @__PURE__ */ jsx48(
|
|
595
699
|
"path",
|
|
596
700
|
{
|
|
597
701
|
fill: stroke || color || "currentColor",
|
|
@@ -600,7 +704,7 @@ var IconEdit = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
600
704
|
clipRule: "evenodd"
|
|
601
705
|
}
|
|
602
706
|
),
|
|
603
|
-
/* @__PURE__ */
|
|
707
|
+
/* @__PURE__ */ jsx48(
|
|
604
708
|
"path",
|
|
605
709
|
{
|
|
606
710
|
fill: stroke || color || "currentColor",
|
|
@@ -609,10 +713,22 @@ var IconEdit = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
609
713
|
)
|
|
610
714
|
] }), Edit_default = IconEdit;
|
|
611
715
|
|
|
716
|
+
// src/components/Element.tsx
|
|
717
|
+
import { jsx as jsx49 } from "react/jsx-runtime";
|
|
718
|
+
var IconElement = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx49("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx49(
|
|
719
|
+
"path",
|
|
720
|
+
{
|
|
721
|
+
fill: stroke || color || "currentColor",
|
|
722
|
+
d: "M8.76736 2.40203C5.77582 3.40922 3.40924 5.77581 2.40207 8.76735C1.0124 9.18502 0 10.4743 0 12C0 13.5257 1.0124 14.815 2.40206 15.2326C3.40924 18.2242 5.77582 20.5908 8.76736 21.598C9.18504 22.9876 10.4743 24 12 24C13.5257 24 14.8149 22.9876 15.2326 21.598C18.2242 20.5908 20.5909 18.2242 21.598 15.2326C22.9877 14.8149 24 13.5257 24 12C24 10.4743 22.9877 9.18508 21.598 8.76738C20.5909 5.77579 18.2242 3.40917 15.2326 2.40199C14.8149 1.01237 13.5257 0 12 0C10.4743 0 9.18504 1.01238 8.76736 2.40203ZM10.875 3.375C10.875 3.99632 11.3787 4.5 12 4.5C12.6213 4.5 13.125 3.99632 13.125 3.375C13.125 2.75368 12.6213 2.25 12 2.25C11.3787 2.25 10.875 2.75368 10.875 3.375ZM15.0826 4.75118C14.5559 5.92916 13.3738 6.75 12 6.75C10.6262 6.75 9.44412 5.92918 8.91742 4.75121C7.04694 5.54767 5.54767 7.04694 4.75123 8.91743C5.92919 9.44413 6.75 10.6262 6.75 12C6.75 13.3738 5.92919 14.5559 4.75123 15.0826C5.54767 16.9531 7.04694 18.4523 8.91742 19.2488C9.44412 18.0708 10.6262 17.25 12 17.25C13.3738 17.25 14.5559 18.0708 15.0826 19.2488C16.9531 18.4524 18.4524 16.9531 19.2488 15.0826C18.0708 14.5559 17.25 13.3738 17.25 12C17.25 10.6262 18.0708 9.44408 19.2488 8.91739C18.4524 7.04689 16.9531 5.54762 15.0826 4.75118ZM2.25 12C2.25 12.6213 2.75368 13.125 3.375 13.125C3.99632 13.125 4.5 12.6213 4.5 12C4.5 11.3787 3.99632 10.875 3.375 10.875C2.75368 10.875 2.25 11.3787 2.25 12ZM12 21.75C11.3787 21.75 10.875 21.2463 10.875 20.625C10.875 20.0037 11.3787 19.5 12 19.5C12.6213 19.5 13.125 20.0037 13.125 20.625C13.125 21.2463 12.6213 21.75 12 21.75ZM19.5 12C19.5 12.6213 20.0037 13.125 20.625 13.125C21.2463 13.125 21.75 12.6213 21.75 12C21.75 11.3787 21.2463 10.875 20.625 10.875C20.0037 10.875 19.5 11.3787 19.5 12Z",
|
|
723
|
+
fillRule: "evenodd",
|
|
724
|
+
clipRule: "evenodd"
|
|
725
|
+
}
|
|
726
|
+
) }), Element_default = IconElement;
|
|
727
|
+
|
|
612
728
|
// src/components/Expandwindow.tsx
|
|
613
|
-
import { jsx as
|
|
614
|
-
var IconExpandwindow = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
615
|
-
/* @__PURE__ */
|
|
729
|
+
import { jsx as jsx50, jsxs as jsxs20 } from "react/jsx-runtime";
|
|
730
|
+
var IconExpandwindow = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs20("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
731
|
+
/* @__PURE__ */ jsx50(
|
|
616
732
|
"path",
|
|
617
733
|
{
|
|
618
734
|
fill: stroke || color || "currentColor",
|
|
@@ -621,7 +737,7 @@ var IconExpandwindow = ({ size, width, height, color, className, fill, stroke })
|
|
|
621
737
|
clipRule: "evenodd"
|
|
622
738
|
}
|
|
623
739
|
),
|
|
624
|
-
/* @__PURE__ */
|
|
740
|
+
/* @__PURE__ */ jsx50(
|
|
625
741
|
"path",
|
|
626
742
|
{
|
|
627
743
|
fill: stroke || color || "currentColor",
|
|
@@ -633,8 +749,8 @@ var IconExpandwindow = ({ size, width, height, color, className, fill, stroke })
|
|
|
633
749
|
] }), Expandwindow_default = IconExpandwindow;
|
|
634
750
|
|
|
635
751
|
// src/components/FavoriteFilled.tsx
|
|
636
|
-
import { jsx as
|
|
637
|
-
var IconFavoriteFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
752
|
+
import { jsx as jsx51 } from "react/jsx-runtime";
|
|
753
|
+
var IconFavoriteFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx51("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx51(
|
|
638
754
|
"path",
|
|
639
755
|
{
|
|
640
756
|
fill: fill || color || "currentColor",
|
|
@@ -643,8 +759,8 @@ var IconFavoriteFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
643
759
|
) }), FavoriteFilled_default = IconFavoriteFilled;
|
|
644
760
|
|
|
645
761
|
// src/components/Favorite.tsx
|
|
646
|
-
import { jsx as
|
|
647
|
-
var IconFavorite = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
762
|
+
import { jsx as jsx52 } from "react/jsx-runtime";
|
|
763
|
+
var IconFavorite = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx52("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx52(
|
|
648
764
|
"path",
|
|
649
765
|
{
|
|
650
766
|
fill: stroke || color || "currentColor",
|
|
@@ -655,8 +771,8 @@ var IconFavorite = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
655
771
|
) }), Favorite_default = IconFavorite;
|
|
656
772
|
|
|
657
773
|
// src/components/FeedbackFailFilled.tsx
|
|
658
|
-
import { jsx as
|
|
659
|
-
var IconFeedbackFailFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
774
|
+
import { jsx as jsx53 } from "react/jsx-runtime";
|
|
775
|
+
var IconFeedbackFailFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx53("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx53(
|
|
660
776
|
"path",
|
|
661
777
|
{
|
|
662
778
|
fill: fill || color || "currentColor",
|
|
@@ -667,8 +783,8 @@ var IconFeedbackFailFilled = ({ size, width, height, color, className, fill, str
|
|
|
667
783
|
) }), FeedbackFailFilled_default = IconFeedbackFailFilled;
|
|
668
784
|
|
|
669
785
|
// src/components/FeedbackPendingFilled.tsx
|
|
670
|
-
import { jsx as
|
|
671
|
-
var IconFeedbackPendingFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
786
|
+
import { jsx as jsx54 } from "react/jsx-runtime";
|
|
787
|
+
var IconFeedbackPendingFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx54("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx54(
|
|
672
788
|
"path",
|
|
673
789
|
{
|
|
674
790
|
fill: fill || color || "currentColor",
|
|
@@ -679,8 +795,8 @@ var IconFeedbackPendingFilled = ({ size, width, height, color, className, fill,
|
|
|
679
795
|
) }), FeedbackPendingFilled_default = IconFeedbackPendingFilled;
|
|
680
796
|
|
|
681
797
|
// src/components/FeedbackProblemFilled.tsx
|
|
682
|
-
import { jsx as
|
|
683
|
-
var IconFeedbackProblemFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
798
|
+
import { jsx as jsx55 } from "react/jsx-runtime";
|
|
799
|
+
var IconFeedbackProblemFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx55("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx55(
|
|
684
800
|
"path",
|
|
685
801
|
{
|
|
686
802
|
fill: fill || color || "currentColor",
|
|
@@ -691,30 +807,30 @@ var IconFeedbackProblemFilled = ({ size, width, height, color, className, fill,
|
|
|
691
807
|
) }), FeedbackProblemFilled_default = IconFeedbackProblemFilled;
|
|
692
808
|
|
|
693
809
|
// src/components/FeedbackProblem.tsx
|
|
694
|
-
import { jsx as
|
|
695
|
-
var IconFeedbackProblem = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
696
|
-
/* @__PURE__ */
|
|
810
|
+
import { jsx as jsx56, jsxs as jsxs21 } from "react/jsx-runtime";
|
|
811
|
+
var IconFeedbackProblem = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs21("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
812
|
+
/* @__PURE__ */ jsx56(
|
|
697
813
|
"path",
|
|
698
814
|
{
|
|
699
815
|
fill: stroke || color || "currentColor",
|
|
700
816
|
d: "M8.25 10.5C9.07843 10.5 9.75 9.82843 9.75 9C9.75 8.17157 9.07843 7.5 8.25 7.5C7.42157 7.5 6.75 8.17157 6.75 9C6.75 9.82843 7.42157 10.5 8.25 10.5Z"
|
|
701
817
|
}
|
|
702
818
|
),
|
|
703
|
-
/* @__PURE__ */
|
|
819
|
+
/* @__PURE__ */ jsx56(
|
|
704
820
|
"path",
|
|
705
821
|
{
|
|
706
822
|
fill: stroke || color || "currentColor",
|
|
707
823
|
d: "M17.25 9C17.25 9.82843 16.5784 10.5 15.75 10.5C14.9216 10.5 14.25 9.82843 14.25 9C14.25 8.17157 14.9216 7.5 15.75 7.5C16.5784 7.5 17.25 8.17157 17.25 9Z"
|
|
708
824
|
}
|
|
709
825
|
),
|
|
710
|
-
/* @__PURE__ */
|
|
826
|
+
/* @__PURE__ */ jsx56(
|
|
711
827
|
"path",
|
|
712
828
|
{
|
|
713
829
|
fill: stroke || color || "currentColor",
|
|
714
830
|
d: "M12 17.25C13.2426 17.25 14.25 16.2426 14.25 15C14.25 13.7574 13.2426 12.75 12 12.75C10.7574 12.75 9.75 13.7574 9.75 15C9.75 16.2426 10.7574 17.25 12 17.25Z"
|
|
715
831
|
}
|
|
716
832
|
),
|
|
717
|
-
/* @__PURE__ */
|
|
833
|
+
/* @__PURE__ */ jsx56(
|
|
718
834
|
"path",
|
|
719
835
|
{
|
|
720
836
|
fill: stroke || color || "currentColor",
|
|
@@ -726,9 +842,9 @@ var IconFeedbackProblem = ({ size, width, height, color, className, fill, stroke
|
|
|
726
842
|
] }), FeedbackProblem_default = IconFeedbackProblem;
|
|
727
843
|
|
|
728
844
|
// src/components/FiletypeImageFilled.tsx
|
|
729
|
-
import { jsx as
|
|
730
|
-
var IconFiletypeImageFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
731
|
-
/* @__PURE__ */
|
|
845
|
+
import { jsx as jsx57, jsxs as jsxs22 } from "react/jsx-runtime";
|
|
846
|
+
var IconFiletypeImageFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs22("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
847
|
+
/* @__PURE__ */ jsx57("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ jsx57(
|
|
732
848
|
"path",
|
|
733
849
|
{
|
|
734
850
|
fill: "#2E2E2E",
|
|
@@ -736,21 +852,21 @@ var IconFiletypeImageFilled = ({ size, width, height, color, className, fill, st
|
|
|
736
852
|
style: { opacity: 0.3 }
|
|
737
853
|
}
|
|
738
854
|
) }),
|
|
739
|
-
/* @__PURE__ */
|
|
855
|
+
/* @__PURE__ */ jsx57(
|
|
740
856
|
"path",
|
|
741
857
|
{
|
|
742
858
|
fill: "#2E2E2E",
|
|
743
859
|
d: "M19.9993 6.2882H17.59C17.058 6.28768 16.548 6.07629 16.1718 5.70045C15.7957 5.3246 15.5841 4.81499 15.5836 4.28346V1.5L19.9993 6.2882Z"
|
|
744
860
|
}
|
|
745
861
|
),
|
|
746
|
-
/* @__PURE__ */
|
|
862
|
+
/* @__PURE__ */ jsx57(
|
|
747
863
|
"path",
|
|
748
864
|
{
|
|
749
865
|
fill: "#2E2E2E",
|
|
750
866
|
d: "M10.5938 11.0625C11.0252 11.0625 11.375 10.7127 11.375 10.2812C11.375 9.84978 11.0252 9.5 10.5938 9.5C10.1623 9.5 9.8125 9.84978 9.8125 10.2812C9.8125 10.7127 10.1623 11.0625 10.5938 11.0625Z"
|
|
751
867
|
}
|
|
752
868
|
),
|
|
753
|
-
/* @__PURE__ */
|
|
869
|
+
/* @__PURE__ */ jsx57(
|
|
754
870
|
"path",
|
|
755
871
|
{
|
|
756
872
|
fill: "#2E2E2E",
|
|
@@ -762,9 +878,9 @@ var IconFiletypeImageFilled = ({ size, width, height, color, className, fill, st
|
|
|
762
878
|
] }), FiletypeImageFilled_default = IconFiletypeImageFilled;
|
|
763
879
|
|
|
764
880
|
// src/components/FiletypePdfFilled.tsx
|
|
765
|
-
import { jsx as
|
|
766
|
-
var IconFiletypePdfFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
767
|
-
/* @__PURE__ */
|
|
881
|
+
import { jsx as jsx58, jsxs as jsxs23 } from "react/jsx-runtime";
|
|
882
|
+
var IconFiletypePdfFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs23("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
883
|
+
/* @__PURE__ */ jsx58("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ jsx58(
|
|
768
884
|
"path",
|
|
769
885
|
{
|
|
770
886
|
fill: "#FF3E4C",
|
|
@@ -772,14 +888,14 @@ var IconFiletypePdfFilled = ({ size, width, height, color, className, fill, stro
|
|
|
772
888
|
style: { opacity: 0.3 }
|
|
773
889
|
}
|
|
774
890
|
) }),
|
|
775
|
-
/* @__PURE__ */
|
|
891
|
+
/* @__PURE__ */ jsx58(
|
|
776
892
|
"path",
|
|
777
893
|
{
|
|
778
894
|
fill: "#FF3E4C",
|
|
779
895
|
d: "M19.9993 6.2882H17.59C17.058 6.28768 16.548 6.07629 16.1718 5.70045C15.7957 5.3246 15.5841 4.81499 15.5836 4.28346V1.5L19.9993 6.2882Z"
|
|
780
896
|
}
|
|
781
897
|
),
|
|
782
|
-
/* @__PURE__ */
|
|
898
|
+
/* @__PURE__ */ jsx58(
|
|
783
899
|
"path",
|
|
784
900
|
{
|
|
785
901
|
fill: "#FF3E4C",
|
|
@@ -789,9 +905,9 @@ var IconFiletypePdfFilled = ({ size, width, height, color, className, fill, stro
|
|
|
789
905
|
] }), FiletypePdfFilled_default = IconFiletypePdfFilled;
|
|
790
906
|
|
|
791
907
|
// src/components/FiletypePdfLumiFilled.tsx
|
|
792
|
-
import { jsx as
|
|
793
|
-
var IconFiletypePdfLumiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
794
|
-
/* @__PURE__ */
|
|
908
|
+
import { jsx as jsx59, jsxs as jsxs24 } from "react/jsx-runtime";
|
|
909
|
+
var IconFiletypePdfLumiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs24("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
910
|
+
/* @__PURE__ */ jsx59("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ jsx59(
|
|
795
911
|
"path",
|
|
796
912
|
{
|
|
797
913
|
fill: "#2E2E2E",
|
|
@@ -799,14 +915,14 @@ var IconFiletypePdfLumiFilled = ({ size, width, height, color, className, fill,
|
|
|
799
915
|
style: { opacity: 0.3 }
|
|
800
916
|
}
|
|
801
917
|
) }),
|
|
802
|
-
/* @__PURE__ */
|
|
918
|
+
/* @__PURE__ */ jsx59(
|
|
803
919
|
"path",
|
|
804
920
|
{
|
|
805
921
|
fill: "#2E2E2E",
|
|
806
922
|
d: "M19.9993 6.2882H17.59C17.058 6.28768 16.548 6.07629 16.1718 5.70045C15.7957 5.3246 15.5841 4.81499 15.5836 4.28346V1.5L19.9993 6.2882Z"
|
|
807
923
|
}
|
|
808
924
|
),
|
|
809
|
-
/* @__PURE__ */
|
|
925
|
+
/* @__PURE__ */ jsx59(
|
|
810
926
|
"path",
|
|
811
927
|
{
|
|
812
928
|
fill: "#2E2E2E",
|
|
@@ -816,9 +932,9 @@ var IconFiletypePdfLumiFilled = ({ size, width, height, color, className, fill,
|
|
|
816
932
|
] }), FiletypePdfLumiFilled_default = IconFiletypePdfLumiFilled;
|
|
817
933
|
|
|
818
934
|
// src/components/FiletypeTxtFilled.tsx
|
|
819
|
-
import { jsx as
|
|
820
|
-
var IconFiletypeTxtFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
821
|
-
/* @__PURE__ */
|
|
935
|
+
import { jsx as jsx60, jsxs as jsxs25 } from "react/jsx-runtime";
|
|
936
|
+
var IconFiletypeTxtFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs25("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
937
|
+
/* @__PURE__ */ jsx60("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ jsx60(
|
|
822
938
|
"path",
|
|
823
939
|
{
|
|
824
940
|
fill: "#005FAD",
|
|
@@ -826,11 +942,11 @@ var IconFiletypeTxtFilled = ({ size, width, height, color, className, fill, stro
|
|
|
826
942
|
style: { opacity: 0.3 }
|
|
827
943
|
}
|
|
828
944
|
) }),
|
|
829
|
-
/* @__PURE__ */
|
|
830
|
-
/* @__PURE__ */
|
|
831
|
-
/* @__PURE__ */
|
|
832
|
-
/* @__PURE__ */
|
|
833
|
-
/* @__PURE__ */
|
|
945
|
+
/* @__PURE__ */ jsx60("path", { fill: "#005FAD", d: "M7.625 8.5625H16.375V7.625H7.625V8.5625Z" }),
|
|
946
|
+
/* @__PURE__ */ jsx60("path", { fill: "#005FAD", d: "M7.625 16.375H13.875V15.4375H7.625V16.375Z" }),
|
|
947
|
+
/* @__PURE__ */ jsx60("path", { fill: "#005FAD", d: "M16.375 11.2188H7.625V10.2812H16.375V11.2188Z" }),
|
|
948
|
+
/* @__PURE__ */ jsx60("path", { fill: "#005FAD", d: "M7.625 13.7188H16.375V12.7812H7.625V13.7188Z" }),
|
|
949
|
+
/* @__PURE__ */ jsx60(
|
|
834
950
|
"path",
|
|
835
951
|
{
|
|
836
952
|
fill: "#005FAD",
|
|
@@ -840,9 +956,9 @@ var IconFiletypeTxtFilled = ({ size, width, height, color, className, fill, stro
|
|
|
840
956
|
] }), FiletypeTxtFilled_default = IconFiletypeTxtFilled;
|
|
841
957
|
|
|
842
958
|
// src/components/FiletypeTxtLumiFilled.tsx
|
|
843
|
-
import { jsx as
|
|
844
|
-
var IconFiletypeTxtLumiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
845
|
-
/* @__PURE__ */
|
|
959
|
+
import { jsx as jsx61, jsxs as jsxs26 } from "react/jsx-runtime";
|
|
960
|
+
var IconFiletypeTxtLumiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs26("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
961
|
+
/* @__PURE__ */ jsx61("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ jsx61(
|
|
846
962
|
"path",
|
|
847
963
|
{
|
|
848
964
|
fill: "#2E2E2E",
|
|
@@ -850,11 +966,11 @@ var IconFiletypeTxtLumiFilled = ({ size, width, height, color, className, fill,
|
|
|
850
966
|
style: { opacity: 0.3 }
|
|
851
967
|
}
|
|
852
968
|
) }),
|
|
853
|
-
/* @__PURE__ */
|
|
854
|
-
/* @__PURE__ */
|
|
855
|
-
/* @__PURE__ */
|
|
856
|
-
/* @__PURE__ */
|
|
857
|
-
/* @__PURE__ */
|
|
969
|
+
/* @__PURE__ */ jsx61("path", { fill: "#2E2E2E", d: "M7.625 8.5625H16.375V7.625H7.625V8.5625Z" }),
|
|
970
|
+
/* @__PURE__ */ jsx61("path", { fill: "#2E2E2E", d: "M7.625 16.375H13.875V15.4375H7.625V16.375Z" }),
|
|
971
|
+
/* @__PURE__ */ jsx61("path", { fill: "#2E2E2E", d: "M16.375 11.2188H7.625V10.2812H16.375V11.2188Z" }),
|
|
972
|
+
/* @__PURE__ */ jsx61("path", { fill: "#2E2E2E", d: "M7.625 13.7188H16.375V12.7812H7.625V13.7188Z" }),
|
|
973
|
+
/* @__PURE__ */ jsx61(
|
|
858
974
|
"path",
|
|
859
975
|
{
|
|
860
976
|
fill: "#2E2E2E",
|
|
@@ -864,9 +980,9 @@ var IconFiletypeTxtLumiFilled = ({ size, width, height, color, className, fill,
|
|
|
864
980
|
] }), FiletypeTxtLumiFilled_default = IconFiletypeTxtLumiFilled;
|
|
865
981
|
|
|
866
982
|
// src/components/FiletypeWordFilled.tsx
|
|
867
|
-
import { jsx as
|
|
868
|
-
var IconFiletypeWordFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
869
|
-
/* @__PURE__ */
|
|
983
|
+
import { jsx as jsx62, jsxs as jsxs27 } from "react/jsx-runtime";
|
|
984
|
+
var IconFiletypeWordFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs27("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
985
|
+
/* @__PURE__ */ jsx62("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ jsx62(
|
|
870
986
|
"path",
|
|
871
987
|
{
|
|
872
988
|
fill: "#0072FF",
|
|
@@ -874,14 +990,14 @@ var IconFiletypeWordFilled = ({ size, width, height, color, className, fill, str
|
|
|
874
990
|
style: { opacity: 0.3 }
|
|
875
991
|
}
|
|
876
992
|
) }),
|
|
877
|
-
/* @__PURE__ */
|
|
993
|
+
/* @__PURE__ */ jsx62(
|
|
878
994
|
"path",
|
|
879
995
|
{
|
|
880
996
|
fill: "#0072FF",
|
|
881
997
|
d: "M8.09258 8L9.69258 16H10.8121L12 9.56557L13.1879 16H14.3074L15.9074 8H15.1426L13.7547 14.9392L12.4736 8H11.5264L10.2453 14.9392L8.85743 8H8.09258Z"
|
|
882
998
|
}
|
|
883
999
|
),
|
|
884
|
-
/* @__PURE__ */
|
|
1000
|
+
/* @__PURE__ */ jsx62(
|
|
885
1001
|
"path",
|
|
886
1002
|
{
|
|
887
1003
|
fill: "#0072FF",
|
|
@@ -891,9 +1007,9 @@ var IconFiletypeWordFilled = ({ size, width, height, color, className, fill, str
|
|
|
891
1007
|
] }), FiletypeWordFilled_default = IconFiletypeWordFilled;
|
|
892
1008
|
|
|
893
1009
|
// src/components/FiletypeWordLumiFilled.tsx
|
|
894
|
-
import { jsx as
|
|
895
|
-
var IconFiletypeWordLumiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
896
|
-
/* @__PURE__ */
|
|
1010
|
+
import { jsx as jsx63, jsxs as jsxs28 } from "react/jsx-runtime";
|
|
1011
|
+
var IconFiletypeWordLumiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs28("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1012
|
+
/* @__PURE__ */ jsx63("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ jsx63(
|
|
897
1013
|
"path",
|
|
898
1014
|
{
|
|
899
1015
|
fill: "#2E2E2E",
|
|
@@ -901,14 +1017,14 @@ var IconFiletypeWordLumiFilled = ({ size, width, height, color, className, fill,
|
|
|
901
1017
|
style: { opacity: 0.3 }
|
|
902
1018
|
}
|
|
903
1019
|
) }),
|
|
904
|
-
/* @__PURE__ */
|
|
1020
|
+
/* @__PURE__ */ jsx63(
|
|
905
1021
|
"path",
|
|
906
1022
|
{
|
|
907
1023
|
fill: "#2E2E2E",
|
|
908
1024
|
d: "M8.09257 8L9.69257 16H10.8121L12 9.56557L13.1879 16H14.3074L15.9074 8H15.1426L13.7547 14.9392L12.4736 8H11.5264L10.2453 14.9392L8.85742 8H8.09257Z"
|
|
909
1025
|
}
|
|
910
1026
|
),
|
|
911
|
-
/* @__PURE__ */
|
|
1027
|
+
/* @__PURE__ */ jsx63(
|
|
912
1028
|
"path",
|
|
913
1029
|
{
|
|
914
1030
|
fill: "#2E2E2E",
|
|
@@ -918,9 +1034,9 @@ var IconFiletypeWordLumiFilled = ({ size, width, height, color, className, fill,
|
|
|
918
1034
|
] }), FiletypeWordLumiFilled_default = IconFiletypeWordLumiFilled;
|
|
919
1035
|
|
|
920
1036
|
// src/components/Fillin.tsx
|
|
921
|
-
import { jsx as
|
|
922
|
-
var IconFillin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
923
|
-
/* @__PURE__ */
|
|
1037
|
+
import { jsx as jsx64, jsxs as jsxs29 } from "react/jsx-runtime";
|
|
1038
|
+
var IconFillin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs29("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1039
|
+
/* @__PURE__ */ jsx64("g", { clipPath: "url(#clip0_491_23)", children: /* @__PURE__ */ jsx64(
|
|
924
1040
|
"path",
|
|
925
1041
|
{
|
|
926
1042
|
fill: stroke || color || "currentColor",
|
|
@@ -929,7 +1045,7 @@ var IconFillin = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
929
1045
|
clipRule: "evenodd"
|
|
930
1046
|
}
|
|
931
1047
|
) }),
|
|
932
|
-
/* @__PURE__ */
|
|
1048
|
+
/* @__PURE__ */ jsx64("defs", { children: /* @__PURE__ */ jsx64("clipPath", { id: "clip0_491_23", children: /* @__PURE__ */ jsx64(
|
|
933
1049
|
"rect",
|
|
934
1050
|
{
|
|
935
1051
|
width: "24",
|
|
@@ -941,36 +1057,36 @@ var IconFillin = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
941
1057
|
] }), Fillin_default = IconFillin;
|
|
942
1058
|
|
|
943
1059
|
// src/components/FoldedMenu.tsx
|
|
944
|
-
import { jsx as
|
|
945
|
-
var IconFoldedMenu = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
946
|
-
/* @__PURE__ */
|
|
947
|
-
/* @__PURE__ */
|
|
948
|
-
/* @__PURE__ */
|
|
949
|
-
/* @__PURE__ */
|
|
1060
|
+
import { jsx as jsx65, jsxs as jsxs30 } from "react/jsx-runtime";
|
|
1061
|
+
var IconFoldedMenu = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs30("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1062
|
+
/* @__PURE__ */ jsx65("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H22.5V1.5H1.5V3.75Z" }),
|
|
1063
|
+
/* @__PURE__ */ jsx65("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H22.5V20.25H1.5V22.5Z" }),
|
|
1064
|
+
/* @__PURE__ */ jsx65("path", { fill: stroke || color || "currentColor", d: "M22.5 10.125H1.5V7.875H22.5V10.125Z" }),
|
|
1065
|
+
/* @__PURE__ */ jsx65("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H22.5V13.875H1.5V16.125Z" })
|
|
950
1066
|
] }), FoldedMenu_default = IconFoldedMenu;
|
|
951
1067
|
|
|
952
1068
|
// src/components/FullScreen.tsx
|
|
953
|
-
import { jsx as
|
|
954
|
-
var IconFullScreen = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
955
|
-
/* @__PURE__ */
|
|
956
|
-
/* @__PURE__ */
|
|
957
|
-
/* @__PURE__ */
|
|
958
|
-
/* @__PURE__ */
|
|
1069
|
+
import { jsx as jsx66, jsxs as jsxs31 } from "react/jsx-runtime";
|
|
1070
|
+
var IconFullScreen = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs31("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1071
|
+
/* @__PURE__ */ jsx66("path", { fill: stroke || color || "currentColor", d: "M3.25 14V20.75H10V23H1V14H3.25Z" }),
|
|
1072
|
+
/* @__PURE__ */ jsx66("path", { fill: stroke || color || "currentColor", d: "M23 23H14V20.75H20.75V14H23V23Z" }),
|
|
1073
|
+
/* @__PURE__ */ jsx66("path", { fill: stroke || color || "currentColor", d: "M10 3.25H3.25V10H1V1H10V3.25Z" }),
|
|
1074
|
+
/* @__PURE__ */ jsx66("path", { fill: stroke || color || "currentColor", d: "M23 10H20.75V3.25H14V1H23V10Z" })
|
|
959
1075
|
] }), FullScreen_default = IconFullScreen;
|
|
960
1076
|
|
|
961
1077
|
// src/components/GameFilled.tsx
|
|
962
|
-
import { jsx as
|
|
963
|
-
var IconGameFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
964
|
-
/* @__PURE__ */
|
|
965
|
-
/* @__PURE__ */
|
|
966
|
-
/* @__PURE__ */
|
|
1078
|
+
import { jsx as jsx67, jsxs as jsxs32 } from "react/jsx-runtime";
|
|
1079
|
+
var IconGameFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs32("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1080
|
+
/* @__PURE__ */ jsx67("path", { fill: fill || color || "currentColor", d: "M7.5 0H16.5V5.37868L12 9.87868L7.5 5.37868V0Z" }),
|
|
1081
|
+
/* @__PURE__ */ jsx67("path", { fill: fill || color || "currentColor", d: "M5.37868 7.5H0V16.5H5.37868L9.87868 12L5.37868 7.5Z" }),
|
|
1082
|
+
/* @__PURE__ */ jsx67(
|
|
967
1083
|
"path",
|
|
968
1084
|
{
|
|
969
1085
|
fill: fill || color || "currentColor",
|
|
970
1086
|
d: "M7.5 18.6213V24H16.5V18.6213L12 14.1213L7.5 18.6213Z"
|
|
971
1087
|
}
|
|
972
1088
|
),
|
|
973
|
-
/* @__PURE__ */
|
|
1089
|
+
/* @__PURE__ */ jsx67(
|
|
974
1090
|
"path",
|
|
975
1091
|
{
|
|
976
1092
|
fill: fill || color || "currentColor",
|
|
@@ -980,9 +1096,9 @@ var IconGameFilled = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
980
1096
|
] }), GameFilled_default = IconGameFilled;
|
|
981
1097
|
|
|
982
1098
|
// src/components/Game.tsx
|
|
983
|
-
import { jsx as
|
|
984
|
-
var IconGame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
985
|
-
/* @__PURE__ */
|
|
1099
|
+
import { jsx as jsx68, jsxs as jsxs33 } from "react/jsx-runtime";
|
|
1100
|
+
var IconGame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs33("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1101
|
+
/* @__PURE__ */ jsx68(
|
|
986
1102
|
"path",
|
|
987
1103
|
{
|
|
988
1104
|
fill: stroke || color || "currentColor",
|
|
@@ -991,7 +1107,7 @@ var IconGame = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
991
1107
|
clipRule: "evenodd"
|
|
992
1108
|
}
|
|
993
1109
|
),
|
|
994
|
-
/* @__PURE__ */
|
|
1110
|
+
/* @__PURE__ */ jsx68(
|
|
995
1111
|
"path",
|
|
996
1112
|
{
|
|
997
1113
|
fill: stroke || color || "currentColor",
|
|
@@ -1000,7 +1116,7 @@ var IconGame = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
1000
1116
|
clipRule: "evenodd"
|
|
1001
1117
|
}
|
|
1002
1118
|
),
|
|
1003
|
-
/* @__PURE__ */
|
|
1119
|
+
/* @__PURE__ */ jsx68(
|
|
1004
1120
|
"path",
|
|
1005
1121
|
{
|
|
1006
1122
|
fill: stroke || color || "currentColor",
|
|
@@ -1009,7 +1125,7 @@ var IconGame = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
1009
1125
|
clipRule: "evenodd"
|
|
1010
1126
|
}
|
|
1011
1127
|
),
|
|
1012
|
-
/* @__PURE__ */
|
|
1128
|
+
/* @__PURE__ */ jsx68(
|
|
1013
1129
|
"path",
|
|
1014
1130
|
{
|
|
1015
1131
|
fill: stroke || color || "currentColor",
|
|
@@ -1021,8 +1137,8 @@ var IconGame = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
1021
1137
|
] }), Game_default = IconGame;
|
|
1022
1138
|
|
|
1023
1139
|
// src/components/GamebackupFilled.tsx
|
|
1024
|
-
import { jsx as
|
|
1025
|
-
var IconGamebackupFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1140
|
+
import { jsx as jsx69 } from "react/jsx-runtime";
|
|
1141
|
+
var IconGamebackupFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx69("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx69(
|
|
1026
1142
|
"path",
|
|
1027
1143
|
{
|
|
1028
1144
|
fill: fill || color || "currentColor",
|
|
@@ -1033,8 +1149,8 @@ var IconGamebackupFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1033
1149
|
) }), GamebackupFilled_default = IconGamebackupFilled;
|
|
1034
1150
|
|
|
1035
1151
|
// src/components/Gamebackup.tsx
|
|
1036
|
-
import { jsx as
|
|
1037
|
-
var IconGamebackup = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1152
|
+
import { jsx as jsx70 } from "react/jsx-runtime";
|
|
1153
|
+
var IconGamebackup = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx70("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx70(
|
|
1038
1154
|
"path",
|
|
1039
1155
|
{
|
|
1040
1156
|
fill: stroke || color || "currentColor",
|
|
@@ -1045,20 +1161,20 @@ var IconGamebackup = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
1045
1161
|
) }), Gamebackup_default = IconGamebackup;
|
|
1046
1162
|
|
|
1047
1163
|
// src/components/GamecontrolChoice.tsx
|
|
1048
|
-
import { jsx as
|
|
1049
|
-
var IconGamecontrolChoice = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1164
|
+
import { jsx as jsx71 } from "react/jsx-runtime";
|
|
1165
|
+
var IconGamecontrolChoice = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx71("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx71(
|
|
1050
1166
|
"path",
|
|
1051
1167
|
{
|
|
1052
1168
|
fill: stroke || color || "currentColor",
|
|
1053
|
-
d: "
|
|
1169
|
+
d: "M22.5 4.125C22.5 6.01317 21.2314 7.60503 19.5 8.09473V13.5H6.75V15.9053C8.48138 16.395 9.75 17.9868 9.75 19.875C9.75 22.1532 7.90317 24 5.625 24C3.34683 24 1.5 22.1532 1.5 19.875C1.5 17.9868 2.76862 16.395 4.5 15.9053V8.09473C2.76862 7.60503 1.5 6.01317 1.5 4.125C1.5 1.84683 3.34683 0 5.625 0C7.90317 0 9.75 1.84683 9.75 4.125C9.75 6.01317 8.48138 7.60503 6.75 8.09473V11.25H17.25V8.09473C15.5186 7.60503 14.25 6.01317 14.25 4.125C14.25 1.84683 16.0968 0 18.375 0C20.6532 0 22.5 1.84683 22.5 4.125ZM18.375 6C19.4105 6 20.25 5.16053 20.25 4.125C20.25 3.08947 19.4105 2.25 18.375 2.25C17.3395 2.25 16.5 3.08947 16.5 4.125C16.5 5.16053 17.3395 6 18.375 6ZM7.5 19.875C7.5 20.9105 6.66053 21.75 5.625 21.75C4.58947 21.75 3.75 20.9105 3.75 19.875C3.75 18.8395 4.58947 18 5.625 18C6.66053 18 7.5 18.8395 7.5 19.875ZM7.5 4.125C7.5 5.16053 6.66053 6 5.625 6C4.58947 6 3.75 5.16053 3.75 4.125C3.75 3.08947 4.58947 2.25 5.625 2.25C6.66053 2.25 7.5 3.08947 7.5 4.125Z",
|
|
1054
1170
|
fillRule: "evenodd",
|
|
1055
1171
|
clipRule: "evenodd"
|
|
1056
1172
|
}
|
|
1057
1173
|
) }), GamecontrolChoice_default = IconGamecontrolChoice;
|
|
1058
1174
|
|
|
1059
1175
|
// src/components/GamecontrolGameplay.tsx
|
|
1060
|
-
import { jsx as
|
|
1061
|
-
var IconGamecontrolGameplay = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1176
|
+
import { jsx as jsx72 } from "react/jsx-runtime";
|
|
1177
|
+
var IconGamecontrolGameplay = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx72("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx72(
|
|
1062
1178
|
"path",
|
|
1063
1179
|
{
|
|
1064
1180
|
fill: stroke || color || "currentColor",
|
|
@@ -1069,8 +1185,8 @@ var IconGamecontrolGameplay = ({ size, width, height, color, className, fill, st
|
|
|
1069
1185
|
) }), GamecontrolGameplay_default = IconGamecontrolGameplay;
|
|
1070
1186
|
|
|
1071
1187
|
// src/components/GamecontrolLinear.tsx
|
|
1072
|
-
import { jsx as
|
|
1073
|
-
var IconGamecontrolLinear = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1188
|
+
import { jsx as jsx73 } from "react/jsx-runtime";
|
|
1189
|
+
var IconGamecontrolLinear = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx73("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx73(
|
|
1074
1190
|
"path",
|
|
1075
1191
|
{
|
|
1076
1192
|
fill: stroke || color || "currentColor",
|
|
@@ -1081,16 +1197,16 @@ var IconGamecontrolLinear = ({ size, width, height, color, className, fill, stro
|
|
|
1081
1197
|
) }), GamecontrolLinear_default = IconGamecontrolLinear;
|
|
1082
1198
|
|
|
1083
1199
|
// src/components/GamecontrolNone.tsx
|
|
1084
|
-
import { jsx as
|
|
1085
|
-
var IconGamecontrolNone = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1086
|
-
/* @__PURE__ */
|
|
1200
|
+
import { jsx as jsx74, jsxs as jsxs34 } from "react/jsx-runtime";
|
|
1201
|
+
var IconGamecontrolNone = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs34("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1202
|
+
/* @__PURE__ */ jsx74(
|
|
1087
1203
|
"path",
|
|
1088
1204
|
{
|
|
1089
1205
|
fill: stroke || color || "currentColor",
|
|
1090
1206
|
d: "M12 13.5C12.8284 13.5 13.5 12.8284 13.5 12C13.5 11.1716 12.8284 10.5 12 10.5C11.1716 10.5 10.5 11.1716 10.5 12C10.5 12.8284 11.1716 13.5 12 13.5Z"
|
|
1091
1207
|
}
|
|
1092
1208
|
),
|
|
1093
|
-
/* @__PURE__ */
|
|
1209
|
+
/* @__PURE__ */ jsx74(
|
|
1094
1210
|
"path",
|
|
1095
1211
|
{
|
|
1096
1212
|
fill: stroke || color || "currentColor",
|
|
@@ -1099,7 +1215,7 @@ var IconGamecontrolNone = ({ size, width, height, color, className, fill, stroke
|
|
|
1099
1215
|
clipRule: "evenodd"
|
|
1100
1216
|
}
|
|
1101
1217
|
),
|
|
1102
|
-
/* @__PURE__ */
|
|
1218
|
+
/* @__PURE__ */ jsx74(
|
|
1103
1219
|
"path",
|
|
1104
1220
|
{
|
|
1105
1221
|
fill: stroke || color || "currentColor",
|
|
@@ -1111,23 +1227,23 @@ var IconGamecontrolNone = ({ size, width, height, color, className, fill, stroke
|
|
|
1111
1227
|
] }), GamecontrolNone_default = IconGamecontrolNone;
|
|
1112
1228
|
|
|
1113
1229
|
// src/components/GamecontrolTerminal.tsx
|
|
1114
|
-
import { jsx as
|
|
1115
|
-
var IconGamecontrolTerminal = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1116
|
-
/* @__PURE__ */
|
|
1230
|
+
import { jsx as jsx75, jsxs as jsxs35 } from "react/jsx-runtime";
|
|
1231
|
+
var IconGamecontrolTerminal = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs35("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1232
|
+
/* @__PURE__ */ jsx75(
|
|
1117
1233
|
"path",
|
|
1118
1234
|
{
|
|
1119
1235
|
fill: stroke || color || "currentColor",
|
|
1120
1236
|
d: "M14.2893 0.218108L12.2541 2.25325C12.1697 2.25109 12.085 2.25 12 2.25C6.61522 2.25 2.25 6.61522 2.25 12C2.25 17.3848 6.61522 21.75 12 21.75C17.3848 21.75 21.75 17.3848 21.75 12C21.75 11.915 21.7489 11.8303 21.7468 11.7459L23.7819 9.71075C23.925 10.4518 24 11.2171 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C12.7829 0 13.5482 0.0749648 14.2893 0.218108Z"
|
|
1121
1237
|
}
|
|
1122
1238
|
),
|
|
1123
|
-
/* @__PURE__ */
|
|
1239
|
+
/* @__PURE__ */ jsx75(
|
|
1124
1240
|
"path",
|
|
1125
1241
|
{
|
|
1126
1242
|
fill: stroke || color || "currentColor",
|
|
1127
1243
|
d: "M18.7088 12.75L16.4378 12.75C16.0807 14.8783 14.2297 16.5 12 16.5C9.51472 16.5 7.5 14.4853 7.5 12C7.5 9.77025 9.12172 7.91928 11.25 7.56222L11.25 5.2912C7.87504 5.66428 5.25 8.52559 5.25 12C5.25 15.7279 8.27208 18.75 12 18.75C15.4744 18.75 18.3357 16.125 18.7088 12.75Z"
|
|
1128
1244
|
}
|
|
1129
1245
|
),
|
|
1130
|
-
/* @__PURE__ */
|
|
1246
|
+
/* @__PURE__ */ jsx75(
|
|
1131
1247
|
"path",
|
|
1132
1248
|
{
|
|
1133
1249
|
fill: stroke || color || "currentColor",
|
|
@@ -1139,8 +1255,8 @@ var IconGamecontrolTerminal = ({ size, width, height, color, className, fill, st
|
|
|
1139
1255
|
] }), GamecontrolTerminal_default = IconGamecontrolTerminal;
|
|
1140
1256
|
|
|
1141
1257
|
// src/components/Gamelanguage.tsx
|
|
1142
|
-
import { jsx as
|
|
1143
|
-
var IconGamelanguage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1258
|
+
import { jsx as jsx76 } from "react/jsx-runtime";
|
|
1259
|
+
var IconGamelanguage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx76("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx76(
|
|
1144
1260
|
"path",
|
|
1145
1261
|
{
|
|
1146
1262
|
fill: stroke || color || "currentColor",
|
|
@@ -1151,9 +1267,9 @@ var IconGamelanguage = ({ size, width, height, color, className, fill, stroke })
|
|
|
1151
1267
|
) }), Gamelanguage_default = IconGamelanguage;
|
|
1152
1268
|
|
|
1153
1269
|
// src/components/Gamepreview.tsx
|
|
1154
|
-
import { jsx as
|
|
1155
|
-
var IconGamepreview = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1156
|
-
/* @__PURE__ */
|
|
1270
|
+
import { jsx as jsx77, jsxs as jsxs36 } from "react/jsx-runtime";
|
|
1271
|
+
var IconGamepreview = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs36("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1272
|
+
/* @__PURE__ */ jsx77(
|
|
1157
1273
|
"path",
|
|
1158
1274
|
{
|
|
1159
1275
|
fill: stroke || color || "currentColor",
|
|
@@ -1162,7 +1278,7 @@ var IconGamepreview = ({ size, width, height, color, className, fill, stroke })
|
|
|
1162
1278
|
clipRule: "evenodd"
|
|
1163
1279
|
}
|
|
1164
1280
|
),
|
|
1165
|
-
/* @__PURE__ */
|
|
1281
|
+
/* @__PURE__ */ jsx77(
|
|
1166
1282
|
"path",
|
|
1167
1283
|
{
|
|
1168
1284
|
fill: stroke || color || "currentColor",
|
|
@@ -1174,8 +1290,8 @@ var IconGamepreview = ({ size, width, height, color, className, fill, stroke })
|
|
|
1174
1290
|
] }), Gamepreview_default = IconGamepreview;
|
|
1175
1291
|
|
|
1176
1292
|
// src/components/Gameui.tsx
|
|
1177
|
-
import { jsx as
|
|
1178
|
-
var IconGameui = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1293
|
+
import { jsx as jsx78 } from "react/jsx-runtime";
|
|
1294
|
+
var IconGameui = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx78("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx78(
|
|
1179
1295
|
"path",
|
|
1180
1296
|
{
|
|
1181
1297
|
fill: stroke || color || "currentColor",
|
|
@@ -1186,37 +1302,56 @@ var IconGameui = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
1186
1302
|
) }), Gameui_default = IconGameui;
|
|
1187
1303
|
|
|
1188
1304
|
// src/components/Gameuivariable.tsx
|
|
1189
|
-
import { jsx as
|
|
1190
|
-
var IconGameuivariable = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1191
|
-
/* @__PURE__ */
|
|
1305
|
+
import { jsx as jsx79, jsxs as jsxs37 } from "react/jsx-runtime";
|
|
1306
|
+
var IconGameuivariable = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs37("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1307
|
+
/* @__PURE__ */ jsx79(
|
|
1192
1308
|
"path",
|
|
1193
1309
|
{
|
|
1194
1310
|
fill: fill || color || "currentColor",
|
|
1195
|
-
d: "M24 12L22.
|
|
1311
|
+
d: "M24 12L22.7363 13.2617C22.147 12.6727 21.4486 12.1931 20.6738 11.8555L17.2051 8.38672L13.5918 12L14.126 12.5342C13.5101 12.9715 12.9715 13.5101 12.5342 14.126L12 13.5918L8.38672 17.2051L11.8555 20.6738C12.1931 21.4486 12.6726 22.147 13.2617 22.7363L12 24L0 12L12 0L24 12ZM3.18164 12L6.79492 15.6133L10.4082 12L6.79492 8.38672L3.18164 12ZM8.38672 6.79492L12 10.4082L15.6133 6.79492L12 3.18164L8.38672 6.79492Z",
|
|
1196
1312
|
fillRule: "evenodd",
|
|
1197
1313
|
clipRule: "evenodd"
|
|
1198
1314
|
}
|
|
1199
1315
|
),
|
|
1200
|
-
/* @__PURE__ */
|
|
1316
|
+
/* @__PURE__ */ jsx79(
|
|
1201
1317
|
"path",
|
|
1202
1318
|
{
|
|
1203
1319
|
fill: stroke || color || "currentColor",
|
|
1204
|
-
d: "
|
|
1320
|
+
d: "M18 12C21.3137 12 24 14.6863 24 18C24 21.3137 21.3137 24 18 24C14.6863 24 12 21.3137 12 18C12 14.6863 14.6863 12 18 12ZM17.2922 18.6773L15.082 16.3781L13.9992 17.5406L17.2922 21L22.0008 16.1602L20.918 15L17.2922 18.6773Z"
|
|
1205
1321
|
}
|
|
1206
1322
|
)
|
|
1207
1323
|
] }), Gameuivariable_default = IconGameuivariable;
|
|
1208
1324
|
|
|
1325
|
+
// src/components/Gameuivariable2.tsx
|
|
1326
|
+
import { jsx as jsx80, jsxs as jsxs38 } from "react/jsx-runtime";
|
|
1327
|
+
var IconGameuivariable2 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs38("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1328
|
+
/* @__PURE__ */ jsx80(
|
|
1329
|
+
"path",
|
|
1330
|
+
{
|
|
1331
|
+
fill: fill || color || "currentColor",
|
|
1332
|
+
d: "M21.3496 9.34961L19.7578 10.9404L17.2041 8.38672L13.5908 12L13.5918 12.001L12.001 13.5918L12 13.5908L8.38672 17.2041L12 20.8184L14.5127 18.3037L16.1045 19.8955L12 24L0 12L12 0L21.3496 9.34961ZM3.18164 12L6.7959 15.6133L10.4092 12L6.7959 8.38672L3.18164 12ZM8.38672 6.7959L12 10.4092L15.6133 6.7959L12 3.18164L8.38672 6.7959Z"
|
|
1333
|
+
}
|
|
1334
|
+
),
|
|
1335
|
+
/* @__PURE__ */ jsx80(
|
|
1336
|
+
"path",
|
|
1337
|
+
{
|
|
1338
|
+
fill: stroke || color || "currentColor",
|
|
1339
|
+
d: "M24 12L17.5 18.8L13 14.6L14.6 13L17.5 15.7L22.4 10.5L24 12Z"
|
|
1340
|
+
}
|
|
1341
|
+
)
|
|
1342
|
+
] }), Gameuivariable2_default = IconGameuivariable2;
|
|
1343
|
+
|
|
1209
1344
|
// src/components/GenerateMultimage.tsx
|
|
1210
|
-
import { jsx as
|
|
1211
|
-
var IconGenerateMultimage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1212
|
-
/* @__PURE__ */
|
|
1345
|
+
import { jsx as jsx81, jsxs as jsxs39 } from "react/jsx-runtime";
|
|
1346
|
+
var IconGenerateMultimage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs39("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1347
|
+
/* @__PURE__ */ jsx81(
|
|
1213
1348
|
"path",
|
|
1214
1349
|
{
|
|
1215
1350
|
fill: stroke || color || "currentColor",
|
|
1216
1351
|
d: "M12 7.5C12.8284 7.5 13.5 6.82843 13.5 6C13.5 5.17157 12.8284 4.5 12 4.5C11.1716 4.5 10.5 5.17157 10.5 6C10.5 6.82843 11.1716 7.5 12 7.5Z"
|
|
1217
1352
|
}
|
|
1218
1353
|
),
|
|
1219
|
-
/* @__PURE__ */
|
|
1354
|
+
/* @__PURE__ */ jsx81(
|
|
1220
1355
|
"path",
|
|
1221
1356
|
{
|
|
1222
1357
|
fill: stroke || color || "currentColor",
|
|
@@ -1225,12 +1360,12 @@ var IconGenerateMultimage = ({ size, width, height, color, className, fill, stro
|
|
|
1225
1360
|
clipRule: "evenodd"
|
|
1226
1361
|
}
|
|
1227
1362
|
),
|
|
1228
|
-
/* @__PURE__ */
|
|
1363
|
+
/* @__PURE__ */ jsx81("path", { fill: stroke || color || "currentColor", d: "M0 6V24H18V21.75H2.25V6H0Z" })
|
|
1229
1364
|
] }), GenerateMultimage_default = IconGenerateMultimage;
|
|
1230
1365
|
|
|
1231
1366
|
// src/components/GenerateFilled.tsx
|
|
1232
|
-
import { jsx as
|
|
1233
|
-
var IconGenerateFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1367
|
+
import { jsx as jsx82 } from "react/jsx-runtime";
|
|
1368
|
+
var IconGenerateFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx82("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx82(
|
|
1234
1369
|
"path",
|
|
1235
1370
|
{
|
|
1236
1371
|
fill: fill || color || "currentColor",
|
|
@@ -1241,16 +1376,16 @@ var IconGenerateFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
1241
1376
|
) }), GenerateFilled_default = IconGenerateFilled;
|
|
1242
1377
|
|
|
1243
1378
|
// src/components/GenerateFrameStart.tsx
|
|
1244
|
-
import { jsx as
|
|
1245
|
-
var IconGenerateFrameStart = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1246
|
-
/* @__PURE__ */
|
|
1379
|
+
import { jsx as jsx83, jsxs as jsxs40 } from "react/jsx-runtime";
|
|
1380
|
+
var IconGenerateFrameStart = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs40("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1381
|
+
/* @__PURE__ */ jsx83(
|
|
1247
1382
|
"path",
|
|
1248
1383
|
{
|
|
1249
1384
|
fill: stroke || color || "currentColor",
|
|
1250
1385
|
d: "M8.625 9.75C9.66053 9.75 10.5 8.91053 10.5 7.875C10.5 6.83947 9.66053 6 8.625 6C7.58947 6 6.75 6.83947 6.75 7.875C6.75 8.91053 7.58947 9.75 8.625 9.75Z"
|
|
1251
1386
|
}
|
|
1252
1387
|
),
|
|
1253
|
-
/* @__PURE__ */
|
|
1388
|
+
/* @__PURE__ */ jsx83(
|
|
1254
1389
|
"path",
|
|
1255
1390
|
{
|
|
1256
1391
|
fill: stroke || color || "currentColor",
|
|
@@ -1262,9 +1397,9 @@ var IconGenerateFrameStart = ({ size, width, height, color, className, fill, str
|
|
|
1262
1397
|
] }), GenerateFrameStart_default = IconGenerateFrameStart;
|
|
1263
1398
|
|
|
1264
1399
|
// src/components/GenerateFrameStart2End.tsx
|
|
1265
|
-
import { jsx as
|
|
1266
|
-
var IconGenerateFrameStart2End = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1267
|
-
/* @__PURE__ */
|
|
1400
|
+
import { jsx as jsx84, jsxs as jsxs41 } from "react/jsx-runtime";
|
|
1401
|
+
var IconGenerateFrameStart2End = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs41("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1402
|
+
/* @__PURE__ */ jsx84(
|
|
1268
1403
|
"path",
|
|
1269
1404
|
{
|
|
1270
1405
|
fill: stroke || color || "currentColor",
|
|
@@ -1273,14 +1408,14 @@ var IconGenerateFrameStart2End = ({ size, width, height, color, className, fill,
|
|
|
1273
1408
|
clipRule: "evenodd"
|
|
1274
1409
|
}
|
|
1275
1410
|
),
|
|
1276
|
-
/* @__PURE__ */
|
|
1411
|
+
/* @__PURE__ */ jsx84(
|
|
1277
1412
|
"path",
|
|
1278
1413
|
{
|
|
1279
1414
|
fill: stroke || color || "currentColor",
|
|
1280
1415
|
d: "M4.74981 7.49969C5.5782 7.49969 6.24975 6.82815 6.24975 5.99976C6.24975 5.17136 5.5782 4.49982 4.74981 4.49982C3.92141 4.49982 3.24987 5.17136 3.24987 5.99976C3.24987 6.82815 3.92141 7.49969 4.74981 7.49969Z"
|
|
1281
1416
|
}
|
|
1282
1417
|
),
|
|
1283
|
-
/* @__PURE__ */
|
|
1418
|
+
/* @__PURE__ */ jsx84(
|
|
1284
1419
|
"path",
|
|
1285
1420
|
{
|
|
1286
1421
|
fill: stroke || color || "currentColor",
|
|
@@ -1292,9 +1427,9 @@ var IconGenerateFrameStart2End = ({ size, width, height, color, className, fill,
|
|
|
1292
1427
|
] }), GenerateFrameStart2End_default = IconGenerateFrameStart2End;
|
|
1293
1428
|
|
|
1294
1429
|
// src/components/GenerateSwitchframe.tsx
|
|
1295
|
-
import { jsx as
|
|
1296
|
-
var IconGenerateSwitchframe = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1297
|
-
/* @__PURE__ */
|
|
1430
|
+
import { jsx as jsx85, jsxs as jsxs42 } from "react/jsx-runtime";
|
|
1431
|
+
var IconGenerateSwitchframe = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs42("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1432
|
+
/* @__PURE__ */ jsx85(
|
|
1298
1433
|
"path",
|
|
1299
1434
|
{
|
|
1300
1435
|
fill: stroke || color || "currentColor",
|
|
@@ -1303,7 +1438,7 @@ var IconGenerateSwitchframe = ({ size, width, height, color, className, fill, st
|
|
|
1303
1438
|
clipRule: "evenodd"
|
|
1304
1439
|
}
|
|
1305
1440
|
),
|
|
1306
|
-
/* @__PURE__ */
|
|
1441
|
+
/* @__PURE__ */ jsx85(
|
|
1307
1442
|
"path",
|
|
1308
1443
|
{
|
|
1309
1444
|
fill: stroke || color || "currentColor",
|
|
@@ -1315,16 +1450,16 @@ var IconGenerateSwitchframe = ({ size, width, height, color, className, fill, st
|
|
|
1315
1450
|
] }), GenerateSwitchframe_default = IconGenerateSwitchframe;
|
|
1316
1451
|
|
|
1317
1452
|
// src/components/GenerateT2V.tsx
|
|
1318
|
-
import { jsx as
|
|
1319
|
-
var IconGenerateT2V = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1320
|
-
/* @__PURE__ */
|
|
1453
|
+
import { jsx as jsx86, jsxs as jsxs43 } from "react/jsx-runtime";
|
|
1454
|
+
var IconGenerateT2V = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs43("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1455
|
+
/* @__PURE__ */ jsx86(
|
|
1321
1456
|
"path",
|
|
1322
1457
|
{
|
|
1323
1458
|
fill: stroke || color || "currentColor",
|
|
1324
1459
|
d: "M6 6V10.5H8.25V8.25H10.875V15.75H8.25V18H15.75V15.75H13.125V8.25H15.75V10.5H18V6H6Z"
|
|
1325
1460
|
}
|
|
1326
1461
|
),
|
|
1327
|
-
/* @__PURE__ */
|
|
1462
|
+
/* @__PURE__ */ jsx86(
|
|
1328
1463
|
"path",
|
|
1329
1464
|
{
|
|
1330
1465
|
fill: stroke || color || "currentColor",
|
|
@@ -1336,27 +1471,26 @@ var IconGenerateT2V = ({ size, width, height, color, className, fill, stroke })
|
|
|
1336
1471
|
] }), GenerateT2V_default = IconGenerateT2V;
|
|
1337
1472
|
|
|
1338
1473
|
// src/components/Generate.tsx
|
|
1339
|
-
import { jsx as
|
|
1340
|
-
var IconGenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1474
|
+
import { jsx as jsx87 } from "react/jsx-runtime";
|
|
1475
|
+
var IconGenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx87("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx87(
|
|
1341
1476
|
"path",
|
|
1342
1477
|
{
|
|
1343
|
-
|
|
1344
|
-
d: "
|
|
1345
|
-
strokeWidth: "2.2"
|
|
1478
|
+
fill: stroke || color || "currentColor",
|
|
1479
|
+
d: "M13.0908 0L16.3633 7.63672L24 10.9092V13.0908L16.3633 16.3633L13.0908 24H10.9092L7.63672 16.3633L0 13.0908V10.9092L7.63672 7.63672L10.9092 0H13.0908ZM9.31152 9.31152L3.03906 12L9.31152 14.6885L12 20.96L14.6885 14.6885L20.96 12L14.6885 9.31152L12 3.03906L9.31152 9.31152Z"
|
|
1346
1480
|
}
|
|
1347
1481
|
) }), Generate_default = IconGenerate;
|
|
1348
1482
|
|
|
1349
1483
|
// src/components/GenreAuto.tsx
|
|
1350
|
-
import { jsx as
|
|
1351
|
-
var IconGenreAuto = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1352
|
-
/* @__PURE__ */
|
|
1484
|
+
import { jsx as jsx88, jsxs as jsxs44 } from "react/jsx-runtime";
|
|
1485
|
+
var IconGenreAuto = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs44("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1486
|
+
/* @__PURE__ */ jsx88(
|
|
1353
1487
|
"path",
|
|
1354
1488
|
{
|
|
1355
1489
|
fill: stroke || color || "currentColor",
|
|
1356
1490
|
d: "M18.375 6.375V10.5H16.125V6.375H12V4.125H16.125V0H18.375V4.125H22.5V6.375H18.375Z"
|
|
1357
1491
|
}
|
|
1358
1492
|
),
|
|
1359
|
-
/* @__PURE__ */
|
|
1493
|
+
/* @__PURE__ */ jsx88(
|
|
1360
1494
|
"path",
|
|
1361
1495
|
{
|
|
1362
1496
|
fill: stroke || color || "currentColor",
|
|
@@ -1365,15 +1499,15 @@ var IconGenreAuto = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
1365
1499
|
clipRule: "evenodd"
|
|
1366
1500
|
}
|
|
1367
1501
|
),
|
|
1368
|
-
/* @__PURE__ */
|
|
1369
|
-
/* @__PURE__ */
|
|
1502
|
+
/* @__PURE__ */ jsx88("path", { fill: stroke || color || "currentColor", d: "M3.75 0.75L1.5 3L3.75 5.25L6 3L3.75 0.75Z" }),
|
|
1503
|
+
/* @__PURE__ */ jsx88(
|
|
1370
1504
|
"path",
|
|
1371
1505
|
{
|
|
1372
1506
|
fill: stroke || color || "currentColor",
|
|
1373
1507
|
d: "M18 21.75L20.25 19.5L22.5 21.75L20.25 24L18 21.75Z"
|
|
1374
1508
|
}
|
|
1375
1509
|
),
|
|
1376
|
-
/* @__PURE__ */
|
|
1510
|
+
/* @__PURE__ */ jsx88(
|
|
1377
1511
|
"path",
|
|
1378
1512
|
{
|
|
1379
1513
|
fill: stroke || color || "currentColor",
|
|
@@ -1383,23 +1517,23 @@ var IconGenreAuto = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
1383
1517
|
] }), GenreAuto_default = IconGenreAuto;
|
|
1384
1518
|
|
|
1385
1519
|
// src/components/GenreComedy.tsx
|
|
1386
|
-
import { jsx as
|
|
1387
|
-
var IconGenreComedy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1388
|
-
/* @__PURE__ */
|
|
1520
|
+
import { jsx as jsx89, jsxs as jsxs45 } from "react/jsx-runtime";
|
|
1521
|
+
var IconGenreComedy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs45("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1522
|
+
/* @__PURE__ */ jsx89(
|
|
1389
1523
|
"path",
|
|
1390
1524
|
{
|
|
1391
1525
|
fill: stroke || color || "currentColor",
|
|
1392
1526
|
d: "M8.25 10.5C9.07843 10.5 9.75 9.82843 9.75 9C9.75 8.17157 9.07843 7.5 8.25 7.5C7.42157 7.5 6.75 8.17157 6.75 9C6.75 9.82843 7.42157 10.5 8.25 10.5Z"
|
|
1393
1527
|
}
|
|
1394
1528
|
),
|
|
1395
|
-
/* @__PURE__ */
|
|
1529
|
+
/* @__PURE__ */ jsx89(
|
|
1396
1530
|
"path",
|
|
1397
1531
|
{
|
|
1398
1532
|
fill: stroke || color || "currentColor",
|
|
1399
1533
|
d: "M17.25 9C17.25 9.82843 16.5784 10.5 15.75 10.5C14.9216 10.5 14.25 9.82843 14.25 9C14.25 8.17157 14.9216 7.5 15.75 7.5C16.5784 7.5 17.25 8.17157 17.25 9Z"
|
|
1400
1534
|
}
|
|
1401
1535
|
),
|
|
1402
|
-
/* @__PURE__ */
|
|
1536
|
+
/* @__PURE__ */ jsx89(
|
|
1403
1537
|
"path",
|
|
1404
1538
|
{
|
|
1405
1539
|
fill: stroke || color || "currentColor",
|
|
@@ -1408,7 +1542,7 @@ var IconGenreComedy = ({ size, width, height, color, className, fill, stroke })
|
|
|
1408
1542
|
clipRule: "evenodd"
|
|
1409
1543
|
}
|
|
1410
1544
|
),
|
|
1411
|
-
/* @__PURE__ */
|
|
1545
|
+
/* @__PURE__ */ jsx89(
|
|
1412
1546
|
"path",
|
|
1413
1547
|
{
|
|
1414
1548
|
fill: stroke || color || "currentColor",
|
|
@@ -1420,8 +1554,8 @@ var IconGenreComedy = ({ size, width, height, color, className, fill, stroke })
|
|
|
1420
1554
|
] }), GenreComedy_default = IconGenreComedy;
|
|
1421
1555
|
|
|
1422
1556
|
// src/components/GenreFantasy.tsx
|
|
1423
|
-
import { jsx as
|
|
1424
|
-
var IconGenreFantasy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1557
|
+
import { jsx as jsx90 } from "react/jsx-runtime";
|
|
1558
|
+
var IconGenreFantasy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx90("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx90(
|
|
1425
1559
|
"path",
|
|
1426
1560
|
{
|
|
1427
1561
|
fill: stroke || color || "currentColor",
|
|
@@ -1432,23 +1566,23 @@ var IconGenreFantasy = ({ size, width, height, color, className, fill, stroke })
|
|
|
1432
1566
|
) }), GenreFantasy_default = IconGenreFantasy;
|
|
1433
1567
|
|
|
1434
1568
|
// src/components/GenreHorror.tsx
|
|
1435
|
-
import { jsx as
|
|
1436
|
-
var IconGenreHorror = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1437
|
-
/* @__PURE__ */
|
|
1569
|
+
import { jsx as jsx91, jsxs as jsxs46 } from "react/jsx-runtime";
|
|
1570
|
+
var IconGenreHorror = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs46("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1571
|
+
/* @__PURE__ */ jsx91(
|
|
1438
1572
|
"path",
|
|
1439
1573
|
{
|
|
1440
1574
|
fill: stroke || color || "currentColor",
|
|
1441
1575
|
d: "M10.5 9C10.5 9.82843 9.82843 10.5 9 10.5C8.17157 10.5 7.5 9.82843 7.5 9C7.5 8.17157 8.17157 7.5 9 7.5C9.82843 7.5 10.5 8.17157 10.5 9Z"
|
|
1442
1576
|
}
|
|
1443
1577
|
),
|
|
1444
|
-
/* @__PURE__ */
|
|
1578
|
+
/* @__PURE__ */ jsx91(
|
|
1445
1579
|
"path",
|
|
1446
1580
|
{
|
|
1447
1581
|
fill: stroke || color || "currentColor",
|
|
1448
1582
|
d: "M15 10.5C15.8284 10.5 16.5 9.82843 16.5 9C16.5 8.17157 15.8284 7.5 15 7.5C14.1716 7.5 13.5 8.17157 13.5 9C13.5 9.82843 14.1716 10.5 15 10.5Z"
|
|
1449
1583
|
}
|
|
1450
1584
|
),
|
|
1451
|
-
/* @__PURE__ */
|
|
1585
|
+
/* @__PURE__ */ jsx91(
|
|
1452
1586
|
"path",
|
|
1453
1587
|
{
|
|
1454
1588
|
fill: stroke || color || "currentColor",
|
|
@@ -1460,8 +1594,8 @@ var IconGenreHorror = ({ size, width, height, color, className, fill, stroke })
|
|
|
1460
1594
|
] }), GenreHorror_default = IconGenreHorror;
|
|
1461
1595
|
|
|
1462
1596
|
// src/components/GenreRomance.tsx
|
|
1463
|
-
import { jsx as
|
|
1464
|
-
var IconGenreRomance = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1597
|
+
import { jsx as jsx92 } from "react/jsx-runtime";
|
|
1598
|
+
var IconGenreRomance = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx92("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx92(
|
|
1465
1599
|
"path",
|
|
1466
1600
|
{
|
|
1467
1601
|
fill: stroke || color || "currentColor",
|
|
@@ -1472,16 +1606,16 @@ var IconGenreRomance = ({ size, width, height, color, className, fill, stroke })
|
|
|
1472
1606
|
) }), GenreRomance_default = IconGenreRomance;
|
|
1473
1607
|
|
|
1474
1608
|
// src/components/GenreScifi.tsx
|
|
1475
|
-
import { jsx as
|
|
1476
|
-
var IconGenreScifi = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1477
|
-
/* @__PURE__ */
|
|
1609
|
+
import { jsx as jsx93, jsxs as jsxs47 } from "react/jsx-runtime";
|
|
1610
|
+
var IconGenreScifi = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs47("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1611
|
+
/* @__PURE__ */ jsx93(
|
|
1478
1612
|
"path",
|
|
1479
1613
|
{
|
|
1480
1614
|
fill: stroke || color || "currentColor",
|
|
1481
1615
|
d: "M17.25 8.25C17.25 9.07843 16.5784 9.75 15.75 9.75C14.9216 9.75 14.25 9.07843 14.25 8.25C14.25 7.42157 14.9216 6.75 15.75 6.75C16.5784 6.75 17.25 7.42157 17.25 8.25Z"
|
|
1482
1616
|
}
|
|
1483
1617
|
),
|
|
1484
|
-
/* @__PURE__ */
|
|
1618
|
+
/* @__PURE__ */ jsx93(
|
|
1485
1619
|
"path",
|
|
1486
1620
|
{
|
|
1487
1621
|
fill: stroke || color || "currentColor",
|
|
@@ -1490,7 +1624,7 @@ var IconGenreScifi = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
1490
1624
|
clipRule: "evenodd"
|
|
1491
1625
|
}
|
|
1492
1626
|
),
|
|
1493
|
-
/* @__PURE__ */
|
|
1627
|
+
/* @__PURE__ */ jsx93(
|
|
1494
1628
|
"path",
|
|
1495
1629
|
{
|
|
1496
1630
|
fill: stroke || color || "currentColor",
|
|
@@ -1500,8 +1634,8 @@ var IconGenreScifi = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
1500
1634
|
] }), GenreScifi_default = IconGenreScifi;
|
|
1501
1635
|
|
|
1502
1636
|
// src/components/GenreSuspense.tsx
|
|
1503
|
-
import { jsx as
|
|
1504
|
-
var IconGenreSuspense = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1637
|
+
import { jsx as jsx94 } from "react/jsx-runtime";
|
|
1638
|
+
var IconGenreSuspense = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx94("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx94(
|
|
1505
1639
|
"path",
|
|
1506
1640
|
{
|
|
1507
1641
|
fill: stroke || color || "currentColor",
|
|
@@ -1512,8 +1646,8 @@ var IconGenreSuspense = ({ size, width, height, color, className, fill, stroke }
|
|
|
1512
1646
|
) }), GenreSuspense_default = IconGenreSuspense;
|
|
1513
1647
|
|
|
1514
1648
|
// src/components/Genre.tsx
|
|
1515
|
-
import { jsx as
|
|
1516
|
-
var IconGenre = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1649
|
+
import { jsx as jsx95 } from "react/jsx-runtime";
|
|
1650
|
+
var IconGenre = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx95("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx95(
|
|
1517
1651
|
"path",
|
|
1518
1652
|
{
|
|
1519
1653
|
fill: stroke || color || "currentColor",
|
|
@@ -1524,9 +1658,9 @@ var IconGenre = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
1524
1658
|
) }), Genre_default = IconGenre;
|
|
1525
1659
|
|
|
1526
1660
|
// src/components/GoogleLogoFilled.tsx
|
|
1527
|
-
import { jsx as
|
|
1528
|
-
var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1529
|
-
/* @__PURE__ */
|
|
1661
|
+
import { jsx as jsx96, jsxs as jsxs48 } from "react/jsx-runtime";
|
|
1662
|
+
var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs48("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
1663
|
+
/* @__PURE__ */ jsx96(
|
|
1530
1664
|
"mask",
|
|
1531
1665
|
{
|
|
1532
1666
|
id: "mask0_48_113",
|
|
@@ -1536,7 +1670,7 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1536
1670
|
y: "0",
|
|
1537
1671
|
maskUnits: "userSpaceOnUse",
|
|
1538
1672
|
style: { maskType: "luminance" },
|
|
1539
|
-
children: /* @__PURE__ */
|
|
1673
|
+
children: /* @__PURE__ */ jsx96(
|
|
1540
1674
|
"path",
|
|
1541
1675
|
{
|
|
1542
1676
|
fill: stroke || color || "currentColor",
|
|
@@ -1545,64 +1679,64 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1545
1679
|
)
|
|
1546
1680
|
}
|
|
1547
1681
|
),
|
|
1548
|
-
/* @__PURE__ */
|
|
1549
|
-
/* @__PURE__ */
|
|
1682
|
+
/* @__PURE__ */ jsxs48("g", { mask: "url(#mask0_48_113)", children: [
|
|
1683
|
+
/* @__PURE__ */ jsx96("g", { filter: "url(#filter0_f_48_113)", children: /* @__PURE__ */ jsx96(
|
|
1550
1684
|
"path",
|
|
1551
1685
|
{
|
|
1552
1686
|
fill: "url(#paint0_radial_48_113)",
|
|
1553
1687
|
d: "M-0.13855 12.0511C-0.125823 13.9626 0.41885 15.9348 1.2433 17.5269V17.5378C1.83901 18.694 2.65317 19.6074 3.58049 20.5123L9.18123 18.4687C8.1216 17.9304 7.95992 17.6006 7.20034 16.9988C6.42411 16.2161 5.84559 15.3175 5.4853 14.2639H5.47079L5.4853 14.253C5.24828 13.5572 5.2249 12.8187 5.21615 12.0511H-0.13855Z"
|
|
1554
1688
|
}
|
|
1555
1689
|
) }),
|
|
1556
|
-
/* @__PURE__ */
|
|
1690
|
+
/* @__PURE__ */ jsx96("g", { filter: "url(#filter1_f_48_113)", children: /* @__PURE__ */ jsx96(
|
|
1557
1691
|
"path",
|
|
1558
1692
|
{
|
|
1559
1693
|
fill: "url(#paint1_radial_48_113)",
|
|
1560
1694
|
d: "M12.2937 -0.116608C11.7402 1.82819 11.9518 3.71859 12.2937 4.81851C12.933 4.81898 13.5488 4.89518 14.1327 5.04699C15.4713 5.395 16.4181 6.08044 16.9983 6.6226L20.5889 3.10649C18.4618 1.15622 15.902 -0.113535 12.2937 -0.116608Z"
|
|
1561
1695
|
}
|
|
1562
1696
|
) }),
|
|
1563
|
-
/* @__PURE__ */
|
|
1697
|
+
/* @__PURE__ */ jsx96("g", { filter: "url(#filter2_f_48_113)", children: /* @__PURE__ */ jsx96(
|
|
1564
1698
|
"path",
|
|
1565
1699
|
{
|
|
1566
1700
|
fill: "url(#paint2_radial_48_113)",
|
|
1567
1701
|
d: "M12.2817 -0.131989C9.56642 -0.132047 7.05954 0.713967 5.00522 2.14376C4.24245 2.67465 3.54248 3.2879 2.91919 3.96986C2.7559 5.50172 4.14151 7.38453 6.88543 7.36895C8.21677 5.8203 10.1858 4.81833 12.3773 4.81833C12.3793 4.81833 12.3813 4.8185 12.3833 4.81851L12.2938 -0.131638C12.2897 -0.131641 12.2858 -0.131989 12.2817 -0.131989Z"
|
|
1568
1702
|
}
|
|
1569
1703
|
) }),
|
|
1570
|
-
/* @__PURE__ */
|
|
1704
|
+
/* @__PURE__ */ jsx96("g", { filter: "url(#filter3_f_48_113)", children: /* @__PURE__ */ jsx96(
|
|
1571
1705
|
"path",
|
|
1572
1706
|
{
|
|
1573
1707
|
fill: "url(#paint3_radial_48_113)",
|
|
1574
1708
|
d: "M21.2438 12.6054L18.8202 14.2704C18.7139 14.9233 18.4749 15.5657 18.1252 16.1513C17.7245 16.8224 17.2292 17.3333 16.7215 17.7223C15.2038 18.8853 13.4353 19.1248 12.2043 19.1258C10.9318 21.293 10.7087 22.3785 12.2938 24.1276C14.2551 24.1262 15.9938 23.7721 17.5275 23.1091C18.6362 22.6299 19.6185 22.0048 20.5078 21.2014C21.6829 20.1399 22.6033 18.8268 23.2315 17.3162C23.8597 15.8056 24.1956 14.0974 24.1956 12.2454L21.2438 12.6054Z"
|
|
1575
1709
|
}
|
|
1576
1710
|
) }),
|
|
1577
|
-
/* @__PURE__ */
|
|
1711
|
+
/* @__PURE__ */ jsx96("g", { filter: "url(#filter4_f_48_113)", children: /* @__PURE__ */ jsx96(
|
|
1578
1712
|
"path",
|
|
1579
1713
|
{
|
|
1580
1714
|
fill: "#3086FF",
|
|
1581
1715
|
d: "M12.1147 9.56912V14.5333H23.7753C23.8778 13.8535 24.217 12.9737 24.217 12.2454C24.217 11.3943 24.1316 10.3547 23.9866 9.56912H12.1147Z"
|
|
1582
1716
|
}
|
|
1583
1717
|
) }),
|
|
1584
|
-
/* @__PURE__ */
|
|
1718
|
+
/* @__PURE__ */ jsx96("g", { filter: "url(#filter5_f_48_113)", children: /* @__PURE__ */ jsx96(
|
|
1585
1719
|
"path",
|
|
1586
1720
|
{
|
|
1587
1721
|
fill: "url(#paint4_radial_48_113)",
|
|
1588
1722
|
d: "M2.97483 3.79462C2.25525 4.58193 1.64051 5.46316 1.1531 6.4162C0.316879 8.0461 -0.140991 10.0276 -0.140991 11.9697C-0.140991 11.997 -0.138726 12.0238 -0.138544 12.0511C0.231793 12.7612 4.97698 12.6252 5.21616 12.0511C5.21586 12.0244 5.21284 11.9982 5.21284 11.9714C5.21284 11.1748 5.34741 10.5877 5.5927 9.8676C5.8953 8.97932 6.36909 8.16135 6.97495 7.45659C7.11229 7.28125 7.47863 6.9043 7.58551 6.6782C7.62622 6.59208 7.5116 6.54374 7.50518 6.51343C7.49801 6.47952 7.34433 6.50679 7.30989 6.48153C7.20057 6.40135 6.98409 6.35947 6.85263 6.32225C6.57166 6.24269 6.10601 6.06725 5.84737 5.88538C5.02982 5.3105 3.75397 4.62381 2.97483 3.79462Z"
|
|
1589
1723
|
}
|
|
1590
1724
|
) }),
|
|
1591
|
-
/* @__PURE__ */
|
|
1725
|
+
/* @__PURE__ */ jsx96("g", { filter: "url(#filter6_f_48_113)", children: /* @__PURE__ */ jsx96(
|
|
1592
1726
|
"path",
|
|
1593
1727
|
{
|
|
1594
1728
|
fill: "url(#paint5_radial_48_113)",
|
|
1595
1729
|
d: "M5.86493 6.51682C7.76074 7.66521 8.30593 5.93717 9.56638 5.39642L7.37379 0.849579C6.56724 1.18857 5.80521 1.60974 5.09815 2.10184C4.04224 2.83676 3.10978 3.73356 2.33951 4.75414L5.86493 6.51682Z"
|
|
1596
1730
|
}
|
|
1597
1731
|
) }),
|
|
1598
|
-
/* @__PURE__ */
|
|
1732
|
+
/* @__PURE__ */ jsx96("g", { filter: "url(#filter7_f_48_113)", children: /* @__PURE__ */ jsx96(
|
|
1599
1733
|
"path",
|
|
1600
1734
|
{
|
|
1601
1735
|
fill: "url(#paint6_radial_48_113)",
|
|
1602
1736
|
d: "M6.63653 18.1174C4.09165 19.0362 3.69324 19.0691 3.45898 20.6463C3.90663 21.0831 4.3876 21.4872 4.8987 21.8536C6.27014 22.8367 8.9082 24.1459 12.282 24.1459C12.286 24.1459 12.2898 24.1456 12.2938 24.1456V19.0381C12.2912 19.0382 12.2883 19.0383 12.2857 19.0383C11.0223 19.0383 10.0128 18.7065 8.97763 18.1294C8.72242 17.9872 8.25938 18.3692 8.02401 18.1984C7.69937 17.9629 6.9181 18.4014 6.63653 18.1174Z"
|
|
1603
1737
|
}
|
|
1604
1738
|
) }),
|
|
1605
|
-
/* @__PURE__ */
|
|
1739
|
+
/* @__PURE__ */ jsx96("g", { filter: "url(#filter8_f_48_113)", style: { opacity: 0.5 }, children: /* @__PURE__ */ jsx96(
|
|
1606
1740
|
"path",
|
|
1607
1741
|
{
|
|
1608
1742
|
fill: "url(#paint7_linear_48_113)",
|
|
@@ -1610,8 +1744,8 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1610
1744
|
}
|
|
1611
1745
|
) })
|
|
1612
1746
|
] }),
|
|
1613
|
-
/* @__PURE__ */
|
|
1614
|
-
/* @__PURE__ */
|
|
1747
|
+
/* @__PURE__ */ jsxs48("defs", { children: [
|
|
1748
|
+
/* @__PURE__ */ jsxs48(
|
|
1615
1749
|
"filter",
|
|
1616
1750
|
{
|
|
1617
1751
|
id: "filter0_f_48_113",
|
|
@@ -1622,13 +1756,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1622
1756
|
filterUnits: "userSpaceOnUse",
|
|
1623
1757
|
colorInterpolationFilters: "sRGB",
|
|
1624
1758
|
children: [
|
|
1625
|
-
/* @__PURE__ */
|
|
1626
|
-
/* @__PURE__ */
|
|
1627
|
-
/* @__PURE__ */
|
|
1759
|
+
/* @__PURE__ */ jsx96("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1760
|
+
/* @__PURE__ */ jsx96("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1761
|
+
/* @__PURE__ */ jsx96("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1628
1762
|
]
|
|
1629
1763
|
}
|
|
1630
1764
|
),
|
|
1631
|
-
/* @__PURE__ */
|
|
1765
|
+
/* @__PURE__ */ jsxs48(
|
|
1632
1766
|
"filter",
|
|
1633
1767
|
{
|
|
1634
1768
|
id: "filter1_f_48_113",
|
|
@@ -1639,13 +1773,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1639
1773
|
filterUnits: "userSpaceOnUse",
|
|
1640
1774
|
colorInterpolationFilters: "sRGB",
|
|
1641
1775
|
children: [
|
|
1642
|
-
/* @__PURE__ */
|
|
1643
|
-
/* @__PURE__ */
|
|
1644
|
-
/* @__PURE__ */
|
|
1776
|
+
/* @__PURE__ */ jsx96("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1777
|
+
/* @__PURE__ */ jsx96("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1778
|
+
/* @__PURE__ */ jsx96("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1645
1779
|
]
|
|
1646
1780
|
}
|
|
1647
1781
|
),
|
|
1648
|
-
/* @__PURE__ */
|
|
1782
|
+
/* @__PURE__ */ jsxs48(
|
|
1649
1783
|
"filter",
|
|
1650
1784
|
{
|
|
1651
1785
|
id: "filter2_f_48_113",
|
|
@@ -1656,13 +1790,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1656
1790
|
filterUnits: "userSpaceOnUse",
|
|
1657
1791
|
colorInterpolationFilters: "sRGB",
|
|
1658
1792
|
children: [
|
|
1659
|
-
/* @__PURE__ */
|
|
1660
|
-
/* @__PURE__ */
|
|
1661
|
-
/* @__PURE__ */
|
|
1793
|
+
/* @__PURE__ */ jsx96("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1794
|
+
/* @__PURE__ */ jsx96("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1795
|
+
/* @__PURE__ */ jsx96("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1662
1796
|
]
|
|
1663
1797
|
}
|
|
1664
1798
|
),
|
|
1665
|
-
/* @__PURE__ */
|
|
1799
|
+
/* @__PURE__ */ jsxs48(
|
|
1666
1800
|
"filter",
|
|
1667
1801
|
{
|
|
1668
1802
|
id: "filter3_f_48_113",
|
|
@@ -1673,13 +1807,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1673
1807
|
filterUnits: "userSpaceOnUse",
|
|
1674
1808
|
colorInterpolationFilters: "sRGB",
|
|
1675
1809
|
children: [
|
|
1676
|
-
/* @__PURE__ */
|
|
1677
|
-
/* @__PURE__ */
|
|
1678
|
-
/* @__PURE__ */
|
|
1810
|
+
/* @__PURE__ */ jsx96("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1811
|
+
/* @__PURE__ */ jsx96("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1812
|
+
/* @__PURE__ */ jsx96("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1679
1813
|
]
|
|
1680
1814
|
}
|
|
1681
1815
|
),
|
|
1682
|
-
/* @__PURE__ */
|
|
1816
|
+
/* @__PURE__ */ jsxs48(
|
|
1683
1817
|
"filter",
|
|
1684
1818
|
{
|
|
1685
1819
|
id: "filter4_f_48_113",
|
|
@@ -1690,13 +1824,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1690
1824
|
filterUnits: "userSpaceOnUse",
|
|
1691
1825
|
colorInterpolationFilters: "sRGB",
|
|
1692
1826
|
children: [
|
|
1693
|
-
/* @__PURE__ */
|
|
1694
|
-
/* @__PURE__ */
|
|
1695
|
-
/* @__PURE__ */
|
|
1827
|
+
/* @__PURE__ */ jsx96("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1828
|
+
/* @__PURE__ */ jsx96("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1829
|
+
/* @__PURE__ */ jsx96("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1696
1830
|
]
|
|
1697
1831
|
}
|
|
1698
1832
|
),
|
|
1699
|
-
/* @__PURE__ */
|
|
1833
|
+
/* @__PURE__ */ jsxs48(
|
|
1700
1834
|
"filter",
|
|
1701
1835
|
{
|
|
1702
1836
|
id: "filter5_f_48_113",
|
|
@@ -1707,13 +1841,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1707
1841
|
filterUnits: "userSpaceOnUse",
|
|
1708
1842
|
colorInterpolationFilters: "sRGB",
|
|
1709
1843
|
children: [
|
|
1710
|
-
/* @__PURE__ */
|
|
1711
|
-
/* @__PURE__ */
|
|
1712
|
-
/* @__PURE__ */
|
|
1844
|
+
/* @__PURE__ */ jsx96("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1845
|
+
/* @__PURE__ */ jsx96("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1846
|
+
/* @__PURE__ */ jsx96("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1713
1847
|
]
|
|
1714
1848
|
}
|
|
1715
1849
|
),
|
|
1716
|
-
/* @__PURE__ */
|
|
1850
|
+
/* @__PURE__ */ jsxs48(
|
|
1717
1851
|
"filter",
|
|
1718
1852
|
{
|
|
1719
1853
|
id: "filter6_f_48_113",
|
|
@@ -1724,13 +1858,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1724
1858
|
filterUnits: "userSpaceOnUse",
|
|
1725
1859
|
colorInterpolationFilters: "sRGB",
|
|
1726
1860
|
children: [
|
|
1727
|
-
/* @__PURE__ */
|
|
1728
|
-
/* @__PURE__ */
|
|
1729
|
-
/* @__PURE__ */
|
|
1861
|
+
/* @__PURE__ */ jsx96("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1862
|
+
/* @__PURE__ */ jsx96("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1863
|
+
/* @__PURE__ */ jsx96("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "1.65243" })
|
|
1730
1864
|
]
|
|
1731
1865
|
}
|
|
1732
1866
|
),
|
|
1733
|
-
/* @__PURE__ */
|
|
1867
|
+
/* @__PURE__ */ jsxs48(
|
|
1734
1868
|
"filter",
|
|
1735
1869
|
{
|
|
1736
1870
|
id: "filter7_f_48_113",
|
|
@@ -1741,13 +1875,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1741
1875
|
filterUnits: "userSpaceOnUse",
|
|
1742
1876
|
colorInterpolationFilters: "sRGB",
|
|
1743
1877
|
children: [
|
|
1744
|
-
/* @__PURE__ */
|
|
1745
|
-
/* @__PURE__ */
|
|
1746
|
-
/* @__PURE__ */
|
|
1878
|
+
/* @__PURE__ */ jsx96("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1879
|
+
/* @__PURE__ */ jsx96("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1880
|
+
/* @__PURE__ */ jsx96("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1747
1881
|
]
|
|
1748
1882
|
}
|
|
1749
1883
|
),
|
|
1750
|
-
/* @__PURE__ */
|
|
1884
|
+
/* @__PURE__ */ jsxs48(
|
|
1751
1885
|
"filter",
|
|
1752
1886
|
{
|
|
1753
1887
|
id: "filter8_f_48_113",
|
|
@@ -1758,13 +1892,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1758
1892
|
filterUnits: "userSpaceOnUse",
|
|
1759
1893
|
colorInterpolationFilters: "sRGB",
|
|
1760
1894
|
children: [
|
|
1761
|
-
/* @__PURE__ */
|
|
1762
|
-
/* @__PURE__ */
|
|
1763
|
-
/* @__PURE__ */
|
|
1895
|
+
/* @__PURE__ */ jsx96("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1896
|
+
/* @__PURE__ */ jsx96("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1897
|
+
/* @__PURE__ */ jsx96("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1764
1898
|
]
|
|
1765
1899
|
}
|
|
1766
1900
|
),
|
|
1767
|
-
/* @__PURE__ */
|
|
1901
|
+
/* @__PURE__ */ jsxs48(
|
|
1768
1902
|
"radialGradient",
|
|
1769
1903
|
{
|
|
1770
1904
|
id: "paint0_radial_48_113",
|
|
@@ -1774,20 +1908,20 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1774
1908
|
gradientTransform: "matrix(-0.498722 -11.9519 17.9311 -0.717223 9.06911 20.3322)",
|
|
1775
1909
|
gradientUnits: "userSpaceOnUse",
|
|
1776
1910
|
children: [
|
|
1777
|
-
/* @__PURE__ */
|
|
1778
|
-
/* @__PURE__ */
|
|
1779
|
-
/* @__PURE__ */
|
|
1780
|
-
/* @__PURE__ */
|
|
1781
|
-
/* @__PURE__ */
|
|
1782
|
-
/* @__PURE__ */
|
|
1783
|
-
/* @__PURE__ */
|
|
1784
|
-
/* @__PURE__ */
|
|
1785
|
-
/* @__PURE__ */
|
|
1786
|
-
/* @__PURE__ */
|
|
1911
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.141612", stopColor: "#1ABD4D" }),
|
|
1912
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.247515", stopColor: "#6EC30D" }),
|
|
1913
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.311547", stopColor: "#8AC502" }),
|
|
1914
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.366013", stopColor: "#A2C600" }),
|
|
1915
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.445673", stopColor: "#C8C903" }),
|
|
1916
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.540305", stopColor: "#EBCB03" }),
|
|
1917
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.615636", stopColor: "#F7CD07" }),
|
|
1918
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.699345", stopColor: "#FDCD04" }),
|
|
1919
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.771242", stopColor: "#FDCE05" }),
|
|
1920
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.860566", stopColor: "#FFCE0A" })
|
|
1787
1921
|
]
|
|
1788
1922
|
}
|
|
1789
1923
|
),
|
|
1790
|
-
/* @__PURE__ */
|
|
1924
|
+
/* @__PURE__ */ jsxs48(
|
|
1791
1925
|
"radialGradient",
|
|
1792
1926
|
{
|
|
1793
1927
|
id: "paint1_radial_48_113",
|
|
@@ -1797,12 +1931,12 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1797
1931
|
gradientTransform: "matrix(8.46967 -2.03557e-05 -1.19045e-05 10.7093 20.253 6.36819)",
|
|
1798
1932
|
gradientUnits: "userSpaceOnUse",
|
|
1799
1933
|
children: [
|
|
1800
|
-
/* @__PURE__ */
|
|
1801
|
-
/* @__PURE__ */
|
|
1934
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.408458", stopColor: "#FB4E5A" }),
|
|
1935
|
+
/* @__PURE__ */ jsx96("stop", { offset: "1", stopColor: "#FF4540" })
|
|
1802
1936
|
]
|
|
1803
1937
|
}
|
|
1804
1938
|
),
|
|
1805
|
-
/* @__PURE__ */
|
|
1939
|
+
/* @__PURE__ */ jsxs48(
|
|
1806
1940
|
"radialGradient",
|
|
1807
1941
|
{
|
|
1808
1942
|
id: "paint2_radial_48_113",
|
|
@@ -1812,18 +1946,18 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1812
1946
|
gradientTransform: "matrix(-11.8666 6.43492 8.91875 15.766 15.6277 -1.68219)",
|
|
1813
1947
|
gradientUnits: "userSpaceOnUse",
|
|
1814
1948
|
children: [
|
|
1815
|
-
/* @__PURE__ */
|
|
1816
|
-
/* @__PURE__ */
|
|
1817
|
-
/* @__PURE__ */
|
|
1818
|
-
/* @__PURE__ */
|
|
1819
|
-
/* @__PURE__ */
|
|
1820
|
-
/* @__PURE__ */
|
|
1821
|
-
/* @__PURE__ */
|
|
1822
|
-
/* @__PURE__ */
|
|
1949
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.231273", stopColor: "#FF4541" }),
|
|
1950
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.311547", stopColor: "#FF4540" }),
|
|
1951
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.457516", stopColor: "#FF4640" }),
|
|
1952
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.540305", stopColor: "#FF473F" }),
|
|
1953
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.699346", stopColor: "#FF5138" }),
|
|
1954
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.771242", stopColor: "#FF5B33" }),
|
|
1955
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.860566", stopColor: "#FF6C29" }),
|
|
1956
|
+
/* @__PURE__ */ jsx96("stop", { offset: "1", stopColor: "#FF8C18" })
|
|
1823
1957
|
]
|
|
1824
1958
|
}
|
|
1825
1959
|
),
|
|
1826
|
-
/* @__PURE__ */
|
|
1960
|
+
/* @__PURE__ */ jsxs48(
|
|
1827
1961
|
"radialGradient",
|
|
1828
1962
|
{
|
|
1829
1963
|
id: "paint3_radial_48_113",
|
|
@@ -1833,19 +1967,19 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1833
1967
|
gradientTransform: "matrix(-21.5204 -27.5047 -10.3696 7.77752 12.4702 22.5743)",
|
|
1834
1968
|
gradientUnits: "userSpaceOnUse",
|
|
1835
1969
|
children: [
|
|
1836
|
-
/* @__PURE__ */
|
|
1837
|
-
/* @__PURE__ */
|
|
1838
|
-
/* @__PURE__ */
|
|
1839
|
-
/* @__PURE__ */
|
|
1840
|
-
/* @__PURE__ */
|
|
1841
|
-
/* @__PURE__ */
|
|
1842
|
-
/* @__PURE__ */
|
|
1843
|
-
/* @__PURE__ */
|
|
1844
|
-
/* @__PURE__ */
|
|
1970
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.131546", stopColor: "#0CBA65" }),
|
|
1971
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.209784", stopColor: "#0BB86D" }),
|
|
1972
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.297297", stopColor: "#09B479" }),
|
|
1973
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.396257", stopColor: "#08AD93" }),
|
|
1974
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.477124", stopColor: "#0AA6A9" }),
|
|
1975
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.568425", stopColor: "#0D9CC6" }),
|
|
1976
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.667385", stopColor: "#1893DD" }),
|
|
1977
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.768727", stopColor: "#258BF1" }),
|
|
1978
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.858506", stopColor: "#3086FF" })
|
|
1845
1979
|
]
|
|
1846
1980
|
}
|
|
1847
1981
|
),
|
|
1848
|
-
/* @__PURE__ */
|
|
1982
|
+
/* @__PURE__ */ jsxs48(
|
|
1849
1983
|
"radialGradient",
|
|
1850
1984
|
{
|
|
1851
1985
|
id: "paint4_radial_48_113",
|
|
@@ -1855,18 +1989,18 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1855
1989
|
gradientTransform: "matrix(-1.52295 12.8522 18.1501 2.06168 11.2421 2.13475)",
|
|
1856
1990
|
gradientUnits: "userSpaceOnUse",
|
|
1857
1991
|
children: [
|
|
1858
|
-
/* @__PURE__ */
|
|
1859
|
-
/* @__PURE__ */
|
|
1860
|
-
/* @__PURE__ */
|
|
1861
|
-
/* @__PURE__ */
|
|
1862
|
-
/* @__PURE__ */
|
|
1863
|
-
/* @__PURE__ */
|
|
1864
|
-
/* @__PURE__ */
|
|
1865
|
-
/* @__PURE__ */
|
|
1992
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.366013", stopColor: "#FF4E3A" }),
|
|
1993
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.457516", stopColor: "#FF8A1B" }),
|
|
1994
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.540305", stopColor: "#FFA312" }),
|
|
1995
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.615636", stopColor: "#FFB60C" }),
|
|
1996
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.771242", stopColor: "#FFCD0A" }),
|
|
1997
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.860566", stopColor: "#FECF0A" }),
|
|
1998
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.915033", stopColor: "#FECF08" }),
|
|
1999
|
+
/* @__PURE__ */ jsx96("stop", { offset: "1", stopColor: "#FDCD01" })
|
|
1866
2000
|
]
|
|
1867
2001
|
}
|
|
1868
2002
|
),
|
|
1869
|
-
/* @__PURE__ */
|
|
2003
|
+
/* @__PURE__ */ jsxs48(
|
|
1870
2004
|
"radialGradient",
|
|
1871
2005
|
{
|
|
1872
2006
|
id: "paint5_radial_48_113",
|
|
@@ -1876,15 +2010,15 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1876
2010
|
gradientTransform: "matrix(-4.40212 4.76677 -13.7322 -12.1566 9.10044 2.00144)",
|
|
1877
2011
|
gradientUnits: "userSpaceOnUse",
|
|
1878
2012
|
children: [
|
|
1879
|
-
/* @__PURE__ */
|
|
1880
|
-
/* @__PURE__ */
|
|
1881
|
-
/* @__PURE__ */
|
|
1882
|
-
/* @__PURE__ */
|
|
1883
|
-
/* @__PURE__ */
|
|
2013
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.315904", stopColor: "#FF4C3C" }),
|
|
2014
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.603818", stopColor: "#FF692C" }),
|
|
2015
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.726837", stopColor: "#FF7825" }),
|
|
2016
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.884534", stopColor: "#FF8D1B" }),
|
|
2017
|
+
/* @__PURE__ */ jsx96("stop", { offset: "1", stopColor: "#FF9F13" })
|
|
1884
2018
|
]
|
|
1885
2019
|
}
|
|
1886
2020
|
),
|
|
1887
|
-
/* @__PURE__ */
|
|
2021
|
+
/* @__PURE__ */ jsxs48(
|
|
1888
2022
|
"radialGradient",
|
|
1889
2023
|
{
|
|
1890
2024
|
id: "paint6_radial_48_113",
|
|
@@ -1894,20 +2028,20 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1894
2028
|
gradientTransform: "matrix(-11.8666 -6.43492 8.91876 -15.766 15.6277 25.6232)",
|
|
1895
2029
|
gradientUnits: "userSpaceOnUse",
|
|
1896
2030
|
children: [
|
|
1897
|
-
/* @__PURE__ */
|
|
1898
|
-
/* @__PURE__ */
|
|
1899
|
-
/* @__PURE__ */
|
|
1900
|
-
/* @__PURE__ */
|
|
1901
|
-
/* @__PURE__ */
|
|
1902
|
-
/* @__PURE__ */
|
|
1903
|
-
/* @__PURE__ */
|
|
1904
|
-
/* @__PURE__ */
|
|
1905
|
-
/* @__PURE__ */
|
|
1906
|
-
/* @__PURE__ */
|
|
2031
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.231273", stopColor: "#0FBC5F" }),
|
|
2032
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.311547", stopColor: "#0FBC5F" }),
|
|
2033
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.366013", stopColor: "#0FBC5E" }),
|
|
2034
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.457516", stopColor: "#0FBC5D" }),
|
|
2035
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.540305", stopColor: "#12BC58" }),
|
|
2036
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.699346", stopColor: "#28BF3C" }),
|
|
2037
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.771242", stopColor: "#38C02B" }),
|
|
2038
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.860566", stopColor: "#52C218" }),
|
|
2039
|
+
/* @__PURE__ */ jsx96("stop", { offset: "0.915033", stopColor: "#67C30F" }),
|
|
2040
|
+
/* @__PURE__ */ jsx96("stop", { offset: "1", stopColor: "#86C504" })
|
|
1907
2041
|
]
|
|
1908
2042
|
}
|
|
1909
2043
|
),
|
|
1910
|
-
/* @__PURE__ */
|
|
2044
|
+
/* @__PURE__ */ jsxs48(
|
|
1911
2045
|
"linearGradient",
|
|
1912
2046
|
{
|
|
1913
2047
|
id: "paint7_linear_48_113",
|
|
@@ -1917,8 +2051,8 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1917
2051
|
y2: "21.5116",
|
|
1918
2052
|
gradientUnits: "userSpaceOnUse",
|
|
1919
2053
|
children: [
|
|
1920
|
-
/* @__PURE__ */
|
|
1921
|
-
/* @__PURE__ */
|
|
2054
|
+
/* @__PURE__ */ jsx96("stop", { stopColor: "#0FBC5C" }),
|
|
2055
|
+
/* @__PURE__ */ jsx96("stop", { offset: "1", stopColor: "#0CBA65" })
|
|
1922
2056
|
]
|
|
1923
2057
|
}
|
|
1924
2058
|
)
|
|
@@ -1926,8 +2060,8 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1926
2060
|
] }), GoogleLogoFilled_default = IconGoogleLogoFilled;
|
|
1927
2061
|
|
|
1928
2062
|
// src/components/Handtool.tsx
|
|
1929
|
-
import { jsx as
|
|
1930
|
-
var IconHandtool = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2063
|
+
import { jsx as jsx97 } from "react/jsx-runtime";
|
|
2064
|
+
var IconHandtool = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx97("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx97(
|
|
1931
2065
|
"path",
|
|
1932
2066
|
{
|
|
1933
2067
|
fill: stroke || color || "currentColor",
|
|
@@ -1936,17 +2070,17 @@ var IconHandtool = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
1936
2070
|
) }), Handtool_default = IconHandtool;
|
|
1937
2071
|
|
|
1938
2072
|
// src/components/Help.tsx
|
|
1939
|
-
import { jsx as
|
|
1940
|
-
var IconHelp = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1941
|
-
/* @__PURE__ */
|
|
1942
|
-
/* @__PURE__ */
|
|
2073
|
+
import { jsx as jsx98, jsxs as jsxs49 } from "react/jsx-runtime";
|
|
2074
|
+
var IconHelp = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs49("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2075
|
+
/* @__PURE__ */ jsx98("path", { fill: stroke || color || "currentColor", d: "M13.125 16.5V18.75H10.875V16.5H13.125Z" }),
|
|
2076
|
+
/* @__PURE__ */ jsx98(
|
|
1943
2077
|
"path",
|
|
1944
2078
|
{
|
|
1945
2079
|
fill: stroke || color || "currentColor",
|
|
1946
2080
|
d: "M9.75 9.75C9.75 8.50736 10.7574 7.5 12 7.5C13.2426 7.5 14.25 8.50736 14.25 9.75C14.25 10.9926 13.2426 12 12 12H10.875V14.25H12C14.4853 14.25 16.5 12.2353 16.5 9.75C16.5 7.26472 14.4853 5.25 12 5.25C9.51472 5.25 7.5 7.26472 7.5 9.75V10.5H9.75V9.75Z"
|
|
1947
2081
|
}
|
|
1948
2082
|
),
|
|
1949
|
-
/* @__PURE__ */
|
|
2083
|
+
/* @__PURE__ */ jsx98(
|
|
1950
2084
|
"path",
|
|
1951
2085
|
{
|
|
1952
2086
|
fill: stroke || color || "currentColor",
|
|
@@ -1958,8 +2092,8 @@ var IconHelp = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
1958
2092
|
] }), Help_default = IconHelp;
|
|
1959
2093
|
|
|
1960
2094
|
// src/components/HomepageFilled.tsx
|
|
1961
|
-
import { jsx as
|
|
1962
|
-
var IconHomepageFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2095
|
+
import { jsx as jsx99 } from "react/jsx-runtime";
|
|
2096
|
+
var IconHomepageFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx99("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx99(
|
|
1963
2097
|
"path",
|
|
1964
2098
|
{
|
|
1965
2099
|
fill: fill || color || "currentColor",
|
|
@@ -1970,8 +2104,8 @@ var IconHomepageFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
1970
2104
|
) }), HomepageFilled_default = IconHomepageFilled;
|
|
1971
2105
|
|
|
1972
2106
|
// src/components/Hotareacenter.tsx
|
|
1973
|
-
import { jsx as
|
|
1974
|
-
var IconHotareacenter = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2107
|
+
import { jsx as jsx100 } from "react/jsx-runtime";
|
|
2108
|
+
var IconHotareacenter = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx100("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx100(
|
|
1975
2109
|
"path",
|
|
1976
2110
|
{
|
|
1977
2111
|
fill: "#191919",
|
|
@@ -1981,23 +2115,23 @@ var IconHotareacenter = ({ size, width, height, color, className, fill, stroke }
|
|
|
1981
2115
|
) }), Hotareacenter_default = IconHotareacenter;
|
|
1982
2116
|
|
|
1983
2117
|
// src/components/ImageGeneration.tsx
|
|
1984
|
-
import { jsx as
|
|
1985
|
-
var IconImageGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1986
|
-
/* @__PURE__ */
|
|
2118
|
+
import { jsx as jsx101, jsxs as jsxs50 } from "react/jsx-runtime";
|
|
2119
|
+
var IconImageGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs50("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2120
|
+
/* @__PURE__ */ jsx101(
|
|
1987
2121
|
"path",
|
|
1988
2122
|
{
|
|
1989
2123
|
fill: stroke || color || "currentColor",
|
|
1990
2124
|
d: "M12 3.75H3.75V17.1592L9 11.9092L12 14.9092L14.9092 12H18.0908L12 18.0908L9 15.0908L3.84082 20.25H20.25V12H22.5V22.5H1.5V1.5H12V3.75Z"
|
|
1991
2125
|
}
|
|
1992
2126
|
),
|
|
1993
|
-
/* @__PURE__ */
|
|
2127
|
+
/* @__PURE__ */ jsx101(
|
|
1994
2128
|
"path",
|
|
1995
2129
|
{
|
|
1996
2130
|
fill: stroke || color || "currentColor",
|
|
1997
2131
|
d: "M20.4287 3.57129L24 4.28613V5.71387L20.4287 6.42871L19.7139 10H18.2861L17.5713 6.42871L14 5.71387V4.28613L17.5713 3.57129L18.2861 0H19.7139L20.4287 3.57129Z"
|
|
1998
2132
|
}
|
|
1999
2133
|
),
|
|
2000
|
-
/* @__PURE__ */
|
|
2134
|
+
/* @__PURE__ */ jsx101(
|
|
2001
2135
|
"path",
|
|
2002
2136
|
{
|
|
2003
2137
|
fill: stroke || color || "currentColor",
|
|
@@ -2007,9 +2141,9 @@ var IconImageGeneration = ({ size, width, height, color, className, fill, stroke
|
|
|
2007
2141
|
] }), ImageGeneration_default = IconImageGeneration;
|
|
2008
2142
|
|
|
2009
2143
|
// src/components/ImageLoadFailedFilled.tsx
|
|
2010
|
-
import { jsx as
|
|
2011
|
-
var IconImageLoadFailedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2012
|
-
/* @__PURE__ */
|
|
2144
|
+
import { jsx as jsx102, jsxs as jsxs51 } from "react/jsx-runtime";
|
|
2145
|
+
var IconImageLoadFailedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs51("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2146
|
+
/* @__PURE__ */ jsx102(
|
|
2013
2147
|
"path",
|
|
2014
2148
|
{
|
|
2015
2149
|
fill: fill || color || "currentColor",
|
|
@@ -2018,7 +2152,7 @@ var IconImageLoadFailedFilled = ({ size, width, height, color, className, fill,
|
|
|
2018
2152
|
clipRule: "evenodd"
|
|
2019
2153
|
}
|
|
2020
2154
|
),
|
|
2021
|
-
/* @__PURE__ */
|
|
2155
|
+
/* @__PURE__ */ jsx102(
|
|
2022
2156
|
"path",
|
|
2023
2157
|
{
|
|
2024
2158
|
fill: fill || color || "currentColor",
|
|
@@ -2028,11 +2162,11 @@ var IconImageLoadFailedFilled = ({ size, width, height, color, className, fill,
|
|
|
2028
2162
|
] }), ImageLoadFailedFilled_default = IconImageLoadFailedFilled;
|
|
2029
2163
|
|
|
2030
2164
|
// src/components/Info.tsx
|
|
2031
|
-
import { jsx as
|
|
2032
|
-
var IconInfo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2033
|
-
/* @__PURE__ */
|
|
2034
|
-
/* @__PURE__ */
|
|
2035
|
-
/* @__PURE__ */
|
|
2165
|
+
import { jsx as jsx103, jsxs as jsxs52 } from "react/jsx-runtime";
|
|
2166
|
+
var IconInfo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs52("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2167
|
+
/* @__PURE__ */ jsx103("path", { fill: stroke || color || "currentColor", d: "M13.125 5.25V7.5H10.875V5.25H13.125Z" }),
|
|
2168
|
+
/* @__PURE__ */ jsx103("path", { fill: stroke || color || "currentColor", d: "M9 12H10.875V18.75H15V16.5H13.125V9.75H9V12Z" }),
|
|
2169
|
+
/* @__PURE__ */ jsx103(
|
|
2036
2170
|
"path",
|
|
2037
2171
|
{
|
|
2038
2172
|
fill: stroke || color || "currentColor",
|
|
@@ -2044,8 +2178,8 @@ var IconInfo = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
2044
2178
|
] }), Info_default = IconInfo;
|
|
2045
2179
|
|
|
2046
2180
|
// src/components/Invitecode.tsx
|
|
2047
|
-
import { jsx as
|
|
2048
|
-
var IconInvitecode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2181
|
+
import { jsx as jsx104 } from "react/jsx-runtime";
|
|
2182
|
+
var IconInvitecode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx104("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx104(
|
|
2049
2183
|
"path",
|
|
2050
2184
|
{
|
|
2051
2185
|
fill: fill || color || "currentColor",
|
|
@@ -2056,8 +2190,8 @@ var IconInvitecode = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
2056
2190
|
) }), Invitecode_default = IconInvitecode;
|
|
2057
2191
|
|
|
2058
2192
|
// src/components/LeftFilled.tsx
|
|
2059
|
-
import { jsx as
|
|
2060
|
-
var IconLeftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2193
|
+
import { jsx as jsx105 } from "react/jsx-runtime";
|
|
2194
|
+
var IconLeftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx105("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx105(
|
|
2061
2195
|
"path",
|
|
2062
2196
|
{
|
|
2063
2197
|
fill: fill || color || "currentColor",
|
|
@@ -2068,16 +2202,16 @@ var IconLeftFilled = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
2068
2202
|
) }), LeftFilled_default = IconLeftFilled;
|
|
2069
2203
|
|
|
2070
2204
|
// src/components/Loading.tsx
|
|
2071
|
-
import { jsx as
|
|
2072
|
-
var IconLoading = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2073
|
-
/* @__PURE__ */
|
|
2205
|
+
import { jsx as jsx106, jsxs as jsxs53 } from "react/jsx-runtime";
|
|
2206
|
+
var IconLoading = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs53("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2207
|
+
/* @__PURE__ */ jsx106(
|
|
2074
2208
|
"path",
|
|
2075
2209
|
{
|
|
2076
2210
|
fill: fill || color || "currentColor",
|
|
2077
2211
|
d: "M4.10058 17.2783C3.0567 15.716 2.49999 13.8789 2.49999 12L0 12C1.03743e-07 14.3733 0.703882 16.6936 2.02246 18.6669L2.27636 19.0312C3.57677 20.8296 5.35246 22.2353 7.40818 23.0869L7.82127 23.249C9.90155 24.0218 12.1585 24.2035 14.3408 23.7695C16.6686 23.3064 18.8071 22.1635 20.4853 20.4853L20.7939 20.165C22.3038 18.5388 23.3354 16.5229 23.7695 14.3408L23.8476 13.9033C24.1761 11.8583 23.9702 9.76285 23.249 7.82127L23.0869 7.40818C22.2353 5.35246 20.8296 3.57677 19.0312 2.27636L18.6669 2.02246C16.6936 0.703882 14.3733 -1.03743e-07 12 0L12 2.49999C13.8789 2.49999 15.716 3.0567 17.2783 4.10058C18.8405 5.14444 20.0583 6.62838 20.7773 8.36424C21.4963 10.1001 21.6839 12.0107 21.3173 13.8535C20.9507 15.6962 20.0463 17.3892 18.7177 18.7177C17.3892 20.0463 15.6962 20.9507 13.8535 21.3173C12.0107 21.6839 10.1001 21.4953 8.36424 20.7763C6.62853 20.0573 5.14437 18.8404 4.10058 17.2783Z"
|
|
2078
2212
|
}
|
|
2079
2213
|
),
|
|
2080
|
-
/* @__PURE__ */
|
|
2214
|
+
/* @__PURE__ */ jsx106(
|
|
2081
2215
|
"path",
|
|
2082
2216
|
{
|
|
2083
2217
|
fill: stroke || color || "currentColor",
|
|
@@ -2087,16 +2221,16 @@ var IconLoading = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
2087
2221
|
] }), Loading_default = IconLoading;
|
|
2088
2222
|
|
|
2089
2223
|
// src/components/Login.tsx
|
|
2090
|
-
import { jsx as
|
|
2091
|
-
var IconLogin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2092
|
-
/* @__PURE__ */
|
|
2224
|
+
import { jsx as jsx107, jsxs as jsxs54 } from "react/jsx-runtime";
|
|
2225
|
+
var IconLogin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs54("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2226
|
+
/* @__PURE__ */ jsx107(
|
|
2093
2227
|
"path",
|
|
2094
2228
|
{
|
|
2095
2229
|
fill: stroke || color || "currentColor",
|
|
2096
2230
|
d: "M24 1.5L13.5 1.5V3.75H21.75V20.25H13.5V22.5H24V1.5Z"
|
|
2097
2231
|
}
|
|
2098
2232
|
),
|
|
2099
|
-
/* @__PURE__ */
|
|
2233
|
+
/* @__PURE__ */ jsx107(
|
|
2100
2234
|
"path",
|
|
2101
2235
|
{
|
|
2102
2236
|
fill: stroke || color || "currentColor",
|
|
@@ -2108,9 +2242,9 @@ var IconLogin = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2108
2242
|
] }), Login_default = IconLogin;
|
|
2109
2243
|
|
|
2110
2244
|
// src/components/Logout.tsx
|
|
2111
|
-
import { jsx as
|
|
2112
|
-
var IconLogout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2113
|
-
/* @__PURE__ */
|
|
2245
|
+
import { jsx as jsx108, jsxs as jsxs55 } from "react/jsx-runtime";
|
|
2246
|
+
var IconLogout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs55("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2247
|
+
/* @__PURE__ */ jsx108(
|
|
2114
2248
|
"path",
|
|
2115
2249
|
{
|
|
2116
2250
|
fill: stroke || color || "currentColor",
|
|
@@ -2119,7 +2253,7 @@ var IconLogout = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2119
2253
|
clipRule: "evenodd"
|
|
2120
2254
|
}
|
|
2121
2255
|
),
|
|
2122
|
-
/* @__PURE__ */
|
|
2256
|
+
/* @__PURE__ */ jsx108(
|
|
2123
2257
|
"path",
|
|
2124
2258
|
{
|
|
2125
2259
|
fill: stroke || color || "currentColor",
|
|
@@ -2128,9 +2262,38 @@ var IconLogout = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2128
2262
|
)
|
|
2129
2263
|
] }), Logout_default = IconLogout;
|
|
2130
2264
|
|
|
2265
|
+
// src/components/Magic.tsx
|
|
2266
|
+
import { jsx as jsx109, jsxs as jsxs56 } from "react/jsx-runtime";
|
|
2267
|
+
var IconMagic = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs56("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2268
|
+
/* @__PURE__ */ jsx109(
|
|
2269
|
+
"path",
|
|
2270
|
+
{
|
|
2271
|
+
fill: stroke || color || "currentColor",
|
|
2272
|
+
d: "M9 10.5L11.25 6L20.25 0L24 3.75L15.75 10.5L12.75 16.5L6 24L0 18L9 10.5ZM12.9952 7.54067L19.9633 2.89529L20.651 3.58297L13.9528 9.06334L10.8738 15.2213L5.91406 20.7321L3.33318 18.1512L10.802 11.9272L12.9952 7.54067Z",
|
|
2273
|
+
fillRule: "evenodd",
|
|
2274
|
+
clipRule: "evenodd"
|
|
2275
|
+
}
|
|
2276
|
+
),
|
|
2277
|
+
/* @__PURE__ */ jsx109("path", { fill: stroke || color || "currentColor", d: "M5.25 3L3 5.25L5.25 7.5L7.5 5.25L5.25 3Z" }),
|
|
2278
|
+
/* @__PURE__ */ jsx109(
|
|
2279
|
+
"path",
|
|
2280
|
+
{
|
|
2281
|
+
fill: stroke || color || "currentColor",
|
|
2282
|
+
d: "M19.5 14.25L21.75 12L24 14.25L21.75 16.5L19.5 14.25Z"
|
|
2283
|
+
}
|
|
2284
|
+
),
|
|
2285
|
+
/* @__PURE__ */ jsx109(
|
|
2286
|
+
"path",
|
|
2287
|
+
{
|
|
2288
|
+
fill: stroke || color || "currentColor",
|
|
2289
|
+
d: "M16.5 22.5C17.3284 22.5 18 21.8284 18 21C18 20.1716 17.3284 19.5 16.5 19.5C15.6716 19.5 15 20.1716 15 21C15 21.8284 15.6716 22.5 16.5 22.5Z"
|
|
2290
|
+
}
|
|
2291
|
+
)
|
|
2292
|
+
] }), Magic_default = IconMagic;
|
|
2293
|
+
|
|
2131
2294
|
// src/components/ModelGeminiFilled.tsx
|
|
2132
|
-
import { jsx as
|
|
2133
|
-
var IconModelGeminiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2295
|
+
import { jsx as jsx110 } from "react/jsx-runtime";
|
|
2296
|
+
var IconModelGeminiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx110("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx110(
|
|
2134
2297
|
"path",
|
|
2135
2298
|
{
|
|
2136
2299
|
fill: fill || color || "currentColor",
|
|
@@ -2139,8 +2302,8 @@ var IconModelGeminiFilled = ({ size, width, height, color, className, fill, stro
|
|
|
2139
2302
|
) }), ModelGeminiFilled_default = IconModelGeminiFilled;
|
|
2140
2303
|
|
|
2141
2304
|
// src/components/ModelOpenaiFilled.tsx
|
|
2142
|
-
import { jsx as
|
|
2143
|
-
var IconModelOpenaiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2305
|
+
import { jsx as jsx111 } from "react/jsx-runtime";
|
|
2306
|
+
var IconModelOpenaiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx111("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx111(
|
|
2144
2307
|
"path",
|
|
2145
2308
|
{
|
|
2146
2309
|
fill: fill || color || "currentColor",
|
|
@@ -2149,9 +2312,9 @@ var IconModelOpenaiFilled = ({ size, width, height, color, className, fill, stro
|
|
|
2149
2312
|
) }), ModelOpenaiFilled_default = IconModelOpenaiFilled;
|
|
2150
2313
|
|
|
2151
2314
|
// src/components/ModelDeepmindFilled.tsx
|
|
2152
|
-
import { jsx as
|
|
2153
|
-
var IconModelDeepmindFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2154
|
-
/* @__PURE__ */
|
|
2315
|
+
import { jsx as jsx112, jsxs as jsxs57 } from "react/jsx-runtime";
|
|
2316
|
+
var IconModelDeepmindFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs57("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2317
|
+
/* @__PURE__ */ jsx112("g", { clipPath: "url(#clip0_40_67)", children: /* @__PURE__ */ jsx112(
|
|
2155
2318
|
"path",
|
|
2156
2319
|
{
|
|
2157
2320
|
fill: fill || color || "currentColor",
|
|
@@ -2160,28 +2323,28 @@ var IconModelDeepmindFilled = ({ size, width, height, color, className, fill, st
|
|
|
2160
2323
|
clipRule: "evenodd"
|
|
2161
2324
|
}
|
|
2162
2325
|
) }),
|
|
2163
|
-
/* @__PURE__ */
|
|
2326
|
+
/* @__PURE__ */ jsx112("defs", { children: /* @__PURE__ */ jsx112("clipPath", { id: "clip0_40_67", children: /* @__PURE__ */ jsx112("rect", { width: "20", height: "20", fill: stroke || color || "currentColor", transform: "translate(2 2)" }) }) })
|
|
2164
2327
|
] }), ModelDeepmindFilled_default = IconModelDeepmindFilled;
|
|
2165
2328
|
|
|
2166
2329
|
// src/components/ModelSeedFilled.tsx
|
|
2167
|
-
import { jsx as
|
|
2168
|
-
var IconModelSeedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2169
|
-
/* @__PURE__ */
|
|
2170
|
-
/* @__PURE__ */
|
|
2330
|
+
import { jsx as jsx113, jsxs as jsxs58 } from "react/jsx-runtime";
|
|
2331
|
+
var IconModelSeedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs58("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2332
|
+
/* @__PURE__ */ jsx113("path", { fill: fill || color || "currentColor", d: "M23 2.95271V20.0401L19.2211 21V2L23 2.95271Z" }),
|
|
2333
|
+
/* @__PURE__ */ jsx113(
|
|
2171
2334
|
"path",
|
|
2172
2335
|
{
|
|
2173
2336
|
fill: fill || color || "currentColor",
|
|
2174
2337
|
d: "M10.7528 11.4648V19.5633L6.98126 20.5241V10.5048L10.7528 11.4648Z"
|
|
2175
2338
|
}
|
|
2176
2339
|
),
|
|
2177
|
-
/* @__PURE__ */
|
|
2340
|
+
/* @__PURE__ */ jsx113(
|
|
2178
2341
|
"path",
|
|
2179
2342
|
{
|
|
2180
2343
|
fill: fill || color || "currentColor",
|
|
2181
2344
|
d: "M4.77158 3.95509V19.044L1 20.0048V2.99515L4.77158 3.95509Z"
|
|
2182
2345
|
}
|
|
2183
2346
|
),
|
|
2184
|
-
/* @__PURE__ */
|
|
2347
|
+
/* @__PURE__ */ jsx113(
|
|
2185
2348
|
"path",
|
|
2186
2349
|
{
|
|
2187
2350
|
fill: fill || color || "currentColor",
|
|
@@ -2191,8 +2354,8 @@ var IconModelSeedFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
2191
2354
|
] }), ModelSeedFilled_default = IconModelSeedFilled;
|
|
2192
2355
|
|
|
2193
2356
|
// src/components/ModelSoraFilled.tsx
|
|
2194
|
-
import { jsx as
|
|
2195
|
-
var IconModelSoraFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2357
|
+
import { jsx as jsx114 } from "react/jsx-runtime";
|
|
2358
|
+
var IconModelSoraFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx114("svg", { fill: "none", viewBox: "0 0 25 25", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx114(
|
|
2196
2359
|
"path",
|
|
2197
2360
|
{
|
|
2198
2361
|
fill: fill || color || "currentColor",
|
|
@@ -2201,7 +2364,7 @@ var IconModelSoraFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
2201
2364
|
) }), ModelSoraFilled_default = IconModelSoraFilled;
|
|
2202
2365
|
|
|
2203
2366
|
// src/components/ModelNanobananaLogoNomoFilled.tsx
|
|
2204
|
-
import { jsx as
|
|
2367
|
+
import { jsx as jsx115, jsxs as jsxs59 } from "react/jsx-runtime";
|
|
2205
2368
|
var IconModelNanobananaLogoNomoFilled = ({
|
|
2206
2369
|
size,
|
|
2207
2370
|
width,
|
|
@@ -2210,64 +2373,64 @@ var IconModelNanobananaLogoNomoFilled = ({
|
|
|
2210
2373
|
className,
|
|
2211
2374
|
fill,
|
|
2212
2375
|
stroke
|
|
2213
|
-
}) => /* @__PURE__ */
|
|
2214
|
-
/* @__PURE__ */
|
|
2376
|
+
}) => /* @__PURE__ */ jsxs59("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2377
|
+
/* @__PURE__ */ jsx115(
|
|
2215
2378
|
"path",
|
|
2216
2379
|
{
|
|
2217
2380
|
fill: "#5A5C62",
|
|
2218
2381
|
d: "M1.64625 17.835C1.86 18.2775 2.75438 18.2494 3.24751 18.0938C4.5075 17.6963 5.29125 16.6125 5.29125 16.6125L11.7863 13.8563L13.7756 12.8119C13.7756 12.8119 14.1619 12.1556 13.3894 11.655C12.6169 11.1544 12.075 11.1169 12.075 11.1169L9.83625 12.5419C9.83625 12.5419 8.39063 11.4169 6.9225 11.2463C5.52 11.085 3.77438 12.225 3.315 14.3775C2.94188 16.1231 2.35125 16.7381 2.17313 16.965C1.995 17.1938 1.4625 17.4563 1.64625 17.835Z"
|
|
2219
2382
|
}
|
|
2220
2383
|
),
|
|
2221
|
-
/* @__PURE__ */
|
|
2384
|
+
/* @__PURE__ */ jsx115(
|
|
2222
2385
|
"path",
|
|
2223
2386
|
{
|
|
2224
2387
|
fill: "#D5D6D7",
|
|
2225
2388
|
d: "M9.42749 6.0281C10.0031 4.1231 10.7306 1.89372 11.8294 1.1306C12.8025 0.455595 13.7494 0.57747 14.1994 0.871845C14.1994 0.871845 15.0112 1.20372 15.225 2.04185C15.5775 3.4181 15.1144 5.06997 14.8125 6.77622C14.5106 8.48247 14.3531 9.65622 14.2162 11.0268C14.2031 11.1506 11.9362 15.1856 11.9362 15.1856L10.1269 16.155C10.1269 16.155 8.74499 13.1662 8.76562 12.7443C8.78437 12.3206 9.00749 7.41935 9.42749 6.0281Z"
|
|
2226
2389
|
}
|
|
2227
2390
|
),
|
|
2228
|
-
/* @__PURE__ */
|
|
2391
|
+
/* @__PURE__ */ jsx115(
|
|
2229
2392
|
"path",
|
|
2230
2393
|
{
|
|
2231
2394
|
fill: "#C4C5C7",
|
|
2232
2395
|
d: "M14.1469 12.5513C14.1713 13.0069 13.0725 16.6388 13.0725 16.6388L10.125 16.1513C10.125 16.1513 8.03439 14.9138 7.97626 12.6694C7.88626 9.28501 8.46564 7.69126 8.88564 6.30001C9.46314 4.39876 10.7494 1.89376 11.8388 1.11751C12.4781 0.661886 13.1869 0.594387 13.4775 0.650637C13.4775 0.650637 11.5425 2.16564 10.5638 4.75689C9.58501 7.34814 9.35439 10.3425 9.35439 10.3425C9.35439 10.3425 10.0744 10.8731 11.7731 11.1169C13.0856 11.3063 14.2181 10.9856 14.2181 10.9856C14.2181 10.9856 14.115 11.9738 14.1469 12.5513Z"
|
|
2233
2396
|
}
|
|
2234
2397
|
),
|
|
2235
|
-
/* @__PURE__ */
|
|
2398
|
+
/* @__PURE__ */ jsx115(
|
|
2236
2399
|
"path",
|
|
2237
2400
|
{
|
|
2238
2401
|
fill: "#7B7C81",
|
|
2239
2402
|
d: "M8.00062 15.7031L9.17999 13.2394L9.11624 12.3619C9.11624 12.3619 8.86499 11.625 10.4344 12.8156C11.1619 13.3669 11.6006 14.3831 11.6006 14.3831C11.6006 14.3831 11.8219 13.8356 12.5981 13.1119C13.2881 12.4706 14.2162 12.1594 14.2162 12.1594C14.2162 12.1594 16.1437 11.7844 16.3537 11.9475C17.7131 13.0087 18.7069 14.3006 18.7069 14.3006L19.7062 18.0787L21.3675 19.0969C21.3675 19.0969 20.9137 19.7606 20.2575 19.5131C19.7456 19.32 19.1119 18.7406 18.7706 18.0112C18.3019 17.0081 17.3175 15.1106 16.8169 14.5106C15.8494 13.3556 14.9006 12.9337 14.1937 13.2694C13.3894 13.65 14.0325 17.4487 14.0325 17.4487L19.2037 21.8006L19.2919 22.3931C19.2919 22.3931 18.54 23.115 16.4681 23.0475C14.3962 22.98 11.625 22.2131 9.87187 19.8225C8.32499 17.715 8.00062 15.7031 8.00062 15.7031Z"
|
|
2240
2403
|
}
|
|
2241
2404
|
),
|
|
2242
|
-
/* @__PURE__ */
|
|
2405
|
+
/* @__PURE__ */ jsx115(
|
|
2243
2406
|
"path",
|
|
2244
2407
|
{
|
|
2245
2408
|
fill: "#85878B",
|
|
2246
2409
|
d: "M12.0787 15.93C12.0337 16.9706 12.6825 18.5475 14.1825 19.8619C15.6806 21.1763 17.2631 21.6113 18.2456 21.6863C18.9581 21.7406 19.17 21.3338 19.17 21.3338C19.17 21.3338 17.7337 20.0119 16.6669 18.9525C15.6544 17.9456 14.5519 15.8306 14.3119 14.8575C14.0719 13.8844 14.2894 13.23 14.2894 13.23C14.2894 13.23 13.8244 13.3594 13.14 14.0456C12.4762 14.7113 12.1031 15.3525 12.0787 15.93Z"
|
|
2247
2410
|
}
|
|
2248
2411
|
),
|
|
2249
|
-
/* @__PURE__ */
|
|
2412
|
+
/* @__PURE__ */ jsx115(
|
|
2250
2413
|
"path",
|
|
2251
2414
|
{
|
|
2252
2415
|
fill: "#1B1D24",
|
|
2253
2416
|
d: "M18.4781 22.2638C18.6337 22.6256 19.1681 22.6406 19.4006 22.44C19.62 22.2506 19.8337 21.8738 19.6125 21.4519C19.4662 21.1744 18.9862 21.0975 18.7162 21.3131C18.4462 21.5288 18.3375 21.9356 18.4781 22.2638Z"
|
|
2254
2417
|
}
|
|
2255
2418
|
),
|
|
2256
|
-
/* @__PURE__ */
|
|
2419
|
+
/* @__PURE__ */ jsx115(
|
|
2257
2420
|
"path",
|
|
2258
2421
|
{
|
|
2259
2422
|
fill: "#D5D6D7",
|
|
2260
2423
|
d: "M19.545 18.345C20.16 19.1981 20.7769 19.3275 21.0319 19.3556C21.255 19.3818 21.4988 19.0968 21.4706 18.8343C21.4425 18.5718 21.0113 18.2025 20.9588 17.3962C20.9063 16.59 20.97 13.6331 19.3294 11.9343C18.1725 10.7381 16.755 11.1506 15.84 11.4675C14.8088 11.8237 14.2144 12.1612 14.2144 12.1612C14.2144 12.1612 15.0581 12.1031 16.5131 13.2506C17.3588 13.9181 17.8556 14.835 18.3244 15.8868C18.6619 16.6481 19.1119 17.745 19.545 18.345Z"
|
|
2261
2424
|
}
|
|
2262
2425
|
),
|
|
2263
|
-
/* @__PURE__ */
|
|
2426
|
+
/* @__PURE__ */ jsx115(
|
|
2264
2427
|
"path",
|
|
2265
2428
|
{
|
|
2266
2429
|
fill: "#85878B",
|
|
2267
2430
|
d: "M3.1875 20.5463C3.36 20.8913 3.78187 21.105 4.155 21.0882C4.94437 21.0544 5.66437 20.6475 6.46125 19.62C7.58812 18.165 8.56875 14.6738 9.30375 13.7438C9.80062 13.1157 10.4194 12.8044 10.4194 12.8044C10.4194 12.8044 10.0781 12.5157 9.73687 12.3375C9.39562 12.1594 8.57062 12.2438 8.57062 12.2438L5.04937 17.9025L3.1875 20.5463Z"
|
|
2268
2431
|
}
|
|
2269
2432
|
),
|
|
2270
|
-
/* @__PURE__ */
|
|
2433
|
+
/* @__PURE__ */ jsx115(
|
|
2271
2434
|
"path",
|
|
2272
2435
|
{
|
|
2273
2436
|
fill: "#D5D6D7",
|
|
@@ -2276,9 +2439,37 @@ var IconModelNanobananaLogoNomoFilled = ({
|
|
|
2276
2439
|
)
|
|
2277
2440
|
] }), ModelNanobananaLogoNomoFilled_default = IconModelNanobananaLogoNomoFilled;
|
|
2278
2441
|
|
|
2442
|
+
// src/components/ModelhappyhorseFilled.tsx
|
|
2443
|
+
import { jsx as jsx116, jsxs as jsxs60 } from "react/jsx-runtime";
|
|
2444
|
+
var IconModelhappyhorseFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs60("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2445
|
+
/* @__PURE__ */ jsxs60("g", { clipPath: "url(#clip0_786_80)", children: [
|
|
2446
|
+
/* @__PURE__ */ jsx116(
|
|
2447
|
+
"mask",
|
|
2448
|
+
{
|
|
2449
|
+
id: "mask0_786_80",
|
|
2450
|
+
width: "40",
|
|
2451
|
+
height: "40",
|
|
2452
|
+
x: "-8",
|
|
2453
|
+
y: "-8",
|
|
2454
|
+
maskUnits: "userSpaceOnUse",
|
|
2455
|
+
style: { maskType: "luminance" },
|
|
2456
|
+
children: /* @__PURE__ */ jsx116("path", { fill: stroke || color || "currentColor", d: "M32 -8H-8V32H32V-8Z" })
|
|
2457
|
+
}
|
|
2458
|
+
),
|
|
2459
|
+
/* @__PURE__ */ jsx116("g", { mask: "url(#mask0_786_80)", children: /* @__PURE__ */ jsx116(
|
|
2460
|
+
"path",
|
|
2461
|
+
{
|
|
2462
|
+
fill: fill || color || "currentColor",
|
|
2463
|
+
d: "M3.2393 18.3701C3.4048 18.3702 3.558 18.4208 3.6855 18.5068L3.6865 18.5049C4.3133 18.9561 4.978 19.357 5.6758 19.7021C5.8249 19.7762 5.9768 19.8484 6.1289 19.917C6.3239 20.0055 6.5212 20.089 6.7207 20.168C7.209 20.3621 7.7108 20.5294 8.2236 20.6689C9.4119 20.9922 10.6618 21.165 11.9521 21.165C13.0437 21.165 14.1069 21.0422 15.1279 20.8086C16.0405 20.5995 16.9198 20.3015 17.7559 19.9258C18.0406 19.7977 18.321 19.6608 18.5957 19.5146C19.1595 19.215 19.7005 18.8776 20.2158 18.5068C20.3114 18.4424 20.4213 18.398 20.54 18.3799L20.6621 18.3711C21.1024 18.3711 21.4599 18.7282 21.46 19.1689C21.46 19.3085 21.4234 19.4396 21.3604 19.5537C21.3909 19.5387 21.4212 19.5228 21.4512 19.5068C21.3961 19.5604 21.3407 19.6145 21.2852 19.667C21.2357 19.7285 21.1783 19.7826 21.1133 19.8271C18.6936 22.0267 15.4761 23.3672 11.9521 23.3672C8.4283 23.3672 5.217 22.0294 2.7988 19.834C2.7353 19.7765 2.6724 19.7177 2.6104 19.6592C2.5049 19.5237 2.4415 19.3539 2.4414 19.1689C2.4414 18.7281 2.7989 18.3701 3.2393 18.3701ZM5.8262 0.249023C6.2515 0.291053 6.657 0.403154 7.0303 0.572274C7.0667 0.588734 7.1037 0.605594 7.1396 0.623054C7.5044 0.530504 7.8861 0.481454 8.2793 0.481454C9.3996 0.481454 10.427 0.879554 11.2275 1.54199C12.0016 2.1829 12.5633 3.0717 12.792 4.0859C12.8244 4.2278 12.8497 4.3722 12.8682 4.5186L13.7178 9.3389L13.8174 9.9033L15.9014 10.2998C16.2851 10.3724 16.6414 10.5209 16.9541 10.7295C17.0382 10.5804 17.1369 10.4401 17.25 10.3125C17.6908 9.8132 18.3362 9.498 19.0547 9.498C19.8887 9.4981 20.6239 9.923 21.0557 10.5674C21.2961 10.9265 21.4434 11.3535 21.4609 11.8125H21.4668C21.5158 12.714 21.9753 13.5065 22.6621 14.0059C22.5726 14.0803 22.476 14.1466 22.374 14.2041C22.2336 14.2835 22.0827 14.3466 21.9238 14.3896C21.7602 14.4342 21.5868 14.458 21.4092 14.458C20.947 14.4579 20.5231 14.2974 20.1875 14.0303C20.0749 13.9402 19.9719 13.8386 19.8818 13.7266C19.6788 13.474 19.5356 13.1704 19.4775 12.8379L19.4678 12.8398C19.3102 11.9682 18.548 11.3066 17.6309 11.3066C17.6169 11.3066 17.6028 11.3076 17.5889 11.3076C17.9871 11.7984 18.2265 12.4241 18.2266 13.1055C18.2266 13.4527 18.1634 13.7861 18.0498 14.0938C17.9207 14.445 17.7242 14.7635 17.4766 15.0342C17.4836 15.0347 17.491 15.0356 17.498 15.0361C17.1499 15.5339 16.9443 16.1401 16.9443 16.7939C16.9444 17.1319 16.9991 17.4567 17.1006 17.7607L17.6533 19.5908C16.7978 19.9785 15.9035 20.2783 14.9814 20.4834L13.3896 16.9229C13.8845 16.8618 14.3319 16.6464 14.6807 16.3262C14.488 16.3672 14.2877 16.3896 14.083 16.3896C13.7254 16.3896 13.3834 16.3227 13.0684 16.2031C13.0366 16.1907 13.0054 16.1789 12.9746 16.166L12.6006 16.0391L10.9219 15.4404L9.6748 14.9951L7.0967 16.6582L7.6875 18.7646H7.6855C7.7085 18.8546 7.7207 18.9494 7.7207 19.0469C7.7206 19.4395 7.5204 19.7842 7.2168 19.9863C6.8017 19.8358 6.3947 19.6646 5.9961 19.4746L5.6641 18.4033L5.0068 16.2783C4.9638 16.1633 4.9395 16.0392 4.9395 15.9092C4.9395 15.5675 5.1029 15.2644 5.3555 15.0723C5.384 15.0508 5.4143 15.0302 5.4453 15.0117L6.917 14.0107L4.3105 13.0811L3.877 14.8018H3.875C3.6743 15.5827 2.9656 16.1592 2.1221 16.1592C2.0195 16.1592 1.91838 16.1508 1.82031 16.1338L1.82227 16.1211L2.6016 13.0225L2.7002 12.6338L2.9209 11.7578H2.9238C3.0454 11.2845 3.4759 10.9346 3.9873 10.9346C4.0741 10.9346 4.1574 10.9449 4.2383 10.9639L4.2422 10.9648C4.2476 10.9663 4.2524 10.9678 4.2578 10.9697C4.2948 10.9782 4.3317 10.989 4.3672 11.002C4.5027 11.0425 4.7277 11.1115 4.9658 11.1846C5.4061 11.3202 5.888 11.473 5.9141 11.499L5.9834 11.2949L6.2568 10.4893L6.6182 9.4258L7.2822 7.4736L7.7324 6.1494C7.806 6.0884 7.8763 6.0241 7.9434 5.957C8.1345 5.7664 8.2995 5.5501 8.4346 5.3145C8.6177 4.9952 8.7457 4.6395 8.8037 4.2607C8.6806 4.5719 8.4953 4.8523 8.2627 5.085C8.2057 5.142 8.1451 5.1965 8.082 5.248C8.0555 5.2696 8.0285 5.291 8.001 5.3115L6.9824 5.7559L5.0664 6.5898L5.0557 6.5947C4.9557 6.6366 4.8468 6.661 4.7334 6.667C4.7155 6.668 4.6975 6.6699 4.6797 6.6699C4.294 6.6699 3.9618 6.4453 3.8027 6.1211C3.7388 5.9916 3.7021 5.8459 3.7021 5.6914C3.7022 5.4443 3.7942 5.2185 3.9463 5.0459L4.3672 4.4268L6.1611 1.78906L6.0068 1.07812L5.9922 1.0127L5.9346 0.746094L5.8262 0.249023Z"
|
|
2464
|
+
}
|
|
2465
|
+
) })
|
|
2466
|
+
] }),
|
|
2467
|
+
/* @__PURE__ */ jsx116("defs", { children: /* @__PURE__ */ jsx116("clipPath", { id: "clip0_786_80", children: /* @__PURE__ */ jsx116("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
2468
|
+
] }), ModelhappyhorseFilled_default = IconModelhappyhorseFilled;
|
|
2469
|
+
|
|
2279
2470
|
// src/components/ModelklingFilled.tsx
|
|
2280
|
-
import { jsx as
|
|
2281
|
-
var IconModelklingFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2471
|
+
import { jsx as jsx117 } from "react/jsx-runtime";
|
|
2472
|
+
var IconModelklingFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx117("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx117(
|
|
2282
2473
|
"path",
|
|
2283
2474
|
{
|
|
2284
2475
|
fill: fill || color || "currentColor",
|
|
@@ -2289,8 +2480,8 @@ var IconModelklingFilled = ({ size, width, height, color, className, fill, strok
|
|
|
2289
2480
|
) }), ModelklingFilled_default = IconModelklingFilled;
|
|
2290
2481
|
|
|
2291
2482
|
// src/components/Models.tsx
|
|
2292
|
-
import { jsx as
|
|
2293
|
-
var IconModels = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2483
|
+
import { jsx as jsx118 } from "react/jsx-runtime";
|
|
2484
|
+
var IconModels = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx118("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx118(
|
|
2294
2485
|
"path",
|
|
2295
2486
|
{
|
|
2296
2487
|
fill: stroke || color || "currentColor",
|
|
@@ -2301,8 +2492,8 @@ var IconModels = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2301
2492
|
) }), Models_default = IconModels;
|
|
2302
2493
|
|
|
2303
2494
|
// src/components/MoreCollapse.tsx
|
|
2304
|
-
import { jsx as
|
|
2305
|
-
var IconMoreCollapse = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2495
|
+
import { jsx as jsx119 } from "react/jsx-runtime";
|
|
2496
|
+
var IconMoreCollapse = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx119("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx119(
|
|
2306
2497
|
"path",
|
|
2307
2498
|
{
|
|
2308
2499
|
fill: stroke || color || "currentColor",
|
|
@@ -2311,23 +2502,23 @@ var IconMoreCollapse = ({ size, width, height, color, className, fill, stroke })
|
|
|
2311
2502
|
) }), MoreCollapse_default = IconMoreCollapse;
|
|
2312
2503
|
|
|
2313
2504
|
// src/components/MoreHorizontal.tsx
|
|
2314
|
-
import { jsx as
|
|
2315
|
-
var IconMoreHorizontal = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2316
|
-
/* @__PURE__ */
|
|
2505
|
+
import { jsx as jsx120, jsxs as jsxs61 } from "react/jsx-runtime";
|
|
2506
|
+
var IconMoreHorizontal = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs61("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2507
|
+
/* @__PURE__ */ jsx120(
|
|
2317
2508
|
"path",
|
|
2318
2509
|
{
|
|
2319
2510
|
fill: stroke || color || "currentColor",
|
|
2320
2511
|
d: "M12 14C13.1046 14 14 13.1046 14 12C14 10.8954 13.1046 10 12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14Z"
|
|
2321
2512
|
}
|
|
2322
2513
|
),
|
|
2323
|
-
/* @__PURE__ */
|
|
2514
|
+
/* @__PURE__ */ jsx120(
|
|
2324
2515
|
"path",
|
|
2325
2516
|
{
|
|
2326
2517
|
fill: stroke || color || "currentColor",
|
|
2327
2518
|
d: "M7 12C7 13.1046 6.10457 14 5 14C3.89543 14 3 13.1046 3 12C3 10.8954 3.89543 10 5 10C6.10457 10 7 10.8954 7 12Z"
|
|
2328
2519
|
}
|
|
2329
2520
|
),
|
|
2330
|
-
/* @__PURE__ */
|
|
2521
|
+
/* @__PURE__ */ jsx120(
|
|
2331
2522
|
"path",
|
|
2332
2523
|
{
|
|
2333
2524
|
fill: stroke || color || "currentColor",
|
|
@@ -2337,8 +2528,8 @@ var IconMoreHorizontal = ({ size, width, height, color, className, fill, stroke
|
|
|
2337
2528
|
] }), MoreHorizontal_default = IconMoreHorizontal;
|
|
2338
2529
|
|
|
2339
2530
|
// src/components/MoreShowed.tsx
|
|
2340
|
-
import { jsx as
|
|
2341
|
-
var IconMoreShowed = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2531
|
+
import { jsx as jsx121 } from "react/jsx-runtime";
|
|
2532
|
+
var IconMoreShowed = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx121("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx121(
|
|
2342
2533
|
"path",
|
|
2343
2534
|
{
|
|
2344
2535
|
fill: stroke || color || "currentColor",
|
|
@@ -2347,23 +2538,23 @@ var IconMoreShowed = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
2347
2538
|
) }), MoreShowed_default = IconMoreShowed;
|
|
2348
2539
|
|
|
2349
2540
|
// src/components/More.tsx
|
|
2350
|
-
import { jsx as
|
|
2351
|
-
var IconMore = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2352
|
-
/* @__PURE__ */
|
|
2541
|
+
import { jsx as jsx122, jsxs as jsxs62 } from "react/jsx-runtime";
|
|
2542
|
+
var IconMore = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs62("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2543
|
+
/* @__PURE__ */ jsx122(
|
|
2353
2544
|
"path",
|
|
2354
2545
|
{
|
|
2355
2546
|
fill: stroke || color || "currentColor",
|
|
2356
2547
|
d: "M14 12C14 10.8954 13.1046 10 12 10C10.8954 10 10 10.8954 10 12C10 13.1046 10.8954 14 12 14C13.1046 14 14 13.1046 14 12Z"
|
|
2357
2548
|
}
|
|
2358
2549
|
),
|
|
2359
|
-
/* @__PURE__ */
|
|
2550
|
+
/* @__PURE__ */ jsx122(
|
|
2360
2551
|
"path",
|
|
2361
2552
|
{
|
|
2362
2553
|
fill: stroke || color || "currentColor",
|
|
2363
2554
|
d: "M12 17C13.1046 17 14 17.8954 14 19C14 20.1046 13.1046 21 12 21C10.8954 21 10 20.1046 10 19C10 17.8954 10.8954 17 12 17Z"
|
|
2364
2555
|
}
|
|
2365
2556
|
),
|
|
2366
|
-
/* @__PURE__ */
|
|
2557
|
+
/* @__PURE__ */ jsx122(
|
|
2367
2558
|
"path",
|
|
2368
2559
|
{
|
|
2369
2560
|
fill: stroke || color || "currentColor",
|
|
@@ -2373,30 +2564,30 @@ var IconMore = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
2373
2564
|
] }), More_default = IconMore;
|
|
2374
2565
|
|
|
2375
2566
|
// src/components/Moresettings.tsx
|
|
2376
|
-
import { jsx as
|
|
2377
|
-
var IconMoresettings = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2378
|
-
/* @__PURE__ */
|
|
2567
|
+
import { jsx as jsx123, jsxs as jsxs63 } from "react/jsx-runtime";
|
|
2568
|
+
var IconMoresettings = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs63("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2569
|
+
/* @__PURE__ */ jsx123(
|
|
2379
2570
|
"path",
|
|
2380
2571
|
{
|
|
2381
2572
|
fill: stroke || color || "currentColor",
|
|
2382
2573
|
d: "M13.5 12C13.5 11.1716 12.8284 10.5 12 10.5C11.1716 10.5 10.5 11.1716 10.5 12C10.5 12.8284 11.1716 13.5 12 13.5C12.8284 13.5 13.5 12.8284 13.5 12Z"
|
|
2383
2574
|
}
|
|
2384
2575
|
),
|
|
2385
|
-
/* @__PURE__ */
|
|
2576
|
+
/* @__PURE__ */ jsx123(
|
|
2386
2577
|
"path",
|
|
2387
2578
|
{
|
|
2388
2579
|
fill: stroke || color || "currentColor",
|
|
2389
2580
|
d: "M12 15.75C12.8284 15.75 13.5 16.4216 13.5 17.25C13.5 18.0784 12.8284 18.75 12 18.75C11.1716 18.75 10.5 18.0784 10.5 17.25C10.5 16.4216 11.1716 15.75 12 15.75Z"
|
|
2390
2581
|
}
|
|
2391
2582
|
),
|
|
2392
|
-
/* @__PURE__ */
|
|
2583
|
+
/* @__PURE__ */ jsx123(
|
|
2393
2584
|
"path",
|
|
2394
2585
|
{
|
|
2395
2586
|
fill: stroke || color || "currentColor",
|
|
2396
2587
|
d: "M13.5 6.75C13.5 5.92157 12.8284 5.25 12 5.25C11.1716 5.25 10.5 5.92157 10.5 6.75C10.5 7.57843 11.1716 8.25 12 8.25C12.8284 8.25 13.5 7.57843 13.5 6.75Z"
|
|
2397
2588
|
}
|
|
2398
2589
|
),
|
|
2399
|
-
/* @__PURE__ */
|
|
2590
|
+
/* @__PURE__ */ jsx123(
|
|
2400
2591
|
"path",
|
|
2401
2592
|
{
|
|
2402
2593
|
fill: stroke || color || "currentColor",
|
|
@@ -2408,9 +2599,9 @@ var IconMoresettings = ({ size, width, height, color, className, fill, stroke })
|
|
|
2408
2599
|
] }), Moresettings_default = IconMoresettings;
|
|
2409
2600
|
|
|
2410
2601
|
// src/components/MouseDrag.tsx
|
|
2411
|
-
import { jsx as
|
|
2412
|
-
var IconMouseDrag = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2413
|
-
/* @__PURE__ */
|
|
2602
|
+
import { jsx as jsx124, jsxs as jsxs64 } from "react/jsx-runtime";
|
|
2603
|
+
var IconMouseDrag = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs64("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2604
|
+
/* @__PURE__ */ jsx124(
|
|
2414
2605
|
"path",
|
|
2415
2606
|
{
|
|
2416
2607
|
fill: fill || color || "currentColor",
|
|
@@ -2418,7 +2609,7 @@ var IconMouseDrag = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2418
2609
|
d: "M13.5 3.5V20.5H10.5V3.5H13.5Z"
|
|
2419
2610
|
}
|
|
2420
2611
|
),
|
|
2421
|
-
/* @__PURE__ */
|
|
2612
|
+
/* @__PURE__ */ jsx124(
|
|
2422
2613
|
"path",
|
|
2423
2614
|
{
|
|
2424
2615
|
fill: fill || color || "currentColor",
|
|
@@ -2426,7 +2617,7 @@ var IconMouseDrag = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2426
2617
|
d: "M6.79297 7.5L2.29297 12L6.79297 16.5H8.5V7.5H6.79297Z"
|
|
2427
2618
|
}
|
|
2428
2619
|
),
|
|
2429
|
-
/* @__PURE__ */
|
|
2620
|
+
/* @__PURE__ */ jsx124(
|
|
2430
2621
|
"path",
|
|
2431
2622
|
{
|
|
2432
2623
|
fill: fill || color || "currentColor",
|
|
@@ -2437,9 +2628,9 @@ var IconMouseDrag = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2437
2628
|
] }), MouseDrag_default = IconMouseDrag;
|
|
2438
2629
|
|
|
2439
2630
|
// src/components/MouseMove.tsx
|
|
2440
|
-
import { jsx as
|
|
2441
|
-
var IconMouseMove = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2442
|
-
/* @__PURE__ */
|
|
2631
|
+
import { jsx as jsx125, jsxs as jsxs65 } from "react/jsx-runtime";
|
|
2632
|
+
var IconMouseMove = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs65("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2633
|
+
/* @__PURE__ */ jsx125("g", { clipPath: "url(#clip0_384_31)", children: /* @__PURE__ */ jsx125(
|
|
2443
2634
|
"path",
|
|
2444
2635
|
{
|
|
2445
2636
|
fill: fill || color || "currentColor",
|
|
@@ -2447,13 +2638,13 @@ var IconMouseMove = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2447
2638
|
d: "M15.5557 7.51074H13.0635V10.5635H16.1172V8.07129H18.5918L22.334 11.8135L21.9805 12.167L18.7383 15.4102L18.5918 15.5566H16.1172V13.0635H13.0635V16.1172H15.5557V18.5918L11.8135 22.334L11.46 21.9805L8.2168 18.7383L8.07031 18.5918V16.1172H10.5635V13.0635H7.50977V15.5566H5.03516L4.88867 15.4102L1.64648 12.167L1.29297 11.8135L5.03516 8.07129H7.50977V10.5635H10.5635V7.51074H8.07031V5.03516L8.2168 4.88867L11.46 1.64648L11.8135 1.29297L15.5557 5.03516V7.51074Z"
|
|
2448
2639
|
}
|
|
2449
2640
|
) }),
|
|
2450
|
-
/* @__PURE__ */
|
|
2641
|
+
/* @__PURE__ */ jsx125("defs", { children: /* @__PURE__ */ jsx125("clipPath", { id: "clip0_384_31", children: /* @__PURE__ */ jsx125("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
2451
2642
|
] }), MouseMove_default = IconMouseMove;
|
|
2452
2643
|
|
|
2453
2644
|
// src/components/MouseNumberchange.tsx
|
|
2454
|
-
import { jsx as
|
|
2455
|
-
var IconMouseNumberchange = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2456
|
-
/* @__PURE__ */
|
|
2645
|
+
import { jsx as jsx126, jsxs as jsxs66 } from "react/jsx-runtime";
|
|
2646
|
+
var IconMouseNumberchange = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs66("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2647
|
+
/* @__PURE__ */ jsx126(
|
|
2457
2648
|
"path",
|
|
2458
2649
|
{
|
|
2459
2650
|
fill: fill || color || "currentColor",
|
|
@@ -2461,7 +2652,7 @@ var IconMouseNumberchange = ({ size, width, height, color, className, fill, stro
|
|
|
2461
2652
|
d: "M10.5 17L9.30567 17L0.97168 12L9.30566 7L10.5 7L10.5 17Z"
|
|
2462
2653
|
}
|
|
2463
2654
|
),
|
|
2464
|
-
/* @__PURE__ */
|
|
2655
|
+
/* @__PURE__ */ jsx126(
|
|
2465
2656
|
"path",
|
|
2466
2657
|
{
|
|
2467
2658
|
fill: fill || color || "currentColor",
|
|
@@ -2472,8 +2663,8 @@ var IconMouseNumberchange = ({ size, width, height, color, className, fill, stro
|
|
|
2472
2663
|
] }), MouseNumberchange_default = IconMouseNumberchange;
|
|
2473
2664
|
|
|
2474
2665
|
// src/components/Musicassets.tsx
|
|
2475
|
-
import { jsx as
|
|
2476
|
-
var IconMusicassets = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2666
|
+
import { jsx as jsx127 } from "react/jsx-runtime";
|
|
2667
|
+
var IconMusicassets = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx127("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx127(
|
|
2477
2668
|
"path",
|
|
2478
2669
|
{
|
|
2479
2670
|
fill: stroke || color || "currentColor",
|
|
@@ -2484,9 +2675,9 @@ var IconMusicassets = ({ size, width, height, color, className, fill, stroke })
|
|
|
2484
2675
|
) }), Musicassets_default = IconMusicassets;
|
|
2485
2676
|
|
|
2486
2677
|
// src/components/Mute.tsx
|
|
2487
|
-
import { jsx as
|
|
2488
|
-
var IconMute = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2489
|
-
/* @__PURE__ */
|
|
2678
|
+
import { jsx as jsx128, jsxs as jsxs67 } from "react/jsx-runtime";
|
|
2679
|
+
var IconMute = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs67("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2680
|
+
/* @__PURE__ */ jsx128(
|
|
2490
2681
|
"path",
|
|
2491
2682
|
{
|
|
2492
2683
|
fill: stroke || color || "currentColor",
|
|
@@ -2495,7 +2686,7 @@ var IconMute = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
2495
2686
|
clipRule: "evenodd"
|
|
2496
2687
|
}
|
|
2497
2688
|
),
|
|
2498
|
-
/* @__PURE__ */
|
|
2689
|
+
/* @__PURE__ */ jsx128(
|
|
2499
2690
|
"path",
|
|
2500
2691
|
{
|
|
2501
2692
|
fill: stroke || color || "currentColor",
|
|
@@ -2504,9 +2695,30 @@ var IconMute = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
2504
2695
|
)
|
|
2505
2696
|
] }), Mute_default = IconMute;
|
|
2506
2697
|
|
|
2698
|
+
// src/components/Newchat.tsx
|
|
2699
|
+
import { jsx as jsx129, jsxs as jsxs68 } from "react/jsx-runtime";
|
|
2700
|
+
var IconNewchat = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs68("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2701
|
+
/* @__PURE__ */ jsx129(
|
|
2702
|
+
"path",
|
|
2703
|
+
{
|
|
2704
|
+
fill: stroke || color || "currentColor",
|
|
2705
|
+
d: "M16.5 19.5H24V1.5H0V19.5H7.5L12 24L16.5 19.5ZM12 20.818L15.568 17.25H21.75V3.75H2.25V17.25H8.43198L12 20.818Z",
|
|
2706
|
+
fillRule: "evenodd",
|
|
2707
|
+
clipRule: "evenodd"
|
|
2708
|
+
}
|
|
2709
|
+
),
|
|
2710
|
+
/* @__PURE__ */ jsx129(
|
|
2711
|
+
"path",
|
|
2712
|
+
{
|
|
2713
|
+
fill: stroke || color || "currentColor",
|
|
2714
|
+
d: "M11.0892 6V9.375H7.71423V11.625H11.0892V15H13.3392V11.625H16.7142V9.375H13.3392V6H11.0892Z"
|
|
2715
|
+
}
|
|
2716
|
+
)
|
|
2717
|
+
] }), Newchat_default = IconNewchat;
|
|
2718
|
+
|
|
2507
2719
|
// src/components/Next.tsx
|
|
2508
|
-
import { jsx as
|
|
2509
|
-
var IconNext = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2720
|
+
import { jsx as jsx130 } from "react/jsx-runtime";
|
|
2721
|
+
var IconNext = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx130("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx130(
|
|
2510
2722
|
"path",
|
|
2511
2723
|
{
|
|
2512
2724
|
fill: stroke || color || "currentColor",
|
|
@@ -2517,16 +2729,16 @@ var IconNext = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
2517
2729
|
) }), Next_default = IconNext;
|
|
2518
2730
|
|
|
2519
2731
|
// src/components/Nextscene.tsx
|
|
2520
|
-
import { jsx as
|
|
2521
|
-
var IconNextscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2522
|
-
/* @__PURE__ */
|
|
2732
|
+
import { jsx as jsx131, jsxs as jsxs69 } from "react/jsx-runtime";
|
|
2733
|
+
var IconNextscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs69("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2734
|
+
/* @__PURE__ */ jsx131(
|
|
2523
2735
|
"path",
|
|
2524
2736
|
{
|
|
2525
2737
|
fill: stroke || color || "currentColor",
|
|
2526
2738
|
d: "M16.7959 12L10.2656 18.5303L9.2041 17.4697L14.6738 12L9.2041 6.53027L10.2656 5.46973L16.7959 12Z"
|
|
2527
2739
|
}
|
|
2528
2740
|
),
|
|
2529
|
-
/* @__PURE__ */
|
|
2741
|
+
/* @__PURE__ */ jsx131(
|
|
2530
2742
|
"path",
|
|
2531
2743
|
{
|
|
2532
2744
|
fill: stroke || color || "currentColor",
|
|
@@ -2538,8 +2750,8 @@ var IconNextscene = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2538
2750
|
] }), Nextscene_default = IconNextscene;
|
|
2539
2751
|
|
|
2540
2752
|
// src/components/Niceofficial.tsx
|
|
2541
|
-
import { jsx as
|
|
2542
|
-
var IconNiceofficial = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2753
|
+
import { jsx as jsx132 } from "react/jsx-runtime";
|
|
2754
|
+
var IconNiceofficial = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx132("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx132(
|
|
2543
2755
|
"path",
|
|
2544
2756
|
{
|
|
2545
2757
|
fill: fill || color || "currentColor",
|
|
@@ -2550,9 +2762,9 @@ var IconNiceofficial = ({ size, width, height, color, className, fill, stroke })
|
|
|
2550
2762
|
) }), Niceofficial_default = IconNiceofficial;
|
|
2551
2763
|
|
|
2552
2764
|
// src/components/Notification.tsx
|
|
2553
|
-
import { jsx as
|
|
2554
|
-
var IconNotification = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2555
|
-
/* @__PURE__ */
|
|
2765
|
+
import { jsx as jsx133, jsxs as jsxs70 } from "react/jsx-runtime";
|
|
2766
|
+
var IconNotification = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs70("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2767
|
+
/* @__PURE__ */ jsx133(
|
|
2556
2768
|
"path",
|
|
2557
2769
|
{
|
|
2558
2770
|
fill: stroke || color || "currentColor",
|
|
@@ -2561,7 +2773,7 @@ var IconNotification = ({ size, width, height, color, className, fill, stroke })
|
|
|
2561
2773
|
clipRule: "evenodd"
|
|
2562
2774
|
}
|
|
2563
2775
|
),
|
|
2564
|
-
/* @__PURE__ */
|
|
2776
|
+
/* @__PURE__ */ jsx133(
|
|
2565
2777
|
"path",
|
|
2566
2778
|
{
|
|
2567
2779
|
fill: stroke || color || "currentColor",
|
|
@@ -2571,18 +2783,18 @@ var IconNotification = ({ size, width, height, color, className, fill, stroke })
|
|
|
2571
2783
|
] }), Notification_default = IconNotification;
|
|
2572
2784
|
|
|
2573
2785
|
// src/components/Oneclickgenerate.tsx
|
|
2574
|
-
import { jsx as
|
|
2575
|
-
var IconOneclickgenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2576
|
-
/* @__PURE__ */
|
|
2577
|
-
/* @__PURE__ */
|
|
2578
|
-
/* @__PURE__ */
|
|
2786
|
+
import { jsx as jsx134, jsxs as jsxs71 } from "react/jsx-runtime";
|
|
2787
|
+
var IconOneclickgenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs71("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2788
|
+
/* @__PURE__ */ jsx134("path", { fill: stroke || color || "currentColor", d: "M12 4.5V0H9.75V4.5H12Z" }),
|
|
2789
|
+
/* @__PURE__ */ jsx134("path", { fill: stroke || color || "currentColor", d: "M4.5 9.75H0V12H4.5V9.75Z" }),
|
|
2790
|
+
/* @__PURE__ */ jsx134(
|
|
2579
2791
|
"path",
|
|
2580
2792
|
{
|
|
2581
2793
|
fill: stroke || color || "currentColor",
|
|
2582
2794
|
d: "M5.2045 6.7955L1.4545 3.0455L3.0455 1.4545L6.7955 5.2045L5.2045 6.7955Z"
|
|
2583
2795
|
}
|
|
2584
2796
|
),
|
|
2585
|
-
/* @__PURE__ */
|
|
2797
|
+
/* @__PURE__ */ jsx134(
|
|
2586
2798
|
"path",
|
|
2587
2799
|
{
|
|
2588
2800
|
fill: stroke || color || "currentColor",
|
|
@@ -2594,9 +2806,9 @@ var IconOneclickgenerate = ({ size, width, height, color, className, fill, strok
|
|
|
2594
2806
|
] }), Oneclickgenerate_default = IconOneclickgenerate;
|
|
2595
2807
|
|
|
2596
2808
|
// src/components/Opendemo.tsx
|
|
2597
|
-
import { jsx as
|
|
2598
|
-
var IconOpendemo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2599
|
-
/* @__PURE__ */
|
|
2809
|
+
import { jsx as jsx135, jsxs as jsxs72 } from "react/jsx-runtime";
|
|
2810
|
+
var IconOpendemo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs72("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2811
|
+
/* @__PURE__ */ jsx135(
|
|
2600
2812
|
"path",
|
|
2601
2813
|
{
|
|
2602
2814
|
fill: stroke || color || "currentColor",
|
|
@@ -2605,12 +2817,12 @@ var IconOpendemo = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2605
2817
|
clipRule: "evenodd"
|
|
2606
2818
|
}
|
|
2607
2819
|
),
|
|
2608
|
-
/* @__PURE__ */
|
|
2820
|
+
/* @__PURE__ */ jsx135("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
|
|
2609
2821
|
] }), Opendemo_default = IconOpendemo;
|
|
2610
2822
|
|
|
2611
2823
|
// src/components/OppsFilled.tsx
|
|
2612
|
-
import { jsx as
|
|
2613
|
-
var IconOppsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2824
|
+
import { jsx as jsx136 } from "react/jsx-runtime";
|
|
2825
|
+
var IconOppsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx136("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx136(
|
|
2614
2826
|
"path",
|
|
2615
2827
|
{
|
|
2616
2828
|
fill: fill || color || "currentColor",
|
|
@@ -2621,8 +2833,8 @@ var IconOppsFilled = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
2621
2833
|
) }), OppsFilled_default = IconOppsFilled;
|
|
2622
2834
|
|
|
2623
2835
|
// src/components/OptionalcheckedFilled.tsx
|
|
2624
|
-
import { jsx as
|
|
2625
|
-
var IconOptionalcheckedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2836
|
+
import { jsx as jsx137 } from "react/jsx-runtime";
|
|
2837
|
+
var IconOptionalcheckedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx137("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx137(
|
|
2626
2838
|
"path",
|
|
2627
2839
|
{
|
|
2628
2840
|
fill: fill || color || "currentColor",
|
|
@@ -2633,8 +2845,8 @@ var IconOptionalcheckedFilled = ({ size, width, height, color, className, fill,
|
|
|
2633
2845
|
) }), OptionalcheckedFilled_default = IconOptionalcheckedFilled;
|
|
2634
2846
|
|
|
2635
2847
|
// src/components/Optionaluncheck.tsx
|
|
2636
|
-
import { jsx as
|
|
2637
|
-
var IconOptionaluncheck = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2848
|
+
import { jsx as jsx138 } from "react/jsx-runtime";
|
|
2849
|
+
var IconOptionaluncheck = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx138("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx138(
|
|
2638
2850
|
"path",
|
|
2639
2851
|
{
|
|
2640
2852
|
fill: stroke || color || "currentColor",
|
|
@@ -2645,8 +2857,8 @@ var IconOptionaluncheck = ({ size, width, height, color, className, fill, stroke
|
|
|
2645
2857
|
) }), Optionaluncheck_default = IconOptionaluncheck;
|
|
2646
2858
|
|
|
2647
2859
|
// src/components/Packagegame.tsx
|
|
2648
|
-
import { jsx as
|
|
2649
|
-
var IconPackagegame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2860
|
+
import { jsx as jsx139 } from "react/jsx-runtime";
|
|
2861
|
+
var IconPackagegame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx139("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx139(
|
|
2650
2862
|
"path",
|
|
2651
2863
|
{
|
|
2652
2864
|
fill: stroke || color || "currentColor",
|
|
@@ -2657,13 +2869,13 @@ var IconPackagegame = ({ size, width, height, color, className, fill, stroke })
|
|
|
2657
2869
|
) }), Packagegame_default = IconPackagegame;
|
|
2658
2870
|
|
|
2659
2871
|
// src/components/PageError.tsx
|
|
2660
|
-
import { jsx as
|
|
2661
|
-
var IconPageError = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2872
|
+
import { jsx as jsx140 } from "react/jsx-runtime";
|
|
2873
|
+
var IconPageError = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx140("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx140("path", { fill: stroke || color || "currentColor", d: "M22.5 13.125H1.5V10.875H22.5V13.125Z" }) }), PageError_default = IconPageError;
|
|
2662
2874
|
|
|
2663
2875
|
// src/components/Parameters.tsx
|
|
2664
|
-
import { jsx as
|
|
2665
|
-
var IconParameters = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2666
|
-
/* @__PURE__ */
|
|
2876
|
+
import { jsx as jsx141, jsxs as jsxs73 } from "react/jsx-runtime";
|
|
2877
|
+
var IconParameters = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs73("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2878
|
+
/* @__PURE__ */ jsx141(
|
|
2667
2879
|
"path",
|
|
2668
2880
|
{
|
|
2669
2881
|
fill: stroke || color || "currentColor",
|
|
@@ -2672,7 +2884,7 @@ var IconParameters = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
2672
2884
|
clipRule: "evenodd"
|
|
2673
2885
|
}
|
|
2674
2886
|
),
|
|
2675
|
-
/* @__PURE__ */
|
|
2887
|
+
/* @__PURE__ */ jsx141(
|
|
2676
2888
|
"path",
|
|
2677
2889
|
{
|
|
2678
2890
|
fill: stroke || color || "currentColor",
|
|
@@ -2684,9 +2896,9 @@ var IconParameters = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
2684
2896
|
] }), Parameters_default = IconParameters;
|
|
2685
2897
|
|
|
2686
2898
|
// src/components/Pause.tsx
|
|
2687
|
-
import { jsx as
|
|
2688
|
-
var IconPause = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2689
|
-
/* @__PURE__ */
|
|
2899
|
+
import { jsx as jsx142, jsxs as jsxs74 } from "react/jsx-runtime";
|
|
2900
|
+
var IconPause = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs74("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2901
|
+
/* @__PURE__ */ jsx142(
|
|
2690
2902
|
"path",
|
|
2691
2903
|
{
|
|
2692
2904
|
fill: stroke || color || "currentColor",
|
|
@@ -2695,7 +2907,7 @@ var IconPause = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2695
2907
|
clipRule: "evenodd"
|
|
2696
2908
|
}
|
|
2697
2909
|
),
|
|
2698
|
-
/* @__PURE__ */
|
|
2910
|
+
/* @__PURE__ */ jsx142(
|
|
2699
2911
|
"path",
|
|
2700
2912
|
{
|
|
2701
2913
|
fill: stroke || color || "currentColor",
|
|
@@ -2707,8 +2919,8 @@ var IconPause = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2707
2919
|
] }), Pause_default = IconPause;
|
|
2708
2920
|
|
|
2709
2921
|
// src/components/Pencil.tsx
|
|
2710
|
-
import { jsx as
|
|
2711
|
-
var IconPencil = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2922
|
+
import { jsx as jsx143 } from "react/jsx-runtime";
|
|
2923
|
+
var IconPencil = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx143("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx143(
|
|
2712
2924
|
"path",
|
|
2713
2925
|
{
|
|
2714
2926
|
fill: stroke || color || "currentColor",
|
|
@@ -2719,8 +2931,8 @@ var IconPencil = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2719
2931
|
) }), Pencil_default = IconPencil;
|
|
2720
2932
|
|
|
2721
2933
|
// src/components/Pick.tsx
|
|
2722
|
-
import { jsx as
|
|
2723
|
-
var IconPick = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2934
|
+
import { jsx as jsx144 } from "react/jsx-runtime";
|
|
2935
|
+
var IconPick = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx144("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx144(
|
|
2724
2936
|
"path",
|
|
2725
2937
|
{
|
|
2726
2938
|
fill: stroke || color || "currentColor",
|
|
@@ -2731,25 +2943,25 @@ var IconPick = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
2731
2943
|
) }), Pick_default = IconPick;
|
|
2732
2944
|
|
|
2733
2945
|
// src/components/PickedFilled.tsx
|
|
2734
|
-
import { jsx as
|
|
2735
|
-
var IconPickedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2946
|
+
import { jsx as jsx145 } from "react/jsx-runtime";
|
|
2947
|
+
var IconPickedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx145("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx145("path", { fill: fill || color || "currentColor", d: "M3 0H21V24H18L12 18L6 24H3V0Z" }) }), PickedFilled_default = IconPickedFilled;
|
|
2736
2948
|
|
|
2737
2949
|
// src/components/PlanFilled.tsx
|
|
2738
|
-
import { jsx as
|
|
2739
|
-
var IconPlanFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2740
|
-
/* @__PURE__ */
|
|
2950
|
+
import { jsx as jsx146, jsxs as jsxs75 } from "react/jsx-runtime";
|
|
2951
|
+
var IconPlanFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs75("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2952
|
+
/* @__PURE__ */ jsx146("g", { clipPath: "url(#clip0_2_30)", children: /* @__PURE__ */ jsx146(
|
|
2741
2953
|
"path",
|
|
2742
2954
|
{
|
|
2743
2955
|
fill: fill || color || "currentColor",
|
|
2744
2956
|
d: "M13.5 10.5L15 0H12L3 10.5V13.5H10.5L9 24H12L21 13.5L21 10.5H13.5Z"
|
|
2745
2957
|
}
|
|
2746
2958
|
) }),
|
|
2747
|
-
/* @__PURE__ */
|
|
2959
|
+
/* @__PURE__ */ jsx146("defs", { children: /* @__PURE__ */ jsx146("clipPath", { id: "clip0_2_30", children: /* @__PURE__ */ jsx146("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
2748
2960
|
] }), PlanFilled_default = IconPlanFilled;
|
|
2749
2961
|
|
|
2750
2962
|
// src/components/PlayFilled.tsx
|
|
2751
|
-
import { jsx as
|
|
2752
|
-
var IconPlayFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2963
|
+
import { jsx as jsx147 } from "react/jsx-runtime";
|
|
2964
|
+
var IconPlayFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx147("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx147(
|
|
2753
2965
|
"path",
|
|
2754
2966
|
{
|
|
2755
2967
|
fill: fill || color || "currentColor",
|
|
@@ -2758,8 +2970,8 @@ var IconPlayFilled = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
2758
2970
|
) }), PlayFilled_default = IconPlayFilled;
|
|
2759
2971
|
|
|
2760
2972
|
// src/components/Play.tsx
|
|
2761
|
-
import { jsx as
|
|
2762
|
-
var IconPlay = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2973
|
+
import { jsx as jsx148 } from "react/jsx-runtime";
|
|
2974
|
+
var IconPlay = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx148("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx148(
|
|
2763
2975
|
"path",
|
|
2764
2976
|
{
|
|
2765
2977
|
fill: stroke || color || "currentColor",
|
|
@@ -2770,16 +2982,16 @@ var IconPlay = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
2770
2982
|
) }), Play_default = IconPlay;
|
|
2771
2983
|
|
|
2772
2984
|
// src/components/Previouscene.tsx
|
|
2773
|
-
import { jsx as
|
|
2774
|
-
var IconPreviouscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2775
|
-
/* @__PURE__ */
|
|
2985
|
+
import { jsx as jsx149, jsxs as jsxs76 } from "react/jsx-runtime";
|
|
2986
|
+
var IconPreviouscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs76("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2987
|
+
/* @__PURE__ */ jsx149(
|
|
2776
2988
|
"path",
|
|
2777
2989
|
{
|
|
2778
2990
|
fill: stroke || color || "currentColor",
|
|
2779
2991
|
d: "M7.2041 12L13.7344 18.5303L14.7959 17.4697L9.32617 12L14.7959 6.53027L13.7344 5.46973L7.2041 12Z"
|
|
2780
2992
|
}
|
|
2781
2993
|
),
|
|
2782
|
-
/* @__PURE__ */
|
|
2994
|
+
/* @__PURE__ */ jsx149(
|
|
2783
2995
|
"path",
|
|
2784
2996
|
{
|
|
2785
2997
|
fill: stroke || color || "currentColor",
|
|
@@ -2791,8 +3003,8 @@ var IconPreviouscene = ({ size, width, height, color, className, fill, stroke })
|
|
|
2791
3003
|
] }), Previouscene_default = IconPreviouscene;
|
|
2792
3004
|
|
|
2793
3005
|
// src/components/ProblemFilled.tsx
|
|
2794
|
-
import { jsx as
|
|
2795
|
-
var IconProblemFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3006
|
+
import { jsx as jsx150 } from "react/jsx-runtime";
|
|
3007
|
+
var IconProblemFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx150("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx150(
|
|
2796
3008
|
"path",
|
|
2797
3009
|
{
|
|
2798
3010
|
fill: fill || color || "currentColor",
|
|
@@ -2803,8 +3015,8 @@ var IconProblemFilled = ({ size, width, height, color, className, fill, stroke }
|
|
|
2803
3015
|
) }), ProblemFilled_default = IconProblemFilled;
|
|
2804
3016
|
|
|
2805
3017
|
// src/components/ProblemNoticeFilled.tsx
|
|
2806
|
-
import { jsx as
|
|
2807
|
-
var IconProblemNoticeFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3018
|
+
import { jsx as jsx151 } from "react/jsx-runtime";
|
|
3019
|
+
var IconProblemNoticeFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx151("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx151(
|
|
2808
3020
|
"path",
|
|
2809
3021
|
{
|
|
2810
3022
|
fill: fill || color || "currentColor",
|
|
@@ -2815,11 +3027,11 @@ var IconProblemNoticeFilled = ({ size, width, height, color, className, fill, st
|
|
|
2815
3027
|
) }), ProblemNoticeFilled_default = IconProblemNoticeFilled;
|
|
2816
3028
|
|
|
2817
3029
|
// src/components/Problem.tsx
|
|
2818
|
-
import { jsx as
|
|
2819
|
-
var IconProblem = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2820
|
-
/* @__PURE__ */
|
|
2821
|
-
/* @__PURE__ */
|
|
2822
|
-
/* @__PURE__ */
|
|
3030
|
+
import { jsx as jsx152, jsxs as jsxs77 } from "react/jsx-runtime";
|
|
3031
|
+
var IconProblem = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs77("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3032
|
+
/* @__PURE__ */ jsx152("path", { fill: stroke || color || "currentColor", d: "M13.125 13.5V6H10.875V13.5H13.125Z" }),
|
|
3033
|
+
/* @__PURE__ */ jsx152("path", { fill: stroke || color || "currentColor", d: "M13.125 18V15.75H10.875V18H13.125Z" }),
|
|
3034
|
+
/* @__PURE__ */ jsx152(
|
|
2823
3035
|
"path",
|
|
2824
3036
|
{
|
|
2825
3037
|
fill: stroke || color || "currentColor",
|
|
@@ -2831,9 +3043,9 @@ var IconProblem = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
2831
3043
|
] }), Problem_default = IconProblem;
|
|
2832
3044
|
|
|
2833
3045
|
// src/components/Publish.tsx
|
|
2834
|
-
import { jsx as
|
|
2835
|
-
var IconPublish = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2836
|
-
/* @__PURE__ */
|
|
3046
|
+
import { jsx as jsx153, jsxs as jsxs78 } from "react/jsx-runtime";
|
|
3047
|
+
var IconPublish = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs78("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3048
|
+
/* @__PURE__ */ jsx153(
|
|
2837
3049
|
"path",
|
|
2838
3050
|
{
|
|
2839
3051
|
fill: stroke || color || "currentColor",
|
|
@@ -2842,12 +3054,35 @@ var IconPublish = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
2842
3054
|
clipRule: "evenodd"
|
|
2843
3055
|
}
|
|
2844
3056
|
),
|
|
2845
|
-
/* @__PURE__ */
|
|
3057
|
+
/* @__PURE__ */ jsx153("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
|
|
2846
3058
|
] }), Publish_default = IconPublish;
|
|
2847
3059
|
|
|
3060
|
+
// src/components/Quote.tsx
|
|
3061
|
+
import { jsx as jsx154, jsxs as jsxs79 } from "react/jsx-runtime";
|
|
3062
|
+
var IconQuote = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs79("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3063
|
+
/* @__PURE__ */ jsx154(
|
|
3064
|
+
"path",
|
|
3065
|
+
{
|
|
3066
|
+
fill: stroke || color || "currentColor",
|
|
3067
|
+
d: "M8.2045 2.2047L9.7955 3.79569L3.75 9.84118V10.5002H10.5V21.0002H1.5V8.9092L8.2045 2.2047ZM8.25 12.7502H3.75V18.7502H8.25V12.7502Z",
|
|
3068
|
+
fillRule: "evenodd",
|
|
3069
|
+
clipRule: "evenodd"
|
|
3070
|
+
}
|
|
3071
|
+
),
|
|
3072
|
+
/* @__PURE__ */ jsx154(
|
|
3073
|
+
"path",
|
|
3074
|
+
{
|
|
3075
|
+
fill: stroke || color || "currentColor",
|
|
3076
|
+
d: "M20.2045 2.2047L21.7955 3.79569L15.75 9.84118V10.5002H22.5V21.0002H13.5V8.9092L20.2045 2.2047ZM20.25 12.7502H15.75V18.7502H20.25V12.7502Z",
|
|
3077
|
+
fillRule: "evenodd",
|
|
3078
|
+
clipRule: "evenodd"
|
|
3079
|
+
}
|
|
3080
|
+
)
|
|
3081
|
+
] }), Quote_default = IconQuote;
|
|
3082
|
+
|
|
2848
3083
|
// src/components/Ratio169.tsx
|
|
2849
|
-
import { jsx as
|
|
2850
|
-
var IconRatio169 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3084
|
+
import { jsx as jsx155 } from "react/jsx-runtime";
|
|
3085
|
+
var IconRatio169 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx155("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx155(
|
|
2851
3086
|
"path",
|
|
2852
3087
|
{
|
|
2853
3088
|
fill: stroke || color || "currentColor",
|
|
@@ -2856,16 +3091,16 @@ var IconRatio169 = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2856
3091
|
) }), Ratio169_default = IconRatio169;
|
|
2857
3092
|
|
|
2858
3093
|
// src/components/Ratio11.tsx
|
|
2859
|
-
import { jsx as
|
|
2860
|
-
var IconRatio11 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2861
|
-
/* @__PURE__ */
|
|
3094
|
+
import { jsx as jsx156, jsxs as jsxs80 } from "react/jsx-runtime";
|
|
3095
|
+
var IconRatio11 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs80("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3096
|
+
/* @__PURE__ */ jsx156("g", { clipPath: "url(#clip0_13_501)", children: /* @__PURE__ */ jsx156(
|
|
2862
3097
|
"path",
|
|
2863
3098
|
{
|
|
2864
3099
|
fill: stroke || color || "currentColor",
|
|
2865
3100
|
d: "M24 24L2.76562e-06 24L3.8147e-06 -1.04907e-06L24 0L24 24ZM2.40039 2.40039L2.40039 21.5996L21.5996 21.5996L21.5996 2.40039L2.40039 2.40039Z"
|
|
2866
3101
|
}
|
|
2867
3102
|
) }),
|
|
2868
|
-
/* @__PURE__ */
|
|
3103
|
+
/* @__PURE__ */ jsx156("defs", { children: /* @__PURE__ */ jsx156("clipPath", { id: "clip0_13_501", children: /* @__PURE__ */ jsx156(
|
|
2869
3104
|
"rect",
|
|
2870
3105
|
{
|
|
2871
3106
|
width: "24",
|
|
@@ -2877,16 +3112,16 @@ var IconRatio11 = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
2877
3112
|
] }), Ratio11_default = IconRatio11;
|
|
2878
3113
|
|
|
2879
3114
|
// src/components/Ratio916.tsx
|
|
2880
|
-
import { jsx as
|
|
2881
|
-
var IconRatio916 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2882
|
-
/* @__PURE__ */
|
|
3115
|
+
import { jsx as jsx157, jsxs as jsxs81 } from "react/jsx-runtime";
|
|
3116
|
+
var IconRatio916 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs81("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3117
|
+
/* @__PURE__ */ jsx157("g", { clipPath: "url(#clip0_13_499)", children: /* @__PURE__ */ jsx157(
|
|
2883
3118
|
"path",
|
|
2884
3119
|
{
|
|
2885
3120
|
fill: stroke || color || "currentColor",
|
|
2886
3121
|
d: "M18.8571 24L5.14286 24L5.14286 -5.99471e-07L18.8571 0L18.8571 24ZM7.49426 2.40039L7.49426 21.5996L16.5057 21.5996L16.5057 2.40039L7.49426 2.40039Z"
|
|
2887
3122
|
}
|
|
2888
3123
|
) }),
|
|
2889
|
-
/* @__PURE__ */
|
|
3124
|
+
/* @__PURE__ */ jsx157("defs", { children: /* @__PURE__ */ jsx157("clipPath", { id: "clip0_13_499", children: /* @__PURE__ */ jsx157(
|
|
2890
3125
|
"rect",
|
|
2891
3126
|
{
|
|
2892
3127
|
width: "24",
|
|
@@ -2898,18 +3133,18 @@ var IconRatio916 = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2898
3133
|
] }), Ratio916_default = IconRatio916;
|
|
2899
3134
|
|
|
2900
3135
|
// src/components/RatioAuto.tsx
|
|
2901
|
-
import { jsx as
|
|
2902
|
-
var IconRatioAuto = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2903
|
-
/* @__PURE__ */
|
|
2904
|
-
/* @__PURE__ */
|
|
3136
|
+
import { jsx as jsx158, jsxs as jsxs82 } from "react/jsx-runtime";
|
|
3137
|
+
var IconRatioAuto = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs82("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3138
|
+
/* @__PURE__ */ jsxs82("g", { clipPath: "url(#clip0_468_23)", children: [
|
|
3139
|
+
/* @__PURE__ */ jsx158(
|
|
2905
3140
|
"path",
|
|
2906
3141
|
{
|
|
2907
3142
|
fill: stroke || color || "currentColor",
|
|
2908
3143
|
d: "M6.25 6.24999L6.25 9.99998H4L4 3.99998L10 3.99999V6.24999H6.25Z"
|
|
2909
3144
|
}
|
|
2910
3145
|
),
|
|
2911
|
-
/* @__PURE__ */
|
|
2912
|
-
/* @__PURE__ */
|
|
3146
|
+
/* @__PURE__ */ jsx158("path", { fill: stroke || color || "currentColor", d: "M14 20V17.75H17.75V14H20V20H14Z" }),
|
|
3147
|
+
/* @__PURE__ */ jsx158(
|
|
2913
3148
|
"path",
|
|
2914
3149
|
{
|
|
2915
3150
|
fill: stroke || color || "currentColor",
|
|
@@ -2919,7 +3154,7 @@ var IconRatioAuto = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2919
3154
|
}
|
|
2920
3155
|
)
|
|
2921
3156
|
] }),
|
|
2922
|
-
/* @__PURE__ */
|
|
3157
|
+
/* @__PURE__ */ jsx158("defs", { children: /* @__PURE__ */ jsx158("clipPath", { id: "clip0_468_23", children: /* @__PURE__ */ jsx158(
|
|
2923
3158
|
"rect",
|
|
2924
3159
|
{
|
|
2925
3160
|
width: "24",
|
|
@@ -2931,16 +3166,16 @@ var IconRatioAuto = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2931
3166
|
] }), RatioAuto_default = IconRatioAuto;
|
|
2932
3167
|
|
|
2933
3168
|
// src/components/Ratio.tsx
|
|
2934
|
-
import { jsx as
|
|
2935
|
-
var IconRatio = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2936
|
-
/* @__PURE__ */
|
|
3169
|
+
import { jsx as jsx159, jsxs as jsxs83 } from "react/jsx-runtime";
|
|
3170
|
+
var IconRatio = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs83("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3171
|
+
/* @__PURE__ */ jsx159(
|
|
2937
3172
|
"path",
|
|
2938
3173
|
{
|
|
2939
3174
|
fill: stroke || color || "currentColor",
|
|
2940
3175
|
d: "M3 0V3L0 3V5.25L18.75 5.25V24H21V21H24V18.75H21L21 3L5.25 3V0H3Z"
|
|
2941
3176
|
}
|
|
2942
3177
|
),
|
|
2943
|
-
/* @__PURE__ */
|
|
3178
|
+
/* @__PURE__ */ jsx159(
|
|
2944
3179
|
"path",
|
|
2945
3180
|
{
|
|
2946
3181
|
fill: stroke || color || "currentColor",
|
|
@@ -2950,8 +3185,8 @@ var IconRatio = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2950
3185
|
] }), Ratio_default = IconRatio;
|
|
2951
3186
|
|
|
2952
3187
|
// src/components/ReEdit.tsx
|
|
2953
|
-
import { jsx as
|
|
2954
|
-
var IconReEdit = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3188
|
+
import { jsx as jsx160 } from "react/jsx-runtime";
|
|
3189
|
+
var IconReEdit = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx160("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx160(
|
|
2955
3190
|
"path",
|
|
2956
3191
|
{
|
|
2957
3192
|
fill: stroke || color || "currentColor",
|
|
@@ -2962,8 +3197,8 @@ var IconReEdit = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2962
3197
|
) }), ReEdit_default = IconReEdit;
|
|
2963
3198
|
|
|
2964
3199
|
// src/components/Regenerate.tsx
|
|
2965
|
-
import { jsx as
|
|
2966
|
-
var IconRegenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3200
|
+
import { jsx as jsx161 } from "react/jsx-runtime";
|
|
3201
|
+
var IconRegenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx161("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx161(
|
|
2967
3202
|
"path",
|
|
2968
3203
|
{
|
|
2969
3204
|
fill: stroke || color || "currentColor",
|
|
@@ -2974,9 +3209,9 @@ var IconRegenerate = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
2974
3209
|
) }), Regenerate_default = IconRegenerate;
|
|
2975
3210
|
|
|
2976
3211
|
// src/components/Resultsetting.tsx
|
|
2977
|
-
import { jsx as
|
|
2978
|
-
var IconResultsetting = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2979
|
-
/* @__PURE__ */
|
|
3212
|
+
import { jsx as jsx162, jsxs as jsxs84 } from "react/jsx-runtime";
|
|
3213
|
+
var IconResultsetting = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs84("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3214
|
+
/* @__PURE__ */ jsx162("g", { clipPath: "url(#clip0_554_27)", children: /* @__PURE__ */ jsx162(
|
|
2980
3215
|
"path",
|
|
2981
3216
|
{
|
|
2982
3217
|
fill: stroke || color || "currentColor",
|
|
@@ -2985,7 +3220,7 @@ var IconResultsetting = ({ size, width, height, color, className, fill, stroke }
|
|
|
2985
3220
|
clipRule: "evenodd"
|
|
2986
3221
|
}
|
|
2987
3222
|
) }),
|
|
2988
|
-
/* @__PURE__ */
|
|
3223
|
+
/* @__PURE__ */ jsx162("defs", { children: /* @__PURE__ */ jsx162("clipPath", { id: "clip0_554_27", children: /* @__PURE__ */ jsx162(
|
|
2989
3224
|
"rect",
|
|
2990
3225
|
{
|
|
2991
3226
|
width: "24",
|
|
@@ -2997,8 +3232,8 @@ var IconResultsetting = ({ size, width, height, color, className, fill, stroke }
|
|
|
2997
3232
|
] }), Resultsetting_default = IconResultsetting;
|
|
2998
3233
|
|
|
2999
3234
|
// src/components/RightFilled.tsx
|
|
3000
|
-
import { jsx as
|
|
3001
|
-
var IconRightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3235
|
+
import { jsx as jsx163 } from "react/jsx-runtime";
|
|
3236
|
+
var IconRightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx163("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx163(
|
|
3002
3237
|
"path",
|
|
3003
3238
|
{
|
|
3004
3239
|
fill: fill || color || "currentColor",
|
|
@@ -3008,9 +3243,34 @@ var IconRightFilled = ({ size, width, height, color, className, fill, stroke })
|
|
|
3008
3243
|
}
|
|
3009
3244
|
) }), RightFilled_default = IconRightFilled;
|
|
3010
3245
|
|
|
3246
|
+
// src/components/SatisfiedFilled.tsx
|
|
3247
|
+
import { jsx as jsx164, jsxs as jsxs85 } from "react/jsx-runtime";
|
|
3248
|
+
var IconSatisfiedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs85("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3249
|
+
/* @__PURE__ */ jsx164(
|
|
3250
|
+
"path",
|
|
3251
|
+
{
|
|
3252
|
+
fill: fill || color || "currentColor",
|
|
3253
|
+
d: "M10.5 0L7.5 7.5V21H21L24 12V7.5H15V3C15 1.34315 13.6569 0 12 0H10.5Z"
|
|
3254
|
+
}
|
|
3255
|
+
),
|
|
3256
|
+
/* @__PURE__ */ jsx164("path", { fill: fill || color || "currentColor", d: "M4.5 7.5H0V21H4.5V7.5Z" })
|
|
3257
|
+
] }), SatisfiedFilled_default = IconSatisfiedFilled;
|
|
3258
|
+
|
|
3259
|
+
// src/components/Satisfied.tsx
|
|
3260
|
+
import { jsx as jsx165 } from "react/jsx-runtime";
|
|
3261
|
+
var IconSatisfied = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx165("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx165(
|
|
3262
|
+
"path",
|
|
3263
|
+
{
|
|
3264
|
+
fill: stroke || color || "currentColor",
|
|
3265
|
+
d: "M6.675 7.5L9.75 0H12.75C14.4069 0 15.75 1.34315 15.75 3V7.5H24V12L21 21H0V7.5H6.675ZM6 9.75H2.25V18.75H6V9.75ZM8.25 18.75H19.3783L21.75 11.6349V9.75H13.5V3C13.5 2.58579 13.1642 2.25 12.75 2.25H11.2593L8.25 9.58968V18.75Z",
|
|
3266
|
+
fillRule: "evenodd",
|
|
3267
|
+
clipRule: "evenodd"
|
|
3268
|
+
}
|
|
3269
|
+
) }), Satisfied_default = IconSatisfied;
|
|
3270
|
+
|
|
3011
3271
|
// src/components/SceneNext.tsx
|
|
3012
|
-
import { jsx as
|
|
3013
|
-
var IconSceneNext = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3272
|
+
import { jsx as jsx166 } from "react/jsx-runtime";
|
|
3273
|
+
var IconSceneNext = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx166("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx166(
|
|
3014
3274
|
"path",
|
|
3015
3275
|
{
|
|
3016
3276
|
fill: stroke || color || "currentColor",
|
|
@@ -3019,29 +3279,29 @@ var IconSceneNext = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
3019
3279
|
) }), SceneNext_default = IconSceneNext;
|
|
3020
3280
|
|
|
3021
3281
|
// src/components/Scriptmode.tsx
|
|
3022
|
-
import { jsx as
|
|
3023
|
-
var IconScriptmode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3024
|
-
/* @__PURE__ */
|
|
3025
|
-
/* @__PURE__ */
|
|
3026
|
-
/* @__PURE__ */
|
|
3027
|
-
/* @__PURE__ */
|
|
3028
|
-
/* @__PURE__ */
|
|
3029
|
-
/* @__PURE__ */
|
|
3030
|
-
/* @__PURE__ */
|
|
3031
|
-
/* @__PURE__ */
|
|
3282
|
+
import { jsx as jsx167, jsxs as jsxs86 } from "react/jsx-runtime";
|
|
3283
|
+
var IconScriptmode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs86("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3284
|
+
/* @__PURE__ */ jsx167("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H3.75V1.5H1.5V3.75Z" }),
|
|
3285
|
+
/* @__PURE__ */ jsx167("path", { fill: stroke || color || "currentColor", d: "M1.5 10.125H3.75V7.875H1.5V10.125Z" }),
|
|
3286
|
+
/* @__PURE__ */ jsx167("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H3.75V13.875H1.5V16.125Z" }),
|
|
3287
|
+
/* @__PURE__ */ jsx167("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H3.75V20.25H1.5V22.5Z" }),
|
|
3288
|
+
/* @__PURE__ */ jsx167("path", { fill: stroke || color || "currentColor", d: "M7.5 3.75H22.5V1.5H7.5V3.75Z" }),
|
|
3289
|
+
/* @__PURE__ */ jsx167("path", { fill: stroke || color || "currentColor", d: "M7.5 10.125H22.5V7.875H7.5V10.125Z" }),
|
|
3290
|
+
/* @__PURE__ */ jsx167("path", { fill: stroke || color || "currentColor", d: "M7.5 16.125H22.5V13.875H7.5V16.125Z" }),
|
|
3291
|
+
/* @__PURE__ */ jsx167("path", { fill: stroke || color || "currentColor", d: "M7.5 22.5H22.5V20.25H7.5V22.5Z" })
|
|
3032
3292
|
] }), Scriptmode_default = IconScriptmode;
|
|
3033
3293
|
|
|
3034
3294
|
// src/components/Scrolldown.tsx
|
|
3035
|
-
import { jsx as
|
|
3036
|
-
var IconScrolldown = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3037
|
-
/* @__PURE__ */
|
|
3295
|
+
import { jsx as jsx168, jsxs as jsxs87 } from "react/jsx-runtime";
|
|
3296
|
+
var IconScrolldown = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs87("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3297
|
+
/* @__PURE__ */ jsx168(
|
|
3038
3298
|
"path",
|
|
3039
3299
|
{
|
|
3040
3300
|
fill: stroke || color || "currentColor",
|
|
3041
3301
|
d: "M3.79546 11.9544L12 20.1589L20.2045 11.9544L21.7955 13.5454L12 23.3409L2.20447 13.5454L3.79546 11.9544Z"
|
|
3042
3302
|
}
|
|
3043
3303
|
),
|
|
3044
|
-
/* @__PURE__ */
|
|
3304
|
+
/* @__PURE__ */ jsx168(
|
|
3045
3305
|
"path",
|
|
3046
3306
|
{
|
|
3047
3307
|
fill: stroke || color || "currentColor",
|
|
@@ -3051,8 +3311,8 @@ var IconScrolldown = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
3051
3311
|
] }), Scrolldown_default = IconScrolldown;
|
|
3052
3312
|
|
|
3053
3313
|
// src/components/Sendrequest.tsx
|
|
3054
|
-
import { jsx as
|
|
3055
|
-
var IconSendrequest = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3314
|
+
import { jsx as jsx169 } from "react/jsx-runtime";
|
|
3315
|
+
var IconSendrequest = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx169("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx169(
|
|
3056
3316
|
"path",
|
|
3057
3317
|
{
|
|
3058
3318
|
fill: fill || color || "currentColor",
|
|
@@ -3063,8 +3323,8 @@ var IconSendrequest = ({ size, width, height, color, className, fill, stroke })
|
|
|
3063
3323
|
) }), Sendrequest_default = IconSendrequest;
|
|
3064
3324
|
|
|
3065
3325
|
// src/components/Sendup.tsx
|
|
3066
|
-
import { jsx as
|
|
3067
|
-
var IconSendup = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3326
|
+
import { jsx as jsx170 } from "react/jsx-runtime";
|
|
3327
|
+
var IconSendup = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx170("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx170(
|
|
3068
3328
|
"path",
|
|
3069
3329
|
{
|
|
3070
3330
|
fill: stroke || color || "currentColor",
|
|
@@ -3073,8 +3333,8 @@ var IconSendup = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
3073
3333
|
) }), Sendup_default = IconSendup;
|
|
3074
3334
|
|
|
3075
3335
|
// src/components/Sendup2.tsx
|
|
3076
|
-
import { jsx as
|
|
3077
|
-
var IconSendup2 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3336
|
+
import { jsx as jsx171 } from "react/jsx-runtime";
|
|
3337
|
+
var IconSendup2 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx171("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx171(
|
|
3078
3338
|
"path",
|
|
3079
3339
|
{
|
|
3080
3340
|
fill: stroke || color || "currentColor",
|
|
@@ -3083,8 +3343,8 @@ var IconSendup2 = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
3083
3343
|
) }), Sendup2_default = IconSendup2;
|
|
3084
3344
|
|
|
3085
3345
|
// src/components/ShareFilled.tsx
|
|
3086
|
-
import { jsx as
|
|
3087
|
-
var IconShareFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3346
|
+
import { jsx as jsx172 } from "react/jsx-runtime";
|
|
3347
|
+
var IconShareFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx172("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx172(
|
|
3088
3348
|
"path",
|
|
3089
3349
|
{
|
|
3090
3350
|
fill: fill || color || "currentColor",
|
|
@@ -3093,8 +3353,8 @@ var IconShareFilled = ({ size, width, height, color, className, fill, stroke })
|
|
|
3093
3353
|
) }), ShareFilled_default = IconShareFilled;
|
|
3094
3354
|
|
|
3095
3355
|
// src/components/Share.tsx
|
|
3096
|
-
import { jsx as
|
|
3097
|
-
var IconShare = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3356
|
+
import { jsx as jsx173 } from "react/jsx-runtime";
|
|
3357
|
+
var IconShare = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx173("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx173(
|
|
3098
3358
|
"path",
|
|
3099
3359
|
{
|
|
3100
3360
|
fill: stroke || color || "currentColor",
|
|
@@ -3105,8 +3365,8 @@ var IconShare = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
3105
3365
|
) }), Share_default = IconShare;
|
|
3106
3366
|
|
|
3107
3367
|
// src/components/Sidebar.tsx
|
|
3108
|
-
import { jsx as
|
|
3109
|
-
var IconSidebar = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3368
|
+
import { jsx as jsx174 } from "react/jsx-runtime";
|
|
3369
|
+
var IconSidebar = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx174("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx174(
|
|
3110
3370
|
"path",
|
|
3111
3371
|
{
|
|
3112
3372
|
fill: stroke || color || "currentColor",
|
|
@@ -3116,9 +3376,21 @@ var IconSidebar = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
3116
3376
|
}
|
|
3117
3377
|
) }), Sidebar_default = IconSidebar;
|
|
3118
3378
|
|
|
3379
|
+
// src/components/Singleunchecked.tsx
|
|
3380
|
+
import { jsx as jsx175 } from "react/jsx-runtime";
|
|
3381
|
+
var IconSingleunchecked = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx175("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx175(
|
|
3382
|
+
"path",
|
|
3383
|
+
{
|
|
3384
|
+
fill: stroke || color || "currentColor",
|
|
3385
|
+
d: "M12 24C18.6274 24 24 18.6274 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24ZM12 21.75C17.3848 21.75 21.75 17.3848 21.75 12C21.75 6.61522 17.3848 2.25 12 2.25C6.61522 2.25 2.25 6.61522 2.25 12C2.25 17.3848 6.61522 21.75 12 21.75Z",
|
|
3386
|
+
fillRule: "evenodd",
|
|
3387
|
+
clipRule: "evenodd"
|
|
3388
|
+
}
|
|
3389
|
+
) }), Singleunchecked_default = IconSingleunchecked;
|
|
3390
|
+
|
|
3119
3391
|
// src/components/SocialX.tsx
|
|
3120
|
-
import { jsx as
|
|
3121
|
-
var IconSocialX = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3392
|
+
import { jsx as jsx176 } from "react/jsx-runtime";
|
|
3393
|
+
var IconSocialX = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx176("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx176(
|
|
3122
3394
|
"path",
|
|
3123
3395
|
{
|
|
3124
3396
|
fill: fill || color || "currentColor",
|
|
@@ -3127,8 +3399,8 @@ var IconSocialX = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
3127
3399
|
) }), SocialX_default = IconSocialX;
|
|
3128
3400
|
|
|
3129
3401
|
// src/components/SocialDiscord.tsx
|
|
3130
|
-
import { jsx as
|
|
3131
|
-
var IconSocialDiscord = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3402
|
+
import { jsx as jsx177 } from "react/jsx-runtime";
|
|
3403
|
+
var IconSocialDiscord = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx177("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx177(
|
|
3132
3404
|
"path",
|
|
3133
3405
|
{
|
|
3134
3406
|
fill: fill || color || "currentColor",
|
|
@@ -3137,9 +3409,9 @@ var IconSocialDiscord = ({ size, width, height, color, className, fill, stroke }
|
|
|
3137
3409
|
) }), SocialDiscord_default = IconSocialDiscord;
|
|
3138
3410
|
|
|
3139
3411
|
// src/components/SoundOff.tsx
|
|
3140
|
-
import { jsx as
|
|
3141
|
-
var IconSoundOff = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3142
|
-
/* @__PURE__ */
|
|
3412
|
+
import { jsx as jsx178, jsxs as jsxs88 } from "react/jsx-runtime";
|
|
3413
|
+
var IconSoundOff = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs88("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3414
|
+
/* @__PURE__ */ jsx178(
|
|
3143
3415
|
"path",
|
|
3144
3416
|
{
|
|
3145
3417
|
fill: stroke || color || "currentColor",
|
|
@@ -3148,7 +3420,7 @@ var IconSoundOff = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
3148
3420
|
clipRule: "evenodd"
|
|
3149
3421
|
}
|
|
3150
3422
|
),
|
|
3151
|
-
/* @__PURE__ */
|
|
3423
|
+
/* @__PURE__ */ jsx178(
|
|
3152
3424
|
"path",
|
|
3153
3425
|
{
|
|
3154
3426
|
fill: stroke || color || "currentColor",
|
|
@@ -3158,9 +3430,9 @@ var IconSoundOff = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
3158
3430
|
] }), SoundOff_default = IconSoundOff;
|
|
3159
3431
|
|
|
3160
3432
|
// src/components/SoundOn.tsx
|
|
3161
|
-
import { jsx as
|
|
3162
|
-
var IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3163
|
-
/* @__PURE__ */
|
|
3433
|
+
import { jsx as jsx179, jsxs as jsxs89 } from "react/jsx-runtime";
|
|
3434
|
+
var IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs89("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3435
|
+
/* @__PURE__ */ jsx179(
|
|
3164
3436
|
"path",
|
|
3165
3437
|
{
|
|
3166
3438
|
fill: stroke || color || "currentColor",
|
|
@@ -3169,14 +3441,14 @@ var IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
3169
3441
|
clipRule: "evenodd"
|
|
3170
3442
|
}
|
|
3171
3443
|
),
|
|
3172
|
-
/* @__PURE__ */
|
|
3444
|
+
/* @__PURE__ */ jsx179(
|
|
3173
3445
|
"path",
|
|
3174
3446
|
{
|
|
3175
3447
|
fill: stroke || color || "currentColor",
|
|
3176
3448
|
d: "M15 5.25C18.7279 5.25 21.75 8.27208 21.75 12C21.75 15.7279 18.7279 18.75 15 18.75V21C19.9706 21 24 16.9706 24 12C24 7.02944 19.9706 3 15 3V5.25Z"
|
|
3177
3449
|
}
|
|
3178
3450
|
),
|
|
3179
|
-
/* @__PURE__ */
|
|
3451
|
+
/* @__PURE__ */ jsx179(
|
|
3180
3452
|
"path",
|
|
3181
3453
|
{
|
|
3182
3454
|
fill: stroke || color || "currentColor",
|
|
@@ -3186,8 +3458,8 @@ var IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
3186
3458
|
] }), SoundOn_default = IconSoundOn;
|
|
3187
3459
|
|
|
3188
3460
|
// src/components/Storyboard.tsx
|
|
3189
|
-
import { jsx as
|
|
3190
|
-
var IconStoryboard = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3461
|
+
import { jsx as jsx180 } from "react/jsx-runtime";
|
|
3462
|
+
var IconStoryboard = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx180("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx180(
|
|
3191
3463
|
"path",
|
|
3192
3464
|
{
|
|
3193
3465
|
fill: stroke || color || "currentColor",
|
|
@@ -3198,25 +3470,25 @@ var IconStoryboard = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
3198
3470
|
) }), Storyboard_default = IconStoryboard;
|
|
3199
3471
|
|
|
3200
3472
|
// src/components/StyleAutoFilled.tsx
|
|
3201
|
-
import { jsx as
|
|
3202
|
-
var IconStyleAutoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3203
|
-
/* @__PURE__ */
|
|
3473
|
+
import { jsx as jsx181, jsxs as jsxs90 } from "react/jsx-runtime";
|
|
3474
|
+
var IconStyleAutoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs90("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3475
|
+
/* @__PURE__ */ jsx181(
|
|
3204
3476
|
"path",
|
|
3205
3477
|
{
|
|
3206
3478
|
fill: fill || color || "currentColor",
|
|
3207
3479
|
d: "M12 4.5L15.75 3.75L16.5 0H18L18.75 3.75L22.5 4.5V6L18.75 6.75L18 10.5H16.5L15.75 6.75L12 6V4.5Z"
|
|
3208
3480
|
}
|
|
3209
3481
|
),
|
|
3210
|
-
/* @__PURE__ */
|
|
3482
|
+
/* @__PURE__ */ jsx181(
|
|
3211
3483
|
"path",
|
|
3212
3484
|
{
|
|
3213
3485
|
fill: fill || color || "currentColor",
|
|
3214
3486
|
d: "M0 16.5V15L6 13.5L7.5 7.5H9L10.5 13.5L16.5 15V16.5L10.5 18L9 24H7.5L6 18L0 16.5Z"
|
|
3215
3487
|
}
|
|
3216
3488
|
),
|
|
3217
|
-
/* @__PURE__ */
|
|
3218
|
-
/* @__PURE__ */
|
|
3219
|
-
/* @__PURE__ */
|
|
3489
|
+
/* @__PURE__ */ jsx181("path", { fill: fill || color || "currentColor", d: "M1.5 3L3.75 0.75L6 3L3.75 5.25L1.5 3Z" }),
|
|
3490
|
+
/* @__PURE__ */ jsx181("path", { fill: fill || color || "currentColor", d: "M22.5 21L19.5 18L16.5 21L19.5 24L22.5 21Z" }),
|
|
3491
|
+
/* @__PURE__ */ jsx181(
|
|
3220
3492
|
"path",
|
|
3221
3493
|
{
|
|
3222
3494
|
fill: fill || color || "currentColor",
|
|
@@ -3226,44 +3498,44 @@ var IconStyleAutoFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
3226
3498
|
] }), StyleAutoFilled_default = IconStyleAutoFilled;
|
|
3227
3499
|
|
|
3228
3500
|
// src/components/Style.tsx
|
|
3229
|
-
import { jsx as
|
|
3230
|
-
var IconStyle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3231
|
-
/* @__PURE__ */
|
|
3501
|
+
import { jsx as jsx182, jsxs as jsxs91 } from "react/jsx-runtime";
|
|
3502
|
+
var IconStyle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs91("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3503
|
+
/* @__PURE__ */ jsx182(
|
|
3232
3504
|
"path",
|
|
3233
3505
|
{
|
|
3234
3506
|
fill: stroke || color || "currentColor",
|
|
3235
3507
|
d: "M12 7.5C12.8284 7.5 13.5 6.82843 13.5 6C13.5 5.17157 12.8284 4.5 12 4.5C11.1716 4.5 10.5 5.17157 10.5 6C10.5 6.82843 11.1716 7.5 12 7.5Z"
|
|
3236
3508
|
}
|
|
3237
3509
|
),
|
|
3238
|
-
/* @__PURE__ */
|
|
3510
|
+
/* @__PURE__ */ jsx182(
|
|
3239
3511
|
"path",
|
|
3240
3512
|
{
|
|
3241
3513
|
fill: stroke || color || "currentColor",
|
|
3242
3514
|
d: "M7.5 12C7.5 12.8284 6.82843 13.5 6 13.5C5.17157 13.5 4.5 12.8284 4.5 12C4.5 11.1716 5.17157 10.5 6 10.5C6.82843 10.5 7.5 11.1716 7.5 12Z"
|
|
3243
3515
|
}
|
|
3244
3516
|
),
|
|
3245
|
-
/* @__PURE__ */
|
|
3517
|
+
/* @__PURE__ */ jsx182(
|
|
3246
3518
|
"path",
|
|
3247
3519
|
{
|
|
3248
3520
|
fill: stroke || color || "currentColor",
|
|
3249
3521
|
d: "M6.69679 8.81815C7.28257 9.40394 8.23232 9.40394 8.81811 8.81815C9.40389 8.23236 9.40389 7.28262 8.81811 6.69683C8.23232 6.11104 7.28257 6.11104 6.69679 6.69683C6.111 7.28262 6.111 8.23236 6.69679 8.81815Z"
|
|
3250
3522
|
}
|
|
3251
3523
|
),
|
|
3252
|
-
/* @__PURE__ */
|
|
3524
|
+
/* @__PURE__ */ jsx182(
|
|
3253
3525
|
"path",
|
|
3254
3526
|
{
|
|
3255
3527
|
fill: stroke || color || "currentColor",
|
|
3256
3528
|
d: "M15.182 8.81811C14.5962 8.23232 14.5962 7.28257 15.182 6.69679C15.7678 6.111 16.7176 6.111 17.3034 6.69679C17.8891 7.28257 17.8891 8.23232 17.3034 8.81811C16.7176 9.40389 15.7678 9.40389 15.182 8.81811Z"
|
|
3257
3529
|
}
|
|
3258
3530
|
),
|
|
3259
|
-
/* @__PURE__ */
|
|
3531
|
+
/* @__PURE__ */ jsx182(
|
|
3260
3532
|
"path",
|
|
3261
3533
|
{
|
|
3262
3534
|
fill: stroke || color || "currentColor",
|
|
3263
3535
|
d: "M8.81833 17.3032C9.40412 16.7174 9.40412 15.7677 8.81833 15.1819C8.23255 14.5961 7.2828 14.5961 6.69701 15.1819C6.11123 15.7677 6.11123 16.7174 6.69701 17.3032C7.2828 17.889 8.23255 17.889 8.81833 17.3032Z"
|
|
3264
3536
|
}
|
|
3265
3537
|
),
|
|
3266
|
-
/* @__PURE__ */
|
|
3538
|
+
/* @__PURE__ */ jsx182(
|
|
3267
3539
|
"path",
|
|
3268
3540
|
{
|
|
3269
3541
|
fill: stroke || color || "currentColor",
|
|
@@ -3275,9 +3547,9 @@ var IconStyle = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
3275
3547
|
] }), Style_default = IconStyle;
|
|
3276
3548
|
|
|
3277
3549
|
// src/components/Styleoverall.tsx
|
|
3278
|
-
import { jsx as
|
|
3279
|
-
var IconStyleoverall = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3280
|
-
/* @__PURE__ */
|
|
3550
|
+
import { jsx as jsx183, jsxs as jsxs92 } from "react/jsx-runtime";
|
|
3551
|
+
var IconStyleoverall = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs92("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3552
|
+
/* @__PURE__ */ jsx183(
|
|
3281
3553
|
"path",
|
|
3282
3554
|
{
|
|
3283
3555
|
fill: stroke || color || "currentColor",
|
|
@@ -3286,7 +3558,7 @@ var IconStyleoverall = ({ size, width, height, color, className, fill, stroke })
|
|
|
3286
3558
|
clipRule: "evenodd"
|
|
3287
3559
|
}
|
|
3288
3560
|
),
|
|
3289
|
-
/* @__PURE__ */
|
|
3561
|
+
/* @__PURE__ */ jsx183(
|
|
3290
3562
|
"path",
|
|
3291
3563
|
{
|
|
3292
3564
|
fill: stroke || color || "currentColor",
|
|
@@ -3295,7 +3567,7 @@ var IconStyleoverall = ({ size, width, height, color, className, fill, stroke })
|
|
|
3295
3567
|
clipRule: "evenodd"
|
|
3296
3568
|
}
|
|
3297
3569
|
),
|
|
3298
|
-
/* @__PURE__ */
|
|
3570
|
+
/* @__PURE__ */ jsx183(
|
|
3299
3571
|
"path",
|
|
3300
3572
|
{
|
|
3301
3573
|
fill: stroke || color || "currentColor",
|
|
@@ -3304,7 +3576,7 @@ var IconStyleoverall = ({ size, width, height, color, className, fill, stroke })
|
|
|
3304
3576
|
clipRule: "evenodd"
|
|
3305
3577
|
}
|
|
3306
3578
|
),
|
|
3307
|
-
/* @__PURE__ */
|
|
3579
|
+
/* @__PURE__ */ jsx183(
|
|
3308
3580
|
"path",
|
|
3309
3581
|
{
|
|
3310
3582
|
fill: stroke || color || "currentColor",
|
|
@@ -3316,8 +3588,8 @@ var IconStyleoverall = ({ size, width, height, color, className, fill, stroke })
|
|
|
3316
3588
|
] }), Styleoverall_default = IconStyleoverall;
|
|
3317
3589
|
|
|
3318
3590
|
// src/components/SwitchOffFilled.tsx
|
|
3319
|
-
import { jsx as
|
|
3320
|
-
var IconSwitchOffFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3591
|
+
import { jsx as jsx184 } from "react/jsx-runtime";
|
|
3592
|
+
var IconSwitchOffFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx184("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx184(
|
|
3321
3593
|
"path",
|
|
3322
3594
|
{
|
|
3323
3595
|
fill: fill || color || "currentColor",
|
|
@@ -3328,8 +3600,8 @@ var IconSwitchOffFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
3328
3600
|
) }), SwitchOffFilled_default = IconSwitchOffFilled;
|
|
3329
3601
|
|
|
3330
3602
|
// src/components/SwitchOnFilled.tsx
|
|
3331
|
-
import { jsx as
|
|
3332
|
-
var IconSwitchOnFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3603
|
+
import { jsx as jsx185 } from "react/jsx-runtime";
|
|
3604
|
+
var IconSwitchOnFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx185("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx185(
|
|
3333
3605
|
"path",
|
|
3334
3606
|
{
|
|
3335
3607
|
fill: fill || color || "currentColor",
|
|
@@ -3339,10 +3611,22 @@ var IconSwitchOnFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
3339
3611
|
}
|
|
3340
3612
|
) }), SwitchOnFilled_default = IconSwitchOnFilled;
|
|
3341
3613
|
|
|
3614
|
+
// src/components/Table.tsx
|
|
3615
|
+
import { jsx as jsx186 } from "react/jsx-runtime";
|
|
3616
|
+
var IconTable = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx186("svg", { fill: "none", viewBox: "0 0 24 25", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx186(
|
|
3617
|
+
"path",
|
|
3618
|
+
{
|
|
3619
|
+
fill: stroke || color || "currentColor",
|
|
3620
|
+
d: "M24 21.875L24 3.125L0 3.125L0 21.875L24 21.875ZM21.75 5.46875L16.5 5.46875V11.3281L21.75 11.3281V5.46875ZM21.75 13.6719V19.5312L16.5 19.5312V13.6719L21.75 13.6719ZM14.25 11.3281L14.25 5.46875L8.25 5.46875L8.25 11.3281L14.25 11.3281ZM8.25 13.6719L14.25 13.6719V19.5312L8.25 19.5312V13.6719ZM6 19.5312L6 5.46875L2.25 5.46875L2.25 19.5312L6 19.5312Z",
|
|
3621
|
+
fillRule: "evenodd",
|
|
3622
|
+
clipRule: "evenodd"
|
|
3623
|
+
}
|
|
3624
|
+
) }), Table_default = IconTable;
|
|
3625
|
+
|
|
3342
3626
|
// src/components/Target.tsx
|
|
3343
|
-
import { jsx as
|
|
3344
|
-
var IconTarget = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3345
|
-
/* @__PURE__ */
|
|
3627
|
+
import { jsx as jsx187, jsxs as jsxs93 } from "react/jsx-runtime";
|
|
3628
|
+
var IconTarget = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs93("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3629
|
+
/* @__PURE__ */ jsx187(
|
|
3346
3630
|
"path",
|
|
3347
3631
|
{
|
|
3348
3632
|
fill: stroke || color || "currentColor",
|
|
@@ -3351,7 +3635,7 @@ var IconTarget = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
3351
3635
|
clipRule: "evenodd"
|
|
3352
3636
|
}
|
|
3353
3637
|
),
|
|
3354
|
-
/* @__PURE__ */
|
|
3638
|
+
/* @__PURE__ */ jsx187(
|
|
3355
3639
|
"path",
|
|
3356
3640
|
{
|
|
3357
3641
|
fill: stroke || color || "currentColor",
|
|
@@ -3363,44 +3647,44 @@ var IconTarget = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
3363
3647
|
] }), Target_default = IconTarget;
|
|
3364
3648
|
|
|
3365
3649
|
// src/components/TextLogo.tsx
|
|
3366
|
-
import { jsx as
|
|
3367
|
-
var IconTextLogo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3368
|
-
/* @__PURE__ */
|
|
3650
|
+
import { jsx as jsx188, jsxs as jsxs94 } from "react/jsx-runtime";
|
|
3651
|
+
var IconTextLogo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs94("svg", { fill: "none", viewBox: "0 0 124 40", className, width: width || size, height: height || size, children: [
|
|
3652
|
+
/* @__PURE__ */ jsx188(
|
|
3369
3653
|
"path",
|
|
3370
3654
|
{
|
|
3371
3655
|
fill: fill || color || "currentColor",
|
|
3372
3656
|
d: "M42.0618 5.62237C49.8822 5.62238 56.2219 11.962 56.2219 19.7823C56.2218 27.6027 49.8822 33.9423 42.0618 33.9423C34.2415 33.9423 27.9019 27.6027 27.9018 19.7823C27.9018 11.962 34.2415 5.62237 42.0618 5.62237ZM42.0618 13.1743C38.4124 13.1743 35.4538 16.1328 35.4538 19.7823C35.4538 23.4318 38.4124 26.3903 42.0618 26.3903C45.7113 26.3903 48.6698 23.4318 48.6698 19.7823C48.6698 16.1329 45.7113 13.1743 42.0618 13.1743Z"
|
|
3373
3657
|
}
|
|
3374
3658
|
),
|
|
3375
|
-
/* @__PURE__ */
|
|
3659
|
+
/* @__PURE__ */ jsx188(
|
|
3376
3660
|
"path",
|
|
3377
3661
|
{
|
|
3378
3662
|
fill: fill || color || "currentColor",
|
|
3379
3663
|
d: "M89.3535 5.62237C97.1738 5.62237 103.514 11.962 103.514 19.7823C103.514 27.6027 97.1738 33.9423 89.3535 33.9423C81.5331 33.9423 75.1935 27.6027 75.1935 19.7823C75.1935 11.962 81.5331 5.62239 89.3535 5.62237ZM89.3535 13.1744C85.704 13.1744 82.7455 16.1329 82.7455 19.7823C82.7455 23.4318 85.704 26.3904 89.3535 26.3904C93.003 26.3904 95.9615 23.4318 95.9615 19.7823C95.9615 16.1329 93.003 13.1744 89.3535 13.1744Z"
|
|
3380
3664
|
}
|
|
3381
3665
|
),
|
|
3382
|
-
/* @__PURE__ */
|
|
3666
|
+
/* @__PURE__ */ jsx188(
|
|
3383
3667
|
"path",
|
|
3384
3668
|
{
|
|
3385
3669
|
fill: fill || color || "currentColor",
|
|
3386
3670
|
d: "M59.1199 19.3272C59.1199 11.741 63.1893 6.56006 71.8774 6.56006H73.4399C73.8818 6.56006 74.2399 6.91823 74.2399 7.36006V13.3258C74.2399 13.7676 73.8818 14.1258 73.4399 14.1258H71.8774C68.8335 14.1258 66.6799 16.2577 66.6799 19.3272V32.24C66.6799 32.6818 66.3217 33.04 65.8799 33.04H59.9199C59.4781 33.04 59.1199 32.6818 59.1199 32.24V19.3272Z"
|
|
3387
3671
|
}
|
|
3388
3672
|
),
|
|
3389
|
-
/* @__PURE__ */
|
|
3673
|
+
/* @__PURE__ */ jsx188(
|
|
3390
3674
|
"path",
|
|
3391
3675
|
{
|
|
3392
3676
|
fill: fill || color || "currentColor",
|
|
3393
3677
|
d: "M106 0.799999C106 0.358172 106.358 0 106.8 0H112.8C113.242 0 113.6 0.358171 113.6 0.799998V32.3199C113.6 32.7618 113.242 33.1199 112.8 33.1199H106.8C106.358 33.1199 106 32.7618 106 32.3199V0.799999Z"
|
|
3394
3678
|
}
|
|
3395
3679
|
),
|
|
3396
|
-
/* @__PURE__ */
|
|
3680
|
+
/* @__PURE__ */ jsx188(
|
|
3397
3681
|
"path",
|
|
3398
3682
|
{
|
|
3399
3683
|
fill: fill || color || "currentColor",
|
|
3400
3684
|
d: "M116.4 0.799999C116.4 0.358172 116.758 0 117.2 0H123.2C123.642 0 124 0.358171 124 0.799998V32.3199C124 32.7618 123.642 33.1199 123.2 33.1199H117.2C116.758 33.1199 116.4 32.7618 116.4 32.3199V0.799999Z"
|
|
3401
3685
|
}
|
|
3402
3686
|
),
|
|
3403
|
-
/* @__PURE__ */
|
|
3687
|
+
/* @__PURE__ */ jsx188(
|
|
3404
3688
|
"path",
|
|
3405
3689
|
{
|
|
3406
3690
|
fill: fill || color || "currentColor",
|
|
@@ -3410,8 +3694,8 @@ var IconTextLogo = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
3410
3694
|
] }), TextLogo_default = IconTextLogo;
|
|
3411
3695
|
|
|
3412
3696
|
// src/components/TipsFilled.tsx
|
|
3413
|
-
import { jsx as
|
|
3414
|
-
var IconTipsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3697
|
+
import { jsx as jsx189 } from "react/jsx-runtime";
|
|
3698
|
+
var IconTipsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx189("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx189(
|
|
3415
3699
|
"path",
|
|
3416
3700
|
{
|
|
3417
3701
|
fill: fill || color || "currentColor",
|
|
@@ -3422,8 +3706,8 @@ var IconTipsFilled = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
3422
3706
|
) }), TipsFilled_default = IconTipsFilled;
|
|
3423
3707
|
|
|
3424
3708
|
// src/components/Tips.tsx
|
|
3425
|
-
import { jsx as
|
|
3426
|
-
var IconTips = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3709
|
+
import { jsx as jsx190 } from "react/jsx-runtime";
|
|
3710
|
+
var IconTips = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx190("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx190(
|
|
3427
3711
|
"path",
|
|
3428
3712
|
{
|
|
3429
3713
|
fill: stroke || color || "currentColor",
|
|
@@ -3434,16 +3718,16 @@ var IconTips = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
3434
3718
|
) }), Tips_default = IconTips;
|
|
3435
3719
|
|
|
3436
3720
|
// src/components/ToolsFilled.tsx
|
|
3437
|
-
import { jsx as
|
|
3438
|
-
var IconToolsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3439
|
-
/* @__PURE__ */
|
|
3721
|
+
import { jsx as jsx191, jsxs as jsxs95 } from "react/jsx-runtime";
|
|
3722
|
+
var IconToolsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs95("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3723
|
+
/* @__PURE__ */ jsx191(
|
|
3440
3724
|
"path",
|
|
3441
3725
|
{
|
|
3442
3726
|
fill: fill || color || "currentColor",
|
|
3443
3727
|
d: "M24 12L19.5 16.5L15 15L9 9L7.5 4.5L12 0L16.5 1.5L22.5 7.5L24 12Z"
|
|
3444
3728
|
}
|
|
3445
3729
|
),
|
|
3446
|
-
/* @__PURE__ */
|
|
3730
|
+
/* @__PURE__ */ jsx191(
|
|
3447
3731
|
"path",
|
|
3448
3732
|
{
|
|
3449
3733
|
fill: fill || color || "currentColor",
|
|
@@ -3453,8 +3737,8 @@ var IconToolsFilled = ({ size, width, height, color, className, fill, stroke })
|
|
|
3453
3737
|
] }), ToolsFilled_default = IconToolsFilled;
|
|
3454
3738
|
|
|
3455
3739
|
// src/components/Tools.tsx
|
|
3456
|
-
import { jsx as
|
|
3457
|
-
var IconTools = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3740
|
+
import { jsx as jsx192 } from "react/jsx-runtime";
|
|
3741
|
+
var IconTools = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx192("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx192(
|
|
3458
3742
|
"path",
|
|
3459
3743
|
{
|
|
3460
3744
|
stroke: stroke || color || "currentColor",
|
|
@@ -3464,8 +3748,8 @@ var IconTools = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
3464
3748
|
) }), Tools_default = IconTools;
|
|
3465
3749
|
|
|
3466
3750
|
// src/components/Undo.tsx
|
|
3467
|
-
import { jsx as
|
|
3468
|
-
var IconUndo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3751
|
+
import { jsx as jsx193 } from "react/jsx-runtime";
|
|
3752
|
+
var IconUndo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx193("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx193(
|
|
3469
3753
|
"path",
|
|
3470
3754
|
{
|
|
3471
3755
|
fill: stroke || color || "currentColor",
|
|
@@ -3475,9 +3759,34 @@ var IconUndo = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
3475
3759
|
}
|
|
3476
3760
|
) }), Undo_default = IconUndo;
|
|
3477
3761
|
|
|
3762
|
+
// src/components/UnsatisfiedFilled.tsx
|
|
3763
|
+
import { jsx as jsx194, jsxs as jsxs96 } from "react/jsx-runtime";
|
|
3764
|
+
var IconUnsatisfiedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs96("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3765
|
+
/* @__PURE__ */ jsx194(
|
|
3766
|
+
"path",
|
|
3767
|
+
{
|
|
3768
|
+
fill: fill || color || "currentColor",
|
|
3769
|
+
d: "M10.5 24L7.5 16.5V3H21L24 12V16.5H15V21C15 22.6569 13.6569 24 12 24H10.5Z"
|
|
3770
|
+
}
|
|
3771
|
+
),
|
|
3772
|
+
/* @__PURE__ */ jsx194("path", { fill: fill || color || "currentColor", d: "M4.5 16.5H0V3H4.5V16.5Z" })
|
|
3773
|
+
] }), UnsatisfiedFilled_default = IconUnsatisfiedFilled;
|
|
3774
|
+
|
|
3775
|
+
// src/components/Unsatisfied.tsx
|
|
3776
|
+
import { jsx as jsx195 } from "react/jsx-runtime";
|
|
3777
|
+
var IconUnsatisfied = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx195("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx195(
|
|
3778
|
+
"path",
|
|
3779
|
+
{
|
|
3780
|
+
fill: stroke || color || "currentColor",
|
|
3781
|
+
d: "M6.675 16.5L9.75 24H12.75C14.4069 24 15.75 22.6569 15.75 21V16.5H24V12L21 3H0V16.5H6.675ZM6 14.25H2.25V5.25H6V14.25ZM8.25 5.25H19.3783L21.75 12.3651V14.25H13.5V21C13.5 21.4142 13.1642 21.75 12.75 21.75H11.2593L8.25 14.4103V5.25Z",
|
|
3782
|
+
fillRule: "evenodd",
|
|
3783
|
+
clipRule: "evenodd"
|
|
3784
|
+
}
|
|
3785
|
+
) }), Unsatisfied_default = IconUnsatisfied;
|
|
3786
|
+
|
|
3478
3787
|
// src/components/UpFilled.tsx
|
|
3479
|
-
import { jsx as
|
|
3480
|
-
var IconUpFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3788
|
+
import { jsx as jsx196 } from "react/jsx-runtime";
|
|
3789
|
+
var IconUpFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx196("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx196(
|
|
3481
3790
|
"path",
|
|
3482
3791
|
{
|
|
3483
3792
|
fill: fill || color || "currentColor",
|
|
@@ -3488,8 +3797,8 @@ var IconUpFilled = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
3488
3797
|
) }), UpFilled_default = IconUpFilled;
|
|
3489
3798
|
|
|
3490
3799
|
// src/components/UpleftFilled.tsx
|
|
3491
|
-
import { jsx as
|
|
3492
|
-
var IconUpleftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3800
|
+
import { jsx as jsx197 } from "react/jsx-runtime";
|
|
3801
|
+
var IconUpleftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx197("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx197(
|
|
3493
3802
|
"path",
|
|
3494
3803
|
{
|
|
3495
3804
|
fill: fill || color || "currentColor",
|
|
@@ -3500,8 +3809,8 @@ var IconUpleftFilled = ({ size, width, height, color, className, fill, stroke })
|
|
|
3500
3809
|
) }), UpleftFilled_default = IconUpleftFilled;
|
|
3501
3810
|
|
|
3502
3811
|
// src/components/Uploadedvideo.tsx
|
|
3503
|
-
import { jsx as
|
|
3504
|
-
var IconUploadedvideo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3812
|
+
import { jsx as jsx198 } from "react/jsx-runtime";
|
|
3813
|
+
var IconUploadedvideo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx198("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx198(
|
|
3505
3814
|
"path",
|
|
3506
3815
|
{
|
|
3507
3816
|
fill: fill || color || "currentColor",
|
|
@@ -3512,8 +3821,8 @@ var IconUploadedvideo = ({ size, width, height, color, className, fill, stroke }
|
|
|
3512
3821
|
) }), Uploadedvideo_default = IconUploadedvideo;
|
|
3513
3822
|
|
|
3514
3823
|
// src/components/Uploadfiles.tsx
|
|
3515
|
-
import { jsx as
|
|
3516
|
-
var IconUploadfiles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3824
|
+
import { jsx as jsx199 } from "react/jsx-runtime";
|
|
3825
|
+
var IconUploadfiles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx199("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx199(
|
|
3517
3826
|
"path",
|
|
3518
3827
|
{
|
|
3519
3828
|
fill: stroke || color || "currentColor",
|
|
@@ -3522,8 +3831,8 @@ var IconUploadfiles = ({ size, width, height, color, className, fill, stroke })
|
|
|
3522
3831
|
) }), Uploadfiles_default = IconUploadfiles;
|
|
3523
3832
|
|
|
3524
3833
|
// src/components/Uploadstory.tsx
|
|
3525
|
-
import { jsx as
|
|
3526
|
-
var IconUploadstory = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3834
|
+
import { jsx as jsx200 } from "react/jsx-runtime";
|
|
3835
|
+
var IconUploadstory = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx200("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx200(
|
|
3527
3836
|
"path",
|
|
3528
3837
|
{
|
|
3529
3838
|
fill: stroke || color || "currentColor",
|
|
@@ -3534,8 +3843,8 @@ var IconUploadstory = ({ size, width, height, color, className, fill, stroke })
|
|
|
3534
3843
|
) }), Uploadstory_default = IconUploadstory;
|
|
3535
3844
|
|
|
3536
3845
|
// src/components/UprightFilled.tsx
|
|
3537
|
-
import { jsx as
|
|
3538
|
-
var IconUprightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3846
|
+
import { jsx as jsx201 } from "react/jsx-runtime";
|
|
3847
|
+
var IconUprightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx201("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx201(
|
|
3539
3848
|
"path",
|
|
3540
3849
|
{
|
|
3541
3850
|
fill: fill || color || "currentColor",
|
|
@@ -3546,8 +3855,8 @@ var IconUprightFilled = ({ size, width, height, color, className, fill, stroke }
|
|
|
3546
3855
|
) }), UprightFilled_default = IconUprightFilled;
|
|
3547
3856
|
|
|
3548
3857
|
// src/components/Userfeedback.tsx
|
|
3549
|
-
import { jsx as
|
|
3550
|
-
var IconUserfeedback = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3858
|
+
import { jsx as jsx202 } from "react/jsx-runtime";
|
|
3859
|
+
var IconUserfeedback = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx202("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx202(
|
|
3551
3860
|
"path",
|
|
3552
3861
|
{
|
|
3553
3862
|
fill: stroke || color || "currentColor",
|
|
@@ -3558,17 +3867,17 @@ var IconUserfeedback = ({ size, width, height, color, className, fill, stroke })
|
|
|
3558
3867
|
) }), Userfeedback_default = IconUserfeedback;
|
|
3559
3868
|
|
|
3560
3869
|
// src/components/Userfollow.tsx
|
|
3561
|
-
import { jsx as
|
|
3562
|
-
var IconUserfollow = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3563
|
-
/* @__PURE__ */
|
|
3870
|
+
import { jsx as jsx203, jsxs as jsxs97 } from "react/jsx-runtime";
|
|
3871
|
+
var IconUserfollow = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs97("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3872
|
+
/* @__PURE__ */ jsx203(
|
|
3564
3873
|
"path",
|
|
3565
3874
|
{
|
|
3566
3875
|
fill: stroke || color || "currentColor",
|
|
3567
3876
|
d: "M15 15.25H6.5C5.25736 15.25 4.25 16.2574 4.25 17.5V19.75H12V22H2V17.5C2 15.0147 4.01472 13 6.5 13H15V15.25Z"
|
|
3568
3877
|
}
|
|
3569
3878
|
),
|
|
3570
|
-
/* @__PURE__ */
|
|
3571
|
-
/* @__PURE__ */
|
|
3879
|
+
/* @__PURE__ */ jsx203("path", { fill: stroke || color || "currentColor", d: "M19 17H22V19H19V22H17V19H14V17H17V14H19V17Z" }),
|
|
3880
|
+
/* @__PURE__ */ jsx203(
|
|
3572
3881
|
"path",
|
|
3573
3882
|
{
|
|
3574
3883
|
fill: stroke || color || "currentColor",
|
|
@@ -3580,8 +3889,8 @@ var IconUserfollow = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
3580
3889
|
] }), Userfollow_default = IconUserfollow;
|
|
3581
3890
|
|
|
3582
3891
|
// src/components/Userfollowback.tsx
|
|
3583
|
-
import { jsx as
|
|
3584
|
-
var IconUserfollowback = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3892
|
+
import { jsx as jsx204 } from "react/jsx-runtime";
|
|
3893
|
+
var IconUserfollowback = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx204("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx204(
|
|
3585
3894
|
"path",
|
|
3586
3895
|
{
|
|
3587
3896
|
fill: stroke || color || "currentColor",
|
|
@@ -3590,8 +3899,8 @@ var IconUserfollowback = ({ size, width, height, color, className, fill, stroke
|
|
|
3590
3899
|
) }), Userfollowback_default = IconUserfollowback;
|
|
3591
3900
|
|
|
3592
3901
|
// src/components/Userfollowed.tsx
|
|
3593
|
-
import { jsx as
|
|
3594
|
-
var IconUserfollowed = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3902
|
+
import { jsx as jsx205 } from "react/jsx-runtime";
|
|
3903
|
+
var IconUserfollowed = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx205("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx205(
|
|
3595
3904
|
"path",
|
|
3596
3905
|
{
|
|
3597
3906
|
fill: stroke || color || "currentColor",
|
|
@@ -3600,16 +3909,16 @@ var IconUserfollowed = ({ size, width, height, color, className, fill, stroke })
|
|
|
3600
3909
|
) }), Userfollowed_default = IconUserfollowed;
|
|
3601
3910
|
|
|
3602
3911
|
// src/components/VideoGeneration.tsx
|
|
3603
|
-
import { jsx as
|
|
3604
|
-
var IconVideoGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3605
|
-
/* @__PURE__ */
|
|
3912
|
+
import { jsx as jsx206, jsxs as jsxs98 } from "react/jsx-runtime";
|
|
3913
|
+
var IconVideoGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs98("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3914
|
+
/* @__PURE__ */ jsx206(
|
|
3606
3915
|
"path",
|
|
3607
3916
|
{
|
|
3608
3917
|
fill: stroke || color || "currentColor",
|
|
3609
3918
|
d: "M12 2.25C6.61522 2.25 2.25 6.61522 2.25 12C2.25 17.3848 6.61522 21.75 12 21.75C17.3848 21.75 21.75 17.3848 21.75 12H24C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0V2.25Z"
|
|
3610
3919
|
}
|
|
3611
3920
|
),
|
|
3612
|
-
/* @__PURE__ */
|
|
3921
|
+
/* @__PURE__ */ jsx206(
|
|
3613
3922
|
"path",
|
|
3614
3923
|
{
|
|
3615
3924
|
fill: stroke || color || "currentColor",
|
|
@@ -3618,7 +3927,7 @@ var IconVideoGeneration = ({ size, width, height, color, className, fill, stroke
|
|
|
3618
3927
|
clipRule: "evenodd"
|
|
3619
3928
|
}
|
|
3620
3929
|
),
|
|
3621
|
-
/* @__PURE__ */
|
|
3930
|
+
/* @__PURE__ */ jsx206(
|
|
3622
3931
|
"path",
|
|
3623
3932
|
{
|
|
3624
3933
|
fill: stroke || color || "currentColor",
|
|
@@ -3628,10 +3937,10 @@ var IconVideoGeneration = ({ size, width, height, color, className, fill, stroke
|
|
|
3628
3937
|
] }), VideoGeneration_default = IconVideoGeneration;
|
|
3629
3938
|
|
|
3630
3939
|
// src/components/VideoLength.tsx
|
|
3631
|
-
import { jsx as
|
|
3632
|
-
var IconVideoLength = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3633
|
-
/* @__PURE__ */
|
|
3634
|
-
/* @__PURE__ */
|
|
3940
|
+
import { jsx as jsx207, jsxs as jsxs99 } from "react/jsx-runtime";
|
|
3941
|
+
var IconVideoLength = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs99("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3942
|
+
/* @__PURE__ */ jsx207("path", { fill: stroke || color || "currentColor", d: "M10.875 9V15H13.125V9H10.875Z" }),
|
|
3943
|
+
/* @__PURE__ */ jsx207(
|
|
3635
3944
|
"path",
|
|
3636
3945
|
{
|
|
3637
3946
|
fill: stroke || color || "currentColor",
|
|
@@ -3643,9 +3952,9 @@ var IconVideoLength = ({ size, width, height, color, className, fill, stroke })
|
|
|
3643
3952
|
] }), VideoLength_default = IconVideoLength;
|
|
3644
3953
|
|
|
3645
3954
|
// src/components/Videogenerate.tsx
|
|
3646
|
-
import { jsx as
|
|
3647
|
-
var IconVideogenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3648
|
-
/* @__PURE__ */
|
|
3955
|
+
import { jsx as jsx208, jsxs as jsxs100 } from "react/jsx-runtime";
|
|
3956
|
+
var IconVideogenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs100("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3957
|
+
/* @__PURE__ */ jsx208(
|
|
3649
3958
|
"path",
|
|
3650
3959
|
{
|
|
3651
3960
|
fill: stroke || color || "currentColor",
|
|
@@ -3654,7 +3963,7 @@ var IconVideogenerate = ({ size, width, height, color, className, fill, stroke }
|
|
|
3654
3963
|
clipRule: "evenodd"
|
|
3655
3964
|
}
|
|
3656
3965
|
),
|
|
3657
|
-
/* @__PURE__ */
|
|
3966
|
+
/* @__PURE__ */ jsx208(
|
|
3658
3967
|
"path",
|
|
3659
3968
|
{
|
|
3660
3969
|
fill: stroke || color || "currentColor",
|
|
@@ -3666,8 +3975,8 @@ var IconVideogenerate = ({ size, width, height, color, className, fill, stroke }
|
|
|
3666
3975
|
] }), Videogenerate_default = IconVideogenerate;
|
|
3667
3976
|
|
|
3668
3977
|
// src/components/Visualstyles.tsx
|
|
3669
|
-
import { jsx as
|
|
3670
|
-
var IconVisualstyles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3978
|
+
import { jsx as jsx209 } from "react/jsx-runtime";
|
|
3979
|
+
var IconVisualstyles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx209("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx209(
|
|
3671
3980
|
"path",
|
|
3672
3981
|
{
|
|
3673
3982
|
fill: stroke || color || "currentColor",
|
|
@@ -3678,9 +3987,9 @@ var IconVisualstyles = ({ size, width, height, color, className, fill, stroke })
|
|
|
3678
3987
|
) }), Visualstyles_default = IconVisualstyles;
|
|
3679
3988
|
|
|
3680
3989
|
// src/components/Volume.tsx
|
|
3681
|
-
import { jsx as
|
|
3682
|
-
var IconVolume = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3683
|
-
/* @__PURE__ */
|
|
3990
|
+
import { jsx as jsx210, jsxs as jsxs101 } from "react/jsx-runtime";
|
|
3991
|
+
var IconVolume = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs101("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
3992
|
+
/* @__PURE__ */ jsx210(
|
|
3684
3993
|
"path",
|
|
3685
3994
|
{
|
|
3686
3995
|
fill: stroke || color || "currentColor",
|
|
@@ -3689,14 +3998,14 @@ var IconVolume = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
3689
3998
|
clipRule: "evenodd"
|
|
3690
3999
|
}
|
|
3691
4000
|
),
|
|
3692
|
-
/* @__PURE__ */
|
|
4001
|
+
/* @__PURE__ */ jsx210(
|
|
3693
4002
|
"path",
|
|
3694
4003
|
{
|
|
3695
4004
|
fill: stroke || color || "currentColor",
|
|
3696
4005
|
d: "M15 5.25C18.7279 5.25 21.75 8.27208 21.75 12C21.75 15.7279 18.7279 18.75 15 18.75V21C19.9706 21 24 16.9706 24 12C24 7.02944 19.9706 3 15 3V5.25Z"
|
|
3697
4006
|
}
|
|
3698
4007
|
),
|
|
3699
|
-
/* @__PURE__ */
|
|
4008
|
+
/* @__PURE__ */ jsx210(
|
|
3700
4009
|
"path",
|
|
3701
4010
|
{
|
|
3702
4011
|
fill: stroke || color || "currentColor",
|
|
@@ -3706,8 +4015,8 @@ var IconVolume = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
3706
4015
|
] }), Volume_default = IconVolume;
|
|
3707
4016
|
|
|
3708
4017
|
// src/components/Withdrawgame.tsx
|
|
3709
|
-
import { jsx as
|
|
3710
|
-
var IconWithdrawgame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
4018
|
+
import { jsx as jsx211 } from "react/jsx-runtime";
|
|
4019
|
+
var IconWithdrawgame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx211("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx211(
|
|
3711
4020
|
"path",
|
|
3712
4021
|
{
|
|
3713
4022
|
fill: stroke || color || "currentColor",
|
|
@@ -3718,16 +4027,16 @@ var IconWithdrawgame = ({ size, width, height, color, className, fill, stroke })
|
|
|
3718
4027
|
) }), Withdrawgame_default = IconWithdrawgame;
|
|
3719
4028
|
|
|
3720
4029
|
// src/components/Zoomhandle.tsx
|
|
3721
|
-
import { jsx as
|
|
3722
|
-
var IconZoomhandle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3723
|
-
/* @__PURE__ */
|
|
4030
|
+
import { jsx as jsx212, jsxs as jsxs102 } from "react/jsx-runtime";
|
|
4031
|
+
var IconZoomhandle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs102("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4032
|
+
/* @__PURE__ */ jsx212(
|
|
3724
4033
|
"path",
|
|
3725
4034
|
{
|
|
3726
4035
|
fill: fill || color || "currentColor",
|
|
3727
4036
|
d: "M12 -2.62268e-07C15.3137 -1.17422e-07 18 2.68629 18 6L18 18C18 21.3137 15.3137 24 12 24C8.68629 24 6 21.3137 6 18L6 6C6 2.68629 8.68629 -4.07115e-07 12 -2.62268e-07Z"
|
|
3728
4037
|
}
|
|
3729
4038
|
),
|
|
3730
|
-
/* @__PURE__ */
|
|
4039
|
+
/* @__PURE__ */ jsx212(
|
|
3731
4040
|
"path",
|
|
3732
4041
|
{
|
|
3733
4042
|
fill: stroke || color || "currentColor",
|
|
@@ -3737,16 +4046,16 @@ var IconZoomhandle = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
3737
4046
|
] }), Zoomhandle_default = IconZoomhandle;
|
|
3738
4047
|
|
|
3739
4048
|
// src/components/Zoomin.tsx
|
|
3740
|
-
import { jsx as
|
|
3741
|
-
var IconZoomin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3742
|
-
/* @__PURE__ */
|
|
4049
|
+
import { jsx as jsx213, jsxs as jsxs103 } from "react/jsx-runtime";
|
|
4050
|
+
var IconZoomin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs103("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4051
|
+
/* @__PURE__ */ jsx213(
|
|
3743
4052
|
"path",
|
|
3744
4053
|
{
|
|
3745
4054
|
fill: stroke || color || "currentColor",
|
|
3746
4055
|
d: "M11.625 11.625H15V9.375H11.625V6H9.375V9.375H6V11.625H9.375V15H11.625V11.625Z"
|
|
3747
4056
|
}
|
|
3748
4057
|
),
|
|
3749
|
-
/* @__PURE__ */
|
|
4058
|
+
/* @__PURE__ */ jsx213(
|
|
3750
4059
|
"path",
|
|
3751
4060
|
{
|
|
3752
4061
|
fill: stroke || color || "currentColor",
|
|
@@ -3758,10 +4067,10 @@ var IconZoomin = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
3758
4067
|
] }), Zoomin_default = IconZoomin;
|
|
3759
4068
|
|
|
3760
4069
|
// src/components/Zoomout.tsx
|
|
3761
|
-
import { jsx as
|
|
3762
|
-
var IconZoomout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3763
|
-
/* @__PURE__ */
|
|
3764
|
-
/* @__PURE__ */
|
|
4070
|
+
import { jsx as jsx214, jsxs as jsxs104 } from "react/jsx-runtime";
|
|
4071
|
+
var IconZoomout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs104("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
4072
|
+
/* @__PURE__ */ jsx214("path", { fill: stroke || color || "currentColor", d: "M15 11.625H6V9.375H15V11.625Z" }),
|
|
4073
|
+
/* @__PURE__ */ jsx214(
|
|
3765
4074
|
"path",
|
|
3766
4075
|
{
|
|
3767
4076
|
fill: stroke || color || "currentColor",
|
|
@@ -3775,6 +4084,8 @@ export {
|
|
|
3775
4084
|
Aboutus_default as IconAboutus,
|
|
3776
4085
|
Add_default as IconAdd,
|
|
3777
4086
|
AddSceneChoice_default as IconAddSceneChoice,
|
|
4087
|
+
Agent_default as IconAgent,
|
|
4088
|
+
AgentFilled_default as IconAgentFilled,
|
|
3778
4089
|
Agreements_default as IconAgreements,
|
|
3779
4090
|
Aiwriting_default as IconAiwriting,
|
|
3780
4091
|
AngleDown_default as IconAngleDown,
|
|
@@ -3787,6 +4098,7 @@ export {
|
|
|
3787
4098
|
Backtoprojects_default as IconBacktoprojects,
|
|
3788
4099
|
Backward_default as IconBackward,
|
|
3789
4100
|
BatchShots_default as IconBatchShots,
|
|
4101
|
+
Canvaposition_default as IconCanvaposition,
|
|
3790
4102
|
Canvasmode_default as IconCanvasmode,
|
|
3791
4103
|
Ccg_default as IconCcg,
|
|
3792
4104
|
CcgFilled_default as IconCcgFilled,
|
|
@@ -3794,22 +4106,26 @@ export {
|
|
|
3794
4106
|
Ccglanguage_default as IconCcglanguage,
|
|
3795
4107
|
Chaptercollapse_default as IconChaptercollapse,
|
|
3796
4108
|
Chapterexpand_default as IconChapterexpand,
|
|
4109
|
+
Chathistory_default as IconChathistory,
|
|
3797
4110
|
Check_default as IconCheck,
|
|
3798
4111
|
CheckedFilled_default as IconCheckedFilled,
|
|
3799
4112
|
Close_default as IconClose,
|
|
3800
4113
|
Collapsewindow_default as IconCollapsewindow,
|
|
3801
4114
|
Copy_default as IconCopy,
|
|
3802
4115
|
Copylink_default as IconCopylink,
|
|
4116
|
+
Createplan_default as IconCreateplan,
|
|
3803
4117
|
CreditFilled_default as IconCreditFilled,
|
|
3804
4118
|
Cursor_default as IconCursor,
|
|
3805
4119
|
Delete_default as IconDelete,
|
|
3806
4120
|
DeleteSceneChoice_default as IconDeleteSceneChoice,
|
|
4121
|
+
Document_default as IconDocument,
|
|
3807
4122
|
DownFilled_default as IconDownFilled,
|
|
3808
4123
|
DownleftFilled_default as IconDownleftFilled,
|
|
3809
4124
|
Download_default as IconDownload,
|
|
3810
4125
|
DownrightFilled_default as IconDownrightFilled,
|
|
3811
4126
|
DraghandleFilled_default as IconDraghandleFilled,
|
|
3812
4127
|
Edit_default as IconEdit,
|
|
4128
|
+
Element_default as IconElement,
|
|
3813
4129
|
Expandwindow_default as IconExpandwindow,
|
|
3814
4130
|
Favorite_default as IconFavorite,
|
|
3815
4131
|
FavoriteFilled_default as IconFavoriteFilled,
|
|
@@ -3841,6 +4157,7 @@ export {
|
|
|
3841
4157
|
Gamepreview_default as IconGamepreview,
|
|
3842
4158
|
Gameui_default as IconGameui,
|
|
3843
4159
|
Gameuivariable_default as IconGameuivariable,
|
|
4160
|
+
Gameuivariable2_default as IconGameuivariable2,
|
|
3844
4161
|
Generate_default as IconGenerate,
|
|
3845
4162
|
GenerateFilled_default as IconGenerateFilled,
|
|
3846
4163
|
GenerateFrameStart_default as IconGenerateFrameStart,
|
|
@@ -3870,12 +4187,14 @@ export {
|
|
|
3870
4187
|
Loading_default as IconLoading,
|
|
3871
4188
|
Login_default as IconLogin,
|
|
3872
4189
|
Logout_default as IconLogout,
|
|
4190
|
+
Magic_default as IconMagic,
|
|
3873
4191
|
ModelDeepmindFilled_default as IconModelDeepmindFilled,
|
|
3874
4192
|
ModelGeminiFilled_default as IconModelGeminiFilled,
|
|
3875
4193
|
ModelNanobananaLogoNomoFilled_default as IconModelNanobananaLogoNomoFilled,
|
|
3876
4194
|
ModelOpenaiFilled_default as IconModelOpenaiFilled,
|
|
3877
4195
|
ModelSeedFilled_default as IconModelSeedFilled,
|
|
3878
4196
|
ModelSoraFilled_default as IconModelSoraFilled,
|
|
4197
|
+
ModelhappyhorseFilled_default as IconModelhappyhorseFilled,
|
|
3879
4198
|
ModelklingFilled_default as IconModelklingFilled,
|
|
3880
4199
|
Models_default as IconModels,
|
|
3881
4200
|
More_default as IconMore,
|
|
@@ -3888,6 +4207,7 @@ export {
|
|
|
3888
4207
|
MouseNumberchange_default as IconMouseNumberchange,
|
|
3889
4208
|
Musicassets_default as IconMusicassets,
|
|
3890
4209
|
Mute_default as IconMute,
|
|
4210
|
+
Newchat_default as IconNewchat,
|
|
3891
4211
|
Next_default as IconNext,
|
|
3892
4212
|
Nextscene_default as IconNextscene,
|
|
3893
4213
|
Niceofficial_default as IconNiceofficial,
|
|
@@ -3913,6 +4233,7 @@ export {
|
|
|
3913
4233
|
ProblemNoticeFilled_default as IconProblemNoticeFilled,
|
|
3914
4234
|
Publish_default as IconPublish,
|
|
3915
4235
|
QtEsave_default as IconQtEsave,
|
|
4236
|
+
Quote_default as IconQuote,
|
|
3916
4237
|
Ratio_default as IconRatio,
|
|
3917
4238
|
Ratio11_default as IconRatio11,
|
|
3918
4239
|
Ratio169_default as IconRatio169,
|
|
@@ -3922,6 +4243,8 @@ export {
|
|
|
3922
4243
|
Regenerate_default as IconRegenerate,
|
|
3923
4244
|
Resultsetting_default as IconResultsetting,
|
|
3924
4245
|
RightFilled_default as IconRightFilled,
|
|
4246
|
+
Satisfied_default as IconSatisfied,
|
|
4247
|
+
SatisfiedFilled_default as IconSatisfiedFilled,
|
|
3925
4248
|
SceneNext_default as IconSceneNext,
|
|
3926
4249
|
Scriptmode_default as IconScriptmode,
|
|
3927
4250
|
Scrolldown_default as IconScrolldown,
|
|
@@ -3931,6 +4254,7 @@ export {
|
|
|
3931
4254
|
Share_default as IconShare,
|
|
3932
4255
|
ShareFilled_default as IconShareFilled,
|
|
3933
4256
|
Sidebar_default as IconSidebar,
|
|
4257
|
+
Singleunchecked_default as IconSingleunchecked,
|
|
3934
4258
|
SocialDiscord_default as IconSocialDiscord,
|
|
3935
4259
|
SocialX_default as IconSocialX,
|
|
3936
4260
|
SoundOff_default as IconSoundOff,
|
|
@@ -3941,6 +4265,7 @@ export {
|
|
|
3941
4265
|
Styleoverall_default as IconStyleoverall,
|
|
3942
4266
|
SwitchOffFilled_default as IconSwitchOffFilled,
|
|
3943
4267
|
SwitchOnFilled_default as IconSwitchOnFilled,
|
|
4268
|
+
Table_default as IconTable,
|
|
3944
4269
|
Target_default as IconTarget,
|
|
3945
4270
|
TextLogo_default as IconTextLogo,
|
|
3946
4271
|
Tips_default as IconTips,
|
|
@@ -3948,6 +4273,8 @@ export {
|
|
|
3948
4273
|
Tools_default as IconTools,
|
|
3949
4274
|
ToolsFilled_default as IconToolsFilled,
|
|
3950
4275
|
Undo_default as IconUndo,
|
|
4276
|
+
Unsatisfied_default as IconUnsatisfied,
|
|
4277
|
+
UnsatisfiedFilled_default as IconUnsatisfiedFilled,
|
|
3951
4278
|
UpFilled_default as IconUpFilled,
|
|
3952
4279
|
UpleftFilled_default as IconUpleftFilled,
|
|
3953
4280
|
Uploadedvideo_default as IconUploadedvideo,
|