@yoroll/react-icon 0.0.16 → 0.0.18
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 +807 -545
- package/dist/index.iife.js +791 -545
- package/dist/index.iife.min.js +5 -5
- package/dist/index.js +987 -709
- package/dist/index.min.cjs +2 -2
- package/dist/index.min.js +2 -2
- package/dist/types/components/Autolayout.d.ts +4 -0
- package/dist/types/components/Ccg.d.ts +4 -0
- package/dist/types/components/CcgFilled.d.ts +4 -0
- package/dist/types/components/Ccggame.d.ts +4 -0
- package/dist/types/components/Ccglanguage.d.ts +4 -0
- package/dist/types/components/Collapsewindow.d.ts +4 -0
- package/dist/types/components/Expandwindow.d.ts +4 -0
- package/dist/types/components/FmVeditorstart.d.ts +4 -0
- package/dist/types/components/GamecontrolTerminal.d.ts +4 -0
- package/dist/types/components/ProblemFilled.d.ts +4 -0
- package/dist/types/components/QtEsave.d.ts +4 -0
- package/dist/types/components/Scrolldown.d.ts +4 -0
- package/dist/types/components/Sidebar.d.ts +4 -0
- package/dist/types/components/Userfollow.d.ts +4 -0
- package/dist/types/components/Userfollowback.d.ts +4 -0
- package/dist/types/components/Userfollowed.d.ts +4 -0
- package/dist/types/components/index.d.ts +16 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! @lineargame svg icons react v0.0.
|
|
1
|
+
/*! @lineargame svg icons react v0.0.17 */
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
// src/components/Homepage.tsx
|
|
@@ -23,10 +23,34 @@ var IconAiwriting = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
23
23
|
}
|
|
24
24
|
) }), Aiwriting_default = IconAiwriting;
|
|
25
25
|
|
|
26
|
+
// src/components/FmVeditorstart.tsx
|
|
27
|
+
import { jsx as jsx3 } from "react/jsx-runtime";
|
|
28
|
+
var IconFmVeditorstart = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx3("svg", { fill: "none", viewBox: "0 0 70 40", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx3(
|
|
29
|
+
"path",
|
|
30
|
+
{
|
|
31
|
+
fill: fill || color || "currentColor",
|
|
32
|
+
d: "M55 13.9762C57.1117 14.5592 58.7741 16.2216 59.3571 18.3333H70V21.6667H59.3571C58.7741 23.7783 57.1116 25.4399 55 26.0229V35H15V26.0229C12.8884 25.4399 11.2259 23.7783 10.6429 21.6667H0V18.3333H10.6429C11.2259 16.2216 12.8883 14.5592 15 13.9762V5H55V13.9762ZM18.75 14.1064C21.1774 14.9645 22.9167 17.2788 22.9167 20C22.9167 22.7211 21.1772 25.0346 18.75 25.8927V31.25H51.25V25.8927C48.8228 25.0346 47.0833 22.7211 47.0833 20C47.0833 17.2788 48.8226 14.9645 51.25 14.1064V8.75H18.75V14.1064ZM16.6667 17.5C16.0289 17.5 15.4481 17.7401 15.0065 18.1331C14.936 18.1959 14.8701 18.2631 14.8071 18.3333C14.4102 18.7759 14.1667 19.3588 14.1667 20C14.1667 20.6412 14.4102 21.2241 14.8071 21.6667C14.8679 21.7345 14.9322 21.7987 15 21.8595C15.4425 22.2564 16.0254 22.5 16.6667 22.5C17.5369 22.5 18.3023 22.0547 18.75 21.3802C19.0126 20.9846 19.1667 20.5105 19.1667 20C19.1667 19.4893 19.0129 19.0147 18.75 18.619C18.3022 17.9448 17.5367 17.5 16.6667 17.5ZM53.3333 17.5C52.4633 17.5 51.6978 17.9448 51.25 18.619C50.9871 19.0147 50.8333 19.4893 50.8333 20C50.8333 20.5105 50.9874 20.9846 51.25 21.3802C51.6977 22.0547 52.4631 22.5 53.3333 22.5C53.9746 22.5 54.5575 22.2564 55 21.8595C55.0678 21.7987 55.1321 21.7345 55.1929 21.6667C55.5898 21.2241 55.8333 20.6412 55.8333 20C55.8333 19.3588 55.5898 18.7759 55.1929 18.3333C55.1297 18.263 55.0633 18.196 54.9927 18.1331C54.5511 17.7403 53.9708 17.5 53.3333 17.5Z",
|
|
33
|
+
fillRule: "evenodd",
|
|
34
|
+
clipRule: "evenodd"
|
|
35
|
+
}
|
|
36
|
+
) }), FmVeditorstart_default = IconFmVeditorstart;
|
|
37
|
+
|
|
38
|
+
// src/components/QtEsave.tsx
|
|
39
|
+
import { jsx as jsx4 } from "react/jsx-runtime";
|
|
40
|
+
var IconQtEsave = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx4("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx4(
|
|
41
|
+
"path",
|
|
42
|
+
{
|
|
43
|
+
fill: stroke || color || "currentColor",
|
|
44
|
+
d: "M1.5 22.5V1.5H16.5L22.5 7.5V22.5H1.5ZM3.75 3.75H15.568L20.25 8.43198V20.25H17.25L17.25 13.5L6.75 13.5L6.75 20.25H3.75V3.75ZM15 20.25H9L9 15.75H15V20.25Z",
|
|
45
|
+
fillRule: "evenodd",
|
|
46
|
+
clipRule: "evenodd"
|
|
47
|
+
}
|
|
48
|
+
) }), QtEsave_default = IconQtEsave;
|
|
49
|
+
|
|
26
50
|
// src/components/Uploadimage.tsx
|
|
27
|
-
import { jsx as
|
|
51
|
+
import { jsx as jsx5, jsxs } from "react/jsx-runtime";
|
|
28
52
|
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: [
|
|
29
|
-
/* @__PURE__ */
|
|
53
|
+
/* @__PURE__ */ jsx5(
|
|
30
54
|
"path",
|
|
31
55
|
{
|
|
32
56
|
fill: stroke || color || "currentColor",
|
|
@@ -35,7 +59,7 @@ var IconUploadimage = ({ size, width, height, color, className, fill, stroke })
|
|
|
35
59
|
clipRule: "evenodd"
|
|
36
60
|
}
|
|
37
61
|
),
|
|
38
|
-
/* @__PURE__ */
|
|
62
|
+
/* @__PURE__ */ jsx5(
|
|
39
63
|
"path",
|
|
40
64
|
{
|
|
41
65
|
fill: stroke || color || "currentColor",
|
|
@@ -45,9 +69,9 @@ var IconUploadimage = ({ size, width, height, color, className, fill, stroke })
|
|
|
45
69
|
] }), Uploadimage_default = IconUploadimage;
|
|
46
70
|
|
|
47
71
|
// src/components/Aboutus.tsx
|
|
48
|
-
import { jsx as
|
|
72
|
+
import { jsx as jsx6, jsxs as jsxs2 } from "react/jsx-runtime";
|
|
49
73
|
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: [
|
|
50
|
-
/* @__PURE__ */
|
|
74
|
+
/* @__PURE__ */ jsx6(
|
|
51
75
|
"path",
|
|
52
76
|
{
|
|
53
77
|
fill: stroke || color || "currentColor",
|
|
@@ -56,7 +80,7 @@ var IconAboutus = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
56
80
|
clipRule: "evenodd"
|
|
57
81
|
}
|
|
58
82
|
),
|
|
59
|
-
/* @__PURE__ */
|
|
83
|
+
/* @__PURE__ */ jsx6(
|
|
60
84
|
"path",
|
|
61
85
|
{
|
|
62
86
|
fill: stroke || color || "currentColor",
|
|
@@ -66,16 +90,16 @@ var IconAboutus = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
66
90
|
] }), Aboutus_default = IconAboutus;
|
|
67
91
|
|
|
68
92
|
// src/components/AddSceneChoice.tsx
|
|
69
|
-
import { jsx as
|
|
93
|
+
import { jsx as jsx7, jsxs as jsxs3 } from "react/jsx-runtime";
|
|
70
94
|
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: [
|
|
71
|
-
/* @__PURE__ */
|
|
95
|
+
/* @__PURE__ */ jsx7(
|
|
72
96
|
"path",
|
|
73
97
|
{
|
|
74
98
|
fill: stroke || color || "currentColor",
|
|
75
99
|
d: "M10.875 6V10.875H6V13.125H10.875V18H13.125V13.125H18V10.875H13.125V6H10.875Z"
|
|
76
100
|
}
|
|
77
101
|
),
|
|
78
|
-
/* @__PURE__ */
|
|
102
|
+
/* @__PURE__ */ jsx7(
|
|
79
103
|
"path",
|
|
80
104
|
{
|
|
81
105
|
fill: stroke || color || "currentColor",
|
|
@@ -87,8 +111,8 @@ var IconAddSceneChoice = ({ size, width, height, color, className, fill, stroke
|
|
|
87
111
|
] }), AddSceneChoice_default = IconAddSceneChoice;
|
|
88
112
|
|
|
89
113
|
// src/components/Add.tsx
|
|
90
|
-
import { jsx as
|
|
91
|
-
var IconAdd = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
114
|
+
import { jsx as jsx8 } from "react/jsx-runtime";
|
|
115
|
+
var IconAdd = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx8("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx8(
|
|
92
116
|
"path",
|
|
93
117
|
{
|
|
94
118
|
fill: stroke || color || "currentColor",
|
|
@@ -97,9 +121,9 @@ var IconAdd = ({ size, width, height, color, className, fill, stroke }) => /* @_
|
|
|
97
121
|
) }), Add_default = IconAdd;
|
|
98
122
|
|
|
99
123
|
// src/components/Agreements.tsx
|
|
100
|
-
import { jsx as
|
|
124
|
+
import { jsx as jsx9, jsxs as jsxs4 } from "react/jsx-runtime";
|
|
101
125
|
var IconAgreements = ({ 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: [
|
|
102
|
-
/* @__PURE__ */
|
|
126
|
+
/* @__PURE__ */ jsx9(
|
|
103
127
|
"path",
|
|
104
128
|
{
|
|
105
129
|
fill: stroke || color || "currentColor",
|
|
@@ -108,12 +132,12 @@ var IconAgreements = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
108
132
|
clipRule: "evenodd"
|
|
109
133
|
}
|
|
110
134
|
),
|
|
111
|
-
/* @__PURE__ */
|
|
135
|
+
/* @__PURE__ */ jsx9("path", { fill: stroke || color || "currentColor", d: "M7.5 16.25H16.5V14H7.5V16.25Z" })
|
|
112
136
|
] }), Agreements_default = IconAgreements;
|
|
113
137
|
|
|
114
138
|
// src/components/AngleDown.tsx
|
|
115
|
-
import { jsx as
|
|
116
|
-
var IconAngleDown = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
139
|
+
import { jsx as jsx10 } from "react/jsx-runtime";
|
|
140
|
+
var IconAngleDown = ({ 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(
|
|
117
141
|
"path",
|
|
118
142
|
{
|
|
119
143
|
fill: stroke || color || "currentColor",
|
|
@@ -122,8 +146,8 @@ var IconAngleDown = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
122
146
|
) }), AngleDown_default = IconAngleDown;
|
|
123
147
|
|
|
124
148
|
// src/components/Angleright.tsx
|
|
125
|
-
import { jsx as
|
|
126
|
-
var IconAngleright = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
149
|
+
import { jsx as jsx11 } from "react/jsx-runtime";
|
|
150
|
+
var IconAngleright = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx11("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx11(
|
|
127
151
|
"path",
|
|
128
152
|
{
|
|
129
153
|
fill: stroke || color || "currentColor",
|
|
@@ -132,8 +156,8 @@ var IconAngleright = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
132
156
|
) }), Angleright_default = IconAngleright;
|
|
133
157
|
|
|
134
158
|
// src/components/Announcement.tsx
|
|
135
|
-
import { jsx as
|
|
136
|
-
var IconAnnouncement = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
159
|
+
import { jsx as jsx12 } from "react/jsx-runtime";
|
|
160
|
+
var IconAnnouncement = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx12("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx12(
|
|
137
161
|
"path",
|
|
138
162
|
{
|
|
139
163
|
fill: stroke || color || "currentColor",
|
|
@@ -144,8 +168,8 @@ var IconAnnouncement = ({ size, width, height, color, className, fill, stroke })
|
|
|
144
168
|
) }), Announcement_default = IconAnnouncement;
|
|
145
169
|
|
|
146
170
|
// src/components/Artboard.tsx
|
|
147
|
-
import { jsx as
|
|
148
|
-
var IconArtboard = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
171
|
+
import { jsx as jsx13 } from "react/jsx-runtime";
|
|
172
|
+
var IconArtboard = ({ 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(
|
|
149
173
|
"path",
|
|
150
174
|
{
|
|
151
175
|
fill: stroke || color || "currentColor",
|
|
@@ -156,19 +180,19 @@ var IconArtboard = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
156
180
|
) }), Artboard_default = IconArtboard;
|
|
157
181
|
|
|
158
182
|
// src/components/AssetsFilled.tsx
|
|
159
|
-
import { jsx as
|
|
183
|
+
import { jsx as jsx14, jsxs as jsxs5 } from "react/jsx-runtime";
|
|
160
184
|
var IconAssetsFilled = ({ 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: [
|
|
161
|
-
/* @__PURE__ */
|
|
162
|
-
/* @__PURE__ */
|
|
163
|
-
/* @__PURE__ */
|
|
185
|
+
/* @__PURE__ */ jsx14("path", { fill: fill || color || "currentColor", d: "M19.5 0H4.5V3H19.5V0Z" }),
|
|
186
|
+
/* @__PURE__ */ jsx14("path", { fill: fill || color || "currentColor", d: "M3 6H21V9H3V6Z" }),
|
|
187
|
+
/* @__PURE__ */ jsx14("path", { fill: fill || color || "currentColor", d: "M1.5 12H22.5V22.5H1.5V12Z" })
|
|
164
188
|
] }), AssetsFilled_default = IconAssetsFilled;
|
|
165
189
|
|
|
166
190
|
// src/components/Assets.tsx
|
|
167
|
-
import { jsx as
|
|
191
|
+
import { jsx as jsx15, jsxs as jsxs6 } from "react/jsx-runtime";
|
|
168
192
|
var IconAssets = ({ 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: [
|
|
169
|
-
/* @__PURE__ */
|
|
170
|
-
/* @__PURE__ */
|
|
171
|
-
/* @__PURE__ */
|
|
193
|
+
/* @__PURE__ */ jsx15("path", { fill: stroke || color || "currentColor", d: "M19.5 0H4.5V2.25H19.5V0Z" }),
|
|
194
|
+
/* @__PURE__ */ jsx15("path", { fill: stroke || color || "currentColor", d: "M3 5.25H21V7.5H3V5.25Z" }),
|
|
195
|
+
/* @__PURE__ */ jsx15(
|
|
172
196
|
"path",
|
|
173
197
|
{
|
|
174
198
|
fill: stroke || color || "currentColor",
|
|
@@ -179,10 +203,20 @@ var IconAssets = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
179
203
|
)
|
|
180
204
|
] }), Assets_default = IconAssets;
|
|
181
205
|
|
|
206
|
+
// src/components/Autolayout.tsx
|
|
207
|
+
import { jsx as jsx16 } from "react/jsx-runtime";
|
|
208
|
+
var IconAutolayout = ({ 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(
|
|
209
|
+
"path",
|
|
210
|
+
{
|
|
211
|
+
fill: stroke || color || "currentColor",
|
|
212
|
+
d: "M6 22.5H0V16.5H6V22.5ZM15 22.5H9V16.5H15V22.5ZM24 22.5H18V16.5H24V22.5ZM1.875 20.625H4.125V18.375H1.875V20.625ZM10.875 20.625H13.125V18.375H10.875V20.625ZM19.875 20.625H22.125V18.375H19.875V20.625ZM24 15H0V12.75H24V15ZM6 11.25H0V5.25H6V11.25ZM15 11.25H9V5.25H15V11.25ZM24 11.25H18V5.25H24V11.25ZM1.875 9.375H4.125V7.125H1.875V9.375ZM10.875 9.375H13.125V7.125H10.875V9.375ZM19.875 9.375H22.125V7.125H19.875V9.375ZM24 3.75H0V1.5H24V3.75Z"
|
|
213
|
+
}
|
|
214
|
+
) }), Autolayout_default = IconAutolayout;
|
|
215
|
+
|
|
182
216
|
// src/components/Backtoprojects.tsx
|
|
183
|
-
import { jsx as
|
|
217
|
+
import { jsx as jsx17, jsxs as jsxs7 } from "react/jsx-runtime";
|
|
184
218
|
var IconBacktoprojects = ({ 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: [
|
|
185
|
-
/* @__PURE__ */
|
|
219
|
+
/* @__PURE__ */ jsx17(
|
|
186
220
|
"path",
|
|
187
221
|
{
|
|
188
222
|
fill: stroke || color || "currentColor",
|
|
@@ -191,7 +225,7 @@ var IconBacktoprojects = ({ size, width, height, color, className, fill, stroke
|
|
|
191
225
|
clipRule: "evenodd"
|
|
192
226
|
}
|
|
193
227
|
),
|
|
194
|
-
/* @__PURE__ */
|
|
228
|
+
/* @__PURE__ */ jsx17(
|
|
195
229
|
"path",
|
|
196
230
|
{
|
|
197
231
|
fill: stroke || color || "currentColor",
|
|
@@ -200,7 +234,7 @@ var IconBacktoprojects = ({ size, width, height, color, className, fill, stroke
|
|
|
200
234
|
clipRule: "evenodd"
|
|
201
235
|
}
|
|
202
236
|
),
|
|
203
|
-
/* @__PURE__ */
|
|
237
|
+
/* @__PURE__ */ jsx17(
|
|
204
238
|
"path",
|
|
205
239
|
{
|
|
206
240
|
fill: stroke || color || "currentColor",
|
|
@@ -209,7 +243,7 @@ var IconBacktoprojects = ({ size, width, height, color, className, fill, stroke
|
|
|
209
243
|
clipRule: "evenodd"
|
|
210
244
|
}
|
|
211
245
|
),
|
|
212
|
-
/* @__PURE__ */
|
|
246
|
+
/* @__PURE__ */ jsx17(
|
|
213
247
|
"path",
|
|
214
248
|
{
|
|
215
249
|
fill: stroke || color || "currentColor",
|
|
@@ -221,8 +255,8 @@ var IconBacktoprojects = ({ size, width, height, color, className, fill, stroke
|
|
|
221
255
|
] }), Backtoprojects_default = IconBacktoprojects;
|
|
222
256
|
|
|
223
257
|
// src/components/Backward.tsx
|
|
224
|
-
import { jsx as
|
|
225
|
-
var IconBackward = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
258
|
+
import { jsx as jsx18 } from "react/jsx-runtime";
|
|
259
|
+
var IconBackward = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx18("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx18(
|
|
226
260
|
"path",
|
|
227
261
|
{
|
|
228
262
|
fill: stroke || color || "currentColor",
|
|
@@ -231,8 +265,8 @@ var IconBackward = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
231
265
|
) }), Backward_default = IconBackward;
|
|
232
266
|
|
|
233
267
|
// src/components/BatchShots.tsx
|
|
234
|
-
import { jsx as
|
|
235
|
-
var IconBatchShots = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
268
|
+
import { jsx as jsx19 } from "react/jsx-runtime";
|
|
269
|
+
var IconBatchShots = ({ 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(
|
|
236
270
|
"path",
|
|
237
271
|
{
|
|
238
272
|
fill: stroke || color || "currentColor",
|
|
@@ -243,8 +277,8 @@ var IconBatchShots = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
243
277
|
) }), BatchShots_default = IconBatchShots;
|
|
244
278
|
|
|
245
279
|
// src/components/Canvasmode.tsx
|
|
246
|
-
import { jsx as
|
|
247
|
-
var IconCanvasmode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
280
|
+
import { jsx as jsx20 } from "react/jsx-runtime";
|
|
281
|
+
var IconCanvasmode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx20("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx20(
|
|
248
282
|
"path",
|
|
249
283
|
{
|
|
250
284
|
fill: stroke || color || "currentColor",
|
|
@@ -254,9 +288,78 @@ var IconCanvasmode = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
254
288
|
}
|
|
255
289
|
) }), Canvasmode_default = IconCanvasmode;
|
|
256
290
|
|
|
291
|
+
// src/components/CcgFilled.tsx
|
|
292
|
+
import { jsx as jsx21 } from "react/jsx-runtime";
|
|
293
|
+
var IconCcgFilled = ({ 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(
|
|
294
|
+
"path",
|
|
295
|
+
{
|
|
296
|
+
fill: fill || color || "currentColor",
|
|
297
|
+
d: "M18.3906 3C20.718 3.00005 22.6614 4.77495 22.8721 7.09277L24 21L19.5 22.5L15 18H9L4.5 22.5L0 21L1.12793 7.09277C1.33864 4.77495 3.282 3.00005 5.60938 3H18.3906ZM4.5 8.12109L6.87891 10.5L4.5 12.8789L6.62109 15L11.1211 10.5L6.62109 6L4.5 8.12109ZM12 12V15H19.5V12H12Z",
|
|
298
|
+
fillRule: "evenodd",
|
|
299
|
+
clipRule: "evenodd"
|
|
300
|
+
}
|
|
301
|
+
) }), CcgFilled_default = IconCcgFilled;
|
|
302
|
+
|
|
303
|
+
// src/components/Ccg.tsx
|
|
304
|
+
import { jsx as jsx22 } from "react/jsx-runtime";
|
|
305
|
+
var IconCcg = ({ 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(
|
|
306
|
+
"path",
|
|
307
|
+
{
|
|
308
|
+
fill: stroke || color || "currentColor",
|
|
309
|
+
d: "M18.3906 3C20.718 3.00005 22.6614 4.77495 22.8721 7.09277L24 21L19.5 22.5L15 18H9L4.5 22.5L0 21L1.12793 7.09277C1.33864 4.77495 3.282 3.00005 5.60938 3H18.3906ZM5.60938 5.25C4.44585 5.25005 3.4747 6.13721 3.36914 7.2959L2.40234 19.4287L3.89258 19.9258L8.06836 15.75H15.9316L20.1074 19.9258L21.5977 19.4287L20.6309 7.2959C20.5253 6.13721 19.5541 5.25005 18.3906 5.25H5.60938ZM10.9658 10.125L7.59082 13.5L6 11.9092L7.78418 10.125L6 8.34082L7.59082 6.75L10.9658 10.125ZM18 11.25V13.5H12V11.25H18Z",
|
|
310
|
+
fillRule: "evenodd",
|
|
311
|
+
clipRule: "evenodd"
|
|
312
|
+
}
|
|
313
|
+
) }), Ccg_default = IconCcg;
|
|
314
|
+
|
|
315
|
+
// src/components/Ccggame.tsx
|
|
316
|
+
import { jsx as jsx23, jsxs as jsxs8 } from "react/jsx-runtime";
|
|
317
|
+
var IconCcggame = ({ 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: [
|
|
318
|
+
/* @__PURE__ */ jsx23(
|
|
319
|
+
"path",
|
|
320
|
+
{
|
|
321
|
+
fill: stroke || color || "currentColor",
|
|
322
|
+
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
|
+
}
|
|
324
|
+
),
|
|
325
|
+
/* @__PURE__ */ jsx23(
|
|
326
|
+
"path",
|
|
327
|
+
{
|
|
328
|
+
fill: stroke || color || "currentColor",
|
|
329
|
+
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
|
+
}
|
|
331
|
+
),
|
|
332
|
+
/* @__PURE__ */ jsx23(
|
|
333
|
+
"path",
|
|
334
|
+
{
|
|
335
|
+
fill: stroke || color || "currentColor",
|
|
336
|
+
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
|
+
}
|
|
338
|
+
),
|
|
339
|
+
/* @__PURE__ */ jsx23(
|
|
340
|
+
"path",
|
|
341
|
+
{
|
|
342
|
+
fill: stroke || color || "currentColor",
|
|
343
|
+
d: "M0 19.5L4.5 21L9 16.5H15L19.5 21L24 19.5L22.8721 7.09259C22.6613 4.77474 20.7179 3 18.3905 3H5.60947C3.28205 3 1.33866 4.77473 1.12795 7.09259L0 19.5ZM8.06802 14.25L3.8923 18.4257L2.4021 17.929L3.36871 7.29629C3.47406 6.13737 4.44576 5.25 5.60947 5.25H18.3905C19.5542 5.25 20.5259 6.13737 20.6313 7.2963L21.5979 17.929L20.1077 18.4257L15.932 14.25H8.06802Z",
|
|
344
|
+
fillRule: "evenodd",
|
|
345
|
+
clipRule: "evenodd"
|
|
346
|
+
}
|
|
347
|
+
)
|
|
348
|
+
] }), Ccggame_default = IconCcggame;
|
|
349
|
+
|
|
350
|
+
// src/components/Ccglanguage.tsx
|
|
351
|
+
import { jsx as jsx24 } from "react/jsx-runtime";
|
|
352
|
+
var IconCcglanguage = ({ 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(
|
|
353
|
+
"path",
|
|
354
|
+
{
|
|
355
|
+
fill: stroke || color || "currentColor",
|
|
356
|
+
d: "M24 12C24 18.6274 18.6274 24 12 24C5.37258 24 -8.1423e-07 18.6274 -5.24537e-07 12C-2.34843e-07 5.37258 5.37258 -5.24537e-07 12 -5.24537e-07C18.6274 -5.24537e-07 24 5.37258 24 12ZM8.58691 21.1338C8.43802 20.8883 8.28463 20.6256 8.13281 20.3457C7.24233 18.7038 6.3439 16.4572 6.08008 13.7852C5.2722 13.4845 4.53609 13.1526 3.88574 12.8223C3.26339 12.5062 2.71671 12.1868 2.25293 11.8984C2.25258 11.9323 2.25 11.9661 2.25 12C2.25 16.1838 4.88584 19.7502 8.58691 21.1338ZM8.7002 2.82324C5.71454 3.89699 3.40555 6.3861 2.58008 9.48144C2.61635 9.50698 2.65324 9.53449 2.69238 9.56152C3.20234 9.91372 3.94893 10.3875 4.88184 10.8613C5.23842 11.0425 5.62062 11.2223 6.02539 11.3955C6.18261 8.39036 7.15879 5.77643 8.11914 3.88574C8.314 3.50214 8.51182 3.14823 8.7002 2.82324ZM15.7422 12.2275C15.7421 9.33235 14.8132 6.75592 13.8613 4.88184C13.3875 3.94911 12.9137 3.20227 12.5615 2.69238C12.4409 2.51769 12.3338 2.37193 12.2471 2.25586C12.1649 2.25382 12.0826 2.25 12 2.25C11.8977 2.25 11.7959 2.25371 11.6943 2.25684C11.6077 2.3728 11.5003 2.518 11.3799 2.69238C11.0277 3.20227 10.5539 3.94911 10.0801 4.88184C9.13492 6.74263 8.2143 9.29587 8.20117 12.166C9.43367 12.5126 10.7912 12.7422 12.2275 12.7422C13.4914 12.7422 14.6699 12.5651 15.7412 12.2871C15.7413 12.2674 15.7422 12.2473 15.7422 12.2275ZM15.5352 14.5918C14.5087 14.8078 13.4022 14.9414 12.2275 14.9414C10.8673 14.9414 9.57858 14.7627 8.38867 14.4834C8.7064 16.3955 9.38139 18.0338 10.0664 19.2969C10.5357 20.1622 11.0049 20.8428 11.3525 21.3027C11.4907 21.4855 11.6107 21.6324 11.7021 21.7422C11.8011 21.7452 11.9003 21.75 12 21.75C12.08 21.75 12.1597 21.7451 12.2393 21.7432C12.3308 21.6334 12.4504 21.4859 12.5889 21.3027C12.9365 20.8428 13.4057 20.1622 13.875 19.2969C14.5471 18.0577 15.2102 16.4575 15.5352 14.5918ZM21.4238 9.49414C20.5947 6.36804 18.2521 3.85972 15.2275 2.79883C15.4203 3.13033 15.6226 3.49259 15.8223 3.88574C16.7977 5.8061 17.7925 8.4724 17.9258 11.5371C18.4211 11.3253 18.8797 11.1012 19.2969 10.875C20.1624 10.4056 20.8428 9.93654 21.3027 9.58887C21.3454 9.55664 21.3851 9.52416 21.4238 9.49414ZM21.75 11.9639C21.3458 12.2314 20.8764 12.5208 20.3457 12.8086C19.6246 13.1997 18.7868 13.5922 17.8477 13.9326C17.5658 16.54 16.6827 18.7341 15.8086 20.3457C15.6507 20.6368 15.4915 20.9093 15.3369 21.1631C19.0782 19.8003 21.75 16.2125 21.75 12C21.75 11.988 21.75 11.9759 21.75 11.9639Z"
|
|
357
|
+
}
|
|
358
|
+
) }), Ccglanguage_default = IconCcglanguage;
|
|
359
|
+
|
|
257
360
|
// src/components/Changeprofilephoto.tsx
|
|
258
|
-
import { jsx as
|
|
259
|
-
var IconChangeprofilephoto = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
361
|
+
import { jsx as jsx25 } from "react/jsx-runtime";
|
|
362
|
+
var IconChangeprofilephoto = ({ 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(
|
|
260
363
|
"path",
|
|
261
364
|
{
|
|
262
365
|
fill: stroke || color || "currentColor",
|
|
@@ -267,8 +370,8 @@ var IconChangeprofilephoto = ({ size, width, height, color, className, fill, str
|
|
|
267
370
|
) }), Changeprofilephoto_default = IconChangeprofilephoto;
|
|
268
371
|
|
|
269
372
|
// src/components/Chaptercollapse.tsx
|
|
270
|
-
import { jsx as
|
|
271
|
-
var IconChaptercollapse = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
373
|
+
import { jsx as jsx26 } from "react/jsx-runtime";
|
|
374
|
+
var IconChaptercollapse = ({ 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(
|
|
272
375
|
"path",
|
|
273
376
|
{
|
|
274
377
|
fill: stroke || color || "currentColor",
|
|
@@ -279,8 +382,8 @@ var IconChaptercollapse = ({ size, width, height, color, className, fill, stroke
|
|
|
279
382
|
) }), Chaptercollapse_default = IconChaptercollapse;
|
|
280
383
|
|
|
281
384
|
// src/components/Chapterexpand.tsx
|
|
282
|
-
import { jsx as
|
|
283
|
-
var IconChapterexpand = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
385
|
+
import { jsx as jsx27 } from "react/jsx-runtime";
|
|
386
|
+
var IconChapterexpand = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx27("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx27(
|
|
284
387
|
"path",
|
|
285
388
|
{
|
|
286
389
|
fill: stroke || color || "currentColor",
|
|
@@ -291,8 +394,8 @@ var IconChapterexpand = ({ size, width, height, color, className, fill, stroke }
|
|
|
291
394
|
) }), Chapterexpand_default = IconChapterexpand;
|
|
292
395
|
|
|
293
396
|
// src/components/Check.tsx
|
|
294
|
-
import { jsx as
|
|
295
|
-
var IconCheck = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
397
|
+
import { jsx as jsx28 } from "react/jsx-runtime";
|
|
398
|
+
var IconCheck = ({ 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(
|
|
296
399
|
"path",
|
|
297
400
|
{
|
|
298
401
|
fill: stroke || color || "currentColor",
|
|
@@ -301,8 +404,8 @@ var IconCheck = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
301
404
|
) }), Check_default = IconCheck;
|
|
302
405
|
|
|
303
406
|
// src/components/CheckedFilled.tsx
|
|
304
|
-
import { jsx as
|
|
305
|
-
var IconCheckedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
407
|
+
import { jsx as jsx29 } from "react/jsx-runtime";
|
|
408
|
+
var IconCheckedFilled = ({ 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(
|
|
306
409
|
"path",
|
|
307
410
|
{
|
|
308
411
|
fill: fill || color || "currentColor",
|
|
@@ -313,8 +416,8 @@ var IconCheckedFilled = ({ size, width, height, color, className, fill, stroke }
|
|
|
313
416
|
) }), CheckedFilled_default = IconCheckedFilled;
|
|
314
417
|
|
|
315
418
|
// src/components/Close.tsx
|
|
316
|
-
import { jsx as
|
|
317
|
-
var IconClose = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
419
|
+
import { jsx as jsx30 } from "react/jsx-runtime";
|
|
420
|
+
var IconClose = ({ 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(
|
|
318
421
|
"path",
|
|
319
422
|
{
|
|
320
423
|
fill: stroke || color || "currentColor",
|
|
@@ -322,11 +425,34 @@ var IconClose = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
322
425
|
}
|
|
323
426
|
) }), Close_default = IconClose;
|
|
324
427
|
|
|
428
|
+
// src/components/Collapsewindow.tsx
|
|
429
|
+
import { jsx as jsx31, jsxs as jsxs9 } from "react/jsx-runtime";
|
|
430
|
+
var IconCollapsewindow = ({ 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: [
|
|
431
|
+
/* @__PURE__ */ jsx31(
|
|
432
|
+
"path",
|
|
433
|
+
{
|
|
434
|
+
fill: stroke || color || "currentColor",
|
|
435
|
+
d: "M19.1705 6.4205L22.875 10.125L21 12H12V3.00001L13.875 1.12501L17.5795 4.82951L21.7045 0.704506L23.2955 2.2955L19.1705 6.4205ZM14.25 4.68199L19.318 9.75001H14.25V4.68199Z",
|
|
436
|
+
fillRule: "evenodd",
|
|
437
|
+
clipRule: "evenodd"
|
|
438
|
+
}
|
|
439
|
+
),
|
|
440
|
+
/* @__PURE__ */ jsx31(
|
|
441
|
+
"path",
|
|
442
|
+
{
|
|
443
|
+
fill: stroke || color || "currentColor",
|
|
444
|
+
d: "M12 12V21L10.125 22.875L6.42046 19.1705L2.29546 23.2955L0.704468 21.7045L4.82947 17.5795L1.12497 13.875L2.99997 12H12ZM4.68195 14.25L9.74997 19.318V14.25H4.68195Z",
|
|
445
|
+
fillRule: "evenodd",
|
|
446
|
+
clipRule: "evenodd"
|
|
447
|
+
}
|
|
448
|
+
)
|
|
449
|
+
] }), Collapsewindow_default = IconCollapsewindow;
|
|
450
|
+
|
|
325
451
|
// src/components/Copy.tsx
|
|
326
|
-
import { jsx as
|
|
327
|
-
var IconCopy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
328
|
-
/* @__PURE__ */
|
|
329
|
-
/* @__PURE__ */
|
|
452
|
+
import { jsx as jsx32, jsxs as jsxs10 } from "react/jsx-runtime";
|
|
453
|
+
var IconCopy = ({ 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: [
|
|
454
|
+
/* @__PURE__ */ jsx32("path", { fill: stroke || color || "currentColor", d: "M12.75 2.25H2.25V12.75H6V15H0V0H15V6H12.75V2.25Z" }),
|
|
455
|
+
/* @__PURE__ */ jsx32(
|
|
330
456
|
"path",
|
|
331
457
|
{
|
|
332
458
|
fill: stroke || color || "currentColor",
|
|
@@ -338,8 +464,8 @@ var IconCopy = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
338
464
|
] }), Copy_default = IconCopy;
|
|
339
465
|
|
|
340
466
|
// src/components/Copylink.tsx
|
|
341
|
-
import { jsx as
|
|
342
|
-
var IconCopylink = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
467
|
+
import { jsx as jsx33 } from "react/jsx-runtime";
|
|
468
|
+
var IconCopylink = ({ 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(
|
|
343
469
|
"path",
|
|
344
470
|
{
|
|
345
471
|
fill: stroke || color || "currentColor",
|
|
@@ -350,9 +476,9 @@ var IconCopylink = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
350
476
|
) }), Copylink_default = IconCopylink;
|
|
351
477
|
|
|
352
478
|
// src/components/CreditFilled.tsx
|
|
353
|
-
import { jsx as
|
|
354
|
-
var IconCreditFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
355
|
-
/* @__PURE__ */
|
|
479
|
+
import { jsx as jsx34, jsxs as jsxs11 } from "react/jsx-runtime";
|
|
480
|
+
var IconCreditFilled = ({ 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: [
|
|
481
|
+
/* @__PURE__ */ jsx34("g", { clipPath: "url(#clip0_2_28)", children: /* @__PURE__ */ jsx34(
|
|
356
482
|
"path",
|
|
357
483
|
{
|
|
358
484
|
fill: fill || color || "currentColor",
|
|
@@ -361,12 +487,12 @@ var IconCreditFilled = ({ size, width, height, color, className, fill, stroke })
|
|
|
361
487
|
clipRule: "evenodd"
|
|
362
488
|
}
|
|
363
489
|
) }),
|
|
364
|
-
/* @__PURE__ */
|
|
490
|
+
/* @__PURE__ */ jsx34("defs", { children: /* @__PURE__ */ jsx34("clipPath", { id: "clip0_2_28", children: /* @__PURE__ */ jsx34("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
365
491
|
] }), CreditFilled_default = IconCreditFilled;
|
|
366
492
|
|
|
367
493
|
// src/components/Cursor.tsx
|
|
368
|
-
import { jsx as
|
|
369
|
-
var IconCursor = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
494
|
+
import { jsx as jsx35 } from "react/jsx-runtime";
|
|
495
|
+
var IconCursor = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx35("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx35(
|
|
370
496
|
"path",
|
|
371
497
|
{
|
|
372
498
|
fill: stroke || color || "currentColor",
|
|
@@ -377,10 +503,10 @@ var IconCursor = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
377
503
|
) }), Cursor_default = IconCursor;
|
|
378
504
|
|
|
379
505
|
// src/components/DeleteSceneChoice.tsx
|
|
380
|
-
import { jsx as
|
|
381
|
-
var IconDeleteSceneChoice = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
382
|
-
/* @__PURE__ */
|
|
383
|
-
/* @__PURE__ */
|
|
506
|
+
import { jsx as jsx36, jsxs as jsxs12 } from "react/jsx-runtime";
|
|
507
|
+
var IconDeleteSceneChoice = ({ 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: [
|
|
508
|
+
/* @__PURE__ */ jsx36("path", { fill: stroke || color || "currentColor", d: "M18 10.875H6V13.125H18V10.875Z" }),
|
|
509
|
+
/* @__PURE__ */ jsx36(
|
|
384
510
|
"path",
|
|
385
511
|
{
|
|
386
512
|
fill: stroke || color || "currentColor",
|
|
@@ -392,10 +518,10 @@ var IconDeleteSceneChoice = ({ size, width, height, color, className, fill, stro
|
|
|
392
518
|
] }), DeleteSceneChoice_default = IconDeleteSceneChoice;
|
|
393
519
|
|
|
394
520
|
// src/components/Delete.tsx
|
|
395
|
-
import { jsx as
|
|
396
|
-
var IconDelete = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
397
|
-
/* @__PURE__ */
|
|
398
|
-
/* @__PURE__ */
|
|
521
|
+
import { jsx as jsx37, jsxs as jsxs13 } from "react/jsx-runtime";
|
|
522
|
+
var IconDelete = ({ 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: [
|
|
523
|
+
/* @__PURE__ */ jsx37("path", { fill: stroke || color || "currentColor", d: "M13.125 17.25V11.25H10.875V17.25H13.125Z" }),
|
|
524
|
+
/* @__PURE__ */ jsx37(
|
|
399
525
|
"path",
|
|
400
526
|
{
|
|
401
527
|
fill: stroke || color || "currentColor",
|
|
@@ -407,8 +533,8 @@ var IconDelete = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
407
533
|
] }), Delete_default = IconDelete;
|
|
408
534
|
|
|
409
535
|
// src/components/DownFilled.tsx
|
|
410
|
-
import { jsx as
|
|
411
|
-
var IconDownFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
536
|
+
import { jsx as jsx38 } from "react/jsx-runtime";
|
|
537
|
+
var IconDownFilled = ({ 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(
|
|
412
538
|
"path",
|
|
413
539
|
{
|
|
414
540
|
fill: fill || color || "currentColor",
|
|
@@ -419,8 +545,8 @@ var IconDownFilled = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
419
545
|
) }), DownFilled_default = IconDownFilled;
|
|
420
546
|
|
|
421
547
|
// src/components/DownleftFilled.tsx
|
|
422
|
-
import { jsx as
|
|
423
|
-
var IconDownleftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
548
|
+
import { jsx as jsx39 } from "react/jsx-runtime";
|
|
549
|
+
var IconDownleftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx39("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx39(
|
|
424
550
|
"path",
|
|
425
551
|
{
|
|
426
552
|
fill: fill || color || "currentColor",
|
|
@@ -431,16 +557,16 @@ var IconDownleftFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
431
557
|
) }), DownleftFilled_default = IconDownleftFilled;
|
|
432
558
|
|
|
433
559
|
// src/components/Download.tsx
|
|
434
|
-
import { jsx as
|
|
435
|
-
var IconDownload = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
436
|
-
/* @__PURE__ */
|
|
560
|
+
import { jsx as jsx40, jsxs as jsxs14 } from "react/jsx-runtime";
|
|
561
|
+
var IconDownload = ({ 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: [
|
|
562
|
+
/* @__PURE__ */ jsx40(
|
|
437
563
|
"path",
|
|
438
564
|
{
|
|
439
565
|
fill: stroke || color || "currentColor",
|
|
440
566
|
d: "M22.5 24L22.5 13.5H20.25V21.75L3.75 21.75L3.75 13.5H1.5L1.5 24L22.5 24Z"
|
|
441
567
|
}
|
|
442
568
|
),
|
|
443
|
-
/* @__PURE__ */
|
|
569
|
+
/* @__PURE__ */ jsx40(
|
|
444
570
|
"path",
|
|
445
571
|
{
|
|
446
572
|
fill: stroke || color || "currentColor",
|
|
@@ -452,8 +578,8 @@ var IconDownload = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
452
578
|
] }), Download_default = IconDownload;
|
|
453
579
|
|
|
454
580
|
// src/components/DownrightFilled.tsx
|
|
455
|
-
import { jsx as
|
|
456
|
-
var IconDownrightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
581
|
+
import { jsx as jsx41 } from "react/jsx-runtime";
|
|
582
|
+
var IconDownrightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx41("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx41(
|
|
457
583
|
"path",
|
|
458
584
|
{
|
|
459
585
|
fill: fill || color || "currentColor",
|
|
@@ -464,19 +590,42 @@ var IconDownrightFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
464
590
|
) }), DownrightFilled_default = IconDownrightFilled;
|
|
465
591
|
|
|
466
592
|
// src/components/DraghandleFilled.tsx
|
|
467
|
-
import { jsx as
|
|
468
|
-
var IconDraghandleFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
469
|
-
/* @__PURE__ */
|
|
470
|
-
/* @__PURE__ */
|
|
471
|
-
/* @__PURE__ */
|
|
472
|
-
/* @__PURE__ */
|
|
473
|
-
/* @__PURE__ */
|
|
474
|
-
/* @__PURE__ */
|
|
593
|
+
import { jsx as jsx42, jsxs as jsxs15 } from "react/jsx-runtime";
|
|
594
|
+
var IconDraghandleFilled = ({ 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: [
|
|
595
|
+
/* @__PURE__ */ jsx42("path", { fill: fill || color || "currentColor", d: "M18 7.19999V2.39999H13.2V7.19999L18 7.19999Z" }),
|
|
596
|
+
/* @__PURE__ */ jsx42("path", { fill: fill || color || "currentColor", d: "M18 9.59999V14.4H13.2L13.2 9.59999H18Z" }),
|
|
597
|
+
/* @__PURE__ */ jsx42("path", { fill: fill || color || "currentColor", d: "M10.8 9.59999V14.4H6V9.59999H10.8Z" }),
|
|
598
|
+
/* @__PURE__ */ jsx42("path", { fill: fill || color || "currentColor", d: "M10.8 2.39999V7.19999L6 7.19999V2.39999H10.8Z" }),
|
|
599
|
+
/* @__PURE__ */ jsx42("path", { fill: fill || color || "currentColor", d: "M18 21.6V16.8H13.2V21.6H18Z" }),
|
|
600
|
+
/* @__PURE__ */ jsx42("path", { fill: fill || color || "currentColor", d: "M10.8 16.8V21.6H6V16.8H10.8Z" })
|
|
475
601
|
] }), DraghandleFilled_default = IconDraghandleFilled;
|
|
476
602
|
|
|
603
|
+
// src/components/Expandwindow.tsx
|
|
604
|
+
import { jsx as jsx43, jsxs as jsxs16 } from "react/jsx-runtime";
|
|
605
|
+
var IconExpandwindow = ({ 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: [
|
|
606
|
+
/* @__PURE__ */ jsx43(
|
|
607
|
+
"path",
|
|
608
|
+
{
|
|
609
|
+
fill: stroke || color || "currentColor",
|
|
610
|
+
d: "M13.125 1.875L15 0H24V9L22.125 10.875L18.4205 7.17049L14.2955 11.2955L12.7045 9.70451L16.8295 5.5795L13.125 1.875ZM16.682 2.25L21.75 7.31802V2.25H16.682Z",
|
|
611
|
+
fillRule: "evenodd",
|
|
612
|
+
clipRule: "evenodd"
|
|
613
|
+
}
|
|
614
|
+
),
|
|
615
|
+
/* @__PURE__ */ jsx43(
|
|
616
|
+
"path",
|
|
617
|
+
{
|
|
618
|
+
fill: stroke || color || "currentColor",
|
|
619
|
+
d: "M7.1705 18.4205L10.875 22.125L9 24H0V15L1.875 13.125L5.5795 16.8295L9.7045 12.7045L11.2955 14.2955L7.1705 18.4205ZM2.25 16.682L7.31802 21.75H2.25V16.682Z",
|
|
620
|
+
fillRule: "evenodd",
|
|
621
|
+
clipRule: "evenodd"
|
|
622
|
+
}
|
|
623
|
+
)
|
|
624
|
+
] }), Expandwindow_default = IconExpandwindow;
|
|
625
|
+
|
|
477
626
|
// src/components/FavoriteFilled.tsx
|
|
478
|
-
import { jsx as
|
|
479
|
-
var IconFavoriteFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
627
|
+
import { jsx as jsx44 } from "react/jsx-runtime";
|
|
628
|
+
var IconFavoriteFilled = ({ 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(
|
|
480
629
|
"path",
|
|
481
630
|
{
|
|
482
631
|
fill: fill || color || "currentColor",
|
|
@@ -485,8 +634,8 @@ var IconFavoriteFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
485
634
|
) }), FavoriteFilled_default = IconFavoriteFilled;
|
|
486
635
|
|
|
487
636
|
// src/components/Favorite.tsx
|
|
488
|
-
import { jsx as
|
|
489
|
-
var IconFavorite = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
637
|
+
import { jsx as jsx45 } from "react/jsx-runtime";
|
|
638
|
+
var IconFavorite = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx45("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx45(
|
|
490
639
|
"path",
|
|
491
640
|
{
|
|
492
641
|
fill: stroke || color || "currentColor",
|
|
@@ -497,8 +646,8 @@ var IconFavorite = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
497
646
|
) }), Favorite_default = IconFavorite;
|
|
498
647
|
|
|
499
648
|
// src/components/FeedbackFailFilled.tsx
|
|
500
|
-
import { jsx as
|
|
501
|
-
var IconFeedbackFailFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
649
|
+
import { jsx as jsx46 } from "react/jsx-runtime";
|
|
650
|
+
var IconFeedbackFailFilled = ({ 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(
|
|
502
651
|
"path",
|
|
503
652
|
{
|
|
504
653
|
fill: fill || color || "currentColor",
|
|
@@ -509,8 +658,8 @@ var IconFeedbackFailFilled = ({ size, width, height, color, className, fill, str
|
|
|
509
658
|
) }), FeedbackFailFilled_default = IconFeedbackFailFilled;
|
|
510
659
|
|
|
511
660
|
// src/components/FeedbackPendingFilled.tsx
|
|
512
|
-
import { jsx as
|
|
513
|
-
var IconFeedbackPendingFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
661
|
+
import { jsx as jsx47 } from "react/jsx-runtime";
|
|
662
|
+
var IconFeedbackPendingFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx47("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx47(
|
|
514
663
|
"path",
|
|
515
664
|
{
|
|
516
665
|
fill: fill || color || "currentColor",
|
|
@@ -521,8 +670,8 @@ var IconFeedbackPendingFilled = ({ size, width, height, color, className, fill,
|
|
|
521
670
|
) }), FeedbackPendingFilled_default = IconFeedbackPendingFilled;
|
|
522
671
|
|
|
523
672
|
// src/components/FeedbackProblemFilled.tsx
|
|
524
|
-
import { jsx as
|
|
525
|
-
var IconFeedbackProblemFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
673
|
+
import { jsx as jsx48 } from "react/jsx-runtime";
|
|
674
|
+
var IconFeedbackProblemFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx48("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx48(
|
|
526
675
|
"path",
|
|
527
676
|
{
|
|
528
677
|
fill: fill || color || "currentColor",
|
|
@@ -533,30 +682,30 @@ var IconFeedbackProblemFilled = ({ size, width, height, color, className, fill,
|
|
|
533
682
|
) }), FeedbackProblemFilled_default = IconFeedbackProblemFilled;
|
|
534
683
|
|
|
535
684
|
// src/components/FeedbackProblem.tsx
|
|
536
|
-
import { jsx as
|
|
537
|
-
var IconFeedbackProblem = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
538
|
-
/* @__PURE__ */
|
|
685
|
+
import { jsx as jsx49, jsxs as jsxs17 } from "react/jsx-runtime";
|
|
686
|
+
var IconFeedbackProblem = ({ 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: [
|
|
687
|
+
/* @__PURE__ */ jsx49(
|
|
539
688
|
"path",
|
|
540
689
|
{
|
|
541
690
|
fill: stroke || color || "currentColor",
|
|
542
691
|
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"
|
|
543
692
|
}
|
|
544
693
|
),
|
|
545
|
-
/* @__PURE__ */
|
|
694
|
+
/* @__PURE__ */ jsx49(
|
|
546
695
|
"path",
|
|
547
696
|
{
|
|
548
697
|
fill: stroke || color || "currentColor",
|
|
549
698
|
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"
|
|
550
699
|
}
|
|
551
700
|
),
|
|
552
|
-
/* @__PURE__ */
|
|
701
|
+
/* @__PURE__ */ jsx49(
|
|
553
702
|
"path",
|
|
554
703
|
{
|
|
555
704
|
fill: stroke || color || "currentColor",
|
|
556
705
|
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"
|
|
557
706
|
}
|
|
558
707
|
),
|
|
559
|
-
/* @__PURE__ */
|
|
708
|
+
/* @__PURE__ */ jsx49(
|
|
560
709
|
"path",
|
|
561
710
|
{
|
|
562
711
|
fill: stroke || color || "currentColor",
|
|
@@ -568,9 +717,9 @@ var IconFeedbackProblem = ({ size, width, height, color, className, fill, stroke
|
|
|
568
717
|
] }), FeedbackProblem_default = IconFeedbackProblem;
|
|
569
718
|
|
|
570
719
|
// src/components/FiletypeImageFilled.tsx
|
|
571
|
-
import { jsx as
|
|
572
|
-
var IconFiletypeImageFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
573
|
-
/* @__PURE__ */
|
|
720
|
+
import { jsx as jsx50, jsxs as jsxs18 } from "react/jsx-runtime";
|
|
721
|
+
var IconFiletypeImageFilled = ({ 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: [
|
|
722
|
+
/* @__PURE__ */ jsx50("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ jsx50(
|
|
574
723
|
"path",
|
|
575
724
|
{
|
|
576
725
|
fill: "#2E2E2E",
|
|
@@ -578,21 +727,21 @@ var IconFiletypeImageFilled = ({ size, width, height, color, className, fill, st
|
|
|
578
727
|
style: { opacity: 0.3 }
|
|
579
728
|
}
|
|
580
729
|
) }),
|
|
581
|
-
/* @__PURE__ */
|
|
730
|
+
/* @__PURE__ */ jsx50(
|
|
582
731
|
"path",
|
|
583
732
|
{
|
|
584
733
|
fill: "#2E2E2E",
|
|
585
734
|
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"
|
|
586
735
|
}
|
|
587
736
|
),
|
|
588
|
-
/* @__PURE__ */
|
|
737
|
+
/* @__PURE__ */ jsx50(
|
|
589
738
|
"path",
|
|
590
739
|
{
|
|
591
740
|
fill: "#2E2E2E",
|
|
592
741
|
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"
|
|
593
742
|
}
|
|
594
743
|
),
|
|
595
|
-
/* @__PURE__ */
|
|
744
|
+
/* @__PURE__ */ jsx50(
|
|
596
745
|
"path",
|
|
597
746
|
{
|
|
598
747
|
fill: "#2E2E2E",
|
|
@@ -604,9 +753,9 @@ var IconFiletypeImageFilled = ({ size, width, height, color, className, fill, st
|
|
|
604
753
|
] }), FiletypeImageFilled_default = IconFiletypeImageFilled;
|
|
605
754
|
|
|
606
755
|
// src/components/FiletypePdfFilled.tsx
|
|
607
|
-
import { jsx as
|
|
608
|
-
var IconFiletypePdfFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
609
|
-
/* @__PURE__ */
|
|
756
|
+
import { jsx as jsx51, jsxs as jsxs19 } from "react/jsx-runtime";
|
|
757
|
+
var IconFiletypePdfFilled = ({ 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: [
|
|
758
|
+
/* @__PURE__ */ jsx51("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ jsx51(
|
|
610
759
|
"path",
|
|
611
760
|
{
|
|
612
761
|
fill: "#FF3E4C",
|
|
@@ -614,14 +763,14 @@ var IconFiletypePdfFilled = ({ size, width, height, color, className, fill, stro
|
|
|
614
763
|
style: { opacity: 0.3 }
|
|
615
764
|
}
|
|
616
765
|
) }),
|
|
617
|
-
/* @__PURE__ */
|
|
766
|
+
/* @__PURE__ */ jsx51(
|
|
618
767
|
"path",
|
|
619
768
|
{
|
|
620
769
|
fill: "#FF3E4C",
|
|
621
770
|
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"
|
|
622
771
|
}
|
|
623
772
|
),
|
|
624
|
-
/* @__PURE__ */
|
|
773
|
+
/* @__PURE__ */ jsx51(
|
|
625
774
|
"path",
|
|
626
775
|
{
|
|
627
776
|
fill: "#FF3E4C",
|
|
@@ -631,9 +780,9 @@ var IconFiletypePdfFilled = ({ size, width, height, color, className, fill, stro
|
|
|
631
780
|
] }), FiletypePdfFilled_default = IconFiletypePdfFilled;
|
|
632
781
|
|
|
633
782
|
// src/components/FiletypePdfLumiFilled.tsx
|
|
634
|
-
import { jsx as
|
|
635
|
-
var IconFiletypePdfLumiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
636
|
-
/* @__PURE__ */
|
|
783
|
+
import { jsx as jsx52, jsxs as jsxs20 } from "react/jsx-runtime";
|
|
784
|
+
var IconFiletypePdfLumiFilled = ({ 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: [
|
|
785
|
+
/* @__PURE__ */ jsx52("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ jsx52(
|
|
637
786
|
"path",
|
|
638
787
|
{
|
|
639
788
|
fill: "#2E2E2E",
|
|
@@ -641,14 +790,14 @@ var IconFiletypePdfLumiFilled = ({ size, width, height, color, className, fill,
|
|
|
641
790
|
style: { opacity: 0.3 }
|
|
642
791
|
}
|
|
643
792
|
) }),
|
|
644
|
-
/* @__PURE__ */
|
|
793
|
+
/* @__PURE__ */ jsx52(
|
|
645
794
|
"path",
|
|
646
795
|
{
|
|
647
796
|
fill: "#2E2E2E",
|
|
648
797
|
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"
|
|
649
798
|
}
|
|
650
799
|
),
|
|
651
|
-
/* @__PURE__ */
|
|
800
|
+
/* @__PURE__ */ jsx52(
|
|
652
801
|
"path",
|
|
653
802
|
{
|
|
654
803
|
fill: "#2E2E2E",
|
|
@@ -658,9 +807,9 @@ var IconFiletypePdfLumiFilled = ({ size, width, height, color, className, fill,
|
|
|
658
807
|
] }), FiletypePdfLumiFilled_default = IconFiletypePdfLumiFilled;
|
|
659
808
|
|
|
660
809
|
// src/components/FiletypeTxtFilled.tsx
|
|
661
|
-
import { jsx as
|
|
662
|
-
var IconFiletypeTxtFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
663
|
-
/* @__PURE__ */
|
|
810
|
+
import { jsx as jsx53, jsxs as jsxs21 } from "react/jsx-runtime";
|
|
811
|
+
var IconFiletypeTxtFilled = ({ 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__ */ jsx53("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ jsx53(
|
|
664
813
|
"path",
|
|
665
814
|
{
|
|
666
815
|
fill: "#005FAD",
|
|
@@ -668,11 +817,11 @@ var IconFiletypeTxtFilled = ({ size, width, height, color, className, fill, stro
|
|
|
668
817
|
style: { opacity: 0.3 }
|
|
669
818
|
}
|
|
670
819
|
) }),
|
|
671
|
-
/* @__PURE__ */
|
|
672
|
-
/* @__PURE__ */
|
|
673
|
-
/* @__PURE__ */
|
|
674
|
-
/* @__PURE__ */
|
|
675
|
-
/* @__PURE__ */
|
|
820
|
+
/* @__PURE__ */ jsx53("path", { fill: "#005FAD", d: "M7.625 8.5625H16.375V7.625H7.625V8.5625Z" }),
|
|
821
|
+
/* @__PURE__ */ jsx53("path", { fill: "#005FAD", d: "M7.625 16.375H13.875V15.4375H7.625V16.375Z" }),
|
|
822
|
+
/* @__PURE__ */ jsx53("path", { fill: "#005FAD", d: "M16.375 11.2188H7.625V10.2812H16.375V11.2188Z" }),
|
|
823
|
+
/* @__PURE__ */ jsx53("path", { fill: "#005FAD", d: "M7.625 13.7188H16.375V12.7812H7.625V13.7188Z" }),
|
|
824
|
+
/* @__PURE__ */ jsx53(
|
|
676
825
|
"path",
|
|
677
826
|
{
|
|
678
827
|
fill: "#005FAD",
|
|
@@ -682,9 +831,9 @@ var IconFiletypeTxtFilled = ({ size, width, height, color, className, fill, stro
|
|
|
682
831
|
] }), FiletypeTxtFilled_default = IconFiletypeTxtFilled;
|
|
683
832
|
|
|
684
833
|
// src/components/FiletypeTxtLumiFilled.tsx
|
|
685
|
-
import { jsx as
|
|
686
|
-
var IconFiletypeTxtLumiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
687
|
-
/* @__PURE__ */
|
|
834
|
+
import { jsx as jsx54, jsxs as jsxs22 } from "react/jsx-runtime";
|
|
835
|
+
var IconFiletypeTxtLumiFilled = ({ 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: [
|
|
836
|
+
/* @__PURE__ */ jsx54("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ jsx54(
|
|
688
837
|
"path",
|
|
689
838
|
{
|
|
690
839
|
fill: "#2E2E2E",
|
|
@@ -692,11 +841,11 @@ var IconFiletypeTxtLumiFilled = ({ size, width, height, color, className, fill,
|
|
|
692
841
|
style: { opacity: 0.3 }
|
|
693
842
|
}
|
|
694
843
|
) }),
|
|
695
|
-
/* @__PURE__ */
|
|
696
|
-
/* @__PURE__ */
|
|
697
|
-
/* @__PURE__ */
|
|
698
|
-
/* @__PURE__ */
|
|
699
|
-
/* @__PURE__ */
|
|
844
|
+
/* @__PURE__ */ jsx54("path", { fill: "#2E2E2E", d: "M7.625 8.5625H16.375V7.625H7.625V8.5625Z" }),
|
|
845
|
+
/* @__PURE__ */ jsx54("path", { fill: "#2E2E2E", d: "M7.625 16.375H13.875V15.4375H7.625V16.375Z" }),
|
|
846
|
+
/* @__PURE__ */ jsx54("path", { fill: "#2E2E2E", d: "M16.375 11.2188H7.625V10.2812H16.375V11.2188Z" }),
|
|
847
|
+
/* @__PURE__ */ jsx54("path", { fill: "#2E2E2E", d: "M7.625 13.7188H16.375V12.7812H7.625V13.7188Z" }),
|
|
848
|
+
/* @__PURE__ */ jsx54(
|
|
700
849
|
"path",
|
|
701
850
|
{
|
|
702
851
|
fill: "#2E2E2E",
|
|
@@ -706,9 +855,9 @@ var IconFiletypeTxtLumiFilled = ({ size, width, height, color, className, fill,
|
|
|
706
855
|
] }), FiletypeTxtLumiFilled_default = IconFiletypeTxtLumiFilled;
|
|
707
856
|
|
|
708
857
|
// src/components/FiletypeWordFilled.tsx
|
|
709
|
-
import { jsx as
|
|
710
|
-
var IconFiletypeWordFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
711
|
-
/* @__PURE__ */
|
|
858
|
+
import { jsx as jsx55, jsxs as jsxs23 } from "react/jsx-runtime";
|
|
859
|
+
var IconFiletypeWordFilled = ({ 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: [
|
|
860
|
+
/* @__PURE__ */ jsx55("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ jsx55(
|
|
712
861
|
"path",
|
|
713
862
|
{
|
|
714
863
|
fill: "#0072FF",
|
|
@@ -716,14 +865,14 @@ var IconFiletypeWordFilled = ({ size, width, height, color, className, fill, str
|
|
|
716
865
|
style: { opacity: 0.3 }
|
|
717
866
|
}
|
|
718
867
|
) }),
|
|
719
|
-
/* @__PURE__ */
|
|
868
|
+
/* @__PURE__ */ jsx55(
|
|
720
869
|
"path",
|
|
721
870
|
{
|
|
722
871
|
fill: "#0072FF",
|
|
723
872
|
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"
|
|
724
873
|
}
|
|
725
874
|
),
|
|
726
|
-
/* @__PURE__ */
|
|
875
|
+
/* @__PURE__ */ jsx55(
|
|
727
876
|
"path",
|
|
728
877
|
{
|
|
729
878
|
fill: "#0072FF",
|
|
@@ -733,9 +882,9 @@ var IconFiletypeWordFilled = ({ size, width, height, color, className, fill, str
|
|
|
733
882
|
] }), FiletypeWordFilled_default = IconFiletypeWordFilled;
|
|
734
883
|
|
|
735
884
|
// src/components/FiletypeWordLumiFilled.tsx
|
|
736
|
-
import { jsx as
|
|
737
|
-
var IconFiletypeWordLumiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
738
|
-
/* @__PURE__ */
|
|
885
|
+
import { jsx as jsx56, jsxs as jsxs24 } from "react/jsx-runtime";
|
|
886
|
+
var IconFiletypeWordLumiFilled = ({ 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: [
|
|
887
|
+
/* @__PURE__ */ jsx56("g", { style: { opacity: 0.3 }, children: /* @__PURE__ */ jsx56(
|
|
739
888
|
"path",
|
|
740
889
|
{
|
|
741
890
|
fill: "#2E2E2E",
|
|
@@ -743,14 +892,14 @@ var IconFiletypeWordLumiFilled = ({ size, width, height, color, className, fill,
|
|
|
743
892
|
style: { opacity: 0.3 }
|
|
744
893
|
}
|
|
745
894
|
) }),
|
|
746
|
-
/* @__PURE__ */
|
|
895
|
+
/* @__PURE__ */ jsx56(
|
|
747
896
|
"path",
|
|
748
897
|
{
|
|
749
898
|
fill: "#2E2E2E",
|
|
750
899
|
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"
|
|
751
900
|
}
|
|
752
901
|
),
|
|
753
|
-
/* @__PURE__ */
|
|
902
|
+
/* @__PURE__ */ jsx56(
|
|
754
903
|
"path",
|
|
755
904
|
{
|
|
756
905
|
fill: "#2E2E2E",
|
|
@@ -760,9 +909,9 @@ var IconFiletypeWordLumiFilled = ({ size, width, height, color, className, fill,
|
|
|
760
909
|
] }), FiletypeWordLumiFilled_default = IconFiletypeWordLumiFilled;
|
|
761
910
|
|
|
762
911
|
// src/components/Fillin.tsx
|
|
763
|
-
import { jsx as
|
|
764
|
-
var IconFillin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
765
|
-
/* @__PURE__ */
|
|
912
|
+
import { jsx as jsx57, jsxs as jsxs25 } from "react/jsx-runtime";
|
|
913
|
+
var IconFillin = ({ 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: [
|
|
914
|
+
/* @__PURE__ */ jsx57("g", { clipPath: "url(#clip0_491_23)", children: /* @__PURE__ */ jsx57(
|
|
766
915
|
"path",
|
|
767
916
|
{
|
|
768
917
|
fill: stroke || color || "currentColor",
|
|
@@ -771,7 +920,7 @@ var IconFillin = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
771
920
|
clipRule: "evenodd"
|
|
772
921
|
}
|
|
773
922
|
) }),
|
|
774
|
-
/* @__PURE__ */
|
|
923
|
+
/* @__PURE__ */ jsx57("defs", { children: /* @__PURE__ */ jsx57("clipPath", { id: "clip0_491_23", children: /* @__PURE__ */ jsx57(
|
|
775
924
|
"rect",
|
|
776
925
|
{
|
|
777
926
|
width: "24",
|
|
@@ -783,36 +932,36 @@ var IconFillin = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
783
932
|
] }), Fillin_default = IconFillin;
|
|
784
933
|
|
|
785
934
|
// src/components/FoldedMenu.tsx
|
|
786
|
-
import { jsx as
|
|
787
|
-
var IconFoldedMenu = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
788
|
-
/* @__PURE__ */
|
|
789
|
-
/* @__PURE__ */
|
|
790
|
-
/* @__PURE__ */
|
|
791
|
-
/* @__PURE__ */
|
|
935
|
+
import { jsx as jsx58, jsxs as jsxs26 } from "react/jsx-runtime";
|
|
936
|
+
var IconFoldedMenu = ({ 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: [
|
|
937
|
+
/* @__PURE__ */ jsx58("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H22.5V1.5H1.5V3.75Z" }),
|
|
938
|
+
/* @__PURE__ */ jsx58("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H22.5V20.25H1.5V22.5Z" }),
|
|
939
|
+
/* @__PURE__ */ jsx58("path", { fill: stroke || color || "currentColor", d: "M22.5 10.125H1.5V7.875H22.5V10.125Z" }),
|
|
940
|
+
/* @__PURE__ */ jsx58("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H22.5V13.875H1.5V16.125Z" })
|
|
792
941
|
] }), FoldedMenu_default = IconFoldedMenu;
|
|
793
942
|
|
|
794
943
|
// src/components/FullScreen.tsx
|
|
795
|
-
import { jsx as
|
|
796
|
-
var IconFullScreen = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
797
|
-
/* @__PURE__ */
|
|
798
|
-
/* @__PURE__ */
|
|
799
|
-
/* @__PURE__ */
|
|
800
|
-
/* @__PURE__ */
|
|
944
|
+
import { jsx as jsx59, jsxs as jsxs27 } from "react/jsx-runtime";
|
|
945
|
+
var IconFullScreen = ({ 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: [
|
|
946
|
+
/* @__PURE__ */ jsx59("path", { fill: stroke || color || "currentColor", d: "M3.25 14V20.75H10V23H1V14H3.25Z" }),
|
|
947
|
+
/* @__PURE__ */ jsx59("path", { fill: stroke || color || "currentColor", d: "M23 23H14V20.75H20.75V14H23V23Z" }),
|
|
948
|
+
/* @__PURE__ */ jsx59("path", { fill: stroke || color || "currentColor", d: "M10 3.25H3.25V10H1V1H10V3.25Z" }),
|
|
949
|
+
/* @__PURE__ */ jsx59("path", { fill: stroke || color || "currentColor", d: "M23 10H20.75V3.25H14V1H23V10Z" })
|
|
801
950
|
] }), FullScreen_default = IconFullScreen;
|
|
802
951
|
|
|
803
952
|
// src/components/GameFilled.tsx
|
|
804
|
-
import { jsx as
|
|
805
|
-
var IconGameFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
806
|
-
/* @__PURE__ */
|
|
807
|
-
/* @__PURE__ */
|
|
808
|
-
/* @__PURE__ */
|
|
953
|
+
import { jsx as jsx60, jsxs as jsxs28 } from "react/jsx-runtime";
|
|
954
|
+
var IconGameFilled = ({ 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: [
|
|
955
|
+
/* @__PURE__ */ jsx60("path", { fill: fill || color || "currentColor", d: "M7.5 0H16.5V5.37868L12 9.87868L7.5 5.37868V0Z" }),
|
|
956
|
+
/* @__PURE__ */ jsx60("path", { fill: fill || color || "currentColor", d: "M5.37868 7.5H0V16.5H5.37868L9.87868 12L5.37868 7.5Z" }),
|
|
957
|
+
/* @__PURE__ */ jsx60(
|
|
809
958
|
"path",
|
|
810
959
|
{
|
|
811
960
|
fill: fill || color || "currentColor",
|
|
812
961
|
d: "M7.5 18.6213V24H16.5V18.6213L12 14.1213L7.5 18.6213Z"
|
|
813
962
|
}
|
|
814
963
|
),
|
|
815
|
-
/* @__PURE__ */
|
|
964
|
+
/* @__PURE__ */ jsx60(
|
|
816
965
|
"path",
|
|
817
966
|
{
|
|
818
967
|
fill: fill || color || "currentColor",
|
|
@@ -822,9 +971,9 @@ var IconGameFilled = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
822
971
|
] }), GameFilled_default = IconGameFilled;
|
|
823
972
|
|
|
824
973
|
// src/components/Game.tsx
|
|
825
|
-
import { jsx as
|
|
826
|
-
var IconGame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
827
|
-
/* @__PURE__ */
|
|
974
|
+
import { jsx as jsx61, jsxs as jsxs29 } from "react/jsx-runtime";
|
|
975
|
+
var IconGame = ({ 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: [
|
|
976
|
+
/* @__PURE__ */ jsx61(
|
|
828
977
|
"path",
|
|
829
978
|
{
|
|
830
979
|
fill: stroke || color || "currentColor",
|
|
@@ -833,7 +982,7 @@ var IconGame = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
833
982
|
clipRule: "evenodd"
|
|
834
983
|
}
|
|
835
984
|
),
|
|
836
|
-
/* @__PURE__ */
|
|
985
|
+
/* @__PURE__ */ jsx61(
|
|
837
986
|
"path",
|
|
838
987
|
{
|
|
839
988
|
fill: stroke || color || "currentColor",
|
|
@@ -842,7 +991,7 @@ var IconGame = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
842
991
|
clipRule: "evenodd"
|
|
843
992
|
}
|
|
844
993
|
),
|
|
845
|
-
/* @__PURE__ */
|
|
994
|
+
/* @__PURE__ */ jsx61(
|
|
846
995
|
"path",
|
|
847
996
|
{
|
|
848
997
|
fill: stroke || color || "currentColor",
|
|
@@ -851,7 +1000,7 @@ var IconGame = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
851
1000
|
clipRule: "evenodd"
|
|
852
1001
|
}
|
|
853
1002
|
),
|
|
854
|
-
/* @__PURE__ */
|
|
1003
|
+
/* @__PURE__ */ jsx61(
|
|
855
1004
|
"path",
|
|
856
1005
|
{
|
|
857
1006
|
fill: stroke || color || "currentColor",
|
|
@@ -863,8 +1012,8 @@ var IconGame = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
863
1012
|
] }), Game_default = IconGame;
|
|
864
1013
|
|
|
865
1014
|
// src/components/GamebackupFilled.tsx
|
|
866
|
-
import { jsx as
|
|
867
|
-
var IconGamebackupFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1015
|
+
import { jsx as jsx62 } from "react/jsx-runtime";
|
|
1016
|
+
var IconGamebackupFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx62("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx62(
|
|
868
1017
|
"path",
|
|
869
1018
|
{
|
|
870
1019
|
fill: fill || color || "currentColor",
|
|
@@ -875,8 +1024,8 @@ var IconGamebackupFilled = ({ size, width, height, color, className, fill, strok
|
|
|
875
1024
|
) }), GamebackupFilled_default = IconGamebackupFilled;
|
|
876
1025
|
|
|
877
1026
|
// src/components/Gamebackup.tsx
|
|
878
|
-
import { jsx as
|
|
879
|
-
var IconGamebackup = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1027
|
+
import { jsx as jsx63 } from "react/jsx-runtime";
|
|
1028
|
+
var IconGamebackup = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx63("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx63(
|
|
880
1029
|
"path",
|
|
881
1030
|
{
|
|
882
1031
|
fill: stroke || color || "currentColor",
|
|
@@ -887,20 +1036,20 @@ var IconGamebackup = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
887
1036
|
) }), Gamebackup_default = IconGamebackup;
|
|
888
1037
|
|
|
889
1038
|
// src/components/GamecontrolChoice.tsx
|
|
890
|
-
import { jsx as
|
|
891
|
-
var IconGamecontrolChoice = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1039
|
+
import { jsx as jsx64 } from "react/jsx-runtime";
|
|
1040
|
+
var IconGamecontrolChoice = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx64("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx64(
|
|
892
1041
|
"path",
|
|
893
1042
|
{
|
|
894
1043
|
fill: stroke || color || "currentColor",
|
|
895
|
-
d: "
|
|
1044
|
+
d: "M15.9053 6.75C16.395 8.48138 17.9868 9.75 19.875 9.75C22.1532 9.75 24 7.90318 24 5.625C24 3.34683 22.1532 1.5 19.875 1.5C17.9868 1.5 16.395 2.76862 15.9053 4.5L10.5 4.5L10.5 10.875L8.09472 10.875C7.60503 9.14362 6.01317 7.875 4.125 7.875C1.84682 7.875 -3.59387e-07 9.72182 -4.5897e-07 12C-5.58552e-07 14.2782 1.84682 16.125 4.125 16.125C6.01317 16.125 7.60503 14.8564 8.09472 13.125L10.5 13.125L10.5 19.5L15.9053 19.5C16.395 21.2314 17.9868 22.5 19.875 22.5C22.1532 22.5 24 20.6532 24 18.375C24 16.0968 22.1532 14.25 19.875 14.25C17.9868 14.25 16.395 15.5186 15.9053 17.25L12.75 17.25L12.75 6.75L15.9053 6.75ZM19.875 7.5C18.8395 7.5 18 6.66053 18 5.625C18 4.58947 18.8395 3.75 19.875 3.75C20.9105 3.75 21.75 4.58947 21.75 5.625C21.75 6.66053 20.9105 7.5 19.875 7.5ZM19.875 20.25C18.8395 20.25 18 19.4105 18 18.375C18 17.3395 18.8395 16.5 19.875 16.5C20.9105 16.5 21.75 17.3395 21.75 18.375C21.75 19.4105 20.9105 20.25 19.875 20.25ZM4.125 13.875C3.08947 13.875 2.25 13.0355 2.25 12C2.25 10.9645 3.08947 10.125 4.125 10.125C5.16053 10.125 6 10.9645 6 12C6 13.0355 5.16053 13.875 4.125 13.875Z",
|
|
896
1045
|
fillRule: "evenodd",
|
|
897
1046
|
clipRule: "evenodd"
|
|
898
1047
|
}
|
|
899
1048
|
) }), GamecontrolChoice_default = IconGamecontrolChoice;
|
|
900
1049
|
|
|
901
1050
|
// src/components/GamecontrolGameplay.tsx
|
|
902
|
-
import { jsx as
|
|
903
|
-
var IconGamecontrolGameplay = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1051
|
+
import { jsx as jsx65 } from "react/jsx-runtime";
|
|
1052
|
+
var IconGamecontrolGameplay = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx65("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx65(
|
|
904
1053
|
"path",
|
|
905
1054
|
{
|
|
906
1055
|
fill: stroke || color || "currentColor",
|
|
@@ -911,8 +1060,8 @@ var IconGamecontrolGameplay = ({ size, width, height, color, className, fill, st
|
|
|
911
1060
|
) }), GamecontrolGameplay_default = IconGamecontrolGameplay;
|
|
912
1061
|
|
|
913
1062
|
// src/components/GamecontrolLinear.tsx
|
|
914
|
-
import { jsx as
|
|
915
|
-
var IconGamecontrolLinear = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1063
|
+
import { jsx as jsx66 } from "react/jsx-runtime";
|
|
1064
|
+
var IconGamecontrolLinear = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx66("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx66(
|
|
916
1065
|
"path",
|
|
917
1066
|
{
|
|
918
1067
|
fill: stroke || color || "currentColor",
|
|
@@ -923,16 +1072,16 @@ var IconGamecontrolLinear = ({ size, width, height, color, className, fill, stro
|
|
|
923
1072
|
) }), GamecontrolLinear_default = IconGamecontrolLinear;
|
|
924
1073
|
|
|
925
1074
|
// src/components/GamecontrolNone.tsx
|
|
926
|
-
import { jsx as
|
|
927
|
-
var IconGamecontrolNone = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
928
|
-
/* @__PURE__ */
|
|
1075
|
+
import { jsx as jsx67, jsxs as jsxs30 } from "react/jsx-runtime";
|
|
1076
|
+
var IconGamecontrolNone = ({ 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: [
|
|
1077
|
+
/* @__PURE__ */ jsx67(
|
|
929
1078
|
"path",
|
|
930
1079
|
{
|
|
931
1080
|
fill: stroke || color || "currentColor",
|
|
932
1081
|
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"
|
|
933
1082
|
}
|
|
934
1083
|
),
|
|
935
|
-
/* @__PURE__ */
|
|
1084
|
+
/* @__PURE__ */ jsx67(
|
|
936
1085
|
"path",
|
|
937
1086
|
{
|
|
938
1087
|
fill: stroke || color || "currentColor",
|
|
@@ -941,7 +1090,7 @@ var IconGamecontrolNone = ({ size, width, height, color, className, fill, stroke
|
|
|
941
1090
|
clipRule: "evenodd"
|
|
942
1091
|
}
|
|
943
1092
|
),
|
|
944
|
-
/* @__PURE__ */
|
|
1093
|
+
/* @__PURE__ */ jsx67(
|
|
945
1094
|
"path",
|
|
946
1095
|
{
|
|
947
1096
|
fill: stroke || color || "currentColor",
|
|
@@ -952,9 +1101,37 @@ var IconGamecontrolNone = ({ size, width, height, color, className, fill, stroke
|
|
|
952
1101
|
)
|
|
953
1102
|
] }), GamecontrolNone_default = IconGamecontrolNone;
|
|
954
1103
|
|
|
1104
|
+
// src/components/GamecontrolTerminal.tsx
|
|
1105
|
+
import { jsx as jsx68, jsxs as jsxs31 } from "react/jsx-runtime";
|
|
1106
|
+
var IconGamecontrolTerminal = ({ 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: [
|
|
1107
|
+
/* @__PURE__ */ jsx68(
|
|
1108
|
+
"path",
|
|
1109
|
+
{
|
|
1110
|
+
fill: stroke || color || "currentColor",
|
|
1111
|
+
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"
|
|
1112
|
+
}
|
|
1113
|
+
),
|
|
1114
|
+
/* @__PURE__ */ jsx68(
|
|
1115
|
+
"path",
|
|
1116
|
+
{
|
|
1117
|
+
fill: stroke || color || "currentColor",
|
|
1118
|
+
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"
|
|
1119
|
+
}
|
|
1120
|
+
),
|
|
1121
|
+
/* @__PURE__ */ jsx68(
|
|
1122
|
+
"path",
|
|
1123
|
+
{
|
|
1124
|
+
fill: stroke || color || "currentColor",
|
|
1125
|
+
d: "M19.5 9.75H15.841L12.7955 12.7955L11.2045 11.2045L14.25 8.15901V4.5L18.75 0L20.25 3.75L24 5.25L19.5 9.75ZM18.5191 5.48095L17.9282 4.00379L16.5 5.43198V7.5H18.568L19.9962 6.07181L18.5191 5.48095Z",
|
|
1126
|
+
fillRule: "evenodd",
|
|
1127
|
+
clipRule: "evenodd"
|
|
1128
|
+
}
|
|
1129
|
+
)
|
|
1130
|
+
] }), GamecontrolTerminal_default = IconGamecontrolTerminal;
|
|
1131
|
+
|
|
955
1132
|
// src/components/Gamelanguage.tsx
|
|
956
|
-
import { jsx as
|
|
957
|
-
var IconGamelanguage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1133
|
+
import { jsx as jsx69 } from "react/jsx-runtime";
|
|
1134
|
+
var IconGamelanguage = ({ 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(
|
|
958
1135
|
"path",
|
|
959
1136
|
{
|
|
960
1137
|
fill: stroke || color || "currentColor",
|
|
@@ -965,9 +1142,9 @@ var IconGamelanguage = ({ size, width, height, color, className, fill, stroke })
|
|
|
965
1142
|
) }), Gamelanguage_default = IconGamelanguage;
|
|
966
1143
|
|
|
967
1144
|
// src/components/Gamepreview.tsx
|
|
968
|
-
import { jsx as
|
|
969
|
-
var IconGamepreview = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
970
|
-
/* @__PURE__ */
|
|
1145
|
+
import { jsx as jsx70, jsxs as jsxs32 } from "react/jsx-runtime";
|
|
1146
|
+
var IconGamepreview = ({ 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: [
|
|
1147
|
+
/* @__PURE__ */ jsx70(
|
|
971
1148
|
"path",
|
|
972
1149
|
{
|
|
973
1150
|
fill: stroke || color || "currentColor",
|
|
@@ -976,7 +1153,7 @@ var IconGamepreview = ({ size, width, height, color, className, fill, stroke })
|
|
|
976
1153
|
clipRule: "evenodd"
|
|
977
1154
|
}
|
|
978
1155
|
),
|
|
979
|
-
/* @__PURE__ */
|
|
1156
|
+
/* @__PURE__ */ jsx70(
|
|
980
1157
|
"path",
|
|
981
1158
|
{
|
|
982
1159
|
fill: stroke || color || "currentColor",
|
|
@@ -988,8 +1165,8 @@ var IconGamepreview = ({ size, width, height, color, className, fill, stroke })
|
|
|
988
1165
|
] }), Gamepreview_default = IconGamepreview;
|
|
989
1166
|
|
|
990
1167
|
// src/components/Gameui.tsx
|
|
991
|
-
import { jsx as
|
|
992
|
-
var IconGameui = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1168
|
+
import { jsx as jsx71 } from "react/jsx-runtime";
|
|
1169
|
+
var IconGameui = ({ 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(
|
|
993
1170
|
"path",
|
|
994
1171
|
{
|
|
995
1172
|
fill: stroke || color || "currentColor",
|
|
@@ -1000,16 +1177,16 @@ var IconGameui = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
1000
1177
|
) }), Gameui_default = IconGameui;
|
|
1001
1178
|
|
|
1002
1179
|
// src/components/GenerateMultimage.tsx
|
|
1003
|
-
import { jsx as
|
|
1004
|
-
var IconGenerateMultimage = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1005
|
-
/* @__PURE__ */
|
|
1180
|
+
import { jsx as jsx72, jsxs as jsxs33 } from "react/jsx-runtime";
|
|
1181
|
+
var IconGenerateMultimage = ({ 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: [
|
|
1182
|
+
/* @__PURE__ */ jsx72(
|
|
1006
1183
|
"path",
|
|
1007
1184
|
{
|
|
1008
1185
|
fill: stroke || color || "currentColor",
|
|
1009
1186
|
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"
|
|
1010
1187
|
}
|
|
1011
1188
|
),
|
|
1012
|
-
/* @__PURE__ */
|
|
1189
|
+
/* @__PURE__ */ jsx72(
|
|
1013
1190
|
"path",
|
|
1014
1191
|
{
|
|
1015
1192
|
fill: stroke || color || "currentColor",
|
|
@@ -1018,12 +1195,12 @@ var IconGenerateMultimage = ({ size, width, height, color, className, fill, stro
|
|
|
1018
1195
|
clipRule: "evenodd"
|
|
1019
1196
|
}
|
|
1020
1197
|
),
|
|
1021
|
-
/* @__PURE__ */
|
|
1198
|
+
/* @__PURE__ */ jsx72("path", { fill: stroke || color || "currentColor", d: "M0 6V24H18V21.75H2.25V6H0Z" })
|
|
1022
1199
|
] }), GenerateMultimage_default = IconGenerateMultimage;
|
|
1023
1200
|
|
|
1024
1201
|
// src/components/GenerateFilled.tsx
|
|
1025
|
-
import { jsx as
|
|
1026
|
-
var IconGenerateFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1202
|
+
import { jsx as jsx73 } from "react/jsx-runtime";
|
|
1203
|
+
var IconGenerateFilled = ({ 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(
|
|
1027
1204
|
"path",
|
|
1028
1205
|
{
|
|
1029
1206
|
fill: fill || color || "currentColor",
|
|
@@ -1034,16 +1211,16 @@ var IconGenerateFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
1034
1211
|
) }), GenerateFilled_default = IconGenerateFilled;
|
|
1035
1212
|
|
|
1036
1213
|
// src/components/GenerateFrameStart.tsx
|
|
1037
|
-
import { jsx as
|
|
1038
|
-
var IconGenerateFrameStart = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1039
|
-
/* @__PURE__ */
|
|
1214
|
+
import { jsx as jsx74, jsxs as jsxs34 } from "react/jsx-runtime";
|
|
1215
|
+
var IconGenerateFrameStart = ({ 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: [
|
|
1216
|
+
/* @__PURE__ */ jsx74(
|
|
1040
1217
|
"path",
|
|
1041
1218
|
{
|
|
1042
1219
|
fill: stroke || color || "currentColor",
|
|
1043
1220
|
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"
|
|
1044
1221
|
}
|
|
1045
1222
|
),
|
|
1046
|
-
/* @__PURE__ */
|
|
1223
|
+
/* @__PURE__ */ jsx74(
|
|
1047
1224
|
"path",
|
|
1048
1225
|
{
|
|
1049
1226
|
fill: stroke || color || "currentColor",
|
|
@@ -1055,9 +1232,9 @@ var IconGenerateFrameStart = ({ size, width, height, color, className, fill, str
|
|
|
1055
1232
|
] }), GenerateFrameStart_default = IconGenerateFrameStart;
|
|
1056
1233
|
|
|
1057
1234
|
// src/components/GenerateFrameStart2End.tsx
|
|
1058
|
-
import { jsx as
|
|
1059
|
-
var IconGenerateFrameStart2End = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1060
|
-
/* @__PURE__ */
|
|
1235
|
+
import { jsx as jsx75, jsxs as jsxs35 } from "react/jsx-runtime";
|
|
1236
|
+
var IconGenerateFrameStart2End = ({ 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: [
|
|
1237
|
+
/* @__PURE__ */ jsx75(
|
|
1061
1238
|
"path",
|
|
1062
1239
|
{
|
|
1063
1240
|
fill: stroke || color || "currentColor",
|
|
@@ -1066,14 +1243,14 @@ var IconGenerateFrameStart2End = ({ size, width, height, color, className, fill,
|
|
|
1066
1243
|
clipRule: "evenodd"
|
|
1067
1244
|
}
|
|
1068
1245
|
),
|
|
1069
|
-
/* @__PURE__ */
|
|
1246
|
+
/* @__PURE__ */ jsx75(
|
|
1070
1247
|
"path",
|
|
1071
1248
|
{
|
|
1072
1249
|
fill: stroke || color || "currentColor",
|
|
1073
1250
|
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"
|
|
1074
1251
|
}
|
|
1075
1252
|
),
|
|
1076
|
-
/* @__PURE__ */
|
|
1253
|
+
/* @__PURE__ */ jsx75(
|
|
1077
1254
|
"path",
|
|
1078
1255
|
{
|
|
1079
1256
|
fill: stroke || color || "currentColor",
|
|
@@ -1085,9 +1262,9 @@ var IconGenerateFrameStart2End = ({ size, width, height, color, className, fill,
|
|
|
1085
1262
|
] }), GenerateFrameStart2End_default = IconGenerateFrameStart2End;
|
|
1086
1263
|
|
|
1087
1264
|
// src/components/GenerateSwitchframe.tsx
|
|
1088
|
-
import { jsx as
|
|
1089
|
-
var IconGenerateSwitchframe = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1090
|
-
/* @__PURE__ */
|
|
1265
|
+
import { jsx as jsx76, jsxs as jsxs36 } from "react/jsx-runtime";
|
|
1266
|
+
var IconGenerateSwitchframe = ({ 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: [
|
|
1267
|
+
/* @__PURE__ */ jsx76(
|
|
1091
1268
|
"path",
|
|
1092
1269
|
{
|
|
1093
1270
|
fill: stroke || color || "currentColor",
|
|
@@ -1096,7 +1273,7 @@ var IconGenerateSwitchframe = ({ size, width, height, color, className, fill, st
|
|
|
1096
1273
|
clipRule: "evenodd"
|
|
1097
1274
|
}
|
|
1098
1275
|
),
|
|
1099
|
-
/* @__PURE__ */
|
|
1276
|
+
/* @__PURE__ */ jsx76(
|
|
1100
1277
|
"path",
|
|
1101
1278
|
{
|
|
1102
1279
|
fill: stroke || color || "currentColor",
|
|
@@ -1108,16 +1285,16 @@ var IconGenerateSwitchframe = ({ size, width, height, color, className, fill, st
|
|
|
1108
1285
|
] }), GenerateSwitchframe_default = IconGenerateSwitchframe;
|
|
1109
1286
|
|
|
1110
1287
|
// src/components/GenerateT2V.tsx
|
|
1111
|
-
import { jsx as
|
|
1112
|
-
var IconGenerateT2V = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1113
|
-
/* @__PURE__ */
|
|
1288
|
+
import { jsx as jsx77, jsxs as jsxs37 } from "react/jsx-runtime";
|
|
1289
|
+
var IconGenerateT2V = ({ 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: [
|
|
1290
|
+
/* @__PURE__ */ jsx77(
|
|
1114
1291
|
"path",
|
|
1115
1292
|
{
|
|
1116
1293
|
fill: stroke || color || "currentColor",
|
|
1117
1294
|
d: "M6 6V10.5H8.25V8.25H10.875V15.75H8.25V18H15.75V15.75H13.125V8.25H15.75V10.5H18V6H6Z"
|
|
1118
1295
|
}
|
|
1119
1296
|
),
|
|
1120
|
-
/* @__PURE__ */
|
|
1297
|
+
/* @__PURE__ */ jsx77(
|
|
1121
1298
|
"path",
|
|
1122
1299
|
{
|
|
1123
1300
|
fill: stroke || color || "currentColor",
|
|
@@ -1129,16 +1306,16 @@ var IconGenerateT2V = ({ size, width, height, color, className, fill, stroke })
|
|
|
1129
1306
|
] }), GenerateT2V_default = IconGenerateT2V;
|
|
1130
1307
|
|
|
1131
1308
|
// src/components/GenreAuto.tsx
|
|
1132
|
-
import { jsx as
|
|
1133
|
-
var IconGenreAuto = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1134
|
-
/* @__PURE__ */
|
|
1309
|
+
import { jsx as jsx78, jsxs as jsxs38 } from "react/jsx-runtime";
|
|
1310
|
+
var IconGenreAuto = ({ 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: [
|
|
1311
|
+
/* @__PURE__ */ jsx78(
|
|
1135
1312
|
"path",
|
|
1136
1313
|
{
|
|
1137
1314
|
fill: stroke || color || "currentColor",
|
|
1138
1315
|
d: "M18.375 6.375V10.5H16.125V6.375H12V4.125H16.125V0H18.375V4.125H22.5V6.375H18.375Z"
|
|
1139
1316
|
}
|
|
1140
1317
|
),
|
|
1141
|
-
/* @__PURE__ */
|
|
1318
|
+
/* @__PURE__ */ jsx78(
|
|
1142
1319
|
"path",
|
|
1143
1320
|
{
|
|
1144
1321
|
fill: stroke || color || "currentColor",
|
|
@@ -1147,15 +1324,15 @@ var IconGenreAuto = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
1147
1324
|
clipRule: "evenodd"
|
|
1148
1325
|
}
|
|
1149
1326
|
),
|
|
1150
|
-
/* @__PURE__ */
|
|
1151
|
-
/* @__PURE__ */
|
|
1327
|
+
/* @__PURE__ */ jsx78("path", { fill: stroke || color || "currentColor", d: "M3.75 0.75L1.5 3L3.75 5.25L6 3L3.75 0.75Z" }),
|
|
1328
|
+
/* @__PURE__ */ jsx78(
|
|
1152
1329
|
"path",
|
|
1153
1330
|
{
|
|
1154
1331
|
fill: stroke || color || "currentColor",
|
|
1155
1332
|
d: "M18 21.75L20.25 19.5L22.5 21.75L20.25 24L18 21.75Z"
|
|
1156
1333
|
}
|
|
1157
1334
|
),
|
|
1158
|
-
/* @__PURE__ */
|
|
1335
|
+
/* @__PURE__ */ jsx78(
|
|
1159
1336
|
"path",
|
|
1160
1337
|
{
|
|
1161
1338
|
fill: stroke || color || "currentColor",
|
|
@@ -1165,23 +1342,23 @@ var IconGenreAuto = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
1165
1342
|
] }), GenreAuto_default = IconGenreAuto;
|
|
1166
1343
|
|
|
1167
1344
|
// src/components/GenreComedy.tsx
|
|
1168
|
-
import { jsx as
|
|
1169
|
-
var IconGenreComedy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1170
|
-
/* @__PURE__ */
|
|
1345
|
+
import { jsx as jsx79, jsxs as jsxs39 } from "react/jsx-runtime";
|
|
1346
|
+
var IconGenreComedy = ({ 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__ */ jsx79(
|
|
1171
1348
|
"path",
|
|
1172
1349
|
{
|
|
1173
1350
|
fill: stroke || color || "currentColor",
|
|
1174
1351
|
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"
|
|
1175
1352
|
}
|
|
1176
1353
|
),
|
|
1177
|
-
/* @__PURE__ */
|
|
1354
|
+
/* @__PURE__ */ jsx79(
|
|
1178
1355
|
"path",
|
|
1179
1356
|
{
|
|
1180
1357
|
fill: stroke || color || "currentColor",
|
|
1181
1358
|
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"
|
|
1182
1359
|
}
|
|
1183
1360
|
),
|
|
1184
|
-
/* @__PURE__ */
|
|
1361
|
+
/* @__PURE__ */ jsx79(
|
|
1185
1362
|
"path",
|
|
1186
1363
|
{
|
|
1187
1364
|
fill: stroke || color || "currentColor",
|
|
@@ -1190,7 +1367,7 @@ var IconGenreComedy = ({ size, width, height, color, className, fill, stroke })
|
|
|
1190
1367
|
clipRule: "evenodd"
|
|
1191
1368
|
}
|
|
1192
1369
|
),
|
|
1193
|
-
/* @__PURE__ */
|
|
1370
|
+
/* @__PURE__ */ jsx79(
|
|
1194
1371
|
"path",
|
|
1195
1372
|
{
|
|
1196
1373
|
fill: stroke || color || "currentColor",
|
|
@@ -1202,8 +1379,8 @@ var IconGenreComedy = ({ size, width, height, color, className, fill, stroke })
|
|
|
1202
1379
|
] }), GenreComedy_default = IconGenreComedy;
|
|
1203
1380
|
|
|
1204
1381
|
// src/components/GenreFantasy.tsx
|
|
1205
|
-
import { jsx as
|
|
1206
|
-
var IconGenreFantasy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1382
|
+
import { jsx as jsx80 } from "react/jsx-runtime";
|
|
1383
|
+
var IconGenreFantasy = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx80("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx80(
|
|
1207
1384
|
"path",
|
|
1208
1385
|
{
|
|
1209
1386
|
fill: stroke || color || "currentColor",
|
|
@@ -1214,23 +1391,23 @@ var IconGenreFantasy = ({ size, width, height, color, className, fill, stroke })
|
|
|
1214
1391
|
) }), GenreFantasy_default = IconGenreFantasy;
|
|
1215
1392
|
|
|
1216
1393
|
// src/components/GenreHorror.tsx
|
|
1217
|
-
import { jsx as
|
|
1218
|
-
var IconGenreHorror = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1219
|
-
/* @__PURE__ */
|
|
1394
|
+
import { jsx as jsx81, jsxs as jsxs40 } from "react/jsx-runtime";
|
|
1395
|
+
var IconGenreHorror = ({ 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: [
|
|
1396
|
+
/* @__PURE__ */ jsx81(
|
|
1220
1397
|
"path",
|
|
1221
1398
|
{
|
|
1222
1399
|
fill: stroke || color || "currentColor",
|
|
1223
1400
|
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"
|
|
1224
1401
|
}
|
|
1225
1402
|
),
|
|
1226
|
-
/* @__PURE__ */
|
|
1403
|
+
/* @__PURE__ */ jsx81(
|
|
1227
1404
|
"path",
|
|
1228
1405
|
{
|
|
1229
1406
|
fill: stroke || color || "currentColor",
|
|
1230
1407
|
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"
|
|
1231
1408
|
}
|
|
1232
1409
|
),
|
|
1233
|
-
/* @__PURE__ */
|
|
1410
|
+
/* @__PURE__ */ jsx81(
|
|
1234
1411
|
"path",
|
|
1235
1412
|
{
|
|
1236
1413
|
fill: stroke || color || "currentColor",
|
|
@@ -1242,8 +1419,8 @@ var IconGenreHorror = ({ size, width, height, color, className, fill, stroke })
|
|
|
1242
1419
|
] }), GenreHorror_default = IconGenreHorror;
|
|
1243
1420
|
|
|
1244
1421
|
// src/components/GenreRomance.tsx
|
|
1245
|
-
import { jsx as
|
|
1246
|
-
var IconGenreRomance = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1422
|
+
import { jsx as jsx82 } from "react/jsx-runtime";
|
|
1423
|
+
var IconGenreRomance = ({ 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(
|
|
1247
1424
|
"path",
|
|
1248
1425
|
{
|
|
1249
1426
|
fill: stroke || color || "currentColor",
|
|
@@ -1254,16 +1431,16 @@ var IconGenreRomance = ({ size, width, height, color, className, fill, stroke })
|
|
|
1254
1431
|
) }), GenreRomance_default = IconGenreRomance;
|
|
1255
1432
|
|
|
1256
1433
|
// src/components/GenreScifi.tsx
|
|
1257
|
-
import { jsx as
|
|
1258
|
-
var IconGenreScifi = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1259
|
-
/* @__PURE__ */
|
|
1434
|
+
import { jsx as jsx83, jsxs as jsxs41 } from "react/jsx-runtime";
|
|
1435
|
+
var IconGenreScifi = ({ 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: [
|
|
1436
|
+
/* @__PURE__ */ jsx83(
|
|
1260
1437
|
"path",
|
|
1261
1438
|
{
|
|
1262
1439
|
fill: stroke || color || "currentColor",
|
|
1263
1440
|
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"
|
|
1264
1441
|
}
|
|
1265
1442
|
),
|
|
1266
|
-
/* @__PURE__ */
|
|
1443
|
+
/* @__PURE__ */ jsx83(
|
|
1267
1444
|
"path",
|
|
1268
1445
|
{
|
|
1269
1446
|
fill: stroke || color || "currentColor",
|
|
@@ -1272,7 +1449,7 @@ var IconGenreScifi = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
1272
1449
|
clipRule: "evenodd"
|
|
1273
1450
|
}
|
|
1274
1451
|
),
|
|
1275
|
-
/* @__PURE__ */
|
|
1452
|
+
/* @__PURE__ */ jsx83(
|
|
1276
1453
|
"path",
|
|
1277
1454
|
{
|
|
1278
1455
|
fill: stroke || color || "currentColor",
|
|
@@ -1282,8 +1459,8 @@ var IconGenreScifi = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
1282
1459
|
] }), GenreScifi_default = IconGenreScifi;
|
|
1283
1460
|
|
|
1284
1461
|
// src/components/GenreSuspense.tsx
|
|
1285
|
-
import { jsx as
|
|
1286
|
-
var IconGenreSuspense = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1462
|
+
import { jsx as jsx84 } from "react/jsx-runtime";
|
|
1463
|
+
var IconGenreSuspense = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx84("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx84(
|
|
1287
1464
|
"path",
|
|
1288
1465
|
{
|
|
1289
1466
|
fill: stroke || color || "currentColor",
|
|
@@ -1294,8 +1471,8 @@ var IconGenreSuspense = ({ size, width, height, color, className, fill, stroke }
|
|
|
1294
1471
|
) }), GenreSuspense_default = IconGenreSuspense;
|
|
1295
1472
|
|
|
1296
1473
|
// src/components/Genre.tsx
|
|
1297
|
-
import { jsx as
|
|
1298
|
-
var IconGenre = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1474
|
+
import { jsx as jsx85 } from "react/jsx-runtime";
|
|
1475
|
+
var IconGenre = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx85("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx85(
|
|
1299
1476
|
"path",
|
|
1300
1477
|
{
|
|
1301
1478
|
fill: stroke || color || "currentColor",
|
|
@@ -1306,9 +1483,9 @@ var IconGenre = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
1306
1483
|
) }), Genre_default = IconGenre;
|
|
1307
1484
|
|
|
1308
1485
|
// src/components/GoogleLogoFilled.tsx
|
|
1309
|
-
import { jsx as
|
|
1310
|
-
var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1311
|
-
/* @__PURE__ */
|
|
1486
|
+
import { jsx as jsx86, jsxs as jsxs42 } from "react/jsx-runtime";
|
|
1487
|
+
var IconGoogleLogoFilled = ({ 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: [
|
|
1488
|
+
/* @__PURE__ */ jsx86(
|
|
1312
1489
|
"mask",
|
|
1313
1490
|
{
|
|
1314
1491
|
id: "mask0_48_113",
|
|
@@ -1318,7 +1495,7 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1318
1495
|
y: "0",
|
|
1319
1496
|
maskUnits: "userSpaceOnUse",
|
|
1320
1497
|
style: { maskType: "luminance" },
|
|
1321
|
-
children: /* @__PURE__ */
|
|
1498
|
+
children: /* @__PURE__ */ jsx86(
|
|
1322
1499
|
"path",
|
|
1323
1500
|
{
|
|
1324
1501
|
fill: stroke || color || "currentColor",
|
|
@@ -1327,64 +1504,64 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1327
1504
|
)
|
|
1328
1505
|
}
|
|
1329
1506
|
),
|
|
1330
|
-
/* @__PURE__ */
|
|
1331
|
-
/* @__PURE__ */
|
|
1507
|
+
/* @__PURE__ */ jsxs42("g", { mask: "url(#mask0_48_113)", children: [
|
|
1508
|
+
/* @__PURE__ */ jsx86("g", { filter: "url(#filter0_f_48_113)", children: /* @__PURE__ */ jsx86(
|
|
1332
1509
|
"path",
|
|
1333
1510
|
{
|
|
1334
1511
|
fill: "url(#paint0_radial_48_113)",
|
|
1335
1512
|
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"
|
|
1336
1513
|
}
|
|
1337
1514
|
) }),
|
|
1338
|
-
/* @__PURE__ */
|
|
1515
|
+
/* @__PURE__ */ jsx86("g", { filter: "url(#filter1_f_48_113)", children: /* @__PURE__ */ jsx86(
|
|
1339
1516
|
"path",
|
|
1340
1517
|
{
|
|
1341
1518
|
fill: "url(#paint1_radial_48_113)",
|
|
1342
1519
|
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"
|
|
1343
1520
|
}
|
|
1344
1521
|
) }),
|
|
1345
|
-
/* @__PURE__ */
|
|
1522
|
+
/* @__PURE__ */ jsx86("g", { filter: "url(#filter2_f_48_113)", children: /* @__PURE__ */ jsx86(
|
|
1346
1523
|
"path",
|
|
1347
1524
|
{
|
|
1348
1525
|
fill: "url(#paint2_radial_48_113)",
|
|
1349
1526
|
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"
|
|
1350
1527
|
}
|
|
1351
1528
|
) }),
|
|
1352
|
-
/* @__PURE__ */
|
|
1529
|
+
/* @__PURE__ */ jsx86("g", { filter: "url(#filter3_f_48_113)", children: /* @__PURE__ */ jsx86(
|
|
1353
1530
|
"path",
|
|
1354
1531
|
{
|
|
1355
1532
|
fill: "url(#paint3_radial_48_113)",
|
|
1356
1533
|
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"
|
|
1357
1534
|
}
|
|
1358
1535
|
) }),
|
|
1359
|
-
/* @__PURE__ */
|
|
1536
|
+
/* @__PURE__ */ jsx86("g", { filter: "url(#filter4_f_48_113)", children: /* @__PURE__ */ jsx86(
|
|
1360
1537
|
"path",
|
|
1361
1538
|
{
|
|
1362
1539
|
fill: "#3086FF",
|
|
1363
1540
|
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"
|
|
1364
1541
|
}
|
|
1365
1542
|
) }),
|
|
1366
|
-
/* @__PURE__ */
|
|
1543
|
+
/* @__PURE__ */ jsx86("g", { filter: "url(#filter5_f_48_113)", children: /* @__PURE__ */ jsx86(
|
|
1367
1544
|
"path",
|
|
1368
1545
|
{
|
|
1369
1546
|
fill: "url(#paint4_radial_48_113)",
|
|
1370
1547
|
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"
|
|
1371
1548
|
}
|
|
1372
1549
|
) }),
|
|
1373
|
-
/* @__PURE__ */
|
|
1550
|
+
/* @__PURE__ */ jsx86("g", { filter: "url(#filter6_f_48_113)", children: /* @__PURE__ */ jsx86(
|
|
1374
1551
|
"path",
|
|
1375
1552
|
{
|
|
1376
1553
|
fill: "url(#paint5_radial_48_113)",
|
|
1377
1554
|
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"
|
|
1378
1555
|
}
|
|
1379
1556
|
) }),
|
|
1380
|
-
/* @__PURE__ */
|
|
1557
|
+
/* @__PURE__ */ jsx86("g", { filter: "url(#filter7_f_48_113)", children: /* @__PURE__ */ jsx86(
|
|
1381
1558
|
"path",
|
|
1382
1559
|
{
|
|
1383
1560
|
fill: "url(#paint6_radial_48_113)",
|
|
1384
1561
|
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"
|
|
1385
1562
|
}
|
|
1386
1563
|
) }),
|
|
1387
|
-
/* @__PURE__ */
|
|
1564
|
+
/* @__PURE__ */ jsx86("g", { filter: "url(#filter8_f_48_113)", style: { opacity: 0.5 }, children: /* @__PURE__ */ jsx86(
|
|
1388
1565
|
"path",
|
|
1389
1566
|
{
|
|
1390
1567
|
fill: "url(#paint7_linear_48_113)",
|
|
@@ -1392,8 +1569,8 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1392
1569
|
}
|
|
1393
1570
|
) })
|
|
1394
1571
|
] }),
|
|
1395
|
-
/* @__PURE__ */
|
|
1396
|
-
/* @__PURE__ */
|
|
1572
|
+
/* @__PURE__ */ jsxs42("defs", { children: [
|
|
1573
|
+
/* @__PURE__ */ jsxs42(
|
|
1397
1574
|
"filter",
|
|
1398
1575
|
{
|
|
1399
1576
|
id: "filter0_f_48_113",
|
|
@@ -1404,13 +1581,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1404
1581
|
filterUnits: "userSpaceOnUse",
|
|
1405
1582
|
colorInterpolationFilters: "sRGB",
|
|
1406
1583
|
children: [
|
|
1407
|
-
/* @__PURE__ */
|
|
1408
|
-
/* @__PURE__ */
|
|
1409
|
-
/* @__PURE__ */
|
|
1584
|
+
/* @__PURE__ */ jsx86("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1585
|
+
/* @__PURE__ */ jsx86("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1586
|
+
/* @__PURE__ */ jsx86("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1410
1587
|
]
|
|
1411
1588
|
}
|
|
1412
1589
|
),
|
|
1413
|
-
/* @__PURE__ */
|
|
1590
|
+
/* @__PURE__ */ jsxs42(
|
|
1414
1591
|
"filter",
|
|
1415
1592
|
{
|
|
1416
1593
|
id: "filter1_f_48_113",
|
|
@@ -1421,13 +1598,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1421
1598
|
filterUnits: "userSpaceOnUse",
|
|
1422
1599
|
colorInterpolationFilters: "sRGB",
|
|
1423
1600
|
children: [
|
|
1424
|
-
/* @__PURE__ */
|
|
1425
|
-
/* @__PURE__ */
|
|
1426
|
-
/* @__PURE__ */
|
|
1601
|
+
/* @__PURE__ */ jsx86("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1602
|
+
/* @__PURE__ */ jsx86("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1603
|
+
/* @__PURE__ */ jsx86("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1427
1604
|
]
|
|
1428
1605
|
}
|
|
1429
1606
|
),
|
|
1430
|
-
/* @__PURE__ */
|
|
1607
|
+
/* @__PURE__ */ jsxs42(
|
|
1431
1608
|
"filter",
|
|
1432
1609
|
{
|
|
1433
1610
|
id: "filter2_f_48_113",
|
|
@@ -1438,13 +1615,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1438
1615
|
filterUnits: "userSpaceOnUse",
|
|
1439
1616
|
colorInterpolationFilters: "sRGB",
|
|
1440
1617
|
children: [
|
|
1441
|
-
/* @__PURE__ */
|
|
1442
|
-
/* @__PURE__ */
|
|
1443
|
-
/* @__PURE__ */
|
|
1618
|
+
/* @__PURE__ */ jsx86("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1619
|
+
/* @__PURE__ */ jsx86("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1620
|
+
/* @__PURE__ */ jsx86("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1444
1621
|
]
|
|
1445
1622
|
}
|
|
1446
1623
|
),
|
|
1447
|
-
/* @__PURE__ */
|
|
1624
|
+
/* @__PURE__ */ jsxs42(
|
|
1448
1625
|
"filter",
|
|
1449
1626
|
{
|
|
1450
1627
|
id: "filter3_f_48_113",
|
|
@@ -1455,13 +1632,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1455
1632
|
filterUnits: "userSpaceOnUse",
|
|
1456
1633
|
colorInterpolationFilters: "sRGB",
|
|
1457
1634
|
children: [
|
|
1458
|
-
/* @__PURE__ */
|
|
1459
|
-
/* @__PURE__ */
|
|
1460
|
-
/* @__PURE__ */
|
|
1635
|
+
/* @__PURE__ */ jsx86("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1636
|
+
/* @__PURE__ */ jsx86("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1637
|
+
/* @__PURE__ */ jsx86("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1461
1638
|
]
|
|
1462
1639
|
}
|
|
1463
1640
|
),
|
|
1464
|
-
/* @__PURE__ */
|
|
1641
|
+
/* @__PURE__ */ jsxs42(
|
|
1465
1642
|
"filter",
|
|
1466
1643
|
{
|
|
1467
1644
|
id: "filter4_f_48_113",
|
|
@@ -1472,13 +1649,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1472
1649
|
filterUnits: "userSpaceOnUse",
|
|
1473
1650
|
colorInterpolationFilters: "sRGB",
|
|
1474
1651
|
children: [
|
|
1475
|
-
/* @__PURE__ */
|
|
1476
|
-
/* @__PURE__ */
|
|
1477
|
-
/* @__PURE__ */
|
|
1652
|
+
/* @__PURE__ */ jsx86("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1653
|
+
/* @__PURE__ */ jsx86("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1654
|
+
/* @__PURE__ */ jsx86("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1478
1655
|
]
|
|
1479
1656
|
}
|
|
1480
1657
|
),
|
|
1481
|
-
/* @__PURE__ */
|
|
1658
|
+
/* @__PURE__ */ jsxs42(
|
|
1482
1659
|
"filter",
|
|
1483
1660
|
{
|
|
1484
1661
|
id: "filter5_f_48_113",
|
|
@@ -1489,13 +1666,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1489
1666
|
filterUnits: "userSpaceOnUse",
|
|
1490
1667
|
colorInterpolationFilters: "sRGB",
|
|
1491
1668
|
children: [
|
|
1492
|
-
/* @__PURE__ */
|
|
1493
|
-
/* @__PURE__ */
|
|
1494
|
-
/* @__PURE__ */
|
|
1669
|
+
/* @__PURE__ */ jsx86("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1670
|
+
/* @__PURE__ */ jsx86("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1671
|
+
/* @__PURE__ */ jsx86("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1495
1672
|
]
|
|
1496
1673
|
}
|
|
1497
1674
|
),
|
|
1498
|
-
/* @__PURE__ */
|
|
1675
|
+
/* @__PURE__ */ jsxs42(
|
|
1499
1676
|
"filter",
|
|
1500
1677
|
{
|
|
1501
1678
|
id: "filter6_f_48_113",
|
|
@@ -1506,13 +1683,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1506
1683
|
filterUnits: "userSpaceOnUse",
|
|
1507
1684
|
colorInterpolationFilters: "sRGB",
|
|
1508
1685
|
children: [
|
|
1509
|
-
/* @__PURE__ */
|
|
1510
|
-
/* @__PURE__ */
|
|
1511
|
-
/* @__PURE__ */
|
|
1686
|
+
/* @__PURE__ */ jsx86("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1687
|
+
/* @__PURE__ */ jsx86("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1688
|
+
/* @__PURE__ */ jsx86("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "1.65243" })
|
|
1512
1689
|
]
|
|
1513
1690
|
}
|
|
1514
1691
|
),
|
|
1515
|
-
/* @__PURE__ */
|
|
1692
|
+
/* @__PURE__ */ jsxs42(
|
|
1516
1693
|
"filter",
|
|
1517
1694
|
{
|
|
1518
1695
|
id: "filter7_f_48_113",
|
|
@@ -1523,13 +1700,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1523
1700
|
filterUnits: "userSpaceOnUse",
|
|
1524
1701
|
colorInterpolationFilters: "sRGB",
|
|
1525
1702
|
children: [
|
|
1526
|
-
/* @__PURE__ */
|
|
1527
|
-
/* @__PURE__ */
|
|
1528
|
-
/* @__PURE__ */
|
|
1703
|
+
/* @__PURE__ */ jsx86("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1704
|
+
/* @__PURE__ */ jsx86("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1705
|
+
/* @__PURE__ */ jsx86("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1529
1706
|
]
|
|
1530
1707
|
}
|
|
1531
1708
|
),
|
|
1532
|
-
/* @__PURE__ */
|
|
1709
|
+
/* @__PURE__ */ jsxs42(
|
|
1533
1710
|
"filter",
|
|
1534
1711
|
{
|
|
1535
1712
|
id: "filter8_f_48_113",
|
|
@@ -1540,13 +1717,13 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1540
1717
|
filterUnits: "userSpaceOnUse",
|
|
1541
1718
|
colorInterpolationFilters: "sRGB",
|
|
1542
1719
|
children: [
|
|
1543
|
-
/* @__PURE__ */
|
|
1544
|
-
/* @__PURE__ */
|
|
1545
|
-
/* @__PURE__ */
|
|
1720
|
+
/* @__PURE__ */ jsx86("feFlood", { result: "BackgroundImageFix", floodOpacity: "0" }),
|
|
1721
|
+
/* @__PURE__ */ jsx86("feBlend", { in: "SourceGraphic", in2: "BackgroundImageFix", mode: "normal", result: "shape" }),
|
|
1722
|
+
/* @__PURE__ */ jsx86("feGaussianBlur", { result: "effect1_foregroundBlur_48_113", stdDeviation: "0.23504" })
|
|
1546
1723
|
]
|
|
1547
1724
|
}
|
|
1548
1725
|
),
|
|
1549
|
-
/* @__PURE__ */
|
|
1726
|
+
/* @__PURE__ */ jsxs42(
|
|
1550
1727
|
"radialGradient",
|
|
1551
1728
|
{
|
|
1552
1729
|
id: "paint0_radial_48_113",
|
|
@@ -1556,20 +1733,20 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1556
1733
|
gradientTransform: "matrix(-0.498722 -11.9519 17.9311 -0.717223 9.06911 20.3322)",
|
|
1557
1734
|
gradientUnits: "userSpaceOnUse",
|
|
1558
1735
|
children: [
|
|
1559
|
-
/* @__PURE__ */
|
|
1560
|
-
/* @__PURE__ */
|
|
1561
|
-
/* @__PURE__ */
|
|
1562
|
-
/* @__PURE__ */
|
|
1563
|
-
/* @__PURE__ */
|
|
1564
|
-
/* @__PURE__ */
|
|
1565
|
-
/* @__PURE__ */
|
|
1566
|
-
/* @__PURE__ */
|
|
1567
|
-
/* @__PURE__ */
|
|
1568
|
-
/* @__PURE__ */
|
|
1736
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.141612", stopColor: "#1ABD4D" }),
|
|
1737
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.247515", stopColor: "#6EC30D" }),
|
|
1738
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.311547", stopColor: "#8AC502" }),
|
|
1739
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.366013", stopColor: "#A2C600" }),
|
|
1740
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.445673", stopColor: "#C8C903" }),
|
|
1741
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.540305", stopColor: "#EBCB03" }),
|
|
1742
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.615636", stopColor: "#F7CD07" }),
|
|
1743
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.699345", stopColor: "#FDCD04" }),
|
|
1744
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.771242", stopColor: "#FDCE05" }),
|
|
1745
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.860566", stopColor: "#FFCE0A" })
|
|
1569
1746
|
]
|
|
1570
1747
|
}
|
|
1571
1748
|
),
|
|
1572
|
-
/* @__PURE__ */
|
|
1749
|
+
/* @__PURE__ */ jsxs42(
|
|
1573
1750
|
"radialGradient",
|
|
1574
1751
|
{
|
|
1575
1752
|
id: "paint1_radial_48_113",
|
|
@@ -1579,12 +1756,12 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1579
1756
|
gradientTransform: "matrix(8.46967 -2.03557e-05 -1.19045e-05 10.7093 20.253 6.36819)",
|
|
1580
1757
|
gradientUnits: "userSpaceOnUse",
|
|
1581
1758
|
children: [
|
|
1582
|
-
/* @__PURE__ */
|
|
1583
|
-
/* @__PURE__ */
|
|
1759
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.408458", stopColor: "#FB4E5A" }),
|
|
1760
|
+
/* @__PURE__ */ jsx86("stop", { offset: "1", stopColor: "#FF4540" })
|
|
1584
1761
|
]
|
|
1585
1762
|
}
|
|
1586
1763
|
),
|
|
1587
|
-
/* @__PURE__ */
|
|
1764
|
+
/* @__PURE__ */ jsxs42(
|
|
1588
1765
|
"radialGradient",
|
|
1589
1766
|
{
|
|
1590
1767
|
id: "paint2_radial_48_113",
|
|
@@ -1594,18 +1771,18 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1594
1771
|
gradientTransform: "matrix(-11.8666 6.43492 8.91875 15.766 15.6277 -1.68219)",
|
|
1595
1772
|
gradientUnits: "userSpaceOnUse",
|
|
1596
1773
|
children: [
|
|
1597
|
-
/* @__PURE__ */
|
|
1598
|
-
/* @__PURE__ */
|
|
1599
|
-
/* @__PURE__ */
|
|
1600
|
-
/* @__PURE__ */
|
|
1601
|
-
/* @__PURE__ */
|
|
1602
|
-
/* @__PURE__ */
|
|
1603
|
-
/* @__PURE__ */
|
|
1604
|
-
/* @__PURE__ */
|
|
1774
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.231273", stopColor: "#FF4541" }),
|
|
1775
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.311547", stopColor: "#FF4540" }),
|
|
1776
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.457516", stopColor: "#FF4640" }),
|
|
1777
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.540305", stopColor: "#FF473F" }),
|
|
1778
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.699346", stopColor: "#FF5138" }),
|
|
1779
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.771242", stopColor: "#FF5B33" }),
|
|
1780
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.860566", stopColor: "#FF6C29" }),
|
|
1781
|
+
/* @__PURE__ */ jsx86("stop", { offset: "1", stopColor: "#FF8C18" })
|
|
1605
1782
|
]
|
|
1606
1783
|
}
|
|
1607
1784
|
),
|
|
1608
|
-
/* @__PURE__ */
|
|
1785
|
+
/* @__PURE__ */ jsxs42(
|
|
1609
1786
|
"radialGradient",
|
|
1610
1787
|
{
|
|
1611
1788
|
id: "paint3_radial_48_113",
|
|
@@ -1615,19 +1792,19 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1615
1792
|
gradientTransform: "matrix(-21.5204 -27.5047 -10.3696 7.77752 12.4702 22.5743)",
|
|
1616
1793
|
gradientUnits: "userSpaceOnUse",
|
|
1617
1794
|
children: [
|
|
1618
|
-
/* @__PURE__ */
|
|
1619
|
-
/* @__PURE__ */
|
|
1620
|
-
/* @__PURE__ */
|
|
1621
|
-
/* @__PURE__ */
|
|
1622
|
-
/* @__PURE__ */
|
|
1623
|
-
/* @__PURE__ */
|
|
1624
|
-
/* @__PURE__ */
|
|
1625
|
-
/* @__PURE__ */
|
|
1626
|
-
/* @__PURE__ */
|
|
1795
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.131546", stopColor: "#0CBA65" }),
|
|
1796
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.209784", stopColor: "#0BB86D" }),
|
|
1797
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.297297", stopColor: "#09B479" }),
|
|
1798
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.396257", stopColor: "#08AD93" }),
|
|
1799
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.477124", stopColor: "#0AA6A9" }),
|
|
1800
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.568425", stopColor: "#0D9CC6" }),
|
|
1801
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.667385", stopColor: "#1893DD" }),
|
|
1802
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.768727", stopColor: "#258BF1" }),
|
|
1803
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.858506", stopColor: "#3086FF" })
|
|
1627
1804
|
]
|
|
1628
1805
|
}
|
|
1629
1806
|
),
|
|
1630
|
-
/* @__PURE__ */
|
|
1807
|
+
/* @__PURE__ */ jsxs42(
|
|
1631
1808
|
"radialGradient",
|
|
1632
1809
|
{
|
|
1633
1810
|
id: "paint4_radial_48_113",
|
|
@@ -1637,18 +1814,18 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1637
1814
|
gradientTransform: "matrix(-1.52295 12.8522 18.1501 2.06168 11.2421 2.13475)",
|
|
1638
1815
|
gradientUnits: "userSpaceOnUse",
|
|
1639
1816
|
children: [
|
|
1640
|
-
/* @__PURE__ */
|
|
1641
|
-
/* @__PURE__ */
|
|
1642
|
-
/* @__PURE__ */
|
|
1643
|
-
/* @__PURE__ */
|
|
1644
|
-
/* @__PURE__ */
|
|
1645
|
-
/* @__PURE__ */
|
|
1646
|
-
/* @__PURE__ */
|
|
1647
|
-
/* @__PURE__ */
|
|
1817
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.366013", stopColor: "#FF4E3A" }),
|
|
1818
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.457516", stopColor: "#FF8A1B" }),
|
|
1819
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.540305", stopColor: "#FFA312" }),
|
|
1820
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.615636", stopColor: "#FFB60C" }),
|
|
1821
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.771242", stopColor: "#FFCD0A" }),
|
|
1822
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.860566", stopColor: "#FECF0A" }),
|
|
1823
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.915033", stopColor: "#FECF08" }),
|
|
1824
|
+
/* @__PURE__ */ jsx86("stop", { offset: "1", stopColor: "#FDCD01" })
|
|
1648
1825
|
]
|
|
1649
1826
|
}
|
|
1650
1827
|
),
|
|
1651
|
-
/* @__PURE__ */
|
|
1828
|
+
/* @__PURE__ */ jsxs42(
|
|
1652
1829
|
"radialGradient",
|
|
1653
1830
|
{
|
|
1654
1831
|
id: "paint5_radial_48_113",
|
|
@@ -1658,15 +1835,15 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1658
1835
|
gradientTransform: "matrix(-4.40212 4.76677 -13.7322 -12.1566 9.10044 2.00144)",
|
|
1659
1836
|
gradientUnits: "userSpaceOnUse",
|
|
1660
1837
|
children: [
|
|
1661
|
-
/* @__PURE__ */
|
|
1662
|
-
/* @__PURE__ */
|
|
1663
|
-
/* @__PURE__ */
|
|
1664
|
-
/* @__PURE__ */
|
|
1665
|
-
/* @__PURE__ */
|
|
1838
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.315904", stopColor: "#FF4C3C" }),
|
|
1839
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.603818", stopColor: "#FF692C" }),
|
|
1840
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.726837", stopColor: "#FF7825" }),
|
|
1841
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.884534", stopColor: "#FF8D1B" }),
|
|
1842
|
+
/* @__PURE__ */ jsx86("stop", { offset: "1", stopColor: "#FF9F13" })
|
|
1666
1843
|
]
|
|
1667
1844
|
}
|
|
1668
1845
|
),
|
|
1669
|
-
/* @__PURE__ */
|
|
1846
|
+
/* @__PURE__ */ jsxs42(
|
|
1670
1847
|
"radialGradient",
|
|
1671
1848
|
{
|
|
1672
1849
|
id: "paint6_radial_48_113",
|
|
@@ -1676,20 +1853,20 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1676
1853
|
gradientTransform: "matrix(-11.8666 -6.43492 8.91876 -15.766 15.6277 25.6232)",
|
|
1677
1854
|
gradientUnits: "userSpaceOnUse",
|
|
1678
1855
|
children: [
|
|
1679
|
-
/* @__PURE__ */
|
|
1680
|
-
/* @__PURE__ */
|
|
1681
|
-
/* @__PURE__ */
|
|
1682
|
-
/* @__PURE__ */
|
|
1683
|
-
/* @__PURE__ */
|
|
1684
|
-
/* @__PURE__ */
|
|
1685
|
-
/* @__PURE__ */
|
|
1686
|
-
/* @__PURE__ */
|
|
1687
|
-
/* @__PURE__ */
|
|
1688
|
-
/* @__PURE__ */
|
|
1856
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.231273", stopColor: "#0FBC5F" }),
|
|
1857
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.311547", stopColor: "#0FBC5F" }),
|
|
1858
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.366013", stopColor: "#0FBC5E" }),
|
|
1859
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.457516", stopColor: "#0FBC5D" }),
|
|
1860
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.540305", stopColor: "#12BC58" }),
|
|
1861
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.699346", stopColor: "#28BF3C" }),
|
|
1862
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.771242", stopColor: "#38C02B" }),
|
|
1863
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.860566", stopColor: "#52C218" }),
|
|
1864
|
+
/* @__PURE__ */ jsx86("stop", { offset: "0.915033", stopColor: "#67C30F" }),
|
|
1865
|
+
/* @__PURE__ */ jsx86("stop", { offset: "1", stopColor: "#86C504" })
|
|
1689
1866
|
]
|
|
1690
1867
|
}
|
|
1691
1868
|
),
|
|
1692
|
-
/* @__PURE__ */
|
|
1869
|
+
/* @__PURE__ */ jsxs42(
|
|
1693
1870
|
"linearGradient",
|
|
1694
1871
|
{
|
|
1695
1872
|
id: "paint7_linear_48_113",
|
|
@@ -1699,8 +1876,8 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1699
1876
|
y2: "21.5116",
|
|
1700
1877
|
gradientUnits: "userSpaceOnUse",
|
|
1701
1878
|
children: [
|
|
1702
|
-
/* @__PURE__ */
|
|
1703
|
-
/* @__PURE__ */
|
|
1879
|
+
/* @__PURE__ */ jsx86("stop", { stopColor: "#0FBC5C" }),
|
|
1880
|
+
/* @__PURE__ */ jsx86("stop", { offset: "1", stopColor: "#0CBA65" })
|
|
1704
1881
|
]
|
|
1705
1882
|
}
|
|
1706
1883
|
)
|
|
@@ -1708,8 +1885,8 @@ var IconGoogleLogoFilled = ({ size, width, height, color, className, fill, strok
|
|
|
1708
1885
|
] }), GoogleLogoFilled_default = IconGoogleLogoFilled;
|
|
1709
1886
|
|
|
1710
1887
|
// src/components/Handtool.tsx
|
|
1711
|
-
import { jsx as
|
|
1712
|
-
var IconHandtool = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1888
|
+
import { jsx as jsx87 } from "react/jsx-runtime";
|
|
1889
|
+
var IconHandtool = ({ 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(
|
|
1713
1890
|
"path",
|
|
1714
1891
|
{
|
|
1715
1892
|
fill: stroke || color || "currentColor",
|
|
@@ -1718,17 +1895,17 @@ var IconHandtool = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
1718
1895
|
) }), Handtool_default = IconHandtool;
|
|
1719
1896
|
|
|
1720
1897
|
// src/components/Help.tsx
|
|
1721
|
-
import { jsx as
|
|
1722
|
-
var IconHelp = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1723
|
-
/* @__PURE__ */
|
|
1724
|
-
/* @__PURE__ */
|
|
1898
|
+
import { jsx as jsx88, jsxs as jsxs43 } from "react/jsx-runtime";
|
|
1899
|
+
var IconHelp = ({ 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: [
|
|
1900
|
+
/* @__PURE__ */ jsx88("path", { fill: stroke || color || "currentColor", d: "M13.125 16.5V18.75H10.875V16.5H13.125Z" }),
|
|
1901
|
+
/* @__PURE__ */ jsx88(
|
|
1725
1902
|
"path",
|
|
1726
1903
|
{
|
|
1727
1904
|
fill: stroke || color || "currentColor",
|
|
1728
1905
|
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"
|
|
1729
1906
|
}
|
|
1730
1907
|
),
|
|
1731
|
-
/* @__PURE__ */
|
|
1908
|
+
/* @__PURE__ */ jsx88(
|
|
1732
1909
|
"path",
|
|
1733
1910
|
{
|
|
1734
1911
|
fill: stroke || color || "currentColor",
|
|
@@ -1740,8 +1917,8 @@ var IconHelp = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
1740
1917
|
] }), Help_default = IconHelp;
|
|
1741
1918
|
|
|
1742
1919
|
// src/components/HomepageFilled.tsx
|
|
1743
|
-
import { jsx as
|
|
1744
|
-
var IconHomepageFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1920
|
+
import { jsx as jsx89 } from "react/jsx-runtime";
|
|
1921
|
+
var IconHomepageFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx89("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx89(
|
|
1745
1922
|
"path",
|
|
1746
1923
|
{
|
|
1747
1924
|
fill: fill || color || "currentColor",
|
|
@@ -1752,8 +1929,8 @@ var IconHomepageFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
1752
1929
|
) }), HomepageFilled_default = IconHomepageFilled;
|
|
1753
1930
|
|
|
1754
1931
|
// src/components/Hotareacenter.tsx
|
|
1755
|
-
import { jsx as
|
|
1756
|
-
var IconHotareacenter = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1932
|
+
import { jsx as jsx90 } from "react/jsx-runtime";
|
|
1933
|
+
var IconHotareacenter = ({ 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(
|
|
1757
1934
|
"path",
|
|
1758
1935
|
{
|
|
1759
1936
|
fill: "#191919",
|
|
@@ -1763,23 +1940,23 @@ var IconHotareacenter = ({ size, width, height, color, className, fill, stroke }
|
|
|
1763
1940
|
) }), Hotareacenter_default = IconHotareacenter;
|
|
1764
1941
|
|
|
1765
1942
|
// src/components/ImageGeneration.tsx
|
|
1766
|
-
import { jsx as
|
|
1767
|
-
var IconImageGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1768
|
-
/* @__PURE__ */
|
|
1943
|
+
import { jsx as jsx91, jsxs as jsxs44 } from "react/jsx-runtime";
|
|
1944
|
+
var IconImageGeneration = ({ 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: [
|
|
1945
|
+
/* @__PURE__ */ jsx91(
|
|
1769
1946
|
"path",
|
|
1770
1947
|
{
|
|
1771
1948
|
fill: stroke || color || "currentColor",
|
|
1772
1949
|
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"
|
|
1773
1950
|
}
|
|
1774
1951
|
),
|
|
1775
|
-
/* @__PURE__ */
|
|
1952
|
+
/* @__PURE__ */ jsx91(
|
|
1776
1953
|
"path",
|
|
1777
1954
|
{
|
|
1778
1955
|
fill: stroke || color || "currentColor",
|
|
1779
1956
|
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"
|
|
1780
1957
|
}
|
|
1781
1958
|
),
|
|
1782
|
-
/* @__PURE__ */
|
|
1959
|
+
/* @__PURE__ */ jsx91(
|
|
1783
1960
|
"path",
|
|
1784
1961
|
{
|
|
1785
1962
|
fill: stroke || color || "currentColor",
|
|
@@ -1789,9 +1966,9 @@ var IconImageGeneration = ({ size, width, height, color, className, fill, stroke
|
|
|
1789
1966
|
] }), ImageGeneration_default = IconImageGeneration;
|
|
1790
1967
|
|
|
1791
1968
|
// src/components/ImageLoadFailedFilled.tsx
|
|
1792
|
-
import { jsx as
|
|
1793
|
-
var IconImageLoadFailedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1794
|
-
/* @__PURE__ */
|
|
1969
|
+
import { jsx as jsx92, jsxs as jsxs45 } from "react/jsx-runtime";
|
|
1970
|
+
var IconImageLoadFailedFilled = ({ 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: [
|
|
1971
|
+
/* @__PURE__ */ jsx92(
|
|
1795
1972
|
"path",
|
|
1796
1973
|
{
|
|
1797
1974
|
fill: fill || color || "currentColor",
|
|
@@ -1800,7 +1977,7 @@ var IconImageLoadFailedFilled = ({ size, width, height, color, className, fill,
|
|
|
1800
1977
|
clipRule: "evenodd"
|
|
1801
1978
|
}
|
|
1802
1979
|
),
|
|
1803
|
-
/* @__PURE__ */
|
|
1980
|
+
/* @__PURE__ */ jsx92(
|
|
1804
1981
|
"path",
|
|
1805
1982
|
{
|
|
1806
1983
|
fill: fill || color || "currentColor",
|
|
@@ -1810,11 +1987,11 @@ var IconImageLoadFailedFilled = ({ size, width, height, color, className, fill,
|
|
|
1810
1987
|
] }), ImageLoadFailedFilled_default = IconImageLoadFailedFilled;
|
|
1811
1988
|
|
|
1812
1989
|
// src/components/Info.tsx
|
|
1813
|
-
import { jsx as
|
|
1814
|
-
var IconInfo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1815
|
-
/* @__PURE__ */
|
|
1816
|
-
/* @__PURE__ */
|
|
1817
|
-
/* @__PURE__ */
|
|
1990
|
+
import { jsx as jsx93, jsxs as jsxs46 } from "react/jsx-runtime";
|
|
1991
|
+
var IconInfo = ({ 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: [
|
|
1992
|
+
/* @__PURE__ */ jsx93("path", { fill: stroke || color || "currentColor", d: "M13.125 5.25V7.5H10.875V5.25H13.125Z" }),
|
|
1993
|
+
/* @__PURE__ */ jsx93("path", { fill: stroke || color || "currentColor", d: "M9 12H10.875V18.75H15V16.5H13.125V9.75H9V12Z" }),
|
|
1994
|
+
/* @__PURE__ */ jsx93(
|
|
1818
1995
|
"path",
|
|
1819
1996
|
{
|
|
1820
1997
|
fill: stroke || color || "currentColor",
|
|
@@ -1826,8 +2003,8 @@ var IconInfo = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
1826
2003
|
] }), Info_default = IconInfo;
|
|
1827
2004
|
|
|
1828
2005
|
// src/components/Invitecode.tsx
|
|
1829
|
-
import { jsx as
|
|
1830
|
-
var IconInvitecode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2006
|
+
import { jsx as jsx94 } from "react/jsx-runtime";
|
|
2007
|
+
var IconInvitecode = ({ 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(
|
|
1831
2008
|
"path",
|
|
1832
2009
|
{
|
|
1833
2010
|
fill: fill || color || "currentColor",
|
|
@@ -1838,8 +2015,8 @@ var IconInvitecode = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
1838
2015
|
) }), Invitecode_default = IconInvitecode;
|
|
1839
2016
|
|
|
1840
2017
|
// src/components/LeftFilled.tsx
|
|
1841
|
-
import { jsx as
|
|
1842
|
-
var IconLeftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2018
|
+
import { jsx as jsx95 } from "react/jsx-runtime";
|
|
2019
|
+
var IconLeftFilled = ({ 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(
|
|
1843
2020
|
"path",
|
|
1844
2021
|
{
|
|
1845
2022
|
fill: fill || color || "currentColor",
|
|
@@ -1850,35 +2027,35 @@ var IconLeftFilled = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
1850
2027
|
) }), LeftFilled_default = IconLeftFilled;
|
|
1851
2028
|
|
|
1852
2029
|
// src/components/Loading.tsx
|
|
1853
|
-
import { jsx as
|
|
1854
|
-
var IconLoading = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1855
|
-
/* @__PURE__ */
|
|
2030
|
+
import { jsx as jsx96, jsxs as jsxs47 } from "react/jsx-runtime";
|
|
2031
|
+
var IconLoading = ({ 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: [
|
|
2032
|
+
/* @__PURE__ */ jsx96(
|
|
1856
2033
|
"path",
|
|
1857
2034
|
{
|
|
1858
|
-
fill:
|
|
1859
|
-
d: "
|
|
2035
|
+
fill: fill || color || "currentColor",
|
|
2036
|
+
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"
|
|
1860
2037
|
}
|
|
1861
2038
|
),
|
|
1862
|
-
/* @__PURE__ */
|
|
2039
|
+
/* @__PURE__ */ jsx96(
|
|
1863
2040
|
"path",
|
|
1864
2041
|
{
|
|
1865
|
-
fill:
|
|
1866
|
-
d: "
|
|
2042
|
+
fill: stroke || color || "currentColor",
|
|
2043
|
+
d: "M12 2.50005C6.75328 2.50005 2.49999 6.75334 2.49999 12H0C0 5.37263 5.37257 6.1035e-05 12 6.1035e-05V2.50005Z"
|
|
1867
2044
|
}
|
|
1868
2045
|
)
|
|
1869
2046
|
] }), Loading_default = IconLoading;
|
|
1870
2047
|
|
|
1871
2048
|
// src/components/Login.tsx
|
|
1872
|
-
import { jsx as
|
|
1873
|
-
var IconLogin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1874
|
-
/* @__PURE__ */
|
|
2049
|
+
import { jsx as jsx97, jsxs as jsxs48 } from "react/jsx-runtime";
|
|
2050
|
+
var IconLogin = ({ 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: [
|
|
2051
|
+
/* @__PURE__ */ jsx97(
|
|
1875
2052
|
"path",
|
|
1876
2053
|
{
|
|
1877
2054
|
fill: stroke || color || "currentColor",
|
|
1878
2055
|
d: "M24 1.5L13.5 1.5V3.75H21.75V20.25H13.5V22.5H24V1.5Z"
|
|
1879
2056
|
}
|
|
1880
2057
|
),
|
|
1881
|
-
/* @__PURE__ */
|
|
2058
|
+
/* @__PURE__ */ jsx97(
|
|
1882
2059
|
"path",
|
|
1883
2060
|
{
|
|
1884
2061
|
fill: stroke || color || "currentColor",
|
|
@@ -1890,9 +2067,9 @@ var IconLogin = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
1890
2067
|
] }), Login_default = IconLogin;
|
|
1891
2068
|
|
|
1892
2069
|
// src/components/Logout.tsx
|
|
1893
|
-
import { jsx as
|
|
1894
|
-
var IconLogout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1895
|
-
/* @__PURE__ */
|
|
2070
|
+
import { jsx as jsx98, jsxs as jsxs49 } from "react/jsx-runtime";
|
|
2071
|
+
var IconLogout = ({ 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: [
|
|
2072
|
+
/* @__PURE__ */ jsx98(
|
|
1896
2073
|
"path",
|
|
1897
2074
|
{
|
|
1898
2075
|
fill: stroke || color || "currentColor",
|
|
@@ -1901,7 +2078,7 @@ var IconLogout = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
1901
2078
|
clipRule: "evenodd"
|
|
1902
2079
|
}
|
|
1903
2080
|
),
|
|
1904
|
-
/* @__PURE__ */
|
|
2081
|
+
/* @__PURE__ */ jsx98(
|
|
1905
2082
|
"path",
|
|
1906
2083
|
{
|
|
1907
2084
|
fill: stroke || color || "currentColor",
|
|
@@ -1911,8 +2088,8 @@ var IconLogout = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
1911
2088
|
] }), Logout_default = IconLogout;
|
|
1912
2089
|
|
|
1913
2090
|
// src/components/ModelGeminiFilled.tsx
|
|
1914
|
-
import { jsx as
|
|
1915
|
-
var IconModelGeminiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2091
|
+
import { jsx as jsx99 } from "react/jsx-runtime";
|
|
2092
|
+
var IconModelGeminiFilled = ({ 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(
|
|
1916
2093
|
"path",
|
|
1917
2094
|
{
|
|
1918
2095
|
fill: fill || color || "currentColor",
|
|
@@ -1921,8 +2098,8 @@ var IconModelGeminiFilled = ({ size, width, height, color, className, fill, stro
|
|
|
1921
2098
|
) }), ModelGeminiFilled_default = IconModelGeminiFilled;
|
|
1922
2099
|
|
|
1923
2100
|
// src/components/ModelOpenaiFilled.tsx
|
|
1924
|
-
import { jsx as
|
|
1925
|
-
var IconModelOpenaiFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2101
|
+
import { jsx as jsx100 } from "react/jsx-runtime";
|
|
2102
|
+
var IconModelOpenaiFilled = ({ 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(
|
|
1926
2103
|
"path",
|
|
1927
2104
|
{
|
|
1928
2105
|
fill: fill || color || "currentColor",
|
|
@@ -1931,9 +2108,9 @@ var IconModelOpenaiFilled = ({ size, width, height, color, className, fill, stro
|
|
|
1931
2108
|
) }), ModelOpenaiFilled_default = IconModelOpenaiFilled;
|
|
1932
2109
|
|
|
1933
2110
|
// src/components/ModelDeepmindFilled.tsx
|
|
1934
|
-
import { jsx as
|
|
1935
|
-
var IconModelDeepmindFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1936
|
-
/* @__PURE__ */
|
|
2111
|
+
import { jsx as jsx101, jsxs as jsxs50 } from "react/jsx-runtime";
|
|
2112
|
+
var IconModelDeepmindFilled = ({ 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: [
|
|
2113
|
+
/* @__PURE__ */ jsx101("g", { clipPath: "url(#clip0_40_67)", children: /* @__PURE__ */ jsx101(
|
|
1937
2114
|
"path",
|
|
1938
2115
|
{
|
|
1939
2116
|
fill: fill || color || "currentColor",
|
|
@@ -1942,28 +2119,28 @@ var IconModelDeepmindFilled = ({ size, width, height, color, className, fill, st
|
|
|
1942
2119
|
clipRule: "evenodd"
|
|
1943
2120
|
}
|
|
1944
2121
|
) }),
|
|
1945
|
-
/* @__PURE__ */
|
|
2122
|
+
/* @__PURE__ */ jsx101("defs", { children: /* @__PURE__ */ jsx101("clipPath", { id: "clip0_40_67", children: /* @__PURE__ */ jsx101("rect", { width: "20", height: "20", fill: stroke || color || "currentColor", transform: "translate(2 2)" }) }) })
|
|
1946
2123
|
] }), ModelDeepmindFilled_default = IconModelDeepmindFilled;
|
|
1947
2124
|
|
|
1948
2125
|
// src/components/ModelSeedFilled.tsx
|
|
1949
|
-
import { jsx as
|
|
1950
|
-
var IconModelSeedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
1951
|
-
/* @__PURE__ */
|
|
1952
|
-
/* @__PURE__ */
|
|
2126
|
+
import { jsx as jsx102, jsxs as jsxs51 } from "react/jsx-runtime";
|
|
2127
|
+
var IconModelSeedFilled = ({ 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: [
|
|
2128
|
+
/* @__PURE__ */ jsx102("path", { fill: fill || color || "currentColor", d: "M23 2.95271V20.0401L19.2211 21V2L23 2.95271Z" }),
|
|
2129
|
+
/* @__PURE__ */ jsx102(
|
|
1953
2130
|
"path",
|
|
1954
2131
|
{
|
|
1955
2132
|
fill: fill || color || "currentColor",
|
|
1956
2133
|
d: "M10.7528 11.4648V19.5633L6.98126 20.5241V10.5048L10.7528 11.4648Z"
|
|
1957
2134
|
}
|
|
1958
2135
|
),
|
|
1959
|
-
/* @__PURE__ */
|
|
2136
|
+
/* @__PURE__ */ jsx102(
|
|
1960
2137
|
"path",
|
|
1961
2138
|
{
|
|
1962
2139
|
fill: fill || color || "currentColor",
|
|
1963
2140
|
d: "M4.77158 3.95509V19.044L1 20.0048V2.99515L4.77158 3.95509Z"
|
|
1964
2141
|
}
|
|
1965
2142
|
),
|
|
1966
|
-
/* @__PURE__ */
|
|
2143
|
+
/* @__PURE__ */ jsx102(
|
|
1967
2144
|
"path",
|
|
1968
2145
|
{
|
|
1969
2146
|
fill: fill || color || "currentColor",
|
|
@@ -1973,8 +2150,8 @@ var IconModelSeedFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
1973
2150
|
] }), ModelSeedFilled_default = IconModelSeedFilled;
|
|
1974
2151
|
|
|
1975
2152
|
// src/components/ModelSoraFilled.tsx
|
|
1976
|
-
import { jsx as
|
|
1977
|
-
var IconModelSoraFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2153
|
+
import { jsx as jsx103 } from "react/jsx-runtime";
|
|
2154
|
+
var IconModelSoraFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx103("svg", { fill: "none", viewBox: "0 0 25 25", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx103(
|
|
1978
2155
|
"path",
|
|
1979
2156
|
{
|
|
1980
2157
|
fill: fill || color || "currentColor",
|
|
@@ -1983,7 +2160,7 @@ var IconModelSoraFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
1983
2160
|
) }), ModelSoraFilled_default = IconModelSoraFilled;
|
|
1984
2161
|
|
|
1985
2162
|
// src/components/ModelNanobananaLogoNomoFilled.tsx
|
|
1986
|
-
import { jsx as
|
|
2163
|
+
import { jsx as jsx104, jsxs as jsxs52 } from "react/jsx-runtime";
|
|
1987
2164
|
var IconModelNanobananaLogoNomoFilled = ({
|
|
1988
2165
|
size,
|
|
1989
2166
|
width,
|
|
@@ -1992,64 +2169,64 @@ var IconModelNanobananaLogoNomoFilled = ({
|
|
|
1992
2169
|
className,
|
|
1993
2170
|
fill,
|
|
1994
2171
|
stroke
|
|
1995
|
-
}) => /* @__PURE__ */
|
|
1996
|
-
/* @__PURE__ */
|
|
2172
|
+
}) => /* @__PURE__ */ jsxs52("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2173
|
+
/* @__PURE__ */ jsx104(
|
|
1997
2174
|
"path",
|
|
1998
2175
|
{
|
|
1999
2176
|
fill: "#5A5C62",
|
|
2000
2177
|
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"
|
|
2001
2178
|
}
|
|
2002
2179
|
),
|
|
2003
|
-
/* @__PURE__ */
|
|
2180
|
+
/* @__PURE__ */ jsx104(
|
|
2004
2181
|
"path",
|
|
2005
2182
|
{
|
|
2006
2183
|
fill: "#D5D6D7",
|
|
2007
2184
|
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"
|
|
2008
2185
|
}
|
|
2009
2186
|
),
|
|
2010
|
-
/* @__PURE__ */
|
|
2187
|
+
/* @__PURE__ */ jsx104(
|
|
2011
2188
|
"path",
|
|
2012
2189
|
{
|
|
2013
2190
|
fill: "#C4C5C7",
|
|
2014
2191
|
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"
|
|
2015
2192
|
}
|
|
2016
2193
|
),
|
|
2017
|
-
/* @__PURE__ */
|
|
2194
|
+
/* @__PURE__ */ jsx104(
|
|
2018
2195
|
"path",
|
|
2019
2196
|
{
|
|
2020
2197
|
fill: "#7B7C81",
|
|
2021
2198
|
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"
|
|
2022
2199
|
}
|
|
2023
2200
|
),
|
|
2024
|
-
/* @__PURE__ */
|
|
2201
|
+
/* @__PURE__ */ jsx104(
|
|
2025
2202
|
"path",
|
|
2026
2203
|
{
|
|
2027
2204
|
fill: "#85878B",
|
|
2028
2205
|
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"
|
|
2029
2206
|
}
|
|
2030
2207
|
),
|
|
2031
|
-
/* @__PURE__ */
|
|
2208
|
+
/* @__PURE__ */ jsx104(
|
|
2032
2209
|
"path",
|
|
2033
2210
|
{
|
|
2034
2211
|
fill: "#1B1D24",
|
|
2035
2212
|
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"
|
|
2036
2213
|
}
|
|
2037
2214
|
),
|
|
2038
|
-
/* @__PURE__ */
|
|
2215
|
+
/* @__PURE__ */ jsx104(
|
|
2039
2216
|
"path",
|
|
2040
2217
|
{
|
|
2041
2218
|
fill: "#D5D6D7",
|
|
2042
2219
|
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"
|
|
2043
2220
|
}
|
|
2044
2221
|
),
|
|
2045
|
-
/* @__PURE__ */
|
|
2222
|
+
/* @__PURE__ */ jsx104(
|
|
2046
2223
|
"path",
|
|
2047
2224
|
{
|
|
2048
2225
|
fill: "#85878B",
|
|
2049
2226
|
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"
|
|
2050
2227
|
}
|
|
2051
2228
|
),
|
|
2052
|
-
/* @__PURE__ */
|
|
2229
|
+
/* @__PURE__ */ jsx104(
|
|
2053
2230
|
"path",
|
|
2054
2231
|
{
|
|
2055
2232
|
fill: "#D5D6D7",
|
|
@@ -2059,8 +2236,8 @@ var IconModelNanobananaLogoNomoFilled = ({
|
|
|
2059
2236
|
] }), ModelNanobananaLogoNomoFilled_default = IconModelNanobananaLogoNomoFilled;
|
|
2060
2237
|
|
|
2061
2238
|
// src/components/ModelklingFilled.tsx
|
|
2062
|
-
import { jsx as
|
|
2063
|
-
var IconModelklingFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2239
|
+
import { jsx as jsx105 } from "react/jsx-runtime";
|
|
2240
|
+
var IconModelklingFilled = ({ 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(
|
|
2064
2241
|
"path",
|
|
2065
2242
|
{
|
|
2066
2243
|
fill: fill || color || "currentColor",
|
|
@@ -2071,8 +2248,8 @@ var IconModelklingFilled = ({ size, width, height, color, className, fill, strok
|
|
|
2071
2248
|
) }), ModelklingFilled_default = IconModelklingFilled;
|
|
2072
2249
|
|
|
2073
2250
|
// src/components/Models.tsx
|
|
2074
|
-
import { jsx as
|
|
2075
|
-
var IconModels = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2251
|
+
import { jsx as jsx106 } from "react/jsx-runtime";
|
|
2252
|
+
var IconModels = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx106("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx106(
|
|
2076
2253
|
"path",
|
|
2077
2254
|
{
|
|
2078
2255
|
fill: stroke || color || "currentColor",
|
|
@@ -2083,8 +2260,8 @@ var IconModels = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2083
2260
|
) }), Models_default = IconModels;
|
|
2084
2261
|
|
|
2085
2262
|
// src/components/MoreCollapse.tsx
|
|
2086
|
-
import { jsx as
|
|
2087
|
-
var IconMoreCollapse = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2263
|
+
import { jsx as jsx107 } from "react/jsx-runtime";
|
|
2264
|
+
var IconMoreCollapse = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx107("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx107(
|
|
2088
2265
|
"path",
|
|
2089
2266
|
{
|
|
2090
2267
|
fill: stroke || color || "currentColor",
|
|
@@ -2093,23 +2270,23 @@ var IconMoreCollapse = ({ size, width, height, color, className, fill, stroke })
|
|
|
2093
2270
|
) }), MoreCollapse_default = IconMoreCollapse;
|
|
2094
2271
|
|
|
2095
2272
|
// src/components/MoreHorizontal.tsx
|
|
2096
|
-
import { jsx as
|
|
2097
|
-
var IconMoreHorizontal = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2098
|
-
/* @__PURE__ */
|
|
2273
|
+
import { jsx as jsx108, jsxs as jsxs53 } from "react/jsx-runtime";
|
|
2274
|
+
var IconMoreHorizontal = ({ 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: [
|
|
2275
|
+
/* @__PURE__ */ jsx108(
|
|
2099
2276
|
"path",
|
|
2100
2277
|
{
|
|
2101
2278
|
fill: stroke || color || "currentColor",
|
|
2102
2279
|
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"
|
|
2103
2280
|
}
|
|
2104
2281
|
),
|
|
2105
|
-
/* @__PURE__ */
|
|
2282
|
+
/* @__PURE__ */ jsx108(
|
|
2106
2283
|
"path",
|
|
2107
2284
|
{
|
|
2108
2285
|
fill: stroke || color || "currentColor",
|
|
2109
2286
|
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"
|
|
2110
2287
|
}
|
|
2111
2288
|
),
|
|
2112
|
-
/* @__PURE__ */
|
|
2289
|
+
/* @__PURE__ */ jsx108(
|
|
2113
2290
|
"path",
|
|
2114
2291
|
{
|
|
2115
2292
|
fill: stroke || color || "currentColor",
|
|
@@ -2119,8 +2296,8 @@ var IconMoreHorizontal = ({ size, width, height, color, className, fill, stroke
|
|
|
2119
2296
|
] }), MoreHorizontal_default = IconMoreHorizontal;
|
|
2120
2297
|
|
|
2121
2298
|
// src/components/MoreShowed.tsx
|
|
2122
|
-
import { jsx as
|
|
2123
|
-
var IconMoreShowed = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2299
|
+
import { jsx as jsx109 } from "react/jsx-runtime";
|
|
2300
|
+
var IconMoreShowed = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx109("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx109(
|
|
2124
2301
|
"path",
|
|
2125
2302
|
{
|
|
2126
2303
|
fill: stroke || color || "currentColor",
|
|
@@ -2129,23 +2306,23 @@ var IconMoreShowed = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
2129
2306
|
) }), MoreShowed_default = IconMoreShowed;
|
|
2130
2307
|
|
|
2131
2308
|
// src/components/More.tsx
|
|
2132
|
-
import { jsx as
|
|
2133
|
-
var IconMore = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2134
|
-
/* @__PURE__ */
|
|
2309
|
+
import { jsx as jsx110, jsxs as jsxs54 } from "react/jsx-runtime";
|
|
2310
|
+
var IconMore = ({ 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: [
|
|
2311
|
+
/* @__PURE__ */ jsx110(
|
|
2135
2312
|
"path",
|
|
2136
2313
|
{
|
|
2137
2314
|
fill: stroke || color || "currentColor",
|
|
2138
2315
|
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"
|
|
2139
2316
|
}
|
|
2140
2317
|
),
|
|
2141
|
-
/* @__PURE__ */
|
|
2318
|
+
/* @__PURE__ */ jsx110(
|
|
2142
2319
|
"path",
|
|
2143
2320
|
{
|
|
2144
2321
|
fill: stroke || color || "currentColor",
|
|
2145
2322
|
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"
|
|
2146
2323
|
}
|
|
2147
2324
|
),
|
|
2148
|
-
/* @__PURE__ */
|
|
2325
|
+
/* @__PURE__ */ jsx110(
|
|
2149
2326
|
"path",
|
|
2150
2327
|
{
|
|
2151
2328
|
fill: stroke || color || "currentColor",
|
|
@@ -2155,30 +2332,30 @@ var IconMore = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
2155
2332
|
] }), More_default = IconMore;
|
|
2156
2333
|
|
|
2157
2334
|
// src/components/Moresettings.tsx
|
|
2158
|
-
import { jsx as
|
|
2159
|
-
var IconMoresettings = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2160
|
-
/* @__PURE__ */
|
|
2335
|
+
import { jsx as jsx111, jsxs as jsxs55 } from "react/jsx-runtime";
|
|
2336
|
+
var IconMoresettings = ({ 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: [
|
|
2337
|
+
/* @__PURE__ */ jsx111(
|
|
2161
2338
|
"path",
|
|
2162
2339
|
{
|
|
2163
2340
|
fill: stroke || color || "currentColor",
|
|
2164
2341
|
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"
|
|
2165
2342
|
}
|
|
2166
2343
|
),
|
|
2167
|
-
/* @__PURE__ */
|
|
2344
|
+
/* @__PURE__ */ jsx111(
|
|
2168
2345
|
"path",
|
|
2169
2346
|
{
|
|
2170
2347
|
fill: stroke || color || "currentColor",
|
|
2171
2348
|
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"
|
|
2172
2349
|
}
|
|
2173
2350
|
),
|
|
2174
|
-
/* @__PURE__ */
|
|
2351
|
+
/* @__PURE__ */ jsx111(
|
|
2175
2352
|
"path",
|
|
2176
2353
|
{
|
|
2177
2354
|
fill: stroke || color || "currentColor",
|
|
2178
2355
|
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"
|
|
2179
2356
|
}
|
|
2180
2357
|
),
|
|
2181
|
-
/* @__PURE__ */
|
|
2358
|
+
/* @__PURE__ */ jsx111(
|
|
2182
2359
|
"path",
|
|
2183
2360
|
{
|
|
2184
2361
|
fill: stroke || color || "currentColor",
|
|
@@ -2190,9 +2367,9 @@ var IconMoresettings = ({ size, width, height, color, className, fill, stroke })
|
|
|
2190
2367
|
] }), Moresettings_default = IconMoresettings;
|
|
2191
2368
|
|
|
2192
2369
|
// src/components/MouseDrag.tsx
|
|
2193
|
-
import { jsx as
|
|
2194
|
-
var IconMouseDrag = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2195
|
-
/* @__PURE__ */
|
|
2370
|
+
import { jsx as jsx112, jsxs as jsxs56 } from "react/jsx-runtime";
|
|
2371
|
+
var IconMouseDrag = ({ 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: [
|
|
2372
|
+
/* @__PURE__ */ jsx112(
|
|
2196
2373
|
"path",
|
|
2197
2374
|
{
|
|
2198
2375
|
fill: fill || color || "currentColor",
|
|
@@ -2200,7 +2377,7 @@ var IconMouseDrag = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2200
2377
|
d: "M13.5 3.5V20.5H10.5V3.5H13.5Z"
|
|
2201
2378
|
}
|
|
2202
2379
|
),
|
|
2203
|
-
/* @__PURE__ */
|
|
2380
|
+
/* @__PURE__ */ jsx112(
|
|
2204
2381
|
"path",
|
|
2205
2382
|
{
|
|
2206
2383
|
fill: fill || color || "currentColor",
|
|
@@ -2208,7 +2385,7 @@ var IconMouseDrag = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2208
2385
|
d: "M6.79297 7.5L2.29297 12L6.79297 16.5H8.5V7.5H6.79297Z"
|
|
2209
2386
|
}
|
|
2210
2387
|
),
|
|
2211
|
-
/* @__PURE__ */
|
|
2388
|
+
/* @__PURE__ */ jsx112(
|
|
2212
2389
|
"path",
|
|
2213
2390
|
{
|
|
2214
2391
|
fill: fill || color || "currentColor",
|
|
@@ -2219,9 +2396,9 @@ var IconMouseDrag = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2219
2396
|
] }), MouseDrag_default = IconMouseDrag;
|
|
2220
2397
|
|
|
2221
2398
|
// src/components/MouseMove.tsx
|
|
2222
|
-
import { jsx as
|
|
2223
|
-
var IconMouseMove = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2224
|
-
/* @__PURE__ */
|
|
2399
|
+
import { jsx as jsx113, jsxs as jsxs57 } from "react/jsx-runtime";
|
|
2400
|
+
var IconMouseMove = ({ 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: [
|
|
2401
|
+
/* @__PURE__ */ jsx113("g", { clipPath: "url(#clip0_384_31)", children: /* @__PURE__ */ jsx113(
|
|
2225
2402
|
"path",
|
|
2226
2403
|
{
|
|
2227
2404
|
fill: fill || color || "currentColor",
|
|
@@ -2229,13 +2406,13 @@ var IconMouseMove = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2229
2406
|
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"
|
|
2230
2407
|
}
|
|
2231
2408
|
) }),
|
|
2232
|
-
/* @__PURE__ */
|
|
2409
|
+
/* @__PURE__ */ jsx113("defs", { children: /* @__PURE__ */ jsx113("clipPath", { id: "clip0_384_31", children: /* @__PURE__ */ jsx113("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
2233
2410
|
] }), MouseMove_default = IconMouseMove;
|
|
2234
2411
|
|
|
2235
2412
|
// src/components/MouseNumberchange.tsx
|
|
2236
|
-
import { jsx as
|
|
2237
|
-
var IconMouseNumberchange = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2238
|
-
/* @__PURE__ */
|
|
2413
|
+
import { jsx as jsx114, jsxs as jsxs58 } from "react/jsx-runtime";
|
|
2414
|
+
var IconMouseNumberchange = ({ 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: [
|
|
2415
|
+
/* @__PURE__ */ jsx114(
|
|
2239
2416
|
"path",
|
|
2240
2417
|
{
|
|
2241
2418
|
fill: fill || color || "currentColor",
|
|
@@ -2243,7 +2420,7 @@ var IconMouseNumberchange = ({ size, width, height, color, className, fill, stro
|
|
|
2243
2420
|
d: "M10.5 17L9.30567 17L0.97168 12L9.30566 7L10.5 7L10.5 17Z"
|
|
2244
2421
|
}
|
|
2245
2422
|
),
|
|
2246
|
-
/* @__PURE__ */
|
|
2423
|
+
/* @__PURE__ */ jsx114(
|
|
2247
2424
|
"path",
|
|
2248
2425
|
{
|
|
2249
2426
|
fill: fill || color || "currentColor",
|
|
@@ -2254,8 +2431,8 @@ var IconMouseNumberchange = ({ size, width, height, color, className, fill, stro
|
|
|
2254
2431
|
] }), MouseNumberchange_default = IconMouseNumberchange;
|
|
2255
2432
|
|
|
2256
2433
|
// src/components/Musicassets.tsx
|
|
2257
|
-
import { jsx as
|
|
2258
|
-
var IconMusicassets = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2434
|
+
import { jsx as jsx115 } from "react/jsx-runtime";
|
|
2435
|
+
var IconMusicassets = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx115("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx115(
|
|
2259
2436
|
"path",
|
|
2260
2437
|
{
|
|
2261
2438
|
fill: stroke || color || "currentColor",
|
|
@@ -2266,9 +2443,9 @@ var IconMusicassets = ({ size, width, height, color, className, fill, stroke })
|
|
|
2266
2443
|
) }), Musicassets_default = IconMusicassets;
|
|
2267
2444
|
|
|
2268
2445
|
// src/components/Mute.tsx
|
|
2269
|
-
import { jsx as
|
|
2270
|
-
var IconMute = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2271
|
-
/* @__PURE__ */
|
|
2446
|
+
import { jsx as jsx116, jsxs as jsxs59 } from "react/jsx-runtime";
|
|
2447
|
+
var IconMute = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs59("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: [
|
|
2448
|
+
/* @__PURE__ */ jsx116(
|
|
2272
2449
|
"path",
|
|
2273
2450
|
{
|
|
2274
2451
|
fill: stroke || color || "currentColor",
|
|
@@ -2277,7 +2454,7 @@ var IconMute = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
2277
2454
|
clipRule: "evenodd"
|
|
2278
2455
|
}
|
|
2279
2456
|
),
|
|
2280
|
-
/* @__PURE__ */
|
|
2457
|
+
/* @__PURE__ */ jsx116(
|
|
2281
2458
|
"path",
|
|
2282
2459
|
{
|
|
2283
2460
|
fill: stroke || color || "currentColor",
|
|
@@ -2287,8 +2464,8 @@ var IconMute = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
2287
2464
|
] }), Mute_default = IconMute;
|
|
2288
2465
|
|
|
2289
2466
|
// src/components/Next.tsx
|
|
2290
|
-
import { jsx as
|
|
2291
|
-
var IconNext = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2467
|
+
import { jsx as jsx117 } from "react/jsx-runtime";
|
|
2468
|
+
var IconNext = ({ 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(
|
|
2292
2469
|
"path",
|
|
2293
2470
|
{
|
|
2294
2471
|
fill: stroke || color || "currentColor",
|
|
@@ -2299,16 +2476,16 @@ var IconNext = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
2299
2476
|
) }), Next_default = IconNext;
|
|
2300
2477
|
|
|
2301
2478
|
// src/components/Nextscene.tsx
|
|
2302
|
-
import { jsx as
|
|
2303
|
-
var IconNextscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2304
|
-
/* @__PURE__ */
|
|
2479
|
+
import { jsx as jsx118, jsxs as jsxs60 } from "react/jsx-runtime";
|
|
2480
|
+
var IconNextscene = ({ 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: [
|
|
2481
|
+
/* @__PURE__ */ jsx118(
|
|
2305
2482
|
"path",
|
|
2306
2483
|
{
|
|
2307
2484
|
fill: stroke || color || "currentColor",
|
|
2308
2485
|
d: "M16.7959 12L10.2656 18.5303L9.2041 17.4697L14.6738 12L9.2041 6.53027L10.2656 5.46973L16.7959 12Z"
|
|
2309
2486
|
}
|
|
2310
2487
|
),
|
|
2311
|
-
/* @__PURE__ */
|
|
2488
|
+
/* @__PURE__ */ jsx118(
|
|
2312
2489
|
"path",
|
|
2313
2490
|
{
|
|
2314
2491
|
fill: stroke || color || "currentColor",
|
|
@@ -2320,8 +2497,8 @@ var IconNextscene = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2320
2497
|
] }), Nextscene_default = IconNextscene;
|
|
2321
2498
|
|
|
2322
2499
|
// src/components/Niceofficial.tsx
|
|
2323
|
-
import { jsx as
|
|
2324
|
-
var IconNiceofficial = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2500
|
+
import { jsx as jsx119 } from "react/jsx-runtime";
|
|
2501
|
+
var IconNiceofficial = ({ 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(
|
|
2325
2502
|
"path",
|
|
2326
2503
|
{
|
|
2327
2504
|
fill: fill || color || "currentColor",
|
|
@@ -2332,18 +2509,18 @@ var IconNiceofficial = ({ size, width, height, color, className, fill, stroke })
|
|
|
2332
2509
|
) }), Niceofficial_default = IconNiceofficial;
|
|
2333
2510
|
|
|
2334
2511
|
// src/components/Oneclickgenerate.tsx
|
|
2335
|
-
import { jsx as
|
|
2336
|
-
var IconOneclickgenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2337
|
-
/* @__PURE__ */
|
|
2338
|
-
/* @__PURE__ */
|
|
2339
|
-
/* @__PURE__ */
|
|
2512
|
+
import { jsx as jsx120, jsxs as jsxs61 } from "react/jsx-runtime";
|
|
2513
|
+
var IconOneclickgenerate = ({ 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: [
|
|
2514
|
+
/* @__PURE__ */ jsx120("path", { fill: stroke || color || "currentColor", d: "M12 4.5V0H9.75V4.5H12Z" }),
|
|
2515
|
+
/* @__PURE__ */ jsx120("path", { fill: stroke || color || "currentColor", d: "M4.5 9.75H0V12H4.5V9.75Z" }),
|
|
2516
|
+
/* @__PURE__ */ jsx120(
|
|
2340
2517
|
"path",
|
|
2341
2518
|
{
|
|
2342
2519
|
fill: stroke || color || "currentColor",
|
|
2343
2520
|
d: "M5.2045 6.7955L1.4545 3.0455L3.0455 1.4545L6.7955 5.2045L5.2045 6.7955Z"
|
|
2344
2521
|
}
|
|
2345
2522
|
),
|
|
2346
|
-
/* @__PURE__ */
|
|
2523
|
+
/* @__PURE__ */ jsx120(
|
|
2347
2524
|
"path",
|
|
2348
2525
|
{
|
|
2349
2526
|
fill: stroke || color || "currentColor",
|
|
@@ -2355,9 +2532,9 @@ var IconOneclickgenerate = ({ size, width, height, color, className, fill, strok
|
|
|
2355
2532
|
] }), Oneclickgenerate_default = IconOneclickgenerate;
|
|
2356
2533
|
|
|
2357
2534
|
// src/components/Opendemo.tsx
|
|
2358
|
-
import { jsx as
|
|
2359
|
-
var IconOpendemo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2360
|
-
/* @__PURE__ */
|
|
2535
|
+
import { jsx as jsx121, jsxs as jsxs62 } from "react/jsx-runtime";
|
|
2536
|
+
var IconOpendemo = ({ 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: [
|
|
2537
|
+
/* @__PURE__ */ jsx121(
|
|
2361
2538
|
"path",
|
|
2362
2539
|
{
|
|
2363
2540
|
fill: stroke || color || "currentColor",
|
|
@@ -2366,12 +2543,12 @@ var IconOpendemo = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2366
2543
|
clipRule: "evenodd"
|
|
2367
2544
|
}
|
|
2368
2545
|
),
|
|
2369
|
-
/* @__PURE__ */
|
|
2546
|
+
/* @__PURE__ */ jsx121("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
|
|
2370
2547
|
] }), Opendemo_default = IconOpendemo;
|
|
2371
2548
|
|
|
2372
2549
|
// src/components/OppsFilled.tsx
|
|
2373
|
-
import { jsx as
|
|
2374
|
-
var IconOppsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2550
|
+
import { jsx as jsx122 } from "react/jsx-runtime";
|
|
2551
|
+
var IconOppsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx122("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx122(
|
|
2375
2552
|
"path",
|
|
2376
2553
|
{
|
|
2377
2554
|
fill: fill || color || "currentColor",
|
|
@@ -2382,8 +2559,8 @@ var IconOppsFilled = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
2382
2559
|
) }), OppsFilled_default = IconOppsFilled;
|
|
2383
2560
|
|
|
2384
2561
|
// src/components/OptionalcheckedFilled.tsx
|
|
2385
|
-
import { jsx as
|
|
2386
|
-
var IconOptionalcheckedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2562
|
+
import { jsx as jsx123 } from "react/jsx-runtime";
|
|
2563
|
+
var IconOptionalcheckedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx123("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx123(
|
|
2387
2564
|
"path",
|
|
2388
2565
|
{
|
|
2389
2566
|
fill: fill || color || "currentColor",
|
|
@@ -2394,8 +2571,8 @@ var IconOptionalcheckedFilled = ({ size, width, height, color, className, fill,
|
|
|
2394
2571
|
) }), OptionalcheckedFilled_default = IconOptionalcheckedFilled;
|
|
2395
2572
|
|
|
2396
2573
|
// src/components/Optionaluncheck.tsx
|
|
2397
|
-
import { jsx as
|
|
2398
|
-
var IconOptionaluncheck = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2574
|
+
import { jsx as jsx124 } from "react/jsx-runtime";
|
|
2575
|
+
var IconOptionaluncheck = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx124("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx124(
|
|
2399
2576
|
"path",
|
|
2400
2577
|
{
|
|
2401
2578
|
fill: stroke || color || "currentColor",
|
|
@@ -2406,8 +2583,8 @@ var IconOptionaluncheck = ({ size, width, height, color, className, fill, stroke
|
|
|
2406
2583
|
) }), Optionaluncheck_default = IconOptionaluncheck;
|
|
2407
2584
|
|
|
2408
2585
|
// src/components/Packagegame.tsx
|
|
2409
|
-
import { jsx as
|
|
2410
|
-
var IconPackagegame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2586
|
+
import { jsx as jsx125 } from "react/jsx-runtime";
|
|
2587
|
+
var IconPackagegame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx125("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx125(
|
|
2411
2588
|
"path",
|
|
2412
2589
|
{
|
|
2413
2590
|
fill: stroke || color || "currentColor",
|
|
@@ -2418,13 +2595,13 @@ var IconPackagegame = ({ size, width, height, color, className, fill, stroke })
|
|
|
2418
2595
|
) }), Packagegame_default = IconPackagegame;
|
|
2419
2596
|
|
|
2420
2597
|
// src/components/PageError.tsx
|
|
2421
|
-
import { jsx as
|
|
2422
|
-
var IconPageError = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2598
|
+
import { jsx as jsx126 } from "react/jsx-runtime";
|
|
2599
|
+
var IconPageError = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx126("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx126("path", { fill: stroke || color || "currentColor", d: "M22.5 13.125H1.5V10.875H22.5V13.125Z" }) }), PageError_default = IconPageError;
|
|
2423
2600
|
|
|
2424
2601
|
// src/components/Parameters.tsx
|
|
2425
|
-
import { jsx as
|
|
2426
|
-
var IconParameters = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2427
|
-
/* @__PURE__ */
|
|
2602
|
+
import { jsx as jsx127, jsxs as jsxs63 } from "react/jsx-runtime";
|
|
2603
|
+
var IconParameters = ({ 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: [
|
|
2604
|
+
/* @__PURE__ */ jsx127(
|
|
2428
2605
|
"path",
|
|
2429
2606
|
{
|
|
2430
2607
|
fill: stroke || color || "currentColor",
|
|
@@ -2433,7 +2610,7 @@ var IconParameters = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
2433
2610
|
clipRule: "evenodd"
|
|
2434
2611
|
}
|
|
2435
2612
|
),
|
|
2436
|
-
/* @__PURE__ */
|
|
2613
|
+
/* @__PURE__ */ jsx127(
|
|
2437
2614
|
"path",
|
|
2438
2615
|
{
|
|
2439
2616
|
fill: stroke || color || "currentColor",
|
|
@@ -2445,9 +2622,9 @@ var IconParameters = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
2445
2622
|
] }), Parameters_default = IconParameters;
|
|
2446
2623
|
|
|
2447
2624
|
// src/components/Pause.tsx
|
|
2448
|
-
import { jsx as
|
|
2449
|
-
var IconPause = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2450
|
-
/* @__PURE__ */
|
|
2625
|
+
import { jsx as jsx128, jsxs as jsxs64 } from "react/jsx-runtime";
|
|
2626
|
+
var IconPause = ({ 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: [
|
|
2627
|
+
/* @__PURE__ */ jsx128(
|
|
2451
2628
|
"path",
|
|
2452
2629
|
{
|
|
2453
2630
|
fill: stroke || color || "currentColor",
|
|
@@ -2456,7 +2633,7 @@ var IconPause = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2456
2633
|
clipRule: "evenodd"
|
|
2457
2634
|
}
|
|
2458
2635
|
),
|
|
2459
|
-
/* @__PURE__ */
|
|
2636
|
+
/* @__PURE__ */ jsx128(
|
|
2460
2637
|
"path",
|
|
2461
2638
|
{
|
|
2462
2639
|
fill: stroke || color || "currentColor",
|
|
@@ -2468,8 +2645,8 @@ var IconPause = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2468
2645
|
] }), Pause_default = IconPause;
|
|
2469
2646
|
|
|
2470
2647
|
// src/components/Pencil.tsx
|
|
2471
|
-
import { jsx as
|
|
2472
|
-
var IconPencil = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2648
|
+
import { jsx as jsx129 } from "react/jsx-runtime";
|
|
2649
|
+
var IconPencil = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx129("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx129(
|
|
2473
2650
|
"path",
|
|
2474
2651
|
{
|
|
2475
2652
|
fill: stroke || color || "currentColor",
|
|
@@ -2480,8 +2657,8 @@ var IconPencil = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2480
2657
|
) }), Pencil_default = IconPencil;
|
|
2481
2658
|
|
|
2482
2659
|
// src/components/Pick.tsx
|
|
2483
|
-
import { jsx as
|
|
2484
|
-
var IconPick = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2660
|
+
import { jsx as jsx130 } from "react/jsx-runtime";
|
|
2661
|
+
var IconPick = ({ 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(
|
|
2485
2662
|
"path",
|
|
2486
2663
|
{
|
|
2487
2664
|
fill: stroke || color || "currentColor",
|
|
@@ -2492,25 +2669,25 @@ var IconPick = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
2492
2669
|
) }), Pick_default = IconPick;
|
|
2493
2670
|
|
|
2494
2671
|
// src/components/PickedFilled.tsx
|
|
2495
|
-
import { jsx as
|
|
2496
|
-
var IconPickedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2672
|
+
import { jsx as jsx131 } from "react/jsx-runtime";
|
|
2673
|
+
var IconPickedFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx131("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx131("path", { fill: fill || color || "currentColor", d: "M3 0H21V24H18L12 18L6 24H3V0Z" }) }), PickedFilled_default = IconPickedFilled;
|
|
2497
2674
|
|
|
2498
2675
|
// src/components/PlanFilled.tsx
|
|
2499
|
-
import { jsx as
|
|
2500
|
-
var IconPlanFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2501
|
-
/* @__PURE__ */
|
|
2676
|
+
import { jsx as jsx132, jsxs as jsxs65 } from "react/jsx-runtime";
|
|
2677
|
+
var IconPlanFilled = ({ 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: [
|
|
2678
|
+
/* @__PURE__ */ jsx132("g", { clipPath: "url(#clip0_2_30)", children: /* @__PURE__ */ jsx132(
|
|
2502
2679
|
"path",
|
|
2503
2680
|
{
|
|
2504
2681
|
fill: fill || color || "currentColor",
|
|
2505
2682
|
d: "M13.5 10.5L15 0H12L3 10.5V13.5H10.5L9 24H12L21 13.5L21 10.5H13.5Z"
|
|
2506
2683
|
}
|
|
2507
2684
|
) }),
|
|
2508
|
-
/* @__PURE__ */
|
|
2685
|
+
/* @__PURE__ */ jsx132("defs", { children: /* @__PURE__ */ jsx132("clipPath", { id: "clip0_2_30", children: /* @__PURE__ */ jsx132("rect", { width: "24", height: "24", fill: stroke || color || "currentColor" }) }) })
|
|
2509
2686
|
] }), PlanFilled_default = IconPlanFilled;
|
|
2510
2687
|
|
|
2511
2688
|
// src/components/PlayFilled.tsx
|
|
2512
|
-
import { jsx as
|
|
2513
|
-
var IconPlayFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2689
|
+
import { jsx as jsx133 } from "react/jsx-runtime";
|
|
2690
|
+
var IconPlayFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx133("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx133(
|
|
2514
2691
|
"path",
|
|
2515
2692
|
{
|
|
2516
2693
|
fill: fill || color || "currentColor",
|
|
@@ -2519,8 +2696,8 @@ var IconPlayFilled = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
2519
2696
|
) }), PlayFilled_default = IconPlayFilled;
|
|
2520
2697
|
|
|
2521
2698
|
// src/components/Play.tsx
|
|
2522
|
-
import { jsx as
|
|
2523
|
-
var IconPlay = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2699
|
+
import { jsx as jsx134 } from "react/jsx-runtime";
|
|
2700
|
+
var IconPlay = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx134("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx134(
|
|
2524
2701
|
"path",
|
|
2525
2702
|
{
|
|
2526
2703
|
fill: stroke || color || "currentColor",
|
|
@@ -2531,16 +2708,16 @@ var IconPlay = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
2531
2708
|
) }), Play_default = IconPlay;
|
|
2532
2709
|
|
|
2533
2710
|
// src/components/Previouscene.tsx
|
|
2534
|
-
import { jsx as
|
|
2535
|
-
var IconPreviouscene = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2536
|
-
/* @__PURE__ */
|
|
2711
|
+
import { jsx as jsx135, jsxs as jsxs66 } from "react/jsx-runtime";
|
|
2712
|
+
var IconPreviouscene = ({ 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: [
|
|
2713
|
+
/* @__PURE__ */ jsx135(
|
|
2537
2714
|
"path",
|
|
2538
2715
|
{
|
|
2539
2716
|
fill: stroke || color || "currentColor",
|
|
2540
2717
|
d: "M7.2041 12L13.7344 18.5303L14.7959 17.4697L9.32617 12L14.7959 6.53027L13.7344 5.46973L7.2041 12Z"
|
|
2541
2718
|
}
|
|
2542
2719
|
),
|
|
2543
|
-
/* @__PURE__ */
|
|
2720
|
+
/* @__PURE__ */ jsx135(
|
|
2544
2721
|
"path",
|
|
2545
2722
|
{
|
|
2546
2723
|
fill: stroke || color || "currentColor",
|
|
@@ -2551,9 +2728,21 @@ var IconPreviouscene = ({ size, width, height, color, className, fill, stroke })
|
|
|
2551
2728
|
)
|
|
2552
2729
|
] }), Previouscene_default = IconPreviouscene;
|
|
2553
2730
|
|
|
2731
|
+
// src/components/ProblemFilled.tsx
|
|
2732
|
+
import { jsx as jsx136 } from "react/jsx-runtime";
|
|
2733
|
+
var IconProblemFilled = ({ 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(
|
|
2734
|
+
"path",
|
|
2735
|
+
{
|
|
2736
|
+
fill: fill || color || "currentColor",
|
|
2737
|
+
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 24ZM10.5 13.5V4.5H13.5V13.5H10.5ZM10.5 19.5V16.5H13.5V19.5H10.5Z",
|
|
2738
|
+
fillRule: "evenodd",
|
|
2739
|
+
clipRule: "evenodd"
|
|
2740
|
+
}
|
|
2741
|
+
) }), ProblemFilled_default = IconProblemFilled;
|
|
2742
|
+
|
|
2554
2743
|
// src/components/ProblemNoticeFilled.tsx
|
|
2555
|
-
import { jsx as
|
|
2556
|
-
var IconProblemNoticeFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2744
|
+
import { jsx as jsx137 } from "react/jsx-runtime";
|
|
2745
|
+
var IconProblemNoticeFilled = ({ 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(
|
|
2557
2746
|
"path",
|
|
2558
2747
|
{
|
|
2559
2748
|
fill: fill || color || "currentColor",
|
|
@@ -2564,11 +2753,11 @@ var IconProblemNoticeFilled = ({ size, width, height, color, className, fill, st
|
|
|
2564
2753
|
) }), ProblemNoticeFilled_default = IconProblemNoticeFilled;
|
|
2565
2754
|
|
|
2566
2755
|
// src/components/Problem.tsx
|
|
2567
|
-
import { jsx as
|
|
2568
|
-
var IconProblem = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2569
|
-
/* @__PURE__ */
|
|
2570
|
-
/* @__PURE__ */
|
|
2571
|
-
/* @__PURE__ */
|
|
2756
|
+
import { jsx as jsx138, jsxs as jsxs67 } from "react/jsx-runtime";
|
|
2757
|
+
var IconProblem = ({ 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: [
|
|
2758
|
+
/* @__PURE__ */ jsx138("path", { fill: stroke || color || "currentColor", d: "M13.125 13.5V6H10.875V13.5H13.125Z" }),
|
|
2759
|
+
/* @__PURE__ */ jsx138("path", { fill: stroke || color || "currentColor", d: "M13.125 18V15.75H10.875V18H13.125Z" }),
|
|
2760
|
+
/* @__PURE__ */ jsx138(
|
|
2572
2761
|
"path",
|
|
2573
2762
|
{
|
|
2574
2763
|
fill: stroke || color || "currentColor",
|
|
@@ -2580,9 +2769,9 @@ var IconProblem = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
2580
2769
|
] }), Problem_default = IconProblem;
|
|
2581
2770
|
|
|
2582
2771
|
// src/components/Publish.tsx
|
|
2583
|
-
import { jsx as
|
|
2584
|
-
var IconPublish = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2585
|
-
/* @__PURE__ */
|
|
2772
|
+
import { jsx as jsx139, jsxs as jsxs68 } from "react/jsx-runtime";
|
|
2773
|
+
var IconPublish = ({ 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: [
|
|
2774
|
+
/* @__PURE__ */ jsx139(
|
|
2586
2775
|
"path",
|
|
2587
2776
|
{
|
|
2588
2777
|
fill: stroke || color || "currentColor",
|
|
@@ -2591,12 +2780,12 @@ var IconPublish = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
2591
2780
|
clipRule: "evenodd"
|
|
2592
2781
|
}
|
|
2593
2782
|
),
|
|
2594
|
-
/* @__PURE__ */
|
|
2783
|
+
/* @__PURE__ */ jsx139("path", { fill: stroke || color || "currentColor", d: "M1.5 3H9V5.25H3.75V20.25H18.75V15H21V22.5H1.5V3Z" })
|
|
2595
2784
|
] }), Publish_default = IconPublish;
|
|
2596
2785
|
|
|
2597
2786
|
// src/components/Ratio169.tsx
|
|
2598
|
-
import { jsx as
|
|
2599
|
-
var IconRatio169 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2787
|
+
import { jsx as jsx140 } from "react/jsx-runtime";
|
|
2788
|
+
var IconRatio169 = ({ 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(
|
|
2600
2789
|
"path",
|
|
2601
2790
|
{
|
|
2602
2791
|
fill: stroke || color || "currentColor",
|
|
@@ -2605,16 +2794,16 @@ var IconRatio169 = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2605
2794
|
) }), Ratio169_default = IconRatio169;
|
|
2606
2795
|
|
|
2607
2796
|
// src/components/Ratio11.tsx
|
|
2608
|
-
import { jsx as
|
|
2609
|
-
var IconRatio11 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2610
|
-
/* @__PURE__ */
|
|
2797
|
+
import { jsx as jsx141, jsxs as jsxs69 } from "react/jsx-runtime";
|
|
2798
|
+
var IconRatio11 = ({ 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: [
|
|
2799
|
+
/* @__PURE__ */ jsx141("g", { clipPath: "url(#clip0_13_501)", children: /* @__PURE__ */ jsx141(
|
|
2611
2800
|
"path",
|
|
2612
2801
|
{
|
|
2613
2802
|
fill: stroke || color || "currentColor",
|
|
2614
2803
|
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"
|
|
2615
2804
|
}
|
|
2616
2805
|
) }),
|
|
2617
|
-
/* @__PURE__ */
|
|
2806
|
+
/* @__PURE__ */ jsx141("defs", { children: /* @__PURE__ */ jsx141("clipPath", { id: "clip0_13_501", children: /* @__PURE__ */ jsx141(
|
|
2618
2807
|
"rect",
|
|
2619
2808
|
{
|
|
2620
2809
|
width: "24",
|
|
@@ -2626,16 +2815,16 @@ var IconRatio11 = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
2626
2815
|
] }), Ratio11_default = IconRatio11;
|
|
2627
2816
|
|
|
2628
2817
|
// src/components/Ratio916.tsx
|
|
2629
|
-
import { jsx as
|
|
2630
|
-
var IconRatio916 = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2631
|
-
/* @__PURE__ */
|
|
2818
|
+
import { jsx as jsx142, jsxs as jsxs70 } from "react/jsx-runtime";
|
|
2819
|
+
var IconRatio916 = ({ 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: [
|
|
2820
|
+
/* @__PURE__ */ jsx142("g", { clipPath: "url(#clip0_13_499)", children: /* @__PURE__ */ jsx142(
|
|
2632
2821
|
"path",
|
|
2633
2822
|
{
|
|
2634
2823
|
fill: stroke || color || "currentColor",
|
|
2635
2824
|
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"
|
|
2636
2825
|
}
|
|
2637
2826
|
) }),
|
|
2638
|
-
/* @__PURE__ */
|
|
2827
|
+
/* @__PURE__ */ jsx142("defs", { children: /* @__PURE__ */ jsx142("clipPath", { id: "clip0_13_499", children: /* @__PURE__ */ jsx142(
|
|
2639
2828
|
"rect",
|
|
2640
2829
|
{
|
|
2641
2830
|
width: "24",
|
|
@@ -2647,18 +2836,18 @@ var IconRatio916 = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2647
2836
|
] }), Ratio916_default = IconRatio916;
|
|
2648
2837
|
|
|
2649
2838
|
// src/components/RatioAuto.tsx
|
|
2650
|
-
import { jsx as
|
|
2651
|
-
var IconRatioAuto = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2652
|
-
/* @__PURE__ */
|
|
2653
|
-
/* @__PURE__ */
|
|
2839
|
+
import { jsx as jsx143, jsxs as jsxs71 } from "react/jsx-runtime";
|
|
2840
|
+
var IconRatioAuto = ({ 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: [
|
|
2841
|
+
/* @__PURE__ */ jsxs71("g", { clipPath: "url(#clip0_468_23)", children: [
|
|
2842
|
+
/* @__PURE__ */ jsx143(
|
|
2654
2843
|
"path",
|
|
2655
2844
|
{
|
|
2656
2845
|
fill: stroke || color || "currentColor",
|
|
2657
2846
|
d: "M6.25 6.24999L6.25 9.99998H4L4 3.99998L10 3.99999V6.24999H6.25Z"
|
|
2658
2847
|
}
|
|
2659
2848
|
),
|
|
2660
|
-
/* @__PURE__ */
|
|
2661
|
-
/* @__PURE__ */
|
|
2849
|
+
/* @__PURE__ */ jsx143("path", { fill: stroke || color || "currentColor", d: "M14 20V17.75H17.75V14H20V20H14Z" }),
|
|
2850
|
+
/* @__PURE__ */ jsx143(
|
|
2662
2851
|
"path",
|
|
2663
2852
|
{
|
|
2664
2853
|
fill: stroke || color || "currentColor",
|
|
@@ -2668,7 +2857,7 @@ var IconRatioAuto = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2668
2857
|
}
|
|
2669
2858
|
)
|
|
2670
2859
|
] }),
|
|
2671
|
-
/* @__PURE__ */
|
|
2860
|
+
/* @__PURE__ */ jsx143("defs", { children: /* @__PURE__ */ jsx143("clipPath", { id: "clip0_468_23", children: /* @__PURE__ */ jsx143(
|
|
2672
2861
|
"rect",
|
|
2673
2862
|
{
|
|
2674
2863
|
width: "24",
|
|
@@ -2680,16 +2869,16 @@ var IconRatioAuto = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2680
2869
|
] }), RatioAuto_default = IconRatioAuto;
|
|
2681
2870
|
|
|
2682
2871
|
// src/components/Ratio.tsx
|
|
2683
|
-
import { jsx as
|
|
2684
|
-
var IconRatio = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2685
|
-
/* @__PURE__ */
|
|
2872
|
+
import { jsx as jsx144, jsxs as jsxs72 } from "react/jsx-runtime";
|
|
2873
|
+
var IconRatio = ({ 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: [
|
|
2874
|
+
/* @__PURE__ */ jsx144(
|
|
2686
2875
|
"path",
|
|
2687
2876
|
{
|
|
2688
2877
|
fill: stroke || color || "currentColor",
|
|
2689
2878
|
d: "M3 0V3L0 3V5.25L18.75 5.25V24H21V21H24V18.75H21L21 3L5.25 3V0H3Z"
|
|
2690
2879
|
}
|
|
2691
2880
|
),
|
|
2692
|
-
/* @__PURE__ */
|
|
2881
|
+
/* @__PURE__ */ jsx144(
|
|
2693
2882
|
"path",
|
|
2694
2883
|
{
|
|
2695
2884
|
fill: stroke || color || "currentColor",
|
|
@@ -2699,8 +2888,8 @@ var IconRatio = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2699
2888
|
] }), Ratio_default = IconRatio;
|
|
2700
2889
|
|
|
2701
2890
|
// src/components/ReEdit.tsx
|
|
2702
|
-
import { jsx as
|
|
2703
|
-
var IconReEdit = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2891
|
+
import { jsx as jsx145 } from "react/jsx-runtime";
|
|
2892
|
+
var IconReEdit = ({ 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(
|
|
2704
2893
|
"path",
|
|
2705
2894
|
{
|
|
2706
2895
|
fill: stroke || color || "currentColor",
|
|
@@ -2711,8 +2900,8 @@ var IconReEdit = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2711
2900
|
) }), ReEdit_default = IconReEdit;
|
|
2712
2901
|
|
|
2713
2902
|
// src/components/Regenerate.tsx
|
|
2714
|
-
import { jsx as
|
|
2715
|
-
var IconRegenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2903
|
+
import { jsx as jsx146 } from "react/jsx-runtime";
|
|
2904
|
+
var IconRegenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx146("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx146(
|
|
2716
2905
|
"path",
|
|
2717
2906
|
{
|
|
2718
2907
|
fill: stroke || color || "currentColor",
|
|
@@ -2723,9 +2912,9 @@ var IconRegenerate = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
2723
2912
|
) }), Regenerate_default = IconRegenerate;
|
|
2724
2913
|
|
|
2725
2914
|
// src/components/Resultsetting.tsx
|
|
2726
|
-
import { jsx as
|
|
2727
|
-
var IconResultsetting = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2728
|
-
/* @__PURE__ */
|
|
2915
|
+
import { jsx as jsx147, jsxs as jsxs73 } from "react/jsx-runtime";
|
|
2916
|
+
var IconResultsetting = ({ 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: [
|
|
2917
|
+
/* @__PURE__ */ jsx147("g", { clipPath: "url(#clip0_554_27)", children: /* @__PURE__ */ jsx147(
|
|
2729
2918
|
"path",
|
|
2730
2919
|
{
|
|
2731
2920
|
fill: stroke || color || "currentColor",
|
|
@@ -2734,7 +2923,7 @@ var IconResultsetting = ({ size, width, height, color, className, fill, stroke }
|
|
|
2734
2923
|
clipRule: "evenodd"
|
|
2735
2924
|
}
|
|
2736
2925
|
) }),
|
|
2737
|
-
/* @__PURE__ */
|
|
2926
|
+
/* @__PURE__ */ jsx147("defs", { children: /* @__PURE__ */ jsx147("clipPath", { id: "clip0_554_27", children: /* @__PURE__ */ jsx147(
|
|
2738
2927
|
"rect",
|
|
2739
2928
|
{
|
|
2740
2929
|
width: "24",
|
|
@@ -2746,8 +2935,8 @@ var IconResultsetting = ({ size, width, height, color, className, fill, stroke }
|
|
|
2746
2935
|
] }), Resultsetting_default = IconResultsetting;
|
|
2747
2936
|
|
|
2748
2937
|
// src/components/RightFilled.tsx
|
|
2749
|
-
import { jsx as
|
|
2750
|
-
var IconRightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2938
|
+
import { jsx as jsx148 } from "react/jsx-runtime";
|
|
2939
|
+
var IconRightFilled = ({ 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(
|
|
2751
2940
|
"path",
|
|
2752
2941
|
{
|
|
2753
2942
|
fill: fill || color || "currentColor",
|
|
@@ -2758,8 +2947,8 @@ var IconRightFilled = ({ size, width, height, color, className, fill, stroke })
|
|
|
2758
2947
|
) }), RightFilled_default = IconRightFilled;
|
|
2759
2948
|
|
|
2760
2949
|
// src/components/SceneNext.tsx
|
|
2761
|
-
import { jsx as
|
|
2762
|
-
var IconSceneNext = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2950
|
+
import { jsx as jsx149 } from "react/jsx-runtime";
|
|
2951
|
+
var IconSceneNext = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx149("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx149(
|
|
2763
2952
|
"path",
|
|
2764
2953
|
{
|
|
2765
2954
|
fill: stroke || color || "currentColor",
|
|
@@ -2768,21 +2957,40 @@ var IconSceneNext = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2768
2957
|
) }), SceneNext_default = IconSceneNext;
|
|
2769
2958
|
|
|
2770
2959
|
// src/components/Scriptmode.tsx
|
|
2771
|
-
import { jsx as
|
|
2772
|
-
var IconScriptmode = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2773
|
-
/* @__PURE__ */
|
|
2774
|
-
/* @__PURE__ */
|
|
2775
|
-
/* @__PURE__ */
|
|
2776
|
-
/* @__PURE__ */
|
|
2777
|
-
/* @__PURE__ */
|
|
2778
|
-
/* @__PURE__ */
|
|
2779
|
-
/* @__PURE__ */
|
|
2780
|
-
/* @__PURE__ */
|
|
2960
|
+
import { jsx as jsx150, jsxs as jsxs74 } from "react/jsx-runtime";
|
|
2961
|
+
var IconScriptmode = ({ 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: [
|
|
2962
|
+
/* @__PURE__ */ jsx150("path", { fill: stroke || color || "currentColor", d: "M1.5 3.75H3.75V1.5H1.5V3.75Z" }),
|
|
2963
|
+
/* @__PURE__ */ jsx150("path", { fill: stroke || color || "currentColor", d: "M1.5 10.125H3.75V7.875H1.5V10.125Z" }),
|
|
2964
|
+
/* @__PURE__ */ jsx150("path", { fill: stroke || color || "currentColor", d: "M1.5 16.125H3.75V13.875H1.5V16.125Z" }),
|
|
2965
|
+
/* @__PURE__ */ jsx150("path", { fill: stroke || color || "currentColor", d: "M1.5 22.5H3.75V20.25H1.5V22.5Z" }),
|
|
2966
|
+
/* @__PURE__ */ jsx150("path", { fill: stroke || color || "currentColor", d: "M7.5 3.75H22.5V1.5H7.5V3.75Z" }),
|
|
2967
|
+
/* @__PURE__ */ jsx150("path", { fill: stroke || color || "currentColor", d: "M7.5 10.125H22.5V7.875H7.5V10.125Z" }),
|
|
2968
|
+
/* @__PURE__ */ jsx150("path", { fill: stroke || color || "currentColor", d: "M7.5 16.125H22.5V13.875H7.5V16.125Z" }),
|
|
2969
|
+
/* @__PURE__ */ jsx150("path", { fill: stroke || color || "currentColor", d: "M7.5 22.5H22.5V20.25H7.5V22.5Z" })
|
|
2781
2970
|
] }), Scriptmode_default = IconScriptmode;
|
|
2782
2971
|
|
|
2972
|
+
// src/components/Scrolldown.tsx
|
|
2973
|
+
import { jsx as jsx151, jsxs as jsxs75 } from "react/jsx-runtime";
|
|
2974
|
+
var IconScrolldown = ({ 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: [
|
|
2975
|
+
/* @__PURE__ */ jsx151(
|
|
2976
|
+
"path",
|
|
2977
|
+
{
|
|
2978
|
+
fill: stroke || color || "currentColor",
|
|
2979
|
+
d: "M3.79546 11.9544L12 20.1589L20.2045 11.9544L21.7955 13.5454L12 23.3409L2.20447 13.5454L3.79546 11.9544Z"
|
|
2980
|
+
}
|
|
2981
|
+
),
|
|
2982
|
+
/* @__PURE__ */ jsx151(
|
|
2983
|
+
"path",
|
|
2984
|
+
{
|
|
2985
|
+
fill: stroke || color || "currentColor",
|
|
2986
|
+
d: "M3.79547 0.704529L12 8.90903L20.2045 0.70453L21.7955 2.29552L12 12.091L2.20448 2.29552L3.79547 0.704529Z"
|
|
2987
|
+
}
|
|
2988
|
+
)
|
|
2989
|
+
] }), Scrolldown_default = IconScrolldown;
|
|
2990
|
+
|
|
2783
2991
|
// src/components/Sendrequest.tsx
|
|
2784
|
-
import { jsx as
|
|
2785
|
-
var IconSendrequest = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2992
|
+
import { jsx as jsx152 } from "react/jsx-runtime";
|
|
2993
|
+
var IconSendrequest = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx152("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx152(
|
|
2786
2994
|
"path",
|
|
2787
2995
|
{
|
|
2788
2996
|
fill: fill || color || "currentColor",
|
|
@@ -2793,8 +3001,8 @@ var IconSendrequest = ({ size, width, height, color, className, fill, stroke })
|
|
|
2793
3001
|
) }), Sendrequest_default = IconSendrequest;
|
|
2794
3002
|
|
|
2795
3003
|
// src/components/ShareFilled.tsx
|
|
2796
|
-
import { jsx as
|
|
2797
|
-
var IconShareFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3004
|
+
import { jsx as jsx153 } from "react/jsx-runtime";
|
|
3005
|
+
var IconShareFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx153("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx153(
|
|
2798
3006
|
"path",
|
|
2799
3007
|
{
|
|
2800
3008
|
fill: fill || color || "currentColor",
|
|
@@ -2803,8 +3011,8 @@ var IconShareFilled = ({ size, width, height, color, className, fill, stroke })
|
|
|
2803
3011
|
) }), ShareFilled_default = IconShareFilled;
|
|
2804
3012
|
|
|
2805
3013
|
// src/components/Share.tsx
|
|
2806
|
-
import { jsx as
|
|
2807
|
-
var IconShare = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3014
|
+
import { jsx as jsx154 } from "react/jsx-runtime";
|
|
3015
|
+
var IconShare = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx154("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx154(
|
|
2808
3016
|
"path",
|
|
2809
3017
|
{
|
|
2810
3018
|
fill: stroke || color || "currentColor",
|
|
@@ -2814,9 +3022,21 @@ var IconShare = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2814
3022
|
}
|
|
2815
3023
|
) }), Share_default = IconShare;
|
|
2816
3024
|
|
|
3025
|
+
// src/components/Sidebar.tsx
|
|
3026
|
+
import { jsx as jsx155 } from "react/jsx-runtime";
|
|
3027
|
+
var IconSidebar = ({ 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(
|
|
3028
|
+
"path",
|
|
3029
|
+
{
|
|
3030
|
+
fill: stroke || color || "currentColor",
|
|
3031
|
+
d: "M24 3V21H0V3H24ZM9 5.25H21.75V18.75H9V5.25ZM6.75 18.75H2.25V5.25H6.75V18.75Z",
|
|
3032
|
+
fillRule: "evenodd",
|
|
3033
|
+
clipRule: "evenodd"
|
|
3034
|
+
}
|
|
3035
|
+
) }), Sidebar_default = IconSidebar;
|
|
3036
|
+
|
|
2817
3037
|
// src/components/SocialX.tsx
|
|
2818
|
-
import { jsx as
|
|
2819
|
-
var IconSocialX = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3038
|
+
import { jsx as jsx156 } from "react/jsx-runtime";
|
|
3039
|
+
var IconSocialX = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx156("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx156(
|
|
2820
3040
|
"path",
|
|
2821
3041
|
{
|
|
2822
3042
|
fill: fill || color || "currentColor",
|
|
@@ -2825,8 +3045,8 @@ var IconSocialX = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
2825
3045
|
) }), SocialX_default = IconSocialX;
|
|
2826
3046
|
|
|
2827
3047
|
// src/components/SocialDiscord.tsx
|
|
2828
|
-
import { jsx as
|
|
2829
|
-
var IconSocialDiscord = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3048
|
+
import { jsx as jsx157 } from "react/jsx-runtime";
|
|
3049
|
+
var IconSocialDiscord = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx157("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx157(
|
|
2830
3050
|
"path",
|
|
2831
3051
|
{
|
|
2832
3052
|
fill: fill || color || "currentColor",
|
|
@@ -2835,9 +3055,9 @@ var IconSocialDiscord = ({ size, width, height, color, className, fill, stroke }
|
|
|
2835
3055
|
) }), SocialDiscord_default = IconSocialDiscord;
|
|
2836
3056
|
|
|
2837
3057
|
// src/components/SoundOff.tsx
|
|
2838
|
-
import { jsx as
|
|
2839
|
-
var IconSoundOff = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2840
|
-
/* @__PURE__ */
|
|
3058
|
+
import { jsx as jsx158, jsxs as jsxs76 } from "react/jsx-runtime";
|
|
3059
|
+
var IconSoundOff = ({ 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: [
|
|
3060
|
+
/* @__PURE__ */ jsx158(
|
|
2841
3061
|
"path",
|
|
2842
3062
|
{
|
|
2843
3063
|
fill: stroke || color || "currentColor",
|
|
@@ -2846,7 +3066,7 @@ var IconSoundOff = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2846
3066
|
clipRule: "evenodd"
|
|
2847
3067
|
}
|
|
2848
3068
|
),
|
|
2849
|
-
/* @__PURE__ */
|
|
3069
|
+
/* @__PURE__ */ jsx158(
|
|
2850
3070
|
"path",
|
|
2851
3071
|
{
|
|
2852
3072
|
fill: stroke || color || "currentColor",
|
|
@@ -2856,9 +3076,9 @@ var IconSoundOff = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
2856
3076
|
] }), SoundOff_default = IconSoundOff;
|
|
2857
3077
|
|
|
2858
3078
|
// src/components/SoundOn.tsx
|
|
2859
|
-
import { jsx as
|
|
2860
|
-
var IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2861
|
-
/* @__PURE__ */
|
|
3079
|
+
import { jsx as jsx159, jsxs as jsxs77 } from "react/jsx-runtime";
|
|
3080
|
+
var IconSoundOn = ({ 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: [
|
|
3081
|
+
/* @__PURE__ */ jsx159(
|
|
2862
3082
|
"path",
|
|
2863
3083
|
{
|
|
2864
3084
|
fill: stroke || color || "currentColor",
|
|
@@ -2867,14 +3087,14 @@ var IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
2867
3087
|
clipRule: "evenodd"
|
|
2868
3088
|
}
|
|
2869
3089
|
),
|
|
2870
|
-
/* @__PURE__ */
|
|
3090
|
+
/* @__PURE__ */ jsx159(
|
|
2871
3091
|
"path",
|
|
2872
3092
|
{
|
|
2873
3093
|
fill: stroke || color || "currentColor",
|
|
2874
3094
|
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"
|
|
2875
3095
|
}
|
|
2876
3096
|
),
|
|
2877
|
-
/* @__PURE__ */
|
|
3097
|
+
/* @__PURE__ */ jsx159(
|
|
2878
3098
|
"path",
|
|
2879
3099
|
{
|
|
2880
3100
|
fill: stroke || color || "currentColor",
|
|
@@ -2884,8 +3104,8 @@ var IconSoundOn = ({ size, width, height, color, className, fill, stroke }) => /
|
|
|
2884
3104
|
] }), SoundOn_default = IconSoundOn;
|
|
2885
3105
|
|
|
2886
3106
|
// src/components/Storyboard.tsx
|
|
2887
|
-
import { jsx as
|
|
2888
|
-
var IconStoryboard = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3107
|
+
import { jsx as jsx160 } from "react/jsx-runtime";
|
|
3108
|
+
var IconStoryboard = ({ 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(
|
|
2889
3109
|
"path",
|
|
2890
3110
|
{
|
|
2891
3111
|
fill: stroke || color || "currentColor",
|
|
@@ -2896,25 +3116,25 @@ var IconStoryboard = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
2896
3116
|
) }), Storyboard_default = IconStoryboard;
|
|
2897
3117
|
|
|
2898
3118
|
// src/components/StyleAutoFilled.tsx
|
|
2899
|
-
import { jsx as
|
|
2900
|
-
var IconStyleAutoFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2901
|
-
/* @__PURE__ */
|
|
3119
|
+
import { jsx as jsx161, jsxs as jsxs78 } from "react/jsx-runtime";
|
|
3120
|
+
var IconStyleAutoFilled = ({ 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: [
|
|
3121
|
+
/* @__PURE__ */ jsx161(
|
|
2902
3122
|
"path",
|
|
2903
3123
|
{
|
|
2904
3124
|
fill: fill || color || "currentColor",
|
|
2905
3125
|
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"
|
|
2906
3126
|
}
|
|
2907
3127
|
),
|
|
2908
|
-
/* @__PURE__ */
|
|
3128
|
+
/* @__PURE__ */ jsx161(
|
|
2909
3129
|
"path",
|
|
2910
3130
|
{
|
|
2911
3131
|
fill: fill || color || "currentColor",
|
|
2912
3132
|
d: "M0 16.5V15L6 13.5L7.5 7.5H9L10.5 13.5L16.5 15V16.5L10.5 18L9 24H7.5L6 18L0 16.5Z"
|
|
2913
3133
|
}
|
|
2914
3134
|
),
|
|
2915
|
-
/* @__PURE__ */
|
|
2916
|
-
/* @__PURE__ */
|
|
2917
|
-
/* @__PURE__ */
|
|
3135
|
+
/* @__PURE__ */ jsx161("path", { fill: fill || color || "currentColor", d: "M1.5 3L3.75 0.75L6 3L3.75 5.25L1.5 3Z" }),
|
|
3136
|
+
/* @__PURE__ */ jsx161("path", { fill: fill || color || "currentColor", d: "M22.5 21L19.5 18L16.5 21L19.5 24L22.5 21Z" }),
|
|
3137
|
+
/* @__PURE__ */ jsx161(
|
|
2918
3138
|
"path",
|
|
2919
3139
|
{
|
|
2920
3140
|
fill: fill || color || "currentColor",
|
|
@@ -2924,44 +3144,44 @@ var IconStyleAutoFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
2924
3144
|
] }), StyleAutoFilled_default = IconStyleAutoFilled;
|
|
2925
3145
|
|
|
2926
3146
|
// src/components/Style.tsx
|
|
2927
|
-
import { jsx as
|
|
2928
|
-
var IconStyle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2929
|
-
/* @__PURE__ */
|
|
3147
|
+
import { jsx as jsx162, jsxs as jsxs79 } from "react/jsx-runtime";
|
|
3148
|
+
var IconStyle = ({ 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: [
|
|
3149
|
+
/* @__PURE__ */ jsx162(
|
|
2930
3150
|
"path",
|
|
2931
3151
|
{
|
|
2932
3152
|
fill: stroke || color || "currentColor",
|
|
2933
3153
|
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"
|
|
2934
3154
|
}
|
|
2935
3155
|
),
|
|
2936
|
-
/* @__PURE__ */
|
|
3156
|
+
/* @__PURE__ */ jsx162(
|
|
2937
3157
|
"path",
|
|
2938
3158
|
{
|
|
2939
3159
|
fill: stroke || color || "currentColor",
|
|
2940
3160
|
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"
|
|
2941
3161
|
}
|
|
2942
3162
|
),
|
|
2943
|
-
/* @__PURE__ */
|
|
3163
|
+
/* @__PURE__ */ jsx162(
|
|
2944
3164
|
"path",
|
|
2945
3165
|
{
|
|
2946
3166
|
fill: stroke || color || "currentColor",
|
|
2947
3167
|
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"
|
|
2948
3168
|
}
|
|
2949
3169
|
),
|
|
2950
|
-
/* @__PURE__ */
|
|
3170
|
+
/* @__PURE__ */ jsx162(
|
|
2951
3171
|
"path",
|
|
2952
3172
|
{
|
|
2953
3173
|
fill: stroke || color || "currentColor",
|
|
2954
3174
|
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"
|
|
2955
3175
|
}
|
|
2956
3176
|
),
|
|
2957
|
-
/* @__PURE__ */
|
|
3177
|
+
/* @__PURE__ */ jsx162(
|
|
2958
3178
|
"path",
|
|
2959
3179
|
{
|
|
2960
3180
|
fill: stroke || color || "currentColor",
|
|
2961
3181
|
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"
|
|
2962
3182
|
}
|
|
2963
3183
|
),
|
|
2964
|
-
/* @__PURE__ */
|
|
3184
|
+
/* @__PURE__ */ jsx162(
|
|
2965
3185
|
"path",
|
|
2966
3186
|
{
|
|
2967
3187
|
fill: stroke || color || "currentColor",
|
|
@@ -2973,9 +3193,9 @@ var IconStyle = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
2973
3193
|
] }), Style_default = IconStyle;
|
|
2974
3194
|
|
|
2975
3195
|
// src/components/Styleoverall.tsx
|
|
2976
|
-
import { jsx as
|
|
2977
|
-
var IconStyleoverall = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
2978
|
-
/* @__PURE__ */
|
|
3196
|
+
import { jsx as jsx163, jsxs as jsxs80 } from "react/jsx-runtime";
|
|
3197
|
+
var IconStyleoverall = ({ 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: [
|
|
3198
|
+
/* @__PURE__ */ jsx163(
|
|
2979
3199
|
"path",
|
|
2980
3200
|
{
|
|
2981
3201
|
fill: stroke || color || "currentColor",
|
|
@@ -2984,7 +3204,7 @@ var IconStyleoverall = ({ size, width, height, color, className, fill, stroke })
|
|
|
2984
3204
|
clipRule: "evenodd"
|
|
2985
3205
|
}
|
|
2986
3206
|
),
|
|
2987
|
-
/* @__PURE__ */
|
|
3207
|
+
/* @__PURE__ */ jsx163(
|
|
2988
3208
|
"path",
|
|
2989
3209
|
{
|
|
2990
3210
|
fill: stroke || color || "currentColor",
|
|
@@ -2993,7 +3213,7 @@ var IconStyleoverall = ({ size, width, height, color, className, fill, stroke })
|
|
|
2993
3213
|
clipRule: "evenodd"
|
|
2994
3214
|
}
|
|
2995
3215
|
),
|
|
2996
|
-
/* @__PURE__ */
|
|
3216
|
+
/* @__PURE__ */ jsx163(
|
|
2997
3217
|
"path",
|
|
2998
3218
|
{
|
|
2999
3219
|
fill: stroke || color || "currentColor",
|
|
@@ -3002,7 +3222,7 @@ var IconStyleoverall = ({ size, width, height, color, className, fill, stroke })
|
|
|
3002
3222
|
clipRule: "evenodd"
|
|
3003
3223
|
}
|
|
3004
3224
|
),
|
|
3005
|
-
/* @__PURE__ */
|
|
3225
|
+
/* @__PURE__ */ jsx163(
|
|
3006
3226
|
"path",
|
|
3007
3227
|
{
|
|
3008
3228
|
fill: stroke || color || "currentColor",
|
|
@@ -3014,8 +3234,8 @@ var IconStyleoverall = ({ size, width, height, color, className, fill, stroke })
|
|
|
3014
3234
|
] }), Styleoverall_default = IconStyleoverall;
|
|
3015
3235
|
|
|
3016
3236
|
// src/components/SwitchOffFilled.tsx
|
|
3017
|
-
import { jsx as
|
|
3018
|
-
var IconSwitchOffFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3237
|
+
import { jsx as jsx164 } from "react/jsx-runtime";
|
|
3238
|
+
var IconSwitchOffFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx164("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx164(
|
|
3019
3239
|
"path",
|
|
3020
3240
|
{
|
|
3021
3241
|
fill: fill || color || "currentColor",
|
|
@@ -3026,8 +3246,8 @@ var IconSwitchOffFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
3026
3246
|
) }), SwitchOffFilled_default = IconSwitchOffFilled;
|
|
3027
3247
|
|
|
3028
3248
|
// src/components/SwitchOnFilled.tsx
|
|
3029
|
-
import { jsx as
|
|
3030
|
-
var IconSwitchOnFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3249
|
+
import { jsx as jsx165 } from "react/jsx-runtime";
|
|
3250
|
+
var IconSwitchOnFilled = ({ 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(
|
|
3031
3251
|
"path",
|
|
3032
3252
|
{
|
|
3033
3253
|
fill: fill || color || "currentColor",
|
|
@@ -3038,9 +3258,9 @@ var IconSwitchOnFilled = ({ size, width, height, color, className, fill, stroke
|
|
|
3038
3258
|
) }), SwitchOnFilled_default = IconSwitchOnFilled;
|
|
3039
3259
|
|
|
3040
3260
|
// src/components/Target.tsx
|
|
3041
|
-
import { jsx as
|
|
3042
|
-
var IconTarget = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3043
|
-
/* @__PURE__ */
|
|
3261
|
+
import { jsx as jsx166, jsxs as jsxs81 } from "react/jsx-runtime";
|
|
3262
|
+
var IconTarget = ({ 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: [
|
|
3263
|
+
/* @__PURE__ */ jsx166(
|
|
3044
3264
|
"path",
|
|
3045
3265
|
{
|
|
3046
3266
|
fill: stroke || color || "currentColor",
|
|
@@ -3049,7 +3269,7 @@ var IconTarget = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
3049
3269
|
clipRule: "evenodd"
|
|
3050
3270
|
}
|
|
3051
3271
|
),
|
|
3052
|
-
/* @__PURE__ */
|
|
3272
|
+
/* @__PURE__ */ jsx166(
|
|
3053
3273
|
"path",
|
|
3054
3274
|
{
|
|
3055
3275
|
fill: stroke || color || "currentColor",
|
|
@@ -3061,44 +3281,44 @@ var IconTarget = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
3061
3281
|
] }), Target_default = IconTarget;
|
|
3062
3282
|
|
|
3063
3283
|
// src/components/TextLogo.tsx
|
|
3064
|
-
import { jsx as
|
|
3065
|
-
var IconTextLogo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3066
|
-
/* @__PURE__ */
|
|
3284
|
+
import { jsx as jsx167, jsxs as jsxs82 } from "react/jsx-runtime";
|
|
3285
|
+
var IconTextLogo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsxs82("svg", { fill: "none", viewBox: "0 0 124 40", className, width: width || size, height: height || size, children: [
|
|
3286
|
+
/* @__PURE__ */ jsx167(
|
|
3067
3287
|
"path",
|
|
3068
3288
|
{
|
|
3069
3289
|
fill: fill || color || "currentColor",
|
|
3070
3290
|
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"
|
|
3071
3291
|
}
|
|
3072
3292
|
),
|
|
3073
|
-
/* @__PURE__ */
|
|
3293
|
+
/* @__PURE__ */ jsx167(
|
|
3074
3294
|
"path",
|
|
3075
3295
|
{
|
|
3076
3296
|
fill: fill || color || "currentColor",
|
|
3077
3297
|
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"
|
|
3078
3298
|
}
|
|
3079
3299
|
),
|
|
3080
|
-
/* @__PURE__ */
|
|
3300
|
+
/* @__PURE__ */ jsx167(
|
|
3081
3301
|
"path",
|
|
3082
3302
|
{
|
|
3083
3303
|
fill: fill || color || "currentColor",
|
|
3084
3304
|
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"
|
|
3085
3305
|
}
|
|
3086
3306
|
),
|
|
3087
|
-
/* @__PURE__ */
|
|
3307
|
+
/* @__PURE__ */ jsx167(
|
|
3088
3308
|
"path",
|
|
3089
3309
|
{
|
|
3090
3310
|
fill: fill || color || "currentColor",
|
|
3091
3311
|
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"
|
|
3092
3312
|
}
|
|
3093
3313
|
),
|
|
3094
|
-
/* @__PURE__ */
|
|
3314
|
+
/* @__PURE__ */ jsx167(
|
|
3095
3315
|
"path",
|
|
3096
3316
|
{
|
|
3097
3317
|
fill: fill || color || "currentColor",
|
|
3098
3318
|
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"
|
|
3099
3319
|
}
|
|
3100
3320
|
),
|
|
3101
|
-
/* @__PURE__ */
|
|
3321
|
+
/* @__PURE__ */ jsx167(
|
|
3102
3322
|
"path",
|
|
3103
3323
|
{
|
|
3104
3324
|
fill: fill || color || "currentColor",
|
|
@@ -3108,8 +3328,8 @@ var IconTextLogo = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
3108
3328
|
] }), TextLogo_default = IconTextLogo;
|
|
3109
3329
|
|
|
3110
3330
|
// src/components/Tips.tsx
|
|
3111
|
-
import { jsx as
|
|
3112
|
-
var IconTips = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3331
|
+
import { jsx as jsx168 } from "react/jsx-runtime";
|
|
3332
|
+
var IconTips = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx168("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx168(
|
|
3113
3333
|
"path",
|
|
3114
3334
|
{
|
|
3115
3335
|
fill: stroke || color || "currentColor",
|
|
@@ -3120,16 +3340,16 @@ var IconTips = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
3120
3340
|
) }), Tips_default = IconTips;
|
|
3121
3341
|
|
|
3122
3342
|
// src/components/ToolsFilled.tsx
|
|
3123
|
-
import { jsx as
|
|
3124
|
-
var IconToolsFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3125
|
-
/* @__PURE__ */
|
|
3343
|
+
import { jsx as jsx169, jsxs as jsxs83 } from "react/jsx-runtime";
|
|
3344
|
+
var IconToolsFilled = ({ 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: [
|
|
3345
|
+
/* @__PURE__ */ jsx169(
|
|
3126
3346
|
"path",
|
|
3127
3347
|
{
|
|
3128
3348
|
fill: fill || color || "currentColor",
|
|
3129
3349
|
d: "M24 12L19.5 16.5L15 15L9 9L7.5 4.5L12 0L16.5 1.5L22.5 7.5L24 12Z"
|
|
3130
3350
|
}
|
|
3131
3351
|
),
|
|
3132
|
-
/* @__PURE__ */
|
|
3352
|
+
/* @__PURE__ */ jsx169(
|
|
3133
3353
|
"path",
|
|
3134
3354
|
{
|
|
3135
3355
|
fill: fill || color || "currentColor",
|
|
@@ -3139,8 +3359,8 @@ var IconToolsFilled = ({ size, width, height, color, className, fill, stroke })
|
|
|
3139
3359
|
] }), ToolsFilled_default = IconToolsFilled;
|
|
3140
3360
|
|
|
3141
3361
|
// src/components/Tools.tsx
|
|
3142
|
-
import { jsx as
|
|
3143
|
-
var IconTools = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3362
|
+
import { jsx as jsx170 } from "react/jsx-runtime";
|
|
3363
|
+
var IconTools = ({ 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(
|
|
3144
3364
|
"path",
|
|
3145
3365
|
{
|
|
3146
3366
|
stroke: stroke || color || "currentColor",
|
|
@@ -3150,8 +3370,8 @@ var IconTools = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
3150
3370
|
) }), Tools_default = IconTools;
|
|
3151
3371
|
|
|
3152
3372
|
// src/components/Undo.tsx
|
|
3153
|
-
import { jsx as
|
|
3154
|
-
var IconUndo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3373
|
+
import { jsx as jsx171 } from "react/jsx-runtime";
|
|
3374
|
+
var IconUndo = ({ 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(
|
|
3155
3375
|
"path",
|
|
3156
3376
|
{
|
|
3157
3377
|
fill: stroke || color || "currentColor",
|
|
@@ -3162,8 +3382,8 @@ var IconUndo = ({ size, width, height, color, className, fill, stroke }) => /* @
|
|
|
3162
3382
|
) }), Undo_default = IconUndo;
|
|
3163
3383
|
|
|
3164
3384
|
// src/components/UpFilled.tsx
|
|
3165
|
-
import { jsx as
|
|
3166
|
-
var IconUpFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3385
|
+
import { jsx as jsx172 } from "react/jsx-runtime";
|
|
3386
|
+
var IconUpFilled = ({ 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(
|
|
3167
3387
|
"path",
|
|
3168
3388
|
{
|
|
3169
3389
|
fill: fill || color || "currentColor",
|
|
@@ -3174,8 +3394,8 @@ var IconUpFilled = ({ size, width, height, color, className, fill, stroke }) =>
|
|
|
3174
3394
|
) }), UpFilled_default = IconUpFilled;
|
|
3175
3395
|
|
|
3176
3396
|
// src/components/UpleftFilled.tsx
|
|
3177
|
-
import { jsx as
|
|
3178
|
-
var IconUpleftFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3397
|
+
import { jsx as jsx173 } from "react/jsx-runtime";
|
|
3398
|
+
var IconUpleftFilled = ({ 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(
|
|
3179
3399
|
"path",
|
|
3180
3400
|
{
|
|
3181
3401
|
fill: fill || color || "currentColor",
|
|
@@ -3186,8 +3406,8 @@ var IconUpleftFilled = ({ size, width, height, color, className, fill, stroke })
|
|
|
3186
3406
|
) }), UpleftFilled_default = IconUpleftFilled;
|
|
3187
3407
|
|
|
3188
3408
|
// src/components/Uploadedvideo.tsx
|
|
3189
|
-
import { jsx as
|
|
3190
|
-
var IconUploadedvideo = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3409
|
+
import { jsx as jsx174 } from "react/jsx-runtime";
|
|
3410
|
+
var IconUploadedvideo = ({ 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(
|
|
3191
3411
|
"path",
|
|
3192
3412
|
{
|
|
3193
3413
|
fill: fill || color || "currentColor",
|
|
@@ -3198,8 +3418,8 @@ var IconUploadedvideo = ({ size, width, height, color, className, fill, stroke }
|
|
|
3198
3418
|
) }), Uploadedvideo_default = IconUploadedvideo;
|
|
3199
3419
|
|
|
3200
3420
|
// src/components/Uploadfiles.tsx
|
|
3201
|
-
import { jsx as
|
|
3202
|
-
var IconUploadfiles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3421
|
+
import { jsx as jsx175 } from "react/jsx-runtime";
|
|
3422
|
+
var IconUploadfiles = ({ 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(
|
|
3203
3423
|
"path",
|
|
3204
3424
|
{
|
|
3205
3425
|
fill: stroke || color || "currentColor",
|
|
@@ -3208,8 +3428,8 @@ var IconUploadfiles = ({ size, width, height, color, className, fill, stroke })
|
|
|
3208
3428
|
) }), Uploadfiles_default = IconUploadfiles;
|
|
3209
3429
|
|
|
3210
3430
|
// src/components/Uploadstory.tsx
|
|
3211
|
-
import { jsx as
|
|
3212
|
-
var IconUploadstory = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3431
|
+
import { jsx as jsx176 } from "react/jsx-runtime";
|
|
3432
|
+
var IconUploadstory = ({ 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(
|
|
3213
3433
|
"path",
|
|
3214
3434
|
{
|
|
3215
3435
|
fill: stroke || color || "currentColor",
|
|
@@ -3220,8 +3440,8 @@ var IconUploadstory = ({ size, width, height, color, className, fill, stroke })
|
|
|
3220
3440
|
) }), Uploadstory_default = IconUploadstory;
|
|
3221
3441
|
|
|
3222
3442
|
// src/components/UprightFilled.tsx
|
|
3223
|
-
import { jsx as
|
|
3224
|
-
var IconUprightFilled = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3443
|
+
import { jsx as jsx177 } from "react/jsx-runtime";
|
|
3444
|
+
var IconUprightFilled = ({ 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(
|
|
3225
3445
|
"path",
|
|
3226
3446
|
{
|
|
3227
3447
|
fill: fill || color || "currentColor",
|
|
@@ -3232,8 +3452,8 @@ var IconUprightFilled = ({ size, width, height, color, className, fill, stroke }
|
|
|
3232
3452
|
) }), UprightFilled_default = IconUprightFilled;
|
|
3233
3453
|
|
|
3234
3454
|
// src/components/Userfeedback.tsx
|
|
3235
|
-
import { jsx as
|
|
3236
|
-
var IconUserfeedback = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3455
|
+
import { jsx as jsx178 } from "react/jsx-runtime";
|
|
3456
|
+
var IconUserfeedback = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx178("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx178(
|
|
3237
3457
|
"path",
|
|
3238
3458
|
{
|
|
3239
3459
|
fill: stroke || color || "currentColor",
|
|
@@ -3243,17 +3463,59 @@ var IconUserfeedback = ({ size, width, height, color, className, fill, stroke })
|
|
|
3243
3463
|
}
|
|
3244
3464
|
) }), Userfeedback_default = IconUserfeedback;
|
|
3245
3465
|
|
|
3466
|
+
// src/components/Userfollow.tsx
|
|
3467
|
+
import { jsx as jsx179, jsxs as jsxs84 } from "react/jsx-runtime";
|
|
3468
|
+
var IconUserfollow = ({ 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: [
|
|
3469
|
+
/* @__PURE__ */ jsx179(
|
|
3470
|
+
"path",
|
|
3471
|
+
{
|
|
3472
|
+
fill: stroke || color || "currentColor",
|
|
3473
|
+
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"
|
|
3474
|
+
}
|
|
3475
|
+
),
|
|
3476
|
+
/* @__PURE__ */ jsx179("path", { fill: stroke || color || "currentColor", d: "M19 17H22V19H19V22H17V19H14V17H17V14H19V17Z" }),
|
|
3477
|
+
/* @__PURE__ */ jsx179(
|
|
3478
|
+
"path",
|
|
3479
|
+
{
|
|
3480
|
+
fill: stroke || color || "currentColor",
|
|
3481
|
+
d: "M11 2C13.4853 2 15.5 4.01472 15.5 6.5C15.5 8.98528 13.4853 11 11 11C8.51472 11 6.5 8.98528 6.5 6.5C6.5 4.01472 8.51472 2 11 2ZM11 4.25C9.75736 4.25 8.75 5.25736 8.75 6.5C8.75 7.74264 9.75736 8.75 11 8.75C12.2426 8.75 13.25 7.74264 13.25 6.5C13.25 5.25736 12.2426 4.25 11 4.25Z",
|
|
3482
|
+
fillRule: "evenodd",
|
|
3483
|
+
clipRule: "evenodd"
|
|
3484
|
+
}
|
|
3485
|
+
)
|
|
3486
|
+
] }), Userfollow_default = IconUserfollow;
|
|
3487
|
+
|
|
3488
|
+
// src/components/Userfollowback.tsx
|
|
3489
|
+
import { jsx as jsx180 } from "react/jsx-runtime";
|
|
3490
|
+
var IconUserfollowback = ({ 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(
|
|
3491
|
+
"path",
|
|
3492
|
+
{
|
|
3493
|
+
fill: stroke || color || "currentColor",
|
|
3494
|
+
d: "M23 21H17.4141L18.4141 22L17 23.4141L14.293 20.707L15 19H23V21ZM15 15.25H6.5C5.25736 15.25 4.25 16.2574 4.25 17.5V19.75H12V22H2V17.5C2 15.0147 4.01472 13 6.5 13H15V15.25ZM23.707 16.293L23 18H15V16H20.5859L19.5859 15L21 13.5859L23.707 16.293ZM11 2C13.4853 2 15.5 4.01472 15.5 6.5C15.5 8.98528 13.4853 11 11 11C8.51472 11 6.5 8.98528 6.5 6.5C6.5 4.01472 8.51472 2 11 2ZM11 4.25C9.75736 4.25 8.75 5.25736 8.75 6.5C8.75 7.74264 9.75736 8.75 11 8.75C12.2426 8.75 13.25 7.74264 13.25 6.5C13.25 5.25736 12.2426 4.25 11 4.25Z"
|
|
3495
|
+
}
|
|
3496
|
+
) }), Userfollowback_default = IconUserfollowback;
|
|
3497
|
+
|
|
3498
|
+
// src/components/Userfollowed.tsx
|
|
3499
|
+
import { jsx as jsx181 } from "react/jsx-runtime";
|
|
3500
|
+
var IconUserfollowed = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx181("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx181(
|
|
3501
|
+
"path",
|
|
3502
|
+
{
|
|
3503
|
+
fill: stroke || color || "currentColor",
|
|
3504
|
+
d: "M22.3643 16.4141L17.4141 21.3643L17.4131 21.3633L16.6816 22.0957L13 18.4141L14.4141 17L16.6816 19.2676L20.9502 15L22.3643 16.4141ZM15 15.25H6.5C5.25736 15.25 4.25 16.2574 4.25 17.5V19.75H12V22H2V17.5C2 15.0147 4.01472 13 6.5 13H15V15.25ZM11 2C13.4853 2 15.5 4.01472 15.5 6.5C15.5 8.98528 13.4853 11 11 11C8.51472 11 6.5 8.98528 6.5 6.5C6.5 4.01472 8.51472 2 11 2ZM11 4.25C9.75736 4.25 8.75 5.25736 8.75 6.5C8.75 7.74264 9.75736 8.75 11 8.75C12.2426 8.75 13.25 7.74264 13.25 6.5C13.25 5.25736 12.2426 4.25 11 4.25Z"
|
|
3505
|
+
}
|
|
3506
|
+
) }), Userfollowed_default = IconUserfollowed;
|
|
3507
|
+
|
|
3246
3508
|
// src/components/VideoGeneration.tsx
|
|
3247
|
-
import { jsx as
|
|
3248
|
-
var IconVideoGeneration = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3249
|
-
/* @__PURE__ */
|
|
3509
|
+
import { jsx as jsx182, jsxs as jsxs85 } from "react/jsx-runtime";
|
|
3510
|
+
var IconVideoGeneration = ({ 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: [
|
|
3511
|
+
/* @__PURE__ */ jsx182(
|
|
3250
3512
|
"path",
|
|
3251
3513
|
{
|
|
3252
3514
|
fill: stroke || color || "currentColor",
|
|
3253
3515
|
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"
|
|
3254
3516
|
}
|
|
3255
3517
|
),
|
|
3256
|
-
/* @__PURE__ */
|
|
3518
|
+
/* @__PURE__ */ jsx182(
|
|
3257
3519
|
"path",
|
|
3258
3520
|
{
|
|
3259
3521
|
fill: stroke || color || "currentColor",
|
|
@@ -3262,7 +3524,7 @@ var IconVideoGeneration = ({ size, width, height, color, className, fill, stroke
|
|
|
3262
3524
|
clipRule: "evenodd"
|
|
3263
3525
|
}
|
|
3264
3526
|
),
|
|
3265
|
-
/* @__PURE__ */
|
|
3527
|
+
/* @__PURE__ */ jsx182(
|
|
3266
3528
|
"path",
|
|
3267
3529
|
{
|
|
3268
3530
|
fill: stroke || color || "currentColor",
|
|
@@ -3272,10 +3534,10 @@ var IconVideoGeneration = ({ size, width, height, color, className, fill, stroke
|
|
|
3272
3534
|
] }), VideoGeneration_default = IconVideoGeneration;
|
|
3273
3535
|
|
|
3274
3536
|
// src/components/VideoLength.tsx
|
|
3275
|
-
import { jsx as
|
|
3276
|
-
var IconVideoLength = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3277
|
-
/* @__PURE__ */
|
|
3278
|
-
/* @__PURE__ */
|
|
3537
|
+
import { jsx as jsx183, jsxs as jsxs86 } from "react/jsx-runtime";
|
|
3538
|
+
var IconVideoLength = ({ 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: [
|
|
3539
|
+
/* @__PURE__ */ jsx183("path", { fill: stroke || color || "currentColor", d: "M10.875 9V15H13.125V9H10.875Z" }),
|
|
3540
|
+
/* @__PURE__ */ jsx183(
|
|
3279
3541
|
"path",
|
|
3280
3542
|
{
|
|
3281
3543
|
fill: stroke || color || "currentColor",
|
|
@@ -3287,9 +3549,9 @@ var IconVideoLength = ({ size, width, height, color, className, fill, stroke })
|
|
|
3287
3549
|
] }), VideoLength_default = IconVideoLength;
|
|
3288
3550
|
|
|
3289
3551
|
// src/components/Videogenerate.tsx
|
|
3290
|
-
import { jsx as
|
|
3291
|
-
var IconVideogenerate = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3292
|
-
/* @__PURE__ */
|
|
3552
|
+
import { jsx as jsx184, jsxs as jsxs87 } from "react/jsx-runtime";
|
|
3553
|
+
var IconVideogenerate = ({ 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: [
|
|
3554
|
+
/* @__PURE__ */ jsx184(
|
|
3293
3555
|
"path",
|
|
3294
3556
|
{
|
|
3295
3557
|
fill: stroke || color || "currentColor",
|
|
@@ -3298,7 +3560,7 @@ var IconVideogenerate = ({ size, width, height, color, className, fill, stroke }
|
|
|
3298
3560
|
clipRule: "evenodd"
|
|
3299
3561
|
}
|
|
3300
3562
|
),
|
|
3301
|
-
/* @__PURE__ */
|
|
3563
|
+
/* @__PURE__ */ jsx184(
|
|
3302
3564
|
"path",
|
|
3303
3565
|
{
|
|
3304
3566
|
fill: stroke || color || "currentColor",
|
|
@@ -3310,8 +3572,8 @@ var IconVideogenerate = ({ size, width, height, color, className, fill, stroke }
|
|
|
3310
3572
|
] }), Videogenerate_default = IconVideogenerate;
|
|
3311
3573
|
|
|
3312
3574
|
// src/components/Visualstyles.tsx
|
|
3313
|
-
import { jsx as
|
|
3314
|
-
var IconVisualstyles = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3575
|
+
import { jsx as jsx185 } from "react/jsx-runtime";
|
|
3576
|
+
var IconVisualstyles = ({ 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(
|
|
3315
3577
|
"path",
|
|
3316
3578
|
{
|
|
3317
3579
|
fill: stroke || color || "currentColor",
|
|
@@ -3322,9 +3584,9 @@ var IconVisualstyles = ({ size, width, height, color, className, fill, stroke })
|
|
|
3322
3584
|
) }), Visualstyles_default = IconVisualstyles;
|
|
3323
3585
|
|
|
3324
3586
|
// src/components/Volume.tsx
|
|
3325
|
-
import { jsx as
|
|
3326
|
-
var IconVolume = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3327
|
-
/* @__PURE__ */
|
|
3587
|
+
import { jsx as jsx186, jsxs as jsxs88 } from "react/jsx-runtime";
|
|
3588
|
+
var IconVolume = ({ 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: [
|
|
3589
|
+
/* @__PURE__ */ jsx186(
|
|
3328
3590
|
"path",
|
|
3329
3591
|
{
|
|
3330
3592
|
fill: stroke || color || "currentColor",
|
|
@@ -3333,14 +3595,14 @@ var IconVolume = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
3333
3595
|
clipRule: "evenodd"
|
|
3334
3596
|
}
|
|
3335
3597
|
),
|
|
3336
|
-
/* @__PURE__ */
|
|
3598
|
+
/* @__PURE__ */ jsx186(
|
|
3337
3599
|
"path",
|
|
3338
3600
|
{
|
|
3339
3601
|
fill: stroke || color || "currentColor",
|
|
3340
3602
|
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"
|
|
3341
3603
|
}
|
|
3342
3604
|
),
|
|
3343
|
-
/* @__PURE__ */
|
|
3605
|
+
/* @__PURE__ */ jsx186(
|
|
3344
3606
|
"path",
|
|
3345
3607
|
{
|
|
3346
3608
|
fill: stroke || color || "currentColor",
|
|
@@ -3350,8 +3612,8 @@ var IconVolume = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
3350
3612
|
] }), Volume_default = IconVolume;
|
|
3351
3613
|
|
|
3352
3614
|
// src/components/Withdrawgame.tsx
|
|
3353
|
-
import { jsx as
|
|
3354
|
-
var IconWithdrawgame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3615
|
+
import { jsx as jsx187 } from "react/jsx-runtime";
|
|
3616
|
+
var IconWithdrawgame = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */ jsx187("svg", { fill: "none", viewBox: "0 0 24 24", className, width: width || size, height: height || size, children: /* @__PURE__ */ jsx187(
|
|
3355
3617
|
"path",
|
|
3356
3618
|
{
|
|
3357
3619
|
fill: stroke || color || "currentColor",
|
|
@@ -3362,16 +3624,16 @@ var IconWithdrawgame = ({ size, width, height, color, className, fill, stroke })
|
|
|
3362
3624
|
) }), Withdrawgame_default = IconWithdrawgame;
|
|
3363
3625
|
|
|
3364
3626
|
// src/components/Zoomhandle.tsx
|
|
3365
|
-
import { jsx as
|
|
3366
|
-
var IconZoomhandle = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3367
|
-
/* @__PURE__ */
|
|
3627
|
+
import { jsx as jsx188, jsxs as jsxs89 } from "react/jsx-runtime";
|
|
3628
|
+
var IconZoomhandle = ({ 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: [
|
|
3629
|
+
/* @__PURE__ */ jsx188(
|
|
3368
3630
|
"path",
|
|
3369
3631
|
{
|
|
3370
3632
|
fill: fill || color || "currentColor",
|
|
3371
3633
|
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"
|
|
3372
3634
|
}
|
|
3373
3635
|
),
|
|
3374
|
-
/* @__PURE__ */
|
|
3636
|
+
/* @__PURE__ */ jsx188(
|
|
3375
3637
|
"path",
|
|
3376
3638
|
{
|
|
3377
3639
|
fill: stroke || color || "currentColor",
|
|
@@ -3381,16 +3643,16 @@ var IconZoomhandle = ({ size, width, height, color, className, fill, stroke }) =
|
|
|
3381
3643
|
] }), Zoomhandle_default = IconZoomhandle;
|
|
3382
3644
|
|
|
3383
3645
|
// src/components/Zoomin.tsx
|
|
3384
|
-
import { jsx as
|
|
3385
|
-
var IconZoomin = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3386
|
-
/* @__PURE__ */
|
|
3646
|
+
import { jsx as jsx189, jsxs as jsxs90 } from "react/jsx-runtime";
|
|
3647
|
+
var IconZoomin = ({ 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: [
|
|
3648
|
+
/* @__PURE__ */ jsx189(
|
|
3387
3649
|
"path",
|
|
3388
3650
|
{
|
|
3389
3651
|
fill: stroke || color || "currentColor",
|
|
3390
3652
|
d: "M11.625 11.625H15V9.375H11.625V6H9.375V9.375H6V11.625H9.375V15H11.625V11.625Z"
|
|
3391
3653
|
}
|
|
3392
3654
|
),
|
|
3393
|
-
/* @__PURE__ */
|
|
3655
|
+
/* @__PURE__ */ jsx189(
|
|
3394
3656
|
"path",
|
|
3395
3657
|
{
|
|
3396
3658
|
fill: stroke || color || "currentColor",
|
|
@@ -3402,10 +3664,10 @@ var IconZoomin = ({ size, width, height, color, className, fill, stroke }) => /*
|
|
|
3402
3664
|
] }), Zoomin_default = IconZoomin;
|
|
3403
3665
|
|
|
3404
3666
|
// src/components/Zoomout.tsx
|
|
3405
|
-
import { jsx as
|
|
3406
|
-
var IconZoomout = ({ size, width, height, color, className, fill, stroke }) => /* @__PURE__ */
|
|
3407
|
-
/* @__PURE__ */
|
|
3408
|
-
/* @__PURE__ */
|
|
3667
|
+
import { jsx as jsx190, jsxs as jsxs91 } from "react/jsx-runtime";
|
|
3668
|
+
var IconZoomout = ({ 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: [
|
|
3669
|
+
/* @__PURE__ */ jsx190("path", { fill: stroke || color || "currentColor", d: "M15 11.625H6V9.375H15V11.625Z" }),
|
|
3670
|
+
/* @__PURE__ */ jsx190(
|
|
3409
3671
|
"path",
|
|
3410
3672
|
{
|
|
3411
3673
|
fill: stroke || color || "currentColor",
|
|
@@ -3427,16 +3689,22 @@ export {
|
|
|
3427
3689
|
Artboard_default as IconArtboard,
|
|
3428
3690
|
Assets_default as IconAssets,
|
|
3429
3691
|
AssetsFilled_default as IconAssetsFilled,
|
|
3692
|
+
Autolayout_default as IconAutolayout,
|
|
3430
3693
|
Backtoprojects_default as IconBacktoprojects,
|
|
3431
3694
|
Backward_default as IconBackward,
|
|
3432
3695
|
BatchShots_default as IconBatchShots,
|
|
3433
3696
|
Canvasmode_default as IconCanvasmode,
|
|
3697
|
+
Ccg_default as IconCcg,
|
|
3698
|
+
CcgFilled_default as IconCcgFilled,
|
|
3699
|
+
Ccggame_default as IconCcggame,
|
|
3700
|
+
Ccglanguage_default as IconCcglanguage,
|
|
3434
3701
|
Changeprofilephoto_default as IconChangeprofilephoto,
|
|
3435
3702
|
Chaptercollapse_default as IconChaptercollapse,
|
|
3436
3703
|
Chapterexpand_default as IconChapterexpand,
|
|
3437
3704
|
Check_default as IconCheck,
|
|
3438
3705
|
CheckedFilled_default as IconCheckedFilled,
|
|
3439
3706
|
Close_default as IconClose,
|
|
3707
|
+
Collapsewindow_default as IconCollapsewindow,
|
|
3440
3708
|
Copy_default as IconCopy,
|
|
3441
3709
|
Copylink_default as IconCopylink,
|
|
3442
3710
|
CreditFilled_default as IconCreditFilled,
|
|
@@ -3448,6 +3716,7 @@ export {
|
|
|
3448
3716
|
Download_default as IconDownload,
|
|
3449
3717
|
DownrightFilled_default as IconDownrightFilled,
|
|
3450
3718
|
DraghandleFilled_default as IconDraghandleFilled,
|
|
3719
|
+
Expandwindow_default as IconExpandwindow,
|
|
3451
3720
|
Favorite_default as IconFavorite,
|
|
3452
3721
|
FavoriteFilled_default as IconFavoriteFilled,
|
|
3453
3722
|
FeedbackFailFilled_default as IconFeedbackFailFilled,
|
|
@@ -3462,6 +3731,7 @@ export {
|
|
|
3462
3731
|
FiletypeWordFilled_default as IconFiletypeWordFilled,
|
|
3463
3732
|
FiletypeWordLumiFilled_default as IconFiletypeWordLumiFilled,
|
|
3464
3733
|
Fillin_default as IconFillin,
|
|
3734
|
+
FmVeditorstart_default as IconFmVeditorstart,
|
|
3465
3735
|
FoldedMenu_default as IconFoldedMenu,
|
|
3466
3736
|
FullScreen_default as IconFullScreen,
|
|
3467
3737
|
Game_default as IconGame,
|
|
@@ -3472,6 +3742,7 @@ export {
|
|
|
3472
3742
|
GamecontrolGameplay_default as IconGamecontrolGameplay,
|
|
3473
3743
|
GamecontrolLinear_default as IconGamecontrolLinear,
|
|
3474
3744
|
GamecontrolNone_default as IconGamecontrolNone,
|
|
3745
|
+
GamecontrolTerminal_default as IconGamecontrolTerminal,
|
|
3475
3746
|
Gamelanguage_default as IconGamelanguage,
|
|
3476
3747
|
Gamepreview_default as IconGamepreview,
|
|
3477
3748
|
Gameui_default as IconGameui,
|
|
@@ -3541,8 +3812,10 @@ export {
|
|
|
3541
3812
|
PlayFilled_default as IconPlayFilled,
|
|
3542
3813
|
Previouscene_default as IconPreviouscene,
|
|
3543
3814
|
Problem_default as IconProblem,
|
|
3815
|
+
ProblemFilled_default as IconProblemFilled,
|
|
3544
3816
|
ProblemNoticeFilled_default as IconProblemNoticeFilled,
|
|
3545
3817
|
Publish_default as IconPublish,
|
|
3818
|
+
QtEsave_default as IconQtEsave,
|
|
3546
3819
|
Ratio_default as IconRatio,
|
|
3547
3820
|
Ratio11_default as IconRatio11,
|
|
3548
3821
|
Ratio169_default as IconRatio169,
|
|
@@ -3554,9 +3827,11 @@ export {
|
|
|
3554
3827
|
RightFilled_default as IconRightFilled,
|
|
3555
3828
|
SceneNext_default as IconSceneNext,
|
|
3556
3829
|
Scriptmode_default as IconScriptmode,
|
|
3830
|
+
Scrolldown_default as IconScrolldown,
|
|
3557
3831
|
Sendrequest_default as IconSendrequest,
|
|
3558
3832
|
Share_default as IconShare,
|
|
3559
3833
|
ShareFilled_default as IconShareFilled,
|
|
3834
|
+
Sidebar_default as IconSidebar,
|
|
3560
3835
|
SocialDiscord_default as IconSocialDiscord,
|
|
3561
3836
|
SocialX_default as IconSocialX,
|
|
3562
3837
|
SoundOff_default as IconSoundOff,
|
|
@@ -3581,6 +3856,9 @@ export {
|
|
|
3581
3856
|
Uploadstory_default as IconUploadstory,
|
|
3582
3857
|
UprightFilled_default as IconUprightFilled,
|
|
3583
3858
|
Userfeedback_default as IconUserfeedback,
|
|
3859
|
+
Userfollow_default as IconUserfollow,
|
|
3860
|
+
Userfollowback_default as IconUserfollowback,
|
|
3861
|
+
Userfollowed_default as IconUserfollowed,
|
|
3584
3862
|
VideoGeneration_default as IconVideoGeneration,
|
|
3585
3863
|
VideoLength_default as IconVideoLength,
|
|
3586
3864
|
Videogenerate_default as IconVideogenerate,
|