@mirohq/design-system-icons 0.3.0 → 0.4.0
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/main.js +1611 -235
- package/dist/main.js.map +1 -1
- package/dist/module.js +1559 -236
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +247 -75
- package/package.json +3 -3
- package/react/arrow-clockwise-down-right.tsx +33 -0
- package/react/arrow-clockwise-up-left.tsx +33 -0
- package/react/arrow-counter-clockwise-down-left.tsx +33 -0
- package/react/arrow-counter-clockwise-up-right.tsx +33 -0
- package/react/arrows-clockwise-x.tsx +33 -0
- package/react/arrows-clockwise-y.tsx +33 -0
- package/react/article.tsx +33 -0
- package/react/brackets-angle-slash.tsx +33 -0
- package/react/brackets-curly-circles-three.tsx +37 -0
- package/react/camera.tsx +34 -0
- package/react/card-number-three.tsx +31 -0
- package/react/card.tsx +30 -0
- package/react/cards-poker.tsx +30 -0
- package/react/chart-bar-y-simple.tsx +33 -0
- package/react/chart-bar-y.tsx +33 -0
- package/react/circle-notch.tsx +33 -0
- package/react/circle.tsx +1 -5
- package/react/circles-connected.tsx +27 -0
- package/react/clock-counter-clockwise-simple.tsx +27 -0
- package/react/clock-counter-clockwise.tsx +27 -0
- package/react/cluster.tsx +27 -0
- package/react/clustered.tsx +30 -0
- package/react/credit-card.tsx +26 -0
- package/react/crop.tsx +31 -0
- package/react/cursor-filled.tsx +30 -0
- package/react/cursor.tsx +33 -0
- package/react/factory-house.tsx +33 -0
- package/react/factory.tsx +33 -0
- package/react/gauge.tsx +27 -0
- package/react/hand-filled.tsx +26 -0
- package/react/hand.tsx +31 -0
- package/react/image.tsx +27 -0
- package/react/index.ts +53 -0
- package/react/kanban.tsx +33 -0
- package/react/key.tsx +31 -0
- package/react/keycap.tsx +27 -0
- package/react/laptop.tsx +26 -0
- package/react/mouse.tsx +27 -0
- package/react/pdf.tsx +34 -0
- package/react/play-circle.tsx +1 -2
- package/react/playback-speed-circle.tsx +5 -6
- package/react/scrollbar-xy.tsx +26 -0
- package/react/shield-check.tsx +34 -0
- package/react/shield-lock.tsx +27 -0
- package/react/square-brackets-angle-slash.tsx +33 -0
- package/react/square-circles-two.tsx +30 -0
- package/react/square-triangle-circle-plus.tsx +33 -0
- package/react/square.tsx +1 -1
- package/react/squares-four.tsx +33 -0
- package/react/squares-three.tsx +33 -0
- package/react/sticky-note.tsx +33 -0
- package/react/text-t.tsx +33 -0
- package/react/thumbs-up.tsx +33 -0
- package/react/ticket.tsx +24 -0
- package/react/trackpad.tsx +25 -0
- package/react/trash-simple.tsx +34 -0
- package/react/trash.tsx +34 -0
- package/react/trident.tsx +50 -0
- package/svg/24/arrow-clockwise-down-right.svg +1 -0
- package/svg/24/arrow-clockwise-up-left.svg +1 -0
- package/svg/24/arrow-counter-clockwise-down-left.svg +1 -0
- package/svg/24/arrow-counter-clockwise-up-right.svg +1 -0
- package/svg/24/arrows-clockwise-x.svg +1 -0
- package/svg/24/arrows-clockwise-y.svg +1 -0
- package/svg/24/article.svg +1 -0
- package/svg/24/brackets-angle-slash.svg +1 -0
- package/svg/24/brackets-curly-circles-three.svg +1 -0
- package/svg/24/camera.svg +1 -0
- package/svg/24/card-number-three.svg +1 -0
- package/svg/24/card.svg +1 -0
- package/svg/24/cards-poker.svg +1 -0
- package/svg/24/chart-bar-y-simple.svg +1 -0
- package/svg/24/chart-bar-y.svg +1 -0
- package/svg/24/circle-notch.svg +1 -0
- package/svg/24/circle.svg +1 -1
- package/svg/24/circles-connected.svg +1 -0
- package/svg/24/clock-counter-clockwise-simple.svg +1 -0
- package/svg/24/clock-counter-clockwise.svg +1 -0
- package/svg/24/cluster.svg +1 -0
- package/svg/24/clustered.svg +1 -0
- package/svg/24/credit-card.svg +1 -0
- package/svg/24/crop.svg +1 -0
- package/svg/24/cursor-filled.svg +1 -0
- package/svg/24/cursor.svg +1 -0
- package/svg/24/factory-house.svg +1 -0
- package/svg/24/factory.svg +1 -0
- package/svg/24/gauge.svg +1 -0
- package/svg/24/hand-filled.svg +1 -0
- package/svg/24/hand.svg +1 -0
- package/svg/24/image.svg +1 -0
- package/svg/24/kanban.svg +1 -0
- package/svg/24/key.svg +1 -0
- package/svg/24/keycap.svg +1 -0
- package/svg/24/laptop.svg +1 -0
- package/svg/24/mouse.svg +1 -0
- package/svg/24/pdf.svg +1 -0
- package/svg/24/play-circle.svg +1 -1
- package/svg/24/playback-speed-circle.svg +1 -1
- package/svg/24/scrollbar-xy.svg +1 -0
- package/svg/24/shield-check.svg +1 -0
- package/svg/24/shield-lock.svg +1 -0
- package/svg/24/social-facebook.svg +1 -1
- package/svg/24/social-instagram.svg +1 -1
- package/svg/24/social-linkedin.svg +1 -1
- package/svg/24/social-twitter.svg +1 -1
- package/svg/24/social-youtube.svg +1 -1
- package/svg/24/square-brackets-angle-slash.svg +1 -0
- package/svg/24/square-circles-two.svg +1 -0
- package/svg/24/square-triangle-circle-plus.svg +1 -0
- package/svg/24/square.svg +1 -1
- package/svg/24/squares-four.svg +1 -0
- package/svg/24/squares-three.svg +1 -0
- package/svg/24/sticky-note.svg +1 -0
- package/svg/24/text-t.svg +1 -0
- package/svg/24/thumbs-up.svg +1 -0
- package/svg/24/ticket.svg +1 -0
- package/svg/24/trackpad.svg +1 -0
- package/svg/24/trash-simple.svg +1 -0
- package/svg/24/trash.svg +1 -0
- package/svg/24/trident.svg +1 -0
- package/svg/meta.json +501 -1
package/dist/main.js
CHANGED
|
@@ -50,7 +50,7 @@ const IconArrowBoxOut = React.forwardRef(
|
|
|
50
50
|
)
|
|
51
51
|
);
|
|
52
52
|
|
|
53
|
-
const
|
|
53
|
+
const IconArrowClockwiseDownRight = React.forwardRef(
|
|
54
54
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
55
55
|
StyledIcon,
|
|
56
56
|
{
|
|
@@ -60,16 +60,23 @@ const IconArrowDownLeft = React.forwardRef(
|
|
|
60
60
|
fill: "none",
|
|
61
61
|
ref: forwardRef2
|
|
62
62
|
},
|
|
63
|
-
/* @__PURE__ */ React__default["default"].createElement("
|
|
63
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
64
|
+
clipPath: "url(#a)"
|
|
65
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
64
66
|
stroke: "currentColor",
|
|
65
67
|
strokeLinecap: "round",
|
|
66
68
|
strokeWidth: 2,
|
|
67
|
-
d: "
|
|
68
|
-
})
|
|
69
|
+
d: "M12 20a8 8 0 1 1 7.748-6M17 12l3 3 3-3"
|
|
70
|
+
})),
|
|
71
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
72
|
+
id: "a"
|
|
73
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
74
|
+
d: "M0 0h24v24H0z"
|
|
75
|
+
})))
|
|
69
76
|
)
|
|
70
77
|
);
|
|
71
78
|
|
|
72
|
-
const
|
|
79
|
+
const IconArrowClockwiseUpLeft = React.forwardRef(
|
|
73
80
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
74
81
|
StyledIcon,
|
|
75
82
|
{
|
|
@@ -79,16 +86,23 @@ const IconArrowDownRight = React.forwardRef(
|
|
|
79
86
|
fill: "none",
|
|
80
87
|
ref: forwardRef2
|
|
81
88
|
},
|
|
82
|
-
/* @__PURE__ */ React__default["default"].createElement("
|
|
89
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
90
|
+
clipPath: "url(#a)"
|
|
91
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
83
92
|
stroke: "currentColor",
|
|
84
93
|
strokeLinecap: "round",
|
|
85
94
|
strokeWidth: 2,
|
|
86
|
-
d: "
|
|
87
|
-
})
|
|
95
|
+
d: "M12 4a8 8 0 1 1-7.748 6M7 12 4 9l-3 3"
|
|
96
|
+
})),
|
|
97
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
98
|
+
id: "a"
|
|
99
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
100
|
+
d: "M0 0h24v24H0z"
|
|
101
|
+
})))
|
|
88
102
|
)
|
|
89
103
|
);
|
|
90
104
|
|
|
91
|
-
const
|
|
105
|
+
const IconArrowCounterClockwiseDownLeft = React.forwardRef(
|
|
92
106
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
93
107
|
StyledIcon,
|
|
94
108
|
{
|
|
@@ -98,16 +112,23 @@ const IconArrowDown = React.forwardRef(
|
|
|
98
112
|
fill: "none",
|
|
99
113
|
ref: forwardRef2
|
|
100
114
|
},
|
|
101
|
-
/* @__PURE__ */ React__default["default"].createElement("
|
|
115
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
116
|
+
clipPath: "url(#a)"
|
|
117
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
102
118
|
stroke: "currentColor",
|
|
103
119
|
strokeLinecap: "round",
|
|
104
120
|
strokeWidth: 2,
|
|
105
|
-
d: "
|
|
106
|
-
})
|
|
121
|
+
d: "M4.258 14.015a8 8 0 1 1 7.758 5.987M1 12l3 3 3-3"
|
|
122
|
+
})),
|
|
123
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
124
|
+
id: "a"
|
|
125
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
126
|
+
d: "M0 0h24v24H0z"
|
|
127
|
+
})))
|
|
107
128
|
)
|
|
108
129
|
);
|
|
109
130
|
|
|
110
|
-
const
|
|
131
|
+
const IconArrowCounterClockwiseUpRight = React.forwardRef(
|
|
111
132
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
112
133
|
StyledIcon,
|
|
113
134
|
{
|
|
@@ -121,8 +142,9 @@ const IconArrowFatRight = React.forwardRef(
|
|
|
121
142
|
clipPath: "url(#a)"
|
|
122
143
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
123
144
|
stroke: "currentColor",
|
|
145
|
+
strokeLinecap: "round",
|
|
124
146
|
strokeWidth: 2,
|
|
125
|
-
d: "
|
|
147
|
+
d: "M19.753 10.03a8 8 0 1 1-7.723-6.032M23 12l-3-3-3 3"
|
|
126
148
|
})),
|
|
127
149
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
128
150
|
id: "a"
|
|
@@ -132,7 +154,7 @@ const IconArrowFatRight = React.forwardRef(
|
|
|
132
154
|
)
|
|
133
155
|
);
|
|
134
156
|
|
|
135
|
-
const
|
|
157
|
+
const IconArrowDownLeft = React.forwardRef(
|
|
136
158
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
137
159
|
StyledIcon,
|
|
138
160
|
{
|
|
@@ -146,12 +168,12 @@ const IconArrowLeft = React.forwardRef(
|
|
|
146
168
|
stroke: "currentColor",
|
|
147
169
|
strokeLinecap: "round",
|
|
148
170
|
strokeWidth: 2,
|
|
149
|
-
d: "
|
|
171
|
+
d: "M5 19h9m-9 0v-9m0 9L19 5"
|
|
150
172
|
})
|
|
151
173
|
)
|
|
152
174
|
);
|
|
153
175
|
|
|
154
|
-
const
|
|
176
|
+
const IconArrowDownRight = React.forwardRef(
|
|
155
177
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
156
178
|
StyledIcon,
|
|
157
179
|
{
|
|
@@ -165,12 +187,12 @@ const IconArrowRight = React.forwardRef(
|
|
|
165
187
|
stroke: "currentColor",
|
|
166
188
|
strokeLinecap: "round",
|
|
167
189
|
strokeWidth: 2,
|
|
168
|
-
d: "
|
|
190
|
+
d: "M19 19v-9m0 9h-9m9 0L5 5"
|
|
169
191
|
})
|
|
170
192
|
)
|
|
171
193
|
);
|
|
172
194
|
|
|
173
|
-
const
|
|
195
|
+
const IconArrowDown = React.forwardRef(
|
|
174
196
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
175
197
|
StyledIcon,
|
|
176
198
|
{
|
|
@@ -184,12 +206,37 @@ const IconArrowUpLeft = React.forwardRef(
|
|
|
184
206
|
stroke: "currentColor",
|
|
185
207
|
strokeLinecap: "round",
|
|
186
208
|
strokeWidth: 2,
|
|
187
|
-
d: "
|
|
209
|
+
d: "M12.205 3.205v17m-7-6.41 7 7 7-7"
|
|
188
210
|
})
|
|
189
211
|
)
|
|
190
212
|
);
|
|
191
213
|
|
|
192
|
-
const
|
|
214
|
+
const IconArrowFatRight = React.forwardRef(
|
|
215
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
216
|
+
StyledIcon,
|
|
217
|
+
{
|
|
218
|
+
...props,
|
|
219
|
+
size,
|
|
220
|
+
viewBox: "0 0 24 24",
|
|
221
|
+
fill: "none",
|
|
222
|
+
ref: forwardRef2
|
|
223
|
+
},
|
|
224
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
225
|
+
clipPath: "url(#a)"
|
|
226
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
227
|
+
stroke: "currentColor",
|
|
228
|
+
strokeWidth: 2,
|
|
229
|
+
d: "M11 7H3.25a.25.25 0 0 0-.25.25v9.5c0 .138.112.25.25.25H11v3.937c0 .216.257.33.418.185L21.5 12 11.418 2.878a.25.25 0 0 0-.418.185V7Z"
|
|
230
|
+
})),
|
|
231
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
232
|
+
id: "a"
|
|
233
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
234
|
+
d: "M0 0h24v24H0z"
|
|
235
|
+
})))
|
|
236
|
+
)
|
|
237
|
+
);
|
|
238
|
+
|
|
239
|
+
const IconArrowLeft = React.forwardRef(
|
|
193
240
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
194
241
|
StyledIcon,
|
|
195
242
|
{
|
|
@@ -203,12 +250,12 @@ const IconArrowUpRight = React.forwardRef(
|
|
|
203
250
|
stroke: "currentColor",
|
|
204
251
|
strokeLinecap: "round",
|
|
205
252
|
strokeWidth: 2,
|
|
206
|
-
d: "
|
|
253
|
+
d: "M21 12H4m6.41-7-7 7 7 7"
|
|
207
254
|
})
|
|
208
255
|
)
|
|
209
256
|
);
|
|
210
257
|
|
|
211
|
-
const
|
|
258
|
+
const IconArrowRight = React.forwardRef(
|
|
212
259
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
213
260
|
StyledIcon,
|
|
214
261
|
{
|
|
@@ -222,12 +269,12 @@ const IconArrowUp = React.forwardRef(
|
|
|
222
269
|
stroke: "currentColor",
|
|
223
270
|
strokeLinecap: "round",
|
|
224
271
|
strokeWidth: 2,
|
|
225
|
-
d: "
|
|
272
|
+
d: "M20 12H3m10.59-7 7 7-7 7"
|
|
226
273
|
})
|
|
227
274
|
)
|
|
228
275
|
);
|
|
229
276
|
|
|
230
|
-
const
|
|
277
|
+
const IconArrowUpLeft = React.forwardRef(
|
|
231
278
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
232
279
|
StyledIcon,
|
|
233
280
|
{
|
|
@@ -241,12 +288,12 @@ const IconBarThree = React.forwardRef(
|
|
|
241
288
|
stroke: "currentColor",
|
|
242
289
|
strokeLinecap: "round",
|
|
243
290
|
strokeWidth: 2,
|
|
244
|
-
d: "
|
|
291
|
+
d: "M5 5v9m0-9h9M5 5l14 14"
|
|
245
292
|
})
|
|
246
293
|
)
|
|
247
294
|
);
|
|
248
295
|
|
|
249
|
-
const
|
|
296
|
+
const IconArrowUpRight = React.forwardRef(
|
|
250
297
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
251
298
|
StyledIcon,
|
|
252
299
|
{
|
|
@@ -256,22 +303,16 @@ const IconChat = React.forwardRef(
|
|
|
256
303
|
fill: "none",
|
|
257
304
|
ref: forwardRef2
|
|
258
305
|
},
|
|
259
|
-
/* @__PURE__ */ React__default["default"].createElement("
|
|
260
|
-
clipPath: "url(#a)"
|
|
261
|
-
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
306
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
262
307
|
stroke: "currentColor",
|
|
308
|
+
strokeLinecap: "round",
|
|
263
309
|
strokeWidth: 2,
|
|
264
|
-
d: "
|
|
265
|
-
})
|
|
266
|
-
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
267
|
-
id: "a"
|
|
268
|
-
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
269
|
-
d: "M0 0h24v24H0z"
|
|
270
|
-
})))
|
|
310
|
+
d: "M19 5h-9m9 0v9m0-9L5 19"
|
|
311
|
+
})
|
|
271
312
|
)
|
|
272
313
|
);
|
|
273
314
|
|
|
274
|
-
const
|
|
315
|
+
const IconArrowUp = React.forwardRef(
|
|
275
316
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
276
317
|
StyledIcon,
|
|
277
318
|
{
|
|
@@ -285,12 +326,12 @@ const IconCheckMark = React.forwardRef(
|
|
|
285
326
|
stroke: "currentColor",
|
|
286
327
|
strokeLinecap: "round",
|
|
287
328
|
strokeWidth: 2,
|
|
288
|
-
d: "
|
|
329
|
+
d: "M12.205 20.795v-17m7 6.41-7-7-7 7"
|
|
289
330
|
})
|
|
290
331
|
)
|
|
291
332
|
);
|
|
292
333
|
|
|
293
|
-
const
|
|
334
|
+
const IconArrowsClockwiseX = React.forwardRef(
|
|
294
335
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
295
336
|
StyledIcon,
|
|
296
337
|
{
|
|
@@ -300,16 +341,23 @@ const IconChevronDown = React.forwardRef(
|
|
|
300
341
|
fill: "none",
|
|
301
342
|
ref: forwardRef2
|
|
302
343
|
},
|
|
303
|
-
/* @__PURE__ */ React__default["default"].createElement("
|
|
344
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
345
|
+
clipPath: "url(#a)"
|
|
346
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
304
347
|
stroke: "currentColor",
|
|
305
348
|
strokeLinecap: "round",
|
|
306
349
|
strokeWidth: 2,
|
|
307
|
-
d: "
|
|
308
|
-
})
|
|
350
|
+
d: "M4 12a8 8 0 0 1 10-7.748M20 12a8 8 0 0 1-10.369 7.643M12 7l3-3-3-3m0 16-3 3 3 3"
|
|
351
|
+
})),
|
|
352
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
353
|
+
id: "a"
|
|
354
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
355
|
+
d: "M0 0h24v24H0z"
|
|
356
|
+
})))
|
|
309
357
|
)
|
|
310
358
|
);
|
|
311
359
|
|
|
312
|
-
const
|
|
360
|
+
const IconArrowsClockwiseY = React.forwardRef(
|
|
313
361
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
314
362
|
StyledIcon,
|
|
315
363
|
{
|
|
@@ -319,16 +367,23 @@ const IconChevronLeft = React.forwardRef(
|
|
|
319
367
|
fill: "none",
|
|
320
368
|
ref: forwardRef2
|
|
321
369
|
},
|
|
322
|
-
/* @__PURE__ */ React__default["default"].createElement("
|
|
370
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
371
|
+
clipPath: "url(#a)"
|
|
372
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
323
373
|
stroke: "currentColor",
|
|
324
374
|
strokeLinecap: "round",
|
|
325
375
|
strokeWidth: 2,
|
|
326
|
-
d: "
|
|
327
|
-
})
|
|
376
|
+
d: "M12 20a8 8 0 0 1-7.748-10M12 4a8 8 0 0 1 7.643 10.369M7 12 4 9l-3 3m16 0 3 3 3-3"
|
|
377
|
+
})),
|
|
378
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
379
|
+
id: "a"
|
|
380
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
381
|
+
d: "M0 0h24v24H0z"
|
|
382
|
+
})))
|
|
328
383
|
)
|
|
329
384
|
);
|
|
330
385
|
|
|
331
|
-
const
|
|
386
|
+
const IconArticle = React.forwardRef(
|
|
332
387
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
333
388
|
StyledIcon,
|
|
334
389
|
{
|
|
@@ -338,16 +393,23 @@ const IconChevronRight = React.forwardRef(
|
|
|
338
393
|
fill: "none",
|
|
339
394
|
ref: forwardRef2
|
|
340
395
|
},
|
|
341
|
-
/* @__PURE__ */ React__default["default"].createElement("
|
|
396
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
397
|
+
clipPath: "url(#a)"
|
|
398
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
342
399
|
stroke: "currentColor",
|
|
343
400
|
strokeLinecap: "round",
|
|
344
401
|
strokeWidth: 2,
|
|
345
|
-
d: "
|
|
346
|
-
})
|
|
402
|
+
d: "M8 8h8m-8 4h8m-8 4h5m-8 4h14a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1Z"
|
|
403
|
+
})),
|
|
404
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
405
|
+
id: "a"
|
|
406
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
407
|
+
d: "M0 0h24v24H0z"
|
|
408
|
+
})))
|
|
347
409
|
)
|
|
348
410
|
);
|
|
349
411
|
|
|
350
|
-
const
|
|
412
|
+
const IconBarThree = React.forwardRef(
|
|
351
413
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
352
414
|
StyledIcon,
|
|
353
415
|
{
|
|
@@ -361,12 +423,12 @@ const IconChevronUp = React.forwardRef(
|
|
|
361
423
|
stroke: "currentColor",
|
|
362
424
|
strokeLinecap: "round",
|
|
363
425
|
strokeWidth: 2,
|
|
364
|
-
d: "
|
|
426
|
+
d: "M21 5H3m18 7H3m18 7H3"
|
|
365
427
|
})
|
|
366
428
|
)
|
|
367
429
|
);
|
|
368
430
|
|
|
369
|
-
const
|
|
431
|
+
const IconBracketsAngleSlash = React.forwardRef(
|
|
370
432
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
371
433
|
StyledIcon,
|
|
372
434
|
{
|
|
@@ -382,7 +444,7 @@ const IconCircleMotionX = React.forwardRef(
|
|
|
382
444
|
stroke: "currentColor",
|
|
383
445
|
strokeLinecap: "round",
|
|
384
446
|
strokeWidth: 2,
|
|
385
|
-
d: "
|
|
447
|
+
d: "m7 8-4 4 4 4m10-8 4 4-4 4M14 5l-4 14"
|
|
386
448
|
})),
|
|
387
449
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
388
450
|
id: "a"
|
|
@@ -392,7 +454,7 @@ const IconCircleMotionX = React.forwardRef(
|
|
|
392
454
|
)
|
|
393
455
|
);
|
|
394
456
|
|
|
395
|
-
const
|
|
457
|
+
const IconBracketsCurlyCirclesThree = React.forwardRef(
|
|
396
458
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
397
459
|
StyledIcon,
|
|
398
460
|
{
|
|
@@ -405,9 +467,13 @@ const IconCircle = React.forwardRef(
|
|
|
405
467
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
406
468
|
clipPath: "url(#a)"
|
|
407
469
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
470
|
+
fill: "currentColor",
|
|
471
|
+
d: "M9 15.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm4.5 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Zm4.5 0a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z"
|
|
472
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
408
473
|
stroke: "currentColor",
|
|
474
|
+
strokeLinecap: "round",
|
|
409
475
|
strokeWidth: 2,
|
|
410
|
-
d: "
|
|
476
|
+
d: "M5.004 20a2 2 0 0 1-2-2v-4c0-1.105-1.896-2-2-2-.105 0 2-.895 2-2V6a2 2 0 0 1 2-2M19 4a2 2 0 0 1 2 2v4c0 1.105 1.895 2 2 2 .105 0-2 .895-2 2v4a2 2 0 0 1-2 2"
|
|
411
477
|
})),
|
|
412
478
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
413
479
|
id: "a"
|
|
@@ -417,7 +483,7 @@ const IconCircle = React.forwardRef(
|
|
|
417
483
|
)
|
|
418
484
|
);
|
|
419
485
|
|
|
420
|
-
const
|
|
486
|
+
const IconCamera = React.forwardRef(
|
|
421
487
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
422
488
|
StyledIcon,
|
|
423
489
|
{
|
|
@@ -427,24 +493,25 @@ const IconCog = React.forwardRef(
|
|
|
427
493
|
fill: "none",
|
|
428
494
|
ref: forwardRef2
|
|
429
495
|
},
|
|
430
|
-
/* @__PURE__ */ React__default["default"].createElement("
|
|
431
|
-
cx: 12,
|
|
432
|
-
cy: 12,
|
|
433
|
-
r: 1,
|
|
434
|
-
stroke: "currentColor",
|
|
435
|
-
strokeWidth: 2
|
|
436
|
-
}),
|
|
437
|
-
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
496
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
438
497
|
stroke: "currentColor",
|
|
439
498
|
strokeLinecap: "round",
|
|
440
|
-
strokeLinejoin: "round",
|
|
441
499
|
strokeWidth: 2,
|
|
442
|
-
|
|
443
|
-
}
|
|
500
|
+
clipPath: "url(#a)"
|
|
501
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
502
|
+
d: "M19 20H5a2 2 0 0 1-2-2V9a2 2 0 0 1 2-2h2a1.5 1.5 0 0 0 1.5-1.5A1.5 1.5 0 0 1 10 4h4a1.5 1.5 0 0 1 1.5 1.5A1.5 1.5 0 0 0 17 7h2a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2Z"
|
|
503
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
504
|
+
d: "M9.322 15.554a3.62 3.62 0 1 0 5.356-4.87 3.62 3.62 0 0 0-5.356 4.87Z"
|
|
505
|
+
})),
|
|
506
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
507
|
+
id: "a"
|
|
508
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
509
|
+
d: "M0 0h24v24H0z"
|
|
510
|
+
})))
|
|
444
511
|
)
|
|
445
512
|
);
|
|
446
513
|
|
|
447
|
-
const
|
|
514
|
+
const IconCardNumberThree = React.forwardRef(
|
|
448
515
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
449
516
|
StyledIcon,
|
|
450
517
|
{
|
|
@@ -454,16 +521,21 @@ const IconCrossCircle = React.forwardRef(
|
|
|
454
521
|
fill: "none",
|
|
455
522
|
ref: forwardRef2
|
|
456
523
|
},
|
|
524
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
525
|
+
fill: "currentColor",
|
|
526
|
+
d: "M9 6a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm8 12a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"
|
|
527
|
+
}),
|
|
457
528
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
458
529
|
stroke: "currentColor",
|
|
459
530
|
strokeLinecap: "round",
|
|
531
|
+
strokeLinejoin: "round",
|
|
460
532
|
strokeWidth: 2,
|
|
461
|
-
d: "
|
|
533
|
+
d: "M10.25 9h3.5l-2 3c.667 0 2 .559 2 2 0 1.5-1.354 2-2 2C10.5 16 10 15 10 15M6 3h12a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H6a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1Z"
|
|
462
534
|
})
|
|
463
535
|
)
|
|
464
536
|
);
|
|
465
537
|
|
|
466
|
-
const
|
|
538
|
+
const IconCard = React.forwardRef(
|
|
467
539
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
468
540
|
StyledIcon,
|
|
469
541
|
{
|
|
@@ -477,12 +549,16 @@ const IconCross = React.forwardRef(
|
|
|
477
549
|
stroke: "currentColor",
|
|
478
550
|
strokeLinecap: "round",
|
|
479
551
|
strokeWidth: 2,
|
|
480
|
-
d: "
|
|
552
|
+
d: "M7 14h10M3.5 5h17a.5.5 0 0 1 .5.5v13a.5.5 0 0 1-.5.5h-17a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 .5-.5Z"
|
|
553
|
+
}),
|
|
554
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
555
|
+
fill: "currentColor",
|
|
556
|
+
d: "M18 9.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z"
|
|
481
557
|
})
|
|
482
558
|
)
|
|
483
559
|
);
|
|
484
560
|
|
|
485
|
-
const
|
|
561
|
+
const IconCardsPoker = React.forwardRef(
|
|
486
562
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
487
563
|
StyledIcon,
|
|
488
564
|
{
|
|
@@ -496,12 +572,16 @@ const IconEnvelope = React.forwardRef(
|
|
|
496
572
|
stroke: "currentColor",
|
|
497
573
|
strokeLinecap: "round",
|
|
498
574
|
strokeWidth: 2,
|
|
499
|
-
d: "
|
|
575
|
+
d: "M11.182 6H3.5a.5.5 0 0 0-.5.5v14a.5.5 0 0 0 .5.5h9a.5.5 0 0 0 .5-.5V18M11.182 6H12.5a.5.5 0 0 1 .5.5V18M11.182 6V3.5a.5.5 0 0 1 .5-.5H20.5a.5.5 0 0 1 .5.5v14a.5.5 0 0 1-.5.5H13"
|
|
576
|
+
}),
|
|
577
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
578
|
+
fill: "currentColor",
|
|
579
|
+
d: "M9.5 13.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0ZM7 9a1 1 0 1 1-2 0 1 1 0 0 1 2 0Zm4 9a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"
|
|
500
580
|
})
|
|
501
581
|
)
|
|
502
582
|
);
|
|
503
583
|
|
|
504
|
-
const
|
|
584
|
+
const IconChartBarYSimple = React.forwardRef(
|
|
505
585
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
506
586
|
StyledIcon,
|
|
507
587
|
{
|
|
@@ -511,20 +591,23 @@ const IconExclamationPointCircle = React.forwardRef(
|
|
|
511
591
|
fill: "none",
|
|
512
592
|
ref: forwardRef2
|
|
513
593
|
},
|
|
514
|
-
/* @__PURE__ */ React__default["default"].createElement("
|
|
594
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
595
|
+
clipPath: "url(#a)"
|
|
596
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
515
597
|
stroke: "currentColor",
|
|
516
598
|
strokeLinecap: "round",
|
|
517
599
|
strokeWidth: 2,
|
|
518
|
-
d: "
|
|
519
|
-
}),
|
|
520
|
-
/* @__PURE__ */ React__default["default"].createElement("
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
600
|
+
d: "M4 14v6m5-10v10m5-16v16m5-13v13"
|
|
601
|
+
})),
|
|
602
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
603
|
+
id: "a"
|
|
604
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
605
|
+
d: "M0 0h24v24H0z"
|
|
606
|
+
})))
|
|
524
607
|
)
|
|
525
608
|
);
|
|
526
609
|
|
|
527
|
-
const
|
|
610
|
+
const IconChartBarY = React.forwardRef(
|
|
528
611
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
529
612
|
StyledIcon,
|
|
530
613
|
{
|
|
@@ -540,7 +623,7 @@ const IconFunnel = React.forwardRef(
|
|
|
540
623
|
stroke: "currentColor",
|
|
541
624
|
strokeLinecap: "round",
|
|
542
625
|
strokeWidth: 2,
|
|
543
|
-
d: "
|
|
626
|
+
d: "M6 16v-3.5a.5.5 0 0 1 .5-.5H10m0 0V8.5a.5.5 0 0 1 .5-.5H14m-4 4v4m4 0V4.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5V16M4 20h16"
|
|
544
627
|
})),
|
|
545
628
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
546
629
|
id: "a"
|
|
@@ -550,7 +633,7 @@ const IconFunnel = React.forwardRef(
|
|
|
550
633
|
)
|
|
551
634
|
);
|
|
552
635
|
|
|
553
|
-
const
|
|
636
|
+
const IconChat = React.forwardRef(
|
|
554
637
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
555
638
|
StyledIcon,
|
|
556
639
|
{
|
|
@@ -560,16 +643,22 @@ const IconGlobe = React.forwardRef(
|
|
|
560
643
|
fill: "none",
|
|
561
644
|
ref: forwardRef2
|
|
562
645
|
},
|
|
563
|
-
/* @__PURE__ */ React__default["default"].createElement("
|
|
646
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
647
|
+
clipPath: "url(#a)"
|
|
648
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
564
649
|
stroke: "currentColor",
|
|
565
|
-
strokeLinecap: "round",
|
|
566
650
|
strokeWidth: 2,
|
|
567
|
-
d: "
|
|
568
|
-
})
|
|
651
|
+
d: "m12 18.5-3.847 2.404A.1.1 0 0 1 8 20.82V18.5H5.5a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h13a2 2 0 0 1 2 2v10.5a2 2 0 0 1-2 2H12Z"
|
|
652
|
+
})),
|
|
653
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
654
|
+
id: "a"
|
|
655
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
656
|
+
d: "M0 0h24v24H0z"
|
|
657
|
+
})))
|
|
569
658
|
)
|
|
570
659
|
);
|
|
571
660
|
|
|
572
|
-
const
|
|
661
|
+
const IconCheckMark = React.forwardRef(
|
|
573
662
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
574
663
|
StyledIcon,
|
|
575
664
|
{
|
|
@@ -580,13 +669,15 @@ const IconHouse = React.forwardRef(
|
|
|
580
669
|
ref: forwardRef2
|
|
581
670
|
},
|
|
582
671
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
583
|
-
|
|
584
|
-
|
|
672
|
+
stroke: "currentColor",
|
|
673
|
+
strokeLinecap: "round",
|
|
674
|
+
strokeWidth: 2,
|
|
675
|
+
d: "m5 11 5 5 9-9"
|
|
585
676
|
})
|
|
586
677
|
)
|
|
587
678
|
);
|
|
588
679
|
|
|
589
|
-
const
|
|
680
|
+
const IconChevronDown = React.forwardRef(
|
|
590
681
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
591
682
|
StyledIcon,
|
|
592
683
|
{
|
|
@@ -596,20 +687,16 @@ const IconInformationMarkCircle = React.forwardRef(
|
|
|
596
687
|
fill: "none",
|
|
597
688
|
ref: forwardRef2
|
|
598
689
|
},
|
|
599
|
-
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
600
|
-
fill: "currentColor",
|
|
601
|
-
d: "M13 8.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"
|
|
602
|
-
}),
|
|
603
690
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
604
691
|
stroke: "currentColor",
|
|
605
692
|
strokeLinecap: "round",
|
|
606
693
|
strokeWidth: 2,
|
|
607
|
-
d: "
|
|
694
|
+
d: "m6 9.5 6 6 6-6"
|
|
608
695
|
})
|
|
609
696
|
)
|
|
610
697
|
);
|
|
611
698
|
|
|
612
|
-
const
|
|
699
|
+
const IconChevronLeft = React.forwardRef(
|
|
613
700
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
614
701
|
StyledIcon,
|
|
615
702
|
{
|
|
@@ -619,23 +706,16 @@ const IconLineDiagonal = React.forwardRef(
|
|
|
619
706
|
fill: "none",
|
|
620
707
|
ref: forwardRef2
|
|
621
708
|
},
|
|
622
|
-
/* @__PURE__ */ React__default["default"].createElement("
|
|
623
|
-
clipPath: "url(#a)"
|
|
624
|
-
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
709
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
625
710
|
stroke: "currentColor",
|
|
626
711
|
strokeLinecap: "round",
|
|
627
712
|
strokeWidth: 2,
|
|
628
|
-
d: "
|
|
629
|
-
})
|
|
630
|
-
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
631
|
-
id: "a"
|
|
632
|
-
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
633
|
-
d: "M0 0h24v24H0z"
|
|
634
|
-
})))
|
|
713
|
+
d: "m14.5 6-6 6 6 6"
|
|
714
|
+
})
|
|
635
715
|
)
|
|
636
716
|
);
|
|
637
717
|
|
|
638
|
-
const
|
|
718
|
+
const IconChevronRight = React.forwardRef(
|
|
639
719
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
640
720
|
StyledIcon,
|
|
641
721
|
{
|
|
@@ -649,12 +729,12 @@ const IconLink = React.forwardRef(
|
|
|
649
729
|
stroke: "currentColor",
|
|
650
730
|
strokeLinecap: "round",
|
|
651
731
|
strokeWidth: 2,
|
|
652
|
-
d: "
|
|
732
|
+
d: "m9.5 6 6 6-6 6"
|
|
653
733
|
})
|
|
654
734
|
)
|
|
655
735
|
);
|
|
656
736
|
|
|
657
|
-
const
|
|
737
|
+
const IconChevronUp = React.forwardRef(
|
|
658
738
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
659
739
|
StyledIcon,
|
|
660
740
|
{
|
|
@@ -664,22 +744,16 @@ const IconLockClosed = React.forwardRef(
|
|
|
664
744
|
fill: "none",
|
|
665
745
|
ref: forwardRef2
|
|
666
746
|
},
|
|
667
|
-
/* @__PURE__ */ React__default["default"].createElement("circle", {
|
|
668
|
-
cx: 12,
|
|
669
|
-
cy: 16,
|
|
670
|
-
r: 1,
|
|
671
|
-
fill: "currentColor"
|
|
672
|
-
}),
|
|
673
747
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
674
748
|
stroke: "currentColor",
|
|
675
749
|
strokeLinecap: "round",
|
|
676
750
|
strokeWidth: 2,
|
|
677
|
-
d: "
|
|
751
|
+
d: "m6 14.5 6-6 6 6"
|
|
678
752
|
})
|
|
679
753
|
)
|
|
680
754
|
);
|
|
681
755
|
|
|
682
|
-
const
|
|
756
|
+
const IconCircleMotionX = React.forwardRef(
|
|
683
757
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
684
758
|
StyledIcon,
|
|
685
759
|
{
|
|
@@ -689,22 +763,23 @@ const IconLockOpen = React.forwardRef(
|
|
|
689
763
|
fill: "none",
|
|
690
764
|
ref: forwardRef2
|
|
691
765
|
},
|
|
692
|
-
/* @__PURE__ */ React__default["default"].createElement("
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
r: 1,
|
|
696
|
-
fill: "currentColor"
|
|
697
|
-
}),
|
|
698
|
-
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
766
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
767
|
+
clipPath: "url(#a)"
|
|
768
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
699
769
|
stroke: "currentColor",
|
|
700
770
|
strokeLinecap: "round",
|
|
701
771
|
strokeWidth: 2,
|
|
702
|
-
d: "
|
|
703
|
-
})
|
|
772
|
+
d: "M3.5 6H5m3 0h7m0 0a6 6 0 1 0 0 12 6 6 0 0 0 0-12ZM2.5 10H9m-6 4h1m3 0h2m-5 4h10.5"
|
|
773
|
+
})),
|
|
774
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
775
|
+
id: "a"
|
|
776
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
777
|
+
d: "M0 0h24v24H0z"
|
|
778
|
+
})))
|
|
704
779
|
)
|
|
705
780
|
);
|
|
706
781
|
|
|
707
|
-
const
|
|
782
|
+
const IconCircleNotch = React.forwardRef(
|
|
708
783
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
709
784
|
StyledIcon,
|
|
710
785
|
{
|
|
@@ -714,16 +789,23 @@ const IconMagnifyingGlass = React.forwardRef(
|
|
|
714
789
|
fill: "none",
|
|
715
790
|
ref: forwardRef2
|
|
716
791
|
},
|
|
717
|
-
/* @__PURE__ */ React__default["default"].createElement("
|
|
792
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
793
|
+
clipPath: "url(#a)"
|
|
794
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
718
795
|
stroke: "currentColor",
|
|
719
796
|
strokeLinecap: "round",
|
|
720
797
|
strokeWidth: 2,
|
|
721
|
-
d: "
|
|
722
|
-
})
|
|
798
|
+
d: "M12 20a8 8 0 1 0-8-8"
|
|
799
|
+
})),
|
|
800
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
801
|
+
id: "a"
|
|
802
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
803
|
+
d: "M0 0h24v24H0z"
|
|
804
|
+
})))
|
|
723
805
|
)
|
|
724
806
|
);
|
|
725
807
|
|
|
726
|
-
const
|
|
808
|
+
const IconCircle = React.forwardRef(
|
|
727
809
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
728
810
|
StyledIcon,
|
|
729
811
|
{
|
|
@@ -735,11 +817,12 @@ const IconMicrophoneSlash = React.forwardRef(
|
|
|
735
817
|
},
|
|
736
818
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
737
819
|
clipPath: "url(#a)"
|
|
738
|
-
}, /* @__PURE__ */ React__default["default"].createElement("
|
|
820
|
+
}, /* @__PURE__ */ React__default["default"].createElement("circle", {
|
|
821
|
+
cx: 12,
|
|
822
|
+
cy: 12,
|
|
823
|
+
r: 9,
|
|
739
824
|
stroke: "currentColor",
|
|
740
|
-
|
|
741
|
-
strokeWidth: 2,
|
|
742
|
-
d: "M19 8v3a7 7 0 0 1-7 7m0 0v3m0-3a6.984 6.984 0 0 1-5.284-2.409M15 7v4a3 3 0 0 1-5.387 1.818M15 7 4 18M15 7l4-4M5 8v3c0 .34.024.673.07 1M9 7.5V6a3 3 0 0 1 4.5-2.599"
|
|
825
|
+
strokeWidth: 2
|
|
743
826
|
})),
|
|
744
827
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
745
828
|
id: "a"
|
|
@@ -749,7 +832,7 @@ const IconMicrophoneSlash = React.forwardRef(
|
|
|
749
832
|
)
|
|
750
833
|
);
|
|
751
834
|
|
|
752
|
-
const
|
|
835
|
+
const IconCirclesConnected = React.forwardRef(
|
|
753
836
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
754
837
|
StyledIcon,
|
|
755
838
|
{
|
|
@@ -759,23 +842,22 @@ const IconMicrophone = React.forwardRef(
|
|
|
759
842
|
fill: "none",
|
|
760
843
|
ref: forwardRef2
|
|
761
844
|
},
|
|
762
|
-
/* @__PURE__ */ React__default["default"].createElement("
|
|
763
|
-
clipPath: "url(#a)"
|
|
764
|
-
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
845
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
765
846
|
stroke: "currentColor",
|
|
766
|
-
strokeLinecap: "
|
|
847
|
+
strokeLinecap: "square",
|
|
767
848
|
strokeWidth: 2,
|
|
768
|
-
d: "
|
|
769
|
-
})
|
|
770
|
-
/* @__PURE__ */ React__default["default"].createElement("
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
849
|
+
d: "m15 9 2-2M9 9 7 7m0 10 2-2M7 5a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm0 14a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm9-7a4 4 0 1 1-8 0 4 4 0 0 1 8 0Zm4-6.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z"
|
|
850
|
+
}),
|
|
851
|
+
/* @__PURE__ */ React__default["default"].createElement("circle", {
|
|
852
|
+
cx: 20,
|
|
853
|
+
cy: 20,
|
|
854
|
+
r: 2,
|
|
855
|
+
fill: "currentColor"
|
|
856
|
+
})
|
|
775
857
|
)
|
|
776
858
|
);
|
|
777
859
|
|
|
778
|
-
const
|
|
860
|
+
const IconClockCounterClockwiseSimple = React.forwardRef(
|
|
779
861
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
780
862
|
StyledIcon,
|
|
781
863
|
{
|
|
@@ -785,16 +867,22 @@ const IconMinus = React.forwardRef(
|
|
|
785
867
|
fill: "none",
|
|
786
868
|
ref: forwardRef2
|
|
787
869
|
},
|
|
870
|
+
/* @__PURE__ */ React__default["default"].createElement("circle", {
|
|
871
|
+
cx: 12,
|
|
872
|
+
cy: 12,
|
|
873
|
+
r: 2,
|
|
874
|
+
fill: "currentColor"
|
|
875
|
+
}),
|
|
788
876
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
789
877
|
stroke: "currentColor",
|
|
790
878
|
strokeLinecap: "round",
|
|
791
879
|
strokeWidth: 2,
|
|
792
|
-
d: "
|
|
880
|
+
d: "M4.258 14.015a8 8 0 1 1 7.758 5.987M1 12l3 3 3-3"
|
|
793
881
|
})
|
|
794
882
|
)
|
|
795
883
|
);
|
|
796
884
|
|
|
797
|
-
const
|
|
885
|
+
const IconClockCounterClockwise = React.forwardRef(
|
|
798
886
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
799
887
|
StyledIcon,
|
|
800
888
|
{
|
|
@@ -804,22 +892,22 @@ const IconParallelogram = React.forwardRef(
|
|
|
804
892
|
fill: "none",
|
|
805
893
|
ref: forwardRef2
|
|
806
894
|
},
|
|
807
|
-
/* @__PURE__ */ React__default["default"].createElement("
|
|
808
|
-
|
|
809
|
-
|
|
895
|
+
/* @__PURE__ */ React__default["default"].createElement("circle", {
|
|
896
|
+
cx: 12,
|
|
897
|
+
cy: 12,
|
|
898
|
+
r: 2,
|
|
899
|
+
fill: "currentColor"
|
|
900
|
+
}),
|
|
901
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
810
902
|
stroke: "currentColor",
|
|
903
|
+
strokeLinecap: "round",
|
|
811
904
|
strokeWidth: 2,
|
|
812
|
-
d: "
|
|
813
|
-
})
|
|
814
|
-
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
815
|
-
id: "a"
|
|
816
|
-
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
817
|
-
d: "M0 0h24v24H0z"
|
|
818
|
-
})))
|
|
905
|
+
d: "m12 12 3-3M4.258 14.015a8 8 0 1 1 7.758 5.987M1 12l3 3 3-3"
|
|
906
|
+
})
|
|
819
907
|
)
|
|
820
908
|
);
|
|
821
909
|
|
|
822
|
-
const
|
|
910
|
+
const IconCluster = React.forwardRef(
|
|
823
911
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
824
912
|
StyledIcon,
|
|
825
913
|
{
|
|
@@ -829,23 +917,24 @@ const IconPauseCircle = React.forwardRef(
|
|
|
829
917
|
fill: "none",
|
|
830
918
|
ref: forwardRef2
|
|
831
919
|
},
|
|
832
|
-
/* @__PURE__ */ React__default["default"].createElement("
|
|
833
|
-
clipPath: "url(#a)"
|
|
834
|
-
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
920
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
835
921
|
stroke: "currentColor",
|
|
836
922
|
strokeLinecap: "round",
|
|
837
923
|
strokeWidth: 2,
|
|
838
|
-
d: "
|
|
839
|
-
})
|
|
840
|
-
/* @__PURE__ */ React__default["default"].createElement("
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
924
|
+
d: "M6 7h6m-6 4.053h3m7 .894V3.5a.5.5 0 0 0-.5-.5h-12a.5.5 0 0 0-.5.5v11a.5.5 0 0 0 .5.5h9.4m3.1-3.053V14.5a.5.5 0 0 1-.5.5h-2.6m3.1-3.053h4.5a.5.5 0 0 1 .5.5V19.5a.5.5 0 0 1-.5.5h-7.1a.5.5 0 0 1-.5-.5V15"
|
|
925
|
+
}),
|
|
926
|
+
/* @__PURE__ */ React__default["default"].createElement("rect", {
|
|
927
|
+
width: 4,
|
|
928
|
+
height: 4,
|
|
929
|
+
x: 6,
|
|
930
|
+
y: 18,
|
|
931
|
+
fill: "currentColor",
|
|
932
|
+
rx: 1
|
|
933
|
+
})
|
|
845
934
|
)
|
|
846
935
|
);
|
|
847
936
|
|
|
848
|
-
const
|
|
937
|
+
const IconClustered = React.forwardRef(
|
|
849
938
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
850
939
|
StyledIcon,
|
|
851
940
|
{
|
|
@@ -857,14 +946,18 @@ const IconPlaceholder = React.forwardRef(
|
|
|
857
946
|
},
|
|
858
947
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
859
948
|
stroke: "currentColor",
|
|
860
|
-
strokeLinecap: "
|
|
949
|
+
strokeLinecap: "square",
|
|
861
950
|
strokeWidth: 2,
|
|
862
|
-
d: "
|
|
951
|
+
d: "M4 8v11a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1h-1"
|
|
952
|
+
}),
|
|
953
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
954
|
+
fill: "currentColor",
|
|
955
|
+
d: "M3 2.5a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 .5.5v2a.5.5 0 0 1-.5.5h-11a.5.5 0 0 1-.5-.5v-2ZM7 8a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1V8Zm6 0a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1h-2a1 1 0 0 1-1-1V8Zm-6 6a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1v2a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1v-2Z"
|
|
863
956
|
})
|
|
864
957
|
)
|
|
865
958
|
);
|
|
866
959
|
|
|
867
|
-
const
|
|
960
|
+
const IconCog = React.forwardRef(
|
|
868
961
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
869
962
|
StyledIcon,
|
|
870
963
|
{
|
|
@@ -877,19 +970,21 @@ const IconPlayCircle = React.forwardRef(
|
|
|
877
970
|
/* @__PURE__ */ React__default["default"].createElement("circle", {
|
|
878
971
|
cx: 12,
|
|
879
972
|
cy: 12,
|
|
880
|
-
r:
|
|
973
|
+
r: 1,
|
|
881
974
|
stroke: "currentColor",
|
|
882
975
|
strokeWidth: 2
|
|
883
976
|
}),
|
|
884
977
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
885
|
-
fill: "currentColor",
|
|
886
978
|
stroke: "currentColor",
|
|
887
|
-
|
|
979
|
+
strokeLinecap: "round",
|
|
980
|
+
strokeLinejoin: "round",
|
|
981
|
+
strokeWidth: 2,
|
|
982
|
+
d: "M13.544 3h-3l-1 3-1.446.835L5 6.2 3.5 8.799l2.098 2.366v1.67L3.5 15.2 5 17.799l3.098-.634L9.544 18l1 3h3l1-3 1.446-.835 3.098.634 1.5-2.598-2.098-2.366v-1.67l2.099-2.366-1.5-2.598-3.099.634L14.544 6l-1-3Z"
|
|
888
983
|
})
|
|
889
984
|
)
|
|
890
985
|
);
|
|
891
986
|
|
|
892
|
-
const
|
|
987
|
+
const IconCreditCard = React.forwardRef(
|
|
893
988
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
894
989
|
StyledIcon,
|
|
895
990
|
{
|
|
@@ -903,17 +998,36 @@ const IconPlaybackSpeedCircle = React.forwardRef(
|
|
|
903
998
|
stroke: "currentColor",
|
|
904
999
|
strokeLinecap: "round",
|
|
905
1000
|
strokeWidth: 2,
|
|
906
|
-
d: "
|
|
907
|
-
}),
|
|
908
|
-
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
909
|
-
fill: "currentColor",
|
|
910
|
-
stroke: "currentColor",
|
|
911
|
-
d: "M15.099 12 10.5 15.066V8.934L15.099 12Z"
|
|
1001
|
+
d: "M4 10v6a3 3 0 0 0 3 3h10a3 3 0 0 0 3-3v-6M4 10V8a3 3 0 0 1 3-3h10a3 3 0 0 1 3 3v2M4 10h16M7 15h2"
|
|
912
1002
|
})
|
|
913
1003
|
)
|
|
914
1004
|
);
|
|
915
1005
|
|
|
916
|
-
const
|
|
1006
|
+
const IconCrop = React.forwardRef(
|
|
1007
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1008
|
+
StyledIcon,
|
|
1009
|
+
{
|
|
1010
|
+
...props,
|
|
1011
|
+
size,
|
|
1012
|
+
viewBox: "0 0 24 24",
|
|
1013
|
+
fill: "none",
|
|
1014
|
+
ref: forwardRef2
|
|
1015
|
+
},
|
|
1016
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
1017
|
+
clipPath: "url(#a)"
|
|
1018
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1019
|
+
fill: "currentColor",
|
|
1020
|
+
d: "M7 2a1 1 0 0 0-2 0h2Zm15 17a1 1 0 1 0 0-2v2ZM10 5a1 1 0 0 0 0 2V5Zm7 9a1 1 0 1 0 2 0h-2ZM2 5a1 1 0 0 0 0 2V5Zm4 2h1V5H6v2Zm11 15a1 1 0 1 0 2 0h-2ZM5 2v15h2V2H5Zm5 5h7V5h-7v2Zm7 0v7h2V7h-2ZM2 7h4V5H2v2Zm5 12h11v-2H7v2Zm11 0h4v-2h-4v2Zm1 3v-4h-2v4h2ZM17 7h2a2 2 0 0 0-2-2v2ZM5 17a2 2 0 0 0 2 2v-2H5Z"
|
|
1021
|
+
})),
|
|
1022
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1023
|
+
id: "a"
|
|
1024
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1025
|
+
d: "M0 0h24v24H0z"
|
|
1026
|
+
})))
|
|
1027
|
+
)
|
|
1028
|
+
);
|
|
1029
|
+
|
|
1030
|
+
const IconCrossCircle = React.forwardRef(
|
|
917
1031
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
918
1032
|
StyledIcon,
|
|
919
1033
|
{
|
|
@@ -927,12 +1041,12 @@ const IconPlug = React.forwardRef(
|
|
|
927
1041
|
stroke: "currentColor",
|
|
928
1042
|
strokeLinecap: "round",
|
|
929
1043
|
strokeWidth: 2,
|
|
930
|
-
d: "
|
|
1044
|
+
d: "m9 9 6 6m0-6-6 6m12-3a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"
|
|
931
1045
|
})
|
|
932
1046
|
)
|
|
933
1047
|
);
|
|
934
1048
|
|
|
935
|
-
const
|
|
1049
|
+
const IconCross = React.forwardRef(
|
|
936
1050
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
937
1051
|
StyledIcon,
|
|
938
1052
|
{
|
|
@@ -946,12 +1060,12 @@ const IconPlus = React.forwardRef(
|
|
|
946
1060
|
stroke: "currentColor",
|
|
947
1061
|
strokeLinecap: "round",
|
|
948
1062
|
strokeWidth: 2,
|
|
949
|
-
d: "
|
|
1063
|
+
d: "m6 6 12 12m0-12L6 18"
|
|
950
1064
|
})
|
|
951
1065
|
)
|
|
952
1066
|
);
|
|
953
1067
|
|
|
954
|
-
const
|
|
1068
|
+
const IconCursorFilled = React.forwardRef(
|
|
955
1069
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
956
1070
|
StyledIcon,
|
|
957
1071
|
{
|
|
@@ -965,12 +1079,16 @@ const IconQuestionMarkCircle = React.forwardRef(
|
|
|
965
1079
|
stroke: "currentColor",
|
|
966
1080
|
strokeLinecap: "round",
|
|
967
1081
|
strokeWidth: 2,
|
|
968
|
-
d: "
|
|
1082
|
+
d: "m14.5 20-1.917-4.97M8.406 4.068l9.434 9.245c.315.309.136.874-.289.909l-5.022.416a.468.468 0 0 0-.285.13l-3.437 3.294c-.312.3-.807.06-.807-.391V4.262c0-.227.25-.346.406-.193Z"
|
|
1083
|
+
}),
|
|
1084
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1085
|
+
fill: "currentColor",
|
|
1086
|
+
d: "M17.84 13.315 8.406 4.069C8.25 3.916 8 4.035 8 4.262v13.41c0 .451.495.69.807.39l3.437-3.292a.468.468 0 0 1 .285-.13l5.022-.417c.425-.035.604-.6.29-.909Z"
|
|
969
1087
|
})
|
|
970
1088
|
)
|
|
971
1089
|
);
|
|
972
1090
|
|
|
973
|
-
const
|
|
1091
|
+
const IconCursor = React.forwardRef(
|
|
974
1092
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
975
1093
|
StyledIcon,
|
|
976
1094
|
{
|
|
@@ -984,8 +1102,9 @@ const IconRhombus = React.forwardRef(
|
|
|
984
1102
|
clipPath: "url(#a)"
|
|
985
1103
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
986
1104
|
stroke: "currentColor",
|
|
1105
|
+
strokeLinecap: "round",
|
|
987
1106
|
strokeWidth: 2,
|
|
988
|
-
d: "
|
|
1107
|
+
d: "m14.5 20-1.917-4.97M8.406 4.068l9.434 9.245c.315.309.136.874-.289.909l-5.022.416a.468.468 0 0 0-.285.13l-3.437 3.294c-.312.3-.807.06-.807-.391V4.262c0-.227.25-.346.406-.193Z"
|
|
989
1108
|
})),
|
|
990
1109
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
991
1110
|
id: "a"
|
|
@@ -995,7 +1114,49 @@ const IconRhombus = React.forwardRef(
|
|
|
995
1114
|
)
|
|
996
1115
|
);
|
|
997
1116
|
|
|
998
|
-
const
|
|
1117
|
+
const IconEnvelope = React.forwardRef(
|
|
1118
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1119
|
+
StyledIcon,
|
|
1120
|
+
{
|
|
1121
|
+
...props,
|
|
1122
|
+
size,
|
|
1123
|
+
viewBox: "0 0 24 24",
|
|
1124
|
+
fill: "none",
|
|
1125
|
+
ref: forwardRef2
|
|
1126
|
+
},
|
|
1127
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1128
|
+
stroke: "currentColor",
|
|
1129
|
+
strokeLinecap: "round",
|
|
1130
|
+
strokeWidth: 2,
|
|
1131
|
+
d: "m7 9 3.618 3.459a2 2 0 0 0 2.764 0L17 9M4 19h16a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1Z"
|
|
1132
|
+
})
|
|
1133
|
+
)
|
|
1134
|
+
);
|
|
1135
|
+
|
|
1136
|
+
const IconExclamationPointCircle = React.forwardRef(
|
|
1137
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1138
|
+
StyledIcon,
|
|
1139
|
+
{
|
|
1140
|
+
...props,
|
|
1141
|
+
size,
|
|
1142
|
+
viewBox: "0 0 24 24",
|
|
1143
|
+
fill: "none",
|
|
1144
|
+
ref: forwardRef2
|
|
1145
|
+
},
|
|
1146
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1147
|
+
stroke: "currentColor",
|
|
1148
|
+
strokeLinecap: "round",
|
|
1149
|
+
strokeWidth: 2,
|
|
1150
|
+
d: "M12 8v4m9 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0Zm-8.5 3.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Z"
|
|
1151
|
+
}),
|
|
1152
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1153
|
+
fill: "currentColor",
|
|
1154
|
+
d: "M13 15.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"
|
|
1155
|
+
})
|
|
1156
|
+
)
|
|
1157
|
+
);
|
|
1158
|
+
|
|
1159
|
+
const IconFactoryHouse = React.forwardRef(
|
|
999
1160
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1000
1161
|
StyledIcon,
|
|
1001
1162
|
{
|
|
@@ -1011,7 +1172,7 @@ const IconShapes = React.forwardRef(
|
|
|
1011
1172
|
stroke: "currentColor",
|
|
1012
1173
|
strokeLinecap: "round",
|
|
1013
1174
|
strokeWidth: 2,
|
|
1014
|
-
d: "
|
|
1175
|
+
d: "M10 20v-5.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5V20M7 4v3.25m0 0-2.621.655A.5.5 0 0 0 4 8.39V19.5a.5.5 0 0 0 .5.5h15a.5.5 0 0 0 .5-.5V4.64a.5.5 0 0 0-.621-.485L7 7.25Z"
|
|
1015
1176
|
})),
|
|
1016
1177
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1017
1178
|
id: "a"
|
|
@@ -1021,7 +1182,7 @@ const IconShapes = React.forwardRef(
|
|
|
1021
1182
|
)
|
|
1022
1183
|
);
|
|
1023
1184
|
|
|
1024
|
-
const
|
|
1185
|
+
const IconFactory = React.forwardRef(
|
|
1025
1186
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1026
1187
|
StyledIcon,
|
|
1027
1188
|
{
|
|
@@ -1037,7 +1198,7 @@ const IconSlidersX = React.forwardRef(
|
|
|
1037
1198
|
stroke: "currentColor",
|
|
1038
1199
|
strokeLinecap: "round",
|
|
1039
1200
|
strokeWidth: 2,
|
|
1040
|
-
d: "
|
|
1201
|
+
d: "M21 13.588v7.162a.25.25 0 0 1-.25.25H16m5-7.412a.25.25 0 0 0-.055-.156l-1.826-2.283a.25.25 0 0 0-.294-.074l-3.412 1.463L12 14l-2.377-2.853a.25.25 0 0 0-.297-.067l-6.18 2.853A.25.25 0 0 0 3 14.16v6.59c0 .138.112.25.25.25H8m13-7.412L20.575 9l-.538-5.795A.25.25 0 0 0 19.791 3H17a.25.25 0 0 0-.245.201L16 8.5M8 21v-4m0 4h8m0 0v-4"
|
|
1041
1202
|
})),
|
|
1042
1203
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1043
1204
|
id: "a"
|
|
@@ -1047,7 +1208,7 @@ const IconSlidersX = React.forwardRef(
|
|
|
1047
1208
|
)
|
|
1048
1209
|
);
|
|
1049
1210
|
|
|
1050
|
-
const
|
|
1211
|
+
const IconFunnel = React.forwardRef(
|
|
1051
1212
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1052
1213
|
StyledIcon,
|
|
1053
1214
|
{
|
|
@@ -1063,7 +1224,7 @@ const IconSlidersY = React.forwardRef(
|
|
|
1063
1224
|
stroke: "currentColor",
|
|
1064
1225
|
strokeLinecap: "round",
|
|
1065
1226
|
strokeWidth: 2,
|
|
1066
|
-
d: "
|
|
1227
|
+
d: "M19.772 4H4.228a.1.1 0 0 0-.073.168L10 10.5V19l3.447-1.724a1 1 0 0 0 .553-.894V10.5l5.845-6.332A.1.1 0 0 0 19.772 4Z"
|
|
1067
1228
|
})),
|
|
1068
1229
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1069
1230
|
id: "a"
|
|
@@ -1073,7 +1234,7 @@ const IconSlidersY = React.forwardRef(
|
|
|
1073
1234
|
)
|
|
1074
1235
|
);
|
|
1075
1236
|
|
|
1076
|
-
const
|
|
1237
|
+
const IconGauge = React.forwardRef(
|
|
1077
1238
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1078
1239
|
StyledIcon,
|
|
1079
1240
|
{
|
|
@@ -1083,14 +1244,22 @@ const IconSocialFacebook = React.forwardRef(
|
|
|
1083
1244
|
fill: "none",
|
|
1084
1245
|
ref: forwardRef2
|
|
1085
1246
|
},
|
|
1247
|
+
/* @__PURE__ */ React__default["default"].createElement("circle", {
|
|
1248
|
+
cx: 12,
|
|
1249
|
+
cy: 12,
|
|
1250
|
+
r: 2,
|
|
1251
|
+
fill: "currentColor"
|
|
1252
|
+
}),
|
|
1086
1253
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1087
|
-
|
|
1088
|
-
|
|
1254
|
+
stroke: "currentColor",
|
|
1255
|
+
strokeLinecap: "round",
|
|
1256
|
+
strokeWidth: 2,
|
|
1257
|
+
d: "M12.036 12.036 15 15m2.657 2.657a8 8 0 1 0-11.314 0"
|
|
1089
1258
|
})
|
|
1090
1259
|
)
|
|
1091
1260
|
);
|
|
1092
1261
|
|
|
1093
|
-
const
|
|
1262
|
+
const IconGlobe = React.forwardRef(
|
|
1094
1263
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1095
1264
|
StyledIcon,
|
|
1096
1265
|
{
|
|
@@ -1101,14 +1270,835 @@ const IconSocialInstagram = React.forwardRef(
|
|
|
1101
1270
|
ref: forwardRef2
|
|
1102
1271
|
},
|
|
1103
1272
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
1273
|
+
stroke: "currentColor",
|
|
1274
|
+
strokeLinecap: "round",
|
|
1275
|
+
strokeWidth: 2,
|
|
1276
|
+
d: "M11.663 3C9.495 4.62 8 8.042 8 12s1.495 7.38 3.663 9m.674-18C14.505 4.62 16 8.042 16 12s-1.495 7.38-3.663 9M4 9h16M4 15h16m1-3a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"
|
|
1277
|
+
})
|
|
1278
|
+
)
|
|
1279
|
+
);
|
|
1280
|
+
|
|
1281
|
+
const IconHandFilled = React.forwardRef(
|
|
1282
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1283
|
+
StyledIcon,
|
|
1284
|
+
{
|
|
1285
|
+
...props,
|
|
1286
|
+
size,
|
|
1287
|
+
viewBox: "0 0 24 24",
|
|
1288
|
+
fill: "none",
|
|
1289
|
+
ref: forwardRef2
|
|
1290
|
+
},
|
|
1291
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1292
|
+
fill: "currentColor",
|
|
1293
|
+
fillRule: "evenodd",
|
|
1294
|
+
d: "M19 17c0 6.27-8.5 8-12.5 3l-4.542-6.358a.991.991 0 0 1 .062-1.235c.11-.123.195-.217.205-.222a.916.916 0 0 1 1.042-.098c.03.008 3.233 1.845 3.233 1.845V5c0-.622.378-1 1-1 .623 0 1 .378 1 1v5.25a.75.75 0 0 0 1.5 0V3c0-.623.377-1 1-1s1 .377 1 1v7.25a.75.75 0 0 0 1.5 0V4c0-.623.377-1 1-1s1 .377 1 1v6.25a.75.75 0 0 0 1.5 0V6c0-.622.378-1 1-1s1 .378 1 1v11Z",
|
|
1295
|
+
clipRule: "evenodd"
|
|
1296
|
+
})
|
|
1297
|
+
)
|
|
1298
|
+
);
|
|
1299
|
+
|
|
1300
|
+
const IconHand = React.forwardRef(
|
|
1301
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1302
|
+
StyledIcon,
|
|
1303
|
+
{
|
|
1304
|
+
...props,
|
|
1305
|
+
size,
|
|
1306
|
+
viewBox: "0 0 24 24",
|
|
1307
|
+
fill: "none",
|
|
1308
|
+
ref: forwardRef2
|
|
1309
|
+
},
|
|
1310
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
1311
|
+
clipPath: "url(#a)"
|
|
1312
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1313
|
+
fill: "currentColor",
|
|
1314
|
+
d: "m2.748 14.261-.847.531a.994.994 0 0 0 .042.063l.805-.594Zm18.29-7.511h1v-.019l-.001-.018-1 .037Zm-14 7.5-.718.697a1 1 0 0 0 1.717-.697h-1Zm2.44-2.5a1 1 0 1 0 2 0h-2Zm3.5-.5a1 1 0 1 0 2 0h-2Zm3.5 1a1 1 0 1 0 2 0h-2Zm-11.13.263-.716.697.717-.697Zm-1.432-.634-.067-.997.067.997Zm2.86 7.715-.657.755.657-.755Zm-.49-.54.805-.593-.804.594ZM20.038 6.75v9.375h2V6.75h-2ZM4.632 13.21l1.688 1.737 1.434-1.394-1.688-1.737-1.434 1.393Zm3.405 1.04v-8.5h-2v8.5h2Zm-4.354-1.292c.016-.015.081-.066.3-.08l-.134-1.996c-.439.029-1.072.155-1.578.66l1.412 1.416Zm-.088.772a.623.623 0 0 1 .088-.772l-1.412-1.416a2.623 2.623 0 0 0-.37 3.25l1.694-1.062Zm4.442-7.98c0-.443.327-.75.713-.75V3C7.203 3 6.037 4.26 6.037 5.75h2ZM8.75 5a.73.73 0 0 1 .727.75h2C11.477 4.249 10.286 3 8.75 3v2Zm2.727.75v-2h-2v2h2Zm-1-1h.06v-2h-.06v2Zm1-1A.77.77 0 0 1 12.25 3V1c-1.502 0-2.773 1.214-2.773 2.75h2ZM12.25 3a.73.73 0 0 1 .727.75h2c0-1.501-1.191-2.75-2.727-2.75v2Zm.727.75v1h2v-1h-2Zm5.5 3c0-.37.352-.75.81-.75V4c-1.474 0-2.81 1.188-2.81 2.75h2Zm.81-.75c.393 0 .732.288.751.787l1.999-.074C21.98 5.212 20.827 4 19.287 4v2Zm-4.31-1.25c0-.247.084-.425.194-.537.105-.106.292-.213.616-.213V2c-.806 0-1.525.285-2.042.812-.513.521-.768 1.219-.768 1.938h2Zm.81-.75c.37 0 .69.29.69.75h2c0-1.472-1.126-2.75-2.69-2.75v2Zm.69.75v2h2v-2h-2Zm-7 1v6h2v-6h-2Zm3.5-1v6.5h2v-6.5h-2Zm3.5 1.5v6h2v-6h-2Zm3.56 9.875c0 1.885-1.676 3.689-4.341 4.465-2.6.756-5.8.393-8.264-1.75l-1.313 1.509c3.054 2.656 6.985 3.078 10.136 2.16 3.086-.898 5.782-3.228 5.782-6.384h-2ZM7.091 18.461l-3.539-4.794-1.609 1.188 3.54 4.794L7.09 18.46Zm-1.025-6.645c-.501-.516-1.287-.997-2.217-.934l.134 1.995c.148-.01.397.073.649.332l1.434-1.393Zm1.366 7.024a2.348 2.348 0 0 1-.34-.38l-1.61 1.189c.176.238.386.481.637.7l1.313-1.51Z"
|
|
1315
|
+
})),
|
|
1316
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1317
|
+
id: "a"
|
|
1318
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1319
|
+
d: "M0 0h24v24H0z"
|
|
1320
|
+
})))
|
|
1321
|
+
)
|
|
1322
|
+
);
|
|
1323
|
+
|
|
1324
|
+
const IconHouse = React.forwardRef(
|
|
1325
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1326
|
+
StyledIcon,
|
|
1327
|
+
{
|
|
1328
|
+
...props,
|
|
1329
|
+
size,
|
|
1330
|
+
viewBox: "0 0 24 24",
|
|
1331
|
+
fill: "none",
|
|
1332
|
+
ref: forwardRef2
|
|
1333
|
+
},
|
|
1334
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1335
|
+
fill: "currentColor",
|
|
1336
|
+
d: "m12 4.4.707-.707L12 2.986l-.707.707L12 4.4Zm-9.707 8.293a1 1 0 1 0 1.414 1.414l-1.414-1.414Zm18 1.414a1 1 0 0 0 1.414-1.414l-1.414 1.414Zm-9-10.414-9 9 1.414 1.414 9-9-1.414-1.414Zm0 1.414 9 9 1.414-1.414-9-9-1.414 1.414ZM7 19v-8.5H5V19h2Zm0 0H5a2 2 0 0 0 2 2v-2Zm10 0H7v2h10v-2Zm0 0v2a2 2 0 0 0 2-2h-2Zm0-8.5V19h2v-8.5h-2Z"
|
|
1337
|
+
})
|
|
1338
|
+
)
|
|
1339
|
+
);
|
|
1340
|
+
|
|
1341
|
+
const IconImage = React.forwardRef(
|
|
1342
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1343
|
+
StyledIcon,
|
|
1344
|
+
{
|
|
1345
|
+
...props,
|
|
1346
|
+
size,
|
|
1347
|
+
viewBox: "0 0 24 24",
|
|
1348
|
+
fill: "none",
|
|
1349
|
+
ref: forwardRef2
|
|
1350
|
+
},
|
|
1351
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1352
|
+
stroke: "currentColor",
|
|
1353
|
+
strokeLinecap: "round",
|
|
1354
|
+
strokeWidth: 2,
|
|
1355
|
+
d: "M3 18v1.5a.5.5 0 0 0 .5.5h17a.5.5 0 0 0 .5-.5v-15a.5.5 0 0 0-.5-.5h-17a.5.5 0 0 0-.5.5V18Zm0 0 6.646-6.646a.5.5 0 0 1 .708 0L14 15m-2 2 3.646-3.646a.5.5 0 0 1 .708 0L20 17"
|
|
1356
|
+
}),
|
|
1357
|
+
/* @__PURE__ */ React__default["default"].createElement("circle", {
|
|
1358
|
+
cx: 16,
|
|
1359
|
+
cy: 8,
|
|
1360
|
+
r: 2,
|
|
1361
|
+
fill: "currentColor"
|
|
1362
|
+
})
|
|
1363
|
+
)
|
|
1364
|
+
);
|
|
1365
|
+
|
|
1366
|
+
const IconInformationMarkCircle = React.forwardRef(
|
|
1367
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1368
|
+
StyledIcon,
|
|
1369
|
+
{
|
|
1370
|
+
...props,
|
|
1371
|
+
size,
|
|
1372
|
+
viewBox: "0 0 24 24",
|
|
1373
|
+
fill: "none",
|
|
1374
|
+
ref: forwardRef2
|
|
1375
|
+
},
|
|
1376
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1377
|
+
fill: "currentColor",
|
|
1378
|
+
d: "M13 8.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"
|
|
1379
|
+
}),
|
|
1380
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1381
|
+
stroke: "currentColor",
|
|
1382
|
+
strokeLinecap: "round",
|
|
1383
|
+
strokeWidth: 2,
|
|
1384
|
+
d: "M12 12v4m9-4a9 9 0 1 1-18 0 9 9 0 0 1 18 0Zm-8.5-3.5a.5.5 0 1 1-1 0 .5.5 0 0 1 1 0Z"
|
|
1385
|
+
})
|
|
1386
|
+
)
|
|
1387
|
+
);
|
|
1388
|
+
|
|
1389
|
+
const IconKanban = React.forwardRef(
|
|
1390
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1391
|
+
StyledIcon,
|
|
1392
|
+
{
|
|
1393
|
+
...props,
|
|
1394
|
+
size,
|
|
1395
|
+
viewBox: "0 0 24 24",
|
|
1396
|
+
fill: "none",
|
|
1397
|
+
ref: forwardRef2
|
|
1398
|
+
},
|
|
1399
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
1400
|
+
clipPath: "url(#a)"
|
|
1401
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1402
|
+
stroke: "currentColor",
|
|
1403
|
+
strokeLinecap: "round",
|
|
1404
|
+
strokeWidth: 2,
|
|
1405
|
+
d: "M12 4H4.5a.5.5 0 0 0-.5.5v15a.5.5 0 0 0 .5.5h7a.5.5 0 0 0 .5-.5V15m0-11v11m0-11h7.5a.5.5 0 0 1 .5.5v10a.5.5 0 0 1-.5.5H12"
|
|
1406
|
+
})),
|
|
1407
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1408
|
+
id: "a"
|
|
1409
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1410
|
+
d: "M0 0h24v24H0z"
|
|
1411
|
+
})))
|
|
1412
|
+
)
|
|
1413
|
+
);
|
|
1414
|
+
|
|
1415
|
+
const IconKey = React.forwardRef(
|
|
1416
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1417
|
+
StyledIcon,
|
|
1418
|
+
{
|
|
1419
|
+
...props,
|
|
1420
|
+
size,
|
|
1421
|
+
viewBox: "0 0 24 24",
|
|
1422
|
+
fill: "none",
|
|
1423
|
+
ref: forwardRef2
|
|
1424
|
+
},
|
|
1425
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
1426
|
+
clipPath: "url(#a)"
|
|
1427
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1428
|
+
fill: "currentColor",
|
|
1429
|
+
d: "M11 11h-1v2h1v-2Zm10 2a1 1 0 1 0 0-2v2Zm-3 2a1 1 0 1 0 2 0h-2Zm-8-4v2h2v-2h-2Zm-6 2v-2H2v2h2Zm3 3a3 3 0 0 1-3-3H2a5 5 0 0 0 5 5v-2Zm3-3a3 3 0 0 1-3 3v2a5 5 0 0 0 5-5h-2ZM7 8a3 3 0 0 1 3 3h2a5 5 0 0 0-5-5v2Zm0-2a5 5 0 0 0-5 5h2a3 3 0 0 1 3-3V6Zm4 7h8v-2h-8v2Zm8 0h2v-2h-2v2Zm-1-1v3h2v-3h-2Z"
|
|
1430
|
+
})),
|
|
1431
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1432
|
+
id: "a"
|
|
1433
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1434
|
+
d: "M0 0h24v24H0z"
|
|
1435
|
+
})))
|
|
1436
|
+
)
|
|
1437
|
+
);
|
|
1438
|
+
|
|
1439
|
+
const IconKeycap = React.forwardRef(
|
|
1440
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1441
|
+
StyledIcon,
|
|
1442
|
+
{
|
|
1443
|
+
...props,
|
|
1444
|
+
size,
|
|
1445
|
+
viewBox: "0 0 24 24",
|
|
1446
|
+
fill: "none",
|
|
1447
|
+
ref: forwardRef2
|
|
1448
|
+
},
|
|
1449
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1450
|
+
stroke: "currentColor",
|
|
1451
|
+
strokeLinecap: "round",
|
|
1452
|
+
strokeWidth: 2,
|
|
1453
|
+
d: "M7 8h6m-3 0v6M6 4h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2Z"
|
|
1454
|
+
}),
|
|
1455
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1456
|
+
fill: "currentColor",
|
|
1457
|
+
d: "M0 0h.001v.001H0z"
|
|
1458
|
+
})
|
|
1459
|
+
)
|
|
1460
|
+
);
|
|
1461
|
+
|
|
1462
|
+
const IconLaptop = React.forwardRef(
|
|
1463
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1464
|
+
StyledIcon,
|
|
1465
|
+
{
|
|
1466
|
+
...props,
|
|
1467
|
+
size,
|
|
1468
|
+
viewBox: "0 0 24 24",
|
|
1469
|
+
fill: "none",
|
|
1470
|
+
ref: forwardRef2
|
|
1471
|
+
},
|
|
1472
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1473
|
+
stroke: "currentColor",
|
|
1474
|
+
strokeLinecap: "round",
|
|
1475
|
+
strokeWidth: 2,
|
|
1476
|
+
d: "M2.5 20h19M5 4h14a1 1 0 0 1 1 1v11a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1Z"
|
|
1477
|
+
})
|
|
1478
|
+
)
|
|
1479
|
+
);
|
|
1480
|
+
|
|
1481
|
+
const IconLineDiagonal = React.forwardRef(
|
|
1482
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1483
|
+
StyledIcon,
|
|
1484
|
+
{
|
|
1485
|
+
...props,
|
|
1486
|
+
size,
|
|
1487
|
+
viewBox: "0 0 24 24",
|
|
1488
|
+
fill: "none",
|
|
1489
|
+
ref: forwardRef2
|
|
1490
|
+
},
|
|
1491
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
1492
|
+
clipPath: "url(#a)"
|
|
1493
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1494
|
+
stroke: "currentColor",
|
|
1495
|
+
strokeLinecap: "round",
|
|
1496
|
+
strokeWidth: 2,
|
|
1497
|
+
d: "M4 20 20 4"
|
|
1498
|
+
})),
|
|
1499
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1500
|
+
id: "a"
|
|
1501
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1502
|
+
d: "M0 0h24v24H0z"
|
|
1503
|
+
})))
|
|
1504
|
+
)
|
|
1505
|
+
);
|
|
1506
|
+
|
|
1507
|
+
const IconLink = React.forwardRef(
|
|
1508
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1509
|
+
StyledIcon,
|
|
1510
|
+
{
|
|
1511
|
+
...props,
|
|
1512
|
+
size,
|
|
1513
|
+
viewBox: "0 0 24 24",
|
|
1514
|
+
fill: "none",
|
|
1515
|
+
ref: forwardRef2
|
|
1516
|
+
},
|
|
1517
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1518
|
+
stroke: "currentColor",
|
|
1519
|
+
strokeLinecap: "round",
|
|
1520
|
+
strokeWidth: 2,
|
|
1521
|
+
d: "m7.757 11.293-3.182 3.182a3.5 3.5 0 0 0 4.95 4.95l3.182-3.182M10.939 8.11l3.535-3.535a3.5 3.5 0 1 1 4.95 4.95L15.89 13.06m-7.425 2.475 7.071-7.071"
|
|
1522
|
+
})
|
|
1523
|
+
)
|
|
1524
|
+
);
|
|
1525
|
+
|
|
1526
|
+
const IconLockClosed = React.forwardRef(
|
|
1527
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1528
|
+
StyledIcon,
|
|
1529
|
+
{
|
|
1530
|
+
...props,
|
|
1531
|
+
size,
|
|
1532
|
+
viewBox: "0 0 24 24",
|
|
1533
|
+
fill: "none",
|
|
1534
|
+
ref: forwardRef2
|
|
1535
|
+
},
|
|
1536
|
+
/* @__PURE__ */ React__default["default"].createElement("circle", {
|
|
1537
|
+
cx: 12,
|
|
1538
|
+
cy: 16,
|
|
1539
|
+
r: 1,
|
|
1540
|
+
fill: "currentColor"
|
|
1541
|
+
}),
|
|
1542
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1543
|
+
stroke: "currentColor",
|
|
1544
|
+
strokeLinecap: "round",
|
|
1545
|
+
strokeWidth: 2,
|
|
1546
|
+
d: "M16.5 11V5a2 2 0 0 0-2-2h-5a2 2 0 0 0-2 2v6M7 21h10a2 2 0 0 0 2-2v-6a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2Zm6-5a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"
|
|
1547
|
+
})
|
|
1548
|
+
)
|
|
1549
|
+
);
|
|
1550
|
+
|
|
1551
|
+
const IconLockOpen = React.forwardRef(
|
|
1552
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1553
|
+
StyledIcon,
|
|
1554
|
+
{
|
|
1555
|
+
...props,
|
|
1556
|
+
size,
|
|
1557
|
+
viewBox: "0 0 24 24",
|
|
1558
|
+
fill: "none",
|
|
1559
|
+
ref: forwardRef2
|
|
1560
|
+
},
|
|
1561
|
+
/* @__PURE__ */ React__default["default"].createElement("circle", {
|
|
1562
|
+
cx: 12,
|
|
1563
|
+
cy: 16,
|
|
1564
|
+
r: 1,
|
|
1565
|
+
fill: "currentColor"
|
|
1566
|
+
}),
|
|
1567
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1568
|
+
stroke: "currentColor",
|
|
1569
|
+
strokeLinecap: "round",
|
|
1570
|
+
strokeWidth: 2,
|
|
1571
|
+
d: "M16.5 11V5a2 2 0 0 0-2-2h-5a2 2 0 0 0-2 2v1.5M7 21h10a2 2 0 0 0 2-2v-6a2 2 0 0 0-2-2H7a2 2 0 0 0-2 2v6a2 2 0 0 0 2 2Zm6-5a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"
|
|
1572
|
+
})
|
|
1573
|
+
)
|
|
1574
|
+
);
|
|
1575
|
+
|
|
1576
|
+
const IconMagnifyingGlass = React.forwardRef(
|
|
1577
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1578
|
+
StyledIcon,
|
|
1579
|
+
{
|
|
1580
|
+
...props,
|
|
1581
|
+
size,
|
|
1582
|
+
viewBox: "0 0 24 24",
|
|
1583
|
+
fill: "none",
|
|
1584
|
+
ref: forwardRef2
|
|
1585
|
+
},
|
|
1586
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1587
|
+
stroke: "currentColor",
|
|
1588
|
+
strokeLinecap: "round",
|
|
1589
|
+
strokeWidth: 2,
|
|
1590
|
+
d: "m20 20-5.5-5.5M16 10a6 6 0 1 1-12 0 6 6 0 0 1 12 0Z"
|
|
1591
|
+
})
|
|
1592
|
+
)
|
|
1593
|
+
);
|
|
1594
|
+
|
|
1595
|
+
const IconMicrophoneSlash = React.forwardRef(
|
|
1596
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1597
|
+
StyledIcon,
|
|
1598
|
+
{
|
|
1599
|
+
...props,
|
|
1600
|
+
size,
|
|
1601
|
+
viewBox: "0 0 24 24",
|
|
1602
|
+
fill: "none",
|
|
1603
|
+
ref: forwardRef2
|
|
1604
|
+
},
|
|
1605
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
1606
|
+
clipPath: "url(#a)"
|
|
1607
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1608
|
+
stroke: "currentColor",
|
|
1609
|
+
strokeLinecap: "round",
|
|
1610
|
+
strokeWidth: 2,
|
|
1611
|
+
d: "M19 8v3a7 7 0 0 1-7 7m0 0v3m0-3a6.984 6.984 0 0 1-5.284-2.409M15 7v4a3 3 0 0 1-5.387 1.818M15 7 4 18M15 7l4-4M5 8v3c0 .34.024.673.07 1M9 7.5V6a3 3 0 0 1 4.5-2.599"
|
|
1612
|
+
})),
|
|
1613
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1614
|
+
id: "a"
|
|
1615
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1616
|
+
d: "M0 0h24v24H0z"
|
|
1617
|
+
})))
|
|
1618
|
+
)
|
|
1619
|
+
);
|
|
1620
|
+
|
|
1621
|
+
const IconMicrophone = React.forwardRef(
|
|
1622
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1623
|
+
StyledIcon,
|
|
1624
|
+
{
|
|
1625
|
+
...props,
|
|
1626
|
+
size,
|
|
1627
|
+
viewBox: "0 0 24 24",
|
|
1628
|
+
fill: "none",
|
|
1629
|
+
ref: forwardRef2
|
|
1630
|
+
},
|
|
1631
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
1632
|
+
clipPath: "url(#a)"
|
|
1633
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1634
|
+
stroke: "currentColor",
|
|
1635
|
+
strokeLinecap: "round",
|
|
1636
|
+
strokeWidth: 2,
|
|
1637
|
+
d: "M5 8v3a7 7 0 0 0 7 7m7-10v3a7 7 0 0 1-7 7m0 0v3m3-15v5a3 3 0 1 1-6 0V6a3 3 0 1 1 6 0Z"
|
|
1638
|
+
})),
|
|
1639
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1640
|
+
id: "a"
|
|
1641
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1642
|
+
d: "M0 0h24v24H0z"
|
|
1643
|
+
})))
|
|
1644
|
+
)
|
|
1645
|
+
);
|
|
1646
|
+
|
|
1647
|
+
const IconMinus = React.forwardRef(
|
|
1648
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1649
|
+
StyledIcon,
|
|
1650
|
+
{
|
|
1651
|
+
...props,
|
|
1652
|
+
size,
|
|
1653
|
+
viewBox: "0 0 24 24",
|
|
1654
|
+
fill: "none",
|
|
1655
|
+
ref: forwardRef2
|
|
1656
|
+
},
|
|
1657
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1658
|
+
stroke: "currentColor",
|
|
1659
|
+
strokeLinecap: "round",
|
|
1660
|
+
strokeWidth: 2,
|
|
1661
|
+
d: "M5 12h14"
|
|
1662
|
+
})
|
|
1663
|
+
)
|
|
1664
|
+
);
|
|
1665
|
+
|
|
1666
|
+
const IconMouse = React.forwardRef(
|
|
1667
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1668
|
+
StyledIcon,
|
|
1669
|
+
{
|
|
1670
|
+
...props,
|
|
1671
|
+
size,
|
|
1672
|
+
viewBox: "0 0 24 24",
|
|
1673
|
+
fill: "none",
|
|
1674
|
+
ref: forwardRef2
|
|
1675
|
+
},
|
|
1676
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1677
|
+
stroke: "currentColor",
|
|
1678
|
+
strokeLinecap: "round",
|
|
1679
|
+
strokeWidth: 2,
|
|
1680
|
+
d: "M12 8v3M9 3.5h6a4 4 0 0 1 4 4v6a7 7 0 1 1-14 0v-6a4 4 0 0 1 4-4Z"
|
|
1681
|
+
}),
|
|
1682
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1683
|
+
fill: "currentColor",
|
|
1684
|
+
d: "M0 0h.001v.001H0V0Z"
|
|
1685
|
+
})
|
|
1686
|
+
)
|
|
1687
|
+
);
|
|
1688
|
+
|
|
1689
|
+
const IconParallelogram = React.forwardRef(
|
|
1690
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1691
|
+
StyledIcon,
|
|
1692
|
+
{
|
|
1693
|
+
...props,
|
|
1694
|
+
size,
|
|
1695
|
+
viewBox: "0 0 24 24",
|
|
1696
|
+
fill: "none",
|
|
1697
|
+
ref: forwardRef2
|
|
1698
|
+
},
|
|
1699
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
1700
|
+
clipPath: "url(#a)"
|
|
1701
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1702
|
+
stroke: "currentColor",
|
|
1703
|
+
strokeWidth: 2,
|
|
1704
|
+
d: "M21.68 4H6.195a.25.25 0 0 0-.242.19l-3.875 15.5a.25.25 0 0 0 .242.31h15.485a.25.25 0 0 0 .242-.19l3.875-15.5A.25.25 0 0 0 21.68 4Z"
|
|
1705
|
+
})),
|
|
1706
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1707
|
+
id: "a"
|
|
1708
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1709
|
+
d: "M0 0h24v24H0z"
|
|
1710
|
+
})))
|
|
1711
|
+
)
|
|
1712
|
+
);
|
|
1713
|
+
|
|
1714
|
+
const IconPauseCircle = React.forwardRef(
|
|
1715
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1716
|
+
StyledIcon,
|
|
1717
|
+
{
|
|
1718
|
+
...props,
|
|
1719
|
+
size,
|
|
1720
|
+
viewBox: "0 0 24 24",
|
|
1721
|
+
fill: "none",
|
|
1722
|
+
ref: forwardRef2
|
|
1723
|
+
},
|
|
1724
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
1725
|
+
clipPath: "url(#a)"
|
|
1726
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1727
|
+
stroke: "currentColor",
|
|
1728
|
+
strokeLinecap: "round",
|
|
1729
|
+
strokeWidth: 2,
|
|
1730
|
+
d: "M13.889 9.167v5.666M10.11 9.167v5.666M20.5 12a8.5 8.5 0 1 1-17 0 8.5 8.5 0 0 1 17 0Z"
|
|
1731
|
+
})),
|
|
1732
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1733
|
+
id: "a"
|
|
1734
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1735
|
+
d: "M0 0h24v24H0z"
|
|
1736
|
+
})))
|
|
1737
|
+
)
|
|
1738
|
+
);
|
|
1739
|
+
|
|
1740
|
+
const IconPdf = React.forwardRef(
|
|
1741
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1742
|
+
StyledIcon,
|
|
1743
|
+
{
|
|
1744
|
+
...props,
|
|
1745
|
+
size,
|
|
1746
|
+
viewBox: "0 0 24 24",
|
|
1747
|
+
fill: "none",
|
|
1748
|
+
ref: forwardRef2
|
|
1749
|
+
},
|
|
1750
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
1751
|
+
clipPath: "url(#a)"
|
|
1752
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1753
|
+
stroke: "currentColor",
|
|
1754
|
+
strokeLinecap: "round",
|
|
1755
|
+
strokeLinejoin: "round",
|
|
1756
|
+
strokeWidth: 2,
|
|
1757
|
+
d: "M5.64 5.28C4.615 3.583 7.07 2.02 7.71 3.763c1.098 2.992 2.864 11.086-1.12 16.587-1.111 1.534-3.509.082-2.219-1.515a19.508 19.508 0 0 1 6.745-5.146 19.396 19.396 0 0 1 8.276-1.784c2.01.076 1.907 2.95.109 2.729a18.7 18.7 0 0 1-8.02-3.041A18.84 18.84 0 0 1 5.64 5.28Z"
|
|
1758
|
+
})),
|
|
1759
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1760
|
+
id: "a"
|
|
1761
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1762
|
+
d: "M0 0h24v24H0z"
|
|
1763
|
+
})))
|
|
1764
|
+
)
|
|
1765
|
+
);
|
|
1766
|
+
|
|
1767
|
+
const IconPlaceholder = React.forwardRef(
|
|
1768
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1769
|
+
StyledIcon,
|
|
1770
|
+
{
|
|
1771
|
+
...props,
|
|
1772
|
+
size,
|
|
1773
|
+
viewBox: "0 0 24 24",
|
|
1774
|
+
fill: "none",
|
|
1775
|
+
ref: forwardRef2
|
|
1776
|
+
},
|
|
1777
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1778
|
+
stroke: "currentColor",
|
|
1779
|
+
strokeLinecap: "round",
|
|
1780
|
+
strokeWidth: 2,
|
|
1781
|
+
d: "m3 3 18 18m0-18L3 21m18-9a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"
|
|
1782
|
+
})
|
|
1783
|
+
)
|
|
1784
|
+
);
|
|
1785
|
+
|
|
1786
|
+
const IconPlayCircle = React.forwardRef(
|
|
1787
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1788
|
+
StyledIcon,
|
|
1789
|
+
{
|
|
1790
|
+
...props,
|
|
1791
|
+
size,
|
|
1792
|
+
viewBox: "0 0 24 24",
|
|
1793
|
+
fill: "none",
|
|
1794
|
+
ref: forwardRef2
|
|
1795
|
+
},
|
|
1796
|
+
/* @__PURE__ */ React__default["default"].createElement("circle", {
|
|
1797
|
+
cx: 12,
|
|
1798
|
+
cy: 12,
|
|
1799
|
+
r: 8.5,
|
|
1800
|
+
stroke: "currentColor",
|
|
1801
|
+
strokeWidth: 2
|
|
1802
|
+
}),
|
|
1803
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1804
|
+
fill: "currentColor",
|
|
1805
|
+
d: "M15.376 11.584a.5.5 0 0 1 0 .832l-4.599 3.066a.5.5 0 0 1-.777-.416V8.934a.5.5 0 0 1 .777-.416l4.599 3.066Z"
|
|
1806
|
+
})
|
|
1807
|
+
)
|
|
1808
|
+
);
|
|
1809
|
+
|
|
1810
|
+
const IconPlaybackSpeedCircle = React.forwardRef(
|
|
1811
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1812
|
+
StyledIcon,
|
|
1813
|
+
{
|
|
1814
|
+
...props,
|
|
1815
|
+
size,
|
|
1816
|
+
viewBox: "0 0 24 24",
|
|
1817
|
+
fill: "none",
|
|
1818
|
+
ref: forwardRef2
|
|
1819
|
+
},
|
|
1820
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1821
|
+
fill: "currentColor",
|
|
1822
|
+
d: "M15.376 11.584a.5.5 0 0 1 0 .832l-4.599 3.066a.5.5 0 0 1-.777-.416V8.934a.5.5 0 0 1 .777-.416l4.599 3.066Z"
|
|
1823
|
+
}),
|
|
1824
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1825
|
+
stroke: "currentColor",
|
|
1826
|
+
strokeLinecap: "round",
|
|
1827
|
+
strokeWidth: 2,
|
|
1828
|
+
d: "M10.583 3.618a8.5 8.5 0 1 1 .173 16.792M5.078 7.066A8.547 8.547 0 0 1 7.3 4.916m-3.666 5.572a8.55 8.55 0 0 0-.016 2.929m3.188 5.312a8.55 8.55 0 0 1-1.71-1.769"
|
|
1829
|
+
})
|
|
1830
|
+
)
|
|
1831
|
+
);
|
|
1832
|
+
|
|
1833
|
+
const IconPlug = React.forwardRef(
|
|
1834
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1835
|
+
StyledIcon,
|
|
1836
|
+
{
|
|
1837
|
+
...props,
|
|
1838
|
+
size,
|
|
1839
|
+
viewBox: "0 0 24 24",
|
|
1840
|
+
fill: "none",
|
|
1841
|
+
ref: forwardRef2
|
|
1842
|
+
},
|
|
1843
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1844
|
+
stroke: "currentColor",
|
|
1845
|
+
strokeLinecap: "round",
|
|
1846
|
+
strokeWidth: 2,
|
|
1847
|
+
d: "m12.385 5.9 3.535-3.536m2.122 9.192 3.535-3.535M3.192 20.749l4.95-4.95m2.122-12.02 9.899 9.899-3.536 3.535a5 5 0 0 1-7.07 0l-2.83-2.828a5 5 0 0 1 0-7.071l3.537-3.536Z"
|
|
1848
|
+
})
|
|
1849
|
+
)
|
|
1850
|
+
);
|
|
1851
|
+
|
|
1852
|
+
const IconPlus = React.forwardRef(
|
|
1853
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1854
|
+
StyledIcon,
|
|
1855
|
+
{
|
|
1856
|
+
...props,
|
|
1857
|
+
size,
|
|
1858
|
+
viewBox: "0 0 24 24",
|
|
1859
|
+
fill: "none",
|
|
1860
|
+
ref: forwardRef2
|
|
1861
|
+
},
|
|
1862
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1863
|
+
stroke: "currentColor",
|
|
1864
|
+
strokeLinecap: "round",
|
|
1865
|
+
strokeWidth: 2,
|
|
1866
|
+
d: "M5 12h14m-7-7v14"
|
|
1867
|
+
})
|
|
1868
|
+
)
|
|
1869
|
+
);
|
|
1870
|
+
|
|
1871
|
+
const IconQuestionMarkCircle = React.forwardRef(
|
|
1872
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1873
|
+
StyledIcon,
|
|
1874
|
+
{
|
|
1875
|
+
...props,
|
|
1876
|
+
size,
|
|
1877
|
+
viewBox: "0 0 24 24",
|
|
1878
|
+
fill: "none",
|
|
1879
|
+
ref: forwardRef2
|
|
1880
|
+
},
|
|
1881
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1882
|
+
stroke: "currentColor",
|
|
1883
|
+
strokeLinecap: "round",
|
|
1884
|
+
strokeWidth: 2,
|
|
1885
|
+
d: "M9.17 9a3.001 3.001 0 1 1 3.812 3.836c-.522.18-.982.612-.982 1.164v.25m0 2.65v.1m9-5a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"
|
|
1886
|
+
})
|
|
1887
|
+
)
|
|
1888
|
+
);
|
|
1889
|
+
|
|
1890
|
+
const IconRhombus = React.forwardRef(
|
|
1891
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1892
|
+
StyledIcon,
|
|
1893
|
+
{
|
|
1894
|
+
...props,
|
|
1895
|
+
size,
|
|
1896
|
+
viewBox: "0 0 24 24",
|
|
1897
|
+
fill: "none",
|
|
1898
|
+
ref: forwardRef2
|
|
1899
|
+
},
|
|
1900
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
1901
|
+
clipPath: "url(#a)"
|
|
1902
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1903
|
+
stroke: "currentColor",
|
|
1904
|
+
strokeWidth: 2,
|
|
1905
|
+
d: "m11.823 3.177-8.646 8.646a.25.25 0 0 0 0 .354l8.646 8.646a.25.25 0 0 0 .354 0l8.646-8.646a.25.25 0 0 0 0-.354l-8.646-8.646a.25.25 0 0 0-.354 0Z"
|
|
1906
|
+
})),
|
|
1907
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1908
|
+
id: "a"
|
|
1909
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1910
|
+
d: "M0 0h24v24H0z"
|
|
1911
|
+
})))
|
|
1912
|
+
)
|
|
1913
|
+
);
|
|
1914
|
+
|
|
1915
|
+
const IconScrollbarXy = React.forwardRef(
|
|
1916
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1917
|
+
StyledIcon,
|
|
1918
|
+
{
|
|
1919
|
+
...props,
|
|
1920
|
+
size,
|
|
1921
|
+
viewBox: "0 0 24 24",
|
|
1922
|
+
fill: "none",
|
|
1923
|
+
ref: forwardRef2
|
|
1924
|
+
},
|
|
1925
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1926
|
+
stroke: "currentColor",
|
|
1927
|
+
strokeLinecap: "round",
|
|
1928
|
+
strokeWidth: 2,
|
|
1929
|
+
d: "M6.706 17H12m6-10v8M5.118 4h13.764C20.052 4 21 4.895 21 6v12c0 1.105-.948 2-2.118 2H5.118C3.948 20 3 19.105 3 18V6c0-1.105.948-2 2.118-2Z"
|
|
1930
|
+
})
|
|
1931
|
+
)
|
|
1932
|
+
);
|
|
1933
|
+
|
|
1934
|
+
const IconShapes = React.forwardRef(
|
|
1935
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1936
|
+
StyledIcon,
|
|
1937
|
+
{
|
|
1938
|
+
...props,
|
|
1939
|
+
size,
|
|
1940
|
+
viewBox: "0 0 24 24",
|
|
1941
|
+
fill: "none",
|
|
1942
|
+
ref: forwardRef2
|
|
1943
|
+
},
|
|
1944
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
1945
|
+
clipPath: "url(#a)"
|
|
1946
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1947
|
+
stroke: "currentColor",
|
|
1948
|
+
strokeLinecap: "round",
|
|
1949
|
+
strokeWidth: 2,
|
|
1950
|
+
d: "M8 9.5a6.5 6.5 0 1 1 6.5 6.5M3.25 10h10.5a.25.25 0 0 1 .25.25v10.5a.25.25 0 0 1-.25.25H3.25a.25.25 0 0 1-.25-.25v-10.5a.25.25 0 0 1 .25-.25Z"
|
|
1951
|
+
})),
|
|
1952
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1953
|
+
id: "a"
|
|
1954
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1955
|
+
d: "M0 0h24v24H0z"
|
|
1956
|
+
})))
|
|
1957
|
+
)
|
|
1958
|
+
);
|
|
1959
|
+
|
|
1960
|
+
const IconShieldCheck = React.forwardRef(
|
|
1961
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1962
|
+
StyledIcon,
|
|
1963
|
+
{
|
|
1964
|
+
...props,
|
|
1965
|
+
size,
|
|
1966
|
+
viewBox: "0 0 24 24",
|
|
1967
|
+
fill: "none",
|
|
1968
|
+
ref: forwardRef2
|
|
1969
|
+
},
|
|
1970
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
1971
|
+
clipPath: "url(#a)"
|
|
1972
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1973
|
+
stroke: "currentColor",
|
|
1974
|
+
strokeLinecap: "round",
|
|
1975
|
+
strokeMiterlimit: 1.414,
|
|
1976
|
+
strokeWidth: 2,
|
|
1977
|
+
d: "m9 12 2 1.5L16 9M4 6l8-3 8 3v7.044a6.638 6.638 0 0 1-1.598 4.32 13.275 13.275 0 0 1-3.25 2.744l-2.637 1.583a1 1 0 0 1-1.03 0l-2.638-1.583a13.274 13.274 0 0 1-3.249-2.744A6.638 6.638 0 0 1 4 13.044V6Z"
|
|
1978
|
+
})),
|
|
1979
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1980
|
+
id: "a"
|
|
1981
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1982
|
+
d: "M0 0h24v24H0z"
|
|
1983
|
+
})))
|
|
1984
|
+
)
|
|
1985
|
+
);
|
|
1986
|
+
|
|
1987
|
+
const IconShieldLock = React.forwardRef(
|
|
1988
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1989
|
+
StyledIcon,
|
|
1990
|
+
{
|
|
1991
|
+
...props,
|
|
1992
|
+
size,
|
|
1993
|
+
viewBox: "0 0 24 24",
|
|
1994
|
+
fill: "none",
|
|
1995
|
+
ref: forwardRef2
|
|
1996
|
+
},
|
|
1997
|
+
/* @__PURE__ */ React__default["default"].createElement("rect", {
|
|
1998
|
+
width: 8,
|
|
1999
|
+
height: 5,
|
|
2000
|
+
x: 8,
|
|
2001
|
+
y: 11,
|
|
2002
|
+
fill: "currentColor",
|
|
2003
|
+
rx: 1
|
|
2004
|
+
}),
|
|
2005
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2006
|
+
stroke: "currentColor",
|
|
2007
|
+
strokeMiterlimit: 1.414,
|
|
2008
|
+
strokeWidth: 2,
|
|
2009
|
+
d: "M10 13V9.5a2 2 0 1 1 4 0V13M4 6l8-3 8 3v7.044a6.638 6.638 0 0 1-1.598 4.32 13.275 13.275 0 0 1-3.25 2.744l-2.637 1.583a1 1 0 0 1-1.03 0l-2.638-1.583a13.274 13.274 0 0 1-3.249-2.744A6.638 6.638 0 0 1 4 13.044V6Z"
|
|
2010
|
+
})
|
|
2011
|
+
)
|
|
2012
|
+
);
|
|
2013
|
+
|
|
2014
|
+
const IconSlidersX = React.forwardRef(
|
|
2015
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2016
|
+
StyledIcon,
|
|
2017
|
+
{
|
|
2018
|
+
...props,
|
|
2019
|
+
size,
|
|
2020
|
+
viewBox: "0 0 24 24",
|
|
2021
|
+
fill: "none",
|
|
2022
|
+
ref: forwardRef2
|
|
2023
|
+
},
|
|
2024
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
2025
|
+
clipPath: "url(#a)"
|
|
2026
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2027
|
+
stroke: "currentColor",
|
|
2028
|
+
strokeLinecap: "round",
|
|
2029
|
+
strokeWidth: 2,
|
|
2030
|
+
d: "M20 8h-5M9 8H4m11.5 8H4m8-6a2 2 0 1 1 0-4 2 2 0 0 1 0 4Zm6 8a2 2 0 1 1 0-4 2 2 0 0 1 0 4Z"
|
|
2031
|
+
})),
|
|
2032
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2033
|
+
id: "a"
|
|
2034
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2035
|
+
d: "M0 0h24v24H0z"
|
|
2036
|
+
})))
|
|
2037
|
+
)
|
|
2038
|
+
);
|
|
2039
|
+
|
|
2040
|
+
const IconSlidersY = React.forwardRef(
|
|
2041
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2042
|
+
StyledIcon,
|
|
2043
|
+
{
|
|
2044
|
+
...props,
|
|
2045
|
+
size,
|
|
2046
|
+
viewBox: "0 0 24 24",
|
|
2047
|
+
fill: "none",
|
|
2048
|
+
ref: forwardRef2
|
|
2049
|
+
},
|
|
2050
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
2051
|
+
clipPath: "url(#a)"
|
|
2052
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2053
|
+
stroke: "currentColor",
|
|
2054
|
+
strokeLinecap: "round",
|
|
2055
|
+
strokeWidth: 2,
|
|
2056
|
+
d: "M5 5v4m0 6v4m7-14v10m0 0a2 2 0 1 0 0 4 2 2 0 0 0 0-4Zm7-5.5V19M7 12a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm14-5a2 2 0 1 1-4 0 2 2 0 0 1 4 0Z"
|
|
2057
|
+
})),
|
|
2058
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2059
|
+
id: "a"
|
|
2060
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2061
|
+
d: "M0 0h24v24H0z"
|
|
2062
|
+
})))
|
|
2063
|
+
)
|
|
2064
|
+
);
|
|
2065
|
+
|
|
2066
|
+
const IconSocialFacebook = React.forwardRef(
|
|
2067
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2068
|
+
StyledIcon,
|
|
2069
|
+
{
|
|
2070
|
+
...props,
|
|
2071
|
+
size,
|
|
2072
|
+
viewBox: "0 0 24 24",
|
|
2073
|
+
fill: "none",
|
|
2074
|
+
ref: forwardRef2
|
|
2075
|
+
},
|
|
2076
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2077
|
+
fill: "currentColor",
|
|
2078
|
+
d: "M22 12.061C22 6.505 17.523 2 12 2S2 6.505 2 12.061c0 5.022 3.657 9.184 8.438 9.939v-7.03h-2.54v-2.91h2.54V9.845c0-2.522 1.492-3.915 3.777-3.915 1.094 0 2.238.197 2.238.197v2.476h-1.26c-1.243 0-1.63.775-1.63 1.57v1.888h2.773l-.443 2.908h-2.33V22c4.78-.755 8.437-4.917 8.437-9.939Z"
|
|
2079
|
+
})
|
|
2080
|
+
)
|
|
2081
|
+
);
|
|
2082
|
+
|
|
2083
|
+
const IconSocialInstagram = React.forwardRef(
|
|
2084
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2085
|
+
StyledIcon,
|
|
2086
|
+
{
|
|
2087
|
+
...props,
|
|
2088
|
+
size,
|
|
2089
|
+
viewBox: "0 0 24 24",
|
|
2090
|
+
fill: "none",
|
|
2091
|
+
ref: forwardRef2
|
|
2092
|
+
},
|
|
2093
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2094
|
+
fill: "currentColor",
|
|
2095
|
+
d: "M8.667 12a3.333 3.333 0 1 0 6.666 0 3.333 3.333 0 0 0-6.666 0Z"
|
|
2096
|
+
}),
|
|
2097
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2098
|
+
fill: "currentColor",
|
|
2099
|
+
fillRule: "evenodd",
|
|
2100
|
+
d: "M12 2c-2.716 0-3.056.012-4.123.06-1.064.049-1.791.218-2.427.465a4.902 4.902 0 0 0-1.772 1.153A4.902 4.902 0 0 0 2.525 5.45c-.247.636-.416 1.363-.465 2.427C2.011 8.944 2 9.284 2 12s.011 3.056.06 4.123c.049 1.064.218 1.791.465 2.427a4.902 4.902 0 0 0 1.153 1.772 4.901 4.901 0 0 0 1.772 1.153c.636.247 1.363.416 2.427.465 1.067.048 1.407.06 4.123.06s3.056-.012 4.123-.06c1.064-.049 1.791-.218 2.427-.465a4.902 4.902 0 0 0 1.772-1.153 4.902 4.902 0 0 0 1.153-1.772c.247-.636.416-1.363.465-2.427.048-1.067.06-1.407.06-4.123s-.012-3.056-.06-4.123c-.049-1.064-.218-1.791-.465-2.427a4.901 4.901 0 0 0-1.153-1.772 4.902 4.902 0 0 0-1.772-1.153c-.636-.247-1.363-.416-2.427-.465C15.056 2.012 14.716 2 12 2Zm6.538 4.662a1.2 1.2 0 1 1-2.4 0 1.2 1.2 0 0 1 2.4 0ZM6.865 12a5.135 5.135 0 1 1 10.27 0 5.135 5.135 0 0 1-10.27 0Z",
|
|
2101
|
+
clipRule: "evenodd"
|
|
1112
2102
|
})
|
|
1113
2103
|
)
|
|
1114
2104
|
);
|
|
@@ -1123,14 +2113,126 @@ const IconSocialLinkedin = React.forwardRef(
|
|
|
1123
2113
|
fill: "none",
|
|
1124
2114
|
ref: forwardRef2
|
|
1125
2115
|
},
|
|
1126
|
-
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1127
|
-
fill: "currentColor",
|
|
1128
|
-
d: "M20.52 2c.816 0 1.48.646 1.48 1.442v17.115c0 .796-.664 1.443-1.48 1.443H3.475C2.661 22 2 21.353 2 20.557V3.442C2 2.646 2.661 2 3.475 2h17.046Zm-1.477 17.042v-5.234c0-2.57-.555-4.547-3.558-4.547-1.444 0-2.412.791-2.807 1.542h-.04V9.498H9.793v9.544h2.963v-4.72c0-1.246.235-2.452 1.779-2.452 1.522 0 1.541 1.424 1.541 2.53v4.642h2.966ZM7.933 9.498h-2.97v9.544h2.97V9.498ZM6.449 4.753a1.72 1.72 0 1 0-.003 3.44 1.72 1.72 0 0 0 .003-3.44Z"
|
|
1129
|
-
})
|
|
2116
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2117
|
+
fill: "currentColor",
|
|
2118
|
+
d: "M20.52 2c.816 0 1.48.646 1.48 1.442v17.115c0 .796-.664 1.443-1.48 1.443H3.475C2.661 22 2 21.353 2 20.557V3.442C2 2.646 2.661 2 3.475 2h17.046Zm-1.477 17.042v-5.234c0-2.57-.555-4.547-3.558-4.547-1.444 0-2.412.791-2.807 1.542h-.04V9.498H9.793v9.544h2.963v-4.72c0-1.246.235-2.452 1.779-2.452 1.522 0 1.541 1.424 1.541 2.53v4.642h2.966ZM7.933 9.498h-2.97v9.544h2.97V9.498ZM6.449 4.753a1.72 1.72 0 1 0-.003 3.44 1.72 1.72 0 0 0 .003-3.44Z"
|
|
2119
|
+
})
|
|
2120
|
+
)
|
|
2121
|
+
);
|
|
2122
|
+
|
|
2123
|
+
const IconSocialTwitter = React.forwardRef(
|
|
2124
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2125
|
+
StyledIcon,
|
|
2126
|
+
{
|
|
2127
|
+
...props,
|
|
2128
|
+
size,
|
|
2129
|
+
viewBox: "0 0 24 24",
|
|
2130
|
+
fill: "none",
|
|
2131
|
+
ref: forwardRef2
|
|
2132
|
+
},
|
|
2133
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2134
|
+
fill: "currentColor",
|
|
2135
|
+
d: "M7.919 21C16.22 21 20.76 14.074 20.76 8.068c0-.196 0-.392-.013-.587A9.22 9.22 0 0 0 23 5.128a8.963 8.963 0 0 1-2.593.715 4.556 4.556 0 0 0 1.985-2.514 9.01 9.01 0 0 1-2.866 1.104A4.505 4.505 0 0 0 16.235 3c-2.479 0-4.518 2.054-4.518 4.55 0 .345.039.69.117 1.028A12.791 12.791 0 0 1 2.53 3.829c-1.19 2.065-.574 4.741 1.4 6.067a4.456 4.456 0 0 1-2.049-.569v.058c0 2.155 1.523 4.029 3.621 4.455a4.477 4.477 0 0 1-2.038.078 4.532 4.532 0 0 0 4.217 3.157A9.019 9.019 0 0 1 1 18.958a12.716 12.716 0 0 0 6.919 2.039"
|
|
2136
|
+
})
|
|
2137
|
+
)
|
|
2138
|
+
);
|
|
2139
|
+
|
|
2140
|
+
const IconSocialYoutube = React.forwardRef(
|
|
2141
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2142
|
+
StyledIcon,
|
|
2143
|
+
{
|
|
2144
|
+
...props,
|
|
2145
|
+
size,
|
|
2146
|
+
viewBox: "0 0 24 24",
|
|
2147
|
+
fill: "none",
|
|
2148
|
+
ref: forwardRef2
|
|
2149
|
+
},
|
|
2150
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2151
|
+
fill: "currentColor",
|
|
2152
|
+
d: "M23.02 6.155c-.265-1.045-1.044-1.868-2.034-2.147C19.192 3.5 12 3.5 12 3.5s-7.192 0-8.986.508C2.024 4.287 1.245 5.11.98 6.155.5 8.049.5 12 .5 12s0 3.952.48 5.845c.265 1.045 1.044 1.868 2.034 2.148C4.808 20.5 12 20.5 12 20.5s7.192 0 8.986-.507c.99-.28 1.77-1.103 2.034-2.148.48-1.893.48-5.845.48-5.845s0-3.951-.48-5.845ZM9.7 15.643V8.357L15.675 12 9.7 15.643Z"
|
|
2153
|
+
})
|
|
2154
|
+
)
|
|
2155
|
+
);
|
|
2156
|
+
|
|
2157
|
+
const IconSpeakerCross = React.forwardRef(
|
|
2158
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2159
|
+
StyledIcon,
|
|
2160
|
+
{
|
|
2161
|
+
...props,
|
|
2162
|
+
size,
|
|
2163
|
+
viewBox: "0 0 24 24",
|
|
2164
|
+
fill: "none",
|
|
2165
|
+
ref: forwardRef2
|
|
2166
|
+
},
|
|
2167
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
2168
|
+
clipPath: "url(#a)"
|
|
2169
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2170
|
+
stroke: "currentColor",
|
|
2171
|
+
strokeLinecap: "round",
|
|
2172
|
+
strokeWidth: 2,
|
|
2173
|
+
d: "m21 9.5-5 5m0-5 5 5M3.1 15h3.856a.1.1 0 0 1 .074.033l4.796 5.276A.1.1 0 0 0 12 20.24V3.76a.1.1 0 0 0-.174-.068L7.03 8.967A.1.1 0 0 1 6.956 9H3.1a.1.1 0 0 0-.1.1v5.8a.1.1 0 0 0 .1.1Z"
|
|
2174
|
+
})),
|
|
2175
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2176
|
+
id: "a"
|
|
2177
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2178
|
+
d: "M0 0h24v24H0z"
|
|
2179
|
+
})))
|
|
2180
|
+
)
|
|
2181
|
+
);
|
|
2182
|
+
|
|
2183
|
+
const IconSpeakerHigh = React.forwardRef(
|
|
2184
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2185
|
+
StyledIcon,
|
|
2186
|
+
{
|
|
2187
|
+
...props,
|
|
2188
|
+
size,
|
|
2189
|
+
viewBox: "0 0 24 24",
|
|
2190
|
+
fill: "none",
|
|
2191
|
+
ref: forwardRef2
|
|
2192
|
+
},
|
|
2193
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
2194
|
+
clipPath: "url(#a)"
|
|
2195
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2196
|
+
stroke: "currentColor",
|
|
2197
|
+
strokeLinecap: "round",
|
|
2198
|
+
strokeWidth: 2,
|
|
2199
|
+
d: "M16 10v4m3-8.5V18M3.1 15h3.856a.1.1 0 0 1 .074.033l4.796 5.276A.1.1 0 0 0 12 20.24V3.76a.1.1 0 0 0-.174-.068L7.03 8.967A.1.1 0 0 1 6.956 9H3.1a.1.1 0 0 0-.1.1v5.8a.1.1 0 0 0 .1.1Z"
|
|
2200
|
+
})),
|
|
2201
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2202
|
+
id: "a"
|
|
2203
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2204
|
+
d: "M0 0h24v24H0z"
|
|
2205
|
+
})))
|
|
2206
|
+
)
|
|
2207
|
+
);
|
|
2208
|
+
|
|
2209
|
+
const IconSquareBracketsAngleSlash = React.forwardRef(
|
|
2210
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2211
|
+
StyledIcon,
|
|
2212
|
+
{
|
|
2213
|
+
...props,
|
|
2214
|
+
size,
|
|
2215
|
+
viewBox: "0 0 24 24",
|
|
2216
|
+
fill: "none",
|
|
2217
|
+
ref: forwardRef2
|
|
2218
|
+
},
|
|
2219
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
2220
|
+
clipPath: "url(#a)"
|
|
2221
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2222
|
+
stroke: "currentColor",
|
|
2223
|
+
strokeLinecap: "round",
|
|
2224
|
+
strokeWidth: 2,
|
|
2225
|
+
d: "M6 4 3.177 6.823a.25.25 0 0 0 0 .354L6 10m5-7-2 8m5-7 2.823 2.823a.25.25 0 0 1 0 .354L14 10m5-7v0a2 2 0 0 1 2 2v14a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-5"
|
|
2226
|
+
})),
|
|
2227
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2228
|
+
id: "a"
|
|
2229
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2230
|
+
d: "M0 0h24v24H0z"
|
|
2231
|
+
})))
|
|
1130
2232
|
)
|
|
1131
2233
|
);
|
|
1132
2234
|
|
|
1133
|
-
const
|
|
2235
|
+
const IconSquareCirclesTwo = React.forwardRef(
|
|
1134
2236
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1135
2237
|
StyledIcon,
|
|
1136
2238
|
{
|
|
@@ -1140,14 +2242,20 @@ const IconSocialTwitter = React.forwardRef(
|
|
|
1140
2242
|
fill: "none",
|
|
1141
2243
|
ref: forwardRef2
|
|
1142
2244
|
},
|
|
2245
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2246
|
+
stroke: "currentColor",
|
|
2247
|
+
strokeLinecap: "round",
|
|
2248
|
+
strokeWidth: 2,
|
|
2249
|
+
d: "M19.75 4H4.25a.25.25 0 0 0-.25.25v15.5c0 .138.112.25.25.25h15.5a.25.25 0 0 0 .25-.25V4.25a.25.25 0 0 0-.25-.25Z"
|
|
2250
|
+
}),
|
|
1143
2251
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1144
2252
|
fill: "currentColor",
|
|
1145
|
-
d: "
|
|
2253
|
+
d: "M16 15a3 3 0 1 1-6 0 3 3 0 0 1 6 0Zm7-3a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"
|
|
1146
2254
|
})
|
|
1147
2255
|
)
|
|
1148
2256
|
);
|
|
1149
2257
|
|
|
1150
|
-
const
|
|
2258
|
+
const IconSquareRounded = React.forwardRef(
|
|
1151
2259
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1152
2260
|
StyledIcon,
|
|
1153
2261
|
{
|
|
@@ -1157,14 +2265,22 @@ const IconSocialYoutube = React.forwardRef(
|
|
|
1157
2265
|
fill: "none",
|
|
1158
2266
|
ref: forwardRef2
|
|
1159
2267
|
},
|
|
1160
|
-
/* @__PURE__ */ React__default["default"].createElement("
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
|
|
2268
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
2269
|
+
clipPath: "url(#a)"
|
|
2270
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2271
|
+
stroke: "currentColor",
|
|
2272
|
+
strokeWidth: 2,
|
|
2273
|
+
d: "M16 4H8a4 4 0 0 0-4 4v8a4 4 0 0 0 4 4h8a4 4 0 0 0 4-4V8a4 4 0 0 0-4-4Z"
|
|
2274
|
+
})),
|
|
2275
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2276
|
+
id: "a"
|
|
2277
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2278
|
+
d: "M0 0h24v24H0z"
|
|
2279
|
+
})))
|
|
1164
2280
|
)
|
|
1165
2281
|
);
|
|
1166
2282
|
|
|
1167
|
-
const
|
|
2283
|
+
const IconSquareTriangleCirclePlus = React.forwardRef(
|
|
1168
2284
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1169
2285
|
StyledIcon,
|
|
1170
2286
|
{
|
|
@@ -1180,7 +2296,7 @@ const IconSpeakerCross = React.forwardRef(
|
|
|
1180
2296
|
stroke: "currentColor",
|
|
1181
2297
|
strokeLinecap: "round",
|
|
1182
2298
|
strokeWidth: 2,
|
|
1183
|
-
d: "
|
|
2299
|
+
d: "M17 14v3m0 0v3m0-3h-3m3 0h3M5 4h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1Zm9.164 5.645 2.609-5.653a.25.25 0 0 1 .454 0l2.61 5.653a.25.25 0 0 1-.228.355h-5.218a.25.25 0 0 1-.227-.355Zm-9.285 9.476A3 3 0 1 0 9.12 14.88a3 3 0 0 0-4.24 4.24Z"
|
|
1184
2300
|
})),
|
|
1185
2301
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1186
2302
|
id: "a"
|
|
@@ -1190,7 +2306,7 @@ const IconSpeakerCross = React.forwardRef(
|
|
|
1190
2306
|
)
|
|
1191
2307
|
);
|
|
1192
2308
|
|
|
1193
|
-
const
|
|
2309
|
+
const IconSquare = React.forwardRef(
|
|
1194
2310
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1195
2311
|
StyledIcon,
|
|
1196
2312
|
{
|
|
@@ -1204,9 +2320,8 @@ const IconSpeakerHigh = React.forwardRef(
|
|
|
1204
2320
|
clipPath: "url(#a)"
|
|
1205
2321
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1206
2322
|
stroke: "currentColor",
|
|
1207
|
-
strokeLinecap: "round",
|
|
1208
2323
|
strokeWidth: 2,
|
|
1209
|
-
d: "
|
|
2324
|
+
d: "M20.75 3H3.25a.25.25 0 0 0-.25.25v17.5c0 .138.112.25.25.25h17.5a.25.25 0 0 0 .25-.25V3.25a.25.25 0 0 0-.25-.25Z"
|
|
1210
2325
|
})),
|
|
1211
2326
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1212
2327
|
id: "a"
|
|
@@ -1216,7 +2331,7 @@ const IconSpeakerHigh = React.forwardRef(
|
|
|
1216
2331
|
)
|
|
1217
2332
|
);
|
|
1218
2333
|
|
|
1219
|
-
const
|
|
2334
|
+
const IconSquaresFour = React.forwardRef(
|
|
1220
2335
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1221
2336
|
StyledIcon,
|
|
1222
2337
|
{
|
|
@@ -1227,11 +2342,38 @@ const IconSquareRounded = React.forwardRef(
|
|
|
1227
2342
|
ref: forwardRef2
|
|
1228
2343
|
},
|
|
1229
2344
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
2345
|
+
stroke: "currentColor",
|
|
2346
|
+
strokeLinecap: "round",
|
|
2347
|
+
strokeWidth: 2,
|
|
1230
2348
|
clipPath: "url(#a)"
|
|
1231
2349
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2350
|
+
d: "M9.5 14h-5a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5Zm10 0h-5a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5ZM9.5 4h-5a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5Z"
|
|
2351
|
+
})),
|
|
2352
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2353
|
+
id: "a"
|
|
2354
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2355
|
+
d: "M0 0h24v24H0z"
|
|
2356
|
+
})))
|
|
2357
|
+
)
|
|
2358
|
+
);
|
|
2359
|
+
|
|
2360
|
+
const IconSquaresThree = React.forwardRef(
|
|
2361
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2362
|
+
StyledIcon,
|
|
2363
|
+
{
|
|
2364
|
+
...props,
|
|
2365
|
+
size,
|
|
2366
|
+
viewBox: "0 0 24 24",
|
|
2367
|
+
fill: "none",
|
|
2368
|
+
ref: forwardRef2
|
|
2369
|
+
},
|
|
2370
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
1232
2371
|
stroke: "currentColor",
|
|
2372
|
+
strokeLinecap: "round",
|
|
1233
2373
|
strokeWidth: 2,
|
|
1234
|
-
|
|
2374
|
+
clipPath: "url(#a)"
|
|
2375
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2376
|
+
d: "M9.5 14h-5a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5Zm10 0h-5a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5ZM9.5 4h-5a.5.5 0 0 0-.5.5v5a.5.5 0 0 0 .5.5h5a.5.5 0 0 0 .5-.5v-5a.5.5 0 0 0-.5-.5Z"
|
|
1235
2377
|
})),
|
|
1236
2378
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1237
2379
|
id: "a"
|
|
@@ -1241,7 +2383,7 @@ const IconSquareRounded = React.forwardRef(
|
|
|
1241
2383
|
)
|
|
1242
2384
|
);
|
|
1243
2385
|
|
|
1244
|
-
const
|
|
2386
|
+
const IconStickyNote = React.forwardRef(
|
|
1245
2387
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1246
2388
|
StyledIcon,
|
|
1247
2389
|
{
|
|
@@ -1255,8 +2397,9 @@ const IconSquare = React.forwardRef(
|
|
|
1255
2397
|
clipPath: "url(#a)"
|
|
1256
2398
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1257
2399
|
stroke: "currentColor",
|
|
2400
|
+
strokeLinecap: "square",
|
|
1258
2401
|
strokeWidth: 2,
|
|
1259
|
-
d: "
|
|
2402
|
+
d: "M14 19v-5.5a.5.5 0 0 1 .5-.5H20M4.5 4h16a.5.5 0 0 1 .5.5v7.843a4 4 0 0 1-1.172 2.829l-3.656 3.656A4 4 0 0 1 13.343 20H4.5a.5.5 0 0 1-.5-.5v-15a.5.5 0 0 1 .5-.5Z"
|
|
1260
2403
|
})),
|
|
1261
2404
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1262
2405
|
id: "a"
|
|
@@ -1290,6 +2433,147 @@ const IconStopCircle = React.forwardRef(
|
|
|
1290
2433
|
)
|
|
1291
2434
|
);
|
|
1292
2435
|
|
|
2436
|
+
const IconTextT = React.forwardRef(
|
|
2437
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2438
|
+
StyledIcon,
|
|
2439
|
+
{
|
|
2440
|
+
...props,
|
|
2441
|
+
size,
|
|
2442
|
+
viewBox: "0 0 24 24",
|
|
2443
|
+
fill: "none",
|
|
2444
|
+
ref: forwardRef2
|
|
2445
|
+
},
|
|
2446
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
2447
|
+
clipPath: "url(#a)"
|
|
2448
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2449
|
+
stroke: "currentColor",
|
|
2450
|
+
strokeLinecap: "round",
|
|
2451
|
+
strokeWidth: 2,
|
|
2452
|
+
d: "M4 7V4.5a.5.5 0 0 1 .5-.5H12m8 3V4.5a.5.5 0 0 0-.5-.5H12m0 0v16m0 0H9m3 0h3"
|
|
2453
|
+
})),
|
|
2454
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2455
|
+
id: "a"
|
|
2456
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2457
|
+
d: "M0 0h24v24H0z"
|
|
2458
|
+
})))
|
|
2459
|
+
)
|
|
2460
|
+
);
|
|
2461
|
+
|
|
2462
|
+
const IconThumbsUp = React.forwardRef(
|
|
2463
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2464
|
+
StyledIcon,
|
|
2465
|
+
{
|
|
2466
|
+
...props,
|
|
2467
|
+
size,
|
|
2468
|
+
viewBox: "0 0 24 24",
|
|
2469
|
+
fill: "none",
|
|
2470
|
+
ref: forwardRef2
|
|
2471
|
+
},
|
|
2472
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
2473
|
+
clipPath: "url(#a)"
|
|
2474
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2475
|
+
stroke: "currentColor",
|
|
2476
|
+
strokeLinecap: "round",
|
|
2477
|
+
strokeWidth: 2,
|
|
2478
|
+
d: "M4 11.617V20m3.2-1.048v-7.128c0-.137.027-.272.08-.399l3.25-8.1c.162-.388.7-.44.937-.092l.553 1.077a4.13 4.13 0 0 1 .589 3.342L12.019 10h5.334c1.178 0 2.647.983 2.647 2.14v2.62c0 2.894-2.921 5.24-5.867 5.24H8.267c-.59 0-1.067-.47-1.067-1.048Z"
|
|
2479
|
+
})),
|
|
2480
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2481
|
+
id: "a"
|
|
2482
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2483
|
+
d: "M0 0h24v24H0z"
|
|
2484
|
+
})))
|
|
2485
|
+
)
|
|
2486
|
+
);
|
|
2487
|
+
|
|
2488
|
+
const IconTicket = React.forwardRef(
|
|
2489
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2490
|
+
StyledIcon,
|
|
2491
|
+
{
|
|
2492
|
+
...props,
|
|
2493
|
+
size,
|
|
2494
|
+
viewBox: "0 0 24 24",
|
|
2495
|
+
fill: "none",
|
|
2496
|
+
ref: forwardRef2
|
|
2497
|
+
},
|
|
2498
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2499
|
+
fill: "currentColor",
|
|
2500
|
+
d: "M19.5 9v1h2V9h-2Zm2 6v-1h-2v1h2Zm-17 0v-1h-2v1h2Zm-2-6v1h2V9h-2Zm3 3h1-1ZM11 5a1 1 0 1 0-2 0h2ZM9 19a1 1 0 1 0 2 0H9ZM4.5 6h15V4h-15v2Zm15 0v3h2V6h-2Zm0 9v3h2v-3h-2Zm0 3h-15v2h15v-2Zm-15 0v-3h-2v3h2Zm0-9V6h-2v3h2Zm15 9v2a2 2 0 0 0 2-2h-2Zm0-12h2a2 2 0 0 0-2-2v2Zm-15 12h-2a2 2 0 0 0 2 2v-2Zm0-14a2 2 0 0 0-2 2h2V4Zm-2 6c1.202 0 2 .798 2 2h2c0-2.307-1.693-4-4-4v2Zm2 2c0 1.202-.798 2-2 2v2c2.307 0 4-1.693 4-4h-2ZM9 5v14h2V5H9Zm12.5 9c-1.202 0-2-.798-2-2h-2c0 2.307 1.693 4 4 4v-2Zm-2-2c0-1.202.798-2 2-2V8c-2.307 0-4 1.693-4 4h2Z"
|
|
2501
|
+
})
|
|
2502
|
+
)
|
|
2503
|
+
);
|
|
2504
|
+
|
|
2505
|
+
const IconTrackpad = React.forwardRef(
|
|
2506
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2507
|
+
StyledIcon,
|
|
2508
|
+
{
|
|
2509
|
+
...props,
|
|
2510
|
+
size,
|
|
2511
|
+
viewBox: "0 0 24 24",
|
|
2512
|
+
fill: "none",
|
|
2513
|
+
ref: forwardRef2
|
|
2514
|
+
},
|
|
2515
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2516
|
+
stroke: "currentColor",
|
|
2517
|
+
strokeWidth: 2,
|
|
2518
|
+
d: "M4 14v2a3 3 0 0 0 3 3h5m-8-5V7a3 3 0 0 1 3-3h10a3 3 0 0 1 3 3v7M4 14h8m8 0v2a3 3 0 0 1-3 3h-5m8-5h-8m0 0v5"
|
|
2519
|
+
})
|
|
2520
|
+
)
|
|
2521
|
+
);
|
|
2522
|
+
|
|
2523
|
+
const IconTrashSimple = React.forwardRef(
|
|
2524
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2525
|
+
StyledIcon,
|
|
2526
|
+
{
|
|
2527
|
+
...props,
|
|
2528
|
+
size,
|
|
2529
|
+
viewBox: "0 0 24 24",
|
|
2530
|
+
fill: "none",
|
|
2531
|
+
ref: forwardRef2
|
|
2532
|
+
},
|
|
2533
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
2534
|
+
clipPath: "url(#a)"
|
|
2535
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2536
|
+
stroke: "currentColor",
|
|
2537
|
+
strokeLinecap: "round",
|
|
2538
|
+
strokeMiterlimit: 1.414,
|
|
2539
|
+
strokeWidth: 2,
|
|
2540
|
+
d: "M4 5h8m8 0h-8m0 0V3M6 8v12.75c0 .138.112.25.25.25h11.5a.25.25 0 0 0 .25-.25V8"
|
|
2541
|
+
})),
|
|
2542
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2543
|
+
id: "a"
|
|
2544
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2545
|
+
d: "M0 0h24v24H0z"
|
|
2546
|
+
})))
|
|
2547
|
+
)
|
|
2548
|
+
);
|
|
2549
|
+
|
|
2550
|
+
const IconTrash = React.forwardRef(
|
|
2551
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2552
|
+
StyledIcon,
|
|
2553
|
+
{
|
|
2554
|
+
...props,
|
|
2555
|
+
size,
|
|
2556
|
+
viewBox: "0 0 24 24",
|
|
2557
|
+
fill: "none",
|
|
2558
|
+
ref: forwardRef2
|
|
2559
|
+
},
|
|
2560
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
2561
|
+
clipPath: "url(#a)"
|
|
2562
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2563
|
+
stroke: "currentColor",
|
|
2564
|
+
strokeLinecap: "round",
|
|
2565
|
+
strokeMiterlimit: 1.414,
|
|
2566
|
+
strokeWidth: 2,
|
|
2567
|
+
d: "M4 5h8m8 0h-8m0 0V3M6 8v12.75c0 .138.112.25.25.25h11.5a.25.25 0 0 0 .25-.25V8m-8 0v9m4-9v9"
|
|
2568
|
+
})),
|
|
2569
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2570
|
+
id: "a"
|
|
2571
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2572
|
+
d: "M0 0h24v24H0z"
|
|
2573
|
+
})))
|
|
2574
|
+
)
|
|
2575
|
+
);
|
|
2576
|
+
|
|
1293
2577
|
const IconTriangle = React.forwardRef(
|
|
1294
2578
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1295
2579
|
StyledIcon,
|
|
@@ -1315,6 +2599,45 @@ const IconTriangle = React.forwardRef(
|
|
|
1315
2599
|
)
|
|
1316
2600
|
);
|
|
1317
2601
|
|
|
2602
|
+
const IconTrident = React.forwardRef(
|
|
2603
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2604
|
+
StyledIcon,
|
|
2605
|
+
{
|
|
2606
|
+
...props,
|
|
2607
|
+
size,
|
|
2608
|
+
viewBox: "0 0 24 24",
|
|
2609
|
+
fill: "none",
|
|
2610
|
+
ref: forwardRef2
|
|
2611
|
+
},
|
|
2612
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
2613
|
+
clipPath: "url(#a)"
|
|
2614
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2615
|
+
stroke: "currentColor",
|
|
2616
|
+
strokeLinecap: "round",
|
|
2617
|
+
strokeLinejoin: "round",
|
|
2618
|
+
strokeWidth: 2,
|
|
2619
|
+
d: "M12 20v-4m0-11v11m0 0 6.141-.877a1 1 0 0 0 .859-.99V7m-7 9-6.141-.877a1 1 0 0 1-.859-.99V7"
|
|
2620
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2621
|
+
fill: "currentColor",
|
|
2622
|
+
d: "M18.78 4.107a.25.25 0 0 1 .447 0l2.006 4.012c.1.2-.092.42-.303.349l-1.847-.619a.25.25 0 0 0-.16 0l-1.846.619a.25.25 0 0 1-.303-.349l2.006-4.012Z"
|
|
2623
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2624
|
+
fill: "currentColor",
|
|
2625
|
+
d: "M18.78 4.107a.25.25 0 0 1 .447 0l2.006 4.012c.1.2-.092.42-.303.349l-1.847-.619a.25.25 0 0 0-.16 0l-1.846.619a.25.25 0 0 1-.303-.349l2.006-4.012Zm-7-1.969a.25.25 0 0 1 .447 0l2.005 4.012c.1.2-.091.42-.302.349l-1.848-.619a.25.25 0 0 0-.158 0l-1.848.619a.25.25 0 0 1-.303-.349l2.006-4.012Z"
|
|
2626
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2627
|
+
fill: "currentColor",
|
|
2628
|
+
d: "M11.78 2.138a.25.25 0 0 1 .447 0l2.005 4.012c.1.2-.091.42-.302.349l-1.848-.619a.25.25 0 0 0-.158 0l-1.848.619a.25.25 0 0 1-.303-.349l2.006-4.012ZM4.777 4.133a.25.25 0 0 1 .447 0L7.23 8.145c.1.2-.092.42-.303.349L5.08 7.875a.25.25 0 0 0-.159 0l-1.847.619a.25.25 0 0 1-.303-.349l2.006-4.012Z"
|
|
2629
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2630
|
+
fill: "currentColor",
|
|
2631
|
+
d: "M4.777 4.133a.25.25 0 0 1 .447 0L7.23 8.145c.1.2-.092.42-.303.349L5.08 7.875a.25.25 0 0 0-.159 0l-1.847.619a.25.25 0 0 1-.303-.349l2.006-4.012Z"
|
|
2632
|
+
})),
|
|
2633
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2634
|
+
id: "a"
|
|
2635
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2636
|
+
d: "M0 0h24v24H0z"
|
|
2637
|
+
})))
|
|
2638
|
+
)
|
|
2639
|
+
);
|
|
2640
|
+
|
|
1318
2641
|
const IconUserAdd = React.forwardRef(
|
|
1319
2642
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1320
2643
|
StyledIcon,
|
|
@@ -1396,6 +2719,10 @@ const IconWallet = React.forwardRef(
|
|
|
1396
2719
|
);
|
|
1397
2720
|
|
|
1398
2721
|
exports.IconArrowBoxOut = IconArrowBoxOut;
|
|
2722
|
+
exports.IconArrowClockwiseDownRight = IconArrowClockwiseDownRight;
|
|
2723
|
+
exports.IconArrowClockwiseUpLeft = IconArrowClockwiseUpLeft;
|
|
2724
|
+
exports.IconArrowCounterClockwiseDownLeft = IconArrowCounterClockwiseDownLeft;
|
|
2725
|
+
exports.IconArrowCounterClockwiseUpRight = IconArrowCounterClockwiseUpRight;
|
|
1399
2726
|
exports.IconArrowDown = IconArrowDown;
|
|
1400
2727
|
exports.IconArrowDownLeft = IconArrowDownLeft;
|
|
1401
2728
|
exports.IconArrowDownRight = IconArrowDownRight;
|
|
@@ -1405,7 +2732,18 @@ exports.IconArrowRight = IconArrowRight;
|
|
|
1405
2732
|
exports.IconArrowUp = IconArrowUp;
|
|
1406
2733
|
exports.IconArrowUpLeft = IconArrowUpLeft;
|
|
1407
2734
|
exports.IconArrowUpRight = IconArrowUpRight;
|
|
2735
|
+
exports.IconArrowsClockwiseX = IconArrowsClockwiseX;
|
|
2736
|
+
exports.IconArrowsClockwiseY = IconArrowsClockwiseY;
|
|
2737
|
+
exports.IconArticle = IconArticle;
|
|
1408
2738
|
exports.IconBarThree = IconBarThree;
|
|
2739
|
+
exports.IconBracketsAngleSlash = IconBracketsAngleSlash;
|
|
2740
|
+
exports.IconBracketsCurlyCirclesThree = IconBracketsCurlyCirclesThree;
|
|
2741
|
+
exports.IconCamera = IconCamera;
|
|
2742
|
+
exports.IconCard = IconCard;
|
|
2743
|
+
exports.IconCardNumberThree = IconCardNumberThree;
|
|
2744
|
+
exports.IconCardsPoker = IconCardsPoker;
|
|
2745
|
+
exports.IconChartBarY = IconChartBarY;
|
|
2746
|
+
exports.IconChartBarYSimple = IconChartBarYSimple;
|
|
1409
2747
|
exports.IconChat = IconChat;
|
|
1410
2748
|
exports.IconCheckMark = IconCheckMark;
|
|
1411
2749
|
exports.IconChevronDown = IconChevronDown;
|
|
@@ -1414,15 +2752,35 @@ exports.IconChevronRight = IconChevronRight;
|
|
|
1414
2752
|
exports.IconChevronUp = IconChevronUp;
|
|
1415
2753
|
exports.IconCircle = IconCircle;
|
|
1416
2754
|
exports.IconCircleMotionX = IconCircleMotionX;
|
|
2755
|
+
exports.IconCircleNotch = IconCircleNotch;
|
|
2756
|
+
exports.IconCirclesConnected = IconCirclesConnected;
|
|
2757
|
+
exports.IconClockCounterClockwise = IconClockCounterClockwise;
|
|
2758
|
+
exports.IconClockCounterClockwiseSimple = IconClockCounterClockwiseSimple;
|
|
2759
|
+
exports.IconCluster = IconCluster;
|
|
2760
|
+
exports.IconClustered = IconClustered;
|
|
1417
2761
|
exports.IconCog = IconCog;
|
|
2762
|
+
exports.IconCreditCard = IconCreditCard;
|
|
2763
|
+
exports.IconCrop = IconCrop;
|
|
1418
2764
|
exports.IconCross = IconCross;
|
|
1419
2765
|
exports.IconCrossCircle = IconCrossCircle;
|
|
2766
|
+
exports.IconCursor = IconCursor;
|
|
2767
|
+
exports.IconCursorFilled = IconCursorFilled;
|
|
1420
2768
|
exports.IconEnvelope = IconEnvelope;
|
|
1421
2769
|
exports.IconExclamationPointCircle = IconExclamationPointCircle;
|
|
2770
|
+
exports.IconFactory = IconFactory;
|
|
2771
|
+
exports.IconFactoryHouse = IconFactoryHouse;
|
|
1422
2772
|
exports.IconFunnel = IconFunnel;
|
|
2773
|
+
exports.IconGauge = IconGauge;
|
|
1423
2774
|
exports.IconGlobe = IconGlobe;
|
|
2775
|
+
exports.IconHand = IconHand;
|
|
2776
|
+
exports.IconHandFilled = IconHandFilled;
|
|
1424
2777
|
exports.IconHouse = IconHouse;
|
|
2778
|
+
exports.IconImage = IconImage;
|
|
1425
2779
|
exports.IconInformationMarkCircle = IconInformationMarkCircle;
|
|
2780
|
+
exports.IconKanban = IconKanban;
|
|
2781
|
+
exports.IconKey = IconKey;
|
|
2782
|
+
exports.IconKeycap = IconKeycap;
|
|
2783
|
+
exports.IconLaptop = IconLaptop;
|
|
1426
2784
|
exports.IconLineDiagonal = IconLineDiagonal;
|
|
1427
2785
|
exports.IconLink = IconLink;
|
|
1428
2786
|
exports.IconLockClosed = IconLockClosed;
|
|
@@ -1431,8 +2789,10 @@ exports.IconMagnifyingGlass = IconMagnifyingGlass;
|
|
|
1431
2789
|
exports.IconMicrophone = IconMicrophone;
|
|
1432
2790
|
exports.IconMicrophoneSlash = IconMicrophoneSlash;
|
|
1433
2791
|
exports.IconMinus = IconMinus;
|
|
2792
|
+
exports.IconMouse = IconMouse;
|
|
1434
2793
|
exports.IconParallelogram = IconParallelogram;
|
|
1435
2794
|
exports.IconPauseCircle = IconPauseCircle;
|
|
2795
|
+
exports.IconPdf = IconPdf;
|
|
1436
2796
|
exports.IconPlaceholder = IconPlaceholder;
|
|
1437
2797
|
exports.IconPlayCircle = IconPlayCircle;
|
|
1438
2798
|
exports.IconPlaybackSpeedCircle = IconPlaybackSpeedCircle;
|
|
@@ -1440,7 +2800,10 @@ exports.IconPlug = IconPlug;
|
|
|
1440
2800
|
exports.IconPlus = IconPlus;
|
|
1441
2801
|
exports.IconQuestionMarkCircle = IconQuestionMarkCircle;
|
|
1442
2802
|
exports.IconRhombus = IconRhombus;
|
|
2803
|
+
exports.IconScrollbarXy = IconScrollbarXy;
|
|
1443
2804
|
exports.IconShapes = IconShapes;
|
|
2805
|
+
exports.IconShieldCheck = IconShieldCheck;
|
|
2806
|
+
exports.IconShieldLock = IconShieldLock;
|
|
1444
2807
|
exports.IconSlidersX = IconSlidersX;
|
|
1445
2808
|
exports.IconSlidersY = IconSlidersY;
|
|
1446
2809
|
exports.IconSocialFacebook = IconSocialFacebook;
|
|
@@ -1451,9 +2814,22 @@ exports.IconSocialYoutube = IconSocialYoutube;
|
|
|
1451
2814
|
exports.IconSpeakerCross = IconSpeakerCross;
|
|
1452
2815
|
exports.IconSpeakerHigh = IconSpeakerHigh;
|
|
1453
2816
|
exports.IconSquare = IconSquare;
|
|
2817
|
+
exports.IconSquareBracketsAngleSlash = IconSquareBracketsAngleSlash;
|
|
2818
|
+
exports.IconSquareCirclesTwo = IconSquareCirclesTwo;
|
|
1454
2819
|
exports.IconSquareRounded = IconSquareRounded;
|
|
2820
|
+
exports.IconSquareTriangleCirclePlus = IconSquareTriangleCirclePlus;
|
|
2821
|
+
exports.IconSquaresFour = IconSquaresFour;
|
|
2822
|
+
exports.IconSquaresThree = IconSquaresThree;
|
|
2823
|
+
exports.IconStickyNote = IconStickyNote;
|
|
1455
2824
|
exports.IconStopCircle = IconStopCircle;
|
|
2825
|
+
exports.IconTextT = IconTextT;
|
|
2826
|
+
exports.IconThumbsUp = IconThumbsUp;
|
|
2827
|
+
exports.IconTicket = IconTicket;
|
|
2828
|
+
exports.IconTrackpad = IconTrackpad;
|
|
2829
|
+
exports.IconTrash = IconTrash;
|
|
2830
|
+
exports.IconTrashSimple = IconTrashSimple;
|
|
1456
2831
|
exports.IconTriangle = IconTriangle;
|
|
2832
|
+
exports.IconTrident = IconTrident;
|
|
1457
2833
|
exports.IconUser = IconUser;
|
|
1458
2834
|
exports.IconUserAdd = IconUserAdd;
|
|
1459
2835
|
exports.IconUsers = IconUsers;
|