@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/24/index.d.mts CHANGED
@@ -1,3 +1,4 @@
1
+ import * as react_jsx_runtime from 'react/jsx-runtime';
1
2
  import { CSSProperties, SVGProps } from 'react';
2
3
 
3
4
  interface SVGRProps {
@@ -6,528 +7,634 @@ interface SVGRProps {
6
7
  size?: CSSProperties["width"];
7
8
  }
8
9
 
9
- declare const SvgAddNoteIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
10
+ declare const SvgAddNoteCloud: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
10
11
 
11
- declare const SvgAddTextSerifIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
12
+ declare const SvgAddNoteIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
12
13
 
13
- declare const SvgAirplaneIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
14
+ declare const SvgAddTextSerifIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
14
15
 
15
- declare const SvgAlignBottomIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
16
+ declare const SvgAirplaneIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
16
17
 
17
- declare const SvgAlignHorizontalCenterIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
18
+ declare const SvgAlignBottomIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
18
19
 
19
- declare const SvgAlignTopIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
20
+ declare const SvgAlignHorizontalCenterIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
20
21
 
21
- declare const SvgAlignVerticalCenterIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
22
+ declare const SvgAlignMiddleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
22
23
 
23
- declare const SvgAnonymousIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
24
+ declare const SvgAlignTopIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
24
25
 
25
- declare const SvgArrowDownIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
26
+ declare const SvgAlignVerticalCenterIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
26
27
 
27
- declare const SvgArrowIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
28
+ declare const SvgAnonymousIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
28
29
 
29
- declare const SvgArrowLeftIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
30
+ declare const SvgArrowDownIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
30
31
 
31
- declare const SvgArrowRightIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
32
+ declare const SvgArrowIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
32
33
 
33
- declare const SvgArrowUpIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
34
+ declare const SvgArrowLeftIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
34
35
 
35
- declare const SvgAttachmentIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
36
+ declare const SvgArrowRightIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
36
37
 
37
- declare const SvgAvatarFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
38
+ declare const SvgArrowUpIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
38
39
 
39
- declare const SvgAvatarIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
40
+ declare const SvgAttachmentIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
40
41
 
41
- declare const SvgBinIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
42
+ declare const SvgAvatarFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
42
43
 
43
- declare const SvgBlendModeIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
44
+ declare const SvgAvatarIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
44
45
 
45
- declare const SvgBoldIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
46
+ declare const SvgBinIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
46
47
 
47
- declare const SvgBookmarkFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
48
+ declare const SvgBlendModeIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
48
49
 
49
- declare const SvgBookmarkIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
50
+ declare const SvgBoldIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
50
51
 
51
- declare const SvgBorderColorIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
52
+ declare const SvgBookmarkFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
52
53
 
53
- declare const SvgBulletListIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
54
+ declare const SvgBookmarkIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
54
55
 
55
- declare const SvgCalibrateIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
56
+ declare const SvgBorderColorIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
56
57
 
57
- declare const SvgCaretDownIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
58
+ declare const SvgBorderStyleBeveledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
58
59
 
59
- declare const SvgCaretIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
60
+ declare const SvgBorderStyleDashedIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
60
61
 
61
- declare const SvgCaretLeftIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
62
+ declare const SvgBorderStyleInsetIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
62
63
 
63
- declare const SvgCaretRightIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
64
+ declare const SvgBorderStyleSolidIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
64
65
 
65
- declare const SvgCaretUpIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
66
+ declare const SvgBorderStyleUnderlinedIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
66
67
 
67
- declare const SvgCheckmarkCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
68
+ declare const SvgBulletListIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
68
69
 
69
- declare const SvgCheckmarkCircleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
70
+ declare const SvgCalibrateIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
70
71
 
71
- declare const SvgCheckmarkIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
72
+ declare const SvgCaretDownIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
72
73
 
73
- declare const SvgChevronListIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
74
+ declare const SvgCaretIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
74
75
 
75
- declare const SvgCloudyBorderIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
76
+ declare const SvgCaretLeftIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
76
77
 
77
- declare const SvgCollapseIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
78
+ declare const SvgCaretRightIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
78
79
 
79
- declare const SvgCommentIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
80
+ declare const SvgCaretUpIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
80
81
 
81
- declare const SvgCompareDocumentsIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
82
+ declare const SvgCheckmarkCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
82
83
 
83
- declare const SvgCopyIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
84
+ declare const SvgCheckmarkCircleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
84
85
 
85
- declare const SvgCopyPageIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
86
+ declare const SvgCheckmarkIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
86
87
 
87
- declare const SvgCropIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
88
+ declare const SvgChevronListIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
88
89
 
89
- declare const SvgCustomizeIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
90
+ declare const SvgClockIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
90
91
 
91
- declare const SvgCutIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
92
+ declare const SvgCloudyBorderIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
92
93
 
93
- declare const SvgDarkModeIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
94
+ declare const SvgCollapseIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
94
95
 
95
- declare const SvgDateModifiedIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
96
+ declare const SvgCommentIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
96
97
 
97
- declare const SvgDatePlusIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
98
+ declare const SvgCommentInSidebarIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
98
99
 
99
- declare const SvgDebugIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
100
+ declare const SvgCommentOnPageIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
100
101
 
101
- declare const SvgDocumentFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
102
+ declare const SvgCompareDocumentsIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
102
103
 
103
- declare const SvgDocumentLockIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
104
+ declare const SvgCopyIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
104
105
 
105
- declare const SvgDocumentPdfIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
106
+ declare const SvgCopyPageIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
106
107
 
107
- declare const SvgDownloadIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
108
+ declare const SvgCropIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
108
109
 
109
- declare const SvgDragIndicatorIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
110
+ declare const SvgCustomizeIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
110
111
 
111
- declare const SvgDuplicateIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
112
+ declare const SvgCutIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
112
113
 
113
- declare const SvgEditAnnotationsIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
114
+ declare const SvgDarkModeIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
114
115
 
115
- declare const SvgEditContentIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
116
+ declare const SvgDateModifiedIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
116
117
 
117
- declare const SvgEditDocumentIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
118
+ declare const SvgDatePlusIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
118
119
 
119
- declare const SvgEditIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
120
+ declare const SvgDebugIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
120
121
 
121
- declare const SvgEditThumbnailsIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
122
+ declare const SvgDocumentFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
122
123
 
123
- declare const SvgElipseAreaIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
124
+ declare const SvgDocumentLockIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
124
125
 
125
- declare const SvgEllipseCloudyIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
126
+ declare const SvgDocumentPdfIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
126
127
 
127
- declare const SvgEllipseDashedIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
128
+ declare const SvgDownloadIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
128
129
 
129
- declare const SvgEllipseIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
130
+ declare const SvgDragIndicatorIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
130
131
 
131
- declare const SvgEmojiSmileIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
132
+ declare const SvgDuplicateIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
132
133
 
133
- declare const SvgEraserIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
134
+ declare const SvgEditAnnotationsIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
134
135
 
135
- declare const SvgErrorAltCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
136
+ declare const SvgEditContentIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
136
137
 
137
- declare const SvgErrorAltIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
138
+ declare const SvgEditDocumentIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
138
139
 
139
- declare const SvgErrorCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
140
+ declare const SvgEditIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
140
141
 
141
- declare const SvgExpandIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
142
+ declare const SvgEditThumbnailsIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
142
143
 
143
- declare const SvgExpandVerticalIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
144
+ declare const SvgElipseAreaIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
144
145
 
145
- declare const SvgFillColorIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
146
+ declare const SvgEllipseAreaIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
146
147
 
147
- declare const SvgFilterIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
148
+ declare const SvgEllipseCloudyIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
148
149
 
149
- declare const SvgFitToHeightIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
150
+ declare const SvgEllipseDashedIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
150
151
 
151
- declare const SvgFolderIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
152
+ declare const SvgEllipseIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
152
153
 
153
- declare const SvgFontListIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
154
+ declare const SvgEmojiSmileIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
154
155
 
155
- declare const SvgFontSizeIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
156
+ declare const SvgEndCapArrowFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
156
157
 
157
- declare const SvgFormButtonIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
158
+ declare const SvgEndCapArrowIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
158
159
 
159
- declare const SvgFormChoiceIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
160
+ declare const SvgEndCapChevronFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
160
161
 
161
- declare const SvgFormComboboxIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
162
+ declare const SvgEndCapChevronIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
162
163
 
163
- declare const SvgFormDateIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
164
+ declare const SvgEndCapCircleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
164
165
 
165
- declare const SvgFormListboxIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
166
+ declare const SvgEndCapDiamondIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
166
167
 
167
- declare const SvgFormPageIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
168
+ declare const SvgEndCapNoneIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
168
169
 
169
- declare const SvgFormRadioButtonIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
170
+ declare const SvgEndCapSlantedIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
170
171
 
171
- declare const SvgFormSignatureIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
172
+ declare const SvgEndCapSquareIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
172
173
 
173
- declare const SvgFormTextFieldIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
174
+ declare const SvgEndCapStraightIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
174
175
 
175
- declare const SvgFormTwoRadioButtonsIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
176
+ declare const SvgEraserIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
176
177
 
177
- declare const SvgGroupIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
178
+ declare const SvgErrorAltCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
178
179
 
179
- declare const SvgHamburgerMenuIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
180
+ declare const SvgErrorAltIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
180
181
 
181
- declare const SvgHandIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
182
+ declare const SvgErrorCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
182
183
 
183
- declare const SvgHeartIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
184
+ declare const SvgExpandIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
184
185
 
185
- declare const SvgHideIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
186
+ declare const SvgExpandVerticalIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
186
187
 
187
- declare const SvgHideRevealIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
188
+ declare const SvgFillColorIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
188
189
 
189
- declare const SvgHighlightTextIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
190
+ declare const SvgFilterIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
190
191
 
191
- declare const SvgHomeIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
192
+ declare const SvgFitToHeightIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
192
193
 
193
- declare const SvgHorizontalScrollIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
194
+ declare const SvgFolderIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
194
195
 
195
- declare const SvgImageIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
196
+ declare const SvgFontListIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
196
197
 
197
- declare const SvgInfoCircleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
198
+ declare const SvgFontSizeIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
198
199
 
199
- declare const SvgItalicIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
200
+ declare const SvgFormButtonIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
200
201
 
201
- declare const SvgLayerBottomIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
202
+ declare const SvgFormChoiceIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
202
203
 
203
- declare const SvgLayerDownIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
204
+ declare const SvgFormComboboxIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
204
205
 
205
- declare const SvgLayerTopIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
206
+ declare const SvgFormDateIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
206
207
 
207
- declare const SvgLayerUpIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
208
+ declare const SvgFormListboxIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
208
209
 
209
- declare const SvgLayersIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
210
+ declare const SvgFormPageIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
210
211
 
211
- declare const SvgLeftBindingIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
212
+ declare const SvgFormRadioButtonIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
212
213
 
213
- declare const SvgLineCapsIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
214
+ declare const SvgFormSignatureIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
214
215
 
215
- declare const SvgLineIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
216
+ declare const SvgFormTextFieldIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
216
217
 
217
- declare const SvgLineSpacingIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
218
+ declare const SvgFormTwoRadioButtonsIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
218
219
 
219
- declare const SvgLineStyleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
220
+ declare const SvgGroupIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
220
221
 
221
- declare const SvgLineWidthIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
222
+ declare const SvgHamburgerMenuIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
222
223
 
223
- declare const SvgLinkIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
224
+ declare const SvgHandIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
224
225
 
225
- declare const SvgLockFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
226
+ declare const SvgHeartIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
226
227
 
227
- declare const SvgLockIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
228
+ declare const SvgHideIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
228
229
 
229
- declare const SvgMagicIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
230
+ declare const SvgHideRevealIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
230
231
 
231
- declare const SvgMagicPenIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
232
+ declare const SvgHighlightTextIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
232
233
 
233
- declare const SvgMailIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
234
+ declare const SvgHomeIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
234
235
 
235
- declare const SvgMarkupIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
236
+ declare const SvgHorizontalScrollIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
236
237
 
237
- declare const SvgMarqueeZoomIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
238
+ declare const SvgImageIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
238
239
 
239
- declare const SvgMeasureIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
240
+ declare const SvgInfoCircleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
240
241
 
241
- declare const SvgMentionsIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
242
+ declare const SvgInitialsIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
242
243
 
243
- declare const SvgMergeIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
244
+ declare const SvgItalicIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
244
245
 
245
- declare const SvgMessageCloudIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
246
+ declare const SvgLayerBottomIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
246
247
 
247
- declare const SvgMinusIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
248
+ declare const SvgLayerDownIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
248
249
 
249
- declare const SvgMoreCircleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
250
+ declare const SvgLayerTopIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
250
251
 
251
- declare const SvgMoreIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
252
+ declare const SvgLayerUpIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
252
253
 
253
- declare const SvgMoreVerticalIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
254
+ declare const SvgLayersIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
254
255
 
255
- declare const SvgMoveAllDirectionsIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
256
+ declare const SvgLeftBindingIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
256
257
 
257
- declare const SvgMoveLeftIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
258
+ declare const SvgLineCapsIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
258
259
 
259
- declare const SvgMoveLeftRightIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
260
+ declare const SvgLineIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
260
261
 
261
- declare const SvgMoveRightIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
262
+ declare const SvgLineSpacingIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
262
263
 
263
- declare const SvgMultiplePagesIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
264
+ declare const SvgLineStyleCloudyIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
264
265
 
265
- declare const SvgNonEditableIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
266
+ declare const SvgLineStyleDashedDoubleDashIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
266
267
 
267
- declare const SvgNoteCloudIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
268
+ declare const SvgLineStyleDashedDoubleGapIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
268
269
 
269
- declare const SvgNoteIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
270
+ declare const SvgLineStyleDashedQuadrupleDashIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
270
271
 
271
- declare const SvgOcrIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
272
+ declare const SvgLineStyleDashedSingleGapIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
272
273
 
273
- declare const SvgOpacityIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
274
+ declare const SvgLineStyleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
274
275
 
275
- declare const SvgPageAddIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
276
+ declare const SvgLineStyleSolidIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
276
277
 
277
- declare const SvgPageCurlIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
278
+ declare const SvgLineWidthIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
278
279
 
279
- declare const SvgPageDuplicateIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
280
+ declare const SvgLinkIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
280
281
 
281
- declare const SvgPageFittingFillIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
282
+ declare const SvgLockFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
282
283
 
283
- declare const SvgPageFittingFitIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
284
+ declare const SvgLockIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
284
285
 
285
- declare const SvgPageHorizontalScrollIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
286
+ declare const SvgMagicIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
286
287
 
287
- declare const SvgPageLandscapeIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
288
+ declare const SvgMagicPenIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
288
289
 
289
- declare const SvgPageLayoutDoubleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
290
+ declare const SvgMailIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
290
291
 
291
- declare const SvgPageLayoutSingleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
292
+ declare const SvgMarkupIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
292
293
 
293
- declare const SvgPageMoveLeftIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
294
+ declare const SvgMarqueeZoomIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
294
295
 
295
- declare const SvgPageMoveRightIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
296
+ declare const SvgMeasureIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
296
297
 
297
- declare const SvgPageNumberCircleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
298
+ declare const SvgMentionsIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
298
299
 
299
- declare const SvgPageNumberIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
300
+ declare const SvgMergeIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
300
301
 
301
- declare const SvgPagePortraitIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
302
+ declare const SvgMessageCloudIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
302
303
 
303
- declare const SvgPageRemoveIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
304
+ declare const SvgMinusIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
304
305
 
305
- declare const SvgPageVerticalScrollIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
306
+ declare const SvgMoonIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
306
307
 
307
- declare const SvgPagesInsertAltIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
308
+ declare const SvgMoreCircleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
308
309
 
309
- declare const SvgPagesInsertIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
310
+ declare const SvgMoreIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
310
311
 
311
- declare const SvgPagesNewFromSelectionAltIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
312
+ declare const SvgMoreVerticalIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
312
313
 
313
- declare const SvgPagesNewFromSelectionIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
314
+ declare const SvgMoveAllDirectionsIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
314
315
 
315
- declare const SvgPagesSelectAllIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
316
+ declare const SvgMoveLeftIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
316
317
 
317
- declare const SvgPagesSelectNoneIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
318
+ declare const SvgMoveLeftRightIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
318
319
 
319
- declare const SvgPasteBoardIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
320
+ declare const SvgMoveRightIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
320
321
 
321
- declare const SvgPastePageIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
322
+ declare const SvgMultiplePagesIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
322
323
 
323
- declare const SvgPauseIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
324
+ declare const SvgNonEditableIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
324
325
 
325
- declare const SvgPenHighlighterIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
326
+ declare const SvgNoteArrowRightIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
326
327
 
327
- declare const SvgPenIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
328
+ declare const SvgNoteCheckIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
328
329
 
329
- declare const SvgPerimeterIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
330
+ declare const SvgNoteCircleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
330
331
 
331
- declare const SvgPinDropFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
332
+ declare const SvgNoteCloudIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
332
333
 
333
- declare const SvgPinDropIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
334
+ declare const SvgNoteCrossIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
334
335
 
335
- declare const SvgPipetteIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
336
+ declare const SvgNoteHelpIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
336
337
 
337
- declare const SvgPlayIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
338
+ declare const SvgNoteIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
338
339
 
339
- declare const SvgPlusCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
340
+ declare const SvgNoteInsetIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
340
341
 
341
- declare const SvgPlusCircleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
342
+ declare const SvgNoteKeyIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
342
343
 
343
- declare const SvgPlusIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
344
+ declare const SvgNoteNewParagraphAltIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
344
345
 
345
- declare const SvgPointerIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
346
+ declare const SvgNoteNewParagraphIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
346
347
 
347
- declare const SvgPolygonAreaIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
348
+ declare const SvgNoteNoteIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
348
349
 
349
- declare const SvgPolygonCloudyIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
350
+ declare const SvgNotePointerRightIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
350
351
 
351
- declare const SvgPolygonDashedIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
352
+ declare const SvgNoteSpeechBubbleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
352
353
 
353
- declare const SvgPolygonIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
354
+ declare const SvgNoteStarIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
354
355
 
355
- declare const SvgPolylineIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
356
+ declare const SvgOcrIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
356
357
 
357
- declare const SvgPrecisionIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
358
+ declare const SvgOpacityIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
358
359
 
359
- declare const SvgPrintIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
360
+ declare const SvgPageAddIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
360
361
 
361
- declare const SvgPrivateModeIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
362
+ declare const SvgPageCurlIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
362
363
 
363
- declare const SvgPushPinIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
364
+ declare const SvgPageDuplicateIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
364
365
 
365
- declare const SvgQuestionmarkCircleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
366
+ declare const SvgPageFittingFillIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
366
367
 
367
- declare const SvgReaderViewIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
368
+ declare const SvgPageFittingFitIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
368
369
 
369
- declare const SvgRectangleAreaIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
370
+ declare const SvgPageHorizontalScrollIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
370
371
 
371
- declare const SvgRectangleCloudyIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
372
+ declare const SvgPageLandscapeIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
372
373
 
373
- declare const SvgRectangleDashedIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
374
+ declare const SvgPageLayoutDoubleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
374
375
 
375
- declare const SvgRedactIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
376
+ declare const SvgPageLayoutSingleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
376
377
 
377
- declare const SvgRedactRectangleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
378
+ declare const SvgPageMoveLeftIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
378
379
 
379
- declare const SvgRedactTextHighlighterIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
380
+ declare const SvgPageMoveRightIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
380
381
 
381
- declare const SvgRedactionTextRepeatingIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
382
+ declare const SvgPageNumberCircleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
382
383
 
383
- declare const SvgRedactionTextSingleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
384
+ declare const SvgPageNumberIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
384
385
 
385
- declare const SvgRedoAllIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
386
+ declare const SvgPagePortraitIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
386
387
 
387
- declare const SvgRedoIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
388
+ declare const SvgPageRemoveIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
388
389
 
389
- declare const SvgRightBindingIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
390
+ declare const SvgPageVerticalScrollIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
390
391
 
391
- declare const SvgRotateClockwiseIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
392
+ declare const SvgPagesInsertAltIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
392
393
 
393
- declare const SvgRotateCounterClockwiseIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
394
+ declare const SvgPagesInsertIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
394
395
 
395
- declare const SvgRotateObjectClockwiseIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
396
+ declare const SvgPagesNewFromSelectionAltIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
396
397
 
397
- declare const SvgRotateObjectCounterClockwiseIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
398
+ declare const SvgPagesNewFromSelectionIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
398
399
 
399
- declare const SvgRulerIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
400
+ declare const SvgPagesSelectAllIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
400
401
 
401
- declare const SvgScaleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
402
+ declare const SvgPagesSelectNoneIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
402
403
 
403
- declare const SvgSearchCircleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
404
+ declare const SvgPasteBoardIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
404
405
 
405
- declare const SvgSearchIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
406
+ declare const SvgPastePageIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
406
407
 
407
- declare const SvgSearchSelectionIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
408
+ declare const SvgPauseIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
408
409
 
409
- declare const SvgSelectAllIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
410
+ declare const SvgPenHighlighterIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
410
411
 
411
- declare const SvgSelectionToolIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
412
+ declare const SvgPenIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
412
413
 
413
- declare const SvgSettingsIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
414
+ declare const SvgPerimeterIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
414
415
 
415
- declare const SvgShapesIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
416
+ declare const SvgPinDropFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
416
417
 
417
- declare const SvgShareAltIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
418
+ declare const SvgPinDropIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
418
419
 
419
- declare const SvgShareIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
420
+ declare const SvgPipetteIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
420
421
 
421
- declare const SvgShieldAddIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
422
+ declare const SvgPlayIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
422
423
 
423
- declare const SvgShieldCheckmarkIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
424
+ declare const SvgPlusCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
424
425
 
425
- declare const SvgShieldWarningIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
426
+ declare const SvgPlusCircleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
426
427
 
427
- declare const SvgShieldXIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
428
+ declare const SvgPlusIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
428
429
 
429
- declare const SvgShowIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
430
+ declare const SvgPointerIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
430
431
 
431
- declare const SvgSignOutIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
432
+ declare const SvgPolygonAreaIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
432
433
 
433
- declare const SvgSignatureDigitalIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
434
+ declare const SvgPolygonCloudyIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
434
435
 
435
- declare const SvgSignatureIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
436
+ declare const SvgPolygonDashedIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
436
437
 
437
- declare const SvgSoundIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
438
+ declare const SvgPolygonIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
438
439
 
439
- declare const SvgSoundRecordIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
440
+ declare const SvgPolylineIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
440
441
 
441
- declare const SvgSquareIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
442
+ declare const SvgPrecisionIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
442
443
 
443
- declare const SvgSquigglyTextIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
444
+ declare const SvgPrintIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
444
445
 
445
- declare const SvgStampIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
446
+ declare const SvgPrivateModeIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
446
447
 
447
- declare const SvgStarIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
448
+ declare const SvgPushPinIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
448
449
 
449
- declare const SvgStrikeoutTextIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
450
+ declare const SvgQuestionmarkCircleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
450
451
 
451
- declare const SvgStyleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
452
+ declare const SvgReaderViewIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
452
453
 
453
- declare const SvgStyleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
454
+ declare const SvgRectangleAreaIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
454
455
 
455
- declare const SvgStylusFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
456
+ declare const SvgRectangleCloudyIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
456
457
 
457
- declare const SvgStylusIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
458
+ declare const SvgRectangleDashedIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
458
459
 
459
- declare const SvgTextAlignCenterIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
460
+ declare const SvgRectangleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
460
461
 
461
- declare const SvgTextAlignJustifyIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
462
+ declare const SvgRedactIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
462
463
 
463
- declare const SvgTextAlignLeftIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
464
+ declare const SvgRedactRectangleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
464
465
 
465
- declare const SvgTextAlignRightIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
466
+ declare const SvgRedactTextHighlighterIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
466
467
 
467
- declare const SvgTextBiggerIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
468
+ declare const SvgRedactionTextRepeatingIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
468
469
 
469
- declare const SvgTextCalloutIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
470
+ declare const SvgRedactionTextSingleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
470
471
 
471
- declare const SvgTextColorIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
472
+ declare const SvgRedoAllIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
472
473
 
473
- declare const SvgTextIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
474
+ declare const SvgRedoIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
474
475
 
475
- declare const SvgTextPropertiesHideIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
476
+ declare const SvgRightBindingIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
476
477
 
477
- declare const SvgTextPropertiesShowIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
478
+ declare const SvgRotateClockwiseIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
478
479
 
479
- declare const SvgTextSerifIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
480
+ declare const SvgRotateCounterClockwiseIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
480
481
 
481
- declare const SvgTextSmallerIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
482
+ declare const SvgRotateObjectClockwiseIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
482
483
 
483
- declare const SvgThumbnailsIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
484
+ declare const SvgRotateObjectCounterClockwiseIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
484
485
 
485
- declare const SvgThumbsDownIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
486
+ declare const SvgRulerIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
486
487
 
487
- declare const SvgThumbsUpIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
488
+ declare const SvgScaleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
488
489
 
489
- declare const SvgTrashIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
490
+ declare const SvgSearchCircleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
490
491
 
491
- declare const SvgTypeTextIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
492
+ declare const SvgSearchIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
492
493
 
493
- declare const SvgUnderlineIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
494
+ declare const SvgSearchSelectionIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
494
495
 
495
- declare const SvgUnderlineTextIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
496
+ declare const SvgSelectAllIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
496
497
 
497
- declare const SvgUndoAllIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
498
+ declare const SvgSelectionToolIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
498
499
 
499
- declare const SvgUndoIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
500
+ declare const SvgSettingsIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
500
501
 
501
- declare const SvgUndoRedoIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
502
+ declare const SvgShapesIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
502
503
 
503
- declare const SvgUngroupIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
504
+ declare const SvgShareAltIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
504
505
 
505
- declare const SvgUnlockIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
506
+ declare const SvgShareIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
506
507
 
507
- declare const SvgUploadIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
508
+ declare const SvgShieldAddIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
508
509
 
509
- declare const SvgUserIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
510
+ declare const SvgShieldCheckmarkIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
510
511
 
511
- declare const SvgVerticalScrollIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
512
+ declare const SvgShieldWarningIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
512
513
 
513
- declare const SvgVideoIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
514
+ declare const SvgShieldXIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
514
515
 
515
- declare const SvgWaitingIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
516
+ declare const SvgShowIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
516
517
 
517
- declare const SvgWarningFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
518
+ declare const SvgSignOutIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
518
519
 
519
- declare const SvgWarningIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
520
+ declare const SvgSignatureDigitalIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
520
521
 
521
- declare const SvgWidgetIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
522
+ declare const SvgSignatureIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
522
523
 
523
- declare const SvgXCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
524
+ declare const SvgSoundIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
524
525
 
525
- declare const SvgXCircleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
526
+ declare const SvgSoundRecordIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
526
527
 
527
- declare const SvgXIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
528
+ declare const SvgSquareIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
528
529
 
529
- declare const SvgZoomInIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
530
+ declare const SvgSquigglyTextIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
530
531
 
531
- declare const SvgZoomOutIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => any;
532
+ declare const SvgStampIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
532
533
 
533
- export { SvgAddNoteIcon as AddNoteIcon, SvgAddTextSerifIcon as AddTextSerifIcon, SvgAirplaneIcon as AirplaneIcon, SvgAlignBottomIcon as AlignBottomIcon, SvgAlignHorizontalCenterIcon as AlignHorizontalCenterIcon, 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, 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, SvgCloudyBorderIcon as CloudyBorderIcon, SvgCollapseIcon as CollapseIcon, SvgCommentIcon as CommentIcon, 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, SvgEllipseCloudyIcon as EllipseCloudyIcon, SvgEllipseDashedIcon as EllipseDashedIcon, SvgEllipseIcon as EllipseIcon, SvgEmojiSmileIcon as EmojiSmileIcon, 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, 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, SvgLineStyleIcon as LineStyleIcon, 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, 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, SvgNoteCloudIcon as NoteCloudIcon, SvgNoteIcon as NoteIcon, 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, 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, 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 };
534
+ declare const SvgStarIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
535
+
536
+ declare const SvgStartCapArrowFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
537
+
538
+ declare const SvgStartCapArrowIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
539
+
540
+ declare const SvgStartCapChevronFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
541
+
542
+ declare const SvgStartCapChevronIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
543
+
544
+ declare const SvgStartCapCircleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
545
+
546
+ declare const SvgStartCapDiamondIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
547
+
548
+ declare const SvgStartCapNoneIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
549
+
550
+ declare const SvgStartCapSlantedIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
551
+
552
+ declare const SvgStartCapSquareIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
553
+
554
+ declare const SvgStartCapStraightIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
555
+
556
+ declare const SvgStrikeoutTextIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
557
+
558
+ declare const SvgStyleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
559
+
560
+ declare const SvgStyleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
561
+
562
+ declare const SvgStylusFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
563
+
564
+ declare const SvgStylusIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
565
+
566
+ declare const SvgTextAlignCenterIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
567
+
568
+ declare const SvgTextAlignJustifyIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
569
+
570
+ declare const SvgTextAlignLeftIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
571
+
572
+ declare const SvgTextAlignRightIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
573
+
574
+ declare const SvgTextBiggerIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
575
+
576
+ declare const SvgTextCalloutIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
577
+
578
+ declare const SvgTextColorIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
579
+
580
+ declare const SvgTextIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
581
+
582
+ declare const SvgTextPropertiesHideIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
583
+
584
+ declare const SvgTextPropertiesShowIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
585
+
586
+ declare const SvgTextSerifIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
587
+
588
+ declare const SvgTextSmallerIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
589
+
590
+ declare const SvgThumbnailsIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
591
+
592
+ declare const SvgThumbsDownIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
593
+
594
+ declare const SvgThumbsUpIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
595
+
596
+ declare const SvgTrashIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
597
+
598
+ declare const SvgTypeTextIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
599
+
600
+ declare const SvgUnderlineIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
601
+
602
+ declare const SvgUnderlineTextIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
603
+
604
+ declare const SvgUndoAllIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
605
+
606
+ declare const SvgUndoIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
607
+
608
+ declare const SvgUndoRedoIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
609
+
610
+ declare const SvgUngroupIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
611
+
612
+ declare const SvgUnlockIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
613
+
614
+ declare const SvgUploadIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
615
+
616
+ declare const SvgUserIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
617
+
618
+ declare const SvgVerticalScrollIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
619
+
620
+ declare const SvgVideoIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
621
+
622
+ declare const SvgWaitingIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
623
+
624
+ declare const SvgWarningFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
625
+
626
+ declare const SvgWarningIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
627
+
628
+ declare const SvgWidgetIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
629
+
630
+ declare const SvgXCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
631
+
632
+ declare const SvgXCircleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
633
+
634
+ declare const SvgXIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
635
+
636
+ declare const SvgZoomInIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
637
+
638
+ declare const SvgZoomOutIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
639
+
640
+ export { SvgAddNoteCloud as AddNoteCloud, 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 };