@baseline-ui/icons 0.25.0 → 0.26.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 +368 -263
- package/24/index.d.ts +368 -263
- package/24/index.js +315 -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/24/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,528 +7,632 @@ interface SVGRProps {
|
|
|
6
7
|
size?: CSSProperties["width"];
|
|
7
8
|
}
|
|
8
9
|
|
|
9
|
-
declare const SvgAddNoteIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
10
|
+
declare const SvgAddNoteIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
10
11
|
|
|
11
|
-
declare const SvgAddTextSerifIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
12
|
+
declare const SvgAddTextSerifIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
12
13
|
|
|
13
|
-
declare const SvgAirplaneIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
14
|
+
declare const SvgAirplaneIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
14
15
|
|
|
15
|
-
declare const SvgAlignBottomIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
16
|
+
declare const SvgAlignBottomIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
16
17
|
|
|
17
|
-
declare const SvgAlignHorizontalCenterIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
|
18
|
+
declare const SvgAlignHorizontalCenterIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
18
19
|
|
|
19
|
-
declare const
|
|
20
|
+
declare const SvgAlignMiddleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
20
21
|
|
|
21
|
-
declare const
|
|
22
|
+
declare const SvgAlignTopIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
22
23
|
|
|
23
|
-
declare const
|
|
24
|
+
declare const SvgAlignVerticalCenterIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
24
25
|
|
|
25
|
-
declare const
|
|
26
|
+
declare const SvgAnonymousIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
26
27
|
|
|
27
|
-
declare const
|
|
28
|
+
declare const SvgArrowDownIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
28
29
|
|
|
29
|
-
declare const
|
|
30
|
+
declare const SvgArrowIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
30
31
|
|
|
31
|
-
declare const
|
|
32
|
+
declare const SvgArrowLeftIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
32
33
|
|
|
33
|
-
declare const
|
|
34
|
+
declare const SvgArrowRightIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
34
35
|
|
|
35
|
-
declare const
|
|
36
|
+
declare const SvgArrowUpIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
36
37
|
|
|
37
|
-
declare const
|
|
38
|
+
declare const SvgAttachmentIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
38
39
|
|
|
39
|
-
declare const
|
|
40
|
+
declare const SvgAvatarFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
40
41
|
|
|
41
|
-
declare const
|
|
42
|
+
declare const SvgAvatarIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
42
43
|
|
|
43
|
-
declare const
|
|
44
|
+
declare const SvgBinIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
44
45
|
|
|
45
|
-
declare const
|
|
46
|
+
declare const SvgBlendModeIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
46
47
|
|
|
47
|
-
declare const
|
|
48
|
+
declare const SvgBoldIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
48
49
|
|
|
49
|
-
declare const
|
|
50
|
+
declare const SvgBookmarkFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
50
51
|
|
|
51
|
-
declare const
|
|
52
|
+
declare const SvgBookmarkIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
52
53
|
|
|
53
|
-
declare const
|
|
54
|
+
declare const SvgBorderColorIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
54
55
|
|
|
55
|
-
declare const
|
|
56
|
+
declare const SvgBorderStyleBeveledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
56
57
|
|
|
57
|
-
declare const
|
|
58
|
+
declare const SvgBorderStyleDashedIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
58
59
|
|
|
59
|
-
declare const
|
|
60
|
+
declare const SvgBorderStyleInsetIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
60
61
|
|
|
61
|
-
declare const
|
|
62
|
+
declare const SvgBorderStyleSolidIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
62
63
|
|
|
63
|
-
declare const
|
|
64
|
+
declare const SvgBorderStyleUnderlinedIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
64
65
|
|
|
65
|
-
declare const
|
|
66
|
+
declare const SvgBulletListIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
66
67
|
|
|
67
|
-
declare const
|
|
68
|
+
declare const SvgCalibrateIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
68
69
|
|
|
69
|
-
declare const
|
|
70
|
+
declare const SvgCaretDownIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
70
71
|
|
|
71
|
-
declare const
|
|
72
|
+
declare const SvgCaretIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
72
73
|
|
|
73
|
-
declare const
|
|
74
|
+
declare const SvgCaretLeftIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
74
75
|
|
|
75
|
-
declare const
|
|
76
|
+
declare const SvgCaretRightIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
76
77
|
|
|
77
|
-
declare const
|
|
78
|
+
declare const SvgCaretUpIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
78
79
|
|
|
79
|
-
declare const
|
|
80
|
+
declare const SvgCheckmarkCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
80
81
|
|
|
81
|
-
declare const
|
|
82
|
+
declare const SvgCheckmarkCircleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
82
83
|
|
|
83
|
-
declare const
|
|
84
|
+
declare const SvgCheckmarkIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
84
85
|
|
|
85
|
-
declare const
|
|
86
|
+
declare const SvgChevronListIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
86
87
|
|
|
87
|
-
declare const
|
|
88
|
+
declare const SvgClockIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
88
89
|
|
|
89
|
-
declare const
|
|
90
|
+
declare const SvgCloudyBorderIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
90
91
|
|
|
91
|
-
declare const
|
|
92
|
+
declare const SvgCollapseIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
92
93
|
|
|
93
|
-
declare const
|
|
94
|
+
declare const SvgCommentIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
94
95
|
|
|
95
|
-
declare const
|
|
96
|
+
declare const SvgCommentInSidebarIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
96
97
|
|
|
97
|
-
declare const
|
|
98
|
+
declare const SvgCommentOnPageIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
98
99
|
|
|
99
|
-
declare const
|
|
100
|
+
declare const SvgCompareDocumentsIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
100
101
|
|
|
101
|
-
declare const
|
|
102
|
+
declare const SvgCopyIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
102
103
|
|
|
103
|
-
declare const
|
|
104
|
+
declare const SvgCopyPageIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
104
105
|
|
|
105
|
-
declare const
|
|
106
|
+
declare const SvgCropIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
106
107
|
|
|
107
|
-
declare const
|
|
108
|
+
declare const SvgCustomizeIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
108
109
|
|
|
109
|
-
declare const
|
|
110
|
+
declare const SvgCutIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
110
111
|
|
|
111
|
-
declare const
|
|
112
|
+
declare const SvgDarkModeIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
112
113
|
|
|
113
|
-
declare const
|
|
114
|
+
declare const SvgDateModifiedIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
114
115
|
|
|
115
|
-
declare const
|
|
116
|
+
declare const SvgDatePlusIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
116
117
|
|
|
117
|
-
declare const
|
|
118
|
+
declare const SvgDebugIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
118
119
|
|
|
119
|
-
declare const
|
|
120
|
+
declare const SvgDocumentFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
120
121
|
|
|
121
|
-
declare const
|
|
122
|
+
declare const SvgDocumentLockIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
122
123
|
|
|
123
|
-
declare const
|
|
124
|
+
declare const SvgDocumentPdfIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
124
125
|
|
|
125
|
-
declare const
|
|
126
|
+
declare const SvgDownloadIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
126
127
|
|
|
127
|
-
declare const
|
|
128
|
+
declare const SvgDragIndicatorIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
128
129
|
|
|
129
|
-
declare const
|
|
130
|
+
declare const SvgDuplicateIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
130
131
|
|
|
131
|
-
declare const
|
|
132
|
+
declare const SvgEditAnnotationsIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
132
133
|
|
|
133
|
-
declare const
|
|
134
|
+
declare const SvgEditContentIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
134
135
|
|
|
135
|
-
declare const
|
|
136
|
+
declare const SvgEditDocumentIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
136
137
|
|
|
137
|
-
declare const
|
|
138
|
+
declare const SvgEditIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
138
139
|
|
|
139
|
-
declare const
|
|
140
|
+
declare const SvgEditThumbnailsIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
140
141
|
|
|
141
|
-
declare const
|
|
142
|
+
declare const SvgElipseAreaIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
142
143
|
|
|
143
|
-
declare const
|
|
144
|
+
declare const SvgEllipseAreaIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
144
145
|
|
|
145
|
-
declare const
|
|
146
|
+
declare const SvgEllipseCloudyIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
146
147
|
|
|
147
|
-
declare const
|
|
148
|
+
declare const SvgEllipseDashedIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
148
149
|
|
|
149
|
-
declare const
|
|
150
|
+
declare const SvgEllipseIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
150
151
|
|
|
151
|
-
declare const
|
|
152
|
+
declare const SvgEmojiSmileIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
152
153
|
|
|
153
|
-
declare const
|
|
154
|
+
declare const SvgEndCapArrowFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
154
155
|
|
|
155
|
-
declare const
|
|
156
|
+
declare const SvgEndCapArrowIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
156
157
|
|
|
157
|
-
declare const
|
|
158
|
+
declare const SvgEndCapChevronFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
158
159
|
|
|
159
|
-
declare const
|
|
160
|
+
declare const SvgEndCapChevronIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
160
161
|
|
|
161
|
-
declare const
|
|
162
|
+
declare const SvgEndCapCircleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
162
163
|
|
|
163
|
-
declare const
|
|
164
|
+
declare const SvgEndCapDiamondIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
164
165
|
|
|
165
|
-
declare const
|
|
166
|
+
declare const SvgEndCapNoneIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
166
167
|
|
|
167
|
-
declare const
|
|
168
|
+
declare const SvgEndCapSlantedIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
168
169
|
|
|
169
|
-
declare const
|
|
170
|
+
declare const SvgEndCapSquareIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
170
171
|
|
|
171
|
-
declare const
|
|
172
|
+
declare const SvgEndCapStraightIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
172
173
|
|
|
173
|
-
declare const
|
|
174
|
+
declare const SvgEraserIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
174
175
|
|
|
175
|
-
declare const
|
|
176
|
+
declare const SvgErrorAltCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
176
177
|
|
|
177
|
-
declare const
|
|
178
|
+
declare const SvgErrorAltIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
178
179
|
|
|
179
|
-
declare const
|
|
180
|
+
declare const SvgErrorCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
180
181
|
|
|
181
|
-
declare const
|
|
182
|
+
declare const SvgExpandIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
182
183
|
|
|
183
|
-
declare const
|
|
184
|
+
declare const SvgExpandVerticalIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
184
185
|
|
|
185
|
-
declare const
|
|
186
|
+
declare const SvgFillColorIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
186
187
|
|
|
187
|
-
declare const
|
|
188
|
+
declare const SvgFilterIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
188
189
|
|
|
189
|
-
declare const
|
|
190
|
+
declare const SvgFitToHeightIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
190
191
|
|
|
191
|
-
declare const
|
|
192
|
+
declare const SvgFolderIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
192
193
|
|
|
193
|
-
declare const
|
|
194
|
+
declare const SvgFontListIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
194
195
|
|
|
195
|
-
declare const
|
|
196
|
+
declare const SvgFontSizeIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
196
197
|
|
|
197
|
-
declare const
|
|
198
|
+
declare const SvgFormButtonIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
198
199
|
|
|
199
|
-
declare const
|
|
200
|
+
declare const SvgFormChoiceIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
200
201
|
|
|
201
|
-
declare const
|
|
202
|
+
declare const SvgFormComboboxIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
202
203
|
|
|
203
|
-
declare const
|
|
204
|
+
declare const SvgFormDateIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
204
205
|
|
|
205
|
-
declare const
|
|
206
|
+
declare const SvgFormListboxIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
206
207
|
|
|
207
|
-
declare const
|
|
208
|
+
declare const SvgFormPageIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
208
209
|
|
|
209
|
-
declare const
|
|
210
|
+
declare const SvgFormRadioButtonIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
210
211
|
|
|
211
|
-
declare const
|
|
212
|
+
declare const SvgFormSignatureIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
212
213
|
|
|
213
|
-
declare const
|
|
214
|
+
declare const SvgFormTextFieldIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
214
215
|
|
|
215
|
-
declare const
|
|
216
|
+
declare const SvgFormTwoRadioButtonsIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
216
217
|
|
|
217
|
-
declare const
|
|
218
|
+
declare const SvgGroupIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
218
219
|
|
|
219
|
-
declare const
|
|
220
|
+
declare const SvgHamburgerMenuIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
220
221
|
|
|
221
|
-
declare const
|
|
222
|
+
declare const SvgHandIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
222
223
|
|
|
223
|
-
declare const
|
|
224
|
+
declare const SvgHeartIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
224
225
|
|
|
225
|
-
declare const
|
|
226
|
+
declare const SvgHideIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
226
227
|
|
|
227
|
-
declare const
|
|
228
|
+
declare const SvgHideRevealIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
228
229
|
|
|
229
|
-
declare const
|
|
230
|
+
declare const SvgHighlightTextIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
230
231
|
|
|
231
|
-
declare const
|
|
232
|
+
declare const SvgHomeIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
232
233
|
|
|
233
|
-
declare const
|
|
234
|
+
declare const SvgHorizontalScrollIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
234
235
|
|
|
235
|
-
declare const
|
|
236
|
+
declare const SvgImageIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
236
237
|
|
|
237
|
-
declare const
|
|
238
|
+
declare const SvgInfoCircleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
238
239
|
|
|
239
|
-
declare const
|
|
240
|
+
declare const SvgInitialsIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
240
241
|
|
|
241
|
-
declare const
|
|
242
|
+
declare const SvgItalicIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
242
243
|
|
|
243
|
-
declare const
|
|
244
|
+
declare const SvgLayerBottomIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
244
245
|
|
|
245
|
-
declare const
|
|
246
|
+
declare const SvgLayerDownIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
246
247
|
|
|
247
|
-
declare const
|
|
248
|
+
declare const SvgLayerTopIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
248
249
|
|
|
249
|
-
declare const
|
|
250
|
+
declare const SvgLayerUpIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
250
251
|
|
|
251
|
-
declare const
|
|
252
|
+
declare const SvgLayersIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
252
253
|
|
|
253
|
-
declare const
|
|
254
|
+
declare const SvgLeftBindingIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
254
255
|
|
|
255
|
-
declare const
|
|
256
|
+
declare const SvgLineCapsIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
256
257
|
|
|
257
|
-
declare const
|
|
258
|
+
declare const SvgLineIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
258
259
|
|
|
259
|
-
declare const
|
|
260
|
+
declare const SvgLineSpacingIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
260
261
|
|
|
261
|
-
declare const
|
|
262
|
+
declare const SvgLineStyleCloudyIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
262
263
|
|
|
263
|
-
declare const
|
|
264
|
+
declare const SvgLineStyleDashedDoubleDashIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
264
265
|
|
|
265
|
-
declare const
|
|
266
|
+
declare const SvgLineStyleDashedDoubleGapIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
266
267
|
|
|
267
|
-
declare const
|
|
268
|
+
declare const SvgLineStyleDashedQuadrupleDashIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
268
269
|
|
|
269
|
-
declare const
|
|
270
|
+
declare const SvgLineStyleDashedSingleGapIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
270
271
|
|
|
271
|
-
declare const
|
|
272
|
+
declare const SvgLineStyleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
272
273
|
|
|
273
|
-
declare const
|
|
274
|
+
declare const SvgLineStyleSolidIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
274
275
|
|
|
275
|
-
declare const
|
|
276
|
+
declare const SvgLineWidthIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
276
277
|
|
|
277
|
-
declare const
|
|
278
|
+
declare const SvgLinkIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
278
279
|
|
|
279
|
-
declare const
|
|
280
|
+
declare const SvgLockFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
280
281
|
|
|
281
|
-
declare const
|
|
282
|
+
declare const SvgLockIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
282
283
|
|
|
283
|
-
declare const
|
|
284
|
+
declare const SvgMagicIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
284
285
|
|
|
285
|
-
declare const
|
|
286
|
+
declare const SvgMagicPenIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
286
287
|
|
|
287
|
-
declare const
|
|
288
|
+
declare const SvgMailIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
288
289
|
|
|
289
|
-
declare const
|
|
290
|
+
declare const SvgMarkupIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
290
291
|
|
|
291
|
-
declare const
|
|
292
|
+
declare const SvgMarqueeZoomIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
292
293
|
|
|
293
|
-
declare const
|
|
294
|
+
declare const SvgMeasureIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
294
295
|
|
|
295
|
-
declare const
|
|
296
|
+
declare const SvgMentionsIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
296
297
|
|
|
297
|
-
declare const
|
|
298
|
+
declare const SvgMergeIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
298
299
|
|
|
299
|
-
declare const
|
|
300
|
+
declare const SvgMessageCloudIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
300
301
|
|
|
301
|
-
declare const
|
|
302
|
+
declare const SvgMinusIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
302
303
|
|
|
303
|
-
declare const
|
|
304
|
+
declare const SvgMoonIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
304
305
|
|
|
305
|
-
declare const
|
|
306
|
+
declare const SvgMoreCircleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
306
307
|
|
|
307
|
-
declare const
|
|
308
|
+
declare const SvgMoreIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
308
309
|
|
|
309
|
-
declare const
|
|
310
|
+
declare const SvgMoreVerticalIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
310
311
|
|
|
311
|
-
declare const
|
|
312
|
+
declare const SvgMoveAllDirectionsIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
312
313
|
|
|
313
|
-
declare const
|
|
314
|
+
declare const SvgMoveLeftIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
314
315
|
|
|
315
|
-
declare const
|
|
316
|
+
declare const SvgMoveLeftRightIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
316
317
|
|
|
317
|
-
declare const
|
|
318
|
+
declare const SvgMoveRightIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
318
319
|
|
|
319
|
-
declare const
|
|
320
|
+
declare const SvgMultiplePagesIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
320
321
|
|
|
321
|
-
declare const
|
|
322
|
+
declare const SvgNonEditableIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
322
323
|
|
|
323
|
-
declare const
|
|
324
|
+
declare const SvgNoteArrowRightIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
324
325
|
|
|
325
|
-
declare const
|
|
326
|
+
declare const SvgNoteCheckIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
326
327
|
|
|
327
|
-
declare const
|
|
328
|
+
declare const SvgNoteCircleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
328
329
|
|
|
329
|
-
declare const
|
|
330
|
+
declare const SvgNoteCloudIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
330
331
|
|
|
331
|
-
declare const
|
|
332
|
+
declare const SvgNoteCrossIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
332
333
|
|
|
333
|
-
declare const
|
|
334
|
+
declare const SvgNoteHelpIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
334
335
|
|
|
335
|
-
declare const
|
|
336
|
+
declare const SvgNoteIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
336
337
|
|
|
337
|
-
declare const
|
|
338
|
+
declare const SvgNoteInsetIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
338
339
|
|
|
339
|
-
declare const
|
|
340
|
+
declare const SvgNoteKeyIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
340
341
|
|
|
341
|
-
declare const
|
|
342
|
+
declare const SvgNoteNewParagraphAltIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
342
343
|
|
|
343
|
-
declare const
|
|
344
|
+
declare const SvgNoteNewParagraphIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
344
345
|
|
|
345
|
-
declare const
|
|
346
|
+
declare const SvgNoteNoteIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
346
347
|
|
|
347
|
-
declare const
|
|
348
|
+
declare const SvgNotePointerRightIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
348
349
|
|
|
349
|
-
declare const
|
|
350
|
+
declare const SvgNoteSpeechBubbleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
350
351
|
|
|
351
|
-
declare const
|
|
352
|
+
declare const SvgNoteStarIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
352
353
|
|
|
353
|
-
declare const
|
|
354
|
+
declare const SvgOcrIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
354
355
|
|
|
355
|
-
declare const
|
|
356
|
+
declare const SvgOpacityIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
356
357
|
|
|
357
|
-
declare const
|
|
358
|
+
declare const SvgPageAddIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
358
359
|
|
|
359
|
-
declare const
|
|
360
|
+
declare const SvgPageCurlIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
360
361
|
|
|
361
|
-
declare const
|
|
362
|
+
declare const SvgPageDuplicateIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
362
363
|
|
|
363
|
-
declare const
|
|
364
|
+
declare const SvgPageFittingFillIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
364
365
|
|
|
365
|
-
declare const
|
|
366
|
+
declare const SvgPageFittingFitIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
366
367
|
|
|
367
|
-
declare const
|
|
368
|
+
declare const SvgPageHorizontalScrollIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
368
369
|
|
|
369
|
-
declare const
|
|
370
|
+
declare const SvgPageLandscapeIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
370
371
|
|
|
371
|
-
declare const
|
|
372
|
+
declare const SvgPageLayoutDoubleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
372
373
|
|
|
373
|
-
declare const
|
|
374
|
+
declare const SvgPageLayoutSingleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
374
375
|
|
|
375
|
-
declare const
|
|
376
|
+
declare const SvgPageMoveLeftIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
376
377
|
|
|
377
|
-
declare const
|
|
378
|
+
declare const SvgPageMoveRightIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
378
379
|
|
|
379
|
-
declare const
|
|
380
|
+
declare const SvgPageNumberCircleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
380
381
|
|
|
381
|
-
declare const
|
|
382
|
+
declare const SvgPageNumberIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
382
383
|
|
|
383
|
-
declare const
|
|
384
|
+
declare const SvgPagePortraitIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
384
385
|
|
|
385
|
-
declare const
|
|
386
|
+
declare const SvgPageRemoveIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
386
387
|
|
|
387
|
-
declare const
|
|
388
|
+
declare const SvgPageVerticalScrollIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
388
389
|
|
|
389
|
-
declare const
|
|
390
|
+
declare const SvgPagesInsertAltIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
390
391
|
|
|
391
|
-
declare const
|
|
392
|
+
declare const SvgPagesInsertIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
392
393
|
|
|
393
|
-
declare const
|
|
394
|
+
declare const SvgPagesNewFromSelectionAltIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
394
395
|
|
|
395
|
-
declare const
|
|
396
|
+
declare const SvgPagesNewFromSelectionIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
396
397
|
|
|
397
|
-
declare const
|
|
398
|
+
declare const SvgPagesSelectAllIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
398
399
|
|
|
399
|
-
declare const
|
|
400
|
+
declare const SvgPagesSelectNoneIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
400
401
|
|
|
401
|
-
declare const
|
|
402
|
+
declare const SvgPasteBoardIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
402
403
|
|
|
403
|
-
declare const
|
|
404
|
+
declare const SvgPastePageIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
404
405
|
|
|
405
|
-
declare const
|
|
406
|
+
declare const SvgPauseIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
406
407
|
|
|
407
|
-
declare const
|
|
408
|
+
declare const SvgPenHighlighterIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
408
409
|
|
|
409
|
-
declare const
|
|
410
|
+
declare const SvgPenIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
410
411
|
|
|
411
|
-
declare const
|
|
412
|
+
declare const SvgPerimeterIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
412
413
|
|
|
413
|
-
declare const
|
|
414
|
+
declare const SvgPinDropFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
414
415
|
|
|
415
|
-
declare const
|
|
416
|
+
declare const SvgPinDropIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
416
417
|
|
|
417
|
-
declare const
|
|
418
|
+
declare const SvgPipetteIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
418
419
|
|
|
419
|
-
declare const
|
|
420
|
+
declare const SvgPlayIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
420
421
|
|
|
421
|
-
declare const
|
|
422
|
+
declare const SvgPlusCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
422
423
|
|
|
423
|
-
declare const
|
|
424
|
+
declare const SvgPlusCircleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
424
425
|
|
|
425
|
-
declare const
|
|
426
|
+
declare const SvgPlusIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
426
427
|
|
|
427
|
-
declare const
|
|
428
|
+
declare const SvgPointerIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
428
429
|
|
|
429
|
-
declare const
|
|
430
|
+
declare const SvgPolygonAreaIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
430
431
|
|
|
431
|
-
declare const
|
|
432
|
+
declare const SvgPolygonCloudyIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
432
433
|
|
|
433
|
-
declare const
|
|
434
|
+
declare const SvgPolygonDashedIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
434
435
|
|
|
435
|
-
declare const
|
|
436
|
+
declare const SvgPolygonIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
436
437
|
|
|
437
|
-
declare const
|
|
438
|
+
declare const SvgPolylineIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
438
439
|
|
|
439
|
-
declare const
|
|
440
|
+
declare const SvgPrecisionIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
440
441
|
|
|
441
|
-
declare const
|
|
442
|
+
declare const SvgPrintIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
442
443
|
|
|
443
|
-
declare const
|
|
444
|
+
declare const SvgPrivateModeIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
444
445
|
|
|
445
|
-
declare const
|
|
446
|
+
declare const SvgPushPinIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
446
447
|
|
|
447
|
-
declare const
|
|
448
|
+
declare const SvgQuestionmarkCircleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
448
449
|
|
|
449
|
-
declare const
|
|
450
|
+
declare const SvgReaderViewIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
450
451
|
|
|
451
|
-
declare const
|
|
452
|
+
declare const SvgRectangleAreaIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
452
453
|
|
|
453
|
-
declare const
|
|
454
|
+
declare const SvgRectangleCloudyIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
454
455
|
|
|
455
|
-
declare const
|
|
456
|
+
declare const SvgRectangleDashedIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
456
457
|
|
|
457
|
-
declare const
|
|
458
|
+
declare const SvgRectangleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
458
459
|
|
|
459
|
-
declare const
|
|
460
|
+
declare const SvgRedactIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
460
461
|
|
|
461
|
-
declare const
|
|
462
|
+
declare const SvgRedactRectangleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
462
463
|
|
|
463
|
-
declare const
|
|
464
|
+
declare const SvgRedactTextHighlighterIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
464
465
|
|
|
465
|
-
declare const
|
|
466
|
+
declare const SvgRedactionTextRepeatingIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
466
467
|
|
|
467
|
-
declare const
|
|
468
|
+
declare const SvgRedactionTextSingleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
468
469
|
|
|
469
|
-
declare const
|
|
470
|
+
declare const SvgRedoAllIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
470
471
|
|
|
471
|
-
declare const
|
|
472
|
+
declare const SvgRedoIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
472
473
|
|
|
473
|
-
declare const
|
|
474
|
+
declare const SvgRightBindingIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
474
475
|
|
|
475
|
-
declare const
|
|
476
|
+
declare const SvgRotateClockwiseIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
476
477
|
|
|
477
|
-
declare const
|
|
478
|
+
declare const SvgRotateCounterClockwiseIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
478
479
|
|
|
479
|
-
declare const
|
|
480
|
+
declare const SvgRotateObjectClockwiseIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
480
481
|
|
|
481
|
-
declare const
|
|
482
|
+
declare const SvgRotateObjectCounterClockwiseIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
482
483
|
|
|
483
|
-
declare const
|
|
484
|
+
declare const SvgRulerIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
484
485
|
|
|
485
|
-
declare const
|
|
486
|
+
declare const SvgScaleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
486
487
|
|
|
487
|
-
declare const
|
|
488
|
+
declare const SvgSearchCircleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
488
489
|
|
|
489
|
-
declare const
|
|
490
|
+
declare const SvgSearchIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
490
491
|
|
|
491
|
-
declare const
|
|
492
|
+
declare const SvgSearchSelectionIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
492
493
|
|
|
493
|
-
declare const
|
|
494
|
+
declare const SvgSelectAllIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
494
495
|
|
|
495
|
-
declare const
|
|
496
|
+
declare const SvgSelectionToolIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
496
497
|
|
|
497
|
-
declare const
|
|
498
|
+
declare const SvgSettingsIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
498
499
|
|
|
499
|
-
declare const
|
|
500
|
+
declare const SvgShapesIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
500
501
|
|
|
501
|
-
declare const
|
|
502
|
+
declare const SvgShareAltIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
502
503
|
|
|
503
|
-
declare const
|
|
504
|
+
declare const SvgShareIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
504
505
|
|
|
505
|
-
declare const
|
|
506
|
+
declare const SvgShieldAddIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
506
507
|
|
|
507
|
-
declare const
|
|
508
|
+
declare const SvgShieldCheckmarkIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
508
509
|
|
|
509
|
-
declare const
|
|
510
|
+
declare const SvgShieldWarningIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
510
511
|
|
|
511
|
-
declare const
|
|
512
|
+
declare const SvgShieldXIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
512
513
|
|
|
513
|
-
declare const
|
|
514
|
+
declare const SvgShowIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
514
515
|
|
|
515
|
-
declare const
|
|
516
|
+
declare const SvgSignOutIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
516
517
|
|
|
517
|
-
declare const
|
|
518
|
+
declare const SvgSignatureDigitalIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
518
519
|
|
|
519
|
-
declare const
|
|
520
|
+
declare const SvgSignatureIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
520
521
|
|
|
521
|
-
declare const
|
|
522
|
+
declare const SvgSoundIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
522
523
|
|
|
523
|
-
declare const
|
|
524
|
+
declare const SvgSoundRecordIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
524
525
|
|
|
525
|
-
declare const
|
|
526
|
+
declare const SvgSquareIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
526
527
|
|
|
527
|
-
declare const
|
|
528
|
+
declare const SvgSquigglyTextIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
528
529
|
|
|
529
|
-
declare const
|
|
530
|
+
declare const SvgStampIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
530
531
|
|
|
531
|
-
declare const
|
|
532
|
+
declare const SvgStarIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
532
533
|
|
|
533
|
-
|
|
534
|
+
declare const SvgStartCapArrowFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
535
|
+
|
|
536
|
+
declare const SvgStartCapArrowIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
537
|
+
|
|
538
|
+
declare const SvgStartCapChevronFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
539
|
+
|
|
540
|
+
declare const SvgStartCapChevronIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
541
|
+
|
|
542
|
+
declare const SvgStartCapCircleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
543
|
+
|
|
544
|
+
declare const SvgStartCapDiamondIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
545
|
+
|
|
546
|
+
declare const SvgStartCapNoneIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
547
|
+
|
|
548
|
+
declare const SvgStartCapSlantedIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
549
|
+
|
|
550
|
+
declare const SvgStartCapSquareIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
551
|
+
|
|
552
|
+
declare const SvgStartCapStraightIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
553
|
+
|
|
554
|
+
declare const SvgStrikeoutTextIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
555
|
+
|
|
556
|
+
declare const SvgStyleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
557
|
+
|
|
558
|
+
declare const SvgStyleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
559
|
+
|
|
560
|
+
declare const SvgStylusFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
561
|
+
|
|
562
|
+
declare const SvgStylusIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
563
|
+
|
|
564
|
+
declare const SvgTextAlignCenterIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
565
|
+
|
|
566
|
+
declare const SvgTextAlignJustifyIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
567
|
+
|
|
568
|
+
declare const SvgTextAlignLeftIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
569
|
+
|
|
570
|
+
declare const SvgTextAlignRightIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
571
|
+
|
|
572
|
+
declare const SvgTextBiggerIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
573
|
+
|
|
574
|
+
declare const SvgTextCalloutIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
575
|
+
|
|
576
|
+
declare const SvgTextColorIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
577
|
+
|
|
578
|
+
declare const SvgTextIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
579
|
+
|
|
580
|
+
declare const SvgTextPropertiesHideIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
581
|
+
|
|
582
|
+
declare const SvgTextPropertiesShowIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
583
|
+
|
|
584
|
+
declare const SvgTextSerifIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
585
|
+
|
|
586
|
+
declare const SvgTextSmallerIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
587
|
+
|
|
588
|
+
declare const SvgThumbnailsIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
589
|
+
|
|
590
|
+
declare const SvgThumbsDownIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
591
|
+
|
|
592
|
+
declare const SvgThumbsUpIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
593
|
+
|
|
594
|
+
declare const SvgTrashIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
595
|
+
|
|
596
|
+
declare const SvgTypeTextIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
597
|
+
|
|
598
|
+
declare const SvgUnderlineIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
599
|
+
|
|
600
|
+
declare const SvgUnderlineTextIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
601
|
+
|
|
602
|
+
declare const SvgUndoAllIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
603
|
+
|
|
604
|
+
declare const SvgUndoIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
605
|
+
|
|
606
|
+
declare const SvgUndoRedoIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
607
|
+
|
|
608
|
+
declare const SvgUngroupIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
609
|
+
|
|
610
|
+
declare const SvgUnlockIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
611
|
+
|
|
612
|
+
declare const SvgUploadIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
613
|
+
|
|
614
|
+
declare const SvgUserIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
615
|
+
|
|
616
|
+
declare const SvgVerticalScrollIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
617
|
+
|
|
618
|
+
declare const SvgVideoIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
619
|
+
|
|
620
|
+
declare const SvgWaitingIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
621
|
+
|
|
622
|
+
declare const SvgWarningFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
623
|
+
|
|
624
|
+
declare const SvgWarningIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
625
|
+
|
|
626
|
+
declare const SvgWidgetIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
627
|
+
|
|
628
|
+
declare const SvgXCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
629
|
+
|
|
630
|
+
declare const SvgXCircleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
631
|
+
|
|
632
|
+
declare const SvgXIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
633
|
+
|
|
634
|
+
declare const SvgZoomInIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
635
|
+
|
|
636
|
+
declare const SvgZoomOutIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
637
|
+
|
|
638
|
+
export { SvgAddNoteIcon as AddNoteIcon, SvgAddTextSerifIcon as AddTextSerifIcon, SvgAirplaneIcon as AirplaneIcon, SvgAlignBottomIcon as AlignBottomIcon, SvgAlignHorizontalCenterIcon as AlignHorizontalCenterIcon, SvgAlignMiddleIcon as AlignMiddleIcon, SvgAlignTopIcon as AlignTopIcon, SvgAlignVerticalCenterIcon as AlignVerticalCenterIcon, SvgAnonymousIcon as AnonymousIcon, SvgArrowDownIcon as ArrowDownIcon, SvgArrowIcon as ArrowIcon, SvgArrowLeftIcon as ArrowLeftIcon, SvgArrowRightIcon as ArrowRightIcon, SvgArrowUpIcon as ArrowUpIcon, SvgAttachmentIcon as AttachmentIcon, SvgAvatarFilledIcon as AvatarFilledIcon, SvgAvatarIcon as AvatarIcon, SvgBinIcon as BinIcon, SvgBlendModeIcon as BlendModeIcon, SvgBoldIcon as BoldIcon, SvgBookmarkFilledIcon as BookmarkFilledIcon, SvgBookmarkIcon as BookmarkIcon, SvgBorderColorIcon as BorderColorIcon, SvgBorderStyleBeveledIcon as BorderStyleBeveledIcon, SvgBorderStyleDashedIcon as BorderStyleDashedIcon, SvgBorderStyleInsetIcon as BorderStyleInsetIcon, SvgBorderStyleSolidIcon as BorderStyleSolidIcon, SvgBorderStyleUnderlinedIcon as BorderStyleUnderlinedIcon, SvgBulletListIcon as BulletListIcon, SvgCalibrateIcon as CalibrateIcon, SvgCaretDownIcon as CaretDownIcon, SvgCaretIcon as CaretIcon, SvgCaretLeftIcon as CaretLeftIcon, SvgCaretRightIcon as CaretRightIcon, SvgCaretUpIcon as CaretUpIcon, SvgCheckmarkCircleFilledIcon as CheckmarkCircleFilledIcon, SvgCheckmarkCircleIcon as CheckmarkCircleIcon, SvgCheckmarkIcon as CheckmarkIcon, SvgChevronListIcon as ChevronListIcon, SvgClockIcon as ClockIcon, SvgCloudyBorderIcon as CloudyBorderIcon, SvgCollapseIcon as CollapseIcon, SvgCommentIcon as CommentIcon, SvgCommentInSidebarIcon as CommentInSidebarIcon, SvgCommentOnPageIcon as CommentOnPageIcon, SvgCompareDocumentsIcon as CompareDocumentsIcon, SvgCopyIcon as CopyIcon, SvgCopyPageIcon as CopyPageIcon, SvgCropIcon as CropIcon, SvgCustomizeIcon as CustomizeIcon, SvgCutIcon as CutIcon, SvgDarkModeIcon as DarkModeIcon, SvgDateModifiedIcon as DateModifiedIcon, SvgDatePlusIcon as DatePlusIcon, SvgDebugIcon as DebugIcon, SvgDocumentFilledIcon as DocumentFilledIcon, SvgDocumentLockIcon as DocumentLockIcon, SvgDocumentPdfIcon as DocumentPdfIcon, SvgDownloadIcon as DownloadIcon, SvgDragIndicatorIcon as DragIndicatorIcon, SvgDuplicateIcon as DuplicateIcon, SvgEditAnnotationsIcon as EditAnnotationsIcon, SvgEditContentIcon as EditContentIcon, SvgEditDocumentIcon as EditDocumentIcon, SvgEditIcon as EditIcon, SvgEditThumbnailsIcon as EditThumbnailsIcon, SvgElipseAreaIcon as ElipseAreaIcon, SvgEllipseAreaIcon as EllipseAreaIcon, SvgEllipseCloudyIcon as EllipseCloudyIcon, SvgEllipseDashedIcon as EllipseDashedIcon, SvgEllipseIcon as EllipseIcon, SvgEmojiSmileIcon as EmojiSmileIcon, SvgEndCapArrowFilledIcon as EndCapArrowFilledIcon, SvgEndCapArrowIcon as EndCapArrowIcon, SvgEndCapChevronFilledIcon as EndCapChevronFilledIcon, SvgEndCapChevronIcon as EndCapChevronIcon, SvgEndCapCircleIcon as EndCapCircleIcon, SvgEndCapDiamondIcon as EndCapDiamondIcon, SvgEndCapNoneIcon as EndCapNoneIcon, SvgEndCapSlantedIcon as EndCapSlantedIcon, SvgEndCapSquareIcon as EndCapSquareIcon, SvgEndCapStraightIcon as EndCapStraightIcon, SvgEraserIcon as EraserIcon, SvgErrorAltCircleFilledIcon as ErrorAltCircleFilledIcon, SvgErrorAltIcon as ErrorAltIcon, SvgErrorCircleFilledIcon as ErrorCircleFilledIcon, SvgExpandIcon as ExpandIcon, SvgExpandVerticalIcon as ExpandVerticalIcon, SvgFillColorIcon as FillColorIcon, SvgFilterIcon as FilterIcon, SvgFitToHeightIcon as FitToHeightIcon, SvgFolderIcon as FolderIcon, SvgFontListIcon as FontListIcon, SvgFontSizeIcon as FontSizeIcon, SvgFormButtonIcon as FormButtonIcon, SvgFormChoiceIcon as FormChoiceIcon, SvgFormComboboxIcon as FormComboboxIcon, SvgFormDateIcon as FormDateIcon, SvgFormListboxIcon as FormListboxIcon, SvgFormPageIcon as FormPageIcon, SvgFormRadioButtonIcon as FormRadioButtonIcon, SvgFormSignatureIcon as FormSignatureIcon, SvgFormTextFieldIcon as FormTextFieldIcon, SvgFormTwoRadioButtonsIcon as FormTwoRadioButtonsIcon, SvgGroupIcon as GroupIcon, SvgHamburgerMenuIcon as HamburgerMenuIcon, SvgHandIcon as HandIcon, SvgHeartIcon as HeartIcon, SvgHideIcon as HideIcon, SvgHideRevealIcon as HideRevealIcon, SvgHighlightTextIcon as HighlightTextIcon, SvgHomeIcon as HomeIcon, SvgHorizontalScrollIcon as HorizontalScrollIcon, SvgImageIcon as ImageIcon, SvgInfoCircleIcon as InfoCircleIcon, SvgInitialsIcon as InitialsIcon, SvgItalicIcon as ItalicIcon, SvgLayerBottomIcon as LayerBottomIcon, SvgLayerDownIcon as LayerDownIcon, SvgLayerTopIcon as LayerTopIcon, SvgLayerUpIcon as LayerUpIcon, SvgLayersIcon as LayersIcon, SvgLeftBindingIcon as LeftBindingIcon, SvgLineCapsIcon as LineCapsIcon, SvgLineIcon as LineIcon, SvgLineSpacingIcon as LineSpacingIcon, SvgLineStyleCloudyIcon as LineStyleCloudyIcon, SvgLineStyleDashedDoubleDashIcon as LineStyleDashedDoubleDashIcon, SvgLineStyleDashedDoubleGapIcon as LineStyleDashedDoubleGapIcon, SvgLineStyleDashedQuadrupleDashIcon as LineStyleDashedQuadrupleDashIcon, SvgLineStyleDashedSingleGapIcon as LineStyleDashedSingleGapIcon, SvgLineStyleIcon as LineStyleIcon, SvgLineStyleSolidIcon as LineStyleSolidIcon, SvgLineWidthIcon as LineWidthIcon, SvgLinkIcon as LinkIcon, SvgLockFilledIcon as LockFilledIcon, SvgLockIcon as LockIcon, SvgMagicIcon as MagicIcon, SvgMagicPenIcon as MagicPenIcon, SvgMailIcon as MailIcon, SvgMarkupIcon as MarkupIcon, SvgMarqueeZoomIcon as MarqueeZoomIcon, SvgMeasureIcon as MeasureIcon, SvgMentionsIcon as MentionsIcon, SvgMergeIcon as MergeIcon, SvgMessageCloudIcon as MessageCloudIcon, SvgMinusIcon as MinusIcon, SvgMoonIcon as MoonIcon, SvgMoreCircleIcon as MoreCircleIcon, SvgMoreIcon as MoreIcon, SvgMoreVerticalIcon as MoreVerticalIcon, SvgMoveAllDirectionsIcon as MoveAllDirectionsIcon, SvgMoveLeftIcon as MoveLeftIcon, SvgMoveLeftRightIcon as MoveLeftRightIcon, SvgMoveRightIcon as MoveRightIcon, SvgMultiplePagesIcon as MultiplePagesIcon, SvgNonEditableIcon as NonEditableIcon, SvgNoteArrowRightIcon as NoteArrowRightIcon, SvgNoteCheckIcon as NoteCheckIcon, SvgNoteCircleIcon as NoteCircleIcon, SvgNoteCloudIcon as NoteCloudIcon, SvgNoteCrossIcon as NoteCrossIcon, SvgNoteHelpIcon as NoteHelpIcon, SvgNoteIcon as NoteIcon, SvgNoteInsetIcon as NoteInsetIcon, SvgNoteKeyIcon as NoteKeyIcon, SvgNoteNewParagraphAltIcon as NoteNewParagraphAltIcon, SvgNoteNewParagraphIcon as NoteNewParagraphIcon, SvgNoteNoteIcon as NoteNoteIcon, SvgNotePointerRightIcon as NotePointerRightIcon, SvgNoteSpeechBubbleIcon as NoteSpeechBubbleIcon, SvgNoteStarIcon as NoteStarIcon, SvgOcrIcon as OcrIcon, SvgOpacityIcon as OpacityIcon, SvgPageAddIcon as PageAddIcon, SvgPageCurlIcon as PageCurlIcon, SvgPageDuplicateIcon as PageDuplicateIcon, SvgPageFittingFillIcon as PageFittingFillIcon, SvgPageFittingFitIcon as PageFittingFitIcon, SvgPageHorizontalScrollIcon as PageHorizontalScrollIcon, SvgPageLandscapeIcon as PageLandscapeIcon, SvgPageLayoutDoubleIcon as PageLayoutDoubleIcon, SvgPageLayoutSingleIcon as PageLayoutSingleIcon, SvgPageMoveLeftIcon as PageMoveLeftIcon, SvgPageMoveRightIcon as PageMoveRightIcon, SvgPageNumberCircleIcon as PageNumberCircleIcon, SvgPageNumberIcon as PageNumberIcon, SvgPagePortraitIcon as PagePortraitIcon, SvgPageRemoveIcon as PageRemoveIcon, SvgPageVerticalScrollIcon as PageVerticalScrollIcon, SvgPagesInsertAltIcon as PagesInsertAltIcon, SvgPagesInsertIcon as PagesInsertIcon, SvgPagesNewFromSelectionAltIcon as PagesNewFromSelectionAltIcon, SvgPagesNewFromSelectionIcon as PagesNewFromSelectionIcon, SvgPagesSelectAllIcon as PagesSelectAllIcon, SvgPagesSelectNoneIcon as PagesSelectNoneIcon, SvgPasteBoardIcon as PasteBoardIcon, SvgPastePageIcon as PastePageIcon, SvgPauseIcon as PauseIcon, SvgPenHighlighterIcon as PenHighlighterIcon, SvgPenIcon as PenIcon, SvgPerimeterIcon as PerimeterIcon, SvgPinDropFilledIcon as PinDropFilledIcon, SvgPinDropIcon as PinDropIcon, SvgPipetteIcon as PipetteIcon, SvgPlayIcon as PlayIcon, SvgPlusCircleFilledIcon as PlusCircleFilledIcon, SvgPlusCircleIcon as PlusCircleIcon, SvgPlusIcon as PlusIcon, SvgPointerIcon as PointerIcon, SvgPolygonAreaIcon as PolygonAreaIcon, SvgPolygonCloudyIcon as PolygonCloudyIcon, SvgPolygonDashedIcon as PolygonDashedIcon, SvgPolygonIcon as PolygonIcon, SvgPolylineIcon as PolylineIcon, SvgPrecisionIcon as PrecisionIcon, SvgPrintIcon as PrintIcon, SvgPrivateModeIcon as PrivateModeIcon, SvgPushPinIcon as PushPinIcon, SvgQuestionmarkCircleIcon as QuestionmarkCircleIcon, SvgReaderViewIcon as ReaderViewIcon, SvgRectangleAreaIcon as RectangleAreaIcon, SvgRectangleCloudyIcon as RectangleCloudyIcon, SvgRectangleDashedIcon as RectangleDashedIcon, SvgRectangleIcon as RectangleIcon, SvgRedactIcon as RedactIcon, SvgRedactRectangleIcon as RedactRectangleIcon, SvgRedactTextHighlighterIcon as RedactTextHighlighterIcon, SvgRedactionTextRepeatingIcon as RedactionTextRepeatingIcon, SvgRedactionTextSingleIcon as RedactionTextSingleIcon, SvgRedoAllIcon as RedoAllIcon, SvgRedoIcon as RedoIcon, SvgRightBindingIcon as RightBindingIcon, SvgRotateClockwiseIcon as RotateClockwiseIcon, SvgRotateCounterClockwiseIcon as RotateCounterClockwiseIcon, SvgRotateObjectClockwiseIcon as RotateObjectClockwiseIcon, SvgRotateObjectCounterClockwiseIcon as RotateObjectCounterClockwiseIcon, SvgRulerIcon as RulerIcon, SvgScaleIcon as ScaleIcon, SvgSearchCircleIcon as SearchCircleIcon, SvgSearchIcon as SearchIcon, SvgSearchSelectionIcon as SearchSelectionIcon, SvgSelectAllIcon as SelectAllIcon, SvgSelectionToolIcon as SelectionToolIcon, SvgSettingsIcon as SettingsIcon, SvgShapesIcon as ShapesIcon, SvgShareAltIcon as ShareAltIcon, SvgShareIcon as ShareIcon, SvgShieldAddIcon as ShieldAddIcon, SvgShieldCheckmarkIcon as ShieldCheckmarkIcon, SvgShieldWarningIcon as ShieldWarningIcon, SvgShieldXIcon as ShieldXIcon, SvgShowIcon as ShowIcon, SvgSignOutIcon as SignOutIcon, SvgSignatureDigitalIcon as SignatureDigitalIcon, SvgSignatureIcon as SignatureIcon, SvgSoundIcon as SoundIcon, SvgSoundRecordIcon as SoundRecordIcon, SvgSquareIcon as SquareIcon, SvgSquigglyTextIcon as SquigglyTextIcon, SvgStampIcon as StampIcon, SvgStarIcon as StarIcon, SvgStartCapArrowFilledIcon as StartCapArrowFilledIcon, SvgStartCapArrowIcon as StartCapArrowIcon, SvgStartCapChevronFilledIcon as StartCapChevronFilledIcon, SvgStartCapChevronIcon as StartCapChevronIcon, SvgStartCapCircleIcon as StartCapCircleIcon, SvgStartCapDiamondIcon as StartCapDiamondIcon, SvgStartCapNoneIcon as StartCapNoneIcon, SvgStartCapSlantedIcon as StartCapSlantedIcon, SvgStartCapSquareIcon as StartCapSquareIcon, SvgStartCapStraightIcon as StartCapStraightIcon, SvgStrikeoutTextIcon as StrikeoutTextIcon, SvgStyleFilledIcon as StyleFilledIcon, SvgStyleIcon as StyleIcon, SvgStylusFilledIcon as StylusFilledIcon, SvgStylusIcon as StylusIcon, SvgTextAlignCenterIcon as TextAlignCenterIcon, SvgTextAlignJustifyIcon as TextAlignJustifyIcon, SvgTextAlignLeftIcon as TextAlignLeftIcon, SvgTextAlignRightIcon as TextAlignRightIcon, SvgTextBiggerIcon as TextBiggerIcon, SvgTextCalloutIcon as TextCalloutIcon, SvgTextColorIcon as TextColorIcon, SvgTextIcon as TextIcon, SvgTextPropertiesHideIcon as TextPropertiesHideIcon, SvgTextPropertiesShowIcon as TextPropertiesShowIcon, SvgTextSerifIcon as TextSerifIcon, SvgTextSmallerIcon as TextSmallerIcon, SvgThumbnailsIcon as ThumbnailsIcon, SvgThumbsDownIcon as ThumbsDownIcon, SvgThumbsUpIcon as ThumbsUpIcon, SvgTrashIcon as TrashIcon, SvgTypeTextIcon as TypeTextIcon, SvgUnderlineIcon as UnderlineIcon, SvgUnderlineTextIcon as UnderlineTextIcon, SvgUndoAllIcon as UndoAllIcon, SvgUndoIcon as UndoIcon, SvgUndoRedoIcon as UndoRedoIcon, SvgUngroupIcon as UngroupIcon, SvgUnlockIcon as UnlockIcon, SvgUploadIcon as UploadIcon, SvgUserIcon as UserIcon, SvgVerticalScrollIcon as VerticalScrollIcon, SvgVideoIcon as VideoIcon, SvgWaitingIcon as WaitingIcon, SvgWarningFilledIcon as WarningFilledIcon, SvgWarningIcon as WarningIcon, SvgWidgetIcon as WidgetIcon, SvgXCircleFilledIcon as XCircleFilledIcon, SvgXCircleIcon as XCircleIcon, SvgXIcon as XIcon, SvgZoomInIcon as ZoomInIcon, SvgZoomOutIcon as ZoomOutIcon };
|