@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.
Files changed (167) hide show
  1. package/dist/main.js +2177 -262
  2. package/dist/main.js.map +1 -1
  3. package/dist/module.js +2105 -263
  4. package/dist/module.js.map +1 -1
  5. package/dist/types.d.ts +147 -1
  6. package/package.json +1 -1
  7. package/react/align-bottom.tsx +32 -0
  8. package/react/align-left.tsx +32 -0
  9. package/react/align-right.tsx +32 -0
  10. package/react/align-top.tsx +32 -0
  11. package/react/arrow-clockwise-down-right.tsx +33 -0
  12. package/react/arrow-clockwise-up-left.tsx +33 -0
  13. package/react/arrow-counter-clockwise-down-left.tsx +33 -0
  14. package/react/arrow-counter-clockwise-up-right.tsx +33 -0
  15. package/react/arrows-clockwise-x.tsx +33 -0
  16. package/react/arrows-clockwise-y.tsx +33 -0
  17. package/react/article.tsx +33 -0
  18. package/react/bell-slash.tsx +31 -0
  19. package/react/bell-tilt.tsx +32 -0
  20. package/react/bell.tsx +32 -0
  21. package/react/brackets-angle-slash.tsx +33 -0
  22. package/react/brackets-curly-circles-three.tsx +37 -0
  23. package/react/calendar-blank.tsx +35 -0
  24. package/react/camera.tsx +34 -0
  25. package/react/card-number-three.tsx +31 -0
  26. package/react/card.tsx +30 -0
  27. package/react/cards-poker.tsx +30 -0
  28. package/react/chart-bar-y-simple.tsx +33 -0
  29. package/react/chart-bar-y.tsx +33 -0
  30. package/react/circle-notch.tsx +33 -0
  31. package/react/circle.tsx +1 -5
  32. package/react/circles-connected.tsx +27 -0
  33. package/react/clock-counter-clockwise-simple.tsx +27 -0
  34. package/react/clock-counter-clockwise.tsx +27 -0
  35. package/react/clock-overtime.tsx +31 -0
  36. package/react/clock.tsx +33 -0
  37. package/react/cluster.tsx +27 -0
  38. package/react/clustered.tsx +30 -0
  39. package/react/credit-card.tsx +26 -0
  40. package/react/crop.tsx +31 -0
  41. package/react/cursor-filled.tsx +30 -0
  42. package/react/cursor.tsx +33 -0
  43. package/react/factory-house.tsx +33 -0
  44. package/react/factory.tsx +33 -0
  45. package/react/gauge.tsx +27 -0
  46. package/react/graduation-cap.tsx +35 -0
  47. package/react/hand-filled.tsx +26 -0
  48. package/react/hand.tsx +31 -0
  49. package/react/image.tsx +27 -0
  50. package/react/index.ts +73 -0
  51. package/react/kanban.tsx +33 -0
  52. package/react/key.tsx +31 -0
  53. package/react/keycap.tsx +27 -0
  54. package/react/laptop.tsx +26 -0
  55. package/react/lifesaver.tsx +34 -0
  56. package/react/lightning.tsx +35 -0
  57. package/react/magnet.tsx +34 -0
  58. package/react/map.tsx +35 -0
  59. package/react/mouse.tsx +27 -0
  60. package/react/pdf.tsx +34 -0
  61. package/react/play-circle.tsx +1 -2
  62. package/react/playback-speed-circle.tsx +5 -6
  63. package/react/push-pin.tsx +31 -0
  64. package/react/scrollbar-xy.tsx +26 -0
  65. package/react/shield-check.tsx +34 -0
  66. package/react/shield-lock.tsx +27 -0
  67. package/react/sidebar-closed.tsx +35 -0
  68. package/react/sidebar-open.tsx +34 -0
  69. package/react/square-brackets-angle-slash.tsx +33 -0
  70. package/react/square-circles-two.tsx +30 -0
  71. package/react/square-triangle-circle-plus.tsx +33 -0
  72. package/react/square.tsx +1 -1
  73. package/react/squares-four.tsx +33 -0
  74. package/react/squares-three.tsx +33 -0
  75. package/react/sticky-note.tsx +33 -0
  76. package/react/tag.tsx +29 -0
  77. package/react/text-t.tsx +33 -0
  78. package/react/thumbs-up.tsx +33 -0
  79. package/react/ticket.tsx +24 -0
  80. package/react/timer.tsx +25 -0
  81. package/react/trackpad.tsx +25 -0
  82. package/react/trash-simple.tsx +34 -0
  83. package/react/trash.tsx +34 -0
  84. package/react/trident.tsx +50 -0
  85. package/svg/24/align-bottom.svg +1 -0
  86. package/svg/24/align-left.svg +1 -0
  87. package/svg/24/align-right.svg +1 -0
  88. package/svg/24/align-top.svg +1 -0
  89. package/svg/24/arrow-clockwise-down-right.svg +1 -0
  90. package/svg/24/arrow-clockwise-up-left.svg +1 -0
  91. package/svg/24/arrow-counter-clockwise-down-left.svg +1 -0
  92. package/svg/24/arrow-counter-clockwise-up-right.svg +1 -0
  93. package/svg/24/arrows-clockwise-x.svg +1 -0
  94. package/svg/24/arrows-clockwise-y.svg +1 -0
  95. package/svg/24/article.svg +1 -0
  96. package/svg/24/bell-slash.svg +1 -0
  97. package/svg/24/bell-tilt.svg +1 -0
  98. package/svg/24/bell.svg +1 -0
  99. package/svg/24/brackets-angle-slash.svg +1 -0
  100. package/svg/24/brackets-curly-circles-three.svg +1 -0
  101. package/svg/24/calendar-blank.svg +1 -0
  102. package/svg/24/camera.svg +1 -0
  103. package/svg/24/card-number-three.svg +1 -0
  104. package/svg/24/card.svg +1 -0
  105. package/svg/24/cards-poker.svg +1 -0
  106. package/svg/24/chart-bar-y-simple.svg +1 -0
  107. package/svg/24/chart-bar-y.svg +1 -0
  108. package/svg/24/circle-notch.svg +1 -0
  109. package/svg/24/circle.svg +1 -1
  110. package/svg/24/circles-connected.svg +1 -0
  111. package/svg/24/clock-counter-clockwise-simple.svg +1 -0
  112. package/svg/24/clock-counter-clockwise.svg +1 -0
  113. package/svg/24/clock-overtime.svg +1 -0
  114. package/svg/24/clock.svg +1 -0
  115. package/svg/24/cluster.svg +1 -0
  116. package/svg/24/clustered.svg +1 -0
  117. package/svg/24/credit-card.svg +1 -0
  118. package/svg/24/crop.svg +1 -0
  119. package/svg/24/cursor-filled.svg +1 -0
  120. package/svg/24/cursor.svg +1 -0
  121. package/svg/24/factory-house.svg +1 -0
  122. package/svg/24/factory.svg +1 -0
  123. package/svg/24/gauge.svg +1 -0
  124. package/svg/24/graduation-cap.svg +1 -0
  125. package/svg/24/hand-filled.svg +1 -0
  126. package/svg/24/hand.svg +1 -0
  127. package/svg/24/image.svg +1 -0
  128. package/svg/24/kanban.svg +1 -0
  129. package/svg/24/key.svg +1 -0
  130. package/svg/24/keycap.svg +1 -0
  131. package/svg/24/laptop.svg +1 -0
  132. package/svg/24/lifesaver.svg +1 -0
  133. package/svg/24/lightning.svg +1 -0
  134. package/svg/24/magnet.svg +1 -0
  135. package/svg/24/map.svg +1 -0
  136. package/svg/24/mouse.svg +1 -0
  137. package/svg/24/pdf.svg +1 -0
  138. package/svg/24/play-circle.svg +1 -1
  139. package/svg/24/playback-speed-circle.svg +1 -1
  140. package/svg/24/push-pin.svg +1 -0
  141. package/svg/24/scrollbar-xy.svg +1 -0
  142. package/svg/24/shield-check.svg +1 -0
  143. package/svg/24/shield-lock.svg +1 -0
  144. package/svg/24/sidebar-closed.svg +1 -0
  145. package/svg/24/sidebar-open.svg +1 -0
  146. package/svg/24/social-facebook.svg +1 -1
  147. package/svg/24/social-instagram.svg +1 -1
  148. package/svg/24/social-linkedin.svg +1 -1
  149. package/svg/24/social-twitter.svg +1 -1
  150. package/svg/24/social-youtube.svg +1 -1
  151. package/svg/24/square-brackets-angle-slash.svg +1 -0
  152. package/svg/24/square-circles-two.svg +1 -0
  153. package/svg/24/square-triangle-circle-plus.svg +1 -0
  154. package/svg/24/square.svg +1 -1
  155. package/svg/24/squares-four.svg +1 -0
  156. package/svg/24/squares-three.svg +1 -0
  157. package/svg/24/sticky-note.svg +1 -0
  158. package/svg/24/tag.svg +1 -0
  159. package/svg/24/text-t.svg +1 -0
  160. package/svg/24/thumbs-up.svg +1 -0
  161. package/svg/24/ticket.svg +1 -0
  162. package/svg/24/timer.svg +1 -0
  163. package/svg/24/trackpad.svg +1 -0
  164. package/svg/24/trash-simple.svg +1 -0
  165. package/svg/24/trash.svg +1 -0
  166. package/svg/24/trident.svg +1 -0
  167. package/svg/meta.json +647 -1
package/dist/module.js CHANGED
@@ -23,7 +23,7 @@ const StyledIcon = styled(Primitive.svg, {
23
23
  }
24
24
  });
25
25
 
