@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,494 @@
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, {
15
+ get: () => from[key],
16
+ enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable,
17
+ });
18
+ }
19
+ return to;
20
+ };
21
+ var __toCommonJS = (mod) =>
22
+ __copyProps(__defProp({}, "__esModule", { value: true }), mod);
23
+
24
+ // src/24/index.ts
25
+ var __exports = {};
26
+ __export(__exports, {
27
+ AvatarIcon: () => AvatarIcon_default,
28
+ BinIcon: () => BinIcon_default,
29
+ CaretLeftIcon: () => CaretLeftIcon_default,
30
+ CaretRightIcon: () => CaretRightIcon_default,
31
+ CheckmarkIcon: () => CheckmarkIcon_default,
32
+ DragIndicatorIcon: () => DragIndicatorIcon_default,
33
+ EllipseDashedIcon: () => EllipseDashedIcon_default,
34
+ EllipseIcon: () => EllipseIcon_default,
35
+ PolygonDashedIcon: () => PolygonDashedIcon_default,
36
+ PolygonIcon: () => PolygonIcon_default,
37
+ RectangleDashedIcon: () => RectangleDashedIcon_default,
38
+ RotateCounterClockwiseIcon: () => RotateCounterClockwiseIcon_default,
39
+ SearchIcon: () => SearchIcon_default,
40
+ SquareIcon: () => SquareIcon_default,
41
+ TrashIcon: () => TrashIcon_default,
42
+ });
43
+ module.exports = __toCommonJS(__exports);
44
+
45
+ // src/24/AvatarIcon.tsx
46
+ var import_jsx_runtime = require("react/jsx-runtime");
47
+ var SvgAvatarIcon = ({ title, titleId, ...props }) =>
48
+ /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", {
49
+ xmlns: "http://www.w3.org/2000/svg",
50
+ width: props.size || "1em",
51
+ height: props.size || "1em",
52
+ fill: "none",
53
+ viewBox: "0 0 24 24",
54
+ "aria-labelledby": titleId,
55
+ ...props,
56
+ children: [
57
+ title
58
+ ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)("title", {
59
+ id: titleId,
60
+ children: title,
61
+ })
62
+ : null,
63
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", {
64
+ fill: "currentColor",
65
+ fillRule: "evenodd",
66
+ 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",
67
+ clipRule: "evenodd",
68
+ }),
69
+ ],
70
+ });
71
+ var AvatarIcon_default = SvgAvatarIcon;
72
+
73
+ // src/24/BinIcon.tsx
74
+ var import_jsx_runtime2 = require("react/jsx-runtime");
75
+ var SvgBinIcon = ({ title, titleId, ...props }) =>
76
+ /* @__PURE__ */ (0, import_jsx_runtime2.jsxs)("svg", {
77
+ xmlns: "http://www.w3.org/2000/svg",
78
+ width: props.size || "1em",
79
+ height: props.size || "1em",
80
+ fill: "none",
81
+ viewBox: "0 0 24 24",
82
+ "aria-labelledby": titleId,
83
+ ...props,
84
+ children: [
85
+ title
86
+ ? /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("title", {
87
+ id: titleId,
88
+ children: title,
89
+ })
90
+ : null,
91
+ /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("mask", {
92
+ id: "bin-icon_svg__a",
93
+ fill: "#fff",
94
+ children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("path", {
95
+ d: "M6 17V7h12v10a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2Z",
96
+ }),
97
+ }),
98
+ /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("path", {
99
+ fill: "currentColor",
100
+ 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",
101
+ mask: "url(#bin-icon_svg__a)",
102
+ }),
103
+ /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("path", {
104
+ stroke: "currentColor",
105
+ 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",
106
+ }),
107
+ /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("path", {
108
+ fill: "currentColor",
109
+ 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",
110
+ }),
111
+ /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("path", {
112
+ stroke: "currentColor",
113
+ d: "M9.5 10v6M12 10v6M14.5 10v6",
114
+ }),
115
+ ],
116
+ });
117
+ var BinIcon_default = SvgBinIcon;
118
+
119
+ // src/24/CaretLeftIcon.tsx
120
+ var import_jsx_runtime3 = require("react/jsx-runtime");
121
+ var SvgCaretLeftIcon = ({ title, titleId, ...props }) =>
122
+ /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)("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__ */ (0, import_jsx_runtime3.jsx)("title", {
133
+ id: titleId,
134
+ children: title,
135
+ })
136
+ : null,
137
+ /* @__PURE__ */ (0, import_jsx_runtime3.jsx)("path", {
138
+ fill: "currentColor",
139
+ fillRule: "evenodd",
140
+ 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",
141
+ clipRule: "evenodd",
142
+ }),
143
+ ],
144
+ });
145
+ var CaretLeftIcon_default = SvgCaretLeftIcon;
146
+
147
+ // src/24/CaretRightIcon.tsx
148
+ var import_jsx_runtime4 = require("react/jsx-runtime");
149
+ var SvgCaretRightIcon = ({ title, titleId, ...props }) =>
150
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)("svg", {
151
+ xmlns: "http://www.w3.org/2000/svg",
152
+ width: props.size || "1em",
153
+ height: props.size || "1em",
154
+ fill: "none",
155
+ viewBox: "0 0 24 24",
156
+ "aria-labelledby": titleId,
157
+ ...props,
158
+ children: [
159
+ title
160
+ ? /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("title", {
161
+ id: titleId,
162
+ children: title,
163
+ })
164
+ : null,
165
+ /* @__PURE__ */ (0, import_jsx_runtime4.jsx)("path", {
166
+ fill: "currentColor",
167
+ fillRule: "evenodd",
168
+ 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",
169
+ clipRule: "evenodd",
170
+ }),
171
+ ],
172
+ });
173
+ var CaretRightIcon_default = SvgCaretRightIcon;
174
+
175
+ // src/24/CheckmarkIcon.tsx
176
+ var import_jsx_runtime5 = require("react/jsx-runtime");
177
+ var SvgCheckmarkIcon = ({ title, titleId, ...props }) =>
178
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("svg", {
179
+ xmlns: "http://www.w3.org/2000/svg",
180
+ width: props.size || "1em",
181
+ height: props.size || "1em",
182
+ fill: "none",
183
+ viewBox: "0 0 24 24",
184
+ "aria-labelledby": titleId,
185
+ ...props,
186
+ children: [
187
+ title
188
+ ? /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("title", {
189
+ id: titleId,
190
+ children: title,
191
+ })
192
+ : null,
193
+ /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("path", {
194
+ fill: "currentColor",
195
+ fillRule: "evenodd",
196
+ 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",
197
+ clipRule: "evenodd",
198
+ }),
199
+ ],
200
+ });
201
+ var CheckmarkIcon_default = SvgCheckmarkIcon;
202
+
203
+ // src/24/DragIndicatorIcon.tsx
204
+ var import_jsx_runtime6 = require("react/jsx-runtime");
205
+ var SvgDragIndicatorIcon = ({ title, titleId, ...props }) =>
206
+ /* @__PURE__ */ (0, import_jsx_runtime6.jsxs)("svg", {
207
+ xmlns: "http://www.w3.org/2000/svg",
208
+ width: props.size || "1em",
209
+ height: props.size || "1em",
210
+ fill: "none",
211
+ viewBox: "0 0 24 24",
212
+ "aria-labelledby": titleId,
213
+ ...props,
214
+ children: [
215
+ title
216
+ ? /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("title", {
217
+ id: titleId,
218
+ children: title,
219
+ })
220
+ : null,
221
+ /* @__PURE__ */ (0, import_jsx_runtime6.jsx)("path", {
222
+ fill: "currentColor",
223
+ fillRule: "evenodd",
224
+ 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",
225
+ clipRule: "evenodd",
226
+ }),
227
+ ],
228
+ });
229
+ var DragIndicatorIcon_default = SvgDragIndicatorIcon;
230
+
231
+ // src/24/EllipseDashedIcon.tsx
232
+ var import_jsx_runtime7 = require("react/jsx-runtime");
233
+ var SvgEllipseDashedIcon = ({ title, titleId, ...props }) =>
234
+ /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)("svg", {
235
+ xmlns: "http://www.w3.org/2000/svg",
236
+ width: props.size || "1em",
237
+ height: props.size || "1em",
238
+ fill: "none",
239
+ viewBox: "0 0 24 24",
240
+ "aria-labelledby": titleId,
241
+ ...props,
242
+ children: [
243
+ title
244
+ ? /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("title", {
245
+ id: titleId,
246
+ children: title,
247
+ })
248
+ : null,
249
+ /* @__PURE__ */ (0, import_jsx_runtime7.jsx)("path", {
250
+ fill: "currentColor",
251
+ fillRule: "evenodd",
252
+ 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",
253
+ clipRule: "evenodd",
254
+ }),
255
+ ],
256
+ });
257
+ var EllipseDashedIcon_default = SvgEllipseDashedIcon;
258
+
259
+ // src/24/EllipseIcon.tsx
260
+ var import_jsx_runtime8 = require("react/jsx-runtime");
261
+ var SvgEllipseIcon = ({ title, titleId, ...props }) =>
262
+ /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)("svg", {
263
+ xmlns: "http://www.w3.org/2000/svg",
264
+ width: props.size || "1em",
265
+ height: props.size || "1em",
266
+ fill: "none",
267
+ viewBox: "0 0 24 24",
268
+ "aria-labelledby": titleId,
269
+ ...props,
270
+ children: [
271
+ title
272
+ ? /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("title", {
273
+ id: titleId,
274
+ children: title,
275
+ })
276
+ : null,
277
+ /* @__PURE__ */ (0, import_jsx_runtime8.jsx)("path", {
278
+ fill: "currentColor",
279
+ fillRule: "evenodd",
280
+ 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",
281
+ clipRule: "evenodd",
282
+ }),
283
+ ],
284
+ });
285
+ var EllipseIcon_default = SvgEllipseIcon;
286
+
287
+ // src/24/PolygonDashedIcon.tsx
288
+ var import_jsx_runtime9 = require("react/jsx-runtime");
289
+ var SvgPolygonDashedIcon = ({ title, titleId, ...props }) =>
290
+ /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)("svg", {
291
+ xmlns: "http://www.w3.org/2000/svg",
292
+ width: props.size || "1em",
293
+ height: props.size || "1em",
294
+ fill: "none",
295
+ viewBox: "0 0 24 24",
296
+ "aria-labelledby": titleId,
297
+ ...props,
298
+ children: [
299
+ title
300
+ ? /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("title", {
301
+ id: titleId,
302
+ children: title,
303
+ })
304
+ : null,
305
+ /* @__PURE__ */ (0, import_jsx_runtime9.jsx)("path", {
306
+ fill: "currentColor",
307
+ 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",
308
+ }),
309
+ ],
310
+ });
311
+ var PolygonDashedIcon_default = SvgPolygonDashedIcon;
312
+
313
+ // src/24/PolygonIcon.tsx
314
+ var import_jsx_runtime10 = require("react/jsx-runtime");
315
+ var SvgPolygonIcon = ({ title, titleId, ...props }) =>
316
+ /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)("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__ */ (0, import_jsx_runtime10.jsx)("title", {
327
+ id: titleId,
328
+ children: title,
329
+ })
330
+ : null,
331
+ /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("path", {
332
+ fill: "currentColor",
333
+ fillRule: "evenodd",
334
+ 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",
335
+ clipRule: "evenodd",
336
+ }),
337
+ ],
338
+ });
339
+ var PolygonIcon_default = SvgPolygonIcon;
340
+
341
+ // src/24/RectangleDashedIcon.tsx
342
+ var import_jsx_runtime11 = require("react/jsx-runtime");
343
+ var SvgRectangleDashedIcon = ({ title, titleId, ...props }) =>
344
+ /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)("svg", {
345
+ xmlns: "http://www.w3.org/2000/svg",
346
+ width: props.size || "1em",
347
+ height: props.size || "1em",
348
+ fill: "none",
349
+ viewBox: "0 0 24 24",
350
+ "aria-labelledby": titleId,
351
+ ...props,
352
+ children: [
353
+ title
354
+ ? /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("title", {
355
+ id: titleId,
356
+ children: title,
357
+ })
358
+ : null,
359
+ /* @__PURE__ */ (0, import_jsx_runtime11.jsx)("path", {
360
+ fill: "currentColor",
361
+ 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",
362
+ }),
363
+ ],
364
+ });
365
+ var RectangleDashedIcon_default = SvgRectangleDashedIcon;
366
+
367
+ // src/24/RotateCounterClockwiseIcon.tsx
368
+ var import_jsx_runtime12 = require("react/jsx-runtime");
369
+ var SvgRotateCounterClockwiseIcon = ({ title, titleId, ...props }) =>
370
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)("svg", {
371
+ xmlns: "http://www.w3.org/2000/svg",
372
+ width: props.size || "1em",
373
+ height: props.size || "1em",
374
+ fill: "none",
375
+ viewBox: "0 0 24 24",
376
+ "aria-labelledby": titleId,
377
+ ...props,
378
+ children: [
379
+ title
380
+ ? /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("title", {
381
+ id: titleId,
382
+ children: title,
383
+ })
384
+ : null,
385
+ /* @__PURE__ */ (0, import_jsx_runtime12.jsx)("path", {
386
+ fill: "currentColor",
387
+ 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",
388
+ }),
389
+ ],
390
+ });
391
+ var RotateCounterClockwiseIcon_default = SvgRotateCounterClockwiseIcon;
392
+
393
+ // src/24/SearchIcon.tsx
394
+ var import_jsx_runtime13 = require("react/jsx-runtime");
395
+ var SvgSearchIcon = ({ title, titleId, ...props }) =>
396
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)("svg", {
397
+ xmlns: "http://www.w3.org/2000/svg",
398
+ width: props.size || "1em",
399
+ height: props.size || "1em",
400
+ fill: "none",
401
+ viewBox: "0 0 24 24",
402
+ "aria-labelledby": titleId,
403
+ ...props,
404
+ children: [
405
+ title
406
+ ? /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("title", {
407
+ id: titleId,
408
+ children: title,
409
+ })
410
+ : null,
411
+ /* @__PURE__ */ (0, import_jsx_runtime13.jsx)("path", {
412
+ fill: "currentColor",
413
+ fillRule: "evenodd",
414
+ 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",
415
+ clipRule: "evenodd",
416
+ }),
417
+ ],
418
+ });
419
+ var SearchIcon_default = SvgSearchIcon;
420
+
421
+ // src/24/SquareIcon.tsx
422
+ var import_jsx_runtime14 = require("react/jsx-runtime");
423
+ var SvgSquareIcon = ({ title, titleId, ...props }) =>
424
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)("svg", {
425
+ xmlns: "http://www.w3.org/2000/svg",
426
+ width: props.size || "1em",
427
+ height: props.size || "1em",
428
+ fill: "none",
429
+ viewBox: "0 0 24 24",
430
+ "aria-labelledby": titleId,
431
+ ...props,
432
+ children: [
433
+ title
434
+ ? /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("title", {
435
+ id: titleId,
436
+ children: title,
437
+ })
438
+ : null,
439
+ /* @__PURE__ */ (0, import_jsx_runtime14.jsx)("path", {
440
+ fill: "currentColor",
441
+ fillRule: "evenodd",
442
+ 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",
443
+ clipRule: "evenodd",
444
+ }),
445
+ ],
446
+ });
447
+ var SquareIcon_default = SvgSquareIcon;
448
+
449
+ // src/24/TrashIcon.tsx
450
+ var import_jsx_runtime15 = require("react/jsx-runtime");
451
+ var SvgTrashIcon = ({ title, titleId, ...props }) =>
452
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)("svg", {
453
+ xmlns: "http://www.w3.org/2000/svg",
454
+ width: props.size || "1em",
455
+ height: props.size || "1em",
456
+ fill: "none",
457
+ viewBox: "0 0 24 24",
458
+ "aria-labelledby": titleId,
459
+ ...props,
460
+ children: [
461
+ title
462
+ ? /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("title", {
463
+ id: titleId,
464
+ children: title,
465
+ })
466
+ : null,
467
+ /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("path", {
468
+ fill: "currentColor",
469
+ fillRule: "evenodd",
470
+ 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",
471
+ clipRule: "evenodd",
472
+ }),
473
+ ],
474
+ });
475
+ var TrashIcon_default = SvgTrashIcon;
476
+ // Annotate the CommonJS export names for ESM import in node:
477
+ 0 &&
478
+ (module.exports = {
479
+ AvatarIcon,
480
+ BinIcon,
481
+ CaretLeftIcon,
482
+ CaretRightIcon,
483
+ CheckmarkIcon,
484
+ DragIndicatorIcon,
485
+ EllipseDashedIcon,
486
+ EllipseIcon,
487
+ PolygonDashedIcon,
488
+ PolygonIcon,
489
+ RectangleDashedIcon,
490
+ RotateCounterClockwiseIcon,
491
+ SearchIcon,
492
+ SquareIcon,
493
+ TrashIcon,
494
+ });