@mirohq/design-system-icons 0.3.1 → 0.5.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 +2177 -262
- package/dist/main.js.map +1 -1
- package/dist/module.js +2105 -263
- package/dist/module.js.map +1 -1
- package/dist/types.d.ts +147 -1
- package/package.json +1 -1
- package/react/align-bottom.tsx +32 -0
- package/react/align-left.tsx +32 -0
- package/react/align-right.tsx +32 -0
- package/react/align-top.tsx +32 -0
- 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/bell-slash.tsx +31 -0
- package/react/bell-tilt.tsx +32 -0
- package/react/bell.tsx +32 -0
- package/react/brackets-angle-slash.tsx +33 -0
- package/react/brackets-curly-circles-three.tsx +37 -0
- package/react/calendar-blank.tsx +35 -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/clock-overtime.tsx +31 -0
- package/react/clock.tsx +33 -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/graduation-cap.tsx +35 -0
- package/react/hand-filled.tsx +26 -0
- package/react/hand.tsx +31 -0
- package/react/image.tsx +27 -0
- package/react/index.ts +73 -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/lifesaver.tsx +34 -0
- package/react/lightning.tsx +35 -0
- package/react/magnet.tsx +34 -0
- package/react/map.tsx +35 -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/push-pin.tsx +31 -0
- package/react/scrollbar-xy.tsx +26 -0
- package/react/shield-check.tsx +34 -0
- package/react/shield-lock.tsx +27 -0
- package/react/sidebar-closed.tsx +35 -0
- package/react/sidebar-open.tsx +34 -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/tag.tsx +29 -0
- package/react/text-t.tsx +33 -0
- package/react/thumbs-up.tsx +33 -0
- package/react/ticket.tsx +24 -0
- package/react/timer.tsx +25 -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/align-bottom.svg +1 -0
- package/svg/24/align-left.svg +1 -0
- package/svg/24/align-right.svg +1 -0
- package/svg/24/align-top.svg +1 -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/bell-slash.svg +1 -0
- package/svg/24/bell-tilt.svg +1 -0
- package/svg/24/bell.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/calendar-blank.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/clock-overtime.svg +1 -0
- package/svg/24/clock.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/graduation-cap.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/lifesaver.svg +1 -0
- package/svg/24/lightning.svg +1 -0
- package/svg/24/magnet.svg +1 -0
- package/svg/24/map.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/push-pin.svg +1 -0
- 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/sidebar-closed.svg +1 -0
- package/svg/24/sidebar-open.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/tag.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/timer.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 +647 -1
package/dist/main.js
CHANGED
|
@@ -31,7 +31,7 @@ const StyledIcon = designSystemStitches.styled(designSystemPrimitive.Primitive.s
|
|
|
31
31
|
}
|
|
32
32
|
});
|
|
33
33
|
|
|
34
|
-
const
|
|
34
|
+
const IconAlignBottom = React.forwardRef(
|
|
35
35
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
36
36
|
StyledIcon,
|
|
37
37
|
{
|
|
@@ -44,13 +44,19 @@ const IconArrowBoxOut = React.forwardRef(
|
|
|
44
44
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
45
45
|
stroke: "currentColor",
|
|
46
46
|
strokeLinecap: "round",
|
|
47
|
+
strokeLinejoin: "round",
|
|
48
|
+
strokeMiterlimit: 1.414,
|
|
47
49
|
strokeWidth: 2,
|
|
48
|
-
d: "
|
|
50
|
+
d: "M3 20h18"
|
|
51
|
+
}),
|
|
52
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
53
|
+
fill: "currentColor",
|
|
54
|
+
d: "M7 3.5a1.5 1.5 0 1 1 3 0v11a1.5 1.5 0 0 1-3 0v-11Zm7 5a1.5 1.5 0 0 1 3 0v6a1.5 1.5 0 0 1-3 0v-6Z"
|
|
49
55
|
})
|
|
50
56
|
)
|
|
51
57
|
);
|
|
52
58
|
|
|
53
|
-
const
|
|
59
|
+
const IconAlignLeft = React.forwardRef(
|
|
54
60
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
55
61
|
StyledIcon,
|
|
56
62
|
{
|
|
@@ -63,13 +69,19 @@ const IconArrowDownLeft = React.forwardRef(
|
|
|
63
69
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
64
70
|
stroke: "currentColor",
|
|
65
71
|
strokeLinecap: "round",
|
|
72
|
+
strokeLinejoin: "round",
|
|
73
|
+
strokeMiterlimit: 1.414,
|
|
66
74
|
strokeWidth: 2,
|
|
67
|
-
d: "
|
|
75
|
+
d: "M4 21V3"
|
|
76
|
+
}),
|
|
77
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
78
|
+
fill: "currentColor",
|
|
79
|
+
d: "M8 15.5A1.5 1.5 0 0 1 9.5 14h5a1.5 1.5 0 0 1 0 3h-5A1.5 1.5 0 0 1 8 15.5Zm0-7A1.5 1.5 0 0 1 9.5 7h11a1.5 1.5 0 0 1 0 3h-11A1.5 1.5 0 0 1 8 8.5Z"
|
|
68
80
|
})
|
|
69
81
|
)
|
|
70
82
|
);
|
|
71
83
|
|
|
72
|
-
const
|
|
84
|
+
const IconAlignRight = React.forwardRef(
|
|
73
85
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
74
86
|
StyledIcon,
|
|
75
87
|
{
|
|
@@ -82,13 +94,19 @@ const IconArrowDownRight = React.forwardRef(
|
|
|
82
94
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
83
95
|
stroke: "currentColor",
|
|
84
96
|
strokeLinecap: "round",
|
|
97
|
+
strokeLinejoin: "round",
|
|
98
|
+
strokeMiterlimit: 1.414,
|
|
85
99
|
strokeWidth: 2,
|
|
86
|
-
d: "
|
|
100
|
+
d: "M20 3v18"
|
|
101
|
+
}),
|
|
102
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
103
|
+
fill: "currentColor",
|
|
104
|
+
d: "M2 8.5A1.5 1.5 0 0 1 3.5 7h11a1.5 1.5 0 0 1 0 3h-11A1.5 1.5 0 0 1 2 8.5Zm6 7A1.5 1.5 0 0 1 9.5 14h5a1.5 1.5 0 0 1 0 3h-5A1.5 1.5 0 0 1 8 15.5Z"
|
|
87
105
|
})
|
|
88
106
|
)
|
|
89
107
|
);
|
|
90
108
|
|
|
91
|
-
const
|
|
109
|
+
const IconAlignTop = React.forwardRef(
|
|
92
110
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
93
111
|
StyledIcon,
|
|
94
112
|
{
|
|
@@ -101,13 +119,38 @@ const IconArrowDown = React.forwardRef(
|
|
|
101
119
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
102
120
|
stroke: "currentColor",
|
|
103
121
|
strokeLinecap: "round",
|
|
122
|
+
strokeLinejoin: "round",
|
|
123
|
+
strokeMiterlimit: 1.414,
|
|
104
124
|
strokeWidth: 2,
|
|
105
|
-
d: "
|
|
125
|
+
d: "M3 3h18"
|
|
126
|
+
}),
|
|
127
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
128
|
+
fill: "currentColor",
|
|
129
|
+
d: "M7 8.5a1.5 1.5 0 1 1 3 0v11a1.5 1.5 0 0 1-3 0v-11Zm7 0a1.5 1.5 0 0 1 3 0v6a1.5 1.5 0 0 1-3 0v-6Z"
|
|
106
130
|
})
|
|
107
131
|
)
|
|
108
132
|
);
|
|
109
133
|
|
|
110
|
-
const
|
|
134
|
+
const IconArrowBoxOut = React.forwardRef(
|
|
135
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
136
|
+
StyledIcon,
|
|
137
|
+
{
|
|
138
|
+
...props,
|
|
139
|
+
size,
|
|
140
|
+
viewBox: "0 0 24 24",
|
|
141
|
+
fill: "none",
|
|
142
|
+
ref: forwardRef2
|
|
143
|
+
},
|
|
144
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
145
|
+
stroke: "currentColor",
|
|
146
|
+
strokeLinecap: "round",
|
|
147
|
+
strokeWidth: 2,
|
|
148
|
+
d: "M17 14v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V8a1 1 0 0 1 1-1h4.5M20 4l-9 9m2.002-9h7v7"
|
|
149
|
+
})
|
|
150
|
+
)
|
|
151
|
+
);
|
|
152
|
+
|
|
153
|
+
const IconArrowClockwiseDownRight = React.forwardRef(
|
|
111
154
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
112
155
|
StyledIcon,
|
|
113
156
|
{
|
|
@@ -121,8 +164,9 @@ const IconArrowFatRight = React.forwardRef(
|
|
|
121
164
|
clipPath: "url(#a)"
|
|
122
165
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
123
166
|
stroke: "currentColor",
|
|
167
|
+
strokeLinecap: "round",
|
|
124
168
|
strokeWidth: 2,
|
|
125
|
-
d: "
|
|
169
|
+
d: "M12 20a8 8 0 1 1 7.748-6M17 12l3 3 3-3"
|
|
126
170
|
})),
|
|
127
171
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
128
172
|
id: "a"
|
|
@@ -132,7 +176,7 @@ const IconArrowFatRight = React.forwardRef(
|
|
|
132
176
|
)
|
|
133
177
|
);
|
|
134
178
|
|
|
135
|
-
const
|
|
179
|
+
const IconArrowClockwiseUpLeft = React.forwardRef(
|
|
136
180
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
137
181
|
StyledIcon,
|
|
138
182
|
{
|
|
@@ -142,16 +186,23 @@ const IconArrowLeft = React.forwardRef(
|
|
|
142
186
|
fill: "none",
|
|
143
187
|
ref: forwardRef2
|
|
144
188
|
},
|
|
145
|
-
/* @__PURE__ */ React__default["default"].createElement("
|
|
189
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
190
|
+
clipPath: "url(#a)"
|
|
191
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
146
192
|
stroke: "currentColor",
|
|
147
193
|
strokeLinecap: "round",
|
|
148
194
|
strokeWidth: 2,
|
|
149
|
-
d: "
|
|
150
|
-
})
|
|
195
|
+
d: "M12 4a8 8 0 1 1-7.748 6M7 12 4 9l-3 3"
|
|
196
|
+
})),
|
|
197
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
198
|
+
id: "a"
|
|
199
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
200
|
+
d: "M0 0h24v24H0z"
|
|
201
|
+
})))
|
|
151
202
|
)
|
|
152
203
|
);
|
|
153
204
|
|
|
154
|
-
const
|
|
205
|
+
const IconArrowCounterClockwiseDownLeft = React.forwardRef(
|
|
155
206
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
156
207
|
StyledIcon,
|
|
157
208
|
{
|
|
@@ -161,16 +212,23 @@ const IconArrowRight = React.forwardRef(
|
|
|
161
212
|
fill: "none",
|
|
162
213
|
ref: forwardRef2
|
|
163
214
|
},
|
|
164
|
-
/* @__PURE__ */ React__default["default"].createElement("
|
|
215
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
216
|
+
clipPath: "url(#a)"
|
|
217
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
165
218
|
stroke: "currentColor",
|
|
166
219
|
strokeLinecap: "round",
|
|
167
220
|
strokeWidth: 2,
|
|
168
|
-
d: "
|
|
169
|
-
})
|
|
221
|
+
d: "M4.258 14.015a8 8 0 1 1 7.758 5.987M1 12l3 3 3-3"
|
|
222
|
+
})),
|
|
223
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
224
|
+
id: "a"
|
|
225
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
226
|
+
d: "M0 0h24v24H0z"
|
|
227
|
+
})))
|
|
170
228
|
)
|
|
171
229
|
);
|
|
172
230
|
|
|
173
|
-
const
|
|
231
|
+
const IconArrowCounterClockwiseUpRight = React.forwardRef(
|
|
174
232
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
175
233
|
StyledIcon,
|
|
176
234
|
{
|
|
@@ -180,16 +238,23 @@ const IconArrowUpLeft = React.forwardRef(
|
|
|
180
238
|
fill: "none",
|
|
181
239
|
ref: forwardRef2
|
|
182
240
|
},
|
|
183
|
-
/* @__PURE__ */ React__default["default"].createElement("
|
|
241
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
242
|
+
clipPath: "url(#a)"
|
|
243
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
184
244
|
stroke: "currentColor",
|
|
185
245
|
strokeLinecap: "round",
|
|
186
246
|
strokeWidth: 2,
|
|
187
|
-
d: "
|
|
188
|
-
})
|
|
247
|
+
d: "M19.753 10.03a8 8 0 1 1-7.723-6.032M23 12l-3-3-3 3"
|
|
248
|
+
})),
|
|
249
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
250
|
+
id: "a"
|
|
251
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
252
|
+
d: "M0 0h24v24H0z"
|
|
253
|
+
})))
|
|
189
254
|
)
|
|
190
255
|
);
|
|
191
256
|
|
|
192
|
-
const
|
|
257
|
+
const IconArrowDownLeft = React.forwardRef(
|
|
193
258
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
194
259
|
StyledIcon,
|
|
195
260
|
{
|
|
@@ -203,12 +268,12 @@ const IconArrowUpRight = React.forwardRef(
|
|
|
203
268
|
stroke: "currentColor",
|
|
204
269
|
strokeLinecap: "round",
|
|
205
270
|
strokeWidth: 2,
|
|
206
|
-
d: "
|
|
271
|
+
d: "M5 19h9m-9 0v-9m0 9L19 5"
|
|
207
272
|
})
|
|
208
273
|
)
|
|
209
274
|
);
|
|
210
275
|
|
|
211
|
-
const
|
|
276
|
+
const IconArrowDownRight = React.forwardRef(
|
|
212
277
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
213
278
|
StyledIcon,
|
|
214
279
|
{
|
|
@@ -222,12 +287,12 @@ const IconArrowUp = React.forwardRef(
|
|
|
222
287
|
stroke: "currentColor",
|
|
223
288
|
strokeLinecap: "round",
|
|
224
289
|
strokeWidth: 2,
|
|
225
|
-
d: "
|
|
290
|
+
d: "M19 19v-9m0 9h-9m9 0L5 5"
|
|
226
291
|
})
|
|
227
292
|
)
|
|
228
293
|
);
|
|
229
294
|
|
|
230
|
-
const
|
|
295
|
+
const IconArrowDown = React.forwardRef(
|
|
231
296
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
232
297
|
StyledIcon,
|
|
233
298
|
{
|
|
@@ -241,12 +306,12 @@ const IconBarThree = React.forwardRef(
|
|
|
241
306
|
stroke: "currentColor",
|
|
242
307
|
strokeLinecap: "round",
|
|
243
308
|
strokeWidth: 2,
|
|
244
|
-
d: "
|
|
309
|
+
d: "M12.205 3.205v17m-7-6.41 7 7 7-7"
|
|
245
310
|
})
|
|
246
311
|
)
|
|
247
312
|
);
|
|
248
313
|
|
|
249
|
-
const
|
|
314
|
+
const IconArrowFatRight = React.forwardRef(
|
|
250
315
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
251
316
|
StyledIcon,
|
|
252
317
|
{
|
|
@@ -261,7 +326,7 @@ const IconChat = React.forwardRef(
|
|
|
261
326
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
262
327
|
stroke: "currentColor",
|
|
263
328
|
strokeWidth: 2,
|
|
264
|
-
d: "
|
|
329
|
+
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"
|
|
265
330
|
})),
|
|
266
331
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
267
332
|
id: "a"
|
|
@@ -271,7 +336,7 @@ const IconChat = React.forwardRef(
|
|
|
271
336
|
)
|
|
272
337
|
);
|
|
273
338
|
|
|
274
|
-
const
|
|
339
|
+
const IconArrowLeft = React.forwardRef(
|
|
275
340
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
276
341
|
StyledIcon,
|
|
277
342
|
{
|
|
@@ -285,12 +350,12 @@ const IconCheckMark = React.forwardRef(
|
|
|
285
350
|
stroke: "currentColor",
|
|
286
351
|
strokeLinecap: "round",
|
|
287
352
|
strokeWidth: 2,
|
|
288
|
-
d: "
|
|
353
|
+
d: "M21 12H4m6.41-7-7 7 7 7"
|
|
289
354
|
})
|
|
290
355
|
)
|
|
291
356
|
);
|
|
292
357
|
|
|
293
|
-
const
|
|
358
|
+
const IconArrowRight = React.forwardRef(
|
|
294
359
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
295
360
|
StyledIcon,
|
|
296
361
|
{
|
|
@@ -304,12 +369,12 @@ const IconChevronDown = React.forwardRef(
|
|
|
304
369
|
stroke: "currentColor",
|
|
305
370
|
strokeLinecap: "round",
|
|
306
371
|
strokeWidth: 2,
|
|
307
|
-
d: "
|
|
372
|
+
d: "M20 12H3m10.59-7 7 7-7 7"
|
|
308
373
|
})
|
|
309
374
|
)
|
|
310
375
|
);
|
|
311
376
|
|
|
312
|
-
const
|
|
377
|
+
const IconArrowUpLeft = React.forwardRef(
|
|
313
378
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
314
379
|
StyledIcon,
|
|
315
380
|
{
|
|
@@ -323,12 +388,12 @@ const IconChevronLeft = React.forwardRef(
|
|
|
323
388
|
stroke: "currentColor",
|
|
324
389
|
strokeLinecap: "round",
|
|
325
390
|
strokeWidth: 2,
|
|
326
|
-
d: "
|
|
391
|
+
d: "M5 5v9m0-9h9M5 5l14 14"
|
|
327
392
|
})
|
|
328
393
|
)
|
|
329
394
|
);
|
|
330
395
|
|
|
331
|
-
const
|
|
396
|
+
const IconArrowUpRight = React.forwardRef(
|
|
332
397
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
333
398
|
StyledIcon,
|
|
334
399
|
{
|
|
@@ -342,12 +407,12 @@ const IconChevronRight = React.forwardRef(
|
|
|
342
407
|
stroke: "currentColor",
|
|
343
408
|
strokeLinecap: "round",
|
|
344
409
|
strokeWidth: 2,
|
|
345
|
-
d: "
|
|
410
|
+
d: "M19 5h-9m9 0v9m0-9L5 19"
|
|
346
411
|
})
|
|
347
412
|
)
|
|
348
413
|
);
|
|
349
414
|
|
|
350
|
-
const
|
|
415
|
+
const IconArrowUp = React.forwardRef(
|
|
351
416
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
352
417
|
StyledIcon,
|
|
353
418
|
{
|
|
@@ -361,12 +426,12 @@ const IconChevronUp = React.forwardRef(
|
|
|
361
426
|
stroke: "currentColor",
|
|
362
427
|
strokeLinecap: "round",
|
|
363
428
|
strokeWidth: 2,
|
|
364
|
-
d: "
|
|
429
|
+
d: "M12.205 20.795v-17m7 6.41-7-7-7 7"
|
|
365
430
|
})
|
|
366
431
|
)
|
|
367
432
|
);
|
|
368
433
|
|
|
369
|
-
const
|
|
434
|
+
const IconArrowsClockwiseX = React.forwardRef(
|
|
370
435
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
371
436
|
StyledIcon,
|
|
372
437
|
{
|
|
@@ -382,7 +447,7 @@ const IconCircleMotionX = React.forwardRef(
|
|
|
382
447
|
stroke: "currentColor",
|
|
383
448
|
strokeLinecap: "round",
|
|
384
449
|
strokeWidth: 2,
|
|
385
|
-
d: "
|
|
450
|
+
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"
|
|
386
451
|
})),
|
|
387
452
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
388
453
|
id: "a"
|
|
@@ -392,7 +457,7 @@ const IconCircleMotionX = React.forwardRef(
|
|
|
392
457
|
)
|
|
393
458
|
);
|
|
394
459
|
|
|
395
|
-
const
|
|
460
|
+
const IconArrowsClockwiseY = React.forwardRef(
|
|
396
461
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
397
462
|
StyledIcon,
|
|
398
463
|
{
|
|
@@ -406,8 +471,9 @@ const IconCircle = React.forwardRef(
|
|
|
406
471
|
clipPath: "url(#a)"
|
|
407
472
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
408
473
|
stroke: "currentColor",
|
|
474
|
+
strokeLinecap: "round",
|
|
409
475
|
strokeWidth: 2,
|
|
410
|
-
d: "
|
|
476
|
+
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"
|
|
411
477
|
})),
|
|
412
478
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
413
479
|
id: "a"
|
|
@@ -417,7 +483,7 @@ const IconCircle = React.forwardRef(
|
|
|
417
483
|
)
|
|
418
484
|
);
|
|
419
485
|
|
|
420
|
-
const
|
|
486
|
+
const IconArticle = React.forwardRef(
|
|
421
487
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
422
488
|
StyledIcon,
|
|
423
489
|
{
|
|
@@ -427,24 +493,23 @@ const IconCog = React.forwardRef(
|
|
|
427
493
|
fill: "none",
|
|
428
494
|
ref: forwardRef2
|
|
429
495
|
},
|
|
430
|
-
/* @__PURE__ */ React__default["default"].createElement("
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
r: 1,
|
|
434
|
-
stroke: "currentColor",
|
|
435
|
-
strokeWidth: 2
|
|
436
|
-
}),
|
|
437
|
-
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
496
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
497
|
+
clipPath: "url(#a)"
|
|
498
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
438
499
|
stroke: "currentColor",
|
|
439
500
|
strokeLinecap: "round",
|
|
440
|
-
strokeLinejoin: "round",
|
|
441
501
|
strokeWidth: 2,
|
|
442
|
-
d: "
|
|
443
|
-
})
|
|
502
|
+
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"
|
|
503
|
+
})),
|
|
504
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
505
|
+
id: "a"
|
|
506
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
507
|
+
d: "M0 0h24v24H0z"
|
|
508
|
+
})))
|
|
444
509
|
)
|
|
445
510
|
);
|
|
446
511
|
|
|
447
|
-
const
|
|
512
|
+
const IconBarThree = React.forwardRef(
|
|
448
513
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
449
514
|
StyledIcon,
|
|
450
515
|
{
|
|
@@ -458,12 +523,12 @@ const IconCrossCircle = React.forwardRef(
|
|
|
458
523
|
stroke: "currentColor",
|
|
459
524
|
strokeLinecap: "round",
|
|
460
525
|
strokeWidth: 2,
|
|
461
|
-
d: "
|
|
526
|
+
d: "M21 5H3m18 7H3m18 7H3"
|
|
462
527
|
})
|
|
463
528
|
)
|
|
464
529
|
);
|
|
465
530
|
|
|
466
|
-
const
|
|
531
|
+
const IconBellSlash = React.forwardRef(
|
|
467
532
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
468
533
|
StyledIcon,
|
|
469
534
|
{
|
|
@@ -473,16 +538,46 @@ const IconCross = React.forwardRef(
|
|
|
473
538
|
fill: "none",
|
|
474
539
|
ref: forwardRef2
|
|
475
540
|
},
|
|
476
|
-
/* @__PURE__ */ React__default["default"].createElement("
|
|
541
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
542
|
+
clipPath: "url(#a)"
|
|
543
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
544
|
+
fill: "currentColor",
|
|
545
|
+
d: "M17 12.5h-1a1 1 0 0 0 .168.555L17 12.5Zm2.482 3.723.832-.555-.832.555Zm-.416.777v1-1ZM7 12l.857.514A1 1 0 0 0 8 12H7Zm-1.494.546a1 1 0 0 0 1.715 1.03l-1.715-1.03Zm-2.213 6.747a1 1 0 1 0 1.414 1.414l-1.414-1.414ZM20.707 4.707a1 1 0 0 0-1.414-1.414l1.414 1.414ZM14 5.535a1 1 0 1 0 1.002-1.732L14 5.535ZM16 9v3.5h2V9h-2Zm.168 4.055 2.482 3.722 1.664-1.11-2.482-3.722-1.664 1.11Zm2.482 3.722a.5.5 0 0 1 .416-.777v2c1.198 0 1.912-1.335 1.248-2.332l-1.664 1.11ZM13 18a1 1 0 0 1-1 1v2a3 3 0 0 0 3-3h-2Zm-1 1a1 1 0 0 1-1-1H9a3 3 0 0 0 3 3v-2Zm3.757-11.377C15.914 8.05 16 8.514 16 9h2c0-.724-.129-1.42-.366-2.066l-1.877.689ZM19.066 16H7v2h12.066v-2ZM8 12V9H6v3h2Zm0-3a4 4 0 0 1 4-4V3a6 6 0 0 0-6 6h2Zm-.779 4.575.636-1.06-1.714-1.03-.637 1.061 1.715 1.03Zm-2.514 7.132 16-16-1.414-1.414-16 16 1.414 1.414ZM12 5c.73 0 1.412.195 2 .535l1-1.732A5.977 5.977 0 0 0 12 3v2Z"
|
|
546
|
+
})),
|
|
547
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
548
|
+
id: "a"
|
|
549
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
550
|
+
d: "M0 0h24v24H0z"
|
|
551
|
+
})))
|
|
552
|
+
)
|
|
553
|
+
);
|
|
554
|
+
|
|
555
|
+
const IconBellTilt = React.forwardRef(
|
|
556
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
557
|
+
StyledIcon,
|
|
558
|
+
{
|
|
559
|
+
...props,
|
|
560
|
+
size,
|
|
561
|
+
viewBox: "0 0 24 24",
|
|
562
|
+
fill: "none",
|
|
563
|
+
ref: forwardRef2
|
|
564
|
+
},
|
|
565
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
566
|
+
clipPath: "url(#a)"
|
|
567
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
477
568
|
stroke: "currentColor",
|
|
478
|
-
strokeLinecap: "round",
|
|
479
569
|
strokeWidth: 2,
|
|
480
|
-
d: "
|
|
481
|
-
})
|
|
570
|
+
d: "M11.646 17.795a2 2 0 0 1-3.465-2M8.583 9.1l1.5-2.598a5 5 0 0 1 8.66 5l-1.75 3.03.289 4.466a.5.5 0 0 1-.75.465L4.25 12.37a.5.5 0 0 1 .007-.87l4.326-2.402Z"
|
|
571
|
+
})),
|
|
572
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
573
|
+
id: "a"
|
|
574
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
575
|
+
d: "M0 0h24v24H0z"
|
|
576
|
+
})))
|
|
482
577
|
)
|
|
483
578
|
);
|
|
484
579
|
|
|
485
|
-
const
|
|
580
|
+
const IconBell = React.forwardRef(
|
|
486
581
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
487
582
|
StyledIcon,
|
|
488
583
|
{
|
|
@@ -492,16 +587,22 @@ const IconEnvelope = React.forwardRef(
|
|
|
492
587
|
fill: "none",
|
|
493
588
|
ref: forwardRef2
|
|
494
589
|
},
|
|
495
|
-
/* @__PURE__ */ React__default["default"].createElement("
|
|
590
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
591
|
+
clipPath: "url(#a)"
|
|
592
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
496
593
|
stroke: "currentColor",
|
|
497
|
-
strokeLinecap: "round",
|
|
498
594
|
strokeWidth: 2,
|
|
499
|
-
d: "
|
|
500
|
-
})
|
|
595
|
+
d: "M14 18a2 2 0 1 1-4 0m-3-6V9a5 5 0 0 1 10 0v3.5l2.482 3.723a.5.5 0 0 1-.416.777H4.883a.5.5 0 0 1-.429-.757L7 12Z"
|
|
596
|
+
})),
|
|
597
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
598
|
+
id: "a"
|
|
599
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
600
|
+
d: "M0 0h24v24H0z"
|
|
601
|
+
})))
|
|
501
602
|
)
|
|
502
603
|
);
|
|
503
604
|
|
|
504
|
-
const
|
|
605
|
+
const IconBracketsAngleSlash = React.forwardRef(
|
|
505
606
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
506
607
|
StyledIcon,
|
|
507
608
|
{
|
|
@@ -511,20 +612,23 @@ const IconExclamationPointCircle = React.forwardRef(
|
|
|
511
612
|
fill: "none",
|
|
512
613
|
ref: forwardRef2
|
|
513
614
|
},
|
|
514
|
-
/* @__PURE__ */ React__default["default"].createElement("
|
|
615
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
616
|
+
clipPath: "url(#a)"
|
|
617
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
515
618
|
stroke: "currentColor",
|
|
516
619
|
strokeLinecap: "round",
|
|
517
620
|
strokeWidth: 2,
|
|
518
|
-
d: "
|
|
519
|
-
}),
|
|
520
|
-
/* @__PURE__ */ React__default["default"].createElement("
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
621
|
+
d: "m7 8-4 4 4 4m10-8 4 4-4 4M14 5l-4 14"
|
|
622
|
+
})),
|
|
623
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
624
|
+
id: "a"
|
|
625
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
626
|
+
d: "M0 0h24v24H0z"
|
|
627
|
+
})))
|
|
524
628
|
)
|
|
525
629
|
);
|
|
526
630
|
|
|
527
|
-
const
|
|
631
|
+
const IconBracketsCurlyCirclesThree = React.forwardRef(
|
|
528
632
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
529
633
|
StyledIcon,
|
|
530
634
|
{
|
|
@@ -537,10 +641,13 @@ const IconFunnel = React.forwardRef(
|
|
|
537
641
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
538
642
|
clipPath: "url(#a)"
|
|
539
643
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
644
|
+
fill: "currentColor",
|
|
645
|
+
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"
|
|
646
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
540
647
|
stroke: "currentColor",
|
|
541
648
|
strokeLinecap: "round",
|
|
542
649
|
strokeWidth: 2,
|
|
543
|
-
d: "
|
|
650
|
+
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"
|
|
544
651
|
})),
|
|
545
652
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
546
653
|
id: "a"
|
|
@@ -550,7 +657,7 @@ const IconFunnel = React.forwardRef(
|
|
|
550
657
|
)
|
|
551
658
|
);
|
|
552
659
|
|
|
553
|
-
const
|
|
660
|
+
const IconCalendarBlank = React.forwardRef(
|
|
554
661
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
555
662
|
StyledIcon,
|
|
556
663
|
{
|
|
@@ -560,16 +667,25 @@ const IconGlobe = React.forwardRef(
|
|
|
560
667
|
fill: "none",
|
|
561
668
|
ref: forwardRef2
|
|
562
669
|
},
|
|
563
|
-
/* @__PURE__ */ React__default["default"].createElement("
|
|
670
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
671
|
+
clipPath: "url(#a)"
|
|
672
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
564
673
|
stroke: "currentColor",
|
|
565
674
|
strokeLinecap: "round",
|
|
675
|
+
strokeLinejoin: "round",
|
|
676
|
+
strokeMiterlimit: 1.414,
|
|
566
677
|
strokeWidth: 2,
|
|
567
|
-
d: "
|
|
568
|
-
})
|
|
678
|
+
d: "M3 11v10h18V11M3 11V5h18v6M3 11h18m-5-8v4M8 3v4"
|
|
679
|
+
})),
|
|
680
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
681
|
+
id: "a"
|
|
682
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
683
|
+
d: "M0 0h24v24H0z"
|
|
684
|
+
})))
|
|
569
685
|
)
|
|
570
686
|
);
|
|
571
687
|
|
|
572
|
-
const
|
|
688
|
+
const IconCamera = React.forwardRef(
|
|
573
689
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
574
690
|
StyledIcon,
|
|
575
691
|
{
|
|
@@ -579,14 +695,25 @@ const IconHouse = React.forwardRef(
|
|
|
579
695
|
fill: "none",
|
|
580
696
|
ref: forwardRef2
|
|
581
697
|
},
|
|
582
|
-
/* @__PURE__ */ React__default["default"].createElement("
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
698
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
699
|
+
stroke: "currentColor",
|
|
700
|
+
strokeLinecap: "round",
|
|
701
|
+
strokeWidth: 2,
|
|
702
|
+
clipPath: "url(#a)"
|
|
703
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
704
|
+
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"
|
|
705
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
706
|
+
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"
|
|
707
|
+
})),
|
|
708
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
709
|
+
id: "a"
|
|
710
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
711
|
+
d: "M0 0h24v24H0z"
|
|
712
|
+
})))
|
|
586
713
|
)
|
|
587
714
|
);
|
|
588
715
|
|
|
589
|
-
const
|
|
716
|
+
const IconCardNumberThree = React.forwardRef(
|
|
590
717
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
591
718
|
StyledIcon,
|
|
592
719
|
{
|
|
@@ -598,18 +725,65 @@ const IconInformationMarkCircle = React.forwardRef(
|
|
|
598
725
|
},
|
|
599
726
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
600
727
|
fill: "currentColor",
|
|
601
|
-
d: "
|
|
728
|
+
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"
|
|
602
729
|
}),
|
|
603
730
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
604
731
|
stroke: "currentColor",
|
|
605
732
|
strokeLinecap: "round",
|
|
733
|
+
strokeLinejoin: "round",
|
|
606
734
|
strokeWidth: 2,
|
|
607
|
-
d: "
|
|
735
|
+
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"
|
|
608
736
|
})
|
|
609
737
|
)
|
|
610
738
|
);
|
|
611
739
|
|
|
612
|
-
const
|
|
740
|
+
const IconCard = React.forwardRef(
|
|
741
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
742
|
+
StyledIcon,
|
|
743
|
+
{
|
|
744
|
+
...props,
|
|
745
|
+
size,
|
|
746
|
+
viewBox: "0 0 24 24",
|
|
747
|
+
fill: "none",
|
|
748
|
+
ref: forwardRef2
|
|
749
|
+
},
|
|
750
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
751
|
+
stroke: "currentColor",
|
|
752
|
+
strokeLinecap: "round",
|
|
753
|
+
strokeWidth: 2,
|
|
754
|
+
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"
|
|
755
|
+
}),
|
|
756
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
757
|
+
fill: "currentColor",
|
|
758
|
+
d: "M18 9.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z"
|
|
759
|
+
})
|
|
760
|
+
)
|
|
761
|
+
);
|
|
762
|
+
|
|
763
|
+
const IconCardsPoker = React.forwardRef(
|
|
764
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
765
|
+
StyledIcon,
|
|
766
|
+
{
|
|
767
|
+
...props,
|
|
768
|
+
size,
|
|
769
|
+
viewBox: "0 0 24 24",
|
|
770
|
+
fill: "none",
|
|
771
|
+
ref: forwardRef2
|
|
772
|
+
},
|
|
773
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
774
|
+
stroke: "currentColor",
|
|
775
|
+
strokeLinecap: "round",
|
|
776
|
+
strokeWidth: 2,
|
|
777
|
+
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"
|
|
778
|
+
}),
|
|
779
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
780
|
+
fill: "currentColor",
|
|
781
|
+
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"
|
|
782
|
+
})
|
|
783
|
+
)
|
|
784
|
+
);
|
|
785
|
+
|
|
786
|
+
const IconChartBarYSimple = React.forwardRef(
|
|
613
787
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
614
788
|
StyledIcon,
|
|
615
789
|
{
|
|
@@ -625,7 +799,7 @@ const IconLineDiagonal = React.forwardRef(
|
|
|
625
799
|
stroke: "currentColor",
|
|
626
800
|
strokeLinecap: "round",
|
|
627
801
|
strokeWidth: 2,
|
|
628
|
-
d: "M4
|
|
802
|
+
d: "M4 14v6m5-10v10m5-16v16m5-13v13"
|
|
629
803
|
})),
|
|
630
804
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
631
805
|
id: "a"
|
|
@@ -635,7 +809,58 @@ const IconLineDiagonal = React.forwardRef(
|
|
|
635
809
|
)
|
|
636
810
|
);
|
|
637
811
|
|
|
638
|
-
const
|
|
812
|
+
const IconChartBarY = React.forwardRef(
|
|
813
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
814
|
+
StyledIcon,
|
|
815
|
+
{
|
|
816
|
+
...props,
|
|
817
|
+
size,
|
|
818
|
+
viewBox: "0 0 24 24",
|
|
819
|
+
fill: "none",
|
|
820
|
+
ref: forwardRef2
|
|
821
|
+
},
|
|
822
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
823
|
+
clipPath: "url(#a)"
|
|
824
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
825
|
+
stroke: "currentColor",
|
|
826
|
+
strokeLinecap: "round",
|
|
827
|
+
strokeWidth: 2,
|
|
828
|
+
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"
|
|
829
|
+
})),
|
|
830
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
831
|
+
id: "a"
|
|
832
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
833
|
+
d: "M0 0h24v24H0z"
|
|
834
|
+
})))
|
|
835
|
+
)
|
|
836
|
+
);
|
|
837
|
+
|
|
838
|
+
const IconChat = React.forwardRef(
|
|
839
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
840
|
+
StyledIcon,
|
|
841
|
+
{
|
|
842
|
+
...props,
|
|
843
|
+
size,
|
|
844
|
+
viewBox: "0 0 24 24",
|
|
845
|
+
fill: "none",
|
|
846
|
+
ref: forwardRef2
|
|
847
|
+
},
|
|
848
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
849
|
+
clipPath: "url(#a)"
|
|
850
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
851
|
+
stroke: "currentColor",
|
|
852
|
+
strokeWidth: 2,
|
|
853
|
+
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"
|
|
854
|
+
})),
|
|
855
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
856
|
+
id: "a"
|
|
857
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
858
|
+
d: "M0 0h24v24H0z"
|
|
859
|
+
})))
|
|
860
|
+
)
|
|
861
|
+
);
|
|
862
|
+
|
|
863
|
+
const IconCheckMark = React.forwardRef(
|
|
639
864
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
640
865
|
StyledIcon,
|
|
641
866
|
{
|
|
@@ -649,12 +874,12 @@ const IconLink = React.forwardRef(
|
|
|
649
874
|
stroke: "currentColor",
|
|
650
875
|
strokeLinecap: "round",
|
|
651
876
|
strokeWidth: 2,
|
|
652
|
-
d: "
|
|
877
|
+
d: "m5 11 5 5 9-9"
|
|
653
878
|
})
|
|
654
879
|
)
|
|
655
880
|
);
|
|
656
881
|
|
|
657
|
-
const
|
|
882
|
+
const IconChevronDown = React.forwardRef(
|
|
658
883
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
659
884
|
StyledIcon,
|
|
660
885
|
{
|
|
@@ -664,22 +889,16 @@ const IconLockClosed = React.forwardRef(
|
|
|
664
889
|
fill: "none",
|
|
665
890
|
ref: forwardRef2
|
|
666
891
|
},
|
|
667
|
-
/* @__PURE__ */ React__default["default"].createElement("circle", {
|
|
668
|
-
cx: 12,
|
|
669
|
-
cy: 16,
|
|
670
|
-
r: 1,
|
|
671
|
-
fill: "currentColor"
|
|
672
|
-
}),
|
|
673
892
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
674
893
|
stroke: "currentColor",
|
|
675
894
|
strokeLinecap: "round",
|
|
676
895
|
strokeWidth: 2,
|
|
677
|
-
d: "
|
|
896
|
+
d: "m6 9.5 6 6 6-6"
|
|
678
897
|
})
|
|
679
898
|
)
|
|
680
899
|
);
|
|
681
900
|
|
|
682
|
-
const
|
|
901
|
+
const IconChevronLeft = React.forwardRef(
|
|
683
902
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
684
903
|
StyledIcon,
|
|
685
904
|
{
|
|
@@ -689,22 +908,16 @@ const IconLockOpen = React.forwardRef(
|
|
|
689
908
|
fill: "none",
|
|
690
909
|
ref: forwardRef2
|
|
691
910
|
},
|
|
692
|
-
/* @__PURE__ */ React__default["default"].createElement("circle", {
|
|
693
|
-
cx: 12,
|
|
694
|
-
cy: 16,
|
|
695
|
-
r: 1,
|
|
696
|
-
fill: "currentColor"
|
|
697
|
-
}),
|
|
698
911
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
699
912
|
stroke: "currentColor",
|
|
700
913
|
strokeLinecap: "round",
|
|
701
914
|
strokeWidth: 2,
|
|
702
|
-
d: "
|
|
915
|
+
d: "m14.5 6-6 6 6 6"
|
|
703
916
|
})
|
|
704
917
|
)
|
|
705
918
|
);
|
|
706
919
|
|
|
707
|
-
const
|
|
920
|
+
const IconChevronRight = React.forwardRef(
|
|
708
921
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
709
922
|
StyledIcon,
|
|
710
923
|
{
|
|
@@ -718,12 +931,31 @@ const IconMagnifyingGlass = React.forwardRef(
|
|
|
718
931
|
stroke: "currentColor",
|
|
719
932
|
strokeLinecap: "round",
|
|
720
933
|
strokeWidth: 2,
|
|
721
|
-
d: "
|
|
934
|
+
d: "m9.5 6 6 6-6 6"
|
|
722
935
|
})
|
|
723
936
|
)
|
|
724
937
|
);
|
|
725
938
|
|
|
726
|
-
const
|
|
939
|
+
const IconChevronUp = React.forwardRef(
|
|
940
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
941
|
+
StyledIcon,
|
|
942
|
+
{
|
|
943
|
+
...props,
|
|
944
|
+
size,
|
|
945
|
+
viewBox: "0 0 24 24",
|
|
946
|
+
fill: "none",
|
|
947
|
+
ref: forwardRef2
|
|
948
|
+
},
|
|
949
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
950
|
+
stroke: "currentColor",
|
|
951
|
+
strokeLinecap: "round",
|
|
952
|
+
strokeWidth: 2,
|
|
953
|
+
d: "m6 14.5 6-6 6 6"
|
|
954
|
+
})
|
|
955
|
+
)
|
|
956
|
+
);
|
|
957
|
+
|
|
958
|
+
const IconCircleMotionX = React.forwardRef(
|
|
727
959
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
728
960
|
StyledIcon,
|
|
729
961
|
{
|
|
@@ -739,7 +971,7 @@ const IconMicrophoneSlash = React.forwardRef(
|
|
|
739
971
|
stroke: "currentColor",
|
|
740
972
|
strokeLinecap: "round",
|
|
741
973
|
strokeWidth: 2,
|
|
742
|
-
d: "
|
|
974
|
+
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"
|
|
743
975
|
})),
|
|
744
976
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
745
977
|
id: "a"
|
|
@@ -749,7 +981,7 @@ const IconMicrophoneSlash = React.forwardRef(
|
|
|
749
981
|
)
|
|
750
982
|
);
|
|
751
983
|
|
|
752
|
-
const
|
|
984
|
+
const IconCircleNotch = React.forwardRef(
|
|
753
985
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
754
986
|
StyledIcon,
|
|
755
987
|
{
|
|
@@ -765,7 +997,34 @@ const IconMicrophone = React.forwardRef(
|
|
|
765
997
|
stroke: "currentColor",
|
|
766
998
|
strokeLinecap: "round",
|
|
767
999
|
strokeWidth: 2,
|
|
768
|
-
d: "
|
|
1000
|
+
d: "M12 20a8 8 0 1 0-8-8"
|
|
1001
|
+
})),
|
|
1002
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1003
|
+
id: "a"
|
|
1004
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1005
|
+
d: "M0 0h24v24H0z"
|
|
1006
|
+
})))
|
|
1007
|
+
)
|
|
1008
|
+
);
|
|
1009
|
+
|
|
1010
|
+
const IconCircle = React.forwardRef(
|
|
1011
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1012
|
+
StyledIcon,
|
|
1013
|
+
{
|
|
1014
|
+
...props,
|
|
1015
|
+
size,
|
|
1016
|
+
viewBox: "0 0 24 24",
|
|
1017
|
+
fill: "none",
|
|
1018
|
+
ref: forwardRef2
|
|
1019
|
+
},
|
|
1020
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
1021
|
+
clipPath: "url(#a)"
|
|
1022
|
+
}, /* @__PURE__ */ React__default["default"].createElement("circle", {
|
|
1023
|
+
cx: 12,
|
|
1024
|
+
cy: 12,
|
|
1025
|
+
r: 9,
|
|
1026
|
+
stroke: "currentColor",
|
|
1027
|
+
strokeWidth: 2
|
|
769
1028
|
})),
|
|
770
1029
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
771
1030
|
id: "a"
|
|
@@ -775,7 +1034,1579 @@ const IconMicrophone = React.forwardRef(
|
|
|
775
1034
|
)
|
|
776
1035
|
);
|
|
777
1036
|
|
|
778
|
-
const
|
|
1037
|
+
const IconCirclesConnected = React.forwardRef(
|
|
1038
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1039
|
+
StyledIcon,
|
|
1040
|
+
{
|
|
1041
|
+
...props,
|
|
1042
|
+
size,
|
|
1043
|
+
viewBox: "0 0 24 24",
|
|
1044
|
+
fill: "none",
|
|
1045
|
+
ref: forwardRef2
|
|
1046
|
+
},
|
|
1047
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1048
|
+
stroke: "currentColor",
|
|
1049
|
+
strokeLinecap: "square",
|
|
1050
|
+
strokeWidth: 2,
|
|
1051
|
+
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"
|
|
1052
|
+
}),
|
|
1053
|
+
/* @__PURE__ */ React__default["default"].createElement("circle", {
|
|
1054
|
+
cx: 20,
|
|
1055
|
+
cy: 20,
|
|
1056
|
+
r: 2,
|
|
1057
|
+
fill: "currentColor"
|
|
1058
|
+
})
|
|
1059
|
+
)
|
|
1060
|
+
);
|
|
1061
|
+
|
|
1062
|
+
const IconClockCounterClockwiseSimple = React.forwardRef(
|
|
1063
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1064
|
+
StyledIcon,
|
|
1065
|
+
{
|
|
1066
|
+
...props,
|
|
1067
|
+
size,
|
|
1068
|
+
viewBox: "0 0 24 24",
|
|
1069
|
+
fill: "none",
|
|
1070
|
+
ref: forwardRef2
|
|
1071
|
+
},
|
|
1072
|
+
/* @__PURE__ */ React__default["default"].createElement("circle", {
|
|
1073
|
+
cx: 12,
|
|
1074
|
+
cy: 12,
|
|
1075
|
+
r: 2,
|
|
1076
|
+
fill: "currentColor"
|
|
1077
|
+
}),
|
|
1078
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1079
|
+
stroke: "currentColor",
|
|
1080
|
+
strokeLinecap: "round",
|
|
1081
|
+
strokeWidth: 2,
|
|
1082
|
+
d: "M4.258 14.015a8 8 0 1 1 7.758 5.987M1 12l3 3 3-3"
|
|
1083
|
+
})
|
|
1084
|
+
)
|
|
1085
|
+
);
|
|
1086
|
+
|
|
1087
|
+
const IconClockCounterClockwise = React.forwardRef(
|
|
1088
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1089
|
+
StyledIcon,
|
|
1090
|
+
{
|
|
1091
|
+
...props,
|
|
1092
|
+
size,
|
|
1093
|
+
viewBox: "0 0 24 24",
|
|
1094
|
+
fill: "none",
|
|
1095
|
+
ref: forwardRef2
|
|
1096
|
+
},
|
|
1097
|
+
/* @__PURE__ */ React__default["default"].createElement("circle", {
|
|
1098
|
+
cx: 12,
|
|
1099
|
+
cy: 12,
|
|
1100
|
+
r: 2,
|
|
1101
|
+
fill: "currentColor"
|
|
1102
|
+
}),
|
|
1103
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1104
|
+
stroke: "currentColor",
|
|
1105
|
+
strokeLinecap: "round",
|
|
1106
|
+
strokeWidth: 2,
|
|
1107
|
+
d: "m12 12 3-3M4.258 14.015a8 8 0 1 1 7.758 5.987M1 12l3 3 3-3"
|
|
1108
|
+
})
|
|
1109
|
+
)
|
|
1110
|
+
);
|
|
1111
|
+
|
|
1112
|
+
const IconClockOvertime = React.forwardRef(
|
|
1113
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1114
|
+
StyledIcon,
|
|
1115
|
+
{
|
|
1116
|
+
...props,
|
|
1117
|
+
size,
|
|
1118
|
+
viewBox: "0 0 24 24",
|
|
1119
|
+
fill: "none",
|
|
1120
|
+
ref: forwardRef2
|
|
1121
|
+
},
|
|
1122
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1123
|
+
stroke: "currentColor",
|
|
1124
|
+
strokeLinecap: "square",
|
|
1125
|
+
strokeMiterlimit: 1.414,
|
|
1126
|
+
strokeWidth: 2,
|
|
1127
|
+
d: "M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"
|
|
1128
|
+
}),
|
|
1129
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1130
|
+
fill: "currentColor",
|
|
1131
|
+
d: "M12 12c.88.44 2.921 1.267 4.137 1.8.25.11.362.401.229.639a5 5 0 1 1-4.865-7.414c.274-.028.499.2.499.477V12Z"
|
|
1132
|
+
})
|
|
1133
|
+
)
|
|
1134
|
+
);
|
|
1135
|
+
|
|
1136
|
+
const IconClock = React.forwardRef(
|
|
1137
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1138
|
+
StyledIcon,
|
|
1139
|
+
{
|
|
1140
|
+
...props,
|
|
1141
|
+
size,
|
|
1142
|
+
viewBox: "0 0 24 24",
|
|
1143
|
+
fill: "none",
|
|
1144
|
+
ref: forwardRef2
|
|
1145
|
+
},
|
|
1146
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
1147
|
+
clipPath: "url(#a)"
|
|
1148
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1149
|
+
stroke: "currentColor",
|
|
1150
|
+
strokeLinecap: "round",
|
|
1151
|
+
strokeWidth: 2,
|
|
1152
|
+
d: "M11 7.4v4.05l2.7 2.25M20 11a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"
|
|
1153
|
+
})),
|
|
1154
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1155
|
+
id: "a"
|
|
1156
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1157
|
+
d: "M0 0h24v24H0z"
|
|
1158
|
+
})))
|
|
1159
|
+
)
|
|
1160
|
+
);
|
|
1161
|
+
|
|
1162
|
+
const IconCluster = React.forwardRef(
|
|
1163
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1164
|
+
StyledIcon,
|
|
1165
|
+
{
|
|
1166
|
+
...props,
|
|
1167
|
+
size,
|
|
1168
|
+
viewBox: "0 0 24 24",
|
|
1169
|
+
fill: "none",
|
|
1170
|
+
ref: forwardRef2
|
|
1171
|
+
},
|
|
1172
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1173
|
+
stroke: "currentColor",
|
|
1174
|
+
strokeLinecap: "round",
|
|
1175
|
+
strokeWidth: 2,
|
|
1176
|
+
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"
|
|
1177
|
+
}),
|
|
1178
|
+
/* @__PURE__ */ React__default["default"].createElement("rect", {
|
|
1179
|
+
width: 4,
|
|
1180
|
+
height: 4,
|
|
1181
|
+
x: 6,
|
|
1182
|
+
y: 18,
|
|
1183
|
+
fill: "currentColor",
|
|
1184
|
+
rx: 1
|
|
1185
|
+
})
|
|
1186
|
+
)
|
|
1187
|
+
);
|
|
1188
|
+
|
|
1189
|
+
const IconClustered = React.forwardRef(
|
|
1190
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1191
|
+
StyledIcon,
|
|
1192
|
+
{
|
|
1193
|
+
...props,
|
|
1194
|
+
size,
|
|
1195
|
+
viewBox: "0 0 24 24",
|
|
1196
|
+
fill: "none",
|
|
1197
|
+
ref: forwardRef2
|
|
1198
|
+
},
|
|
1199
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1200
|
+
stroke: "currentColor",
|
|
1201
|
+
strokeLinecap: "square",
|
|
1202
|
+
strokeWidth: 2,
|
|
1203
|
+
d: "M4 8v11a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1h-1"
|
|
1204
|
+
}),
|
|
1205
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1206
|
+
fill: "currentColor",
|
|
1207
|
+
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"
|
|
1208
|
+
})
|
|
1209
|
+
)
|
|
1210
|
+
);
|
|
1211
|
+
|
|
1212
|
+
const IconCog = React.forwardRef(
|
|
1213
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1214
|
+
StyledIcon,
|
|
1215
|
+
{
|
|
1216
|
+
...props,
|
|
1217
|
+
size,
|
|
1218
|
+
viewBox: "0 0 24 24",
|
|
1219
|
+
fill: "none",
|
|
1220
|
+
ref: forwardRef2
|
|
1221
|
+
},
|
|
1222
|
+
/* @__PURE__ */ React__default["default"].createElement("circle", {
|
|
1223
|
+
cx: 12,
|
|
1224
|
+
cy: 12,
|
|
1225
|
+
r: 1,
|
|
1226
|
+
stroke: "currentColor",
|
|
1227
|
+
strokeWidth: 2
|
|
1228
|
+
}),
|
|
1229
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1230
|
+
stroke: "currentColor",
|
|
1231
|
+
strokeLinecap: "round",
|
|
1232
|
+
strokeLinejoin: "round",
|
|
1233
|
+
strokeWidth: 2,
|
|
1234
|
+
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"
|
|
1235
|
+
})
|
|
1236
|
+
)
|
|
1237
|
+
);
|
|
1238
|
+
|
|
1239
|
+
const IconCreditCard = React.forwardRef(
|
|
1240
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1241
|
+
StyledIcon,
|
|
1242
|
+
{
|
|
1243
|
+
...props,
|
|
1244
|
+
size,
|
|
1245
|
+
viewBox: "0 0 24 24",
|
|
1246
|
+
fill: "none",
|
|
1247
|
+
ref: forwardRef2
|
|
1248
|
+
},
|
|
1249
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1250
|
+
stroke: "currentColor",
|
|
1251
|
+
strokeLinecap: "round",
|
|
1252
|
+
strokeWidth: 2,
|
|
1253
|
+
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"
|
|
1254
|
+
})
|
|
1255
|
+
)
|
|
1256
|
+
);
|
|
1257
|
+
|
|
1258
|
+
const IconCrop = React.forwardRef(
|
|
1259
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1260
|
+
StyledIcon,
|
|
1261
|
+
{
|
|
1262
|
+
...props,
|
|
1263
|
+
size,
|
|
1264
|
+
viewBox: "0 0 24 24",
|
|
1265
|
+
fill: "none",
|
|
1266
|
+
ref: forwardRef2
|
|
1267
|
+
},
|
|
1268
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
1269
|
+
clipPath: "url(#a)"
|
|
1270
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1271
|
+
fill: "currentColor",
|
|
1272
|
+
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"
|
|
1273
|
+
})),
|
|
1274
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1275
|
+
id: "a"
|
|
1276
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1277
|
+
d: "M0 0h24v24H0z"
|
|
1278
|
+
})))
|
|
1279
|
+
)
|
|
1280
|
+
);
|
|
1281
|
+
|
|
1282
|
+
const IconCrossCircle = React.forwardRef(
|
|
1283
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1284
|
+
StyledIcon,
|
|
1285
|
+
{
|
|
1286
|
+
...props,
|
|
1287
|
+
size,
|
|
1288
|
+
viewBox: "0 0 24 24",
|
|
1289
|
+
fill: "none",
|
|
1290
|
+
ref: forwardRef2
|
|
1291
|
+
},
|
|
1292
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1293
|
+
stroke: "currentColor",
|
|
1294
|
+
strokeLinecap: "round",
|
|
1295
|
+
strokeWidth: 2,
|
|
1296
|
+
d: "m9 9 6 6m0-6-6 6m12-3a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"
|
|
1297
|
+
})
|
|
1298
|
+
)
|
|
1299
|
+
);
|
|
1300
|
+
|
|
1301
|
+
const IconCross = React.forwardRef(
|
|
1302
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1303
|
+
StyledIcon,
|
|
1304
|
+
{
|
|
1305
|
+
...props,
|
|
1306
|
+
size,
|
|
1307
|
+
viewBox: "0 0 24 24",
|
|
1308
|
+
fill: "none",
|
|
1309
|
+
ref: forwardRef2
|
|
1310
|
+
},
|
|
1311
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1312
|
+
stroke: "currentColor",
|
|
1313
|
+
strokeLinecap: "round",
|
|
1314
|
+
strokeWidth: 2,
|
|
1315
|
+
d: "m6 6 12 12m0-12L6 18"
|
|
1316
|
+
})
|
|
1317
|
+
)
|
|
1318
|
+
);
|
|
1319
|
+
|
|
1320
|
+
const IconCursorFilled = React.forwardRef(
|
|
1321
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1322
|
+
StyledIcon,
|
|
1323
|
+
{
|
|
1324
|
+
...props,
|
|
1325
|
+
size,
|
|
1326
|
+
viewBox: "0 0 24 24",
|
|
1327
|
+
fill: "none",
|
|
1328
|
+
ref: forwardRef2
|
|
1329
|
+
},
|
|
1330
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1331
|
+
stroke: "currentColor",
|
|
1332
|
+
strokeLinecap: "round",
|
|
1333
|
+
strokeWidth: 2,
|
|
1334
|
+
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"
|
|
1335
|
+
}),
|
|
1336
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1337
|
+
fill: "currentColor",
|
|
1338
|
+
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"
|
|
1339
|
+
})
|
|
1340
|
+
)
|
|
1341
|
+
);
|
|
1342
|
+
|
|
1343
|
+
const IconCursor = React.forwardRef(
|
|
1344
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1345
|
+
StyledIcon,
|
|
1346
|
+
{
|
|
1347
|
+
...props,
|
|
1348
|
+
size,
|
|
1349
|
+
viewBox: "0 0 24 24",
|
|
1350
|
+
fill: "none",
|
|
1351
|
+
ref: forwardRef2
|
|
1352
|
+
},
|
|
1353
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
1354
|
+
clipPath: "url(#a)"
|
|
1355
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1356
|
+
stroke: "currentColor",
|
|
1357
|
+
strokeLinecap: "round",
|
|
1358
|
+
strokeWidth: 2,
|
|
1359
|
+
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"
|
|
1360
|
+
})),
|
|
1361
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1362
|
+
id: "a"
|
|
1363
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1364
|
+
d: "M0 0h24v24H0z"
|
|
1365
|
+
})))
|
|
1366
|
+
)
|
|
1367
|
+
);
|
|
1368
|
+
|
|
1369
|
+
const IconEnvelope = React.forwardRef(
|
|
1370
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1371
|
+
StyledIcon,
|
|
1372
|
+
{
|
|
1373
|
+
...props,
|
|
1374
|
+
size,
|
|
1375
|
+
viewBox: "0 0 24 24",
|
|
1376
|
+
fill: "none",
|
|
1377
|
+
ref: forwardRef2
|
|
1378
|
+
},
|
|
1379
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1380
|
+
stroke: "currentColor",
|
|
1381
|
+
strokeLinecap: "round",
|
|
1382
|
+
strokeWidth: 2,
|
|
1383
|
+
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"
|
|
1384
|
+
})
|
|
1385
|
+
)
|
|
1386
|
+
);
|
|
1387
|
+
|
|
1388
|
+
const IconExclamationPointCircle = React.forwardRef(
|
|
1389
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1390
|
+
StyledIcon,
|
|
1391
|
+
{
|
|
1392
|
+
...props,
|
|
1393
|
+
size,
|
|
1394
|
+
viewBox: "0 0 24 24",
|
|
1395
|
+
fill: "none",
|
|
1396
|
+
ref: forwardRef2
|
|
1397
|
+
},
|
|
1398
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1399
|
+
stroke: "currentColor",
|
|
1400
|
+
strokeLinecap: "round",
|
|
1401
|
+
strokeWidth: 2,
|
|
1402
|
+
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"
|
|
1403
|
+
}),
|
|
1404
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1405
|
+
fill: "currentColor",
|
|
1406
|
+
d: "M13 15.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"
|
|
1407
|
+
})
|
|
1408
|
+
)
|
|
1409
|
+
);
|
|
1410
|
+
|
|
1411
|
+
const IconFactoryHouse = React.forwardRef(
|
|
1412
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1413
|
+
StyledIcon,
|
|
1414
|
+
{
|
|
1415
|
+
...props,
|
|
1416
|
+
size,
|
|
1417
|
+
viewBox: "0 0 24 24",
|
|
1418
|
+
fill: "none",
|
|
1419
|
+
ref: forwardRef2
|
|
1420
|
+
},
|
|
1421
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
1422
|
+
clipPath: "url(#a)"
|
|
1423
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1424
|
+
stroke: "currentColor",
|
|
1425
|
+
strokeLinecap: "round",
|
|
1426
|
+
strokeWidth: 2,
|
|
1427
|
+
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"
|
|
1428
|
+
})),
|
|
1429
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1430
|
+
id: "a"
|
|
1431
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1432
|
+
d: "M0 0h24v24H0z"
|
|
1433
|
+
})))
|
|
1434
|
+
)
|
|
1435
|
+
);
|
|
1436
|
+
|
|
1437
|
+
const IconFactory = React.forwardRef(
|
|
1438
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1439
|
+
StyledIcon,
|
|
1440
|
+
{
|
|
1441
|
+
...props,
|
|
1442
|
+
size,
|
|
1443
|
+
viewBox: "0 0 24 24",
|
|
1444
|
+
fill: "none",
|
|
1445
|
+
ref: forwardRef2
|
|
1446
|
+
},
|
|
1447
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
1448
|
+
clipPath: "url(#a)"
|
|
1449
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1450
|
+
stroke: "currentColor",
|
|
1451
|
+
strokeLinecap: "round",
|
|
1452
|
+
strokeWidth: 2,
|
|
1453
|
+
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"
|
|
1454
|
+
})),
|
|
1455
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1456
|
+
id: "a"
|
|
1457
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1458
|
+
d: "M0 0h24v24H0z"
|
|
1459
|
+
})))
|
|
1460
|
+
)
|
|
1461
|
+
);
|
|
1462
|
+
|
|
1463
|
+
const IconFunnel = React.forwardRef(
|
|
1464
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1465
|
+
StyledIcon,
|
|
1466
|
+
{
|
|
1467
|
+
...props,
|
|
1468
|
+
size,
|
|
1469
|
+
viewBox: "0 0 24 24",
|
|
1470
|
+
fill: "none",
|
|
1471
|
+
ref: forwardRef2
|
|
1472
|
+
},
|
|
1473
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
1474
|
+
clipPath: "url(#a)"
|
|
1475
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1476
|
+
stroke: "currentColor",
|
|
1477
|
+
strokeLinecap: "round",
|
|
1478
|
+
strokeWidth: 2,
|
|
1479
|
+
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"
|
|
1480
|
+
})),
|
|
1481
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1482
|
+
id: "a"
|
|
1483
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1484
|
+
d: "M0 0h24v24H0z"
|
|
1485
|
+
})))
|
|
1486
|
+
)
|
|
1487
|
+
);
|
|
1488
|
+
|
|
1489
|
+
const IconGauge = React.forwardRef(
|
|
1490
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1491
|
+
StyledIcon,
|
|
1492
|
+
{
|
|
1493
|
+
...props,
|
|
1494
|
+
size,
|
|
1495
|
+
viewBox: "0 0 24 24",
|
|
1496
|
+
fill: "none",
|
|
1497
|
+
ref: forwardRef2
|
|
1498
|
+
},
|
|
1499
|
+
/* @__PURE__ */ React__default["default"].createElement("circle", {
|
|
1500
|
+
cx: 12,
|
|
1501
|
+
cy: 12,
|
|
1502
|
+
r: 2,
|
|
1503
|
+
fill: "currentColor"
|
|
1504
|
+
}),
|
|
1505
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1506
|
+
stroke: "currentColor",
|
|
1507
|
+
strokeLinecap: "round",
|
|
1508
|
+
strokeWidth: 2,
|
|
1509
|
+
d: "M12.036 12.036 15 15m2.657 2.657a8 8 0 1 0-11.314 0"
|
|
1510
|
+
})
|
|
1511
|
+
)
|
|
1512
|
+
);
|
|
1513
|
+
|
|
1514
|
+
const IconGlobe = React.forwardRef(
|
|
1515
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1516
|
+
StyledIcon,
|
|
1517
|
+
{
|
|
1518
|
+
...props,
|
|
1519
|
+
size,
|
|
1520
|
+
viewBox: "0 0 24 24",
|
|
1521
|
+
fill: "none",
|
|
1522
|
+
ref: forwardRef2
|
|
1523
|
+
},
|
|
1524
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1525
|
+
stroke: "currentColor",
|
|
1526
|
+
strokeLinecap: "round",
|
|
1527
|
+
strokeWidth: 2,
|
|
1528
|
+
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"
|
|
1529
|
+
})
|
|
1530
|
+
)
|
|
1531
|
+
);
|
|
1532
|
+
|
|
1533
|
+
const IconGraduationCap = React.forwardRef(
|
|
1534
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1535
|
+
StyledIcon,
|
|
1536
|
+
{
|
|
1537
|
+
...props,
|
|
1538
|
+
size,
|
|
1539
|
+
viewBox: "0 0 24 24",
|
|
1540
|
+
fill: "none",
|
|
1541
|
+
ref: forwardRef2
|
|
1542
|
+
},
|
|
1543
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
1544
|
+
clipPath: "url(#a)"
|
|
1545
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1546
|
+
stroke: "currentColor",
|
|
1547
|
+
strokeLinecap: "round",
|
|
1548
|
+
strokeLinejoin: "round",
|
|
1549
|
+
strokeMiterlimit: 1.414,
|
|
1550
|
+
strokeWidth: 2,
|
|
1551
|
+
d: "M2 8.23 12.5 3 23 8.23 19.684 9.8M2 8.23V20M2 8.23 5.316 9.8m0 0 7.184 3.4 7.184-3.4m-14.368 0v3.016A7.184 7.184 0 0 0 12.5 20v0a7.184 7.184 0 0 0 7.184-7.184V9.8"
|
|
1552
|
+
})),
|
|
1553
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1554
|
+
id: "a"
|
|
1555
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1556
|
+
d: "M0 0h24v24H0z"
|
|
1557
|
+
})))
|
|
1558
|
+
)
|
|
1559
|
+
);
|
|
1560
|
+
|
|
1561
|
+
const IconHandFilled = React.forwardRef(
|
|
1562
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1563
|
+
StyledIcon,
|
|
1564
|
+
{
|
|
1565
|
+
...props,
|
|
1566
|
+
size,
|
|
1567
|
+
viewBox: "0 0 24 24",
|
|
1568
|
+
fill: "none",
|
|
1569
|
+
ref: forwardRef2
|
|
1570
|
+
},
|
|
1571
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1572
|
+
fill: "currentColor",
|
|
1573
|
+
fillRule: "evenodd",
|
|
1574
|
+
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",
|
|
1575
|
+
clipRule: "evenodd"
|
|
1576
|
+
})
|
|
1577
|
+
)
|
|
1578
|
+
);
|
|
1579
|
+
|
|
1580
|
+
const IconHand = React.forwardRef(
|
|
1581
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1582
|
+
StyledIcon,
|
|
1583
|
+
{
|
|
1584
|
+
...props,
|
|
1585
|
+
size,
|
|
1586
|
+
viewBox: "0 0 24 24",
|
|
1587
|
+
fill: "none",
|
|
1588
|
+
ref: forwardRef2
|
|
1589
|
+
},
|
|
1590
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
1591
|
+
clipPath: "url(#a)"
|
|
1592
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1593
|
+
fill: "currentColor",
|
|
1594
|
+
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"
|
|
1595
|
+
})),
|
|
1596
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1597
|
+
id: "a"
|
|
1598
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1599
|
+
d: "M0 0h24v24H0z"
|
|
1600
|
+
})))
|
|
1601
|
+
)
|
|
1602
|
+
);
|
|
1603
|
+
|
|
1604
|
+
const IconHouse = React.forwardRef(
|
|
1605
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1606
|
+
StyledIcon,
|
|
1607
|
+
{
|
|
1608
|
+
...props,
|
|
1609
|
+
size,
|
|
1610
|
+
viewBox: "0 0 24 24",
|
|
1611
|
+
fill: "none",
|
|
1612
|
+
ref: forwardRef2
|
|
1613
|
+
},
|
|
1614
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1615
|
+
fill: "currentColor",
|
|
1616
|
+
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"
|
|
1617
|
+
})
|
|
1618
|
+
)
|
|
1619
|
+
);
|
|
1620
|
+
|
|
1621
|
+
const IconImage = React.forwardRef(
|
|
1622
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1623
|
+
StyledIcon,
|
|
1624
|
+
{
|
|
1625
|
+
...props,
|
|
1626
|
+
size,
|
|
1627
|
+
viewBox: "0 0 24 24",
|
|
1628
|
+
fill: "none",
|
|
1629
|
+
ref: forwardRef2
|
|
1630
|
+
},
|
|
1631
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1632
|
+
stroke: "currentColor",
|
|
1633
|
+
strokeLinecap: "round",
|
|
1634
|
+
strokeWidth: 2,
|
|
1635
|
+
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"
|
|
1636
|
+
}),
|
|
1637
|
+
/* @__PURE__ */ React__default["default"].createElement("circle", {
|
|
1638
|
+
cx: 16,
|
|
1639
|
+
cy: 8,
|
|
1640
|
+
r: 2,
|
|
1641
|
+
fill: "currentColor"
|
|
1642
|
+
})
|
|
1643
|
+
)
|
|
1644
|
+
);
|
|
1645
|
+
|
|
1646
|
+
const IconInformationMarkCircle = React.forwardRef(
|
|
1647
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1648
|
+
StyledIcon,
|
|
1649
|
+
{
|
|
1650
|
+
...props,
|
|
1651
|
+
size,
|
|
1652
|
+
viewBox: "0 0 24 24",
|
|
1653
|
+
fill: "none",
|
|
1654
|
+
ref: forwardRef2
|
|
1655
|
+
},
|
|
1656
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1657
|
+
fill: "currentColor",
|
|
1658
|
+
d: "M13 8.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"
|
|
1659
|
+
}),
|
|
1660
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1661
|
+
stroke: "currentColor",
|
|
1662
|
+
strokeLinecap: "round",
|
|
1663
|
+
strokeWidth: 2,
|
|
1664
|
+
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"
|
|
1665
|
+
})
|
|
1666
|
+
)
|
|
1667
|
+
);
|
|
1668
|
+
|
|
1669
|
+
const IconKanban = React.forwardRef(
|
|
1670
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1671
|
+
StyledIcon,
|
|
1672
|
+
{
|
|
1673
|
+
...props,
|
|
1674
|
+
size,
|
|
1675
|
+
viewBox: "0 0 24 24",
|
|
1676
|
+
fill: "none",
|
|
1677
|
+
ref: forwardRef2
|
|
1678
|
+
},
|
|
1679
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
1680
|
+
clipPath: "url(#a)"
|
|
1681
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1682
|
+
stroke: "currentColor",
|
|
1683
|
+
strokeLinecap: "round",
|
|
1684
|
+
strokeWidth: 2,
|
|
1685
|
+
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"
|
|
1686
|
+
})),
|
|
1687
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1688
|
+
id: "a"
|
|
1689
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1690
|
+
d: "M0 0h24v24H0z"
|
|
1691
|
+
})))
|
|
1692
|
+
)
|
|
1693
|
+
);
|
|
1694
|
+
|
|
1695
|
+
const IconKey = React.forwardRef(
|
|
1696
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1697
|
+
StyledIcon,
|
|
1698
|
+
{
|
|
1699
|
+
...props,
|
|
1700
|
+
size,
|
|
1701
|
+
viewBox: "0 0 24 24",
|
|
1702
|
+
fill: "none",
|
|
1703
|
+
ref: forwardRef2
|
|
1704
|
+
},
|
|
1705
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
1706
|
+
clipPath: "url(#a)"
|
|
1707
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1708
|
+
fill: "currentColor",
|
|
1709
|
+
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"
|
|
1710
|
+
})),
|
|
1711
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1712
|
+
id: "a"
|
|
1713
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1714
|
+
d: "M0 0h24v24H0z"
|
|
1715
|
+
})))
|
|
1716
|
+
)
|
|
1717
|
+
);
|
|
1718
|
+
|
|
1719
|
+
const IconKeycap = React.forwardRef(
|
|
1720
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1721
|
+
StyledIcon,
|
|
1722
|
+
{
|
|
1723
|
+
...props,
|
|
1724
|
+
size,
|
|
1725
|
+
viewBox: "0 0 24 24",
|
|
1726
|
+
fill: "none",
|
|
1727
|
+
ref: forwardRef2
|
|
1728
|
+
},
|
|
1729
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1730
|
+
stroke: "currentColor",
|
|
1731
|
+
strokeLinecap: "round",
|
|
1732
|
+
strokeWidth: 2,
|
|
1733
|
+
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"
|
|
1734
|
+
}),
|
|
1735
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1736
|
+
fill: "currentColor",
|
|
1737
|
+
d: "M0 0h.001v.001H0z"
|
|
1738
|
+
})
|
|
1739
|
+
)
|
|
1740
|
+
);
|
|
1741
|
+
|
|
1742
|
+
const IconLaptop = React.forwardRef(
|
|
1743
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1744
|
+
StyledIcon,
|
|
1745
|
+
{
|
|
1746
|
+
...props,
|
|
1747
|
+
size,
|
|
1748
|
+
viewBox: "0 0 24 24",
|
|
1749
|
+
fill: "none",
|
|
1750
|
+
ref: forwardRef2
|
|
1751
|
+
},
|
|
1752
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1753
|
+
stroke: "currentColor",
|
|
1754
|
+
strokeLinecap: "round",
|
|
1755
|
+
strokeWidth: 2,
|
|
1756
|
+
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"
|
|
1757
|
+
})
|
|
1758
|
+
)
|
|
1759
|
+
);
|
|
1760
|
+
|
|
1761
|
+
const IconLifesaver = React.forwardRef(
|
|
1762
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1763
|
+
StyledIcon,
|
|
1764
|
+
{
|
|
1765
|
+
...props,
|
|
1766
|
+
size,
|
|
1767
|
+
viewBox: "0 0 24 24",
|
|
1768
|
+
fill: "none",
|
|
1769
|
+
ref: forwardRef2
|
|
1770
|
+
},
|
|
1771
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
1772
|
+
clipPath: "url(#a)"
|
|
1773
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1774
|
+
stroke: "currentColor",
|
|
1775
|
+
strokeLinecap: "square",
|
|
1776
|
+
strokeMiterlimit: 1.414,
|
|
1777
|
+
strokeWidth: 2,
|
|
1778
|
+
d: "M14.828 14.828a4 4 0 0 1-5.656 0m5.656 0a4 4 0 0 0 0-5.656m0 5.656 3.182 3.182m-8.838-3.182a4 4 0 0 1 0-5.656m0 5.656L5.99 18.01m3.182-8.838a4 4 0 0 1 5.656 0m-5.656 0L5.99 5.99m8.838 3.182L18.01 5.99m.354 12.374A9 9 0 1 1 5.636 5.636a9 9 0 0 1 12.728 12.728Z"
|
|
1779
|
+
})),
|
|
1780
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1781
|
+
id: "a"
|
|
1782
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1783
|
+
d: "M0 0h24v24H0z"
|
|
1784
|
+
})))
|
|
1785
|
+
)
|
|
1786
|
+
);
|
|
1787
|
+
|
|
1788
|
+
const IconLightning = React.forwardRef(
|
|
1789
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1790
|
+
StyledIcon,
|
|
1791
|
+
{
|
|
1792
|
+
...props,
|
|
1793
|
+
size,
|
|
1794
|
+
viewBox: "0 0 24 24",
|
|
1795
|
+
fill: "none",
|
|
1796
|
+
ref: forwardRef2
|
|
1797
|
+
},
|
|
1798
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
1799
|
+
clipPath: "url(#a)"
|
|
1800
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1801
|
+
stroke: "currentColor",
|
|
1802
|
+
strokeLinecap: "square",
|
|
1803
|
+
strokeLinejoin: "round",
|
|
1804
|
+
strokeMiterlimit: 1.414,
|
|
1805
|
+
strokeWidth: 2,
|
|
1806
|
+
d: "M11.973 1.867 4.231 14.62a.25.25 0 0 0 .213.38H11.5l-.44 7.04c-.016.258.32.368.46.152l8.232-12.807a.25.25 0 0 0-.21-.385H12l.437-6.987c.016-.261-.328-.37-.463-.146Z"
|
|
1807
|
+
})),
|
|
1808
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1809
|
+
id: "a"
|
|
1810
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1811
|
+
d: "M0 0h24v24H0z"
|
|
1812
|
+
})))
|
|
1813
|
+
)
|
|
1814
|
+
);
|
|
1815
|
+
|
|
1816
|
+
const IconLineDiagonal = React.forwardRef(
|
|
1817
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1818
|
+
StyledIcon,
|
|
1819
|
+
{
|
|
1820
|
+
...props,
|
|
1821
|
+
size,
|
|
1822
|
+
viewBox: "0 0 24 24",
|
|
1823
|
+
fill: "none",
|
|
1824
|
+
ref: forwardRef2
|
|
1825
|
+
},
|
|
1826
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
1827
|
+
clipPath: "url(#a)"
|
|
1828
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1829
|
+
stroke: "currentColor",
|
|
1830
|
+
strokeLinecap: "round",
|
|
1831
|
+
strokeWidth: 2,
|
|
1832
|
+
d: "M4 20 20 4"
|
|
1833
|
+
})),
|
|
1834
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1835
|
+
id: "a"
|
|
1836
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1837
|
+
d: "M0 0h24v24H0z"
|
|
1838
|
+
})))
|
|
1839
|
+
)
|
|
1840
|
+
);
|
|
1841
|
+
|
|
1842
|
+
const IconLink = React.forwardRef(
|
|
1843
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1844
|
+
StyledIcon,
|
|
1845
|
+
{
|
|
1846
|
+
...props,
|
|
1847
|
+
size,
|
|
1848
|
+
viewBox: "0 0 24 24",
|
|
1849
|
+
fill: "none",
|
|
1850
|
+
ref: forwardRef2
|
|
1851
|
+
},
|
|
1852
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1853
|
+
stroke: "currentColor",
|
|
1854
|
+
strokeLinecap: "round",
|
|
1855
|
+
strokeWidth: 2,
|
|
1856
|
+
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"
|
|
1857
|
+
})
|
|
1858
|
+
)
|
|
1859
|
+
);
|
|
1860
|
+
|
|
1861
|
+
const IconLockClosed = React.forwardRef(
|
|
1862
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1863
|
+
StyledIcon,
|
|
1864
|
+
{
|
|
1865
|
+
...props,
|
|
1866
|
+
size,
|
|
1867
|
+
viewBox: "0 0 24 24",
|
|
1868
|
+
fill: "none",
|
|
1869
|
+
ref: forwardRef2
|
|
1870
|
+
},
|
|
1871
|
+
/* @__PURE__ */ React__default["default"].createElement("circle", {
|
|
1872
|
+
cx: 12,
|
|
1873
|
+
cy: 16,
|
|
1874
|
+
r: 1,
|
|
1875
|
+
fill: "currentColor"
|
|
1876
|
+
}),
|
|
1877
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1878
|
+
stroke: "currentColor",
|
|
1879
|
+
strokeLinecap: "round",
|
|
1880
|
+
strokeWidth: 2,
|
|
1881
|
+
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"
|
|
1882
|
+
})
|
|
1883
|
+
)
|
|
1884
|
+
);
|
|
1885
|
+
|
|
1886
|
+
const IconLockOpen = React.forwardRef(
|
|
1887
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1888
|
+
StyledIcon,
|
|
1889
|
+
{
|
|
1890
|
+
...props,
|
|
1891
|
+
size,
|
|
1892
|
+
viewBox: "0 0 24 24",
|
|
1893
|
+
fill: "none",
|
|
1894
|
+
ref: forwardRef2
|
|
1895
|
+
},
|
|
1896
|
+
/* @__PURE__ */ React__default["default"].createElement("circle", {
|
|
1897
|
+
cx: 12,
|
|
1898
|
+
cy: 16,
|
|
1899
|
+
r: 1,
|
|
1900
|
+
fill: "currentColor"
|
|
1901
|
+
}),
|
|
1902
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1903
|
+
stroke: "currentColor",
|
|
1904
|
+
strokeLinecap: "round",
|
|
1905
|
+
strokeWidth: 2,
|
|
1906
|
+
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"
|
|
1907
|
+
})
|
|
1908
|
+
)
|
|
1909
|
+
);
|
|
1910
|
+
|
|
1911
|
+
const IconMagnet = React.forwardRef(
|
|
1912
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1913
|
+
StyledIcon,
|
|
1914
|
+
{
|
|
1915
|
+
...props,
|
|
1916
|
+
size,
|
|
1917
|
+
viewBox: "0 0 24 24",
|
|
1918
|
+
fill: "none",
|
|
1919
|
+
ref: forwardRef2
|
|
1920
|
+
},
|
|
1921
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
1922
|
+
clipPath: "url(#a)"
|
|
1923
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1924
|
+
stroke: "currentColor",
|
|
1925
|
+
strokeLinecap: "square",
|
|
1926
|
+
strokeMiterlimit: 1.414,
|
|
1927
|
+
strokeWidth: 2,
|
|
1928
|
+
d: "M8.435 4.828 4.95 8.314a7 7 0 0 0 0 9.9l.641.64a7 7 0 0 0 9.858.041l3.556-3.497M8.435 4.828l2.475-2.474a.5.5 0 0 1 .707 0l2.293 2.293a.5.5 0 0 1 0 .707l-2.475 2.474m-3-3 3 3m0 0-3.314 3.314C6.95 12.314 7 14 8.121 15.385l.522.522c1.357 1.093 3.071 1.171 4.243 0l3.314-3.314m0 0 2.475-2.475a.5.5 0 0 1 .707 0l2.118 2.119a.5.5 0 0 1-.003.71l-2.492 2.451M16.2 12.593l2.805 2.805"
|
|
1929
|
+
})),
|
|
1930
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1931
|
+
id: "a"
|
|
1932
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1933
|
+
d: "M0 0h24v24H0z"
|
|
1934
|
+
})))
|
|
1935
|
+
)
|
|
1936
|
+
);
|
|
1937
|
+
|
|
1938
|
+
const IconMagnifyingGlass = React.forwardRef(
|
|
1939
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1940
|
+
StyledIcon,
|
|
1941
|
+
{
|
|
1942
|
+
...props,
|
|
1943
|
+
size,
|
|
1944
|
+
viewBox: "0 0 24 24",
|
|
1945
|
+
fill: "none",
|
|
1946
|
+
ref: forwardRef2
|
|
1947
|
+
},
|
|
1948
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1949
|
+
stroke: "currentColor",
|
|
1950
|
+
strokeLinecap: "round",
|
|
1951
|
+
strokeWidth: 2,
|
|
1952
|
+
d: "m20 20-5.5-5.5M16 10a6 6 0 1 1-12 0 6 6 0 0 1 12 0Z"
|
|
1953
|
+
})
|
|
1954
|
+
)
|
|
1955
|
+
);
|
|
1956
|
+
|
|
1957
|
+
const IconMap = React.forwardRef(
|
|
1958
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1959
|
+
StyledIcon,
|
|
1960
|
+
{
|
|
1961
|
+
...props,
|
|
1962
|
+
size,
|
|
1963
|
+
viewBox: "0 0 24 24",
|
|
1964
|
+
fill: "none",
|
|
1965
|
+
ref: forwardRef2
|
|
1966
|
+
},
|
|
1967
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
1968
|
+
clipPath: "url(#a)"
|
|
1969
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1970
|
+
stroke: "currentColor",
|
|
1971
|
+
strokeLinecap: "round",
|
|
1972
|
+
strokeLinejoin: "round",
|
|
1973
|
+
strokeMiterlimit: 1.414,
|
|
1974
|
+
strokeWidth: 2,
|
|
1975
|
+
d: "M9 4 3 6v15l6-2.5M9 4l6 2M9 4v14.5M15 6l6-2v14.5L15 21m0-15v15m0 0-6-2.5"
|
|
1976
|
+
})),
|
|
1977
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1978
|
+
id: "a"
|
|
1979
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1980
|
+
d: "M0 0h24v24H0z"
|
|
1981
|
+
})))
|
|
1982
|
+
)
|
|
1983
|
+
);
|
|
1984
|
+
|
|
1985
|
+
const IconMicrophoneSlash = React.forwardRef(
|
|
1986
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1987
|
+
StyledIcon,
|
|
1988
|
+
{
|
|
1989
|
+
...props,
|
|
1990
|
+
size,
|
|
1991
|
+
viewBox: "0 0 24 24",
|
|
1992
|
+
fill: "none",
|
|
1993
|
+
ref: forwardRef2
|
|
1994
|
+
},
|
|
1995
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
1996
|
+
clipPath: "url(#a)"
|
|
1997
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1998
|
+
stroke: "currentColor",
|
|
1999
|
+
strokeLinecap: "round",
|
|
2000
|
+
strokeWidth: 2,
|
|
2001
|
+
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"
|
|
2002
|
+
})),
|
|
2003
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2004
|
+
id: "a"
|
|
2005
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2006
|
+
d: "M0 0h24v24H0z"
|
|
2007
|
+
})))
|
|
2008
|
+
)
|
|
2009
|
+
);
|
|
2010
|
+
|
|
2011
|
+
const IconMicrophone = React.forwardRef(
|
|
2012
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2013
|
+
StyledIcon,
|
|
2014
|
+
{
|
|
2015
|
+
...props,
|
|
2016
|
+
size,
|
|
2017
|
+
viewBox: "0 0 24 24",
|
|
2018
|
+
fill: "none",
|
|
2019
|
+
ref: forwardRef2
|
|
2020
|
+
},
|
|
2021
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
2022
|
+
clipPath: "url(#a)"
|
|
2023
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2024
|
+
stroke: "currentColor",
|
|
2025
|
+
strokeLinecap: "round",
|
|
2026
|
+
strokeWidth: 2,
|
|
2027
|
+
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"
|
|
2028
|
+
})),
|
|
2029
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2030
|
+
id: "a"
|
|
2031
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2032
|
+
d: "M0 0h24v24H0z"
|
|
2033
|
+
})))
|
|
2034
|
+
)
|
|
2035
|
+
);
|
|
2036
|
+
|
|
2037
|
+
const IconMinus = React.forwardRef(
|
|
2038
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2039
|
+
StyledIcon,
|
|
2040
|
+
{
|
|
2041
|
+
...props,
|
|
2042
|
+
size,
|
|
2043
|
+
viewBox: "0 0 24 24",
|
|
2044
|
+
fill: "none",
|
|
2045
|
+
ref: forwardRef2
|
|
2046
|
+
},
|
|
2047
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2048
|
+
stroke: "currentColor",
|
|
2049
|
+
strokeLinecap: "round",
|
|
2050
|
+
strokeWidth: 2,
|
|
2051
|
+
d: "M5 12h14"
|
|
2052
|
+
})
|
|
2053
|
+
)
|
|
2054
|
+
);
|
|
2055
|
+
|
|
2056
|
+
const IconMouse = React.forwardRef(
|
|
2057
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2058
|
+
StyledIcon,
|
|
2059
|
+
{
|
|
2060
|
+
...props,
|
|
2061
|
+
size,
|
|
2062
|
+
viewBox: "0 0 24 24",
|
|
2063
|
+
fill: "none",
|
|
2064
|
+
ref: forwardRef2
|
|
2065
|
+
},
|
|
2066
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2067
|
+
stroke: "currentColor",
|
|
2068
|
+
strokeLinecap: "round",
|
|
2069
|
+
strokeWidth: 2,
|
|
2070
|
+
d: "M12 8v3M9 3.5h6a4 4 0 0 1 4 4v6a7 7 0 1 1-14 0v-6a4 4 0 0 1 4-4Z"
|
|
2071
|
+
}),
|
|
2072
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2073
|
+
fill: "currentColor",
|
|
2074
|
+
d: "M0 0h.001v.001H0V0Z"
|
|
2075
|
+
})
|
|
2076
|
+
)
|
|
2077
|
+
);
|
|
2078
|
+
|
|
2079
|
+
const IconParallelogram = React.forwardRef(
|
|
2080
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2081
|
+
StyledIcon,
|
|
2082
|
+
{
|
|
2083
|
+
...props,
|
|
2084
|
+
size,
|
|
2085
|
+
viewBox: "0 0 24 24",
|
|
2086
|
+
fill: "none",
|
|
2087
|
+
ref: forwardRef2
|
|
2088
|
+
},
|
|
2089
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
2090
|
+
clipPath: "url(#a)"
|
|
2091
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2092
|
+
stroke: "currentColor",
|
|
2093
|
+
strokeWidth: 2,
|
|
2094
|
+
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"
|
|
2095
|
+
})),
|
|
2096
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2097
|
+
id: "a"
|
|
2098
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2099
|
+
d: "M0 0h24v24H0z"
|
|
2100
|
+
})))
|
|
2101
|
+
)
|
|
2102
|
+
);
|
|
2103
|
+
|
|
2104
|
+
const IconPauseCircle = React.forwardRef(
|
|
2105
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2106
|
+
StyledIcon,
|
|
2107
|
+
{
|
|
2108
|
+
...props,
|
|
2109
|
+
size,
|
|
2110
|
+
viewBox: "0 0 24 24",
|
|
2111
|
+
fill: "none",
|
|
2112
|
+
ref: forwardRef2
|
|
2113
|
+
},
|
|
2114
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
2115
|
+
clipPath: "url(#a)"
|
|
2116
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2117
|
+
stroke: "currentColor",
|
|
2118
|
+
strokeLinecap: "round",
|
|
2119
|
+
strokeWidth: 2,
|
|
2120
|
+
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"
|
|
2121
|
+
})),
|
|
2122
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2123
|
+
id: "a"
|
|
2124
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2125
|
+
d: "M0 0h24v24H0z"
|
|
2126
|
+
})))
|
|
2127
|
+
)
|
|
2128
|
+
);
|
|
2129
|
+
|
|
2130
|
+
const IconPdf = React.forwardRef(
|
|
2131
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2132
|
+
StyledIcon,
|
|
2133
|
+
{
|
|
2134
|
+
...props,
|
|
2135
|
+
size,
|
|
2136
|
+
viewBox: "0 0 24 24",
|
|
2137
|
+
fill: "none",
|
|
2138
|
+
ref: forwardRef2
|
|
2139
|
+
},
|
|
2140
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
2141
|
+
clipPath: "url(#a)"
|
|
2142
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2143
|
+
stroke: "currentColor",
|
|
2144
|
+
strokeLinecap: "round",
|
|
2145
|
+
strokeLinejoin: "round",
|
|
2146
|
+
strokeWidth: 2,
|
|
2147
|
+
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"
|
|
2148
|
+
})),
|
|
2149
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2150
|
+
id: "a"
|
|
2151
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2152
|
+
d: "M0 0h24v24H0z"
|
|
2153
|
+
})))
|
|
2154
|
+
)
|
|
2155
|
+
);
|
|
2156
|
+
|
|
2157
|
+
const IconPlaceholder = React.forwardRef(
|
|
2158
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2159
|
+
StyledIcon,
|
|
2160
|
+
{
|
|
2161
|
+
...props,
|
|
2162
|
+
size,
|
|
2163
|
+
viewBox: "0 0 24 24",
|
|
2164
|
+
fill: "none",
|
|
2165
|
+
ref: forwardRef2
|
|
2166
|
+
},
|
|
2167
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2168
|
+
stroke: "currentColor",
|
|
2169
|
+
strokeLinecap: "round",
|
|
2170
|
+
strokeWidth: 2,
|
|
2171
|
+
d: "m3 3 18 18m0-18L3 21m18-9a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"
|
|
2172
|
+
})
|
|
2173
|
+
)
|
|
2174
|
+
);
|
|
2175
|
+
|
|
2176
|
+
const IconPlayCircle = React.forwardRef(
|
|
2177
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2178
|
+
StyledIcon,
|
|
2179
|
+
{
|
|
2180
|
+
...props,
|
|
2181
|
+
size,
|
|
2182
|
+
viewBox: "0 0 24 24",
|
|
2183
|
+
fill: "none",
|
|
2184
|
+
ref: forwardRef2
|
|
2185
|
+
},
|
|
2186
|
+
/* @__PURE__ */ React__default["default"].createElement("circle", {
|
|
2187
|
+
cx: 12,
|
|
2188
|
+
cy: 12,
|
|
2189
|
+
r: 8.5,
|
|
2190
|
+
stroke: "currentColor",
|
|
2191
|
+
strokeWidth: 2
|
|
2192
|
+
}),
|
|
2193
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2194
|
+
fill: "currentColor",
|
|
2195
|
+
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"
|
|
2196
|
+
})
|
|
2197
|
+
)
|
|
2198
|
+
);
|
|
2199
|
+
|
|
2200
|
+
const IconPlaybackSpeedCircle = React.forwardRef(
|
|
2201
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2202
|
+
StyledIcon,
|
|
2203
|
+
{
|
|
2204
|
+
...props,
|
|
2205
|
+
size,
|
|
2206
|
+
viewBox: "0 0 24 24",
|
|
2207
|
+
fill: "none",
|
|
2208
|
+
ref: forwardRef2
|
|
2209
|
+
},
|
|
2210
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2211
|
+
fill: "currentColor",
|
|
2212
|
+
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"
|
|
2213
|
+
}),
|
|
2214
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2215
|
+
stroke: "currentColor",
|
|
2216
|
+
strokeLinecap: "round",
|
|
2217
|
+
strokeWidth: 2,
|
|
2218
|
+
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"
|
|
2219
|
+
})
|
|
2220
|
+
)
|
|
2221
|
+
);
|
|
2222
|
+
|
|
2223
|
+
const IconPlug = React.forwardRef(
|
|
2224
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2225
|
+
StyledIcon,
|
|
2226
|
+
{
|
|
2227
|
+
...props,
|
|
2228
|
+
size,
|
|
2229
|
+
viewBox: "0 0 24 24",
|
|
2230
|
+
fill: "none",
|
|
2231
|
+
ref: forwardRef2
|
|
2232
|
+
},
|
|
2233
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2234
|
+
stroke: "currentColor",
|
|
2235
|
+
strokeLinecap: "round",
|
|
2236
|
+
strokeWidth: 2,
|
|
2237
|
+
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"
|
|
2238
|
+
})
|
|
2239
|
+
)
|
|
2240
|
+
);
|
|
2241
|
+
|
|
2242
|
+
const IconPlus = React.forwardRef(
|
|
2243
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2244
|
+
StyledIcon,
|
|
2245
|
+
{
|
|
2246
|
+
...props,
|
|
2247
|
+
size,
|
|
2248
|
+
viewBox: "0 0 24 24",
|
|
2249
|
+
fill: "none",
|
|
2250
|
+
ref: forwardRef2
|
|
2251
|
+
},
|
|
2252
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2253
|
+
stroke: "currentColor",
|
|
2254
|
+
strokeLinecap: "round",
|
|
2255
|
+
strokeWidth: 2,
|
|
2256
|
+
d: "M5 12h14m-7-7v14"
|
|
2257
|
+
})
|
|
2258
|
+
)
|
|
2259
|
+
);
|
|
2260
|
+
|
|
2261
|
+
const IconPushPin = React.forwardRef(
|
|
2262
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2263
|
+
StyledIcon,
|
|
2264
|
+
{
|
|
2265
|
+
...props,
|
|
2266
|
+
size,
|
|
2267
|
+
viewBox: "0 0 24 24",
|
|
2268
|
+
fill: "none",
|
|
2269
|
+
ref: forwardRef2
|
|
2270
|
+
},
|
|
2271
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
2272
|
+
clipPath: "url(#a)"
|
|
2273
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2274
|
+
fill: "currentColor",
|
|
2275
|
+
d: "M14.092 2.293a1 1 0 1 0-1.415 1.414l1.415-1.414Zm-9.948 8.55a1 1 0 0 0 1.173 1.62l-1.173-1.62Zm15.471-1.612.708-.707-.708.707Zm.678 2.091a1 1 0 0 0 1.414-1.414l-1.414 1.415Zm-8.757 7.36-.586.81 1.62 1.174.586-.81-1.62-1.173Zm1.142 3.025a1 1 0 0 0 1.414-1.414l-1.415 1.414ZM3.707 9.908a1 1 0 1 0-1.415 1.415l1.414-1.415ZM2.292 20.293a1 1 0 1 0 1.414 1.414l-1.414-1.414ZM12.677 3.707l1.385 1.385 1.414-1.414-1.384-1.385-1.415 1.414Zm1.506-.132L4.144 10.844l1.173 1.62 10.039-7.27-1.173-1.62Zm-.12 1.517 4.845 4.846 1.415-1.414-4.847-4.846-1.414 1.414Zm4.845 4.846 1.385 1.384 1.414-1.414-1.384-1.384-1.415 1.414Zm-.103-1.294-7.269 10.039 1.62 1.173 7.27-10.039-1.62-1.173Zm-4.713 11.649L8.899 15.1l-1.414 1.414 5.192 5.192 1.415-1.414ZM8.899 15.1 3.707 9.908l-1.414 1.415 5.192 5.192L8.9 15.1Zm-5.192 6.606L8.9 16.515 7.485 15.1l-5.192 5.192 1.414 1.414Z"
|
|
2276
|
+
})),
|
|
2277
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2278
|
+
id: "a"
|
|
2279
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2280
|
+
d: "M0 0h24v24H0z"
|
|
2281
|
+
})))
|
|
2282
|
+
)
|
|
2283
|
+
);
|
|
2284
|
+
|
|
2285
|
+
const IconQuestionMarkCircle = React.forwardRef(
|
|
2286
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2287
|
+
StyledIcon,
|
|
2288
|
+
{
|
|
2289
|
+
...props,
|
|
2290
|
+
size,
|
|
2291
|
+
viewBox: "0 0 24 24",
|
|
2292
|
+
fill: "none",
|
|
2293
|
+
ref: forwardRef2
|
|
2294
|
+
},
|
|
2295
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2296
|
+
stroke: "currentColor",
|
|
2297
|
+
strokeLinecap: "round",
|
|
2298
|
+
strokeWidth: 2,
|
|
2299
|
+
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"
|
|
2300
|
+
})
|
|
2301
|
+
)
|
|
2302
|
+
);
|
|
2303
|
+
|
|
2304
|
+
const IconRhombus = React.forwardRef(
|
|
2305
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2306
|
+
StyledIcon,
|
|
2307
|
+
{
|
|
2308
|
+
...props,
|
|
2309
|
+
size,
|
|
2310
|
+
viewBox: "0 0 24 24",
|
|
2311
|
+
fill: "none",
|
|
2312
|
+
ref: forwardRef2
|
|
2313
|
+
},
|
|
2314
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
2315
|
+
clipPath: "url(#a)"
|
|
2316
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2317
|
+
stroke: "currentColor",
|
|
2318
|
+
strokeWidth: 2,
|
|
2319
|
+
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"
|
|
2320
|
+
})),
|
|
2321
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2322
|
+
id: "a"
|
|
2323
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2324
|
+
d: "M0 0h24v24H0z"
|
|
2325
|
+
})))
|
|
2326
|
+
)
|
|
2327
|
+
);
|
|
2328
|
+
|
|
2329
|
+
const IconScrollbarXy = React.forwardRef(
|
|
2330
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2331
|
+
StyledIcon,
|
|
2332
|
+
{
|
|
2333
|
+
...props,
|
|
2334
|
+
size,
|
|
2335
|
+
viewBox: "0 0 24 24",
|
|
2336
|
+
fill: "none",
|
|
2337
|
+
ref: forwardRef2
|
|
2338
|
+
},
|
|
2339
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2340
|
+
stroke: "currentColor",
|
|
2341
|
+
strokeLinecap: "round",
|
|
2342
|
+
strokeWidth: 2,
|
|
2343
|
+
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"
|
|
2344
|
+
})
|
|
2345
|
+
)
|
|
2346
|
+
);
|
|
2347
|
+
|
|
2348
|
+
const IconShapes = React.forwardRef(
|
|
2349
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2350
|
+
StyledIcon,
|
|
2351
|
+
{
|
|
2352
|
+
...props,
|
|
2353
|
+
size,
|
|
2354
|
+
viewBox: "0 0 24 24",
|
|
2355
|
+
fill: "none",
|
|
2356
|
+
ref: forwardRef2
|
|
2357
|
+
},
|
|
2358
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
2359
|
+
clipPath: "url(#a)"
|
|
2360
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2361
|
+
stroke: "currentColor",
|
|
2362
|
+
strokeLinecap: "round",
|
|
2363
|
+
strokeWidth: 2,
|
|
2364
|
+
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"
|
|
2365
|
+
})),
|
|
2366
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2367
|
+
id: "a"
|
|
2368
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2369
|
+
d: "M0 0h24v24H0z"
|
|
2370
|
+
})))
|
|
2371
|
+
)
|
|
2372
|
+
);
|
|
2373
|
+
|
|
2374
|
+
const IconShieldCheck = React.forwardRef(
|
|
2375
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2376
|
+
StyledIcon,
|
|
2377
|
+
{
|
|
2378
|
+
...props,
|
|
2379
|
+
size,
|
|
2380
|
+
viewBox: "0 0 24 24",
|
|
2381
|
+
fill: "none",
|
|
2382
|
+
ref: forwardRef2
|
|
2383
|
+
},
|
|
2384
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
2385
|
+
clipPath: "url(#a)"
|
|
2386
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2387
|
+
stroke: "currentColor",
|
|
2388
|
+
strokeLinecap: "round",
|
|
2389
|
+
strokeMiterlimit: 1.414,
|
|
2390
|
+
strokeWidth: 2,
|
|
2391
|
+
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"
|
|
2392
|
+
})),
|
|
2393
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2394
|
+
id: "a"
|
|
2395
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2396
|
+
d: "M0 0h24v24H0z"
|
|
2397
|
+
})))
|
|
2398
|
+
)
|
|
2399
|
+
);
|
|
2400
|
+
|
|
2401
|
+
const IconShieldLock = React.forwardRef(
|
|
2402
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2403
|
+
StyledIcon,
|
|
2404
|
+
{
|
|
2405
|
+
...props,
|
|
2406
|
+
size,
|
|
2407
|
+
viewBox: "0 0 24 24",
|
|
2408
|
+
fill: "none",
|
|
2409
|
+
ref: forwardRef2
|
|
2410
|
+
},
|
|
2411
|
+
/* @__PURE__ */ React__default["default"].createElement("rect", {
|
|
2412
|
+
width: 8,
|
|
2413
|
+
height: 5,
|
|
2414
|
+
x: 8,
|
|
2415
|
+
y: 11,
|
|
2416
|
+
fill: "currentColor",
|
|
2417
|
+
rx: 1
|
|
2418
|
+
}),
|
|
2419
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2420
|
+
stroke: "currentColor",
|
|
2421
|
+
strokeMiterlimit: 1.414,
|
|
2422
|
+
strokeWidth: 2,
|
|
2423
|
+
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"
|
|
2424
|
+
})
|
|
2425
|
+
)
|
|
2426
|
+
);
|
|
2427
|
+
|
|
2428
|
+
const IconSidebarClosed = React.forwardRef(
|
|
2429
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2430
|
+
StyledIcon,
|
|
2431
|
+
{
|
|
2432
|
+
...props,
|
|
2433
|
+
size,
|
|
2434
|
+
viewBox: "0 0 24 24",
|
|
2435
|
+
fill: "none",
|
|
2436
|
+
ref: forwardRef2
|
|
2437
|
+
},
|
|
2438
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
2439
|
+
clipPath: "url(#a)"
|
|
2440
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2441
|
+
stroke: "currentColor",
|
|
2442
|
+
strokeLinecap: "round",
|
|
2443
|
+
strokeLinejoin: "round",
|
|
2444
|
+
strokeMiterlimit: 1.414,
|
|
2445
|
+
strokeWidth: 2,
|
|
2446
|
+
d: "M11 4H4a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h7m0-16h9a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1h-9m0-16v16M6 8h2m-2 4h2m-2 4h2"
|
|
2447
|
+
})),
|
|
2448
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2449
|
+
id: "a"
|
|
2450
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2451
|
+
d: "M0 0h24v24H0z"
|
|
2452
|
+
})))
|
|
2453
|
+
)
|
|
2454
|
+
);
|
|
2455
|
+
|
|
2456
|
+
const IconSidebarOpen = React.forwardRef(
|
|
2457
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2458
|
+
StyledIcon,
|
|
2459
|
+
{
|
|
2460
|
+
...props,
|
|
2461
|
+
size,
|
|
2462
|
+
viewBox: "0 0 24 24",
|
|
2463
|
+
fill: "none",
|
|
2464
|
+
ref: forwardRef2
|
|
2465
|
+
},
|
|
2466
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2467
|
+
stroke: "currentColor",
|
|
2468
|
+
strokeLinecap: "round",
|
|
2469
|
+
strokeLinejoin: "round",
|
|
2470
|
+
strokeMiterlimit: 1.414,
|
|
2471
|
+
strokeWidth: 2,
|
|
2472
|
+
d: "M21 19V5a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1Z"
|
|
2473
|
+
}),
|
|
2474
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2475
|
+
fill: "currentColor",
|
|
2476
|
+
fillRule: "evenodd",
|
|
2477
|
+
d: "M11 5H3v14h8V5ZM6 7a1 1 0 0 0 0 2h2a1 1 0 0 0 0-2H6Zm0 4a1 1 0 1 0 0 2h2a1 1 0 1 0 0-2H6Zm0 4a1 1 0 1 0 0 2h2a1 1 0 1 0 0-2H6Z",
|
|
2478
|
+
clipRule: "evenodd"
|
|
2479
|
+
})
|
|
2480
|
+
)
|
|
2481
|
+
);
|
|
2482
|
+
|
|
2483
|
+
const IconSlidersX = React.forwardRef(
|
|
2484
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2485
|
+
StyledIcon,
|
|
2486
|
+
{
|
|
2487
|
+
...props,
|
|
2488
|
+
size,
|
|
2489
|
+
viewBox: "0 0 24 24",
|
|
2490
|
+
fill: "none",
|
|
2491
|
+
ref: forwardRef2
|
|
2492
|
+
},
|
|
2493
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
2494
|
+
clipPath: "url(#a)"
|
|
2495
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2496
|
+
stroke: "currentColor",
|
|
2497
|
+
strokeLinecap: "round",
|
|
2498
|
+
strokeWidth: 2,
|
|
2499
|
+
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"
|
|
2500
|
+
})),
|
|
2501
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2502
|
+
id: "a"
|
|
2503
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2504
|
+
d: "M0 0h24v24H0z"
|
|
2505
|
+
})))
|
|
2506
|
+
)
|
|
2507
|
+
);
|
|
2508
|
+
|
|
2509
|
+
const IconSlidersY = React.forwardRef(
|
|
2510
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2511
|
+
StyledIcon,
|
|
2512
|
+
{
|
|
2513
|
+
...props,
|
|
2514
|
+
size,
|
|
2515
|
+
viewBox: "0 0 24 24",
|
|
2516
|
+
fill: "none",
|
|
2517
|
+
ref: forwardRef2
|
|
2518
|
+
},
|
|
2519
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
2520
|
+
clipPath: "url(#a)"
|
|
2521
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2522
|
+
stroke: "currentColor",
|
|
2523
|
+
strokeLinecap: "round",
|
|
2524
|
+
strokeWidth: 2,
|
|
2525
|
+
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"
|
|
2526
|
+
})),
|
|
2527
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2528
|
+
id: "a"
|
|
2529
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2530
|
+
d: "M0 0h24v24H0z"
|
|
2531
|
+
})))
|
|
2532
|
+
)
|
|
2533
|
+
);
|
|
2534
|
+
|
|
2535
|
+
const IconSocialFacebook = React.forwardRef(
|
|
2536
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2537
|
+
StyledIcon,
|
|
2538
|
+
{
|
|
2539
|
+
...props,
|
|
2540
|
+
size,
|
|
2541
|
+
viewBox: "0 0 24 24",
|
|
2542
|
+
fill: "none",
|
|
2543
|
+
ref: forwardRef2
|
|
2544
|
+
},
|
|
2545
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2546
|
+
fill: "currentColor",
|
|
2547
|
+
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"
|
|
2548
|
+
})
|
|
2549
|
+
)
|
|
2550
|
+
);
|
|
2551
|
+
|
|
2552
|
+
const IconSocialInstagram = React.forwardRef(
|
|
2553
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2554
|
+
StyledIcon,
|
|
2555
|
+
{
|
|
2556
|
+
...props,
|
|
2557
|
+
size,
|
|
2558
|
+
viewBox: "0 0 24 24",
|
|
2559
|
+
fill: "none",
|
|
2560
|
+
ref: forwardRef2
|
|
2561
|
+
},
|
|
2562
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2563
|
+
fill: "currentColor",
|
|
2564
|
+
d: "M8.667 12a3.333 3.333 0 1 0 6.666 0 3.333 3.333 0 0 0-6.666 0Z"
|
|
2565
|
+
}),
|
|
2566
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2567
|
+
fill: "currentColor",
|
|
2568
|
+
fillRule: "evenodd",
|
|
2569
|
+
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",
|
|
2570
|
+
clipRule: "evenodd"
|
|
2571
|
+
})
|
|
2572
|
+
)
|
|
2573
|
+
);
|
|
2574
|
+
|
|
2575
|
+
const IconSocialLinkedin = React.forwardRef(
|
|
2576
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2577
|
+
StyledIcon,
|
|
2578
|
+
{
|
|
2579
|
+
...props,
|
|
2580
|
+
size,
|
|
2581
|
+
viewBox: "0 0 24 24",
|
|
2582
|
+
fill: "none",
|
|
2583
|
+
ref: forwardRef2
|
|
2584
|
+
},
|
|
2585
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2586
|
+
fill: "currentColor",
|
|
2587
|
+
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"
|
|
2588
|
+
})
|
|
2589
|
+
)
|
|
2590
|
+
);
|
|
2591
|
+
|
|
2592
|
+
const IconSocialTwitter = React.forwardRef(
|
|
2593
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2594
|
+
StyledIcon,
|
|
2595
|
+
{
|
|
2596
|
+
...props,
|
|
2597
|
+
size,
|
|
2598
|
+
viewBox: "0 0 24 24",
|
|
2599
|
+
fill: "none",
|
|
2600
|
+
ref: forwardRef2
|
|
2601
|
+
},
|
|
2602
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2603
|
+
fill: "currentColor",
|
|
2604
|
+
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"
|
|
2605
|
+
})
|
|
2606
|
+
)
|
|
2607
|
+
);
|
|
2608
|
+
|
|
2609
|
+
const IconSocialYoutube = React.forwardRef(
|
|
779
2610
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
780
2611
|
StyledIcon,
|
|
781
2612
|
{
|
|
@@ -786,15 +2617,13 @@ const IconMinus = React.forwardRef(
|
|
|
786
2617
|
ref: forwardRef2
|
|
787
2618
|
},
|
|
788
2619
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
strokeWidth: 2,
|
|
792
|
-
d: "M5 12h14"
|
|
2620
|
+
fill: "currentColor",
|
|
2621
|
+
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"
|
|
793
2622
|
})
|
|
794
2623
|
)
|
|
795
2624
|
);
|
|
796
2625
|
|
|
797
|
-
const
|
|
2626
|
+
const IconSpeakerCross = React.forwardRef(
|
|
798
2627
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
799
2628
|
StyledIcon,
|
|
800
2629
|
{
|
|
@@ -808,8 +2637,9 @@ const IconParallelogram = React.forwardRef(
|
|
|
808
2637
|
clipPath: "url(#a)"
|
|
809
2638
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
810
2639
|
stroke: "currentColor",
|
|
2640
|
+
strokeLinecap: "round",
|
|
811
2641
|
strokeWidth: 2,
|
|
812
|
-
d: "
|
|
2642
|
+
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"
|
|
813
2643
|
})),
|
|
814
2644
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
815
2645
|
id: "a"
|
|
@@ -819,7 +2649,7 @@ const IconParallelogram = React.forwardRef(
|
|
|
819
2649
|
)
|
|
820
2650
|
);
|
|
821
2651
|
|
|
822
|
-
const
|
|
2652
|
+
const IconSpeakerHigh = React.forwardRef(
|
|
823
2653
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
824
2654
|
StyledIcon,
|
|
825
2655
|
{
|
|
@@ -835,7 +2665,7 @@ const IconPauseCircle = React.forwardRef(
|
|
|
835
2665
|
stroke: "currentColor",
|
|
836
2666
|
strokeLinecap: "round",
|
|
837
2667
|
strokeWidth: 2,
|
|
838
|
-
d: "
|
|
2668
|
+
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"
|
|
839
2669
|
})),
|
|
840
2670
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
841
2671
|
id: "a"
|
|
@@ -845,7 +2675,7 @@ const IconPauseCircle = React.forwardRef(
|
|
|
845
2675
|
)
|
|
846
2676
|
);
|
|
847
2677
|
|
|
848
|
-
const
|
|
2678
|
+
const IconSquareBracketsAngleSlash = React.forwardRef(
|
|
849
2679
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
850
2680
|
StyledIcon,
|
|
851
2681
|
{
|
|
@@ -855,41 +2685,23 @@ const IconPlaceholder = React.forwardRef(
|
|
|
855
2685
|
fill: "none",
|
|
856
2686
|
ref: forwardRef2
|
|
857
2687
|
},
|
|
858
|
-
/* @__PURE__ */ React__default["default"].createElement("
|
|
2688
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
2689
|
+
clipPath: "url(#a)"
|
|
2690
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
859
2691
|
stroke: "currentColor",
|
|
860
2692
|
strokeLinecap: "round",
|
|
861
2693
|
strokeWidth: 2,
|
|
862
|
-
d: "
|
|
863
|
-
})
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
StyledIcon,
|
|
870
|
-
{
|
|
871
|
-
...props,
|
|
872
|
-
size,
|
|
873
|
-
viewBox: "0 0 24 24",
|
|
874
|
-
fill: "none",
|
|
875
|
-
ref: forwardRef2
|
|
876
|
-
},
|
|
877
|
-
/* @__PURE__ */ React__default["default"].createElement("circle", {
|
|
878
|
-
cx: 12,
|
|
879
|
-
cy: 12,
|
|
880
|
-
r: 8.5,
|
|
881
|
-
stroke: "currentColor",
|
|
882
|
-
strokeWidth: 2
|
|
883
|
-
}),
|
|
884
|
-
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
885
|
-
fill: "currentColor",
|
|
886
|
-
stroke: "currentColor",
|
|
887
|
-
d: "M15.099 12 10.5 15.066V8.934L15.099 12Z"
|
|
888
|
-
})
|
|
2694
|
+
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"
|
|
2695
|
+
})),
|
|
2696
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2697
|
+
id: "a"
|
|
2698
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2699
|
+
d: "M0 0h24v24H0z"
|
|
2700
|
+
})))
|
|
889
2701
|
)
|
|
890
2702
|
);
|
|
891
2703
|
|
|
892
|
-
const
|
|
2704
|
+
const IconSquareCirclesTwo = React.forwardRef(
|
|
893
2705
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
894
2706
|
StyledIcon,
|
|
895
2707
|
{
|
|
@@ -903,36 +2715,16 @@ const IconPlaybackSpeedCircle = React.forwardRef(
|
|
|
903
2715
|
stroke: "currentColor",
|
|
904
2716
|
strokeLinecap: "round",
|
|
905
2717
|
strokeWidth: 2,
|
|
906
|
-
d: "
|
|
2718
|
+
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"
|
|
907
2719
|
}),
|
|
908
2720
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
909
2721
|
fill: "currentColor",
|
|
910
|
-
|
|
911
|
-
d: "M15.099 12 10.5 15.066V8.934L15.099 12Z"
|
|
912
|
-
})
|
|
913
|
-
)
|
|
914
|
-
);
|
|
915
|
-
|
|
916
|
-
const IconPlug = React.forwardRef(
|
|
917
|
-
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
918
|
-
StyledIcon,
|
|
919
|
-
{
|
|
920
|
-
...props,
|
|
921
|
-
size,
|
|
922
|
-
viewBox: "0 0 24 24",
|
|
923
|
-
fill: "none",
|
|
924
|
-
ref: forwardRef2
|
|
925
|
-
},
|
|
926
|
-
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
927
|
-
stroke: "currentColor",
|
|
928
|
-
strokeLinecap: "round",
|
|
929
|
-
strokeWidth: 2,
|
|
930
|
-
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"
|
|
2722
|
+
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"
|
|
931
2723
|
})
|
|
932
2724
|
)
|
|
933
2725
|
);
|
|
934
2726
|
|
|
935
|
-
const
|
|
2727
|
+
const IconSquareRounded = React.forwardRef(
|
|
936
2728
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
937
2729
|
StyledIcon,
|
|
938
2730
|
{
|
|
@@ -942,16 +2734,22 @@ const IconPlus = React.forwardRef(
|
|
|
942
2734
|
fill: "none",
|
|
943
2735
|
ref: forwardRef2
|
|
944
2736
|
},
|
|
945
|
-
/* @__PURE__ */ React__default["default"].createElement("
|
|
2737
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
2738
|
+
clipPath: "url(#a)"
|
|
2739
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
946
2740
|
stroke: "currentColor",
|
|
947
|
-
strokeLinecap: "round",
|
|
948
2741
|
strokeWidth: 2,
|
|
949
|
-
d: "
|
|
950
|
-
})
|
|
2742
|
+
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"
|
|
2743
|
+
})),
|
|
2744
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2745
|
+
id: "a"
|
|
2746
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2747
|
+
d: "M0 0h24v24H0z"
|
|
2748
|
+
})))
|
|
951
2749
|
)
|
|
952
2750
|
);
|
|
953
2751
|
|
|
954
|
-
const
|
|
2752
|
+
const IconSquareTriangleCirclePlus = React.forwardRef(
|
|
955
2753
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
956
2754
|
StyledIcon,
|
|
957
2755
|
{
|
|
@@ -961,16 +2759,23 @@ const IconQuestionMarkCircle = React.forwardRef(
|
|
|
961
2759
|
fill: "none",
|
|
962
2760
|
ref: forwardRef2
|
|
963
2761
|
},
|
|
964
|
-
/* @__PURE__ */ React__default["default"].createElement("
|
|
2762
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
2763
|
+
clipPath: "url(#a)"
|
|
2764
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
965
2765
|
stroke: "currentColor",
|
|
966
2766
|
strokeLinecap: "round",
|
|
967
2767
|
strokeWidth: 2,
|
|
968
|
-
d: "
|
|
969
|
-
})
|
|
2768
|
+
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"
|
|
2769
|
+
})),
|
|
2770
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2771
|
+
id: "a"
|
|
2772
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2773
|
+
d: "M0 0h24v24H0z"
|
|
2774
|
+
})))
|
|
970
2775
|
)
|
|
971
2776
|
);
|
|
972
2777
|
|
|
973
|
-
const
|
|
2778
|
+
const IconSquare = React.forwardRef(
|
|
974
2779
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
975
2780
|
StyledIcon,
|
|
976
2781
|
{
|
|
@@ -985,7 +2790,7 @@ const IconRhombus = React.forwardRef(
|
|
|
985
2790
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
986
2791
|
stroke: "currentColor",
|
|
987
2792
|
strokeWidth: 2,
|
|
988
|
-
d: "
|
|
2793
|
+
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"
|
|
989
2794
|
})),
|
|
990
2795
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
991
2796
|
id: "a"
|
|
@@ -995,7 +2800,7 @@ const IconRhombus = React.forwardRef(
|
|
|
995
2800
|
)
|
|
996
2801
|
);
|
|
997
2802
|
|
|
998
|
-
const
|
|
2803
|
+
const IconSquaresFour = React.forwardRef(
|
|
999
2804
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1000
2805
|
StyledIcon,
|
|
1001
2806
|
{
|
|
@@ -1006,12 +2811,12 @@ const IconShapes = React.forwardRef(
|
|
|
1006
2811
|
ref: forwardRef2
|
|
1007
2812
|
},
|
|
1008
2813
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
1009
|
-
clipPath: "url(#a)"
|
|
1010
|
-
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1011
2814
|
stroke: "currentColor",
|
|
1012
2815
|
strokeLinecap: "round",
|
|
1013
2816
|
strokeWidth: 2,
|
|
1014
|
-
|
|
2817
|
+
clipPath: "url(#a)"
|
|
2818
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2819
|
+
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"
|
|
1015
2820
|
})),
|
|
1016
2821
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1017
2822
|
id: "a"
|
|
@@ -1021,7 +2826,7 @@ const IconShapes = React.forwardRef(
|
|
|
1021
2826
|
)
|
|
1022
2827
|
);
|
|
1023
2828
|
|
|
1024
|
-
const
|
|
2829
|
+
const IconSquaresThree = React.forwardRef(
|
|
1025
2830
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1026
2831
|
StyledIcon,
|
|
1027
2832
|
{
|
|
@@ -1032,12 +2837,12 @@ const IconSlidersX = React.forwardRef(
|
|
|
1032
2837
|
ref: forwardRef2
|
|
1033
2838
|
},
|
|
1034
2839
|
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
1035
|
-
clipPath: "url(#a)"
|
|
1036
|
-
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1037
2840
|
stroke: "currentColor",
|
|
1038
2841
|
strokeLinecap: "round",
|
|
1039
2842
|
strokeWidth: 2,
|
|
1040
|
-
|
|
2843
|
+
clipPath: "url(#a)"
|
|
2844
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2845
|
+
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"
|
|
1041
2846
|
})),
|
|
1042
2847
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1043
2848
|
id: "a"
|
|
@@ -1047,7 +2852,7 @@ const IconSlidersX = React.forwardRef(
|
|
|
1047
2852
|
)
|
|
1048
2853
|
);
|
|
1049
2854
|
|
|
1050
|
-
const
|
|
2855
|
+
const IconStickyNote = React.forwardRef(
|
|
1051
2856
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1052
2857
|
StyledIcon,
|
|
1053
2858
|
{
|
|
@@ -1061,9 +2866,9 @@ const IconSlidersY = React.forwardRef(
|
|
|
1061
2866
|
clipPath: "url(#a)"
|
|
1062
2867
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1063
2868
|
stroke: "currentColor",
|
|
1064
|
-
strokeLinecap: "
|
|
2869
|
+
strokeLinecap: "square",
|
|
1065
2870
|
strokeWidth: 2,
|
|
1066
|
-
d: "
|
|
2871
|
+
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"
|
|
1067
2872
|
})),
|
|
1068
2873
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1069
2874
|
id: "a"
|
|
@@ -1073,7 +2878,7 @@ const IconSlidersY = React.forwardRef(
|
|
|
1073
2878
|
)
|
|
1074
2879
|
);
|
|
1075
2880
|
|
|
1076
|
-
const
|
|
2881
|
+
const IconStopCircle = React.forwardRef(
|
|
1077
2882
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1078
2883
|
StyledIcon,
|
|
1079
2884
|
{
|
|
@@ -1083,14 +2888,21 @@ const IconSocialFacebook = React.forwardRef(
|
|
|
1083
2888
|
fill: "none",
|
|
1084
2889
|
ref: forwardRef2
|
|
1085
2890
|
},
|
|
2891
|
+
/* @__PURE__ */ React__default["default"].createElement("circle", {
|
|
2892
|
+
cx: 12,
|
|
2893
|
+
cy: 12,
|
|
2894
|
+
r: 8.5,
|
|
2895
|
+
stroke: "currentColor",
|
|
2896
|
+
strokeWidth: 2
|
|
2897
|
+
}),
|
|
1086
2898
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1087
2899
|
fill: "currentColor",
|
|
1088
|
-
d: "
|
|
2900
|
+
d: "M9 10a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1v-4Z"
|
|
1089
2901
|
})
|
|
1090
2902
|
)
|
|
1091
2903
|
);
|
|
1092
2904
|
|
|
1093
|
-
const
|
|
2905
|
+
const IconTag = React.forwardRef(
|
|
1094
2906
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1095
2907
|
StyledIcon,
|
|
1096
2908
|
{
|
|
@@ -1101,19 +2913,23 @@ const IconSocialInstagram = React.forwardRef(
|
|
|
1101
2913
|
ref: forwardRef2
|
|
1102
2914
|
},
|
|
1103
2915
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1104
|
-
|
|
1105
|
-
|
|
2916
|
+
stroke: "currentColor",
|
|
2917
|
+
strokeLinecap: "square",
|
|
2918
|
+
strokeLinejoin: "round",
|
|
2919
|
+
strokeMiterlimit: 1.414,
|
|
2920
|
+
strokeWidth: 2,
|
|
2921
|
+
d: "M11.953 4H4v8l8.839 8.617 7.778-7.778L11.953 4Z"
|
|
1106
2922
|
}),
|
|
1107
|
-
/* @__PURE__ */ React__default["default"].createElement("
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
|
|
2923
|
+
/* @__PURE__ */ React__default["default"].createElement("circle", {
|
|
2924
|
+
cx: 8.5,
|
|
2925
|
+
cy: 8.5,
|
|
2926
|
+
r: 1.5,
|
|
2927
|
+
fill: "currentColor"
|
|
1112
2928
|
})
|
|
1113
2929
|
)
|
|
1114
2930
|
);
|
|
1115
2931
|
|
|
1116
|
-
const
|
|
2932
|
+
const IconTextT = React.forwardRef(
|
|
1117
2933
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1118
2934
|
StyledIcon,
|
|
1119
2935
|
{
|
|
@@ -1123,14 +2939,49 @@ const IconSocialLinkedin = React.forwardRef(
|
|
|
1123
2939
|
fill: "none",
|
|
1124
2940
|
ref: forwardRef2
|
|
1125
2941
|
},
|
|
1126
|
-
/* @__PURE__ */ React__default["default"].createElement("
|
|
1127
|
-
|
|
1128
|
-
|
|
1129
|
-
|
|
2942
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
2943
|
+
clipPath: "url(#a)"
|
|
2944
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2945
|
+
stroke: "currentColor",
|
|
2946
|
+
strokeLinecap: "round",
|
|
2947
|
+
strokeWidth: 2,
|
|
2948
|
+
d: "M4 7V4.5a.5.5 0 0 1 .5-.5H12m8 3V4.5a.5.5 0 0 0-.5-.5H12m0 0v16m0 0H9m3 0h3"
|
|
2949
|
+
})),
|
|
2950
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2951
|
+
id: "a"
|
|
2952
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2953
|
+
d: "M0 0h24v24H0z"
|
|
2954
|
+
})))
|
|
1130
2955
|
)
|
|
1131
2956
|
);
|
|
1132
2957
|
|
|
1133
|
-
const
|
|
2958
|
+
const IconThumbsUp = React.forwardRef(
|
|
2959
|
+
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
2960
|
+
StyledIcon,
|
|
2961
|
+
{
|
|
2962
|
+
...props,
|
|
2963
|
+
size,
|
|
2964
|
+
viewBox: "0 0 24 24",
|
|
2965
|
+
fill: "none",
|
|
2966
|
+
ref: forwardRef2
|
|
2967
|
+
},
|
|
2968
|
+
/* @__PURE__ */ React__default["default"].createElement("g", {
|
|
2969
|
+
clipPath: "url(#a)"
|
|
2970
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2971
|
+
stroke: "currentColor",
|
|
2972
|
+
strokeLinecap: "round",
|
|
2973
|
+
strokeWidth: 2,
|
|
2974
|
+
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"
|
|
2975
|
+
})),
|
|
2976
|
+
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
2977
|
+
id: "a"
|
|
2978
|
+
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
2979
|
+
d: "M0 0h24v24H0z"
|
|
2980
|
+
})))
|
|
2981
|
+
)
|
|
2982
|
+
);
|
|
2983
|
+
|
|
2984
|
+
const IconTicket = React.forwardRef(
|
|
1134
2985
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1135
2986
|
StyledIcon,
|
|
1136
2987
|
{
|
|
@@ -1142,12 +2993,12 @@ const IconSocialTwitter = React.forwardRef(
|
|
|
1142
2993
|
},
|
|
1143
2994
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1144
2995
|
fill: "currentColor",
|
|
1145
|
-
d: "
|
|
2996
|
+
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"
|
|
1146
2997
|
})
|
|
1147
2998
|
)
|
|
1148
2999
|
);
|
|
1149
3000
|
|
|
1150
|
-
const
|
|
3001
|
+
const IconTimer = React.forwardRef(
|
|
1151
3002
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1152
3003
|
StyledIcon,
|
|
1153
3004
|
{
|
|
@@ -1159,12 +3010,18 @@ const IconSocialYoutube = React.forwardRef(
|
|
|
1159
3010
|
},
|
|
1160
3011
|
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1161
3012
|
fill: "currentColor",
|
|
1162
|
-
d: "
|
|
3013
|
+
d: "m11.293 11.293-.707.707L12 13.414l.707-.707-1.414-1.414Zm4.414-1.586a1 1 0 0 0-1.414-1.414l1.414 1.414ZM13 1a1 1 0 1 0-2 0h2Zm-.293 11.707 3-3-1.414-1.414-3 3 1.414 1.414ZM20 12a8 8 0 0 1-8 8v2c5.523 0 10-4.477 10-10h-2Zm-8 8a8 8 0 0 1-8-8H2c0 5.523 4.477 10 10 10v-2Zm-8-8a8 8 0 0 1 8-8V2C6.477 2 2 6.477 2 12h2Zm8-8a8 8 0 0 1 8 8h2c0-5.523-4.477-10-10-10v2Zm1-1V1h-2v2h2Z"
|
|
3014
|
+
}),
|
|
3015
|
+
/* @__PURE__ */ React__default["default"].createElement("circle", {
|
|
3016
|
+
cx: 12,
|
|
3017
|
+
cy: 12,
|
|
3018
|
+
r: 2,
|
|
3019
|
+
fill: "currentColor"
|
|
1163
3020
|
})
|
|
1164
3021
|
)
|
|
1165
3022
|
);
|
|
1166
3023
|
|
|
1167
|
-
const
|
|
3024
|
+
const IconTrackpad = React.forwardRef(
|
|
1168
3025
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1169
3026
|
StyledIcon,
|
|
1170
3027
|
{
|
|
@@ -1174,23 +3031,15 @@ const IconSpeakerCross = React.forwardRef(
|
|
|
1174
3031
|
fill: "none",
|
|
1175
3032
|
ref: forwardRef2
|
|
1176
3033
|
},
|
|
1177
|
-
/* @__PURE__ */ React__default["default"].createElement("
|
|
1178
|
-
clipPath: "url(#a)"
|
|
1179
|
-
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3034
|
+
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1180
3035
|
stroke: "currentColor",
|
|
1181
|
-
strokeLinecap: "round",
|
|
1182
3036
|
strokeWidth: 2,
|
|
1183
|
-
d: "
|
|
1184
|
-
})
|
|
1185
|
-
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1186
|
-
id: "a"
|
|
1187
|
-
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1188
|
-
d: "M0 0h24v24H0z"
|
|
1189
|
-
})))
|
|
3037
|
+
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"
|
|
3038
|
+
})
|
|
1190
3039
|
)
|
|
1191
3040
|
);
|
|
1192
3041
|
|
|
1193
|
-
const
|
|
3042
|
+
const IconTrashSimple = React.forwardRef(
|
|
1194
3043
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1195
3044
|
StyledIcon,
|
|
1196
3045
|
{
|
|
@@ -1205,8 +3054,9 @@ const IconSpeakerHigh = React.forwardRef(
|
|
|
1205
3054
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1206
3055
|
stroke: "currentColor",
|
|
1207
3056
|
strokeLinecap: "round",
|
|
3057
|
+
strokeMiterlimit: 1.414,
|
|
1208
3058
|
strokeWidth: 2,
|
|
1209
|
-
d: "
|
|
3059
|
+
d: "M4 5h8m8 0h-8m0 0V3M6 8v12.75c0 .138.112.25.25.25h11.5a.25.25 0 0 0 .25-.25V8"
|
|
1210
3060
|
})),
|
|
1211
3061
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1212
3062
|
id: "a"
|
|
@@ -1216,7 +3066,7 @@ const IconSpeakerHigh = React.forwardRef(
|
|
|
1216
3066
|
)
|
|
1217
3067
|
);
|
|
1218
3068
|
|
|
1219
|
-
const
|
|
3069
|
+
const IconTrash = React.forwardRef(
|
|
1220
3070
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1221
3071
|
StyledIcon,
|
|
1222
3072
|
{
|
|
@@ -1230,8 +3080,10 @@ const IconSquareRounded = React.forwardRef(
|
|
|
1230
3080
|
clipPath: "url(#a)"
|
|
1231
3081
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1232
3082
|
stroke: "currentColor",
|
|
3083
|
+
strokeLinecap: "round",
|
|
3084
|
+
strokeMiterlimit: 1.414,
|
|
1233
3085
|
strokeWidth: 2,
|
|
1234
|
-
d: "
|
|
3086
|
+
d: "M4 5h8m8 0h-8m0 0V3M6 8v12.75c0 .138.112.25.25.25h11.5a.25.25 0 0 0 .25-.25V8m-8 0v9m4-9v9"
|
|
1235
3087
|
})),
|
|
1236
3088
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1237
3089
|
id: "a"
|
|
@@ -1241,7 +3093,7 @@ const IconSquareRounded = React.forwardRef(
|
|
|
1241
3093
|
)
|
|
1242
3094
|
);
|
|
1243
3095
|
|
|
1244
|
-
const
|
|
3096
|
+
const IconTriangle = React.forwardRef(
|
|
1245
3097
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1246
3098
|
StyledIcon,
|
|
1247
3099
|
{
|
|
@@ -1256,7 +3108,7 @@ const IconSquare = React.forwardRef(
|
|
|
1256
3108
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1257
3109
|
stroke: "currentColor",
|
|
1258
3110
|
strokeWidth: 2,
|
|
1259
|
-
d: "
|
|
3111
|
+
d: "M20.58 20.526H3.4a.25.25 0 0 1-.225-.359l8.138-16.729a.25.25 0 0 1 .445-.01l9.043 16.73a.25.25 0 0 1-.22.368Z"
|
|
1260
3112
|
})),
|
|
1261
3113
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1262
3114
|
id: "a"
|
|
@@ -1266,31 +3118,7 @@ const IconSquare = React.forwardRef(
|
|
|
1266
3118
|
)
|
|
1267
3119
|
);
|
|
1268
3120
|
|
|
1269
|
-
const
|
|
1270
|
-
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1271
|
-
StyledIcon,
|
|
1272
|
-
{
|
|
1273
|
-
...props,
|
|
1274
|
-
size,
|
|
1275
|
-
viewBox: "0 0 24 24",
|
|
1276
|
-
fill: "none",
|
|
1277
|
-
ref: forwardRef2
|
|
1278
|
-
},
|
|
1279
|
-
/* @__PURE__ */ React__default["default"].createElement("circle", {
|
|
1280
|
-
cx: 12,
|
|
1281
|
-
cy: 12,
|
|
1282
|
-
r: 8.5,
|
|
1283
|
-
stroke: "currentColor",
|
|
1284
|
-
strokeWidth: 2
|
|
1285
|
-
}),
|
|
1286
|
-
/* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1287
|
-
fill: "currentColor",
|
|
1288
|
-
d: "M9 10a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1v-4Z"
|
|
1289
|
-
})
|
|
1290
|
-
)
|
|
1291
|
-
);
|
|
1292
|
-
|
|
1293
|
-
const IconTriangle = React.forwardRef(
|
|
3121
|
+
const IconTrident = React.forwardRef(
|
|
1294
3122
|
({ size = "medium", ...props }, forwardRef2) => React.createElement(
|
|
1295
3123
|
StyledIcon,
|
|
1296
3124
|
{
|
|
@@ -1304,8 +3132,22 @@ const IconTriangle = React.forwardRef(
|
|
|
1304
3132
|
clipPath: "url(#a)"
|
|
1305
3133
|
}, /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
1306
3134
|
stroke: "currentColor",
|
|
3135
|
+
strokeLinecap: "round",
|
|
3136
|
+
strokeLinejoin: "round",
|
|
1307
3137
|
strokeWidth: 2,
|
|
1308
|
-
d: "
|
|
3138
|
+
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"
|
|
3139
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3140
|
+
fill: "currentColor",
|
|
3141
|
+
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"
|
|
3142
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3143
|
+
fill: "currentColor",
|
|
3144
|
+
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"
|
|
3145
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3146
|
+
fill: "currentColor",
|
|
3147
|
+
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"
|
|
3148
|
+
}), /* @__PURE__ */ React__default["default"].createElement("path", {
|
|
3149
|
+
fill: "currentColor",
|
|
3150
|
+
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"
|
|
1309
3151
|
})),
|
|
1310
3152
|
/* @__PURE__ */ React__default["default"].createElement("defs", null, /* @__PURE__ */ React__default["default"].createElement("clipPath", {
|
|
1311
3153
|
id: "a"
|
|
@@ -1395,7 +3237,15 @@ const IconWallet = React.forwardRef(
|
|
|
1395
3237
|
)
|
|
1396
3238
|
);
|
|
1397
3239
|
|
|
3240
|
+
exports.IconAlignBottom = IconAlignBottom;
|
|
3241
|
+
exports.IconAlignLeft = IconAlignLeft;
|
|
3242
|
+
exports.IconAlignRight = IconAlignRight;
|
|
3243
|
+
exports.IconAlignTop = IconAlignTop;
|
|
1398
3244
|
exports.IconArrowBoxOut = IconArrowBoxOut;
|
|
3245
|
+
exports.IconArrowClockwiseDownRight = IconArrowClockwiseDownRight;
|
|
3246
|
+
exports.IconArrowClockwiseUpLeft = IconArrowClockwiseUpLeft;
|
|
3247
|
+
exports.IconArrowCounterClockwiseDownLeft = IconArrowCounterClockwiseDownLeft;
|
|
3248
|
+
exports.IconArrowCounterClockwiseUpRight = IconArrowCounterClockwiseUpRight;
|
|
1399
3249
|
exports.IconArrowDown = IconArrowDown;
|
|
1400
3250
|
exports.IconArrowDownLeft = IconArrowDownLeft;
|
|
1401
3251
|
exports.IconArrowDownRight = IconArrowDownRight;
|
|
@@ -1405,7 +3255,22 @@ exports.IconArrowRight = IconArrowRight;
|
|
|
1405
3255
|
exports.IconArrowUp = IconArrowUp;
|
|
1406
3256
|
exports.IconArrowUpLeft = IconArrowUpLeft;
|
|
1407
3257
|
exports.IconArrowUpRight = IconArrowUpRight;
|
|
3258
|
+
exports.IconArrowsClockwiseX = IconArrowsClockwiseX;
|
|
3259
|
+
exports.IconArrowsClockwiseY = IconArrowsClockwiseY;
|
|
3260
|
+
exports.IconArticle = IconArticle;
|
|
1408
3261
|
exports.IconBarThree = IconBarThree;
|
|
3262
|
+
exports.IconBell = IconBell;
|
|
3263
|
+
exports.IconBellSlash = IconBellSlash;
|
|
3264
|
+
exports.IconBellTilt = IconBellTilt;
|
|
3265
|
+
exports.IconBracketsAngleSlash = IconBracketsAngleSlash;
|
|
3266
|
+
exports.IconBracketsCurlyCirclesThree = IconBracketsCurlyCirclesThree;
|
|
3267
|
+
exports.IconCalendarBlank = IconCalendarBlank;
|
|
3268
|
+
exports.IconCamera = IconCamera;
|
|
3269
|
+
exports.IconCard = IconCard;
|
|
3270
|
+
exports.IconCardNumberThree = IconCardNumberThree;
|
|
3271
|
+
exports.IconCardsPoker = IconCardsPoker;
|
|
3272
|
+
exports.IconChartBarY = IconChartBarY;
|
|
3273
|
+
exports.IconChartBarYSimple = IconChartBarYSimple;
|
|
1409
3274
|
exports.IconChat = IconChat;
|
|
1410
3275
|
exports.IconCheckMark = IconCheckMark;
|
|
1411
3276
|
exports.IconChevronDown = IconChevronDown;
|
|
@@ -1414,33 +3279,68 @@ exports.IconChevronRight = IconChevronRight;
|
|
|
1414
3279
|
exports.IconChevronUp = IconChevronUp;
|
|
1415
3280
|
exports.IconCircle = IconCircle;
|
|
1416
3281
|
exports.IconCircleMotionX = IconCircleMotionX;
|
|
3282
|
+
exports.IconCircleNotch = IconCircleNotch;
|
|
3283
|
+
exports.IconCirclesConnected = IconCirclesConnected;
|
|
3284
|
+
exports.IconClock = IconClock;
|
|
3285
|
+
exports.IconClockCounterClockwise = IconClockCounterClockwise;
|
|
3286
|
+
exports.IconClockCounterClockwiseSimple = IconClockCounterClockwiseSimple;
|
|
3287
|
+
exports.IconClockOvertime = IconClockOvertime;
|
|
3288
|
+
exports.IconCluster = IconCluster;
|
|
3289
|
+
exports.IconClustered = IconClustered;
|
|
1417
3290
|
exports.IconCog = IconCog;
|
|
3291
|
+
exports.IconCreditCard = IconCreditCard;
|
|
3292
|
+
exports.IconCrop = IconCrop;
|
|
1418
3293
|
exports.IconCross = IconCross;
|
|
1419
3294
|
exports.IconCrossCircle = IconCrossCircle;
|
|
3295
|
+
exports.IconCursor = IconCursor;
|
|
3296
|
+
exports.IconCursorFilled = IconCursorFilled;
|
|
1420
3297
|
exports.IconEnvelope = IconEnvelope;
|
|
1421
3298
|
exports.IconExclamationPointCircle = IconExclamationPointCircle;
|
|
3299
|
+
exports.IconFactory = IconFactory;
|
|
3300
|
+
exports.IconFactoryHouse = IconFactoryHouse;
|
|
1422
3301
|
exports.IconFunnel = IconFunnel;
|
|
3302
|
+
exports.IconGauge = IconGauge;
|
|
1423
3303
|
exports.IconGlobe = IconGlobe;
|
|
3304
|
+
exports.IconGraduationCap = IconGraduationCap;
|
|
3305
|
+
exports.IconHand = IconHand;
|
|
3306
|
+
exports.IconHandFilled = IconHandFilled;
|
|
1424
3307
|
exports.IconHouse = IconHouse;
|
|
3308
|
+
exports.IconImage = IconImage;
|
|
1425
3309
|
exports.IconInformationMarkCircle = IconInformationMarkCircle;
|
|
3310
|
+
exports.IconKanban = IconKanban;
|
|
3311
|
+
exports.IconKey = IconKey;
|
|
3312
|
+
exports.IconKeycap = IconKeycap;
|
|
3313
|
+
exports.IconLaptop = IconLaptop;
|
|
3314
|
+
exports.IconLifesaver = IconLifesaver;
|
|
3315
|
+
exports.IconLightning = IconLightning;
|
|
1426
3316
|
exports.IconLineDiagonal = IconLineDiagonal;
|
|
1427
3317
|
exports.IconLink = IconLink;
|
|
1428
3318
|
exports.IconLockClosed = IconLockClosed;
|
|
1429
3319
|
exports.IconLockOpen = IconLockOpen;
|
|
3320
|
+
exports.IconMagnet = IconMagnet;
|
|
1430
3321
|
exports.IconMagnifyingGlass = IconMagnifyingGlass;
|
|
3322
|
+
exports.IconMap = IconMap;
|
|
1431
3323
|
exports.IconMicrophone = IconMicrophone;
|
|
1432
3324
|
exports.IconMicrophoneSlash = IconMicrophoneSlash;
|
|
1433
3325
|
exports.IconMinus = IconMinus;
|
|
3326
|
+
exports.IconMouse = IconMouse;
|
|
1434
3327
|
exports.IconParallelogram = IconParallelogram;
|
|
1435
3328
|
exports.IconPauseCircle = IconPauseCircle;
|
|
3329
|
+
exports.IconPdf = IconPdf;
|
|
1436
3330
|
exports.IconPlaceholder = IconPlaceholder;
|
|
1437
3331
|
exports.IconPlayCircle = IconPlayCircle;
|
|
1438
3332
|
exports.IconPlaybackSpeedCircle = IconPlaybackSpeedCircle;
|
|
1439
3333
|
exports.IconPlug = IconPlug;
|
|
1440
3334
|
exports.IconPlus = IconPlus;
|
|
3335
|
+
exports.IconPushPin = IconPushPin;
|
|
1441
3336
|
exports.IconQuestionMarkCircle = IconQuestionMarkCircle;
|
|
1442
3337
|
exports.IconRhombus = IconRhombus;
|
|
3338
|
+
exports.IconScrollbarXy = IconScrollbarXy;
|
|
1443
3339
|
exports.IconShapes = IconShapes;
|
|
3340
|
+
exports.IconShieldCheck = IconShieldCheck;
|
|
3341
|
+
exports.IconShieldLock = IconShieldLock;
|
|
3342
|
+
exports.IconSidebarClosed = IconSidebarClosed;
|
|
3343
|
+
exports.IconSidebarOpen = IconSidebarOpen;
|
|
1444
3344
|
exports.IconSlidersX = IconSlidersX;
|
|
1445
3345
|
exports.IconSlidersY = IconSlidersY;
|
|
1446
3346
|
exports.IconSocialFacebook = IconSocialFacebook;
|
|
@@ -1451,9 +3351,24 @@ exports.IconSocialYoutube = IconSocialYoutube;
|
|
|
1451
3351
|
exports.IconSpeakerCross = IconSpeakerCross;
|
|
1452
3352
|
exports.IconSpeakerHigh = IconSpeakerHigh;
|
|
1453
3353
|
exports.IconSquare = IconSquare;
|
|
3354
|
+
exports.IconSquareBracketsAngleSlash = IconSquareBracketsAngleSlash;
|
|
3355
|
+
exports.IconSquareCirclesTwo = IconSquareCirclesTwo;
|
|
1454
3356
|
exports.IconSquareRounded = IconSquareRounded;
|
|
3357
|
+
exports.IconSquareTriangleCirclePlus = IconSquareTriangleCirclePlus;
|
|
3358
|
+
exports.IconSquaresFour = IconSquaresFour;
|
|
3359
|
+
exports.IconSquaresThree = IconSquaresThree;
|
|
3360
|
+
exports.IconStickyNote = IconStickyNote;
|
|
1455
3361
|
exports.IconStopCircle = IconStopCircle;
|
|
3362
|
+
exports.IconTag = IconTag;
|
|
3363
|
+
exports.IconTextT = IconTextT;
|
|
3364
|
+
exports.IconThumbsUp = IconThumbsUp;
|
|
3365
|
+
exports.IconTicket = IconTicket;
|
|
3366
|
+
exports.IconTimer = IconTimer;
|
|
3367
|
+
exports.IconTrackpad = IconTrackpad;
|
|
3368
|
+
exports.IconTrash = IconTrash;
|
|
3369
|
+
exports.IconTrashSimple = IconTrashSimple;
|
|
1456
3370
|
exports.IconTriangle = IconTriangle;
|
|
3371
|
+
exports.IconTrident = IconTrident;
|
|
1457
3372
|
exports.IconUser = IconUser;
|
|
1458
3373
|
exports.IconUserAdd = IconUserAdd;
|
|
1459
3374
|
exports.IconUsers = IconUsers;
|