26
- const IconArrowBoxOut = forwardRef(
26
+ const IconAlignBottom = forwardRef(
27
27
  ({ size = "medium", ...props }, forwardRef2) => createElement(
28
28
  StyledIcon,
29
29
  {
@@ -36,13 +36,19 @@ const IconArrowBoxOut = forwardRef(
36
36
  /* @__PURE__ */ React.createElement("path", {
37
37
  stroke: "currentColor",
38
38
  strokeLinecap: "round",
39
+ strokeLinejoin: "round",
40
+ strokeMiterlimit: 1.414,
39
41
  strokeWidth: 2,
40
- 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"
42
+ d: "M3 20h18"
43
+ }),
44
+ /* @__PURE__ */ React.createElement("path", {
45
+ fill: "currentColor",
46
+ 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"
41
47
  })
42
48
  )
43
49
  );
44
50
 
45
- const IconArrowDownLeft = forwardRef(
51
+ const IconAlignLeft = forwardRef(
46
52
  ({ size = "medium", ...props }, forwardRef2) => createElement(
47
53
  StyledIcon,
48
54
  {
@@ -55,13 +61,19 @@ const IconArrowDownLeft = forwardRef(
55
61
  /* @__PURE__ */ React.createElement("path", {
56
62
  stroke: "currentColor",
57
63
  strokeLinecap: "round",
64
+ strokeLinejoin: "round",
65
+ strokeMiterlimit: 1.414,
58
66
  strokeWidth: 2,
59
- d: "M5 19h9m-9 0v-9m0 9L19 5"
67
+ d: "M4 21V3"
68
+ }),
69
+ /* @__PURE__ */ React.createElement("path", {
70
+ fill: "currentColor",
71
+ 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"
60
72
  })
61
73
  )
62
74
  );
63
75
 
64
- const IconArrowDownRight = forwardRef(
76
+ const IconAlignRight = forwardRef(
65
77
  ({ size = "medium", ...props }, forwardRef2) => createElement(
66
78
  StyledIcon,
67
79
  {
@@ -74,13 +86,19 @@ const IconArrowDownRight = forwardRef(
74
86
  /* @__PURE__ */ React.createElement("path", {
75
87
  stroke: "currentColor",
76
88
  strokeLinecap: "round",
89
+ strokeLinejoin: "round",
90
+ strokeMiterlimit: 1.414,
77
91
  strokeWidth: 2,
78
- d: "M19 19v-9m0 9h-9m9 0L5 5"
92
+ d: "M20 3v18"
93
+ }),
94
+ /* @__PURE__ */ React.createElement("path", {
95
+ fill: "currentColor",
96
+ 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"
79
97
  })
80
98
  )
81
99
  );
82
100
 
83
- const IconArrowDown = forwardRef(
101
+ const IconAlignTop = forwardRef(
84
102
  ({ size = "medium", ...props }, forwardRef2) => createElement(
85
103
  StyledIcon,
86
104
  {
@@ -93,13 +111,38 @@ const IconArrowDown = forwardRef(
93
111
  /* @__PURE__ */ React.createElement("path", {
94
112
  stroke: "currentColor",
95
113
  strokeLinecap: "round",
114
+ strokeLinejoin: "round",
115
+ strokeMiterlimit: 1.414,
96
116
  strokeWidth: 2,
97
- d: "M12.205 3.205v17m-7-6.41 7 7 7-7"
117
+ d: "M3 3h18"
118
+ }),
119
+ /* @__PURE__ */ React.createElement("path", {
120
+ fill: "currentColor",
121
+ 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"
98
122
  })
99
123
  )
100
124
  );
101
125
 
102
- const IconArrowFatRight = forwardRef(
126
+ const IconArrowBoxOut = forwardRef(
127
+ ({ size = "medium", ...props }, forwardRef2) => createElement(
128
+ StyledIcon,
129
+ {
130
+ ...props,
131
+ size,
132
+ viewBox: "0 0 24 24",
133
+ fill: "none",
134
+ ref: forwardRef2
135
+ },
136
+ /* @__PURE__ */ React.createElement("path", {
137
+ stroke: "currentColor",
138
+ strokeLinecap: "round",
139
+ strokeWidth: 2,
140
+ 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"
141
+ })
142
+ )
143
+ );
144
+
145
+ const IconArrowClockwiseDownRight = forwardRef(
103
146
  ({ size = "medium", ...props }, forwardRef2) => createElement(
104
147
  StyledIcon,
105
148
  {
@@ -113,8 +156,9 @@ const IconArrowFatRight = forwardRef(
113
156
  clipPath: "url(#a)"
114
157
  }, /* @__PURE__ */ React.createElement("path", {
115
158
  stroke: "currentColor",
159
+ strokeLinecap: "round",
116
160
  strokeWidth: 2,
117
- 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"
161
+ d: "M12 20a8 8 0 1 1 7.748-6M17 12l3 3 3-3"
118
162
  })),
119
163
  /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
120
164
  id: "a"
@@ -124,7 +168,7 @@ const IconArrowFatRight = forwardRef(
124
168
  )
125
169
  );
126
170
 
127
- const IconArrowLeft = forwardRef(
171
+ const IconArrowClockwiseUpLeft = forwardRef(
128
172
  ({ size = "medium", ...props }, forwardRef2) => createElement(
129
173
  StyledIcon,
130
174
  {
@@ -134,16 +178,23 @@ const IconArrowLeft = forwardRef(
134
178
  fill: "none",
135
179
  ref: forwardRef2
136
180
  },
137
- /* @__PURE__ */ React.createElement("path", {
181
+ /* @__PURE__ */ React.createElement("g", {
182
+ clipPath: "url(#a)"
183
+ }, /* @__PURE__ */ React.createElement("path", {
138
184
  stroke: "currentColor",
139
185
  strokeLinecap: "round",
140
186
  strokeWidth: 2,
141
- d: "M21 12H4m6.41-7-7 7 7 7"
142
- })
187
+ d: "M12 4a8 8 0 1 1-7.748 6M7 12 4 9l-3 3"
188
+ })),
189
+ /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
190
+ id: "a"
191
+ }, /* @__PURE__ */ React.createElement("path", {
192
+ d: "M0 0h24v24H0z"
193
+ })))
143
194
  )
144
195
  );
145
196
 
146
- const IconArrowRight = forwardRef(
197
+ const IconArrowCounterClockwiseDownLeft = forwardRef(
147
198
  ({ size = "medium", ...props }, forwardRef2) => createElement(
148
199
  StyledIcon,
149
200
  {
@@ -153,16 +204,23 @@ const IconArrowRight = forwardRef(
153
204
  fill: "none",
154
205
  ref: forwardRef2
155
206
  },
156
- /* @__PURE__ */ React.createElement("path", {
207
+ /* @__PURE__ */ React.createElement("g", {
208
+ clipPath: "url(#a)"
209
+ }, /* @__PURE__ */ React.createElement("path", {
157
210
  stroke: "currentColor",
158
211
  strokeLinecap: "round",
159
212
  strokeWidth: 2,
160
- d: "M20 12H3m10.59-7 7 7-7 7"
161
- })
213
+ d: "M4.258 14.015a8 8 0 1 1 7.758 5.987M1 12l3 3 3-3"
214
+ })),
215
+ /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
216
+ id: "a"
217
+ }, /* @__PURE__ */ React.createElement("path", {
218
+ d: "M0 0h24v24H0z"
219
+ })))
162
220
  )
163
221
  );
164
222
 
165
- const IconArrowUpLeft = forwardRef(
223
+ const IconArrowCounterClockwiseUpRight = forwardRef(
166
224
  ({ size = "medium", ...props }, forwardRef2) => createElement(
167
225
  StyledIcon,
168
226
  {
@@ -172,16 +230,23 @@ const IconArrowUpLeft = forwardRef(
172
230
  fill: "none",
173
231
  ref: forwardRef2
174
232
  },
175
- /* @__PURE__ */ React.createElement("path", {
233
+ /* @__PURE__ */ React.createElement("g", {
234
+ clipPath: "url(#a)"
235
+ }, /* @__PURE__ */ React.createElement("path", {
176
236
  stroke: "currentColor",
177
237
  strokeLinecap: "round",
178
238
  strokeWidth: 2,
179
- d: "M5 5v9m0-9h9M5 5l14 14"
180
- })
239
+ d: "M19.753 10.03a8 8 0 1 1-7.723-6.032M23 12l-3-3-3 3"
240
+ })),
241
+ /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
242
+ id: "a"
243
+ }, /* @__PURE__ */ React.createElement("path", {
244
+ d: "M0 0h24v24H0z"
245
+ })))
181
246
  )
182
247
  );
183
248
 
184
- const IconArrowUpRight = forwardRef(
249
+ const IconArrowDownLeft = forwardRef(
185
250
  ({ size = "medium", ...props }, forwardRef2) => createElement(
186
251
  StyledIcon,
187
252
  {
@@ -195,12 +260,12 @@ const IconArrowUpRight = forwardRef(
195
260
  stroke: "currentColor",
196
261
  strokeLinecap: "round",
197
262
  strokeWidth: 2,
198
- d: "M19 5h-9m9 0v9m0-9L5 19"
263
+ d: "M5 19h9m-9 0v-9m0 9L19 5"
199
264
  })
200
265
  )
201
266
  );
202
267
 
203
- const IconArrowUp = forwardRef(
268
+ const IconArrowDownRight = forwardRef(
204
269
  ({ size = "medium", ...props }, forwardRef2) => createElement(
205
270
  StyledIcon,
206
271
  {
@@ -214,12 +279,12 @@ const IconArrowUp = forwardRef(
214
279
  stroke: "currentColor",
215
280
  strokeLinecap: "round",
216
281
  strokeWidth: 2,
217
- d: "M12.205 20.795v-17m7 6.41-7-7-7 7"
282
+ d: "M19 19v-9m0 9h-9m9 0L5 5"
218
283
  })
219
284
  )
220
285
  );
221
286
 
222
- const IconBarThree = forwardRef(
287
+ const IconArrowDown = forwardRef(
223
288
  ({ size = "medium", ...props }, forwardRef2) => createElement(
224
289
  StyledIcon,
225
290
  {
@@ -233,12 +298,12 @@ const IconBarThree = forwardRef(
233
298
  stroke: "currentColor",
234
299
  strokeLinecap: "round",
235
300
  strokeWidth: 2,
236
- d: "M21 5H3m18 7H3m18 7H3"
301
+ d: "M12.205 3.205v17m-7-6.41 7 7 7-7"
237
302
  })
238
303
  )
239
304
  );
240
305
 
241
- const IconChat = forwardRef(
306
+ const IconArrowFatRight = forwardRef(
242
307
  ({ size = "medium", ...props }, forwardRef2) => createElement(
243
308
  StyledIcon,
244
309
  {
@@ -253,7 +318,7 @@ const IconChat = forwardRef(
253
318
  }, /* @__PURE__ */ React.createElement("path", {
254
319
  stroke: "currentColor",
255
320
  strokeWidth: 2,
256
- 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"
321
+ 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"
257
322
  })),
258
323
  /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
259
324
  id: "a"
@@ -263,7 +328,7 @@ const IconChat = forwardRef(
263
328
  )
264
329
  );
265
330
 
266
- const IconCheckMark = forwardRef(
331
+ const IconArrowLeft = forwardRef(
267
332
  ({ size = "medium", ...props }, forwardRef2) => createElement(
268
333
  StyledIcon,
269
334
  {
@@ -277,12 +342,12 @@ const IconCheckMark = forwardRef(
277
342
  stroke: "currentColor",
278
343
  strokeLinecap: "round",
279
344
  strokeWidth: 2,
280
- d: "m5 11 5 5 9-9"
345
+ d: "M21 12H4m6.41-7-7 7 7 7"
281
346
  })
282
347
  )
283
348
  );
284
349
 
285
- const IconChevronDown = forwardRef(
350
+ const IconArrowRight = forwardRef(
286
351
  ({ size = "medium", ...props }, forwardRef2) => createElement(
287
352
  StyledIcon,
288
353
  {
@@ -296,12 +361,12 @@ const IconChevronDown = forwardRef(
296
361
  stroke: "currentColor",
297
362
  strokeLinecap: "round",
298
363
  strokeWidth: 2,
299
- d: "m6 9.5 6 6 6-6"
364
+ d: "M20 12H3m10.59-7 7 7-7 7"
300
365
  })
301
366
  )
302
367
  );
303
368
 
304
- const IconChevronLeft = forwardRef(
369
+ const IconArrowUpLeft = forwardRef(
305
370
  ({ size = "medium", ...props }, forwardRef2) => createElement(
306
371
  StyledIcon,
307
372
  {
@@ -315,12 +380,12 @@ const IconChevronLeft = forwardRef(
315
380
  stroke: "currentColor",
316
381
  strokeLinecap: "round",
317
382
  strokeWidth: 2,
318
- d: "m14.5 6-6 6 6 6"
383
+ d: "M5 5v9m0-9h9M5 5l14 14"
319
384
  })
320
385
  )
321
386
  );
322
387
 
323
- const IconChevronRight = forwardRef(
388
+ const IconArrowUpRight = forwardRef(
324
389
  ({ size = "medium", ...props }, forwardRef2) => createElement(
325
390
  StyledIcon,
326
391
  {
@@ -334,12 +399,12 @@ const IconChevronRight = forwardRef(
334
399
  stroke: "currentColor",
335
400
  strokeLinecap: "round",
336
401
  strokeWidth: 2,
337
- d: "m9.5 6 6 6-6 6"
402
+ d: "M19 5h-9m9 0v9m0-9L5 19"
338
403
  })
339
404
  )
340
405
  );
341
406
 
342
- const IconChevronUp = forwardRef(
407
+ const IconArrowUp = forwardRef(
343
408
  ({ size = "medium", ...props }, forwardRef2) => createElement(
344
409
  StyledIcon,
345
410
  {
@@ -353,12 +418,12 @@ const IconChevronUp = forwardRef(
353
418
  stroke: "currentColor",
354
419
  strokeLinecap: "round",
355
420
  strokeWidth: 2,
356
- d: "m6 14.5 6-6 6 6"
421
+ d: "M12.205 20.795v-17m7 6.41-7-7-7 7"
357
422
  })
358
423
  )
359
424
  );
360
425
 
361
- const IconCircleMotionX = forwardRef(
426
+ const IconArrowsClockwiseX = forwardRef(
362
427
  ({ size = "medium", ...props }, forwardRef2) => createElement(
363
428
  StyledIcon,
364
429
  {
@@ -374,7 +439,7 @@ const IconCircleMotionX = forwardRef(
374
439
  stroke: "currentColor",
375
440
  strokeLinecap: "round",
376
441
  strokeWidth: 2,
377
- 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"
442
+ 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"
378
443
  })),
379
444
  /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
380
445
  id: "a"
@@ -384,7 +449,7 @@ const IconCircleMotionX = forwardRef(
384
449
  )
385
450
  );
386
451
 
387
- const IconCircle = forwardRef(
452
+ const IconArrowsClockwiseY = forwardRef(
388
453
  ({ size = "medium", ...props }, forwardRef2) => createElement(
389
454
  StyledIcon,
390
455
  {
@@ -398,8 +463,9 @@ const IconCircle = forwardRef(
398
463
  clipPath: "url(#a)"
399
464
  }, /* @__PURE__ */ React.createElement("path", {
400
465
  stroke: "currentColor",
466
+ strokeLinecap: "round",
401
467
  strokeWidth: 2,
402
- d: "M20.5 12c0 4.97-3.53 8.5-8.5 8.5-4.97 0-8.5-3.53-8.5-8.5 0-4.97 3.53-8.5 8.5-8.5 4.97 0 8.5 3.53 8.5 8.5Z"
468
+ 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"
403
469
  })),
404
470
  /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
405
471
  id: "a"
@@ -409,7 +475,7 @@ const IconCircle = forwardRef(
409
475
  )
410
476
  );
411
477
 
412
- const IconCog = forwardRef(
478
+ const IconArticle = forwardRef(
413
479
  ({ size = "medium", ...props }, forwardRef2) => createElement(
414
480
  StyledIcon,
415
481
  {
@@ -419,24 +485,23 @@ const IconCog = forwardRef(
419
485
  fill: "none",
420
486
  ref: forwardRef2
421
487
  },
422
- /* @__PURE__ */ React.createElement("circle", {
423
- cx: 12,
424
- cy: 12,
425
- r: 1,
426
- stroke: "currentColor",
427
- strokeWidth: 2
428
- }),
429
- /* @__PURE__ */ React.createElement("path", {
488
+ /* @__PURE__ */ React.createElement("g", {
489
+ clipPath: "url(#a)"
490
+ }, /* @__PURE__ */ React.createElement("path", {
430
491
  stroke: "currentColor",
431
492
  strokeLinecap: "round",
432
- strokeLinejoin: "round",
433
493
  strokeWidth: 2,
434
- 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"
435
- })
494
+ 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"
495
+ })),
496
+ /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
497
+ id: "a"
498
+ }, /* @__PURE__ */ React.createElement("path", {
499
+ d: "M0 0h24v24H0z"
500
+ })))
436
501
  )
437
502
  );
438
503
 
439
- const IconCrossCircle = forwardRef(
504
+ const IconBarThree = forwardRef(
440
505
  ({ size = "medium", ...props }, forwardRef2) => createElement(
441
506
  StyledIcon,
442
507
  {
@@ -450,12 +515,12 @@ const IconCrossCircle = forwardRef(
450
515
  stroke: "currentColor",
451
516
  strokeLinecap: "round",
452
517
  strokeWidth: 2,
453
- d: "m9 9 6 6m0-6-6 6m12-3a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"
518
+ d: "M21 5H3m18 7H3m18 7H3"
454
519
  })
455
520
  )
456
521
  );
457
522
 
458
- const IconCross = forwardRef(
523
+ const IconBellSlash = forwardRef(
459
524
  ({ size = "medium", ...props }, forwardRef2) => createElement(
460
525
  StyledIcon,
461
526
  {
@@ -465,16 +530,46 @@ const IconCross = forwardRef(
465
530
  fill: "none",
466
531
  ref: forwardRef2
467
532
  },
468
- /* @__PURE__ */ React.createElement("path", {
533
+ /* @__PURE__ */ React.createElement("g", {
534
+ clipPath: "url(#a)"
535
+ }, /* @__PURE__ */ React.createElement("path", {
536
+ fill: "currentColor",
537
+ 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"
538
+ })),
539
+ /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
540
+ id: "a"
541
+ }, /* @__PURE__ */ React.createElement("path", {
542
+ d: "M0 0h24v24H0z"
543
+ })))
544
+ )
545
+ );
546
+
547
+ const IconBellTilt = forwardRef(
548
+ ({ size = "medium", ...props }, forwardRef2) => createElement(
549
+ StyledIcon,
550
+ {
551
+ ...props,
552
+ size,
553
+ viewBox: "0 0 24 24",
554
+ fill: "none",
555
+ ref: forwardRef2
556
+ },
557
+ /* @__PURE__ */ React.createElement("g", {
558
+ clipPath: "url(#a)"
559
+ }, /* @__PURE__ */ React.createElement("path", {
469
560
  stroke: "currentColor",
470
- strokeLinecap: "round",
471
561
  strokeWidth: 2,
472
- d: "m6 6 12 12m0-12L6 18"
473
- })
562
+ 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"
563
+ })),
564
+ /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
565
+ id: "a"
566
+ }, /* @__PURE__ */ React.createElement("path", {
567
+ d: "M0 0h24v24H0z"
568
+ })))
474
569
  )
475
570
  );
476
571
 
477
- const IconEnvelope = forwardRef(
572
+ const IconBell = forwardRef(
478
573
  ({ size = "medium", ...props }, forwardRef2) => createElement(
479
574
  StyledIcon,
480
575
  {
@@ -484,16 +579,22 @@ const IconEnvelope = forwardRef(
484
579
  fill: "none",
485
580
  ref: forwardRef2
486
581
  },
487
- /* @__PURE__ */ React.createElement("path", {
582
+ /* @__PURE__ */ React.createElement("g", {
583
+ clipPath: "url(#a)"
584
+ }, /* @__PURE__ */ React.createElement("path", {
488
585
  stroke: "currentColor",
489
- strokeLinecap: "round",
490
586
  strokeWidth: 2,
491
- 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"
492
- })
587
+ 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"
588
+ })),
589
+ /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
590
+ id: "a"
591
+ }, /* @__PURE__ */ React.createElement("path", {
592
+ d: "M0 0h24v24H0z"
593
+ })))
493
594
  )
494
595
  );
495
596
 
496
- const IconExclamationPointCircle = forwardRef(
597
+ const IconBracketsAngleSlash = forwardRef(
497
598
  ({ size = "medium", ...props }, forwardRef2) => createElement(
498
599
  StyledIcon,
499
600
  {
@@ -503,20 +604,23 @@ const IconExclamationPointCircle = forwardRef(
503
604
  fill: "none",
504
605
  ref: forwardRef2
505
606
  },
506
- /* @__PURE__ */ React.createElement("path", {
607
+ /* @__PURE__ */ React.createElement("g", {
608
+ clipPath: "url(#a)"
609
+ }, /* @__PURE__ */ React.createElement("path", {
507
610
  stroke: "currentColor",
508
611
  strokeLinecap: "round",
509
612
  strokeWidth: 2,
510
- 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"
511
- }),
512
- /* @__PURE__ */ React.createElement("path", {
513
- fill: "currentColor",
514
- d: "M13 15.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"
515
- })
613
+ d: "m7 8-4 4 4 4m10-8 4 4-4 4M14 5l-4 14"
614
+ })),
615
+ /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
616
+ id: "a"
617
+ }, /* @__PURE__ */ React.createElement("path", {
618
+ d: "M0 0h24v24H0z"
619
+ })))
516
620
  )
517
621
  );
518
622
 
519
- const IconFunnel = forwardRef(
623
+ const IconBracketsCurlyCirclesThree = forwardRef(
520
624
  ({ size = "medium", ...props }, forwardRef2) => createElement(
521
625
  StyledIcon,
522
626
  {
@@ -529,10 +633,13 @@ const IconFunnel = forwardRef(
529
633
  /* @__PURE__ */ React.createElement("g", {
530
634
  clipPath: "url(#a)"
531
635
  }, /* @__PURE__ */ React.createElement("path", {
636
+ fill: "currentColor",
637
+ 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"
638
+ }), /* @__PURE__ */ React.createElement("path", {
532
639
  stroke: "currentColor",
533
640
  strokeLinecap: "round",
534
641
  strokeWidth: 2,
535
- 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"
642
+ 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"
536
643
  })),
537
644
  /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
538
645
  id: "a"
@@ -542,7 +649,7 @@ const IconFunnel = forwardRef(
542
649
  )
543
650
  );
544
651
 
545
- const IconGlobe = forwardRef(
652
+ const IconCalendarBlank = forwardRef(
546
653
  ({ size = "medium", ...props }, forwardRef2) => createElement(
547
654
  StyledIcon,
548
655
  {
@@ -552,16 +659,25 @@ const IconGlobe = forwardRef(
552
659
  fill: "none",
553
660
  ref: forwardRef2
554
661
  },
555
- /* @__PURE__ */ React.createElement("path", {
662
+ /* @__PURE__ */ React.createElement("g", {
663
+ clipPath: "url(#a)"
664
+ }, /* @__PURE__ */ React.createElement("path", {
556
665
  stroke: "currentColor",
557
666
  strokeLinecap: "round",
667
+ strokeLinejoin: "round",
668
+ strokeMiterlimit: 1.414,
558
669
  strokeWidth: 2,
559
- 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"
560
- })
670
+ d: "M3 11v10h18V11M3 11V5h18v6M3 11h18m-5-8v4M8 3v4"
671
+ })),
672
+ /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
673
+ id: "a"
674
+ }, /* @__PURE__ */ React.createElement("path", {
675
+ d: "M0 0h24v24H0z"
676
+ })))
561
677
  )
562
678
  );
563
679
 
564
- const IconHouse = forwardRef(
680
+ const IconCamera = forwardRef(
565
681
  ({ size = "medium", ...props }, forwardRef2) => createElement(
566
682
  StyledIcon,
567
683
  {
@@ -571,14 +687,25 @@ const IconHouse = forwardRef(
571
687
  fill: "none",
572
688
  ref: forwardRef2
573
689
  },
574
- /* @__PURE__ */ React.createElement("path", {
575
- fill: "currentColor",
576
- 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"
577
- })
690
+ /* @__PURE__ */ React.createElement("g", {
691
+ stroke: "currentColor",
692
+ strokeLinecap: "round",
693
+ strokeWidth: 2,
694
+ clipPath: "url(#a)"
695
+ }, /* @__PURE__ */ React.createElement("path", {
696
+ 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"
697
+ }), /* @__PURE__ */ React.createElement("path", {
698
+ 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"
699
+ })),
700
+ /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
701
+ id: "a"
702
+ }, /* @__PURE__ */ React.createElement("path", {
703
+ d: "M0 0h24v24H0z"
704
+ })))
578
705
  )
579
706
  );
580
707
 
581
- const IconInformationMarkCircle = forwardRef(
708
+ const IconCardNumberThree = forwardRef(
582
709
  ({ size = "medium", ...props }, forwardRef2) => createElement(
583
710
  StyledIcon,
584
711
  {
@@ -590,18 +717,65 @@ const IconInformationMarkCircle = forwardRef(
590
717
  },
591
718
  /* @__PURE__ */ React.createElement("path", {
592
719
  fill: "currentColor",
593
- d: "M13 8.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"
720
+ 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"
594
721
  }),
595
722
  /* @__PURE__ */ React.createElement("path", {
596
723
  stroke: "currentColor",
597
724
  strokeLinecap: "round",
725
+ strokeLinejoin: "round",
598
726
  strokeWidth: 2,
599
- 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"
727
+ 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"
600
728
  })
601
729
  )
602
730
  );
603
731
 
604
- const IconLineDiagonal = forwardRef(
732
+ const IconCard = forwardRef(
733
+ ({ size = "medium", ...props }, forwardRef2) => createElement(
734
+ StyledIcon,
735
+ {
736
+ ...props,
737
+ size,
738
+ viewBox: "0 0 24 24",
739
+ fill: "none",
740
+ ref: forwardRef2
741
+ },
742
+ /* @__PURE__ */ React.createElement("path", {
743
+ stroke: "currentColor",
744
+ strokeLinecap: "round",
745
+ strokeWidth: 2,
746
+ 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"
747
+ }),
748
+ /* @__PURE__ */ React.createElement("path", {
749
+ fill: "currentColor",
750
+ d: "M18 9.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0Z"
751
+ })
752
+ )
753
+ );
754
+
755
+ const IconCardsPoker = forwardRef(
756
+ ({ size = "medium", ...props }, forwardRef2) => createElement(
757
+ StyledIcon,
758
+ {
759
+ ...props,
760
+ size,
761
+ viewBox: "0 0 24 24",
762
+ fill: "none",
763
+ ref: forwardRef2
764
+ },
765
+ /* @__PURE__ */ React.createElement("path", {
766
+ stroke: "currentColor",
767
+ strokeLinecap: "round",
768
+ strokeWidth: 2,
769
+ 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"
770
+ }),
771
+ /* @__PURE__ */ React.createElement("path", {
772
+ fill: "currentColor",
773
+ 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"
774
+ })
775
+ )
776
+ );
777
+
778
+ const IconChartBarYSimple = forwardRef(
605
779
  ({ size = "medium", ...props }, forwardRef2) => createElement(
606
780
  StyledIcon,
607
781
  {
@@ -617,7 +791,7 @@ const IconLineDiagonal = forwardRef(
617
791
  stroke: "currentColor",
618
792
  strokeLinecap: "round",
619
793
  strokeWidth: 2,
620
- d: "M4 20 20 4"
794
+ d: "M4 14v6m5-10v10m5-16v16m5-13v13"
621
795
  })),
622
796
  /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
623
797
  id: "a"
@@ -627,7 +801,58 @@ const IconLineDiagonal = forwardRef(
627
801
  )
628
802
  );
629
803
 
630
- const IconLink = forwardRef(
804
+ const IconChartBarY = forwardRef(
805
+ ({ size = "medium", ...props }, forwardRef2) => createElement(
806
+ StyledIcon,
807
+ {
808
+ ...props,
809
+ size,
810
+ viewBox: "0 0 24 24",
811
+ fill: "none",
812
+ ref: forwardRef2
813
+ },
814
+ /* @__PURE__ */ React.createElement("g", {
815
+ clipPath: "url(#a)"
816
+ }, /* @__PURE__ */ React.createElement("path", {
817
+ stroke: "currentColor",
818
+ strokeLinecap: "round",
819
+ strokeWidth: 2,
820
+ 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"
821
+ })),
822
+ /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
823
+ id: "a"
824
+ }, /* @__PURE__ */ React.createElement("path", {
825
+ d: "M0 0h24v24H0z"
826
+ })))
827
+ )
828
+ );
829
+
830
+ const IconChat = forwardRef(
831
+ ({ size = "medium", ...props }, forwardRef2) => createElement(
832
+ StyledIcon,
833
+ {
834
+ ...props,
835
+ size,
836
+ viewBox: "0 0 24 24",
837
+ fill: "none",
838
+ ref: forwardRef2
839
+ },
840
+ /* @__PURE__ */ React.createElement("g", {
841
+ clipPath: "url(#a)"
842
+ }, /* @__PURE__ */ React.createElement("path", {
843
+ stroke: "currentColor",
844
+ strokeWidth: 2,
845
+ 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"
846
+ })),
847
+ /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
848
+ id: "a"
849
+ }, /* @__PURE__ */ React.createElement("path", {
850
+ d: "M0 0h24v24H0z"
851
+ })))
852
+ )
853
+ );
854
+
855
+ const IconCheckMark = forwardRef(
631
856
  ({ size = "medium", ...props }, forwardRef2) => createElement(
632
857
  StyledIcon,
633
858
  {
@@ -641,12 +866,12 @@ const IconLink = forwardRef(
641
866
  stroke: "currentColor",
642
867
  strokeLinecap: "round",
643
868
  strokeWidth: 2,
644
- 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"
869
+ d: "m5 11 5 5 9-9"
645
870
  })
646
871
  )
647
872
  );
648
873
 
649
- const IconLockClosed = forwardRef(
874
+ const IconChevronDown = forwardRef(
650
875
  ({ size = "medium", ...props }, forwardRef2) => createElement(
651
876
  StyledIcon,
652
877
  {
@@ -656,22 +881,16 @@ const IconLockClosed = forwardRef(
656
881
  fill: "none",
657
882
  ref: forwardRef2
658
883
  },
659
- /* @__PURE__ */ React.createElement("circle", {
660
- cx: 12,
661
- cy: 16,
662
- r: 1,
663
- fill: "currentColor"
664
- }),
665
884
  /* @__PURE__ */ React.createElement("path", {
666
885
  stroke: "currentColor",
667
886
  strokeLinecap: "round",
668
887
  strokeWidth: 2,
669
- 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"
888
+ d: "m6 9.5 6 6 6-6"
670
889
  })
671
890
  )
672
891
  );
673
892
 
674
- const IconLockOpen = forwardRef(
893
+ const IconChevronLeft = forwardRef(
675
894
  ({ size = "medium", ...props }, forwardRef2) => createElement(
676
895
  StyledIcon,
677
896
  {
@@ -681,22 +900,16 @@ const IconLockOpen = forwardRef(
681
900
  fill: "none",
682
901
  ref: forwardRef2
683
902
  },
684
- /* @__PURE__ */ React.createElement("circle", {
685
- cx: 12,
686
- cy: 16,
687
- r: 1,
688
- fill: "currentColor"
689
- }),
690
903
  /* @__PURE__ */ React.createElement("path", {
691
904
  stroke: "currentColor",
692
905
  strokeLinecap: "round",
693
906
  strokeWidth: 2,
694
- 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"
907
+ d: "m14.5 6-6 6 6 6"
695
908
  })
696
909
  )
697
910
  );
698
911
 
699
- const IconMagnifyingGlass = forwardRef(
912
+ const IconChevronRight = forwardRef(
700
913
  ({ size = "medium", ...props }, forwardRef2) => createElement(
701
914
  StyledIcon,
702
915
  {
@@ -710,12 +923,31 @@ const IconMagnifyingGlass = forwardRef(
710
923
  stroke: "currentColor",
711
924
  strokeLinecap: "round",
712
925
  strokeWidth: 2,
713
- d: "m20 20-5.5-5.5M16 10a6 6 0 1 1-12 0 6 6 0 0 1 12 0Z"
926
+ d: "m9.5 6 6 6-6 6"
714
927
  })
715
928
  )
716
929
  );
717
930
 
718
- const IconMicrophoneSlash = forwardRef(
931
+ const IconChevronUp = forwardRef(
932
+ ({ size = "medium", ...props }, forwardRef2) => createElement(
933
+ StyledIcon,
934
+ {
935
+ ...props,
936
+ size,
937
+ viewBox: "0 0 24 24",
938
+ fill: "none",
939
+ ref: forwardRef2
940
+ },
941
+ /* @__PURE__ */ React.createElement("path", {
942
+ stroke: "currentColor",
943
+ strokeLinecap: "round",
944
+ strokeWidth: 2,
945
+ d: "m6 14.5 6-6 6 6"
946
+ })
947
+ )
948
+ );
949
+
950
+ const IconCircleMotionX = forwardRef(
719
951
  ({ size = "medium", ...props }, forwardRef2) => createElement(
720
952
  StyledIcon,
721
953
  {
@@ -731,7 +963,7 @@ const IconMicrophoneSlash = forwardRef(
731
963
  stroke: "currentColor",
732
964
  strokeLinecap: "round",
733
965
  strokeWidth: 2,
734
- d: "M19 8v3a7 7 0 0 1-7 7m0 0v3m0-3a6.984 6.984 0 0 1-5.284-2.409M15 7v4a3 3 0 0 1-5.387 1.818M15 7 4 18M15 7l4-4M5 8v3c0 .34.024.673.07 1M9 7.5V6a3 3 0 0 1 4.5-2.599"
966
+ 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"
735
967
  })),
736
968
  /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
737
969
  id: "a"
@@ -741,7 +973,7 @@ const IconMicrophoneSlash = forwardRef(
741
973
  )
742
974
  );
743
975
 
744
- const IconMicrophone = forwardRef(
976
+ const IconCircleNotch = forwardRef(
745
977
  ({ size = "medium", ...props }, forwardRef2) => createElement(
746
978
  StyledIcon,
747
979
  {
@@ -757,7 +989,34 @@ const IconMicrophone = forwardRef(
757
989
  stroke: "currentColor",
758
990
  strokeLinecap: "round",
759
991
  strokeWidth: 2,
760
- 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"
992
+ d: "M12 20a8 8 0 1 0-8-8"
993
+ })),
994
+ /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
995
+ id: "a"
996
+ }, /* @__PURE__ */ React.createElement("path", {
997
+ d: "M0 0h24v24H0z"
998
+ })))
999
+ )
1000
+ );
1001
+
1002
+ const IconCircle = forwardRef(
1003
+ ({ size = "medium", ...props }, forwardRef2) => createElement(
1004
+ StyledIcon,
1005
+ {
1006
+ ...props,
1007
+ size,
1008
+ viewBox: "0 0 24 24",
1009
+ fill: "none",
1010
+ ref: forwardRef2
1011
+ },
1012
+ /* @__PURE__ */ React.createElement("g", {
1013
+ clipPath: "url(#a)"
1014
+ }, /* @__PURE__ */ React.createElement("circle", {
1015
+ cx: 12,
1016
+ cy: 12,
1017
+ r: 9,
1018
+ stroke: "currentColor",
1019
+ strokeWidth: 2
761
1020
  })),
762
1021
  /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
763
1022
  id: "a"
@@ -767,7 +1026,1579 @@ const IconMicrophone = forwardRef(
767
1026
  )
768
1027
  );
769
1028
 
770
- const IconMinus = forwardRef(
1029
+ const IconCirclesConnected = forwardRef(
1030
+ ({ size = "medium", ...props }, forwardRef2) => createElement(
1031
+ StyledIcon,
1032
+ {
1033
+ ...props,
1034
+ size,
1035
+ viewBox: "0 0 24 24",
1036
+ fill: "none",
1037
+ ref: forwardRef2
1038
+ },
1039
+ /* @__PURE__ */ React.createElement("path", {
1040
+ stroke: "currentColor",
1041
+ strokeLinecap: "square",
1042
+ strokeWidth: 2,
1043
+ 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"
1044
+ }),
1045
+ /* @__PURE__ */ React.createElement("circle", {
1046
+ cx: 20,
1047
+ cy: 20,
1048
+ r: 2,
1049
+ fill: "currentColor"
1050
+ })
1051
+ )
1052
+ );
1053
+
1054
+ const IconClockCounterClockwiseSimple = forwardRef(
1055
+ ({ size = "medium", ...props }, forwardRef2) => createElement(
1056
+ StyledIcon,
1057
+ {
1058
+ ...props,
1059
+ size,
1060
+ viewBox: "0 0 24 24",
1061
+ fill: "none",
1062
+ ref: forwardRef2
1063
+ },
1064
+ /* @__PURE__ */ React.createElement("circle", {
1065
+ cx: 12,
1066
+ cy: 12,
1067
+ r: 2,
1068
+ fill: "currentColor"
1069
+ }),
1070
+ /* @__PURE__ */ React.createElement("path", {
1071
+ stroke: "currentColor",
1072
+ strokeLinecap: "round",
1073
+ strokeWidth: 2,
1074
+ d: "M4.258 14.015a8 8 0 1 1 7.758 5.987M1 12l3 3 3-3"
1075
+ })
1076
+ )
1077
+ );
1078
+
1079
+ const IconClockCounterClockwise = forwardRef(
1080
+ ({ size = "medium", ...props }, forwardRef2) => createElement(
1081
+ StyledIcon,
1082
+ {
1083
+ ...props,
1084
+ size,
1085
+ viewBox: "0 0 24 24",
1086
+ fill: "none",
1087
+ ref: forwardRef2
1088
+ },
1089
+ /* @__PURE__ */ React.createElement("circle", {
1090
+ cx: 12,
1091
+ cy: 12,
1092
+ r: 2,
1093
+ fill: "currentColor"
1094
+ }),
1095
+ /* @__PURE__ */ React.createElement("path", {
1096
+ stroke: "currentColor",
1097
+ strokeLinecap: "round",
1098
+ strokeWidth: 2,
1099
+ d: "m12 12 3-3M4.258 14.015a8 8 0 1 1 7.758 5.987M1 12l3 3 3-3"
1100
+ })
1101
+ )
1102
+ );
1103
+
1104
+ const IconClockOvertime = forwardRef(
1105
+ ({ size = "medium", ...props }, forwardRef2) => createElement(
1106
+ StyledIcon,
1107
+ {
1108
+ ...props,
1109
+ size,
1110
+ viewBox: "0 0 24 24",
1111
+ fill: "none",
1112
+ ref: forwardRef2
1113
+ },
1114
+ /* @__PURE__ */ React.createElement("path", {
1115
+ stroke: "currentColor",
1116
+ strokeLinecap: "square",
1117
+ strokeMiterlimit: 1.414,
1118
+ strokeWidth: 2,
1119
+ d: "M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"
1120
+ }),
1121
+ /* @__PURE__ */ React.createElement("path", {
1122
+ fill: "currentColor",
1123
+ 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"
1124
+ })
1125
+ )
1126
+ );
1127
+
1128
+ const IconClock = forwardRef(
1129
+ ({ size = "medium", ...props }, forwardRef2) => createElement(
1130
+ StyledIcon,
1131
+ {
1132
+ ...props,
1133
+ size,
1134
+ viewBox: "0 0 24 24",
1135
+ fill: "none",
1136
+ ref: forwardRef2
1137
+ },
1138
+ /* @__PURE__ */ React.createElement("g", {
1139
+ clipPath: "url(#a)"
1140
+ }, /* @__PURE__ */ React.createElement("path", {
1141
+ stroke: "currentColor",
1142
+ strokeLinecap: "round",
1143
+ strokeWidth: 2,
1144
+ d: "M11 7.4v4.05l2.7 2.25M20 11a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"
1145
+ })),
1146
+ /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
1147
+ id: "a"
1148
+ }, /* @__PURE__ */ React.createElement("path", {
1149
+ d: "M0 0h24v24H0z"
1150
+ })))
1151
+ )
1152
+ );
1153
+
1154
+ const IconCluster = forwardRef(
1155
+ ({ size = "medium", ...props }, forwardRef2) => createElement(
1156
+ StyledIcon,
1157
+ {
1158
+ ...props,
1159
+ size,
1160
+ viewBox: "0 0 24 24",
1161
+ fill: "none",
1162
+ ref: forwardRef2
1163
+ },
1164
+ /* @__PURE__ */ React.createElement("path", {
1165
+ stroke: "currentColor",
1166
+ strokeLinecap: "round",
1167
+ strokeWidth: 2,
1168
+ 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"
1169
+ }),
1170
+ /* @__PURE__ */ React.createElement("rect", {
1171
+ width: 4,
1172
+ height: 4,
1173
+ x: 6,
1174
+ y: 18,
1175
+ fill: "currentColor",
1176
+ rx: 1
1177
+ })
1178
+ )
1179
+ );
1180
+
1181
+ const IconClustered = forwardRef(
1182
+ ({ size = "medium", ...props }, forwardRef2) => createElement(
1183
+ StyledIcon,
1184
+ {
1185
+ ...props,
1186
+ size,
1187
+ viewBox: "0 0 24 24",
1188
+ fill: "none",
1189
+ ref: forwardRef2
1190
+ },
1191
+ /* @__PURE__ */ React.createElement("path", {
1192
+ stroke: "currentColor",
1193
+ strokeLinecap: "square",
1194
+ strokeWidth: 2,
1195
+ d: "M4 8v11a1 1 0 0 0 1 1h14a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1h-1"
1196
+ }),
1197
+ /* @__PURE__ */ React.createElement("path", {
1198
+ fill: "currentColor",
1199
+ 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"
1200
+ })
1201
+ )
1202
+ );
1203
+
1204
+ const IconCog = forwardRef(
1205
+ ({ size = "medium", ...props }, forwardRef2) => createElement(
1206
+ StyledIcon,
1207
+ {
1208
+ ...props,
1209
+ size,
1210
+ viewBox: "0 0 24 24",
1211
+ fill: "none",
1212
+ ref: forwardRef2
1213
+ },
1214
+ /* @__PURE__ */ React.createElement("circle", {
1215
+ cx: 12,
1216
+ cy: 12,
1217
+ r: 1,
1218
+ stroke: "currentColor",
1219
+ strokeWidth: 2
1220
+ }),
1221
+ /* @__PURE__ */ React.createElement("path", {
1222
+ stroke: "currentColor",
1223
+ strokeLinecap: "round",
1224
+ strokeLinejoin: "round",
1225
+ strokeWidth: 2,
1226
+ 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"
1227
+ })
1228
+ )
1229
+ );
1230
+
1231
+ const IconCreditCard = forwardRef(
1232
+ ({ size = "medium", ...props }, forwardRef2) => createElement(
1233
+ StyledIcon,
1234
+ {
1235
+ ...props,
1236
+ size,
1237
+ viewBox: "0 0 24 24",
1238
+ fill: "none",
1239
+ ref: forwardRef2
1240
+ },
1241
+ /* @__PURE__ */ React.createElement("path", {
1242
+ stroke: "currentColor",
1243
+ strokeLinecap: "round",
1244
+ strokeWidth: 2,
1245
+ 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"
1246
+ })
1247
+ )
1248
+ );
1249
+
1250
+ const IconCrop = forwardRef(
1251
+ ({ size = "medium", ...props }, forwardRef2) => createElement(
1252
+ StyledIcon,
1253
+ {
1254
+ ...props,
1255
+ size,
1256
+ viewBox: "0 0 24 24",
1257
+ fill: "none",
1258
+ ref: forwardRef2
1259
+ },
1260
+ /* @__PURE__ */ React.createElement("g", {
1261
+ clipPath: "url(#a)"
1262
+ }, /* @__PURE__ */ React.createElement("path", {
1263
+ fill: "currentColor",
1264
+ 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"
1265
+ })),
1266
+ /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
1267
+ id: "a"
1268
+ }, /* @__PURE__ */ React.createElement("path", {
1269
+ d: "M0 0h24v24H0z"
1270
+ })))
1271
+ )
1272
+ );
1273
+
1274
+ const IconCrossCircle = forwardRef(
1275
+ ({ size = "medium", ...props }, forwardRef2) => createElement(
1276
+ StyledIcon,
1277
+ {
1278
+ ...props,
1279
+ size,
1280
+ viewBox: "0 0 24 24",
1281
+ fill: "none",
1282
+ ref: forwardRef2
1283
+ },
1284
+ /* @__PURE__ */ React.createElement("path", {
1285
+ stroke: "currentColor",
1286
+ strokeLinecap: "round",
1287
+ strokeWidth: 2,
1288
+ d: "m9 9 6 6m0-6-6 6m12-3a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"
1289
+ })
1290
+ )
1291
+ );
1292
+
1293
+ const IconCross = forwardRef(
1294
+ ({ size = "medium", ...props }, forwardRef2) => createElement(
1295
+ StyledIcon,
1296
+ {
1297
+ ...props,
1298
+ size,
1299
+ viewBox: "0 0 24 24",
1300
+ fill: "none",
1301
+ ref: forwardRef2
1302
+ },
1303
+ /* @__PURE__ */ React.createElement("path", {
1304
+ stroke: "currentColor",
1305
+ strokeLinecap: "round",
1306
+ strokeWidth: 2,
1307
+ d: "m6 6 12 12m0-12L6 18"
1308
+ })
1309
+ )
1310
+ );
1311
+
1312
+ const IconCursorFilled = forwardRef(
1313
+ ({ size = "medium", ...props }, forwardRef2) => createElement(
1314
+ StyledIcon,
1315
+ {
1316
+ ...props,
1317
+ size,
1318
+ viewBox: "0 0 24 24",
1319
+ fill: "none",
1320
+ ref: forwardRef2
1321
+ },
1322
+ /* @__PURE__ */ React.createElement("path", {
1323
+ stroke: "currentColor",
1324
+ strokeLinecap: "round",
1325
+ strokeWidth: 2,
1326
+ 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"
1327
+ }),
1328
+ /* @__PURE__ */ React.createElement("path", {
1329
+ fill: "currentColor",
1330
+ 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"
1331
+ })
1332
+ )
1333
+ );
1334
+
1335
+ const IconCursor = forwardRef(
1336
+ ({ size = "medium", ...props }, forwardRef2) => createElement(
1337
+ StyledIcon,
1338
+ {
1339
+ ...props,
1340
+ size,
1341
+ viewBox: "0 0 24 24",
1342
+ fill: "none",
1343
+ ref: forwardRef2
1344
+ },
1345
+ /* @__PURE__ */ React.createElement("g", {
1346
+ clipPath: "url(#a)"
1347
+ }, /* @__PURE__ */ React.createElement("path", {
1348
+ stroke: "currentColor",
1349
+ strokeLinecap: "round",
1350
+ strokeWidth: 2,
1351
+ 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"
1352
+ })),
1353
+ /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
1354
+ id: "a"
1355
+ }, /* @__PURE__ */ React.createElement("path", {
1356
+ d: "M0 0h24v24H0z"
1357
+ })))
1358
+ )
1359
+ );
1360
+
1361
+ const IconEnvelope = forwardRef(
1362
+ ({ size = "medium", ...props }, forwardRef2) => createElement(
1363
+ StyledIcon,
1364
+ {
1365
+ ...props,
1366
+ size,
1367
+ viewBox: "0 0 24 24",
1368
+ fill: "none",
1369
+ ref: forwardRef2
1370
+ },
1371
+ /* @__PURE__ */ React.createElement("path", {
1372
+ stroke: "currentColor",
1373
+ strokeLinecap: "round",
1374
+ strokeWidth: 2,
1375
+ 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"
1376
+ })
1377
+ )
1378
+ );
1379
+
1380
+ const IconExclamationPointCircle = forwardRef(
1381
+ ({ size = "medium", ...props }, forwardRef2) => createElement(
1382
+ StyledIcon,
1383
+ {
1384
+ ...props,
1385
+ size,
1386
+ viewBox: "0 0 24 24",
1387
+ fill: "none",
1388
+ ref: forwardRef2
1389
+ },
1390
+ /* @__PURE__ */ React.createElement("path", {
1391
+ stroke: "currentColor",
1392
+ strokeLinecap: "round",
1393
+ strokeWidth: 2,
1394
+ 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"
1395
+ }),
1396
+ /* @__PURE__ */ React.createElement("path", {
1397
+ fill: "currentColor",
1398
+ d: "M13 15.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"
1399
+ })
1400
+ )
1401
+ );
1402
+
1403
+ const IconFactoryHouse = forwardRef(
1404
+ ({ size = "medium", ...props }, forwardRef2) => createElement(
1405
+ StyledIcon,
1406
+ {
1407
+ ...props,
1408
+ size,
1409
+ viewBox: "0 0 24 24",
1410
+ fill: "none",
1411
+ ref: forwardRef2
1412
+ },
1413
+ /* @__PURE__ */ React.createElement("g", {
1414
+ clipPath: "url(#a)"
1415
+ }, /* @__PURE__ */ React.createElement("path", {
1416
+ stroke: "currentColor",
1417
+ strokeLinecap: "round",
1418
+ strokeWidth: 2,
1419
+ 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"
1420
+ })),
1421
+ /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
1422
+ id: "a"
1423
+ }, /* @__PURE__ */ React.createElement("path", {
1424
+ d: "M0 0h24v24H0z"
1425
+ })))
1426
+ )
1427
+ );
1428
+
1429
+ const IconFactory = forwardRef(
1430
+ ({ size = "medium", ...props }, forwardRef2) => createElement(
1431
+ StyledIcon,
1432
+ {
1433
+ ...props,
1434
+ size,
1435
+ viewBox: "0 0 24 24",
1436
+ fill: "none",
1437
+ ref: forwardRef2
1438
+ },
1439
+ /* @__PURE__ */ React.createElement("g", {
1440
+ clipPath: "url(#a)"
1441
+ }, /* @__PURE__ */ React.createElement("path", {
1442
+ stroke: "currentColor",
1443
+ strokeLinecap: "round",
1444
+ strokeWidth: 2,
1445
+ 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"
1446
+ })),
1447
+ /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
1448
+ id: "a"
1449
+ }, /* @__PURE__ */ React.createElement("path", {
1450
+ d: "M0 0h24v24H0z"
1451
+ })))
1452
+ )
1453
+ );
1454
+
1455
+ const IconFunnel = forwardRef(
1456
+ ({ size = "medium", ...props }, forwardRef2) => createElement(
1457
+ StyledIcon,
1458
+ {
1459
+ ...props,
1460
+ size,
1461
+ viewBox: "0 0 24 24",
1462
+ fill: "none",
1463
+ ref: forwardRef2
1464
+ },
1465
+ /* @__PURE__ */ React.createElement("g", {
1466
+ clipPath: "url(#a)"
1467
+ }, /* @__PURE__ */ React.createElement("path", {
1468
+ stroke: "currentColor",
1469
+ strokeLinecap: "round",
1470
+ strokeWidth: 2,
1471
+ 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"
1472
+ })),
1473
+ /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
1474
+ id: "a"
1475
+ }, /* @__PURE__ */ React.createElement("path", {
1476
+ d: "M0 0h24v24H0z"
1477
+ })))
1478
+ )
1479
+ );
1480
+
1481
+ const IconGauge = forwardRef(
1482
+ ({ size = "medium", ...props }, forwardRef2) => createElement(
1483
+ StyledIcon,
1484
+ {
1485
+ ...props,
1486
+ size,
1487
+ viewBox: "0 0 24 24",
1488
+ fill: "none",
1489
+ ref: forwardRef2
1490
+ },
1491
+ /* @__PURE__ */ React.createElement("circle", {
1492
+ cx: 12,
1493
+ cy: 12,
1494
+ r: 2,
1495
+ fill: "currentColor"
1496
+ }),
1497
+ /* @__PURE__ */ React.createElement("path", {
1498
+ stroke: "currentColor",
1499
+ strokeLinecap: "round",
1500
+ strokeWidth: 2,
1501
+ d: "M12.036 12.036 15 15m2.657 2.657a8 8 0 1 0-11.314 0"
1502
+ })
1503
+ )
1504
+ );
1505
+
1506
+ const IconGlobe = forwardRef(
1507
+ ({ size = "medium", ...props }, forwardRef2) => createElement(
1508
+ StyledIcon,
1509
+ {
1510
+ ...props,
1511
+ size,
1512
+ viewBox: "0 0 24 24",
1513
+ fill: "none",
1514
+ ref: forwardRef2
1515
+ },
1516
+ /* @__PURE__ */ React.createElement("path", {
1517
+ stroke: "currentColor",
1518
+ strokeLinecap: "round",
1519
+ strokeWidth: 2,
1520
+ 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"
1521
+ })
1522
+ )
1523
+ );
1524
+
1525
+ const IconGraduationCap = forwardRef(
1526
+ ({ size = "medium", ...props }, forwardRef2) => createElement(
1527
+ StyledIcon,
1528
+ {
1529
+ ...props,
1530
+ size,
1531
+ viewBox: "0 0 24 24",
1532
+ fill: "none",
1533
+ ref: forwardRef2
1534
+ },
1535
+ /* @__PURE__ */ React.createElement("g", {
1536
+ clipPath: "url(#a)"
1537
+ }, /* @__PURE__ */ React.createElement("path", {
1538
+ stroke: "currentColor",
1539
+ strokeLinecap: "round",
1540
+ strokeLinejoin: "round",
1541
+ strokeMiterlimit: 1.414,
1542
+ strokeWidth: 2,
1543
+ 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"
1544
+ })),
1545
+ /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
1546
+ id: "a"
1547
+ }, /* @__PURE__ */ React.createElement("path", {
1548
+ d: "M0 0h24v24H0z"
1549
+ })))
1550
+ )
1551
+ );
1552
+
1553
+ const IconHandFilled = forwardRef(
1554
+ ({ size = "medium", ...props }, forwardRef2) => createElement(
1555
+ StyledIcon,
1556
+ {
1557
+ ...props,
1558
+ size,
1559
+ viewBox: "0 0 24 24",
1560
+ fill: "none",
1561
+ ref: forwardRef2
1562
+ },
1563
+ /* @__PURE__ */ React.createElement("path", {
1564
+ fill: "currentColor",
1565
+ fillRule: "evenodd",
1566
+ 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",
1567
+ clipRule: "evenodd"
1568
+ })
1569
+ )
1570
+ );
1571
+
1572
+ const IconHand = forwardRef(
1573
+ ({ size = "medium", ...props }, forwardRef2) => createElement(
1574
+ StyledIcon,
1575
+ {
1576
+ ...props,
1577
+ size,
1578
+ viewBox: "0 0 24 24",
1579
+ fill: "none",
1580
+ ref: forwardRef2
1581
+ },
1582
+ /* @__PURE__ */ React.createElement("g", {
1583
+ clipPath: "url(#a)"
1584
+ }, /* @__PURE__ */ React.createElement("path", {
1585
+ fill: "currentColor",
1586
+ 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"
1587
+ })),
1588
+ /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
1589
+ id: "a"
1590
+ }, /* @__PURE__ */ React.createElement("path", {
1591
+ d: "M0 0h24v24H0z"
1592
+ })))
1593
+ )
1594
+ );
1595
+
1596
+ const IconHouse = forwardRef(
1597
+ ({ size = "medium", ...props }, forwardRef2) => createElement(
1598
+ StyledIcon,
1599
+ {
1600
+ ...props,
1601
+ size,
1602
+ viewBox: "0 0 24 24",
1603
+ fill: "none",
1604
+ ref: forwardRef2
1605
+ },
1606
+ /* @__PURE__ */ React.createElement("path", {
1607
+ fill: "currentColor",
1608
+ 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"
1609
+ })
1610
+ )
1611
+ );
1612
+
1613
+ const IconImage = forwardRef(
1614
+ ({ size = "medium", ...props }, forwardRef2) => createElement(
1615
+ StyledIcon,
1616
+ {
1617
+ ...props,
1618
+ size,
1619
+ viewBox: "0 0 24 24",
1620
+ fill: "none",
1621
+ ref: forwardRef2
1622
+ },
1623
+ /* @__PURE__ */ React.createElement("path", {
1624
+ stroke: "currentColor",
1625
+ strokeLinecap: "round",
1626
+ strokeWidth: 2,
1627
+ 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"
1628
+ }),
1629
+ /* @__PURE__ */ React.createElement("circle", {
1630
+ cx: 16,
1631
+ cy: 8,
1632
+ r: 2,
1633
+ fill: "currentColor"
1634
+ })
1635
+ )
1636
+ );
1637
+
1638
+ const IconInformationMarkCircle = forwardRef(
1639
+ ({ size = "medium", ...props }, forwardRef2) => createElement(
1640
+ StyledIcon,
1641
+ {
1642
+ ...props,
1643
+ size,
1644
+ viewBox: "0 0 24 24",
1645
+ fill: "none",
1646
+ ref: forwardRef2
1647
+ },
1648
+ /* @__PURE__ */ React.createElement("path", {
1649
+ fill: "currentColor",
1650
+ d: "M13 8.5a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z"
1651
+ }),
1652
+ /* @__PURE__ */ React.createElement("path", {
1653
+ stroke: "currentColor",
1654
+ strokeLinecap: "round",
1655
+ strokeWidth: 2,
1656
+ 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"
1657
+ })
1658
+ )
1659
+ );
1660
+
1661
+ const IconKanban = forwardRef(
1662
+ ({ size = "medium", ...props }, forwardRef2) => createElement(
1663
+ StyledIcon,
1664
+ {
1665
+ ...props,
1666
+ size,
1667
+ viewBox: "0 0 24 24",
1668
+ fill: "none",
1669
+ ref: forwardRef2
1670
+ },
1671
+ /* @__PURE__ */ React.createElement("g", {
1672
+ clipPath: "url(#a)"
1673
+ }, /* @__PURE__ */ React.createElement("path", {
1674
+ stroke: "currentColor",
1675
+ strokeLinecap: "round",
1676
+ strokeWidth: 2,
1677
+ 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"
1678
+ })),
1679
+ /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
1680
+ id: "a"
1681
+ }, /* @__PURE__ */ React.createElement("path", {
1682
+ d: "M0 0h24v24H0z"
1683
+ })))
1684
+ )
1685
+ );
1686
+
1687
+ const IconKey = forwardRef(
1688
+ ({ size = "medium", ...props }, forwardRef2) => createElement(
1689
+ StyledIcon,
1690
+ {
1691
+ ...props,
1692
+ size,
1693
+ viewBox: "0 0 24 24",
1694
+ fill: "none",
1695
+ ref: forwardRef2
1696
+ },
1697
+ /* @__PURE__ */ React.createElement("g", {
1698
+ clipPath: "url(#a)"
1699
+ }, /* @__PURE__ */ React.createElement("path", {
1700
+ fill: "currentColor",
1701
+ 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"
1702
+ })),
1703
+ /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
1704
+ id: "a"
1705
+ }, /* @__PURE__ */ React.createElement("path", {
1706
+ d: "M0 0h24v24H0z"
1707
+ })))
1708
+ )
1709
+ );
1710
+
1711
+ const IconKeycap = forwardRef(
1712
+ ({ size = "medium", ...props }, forwardRef2) => createElement(
1713
+ StyledIcon,
1714
+ {
1715
+ ...props,
1716
+ size,
1717
+ viewBox: "0 0 24 24",
1718
+ fill: "none",
1719
+ ref: forwardRef2
1720
+ },
1721
+ /* @__PURE__ */ React.createElement("path", {
1722
+ stroke: "currentColor",
1723
+ strokeLinecap: "round",
1724
+ strokeWidth: 2,
1725
+ 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"
1726
+ }),
1727
+ /* @__PURE__ */ React.createElement("path", {
1728
+ fill: "currentColor",
1729
+ d: "M0 0h.001v.001H0z"
1730
+ })
1731
+ )
1732
+ );
1733
+
1734
+ const IconLaptop = forwardRef(
1735
+ ({ size = "medium", ...props }, forwardRef2) => createElement(
1736
+ StyledIcon,
1737
+ {
1738
+ ...props,
1739
+ size,
1740
+ viewBox: "0 0 24 24",
1741
+ fill: "none",
1742
+ ref: forwardRef2
1743
+ },
1744
+ /* @__PURE__ */ React.createElement("path", {
1745
+ stroke: "currentColor",
1746
+ strokeLinecap: "round",
1747
+ strokeWidth: 2,
1748
+ 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"
1749
+ })
1750
+ )
1751
+ );
1752
+
1753
+ const IconLifesaver = forwardRef(
1754
+ ({ size = "medium", ...props }, forwardRef2) => createElement(
1755
+ StyledIcon,
1756
+ {
1757
+ ...props,
1758
+ size,
1759
+ viewBox: "0 0 24 24",
1760
+ fill: "none",
1761
+ ref: forwardRef2
1762
+ },
1763
+ /* @__PURE__ */ React.createElement("g", {
1764
+ clipPath: "url(#a)"
1765
+ }, /* @__PURE__ */ React.createElement("path", {
1766
+ stroke: "currentColor",
1767
+ strokeLinecap: "square",
1768
+ strokeMiterlimit: 1.414,
1769
+ strokeWidth: 2,
1770
+ 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"
1771
+ })),
1772
+ /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
1773
+ id: "a"
1774
+ }, /* @__PURE__ */ React.createElement("path", {
1775
+ d: "M0 0h24v24H0z"
1776
+ })))
1777
+ )
1778
+ );
1779
+
1780
+ const IconLightning = forwardRef(
1781
+ ({ size = "medium", ...props }, forwardRef2) => createElement(
1782
+ StyledIcon,
1783
+ {
1784
+ ...props,
1785
+ size,
1786
+ viewBox: "0 0 24 24",
1787
+ fill: "none",
1788
+ ref: forwardRef2
1789
+ },
1790
+ /* @__PURE__ */ React.createElement("g", {
1791
+ clipPath: "url(#a)"
1792
+ }, /* @__PURE__ */ React.createElement("path", {
1793
+ stroke: "currentColor",
1794
+ strokeLinecap: "square",
1795
+ strokeLinejoin: "round",
1796
+ strokeMiterlimit: 1.414,
1797
+ strokeWidth: 2,
1798
+ 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"
1799
+ })),
1800
+ /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
1801
+ id: "a"
1802
+ }, /* @__PURE__ */ React.createElement("path", {
1803
+ d: "M0 0h24v24H0z"
1804
+ })))
1805
+ )
1806
+ );
1807
+
1808
+ const IconLineDiagonal = forwardRef(
1809
+ ({ size = "medium", ...props }, forwardRef2) => createElement(
1810
+ StyledIcon,
1811
+ {
1812
+ ...props,
1813
+ size,
1814
+ viewBox: "0 0 24 24",
1815
+ fill: "none",
1816
+ ref: forwardRef2
1817
+ },
1818
+ /* @__PURE__ */ React.createElement("g", {
1819
+ clipPath: "url(#a)"
1820
+ }, /* @__PURE__ */ React.createElement("path", {
1821
+ stroke: "currentColor",
1822
+ strokeLinecap: "round",
1823
+ strokeWidth: 2,
1824
+ d: "M4 20 20 4"
1825
+ })),
1826
+ /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
1827
+ id: "a"
1828
+ }, /* @__PURE__ */ React.createElement("path", {
1829
+ d: "M0 0h24v24H0z"
1830
+ })))
1831
+ )
1832
+ );
1833
+
1834
+ const IconLink = forwardRef(
1835
+ ({ size = "medium", ...props }, forwardRef2) => createElement(
1836
+ StyledIcon,
1837
+ {
1838
+ ...props,
1839
+ size,
1840
+ viewBox: "0 0 24 24",
1841
+ fill: "none",
1842
+ ref: forwardRef2
1843
+ },
1844
+ /* @__PURE__ */ React.createElement("path", {
1845
+ stroke: "currentColor",
1846
+ strokeLinecap: "round",
1847
+ strokeWidth: 2,
1848
+ 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"
1849
+ })
1850
+ )
1851
+ );
1852
+
1853
+ const IconLockClosed = forwardRef(
1854
+ ({ size = "medium", ...props }, forwardRef2) => createElement(
1855
+ StyledIcon,
1856
+ {
1857
+ ...props,
1858
+ size,
1859
+ viewBox: "0 0 24 24",
1860
+ fill: "none",
1861
+ ref: forwardRef2
1862
+ },
1863
+ /* @__PURE__ */ React.createElement("circle", {
1864
+ cx: 12,
1865
+ cy: 16,
1866
+ r: 1,
1867
+ fill: "currentColor"
1868
+ }),
1869
+ /* @__PURE__ */ React.createElement("path", {
1870
+ stroke: "currentColor",
1871
+ strokeLinecap: "round",
1872
+ strokeWidth: 2,
1873
+ 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"
1874
+ })
1875
+ )
1876
+ );
1877
+
1878
+ const IconLockOpen = forwardRef(
1879
+ ({ size = "medium", ...props }, forwardRef2) => createElement(
1880
+ StyledIcon,
1881
+ {
1882
+ ...props,
1883
+ size,
1884
+ viewBox: "0 0 24 24",
1885
+ fill: "none",
1886
+ ref: forwardRef2
1887
+ },
1888
+ /* @__PURE__ */ React.createElement("circle", {
1889
+ cx: 12,
1890
+ cy: 16,
1891
+ r: 1,
1892
+ fill: "currentColor"
1893
+ }),
1894
+ /* @__PURE__ */ React.createElement("path", {
1895
+ stroke: "currentColor",
1896
+ strokeLinecap: "round",
1897
+ strokeWidth: 2,
1898
+ 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"
1899
+ })
1900
+ )
1901
+ );
1902
+
1903
+ const IconMagnet = forwardRef(
1904
+ ({ size = "medium", ...props }, forwardRef2) => createElement(
1905
+ StyledIcon,
1906
+ {
1907
+ ...props,
1908
+ size,
1909
+ viewBox: "0 0 24 24",
1910
+ fill: "none",
1911
+ ref: forwardRef2
1912
+ },
1913
+ /* @__PURE__ */ React.createElement("g", {
1914
+ clipPath: "url(#a)"
1915
+ }, /* @__PURE__ */ React.createElement("path", {
1916
+ stroke: "currentColor",
1917
+ strokeLinecap: "square",
1918
+ strokeMiterlimit: 1.414,
1919
+ strokeWidth: 2,
1920
+ 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"
1921
+ })),
1922
+ /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
1923
+ id: "a"
1924
+ }, /* @__PURE__ */ React.createElement("path", {
1925
+ d: "M0 0h24v24H0z"
1926
+ })))
1927
+ )
1928
+ );
1929
+
1930
+ const IconMagnifyingGlass = forwardRef(
1931
+ ({ size = "medium", ...props }, forwardRef2) => createElement(
1932
+ StyledIcon,
1933
+ {
1934
+ ...props,
1935
+ size,
1936
+ viewBox: "0 0 24 24",
1937
+ fill: "none",
1938
+ ref: forwardRef2
1939
+ },
1940
+ /* @__PURE__ */ React.createElement("path", {
1941
+ stroke: "currentColor",
1942
+ strokeLinecap: "round",
1943
+ strokeWidth: 2,
1944
+ d: "m20 20-5.5-5.5M16 10a6 6 0 1 1-12 0 6 6 0 0 1 12 0Z"
1945
+ })
1946
+ )
1947
+ );
1948
+
1949
+ const IconMap = forwardRef(
1950
+ ({ size = "medium", ...props }, forwardRef2) => createElement(
1951
+ StyledIcon,
1952
+ {
1953
+ ...props,
1954
+ size,
1955
+ viewBox: "0 0 24 24",
1956
+ fill: "none",
1957
+ ref: forwardRef2
1958
+ },
1959
+ /* @__PURE__ */ React.createElement("g", {
1960
+ clipPath: "url(#a)"
1961
+ }, /* @__PURE__ */ React.createElement("path", {
1962
+ stroke: "currentColor",
1963
+ strokeLinecap: "round",
1964
+ strokeLinejoin: "round",
1965
+ strokeMiterlimit: 1.414,
1966
+ strokeWidth: 2,
1967
+ d: "M9 4 3 6v15l6-2.5M9 4l6 2M9 4v14.5M15 6l6-2v14.5L15 21m0-15v15m0 0-6-2.5"
1968
+ })),
1969
+ /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
1970
+ id: "a"
1971
+ }, /* @__PURE__ */ React.createElement("path", {
1972
+ d: "M0 0h24v24H0z"
1973
+ })))
1974
+ )
1975
+ );
1976
+
1977
+ const IconMicrophoneSlash = forwardRef(
1978
+ ({ size = "medium", ...props }, forwardRef2) => createElement(
1979
+ StyledIcon,
1980
+ {
1981
+ ...props,
1982
+ size,
1983
+ viewBox: "0 0 24 24",
1984
+ fill: "none",
1985
+ ref: forwardRef2
1986
+ },
1987
+ /* @__PURE__ */ React.createElement("g", {
1988
+ clipPath: "url(#a)"
1989
+ }, /* @__PURE__ */ React.createElement("path", {
1990
+ stroke: "currentColor",
1991
+ strokeLinecap: "round",
1992
+ strokeWidth: 2,
1993
+ 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"
1994
+ })),
1995
+ /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
1996
+ id: "a"
1997
+ }, /* @__PURE__ */ React.createElement("path", {
1998
+ d: "M0 0h24v24H0z"
1999
+ })))
2000
+ )
2001
+ );
2002
+
2003
+ const IconMicrophone = forwardRef(
2004
+ ({ size = "medium", ...props }, forwardRef2) => createElement(
2005
+ StyledIcon,
2006
+ {
2007
+ ...props,
2008
+ size,
2009
+ viewBox: "0 0 24 24",
2010
+ fill: "none",
2011
+ ref: forwardRef2
2012
+ },
2013
+ /* @__PURE__ */ React.createElement("g", {
2014
+ clipPath: "url(#a)"
2015
+ }, /* @__PURE__ */ React.createElement("path", {
2016
+ stroke: "currentColor",
2017
+ strokeLinecap: "round",
2018
+ strokeWidth: 2,
2019
+ 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"
2020
+ })),
2021
+ /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
2022
+ id: "a"
2023
+ }, /* @__PURE__ */ React.createElement("path", {
2024
+ d: "M0 0h24v24H0z"
2025
+ })))
2026
+ )
2027
+ );
2028
+
2029
+ const IconMinus = forwardRef(
2030
+ ({ size = "medium", ...props }, forwardRef2) => createElement(
2031
+ StyledIcon,
2032
+ {
2033
+ ...props,
2034
+ size,
2035
+ viewBox: "0 0 24 24",
2036
+ fill: "none",
2037
+ ref: forwardRef2
2038
+ },
2039
+ /* @__PURE__ */ React.createElement("path", {
2040
+ stroke: "currentColor",
2041
+ strokeLinecap: "round",
2042
+ strokeWidth: 2,
2043
+ d: "M5 12h14"
2044
+ })
2045
+ )
2046
+ );
2047
+
2048
+ const IconMouse = forwardRef(
2049
+ ({ size = "medium", ...props }, forwardRef2) => createElement(
2050
+ StyledIcon,
2051
+ {
2052
+ ...props,
2053
+ size,
2054
+ viewBox: "0 0 24 24",
2055
+ fill: "none",
2056
+ ref: forwardRef2
2057
+ },
2058
+ /* @__PURE__ */ React.createElement("path", {
2059
+ stroke: "currentColor",
2060
+ strokeLinecap: "round",
2061
+ strokeWidth: 2,
2062
+ d: "M12 8v3M9 3.5h6a4 4 0 0 1 4 4v6a7 7 0 1 1-14 0v-6a4 4 0 0 1 4-4Z"
2063
+ }),
2064
+ /* @__PURE__ */ React.createElement("path", {
2065
+ fill: "currentColor",
2066
+ d: "M0 0h.001v.001H0V0Z"
2067
+ })
2068
+ )
2069
+ );
2070
+
2071
+ const IconParallelogram = forwardRef(
2072
+ ({ size = "medium", ...props }, forwardRef2) => createElement(
2073
+ StyledIcon,
2074
+ {
2075
+ ...props,
2076
+ size,
2077
+ viewBox: "0 0 24 24",
2078
+ fill: "none",
2079
+ ref: forwardRef2
2080
+ },
2081
+ /* @__PURE__ */ React.createElement("g", {
2082
+ clipPath: "url(#a)"
2083
+ }, /* @__PURE__ */ React.createElement("path", {
2084
+ stroke: "currentColor",
2085
+ strokeWidth: 2,
2086
+ 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"
2087
+ })),
2088
+ /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
2089
+ id: "a"
2090
+ }, /* @__PURE__ */ React.createElement("path", {
2091
+ d: "M0 0h24v24H0z"
2092
+ })))
2093
+ )
2094
+ );
2095
+
2096
+ const IconPauseCircle = forwardRef(
2097
+ ({ size = "medium", ...props }, forwardRef2) => createElement(
2098
+ StyledIcon,
2099
+ {
2100
+ ...props,
2101
+ size,
2102
+ viewBox: "0 0 24 24",
2103
+ fill: "none",
2104
+ ref: forwardRef2
2105
+ },
2106
+ /* @__PURE__ */ React.createElement("g", {
2107
+ clipPath: "url(#a)"
2108
+ }, /* @__PURE__ */ React.createElement("path", {
2109
+ stroke: "currentColor",
2110
+ strokeLinecap: "round",
2111
+ strokeWidth: 2,
2112
+ 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"
2113
+ })),
2114
+ /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
2115
+ id: "a"
2116
+ }, /* @__PURE__ */ React.createElement("path", {
2117
+ d: "M0 0h24v24H0z"
2118
+ })))
2119
+ )
2120
+ );
2121
+
2122
+ const IconPdf = forwardRef(
2123
+ ({ size = "medium", ...props }, forwardRef2) => createElement(
2124
+ StyledIcon,
2125
+ {
2126
+ ...props,
2127
+ size,
2128
+ viewBox: "0 0 24 24",
2129
+ fill: "none",
2130
+ ref: forwardRef2
2131
+ },
2132
+ /* @__PURE__ */ React.createElement("g", {
2133
+ clipPath: "url(#a)"
2134
+ }, /* @__PURE__ */ React.createElement("path", {
2135
+ stroke: "currentColor",
2136
+ strokeLinecap: "round",
2137
+ strokeLinejoin: "round",
2138
+ strokeWidth: 2,
2139
+ 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"
2140
+ })),
2141
+ /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
2142
+ id: "a"
2143
+ }, /* @__PURE__ */ React.createElement("path", {
2144
+ d: "M0 0h24v24H0z"
2145
+ })))
2146
+ )
2147
+ );
2148
+
2149
+ const IconPlaceholder = forwardRef(
2150
+ ({ size = "medium", ...props }, forwardRef2) => createElement(
2151
+ StyledIcon,
2152
+ {
2153
+ ...props,
2154
+ size,
2155
+ viewBox: "0 0 24 24",
2156
+ fill: "none",
2157
+ ref: forwardRef2
2158
+ },
2159
+ /* @__PURE__ */ React.createElement("path", {
2160
+ stroke: "currentColor",
2161
+ strokeLinecap: "round",
2162
+ strokeWidth: 2,
2163
+ d: "m3 3 18 18m0-18L3 21m18-9a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"
2164
+ })
2165
+ )
2166
+ );
2167
+
2168
+ const IconPlayCircle = forwardRef(
2169
+ ({ size = "medium", ...props }, forwardRef2) => createElement(
2170
+ StyledIcon,
2171
+ {
2172
+ ...props,
2173
+ size,
2174
+ viewBox: "0 0 24 24",
2175
+ fill: "none",
2176
+ ref: forwardRef2
2177
+ },
2178
+ /* @__PURE__ */ React.createElement("circle", {
2179
+ cx: 12,
2180
+ cy: 12,
2181
+ r: 8.5,
2182
+ stroke: "currentColor",
2183
+ strokeWidth: 2
2184
+ }),
2185
+ /* @__PURE__ */ React.createElement("path", {
2186
+ fill: "currentColor",
2187
+ 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"
2188
+ })
2189
+ )
2190
+ );
2191
+
2192
+ const IconPlaybackSpeedCircle = forwardRef(
2193
+ ({ size = "medium", ...props }, forwardRef2) => createElement(
2194
+ StyledIcon,
2195
+ {
2196
+ ...props,
2197
+ size,
2198
+ viewBox: "0 0 24 24",
2199
+ fill: "none",
2200
+ ref: forwardRef2
2201
+ },
2202
+ /* @__PURE__ */ React.createElement("path", {
2203
+ fill: "currentColor",
2204
+ 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"
2205
+ }),
2206
+ /* @__PURE__ */ React.createElement("path", {
2207
+ stroke: "currentColor",
2208
+ strokeLinecap: "round",
2209
+ strokeWidth: 2,
2210
+ 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"
2211
+ })
2212
+ )
2213
+ );
2214
+
2215
+ const IconPlug = forwardRef(
2216
+ ({ size = "medium", ...props }, forwardRef2) => createElement(
2217
+ StyledIcon,
2218
+ {
2219
+ ...props,
2220
+ size,
2221
+ viewBox: "0 0 24 24",
2222
+ fill: "none",
2223
+ ref: forwardRef2
2224
+ },
2225
+ /* @__PURE__ */ React.createElement("path", {
2226
+ stroke: "currentColor",
2227
+ strokeLinecap: "round",
2228
+ strokeWidth: 2,
2229
+ 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"
2230
+ })
2231
+ )
2232
+ );
2233
+
2234
+ const IconPlus = forwardRef(
2235
+ ({ size = "medium", ...props }, forwardRef2) => createElement(
2236
+ StyledIcon,
2237
+ {
2238
+ ...props,
2239
+ size,
2240
+ viewBox: "0 0 24 24",
2241
+ fill: "none",
2242
+ ref: forwardRef2
2243
+ },
2244
+ /* @__PURE__ */ React.createElement("path", {
2245
+ stroke: "currentColor",
2246
+ strokeLinecap: "round",
2247
+ strokeWidth: 2,
2248
+ d: "M5 12h14m-7-7v14"
2249
+ })
2250
+ )
2251
+ );
2252
+
2253
+ const IconPushPin = forwardRef(
2254
+ ({ size = "medium", ...props }, forwardRef2) => createElement(
2255
+ StyledIcon,
2256
+ {
2257
+ ...props,
2258
+ size,
2259
+ viewBox: "0 0 24 24",
2260
+ fill: "none",
2261
+ ref: forwardRef2
2262
+ },
2263
+ /* @__PURE__ */ React.createElement("g", {
2264
+ clipPath: "url(#a)"
2265
+ }, /* @__PURE__ */ React.createElement("path", {
2266
+ fill: "currentColor",
2267
+ 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"
2268
+ })),
2269
+ /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
2270
+ id: "a"
2271
+ }, /* @__PURE__ */ React.createElement("path", {
2272
+ d: "M0 0h24v24H0z"
2273
+ })))
2274
+ )
2275
+ );
2276
+
2277
+ const IconQuestionMarkCircle = forwardRef(
2278
+ ({ size = "medium", ...props }, forwardRef2) => createElement(
2279
+ StyledIcon,
2280
+ {
2281
+ ...props,
2282
+ size,
2283
+ viewBox: "0 0 24 24",
2284
+ fill: "none",
2285
+ ref: forwardRef2
2286
+ },
2287
+ /* @__PURE__ */ React.createElement("path", {
2288
+ stroke: "currentColor",
2289
+ strokeLinecap: "round",
2290
+ strokeWidth: 2,
2291
+ 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"
2292
+ })
2293
+ )
2294
+ );
2295
+
2296
+ const IconRhombus = forwardRef(
2297
+ ({ size = "medium", ...props }, forwardRef2) => createElement(
2298
+ StyledIcon,
2299
+ {
2300
+ ...props,
2301
+ size,
2302
+ viewBox: "0 0 24 24",
2303
+ fill: "none",
2304
+ ref: forwardRef2
2305
+ },
2306
+ /* @__PURE__ */ React.createElement("g", {
2307
+ clipPath: "url(#a)"
2308
+ }, /* @__PURE__ */ React.createElement("path", {
2309
+ stroke: "currentColor",
2310
+ strokeWidth: 2,
2311
+ 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"
2312
+ })),
2313
+ /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
2314
+ id: "a"
2315
+ }, /* @__PURE__ */ React.createElement("path", {
2316
+ d: "M0 0h24v24H0z"
2317
+ })))
2318
+ )
2319
+ );
2320
+
2321
+ const IconScrollbarXy = forwardRef(
2322
+ ({ size = "medium", ...props }, forwardRef2) => createElement(
2323
+ StyledIcon,
2324
+ {
2325
+ ...props,
2326
+ size,
2327
+ viewBox: "0 0 24 24",
2328
+ fill: "none",
2329
+ ref: forwardRef2
2330
+ },
2331
+ /* @__PURE__ */ React.createElement("path", {
2332
+ stroke: "currentColor",
2333
+ strokeLinecap: "round",
2334
+ strokeWidth: 2,
2335
+ 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"
2336
+ })
2337
+ )
2338
+ );
2339
+
2340
+ const IconShapes = forwardRef(
2341
+ ({ size = "medium", ...props }, forwardRef2) => createElement(
2342
+ StyledIcon,
2343
+ {
2344
+ ...props,
2345
+ size,
2346
+ viewBox: "0 0 24 24",
2347
+ fill: "none",
2348
+ ref: forwardRef2
2349
+ },
2350
+ /* @__PURE__ */ React.createElement("g", {
2351
+ clipPath: "url(#a)"
2352
+ }, /* @__PURE__ */ React.createElement("path", {
2353
+ stroke: "currentColor",
2354
+ strokeLinecap: "round",
2355
+ strokeWidth: 2,
2356
+ 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"
2357
+ })),
2358
+ /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
2359
+ id: "a"
2360
+ }, /* @__PURE__ */ React.createElement("path", {
2361
+ d: "M0 0h24v24H0z"
2362
+ })))
2363
+ )
2364
+ );
2365
+
2366
+ const IconShieldCheck = forwardRef(
2367
+ ({ size = "medium", ...props }, forwardRef2) => createElement(
2368
+ StyledIcon,
2369
+ {
2370
+ ...props,
2371
+ size,
2372
+ viewBox: "0 0 24 24",
2373
+ fill: "none",
2374
+ ref: forwardRef2
2375
+ },
2376
+ /* @__PURE__ */ React.createElement("g", {
2377
+ clipPath: "url(#a)"
2378
+ }, /* @__PURE__ */ React.createElement("path", {
2379
+ stroke: "currentColor",
2380
+ strokeLinecap: "round",
2381
+ strokeMiterlimit: 1.414,
2382
+ strokeWidth: 2,
2383
+ 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"
2384
+ })),
2385
+ /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
2386
+ id: "a"
2387
+ }, /* @__PURE__ */ React.createElement("path", {
2388
+ d: "M0 0h24v24H0z"
2389
+ })))
2390
+ )
2391
+ );
2392
+
2393
+ const IconShieldLock = forwardRef(
2394
+ ({ size = "medium", ...props }, forwardRef2) => createElement(
2395
+ StyledIcon,
2396
+ {
2397
+ ...props,
2398
+ size,
2399
+ viewBox: "0 0 24 24",
2400
+ fill: "none",
2401
+ ref: forwardRef2
2402
+ },
2403
+ /* @__PURE__ */ React.createElement("rect", {
2404
+ width: 8,
2405
+ height: 5,
2406
+ x: 8,
2407
+ y: 11,
2408
+ fill: "currentColor",
2409
+ rx: 1
2410
+ }),
2411
+ /* @__PURE__ */ React.createElement("path", {
2412
+ stroke: "currentColor",
2413
+ strokeMiterlimit: 1.414,
2414
+ strokeWidth: 2,
2415
+ 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"
2416
+ })
2417
+ )
2418
+ );
2419
+
2420
+ const IconSidebarClosed = forwardRef(
2421
+ ({ size = "medium", ...props }, forwardRef2) => createElement(
2422
+ StyledIcon,
2423
+ {
2424
+ ...props,
2425
+ size,
2426
+ viewBox: "0 0 24 24",
2427
+ fill: "none",
2428
+ ref: forwardRef2
2429
+ },
2430
+ /* @__PURE__ */ React.createElement("g", {
2431
+ clipPath: "url(#a)"
2432
+ }, /* @__PURE__ */ React.createElement("path", {
2433
+ stroke: "currentColor",
2434
+ strokeLinecap: "round",
2435
+ strokeLinejoin: "round",
2436
+ strokeMiterlimit: 1.414,
2437
+ strokeWidth: 2,
2438
+ 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"
2439
+ })),
2440
+ /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
2441
+ id: "a"
2442
+ }, /* @__PURE__ */ React.createElement("path", {
2443
+ d: "M0 0h24v24H0z"
2444
+ })))
2445
+ )
2446
+ );
2447
+
2448
+ const IconSidebarOpen = forwardRef(
2449
+ ({ size = "medium", ...props }, forwardRef2) => createElement(
2450
+ StyledIcon,
2451
+ {
2452
+ ...props,
2453
+ size,
2454
+ viewBox: "0 0 24 24",
2455
+ fill: "none",
2456
+ ref: forwardRef2
2457
+ },
2458
+ /* @__PURE__ */ React.createElement("path", {
2459
+ stroke: "currentColor",
2460
+ strokeLinecap: "round",
2461
+ strokeLinejoin: "round",
2462
+ strokeMiterlimit: 1.414,
2463
+ strokeWidth: 2,
2464
+ 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"
2465
+ }),
2466
+ /* @__PURE__ */ React.createElement("path", {
2467
+ fill: "currentColor",
2468
+ fillRule: "evenodd",
2469
+ 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",
2470
+ clipRule: "evenodd"
2471
+ })
2472
+ )
2473
+ );
2474
+
2475
+ const IconSlidersX = forwardRef(
2476
+ ({ size = "medium", ...props }, forwardRef2) => createElement(
2477
+ StyledIcon,
2478
+ {
2479
+ ...props,
2480
+ size,
2481
+ viewBox: "0 0 24 24",
2482
+ fill: "none",
2483
+ ref: forwardRef2
2484
+ },
2485
+ /* @__PURE__ */ React.createElement("g", {
2486
+ clipPath: "url(#a)"
2487
+ }, /* @__PURE__ */ React.createElement("path", {
2488
+ stroke: "currentColor",
2489
+ strokeLinecap: "round",
2490
+ strokeWidth: 2,
2491
+ 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"
2492
+ })),
2493
+ /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
2494
+ id: "a"
2495
+ }, /* @__PURE__ */ React.createElement("path", {
2496
+ d: "M0 0h24v24H0z"
2497
+ })))
2498
+ )
2499
+ );
2500
+
2501
+ const IconSlidersY = forwardRef(
2502
+ ({ size = "medium", ...props }, forwardRef2) => createElement(
2503
+ StyledIcon,
2504
+ {
2505
+ ...props,
2506
+ size,
2507
+ viewBox: "0 0 24 24",
2508
+ fill: "none",
2509
+ ref: forwardRef2
2510
+ },
2511
+ /* @__PURE__ */ React.createElement("g", {
2512
+ clipPath: "url(#a)"
2513
+ }, /* @__PURE__ */ React.createElement("path", {
2514
+ stroke: "currentColor",
2515
+ strokeLinecap: "round",
2516
+ strokeWidth: 2,
2517
+ 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"
2518
+ })),
2519
+ /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
2520
+ id: "a"
2521
+ }, /* @__PURE__ */ React.createElement("path", {
2522
+ d: "M0 0h24v24H0z"
2523
+ })))
2524
+ )
2525
+ );
2526
+
2527
+ const IconSocialFacebook = forwardRef(
2528
+ ({ size = "medium", ...props }, forwardRef2) => createElement(
2529
+ StyledIcon,
2530
+ {
2531
+ ...props,
2532
+ size,
2533
+ viewBox: "0 0 24 24",
2534
+ fill: "none",
2535
+ ref: forwardRef2
2536
+ },
2537
+ /* @__PURE__ */ React.createElement("path", {
2538
+ fill: "currentColor",
2539
+ 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"
2540
+ })
2541
+ )
2542
+ );
2543
+
2544
+ const IconSocialInstagram = forwardRef(
2545
+ ({ size = "medium", ...props }, forwardRef2) => createElement(
2546
+ StyledIcon,
2547
+ {
2548
+ ...props,
2549
+ size,
2550
+ viewBox: "0 0 24 24",
2551
+ fill: "none",
2552
+ ref: forwardRef2
2553
+ },
2554
+ /* @__PURE__ */ React.createElement("path", {
2555
+ fill: "currentColor",
2556
+ d: "M8.667 12a3.333 3.333 0 1 0 6.666 0 3.333 3.333 0 0 0-6.666 0Z"
2557
+ }),
2558
+ /* @__PURE__ */ React.createElement("path", {
2559
+ fill: "currentColor",
2560
+ fillRule: "evenodd",
2561
+ 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",
2562
+ clipRule: "evenodd"
2563
+ })
2564
+ )
2565
+ );
2566
+
2567
+ const IconSocialLinkedin = forwardRef(
2568
+ ({ size = "medium", ...props }, forwardRef2) => createElement(
2569
+ StyledIcon,
2570
+ {
2571
+ ...props,
2572
+ size,
2573
+ viewBox: "0 0 24 24",
2574
+ fill: "none",
2575
+ ref: forwardRef2
2576
+ },
2577
+ /* @__PURE__ */ React.createElement("path", {
2578
+ fill: "currentColor",
2579
+ 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"
2580
+ })
2581
+ )
2582
+ );
2583
+
2584
+ const IconSocialTwitter = forwardRef(
2585
+ ({ size = "medium", ...props }, forwardRef2) => createElement(
2586
+ StyledIcon,
2587
+ {
2588
+ ...props,
2589
+ size,
2590
+ viewBox: "0 0 24 24",
2591
+ fill: "none",
2592
+ ref: forwardRef2
2593
+ },
2594
+ /* @__PURE__ */ React.createElement("path", {
2595
+ fill: "currentColor",
2596
+ 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"
2597
+ })
2598
+ )
2599
+ );
2600
+
2601
+ const IconSocialYoutube = forwardRef(
771
2602
  ({ size = "medium", ...props }, forwardRef2) => createElement(
772
2603
  StyledIcon,
773
2604
  {
@@ -778,15 +2609,13 @@ const IconMinus = forwardRef(
778
2609
  ref: forwardRef2
779
2610
  },
780
2611
  /* @__PURE__ */ React.createElement("path", {
781
- stroke: "currentColor",
782
- strokeLinecap: "round",
783
- strokeWidth: 2,
784
- d: "M5 12h14"
2612
+ fill: "currentColor",
2613
+ 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"
785
2614
  })
786
2615
  )
787
2616
  );
788
2617
 
789
- const IconParallelogram = forwardRef(
2618
+ const IconSpeakerCross = forwardRef(
790
2619
  ({ size = "medium", ...props }, forwardRef2) => createElement(
791
2620
  StyledIcon,
792
2621
  {
@@ -800,8 +2629,9 @@ const IconParallelogram = forwardRef(
800
2629
  clipPath: "url(#a)"
801
2630
  }, /* @__PURE__ */ React.createElement("path", {
802
2631
  stroke: "currentColor",
2632
+ strokeLinecap: "round",
803
2633
  strokeWidth: 2,
804
- 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"
2634
+ 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"
805
2635
  })),
806
2636
  /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
807
2637
  id: "a"
@@ -811,7 +2641,7 @@ const IconParallelogram = forwardRef(
811
2641
  )
812
2642
  );
813
2643
 
814
- const IconPauseCircle = forwardRef(
2644
+ const IconSpeakerHigh = forwardRef(
815
2645
  ({ size = "medium", ...props }, forwardRef2) => createElement(
816
2646
  StyledIcon,
817
2647
  {
@@ -827,7 +2657,7 @@ const IconPauseCircle = forwardRef(
827
2657
  stroke: "currentColor",
828
2658
  strokeLinecap: "round",
829
2659
  strokeWidth: 2,
830
- 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"
2660
+ 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"
831
2661
  })),
832
2662
  /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
833
2663
  id: "a"
@@ -837,7 +2667,7 @@ const IconPauseCircle = forwardRef(
837
2667
  )
838
2668
  );
839
2669
 
840
- const IconPlaceholder = forwardRef(
2670
+ const IconSquareBracketsAngleSlash = forwardRef(
841
2671
  ({ size = "medium", ...props }, forwardRef2) => createElement(
842
2672
  StyledIcon,
843
2673
  {
@@ -847,41 +2677,23 @@ const IconPlaceholder = forwardRef(
847
2677
  fill: "none",
848
2678
  ref: forwardRef2
849
2679
  },
850
- /* @__PURE__ */ React.createElement("path", {
2680
+ /* @__PURE__ */ React.createElement("g", {
2681
+ clipPath: "url(#a)"
2682
+ }, /* @__PURE__ */ React.createElement("path", {
851
2683
  stroke: "currentColor",
852
2684
  strokeLinecap: "round",
853
2685
  strokeWidth: 2,
854
- d: "m3 3 18 18m0-18L3 21m18-9a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"
855
- })
856
- )
857
- );
858
-
859
- const IconPlayCircle = forwardRef(
860
- ({ size = "medium", ...props }, forwardRef2) => createElement(
861
- StyledIcon,
862
- {
863
- ...props,
864
- size,
865
- viewBox: "0 0 24 24",
866
- fill: "none",
867
- ref: forwardRef2
868
- },
869
- /* @__PURE__ */ React.createElement("circle", {
870
- cx: 12,
871
- cy: 12,
872
- r: 8.5,
873
- stroke: "currentColor",
874
- strokeWidth: 2
875
- }),
876
- /* @__PURE__ */ React.createElement("path", {
877
- fill: "currentColor",
878
- stroke: "currentColor",
879
- d: "M15.099 12 10.5 15.066V8.934L15.099 12Z"
880
- })
2686
+ 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"
2687
+ })),
2688
+ /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
2689
+ id: "a"
2690
+ }, /* @__PURE__ */ React.createElement("path", {
2691
+ d: "M0 0h24v24H0z"
2692
+ })))
881
2693
  )
882
2694
  );
883
2695
 
884
- const IconPlaybackSpeedCircle = forwardRef(
2696
+ const IconSquareCirclesTwo = forwardRef(
885
2697
  ({ size = "medium", ...props }, forwardRef2) => createElement(
886
2698
  StyledIcon,
887
2699
  {
@@ -895,36 +2707,16 @@ const IconPlaybackSpeedCircle = forwardRef(
895
2707
  stroke: "currentColor",
896
2708
  strokeLinecap: "round",
897
2709
  strokeWidth: 2,
898
- d: "M10.583 3.618a8.5 8.5 0 1 1 .173 16.792M7.3 4.917a8.547 8.547 0 0 0-2.222 2.15m-1.444 3.421a8.55 8.55 0 0 0-.016 2.929m1.479 3.543a8.55 8.55 0 0 0 1.709 1.769"
2710
+ 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"
899
2711
  }),
900
2712
  /* @__PURE__ */ React.createElement("path", {
901
2713
  fill: "currentColor",
902
- stroke: "currentColor",
903
- d: "M15.099 12 10.5 15.066V8.934L15.099 12Z"
904
- })
905
- )
906
- );
907
-
908
- const IconPlug = forwardRef(
909
- ({ size = "medium", ...props }, forwardRef2) => createElement(
910
- StyledIcon,
911
- {
912
- ...props,
913
- size,
914
- viewBox: "0 0 24 24",
915
- fill: "none",
916
- ref: forwardRef2
917
- },
918
- /* @__PURE__ */ React.createElement("path", {
919
- stroke: "currentColor",
920
- strokeLinecap: "round",
921
- strokeWidth: 2,
922
- 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"
2714
+ 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"
923
2715
  })
924
2716
  )
925
2717
  );
926
2718
 
927
- const IconPlus = forwardRef(
2719
+ const IconSquareRounded = forwardRef(
928
2720
  ({ size = "medium", ...props }, forwardRef2) => createElement(
929
2721
  StyledIcon,
930
2722
  {
@@ -934,16 +2726,22 @@ const IconPlus = forwardRef(
934
2726
  fill: "none",
935
2727
  ref: forwardRef2
936
2728
  },
937
- /* @__PURE__ */ React.createElement("path", {
2729
+ /* @__PURE__ */ React.createElement("g", {
2730
+ clipPath: "url(#a)"
2731
+ }, /* @__PURE__ */ React.createElement("path", {
938
2732
  stroke: "currentColor",
939
- strokeLinecap: "round",
940
2733
  strokeWidth: 2,
941
- d: "M5 12h14m-7-7v14"
942
- })
2734
+ 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"
2735
+ })),
2736
+ /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
2737
+ id: "a"
2738
+ }, /* @__PURE__ */ React.createElement("path", {
2739
+ d: "M0 0h24v24H0z"
2740
+ })))
943
2741
  )
944
2742
  );
945
2743
 
946
- const IconQuestionMarkCircle = forwardRef(
2744
+ const IconSquareTriangleCirclePlus = forwardRef(
947
2745
  ({ size = "medium", ...props }, forwardRef2) => createElement(
948
2746
  StyledIcon,
949
2747
  {
@@ -953,16 +2751,23 @@ const IconQuestionMarkCircle = forwardRef(
953
2751
  fill: "none",
954
2752
  ref: forwardRef2
955
2753
  },
956
- /* @__PURE__ */ React.createElement("path", {
2754
+ /* @__PURE__ */ React.createElement("g", {
2755
+ clipPath: "url(#a)"
2756
+ }, /* @__PURE__ */ React.createElement("path", {
957
2757
  stroke: "currentColor",
958
2758
  strokeLinecap: "round",
959
2759
  strokeWidth: 2,
960
- 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"
961
- })
2760
+ 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"
2761
+ })),
2762
+ /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
2763
+ id: "a"
2764
+ }, /* @__PURE__ */ React.createElement("path", {
2765
+ d: "M0 0h24v24H0z"
2766
+ })))
962
2767
  )
963
2768
  );
964
2769
 
965
- const IconRhombus = forwardRef(
2770
+ const IconSquare = forwardRef(
966
2771
  ({ size = "medium", ...props }, forwardRef2) => createElement(
967
2772
  StyledIcon,
968
2773
  {
@@ -977,7 +2782,7 @@ const IconRhombus = forwardRef(
977
2782
  }, /* @__PURE__ */ React.createElement("path", {
978
2783
  stroke: "currentColor",
979
2784
  strokeWidth: 2,
980
- 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"
2785
+ 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"
981
2786
  })),
982
2787
  /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
983
2788
  id: "a"
@@ -987,7 +2792,7 @@ const IconRhombus = forwardRef(
987
2792
  )
988
2793
  );
989
2794
 
990
- const IconShapes = forwardRef(
2795
+ const IconSquaresFour = forwardRef(
991
2796
  ({ size = "medium", ...props }, forwardRef2) => createElement(
992
2797
  StyledIcon,
993
2798
  {
@@ -998,12 +2803,12 @@ const IconShapes = forwardRef(
998
2803
  ref: forwardRef2
999
2804
  },
1000
2805
  /* @__PURE__ */ React.createElement("g", {
1001
- clipPath: "url(#a)"
1002
- }, /* @__PURE__ */ React.createElement("path", {
1003
2806
  stroke: "currentColor",
1004
2807
  strokeLinecap: "round",
1005
2808
  strokeWidth: 2,
1006
- 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"
2809
+ clipPath: "url(#a)"
2810
+ }, /* @__PURE__ */ React.createElement("path", {
2811
+ 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"
1007
2812
  })),
1008
2813
  /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
1009
2814
  id: "a"
@@ -1013,7 +2818,7 @@ const IconShapes = forwardRef(
1013
2818
  )
1014
2819
  );
1015
2820
 
1016
- const IconSlidersX = forwardRef(
2821
+ const IconSquaresThree = forwardRef(
1017
2822
  ({ size = "medium", ...props }, forwardRef2) => createElement(
1018
2823
  StyledIcon,
1019
2824
  {
@@ -1024,12 +2829,12 @@ const IconSlidersX = forwardRef(
1024
2829
  ref: forwardRef2
1025
2830
  },
1026
2831
  /* @__PURE__ */ React.createElement("g", {
1027
- clipPath: "url(#a)"
1028
- }, /* @__PURE__ */ React.createElement("path", {
1029
2832
  stroke: "currentColor",
1030
2833
  strokeLinecap: "round",
1031
2834
  strokeWidth: 2,
1032
- 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"
2835
+ clipPath: "url(#a)"
2836
+ }, /* @__PURE__ */ React.createElement("path", {
2837
+ 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"
1033
2838
  })),
1034
2839
  /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
1035
2840
  id: "a"
@@ -1039,7 +2844,7 @@ const IconSlidersX = forwardRef(
1039
2844
  )
1040
2845
  );
1041
2846
 
1042
- const IconSlidersY = forwardRef(
2847
+ const IconStickyNote = forwardRef(
1043
2848
  ({ size = "medium", ...props }, forwardRef2) => createElement(
1044
2849
  StyledIcon,
1045
2850
  {
@@ -1053,9 +2858,9 @@ const IconSlidersY = forwardRef(
1053
2858
  clipPath: "url(#a)"
1054
2859
  }, /* @__PURE__ */ React.createElement("path", {
1055
2860
  stroke: "currentColor",
1056
- strokeLinecap: "round",
2861
+ strokeLinecap: "square",
1057
2862
  strokeWidth: 2,
1058
- 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"
2863
+ 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"
1059
2864
  })),
1060
2865
  /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
1061
2866
  id: "a"
@@ -1065,7 +2870,7 @@ const IconSlidersY = forwardRef(
1065
2870
  )
1066
2871
  );
1067
2872
 
1068
- const IconSocialFacebook = forwardRef(
2873
+ const IconStopCircle = forwardRef(
1069
2874
  ({ size = "medium", ...props }, forwardRef2) => createElement(
1070
2875
  StyledIcon,
1071
2876
  {
@@ -1075,14 +2880,21 @@ const IconSocialFacebook = forwardRef(
1075
2880
  fill: "none",
1076
2881
  ref: forwardRef2
1077
2882
  },
2883
+ /* @__PURE__ */ React.createElement("circle", {
2884
+ cx: 12,
2885
+ cy: 12,
2886
+ r: 8.5,
2887
+ stroke: "currentColor",
2888
+ strokeWidth: 2
2889
+ }),
1078
2890
  /* @__PURE__ */ React.createElement("path", {
1079
2891
  fill: "currentColor",
1080
- 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"
2892
+ 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"
1081
2893
  })
1082
2894
  )
1083
2895
  );
1084
2896
 
1085
- const IconSocialInstagram = forwardRef(
2897
+ const IconTag = forwardRef(
1086
2898
  ({ size = "medium", ...props }, forwardRef2) => createElement(
1087
2899
  StyledIcon,
1088
2900
  {
@@ -1093,19 +2905,23 @@ const IconSocialInstagram = forwardRef(
1093
2905
  ref: forwardRef2
1094
2906
  },
1095
2907
  /* @__PURE__ */ React.createElement("path", {
1096
- fill: "currentColor",
1097
- d: "M8.667 12a3.333 3.333 0 1 0 6.666 0 3.333 3.333 0 0 0-6.666 0Z"
2908
+ stroke: "currentColor",
2909
+ strokeLinecap: "square",
2910
+ strokeLinejoin: "round",
2911
+ strokeMiterlimit: 1.414,
2912
+ strokeWidth: 2,
2913
+ d: "M11.953 4H4v8l8.839 8.617 7.778-7.778L11.953 4Z"
1098
2914
  }),
1099
- /* @__PURE__ */ React.createElement("path", {
1100
- fill: "currentColor",
1101
- fillRule: "evenodd",
1102
- 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",
1103
- clipRule: "evenodd"
2915
+ /* @__PURE__ */ React.createElement("circle", {
2916
+ cx: 8.5,
2917
+ cy: 8.5,
2918
+ r: 1.5,
2919
+ fill: "currentColor"
1104
2920
  })
1105
2921
  )
1106
2922
  );
1107
2923
 
1108
- const IconSocialLinkedin = forwardRef(
2924
+ const IconTextT = forwardRef(
1109
2925
  ({ size = "medium", ...props }, forwardRef2) => createElement(
1110
2926
  StyledIcon,
1111
2927
  {
@@ -1115,14 +2931,49 @@ const IconSocialLinkedin = forwardRef(
1115
2931
  fill: "none",
1116
2932
  ref: forwardRef2
1117
2933
  },
1118
- /* @__PURE__ */ React.createElement("path", {
1119
- fill: "currentColor",
1120
- d: "M20.52 2c.816 0 1.48.646 1.48 1.442v17.115c0 .796-.664 1.443-1.48 1.443H3.475C2.661 22 2 21.353 2 20.557V3.442C2 2.646 2.661 2 3.475 2h17.046Zm-1.477 17.042v-5.234c0-2.57-.555-4.547-3.558-4.547-1.444 0-2.412.791-2.807 1.542h-.04V9.498H9.793v9.544h2.963v-4.72c0-1.246.235-2.452 1.779-2.452 1.522 0 1.541 1.424 1.541 2.53v4.642h2.966ZM7.933 9.498h-2.97v9.544h2.97V9.498ZM6.449 4.753a1.72 1.72 0 1 0-.003 3.44 1.72 1.72 0 0 0 .003-3.44Z"
1121
- })
2934
+ /* @__PURE__ */ React.createElement("g", {
2935
+ clipPath: "url(#a)"
2936
+ }, /* @__PURE__ */ React.createElement("path", {
2937
+ stroke: "currentColor",
2938
+ strokeLinecap: "round",
2939
+ strokeWidth: 2,
2940
+ d: "M4 7V4.5a.5.5 0 0 1 .5-.5H12m8 3V4.5a.5.5 0 0 0-.5-.5H12m0 0v16m0 0H9m3 0h3"
2941
+ })),
2942
+ /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
2943
+ id: "a"
2944
+ }, /* @__PURE__ */ React.createElement("path", {
2945
+ d: "M0 0h24v24H0z"
2946
+ })))
1122
2947
  )
1123
2948
  );
1124
2949
 
1125
- const IconSocialTwitter = forwardRef(
2950
+ const IconThumbsUp = forwardRef(
2951
+ ({ size = "medium", ...props }, forwardRef2) => createElement(
2952
+ StyledIcon,
2953
+ {
2954
+ ...props,
2955
+ size,
2956
+ viewBox: "0 0 24 24",
2957
+ fill: "none",
2958
+ ref: forwardRef2
2959
+ },
2960
+ /* @__PURE__ */ React.createElement("g", {
2961
+ clipPath: "url(#a)"
2962
+ }, /* @__PURE__ */ React.createElement("path", {
2963
+ stroke: "currentColor",
2964
+ strokeLinecap: "round",
2965
+ strokeWidth: 2,
2966
+ 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"
2967
+ })),
2968
+ /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
2969
+ id: "a"
2970
+ }, /* @__PURE__ */ React.createElement("path", {
2971
+ d: "M0 0h24v24H0z"
2972
+ })))
2973
+ )
2974
+ );
2975
+
2976
+ const IconTicket = forwardRef(
1126
2977
  ({ size = "medium", ...props }, forwardRef2) => createElement(
1127
2978
  StyledIcon,
1128
2979
  {
@@ -1134,12 +2985,12 @@ const IconSocialTwitter = forwardRef(
1134
2985
  },
1135
2986
  /* @__PURE__ */ React.createElement("path", {
1136
2987
  fill: "currentColor",
1137
- 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"
2988
+ 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"
1138
2989
  })
1139
2990
  )
1140
2991
  );
1141
2992
 
1142
- const IconSocialYoutube = forwardRef(
2993
+ const IconTimer = forwardRef(
1143
2994
  ({ size = "medium", ...props }, forwardRef2) => createElement(
1144
2995
  StyledIcon,
1145
2996
  {
@@ -1151,12 +3002,18 @@ const IconSocialYoutube = forwardRef(
1151
3002
  },
1152
3003
  /* @__PURE__ */ React.createElement("path", {
1153
3004
  fill: "currentColor",
1154
- 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"
3005
+ 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"
3006
+ }),
3007
+ /* @__PURE__ */ React.createElement("circle", {
3008
+ cx: 12,
3009
+ cy: 12,
3010
+ r: 2,
3011
+ fill: "currentColor"
1155
3012
  })
1156
3013
  )
1157
3014
  );
1158
3015
 
1159
- const IconSpeakerCross = forwardRef(
3016
+ const IconTrackpad = forwardRef(
1160
3017
  ({ size = "medium", ...props }, forwardRef2) => createElement(
1161
3018
  StyledIcon,
1162
3019
  {
@@ -1166,23 +3023,15 @@ const IconSpeakerCross = forwardRef(
1166
3023
  fill: "none",
1167
3024
  ref: forwardRef2
1168
3025
  },
1169
- /* @__PURE__ */ React.createElement("g", {
1170
- clipPath: "url(#a)"
1171
- }, /* @__PURE__ */ React.createElement("path", {
3026
+ /* @__PURE__ */ React.createElement("path", {
1172
3027
  stroke: "currentColor",
1173
- strokeLinecap: "round",
1174
3028
  strokeWidth: 2,
1175
- 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"
1176
- })),
1177
- /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
1178
- id: "a"
1179
- }, /* @__PURE__ */ React.createElement("path", {
1180
- d: "M0 0h24v24H0z"
1181
- })))
3029
+ 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"
3030
+ })
1182
3031
  )
1183
3032
  );
1184
3033
 
1185
- const IconSpeakerHigh = forwardRef(
3034
+ const IconTrashSimple = forwardRef(
1186
3035
  ({ size = "medium", ...props }, forwardRef2) => createElement(
1187
3036
  StyledIcon,
1188
3037
  {
@@ -1197,8 +3046,9 @@ const IconSpeakerHigh = forwardRef(
1197
3046
  }, /* @__PURE__ */ React.createElement("path", {
1198
3047
  stroke: "currentColor",
1199
3048
  strokeLinecap: "round",
3049
+ strokeMiterlimit: 1.414,
1200
3050
  strokeWidth: 2,
1201
- 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"
3051
+ d: "M4 5h8m8 0h-8m0 0V3M6 8v12.75c0 .138.112.25.25.25h11.5a.25.25 0 0 0 .25-.25V8"
1202
3052
  })),
1203
3053
  /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
1204
3054
  id: "a"
@@ -1208,7 +3058,7 @@ const IconSpeakerHigh = forwardRef(
1208
3058
  )
1209
3059
  );
1210
3060
 
1211
- const IconSquareRounded = forwardRef(
3061
+ const IconTrash = forwardRef(
1212
3062
  ({ size = "medium", ...props }, forwardRef2) => createElement(
1213
3063
  StyledIcon,
1214
3064
  {
@@ -1222,8 +3072,10 @@ const IconSquareRounded = forwardRef(
1222
3072
  clipPath: "url(#a)"
1223
3073
  }, /* @__PURE__ */ React.createElement("path", {
1224
3074
  stroke: "currentColor",
3075
+ strokeLinecap: "round",
3076
+ strokeMiterlimit: 1.414,
1225
3077
  strokeWidth: 2,
1226
- 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"
3078
+ d: "M4 5h8m8 0h-8m0 0V3M6 8v12.75c0 .138.112.25.25.25h11.5a.25.25 0 0 0 .25-.25V8m-8 0v9m4-9v9"
1227
3079
  })),
1228
3080
  /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
1229
3081
  id: "a"
@@ -1233,7 +3085,7 @@ const IconSquareRounded = forwardRef(
1233
3085
  )
1234
3086
  );
1235
3087
 
1236
- const IconSquare = forwardRef(
3088
+ const IconTriangle = forwardRef(
1237
3089
  ({ size = "medium", ...props }, forwardRef2) => createElement(
1238
3090
  StyledIcon,
1239
3091
  {
@@ -1248,7 +3100,7 @@ const IconSquare = forwardRef(
1248
3100
  }, /* @__PURE__ */ React.createElement("path", {
1249
3101
  stroke: "currentColor",
1250
3102
  strokeWidth: 2,
1251
- 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"
3103
+ 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"
1252
3104
  })),
1253
3105
  /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
1254
3106
  id: "a"
@@ -1258,31 +3110,7 @@ const IconSquare = forwardRef(
1258
3110
  )
1259
3111
  );
1260
3112
 
1261
- const IconStopCircle = forwardRef(
1262
- ({ size = "medium", ...props }, forwardRef2) => createElement(
1263
- StyledIcon,
1264
- {
1265
- ...props,
1266
- size,
1267
- viewBox: "0 0 24 24",
1268
- fill: "none",
1269
- ref: forwardRef2
1270
- },
1271
- /* @__PURE__ */ React.createElement("circle", {
1272
- cx: 12,
1273
- cy: 12,
1274
- r: 8.5,
1275
- stroke: "currentColor",
1276
- strokeWidth: 2
1277
- }),
1278
- /* @__PURE__ */ React.createElement("path", {
1279
- fill: "currentColor",
1280
- 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"
1281
- })
1282
- )
1283
- );
1284
-
1285
- const IconTriangle = forwardRef(
3113
+ const IconTrident = forwardRef(
1286
3114
  ({ size = "medium", ...props }, forwardRef2) => createElement(
1287
3115
  StyledIcon,
1288
3116
  {
@@ -1296,8 +3124,22 @@ const IconTriangle = forwardRef(
1296
3124
  clipPath: "url(#a)"
1297
3125
  }, /* @__PURE__ */ React.createElement("path", {
1298
3126
  stroke: "currentColor",
3127
+ strokeLinecap: "round",
3128
+ strokeLinejoin: "round",
1299
3129
  strokeWidth: 2,
1300
- 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"
3130
+ 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"
3131
+ }), /* @__PURE__ */ React.createElement("path", {
3132
+ fill: "currentColor",
3133
+ 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"
3134
+ }), /* @__PURE__ */ React.createElement("path", {
3135
+ fill: "currentColor",
3136
+ 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"
3137
+ }), /* @__PURE__ */ React.createElement("path", {
3138
+ fill: "currentColor",
3139
+ 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"
3140
+ }), /* @__PURE__ */ React.createElement("path", {
3141
+ fill: "currentColor",
3142
+ 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"
1301
3143
  })),
1302
3144
  /* @__PURE__ */ React.createElement("defs", null, /* @__PURE__ */ React.createElement("clipPath", {
1303
3145
  id: "a"
@@ -1387,5 +3229,5 @@ const IconWallet = forwardRef(
1387
3229
  )
1388
3230
  );
1389
3231
 
1390
- export { IconArrowBoxOut, IconArrowDown, IconArrowDownLeft, IconArrowDownRight, IconArrowFatRight, IconArrowLeft, IconArrowRight, IconArrowUp, IconArrowUpLeft, IconArrowUpRight, IconBarThree, IconChat, IconCheckMark, IconChevronDown, IconChevronLeft, IconChevronRight, IconChevronUp, IconCircle, IconCircleMotionX, IconCog, IconCross, IconCrossCircle, IconEnvelope, IconExclamationPointCircle, IconFunnel, IconGlobe, IconHouse, IconInformationMarkCircle, IconLineDiagonal, IconLink, IconLockClosed, IconLockOpen, IconMagnifyingGlass, IconMicrophone, IconMicrophoneSlash, IconMinus, IconParallelogram, IconPauseCircle, IconPlaceholder, IconPlayCircle, IconPlaybackSpeedCircle, IconPlug, IconPlus, IconQuestionMarkCircle, IconRhombus, IconShapes, IconSlidersX, IconSlidersY, IconSocialFacebook, IconSocialInstagram, IconSocialLinkedin, IconSocialTwitter, IconSocialYoutube, IconSpeakerCross, IconSpeakerHigh, IconSquare, IconSquareRounded, IconStopCircle, IconTriangle, IconUser, IconUserAdd, IconUsers, IconWallet };
3232
+ export { IconAlignBottom, IconAlignLeft, IconAlignRight, IconAlignTop, IconArrowBoxOut, IconArrowClockwiseDownRight, IconArrowClockwiseUpLeft, IconArrowCounterClockwiseDownLeft, IconArrowCounterClockwiseUpRight, IconArrowDown, IconArrowDownLeft, IconArrowDownRight, IconArrowFatRight, IconArrowLeft, IconArrowRight, IconArrowUp, IconArrowUpLeft, IconArrowUpRight, IconArrowsClockwiseX, IconArrowsClockwiseY, IconArticle, IconBarThree, IconBell, IconBellSlash, IconBellTilt, IconBracketsAngleSlash, IconBracketsCurlyCirclesThree, IconCalendarBlank, IconCamera, IconCard, IconCardNumberThree, IconCardsPoker, IconChartBarY, IconChartBarYSimple, IconChat, IconCheckMark, IconChevronDown, IconChevronLeft, IconChevronRight, IconChevronUp, IconCircle, IconCircleMotionX, IconCircleNotch, IconCirclesConnected, IconClock, IconClockCounterClockwise, IconClockCounterClockwiseSimple, IconClockOvertime, IconCluster, IconClustered, IconCog, IconCreditCard, IconCrop, IconCross, IconCrossCircle, IconCursor, IconCursorFilled, IconEnvelope, IconExclamationPointCircle, IconFactory, IconFactoryHouse, IconFunnel, IconGauge, IconGlobe, IconGraduationCap, IconHand, IconHandFilled, IconHouse, IconImage, IconInformationMarkCircle, IconKanban, IconKey, IconKeycap, IconLaptop, IconLifesaver, IconLightning, IconLineDiagonal, IconLink, IconLockClosed, IconLockOpen, IconMagnet, IconMagnifyingGlass, IconMap, IconMicrophone, IconMicrophoneSlash, IconMinus, IconMouse, IconParallelogram, IconPauseCircle, IconPdf, IconPlaceholder, IconPlayCircle, IconPlaybackSpeedCircle, IconPlug, IconPlus, IconPushPin, IconQuestionMarkCircle, IconRhombus, IconScrollbarXy, IconShapes, IconShieldCheck, IconShieldLock, IconSidebarClosed, IconSidebarOpen, IconSlidersX, IconSlidersY, IconSocialFacebook, IconSocialInstagram, IconSocialLinkedin, IconSocialTwitter, IconSocialYoutube, IconSpeakerCross, IconSpeakerHigh, IconSquare, IconSquareBracketsAngleSlash, IconSquareCirclesTwo, IconSquareRounded, IconSquareTriangleCirclePlus, IconSquaresFour, IconSquaresThree, IconStickyNote, IconStopCircle, IconTag, IconTextT, IconThumbsUp, IconTicket, IconTimer, IconTrackpad, IconTrash, IconTrashSimple, IconTriangle, IconTrident, IconUser, IconUserAdd, IconUsers, IconWallet };
1391
3233
  //# sourceMappingURL=module.js.map