@baseline-ui/icons 0.5.1 → 0.6.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/dist/20/index.mjs DELETED
@@ -1,399 +0,0 @@
1
- // src/20/CaretLeftIcon.tsx
2
- import { jsx, jsxs } from "react/jsx-runtime";
3
- var SvgCaretLeftIcon = ({ 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 20 20",
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: "M13.03 15.53a.75.75 0 0 0 0-1.06L8.56 10l4.47-4.47a.75.75 0 0 0-1.06-1.06l-5 5a.75.75 0 0 0 0 1.06l5 5a.75.75 0 0 0 1.06 0Z",
20
- clipRule: "evenodd",
21
- }),
22
- ],
23
- });
24
- var CaretLeftIcon_default = SvgCaretLeftIcon;
25
-
26
- // src/20/CaretRightIcon.tsx
27
- import { jsx as jsx2, jsxs as jsxs2 } from "react/jsx-runtime";
28
- var SvgCaretRightIcon = ({ 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 20 20",
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: "M6.97 4.47a.75.75 0 0 0 0 1.06L11.44 10l-4.47 4.47a.75.75 0 1 0 1.06 1.06l5-5a.75.75 0 0 0 0-1.06l-5-5a.75.75 0 0 0-1.06 0Z",
45
- clipRule: "evenodd",
46
- }),
47
- ],
48
- });
49
- var CaretRightIcon_default = SvgCaretRightIcon;
50
-
51
- // src/20/CheckFilledIcon.tsx
52
- import { jsx as jsx3, jsxs as jsxs3 } from "react/jsx-runtime";
53
- var SvgCheckFilledIcon = ({ 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 20 20",
60
- "aria-labelledby": titleId,
61
- ...props,
62
- children: [
63
- title
64
- ? /* @__PURE__ */ jsx3("title", { id: titleId, children: title })
65
- : null,
66
- /* @__PURE__ */ jsx3("g", {
67
- clipPath: "url(#check-filled-icon_svg__a)",
68
- children: /* @__PURE__ */ jsx3("path", {
69
- fill: "currentColor",
70
- fillRule: "evenodd",
71
- d: "M10 20c5.523 0 10-4.477 10-10S15.523 0 10 0 0 4.477 0 10s4.477 10 10 10Zm4.53-11.97a.75.75 0 1 0-1.06-1.06L9 11.44 7.03 9.47a.75.75 0 1 0-1.06 1.06L9 13.56l5.53-5.53Z",
72
- clipRule: "evenodd",
73
- }),
74
- }),
75
- /* @__PURE__ */ jsx3("defs", {
76
- children: /* @__PURE__ */ jsx3("clipPath", {
77
- id: "check-filled-icon_svg__a",
78
- children: /* @__PURE__ */ jsx3("path", {
79
- fill: "transparent",
80
- d: "M0 0h20v20H0z",
81
- }),
82
- }),
83
- }),
84
- ],
85
- });
86
- var CheckFilledIcon_default = SvgCheckFilledIcon;
87
-
88
- // src/20/CheckmarkIcon.tsx
89
- import { jsx as jsx4, jsxs as jsxs4 } from "react/jsx-runtime";
90
- var SvgCheckmarkIcon = ({ title, titleId, ...props }) =>
91
- /* @__PURE__ */ jsxs4("svg", {
92
- xmlns: "http://www.w3.org/2000/svg",
93
- width: props.size || "1em",
94
- height: props.size || "1em",
95
- fill: "none",
96
- viewBox: "0 0 20 20",
97
- "aria-labelledby": titleId,
98
- ...props,
99
- children: [
100
- title
101
- ? /* @__PURE__ */ jsx4("title", { id: titleId, children: title })
102
- : null,
103
- /* @__PURE__ */ jsx4("path", {
104
- stroke: "currentColor",
105
- strokeLinecap: "round",
106
- strokeWidth: 1.5,
107
- d: "m16 6-8 8-4-4",
108
- }),
109
- ],
110
- });
111
- var CheckmarkIcon_default = SvgCheckmarkIcon;
112
-
113
- // src/20/DragHandleIcon.tsx
114
- import { jsx as jsx5, jsxs as jsxs5 } from "react/jsx-runtime";
115
- var SvgDragHandleIcon = ({ title, titleId, ...props }) =>
116
- /* @__PURE__ */ jsxs5("svg", {
117
- xmlns: "http://www.w3.org/2000/svg",
118
- width: props.size || "1em",
119
- height: props.size || "1em",
120
- fill: "none",
121
- viewBox: "0 0 20 20",
122
- "aria-labelledby": titleId,
123
- ...props,
124
- children: [
125
- title
126
- ? /* @__PURE__ */ jsx5("title", { id: titleId, children: title })
127
- : null,
128
- /* @__PURE__ */ jsx5("circle", {
129
- cx: 15.417,
130
- cy: 7.5,
131
- r: 1.25,
132
- fill: "currentColor",
133
- transform: "rotate(90 15.417 7.5)",
134
- }),
135
- /* @__PURE__ */ jsx5("circle", {
136
- cx: 10,
137
- cy: 7.5,
138
- r: 1.25,
139
- fill: "currentColor",
140
- transform: "rotate(90 10 7.5)",
141
- }),
142
- /* @__PURE__ */ jsx5("circle", {
143
- cx: 4.583,
144
- cy: 7.5,
145
- r: 1.25,
146
- fill: "currentColor",
147
- transform: "rotate(90 4.583 7.5)",
148
- }),
149
- /* @__PURE__ */ jsx5("circle", {
150
- cx: 15.417,
151
- cy: 12.5,
152
- r: 1.25,
153
- fill: "currentColor",
154
- transform: "rotate(90 15.417 12.5)",
155
- }),
156
- /* @__PURE__ */ jsx5("circle", {
157
- cx: 10,
158
- cy: 12.5,
159
- r: 1.25,
160
- fill: "currentColor",
161
- transform: "rotate(90 10 12.5)",
162
- }),
163
- /* @__PURE__ */ jsx5("circle", {
164
- cx: 4.583,
165
- cy: 12.5,
166
- r: 1.25,
167
- fill: "currentColor",
168
- transform: "rotate(90 4.583 12.5)",
169
- }),
170
- ],
171
- });
172
- var DragHandleIcon_default = SvgDragHandleIcon;
173
-
174
- // src/20/EllipseIcon.tsx
175
- import { jsx as jsx6, jsxs as jsxs6 } from "react/jsx-runtime";
176
- var SvgEllipseIcon = ({ title, titleId, ...props }) =>
177
- /* @__PURE__ */ jsxs6("svg", {
178
- xmlns: "http://www.w3.org/2000/svg",
179
- width: props.size || "1em",
180
- height: props.size || "1em",
181
- fill: "none",
182
- viewBox: "0 0 20 20",
183
- "aria-labelledby": titleId,
184
- ...props,
185
- children: [
186
- title
187
- ? /* @__PURE__ */ jsx6("title", { id: titleId, children: title })
188
- : null,
189
- /* @__PURE__ */ jsx6("path", {
190
- fill: "currentColor",
191
- fillRule: "evenodd",
192
- d: "M10 16.834a6.833 6.833 0 1 0 0-13.667 6.833 6.833 0 0 0 0 13.667Zm0 1.5a8.333 8.333 0 1 0 0-16.667 8.333 8.333 0 0 0 0 16.667Z",
193
- clipRule: "evenodd",
194
- }),
195
- ],
196
- });
197
- var EllipseIcon_default = SvgEllipseIcon;
198
-
199
- // src/20/ErrorAltFilledIcon.tsx
200
- import { jsx as jsx7, jsxs as jsxs7 } from "react/jsx-runtime";
201
- var SvgErrorAltFilledIcon = ({ title, titleId, ...props }) =>
202
- /* @__PURE__ */ jsxs7("svg", {
203
- xmlns: "http://www.w3.org/2000/svg",
204
- width: props.size || "1em",
205
- height: props.size || "1em",
206
- fill: "none",
207
- viewBox: "0 0 20 20",
208
- "aria-labelledby": titleId,
209
- ...props,
210
- children: [
211
- title
212
- ? /* @__PURE__ */ jsx7("title", { id: titleId, children: title })
213
- : null,
214
- /* @__PURE__ */ jsx7("path", {
215
- fill: "currentColor",
216
- fillRule: "evenodd",
217
- d: "M10 20c5.523 0 10-4.477 10-10S15.523 0 10 0 0 4.477 0 10s4.477 10 10 10Zm3.53-12.47a.75.75 0 0 0-1.06-1.06l-6 6a.75.75 0 1 0 1.06 1.06l6-6Z",
218
- clipRule: "evenodd",
219
- }),
220
- ],
221
- });
222
- var ErrorAltFilledIcon_default = SvgErrorAltFilledIcon;
223
-
224
- // src/20/InfoFilledIcon.tsx
225
- import { jsx as jsx8, jsxs as jsxs8 } from "react/jsx-runtime";
226
- var SvgInfoFilledIcon = ({ title, titleId, ...props }) =>
227
- /* @__PURE__ */ jsxs8("svg", {
228
- xmlns: "http://www.w3.org/2000/svg",
229
- width: props.size || "1em",
230
- height: props.size || "1em",
231
- fill: "none",
232
- viewBox: "0 0 20 20",
233
- "aria-labelledby": titleId,
234
- ...props,
235
- children: [
236
- title
237
- ? /* @__PURE__ */ jsx8("title", { id: titleId, children: title })
238
- : null,
239
- /* @__PURE__ */ jsx8("g", {
240
- clipPath: "url(#info-filled-icon_svg__a)",
241
- children: /* @__PURE__ */ jsx8("path", {
242
- fill: "currentColor",
243
- fillRule: "evenodd",
244
- 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",
245
- clipRule: "evenodd",
246
- }),
247
- }),
248
- /* @__PURE__ */ jsx8("defs", {
249
- children: /* @__PURE__ */ jsx8("clipPath", {
250
- id: "info-filled-icon_svg__a",
251
- children: /* @__PURE__ */ jsx8("path", {
252
- fill: "#fff",
253
- d: "M0 0h20v20H0z",
254
- }),
255
- }),
256
- }),
257
- ],
258
- });
259
- var InfoFilledIcon_default = SvgInfoFilledIcon;
260
-
261
- // src/20/PlusIcon.tsx
262
- import { jsx as jsx9, jsxs as jsxs9 } from "react/jsx-runtime";
263
- var SvgPlusIcon = ({ title, titleId, ...props }) =>
264
- /* @__PURE__ */ jsxs9("svg", {
265
- xmlns: "http://www.w3.org/2000/svg",
266
- width: props.size || "1em",
267
- height: props.size || "1em",
268
- fill: "none",
269
- viewBox: "0 0 20 20",
270
- "aria-labelledby": titleId,
271
- ...props,
272
- children: [
273
- title
274
- ? /* @__PURE__ */ jsx9("title", { id: titleId, children: title })
275
- : null,
276
- /* @__PURE__ */ jsx9("path", {
277
- fill: "currentColor",
278
- fillRule: "evenodd",
279
- d: "M9.25 16a.75.75 0 0 0 1.5 0v-5.25H16a.75.75 0 0 0 0-1.5h-5.25V4a.75.75 0 0 0-1.5 0v5.25H4a.75.75 0 0 0 0 1.5h5.25V16Z",
280
- clipRule: "evenodd",
281
- }),
282
- ],
283
- });
284
- var PlusIcon_default = SvgPlusIcon;
285
-
286
- // src/20/SearchIcon.tsx
287
- import { jsx as jsx10, jsxs as jsxs10 } from "react/jsx-runtime";
288
- var SvgSearchIcon = ({ title, titleId, ...props }) =>
289
- /* @__PURE__ */ jsxs10("svg", {
290
- xmlns: "http://www.w3.org/2000/svg",
291
- width: props.size || "1em",
292
- height: props.size || "1em",
293
- fill: "none",
294
- viewBox: "0 0 20 20",
295
- "aria-labelledby": titleId,
296
- ...props,
297
- children: [
298
- title
299
- ? /* @__PURE__ */ jsx10("title", { id: titleId, children: title })
300
- : null,
301
- /* @__PURE__ */ jsx10("path", {
302
- fill: "currentColor",
303
- fillRule: "evenodd",
304
- d: "M2.78 8.5a5.72 5.72 0 1 1 11.44 0 5.72 5.72 0 0 1-11.44 0ZM8.5 1.22a7.28 7.28 0 1 0 4.59 12.93l3.88 3.88a.75.75 0 0 0 1.06-1.06l-3.88-3.88A7.28 7.28 0 0 0 8.5 1.22Z",
305
- clipRule: "evenodd",
306
- }),
307
- ],
308
- });
309
- var SearchIcon_default = SvgSearchIcon;
310
-
311
- // src/20/StarIcon.tsx
312
- import { jsx as jsx11, jsxs as jsxs11 } from "react/jsx-runtime";
313
- var SvgStarIcon = ({ title, titleId, ...props }) =>
314
- /* @__PURE__ */ jsxs11("svg", {
315
- xmlns: "http://www.w3.org/2000/svg",
316
- width: props.size || "1em",
317
- height: props.size || "1em",
318
- fill: "none",
319
- viewBox: "0 0 20 20",
320
- "aria-labelledby": titleId,
321
- ...props,
322
- children: [
323
- title
324
- ? /* @__PURE__ */ jsx11("title", { id: titleId, children: title })
325
- : null,
326
- /* @__PURE__ */ jsx11("path", {
327
- fill: "currentColor",
328
- fillRule: "evenodd",
329
- d: "M10 .5a.75.75 0 0 1 .693.462l2.248 5.406 5.837.468a.75.75 0 0 1 .428 1.318l-4.447 3.809 1.359 5.696a.75.75 0 0 1-1.12.814L10 15.42l-4.997 3.052a.75.75 0 0 1-1.12-.814l1.358-5.696-4.447-3.81a.75.75 0 0 1 .428-1.317l5.837-.468L9.308.962A.75.75 0 0 1 10 .5Zm0 2.703L8.268 7.367a.75.75 0 0 1-.632.46l-4.496.36 3.425 2.935a.75.75 0 0 1 .242.743L5.76 16.253l3.85-2.351a.75.75 0 0 1 .781 0l3.85 2.35-1.047-4.387a.75.75 0 0 1 .241-.743l3.426-2.934-4.496-.36a.75.75 0 0 1-.633-.46L10 3.202Z",
330
- clipRule: "evenodd",
331
- }),
332
- ],
333
- });
334
- var StarIcon_default = SvgStarIcon;
335
-
336
- // src/20/UploadIcon.tsx
337
- import { jsx as jsx12, jsxs as jsxs12 } from "react/jsx-runtime";
338
- var SvgUploadIcon = ({ title, titleId, ...props }) =>
339
- /* @__PURE__ */ jsxs12("svg", {
340
- xmlns: "http://www.w3.org/2000/svg",
341
- width: props.size || "1em",
342
- height: props.size || "1em",
343
- fill: "none",
344
- viewBox: "0 0 20 20",
345
- "aria-labelledby": titleId,
346
- ...props,
347
- children: [
348
- title
349
- ? /* @__PURE__ */ jsx12("title", { id: titleId, children: title })
350
- : null,
351
- /* @__PURE__ */ jsx12("path", {
352
- fill: "currentColor",
353
- fillRule: "evenodd",
354
- d: "M10.75 13a.75.75 0 0 1-1.5 0V4.844L7.537 6.6a.75.75 0 1 1-1.074-1.047L10 1.926l3.537 3.627a.75.75 0 1 1-1.074 1.048L10.75 4.844V13Zm-8 0a.75.75 0 0 0-1.5 0v3c0 .966.784 1.75 1.75 1.75h14A1.75 1.75 0 0 0 18.75 16v-3a.75.75 0 0 0-1.5 0v3a.25.25 0 0 1-.25.25H3a.25.25 0 0 1-.25-.25v-3Z",
355
- clipRule: "evenodd",
356
- }),
357
- ],
358
- });
359
- var UploadIcon_default = SvgUploadIcon;
360
-
361
- // src/20/WarningFilledIcon.tsx
362
- import { jsx as jsx13, jsxs as jsxs13 } from "react/jsx-runtime";
363
- var SvgWarningFilledIcon = ({ title, titleId, ...props }) =>
364
- /* @__PURE__ */ jsxs13("svg", {
365
- xmlns: "http://www.w3.org/2000/svg",
366
- width: props.size || "1em",
367
- height: props.size || "1em",
368
- fill: "none",
369
- viewBox: "0 0 20 20",
370
- "aria-labelledby": titleId,
371
- ...props,
372
- children: [
373
- title
374
- ? /* @__PURE__ */ jsx13("title", { id: titleId, children: title })
375
- : null,
376
- /* @__PURE__ */ jsx13("path", {
377
- fill: "currentColor",
378
- fillRule: "evenodd",
379
- d: "M19.527 14.966 11.999 2.419l-.932.559.932-.559c-.906-1.51-3.095-1.51-4.002 0L.47 14.966c-.933 1.555.187 3.534 2 3.534h15.057c1.814 0 2.934-1.979 2-3.534ZM9.998 6.25a.75.75 0 0 1 .75.75v4a.75.75 0 1 1-1.5 0V7a.75.75 0 0 1 .75-.75Zm0 9.25a1.25 1.25 0 1 0 0-2.5 1.25 1.25 0 0 0 0 2.5Z",
380
- clipRule: "evenodd",
381
- }),
382
- ],
383
- });
384
- var WarningFilledIcon_default = SvgWarningFilledIcon;
385
- export {
386
- CaretLeftIcon_default as CaretLeftIcon,
387
- CaretRightIcon_default as CaretRightIcon,
388
- CheckFilledIcon_default as CheckFilledIcon,
389
- CheckmarkIcon_default as CheckmarkIcon,
390
- DragHandleIcon_default as DragHandleIcon,
391
- EllipseIcon_default as EllipseIcon,
392
- ErrorAltFilledIcon_default as ErrorAltFilledIcon,
393
- InfoFilledIcon_default as InfoFilledIcon,
394
- PlusIcon_default as PlusIcon,
395
- SearchIcon_default as SearchIcon,
396
- StarIcon_default as StarIcon,
397
- UploadIcon_default as UploadIcon,
398
- WarningFilledIcon_default as WarningFilledIcon,
399
- };
@@ -1,110 +0,0 @@
1
- import { S as SVGRProps } from "../Icon.types-6dbe6c2c.js";
2
- import { SVGProps } from "react";
3
-
4
- declare const SvgAvatarIcon: ({
5
- title,
6
- titleId,
7
- ...props
8
- }: SVGProps<SVGSVGElement> & SVGRProps) => any;
9
-
10
- declare const SvgBinIcon: ({
11
- title,
12
- titleId,
13
- ...props
14
- }: SVGProps<SVGSVGElement> & SVGRProps) => any;
15
-
16
- declare const SvgCaretLeftIcon: ({
17
- title,
18
- titleId,
19
- ...props
20
- }: SVGProps<SVGSVGElement> & SVGRProps) => any;
21
-
22
- declare const SvgCaretRightIcon: ({
23
- title,
24
- titleId,
25
- ...props
26
- }: SVGProps<SVGSVGElement> & SVGRProps) => any;
27
-
28
- declare const SvgCheckmarkIcon: ({
29
- title,
30
- titleId,
31
- ...props
32
- }: SVGProps<SVGSVGElement> & SVGRProps) => any;
33
-
34
- declare const SvgDragIndicatorIcon: ({
35
- title,
36
- titleId,
37
- ...props
38
- }: SVGProps<SVGSVGElement> & SVGRProps) => any;
39
-
40
- declare const SvgEllipseDashedIcon: ({
41
- title,
42
- titleId,
43
- ...props
44
- }: SVGProps<SVGSVGElement> & SVGRProps) => any;
45
-
46
- declare const SvgEllipseIcon: ({
47
- title,
48
- titleId,
49
- ...props
50
- }: SVGProps<SVGSVGElement> & SVGRProps) => any;
51
-
52
- declare const SvgPolygonDashedIcon: ({
53
- title,
54
- titleId,
55
- ...props
56
- }: SVGProps<SVGSVGElement> & SVGRProps) => any;
57
-
58
- declare const SvgPolygonIcon: ({
59
- title,
60
- titleId,
61
- ...props
62
- }: SVGProps<SVGSVGElement> & SVGRProps) => any;
63
-
64
- declare const SvgRectangleDashedIcon: ({
65
- title,
66
- titleId,
67
- ...props
68
- }: SVGProps<SVGSVGElement> & SVGRProps) => any;
69
-
70
- declare const SvgRotateCounterClockwiseIcon: ({
71
- title,
72
- titleId,
73
- ...props
74
- }: SVGProps<SVGSVGElement> & SVGRProps) => any;
75
-
76
- declare const SvgSearchIcon: ({
77
- title,
78
- titleId,
79
- ...props
80
- }: SVGProps<SVGSVGElement> & SVGRProps) => any;
81
-
82
- declare const SvgSquareIcon: ({
83
- title,
84
- titleId,
85
- ...props
86
- }: SVGProps<SVGSVGElement> & SVGRProps) => any;
87
-
88
- declare const SvgTrashIcon: ({
89
- title,
90
- titleId,
91
- ...props
92
- }: SVGProps<SVGSVGElement> & SVGRProps) => any;
93
-
94
- export {
95
- SvgAvatarIcon as AvatarIcon,
96
- SvgBinIcon as BinIcon,
97
- SvgCaretLeftIcon as CaretLeftIcon,
98
- SvgCaretRightIcon as CaretRightIcon,
99
- SvgCheckmarkIcon as CheckmarkIcon,
100
- SvgDragIndicatorIcon as DragIndicatorIcon,
101
- SvgEllipseDashedIcon as EllipseDashedIcon,
102
- SvgEllipseIcon as EllipseIcon,
103
- SvgPolygonDashedIcon as PolygonDashedIcon,
104
- SvgPolygonIcon as PolygonIcon,
105
- SvgRectangleDashedIcon as RectangleDashedIcon,
106
- SvgRotateCounterClockwiseIcon as RotateCounterClockwiseIcon,
107
- SvgSearchIcon as SearchIcon,
108
- SvgSquareIcon as SquareIcon,
109
- SvgTrashIcon as TrashIcon,
110
- };
@@ -1,110 +0,0 @@
1
- import { S as SVGRProps } from "../Icon.types-6dbe6c2c.js";
2
- import { SVGProps } from "react";
3
-
4
- declare const SvgAvatarIcon: ({
5
- title,
6
- titleId,
7
- ...props
8
- }: SVGProps<SVGSVGElement> & SVGRProps) => any;
9
-
10
- declare const SvgBinIcon: ({
11
- title,
12
- titleId,
13
- ...props
14
- }: SVGProps<SVGSVGElement> & SVGRProps) => any;
15
-
16
- declare const SvgCaretLeftIcon: ({
17
- title,
18
- titleId,
19
- ...props
20
- }: SVGProps<SVGSVGElement> & SVGRProps) => any;
21
-
22
- declare const SvgCaretRightIcon: ({
23
- title,
24
- titleId,
25
- ...props
26
- }: SVGProps<SVGSVGElement> & SVGRProps) => any;
27
-
28
- declare const SvgCheckmarkIcon: ({
29
- title,
30
- titleId,
31
- ...props
32
- }: SVGProps<SVGSVGElement> & SVGRProps) => any;
33
-
34
- declare const SvgDragIndicatorIcon: ({
35
- title,
36
- titleId,
37
- ...props
38
- }: SVGProps<SVGSVGElement> & SVGRProps) => any;
39
-
40
- declare const SvgEllipseDashedIcon: ({
41
- title,
42
- titleId,
43
- ...props
44
- }: SVGProps<SVGSVGElement> & SVGRProps) => any;
45
-
46
- declare const SvgEllipseIcon: ({
47
- title,
48
- titleId,
49
- ...props
50
- }: SVGProps<SVGSVGElement> & SVGRProps) => any;
51
-
52
- declare const SvgPolygonDashedIcon: ({
53
- title,
54
- titleId,
55
- ...props
56
- }: SVGProps<SVGSVGElement> & SVGRProps) => any;
57
-
58
- declare const SvgPolygonIcon: ({
59
- title,
60
- titleId,
61
- ...props
62
- }: SVGProps<SVGSVGElement> & SVGRProps) => any;
63
-
64
- declare const SvgRectangleDashedIcon: ({
65
- title,
66
- titleId,
67
- ...props
68
- }: SVGProps<SVGSVGElement> & SVGRProps) => any;
69
-
70
- declare const SvgRotateCounterClockwiseIcon: ({
71
- title,
72
- titleId,
73
- ...props
74
- }: SVGProps<SVGSVGElement> & SVGRProps) => any;
75
-
76
- declare const SvgSearchIcon: ({
77
- title,
78
- titleId,
79
- ...props
80
- }: SVGProps<SVGSVGElement> & SVGRProps) => any;
81
-
82
- declare const SvgSquareIcon: ({
83
- title,
84
- titleId,
85
- ...props
86
- }: SVGProps<SVGSVGElement> & SVGRProps) => any;
87
-
88
- declare const SvgTrashIcon: ({
89
- title,
90
- titleId,
91
- ...props
92
- }: SVGProps<SVGSVGElement> & SVGRProps) => any;
93
-
94
- export {
95
- SvgAvatarIcon as AvatarIcon,
96
- SvgBinIcon as BinIcon,
97
- SvgCaretLeftIcon as CaretLeftIcon,
98
- SvgCaretRightIcon as CaretRightIcon,
99
- SvgCheckmarkIcon as CheckmarkIcon,
100
- SvgDragIndicatorIcon as DragIndicatorIcon,
101
- SvgEllipseDashedIcon as EllipseDashedIcon,
102
- SvgEllipseIcon as EllipseIcon,
103
- SvgPolygonDashedIcon as PolygonDashedIcon,
104
- SvgPolygonIcon as PolygonIcon,
105
- SvgRectangleDashedIcon as RectangleDashedIcon,
106
- SvgRotateCounterClockwiseIcon as RotateCounterClockwiseIcon,
107
- SvgSearchIcon as SearchIcon,
108
- SvgSquareIcon as SquareIcon,
109
- SvgTrashIcon as TrashIcon,
110
- };