@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/module.js
CHANGED
|
@@ -42,7 +42,7 @@ const IconArrowBoxOut = forwardRef(
|
|
|
42
42
|
)
|
|
43
43
|
);
|
|
44
44
|
|
|
45
|
-
const
|
|
45
|
+
const IconArrowClockwiseDownRight = forwardRef(
|
|
46
46
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
47
47
|
StyledIcon,
|
|
48
48
|
{
|
|
@@ -52,16 +52,23 @@ const IconArrowDownLeft = forwardRef(
|
|
|
52
52
|
fill: "none",
|
|
53
53
|
ref: forwardRef2
|
|
54
54
|
},
|
|
55
|
-
/* @__PURE__ */ React.createElement("
|
|
55
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
56
|
+
clipPath: "url(#a)"
|
|
57
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
56
58
|
stroke: "currentColor",
|
|
57
59
|
strokeLinecap: "round",
|
|
58
60
|
strokeWidth: 2,
|
|
59
|
-
d: "
|
|
60
|
-
})
|
|
61
|
+
d: "M12 20a8 8 0 1 1 7.748-6M17 12l3 3 3-3"
|
|
62
|
+
})),
|
|
63
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
64
|
+
id: "a"
|
|
65
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
66
|
+
d: "M0 0h24v24H0z"
|
|
67
|
+
})))
|
|
61
68
|
)
|
|
62
69
|
);
|
|
63
70
|
|
|
64
|
-
const
|
|
71
|
+
const IconArrowClockwiseUpLeft = forwardRef(
|
|
65
72
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
66
73
|
StyledIcon,
|
|
67
74
|
{
|
|
@@ -71,16 +78,23 @@ const IconArrowDownRight = forwardRef(
|
|
|
71
78
|
fill: "none",
|
|
72
79
|
ref: forwardRef2
|
|
73
80
|
},
|
|
74
|
-
/* @__PURE__ */ React.createElement("
|
|
81
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
82
|
+
clipPath: "url(#a)"
|
|
83
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
75
84
|
stroke: "currentColor",
|
|
76
85
|
strokeLinecap: "round",
|
|
77
86
|
strokeWidth: 2,
|
|
78
|
-
d: "
|
|
79
|
-
})
|
|
87
|
+
d: "M12 4a8 8 0 1 1-7.748 6M7 12 4 9l-3 3"
|
|
88
|
+
})),
|
|
89
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
90
|
+
id: "a"
|
|
91
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
92
|
+
d: "M0 0h24v24H0z"
|
|
93
|
+
})))
|
|
80
94
|
)
|
|
81
95
|
);
|
|
82
96
|
|
|
83
|
-
const
|
|
97
|
+
const IconArrowCounterClockwiseDownLeft = forwardRef(
|
|
84
98
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
85
99
|
StyledIcon,
|
|
86
100
|
{
|
|
@@ -90,16 +104,23 @@ const IconArrowDown = forwardRef(
|
|
|
90
104
|
fill: "none",
|
|
91
105
|
ref: forwardRef2
|
|
92
106
|
},
|
|
93
|
-
/* @__PURE__ */ React.createElement("
|
|
107
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
108
|
+
clipPath: "url(#a)"
|
|
109
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
94
110
|
stroke: "currentColor",
|
|
95
111
|
strokeLinecap: "round",
|
|
96
112
|
strokeWidth: 2,
|
|
97
|
-
d: "
|
|
98
|
-
})
|
|
113
|
+
d: "M4.258 14.015a8 8 0 1 1 7.758 5.987M1 12l3 3 3-3"
|
|
114
|
+
})),
|
|
115
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
116
|
+
id: "a"
|
|
117
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
118
|
+
d: "M0 0h24v24H0z"
|
|
119
|
+
})))
|
|
99
120
|
)
|
|
100
121
|
);
|
|
101
122
|
|
|
102
|
-
const
|
|
123
|
+
const IconArrowCounterClockwiseUpRight = forwardRef(
|
|
103
124
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
104
125
|
StyledIcon,
|
|
105
126
|
{
|
|
@@ -113,8 +134,9 @@ const IconArrowFatRight = forwardRef(
|
|
|
113
134
|
clipPath: "url(#a)"
|
|
114
135
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
115
136
|
stroke: "currentColor",
|
|
137
|
+
strokeLinecap: "round",
|
|
116
138
|
strokeWidth: 2,
|
|
117
|
-
d: "
|
|
139
|
+
d: "M19.753 10.03a8 8 0 1 1-7.723-6.032M23 12l-3-3-3 3"
|
|
118
140
|
})),
|
|
119
141
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
120
142
|
id: "a"
|
|
@@ -124,7 +146,7 @@ const IconArrowFatRight = forwardRef(
|
|
|
124
146
|
)
|
|
125
147
|
);
|
|
126
148
|
|
|
127
|
-
const
|
|
149
|
+
const IconArrowDownLeft = forwardRef(
|
|
128
150
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
129
151
|
StyledIcon,
|
|
130
152
|
{
|
|
@@ -138,12 +160,12 @@ const IconArrowLeft = forwardRef(
|
|
|
138
160
|
stroke: "currentColor",
|
|
139
161
|
strokeLinecap: "round",
|
|
140
162
|
strokeWidth: 2,
|
|
141
|
-
d: "
|
|
163
|
+
d: "M5 19h9m-9 0v-9m0 9L19 5"
|
|
142
164
|
})
|
|
143
165
|
)
|
|
144
166
|
);
|
|
145
167
|
|
|
146
|
-
const
|
|
168
|
+
const IconArrowDownRight = forwardRef(
|
|
147
169
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
148
170
|
StyledIcon,
|
|
149
171
|
{
|
|
@@ -157,12 +179,12 @@ const IconArrowRight = forwardRef(
|
|
|
157
179
|
stroke: "currentColor",
|
|
158
180
|
strokeLinecap: "round",
|
|
159
181
|
strokeWidth: 2,
|
|
160
|
-
d: "
|
|
182
|
+
d: "M19 19v-9m0 9h-9m9 0L5 5"
|
|
161
183
|
})
|
|
162
184
|
)
|
|
163
185
|
);
|
|
164
186
|
|
|
165
|
-
const
|
|
187
|
+
const IconArrowDown = forwardRef(
|
|
166
188
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
167
189
|
StyledIcon,
|
|
168
190
|
{
|
|
@@ -176,12 +198,37 @@ const IconArrowUpLeft = forwardRef(
|
|
|
176
198
|
stroke: "currentColor",
|
|
177
199
|
strokeLinecap: "round",
|
|
178
200
|
strokeWidth: 2,
|
|
179
|
-
d: "
|
|
201
|
+
d: "M12.205 3.205v17m-7-6.41 7 7 7-7"
|
|
180
202
|
})
|
|
181
203
|
)
|
|
182
204
|
);
|
|
183
205
|
|
|
184
|
-
const
|
|
206
|
+
const IconArrowFatRight = forwardRef(
|
|
207
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
208
|
+
StyledIcon,
|
|
209
|
+
{
|
|
210
|
+
...props,
|
|
211
|
+
size,
|
|
212
|
+
viewBox: "0 0 24 24",
|
|
213
|
+
fill: "none",
|
|
214
|
+
ref: forwardRef2
|
|
215
|
+
},
|
|
216
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
217
|
+
clipPath: "url(#a)"
|
|
218
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
219
|
+
stroke: "currentColor",
|
|
220
|
+
strokeWidth: 2,
|
|
221
|
+
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"
|
|
222
|
+
})),
|
|
223
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
224
|
+
id: "a"
|
|
225
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
226
|
+
d: "M0 0h24v24H0z"
|
|
227
|
+
})))
|
|
228
|
+
)
|
|
229
|
+
);
|
|
230
|
+
|
|
231
|
+
const IconArrowLeft = forwardRef(
|
|
185
232
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
186
233
|
StyledIcon,
|
|
187
234
|
{
|
|
@@ -195,12 +242,12 @@ const IconArrowUpRight = forwardRef(
|
|
|
195
242
|
stroke: "currentColor",
|
|
196
243
|
strokeLinecap: "round",
|
|
197
244
|
strokeWidth: 2,
|
|
198
|
-
d: "
|
|
245
|
+
d: "M21 12H4m6.41-7-7 7 7 7"
|
|
199
246
|
})
|
|
200
247
|
)
|
|
201
248
|
);
|
|
202
249
|
|
|
203
|
-
const
|
|
250
|
+
const IconArrowRight = forwardRef(
|
|
204
251
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
205
252
|
StyledIcon,
|
|
206
253
|
{
|
|
@@ -214,12 +261,12 @@ const IconArrowUp = forwardRef(
|
|
|
214
261
|
stroke: "currentColor",
|
|
215
262
|
strokeLinecap: "round",
|
|
216
263
|
strokeWidth: 2,
|
|
217
|
-
d: "
|
|
264
|
+
d: "M20 12H3m10.59-7 7 7-7 7"
|
|
218
265
|
})
|
|
219
266
|
)
|
|
220
267
|
);
|
|
221
268
|
|
|
222
|
-
const
|
|
269
|
+
const IconArrowUpLeft = forwardRef(
|
|
223
270
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
224
271
|
StyledIcon,
|
|
225
272
|
{
|
|
@@ -233,12 +280,12 @@ const IconBarThree = forwardRef(
|
|
|
233
280
|
stroke: "currentColor",
|
|
234
281
|
strokeLinecap: "round",
|
|
235
282
|
strokeWidth: 2,
|
|
236
|
-
d: "
|
|
283
|
+
d: "M5 5v9m0-9h9M5 5l14 14"
|
|
237
284
|
})
|
|
238
285
|
)
|
|
239
286
|
);
|
|
240
287
|
|
|
241
|
-
const
|
|
288
|
+
const IconArrowUpRight = forwardRef(
|
|
242
289
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
243
290
|
StyledIcon,
|
|
244
291
|
{
|
|
@@ -248,22 +295,16 @@ const IconChat = forwardRef(
|
|
|
248
295
|
fill: "none",
|
|
249
296
|
ref: forwardRef2
|
|
250
297
|
},
|
|
251
|
-
/* @__PURE__ */ React.createElement("
|
|
252
|
-
clipPath: "url(#a)"
|
|
253
|
-
}, /* @__PURE__ */ React.createElement("path", {
|
|
298
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
254
299
|
stroke: "currentColor",
|
|
300
|
+
strokeLinecap: "round",
|
|
255
301
|
strokeWidth: 2,
|
|
256
|
-
d: "
|
|
257
|
-
})
|
|
258
|
-
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
259
|
-
id: "a"
|
|
260
|
-
}, /* @__PURE__ */ React.createElement("path", {
|
|
261
|
-
d: "M0 0h24v24H0z"
|
|
262
|
-
})))
|
|
302
|
+
d: "M19 5h-9m9 0v9m0-9L5 19"
|
|
303
|
+
})
|
|
263
304
|
)
|
|
264
305
|
);
|
|
265
306
|
|
|
266
|
-
const
|
|
307
|
+
const IconArrowUp = forwardRef(
|
|
267
308
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
268
309
|
StyledIcon,
|
|
269
310
|
{
|
|
@@ -277,12 +318,12 @@ const IconCheckMark = forwardRef(
|
|
|
277
318
|
stroke: "currentColor",
|
|
278
319
|
strokeLinecap: "round",
|
|
279
320
|
strokeWidth: 2,
|
|
280
|
-
d: "
|
|
321
|
+
d: "M12.205 20.795v-17m7 6.41-7-7-7 7"
|
|
281
322
|
})
|
|
282
323
|
)
|
|
283
324
|
);
|
|
284
325
|
|
|
285
|
-
const
|
|
326
|
+
const IconArrowsClockwiseX = forwardRef(
|
|
286
327
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
287
328
|
StyledIcon,
|
|
288
329
|
{
|
|
@@ -292,16 +333,23 @@ const IconChevronDown = forwardRef(
|
|
|
292
333
|
fill: "none",
|
|
293
334
|
ref: forwardRef2
|
|
294
335
|
},
|
|
295
|
-
/* @__PURE__ */ React.createElement("
|
|
336
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
337
|
+
clipPath: "url(#a)"
|
|
338
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
296
339
|
stroke: "currentColor",
|
|
297
340
|
strokeLinecap: "round",
|
|
298
341
|
strokeWidth: 2,
|
|
299
|
-
d: "
|
|
300
|
-
})
|
|
342
|
+
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"
|
|
343
|
+
})),
|
|
344
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
345
|
+
id: "a"
|
|
346
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
347
|
+
d: "M0 0h24v24H0z"
|
|
348
|
+
})))
|
|
301
349
|
)
|
|
302
350
|
);
|
|
303
351
|
|
|
304
|
-
const
|
|
352
|
+
const IconArrowsClockwiseY = forwardRef(
|
|
305
353
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
306
354
|
StyledIcon,
|
|
307
355
|
{
|
|
@@ -311,16 +359,23 @@ const IconChevronLeft = forwardRef(
|
|
|
311
359
|
fill: "none",
|
|
312
360
|
ref: forwardRef2
|
|
313
361
|
},
|
|
314
|
-
/* @__PURE__ */ React.createElement("
|
|
362
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
363
|
+
clipPath: "url(#a)"
|
|
364
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
315
365
|
stroke: "currentColor",
|
|
316
366
|
strokeLinecap: "round",
|
|
317
367
|
strokeWidth: 2,
|
|
318
|
-
d: "
|
|
319
|
-
})
|
|
368
|
+
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"
|
|
369
|
+
})),
|
|
370
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
371
|
+
id: "a"
|
|
372
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
373
|
+
d: "M0 0h24v24H0z"
|
|
374
|
+
})))
|
|
320
375
|
)
|
|
321
376
|
);
|
|
322
377
|
|
|
323
|
-
const
|
|
378
|
+
const IconArticle = forwardRef(
|
|
324
379
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
325
380
|
StyledIcon,
|
|
326
381
|
{
|
|
@@ -330,16 +385,23 @@ const IconChevronRight = forwardRef(
|
|
|
330
385
|
fill: "none",
|
|
331
386
|
ref: forwardRef2
|
|
332
387
|
},
|
|
333
|
-
/* @__PURE__ */ React.createElement("
|
|
388
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
389
|
+
clipPath: "url(#a)"
|
|
390
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
334
391
|
stroke: "currentColor",
|
|
335
392
|
strokeLinecap: "round",
|
|
336
393
|
strokeWidth: 2,
|
|
337
|
-
d: "
|
|
338
|
-
})
|
|
394
|
+
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"
|
|
395
|
+
})),
|
|
396
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
397
|
+
id: "a"
|
|
398
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
399
|
+
d: "M0 0h24v24H0z"
|
|
400
|
+
})))
|
|
339
401
|
)
|
|
340
402
|
);
|
|
341
403
|
|
|
342
|
-
const
|
|
404
|
+
const IconBarThree = forwardRef(
|
|
343
405
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
344
406
|
StyledIcon,
|
|
345
407
|
{
|
|
@@ -353,12 +415,12 @@ const IconChevronUp = forwardRef(
|
|
|
353
415
|
stroke: "currentColor",
|
|
354
416
|
strokeLinecap: "round",
|
|
355
417
|
strokeWidth: 2,
|
|
356
|
-
d: "
|
|
418
|
+
d: "M21 5H3m18 7H3m18 7H3"
|
|
357
419
|
})
|
|
358
420
|
)
|
|
359
421
|
);
|
|
360
422
|
|
|
361
|
-
const
|
|
423
|
+
const IconBracketsAngleSlash = forwardRef(
|
|
362
424
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
363
425
|
StyledIcon,
|
|
364
426
|
{
|
|
@@ -374,7 +436,7 @@ const IconCircleMotionX = forwardRef(
|
|
|
374
436
|
stroke: "currentColor",
|
|
375
437
|
strokeLinecap: "round",
|
|
376
438
|
strokeWidth: 2,
|
|
377
|
-
d: "
|
|
439
|
+
d: "m7 8-4 4 4 4m10-8 4 4-4 4M14 5l-4 14"
|
|
378
440
|
})),
|
|
379
441
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
380
442
|
id: "a"
|
|
@@ -384,7 +446,7 @@ const IconCircleMotionX = forwardRef(
|
|
|
384
446
|
)
|
|
385
447
|
);
|
|
386
448
|
|
|
387
|
-
const
|
|
449
|
+
const IconBracketsCurlyCirclesThree = forwardRef(
|
|
388
450
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
389
451
|
StyledIcon,
|
|
390
452
|
{
|
|
@@ -397,9 +459,13 @@ const IconCircle = forwardRef(
|
|
|
397
459
|
/* @__PURE__ */ React.createElement("g", {
|
|
398
460
|
clipPath: "url(#a)"
|
|
399
461
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
462
|
+
fill: "currentColor",
|
|
463
|
+
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"
|
|
464
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
400
465
|
stroke: "currentColor",
|
|
466
|
+
strokeLinecap: "round",
|
|
401
467
|
strokeWidth: 2,
|
|
402
|
-
d: "
|
|
468
|
+
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"
|
|
403
469
|
})),
|
|
404
470
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
405
471
|
id: "a"
|
|
@@ -409,7 +475,7 @@ const IconCircle = forwardRef(
|
|
|
409
475
|
)
|
|
410
476
|
);
|
|
411
477
|
|
|
412
|
-
const
|
|
478
|
+
const IconCamera = forwardRef(
|
|
413
479
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
414
480
|
StyledIcon,
|
|
415
481
|
{
|
|
@@ -419,24 +485,25 @@ const IconCog = forwardRef(
|
|
|
419
485
|
fill: "none",
|
|
420
486
|
ref: forwardRef2
|
|
421
487
|
},
|
|
422
|
-
/* @__PURE__ */ React.createElement("
|
|
423
|
-
cx: 12,
|
|
424
|
-
cy: 12,
|
|
425
|
-
r: 1,
|
|
426
|
-
stroke: "currentColor",
|
|
427
|
-
strokeWidth: 2
|
|
428
|
-
}),
|
|
429
|
-
/* @__PURE__ */ React.createElement("path", {
|
|
488
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
430
489
|
stroke: "currentColor",
|
|
431
490
|
strokeLinecap: "round",
|
|
432
|
-
strokeLinejoin: "round",
|
|
433
491
|
strokeWidth: 2,
|
|
434
|
-
|
|
435
|
-
}
|
|
492
|
+
clipPath: "url(#a)"
|
|
493
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
494
|
+
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"
|
|
495
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
496
|
+
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"
|
|
497
|
+
})),
|
|
498
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
499
|
+
id: "a"
|
|
500
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
501
|
+
d: "M0 0h24v24H0z"
|
|
502
|
+
})))
|
|
436
503
|
)
|
|
437
504
|
);
|
|
438
505
|
|
|
439
|
-
const
|
|
506
|
+
const IconCardNumberThree = forwardRef(
|
|
440
507
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
441
508
|
StyledIcon,
|
|
442
509
|
{
|
|
@@ -446,16 +513,21 @@ const IconCrossCircle = forwardRef(
|
|
|
446
513
|
fill: "none",
|
|
447
514
|
ref: forwardRef2
|
|
448
515
|
},
|
|
516
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
517
|
+
fill: "currentColor",
|
|
518
|
+
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"
|
|
519
|
+
}),
|
|
449
520
|
/* @__PURE__ */ React.createElement("path", {
|
|
450
521
|
stroke: "currentColor",
|
|
451
522
|
strokeLinecap: "round",
|
|
523
|
+
strokeLinejoin: "round",
|
|
452
524
|
strokeWidth: 2,
|
|
453
|
-
d: "
|
|
525
|
+
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"
|
|
454
526
|
})
|
|
455
527
|
)
|
|
456
528
|
);
|
|
457
529
|
|
|
458
|
-
const
|
|
530
|
+
const IconCard = forwardRef(
|
|
459
531
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
460
532
|
StyledIcon,
|
|
461
533
|
{
|
|
@@ -469,12 +541,16 @@ const IconCross = forwardRef(
|
|
|
469
541
|
stroke: "currentColor",
|
|
470
542
|
strokeLinecap: "round",
|
|
471
543
|
strokeWidth: 2,
|
|
472
|
-
d: "
|
|
544
|
+
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"
|
|
545
|
+
}),
|
|
546
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
547
|
+
fill: "currentColor",
|
|
548
|
+
d: "M18 9.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z"
|
|
473
549
|
})
|
|
474
550
|
)
|
|
475
551
|
);
|
|
476
552
|
|
|
477
|
-
const
|
|
553
|
+
const IconCardsPoker = forwardRef(
|
|
478
554
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
479
555
|
StyledIcon,
|
|
480
556
|
{
|
|
@@ -488,12 +564,16 @@ const IconEnvelope = forwardRef(
|
|
|
488
564
|
stroke: "currentColor",
|
|
489
565
|
strokeLinecap: "round",
|
|
490
566
|
strokeWidth: 2,
|
|
491
|
-
d: "
|
|
567
|
+
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"
|
|
568
|
+
}),
|
|
569
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
570
|
+
fill: "currentColor",
|
|
571
|
+
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"
|
|
492
572
|
})
|
|
493
573
|
)
|
|
494
574
|
);
|
|
495
575
|
|
|
496
|
-
const
|
|
576
|
+
const IconChartBarYSimple = forwardRef(
|
|
497
577
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
498
578
|
StyledIcon,
|
|
499
579
|
{
|
|
@@ -503,20 +583,23 @@ const IconExclamationPointCircle = forwardRef(
|
|
|
503
583
|
fill: "none",
|
|
504
584
|
ref: forwardRef2
|
|
505
585
|
},
|
|
506
|
-
/* @__PURE__ */ React.createElement("
|
|
586
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
587
|
+
clipPath: "url(#a)"
|
|
588
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
507
589
|
stroke: "currentColor",
|
|
508
590
|
strokeLinecap: "round",
|
|
509
591
|
strokeWidth: 2,
|
|
510
|
-
d: "
|
|
511
|
-
}),
|
|
512
|
-
/* @__PURE__ */ React.createElement("
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
592
|
+
d: "M4 14v6m5-10v10m5-16v16m5-13v13"
|
|
593
|
+
})),
|
|
594
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
595
|
+
id: "a"
|
|
596
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
597
|
+
d: "M0 0h24v24H0z"
|
|
598
|
+
})))
|
|
516
599
|
)
|
|
517
600
|
);
|
|
518
601
|
|
|
519
|
-
const
|
|
602
|
+
const IconChartBarY = forwardRef(
|
|
520
603
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
521
604
|
StyledIcon,
|
|
522
605
|
{
|
|
@@ -532,7 +615,7 @@ const IconFunnel = forwardRef(
|
|
|
532
615
|
stroke: "currentColor",
|
|
533
616
|
strokeLinecap: "round",
|
|
534
617
|
strokeWidth: 2,
|
|
535
|
-
d: "
|
|
618
|
+
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"
|
|
536
619
|
})),
|
|
537
620
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
538
621
|
id: "a"
|
|
@@ -542,7 +625,7 @@ const IconFunnel = forwardRef(
|
|
|
542
625
|
)
|
|
543
626
|
);
|
|
544
627
|
|
|
545
|
-
const
|
|
628
|
+
const IconChat = forwardRef(
|
|
546
629
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
547
630
|
StyledIcon,
|
|
548
631
|
{
|
|
@@ -552,16 +635,22 @@ const IconGlobe = forwardRef(
|
|
|
552
635
|
fill: "none",
|
|
553
636
|
ref: forwardRef2
|
|
554
637
|
},
|
|
555
|
-
/* @__PURE__ */ React.createElement("
|
|
638
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
639
|
+
clipPath: "url(#a)"
|
|
640
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
556
641
|
stroke: "currentColor",
|
|
557
|
-
strokeLinecap: "round",
|
|
558
642
|
strokeWidth: 2,
|
|
559
|
-
d: "
|
|
560
|
-
})
|
|
643
|
+
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"
|
|
644
|
+
})),
|
|
645
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
646
|
+
id: "a"
|
|
647
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
648
|
+
d: "M0 0h24v24H0z"
|
|
649
|
+
})))
|
|
561
650
|
)
|
|
562
651
|
);
|
|
563
652
|
|
|
564
|
-
const
|
|
653
|
+
const IconCheckMark = forwardRef(
|
|
565
654
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
566
655
|
StyledIcon,
|
|
567
656
|
{
|
|
@@ -572,13 +661,15 @@ const IconHouse = forwardRef(
|
|
|
572
661
|
ref: forwardRef2
|
|
573
662
|
},
|
|
574
663
|
/* @__PURE__ */ React.createElement("path", {
|
|
575
|
-
|
|
576
|
-
|
|
664
|
+
stroke: "currentColor",
|
|
665
|
+
strokeLinecap: "round",
|
|
666
|
+
strokeWidth: 2,
|
|
667
|
+
d: "m5 11 5 5 9-9"
|
|
577
668
|
})
|
|
578
669
|
)
|
|
579
670
|
);
|
|
580
671
|
|
|
581
|
-
const
|
|
672
|
+
const IconChevronDown = forwardRef(
|
|
582
673
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
583
674
|
StyledIcon,
|
|
584
675
|
{
|
|
@@ -588,20 +679,16 @@ const IconInformationMarkCircle = forwardRef(
|
|
|
588
679
|
fill: "none",
|
|
589
680
|
ref: forwardRef2
|
|
590
681
|
},
|
|
591
|
-
/* @__PURE__ */ React.createElement("path", {
|
|
592
|
-
fill: "currentColor",
|
|
593
|
-
d: "M13 8.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"
|
|
594
|
-
}),
|
|
595
682
|
/* @__PURE__ */ React.createElement("path", {
|
|
596
683
|
stroke: "currentColor",
|
|
597
684
|
strokeLinecap: "round",
|
|
598
685
|
strokeWidth: 2,
|
|
599
|
-
d: "
|
|
686
|
+
d: "m6 9.5 6 6 6-6"
|
|
600
687
|
})
|
|
601
688
|
)
|
|
602
689
|
);
|
|
603
690
|
|
|
604
|
-
const
|
|
691
|
+
const IconChevronLeft = forwardRef(
|
|
605
692
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
606
693
|
StyledIcon,
|
|
607
694
|
{
|
|
@@ -611,23 +698,16 @@ const IconLineDiagonal = forwardRef(
|
|
|
611
698
|
fill: "none",
|
|
612
699
|
ref: forwardRef2
|
|
613
700
|
},
|
|
614
|
-
/* @__PURE__ */ React.createElement("
|
|
615
|
-
clipPath: "url(#a)"
|
|
616
|
-
}, /* @__PURE__ */ React.createElement("path", {
|
|
701
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
617
702
|
stroke: "currentColor",
|
|
618
703
|
strokeLinecap: "round",
|
|
619
704
|
strokeWidth: 2,
|
|
620
|
-
d: "
|
|
621
|
-
})
|
|
622
|
-
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
623
|
-
id: "a"
|
|
624
|
-
}, /* @__PURE__ */ React.createElement("path", {
|
|
625
|
-
d: "M0 0h24v24H0z"
|
|
626
|
-
})))
|
|
705
|
+
d: "m14.5 6-6 6 6 6"
|
|
706
|
+
})
|
|
627
707
|
)
|
|
628
708
|
);
|
|
629
709
|
|
|
630
|
-
const
|
|
710
|
+
const IconChevronRight = forwardRef(
|
|
631
711
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
632
712
|
StyledIcon,
|
|
633
713
|
{
|
|
@@ -641,12 +721,12 @@ const IconLink = forwardRef(
|
|
|
641
721
|
stroke: "currentColor",
|
|
642
722
|
strokeLinecap: "round",
|
|
643
723
|
strokeWidth: 2,
|
|
644
|
-
d: "
|
|
724
|
+
d: "m9.5 6 6 6-6 6"
|
|
645
725
|
})
|
|
646
726
|
)
|
|
647
727
|
);
|
|
648
728
|
|
|
649
|
-
const
|
|
729
|
+
const IconChevronUp = forwardRef(
|
|
650
730
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
651
731
|
StyledIcon,
|
|
652
732
|
{
|
|
@@ -656,22 +736,16 @@ const IconLockClosed = forwardRef(
|
|
|
656
736
|
fill: "none",
|
|
657
737
|
ref: forwardRef2
|
|
658
738
|
},
|
|
659
|
-
/* @__PURE__ */ React.createElement("circle", {
|
|
660
|
-
cx: 12,
|
|
661
|
-
cy: 16,
|
|
662
|
-
r: 1,
|
|
663
|
-
fill: "currentColor"
|
|
664
|
-
}),
|
|
665
739
|
/* @__PURE__ */ React.createElement("path", {
|
|
666
740
|
stroke: "currentColor",
|
|
667
741
|
strokeLinecap: "round",
|
|
668
742
|
strokeWidth: 2,
|
|
669
|
-
d: "
|
|
743
|
+
d: "m6 14.5 6-6 6 6"
|
|
670
744
|
})
|
|
671
745
|
)
|
|
672
746
|
);
|
|
673
747
|
|
|
674
|
-
const
|
|
748
|
+
const IconCircleMotionX = forwardRef(
|
|
675
749
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
676
750
|
StyledIcon,
|
|
677
751
|
{
|
|
@@ -681,22 +755,23 @@ const IconLockOpen = forwardRef(
|
|
|
681
755
|
fill: "none",
|
|
682
756
|
ref: forwardRef2
|
|
683
757
|
},
|
|
684
|
-
/* @__PURE__ */ React.createElement("
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
r: 1,
|
|
688
|
-
fill: "currentColor"
|
|
689
|
-
}),
|
|
690
|
-
/* @__PURE__ */ React.createElement("path", {
|
|
758
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
759
|
+
clipPath: "url(#a)"
|
|
760
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
691
761
|
stroke: "currentColor",
|
|
692
762
|
strokeLinecap: "round",
|
|
693
763
|
strokeWidth: 2,
|
|
694
|
-
d: "
|
|
695
|
-
})
|
|
764
|
+
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"
|
|
765
|
+
})),
|
|
766
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
767
|
+
id: "a"
|
|
768
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
769
|
+
d: "M0 0h24v24H0z"
|
|
770
|
+
})))
|
|
696
771
|
)
|
|
697
772
|
);
|
|
698
773
|
|
|
699
|
-
const
|
|
774
|
+
const IconCircleNotch = forwardRef(
|
|
700
775
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
701
776
|
StyledIcon,
|
|
702
777
|
{
|
|
@@ -706,16 +781,23 @@ const IconMagnifyingGlass = forwardRef(
|
|
|
706
781
|
fill: "none",
|
|
707
782
|
ref: forwardRef2
|
|
708
783
|
},
|
|
709
|
-
/* @__PURE__ */ React.createElement("
|
|
784
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
785
|
+
clipPath: "url(#a)"
|
|
786
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
710
787
|
stroke: "currentColor",
|
|
711
788
|
strokeLinecap: "round",
|
|
712
789
|
strokeWidth: 2,
|
|
713
|
-
d: "
|
|
714
|
-
})
|
|
790
|
+
d: "M12 20a8 8 0 1 0-8-8"
|
|
791
|
+
})),
|
|
792
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
793
|
+
id: "a"
|
|
794
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
795
|
+
d: "M0 0h24v24H0z"
|
|
796
|
+
})))
|
|
715
797
|
)
|
|
716
798
|
);
|
|
717
799
|
|
|
718
|
-
const
|
|
800
|
+
const IconCircle = forwardRef(
|
|
719
801
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
720
802
|
StyledIcon,
|
|
721
803
|
{
|
|
@@ -727,11 +809,12 @@ const IconMicrophoneSlash = forwardRef(
|
|
|
727
809
|
},
|
|
728
810
|
/* @__PURE__ */ React.createElement("g", {
|
|
729
811
|
clipPath: "url(#a)"
|
|
730
|
-
}, /* @__PURE__ */ React.createElement("
|
|
812
|
+
}, /* @__PURE__ */ React.createElement("circle", {
|
|
813
|
+
cx: 12,
|
|
814
|
+
cy: 12,
|
|
815
|
+
r: 9,
|
|
731
816
|
stroke: "currentColor",
|
|
732
|
-
|
|
733
|
-
strokeWidth: 2,
|
|
734
|
-
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"
|
|
817
|
+
strokeWidth: 2
|
|
735
818
|
})),
|
|
736
819
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
737
820
|
id: "a"
|
|
@@ -741,7 +824,7 @@ const IconMicrophoneSlash = forwardRef(
|
|
|
741
824
|
)
|
|
742
825
|
);
|
|
743
826
|
|
|
744
|
-
const
|
|
827
|
+
const IconCirclesConnected = forwardRef(
|
|
745
828
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
746
829
|
StyledIcon,
|
|
747
830
|
{
|
|
@@ -751,23 +834,22 @@ const IconMicrophone = forwardRef(
|
|
|
751
834
|
fill: "none",
|
|
752
835
|
ref: forwardRef2
|
|
753
836
|
},
|
|
754
|
-
/* @__PURE__ */ React.createElement("
|
|
755
|
-
clipPath: "url(#a)"
|
|
756
|
-
}, /* @__PURE__ */ React.createElement("path", {
|
|
837
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
757
838
|
stroke: "currentColor",
|
|
758
|
-
strokeLinecap: "
|
|
839
|
+
strokeLinecap: "square",
|
|
759
840
|
strokeWidth: 2,
|
|
760
|
-
d: "
|
|
761
|
-
})
|
|
762
|
-
/* @__PURE__ */ React.createElement("
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
841
|
+
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"
|
|
842
|
+
}),
|
|
843
|
+
/* @__PURE__ */ React.createElement("circle", {
|
|
844
|
+
cx: 20,
|
|
845
|
+
cy: 20,
|
|
846
|
+
r: 2,
|
|
847
|
+
fill: "currentColor"
|
|
848
|
+
})
|
|
767
849
|
)
|
|
768
850
|
);
|
|
769
851
|
|
|
770
|
-
const
|
|
852
|
+
const IconClockCounterClockwiseSimple = forwardRef(
|
|
771
853
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
772
854
|
StyledIcon,
|
|
773
855
|
{
|
|
@@ -777,16 +859,22 @@ const IconMinus = forwardRef(
|
|
|
777
859
|
fill: "none",
|
|
778
860
|
ref: forwardRef2
|
|
779
861
|
},
|
|
862
|
+
/* @__PURE__ */ React.createElement("circle", {
|
|
863
|
+
cx: 12,
|
|
864
|
+
cy: 12,
|
|
865
|
+
r: 2,
|
|
866
|
+
fill: "currentColor"
|
|
867
|
+
}),
|
|
780
868
|
/* @__PURE__ */ React.createElement("path", {
|
|
781
869
|
stroke: "currentColor",
|
|
782
870
|
strokeLinecap: "round",
|
|
783
871
|
strokeWidth: 2,
|
|
784
|
-
d: "
|
|
872
|
+
d: "M4.258 14.015a8 8 0 1 1 7.758 5.987M1 12l3 3 3-3"
|
|
785
873
|
})
|
|
786
874
|
)
|
|
787
875
|
);
|
|
788
876
|
|
|
789
|
-
const
|
|
877
|
+
const IconClockCounterClockwise = forwardRef(
|
|
790
878
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
791
879
|
StyledIcon,
|
|
792
880
|
{
|
|
@@ -796,22 +884,22 @@ const IconParallelogram = forwardRef(
|
|
|
796
884
|
fill: "none",
|
|
797
885
|
ref: forwardRef2
|
|
798
886
|
},
|
|
799
|
-
/* @__PURE__ */ React.createElement("
|
|
800
|
-
|
|
801
|
-
|
|
887
|
+
/* @__PURE__ */ React.createElement("circle", {
|
|
888
|
+
cx: 12,
|
|
889
|
+
cy: 12,
|
|
890
|
+
r: 2,
|
|
891
|
+
fill: "currentColor"
|
|
892
|
+
}),
|
|
893
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
802
894
|
stroke: "currentColor",
|
|
895
|
+
strokeLinecap: "round",
|
|
803
896
|
strokeWidth: 2,
|
|
804
|
-
d: "
|
|
805
|
-
})
|
|
806
|
-
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
807
|
-
id: "a"
|
|
808
|
-
}, /* @__PURE__ */ React.createElement("path", {
|
|
809
|
-
d: "M0 0h24v24H0z"
|
|
810
|
-
})))
|
|
897
|
+
d: "m12 12 3-3M4.258 14.015a8 8 0 1 1 7.758 5.987M1 12l3 3 3-3"
|
|
898
|
+
})
|
|
811
899
|
)
|
|
812
900
|
);
|
|
813
901
|
|
|
814
|
-
const
|
|
902
|
+
const IconCluster = forwardRef(
|
|
815
903
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
816
904
|
StyledIcon,
|
|
817
905
|
{
|
|
@@ -821,23 +909,24 @@ const IconPauseCircle = forwardRef(
|
|
|
821
909
|
fill: "none",
|
|
822
910
|
ref: forwardRef2
|
|
823
911
|
},
|
|
824
|
-
/* @__PURE__ */ React.createElement("
|
|
825
|
-
clipPath: "url(#a)"
|
|
826
|
-
}, /* @__PURE__ */ React.createElement("path", {
|
|
912
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
827
913
|
stroke: "currentColor",
|
|
828
914
|
strokeLinecap: "round",
|
|
829
915
|
strokeWidth: 2,
|
|
830
|
-
d: "
|
|
831
|
-
})
|
|
832
|
-
/* @__PURE__ */ React.createElement("
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
916
|
+
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"
|
|
917
|
+
}),
|
|
918
|
+
/* @__PURE__ */ React.createElement("rect", {
|
|
919
|
+
width: 4,
|
|
920
|
+
height: 4,
|
|
921
|
+
x: 6,
|
|
922
|
+
y: 18,
|
|
923
|
+
fill: "currentColor",
|
|
924
|
+
rx: 1
|
|
925
|
+
})
|
|
837
926
|
)
|
|
838
927
|
);
|
|
839
928
|
|
|
840
|
-
const
|
|
929
|
+
const IconClustered = forwardRef(
|
|
841
930
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
842
931
|
StyledIcon,
|
|
843
932
|
{
|
|
@@ -849,14 +938,18 @@ const IconPlaceholder = forwardRef(
|
|
|
849
938
|
},
|
|
850
939
|
/* @__PURE__ */ React.createElement("path", {
|
|
851
940
|
stroke: "currentColor",
|
|
852
|
-
strokeLinecap: "
|
|
941
|
+
strokeLinecap: "square",
|
|
853
942
|
strokeWidth: 2,
|
|
854
|
-
d: "
|
|
943
|
+
d: "M4 8v11a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1h-1"
|
|
944
|
+
}),
|
|
945
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
946
|
+
fill: "currentColor",
|
|
947
|
+
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"
|
|
855
948
|
})
|
|
856
949
|
)
|
|
857
950
|
);
|
|
858
951
|
|
|
859
|
-
const
|
|
952
|
+
const IconCog = forwardRef(
|
|
860
953
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
861
954
|
StyledIcon,
|
|
862
955
|
{
|
|
@@ -869,19 +962,21 @@ const IconPlayCircle = forwardRef(
|
|
|
869
962
|
/* @__PURE__ */ React.createElement("circle", {
|
|
870
963
|
cx: 12,
|
|
871
964
|
cy: 12,
|
|
872
|
-
r:
|
|
965
|
+
r: 1,
|
|
873
966
|
stroke: "currentColor",
|
|
874
967
|
strokeWidth: 2
|
|
875
968
|
}),
|
|
876
969
|
/* @__PURE__ */ React.createElement("path", {
|
|
877
|
-
fill: "currentColor",
|
|
878
970
|
stroke: "currentColor",
|
|
879
|
-
|
|
971
|
+
strokeLinecap: "round",
|
|
972
|
+
strokeLinejoin: "round",
|
|
973
|
+
strokeWidth: 2,
|
|
974
|
+
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"
|
|
880
975
|
})
|
|
881
976
|
)
|
|
882
977
|
);
|
|
883
978
|
|
|
884
|
-
const
|
|
979
|
+
const IconCreditCard = forwardRef(
|
|
885
980
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
886
981
|
StyledIcon,
|
|
887
982
|
{
|
|
@@ -895,17 +990,36 @@ const IconPlaybackSpeedCircle = forwardRef(
|
|
|
895
990
|
stroke: "currentColor",
|
|
896
991
|
strokeLinecap: "round",
|
|
897
992
|
strokeWidth: 2,
|
|
898
|
-
d: "
|
|
899
|
-
}),
|
|
900
|
-
/* @__PURE__ */ React.createElement("path", {
|
|
901
|
-
fill: "currentColor",
|
|
902
|
-
stroke: "currentColor",
|
|
903
|
-
d: "M15.099 12 10.5 15.066V8.934L15.099 12Z"
|
|
993
|
+
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"
|
|
904
994
|
})
|
|
905
995
|
)
|
|
906
996
|
);
|
|
907
997
|
|
|
908
|
-
const
|
|
998
|
+
const IconCrop = forwardRef(
|
|
999
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1000
|
+
StyledIcon,
|
|
1001
|
+
{
|
|
1002
|
+
...props,
|
|
1003
|
+
size,
|
|
1004
|
+
viewBox: "0 0 24 24",
|
|
1005
|
+
fill: "none",
|
|
1006
|
+
ref: forwardRef2
|
|
1007
|
+
},
|
|
1008
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
1009
|
+
clipPath: "url(#a)"
|
|
1010
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
1011
|
+
fill: "currentColor",
|
|
1012
|
+
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"
|
|
1013
|
+
})),
|
|
1014
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
1015
|
+
id: "a"
|
|
1016
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
1017
|
+
d: "M0 0h24v24H0z"
|
|
1018
|
+
})))
|
|
1019
|
+
)
|
|
1020
|
+
);
|
|
1021
|
+
|
|
1022
|
+
const IconCrossCircle = forwardRef(
|
|
909
1023
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
910
1024
|
StyledIcon,
|
|
911
1025
|
{
|
|
@@ -919,12 +1033,12 @@ const IconPlug = forwardRef(
|
|
|
919
1033
|
stroke: "currentColor",
|
|
920
1034
|
strokeLinecap: "round",
|
|
921
1035
|
strokeWidth: 2,
|
|
922
|
-
d: "
|
|
1036
|
+
d: "m9 9 6 6m0-6-6 6m12-3a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"
|
|
923
1037
|
})
|
|
924
1038
|
)
|
|
925
1039
|
);
|
|
926
1040
|
|
|
927
|
-
const
|
|
1041
|
+
const IconCross = forwardRef(
|
|
928
1042
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
929
1043
|
StyledIcon,
|
|
930
1044
|
{
|
|
@@ -938,12 +1052,12 @@ const IconPlus = forwardRef(
|
|
|
938
1052
|
stroke: "currentColor",
|
|
939
1053
|
strokeLinecap: "round",
|
|
940
1054
|
strokeWidth: 2,
|
|
941
|
-
d: "
|
|
1055
|
+
d: "m6 6 12 12m0-12L6 18"
|
|
942
1056
|
})
|
|
943
1057
|
)
|
|
944
1058
|
);
|
|
945
1059
|
|
|
946
|
-
const
|
|
1060
|
+
const IconCursorFilled = forwardRef(
|
|
947
1061
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
948
1062
|
StyledIcon,
|
|
949
1063
|
{
|
|
@@ -957,12 +1071,16 @@ const IconQuestionMarkCircle = forwardRef(
|
|
|
957
1071
|
stroke: "currentColor",
|
|
958
1072
|
strokeLinecap: "round",
|
|
959
1073
|
strokeWidth: 2,
|
|
960
|
-
d: "
|
|
1074
|
+
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"
|
|
1075
|
+
}),
|
|
1076
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
1077
|
+
fill: "currentColor",
|
|
1078
|
+
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"
|
|
961
1079
|
})
|
|
962
1080
|
)
|
|
963
1081
|
);
|
|
964
1082
|
|
|
965
|
-
const
|
|
1083
|
+
const IconCursor = forwardRef(
|
|
966
1084
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
967
1085
|
StyledIcon,
|
|
968
1086
|
{
|
|
@@ -976,8 +1094,9 @@ const IconRhombus = forwardRef(
|
|
|
976
1094
|
clipPath: "url(#a)"
|
|
977
1095
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
978
1096
|
stroke: "currentColor",
|
|
1097
|
+
strokeLinecap: "round",
|
|
979
1098
|
strokeWidth: 2,
|
|
980
|
-
d: "
|
|
1099
|
+
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"
|
|
981
1100
|
})),
|
|
982
1101
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
983
1102
|
id: "a"
|
|
@@ -987,7 +1106,49 @@ const IconRhombus = forwardRef(
|
|
|
987
1106
|
)
|
|
988
1107
|
);
|
|
989
1108
|
|
|
990
|
-
const
|
|
1109
|
+
const IconEnvelope = forwardRef(
|
|
1110
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1111
|
+
StyledIcon,
|
|
1112
|
+
{
|
|
1113
|
+
...props,
|
|
1114
|
+
size,
|
|
1115
|
+
viewBox: "0 0 24 24",
|
|
1116
|
+
fill: "none",
|
|
1117
|
+
ref: forwardRef2
|
|
1118
|
+
},
|
|
1119
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
1120
|
+
stroke: "currentColor",
|
|
1121
|
+
strokeLinecap: "round",
|
|
1122
|
+
strokeWidth: 2,
|
|
1123
|
+
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"
|
|
1124
|
+
})
|
|
1125
|
+
)
|
|
1126
|
+
);
|
|
1127
|
+
|
|
1128
|
+
const IconExclamationPointCircle = forwardRef(
|
|
1129
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1130
|
+
StyledIcon,
|
|
1131
|
+
{
|
|
1132
|
+
...props,
|
|
1133
|
+
size,
|
|
1134
|
+
viewBox: "0 0 24 24",
|
|
1135
|
+
fill: "none",
|
|
1136
|
+
ref: forwardRef2
|
|
1137
|
+
},
|
|
1138
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
1139
|
+
stroke: "currentColor",
|
|
1140
|
+
strokeLinecap: "round",
|
|
1141
|
+
strokeWidth: 2,
|
|
1142
|
+
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"
|
|
1143
|
+
}),
|
|
1144
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
1145
|
+
fill: "currentColor",
|
|
1146
|
+
d: "M13 15.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"
|
|
1147
|
+
})
|
|
1148
|
+
)
|
|
1149
|
+
);
|
|
1150
|
+
|
|
1151
|
+
const IconFactoryHouse = forwardRef(
|
|
991
1152
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
992
1153
|
StyledIcon,
|
|
993
1154
|
{
|
|
@@ -1003,7 +1164,7 @@ const IconShapes = forwardRef(
|
|
|
1003
1164
|
stroke: "currentColor",
|
|
1004
1165
|
strokeLinecap: "round",
|
|
1005
1166
|
strokeWidth: 2,
|
|
1006
|
-
d: "
|
|
1167
|
+
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"
|
|
1007
1168
|
})),
|
|
1008
1169
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
1009
1170
|
id: "a"
|
|
@@ -1013,7 +1174,7 @@ const IconShapes = forwardRef(
|
|
|
1013
1174
|
)
|
|
1014
1175
|
);
|
|
1015
1176
|
|
|
1016
|
-
const
|
|
1177
|
+
const IconFactory = forwardRef(
|
|
1017
1178
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1018
1179
|
StyledIcon,
|
|
1019
1180
|
{
|
|
@@ -1029,7 +1190,7 @@ const IconSlidersX = forwardRef(
|
|
|
1029
1190
|
stroke: "currentColor",
|
|
1030
1191
|
strokeLinecap: "round",
|
|
1031
1192
|
strokeWidth: 2,
|
|
1032
|
-
d: "
|
|
1193
|
+
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"
|
|
1033
1194
|
})),
|
|
1034
1195
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
1035
1196
|
id: "a"
|
|
@@ -1039,7 +1200,7 @@ const IconSlidersX = forwardRef(
|
|
|
1039
1200
|
)
|
|
1040
1201
|
);
|
|
1041
1202
|
|
|
1042
|
-
const
|
|
1203
|
+
const IconFunnel = forwardRef(
|
|
1043
1204
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1044
1205
|
StyledIcon,
|
|
1045
1206
|
{
|
|
@@ -1055,7 +1216,7 @@ const IconSlidersY = forwardRef(
|
|
|
1055
1216
|
stroke: "currentColor",
|
|
1056
1217
|
strokeLinecap: "round",
|
|
1057
1218
|
strokeWidth: 2,
|
|
1058
|
-
d: "
|
|
1219
|
+
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"
|
|
1059
1220
|
})),
|
|
1060
1221
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
1061
1222
|
id: "a"
|
|
@@ -1065,7 +1226,7 @@ const IconSlidersY = forwardRef(
|
|
|
1065
1226
|
)
|
|
1066
1227
|
);
|
|
1067
1228
|
|
|
1068
|
-
const
|
|
1229
|
+
const IconGauge = forwardRef(
|
|
1069
1230
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1070
1231
|
StyledIcon,
|
|
1071
1232
|
{
|
|
@@ -1075,14 +1236,22 @@ const IconSocialFacebook = forwardRef(
|
|
|
1075
1236
|
fill: "none",
|
|
1076
1237
|
ref: forwardRef2
|
|
1077
1238
|
},
|
|
1239
|
+
/* @__PURE__ */ React.createElement("circle", {
|
|
1240
|
+
cx: 12,
|
|
1241
|
+
cy: 12,
|
|
1242
|
+
r: 2,
|
|
1243
|
+
fill: "currentColor"
|
|
1244
|
+
}),
|
|
1078
1245
|
/* @__PURE__ */ React.createElement("path", {
|
|
1079
|
-
|
|
1080
|
-
|
|
1246
|
+
stroke: "currentColor",
|
|
1247
|
+
strokeLinecap: "round",
|
|
1248
|
+
strokeWidth: 2,
|
|
1249
|
+
d: "M12.036 12.036 15 15m2.657 2.657a8 8 0 1 0-11.314 0"
|
|
1081
1250
|
})
|
|
1082
1251
|
)
|
|
1083
1252
|
);
|
|
1084
1253
|
|
|
1085
|
-
const
|
|
1254
|
+
const IconGlobe = forwardRef(
|
|
1086
1255
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1087
1256
|
StyledIcon,
|
|
1088
1257
|
{
|
|
@@ -1093,14 +1262,835 @@ const IconSocialInstagram = forwardRef(
|
|
|
1093
1262
|
ref: forwardRef2
|
|
1094
1263
|
},
|
|
1095
1264
|
/* @__PURE__ */ React.createElement("path", {
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1265
|
+
stroke: "currentColor",
|
|
1266
|
+
strokeLinecap: "round",
|
|
1267
|
+
strokeWidth: 2,
|
|
1268
|
+
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"
|
|
1269
|
+
})
|
|
1270
|
+
)
|
|
1271
|
+
);
|
|
1272
|
+
|
|
1273
|
+
const IconHandFilled = forwardRef(
|
|
1274
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1275
|
+
StyledIcon,
|
|
1276
|
+
{
|
|
1277
|
+
...props,
|
|
1278
|
+
size,
|
|
1279
|
+
viewBox: "0 0 24 24",
|
|
1280
|
+
fill: "none",
|
|
1281
|
+
ref: forwardRef2
|
|
1282
|
+
},
|
|
1283
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
1284
|
+
fill: "currentColor",
|
|
1285
|
+
fillRule: "evenodd",
|
|
1286
|
+
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",
|
|
1287
|
+
clipRule: "evenodd"
|
|
1288
|
+
})
|
|
1289
|
+
)
|
|
1290
|
+
);
|
|
1291
|
+
|
|
1292
|
+
const IconHand = forwardRef(
|
|
1293
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1294
|
+
StyledIcon,
|
|
1295
|
+
{
|
|
1296
|
+
...props,
|
|
1297
|
+
size,
|
|
1298
|
+
viewBox: "0 0 24 24",
|
|
1299
|
+
fill: "none",
|
|
1300
|
+
ref: forwardRef2
|
|
1301
|
+
},
|
|
1302
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
1303
|
+
clipPath: "url(#a)"
|
|
1304
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
1305
|
+
fill: "currentColor",
|
|
1306
|
+
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"
|
|
1307
|
+
})),
|
|
1308
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
1309
|
+
id: "a"
|
|
1310
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
1311
|
+
d: "M0 0h24v24H0z"
|
|
1312
|
+
})))
|
|
1313
|
+
)
|
|
1314
|
+
);
|
|
1315
|
+
|
|
1316
|
+
const IconHouse = forwardRef(
|
|
1317
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1318
|
+
StyledIcon,
|
|
1319
|
+
{
|
|
1320
|
+
...props,
|
|
1321
|
+
size,
|
|
1322
|
+
viewBox: "0 0 24 24",
|
|
1323
|
+
fill: "none",
|
|
1324
|
+
ref: forwardRef2
|
|
1325
|
+
},
|
|
1326
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
1327
|
+
fill: "currentColor",
|
|
1328
|
+
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"
|
|
1329
|
+
})
|
|
1330
|
+
)
|
|
1331
|
+
);
|
|
1332
|
+
|
|
1333
|
+
const IconImage = forwardRef(
|
|
1334
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1335
|
+
StyledIcon,
|
|
1336
|
+
{
|
|
1337
|
+
...props,
|
|
1338
|
+
size,
|
|
1339
|
+
viewBox: "0 0 24 24",
|
|
1340
|
+
fill: "none",
|
|
1341
|
+
ref: forwardRef2
|
|
1342
|
+
},
|
|
1343
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
1344
|
+
stroke: "currentColor",
|
|
1345
|
+
strokeLinecap: "round",
|
|
1346
|
+
strokeWidth: 2,
|
|
1347
|
+
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"
|
|
1348
|
+
}),
|
|
1349
|
+
/* @__PURE__ */ React.createElement("circle", {
|
|
1350
|
+
cx: 16,
|
|
1351
|
+
cy: 8,
|
|
1352
|
+
r: 2,
|
|
1353
|
+
fill: "currentColor"
|
|
1354
|
+
})
|
|
1355
|
+
)
|
|
1356
|
+
);
|
|
1357
|
+
|
|
1358
|
+
const IconInformationMarkCircle = forwardRef(
|
|
1359
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1360
|
+
StyledIcon,
|
|
1361
|
+
{
|
|
1362
|
+
...props,
|
|
1363
|
+
size,
|
|
1364
|
+
viewBox: "0 0 24 24",
|
|
1365
|
+
fill: "none",
|
|
1366
|
+
ref: forwardRef2
|
|
1367
|
+
},
|
|
1368
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
1369
|
+
fill: "currentColor",
|
|
1370
|
+
d: "M13 8.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"
|
|
1371
|
+
}),
|
|
1372
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
1373
|
+
stroke: "currentColor",
|
|
1374
|
+
strokeLinecap: "round",
|
|
1375
|
+
strokeWidth: 2,
|
|
1376
|
+
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"
|
|
1377
|
+
})
|
|
1378
|
+
)
|
|
1379
|
+
);
|
|
1380
|
+
|
|
1381
|
+
const IconKanban = forwardRef(
|
|
1382
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1383
|
+
StyledIcon,
|
|
1384
|
+
{
|
|
1385
|
+
...props,
|
|
1386
|
+
size,
|
|
1387
|
+
viewBox: "0 0 24 24",
|
|
1388
|
+
fill: "none",
|
|
1389
|
+
ref: forwardRef2
|
|
1390
|
+
},
|
|
1391
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
1392
|
+
clipPath: "url(#a)"
|
|
1393
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
1394
|
+
stroke: "currentColor",
|
|
1395
|
+
strokeLinecap: "round",
|
|
1396
|
+
strokeWidth: 2,
|
|
1397
|
+
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"
|
|
1398
|
+
})),
|
|
1399
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
1400
|
+
id: "a"
|
|
1401
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
1402
|
+
d: "M0 0h24v24H0z"
|
|
1403
|
+
})))
|
|
1404
|
+
)
|
|
1405
|
+
);
|
|
1406
|
+
|
|
1407
|
+
const IconKey = forwardRef(
|
|
1408
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1409
|
+
StyledIcon,
|
|
1410
|
+
{
|
|
1411
|
+
...props,
|
|
1412
|
+
size,
|
|
1413
|
+
viewBox: "0 0 24 24",
|
|
1414
|
+
fill: "none",
|
|
1415
|
+
ref: forwardRef2
|
|
1416
|
+
},
|
|
1417
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
1418
|
+
clipPath: "url(#a)"
|
|
1419
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
1420
|
+
fill: "currentColor",
|
|
1421
|
+
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"
|
|
1422
|
+
})),
|
|
1423
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
1424
|
+
id: "a"
|
|
1425
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
1426
|
+
d: "M0 0h24v24H0z"
|
|
1427
|
+
})))
|
|
1428
|
+
)
|
|
1429
|
+
);
|
|
1430
|
+
|
|
1431
|
+
const IconKeycap = forwardRef(
|
|
1432
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1433
|
+
StyledIcon,
|
|
1434
|
+
{
|
|
1435
|
+
...props,
|
|
1436
|
+
size,
|
|
1437
|
+
viewBox: "0 0 24 24",
|
|
1438
|
+
fill: "none",
|
|
1439
|
+
ref: forwardRef2
|
|
1440
|
+
},
|
|
1441
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
1442
|
+
stroke: "currentColor",
|
|
1443
|
+
strokeLinecap: "round",
|
|
1444
|
+
strokeWidth: 2,
|
|
1445
|
+
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"
|
|
1446
|
+
}),
|
|
1447
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
1448
|
+
fill: "currentColor",
|
|
1449
|
+
d: "M0 0h.001v.001H0z"
|
|
1450
|
+
})
|
|
1451
|
+
)
|
|
1452
|
+
);
|
|
1453
|
+
|
|
1454
|
+
const IconLaptop = forwardRef(
|
|
1455
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1456
|
+
StyledIcon,
|
|
1457
|
+
{
|
|
1458
|
+
...props,
|
|
1459
|
+
size,
|
|
1460
|
+
viewBox: "0 0 24 24",
|
|
1461
|
+
fill: "none",
|
|
1462
|
+
ref: forwardRef2
|
|
1463
|
+
},
|
|
1464
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
1465
|
+
stroke: "currentColor",
|
|
1466
|
+
strokeLinecap: "round",
|
|
1467
|
+
strokeWidth: 2,
|
|
1468
|
+
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"
|
|
1469
|
+
})
|
|
1470
|
+
)
|
|
1471
|
+
);
|
|
1472
|
+
|
|
1473
|
+
const IconLineDiagonal = forwardRef(
|
|
1474
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1475
|
+
StyledIcon,
|
|
1476
|
+
{
|
|
1477
|
+
...props,
|
|
1478
|
+
size,
|
|
1479
|
+
viewBox: "0 0 24 24",
|
|
1480
|
+
fill: "none",
|
|
1481
|
+
ref: forwardRef2
|
|
1482
|
+
},
|
|
1483
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
1484
|
+
clipPath: "url(#a)"
|
|
1485
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
1486
|
+
stroke: "currentColor",
|
|
1487
|
+
strokeLinecap: "round",
|
|
1488
|
+
strokeWidth: 2,
|
|
1489
|
+
d: "M4 20 20 4"
|
|
1490
|
+
})),
|
|
1491
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
1492
|
+
id: "a"
|
|
1493
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
1494
|
+
d: "M0 0h24v24H0z"
|
|
1495
|
+
})))
|
|
1496
|
+
)
|
|
1497
|
+
);
|
|
1498
|
+
|
|
1499
|
+
const IconLink = forwardRef(
|
|
1500
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1501
|
+
StyledIcon,
|
|
1502
|
+
{
|
|
1503
|
+
...props,
|
|
1504
|
+
size,
|
|
1505
|
+
viewBox: "0 0 24 24",
|
|
1506
|
+
fill: "none",
|
|
1507
|
+
ref: forwardRef2
|
|
1508
|
+
},
|
|
1509
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
1510
|
+
stroke: "currentColor",
|
|
1511
|
+
strokeLinecap: "round",
|
|
1512
|
+
strokeWidth: 2,
|
|
1513
|
+
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"
|
|
1514
|
+
})
|
|
1515
|
+
)
|
|
1516
|
+
);
|
|
1517
|
+
|
|
1518
|
+
const IconLockClosed = forwardRef(
|
|
1519
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1520
|
+
StyledIcon,
|
|
1521
|
+
{
|
|
1522
|
+
...props,
|
|
1523
|
+
size,
|
|
1524
|
+
viewBox: "0 0 24 24",
|
|
1525
|
+
fill: "none",
|
|
1526
|
+
ref: forwardRef2
|
|
1527
|
+
},
|
|
1528
|
+
/* @__PURE__ */ React.createElement("circle", {
|
|
1529
|
+
cx: 12,
|
|
1530
|
+
cy: 16,
|
|
1531
|
+
r: 1,
|
|
1532
|
+
fill: "currentColor"
|
|
1533
|
+
}),
|
|
1534
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
1535
|
+
stroke: "currentColor",
|
|
1536
|
+
strokeLinecap: "round",
|
|
1537
|
+
strokeWidth: 2,
|
|
1538
|
+
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"
|
|
1539
|
+
})
|
|
1540
|
+
)
|
|
1541
|
+
);
|
|
1542
|
+
|
|
1543
|
+
const IconLockOpen = forwardRef(
|
|
1544
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1545
|
+
StyledIcon,
|
|
1546
|
+
{
|
|
1547
|
+
...props,
|
|
1548
|
+
size,
|
|
1549
|
+
viewBox: "0 0 24 24",
|
|
1550
|
+
fill: "none",
|
|
1551
|
+
ref: forwardRef2
|
|
1552
|
+
},
|
|
1553
|
+
/* @__PURE__ */ React.createElement("circle", {
|
|
1554
|
+
cx: 12,
|
|
1555
|
+
cy: 16,
|
|
1556
|
+
r: 1,
|
|
1557
|
+
fill: "currentColor"
|
|
1558
|
+
}),
|
|
1559
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
1560
|
+
stroke: "currentColor",
|
|
1561
|
+
strokeLinecap: "round",
|
|
1562
|
+
strokeWidth: 2,
|
|
1563
|
+
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"
|
|
1564
|
+
})
|
|
1565
|
+
)
|
|
1566
|
+
);
|
|
1567
|
+
|
|
1568
|
+
const IconMagnifyingGlass = forwardRef(
|
|
1569
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1570
|
+
StyledIcon,
|
|
1571
|
+
{
|
|
1572
|
+
...props,
|
|
1573
|
+
size,
|
|
1574
|
+
viewBox: "0 0 24 24",
|
|
1575
|
+
fill: "none",
|
|
1576
|
+
ref: forwardRef2
|
|
1577
|
+
},
|
|
1578
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
1579
|
+
stroke: "currentColor",
|
|
1580
|
+
strokeLinecap: "round",
|
|
1581
|
+
strokeWidth: 2,
|
|
1582
|
+
d: "m20 20-5.5-5.5M16 10a6 6 0 1 1-12 0 6 6 0 0 1 12 0Z"
|
|
1583
|
+
})
|
|
1584
|
+
)
|
|
1585
|
+
);
|
|
1586
|
+
|
|
1587
|
+
const IconMicrophoneSlash = forwardRef(
|
|
1588
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1589
|
+
StyledIcon,
|
|
1590
|
+
{
|
|
1591
|
+
...props,
|
|
1592
|
+
size,
|
|
1593
|
+
viewBox: "0 0 24 24",
|
|
1594
|
+
fill: "none",
|
|
1595
|
+
ref: forwardRef2
|
|
1596
|
+
},
|
|
1597
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
1598
|
+
clipPath: "url(#a)"
|
|
1599
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
1600
|
+
stroke: "currentColor",
|
|
1601
|
+
strokeLinecap: "round",
|
|
1602
|
+
strokeWidth: 2,
|
|
1603
|
+
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"
|
|
1604
|
+
})),
|
|
1605
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
1606
|
+
id: "a"
|
|
1607
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
1608
|
+
d: "M0 0h24v24H0z"
|
|
1609
|
+
})))
|
|
1610
|
+
)
|
|
1611
|
+
);
|
|
1612
|
+
|
|
1613
|
+
const IconMicrophone = forwardRef(
|
|
1614
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1615
|
+
StyledIcon,
|
|
1616
|
+
{
|
|
1617
|
+
...props,
|
|
1618
|
+
size,
|
|
1619
|
+
viewBox: "0 0 24 24",
|
|
1620
|
+
fill: "none",
|
|
1621
|
+
ref: forwardRef2
|
|
1622
|
+
},
|
|
1623
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
1624
|
+
clipPath: "url(#a)"
|
|
1625
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
1626
|
+
stroke: "currentColor",
|
|
1627
|
+
strokeLinecap: "round",
|
|
1628
|
+
strokeWidth: 2,
|
|
1629
|
+
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"
|
|
1630
|
+
})),
|
|
1631
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
1632
|
+
id: "a"
|
|
1633
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
1634
|
+
d: "M0 0h24v24H0z"
|
|
1635
|
+
})))
|
|
1636
|
+
)
|
|
1637
|
+
);
|
|
1638
|
+
|
|
1639
|
+
const IconMinus = forwardRef(
|
|
1640
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1641
|
+
StyledIcon,
|
|
1642
|
+
{
|
|
1643
|
+
...props,
|
|
1644
|
+
size,
|
|
1645
|
+
viewBox: "0 0 24 24",
|
|
1646
|
+
fill: "none",
|
|
1647
|
+
ref: forwardRef2
|
|
1648
|
+
},
|
|
1649
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
1650
|
+
stroke: "currentColor",
|
|
1651
|
+
strokeLinecap: "round",
|
|
1652
|
+
strokeWidth: 2,
|
|
1653
|
+
d: "M5 12h14"
|
|
1654
|
+
})
|
|
1655
|
+
)
|
|
1656
|
+
);
|
|
1657
|
+
|
|
1658
|
+
const IconMouse = forwardRef(
|
|
1659
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1660
|
+
StyledIcon,
|
|
1661
|
+
{
|
|
1662
|
+
...props,
|
|
1663
|
+
size,
|
|
1664
|
+
viewBox: "0 0 24 24",
|
|
1665
|
+
fill: "none",
|
|
1666
|
+
ref: forwardRef2
|
|
1667
|
+
},
|
|
1668
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
1669
|
+
stroke: "currentColor",
|
|
1670
|
+
strokeLinecap: "round",
|
|
1671
|
+
strokeWidth: 2,
|
|
1672
|
+
d: "M12 8v3M9 3.5h6a4 4 0 0 1 4 4v6a7 7 0 1 1-14 0v-6a4 4 0 0 1 4-4Z"
|
|
1673
|
+
}),
|
|
1674
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
1675
|
+
fill: "currentColor",
|
|
1676
|
+
d: "M0 0h.001v.001H0V0Z"
|
|
1677
|
+
})
|
|
1678
|
+
)
|
|
1679
|
+
);
|
|
1680
|
+
|
|
1681
|
+
const IconParallelogram = forwardRef(
|
|
1682
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1683
|
+
StyledIcon,
|
|
1684
|
+
{
|
|
1685
|
+
...props,
|
|
1686
|
+
size,
|
|
1687
|
+
viewBox: "0 0 24 24",
|
|
1688
|
+
fill: "none",
|
|
1689
|
+
ref: forwardRef2
|
|
1690
|
+
},
|
|
1691
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
1692
|
+
clipPath: "url(#a)"
|
|
1693
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
1694
|
+
stroke: "currentColor",
|
|
1695
|
+
strokeWidth: 2,
|
|
1696
|
+
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"
|
|
1697
|
+
})),
|
|
1698
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
1699
|
+
id: "a"
|
|
1700
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
1701
|
+
d: "M0 0h24v24H0z"
|
|
1702
|
+
})))
|
|
1703
|
+
)
|
|
1704
|
+
);
|
|
1705
|
+
|
|
1706
|
+
const IconPauseCircle = forwardRef(
|
|
1707
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1708
|
+
StyledIcon,
|
|
1709
|
+
{
|
|
1710
|
+
...props,
|
|
1711
|
+
size,
|
|
1712
|
+
viewBox: "0 0 24 24",
|
|
1713
|
+
fill: "none",
|
|
1714
|
+
ref: forwardRef2
|
|
1715
|
+
},
|
|
1716
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
1717
|
+
clipPath: "url(#a)"
|
|
1718
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
1719
|
+
stroke: "currentColor",
|
|
1720
|
+
strokeLinecap: "round",
|
|
1721
|
+
strokeWidth: 2,
|
|
1722
|
+
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"
|
|
1723
|
+
})),
|
|
1724
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
1725
|
+
id: "a"
|
|
1726
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
1727
|
+
d: "M0 0h24v24H0z"
|
|
1728
|
+
})))
|
|
1729
|
+
)
|
|
1730
|
+
);
|
|
1731
|
+
|
|
1732
|
+
const IconPdf = forwardRef(
|
|
1733
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1734
|
+
StyledIcon,
|
|
1735
|
+
{
|
|
1736
|
+
...props,
|
|
1737
|
+
size,
|
|
1738
|
+
viewBox: "0 0 24 24",
|
|
1739
|
+
fill: "none",
|
|
1740
|
+
ref: forwardRef2
|
|
1741
|
+
},
|
|
1742
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
1743
|
+
clipPath: "url(#a)"
|
|
1744
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
1745
|
+
stroke: "currentColor",
|
|
1746
|
+
strokeLinecap: "round",
|
|
1747
|
+
strokeLinejoin: "round",
|
|
1748
|
+
strokeWidth: 2,
|
|
1749
|
+
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"
|
|
1750
|
+
})),
|
|
1751
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
1752
|
+
id: "a"
|
|
1753
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
1754
|
+
d: "M0 0h24v24H0z"
|
|
1755
|
+
})))
|
|
1756
|
+
)
|
|
1757
|
+
);
|
|
1758
|
+
|
|
1759
|
+
const IconPlaceholder = forwardRef(
|
|
1760
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1761
|
+
StyledIcon,
|
|
1762
|
+
{
|
|
1763
|
+
...props,
|
|
1764
|
+
size,
|
|
1765
|
+
viewBox: "0 0 24 24",
|
|
1766
|
+
fill: "none",
|
|
1767
|
+
ref: forwardRef2
|
|
1768
|
+
},
|
|
1769
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
1770
|
+
stroke: "currentColor",
|
|
1771
|
+
strokeLinecap: "round",
|
|
1772
|
+
strokeWidth: 2,
|
|
1773
|
+
d: "m3 3 18 18m0-18L3 21m18-9a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"
|
|
1774
|
+
})
|
|
1775
|
+
)
|
|
1776
|
+
);
|
|
1777
|
+
|
|
1778
|
+
const IconPlayCircle = forwardRef(
|
|
1779
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1780
|
+
StyledIcon,
|
|
1781
|
+
{
|
|
1782
|
+
...props,
|
|
1783
|
+
size,
|
|
1784
|
+
viewBox: "0 0 24 24",
|
|
1785
|
+
fill: "none",
|
|
1786
|
+
ref: forwardRef2
|
|
1787
|
+
},
|
|
1788
|
+
/* @__PURE__ */ React.createElement("circle", {
|
|
1789
|
+
cx: 12,
|
|
1790
|
+
cy: 12,
|
|
1791
|
+
r: 8.5,
|
|
1792
|
+
stroke: "currentColor",
|
|
1793
|
+
strokeWidth: 2
|
|
1794
|
+
}),
|
|
1795
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
1796
|
+
fill: "currentColor",
|
|
1797
|
+
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"
|
|
1798
|
+
})
|
|
1799
|
+
)
|
|
1800
|
+
);
|
|
1801
|
+
|
|
1802
|
+
const IconPlaybackSpeedCircle = forwardRef(
|
|
1803
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1804
|
+
StyledIcon,
|
|
1805
|
+
{
|
|
1806
|
+
...props,
|
|
1807
|
+
size,
|
|
1808
|
+
viewBox: "0 0 24 24",
|
|
1809
|
+
fill: "none",
|
|
1810
|
+
ref: forwardRef2
|
|
1811
|
+
},
|
|
1812
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
1813
|
+
fill: "currentColor",
|
|
1814
|
+
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"
|
|
1815
|
+
}),
|
|
1816
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
1817
|
+
stroke: "currentColor",
|
|
1818
|
+
strokeLinecap: "round",
|
|
1819
|
+
strokeWidth: 2,
|
|
1820
|
+
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"
|
|
1821
|
+
})
|
|
1822
|
+
)
|
|
1823
|
+
);
|
|
1824
|
+
|
|
1825
|
+
const IconPlug = forwardRef(
|
|
1826
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1827
|
+
StyledIcon,
|
|
1828
|
+
{
|
|
1829
|
+
...props,
|
|
1830
|
+
size,
|
|
1831
|
+
viewBox: "0 0 24 24",
|
|
1832
|
+
fill: "none",
|
|
1833
|
+
ref: forwardRef2
|
|
1834
|
+
},
|
|
1835
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
1836
|
+
stroke: "currentColor",
|
|
1837
|
+
strokeLinecap: "round",
|
|
1838
|
+
strokeWidth: 2,
|
|
1839
|
+
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"
|
|
1840
|
+
})
|
|
1841
|
+
)
|
|
1842
|
+
);
|
|
1843
|
+
|
|
1844
|
+
const IconPlus = forwardRef(
|
|
1845
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1846
|
+
StyledIcon,
|
|
1847
|
+
{
|
|
1848
|
+
...props,
|
|
1849
|
+
size,
|
|
1850
|
+
viewBox: "0 0 24 24",
|
|
1851
|
+
fill: "none",
|
|
1852
|
+
ref: forwardRef2
|
|
1853
|
+
},
|
|
1854
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
1855
|
+
stroke: "currentColor",
|
|
1856
|
+
strokeLinecap: "round",
|
|
1857
|
+
strokeWidth: 2,
|
|
1858
|
+
d: "M5 12h14m-7-7v14"
|
|
1859
|
+
})
|
|
1860
|
+
)
|
|
1861
|
+
);
|
|
1862
|
+
|
|
1863
|
+
const IconQuestionMarkCircle = forwardRef(
|
|
1864
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1865
|
+
StyledIcon,
|
|
1866
|
+
{
|
|
1867
|
+
...props,
|
|
1868
|
+
size,
|
|
1869
|
+
viewBox: "0 0 24 24",
|
|
1870
|
+
fill: "none",
|
|
1871
|
+
ref: forwardRef2
|
|
1872
|
+
},
|
|
1873
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
1874
|
+
stroke: "currentColor",
|
|
1875
|
+
strokeLinecap: "round",
|
|
1876
|
+
strokeWidth: 2,
|
|
1877
|
+
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"
|
|
1878
|
+
})
|
|
1879
|
+
)
|
|
1880
|
+
);
|
|
1881
|
+
|
|
1882
|
+
const IconRhombus = forwardRef(
|
|
1883
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1884
|
+
StyledIcon,
|
|
1885
|
+
{
|
|
1886
|
+
...props,
|
|
1887
|
+
size,
|
|
1888
|
+
viewBox: "0 0 24 24",
|
|
1889
|
+
fill: "none",
|
|
1890
|
+
ref: forwardRef2
|
|
1891
|
+
},
|
|
1892
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
1893
|
+
clipPath: "url(#a)"
|
|
1894
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
1895
|
+
stroke: "currentColor",
|
|
1896
|
+
strokeWidth: 2,
|
|
1897
|
+
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"
|
|
1898
|
+
})),
|
|
1899
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
1900
|
+
id: "a"
|
|
1901
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
1902
|
+
d: "M0 0h24v24H0z"
|
|
1903
|
+
})))
|
|
1904
|
+
)
|
|
1905
|
+
);
|
|
1906
|
+
|
|
1907
|
+
const IconScrollbarXy = forwardRef(
|
|
1908
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1909
|
+
StyledIcon,
|
|
1910
|
+
{
|
|
1911
|
+
...props,
|
|
1912
|
+
size,
|
|
1913
|
+
viewBox: "0 0 24 24",
|
|
1914
|
+
fill: "none",
|
|
1915
|
+
ref: forwardRef2
|
|
1916
|
+
},
|
|
1917
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
1918
|
+
stroke: "currentColor",
|
|
1919
|
+
strokeLinecap: "round",
|
|
1920
|
+
strokeWidth: 2,
|
|
1921
|
+
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"
|
|
1922
|
+
})
|
|
1923
|
+
)
|
|
1924
|
+
);
|
|
1925
|
+
|
|
1926
|
+
const IconShapes = forwardRef(
|
|
1927
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1928
|
+
StyledIcon,
|
|
1929
|
+
{
|
|
1930
|
+
...props,
|
|
1931
|
+
size,
|
|
1932
|
+
viewBox: "0 0 24 24",
|
|
1933
|
+
fill: "none",
|
|
1934
|
+
ref: forwardRef2
|
|
1935
|
+
},
|
|
1936
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
1937
|
+
clipPath: "url(#a)"
|
|
1938
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
1939
|
+
stroke: "currentColor",
|
|
1940
|
+
strokeLinecap: "round",
|
|
1941
|
+
strokeWidth: 2,
|
|
1942
|
+
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"
|
|
1943
|
+
})),
|
|
1944
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
1945
|
+
id: "a"
|
|
1946
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
1947
|
+
d: "M0 0h24v24H0z"
|
|
1948
|
+
})))
|
|
1949
|
+
)
|
|
1950
|
+
);
|
|
1951
|
+
|
|
1952
|
+
const IconShieldCheck = forwardRef(
|
|
1953
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1954
|
+
StyledIcon,
|
|
1955
|
+
{
|
|
1956
|
+
...props,
|
|
1957
|
+
size,
|
|
1958
|
+
viewBox: "0 0 24 24",
|
|
1959
|
+
fill: "none",
|
|
1960
|
+
ref: forwardRef2
|
|
1961
|
+
},
|
|
1962
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
1963
|
+
clipPath: "url(#a)"
|
|
1964
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
1965
|
+
stroke: "currentColor",
|
|
1966
|
+
strokeLinecap: "round",
|
|
1967
|
+
strokeMiterlimit: 1.414,
|
|
1968
|
+
strokeWidth: 2,
|
|
1969
|
+
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"
|
|
1970
|
+
})),
|
|
1971
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
1972
|
+
id: "a"
|
|
1973
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
1974
|
+
d: "M0 0h24v24H0z"
|
|
1975
|
+
})))
|
|
1976
|
+
)
|
|
1977
|
+
);
|
|
1978
|
+
|
|
1979
|
+
const IconShieldLock = forwardRef(
|
|
1980
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1981
|
+
StyledIcon,
|
|
1982
|
+
{
|
|
1983
|
+
...props,
|
|
1984
|
+
size,
|
|
1985
|
+
viewBox: "0 0 24 24",
|
|
1986
|
+
fill: "none",
|
|
1987
|
+
ref: forwardRef2
|
|
1988
|
+
},
|
|
1989
|
+
/* @__PURE__ */ React.createElement("rect", {
|
|
1990
|
+
width: 8,
|
|
1991
|
+
height: 5,
|
|
1992
|
+
x: 8,
|
|
1993
|
+
y: 11,
|
|
1994
|
+
fill: "currentColor",
|
|
1995
|
+
rx: 1
|
|
1996
|
+
}),
|
|
1997
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
1998
|
+
stroke: "currentColor",
|
|
1999
|
+
strokeMiterlimit: 1.414,
|
|
2000
|
+
strokeWidth: 2,
|
|
2001
|
+
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"
|
|
2002
|
+
})
|
|
2003
|
+
)
|
|
2004
|
+
);
|
|
2005
|
+
|
|
2006
|
+
const IconSlidersX = forwardRef(
|
|
2007
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2008
|
+
StyledIcon,
|
|
2009
|
+
{
|
|
2010
|
+
...props,
|
|
2011
|
+
size,
|
|
2012
|
+
viewBox: "0 0 24 24",
|
|
2013
|
+
fill: "none",
|
|
2014
|
+
ref: forwardRef2
|
|
2015
|
+
},
|
|
2016
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
2017
|
+
clipPath: "url(#a)"
|
|
2018
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2019
|
+
stroke: "currentColor",
|
|
2020
|
+
strokeLinecap: "round",
|
|
2021
|
+
strokeWidth: 2,
|
|
2022
|
+
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"
|
|
2023
|
+
})),
|
|
2024
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
2025
|
+
id: "a"
|
|
2026
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2027
|
+
d: "M0 0h24v24H0z"
|
|
2028
|
+
})))
|
|
2029
|
+
)
|
|
2030
|
+
);
|
|
2031
|
+
|
|
2032
|
+
const IconSlidersY = forwardRef(
|
|
2033
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2034
|
+
StyledIcon,
|
|
2035
|
+
{
|
|
2036
|
+
...props,
|
|
2037
|
+
size,
|
|
2038
|
+
viewBox: "0 0 24 24",
|
|
2039
|
+
fill: "none",
|
|
2040
|
+
ref: forwardRef2
|
|
2041
|
+
},
|
|
2042
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
2043
|
+
clipPath: "url(#a)"
|
|
2044
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2045
|
+
stroke: "currentColor",
|
|
2046
|
+
strokeLinecap: "round",
|
|
2047
|
+
strokeWidth: 2,
|
|
2048
|
+
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"
|
|
2049
|
+
})),
|
|
2050
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
2051
|
+
id: "a"
|
|
2052
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2053
|
+
d: "M0 0h24v24H0z"
|
|
2054
|
+
})))
|
|
2055
|
+
)
|
|
2056
|
+
);
|
|
2057
|
+
|
|
2058
|
+
const IconSocialFacebook = forwardRef(
|
|
2059
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2060
|
+
StyledIcon,
|
|
2061
|
+
{
|
|
2062
|
+
...props,
|
|
2063
|
+
size,
|
|
2064
|
+
viewBox: "0 0 24 24",
|
|
2065
|
+
fill: "none",
|
|
2066
|
+
ref: forwardRef2
|
|
2067
|
+
},
|
|
2068
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
2069
|
+
fill: "currentColor",
|
|
2070
|
+
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"
|
|
2071
|
+
})
|
|
2072
|
+
)
|
|
2073
|
+
);
|
|
2074
|
+
|
|
2075
|
+
const IconSocialInstagram = forwardRef(
|
|
2076
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2077
|
+
StyledIcon,
|
|
2078
|
+
{
|
|
2079
|
+
...props,
|
|
2080
|
+
size,
|
|
2081
|
+
viewBox: "0 0 24 24",
|
|
2082
|
+
fill: "none",
|
|
2083
|
+
ref: forwardRef2
|
|
2084
|
+
},
|
|
2085
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
2086
|
+
fill: "currentColor",
|
|
2087
|
+
d: "M8.667 12a3.333 3.333 0 1 0 6.666 0 3.333 3.333 0 0 0-6.666 0Z"
|
|
2088
|
+
}),
|
|
2089
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
2090
|
+
fill: "currentColor",
|
|
2091
|
+
fillRule: "evenodd",
|
|
2092
|
+
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",
|
|
2093
|
+
clipRule: "evenodd"
|
|
1104
2094
|
})
|
|
1105
2095
|
)
|
|
1106
2096
|
);
|
|
@@ -1115,14 +2105,126 @@ const IconSocialLinkedin = forwardRef(
|
|
|
1115
2105
|
fill: "none",
|
|
1116
2106
|
ref: forwardRef2
|
|
1117
2107
|
},
|
|
1118
|
-
/* @__PURE__ */ React.createElement("path", {
|
|
1119
|
-
fill: "currentColor",
|
|
1120
|
-
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"
|
|
1121
|
-
})
|
|
2108
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
2109
|
+
fill: "currentColor",
|
|
2110
|
+
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"
|
|
2111
|
+
})
|
|
2112
|
+
)
|
|
2113
|
+
);
|
|
2114
|
+
|
|
2115
|
+
const IconSocialTwitter = forwardRef(
|
|
2116
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2117
|
+
StyledIcon,
|
|
2118
|
+
{
|
|
2119
|
+
...props,
|
|
2120
|
+
size,
|
|
2121
|
+
viewBox: "0 0 24 24",
|
|
2122
|
+
fill: "none",
|
|
2123
|
+
ref: forwardRef2
|
|
2124
|
+
},
|
|
2125
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
2126
|
+
fill: "currentColor",
|
|
2127
|
+
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"
|
|
2128
|
+
})
|
|
2129
|
+
)
|
|
2130
|
+
);
|
|
2131
|
+
|
|
2132
|
+
const IconSocialYoutube = forwardRef(
|
|
2133
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2134
|
+
StyledIcon,
|
|
2135
|
+
{
|
|
2136
|
+
...props,
|
|
2137
|
+
size,
|
|
2138
|
+
viewBox: "0 0 24 24",
|
|
2139
|
+
fill: "none",
|
|
2140
|
+
ref: forwardRef2
|
|
2141
|
+
},
|
|
2142
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
2143
|
+
fill: "currentColor",
|
|
2144
|
+
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"
|
|
2145
|
+
})
|
|
2146
|
+
)
|
|
2147
|
+
);
|
|
2148
|
+
|
|
2149
|
+
const IconSpeakerCross = forwardRef(
|
|
2150
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2151
|
+
StyledIcon,
|
|
2152
|
+
{
|
|
2153
|
+
...props,
|
|
2154
|
+
size,
|
|
2155
|
+
viewBox: "0 0 24 24",
|
|
2156
|
+
fill: "none",
|
|
2157
|
+
ref: forwardRef2
|
|
2158
|
+
},
|
|
2159
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
2160
|
+
clipPath: "url(#a)"
|
|
2161
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2162
|
+
stroke: "currentColor",
|
|
2163
|
+
strokeLinecap: "round",
|
|
2164
|
+
strokeWidth: 2,
|
|
2165
|
+
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"
|
|
2166
|
+
})),
|
|
2167
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
2168
|
+
id: "a"
|
|
2169
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2170
|
+
d: "M0 0h24v24H0z"
|
|
2171
|
+
})))
|
|
2172
|
+
)
|
|
2173
|
+
);
|
|
2174
|
+
|
|
2175
|
+
const IconSpeakerHigh = forwardRef(
|
|
2176
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2177
|
+
StyledIcon,
|
|
2178
|
+
{
|
|
2179
|
+
...props,
|
|
2180
|
+
size,
|
|
2181
|
+
viewBox: "0 0 24 24",
|
|
2182
|
+
fill: "none",
|
|
2183
|
+
ref: forwardRef2
|
|
2184
|
+
},
|
|
2185
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
2186
|
+
clipPath: "url(#a)"
|
|
2187
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2188
|
+
stroke: "currentColor",
|
|
2189
|
+
strokeLinecap: "round",
|
|
2190
|
+
strokeWidth: 2,
|
|
2191
|
+
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"
|
|
2192
|
+
})),
|
|
2193
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
2194
|
+
id: "a"
|
|
2195
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2196
|
+
d: "M0 0h24v24H0z"
|
|
2197
|
+
})))
|
|
2198
|
+
)
|
|
2199
|
+
);
|
|
2200
|
+
|
|
2201
|
+
const IconSquareBracketsAngleSlash = forwardRef(
|
|
2202
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2203
|
+
StyledIcon,
|
|
2204
|
+
{
|
|
2205
|
+
...props,
|
|
2206
|
+
size,
|
|
2207
|
+
viewBox: "0 0 24 24",
|
|
2208
|
+
fill: "none",
|
|
2209
|
+
ref: forwardRef2
|
|
2210
|
+
},
|
|
2211
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
2212
|
+
clipPath: "url(#a)"
|
|
2213
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2214
|
+
stroke: "currentColor",
|
|
2215
|
+
strokeLinecap: "round",
|
|
2216
|
+
strokeWidth: 2,
|
|
2217
|
+
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"
|
|
2218
|
+
})),
|
|
2219
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
2220
|
+
id: "a"
|
|
2221
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2222
|
+
d: "M0 0h24v24H0z"
|
|
2223
|
+
})))
|
|
1122
2224
|
)
|
|
1123
2225
|
);
|
|
1124
2226
|
|
|
1125
|
-
const
|
|
2227
|
+
const IconSquareCirclesTwo = forwardRef(
|
|
1126
2228
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1127
2229
|
StyledIcon,
|
|
1128
2230
|
{
|
|
@@ -1132,14 +2234,20 @@ const IconSocialTwitter = forwardRef(
|
|
|
1132
2234
|
fill: "none",
|
|
1133
2235
|
ref: forwardRef2
|
|
1134
2236
|
},
|
|
2237
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
2238
|
+
stroke: "currentColor",
|
|
2239
|
+
strokeLinecap: "round",
|
|
2240
|
+
strokeWidth: 2,
|
|
2241
|
+
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"
|
|
2242
|
+
}),
|
|
1135
2243
|
/* @__PURE__ */ React.createElement("path", {
|
|
1136
2244
|
fill: "currentColor",
|
|
1137
|
-
d: "
|
|
2245
|
+
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"
|
|
1138
2246
|
})
|
|
1139
2247
|
)
|
|
1140
2248
|
);
|
|
1141
2249
|
|
|
1142
|
-
const
|
|
2250
|
+
const IconSquareRounded = forwardRef(
|
|
1143
2251
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1144
2252
|
StyledIcon,
|
|
1145
2253
|
{
|
|
@@ -1149,14 +2257,22 @@ const IconSocialYoutube = forwardRef(
|
|
|
1149
2257
|
fill: "none",
|
|
1150
2258
|
ref: forwardRef2
|
|
1151
2259
|
},
|
|
1152
|
-
/* @__PURE__ */ React.createElement("
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
2260
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
2261
|
+
clipPath: "url(#a)"
|
|
2262
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2263
|
+
stroke: "currentColor",
|
|
2264
|
+
strokeWidth: 2,
|
|
2265
|
+
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"
|
|
2266
|
+
})),
|
|
2267
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
2268
|
+
id: "a"
|
|
2269
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2270
|
+
d: "M0 0h24v24H0z"
|
|
2271
|
+
})))
|
|
1156
2272
|
)
|
|
1157
2273
|
);
|
|
1158
2274
|
|
|
1159
|
-
const
|
|
2275
|
+
const IconSquareTriangleCirclePlus = forwardRef(
|
|
1160
2276
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1161
2277
|
StyledIcon,
|
|
1162
2278
|
{
|
|
@@ -1172,7 +2288,7 @@ const IconSpeakerCross = forwardRef(
|
|
|
1172
2288
|
stroke: "currentColor",
|
|
1173
2289
|
strokeLinecap: "round",
|
|
1174
2290
|
strokeWidth: 2,
|
|
1175
|
-
d: "
|
|
2291
|
+
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"
|
|
1176
2292
|
})),
|
|
1177
2293
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
1178
2294
|
id: "a"
|
|
@@ -1182,7 +2298,7 @@ const IconSpeakerCross = forwardRef(
|
|
|
1182
2298
|
)
|
|
1183
2299
|
);
|
|
1184
2300
|
|
|
1185
|
-
const
|
|
2301
|
+
const IconSquare = forwardRef(
|
|
1186
2302
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1187
2303
|
StyledIcon,
|
|
1188
2304
|
{
|
|
@@ -1196,9 +2312,8 @@ const IconSpeakerHigh = forwardRef(
|
|
|
1196
2312
|
clipPath: "url(#a)"
|
|
1197
2313
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
1198
2314
|
stroke: "currentColor",
|
|
1199
|
-
strokeLinecap: "round",
|
|
1200
2315
|
strokeWidth: 2,
|
|
1201
|
-
d: "
|
|
2316
|
+
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"
|
|
1202
2317
|
})),
|
|
1203
2318
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
1204
2319
|
id: "a"
|
|
@@ -1208,7 +2323,7 @@ const IconSpeakerHigh = forwardRef(
|
|
|
1208
2323
|
)
|
|
1209
2324
|
);
|
|
1210
2325
|
|
|
1211
|
-
const
|
|
2326
|
+
const IconSquaresFour = forwardRef(
|
|
1212
2327
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1213
2328
|
StyledIcon,
|
|
1214
2329
|
{
|
|
@@ -1219,11 +2334,38 @@ const IconSquareRounded = forwardRef(
|
|
|
1219
2334
|
ref: forwardRef2
|
|
1220
2335
|
},
|
|
1221
2336
|
/* @__PURE__ */ React.createElement("g", {
|
|
2337
|
+
stroke: "currentColor",
|
|
2338
|
+
strokeLinecap: "round",
|
|
2339
|
+
strokeWidth: 2,
|
|
1222
2340
|
clipPath: "url(#a)"
|
|
1223
2341
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
2342
|
+
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"
|
|
2343
|
+
})),
|
|
2344
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
2345
|
+
id: "a"
|
|
2346
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2347
|
+
d: "M0 0h24v24H0z"
|
|
2348
|
+
})))
|
|
2349
|
+
)
|
|
2350
|
+
);
|
|
2351
|
+
|
|
2352
|
+
const IconSquaresThree = forwardRef(
|
|
2353
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2354
|
+
StyledIcon,
|
|
2355
|
+
{
|
|
2356
|
+
...props,
|
|
2357
|
+
size,
|
|
2358
|
+
viewBox: "0 0 24 24",
|
|
2359
|
+
fill: "none",
|
|
2360
|
+
ref: forwardRef2
|
|
2361
|
+
},
|
|
2362
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
1224
2363
|
stroke: "currentColor",
|
|
2364
|
+
strokeLinecap: "round",
|
|
1225
2365
|
strokeWidth: 2,
|
|
1226
|
-
|
|
2366
|
+
clipPath: "url(#a)"
|
|
2367
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2368
|
+
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"
|
|
1227
2369
|
})),
|
|
1228
2370
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
1229
2371
|
id: "a"
|
|
@@ -1233,7 +2375,7 @@ const IconSquareRounded = forwardRef(
|
|
|
1233
2375
|
)
|
|
1234
2376
|
);
|
|
1235
2377
|
|
|
1236
|
-
const
|
|
2378
|
+
const IconStickyNote = forwardRef(
|
|
1237
2379
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1238
2380
|
StyledIcon,
|
|
1239
2381
|
{
|
|
@@ -1247,8 +2389,9 @@ const IconSquare = forwardRef(
|
|
|
1247
2389
|
clipPath: "url(#a)"
|
|
1248
2390
|
}, /* @__PURE__ */ React.createElement("path", {
|
|
1249
2391
|
stroke: "currentColor",
|
|
2392
|
+
strokeLinecap: "square",
|
|
1250
2393
|
strokeWidth: 2,
|
|
1251
|
-
d: "
|
|
2394
|
+
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"
|
|
1252
2395
|
})),
|
|
1253
2396
|
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
1254
2397
|
id: "a"
|
|
@@ -1282,6 +2425,147 @@ const IconStopCircle = forwardRef(
|
|
|
1282
2425
|
)
|
|
1283
2426
|
);
|
|
1284
2427
|
|
|
2428
|
+
const IconTextT = forwardRef(
|
|
2429
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2430
|
+
StyledIcon,
|
|
2431
|
+
{
|
|
2432
|
+
...props,
|
|
2433
|
+
size,
|
|
2434
|
+
viewBox: "0 0 24 24",
|
|
2435
|
+
fill: "none",
|
|
2436
|
+
ref: forwardRef2
|
|
2437
|
+
},
|
|
2438
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
2439
|
+
clipPath: "url(#a)"
|
|
2440
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2441
|
+
stroke: "currentColor",
|
|
2442
|
+
strokeLinecap: "round",
|
|
2443
|
+
strokeWidth: 2,
|
|
2444
|
+
d: "M4 7V4.5a.5.5 0 0 1 .5-.5H12m8 3V4.5a.5.5 0 0 0-.5-.5H12m0 0v16m0 0H9m3 0h3"
|
|
2445
|
+
})),
|
|
2446
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
2447
|
+
id: "a"
|
|
2448
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2449
|
+
d: "M0 0h24v24H0z"
|
|
2450
|
+
})))
|
|
2451
|
+
)
|
|
2452
|
+
);
|
|
2453
|
+
|
|
2454
|
+
const IconThumbsUp = forwardRef(
|
|
2455
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2456
|
+
StyledIcon,
|
|
2457
|
+
{
|
|
2458
|
+
...props,
|
|
2459
|
+
size,
|
|
2460
|
+
viewBox: "0 0 24 24",
|
|
2461
|
+
fill: "none",
|
|
2462
|
+
ref: forwardRef2
|
|
2463
|
+
},
|
|
2464
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
2465
|
+
clipPath: "url(#a)"
|
|
2466
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2467
|
+
stroke: "currentColor",
|
|
2468
|
+
strokeLinecap: "round",
|
|
2469
|
+
strokeWidth: 2,
|
|
2470
|
+
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"
|
|
2471
|
+
})),
|
|
2472
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
2473
|
+
id: "a"
|
|
2474
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2475
|
+
d: "M0 0h24v24H0z"
|
|
2476
|
+
})))
|
|
2477
|
+
)
|
|
2478
|
+
);
|
|
2479
|
+
|
|
2480
|
+
const IconTicket = forwardRef(
|
|
2481
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2482
|
+
StyledIcon,
|
|
2483
|
+
{
|
|
2484
|
+
...props,
|
|
2485
|
+
size,
|
|
2486
|
+
viewBox: "0 0 24 24",
|
|
2487
|
+
fill: "none",
|
|
2488
|
+
ref: forwardRef2
|
|
2489
|
+
},
|
|
2490
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
2491
|
+
fill: "currentColor",
|
|
2492
|
+
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"
|
|
2493
|
+
})
|
|
2494
|
+
)
|
|
2495
|
+
);
|
|
2496
|
+
|
|
2497
|
+
const IconTrackpad = forwardRef(
|
|
2498
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2499
|
+
StyledIcon,
|
|
2500
|
+
{
|
|
2501
|
+
...props,
|
|
2502
|
+
size,
|
|
2503
|
+
viewBox: "0 0 24 24",
|
|
2504
|
+
fill: "none",
|
|
2505
|
+
ref: forwardRef2
|
|
2506
|
+
},
|
|
2507
|
+
/* @__PURE__ */ React.createElement("path", {
|
|
2508
|
+
stroke: "currentColor",
|
|
2509
|
+
strokeWidth: 2,
|
|
2510
|
+
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"
|
|
2511
|
+
})
|
|
2512
|
+
)
|
|
2513
|
+
);
|
|
2514
|
+
|
|
2515
|
+
const IconTrashSimple = forwardRef(
|
|
2516
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2517
|
+
StyledIcon,
|
|
2518
|
+
{
|
|
2519
|
+
...props,
|
|
2520
|
+
size,
|
|
2521
|
+
viewBox: "0 0 24 24",
|
|
2522
|
+
fill: "none",
|
|
2523
|
+
ref: forwardRef2
|
|
2524
|
+
},
|
|
2525
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
2526
|
+
clipPath: "url(#a)"
|
|
2527
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2528
|
+
stroke: "currentColor",
|
|
2529
|
+
strokeLinecap: "round",
|
|
2530
|
+
strokeMiterlimit: 1.414,
|
|
2531
|
+
strokeWidth: 2,
|
|
2532
|
+
d: "M4 5h8m8 0h-8m0 0V3M6 8v12.75c0 .138.112.25.25.25h11.5a.25.25 0 0 0 .25-.25V8"
|
|
2533
|
+
})),
|
|
2534
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
2535
|
+
id: "a"
|
|
2536
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2537
|
+
d: "M0 0h24v24H0z"
|
|
2538
|
+
})))
|
|
2539
|
+
)
|
|
2540
|
+
);
|
|
2541
|
+
|
|
2542
|
+
const IconTrash = forwardRef(
|
|
2543
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2544
|
+
StyledIcon,
|
|
2545
|
+
{
|
|
2546
|
+
...props,
|
|
2547
|
+
size,
|
|
2548
|
+
viewBox: "0 0 24 24",
|
|
2549
|
+
fill: "none",
|
|
2550
|
+
ref: forwardRef2
|
|
2551
|
+
},
|
|
2552
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
2553
|
+
clipPath: "url(#a)"
|
|
2554
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2555
|
+
stroke: "currentColor",
|
|
2556
|
+
strokeLinecap: "round",
|
|
2557
|
+
strokeMiterlimit: 1.414,
|
|
2558
|
+
strokeWidth: 2,
|
|
2559
|
+
d: "M4 5h8m8 0h-8m0 0V3M6 8v12.75c0 .138.112.25.25.25h11.5a.25.25 0 0 0 .25-.25V8m-8 0v9m4-9v9"
|
|
2560
|
+
})),
|
|
2561
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
2562
|
+
id: "a"
|
|
2563
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2564
|
+
d: "M0 0h24v24H0z"
|
|
2565
|
+
})))
|
|
2566
|
+
)
|
|
2567
|
+
);
|
|
2568
|
+
|
|
1285
2569
|
const IconTriangle = forwardRef(
|
|
1286
2570
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1287
2571
|
StyledIcon,
|
|
@@ -1307,6 +2591,45 @@ const IconTriangle = forwardRef(
|
|
|
1307
2591
|
)
|
|
1308
2592
|
);
|
|
1309
2593
|
|
|
2594
|
+
const IconTrident = forwardRef(
|
|
2595
|
+
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
2596
|
+
StyledIcon,
|
|
2597
|
+
{
|
|
2598
|
+
...props,
|
|
2599
|
+
size,
|
|
2600
|
+
viewBox: "0 0 24 24",
|
|
2601
|
+
fill: "none",
|
|
2602
|
+
ref: forwardRef2
|
|
2603
|
+
},
|
|
2604
|
+
/* @__PURE__ */ React.createElement("g", {
|
|
2605
|
+
clipPath: "url(#a)"
|
|
2606
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2607
|
+
stroke: "currentColor",
|
|
2608
|
+
strokeLinecap: "round",
|
|
2609
|
+
strokeLinejoin: "round",
|
|
2610
|
+
strokeWidth: 2,
|
|
2611
|
+
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"
|
|
2612
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
2613
|
+
fill: "currentColor",
|
|
2614
|
+
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"
|
|
2615
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
2616
|
+
fill: "currentColor",
|
|
2617
|
+
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"
|
|
2618
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
2619
|
+
fill: "currentColor",
|
|
2620
|
+
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"
|
|
2621
|
+
}), /* @__PURE__ */ React.createElement("path", {
|
|
2622
|
+
fill: "currentColor",
|
|
2623
|
+
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"
|
|
2624
|
+
})),
|
|
2625
|
+
/* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
|
|
2626
|
+
id: "a"
|
|
2627
|
+
}, /* @__PURE__ */ React.createElement("path", {
|
|
2628
|
+
d: "M0 0h24v24H0z"
|
|
2629
|
+
})))
|
|
2630
|
+
)
|
|
2631
|
+
);
|
|
2632
|
+
|
|
1310
2633
|
const IconUserAdd = forwardRef(
|
|
1311
2634
|
({ size = "medium", ...props }, forwardRef2) => createElement(
|
|
1312
2635
|
StyledIcon,
|
|
@@ -1387,5 +2710,5 @@ const IconWallet = forwardRef(
|
|
|
1387
2710
|
)
|
|
1388
2711
|
);
|
|
1389
2712
|
|
|
1390
|
-
export { IconArrowBoxOut, IconArrowDown, IconArrowDownLeft, IconArrowDownRight, IconArrowFatRight, IconArrowLeft, IconArrowRight, IconArrowUp, IconArrowUpLeft, IconArrowUpRight, IconBarThree, IconChat, IconCheckMark, IconChevronDown, IconChevronLeft, IconChevronRight, IconChevronUp, IconCircle, IconCircleMotionX, IconCog, IconCross, IconCrossCircle, IconEnvelope, IconExclamationPointCircle, IconFunnel, IconGlobe, IconHouse, IconInformationMarkCircle, IconLineDiagonal, IconLink, IconLockClosed, IconLockOpen, IconMagnifyingGlass, IconMicrophone, IconMicrophoneSlash, IconMinus, IconParallelogram, IconPauseCircle, IconPlaceholder, IconPlayCircle, IconPlaybackSpeedCircle, IconPlug, IconPlus, IconQuestionMarkCircle, IconRhombus, IconShapes, IconSlidersX, IconSlidersY, IconSocialFacebook, IconSocialInstagram, IconSocialLinkedin, IconSocialTwitter, IconSocialYoutube, IconSpeakerCross, IconSpeakerHigh, IconSquare, IconSquareRounded, IconStopCircle, IconTriangle, IconUser, IconUserAdd, IconUsers, IconWallet };
|
|
2713
|
+
export { IconArrowBoxOut, IconArrowClockwiseDownRight, IconArrowClockwiseUpLeft, IconArrowCounterClockwiseDownLeft, IconArrowCounterClockwiseUpRight, IconArrowDown, IconArrowDownLeft, IconArrowDownRight, IconArrowFatRight, IconArrowLeft, IconArrowRight, IconArrowUp, IconArrowUpLeft, IconArrowUpRight, IconArrowsClockwiseX, IconArrowsClockwiseY, IconArticle, IconBarThree, IconBracketsAngleSlash, IconBracketsCurlyCirclesThree, IconCamera, IconCard, IconCardNumberThree, IconCardsPoker, IconChartBarY, IconChartBarYSimple, IconChat, IconCheckMark, IconChevronDown, IconChevronLeft, IconChevronRight, IconChevronUp, IconCircle, IconCircleMotionX, IconCircleNotch, IconCirclesConnected, IconClockCounterClockwise, IconClockCounterClockwiseSimple, IconCluster, IconClustered, IconCog, IconCreditCard, IconCrop, IconCross, IconCrossCircle, IconCursor, IconCursorFilled, IconEnvelope, IconExclamationPointCircle, IconFactory, IconFactoryHouse, IconFunnel, IconGauge, IconGlobe, IconHand, IconHandFilled, IconHouse, IconImage, IconInformationMarkCircle, IconKanban, IconKey, IconKeycap, IconLaptop, IconLineDiagonal, IconLink, IconLockClosed, IconLockOpen, IconMagnifyingGlass, IconMicrophone, IconMicrophoneSlash, IconMinus, IconMouse, IconParallelogram, IconPauseCircle, IconPdf, IconPlaceholder, IconPlayCircle, IconPlaybackSpeedCircle, IconPlug, IconPlus, IconQuestionMarkCircle, IconRhombus, IconScrollbarXy, IconShapes, IconShieldCheck, IconShieldLock, IconSlidersX, IconSlidersY, IconSocialFacebook, IconSocialInstagram, IconSocialLinkedin, IconSocialTwitter, IconSocialYoutube, IconSpeakerCross, IconSpeakerHigh, IconSquare, IconSquareBracketsAngleSlash, IconSquareCirclesTwo, IconSquareRounded, IconSquareTriangleCirclePlus, IconSquaresFour, IconSquaresThree, IconStickyNote, IconStopCircle, IconTextT, IconThumbsUp, IconTicket, IconTrackpad, IconTrash, IconTrashSimple, IconTriangle, IconTrident, IconUser, IconUserAdd, IconUsers, IconWallet };
|
|
1391
2714
|
//# sourceMappingURL=module.js.map
|