@baseline-ui/icons 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/12/index.d.mts +21 -0
- package/12/index.d.ts +21 -0
- package/12/index.js +232 -0
- package/12/index.mjs +200 -0
- package/16/index.d.mts +47 -0
- package/16/index.d.ts +47 -0
- package/16/index.js +684 -0
- package/16/index.mjs +639 -0
- package/20/index.d.mts +35 -0
- package/20/index.d.ts +35 -0
- package/20/index.js +522 -0
- package/20/index.mjs +483 -0
- package/24/index.d.mts +39 -0
- package/24/index.d.ts +39 -0
- package/24/index.js +546 -0
- package/24/index.mjs +505 -0
- package/8/index.d.mts +23 -0
- package/8/index.d.ts +23 -0
- package/8/index.js +258 -0
- package/8/index.mjs +225 -0
- package/dist/index.css +4 -0
- package/dist/index.d.mts +44 -0
- package/dist/index.d.ts +44 -0
- package/dist/index.js +114 -0
- package/dist/index.mjs +77 -0
- package/package.json +37 -0
package/16/index.js
ADDED
|
@@ -0,0 +1,684 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
|
9
|
+
};
|
|
10
|
+
var __copyProps = (to, from, except, desc) => {
|
|
11
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
|
12
|
+
for (let key of __getOwnPropNames(from))
|
|
13
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
14
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
+
}
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
|
+
|
|
20
|
+
// src/16/index.ts
|
|
21
|
+
var __exports = {};
|
|
22
|
+
__export(__exports, {
|
|
23
|
+
AvatarIcon: () => AvatarIcon_default,
|
|
24
|
+
CaretLeftIcon: () => CaretLeftIcon_default,
|
|
25
|
+
CaretRightIcon: () => CaretRightIcon_default,
|
|
26
|
+
CheckFilledIcon: () => CheckFilledIcon_default,
|
|
27
|
+
CheckmarkIcon: () => CheckmarkIcon_default,
|
|
28
|
+
CloseIcon: () => CloseIcon_default,
|
|
29
|
+
EllipseIcon: () => EllipseIcon_default,
|
|
30
|
+
ErrorAltFilledIcon: () => ErrorAltFilledIcon_default,
|
|
31
|
+
ErrorFilledIcon: () => ErrorFilledIcon_default,
|
|
32
|
+
InfoFilledIcon: () => InfoFilledIcon_default,
|
|
33
|
+
MinusIcon: () => MinusIcon_default,
|
|
34
|
+
NoneIcon: () => NoneIcon_default,
|
|
35
|
+
PlusIcon: () => PlusIcon_default,
|
|
36
|
+
ReadOnlyIcon: () => ReadOnlyIcon_default,
|
|
37
|
+
RedoIcon: () => RedoIcon_default,
|
|
38
|
+
TrashIcon: () => TrashIcon_default,
|
|
39
|
+
UndoIcon: () => UndoIcon_default,
|
|
40
|
+
WarningFilledIcon: () => WarningFilledIcon_default,
|
|
41
|
+
XIcon: () => XIcon_default
|
|
42
|
+
});
|
|
43
|
+
module.exports = __toCommonJS(__exports);
|
|
44
|
+
|
|
45
|
+
// src/16/AvatarIcon.tsx
|
|
46
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
|
47
|
+
var SvgAvatarIcon = ({
|
|
48
|
+
title,
|
|
49
|
+
titleId,
|
|
50
|
+
...props
|
|
51
|
+
}) => /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
52
|
+
"svg",
|
|
53
|
+
{
|
|
54
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
55
|
+
width: props.size || "1em",
|
|
56
|
+
height: props.size || "1em",
|
|
57
|
+
fill: "none",
|
|
58
|
+
viewBox: "0 0 16 16",
|
|
59
|
+
"aria-labelledby": titleId,
|
|
60
|
+
...props,
|
|
61
|
+
children: [
|
|
62
|
+
title ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)("title", { id: titleId, children: title }) : null,
|
|
63
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
64
|
+
"path",
|
|
65
|
+
{
|
|
66
|
+
fill: "currentColor",
|
|
67
|
+
fillRule: "evenodd",
|
|
68
|
+
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",
|
|
69
|
+
clipRule: "evenodd"
|
|
70
|
+
}
|
|
71
|
+
)
|
|
72
|
+
]
|
|
73
|
+
}
|
|
74
|
+
);
|
|
75
|
+
var AvatarIcon_default = SvgAvatarIcon;
|
|
76
|
+
|
|
77
|
+
// src/16/CaretLeftIcon.tsx
|
|
78
|
+
var import_jsx_runtime2 = require("react/jsx-runtime");
|
|
79
|
+
var SvgCaretLeftIcon = ({
|
|
80
|
+
title,
|
|
81
|
+
titleId,
|
|
82
|
+
...props
|
|
83
|
+
}) => /* @__PURE__ */ (0, import_jsx_runtime2.jsxs)(
|
|
84
|
+
"svg",
|
|
85
|
+
{
|
|
86
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
87
|
+
width: props.size || "1em",
|
|
88
|
+
height: props.size || "1em",
|
|
89
|
+
fill: "none",
|
|
90
|
+
viewBox: "0 0 16 16",
|
|
91
|
+
"aria-labelledby": titleId,
|
|
92
|
+
...props,
|
|
93
|
+
children: [
|
|
94
|
+
title ? /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("title", { id: titleId, children: title }) : null,
|
|
95
|
+
/* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
|
|
96
|
+
"path",
|
|
97
|
+
{
|
|
98
|
+
fill: "currentColor",
|
|
99
|
+
fillRule: "evenodd",
|
|
100
|
+
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",
|
|
101
|
+
clipRule: "evenodd"
|
|
102
|
+
}
|
|
103
|
+
)
|
|
104
|
+
]
|
|
105
|
+
}
|
|
106
|
+
);
|
|
107
|
+
var CaretLeftIcon_default = SvgCaretLeftIcon;
|
|
108
|
+
|
|
109
|
+
// src/16/CaretRightIcon.tsx
|
|
110
|
+
var import_jsx_runtime3 = require("react/jsx-runtime");
|
|
111
|
+
var SvgCaretRightIcon = ({
|
|
112
|
+
title,
|
|
113
|
+
titleId,
|
|
114
|
+
...props
|
|
115
|
+
}) => /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)(
|
|
116
|
+
"svg",
|
|
117
|
+
{
|
|
118
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
119
|
+
width: props.size || "1em",
|
|
120
|
+
height: props.size || "1em",
|
|
121
|
+
fill: "none",
|
|
122
|
+
viewBox: "0 0 16 16",
|
|
123
|
+
"aria-labelledby": titleId,
|
|
124
|
+
...props,
|
|
125
|
+
children: [
|
|
126
|
+
title ? /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("title", { id: titleId, children: title }) : null,
|
|
127
|
+
/* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
128
|
+
"path",
|
|
129
|
+
{
|
|
130
|
+
fill: "currentColor",
|
|
131
|
+
fillRule: "evenodd",
|
|
132
|
+
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",
|
|
133
|
+
clipRule: "evenodd"
|
|
134
|
+
}
|
|
135
|
+
)
|
|
136
|
+
]
|
|
137
|
+
}
|
|
138
|
+
);
|
|
139
|
+
var CaretRightIcon_default = SvgCaretRightIcon;
|
|
140
|
+
|
|
141
|
+
// src/16/CheckFilledIcon.tsx
|
|
142
|
+
var import_jsx_runtime4 = require("react/jsx-runtime");
|
|
143
|
+
var SvgCheckFilledIcon = ({
|
|
144
|
+
title,
|
|
145
|
+
titleId,
|
|
146
|
+
...props
|
|
147
|
+
}) => /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)(
|
|
148
|
+
"svg",
|
|
149
|
+
{
|
|
150
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
151
|
+
width: props.size || "1em",
|
|
152
|
+
height: props.size || "1em",
|
|
153
|
+
fill: "none",
|
|
154
|
+
viewBox: "0 0 16 16",
|
|
155
|
+
"aria-labelledby": titleId,
|
|
156
|
+
...props,
|
|
157
|
+
children: [
|
|
158
|
+
title ? /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("title", { id: titleId, children: title }) : null,
|
|
159
|
+
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
160
|
+
"path",
|
|
161
|
+
{
|
|
162
|
+
fill: "currentColor",
|
|
163
|
+
fillRule: "evenodd",
|
|
164
|
+
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",
|
|
165
|
+
clipRule: "evenodd"
|
|
166
|
+
}
|
|
167
|
+
)
|
|
168
|
+
]
|
|
169
|
+
}
|
|
170
|
+
);
|
|
171
|
+
var CheckFilledIcon_default = SvgCheckFilledIcon;
|
|
172
|
+
|
|
173
|
+
// src/16/CheckmarkIcon.tsx
|
|
174
|
+
var import_jsx_runtime5 = require("react/jsx-runtime");
|
|
175
|
+
var SvgCheckmarkIcon = ({
|
|
176
|
+
title,
|
|
177
|
+
titleId,
|
|
178
|
+
...props
|
|
179
|
+
}) => /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(
|
|
180
|
+
"svg",
|
|
181
|
+
{
|
|
182
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
183
|
+
width: props.size || "1em",
|
|
184
|
+
height: props.size || "1em",
|
|
185
|
+
fill: "none",
|
|
186
|
+
viewBox: "0 0 16 16",
|
|
187
|
+
"aria-labelledby": titleId,
|
|
188
|
+
...props,
|
|
189
|
+
children: [
|
|
190
|
+
title ? /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("title", { id: titleId, children: title }) : null,
|
|
191
|
+
/* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
192
|
+
"path",
|
|
193
|
+
{
|
|
194
|
+
fill: "currentColor",
|
|
195
|
+
fillRule: "evenodd",
|
|
196
|
+
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",
|
|
197
|
+
clipRule: "evenodd"
|
|
198
|
+
}
|
|
199
|
+
)
|
|
200
|
+
]
|
|
201
|
+
}
|
|
202
|
+
);
|
|
203
|
+
var CheckmarkIcon_default = SvgCheckmarkIcon;
|
|
204
|
+
|
|
205
|
+
// src/16/CloseIcon.tsx
|
|
206
|
+
var import_jsx_runtime6 = require("react/jsx-runtime");
|
|
207
|
+
var SvgCloseIcon = ({
|
|
208
|
+
title,
|
|
209
|
+
titleId,
|
|
210
|
+
...props
|
|
211
|
+
}) => /* @__PURE__ */ (0, import_jsx_runtime6.jsxs)(
|
|
212
|
+
"svg",
|
|
213
|
+
{
|
|
214
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
215
|
+
width: props.size || "1em",
|
|
216
|
+
height: props.size || "1em",
|
|
217
|
+
fill: "none",
|
|
218
|
+
viewBox: "0 0 16 16",
|
|
219
|
+
"aria-labelledby": titleId,
|
|
220
|
+
...props,
|
|
221
|
+
children: [
|
|
222
|
+
title ? /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("title", { id: titleId, children: title }) : null,
|
|
223
|
+
/* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
|
|
224
|
+
"path",
|
|
225
|
+
{
|
|
226
|
+
fill: "currentColor",
|
|
227
|
+
fillRule: "evenodd",
|
|
228
|
+
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",
|
|
229
|
+
clipRule: "evenodd"
|
|
230
|
+
}
|
|
231
|
+
)
|
|
232
|
+
]
|
|
233
|
+
}
|
|
234
|
+
);
|
|
235
|
+
var CloseIcon_default = SvgCloseIcon;
|
|
236
|
+
|
|
237
|
+
// src/16/EllipseIcon.tsx
|
|
238
|
+
var import_jsx_runtime7 = require("react/jsx-runtime");
|
|
239
|
+
var SvgEllipseIcon = ({
|
|
240
|
+
title,
|
|
241
|
+
titleId,
|
|
242
|
+
...props
|
|
243
|
+
}) => /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)(
|
|
244
|
+
"svg",
|
|
245
|
+
{
|
|
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 16 16",
|
|
251
|
+
"aria-labelledby": titleId,
|
|
252
|
+
...props,
|
|
253
|
+
children: [
|
|
254
|
+
title ? /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("title", { id: titleId, children: title }) : null,
|
|
255
|
+
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
|
|
256
|
+
"path",
|
|
257
|
+
{
|
|
258
|
+
fill: "currentColor",
|
|
259
|
+
fillRule: "evenodd",
|
|
260
|
+
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",
|
|
261
|
+
clipRule: "evenodd"
|
|
262
|
+
}
|
|
263
|
+
)
|
|
264
|
+
]
|
|
265
|
+
}
|
|
266
|
+
);
|
|
267
|
+
var EllipseIcon_default = SvgEllipseIcon;
|
|
268
|
+
|
|
269
|
+
// src/16/ErrorAltFilledIcon.tsx
|
|
270
|
+
var import_jsx_runtime8 = require("react/jsx-runtime");
|
|
271
|
+
var SvgErrorAltFilledIcon = ({
|
|
272
|
+
title,
|
|
273
|
+
titleId,
|
|
274
|
+
...props
|
|
275
|
+
}) => /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)(
|
|
276
|
+
"svg",
|
|
277
|
+
{
|
|
278
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
279
|
+
width: props.size || "1em",
|
|
280
|
+
height: props.size || "1em",
|
|
281
|
+
fill: "none",
|
|
282
|
+
viewBox: "0 0 16 16",
|
|
283
|
+
"aria-labelledby": titleId,
|
|
284
|
+
...props,
|
|
285
|
+
children: [
|
|
286
|
+
title ? /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("title", { id: titleId, children: title }) : null,
|
|
287
|
+
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
|
|
288
|
+
"path",
|
|
289
|
+
{
|
|
290
|
+
fill: "currentColor",
|
|
291
|
+
fillRule: "evenodd",
|
|
292
|
+
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",
|
|
293
|
+
clipRule: "evenodd"
|
|
294
|
+
}
|
|
295
|
+
)
|
|
296
|
+
]
|
|
297
|
+
}
|
|
298
|
+
);
|
|
299
|
+
var ErrorAltFilledIcon_default = SvgErrorAltFilledIcon;
|
|
300
|
+
|
|
301
|
+
// src/16/ErrorFilledIcon.tsx
|
|
302
|
+
var import_jsx_runtime9 = require("react/jsx-runtime");
|
|
303
|
+
var SvgErrorFilledIcon = ({
|
|
304
|
+
title,
|
|
305
|
+
titleId,
|
|
306
|
+
...props
|
|
307
|
+
}) => /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)(
|
|
308
|
+
"svg",
|
|
309
|
+
{
|
|
310
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
311
|
+
width: props.size || "1em",
|
|
312
|
+
height: props.size || "1em",
|
|
313
|
+
fill: "none",
|
|
314
|
+
viewBox: "0 0 16 16",
|
|
315
|
+
"aria-labelledby": titleId,
|
|
316
|
+
...props,
|
|
317
|
+
children: [
|
|
318
|
+
title ? /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("title", { id: titleId, children: title }) : null,
|
|
319
|
+
/* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
|
|
320
|
+
"path",
|
|
321
|
+
{
|
|
322
|
+
fill: "currentColor",
|
|
323
|
+
fillRule: "evenodd",
|
|
324
|
+
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",
|
|
325
|
+
clipRule: "evenodd"
|
|
326
|
+
}
|
|
327
|
+
)
|
|
328
|
+
]
|
|
329
|
+
}
|
|
330
|
+
);
|
|
331
|
+
var ErrorFilledIcon_default = SvgErrorFilledIcon;
|
|
332
|
+
|
|
333
|
+
// src/16/InfoFilledIcon.tsx
|
|
334
|
+
var import_jsx_runtime10 = require("react/jsx-runtime");
|
|
335
|
+
var SvgInfoFilledIcon = ({
|
|
336
|
+
title,
|
|
337
|
+
titleId,
|
|
338
|
+
...props
|
|
339
|
+
}) => /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)(
|
|
340
|
+
"svg",
|
|
341
|
+
{
|
|
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 20 20",
|
|
347
|
+
"aria-labelledby": titleId,
|
|
348
|
+
...props,
|
|
349
|
+
children: [
|
|
350
|
+
title ? /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("title", { id: titleId, children: title }) : null,
|
|
351
|
+
/* @__PURE__ */ (0, import_jsx_runtime10.jsx)("g", { clipPath: "url(#info-filled-icon_svg__a)", children: /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
|
|
352
|
+
"path",
|
|
353
|
+
{
|
|
354
|
+
fill: "currentColor",
|
|
355
|
+
fillRule: "evenodd",
|
|
356
|
+
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",
|
|
357
|
+
clipRule: "evenodd"
|
|
358
|
+
}
|
|
359
|
+
) }),
|
|
360
|
+
/* @__PURE__ */ (0, import_jsx_runtime10.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("clipPath", { id: "info-filled-icon_svg__a", children: /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("path", { fill: "#fff", d: "M0 0h20v20H0z" }) }) })
|
|
361
|
+
]
|
|
362
|
+
}
|
|
363
|
+
);
|
|
364
|
+
var InfoFilledIcon_default = SvgInfoFilledIcon;
|
|
365
|
+
|
|
366
|
+
// src/16/MinusIcon.tsx
|
|
367
|
+
var import_jsx_runtime11 = require("react/jsx-runtime");
|
|
368
|
+
var SvgMinusIcon = ({
|
|
369
|
+
title,
|
|
370
|
+
titleId,
|
|
371
|
+
...props
|
|
372
|
+
}) => /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)(
|
|
373
|
+
"svg",
|
|
374
|
+
{
|
|
375
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
376
|
+
width: props.size || "1em",
|
|
377
|
+
height: props.size || "1em",
|
|
378
|
+
fill: "none",
|
|
379
|
+
viewBox: "0 0 16 16",
|
|
380
|
+
"aria-labelledby": titleId,
|
|
381
|
+
...props,
|
|
382
|
+
children: [
|
|
383
|
+
title ? /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("title", { id: titleId, children: title }) : null,
|
|
384
|
+
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
|
|
385
|
+
"path",
|
|
386
|
+
{
|
|
387
|
+
fill: "currentColor",
|
|
388
|
+
fillRule: "evenodd",
|
|
389
|
+
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",
|
|
390
|
+
clipRule: "evenodd"
|
|
391
|
+
}
|
|
392
|
+
)
|
|
393
|
+
]
|
|
394
|
+
}
|
|
395
|
+
);
|
|
396
|
+
var MinusIcon_default = SvgMinusIcon;
|
|
397
|
+
|
|
398
|
+
// src/16/NoneIcon.tsx
|
|
399
|
+
var import_jsx_runtime12 = require("react/jsx-runtime");
|
|
400
|
+
var SvgNoneIcon = ({
|
|
401
|
+
title,
|
|
402
|
+
titleId,
|
|
403
|
+
...props
|
|
404
|
+
}) => /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
|
|
405
|
+
"svg",
|
|
406
|
+
{
|
|
407
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
408
|
+
width: props.size || "1em",
|
|
409
|
+
height: props.size || "1em",
|
|
410
|
+
fill: "none",
|
|
411
|
+
viewBox: "0 0 14 14",
|
|
412
|
+
"aria-labelledby": titleId,
|
|
413
|
+
...props,
|
|
414
|
+
children: [
|
|
415
|
+
title ? /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("title", { id: titleId, children: title }) : null,
|
|
416
|
+
/* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
|
|
417
|
+
"mask",
|
|
418
|
+
{
|
|
419
|
+
id: "none-icon_svg__a",
|
|
420
|
+
width: 14,
|
|
421
|
+
height: 14,
|
|
422
|
+
x: 0,
|
|
423
|
+
y: 0,
|
|
424
|
+
maskUnits: "userSpaceOnUse",
|
|
425
|
+
style: {
|
|
426
|
+
maskType: "alpha"
|
|
427
|
+
},
|
|
428
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("circle", { cx: 7, cy: 7, r: 7, fill: "#2B2E36" })
|
|
429
|
+
}
|
|
430
|
+
),
|
|
431
|
+
/* @__PURE__ */ (0, import_jsx_runtime12.jsx)("g", { mask: "url(#none-icon_svg__a)", children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("path", { stroke: "#C83C29", strokeWidth: 2, d: "M15-1-1 15" }) })
|
|
432
|
+
]
|
|
433
|
+
}
|
|
434
|
+
);
|
|
435
|
+
var NoneIcon_default = SvgNoneIcon;
|
|
436
|
+
|
|
437
|
+
// src/16/PlusIcon.tsx
|
|
438
|
+
var import_jsx_runtime13 = require("react/jsx-runtime");
|
|
439
|
+
var SvgPlusIcon = ({
|
|
440
|
+
title,
|
|
441
|
+
titleId,
|
|
442
|
+
...props
|
|
443
|
+
}) => /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)(
|
|
444
|
+
"svg",
|
|
445
|
+
{
|
|
446
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
447
|
+
width: props.size || "1em",
|
|
448
|
+
height: props.size || "1em",
|
|
449
|
+
fill: "none",
|
|
450
|
+
viewBox: "0 0 16 16",
|
|
451
|
+
"aria-labelledby": titleId,
|
|
452
|
+
...props,
|
|
453
|
+
children: [
|
|
454
|
+
title ? /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("title", { id: titleId, children: title }) : null,
|
|
455
|
+
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)("g", { clipPath: "url(#plus-icon_svg__a)", children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
|
|
456
|
+
"path",
|
|
457
|
+
{
|
|
458
|
+
fill: "currentColor",
|
|
459
|
+
fillRule: "evenodd",
|
|
460
|
+
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",
|
|
461
|
+
clipRule: "evenodd"
|
|
462
|
+
}
|
|
463
|
+
) }),
|
|
464
|
+
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("clipPath", { id: "plus-icon_svg__a", children: /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("path", { fill: "#fff", d: "M0 0h16v16H0z" }) }) })
|
|
465
|
+
]
|
|
466
|
+
}
|
|
467
|
+
);
|
|
468
|
+
var PlusIcon_default = SvgPlusIcon;
|
|
469
|
+
|
|
470
|
+
// src/16/ReadOnlyIcon.tsx
|
|
471
|
+
var import_jsx_runtime14 = require("react/jsx-runtime");
|
|
472
|
+
var SvgReadOnlyIcon = ({
|
|
473
|
+
title,
|
|
474
|
+
titleId,
|
|
475
|
+
...props
|
|
476
|
+
}) => /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)(
|
|
477
|
+
"svg",
|
|
478
|
+
{
|
|
479
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
480
|
+
width: props.size || "1em",
|
|
481
|
+
height: props.size || "1em",
|
|
482
|
+
fill: "none",
|
|
483
|
+
viewBox: "0 0 16 16",
|
|
484
|
+
"aria-labelledby": titleId,
|
|
485
|
+
...props,
|
|
486
|
+
children: [
|
|
487
|
+
title ? /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("title", { id: titleId, children: title }) : null,
|
|
488
|
+
/* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
|
|
489
|
+
"path",
|
|
490
|
+
{
|
|
491
|
+
fill: "currentColor",
|
|
492
|
+
fillRule: "evenodd",
|
|
493
|
+
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",
|
|
494
|
+
clipRule: "evenodd"
|
|
495
|
+
}
|
|
496
|
+
)
|
|
497
|
+
]
|
|
498
|
+
}
|
|
499
|
+
);
|
|
500
|
+
var ReadOnlyIcon_default = SvgReadOnlyIcon;
|
|
501
|
+
|
|
502
|
+
// src/16/RedoIcon.tsx
|
|
503
|
+
var import_jsx_runtime15 = require("react/jsx-runtime");
|
|
504
|
+
var SvgRedoIcon = ({
|
|
505
|
+
title,
|
|
506
|
+
titleId,
|
|
507
|
+
...props
|
|
508
|
+
}) => /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(
|
|
509
|
+
"svg",
|
|
510
|
+
{
|
|
511
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
512
|
+
width: props.size || "1em",
|
|
513
|
+
height: props.size || "1em",
|
|
514
|
+
fill: "none",
|
|
515
|
+
viewBox: "0 0 16 16",
|
|
516
|
+
"aria-labelledby": titleId,
|
|
517
|
+
...props,
|
|
518
|
+
children: [
|
|
519
|
+
title ? /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("title", { id: titleId, children: title }) : null,
|
|
520
|
+
/* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
|
|
521
|
+
"path",
|
|
522
|
+
{
|
|
523
|
+
fill: "currentColor",
|
|
524
|
+
fillRule: "evenodd",
|
|
525
|
+
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",
|
|
526
|
+
clipRule: "evenodd"
|
|
527
|
+
}
|
|
528
|
+
)
|
|
529
|
+
]
|
|
530
|
+
}
|
|
531
|
+
);
|
|
532
|
+
var RedoIcon_default = SvgRedoIcon;
|
|
533
|
+
|
|
534
|
+
// src/16/TrashIcon.tsx
|
|
535
|
+
var import_jsx_runtime16 = require("react/jsx-runtime");
|
|
536
|
+
var SvgTrashIcon = ({
|
|
537
|
+
title,
|
|
538
|
+
titleId,
|
|
539
|
+
...props
|
|
540
|
+
}) => /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)(
|
|
541
|
+
"svg",
|
|
542
|
+
{
|
|
543
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
544
|
+
width: props.size || "1em",
|
|
545
|
+
height: props.size || "1em",
|
|
546
|
+
fill: "none",
|
|
547
|
+
viewBox: "0 0 16 16",
|
|
548
|
+
"aria-labelledby": titleId,
|
|
549
|
+
...props,
|
|
550
|
+
children: [
|
|
551
|
+
title ? /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("title", { id: titleId, children: title }) : null,
|
|
552
|
+
/* @__PURE__ */ (0, import_jsx_runtime16.jsx)("g", { clipPath: "url(#trash-icon_svg__a)", children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
|
|
553
|
+
"path",
|
|
554
|
+
{
|
|
555
|
+
fill: "currentColor",
|
|
556
|
+
fillRule: "evenodd",
|
|
557
|
+
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",
|
|
558
|
+
clipRule: "evenodd"
|
|
559
|
+
}
|
|
560
|
+
) }),
|
|
561
|
+
/* @__PURE__ */ (0, import_jsx_runtime16.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("clipPath", { id: "trash-icon_svg__a", children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("path", { fill: "#fff", d: "M0 0h16v16H0z" }) }) })
|
|
562
|
+
]
|
|
563
|
+
}
|
|
564
|
+
);
|
|
565
|
+
var TrashIcon_default = SvgTrashIcon;
|
|
566
|
+
|
|
567
|
+
// src/16/UndoIcon.tsx
|
|
568
|
+
var import_jsx_runtime17 = require("react/jsx-runtime");
|
|
569
|
+
var SvgUndoIcon = ({
|
|
570
|
+
title,
|
|
571
|
+
titleId,
|
|
572
|
+
...props
|
|
573
|
+
}) => /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(
|
|
574
|
+
"svg",
|
|
575
|
+
{
|
|
576
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
577
|
+
width: props.size || "1em",
|
|
578
|
+
height: props.size || "1em",
|
|
579
|
+
fill: "none",
|
|
580
|
+
viewBox: "0 0 16 16",
|
|
581
|
+
"aria-labelledby": titleId,
|
|
582
|
+
...props,
|
|
583
|
+
children: [
|
|
584
|
+
title ? /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("title", { id: titleId, children: title }) : null,
|
|
585
|
+
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
|
|
586
|
+
"path",
|
|
587
|
+
{
|
|
588
|
+
fill: "currentColor",
|
|
589
|
+
fillRule: "evenodd",
|
|
590
|
+
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",
|
|
591
|
+
clipRule: "evenodd"
|
|
592
|
+
}
|
|
593
|
+
)
|
|
594
|
+
]
|
|
595
|
+
}
|
|
596
|
+
);
|
|
597
|
+
var UndoIcon_default = SvgUndoIcon;
|
|
598
|
+
|
|
599
|
+
// src/16/WarningFilledIcon.tsx
|
|
600
|
+
var import_jsx_runtime18 = require("react/jsx-runtime");
|
|
601
|
+
var SvgWarningFilledIcon = ({
|
|
602
|
+
title,
|
|
603
|
+
titleId,
|
|
604
|
+
...props
|
|
605
|
+
}) => /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)(
|
|
606
|
+
"svg",
|
|
607
|
+
{
|
|
608
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
609
|
+
width: props.size || "1em",
|
|
610
|
+
height: props.size || "1em",
|
|
611
|
+
fill: "none",
|
|
612
|
+
viewBox: "0 0 16 16",
|
|
613
|
+
"aria-labelledby": titleId,
|
|
614
|
+
...props,
|
|
615
|
+
children: [
|
|
616
|
+
title ? /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("title", { id: titleId, children: title }) : null,
|
|
617
|
+
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
|
|
618
|
+
"path",
|
|
619
|
+
{
|
|
620
|
+
fill: "currentColor",
|
|
621
|
+
fillRule: "evenodd",
|
|
622
|
+
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",
|
|
623
|
+
clipRule: "evenodd"
|
|
624
|
+
}
|
|
625
|
+
)
|
|
626
|
+
]
|
|
627
|
+
}
|
|
628
|
+
);
|
|
629
|
+
var WarningFilledIcon_default = SvgWarningFilledIcon;
|
|
630
|
+
|
|
631
|
+
// src/16/XIcon.tsx
|
|
632
|
+
var import_jsx_runtime19 = require("react/jsx-runtime");
|
|
633
|
+
var SvgXIcon = ({
|
|
634
|
+
title,
|
|
635
|
+
titleId,
|
|
636
|
+
...props
|
|
637
|
+
}) => /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(
|
|
638
|
+
"svg",
|
|
639
|
+
{
|
|
640
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
641
|
+
width: props.size || "1em",
|
|
642
|
+
height: props.size || "1em",
|
|
643
|
+
fill: "none",
|
|
644
|
+
viewBox: "0 0 16 16",
|
|
645
|
+
"aria-labelledby": titleId,
|
|
646
|
+
...props,
|
|
647
|
+
children: [
|
|
648
|
+
title ? /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("title", { id: titleId, children: title }) : null,
|
|
649
|
+
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)("g", { clipPath: "url(#x-icon_svg__a)", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
|
|
650
|
+
"path",
|
|
651
|
+
{
|
|
652
|
+
fill: "currentColor",
|
|
653
|
+
fillRule: "evenodd",
|
|
654
|
+
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",
|
|
655
|
+
clipRule: "evenodd"
|
|
656
|
+
}
|
|
657
|
+
) }),
|
|
658
|
+
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("clipPath", { id: "x-icon_svg__a", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("path", { fill: "#fff", d: "M0 0h16v16H0z" }) }) })
|
|
659
|
+
]
|
|
660
|
+
}
|
|
661
|
+
);
|
|
662
|
+
var XIcon_default = SvgXIcon;
|
|
663
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
664
|
+
0 && (module.exports = {
|
|
665
|
+
AvatarIcon,
|
|
666
|
+
CaretLeftIcon,
|
|
667
|
+
CaretRightIcon,
|
|
668
|
+
CheckFilledIcon,
|
|
669
|
+
CheckmarkIcon,
|
|
670
|
+
CloseIcon,
|
|
671
|
+
EllipseIcon,
|
|
672
|
+
ErrorAltFilledIcon,
|
|
673
|
+
ErrorFilledIcon,
|
|
674
|
+
InfoFilledIcon,
|
|
675
|
+
MinusIcon,
|
|
676
|
+
NoneIcon,
|
|
677
|
+
PlusIcon,
|
|
678
|
+
ReadOnlyIcon,
|
|
679
|
+
RedoIcon,
|
|
680
|
+
TrashIcon,
|
|
681
|
+
UndoIcon,
|
|
682
|
+
WarningFilledIcon,
|
|
683
|
+
XIcon
|
|
684
|
+
});
|