@baseline-ui/icons 0.5.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,562 @@
1
+ // src/16/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 16 16",
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: "M8 8a2 2 0 1 0 .001-3.999A2 2 0 0 0 8 8Zm0 1c-1.335 0-4 .67-4 2v1h8v-1c0-1.33-2.665-2-4-2Z",
20
+ clipRule: "evenodd",
21
+ }),
22
+ ],
23
+ });
24
+ var AvatarIcon_default = SvgAvatarIcon;
25
+
26
+ // src/16/CaretLeftIcon.tsx
27
+ import { jsx as jsx2, jsxs as jsxs2 } from "react/jsx-runtime";
28
+ var SvgCaretLeftIcon = ({ 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 16 16",
35
+ "aria-labelledby": titleId,
36
+ ...props,
37
+ children: [
38
+ title
39
+ ? /* @__PURE__ */ jsx2("title", { id: titleId, children: title })
40
+ : null,
41
+ /* @__PURE__ */ jsx2("path", {
42
+ fill: "currentColor",
43
+ fillRule: "evenodd",
44
+ d: "M10.53 12.53a.75.75 0 0 0 0-1.06L7.06 8l3.47-3.47a.75.75 0 1 0-1.06-1.06l-4 4a.75.75 0 0 0 0 1.06l4 4a.75.75 0 0 0 1.06 0Z",
45
+ clipRule: "evenodd",
46
+ }),
47
+ ],
48
+ });
49
+ var CaretLeftIcon_default = SvgCaretLeftIcon;
50
+
51
+ // src/16/CaretRightIcon.tsx
52
+ import { jsx as jsx3, jsxs as jsxs3 } from "react/jsx-runtime";
53
+ var SvgCaretRightIcon = ({ title, titleId, ...props }) =>
54
+ /* @__PURE__ */ jsxs3("svg", {
55
+ xmlns: "http://www.w3.org/2000/svg",
56
+ width: props.size || "1em",
57
+ height: props.size || "1em",
58
+ fill: "none",
59
+ viewBox: "0 0 16 16",
60
+ "aria-labelledby": titleId,
61
+ ...props,
62
+ children: [
63
+ title
64
+ ? /* @__PURE__ */ jsx3("title", { id: titleId, children: title })
65
+ : null,
66
+ /* @__PURE__ */ jsx3("path", {
67
+ fill: "currentColor",
68
+ fillRule: "evenodd",
69
+ d: "M5.47 3.47a.75.75 0 0 0 0 1.06L8.94 8l-3.47 3.47a.75.75 0 1 0 1.06 1.06l4-4a.75.75 0 0 0 0-1.06l-4-4a.75.75 0 0 0-1.06 0Z",
70
+ clipRule: "evenodd",
71
+ }),
72
+ ],
73
+ });
74
+ var CaretRightIcon_default = SvgCaretRightIcon;
75
+
76
+ // src/16/CheckFilledIcon.tsx
77
+ import { jsx as jsx4, jsxs as jsxs4 } from "react/jsx-runtime";
78
+ var SvgCheckFilledIcon = ({ title, titleId, ...props }) =>
79
+ /* @__PURE__ */ jsxs4("svg", {
80
+ xmlns: "http://www.w3.org/2000/svg",
81
+ width: props.size || "1em",
82
+ height: props.size || "1em",
83
+ fill: "none",
84
+ viewBox: "0 0 16 16",
85
+ "aria-labelledby": titleId,
86
+ ...props,
87
+ children: [
88
+ title
89
+ ? /* @__PURE__ */ jsx4("title", { id: titleId, children: title })
90
+ : null,
91
+ /* @__PURE__ */ jsx4("path", {
92
+ fill: "currentColor",
93
+ fillRule: "evenodd",
94
+ d: "M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14Zm3.33-8.32a.75.75 0 0 0-1.06-1.06L7.2 8.69 6.13 7.62a.75.75 0 1 0-1.06 1.06l2.13 2.13 4.13-4.13Z",
95
+ clipRule: "evenodd",
96
+ }),
97
+ ],
98
+ });
99
+ var CheckFilledIcon_default = SvgCheckFilledIcon;
100
+
101
+ // src/16/CheckmarkIcon.tsx
102
+ import { jsx as jsx5, jsxs as jsxs5 } from "react/jsx-runtime";
103
+ var SvgCheckmarkIcon = ({ title, titleId, ...props }) =>
104
+ /* @__PURE__ */ jsxs5("svg", {
105
+ xmlns: "http://www.w3.org/2000/svg",
106
+ width: props.size || "1em",
107
+ height: props.size || "1em",
108
+ fill: "none",
109
+ viewBox: "0 0 16 16",
110
+ "aria-labelledby": titleId,
111
+ ...props,
112
+ children: [
113
+ title
114
+ ? /* @__PURE__ */ jsx5("title", { id: titleId, children: title })
115
+ : null,
116
+ /* @__PURE__ */ jsx5("path", {
117
+ fill: "currentColor",
118
+ fillRule: "evenodd",
119
+ d: "M14.53 3.97a.75.75 0 0 1 0 1.06L6 13.56 1.47 9.03a.75.75 0 0 1 1.06-1.06L6 11.44l7.47-7.47a.75.75 0 0 1 1.06 0Z",
120
+ clipRule: "evenodd",
121
+ }),
122
+ ],
123
+ });
124
+ var CheckmarkIcon_default = SvgCheckmarkIcon;
125
+
126
+ // src/16/CloseIcon.tsx
127
+ import { jsx as jsx6, jsxs as jsxs6 } from "react/jsx-runtime";
128
+ var SvgCloseIcon = ({ title, titleId, ...props }) =>
129
+ /* @__PURE__ */ jsxs6("svg", {
130
+ xmlns: "http://www.w3.org/2000/svg",
131
+ width: props.size || "1em",
132
+ height: props.size || "1em",
133
+ fill: "none",
134
+ viewBox: "0 0 16 16",
135
+ "aria-labelledby": titleId,
136
+ ...props,
137
+ children: [
138
+ title
139
+ ? /* @__PURE__ */ jsx6("title", { id: titleId, children: title })
140
+ : null,
141
+ /* @__PURE__ */ jsx6("path", {
142
+ fill: "currentColor",
143
+ fillRule: "evenodd",
144
+ d: "M13.48 2.52a.75.75 0 0 1 0 1.06L9.062 8l4.42 4.42a.75.75 0 1 1-1.061 1.06L8 9.06l-4.419 4.42a.75.75 0 0 1-1.06-1.06L6.94 8 2.52 3.58a.75.75 0 0 1 1.061-1.06l4.42 4.42 4.419-4.42a.75.75 0 0 1 1.06 0Z",
145
+ clipRule: "evenodd",
146
+ }),
147
+ ],
148
+ });
149
+ var CloseIcon_default = SvgCloseIcon;
150
+
151
+ // src/16/EllipseIcon.tsx
152
+ import { jsx as jsx7, jsxs as jsxs7 } from "react/jsx-runtime";
153
+ var SvgEllipseIcon = ({ title, titleId, ...props }) =>
154
+ /* @__PURE__ */ jsxs7("svg", {
155
+ xmlns: "http://www.w3.org/2000/svg",
156
+ width: props.size || "1em",
157
+ height: props.size || "1em",
158
+ fill: "none",
159
+ viewBox: "0 0 16 16",
160
+ "aria-labelledby": titleId,
161
+ ...props,
162
+ children: [
163
+ title
164
+ ? /* @__PURE__ */ jsx7("title", { id: titleId, children: title })
165
+ : null,
166
+ /* @__PURE__ */ jsx7("path", {
167
+ fill: "currentColor",
168
+ fillRule: "evenodd",
169
+ d: "M8 13.5a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11ZM8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14Z",
170
+ clipRule: "evenodd",
171
+ }),
172
+ ],
173
+ });
174
+ var EllipseIcon_default = SvgEllipseIcon;
175
+
176
+ // src/16/ErrorAltFilledIcon.tsx
177
+ import { jsx as jsx8, jsxs as jsxs8 } from "react/jsx-runtime";
178
+ var SvgErrorAltFilledIcon = ({ title, titleId, ...props }) =>
179
+ /* @__PURE__ */ jsxs8("svg", {
180
+ xmlns: "http://www.w3.org/2000/svg",
181
+ width: props.size || "1em",
182
+ height: props.size || "1em",
183
+ fill: "none",
184
+ viewBox: "0 0 16 16",
185
+ "aria-labelledby": titleId,
186
+ ...props,
187
+ children: [
188
+ title
189
+ ? /* @__PURE__ */ jsx8("title", { id: titleId, children: title })
190
+ : null,
191
+ /* @__PURE__ */ jsx8("path", {
192
+ fill: "currentColor",
193
+ fillRule: "evenodd",
194
+ d: "M8 15A7 7 0 1 0 8 1a7 7 0 0 0 0 14Zm2.93-8.87a.75.75 0 0 0-1.06-1.06l-4.8 4.8a.75.75 0 1 0 1.06 1.06l4.8-4.8Z",
195
+ clipRule: "evenodd",
196
+ }),
197
+ ],
198
+ });
199
+ var ErrorAltFilledIcon_default = SvgErrorAltFilledIcon;
200
+
201
+ // src/16/ErrorFilledIcon.tsx
202
+ import { jsx as jsx9, jsxs as jsxs9 } from "react/jsx-runtime";
203
+ var SvgErrorFilledIcon = ({ title, titleId, ...props }) =>
204
+ /* @__PURE__ */ jsxs9("svg", {
205
+ xmlns: "http://www.w3.org/2000/svg",
206
+ width: props.size || "1em",
207
+ height: props.size || "1em",
208
+ fill: "none",
209
+ viewBox: "0 0 16 16",
210
+ "aria-labelledby": titleId,
211
+ ...props,
212
+ children: [
213
+ title
214
+ ? /* @__PURE__ */ jsx9("title", { id: titleId, children: title })
215
+ : null,
216
+ /* @__PURE__ */ jsx9("path", {
217
+ fill: "currentColor",
218
+ fillRule: "evenodd",
219
+ d: "M15 8A7 7 0 1 1 1 8a7 7 0 0 1 14 0ZM8 4.25a.75.75 0 0 1 .75.75v3a.75.75 0 0 1-1.5 0V5A.75.75 0 0 1 8 4.25Zm0 7.25a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z",
220
+ clipRule: "evenodd",
221
+ }),
222
+ ],
223
+ });
224
+ var ErrorFilledIcon_default = SvgErrorFilledIcon;
225
+
226
+ // src/16/InfoFilledIcon.tsx
227
+ import { jsx as jsx10, jsxs as jsxs10 } from "react/jsx-runtime";
228
+ var SvgInfoFilledIcon = ({ title, titleId, ...props }) =>
229
+ /* @__PURE__ */ jsxs10("svg", {
230
+ xmlns: "http://www.w3.org/2000/svg",
231
+ width: props.size || "1em",
232
+ height: props.size || "1em",
233
+ fill: "none",
234
+ viewBox: "0 0 20 20",
235
+ "aria-labelledby": titleId,
236
+ ...props,
237
+ children: [
238
+ title
239
+ ? /* @__PURE__ */ jsx10("title", { id: titleId, children: title })
240
+ : null,
241
+ /* @__PURE__ */ jsx10("g", {
242
+ clipPath: "url(#info-filled-icon_svg__a)",
243
+ children: /* @__PURE__ */ jsx10("path", {
244
+ fill: "currentColor",
245
+ fillRule: "evenodd",
246
+ d: "M20 10c0 5.523-4.477 10-10 10S0 15.523 0 10 4.477 0 10 0s10 4.477 10 10Zm-8.75-4.25a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0ZM8.5 8.25a.75.75 0 0 0 0 1.5h.75v4.5H8.5a.75.75 0 0 0 0 1.5h3a.75.75 0 0 0 0-1.5h-.75v-6H8.5Z",
247
+ clipRule: "evenodd",
248
+ }),
249
+ }),
250
+ /* @__PURE__ */ jsx10("defs", {
251
+ children: /* @__PURE__ */ jsx10("clipPath", {
252
+ id: "info-filled-icon_svg__a",
253
+ children: /* @__PURE__ */ jsx10("path", {
254
+ fill: "#fff",
255
+ d: "M0 0h20v20H0z",
256
+ }),
257
+ }),
258
+ }),
259
+ ],
260
+ });
261
+ var InfoFilledIcon_default = SvgInfoFilledIcon;
262
+
263
+ // src/16/MinusIcon.tsx
264
+ import { jsx as jsx11, jsxs as jsxs11 } from "react/jsx-runtime";
265
+ var SvgMinusIcon = ({ title, titleId, ...props }) =>
266
+ /* @__PURE__ */ jsxs11("svg", {
267
+ xmlns: "http://www.w3.org/2000/svg",
268
+ width: props.size || "1em",
269
+ height: props.size || "1em",
270
+ fill: "none",
271
+ viewBox: "0 0 16 16",
272
+ "aria-labelledby": titleId,
273
+ ...props,
274
+ children: [
275
+ title
276
+ ? /* @__PURE__ */ jsx11("title", { id: titleId, children: title })
277
+ : null,
278
+ /* @__PURE__ */ jsx11("path", {
279
+ fill: "currentColor",
280
+ fillRule: "evenodd",
281
+ d: "M14.75 8a.75.75 0 0 1-.75.75H2a.75.75 0 0 1 0-1.5h12a.75.75 0 0 1 .75.75Z",
282
+ clipRule: "evenodd",
283
+ }),
284
+ ],
285
+ });
286
+ var MinusIcon_default = SvgMinusIcon;
287
+
288
+ // src/16/NoneIcon.tsx
289
+ import { jsx as jsx12, jsxs as jsxs12 } from "react/jsx-runtime";
290
+ var SvgNoneIcon = ({ title, titleId, ...props }) =>
291
+ /* @__PURE__ */ jsxs12("svg", {
292
+ xmlns: "http://www.w3.org/2000/svg",
293
+ width: props.size || "1em",
294
+ height: props.size || "1em",
295
+ fill: "none",
296
+ viewBox: "0 0 14 14",
297
+ "aria-labelledby": titleId,
298
+ ...props,
299
+ children: [
300
+ title
301
+ ? /* @__PURE__ */ jsx12("title", { id: titleId, children: title })
302
+ : null,
303
+ /* @__PURE__ */ jsx12("mask", {
304
+ id: "none-icon_svg__a",
305
+ width: 14,
306
+ height: 14,
307
+ x: 0,
308
+ y: 0,
309
+ maskUnits: "userSpaceOnUse",
310
+ style: {
311
+ maskType: "alpha",
312
+ },
313
+ children: /* @__PURE__ */ jsx12("circle", {
314
+ cx: 7,
315
+ cy: 7,
316
+ r: 7,
317
+ fill: "#2B2E36",
318
+ }),
319
+ }),
320
+ /* @__PURE__ */ jsx12("g", {
321
+ mask: "url(#none-icon_svg__a)",
322
+ children: /* @__PURE__ */ jsx12("path", {
323
+ stroke: "#C83C29",
324
+ strokeWidth: 2,
325
+ d: "M15-1-1 15",
326
+ }),
327
+ }),
328
+ ],
329
+ });
330
+ var NoneIcon_default = SvgNoneIcon;
331
+
332
+ // src/16/PlusIcon.tsx
333
+ import { jsx as jsx13, jsxs as jsxs13 } from "react/jsx-runtime";
334
+ var SvgPlusIcon = ({ title, titleId, ...props }) =>
335
+ /* @__PURE__ */ jsxs13("svg", {
336
+ xmlns: "http://www.w3.org/2000/svg",
337
+ width: props.size || "1em",
338
+ height: props.size || "1em",
339
+ fill: "none",
340
+ viewBox: "0 0 16 16",
341
+ "aria-labelledby": titleId,
342
+ ...props,
343
+ children: [
344
+ title
345
+ ? /* @__PURE__ */ jsx13("title", { id: titleId, children: title })
346
+ : null,
347
+ /* @__PURE__ */ jsx13("g", {
348
+ clipPath: "url(#plus-icon_svg__a)",
349
+ children: /* @__PURE__ */ jsx13("path", {
350
+ fill: "currentColor",
351
+ fillRule: "evenodd",
352
+ d: "M8 .25a.75.75 0 0 1 .75.75v6.25H15a.75.75 0 0 1 0 1.5H8.75V15a.75.75 0 0 1-1.5 0V8.75H1a.75.75 0 0 1 0-1.5h6.25V1A.75.75 0 0 1 8 .25Z",
353
+ clipRule: "evenodd",
354
+ }),
355
+ }),
356
+ /* @__PURE__ */ jsx13("defs", {
357
+ children: /* @__PURE__ */ jsx13("clipPath", {
358
+ id: "plus-icon_svg__a",
359
+ children: /* @__PURE__ */ jsx13("path", {
360
+ fill: "#fff",
361
+ d: "M0 0h16v16H0z",
362
+ }),
363
+ }),
364
+ }),
365
+ ],
366
+ });
367
+ var PlusIcon_default = SvgPlusIcon;
368
+
369
+ // src/16/ReadOnlyIcon.tsx
370
+ import { jsx as jsx14, jsxs as jsxs14 } from "react/jsx-runtime";
371
+ var SvgReadOnlyIcon = ({ title, titleId, ...props }) =>
372
+ /* @__PURE__ */ jsxs14("svg", {
373
+ xmlns: "http://www.w3.org/2000/svg",
374
+ width: props.size || "1em",
375
+ height: props.size || "1em",
376
+ fill: "none",
377
+ viewBox: "0 0 16 16",
378
+ "aria-labelledby": titleId,
379
+ ...props,
380
+ children: [
381
+ title
382
+ ? /* @__PURE__ */ jsx14("title", { id: titleId, children: title })
383
+ : null,
384
+ /* @__PURE__ */ jsx14("path", {
385
+ fill: "currentColor",
386
+ fillRule: "evenodd",
387
+ d: "M10.262 1.677a1.75 1.75 0 0 1 2.475 0l1.586 1.585a1.75 1.75 0 0 1 0 2.475L11.53 8.53l-1.06-1.06.969-.97-1.94-1.94-.969.97-1.06-1.06 2.792-2.793ZM10.56 3.5l.763-.763a.25.25 0 0 1 .354 0l1.585 1.586a.25.25 0 0 1 0 .354l-.763.762L10.56 3.5ZM1.97 1.971a.75.75 0 0 1 1.06 0l11 11a.75.75 0 1 1-1.06 1.06l-3.47-3.469-4.69 4.69H.75V11.19L5.438 6.5l-3.47-3.468a.75.75 0 0 1 0-1.06Zm4.53 5.59-4.25 4.25v1.94h1.94l4.25-4.25-1.94-1.94Z",
388
+ clipRule: "evenodd",
389
+ }),
390
+ ],
391
+ });
392
+ var ReadOnlyIcon_default = SvgReadOnlyIcon;
393
+
394
+ // src/16/RedoIcon.tsx
395
+ import { jsx as jsx15, jsxs as jsxs15 } from "react/jsx-runtime";
396
+ var SvgRedoIcon = ({ title, titleId, ...props }) =>
397
+ /* @__PURE__ */ jsxs15("svg", {
398
+ xmlns: "http://www.w3.org/2000/svg",
399
+ width: props.size || "1em",
400
+ height: props.size || "1em",
401
+ fill: "none",
402
+ viewBox: "0 0 16 16",
403
+ "aria-labelledby": titleId,
404
+ ...props,
405
+ children: [
406
+ title
407
+ ? /* @__PURE__ */ jsx15("title", { id: titleId, children: title })
408
+ : null,
409
+ /* @__PURE__ */ jsx15("path", {
410
+ fill: "currentColor",
411
+ fillRule: "evenodd",
412
+ d: "M10.136 2.136a.75.75 0 0 0 0 1.061l1.386 1.386H6.666a4.75 4.75 0 0 0 0 9.5H8a.75.75 0 0 0 0-1.5H6.666a3.25 3.25 0 0 1 0-6.5h4.856L10.136 7.47a.75.75 0 1 0 1.06 1.06l3.198-3.197-3.197-3.197a.75.75 0 0 0-1.061 0Z",
413
+ clipRule: "evenodd",
414
+ }),
415
+ ],
416
+ });
417
+ var RedoIcon_default = SvgRedoIcon;
418
+
419
+ // src/16/TrashIcon.tsx
420
+ import { jsx as jsx16, jsxs as jsxs16 } from "react/jsx-runtime";
421
+ var SvgTrashIcon = ({ title, titleId, ...props }) =>
422
+ /* @__PURE__ */ jsxs16("svg", {
423
+ xmlns: "http://www.w3.org/2000/svg",
424
+ width: props.size || "1em",
425
+ height: props.size || "1em",
426
+ fill: "none",
427
+ viewBox: "0 0 16 16",
428
+ "aria-labelledby": titleId,
429
+ ...props,
430
+ children: [
431
+ title
432
+ ? /* @__PURE__ */ jsx16("title", { id: titleId, children: title })
433
+ : null,
434
+ /* @__PURE__ */ jsx16("g", {
435
+ clipPath: "url(#trash-icon_svg__a)",
436
+ children: /* @__PURE__ */ jsx16("path", {
437
+ fill: "currentColor",
438
+ fillRule: "evenodd",
439
+ d: "M8 1.75c-.621 0-1.125.504-1.125 1.125v.375h2.25v-.375c0-.621-.504-1.125-1.125-1.125Zm0-1.5a2.625 2.625 0 0 1 2.625 2.625v.375H14.5a.75.75 0 0 1 0 1.5h-.75v8.583a2.417 2.417 0 0 1-2.417 2.417H4.667a2.417 2.417 0 0 1-2.417-2.417V4.75H1.5a.75.75 0 0 1 0-1.5h3.875v-.375A2.625 2.625 0 0 1 8 .25Zm-4.25 4.5v8.583c0 .507.41.917.917.917h6.666c.507 0 .917-.41.917-.917V4.75h-8.5Zm5.75 1.5a.75.75 0 0 1 .75.75v5a.75.75 0 0 1-1.5 0V7a.75.75 0 0 1 .75-.75ZM7.25 7a.75.75 0 0 0-1.5 0v5a.75.75 0 0 0 1.5 0V7Z",
440
+ clipRule: "evenodd",
441
+ }),
442
+ }),
443
+ /* @__PURE__ */ jsx16("defs", {
444
+ children: /* @__PURE__ */ jsx16("clipPath", {
445
+ id: "trash-icon_svg__a",
446
+ children: /* @__PURE__ */ jsx16("path", {
447
+ fill: "#fff",
448
+ d: "M0 0h16v16H0z",
449
+ }),
450
+ }),
451
+ }),
452
+ ],
453
+ });
454
+ var TrashIcon_default = SvgTrashIcon;
455
+
456
+ // src/16/UndoIcon.tsx
457
+ import { jsx as jsx17, jsxs as jsxs17 } from "react/jsx-runtime";
458
+ var SvgUndoIcon = ({ title, titleId, ...props }) =>
459
+ /* @__PURE__ */ jsxs17("svg", {
460
+ xmlns: "http://www.w3.org/2000/svg",
461
+ width: props.size || "1em",
462
+ height: props.size || "1em",
463
+ fill: "none",
464
+ viewBox: "0 0 16 16",
465
+ "aria-labelledby": titleId,
466
+ ...props,
467
+ children: [
468
+ title
469
+ ? /* @__PURE__ */ jsx17("title", { id: titleId, children: title })
470
+ : null,
471
+ /* @__PURE__ */ jsx17("path", {
472
+ fill: "currentColor",
473
+ fillRule: "evenodd",
474
+ d: "M5.864 2.136a.75.75 0 0 1 0 1.061L4.478 4.583h4.856a4.75 4.75 0 0 1 0 9.5H8a.75.75 0 0 1 0-1.5h1.334a3.25 3.25 0 0 0 0-6.5H4.478L5.864 7.47a.75.75 0 1 1-1.06 1.06L1.605 5.333l3.197-3.197a.75.75 0 0 1 1.061 0Z",
475
+ clipRule: "evenodd",
476
+ }),
477
+ ],
478
+ });
479
+ var UndoIcon_default = SvgUndoIcon;
480
+
481
+ // src/16/WarningFilledIcon.tsx
482
+ import { jsx as jsx18, jsxs as jsxs18 } from "react/jsx-runtime";
483
+ var SvgWarningFilledIcon = ({ title, titleId, ...props }) =>
484
+ /* @__PURE__ */ jsxs18("svg", {
485
+ xmlns: "http://www.w3.org/2000/svg",
486
+ width: props.size || "1em",
487
+ height: props.size || "1em",
488
+ fill: "none",
489
+ viewBox: "0 0 16 16",
490
+ "aria-labelledby": titleId,
491
+ ...props,
492
+ children: [
493
+ title
494
+ ? /* @__PURE__ */ jsx18("title", { id: titleId, children: title })
495
+ : null,
496
+ /* @__PURE__ */ jsx18("path", {
497
+ fill: "currentColor",
498
+ fillRule: "evenodd",
499
+ d: "m6.55 3.537-5.122 8.965A1.67 1.67 0 0 0 2.878 15h10.244a1.67 1.67 0 0 0 1.45-2.498L9.45 3.537c-.641-1.122-2.259-1.122-2.9 0ZM8 5.75a.75.75 0 0 1 .75.75v3a.75.75 0 1 1-1.5 0v-3a.75.75 0 0 1 .75-.75Zm0 7.25a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z",
500
+ clipRule: "evenodd",
501
+ }),
502
+ ],
503
+ });
504
+ var WarningFilledIcon_default = SvgWarningFilledIcon;
505
+
506
+ // src/16/XIcon.tsx
507
+ import { jsx as jsx19, jsxs as jsxs19 } from "react/jsx-runtime";
508
+ var SvgXIcon = ({ title, titleId, ...props }) =>
509
+ /* @__PURE__ */ jsxs19("svg", {
510
+ xmlns: "http://www.w3.org/2000/svg",
511
+ width: props.size || "1em",
512
+ height: props.size || "1em",
513
+ fill: "none",
514
+ viewBox: "0 0 16 16",
515
+ "aria-labelledby": titleId,
516
+ ...props,
517
+ children: [
518
+ title
519
+ ? /* @__PURE__ */ jsx19("title", { id: titleId, children: title })
520
+ : null,
521
+ /* @__PURE__ */ jsx19("g", {
522
+ clipPath: "url(#x-icon_svg__a)",
523
+ children: /* @__PURE__ */ jsx19("path", {
524
+ fill: "currentColor",
525
+ fillRule: "evenodd",
526
+ d: "M13.48 2.52a.75.75 0 0 1 0 1.06L9.06 8l4.42 4.42a.75.75 0 0 1-1.06 1.06L8 9.06l-4.42 4.42a.75.75 0 1 1-1.06-1.06L6.94 8 2.52 3.58a.75.75 0 0 1 1.06-1.06L8 6.94l4.42-4.42a.75.75 0 0 1 1.06 0Z",
527
+ clipRule: "evenodd",
528
+ }),
529
+ }),
530
+ /* @__PURE__ */ jsx19("defs", {
531
+ children: /* @__PURE__ */ jsx19("clipPath", {
532
+ id: "x-icon_svg__a",
533
+ children: /* @__PURE__ */ jsx19("path", {
534
+ fill: "#fff",
535
+ d: "M0 0h16v16H0z",
536
+ }),
537
+ }),
538
+ }),
539
+ ],
540
+ });
541
+ var XIcon_default = SvgXIcon;
542
+ export {
543
+ AvatarIcon_default as AvatarIcon,
544
+ CaretLeftIcon_default as CaretLeftIcon,
545
+ CaretRightIcon_default as CaretRightIcon,
546
+ CheckFilledIcon_default as CheckFilledIcon,
547
+ CheckmarkIcon_default as CheckmarkIcon,
548
+ CloseIcon_default as CloseIcon,
549
+ EllipseIcon_default as EllipseIcon,
550
+ ErrorAltFilledIcon_default as ErrorAltFilledIcon,
551
+ ErrorFilledIcon_default as ErrorFilledIcon,
552
+ InfoFilledIcon_default as InfoFilledIcon,
553
+ MinusIcon_default as MinusIcon,
554
+ NoneIcon_default as NoneIcon,
555
+ PlusIcon_default as PlusIcon,
556
+ ReadOnlyIcon_default as ReadOnlyIcon,
557
+ RedoIcon_default as RedoIcon,
558
+ TrashIcon_default as TrashIcon,
559
+ UndoIcon_default as UndoIcon,
560
+ WarningFilledIcon_default as WarningFilledIcon,
561
+ XIcon_default as XIcon,
562
+ };
@@ -0,0 +1,96 @@
1
+ import { S as SVGRProps } from "../Icon.types-6dbe6c2c.js";
2
+ import { SVGProps } from "react";
3
+
4
+ declare const SvgCaretLeftIcon: ({
5
+ title,
6
+ titleId,
7
+ ...props
8
+ }: SVGProps<SVGSVGElement> & SVGRProps) => any;
9
+
10
+ declare const SvgCaretRightIcon: ({
11
+ title,
12
+ titleId,
13
+ ...props
14
+ }: SVGProps<SVGSVGElement> & SVGRProps) => any;
15
+
16
+ declare const SvgCheckFilledIcon: ({
17
+ title,
18
+ titleId,
19
+ ...props
20
+ }: SVGProps<SVGSVGElement> & SVGRProps) => any;
21
+
22
+ declare const SvgCheckmarkIcon: ({
23
+ title,
24
+ titleId,
25
+ ...props
26
+ }: SVGProps<SVGSVGElement> & SVGRProps) => any;
27
+
28
+ declare const SvgDragHandleIcon: ({
29
+ title,
30
+ titleId,
31
+ ...props
32
+ }: SVGProps<SVGSVGElement> & SVGRProps) => any;
33
+
34
+ declare const SvgEllipseIcon: ({
35
+ title,
36
+ titleId,
37
+ ...props
38
+ }: SVGProps<SVGSVGElement> & SVGRProps) => any;
39
+
40
+ declare const SvgErrorAltFilledIcon: ({
41
+ title,
42
+ titleId,
43
+ ...props
44
+ }: SVGProps<SVGSVGElement> & SVGRProps) => any;
45
+
46
+ declare const SvgInfoFilledIcon: ({
47
+ title,
48
+ titleId,
49
+ ...props
50
+ }: SVGProps<SVGSVGElement> & SVGRProps) => any;
51
+
52
+ declare const SvgPlusIcon: ({
53
+ title,
54
+ titleId,
55
+ ...props
56
+ }: SVGProps<SVGSVGElement> & SVGRProps) => any;
57
+
58
+ declare const SvgSearchIcon: ({
59
+ title,
60
+ titleId,
61
+ ...props
62
+ }: SVGProps<SVGSVGElement> & SVGRProps) => any;
63
+
64
+ declare const SvgStarIcon: ({
65
+ title,
66
+ titleId,
67
+ ...props
68
+ }: SVGProps<SVGSVGElement> & SVGRProps) => any;
69
+
70
+ declare const SvgUploadIcon: ({
71
+ title,
72
+ titleId,
73
+ ...props
74
+ }: SVGProps<SVGSVGElement> & SVGRProps) => any;
75
+
76
+ declare const SvgWarningFilledIcon: ({
77
+ title,
78
+ titleId,
79
+ ...props
80
+ }: SVGProps<SVGSVGElement> & SVGRProps) => any;
81
+
82
+ export {
83
+ SvgCaretLeftIcon as CaretLeftIcon,
84
+ SvgCaretRightIcon as CaretRightIcon,
85
+ SvgCheckFilledIcon as CheckFilledIcon,
86
+ SvgCheckmarkIcon as CheckmarkIcon,
87
+ SvgDragHandleIcon as DragHandleIcon,
88
+ SvgEllipseIcon as EllipseIcon,
89
+ SvgErrorAltFilledIcon as ErrorAltFilledIcon,
90
+ SvgInfoFilledIcon as InfoFilledIcon,
91
+ SvgPlusIcon as PlusIcon,
92
+ SvgSearchIcon as SearchIcon,
93
+ SvgStarIcon as StarIcon,
94
+ SvgUploadIcon as UploadIcon,
95
+ SvgWarningFilledIcon as WarningFilledIcon,
96
+ };