@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/20/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,168 +7,196 @@ interface SVGRProps {
|
|
|
6
7
|
size?: CSSProperties["width"];
|
|
7
8
|
}
|
|
8
9
|
|
|
9
|
-
declare const SvgAddPageIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
10
|
+
declare const SvgAddPageIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
10
11
|
|
|
11
|
-
declare const SvgAnonymousIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
12
|
+
declare const SvgAnonymousIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
12
13
|
|
|
13
|
-
declare const SvgArrowLeftIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
14
|
+
declare const SvgArrowLeftIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
14
15
|
|
|
15
|
-
declare const SvgArrowRightIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
16
|
+
declare const SvgArrowRightIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
16
17
|
|
|
17
|
-
declare const SvgArrowUpCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
18
|
+
declare const SvgArrowUpCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
18
19
|
|
|
19
|
-
declare const SvgAtIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
20
|
+
declare const SvgAtIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
20
21
|
|
|
21
|
-
declare const SvgAvatarFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
22
|
+
declare const SvgAvatarFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
22
23
|
|
|
23
|
-
declare const SvgBoldIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
24
|
+
declare const SvgBoldIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
24
25
|
|
|
25
|
-
declare const SvgCalloutIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
26
|
+
declare const SvgCalloutIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
26
27
|
|
|
27
|
-
declare const SvgCaretLeftIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
28
|
+
declare const SvgCaretLeftIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
28
29
|
|
|
29
|
-
declare const SvgCaretRightIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
30
|
+
declare const SvgCaretRightIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
30
31
|
|
|
31
|
-
declare const SvgCheckCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
32
|
+
declare const SvgCheckCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
32
33
|
|
|
33
|
-
declare const SvgCheckFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
34
|
+
declare const SvgCheckFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
34
35
|
|
|
35
|
-
declare const SvgCheckmarkCircleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
36
|
+
declare const SvgCheckmarkCircleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
36
37
|
|
|
37
|
-
declare const SvgCheckmarkIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
38
|
+
declare const SvgCheckmarkIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
38
39
|
|
|
39
|
-
declare const SvgCollapseIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
40
|
+
declare const SvgCollapseIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
40
41
|
|
|
41
|
-
declare const SvgCommentIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
42
|
+
declare const SvgCommentIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
42
43
|
|
|
43
|
-
declare const SvgCopyIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
44
|
+
declare const SvgCopyIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
44
45
|
|
|
45
|
-
declare const SvgCrossCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
46
|
+
declare const SvgCrossCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
46
47
|
|
|
47
|
-
declare const SvgCrossIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
48
|
+
declare const SvgCrossIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
48
49
|
|
|
49
|
-
declare const SvgCutIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
50
|
+
declare const SvgCutIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
50
51
|
|
|
51
|
-
declare const SvgDistanceIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
52
|
+
declare const SvgDistanceIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
52
53
|
|
|
53
|
-
declare const SvgDownloadIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
54
|
+
declare const SvgDownloadIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
54
55
|
|
|
55
|
-
declare const SvgDragHandleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
56
|
+
declare const SvgDragHandleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
56
57
|
|
|
57
|
-
declare const SvgDuplicateIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
58
|
+
declare const SvgDuplicateIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
58
59
|
|
|
59
|
-
declare const SvgEditIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
60
|
+
declare const SvgEditIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
60
61
|
|
|
61
|
-
declare const SvgEllipseIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
62
|
+
declare const SvgEllipseIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
62
63
|
|
|
63
|
-
declare const SvgEmojiSmileIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
64
|
+
declare const SvgEmojiSmileIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
64
65
|
|
|
65
|
-
declare const SvgErrorAltCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
66
|
+
declare const SvgErrorAltCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
66
67
|
|
|
67
|
-
declare const SvgErrorAltFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
68
|
+
declare const SvgErrorAltFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
68
69
|
|
|
69
|
-
declare const SvgErrorAlternativeCircleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
70
|
+
declare const SvgErrorAlternativeCircleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
70
71
|
|
|
71
|
-
declare const SvgErrorCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
72
|
+
declare const SvgErrorCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
72
73
|
|
|
73
|
-
declare const SvgErrorCircleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
74
|
+
declare const SvgErrorCircleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
74
75
|
|
|
75
|
-
declare const SvgExpandIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
76
|
+
declare const SvgExpandIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
76
77
|
|
|
77
|
-
declare const SvgFormDateIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
78
|
+
declare const SvgFormDateIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
78
79
|
|
|
79
|
-
declare const SvgFormSignatureIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
80
|
+
declare const SvgFormSignatureIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
80
81
|
|
|
81
|
-
declare const SvgFormTextFieldIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
82
|
+
declare const SvgFormTextFieldIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
82
83
|
|
|
83
|
-
declare const SvgHighlightIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
84
|
+
declare const SvgHighlightIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
84
85
|
|
|
85
|
-
declare const
|
|
86
|
+
declare const SvgHighlightTextIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
86
87
|
|
|
87
|
-
declare const
|
|
88
|
+
declare const SvgHomeIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
88
89
|
|
|
89
|
-
declare const
|
|
90
|
+
declare const SvgImageIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
90
91
|
|
|
91
|
-
declare const
|
|
92
|
+
declare const SvgInfoCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
92
93
|
|
|
93
|
-
declare const
|
|
94
|
+
declare const SvgInfoCircleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
94
95
|
|
|
95
|
-
declare const
|
|
96
|
+
declare const SvgInfoFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
96
97
|
|
|
97
|
-
declare const
|
|
98
|
+
declare const SvgItalicIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
98
99
|
|
|
99
|
-
declare const
|
|
100
|
+
declare const SvgLinkIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
100
101
|
|
|
101
|
-
declare const
|
|
102
|
+
declare const SvgListIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
102
103
|
|
|
103
|
-
declare const
|
|
104
|
+
declare const SvgLockIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
104
105
|
|
|
105
|
-
declare const
|
|
106
|
+
declare const SvgMagicIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
106
107
|
|
|
107
|
-
declare const
|
|
108
|
+
declare const SvgMinusIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
108
109
|
|
|
109
|
-
declare const
|
|
110
|
+
declare const SvgMonkeyIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
110
111
|
|
|
111
|
-
declare const
|
|
112
|
+
declare const SvgMoreIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
112
113
|
|
|
113
|
-
declare const
|
|
114
|
+
declare const SvgMoreVerticalIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
114
115
|
|
|
115
|
-
declare const
|
|
116
|
+
declare const SvgMoveIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
116
117
|
|
|
117
|
-
declare const
|
|
118
|
+
declare const SvgNoteArrowRightIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
118
119
|
|
|
119
|
-
declare const
|
|
120
|
+
declare const SvgNoteCheckIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
120
121
|
|
|
121
|
-
declare const
|
|
122
|
+
declare const SvgNoteCircleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
122
123
|
|
|
123
|
-
declare const
|
|
124
|
+
declare const SvgNoteCrossIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
124
125
|
|
|
125
|
-
declare const
|
|
126
|
+
declare const SvgNoteHelpIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
126
127
|
|
|
127
|
-
declare const
|
|
128
|
+
declare const SvgNoteInsetIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
128
129
|
|
|
129
|
-
declare const
|
|
130
|
+
declare const SvgNoteKeyIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
130
131
|
|
|
131
|
-
declare const
|
|
132
|
+
declare const SvgNoteNewParagraphAltIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
132
133
|
|
|
133
|
-
declare const
|
|
134
|
+
declare const SvgNoteNewParagraphIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
134
135
|
|
|
135
|
-
declare const
|
|
136
|
+
declare const SvgNoteNoteIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
136
137
|
|
|
137
|
-
declare const
|
|
138
|
+
declare const SvgNotePointerRightIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
138
139
|
|
|
139
|
-
declare const
|
|
140
|
+
declare const SvgNoteSpeechBubbleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
140
141
|
|
|
141
|
-
declare const
|
|
142
|
+
declare const SvgNoteStarIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
142
143
|
|
|
143
|
-
declare const
|
|
144
|
+
declare const SvgPasteIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
144
145
|
|
|
145
|
-
declare const
|
|
146
|
+
declare const SvgPipetteIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
146
147
|
|
|
147
|
-
declare const
|
|
148
|
+
declare const SvgPlusIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
148
149
|
|
|
149
|
-
declare const
|
|
150
|
+
declare const SvgPrintIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
150
151
|
|
|
151
|
-
declare const
|
|
152
|
+
declare const SvgRotateClockwiseIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
152
153
|
|
|
153
|
-
declare const
|
|
154
|
+
declare const SvgSearchIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
154
155
|
|
|
155
|
-
declare const
|
|
156
|
+
declare const SvgSettingsIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
156
157
|
|
|
157
|
-
declare const
|
|
158
|
+
declare const SvgShapeIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
158
159
|
|
|
159
|
-
declare const
|
|
160
|
+
declare const SvgShareIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
160
161
|
|
|
161
|
-
declare const
|
|
162
|
+
declare const SvgSoundIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
162
163
|
|
|
163
|
-
declare const
|
|
164
|
+
declare const SvgSoundRecordIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
164
165
|
|
|
165
|
-
declare const
|
|
166
|
+
declare const SvgStarIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
166
167
|
|
|
167
|
-
declare const
|
|
168
|
+
declare const SvgStyleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
168
169
|
|
|
169
|
-
declare const
|
|
170
|
+
declare const SvgTextAlignCenterIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
170
171
|
|
|
171
|
-
declare const
|
|
172
|
+
declare const SvgTextAlignJustifyIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
172
173
|
|
|
173
|
-
|
|
174
|
+
declare const SvgTextAlignLeftIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
175
|
+
|
|
176
|
+
declare const SvgTextAlignRightIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
177
|
+
|
|
178
|
+
declare const SvgTextIcon: ({ 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 SvgUploadIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
191
|
+
|
|
192
|
+
declare const SvgWarningFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
193
|
+
|
|
194
|
+
declare const SvgWarningIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
195
|
+
|
|
196
|
+
declare const SvgXCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
197
|
+
|
|
198
|
+
declare const SvgXCircleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
199
|
+
|
|
200
|
+
declare const SvgXIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
201
|
+
|
|
202
|
+
export { SvgAddPageIcon as AddPageIcon, SvgAnonymousIcon as AnonymousIcon, SvgArrowLeftIcon as ArrowLeftIcon, SvgArrowRightIcon as ArrowRightIcon, SvgArrowUpCircleFilledIcon as ArrowUpCircleFilledIcon, SvgAtIcon as AtIcon, SvgAvatarFilledIcon as AvatarFilledIcon, SvgBoldIcon as BoldIcon, SvgCalloutIcon as CalloutIcon, SvgCaretLeftIcon as CaretLeftIcon, SvgCaretRightIcon as CaretRightIcon, SvgCheckCircleFilledIcon as CheckCircleFilledIcon, SvgCheckFilledIcon as CheckFilledIcon, SvgCheckmarkCircleIcon as CheckmarkCircleIcon, SvgCheckmarkIcon as CheckmarkIcon, SvgCollapseIcon as CollapseIcon, SvgCommentIcon as CommentIcon, SvgCopyIcon as CopyIcon, SvgCrossCircleFilledIcon as CrossCircleFilledIcon, SvgCrossIcon as CrossIcon, SvgCutIcon as CutIcon, SvgDistanceIcon as DistanceIcon, SvgDownloadIcon as DownloadIcon, SvgDragHandleIcon as DragHandleIcon, SvgDuplicateIcon as DuplicateIcon, SvgEditIcon as EditIcon, SvgEllipseIcon as EllipseIcon, SvgEmojiSmileIcon as EmojiSmileIcon, SvgErrorAltCircleFilledIcon as ErrorAltCircleFilledIcon, SvgErrorAltFilledIcon as ErrorAltFilledIcon, SvgErrorAlternativeCircleIcon as ErrorAlternativeCircleIcon, SvgErrorCircleFilledIcon as ErrorCircleFilledIcon, SvgErrorCircleIcon as ErrorCircleIcon, SvgExpandIcon as ExpandIcon, SvgFormDateIcon as FormDateIcon, SvgFormSignatureIcon as FormSignatureIcon, SvgFormTextFieldIcon as FormTextFieldIcon, SvgHighlightIcon as HighlightIcon, SvgHighlightTextIcon as HighlightTextIcon, SvgHomeIcon as HomeIcon, SvgImageIcon as ImageIcon, SvgInfoCircleFilledIcon as InfoCircleFilledIcon, SvgInfoCircleIcon as InfoCircleIcon, 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, SvgMoveIcon as MoveIcon, 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, SvgPasteIcon as PasteIcon, SvgPipetteIcon as PipetteIcon, SvgPlusIcon as PlusIcon, SvgPrintIcon as PrintIcon, SvgRotateClockwiseIcon as RotateClockwiseIcon, SvgSearchIcon as SearchIcon, SvgSettingsIcon as SettingsIcon, SvgShapeIcon as ShapeIcon, SvgShareIcon as ShareIcon, SvgSoundIcon as SoundIcon, SvgSoundRecordIcon as SoundRecordIcon, SvgStarIcon as StarIcon, SvgStyleIcon as StyleIcon, SvgTextAlignCenterIcon as TextAlignCenterIcon, SvgTextAlignJustifyIcon as TextAlignJustifyIcon, SvgTextAlignLeftIcon as TextAlignLeftIcon, SvgTextAlignRightIcon as TextAlignRightIcon, SvgTextIcon as TextIcon, SvgThumbnailsIcon as ThumbnailsIcon, SvgThumbsDownIcon as ThumbsDownIcon, SvgThumbsUpIcon as ThumbsUpIcon, SvgTrashIcon as TrashIcon, SvgUnderlineIcon as UnderlineIcon, SvgUploadIcon as UploadIcon, SvgWarningFilledIcon as WarningFilledIcon, SvgWarningIcon as WarningIcon, SvgXCircleFilledIcon as XCircleFilledIcon, SvgXCircleIcon as XCircleIcon, SvgXIcon as XIcon };
|