@baseline-ui/icons 0.25.0 → 0.27.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 +14 -13
- package/12/index.d.ts +14 -13
- package/16/index.d.mts +114 -83
- package/16/index.d.ts +114 -83
- package/16/index.js +98 -83
- package/16/index.mjs +2 -2
- package/20/index.d.mts +112 -83
- package/20/index.d.ts +112 -83
- package/20/index.js +97 -83
- package/20/index.mjs +2 -2
- package/24/index.d.mts +370 -263
- package/24/index.d.ts +370 -263
- package/24/index.js +316 -263
- package/24/index.mjs +2 -2
- package/8/index.d.mts +13 -12
- package/8/index.d.ts +13 -12
- package/Acknowledgements.md +45071 -21080
- package/package.json +4 -4
package/12/index.d.mts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
1
2
|
import { CSSProperties, SVGProps } from 'react';
|
|
2
3
|
|
|
3
4
|
interface SVGRProps {
|
|
@@ -6,30 +7,30 @@ interface SVGRProps {
|
|
|
6
7
|
size?: CSSProperties["width"];
|
|
7
8
|
}
|
|
8
9
|
|
|
9
|
-
declare const SvgCaretDownIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
10
|
+
declare const SvgCaretDownIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
10
11
|
|
|
11
|
-
declare const SvgCaretLeftIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
12
|
+
declare const SvgCaretLeftIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
12
13
|
|
|
13
|
-
declare const SvgCaretRightIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
14
|
+
declare const SvgCaretRightIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
14
15
|
|
|
15
|
-
declare const SvgCaretUpIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
16
|
+
declare const SvgCaretUpIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
16
17
|
|
|
17
|
-
declare const SvgCheckmarkIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
18
|
+
declare const SvgCheckmarkIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
18
19
|
|
|
19
|
-
declare const SvgEllipseIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
20
|
+
declare const SvgEllipseIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
20
21
|
|
|
21
|
-
declare const SvgLockFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
22
|
+
declare const SvgLockFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
22
23
|
|
|
23
|
-
declare const SvgLockIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
24
|
+
declare const SvgLockIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
24
25
|
|
|
25
|
-
declare const SvgMinusIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
26
|
+
declare const SvgMinusIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
26
27
|
|
|
27
|
-
declare const SvgMoreIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
28
|
+
declare const SvgMoreIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
28
29
|
|
|
29
|
-
declare const SvgPlaceholderIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
30
|
+
declare const SvgPlaceholderIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
30
31
|
|
|
31
|
-
declare const SvgPlusIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
32
|
+
declare const SvgPlusIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
32
33
|
|
|
33
|
-
declare const SvgXIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
34
|
+
declare const SvgXIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
34
35
|
|
|
35
36
|
export { SvgCaretDownIcon as CaretDownIcon, SvgCaretLeftIcon as CaretLeftIcon, SvgCaretRightIcon as CaretRightIcon, SvgCaretUpIcon as CaretUpIcon, SvgCheckmarkIcon as CheckmarkIcon, SvgEllipseIcon as EllipseIcon, SvgLockFilledIcon as LockFilledIcon, SvgLockIcon as LockIcon, SvgMinusIcon as MinusIcon, SvgMoreIcon as MoreIcon, SvgPlaceholderIcon as PlaceholderIcon, SvgPlusIcon as PlusIcon, SvgXIcon as XIcon };
|
package/12/index.d.ts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
1
2
|
import { CSSProperties, SVGProps } from 'react';
|
|
2
3
|
|
|
3
4
|
interface SVGRProps {
|
|
@@ -6,30 +7,30 @@ interface SVGRProps {
|
|
|
6
7
|
size?: CSSProperties["width"];
|
|
7
8
|
}
|
|
8
9
|
|
|
9
|
-
declare const SvgCaretDownIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
10
|
+
declare const SvgCaretDownIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
10
11
|
|
|
11
|
-
declare const SvgCaretLeftIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
12
|
+
declare const SvgCaretLeftIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
12
13
|
|
|
13
|
-
declare const SvgCaretRightIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
14
|
+
declare const SvgCaretRightIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
14
15
|
|
|
15
|
-
declare const SvgCaretUpIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
16
|
+
declare const SvgCaretUpIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
16
17
|
|
|
17
|
-
declare const SvgCheckmarkIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
18
|
+
declare const SvgCheckmarkIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
18
19
|
|
|
19
|
-
declare const SvgEllipseIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
20
|
+
declare const SvgEllipseIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
20
21
|
|
|
21
|
-
declare const SvgLockFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
22
|
+
declare const SvgLockFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
22
23
|
|
|
23
|
-
declare const SvgLockIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
24
|
+
declare const SvgLockIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
24
25
|
|
|
25
|
-
declare const SvgMinusIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
26
|
+
declare const SvgMinusIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
26
27
|
|
|
27
|
-
declare const SvgMoreIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
28
|
+
declare const SvgMoreIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
28
29
|
|
|
29
|
-
declare const SvgPlaceholderIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
30
|
+
declare const SvgPlaceholderIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
30
31
|
|
|
31
|
-
declare const SvgPlusIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
32
|
+
declare const SvgPlusIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
32
33
|
|
|
33
|
-
declare const SvgXIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
34
|
+
declare const SvgXIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
34
35
|
|
|
35
36
|
export { SvgCaretDownIcon as CaretDownIcon, SvgCaretLeftIcon as CaretLeftIcon, SvgCaretRightIcon as CaretRightIcon, SvgCaretUpIcon as CaretUpIcon, SvgCheckmarkIcon as CheckmarkIcon, SvgEllipseIcon as EllipseIcon, SvgLockFilledIcon as LockFilledIcon, SvgLockIcon as LockIcon, SvgMinusIcon as MinusIcon, SvgMoreIcon as MoreIcon, SvgPlaceholderIcon as PlaceholderIcon, SvgPlusIcon as PlusIcon, SvgXIcon as XIcon };
|
package/16/index.d.mts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
1
2
|
import { CSSProperties, SVGProps } from 'react';
|
|
2
3
|
|
|
3
4
|
interface SVGRProps {
|
|
@@ -6,168 +7,198 @@ interface SVGRProps {
|
|
|
6
7
|
size?: CSSProperties["width"];
|
|
7
8
|
}
|
|
8
9
|
|
|
9
|
-
declare const SvgAlignBottomIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
10
|
+
declare const SvgAlignBottomIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
10
11
|
|
|
11
|
-
declare const SvgAlignMiddleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
12
|
+
declare const SvgAlignMiddleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
12
13
|
|
|
13
|
-
declare const SvgAlignTopIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
14
|
+
declare const SvgAlignTopIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
14
15
|
|
|
15
|
-
declare const SvgAnonymousIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
16
|
+
declare const SvgAnonymousIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
16
17
|
|
|
17
|
-
declare const SvgArrowDownCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
18
|
+
declare const SvgArrowDownCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
18
19
|
|
|
19
|
-
declare const SvgArrowRightIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
20
|
+
declare const SvgArrowRightIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
20
21
|
|
|
21
|
-
declare const SvgAttachmentsIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
22
|
+
declare const SvgAttachmentsIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
22
23
|
|
|
23
|
-
declare const SvgAvatarIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
24
|
+
declare const SvgAvatarIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
24
25
|
|
|
25
|
-
declare const SvgBoldIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
26
|
+
declare const SvgBoldIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
26
27
|
|
|
27
|
-
declare const SvgBookmarkFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
28
|
+
declare const SvgBookmarkFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
28
29
|
|
|
29
|
-
declare const SvgBookmarkIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
30
|
+
declare const SvgBookmarkIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
30
31
|
|
|
31
|
-
declare const
|
|
32
|
+
declare const SvgCalendarIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
32
33
|
|
|
33
|
-
declare const
|
|
34
|
+
declare const SvgCaretLeftIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
34
35
|
|
|
35
|
-
declare const
|
|
36
|
+
declare const SvgCaretRightIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
36
37
|
|
|
37
|
-
declare const
|
|
38
|
+
declare const SvgCheckFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
38
39
|
|
|
39
|
-
declare const
|
|
40
|
+
declare const SvgCheckmarkCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
40
41
|
|
|
41
|
-
declare const
|
|
42
|
+
declare const SvgCheckmarkIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
42
43
|
|
|
43
|
-
declare const
|
|
44
|
+
declare const SvgCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
44
45
|
|
|
45
|
-
declare const
|
|
46
|
+
declare const SvgCloseCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
46
47
|
|
|
47
|
-
declare const
|
|
48
|
+
declare const SvgCloseIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
48
49
|
|
|
49
|
-
declare const
|
|
50
|
+
declare const SvgCopyIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
50
51
|
|
|
51
|
-
declare const
|
|
52
|
+
declare const SvgEditIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
52
53
|
|
|
53
|
-
declare const
|
|
54
|
+
declare const SvgEllipseIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
54
55
|
|
|
55
|
-
declare const
|
|
56
|
+
declare const SvgEmojiSmileIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
56
57
|
|
|
57
|
-
declare const
|
|
58
|
+
declare const SvgErrorAltCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
58
59
|
|
|
59
|
-
declare const
|
|
60
|
+
declare const SvgErrorAltFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
60
61
|
|
|
61
|
-
declare const
|
|
62
|
+
declare const SvgErrorCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
62
63
|
|
|
63
|
-
declare const
|
|
64
|
+
declare const SvgErrorCircleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
64
65
|
|
|
65
|
-
declare const
|
|
66
|
+
declare const SvgErrorFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
66
67
|
|
|
67
|
-
declare const
|
|
68
|
+
declare const SvgExpandIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
68
69
|
|
|
69
|
-
declare const
|
|
70
|
+
declare const SvgHereIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
70
71
|
|
|
71
|
-
declare const
|
|
72
|
+
declare const SvgHideIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
72
73
|
|
|
73
|
-
declare const
|
|
74
|
+
declare const SvgHighlightTextAltIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
74
75
|
|
|
75
|
-
declare const
|
|
76
|
+
declare const SvgHighlightTextIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
76
77
|
|
|
77
|
-
declare const
|
|
78
|
+
declare const SvgHorizontalScrollIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
78
79
|
|
|
79
|
-
declare const
|
|
80
|
+
declare const SvgInfoCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
80
81
|
|
|
81
|
-
declare const
|
|
82
|
+
declare const SvgInfoFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
82
83
|
|
|
83
|
-
declare const
|
|
84
|
+
declare const SvgItalicIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
84
85
|
|
|
85
|
-
declare const
|
|
86
|
+
declare const SvgLinkIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
86
87
|
|
|
87
|
-
declare const
|
|
88
|
+
declare const SvgListIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
88
89
|
|
|
89
|
-
declare const
|
|
90
|
+
declare const SvgLockIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
90
91
|
|
|
91
|
-
declare const
|
|
92
|
+
declare const SvgMagicIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
92
93
|
|
|
93
|
-
declare const
|
|
94
|
+
declare const SvgMinusIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
94
95
|
|
|
95
|
-
declare const
|
|
96
|
+
declare const SvgMonkeyIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
96
97
|
|
|
97
|
-
declare const
|
|
98
|
+
declare const SvgMoreIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
98
99
|
|
|
99
|
-
declare const
|
|
100
|
+
declare const SvgMoreVerticalIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
100
101
|
|
|
101
|
-
declare const
|
|
102
|
+
declare const SvgNoneIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
102
103
|
|
|
103
|
-
declare const
|
|
104
|
+
declare const SvgNoteArrowRightIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
104
105
|
|
|
105
|
-
declare const
|
|
106
|
+
declare const SvgNoteCheckIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
106
107
|
|
|
107
|
-
declare const
|
|
108
|
+
declare const SvgNoteCircleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
108
109
|
|
|
109
|
-
declare const
|
|
110
|
+
declare const SvgNoteCrossIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
110
111
|
|
|
111
|
-
declare const
|
|
112
|
+
declare const SvgNoteHelpIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
112
113
|
|
|
113
|
-
declare const
|
|
114
|
+
declare const SvgNoteInsetIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
114
115
|
|
|
115
|
-
declare const
|
|
116
|
+
declare const SvgNoteKeyIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
116
117
|
|
|
117
|
-
declare const
|
|
118
|
+
declare const SvgNoteNewParagraphAltIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
118
119
|
|
|
119
|
-
declare const
|
|
120
|
+
declare const SvgNoteNewParagraphIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
120
121
|
|
|
121
|
-
declare const
|
|
122
|
+
declare const SvgNoteNoteIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
122
123
|
|
|
123
|
-
declare const
|
|
124
|
+
declare const SvgNotePointerRightIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
124
125
|
|
|
125
|
-
declare const
|
|
126
|
+
declare const SvgNoteSpeechBubbleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
126
127
|
|
|
127
|
-
declare const
|
|
128
|
+
declare const SvgNoteStarIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
128
129
|
|
|
129
|
-
declare const
|
|
130
|
+
declare const SvgPageFittingFillIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
130
131
|
|
|
131
|
-
declare const
|
|
132
|
+
declare const SvgPageFittingFitIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
132
133
|
|
|
133
|
-
declare const
|
|
134
|
+
declare const SvgPageHorizontalScrollIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
134
135
|
|
|
135
|
-
declare const
|
|
136
|
+
declare const SvgPageLayoutDoubleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
136
137
|
|
|
137
|
-
declare const
|
|
138
|
+
declare const SvgPageLayoutSingleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
138
139
|
|
|
139
|
-
declare const
|
|
140
|
+
declare const SvgPageVerticalScrollIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
140
141
|
|
|
141
|
-
declare const
|
|
142
|
+
declare const SvgPauseIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
142
143
|
|
|
143
|
-
declare const
|
|
144
|
+
declare const SvgPlaceholderIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
144
145
|
|
|
145
|
-
declare const
|
|
146
|
+
declare const SvgPlusIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
146
147
|
|
|
147
|
-
declare const
|
|
148
|
+
declare const SvgQuestionmarkCircleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
148
149
|
|
|
149
|
-
declare const
|
|
150
|
+
declare const SvgReadOnlyIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
150
151
|
|
|
151
|
-
declare const
|
|
152
|
+
declare const SvgRedoIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
152
153
|
|
|
153
|
-
declare const
|
|
154
|
+
declare const SvgRemoveFormattingIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
154
155
|
|
|
155
|
-
declare const
|
|
156
|
+
declare const SvgReorderIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
156
157
|
|
|
157
|
-
declare const
|
|
158
|
+
declare const SvgRotateClockwiseIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
158
159
|
|
|
159
|
-
declare const
|
|
160
|
+
declare const SvgRotateCounterClockwiseIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
160
161
|
|
|
161
|
-
declare const
|
|
162
|
+
declare const SvgSettingsIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
162
163
|
|
|
163
|
-
declare const
|
|
164
|
+
declare const SvgShowIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
164
165
|
|
|
165
|
-
declare const
|
|
166
|
+
declare const SvgStrikeoutTextAltIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
166
167
|
|
|
167
|
-
declare const
|
|
168
|
+
declare const SvgTextAlignCenterIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
168
169
|
|
|
169
|
-
declare const
|
|
170
|
+
declare const SvgTextAlignJustifyIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
170
171
|
|
|
171
|
-
declare const
|
|
172
|
+
declare const SvgTextAlignLeftIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
172
173
|
|
|
173
|
-
|
|
174
|
+
declare const SvgTextAlignRightIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
175
|
+
|
|
176
|
+
declare const SvgTextIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
177
|
+
|
|
178
|
+
declare const SvgTextMarkIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
179
|
+
|
|
180
|
+
declare const SvgThumbnailsIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
181
|
+
|
|
182
|
+
declare const SvgThumbsDownIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
183
|
+
|
|
184
|
+
declare const SvgThumbsUpIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
185
|
+
|
|
186
|
+
declare const SvgTrashIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
187
|
+
|
|
188
|
+
declare const SvgUnderlineIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
189
|
+
|
|
190
|
+
declare const SvgUndoIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
191
|
+
|
|
192
|
+
declare const SvgUnlockIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
193
|
+
|
|
194
|
+
declare const SvgVerticalScrollIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
195
|
+
|
|
196
|
+
declare const SvgWaitingIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
197
|
+
|
|
198
|
+
declare const SvgWarningFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
199
|
+
|
|
200
|
+
declare const SvgWarningIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
201
|
+
|
|
202
|
+
declare const SvgXIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
203
|
+
|
|
204
|
+
export { SvgAlignBottomIcon as AlignBottomIcon, SvgAlignMiddleIcon as AlignMiddleIcon, SvgAlignTopIcon as AlignTopIcon, SvgAnonymousIcon as AnonymousIcon, SvgArrowDownCircleFilledIcon as ArrowDownCircleFilledIcon, SvgArrowRightIcon as ArrowRightIcon, SvgAttachmentsIcon as AttachmentsIcon, SvgAvatarIcon as AvatarIcon, SvgBoldIcon as BoldIcon, SvgBookmarkFilledIcon as BookmarkFilledIcon, SvgBookmarkIcon as BookmarkIcon, SvgCalendarIcon as CalendarIcon, SvgCaretLeftIcon as CaretLeftIcon, SvgCaretRightIcon as CaretRightIcon, SvgCheckFilledIcon as CheckFilledIcon, SvgCheckmarkCircleFilledIcon as CheckmarkCircleFilledIcon, SvgCheckmarkIcon as CheckmarkIcon, SvgCircleFilledIcon as CircleFilledIcon, SvgCloseCircleFilledIcon as CloseCircleFilledIcon, SvgCloseIcon as CloseIcon, SvgCopyIcon as CopyIcon, SvgEditIcon as EditIcon, SvgEllipseIcon as EllipseIcon, SvgEmojiSmileIcon as EmojiSmileIcon, SvgErrorAltCircleFilledIcon as ErrorAltCircleFilledIcon, SvgErrorAltFilledIcon as ErrorAltFilledIcon, SvgErrorCircleFilledIcon as ErrorCircleFilledIcon, SvgErrorCircleIcon as ErrorCircleIcon, SvgErrorFilledIcon as ErrorFilledIcon, SvgExpandIcon as ExpandIcon, SvgHereIcon as HereIcon, SvgHideIcon as HideIcon, SvgHighlightTextAltIcon as HighlightTextAltIcon, SvgHighlightTextIcon as HighlightTextIcon, SvgHorizontalScrollIcon as HorizontalScrollIcon, SvgInfoCircleFilledIcon as InfoCircleFilledIcon, SvgInfoFilledIcon as InfoFilledIcon, SvgItalicIcon as ItalicIcon, SvgLinkIcon as LinkIcon, SvgListIcon as ListIcon, SvgLockIcon as LockIcon, SvgMagicIcon as MagicIcon, SvgMinusIcon as MinusIcon, SvgMonkeyIcon as MonkeyIcon, SvgMoreIcon as MoreIcon, SvgMoreVerticalIcon as MoreVerticalIcon, SvgNoneIcon as NoneIcon, SvgNoteArrowRightIcon as NoteArrowRightIcon, SvgNoteCheckIcon as NoteCheckIcon, SvgNoteCircleIcon as NoteCircleIcon, SvgNoteCrossIcon as NoteCrossIcon, SvgNoteHelpIcon as NoteHelpIcon, SvgNoteInsetIcon as NoteInsetIcon, SvgNoteKeyIcon as NoteKeyIcon, SvgNoteNewParagraphAltIcon as NoteNewParagraphAltIcon, SvgNoteNewParagraphIcon as NoteNewParagraphIcon, SvgNoteNoteIcon as NoteNoteIcon, SvgNotePointerRightIcon as NotePointerRightIcon, SvgNoteSpeechBubbleIcon as NoteSpeechBubbleIcon, SvgNoteStarIcon as NoteStarIcon, SvgPageFittingFillIcon as PageFittingFillIcon, SvgPageFittingFitIcon as PageFittingFitIcon, SvgPageHorizontalScrollIcon as PageHorizontalScrollIcon, SvgPageLayoutDoubleIcon as PageLayoutDoubleIcon, SvgPageLayoutSingleIcon as PageLayoutSingleIcon, SvgPageVerticalScrollIcon as PageVerticalScrollIcon, SvgPauseIcon as PauseIcon, SvgPlaceholderIcon as PlaceholderIcon, SvgPlusIcon as PlusIcon, SvgQuestionmarkCircleIcon as QuestionmarkCircleIcon, SvgReadOnlyIcon as ReadOnlyIcon, SvgRedoIcon as RedoIcon, SvgRemoveFormattingIcon as RemoveFormattingIcon, SvgReorderIcon as ReorderIcon, SvgRotateClockwiseIcon as RotateClockwiseIcon, SvgRotateCounterClockwiseIcon as RotateCounterClockwiseIcon, SvgSettingsIcon as SettingsIcon, SvgShowIcon as ShowIcon, SvgStrikeoutTextAltIcon as StrikeoutTextAltIcon, SvgTextAlignCenterIcon as TextAlignCenterIcon, SvgTextAlignJustifyIcon as TextAlignJustifyIcon, SvgTextAlignLeftIcon as TextAlignLeftIcon, SvgTextAlignRightIcon as TextAlignRightIcon, SvgTextIcon as TextIcon, SvgTextMarkIcon as TextMarkIcon, SvgThumbnailsIcon as ThumbnailsIcon, SvgThumbsDownIcon as ThumbsDownIcon, SvgThumbsUpIcon as ThumbsUpIcon, SvgTrashIcon as TrashIcon, SvgUnderlineIcon as UnderlineIcon, SvgUndoIcon as UndoIcon, SvgUnlockIcon as UnlockIcon, SvgVerticalScrollIcon as VerticalScrollIcon, SvgWaitingIcon as WaitingIcon, SvgWarningFilledIcon as WarningFilledIcon, SvgWarningIcon as WarningIcon, SvgXIcon as XIcon };
|