@baseline-ui/icons 0.4.0 → 0.5.1

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.
@@ -0,0 +1,403 @@
1
+ // src/24/AvatarIcon.tsx
2
+ import { jsx, jsxs } from "react/jsx-runtime";
3
+ var SvgAvatarIcon = ({ title, titleId, ...props }) =>
4
+ /* @__PURE__ */ jsxs("svg", {
5
+ xmlns: "http://www.w3.org/2000/svg",
6
+ width: props.size || "1em",
7
+ height: props.size || "1em",
8
+ fill: "none",
9
+ viewBox: "0 0 24 24",
10
+ "aria-labelledby": titleId,
11
+ ...props,
12
+ children: [
13
+ title
14
+ ? /* @__PURE__ */ jsx("title", { id: titleId, children: title })
15
+ : null,
16
+ /* @__PURE__ */ jsx("path", {
17
+ fill: "currentColor",
18
+ fillRule: "evenodd",
19
+ d: "M12 12a3 3 0 1 0 0-6 3 3 0 1 0 0 6Zm0 1.5c-2.002 0-6 1.005-6 3V18h12v-1.5c0-1.995-3.998-3-6-3Z",
20
+ clipRule: "evenodd",
21
+ }),
22
+ ],
23
+ });
24
+ var AvatarIcon_default = SvgAvatarIcon;
25
+
26
+ // src/24/BinIcon.tsx
27
+ import { jsx as jsx2, jsxs as jsxs2 } from "react/jsx-runtime";
28
+ var SvgBinIcon = ({ title, titleId, ...props }) =>
29
+ /* @__PURE__ */ jsxs2("svg", {
30
+ xmlns: "http://www.w3.org/2000/svg",
31
+ width: props.size || "1em",
32
+ height: props.size || "1em",
33
+ fill: "none",
34
+ viewBox: "0 0 24 24",
35
+ "aria-labelledby": titleId,
36
+ ...props,
37
+ children: [
38
+ title
39
+ ? /* @__PURE__ */ jsx2("title", { id: titleId, children: title })
40
+ : null,
41
+ /* @__PURE__ */ jsx2("mask", {
42
+ id: "bin-icon_svg__a",
43
+ fill: "#fff",
44
+ children: /* @__PURE__ */ jsx2("path", {
45
+ d: "M6 17V7h12v10a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2Z",
46
+ }),
47
+ }),
48
+ /* @__PURE__ */ jsx2("path", {
49
+ fill: "currentColor",
50
+ d: "M6 7V6H5v1h1Zm12 0h1V6h-1v1ZM5 7v10h2V7H5Zm3 13h8v-2H8v2Zm11-3V7h-2v10h2ZM18 6H6v2h12V6Zm-2 14a3 3 0 0 0 3-3h-2a1 1 0 0 1-1 1v2ZM5 17a3 3 0 0 0 3 3v-2a1 1 0 0 1-1-1H5Z",
51
+ mask: "url(#bin-icon_svg__a)",
52
+ }),
53
+ /* @__PURE__ */ jsx2("path", {
54
+ stroke: "currentColor",
55
+ d: "M5.5 7V6a.5.5 0 0 1 .5-.5h12a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5H6a.5.5 0 0 1-.5-.5Z",
56
+ }),
57
+ /* @__PURE__ */ jsx2("path", {
58
+ fill: "currentColor",
59
+ d: "M11 5v-.5h-1V5h1Zm.5-1h1V3h-1v1Zm1.5.5V5h1v-.5h-1Zm-.5-.5a.5.5 0 0 1 .5.5h1A1.5 1.5 0 0 0 12.5 3v1Zm-1.5.5a.5.5 0 0 1 .5-.5V3A1.5 1.5 0 0 0 10 4.5h1Z",
60
+ }),
61
+ /* @__PURE__ */ jsx2("path", {
62
+ stroke: "currentColor",
63
+ d: "M9.5 10v6M12 10v6M14.5 10v6",
64
+ }),
65
+ ],
66
+ });
67
+ var BinIcon_default = SvgBinIcon;
68
+
69
+ // src/24/CaretLeftIcon.tsx
70
+ import { jsx as jsx3, jsxs as jsxs3 } from "react/jsx-runtime";
71
+ var SvgCaretLeftIcon = ({ title, titleId, ...props }) =>
72
+ /* @__PURE__ */ jsxs3("svg", {
73
+ xmlns: "http://www.w3.org/2000/svg",
74
+ width: props.size || "1em",
75
+ height: props.size || "1em",
76
+ fill: "none",
77
+ viewBox: "0 0 24 24",
78
+ "aria-labelledby": titleId,
79
+ ...props,
80
+ children: [
81
+ title
82
+ ? /* @__PURE__ */ jsx3("title", { id: titleId, children: title })
83
+ : null,
84
+ /* @__PURE__ */ jsx3("path", {
85
+ fill: "currentColor",
86
+ fillRule: "evenodd",
87
+ d: "M15.53 18.53a.75.75 0 0 0 0-1.06L10.06 12l5.47-5.47a.75.75 0 0 0-1.06-1.06l-6 6a.75.75 0 0 0 0 1.06l6 6a.75.75 0 0 0 1.06 0Z",
88
+ clipRule: "evenodd",
89
+ }),
90
+ ],
91
+ });
92
+ var CaretLeftIcon_default = SvgCaretLeftIcon;
93
+
94
+ // src/24/CaretRightIcon.tsx
95
+ import { jsx as jsx4, jsxs as jsxs4 } from "react/jsx-runtime";
96
+ var SvgCaretRightIcon = ({ title, titleId, ...props }) =>
97
+ /* @__PURE__ */ jsxs4("svg", {
98
+ xmlns: "http://www.w3.org/2000/svg",
99
+ width: props.size || "1em",
100
+ height: props.size || "1em",
101
+ fill: "none",
102
+ viewBox: "0 0 24 24",
103
+ "aria-labelledby": titleId,
104
+ ...props,
105
+ children: [
106
+ title
107
+ ? /* @__PURE__ */ jsx4("title", { id: titleId, children: title })
108
+ : null,
109
+ /* @__PURE__ */ jsx4("path", {
110
+ fill: "currentColor",
111
+ fillRule: "evenodd",
112
+ d: "M8.47 5.47a.75.75 0 0 0 0 1.06L13.94 12l-5.47 5.47a.75.75 0 1 0 1.06 1.06l6-6a.75.75 0 0 0 0-1.06l-6-6a.75.75 0 0 0-1.06 0Z",
113
+ clipRule: "evenodd",
114
+ }),
115
+ ],
116
+ });
117
+ var CaretRightIcon_default = SvgCaretRightIcon;
118
+
119
+ // src/24/CheckmarkIcon.tsx
120
+ import { jsx as jsx5, jsxs as jsxs5 } from "react/jsx-runtime";
121
+ var SvgCheckmarkIcon = ({ title, titleId, ...props }) =>
122
+ /* @__PURE__ */ jsxs5("svg", {
123
+ xmlns: "http://www.w3.org/2000/svg",
124
+ width: props.size || "1em",
125
+ height: props.size || "1em",
126
+ fill: "none",
127
+ viewBox: "0 0 24 24",
128
+ "aria-labelledby": titleId,
129
+ ...props,
130
+ children: [
131
+ title
132
+ ? /* @__PURE__ */ jsx5("title", { id: titleId, children: title })
133
+ : null,
134
+ /* @__PURE__ */ jsx5("path", {
135
+ fill: "currentColor",
136
+ fillRule: "evenodd",
137
+ d: "M19.688 6.802a.75.75 0 0 1 0 1.06L9.332 18.219 4.47 13.355a.75.75 0 0 1 1.06-1.06l3.802 3.802 9.295-9.295a.75.75 0 0 1 1.06 0Z",
138
+ clipRule: "evenodd",
139
+ }),
140
+ ],
141
+ });
142
+ var CheckmarkIcon_default = SvgCheckmarkIcon;
143
+
144
+ // src/24/DragIndicatorIcon.tsx
145
+ import { jsx as jsx6, jsxs as jsxs6 } from "react/jsx-runtime";
146
+ var SvgDragIndicatorIcon = ({ title, titleId, ...props }) =>
147
+ /* @__PURE__ */ jsxs6("svg", {
148
+ xmlns: "http://www.w3.org/2000/svg",
149
+ width: props.size || "1em",
150
+ height: props.size || "1em",
151
+ fill: "none",
152
+ viewBox: "0 0 24 24",
153
+ "aria-labelledby": titleId,
154
+ ...props,
155
+ children: [
156
+ title
157
+ ? /* @__PURE__ */ jsx6("title", { id: titleId, children: title })
158
+ : null,
159
+ /* @__PURE__ */ jsx6("path", {
160
+ fill: "currentColor",
161
+ fillRule: "evenodd",
162
+ d: "M7 9a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0Zm0 6a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0Zm6.5 0a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0Zm5-1.5a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3Zm-6.5-6a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3ZM20 9a1.5 1.5 0 1 0-3 0 1.5 1.5 0 0 0 3 0Z",
163
+ clipRule: "evenodd",
164
+ }),
165
+ ],
166
+ });
167
+ var DragIndicatorIcon_default = SvgDragIndicatorIcon;
168
+
169
+ // src/24/EllipseDashedIcon.tsx
170
+ import { jsx as jsx7, jsxs as jsxs7 } from "react/jsx-runtime";
171
+ var SvgEllipseDashedIcon = ({ title, titleId, ...props }) =>
172
+ /* @__PURE__ */ jsxs7("svg", {
173
+ xmlns: "http://www.w3.org/2000/svg",
174
+ width: props.size || "1em",
175
+ height: props.size || "1em",
176
+ fill: "none",
177
+ viewBox: "0 0 24 24",
178
+ "aria-labelledby": titleId,
179
+ ...props,
180
+ children: [
181
+ title
182
+ ? /* @__PURE__ */ jsx7("title", { id: titleId, children: title })
183
+ : null,
184
+ /* @__PURE__ */ jsx7("path", {
185
+ fill: "currentColor",
186
+ fillRule: "evenodd",
187
+ d: "m21.878 13.565-1.482-.233a8.583 8.583 0 0 0 0-2.664l1.482-.233a10.079 10.079 0 0 1 0 3.13Zm-.54-5.15-1.4.538a8.489 8.489 0 0 0-1.331-2.302l1.165-.944a9.991 9.991 0 0 1 1.566 2.708Zm-3.045-4.187-.944 1.165a8.49 8.49 0 0 0-2.302-1.331l.538-1.4c.988.38 1.9.911 2.708 1.566Zm-4.728-2.106-.233 1.482a8.575 8.575 0 0 0-2.664 0l-.233-1.482a10.075 10.075 0 0 1 3.13 0Zm-5.15.54.538 1.4a8.49 8.49 0 0 0-2.302 1.331l-.944-1.165a9.99 9.99 0 0 1 2.708-1.566ZM4.228 5.707l1.165.944a8.49 8.49 0 0 0-1.331 2.302l-1.4-.538a9.99 9.99 0 0 1 1.566-2.708Zm-2.106 4.728a10.075 10.075 0 0 0 0 3.13l1.482-.233a8.575 8.575 0 0 1 0-2.664l-1.482-.233Zm.54 5.15 1.4-.538a8.49 8.49 0 0 0 1.331 2.302l-1.165.944a9.99 9.99 0 0 1-1.566-2.708Zm3.045 4.187.944-1.165a8.49 8.49 0 0 0 2.302 1.331l-.538 1.4a9.991 9.991 0 0 1-2.708-1.566Zm4.728 2.106.233-1.482a8.583 8.583 0 0 0 2.664 0l.233 1.482a10.079 10.079 0 0 1-3.13 0Zm5.15-.54-.538-1.4a8.49 8.49 0 0 0 2.302-1.331l.944 1.165a9.992 9.992 0 0 1-2.708 1.566Zm4.187-3.045-1.165-.944a8.49 8.49 0 0 0 1.331-2.302l1.4.538c-.38.988-.911 1.9-1.566 2.708Z",
188
+ clipRule: "evenodd",
189
+ }),
190
+ ],
191
+ });
192
+ var EllipseDashedIcon_default = SvgEllipseDashedIcon;
193
+
194
+ // src/24/EllipseIcon.tsx
195
+ import { jsx as jsx8, jsxs as jsxs8 } from "react/jsx-runtime";
196
+ var SvgEllipseIcon = ({ title, titleId, ...props }) =>
197
+ /* @__PURE__ */ jsxs8("svg", {
198
+ xmlns: "http://www.w3.org/2000/svg",
199
+ width: props.size || "1em",
200
+ height: props.size || "1em",
201
+ fill: "none",
202
+ viewBox: "0 0 24 24",
203
+ "aria-labelledby": titleId,
204
+ ...props,
205
+ children: [
206
+ title
207
+ ? /* @__PURE__ */ jsx8("title", { id: titleId, children: title })
208
+ : null,
209
+ /* @__PURE__ */ jsx8("path", {
210
+ fill: "currentColor",
211
+ fillRule: "evenodd",
212
+ d: "M12 20.5a8.5 8.5 0 1 0 0-17 8.5 8.5 0 0 0 0 17Zm0 1.5c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10Z",
213
+ clipRule: "evenodd",
214
+ }),
215
+ ],
216
+ });
217
+ var EllipseIcon_default = SvgEllipseIcon;
218
+
219
+ // src/24/PolygonDashedIcon.tsx
220
+ import { jsx as jsx9, jsxs as jsxs9 } from "react/jsx-runtime";
221
+ var SvgPolygonDashedIcon = ({ title, titleId, ...props }) =>
222
+ /* @__PURE__ */ jsxs9("svg", {
223
+ xmlns: "http://www.w3.org/2000/svg",
224
+ width: props.size || "1em",
225
+ height: props.size || "1em",
226
+ fill: "none",
227
+ viewBox: "0 0 24 24",
228
+ "aria-labelledby": titleId,
229
+ ...props,
230
+ children: [
231
+ title
232
+ ? /* @__PURE__ */ jsx9("title", { id: titleId, children: title })
233
+ : null,
234
+ /* @__PURE__ */ jsx9("path", {
235
+ fill: "currentColor",
236
+ d: "m6.72 4.59.73-1.3-2.713-1.53A1.5 1.5 0 0 0 2.5 3.068V6.06H4v-3l2.72 1.53ZM11.07 7.04 8.46 5.57l.74-1.31 2.61 1.47-.74 1.31ZM20.747 10.765a1.5 1.5 0 0 1 .002 2.614l-2.84 1.601-.73-1.31 2.84-1.59-2.84-1.6.73-1.31 2.838 1.595ZM16.17 15.96l-2.61 1.47-.74-1.31 2.61-1.47.74 1.31ZM9.2 19.88l2.61-1.47-.74-1.31-2.61 1.47.74 1.31ZM7.45 20.86l-2.713 1.53A1.5 1.5 0 0 1 2.5 21.082V18.06H4v3.02l2.72-1.53.73 1.31ZM12.82 8.03l2.61 1.47.74-1.31-2.61-1.47-.74 1.31ZM4 16.06v-3H2.5v3H4ZM4 8.06v3H2.5v-3H4Z",
237
+ }),
238
+ ],
239
+ });
240
+ var PolygonDashedIcon_default = SvgPolygonDashedIcon;
241
+
242
+ // src/24/PolygonIcon.tsx
243
+ import { jsx as jsx10, jsxs as jsxs10 } from "react/jsx-runtime";
244
+ var SvgPolygonIcon = ({ title, titleId, ...props }) =>
245
+ /* @__PURE__ */ jsxs10("svg", {
246
+ xmlns: "http://www.w3.org/2000/svg",
247
+ width: props.size || "1em",
248
+ height: props.size || "1em",
249
+ fill: "none",
250
+ viewBox: "0 0 24 24",
251
+ "aria-labelledby": titleId,
252
+ ...props,
253
+ children: [
254
+ title
255
+ ? /* @__PURE__ */ jsx10("title", { id: titleId, children: title })
256
+ : null,
257
+ /* @__PURE__ */ jsx10("path", {
258
+ fill: "currentColor",
259
+ fillRule: "evenodd",
260
+ d: "M3.243 1.705a1.5 1.5 0 0 1 1.492-.012l16 9a1.5 1.5 0 0 1 0 2.614l-16 9A1.5 1.5 0 0 1 2.5 21V3a1.5 1.5 0 0 1 .743-1.295ZM4 21l16-9L4 3v18Z",
261
+ clipRule: "evenodd",
262
+ }),
263
+ ],
264
+ });
265
+ var PolygonIcon_default = SvgPolygonIcon;
266
+
267
+ // src/24/RectangleDashedIcon.tsx
268
+ import { jsx as jsx11, jsxs as jsxs11 } from "react/jsx-runtime";
269
+ var SvgRectangleDashedIcon = ({ title, titleId, ...props }) =>
270
+ /* @__PURE__ */ jsxs11("svg", {
271
+ xmlns: "http://www.w3.org/2000/svg",
272
+ width: props.size || "1em",
273
+ height: props.size || "1em",
274
+ fill: "none",
275
+ viewBox: "0 0 24 24",
276
+ "aria-labelledby": titleId,
277
+ ...props,
278
+ children: [
279
+ title
280
+ ? /* @__PURE__ */ jsx11("title", { id: titleId, children: title })
281
+ : null,
282
+ /* @__PURE__ */ jsx11("path", {
283
+ fill: "currentColor",
284
+ d: "M21 6h-1.5V4.5H18V3h2a1 1 0 0 1 1 1v2ZM3 18h1.5v1.5H6V21H4a1 1 0 0 1-1-1v-2ZM4.5 6H3V4a1 1 0 0 1 1-1h2v1.5H4.5V6ZM21 18h-1.5v1.5H18V21h2a1 1 0 0 0 1-1v-2ZM8 4.5V3h3v1.5H8ZM8 19.5V21h3v-1.5H8ZM3 8h1.5v3H3V8ZM21 8h-1.5v3H21V8ZM13 4.5V3h3v1.5h-3ZM13 19.5V21h3v-1.5h-3ZM3 13h1.5v3H3v-3ZM21 13h-1.5v3H21v-3Z",
285
+ }),
286
+ ],
287
+ });
288
+ var RectangleDashedIcon_default = SvgRectangleDashedIcon;
289
+
290
+ // src/24/RotateCounterClockwiseIcon.tsx
291
+ import { jsx as jsx12, jsxs as jsxs12 } from "react/jsx-runtime";
292
+ var SvgRotateCounterClockwiseIcon = ({ title, titleId, ...props }) =>
293
+ /* @__PURE__ */ jsxs12("svg", {
294
+ xmlns: "http://www.w3.org/2000/svg",
295
+ width: props.size || "1em",
296
+ height: props.size || "1em",
297
+ fill: "none",
298
+ viewBox: "0 0 24 24",
299
+ "aria-labelledby": titleId,
300
+ ...props,
301
+ children: [
302
+ title
303
+ ? /* @__PURE__ */ jsx12("title", { id: titleId, children: title })
304
+ : null,
305
+ /* @__PURE__ */ jsx12("path", {
306
+ fill: "currentColor",
307
+ d: "M12.994 2.564a.75.75 0 0 0-.988-1.128l-4 3.5a.75.75 0 0 0 0 1.128l4 3.5a.75.75 0 0 0 .988-1.128l-2.558-2.239A6.25 6.25 0 1 1 5.75 12.25a.75.75 0 0 0-1.5 0 7.75 7.75 0 1 0 6.397-7.632l2.347-2.054Z",
308
+ }),
309
+ ],
310
+ });
311
+ var RotateCounterClockwiseIcon_default = SvgRotateCounterClockwiseIcon;
312
+
313
+ // src/24/SearchIcon.tsx
314
+ import { jsx as jsx13, jsxs as jsxs13 } from "react/jsx-runtime";
315
+ var SvgSearchIcon = ({ title, titleId, ...props }) =>
316
+ /* @__PURE__ */ jsxs13("svg", {
317
+ xmlns: "http://www.w3.org/2000/svg",
318
+ width: props.size || "1em",
319
+ height: props.size || "1em",
320
+ fill: "none",
321
+ viewBox: "0 0 24 24",
322
+ "aria-labelledby": titleId,
323
+ ...props,
324
+ children: [
325
+ title
326
+ ? /* @__PURE__ */ jsx13("title", { id: titleId, children: title })
327
+ : null,
328
+ /* @__PURE__ */ jsx13("path", {
329
+ fill: "currentColor",
330
+ fillRule: "evenodd",
331
+ d: "M3.75 10.5a6.75 6.75 0 1 1 13.5 0 6.75 6.75 0 0 1-13.5 0Zm6.75-8.25a8.25 8.25 0 1 0 5.28 14.59l4.69 4.69a.75.75 0 0 0 1.06-1.06l-4.69-4.69A8.25 8.25 0 0 0 10.5 2.25Z",
332
+ clipRule: "evenodd",
333
+ }),
334
+ ],
335
+ });
336
+ var SearchIcon_default = SvgSearchIcon;
337
+
338
+ // src/24/SquareIcon.tsx
339
+ import { jsx as jsx14, jsxs as jsxs14 } from "react/jsx-runtime";
340
+ var SvgSquareIcon = ({ title, titleId, ...props }) =>
341
+ /* @__PURE__ */ jsxs14("svg", {
342
+ xmlns: "http://www.w3.org/2000/svg",
343
+ width: props.size || "1em",
344
+ height: props.size || "1em",
345
+ fill: "none",
346
+ viewBox: "0 0 24 24",
347
+ "aria-labelledby": titleId,
348
+ ...props,
349
+ children: [
350
+ title
351
+ ? /* @__PURE__ */ jsx14("title", { id: titleId, children: title })
352
+ : null,
353
+ /* @__PURE__ */ jsx14("path", {
354
+ fill: "currentColor",
355
+ fillRule: "evenodd",
356
+ d: "M4.5 4.5v15h15v-15h-15ZM4 3a1 1 0 0 0-1 1v16a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1V4a1 1 0 0 0-1-1H4Z",
357
+ clipRule: "evenodd",
358
+ }),
359
+ ],
360
+ });
361
+ var SquareIcon_default = SvgSquareIcon;
362
+
363
+ // src/24/TrashIcon.tsx
364
+ import { jsx as jsx15, jsxs as jsxs15 } from "react/jsx-runtime";
365
+ var SvgTrashIcon = ({ title, titleId, ...props }) =>
366
+ /* @__PURE__ */ jsxs15("svg", {
367
+ xmlns: "http://www.w3.org/2000/svg",
368
+ width: props.size || "1em",
369
+ height: props.size || "1em",
370
+ fill: "none",
371
+ viewBox: "0 0 24 24",
372
+ "aria-labelledby": titleId,
373
+ ...props,
374
+ children: [
375
+ title
376
+ ? /* @__PURE__ */ jsx15("title", { id: titleId, children: title })
377
+ : null,
378
+ /* @__PURE__ */ jsx15("path", {
379
+ fill: "currentColor",
380
+ fillRule: "evenodd",
381
+ d: "M9.75 4a2.25 2.25 0 0 1 4.5 0v.25h-4.5V4Zm6 0a3.75 3.75 0 1 0-7.5 0v.25H3a.75.75 0 0 0 0 1.5h1.25V20A2.75 2.75 0 0 0 7 22.75h10A2.75 2.75 0 0 0 19.75 20V5.75H21a.75.75 0 0 0 0-1.5h-5.25V4Zm-10 16V5.75h12.5V20c0 .69-.56 1.25-1.25 1.25H7c-.69 0-1.25-.56-1.25-1.25Zm7-11a.75.75 0 0 0-1.5 0v9a.75.75 0 0 0 1.5 0V9ZM8.5 8.25a.75.75 0 0 1 .75.75v9a.75.75 0 0 1-1.5 0V9a.75.75 0 0 1 .75-.75Zm7.75.75a.75.75 0 0 0-1.5 0v9a.75.75 0 0 0 1.5 0V9Z",
382
+ clipRule: "evenodd",
383
+ }),
384
+ ],
385
+ });
386
+ var TrashIcon_default = SvgTrashIcon;
387
+ export {
388
+ AvatarIcon_default as AvatarIcon,
389
+ BinIcon_default as BinIcon,
390
+ CaretLeftIcon_default as CaretLeftIcon,
391
+ CaretRightIcon_default as CaretRightIcon,
392
+ CheckmarkIcon_default as CheckmarkIcon,
393
+ DragIndicatorIcon_default as DragIndicatorIcon,
394
+ EllipseDashedIcon_default as EllipseDashedIcon,
395
+ EllipseIcon_default as EllipseIcon,
396
+ PolygonDashedIcon_default as PolygonDashedIcon,
397
+ PolygonIcon_default as PolygonIcon,
398
+ RectangleDashedIcon_default as RectangleDashedIcon,
399
+ RotateCounterClockwiseIcon_default as RotateCounterClockwiseIcon,
400
+ SearchIcon_default as SearchIcon,
401
+ SquareIcon_default as SquareIcon,
402
+ TrashIcon_default as TrashIcon,
403
+ };
@@ -0,0 +1,54 @@
1
+ import { S as SVGRProps } from "../Icon.types-6dbe6c2c.js";
2
+ import { SVGProps } from "react";
3
+
4
+ declare const SvgCaretRightIcon: ({
5
+ title,
6
+ titleId,
7
+ ...props
8
+ }: SVGProps<SVGSVGElement> & SVGRProps) => any;
9
+
10
+ declare const SvgChevronDownIcon: ({
11
+ title,
12
+ titleId,
13
+ ...props
14
+ }: SVGProps<SVGSVGElement> & SVGRProps) => any;
15
+
16
+ declare const SvgChevronRightIcon: ({
17
+ title,
18
+ titleId,
19
+ ...props
20
+ }: SVGProps<SVGSVGElement> & SVGRProps) => any;
21
+
22
+ declare const SvgEllipseIcon: ({
23
+ title,
24
+ titleId,
25
+ ...props
26
+ }: SVGProps<SVGSVGElement> & SVGRProps) => any;
27
+
28
+ declare const SvgMinusIcon: ({
29
+ title,
30
+ titleId,
31
+ ...props
32
+ }: SVGProps<SVGSVGElement> & SVGRProps) => any;
33
+
34
+ declare const SvgPlusIcon: ({
35
+ title,
36
+ titleId,
37
+ ...props
38
+ }: SVGProps<SVGSVGElement> & SVGRProps) => any;
39
+
40
+ declare const SvgXIcon: ({
41
+ title,
42
+ titleId,
43
+ ...props
44
+ }: SVGProps<SVGSVGElement> & SVGRProps) => any;
45
+
46
+ export {
47
+ SvgCaretRightIcon as CaretRightIcon,
48
+ SvgChevronDownIcon as ChevronDownIcon,
49
+ SvgChevronRightIcon as ChevronRightIcon,
50
+ SvgEllipseIcon as EllipseIcon,
51
+ SvgMinusIcon as MinusIcon,
52
+ SvgPlusIcon as PlusIcon,
53
+ SvgXIcon as XIcon,
54
+ };
@@ -0,0 +1,54 @@
1
+ import { S as SVGRProps } from "../Icon.types-6dbe6c2c.js";
2
+ import { SVGProps } from "react";
3
+
4
+ declare const SvgCaretRightIcon: ({
5
+ title,
6
+ titleId,
7
+ ...props
8
+ }: SVGProps<SVGSVGElement> & SVGRProps) => any;
9
+
10
+ declare const SvgChevronDownIcon: ({
11
+ title,
12
+ titleId,
13
+ ...props
14
+ }: SVGProps<SVGSVGElement> & SVGRProps) => any;
15
+
16
+ declare const SvgChevronRightIcon: ({
17
+ title,
18
+ titleId,
19
+ ...props
20
+ }: SVGProps<SVGSVGElement> & SVGRProps) => any;
21
+
22
+ declare const SvgEllipseIcon: ({
23
+ title,
24
+ titleId,
25
+ ...props
26
+ }: SVGProps<SVGSVGElement> & SVGRProps) => any;
27
+
28
+ declare const SvgMinusIcon: ({
29
+ title,
30
+ titleId,
31
+ ...props
32
+ }: SVGProps<SVGSVGElement> & SVGRProps) => any;
33
+
34
+ declare const SvgPlusIcon: ({
35
+ title,
36
+ titleId,
37
+ ...props
38
+ }: SVGProps<SVGSVGElement> & SVGRProps) => any;
39
+
40
+ declare const SvgXIcon: ({
41
+ title,
42
+ titleId,
43
+ ...props
44
+ }: SVGProps<SVGSVGElement> & SVGRProps) => any;
45
+
46
+ export {
47
+ SvgCaretRightIcon as CaretRightIcon,
48
+ SvgChevronDownIcon as ChevronDownIcon,
49
+ SvgChevronRightIcon as ChevronRightIcon,
50
+ SvgEllipseIcon as EllipseIcon,
51
+ SvgMinusIcon as MinusIcon,
52
+ SvgPlusIcon as PlusIcon,
53
+ SvgXIcon as XIcon,
54
+ };