@baseline-ui/icons 0.32.0 → 0.33.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/12/index.d.mts +9 -1
- package/12/index.d.ts +9 -1
- package/12/index.js +18 -14
- package/12/index.mjs +2 -2
- package/16/index.d.mts +120 -18
- package/16/index.d.ts +120 -18
- package/16/index.js +149 -98
- package/16/index.mjs +2 -2
- package/20/index.d.mts +18 -16
- package/20/index.d.ts +18 -16
- package/20/index.js +93 -92
- package/20/index.mjs +2 -2
- package/24/index.d.mts +74 -30
- package/24/index.d.ts +74 -30
- package/24/index.js +340 -318
- package/24/index.mjs +2 -2
- package/8/index.d.mts +1 -3
- package/8/index.d.ts +1 -3
- package/8/index.js +10 -11
- package/8/index.mjs +2 -2
- package/Acknowledgements.md +130 -30
- package/package.json +2 -2
package/24/index.d.ts
CHANGED
|
@@ -7,7 +7,7 @@ interface SVGRProps {
|
|
|
7
7
|
size?: CSSProperties["width"];
|
|
8
8
|
}
|
|
9
9
|
|
|
10
|
-
declare const
|
|
10
|
+
declare const SvgAddNoteCloudIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
11
11
|
|
|
12
12
|
declare const SvgAddNoteIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
13
13
|
|
|
@@ -25,8 +25,6 @@ declare const SvgAlignMiddleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVG
|
|
|
25
25
|
|
|
26
26
|
declare const SvgAlignTopIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
27
27
|
|
|
28
|
-
declare const SvgAlignVerticalCenterIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
29
|
-
|
|
30
28
|
declare const SvgAnonymousIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
31
29
|
|
|
32
30
|
declare const SvgArrowDownIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -39,14 +37,14 @@ declare const SvgArrowRightIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGE
|
|
|
39
37
|
|
|
40
38
|
declare const SvgArrowUpIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
41
39
|
|
|
40
|
+
declare const SvgAtIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
41
|
+
|
|
42
42
|
declare const SvgAttachmentIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
43
43
|
|
|
44
44
|
declare const SvgAvatarFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
45
45
|
|
|
46
46
|
declare const SvgAvatarIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
47
47
|
|
|
48
|
-
declare const SvgBinIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
49
|
-
|
|
50
48
|
declare const SvgBlendModeIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
51
49
|
|
|
52
50
|
declare const SvgBoldIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -57,20 +55,14 @@ declare const SvgBookmarkIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGEle
|
|
|
57
55
|
|
|
58
56
|
declare const SvgBorderColorIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
59
57
|
|
|
60
|
-
declare const
|
|
61
|
-
|
|
62
|
-
declare const SvgBorderStyleDashedIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
63
|
-
|
|
64
|
-
declare const SvgBorderStyleInsetIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
65
|
-
|
|
66
|
-
declare const SvgBorderStyleSolidIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
67
|
-
|
|
68
|
-
declare const SvgBorderStyleUnderlinedIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
58
|
+
declare const SvgBottomBorderIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
69
59
|
|
|
70
60
|
declare const SvgBulletListIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
71
61
|
|
|
72
62
|
declare const SvgCalibrateIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
73
63
|
|
|
64
|
+
declare const SvgCaptureAddIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
65
|
+
|
|
74
66
|
declare const SvgCaretDownIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
75
67
|
|
|
76
68
|
declare const SvgCaretIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -95,6 +87,10 @@ declare const SvgCloudyBorderIcon: ({ title, titleId, ...props }: SVGProps<SVGSV
|
|
|
95
87
|
|
|
96
88
|
declare const SvgCollapseIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
97
89
|
|
|
90
|
+
declare const SvgColorPaletteIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
91
|
+
|
|
92
|
+
declare const SvgColorSwatchIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
93
|
+
|
|
98
94
|
declare const SvgCommentIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
99
95
|
|
|
100
96
|
declare const SvgCommentInSidebarIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -113,14 +109,18 @@ declare const SvgCustomizeIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGEl
|
|
|
113
109
|
|
|
114
110
|
declare const SvgCutIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
115
111
|
|
|
116
|
-
declare const SvgDarkModeIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
117
|
-
|
|
118
112
|
declare const SvgDateModifiedIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
119
113
|
|
|
120
114
|
declare const SvgDatePlusIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
121
115
|
|
|
122
116
|
declare const SvgDebugIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
123
117
|
|
|
118
|
+
declare const SvgDocumentArrowDownCircleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
119
|
+
|
|
120
|
+
declare const SvgDocumentArrowDownIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
121
|
+
|
|
122
|
+
declare const SvgDocumentArrowRightIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
123
|
+
|
|
124
124
|
declare const SvgDocumentFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
125
125
|
|
|
126
126
|
declare const SvgDocumentLockIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -131,6 +131,8 @@ declare const SvgDownloadIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGEle
|
|
|
131
131
|
|
|
132
132
|
declare const SvgDragIndicatorIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
133
133
|
|
|
134
|
+
declare const SvgDragIndicatorVerticalIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
135
|
+
|
|
134
136
|
declare const SvgDuplicateIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
135
137
|
|
|
136
138
|
declare const SvgEditAnnotationsIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -143,8 +145,6 @@ declare const SvgEditIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement
|
|
|
143
145
|
|
|
144
146
|
declare const SvgEditThumbnailsIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
145
147
|
|
|
146
|
-
declare const SvgElipseAreaIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
147
|
-
|
|
148
148
|
declare const SvgEllipseAreaIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
149
149
|
|
|
150
150
|
declare const SvgEllipseCloudyIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -153,6 +153,8 @@ declare const SvgEllipseDashedIcon: ({ title, titleId, ...props }: SVGProps<SVGS
|
|
|
153
153
|
|
|
154
154
|
declare const SvgEllipseIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
155
155
|
|
|
156
|
+
declare const SvgEmbedIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
157
|
+
|
|
156
158
|
declare const SvgEmojiSmileIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
157
159
|
|
|
158
160
|
declare const SvgEndCapArrowFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -183,6 +185,8 @@ declare const SvgErrorAltIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGEle
|
|
|
183
185
|
|
|
184
186
|
declare const SvgErrorCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
185
187
|
|
|
188
|
+
declare const SvgErrorCircleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
189
|
+
|
|
186
190
|
declare const SvgExpandIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
187
191
|
|
|
188
192
|
declare const SvgExpandVerticalIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -193,6 +197,12 @@ declare const SvgFilterIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGEleme
|
|
|
193
197
|
|
|
194
198
|
declare const SvgFitToHeightIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
195
199
|
|
|
200
|
+
declare const SvgFivePagesHorizontalFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
201
|
+
|
|
202
|
+
declare const SvgFivePagesVerticalFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
203
|
+
|
|
204
|
+
declare const SvgFolderAddIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
205
|
+
|
|
196
206
|
declare const SvgFolderIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
197
207
|
|
|
198
208
|
declare const SvgFontListIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -219,6 +229,14 @@ declare const SvgFormTextFieldIcon: ({ title, titleId, ...props }: SVGProps<SVGS
|
|
|
219
229
|
|
|
220
230
|
declare const SvgFormTwoRadioButtonsIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
221
231
|
|
|
232
|
+
declare const SvgFourPagesGridFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
233
|
+
|
|
234
|
+
declare const SvgFourPagesHorizontalFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
235
|
+
|
|
236
|
+
declare const SvgFourPagesStackedFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
237
|
+
|
|
238
|
+
declare const SvgFourPagesVerticalFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
239
|
+
|
|
222
240
|
declare const SvgGroupIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
223
241
|
|
|
224
242
|
declare const SvgHamburgerMenuIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -235,14 +253,22 @@ declare const SvgHighlightTextIcon: ({ title, titleId, ...props }: SVGProps<SVGS
|
|
|
235
253
|
|
|
236
254
|
declare const SvgHomeIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
237
255
|
|
|
238
|
-
declare const
|
|
256
|
+
declare const SvgHorizontalScollIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
239
257
|
|
|
240
258
|
declare const SvgImageIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
241
259
|
|
|
260
|
+
declare const SvgInfoCircleFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
261
|
+
|
|
242
262
|
declare const SvgInfoCircleIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
243
263
|
|
|
244
264
|
declare const SvgInitialsIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
245
265
|
|
|
266
|
+
declare const SvgInnerHorizontalBorderIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
267
|
+
|
|
268
|
+
declare const SvgInnerVerticalBorderIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
269
|
+
|
|
270
|
+
declare const SvgInsertIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
271
|
+
|
|
246
272
|
declare const SvgItalicIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
247
273
|
|
|
248
274
|
declare const SvgLayerBottomIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -257,6 +283,8 @@ declare const SvgLayersIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGEleme
|
|
|
257
283
|
|
|
258
284
|
declare const SvgLeftBindingIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
259
285
|
|
|
286
|
+
declare const SvgLeftBorderIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
287
|
+
|
|
260
288
|
declare const SvgLineCapsIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
261
289
|
|
|
262
290
|
declare const SvgLineIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -297,8 +325,6 @@ declare const SvgMarqueeZoomIcon: ({ title, titleId, ...props }: SVGProps<SVGSVG
|
|
|
297
325
|
|
|
298
326
|
declare const SvgMeasureIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
299
327
|
|
|
300
|
-
declare const SvgMentionsIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
301
|
-
|
|
302
328
|
declare const SvgMergeIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
303
329
|
|
|
304
330
|
declare const SvgMessageCloudIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -475,8 +501,14 @@ declare const SvgRedoAllIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElem
|
|
|
475
501
|
|
|
476
502
|
declare const SvgRedoIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
477
503
|
|
|
504
|
+
declare const SvgRegexIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
505
|
+
|
|
506
|
+
declare const SvgReplaceIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
507
|
+
|
|
478
508
|
declare const SvgRightBindingIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
479
509
|
|
|
510
|
+
declare const SvgRightBorderIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
511
|
+
|
|
480
512
|
declare const SvgRotateClockwiseIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
481
513
|
|
|
482
514
|
declare const SvgRotateCounterClockwiseIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -525,16 +557,16 @@ declare const SvgSignatureDigitalIcon: ({ title, titleId, ...props }: SVGProps<S
|
|
|
525
557
|
|
|
526
558
|
declare const SvgSignatureIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
527
559
|
|
|
528
|
-
declare const
|
|
529
|
-
|
|
530
|
-
declare const SvgSoundRecordIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
560
|
+
declare const SvgSinglePageFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
531
561
|
|
|
532
|
-
declare const
|
|
562
|
+
declare const SvgSoundIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
533
563
|
|
|
534
564
|
declare const SvgSquigglyTextIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
535
565
|
|
|
536
566
|
declare const SvgStampIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
537
567
|
|
|
568
|
+
declare const SvgStarFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
569
|
+
|
|
538
570
|
declare const SvgStarIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
539
571
|
|
|
540
572
|
declare const SvgStartCapArrowFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -567,6 +599,10 @@ declare const SvgStylusFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSV
|
|
|
567
599
|
|
|
568
600
|
declare const SvgStylusIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
569
601
|
|
|
602
|
+
declare const SvgSunIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
603
|
+
|
|
604
|
+
declare const SvgTableCellIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
605
|
+
|
|
570
606
|
declare const SvgTextAlignCenterIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
571
607
|
|
|
572
608
|
declare const SvgTextAlignJustifyIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -575,8 +611,6 @@ declare const SvgTextAlignLeftIcon: ({ title, titleId, ...props }: SVGProps<SVGS
|
|
|
575
611
|
|
|
576
612
|
declare const SvgTextAlignRightIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
577
613
|
|
|
578
|
-
declare const SvgTextBiggerIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
579
|
-
|
|
580
614
|
declare const SvgTextCalloutIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
581
615
|
|
|
582
616
|
declare const SvgTextColorIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -591,14 +625,26 @@ declare const SvgTextSerifIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGEl
|
|
|
591
625
|
|
|
592
626
|
declare const SvgTextSmallerIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
593
627
|
|
|
628
|
+
declare const SvgThreePagesHorizontalFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
629
|
+
|
|
630
|
+
declare const SvgThreePagesStackedFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
631
|
+
|
|
632
|
+
declare const SvgThreePagesVerticalFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
633
|
+
|
|
594
634
|
declare const SvgThumbnailsIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
595
635
|
|
|
596
636
|
declare const SvgThumbsDownIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
597
637
|
|
|
598
638
|
declare const SvgThumbsUpIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
599
639
|
|
|
640
|
+
declare const SvgTopBorderIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
641
|
+
|
|
600
642
|
declare const SvgTrashIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
601
643
|
|
|
644
|
+
declare const SvgTwoPagesHorizontalFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
645
|
+
|
|
646
|
+
declare const SvgTwoPagesVerticalFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
647
|
+
|
|
602
648
|
declare const SvgTypeTextIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
603
649
|
|
|
604
650
|
declare const SvgUnderlineIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -623,8 +669,6 @@ declare const SvgVerticalScrollIcon: ({ title, titleId, ...props }: SVGProps<SVG
|
|
|
623
669
|
|
|
624
670
|
declare const SvgVideoIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
625
671
|
|
|
626
|
-
declare const SvgWaitingIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
627
|
-
|
|
628
672
|
declare const SvgWarningFilledIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
629
673
|
|
|
630
674
|
declare const SvgWarningIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -641,4 +685,4 @@ declare const SvgZoomInIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGEleme
|
|
|
641
685
|
|
|
642
686
|
declare const SvgZoomOutIcon: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => react_jsx_runtime.JSX.Element;
|
|
643
687
|
|
|
644
|
-
export { SvgAddNoteCloud as AddNoteCloud, SvgAddNoteIcon as AddNoteIcon, SvgAddTextSerifIcon as AddTextSerifIcon, SvgAiIcon as AiIcon, 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, SvgSidebarIcon as SidebarIcon, 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 };
|
|
688
|
+
export { SvgAddNoteCloudIcon as AddNoteCloudIcon, SvgAddNoteIcon as AddNoteIcon, SvgAddTextSerifIcon as AddTextSerifIcon, SvgAiIcon as AiIcon, SvgAirplaneIcon as AirplaneIcon, SvgAlignBottomIcon as AlignBottomIcon, SvgAlignHorizontalCenterIcon as AlignHorizontalCenterIcon, SvgAlignMiddleIcon as AlignMiddleIcon, SvgAlignTopIcon as AlignTopIcon, SvgAnonymousIcon as AnonymousIcon, SvgArrowDownIcon as ArrowDownIcon, SvgArrowIcon as ArrowIcon, SvgArrowLeftIcon as ArrowLeftIcon, SvgArrowRightIcon as ArrowRightIcon, SvgArrowUpIcon as ArrowUpIcon, SvgAtIcon as AtIcon, SvgAttachmentIcon as AttachmentIcon, SvgAvatarFilledIcon as AvatarFilledIcon, SvgAvatarIcon as AvatarIcon, SvgBlendModeIcon as BlendModeIcon, SvgBoldIcon as BoldIcon, SvgBookmarkFilledIcon as BookmarkFilledIcon, SvgBookmarkIcon as BookmarkIcon, SvgBorderColorIcon as BorderColorIcon, SvgBottomBorderIcon as BottomBorderIcon, SvgBulletListIcon as BulletListIcon, SvgCalibrateIcon as CalibrateIcon, SvgCaptureAddIcon as CaptureAddIcon, 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, SvgColorPaletteIcon as ColorPaletteIcon, SvgColorSwatchIcon as ColorSwatchIcon, 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, SvgDateModifiedIcon as DateModifiedIcon, SvgDatePlusIcon as DatePlusIcon, SvgDebugIcon as DebugIcon, SvgDocumentArrowDownCircleIcon as DocumentArrowDownCircleIcon, SvgDocumentArrowDownIcon as DocumentArrowDownIcon, SvgDocumentArrowRightIcon as DocumentArrowRightIcon, SvgDocumentFilledIcon as DocumentFilledIcon, SvgDocumentLockIcon as DocumentLockIcon, SvgDocumentPdfIcon as DocumentPdfIcon, SvgDownloadIcon as DownloadIcon, SvgDragIndicatorIcon as DragIndicatorIcon, SvgDragIndicatorVerticalIcon as DragIndicatorVerticalIcon, SvgDuplicateIcon as DuplicateIcon, SvgEditAnnotationsIcon as EditAnnotationsIcon, SvgEditContentIcon as EditContentIcon, SvgEditDocumentIcon as EditDocumentIcon, SvgEditIcon as EditIcon, SvgEditThumbnailsIcon as EditThumbnailsIcon, SvgEllipseAreaIcon as EllipseAreaIcon, SvgEllipseCloudyIcon as EllipseCloudyIcon, SvgEllipseDashedIcon as EllipseDashedIcon, SvgEllipseIcon as EllipseIcon, SvgEmbedIcon as EmbedIcon, 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, SvgErrorCircleIcon as ErrorCircleIcon, SvgExpandIcon as ExpandIcon, SvgExpandVerticalIcon as ExpandVerticalIcon, SvgFillColorIcon as FillColorIcon, SvgFilterIcon as FilterIcon, SvgFitToHeightIcon as FitToHeightIcon, SvgFivePagesHorizontalFilledIcon as FivePagesHorizontalFilledIcon, SvgFivePagesVerticalFilledIcon as FivePagesVerticalFilledIcon, SvgFolderAddIcon as FolderAddIcon, 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, SvgFourPagesGridFilledIcon as FourPagesGridFilledIcon, SvgFourPagesHorizontalFilledIcon as FourPagesHorizontalFilledIcon, SvgFourPagesStackedFilledIcon as FourPagesStackedFilledIcon, SvgFourPagesVerticalFilledIcon as FourPagesVerticalFilledIcon, SvgGroupIcon as GroupIcon, SvgHamburgerMenuIcon as HamburgerMenuIcon, SvgHandIcon as HandIcon, SvgHeartIcon as HeartIcon, SvgHideIcon as HideIcon, SvgHideRevealIcon as HideRevealIcon, SvgHighlightTextIcon as HighlightTextIcon, SvgHomeIcon as HomeIcon, SvgHorizontalScollIcon as HorizontalScollIcon, SvgImageIcon as ImageIcon, SvgInfoCircleFilledIcon as InfoCircleFilledIcon, SvgInfoCircleIcon as InfoCircleIcon, SvgInitialsIcon as InitialsIcon, SvgInnerHorizontalBorderIcon as InnerHorizontalBorderIcon, SvgInnerVerticalBorderIcon as InnerVerticalBorderIcon, SvgInsertIcon as InsertIcon, SvgItalicIcon as ItalicIcon, SvgLayerBottomIcon as LayerBottomIcon, SvgLayerDownIcon as LayerDownIcon, SvgLayerTopIcon as LayerTopIcon, SvgLayerUpIcon as LayerUpIcon, SvgLayersIcon as LayersIcon, SvgLeftBindingIcon as LeftBindingIcon, SvgLeftBorderIcon as LeftBorderIcon, 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, 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, SvgRegexIcon as RegexIcon, SvgReplaceIcon as ReplaceIcon, SvgRightBindingIcon as RightBindingIcon, SvgRightBorderIcon as RightBorderIcon, 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, SvgSidebarIcon as SidebarIcon, SvgSignOutIcon as SignOutIcon, SvgSignatureDigitalIcon as SignatureDigitalIcon, SvgSignatureIcon as SignatureIcon, SvgSinglePageFilledIcon as SinglePageFilledIcon, SvgSoundIcon as SoundIcon, SvgSquigglyTextIcon as SquigglyTextIcon, SvgStampIcon as StampIcon, SvgStarFilledIcon as StarFilledIcon, 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, SvgSunIcon as SunIcon, SvgTableCellIcon as TableCellIcon, SvgTextAlignCenterIcon as TextAlignCenterIcon, SvgTextAlignJustifyIcon as TextAlignJustifyIcon, SvgTextAlignLeftIcon as TextAlignLeftIcon, SvgTextAlignRightIcon as TextAlignRightIcon, SvgTextCalloutIcon as TextCalloutIcon, SvgTextColorIcon as TextColorIcon, SvgTextIcon as TextIcon, SvgTextPropertiesHideIcon as TextPropertiesHideIcon, SvgTextPropertiesShowIcon as TextPropertiesShowIcon, SvgTextSerifIcon as TextSerifIcon, SvgTextSmallerIcon as TextSmallerIcon, SvgThreePagesHorizontalFilledIcon as ThreePagesHorizontalFilledIcon, SvgThreePagesStackedFilledIcon as ThreePagesStackedFilledIcon, SvgThreePagesVerticalFilledIcon as ThreePagesVerticalFilledIcon, SvgThumbnailsIcon as ThumbnailsIcon, SvgThumbsDownIcon as ThumbsDownIcon, SvgThumbsUpIcon as ThumbsUpIcon, SvgTopBorderIcon as TopBorderIcon, SvgTrashIcon as TrashIcon, SvgTwoPagesHorizontalFilledIcon as TwoPagesHorizontalFilledIcon, SvgTwoPagesVerticalFilledIcon as TwoPagesVerticalFilledIcon, 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, SvgWarningFilledIcon as WarningFilledIcon, SvgWarningIcon as WarningIcon, SvgWidgetIcon as WidgetIcon, SvgXCircleFilledIcon as XCircleFilledIcon, SvgXCircleIcon as XCircleIcon, SvgXIcon as XIcon, SvgZoomInIcon as ZoomInIcon, SvgZoomOutIcon as ZoomOutIcon };
|