@team-monolith/cds 0.6.0 → 0.6.2
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/dist/remixicons/Arrows/index.d.ts +108 -108
- package/dist/remixicons/Arrows/index.js +216 -216
- package/dist/remixicons/Buildings/index.d.ts +58 -58
- package/dist/remixicons/Buildings/index.js +116 -116
- package/dist/remixicons/Business/index.d.ts +192 -192
- package/dist/remixicons/Business/index.js +384 -384
- package/dist/remixicons/Communication/index.d.ts +64 -64
- package/dist/remixicons/Communication/index.js +128 -128
- package/dist/remixicons/Design/index.d.ts +164 -164
- package/dist/remixicons/Design/index.js +328 -328
- package/dist/remixicons/Development/index.d.ts +50 -50
- package/dist/remixicons/Development/index.js +100 -100
- package/dist/remixicons/Device/index.d.ts +166 -166
- package/dist/remixicons/Device/index.js +332 -332
- package/dist/remixicons/Document/index.d.ts +202 -202
- package/dist/remixicons/Document/index.js +404 -404
- package/dist/remixicons/Editor/index.d.ts +114 -114
- package/dist/remixicons/Editor/index.js +228 -228
- package/dist/remixicons/Finance/index.d.ts +140 -140
- package/dist/remixicons/Finance/index.js +280 -280
- package/dist/remixicons/Health & Medical/index.d.ts +62 -62
- package/dist/remixicons/Health & Medical/index.js +124 -124
- package/dist/remixicons/Logos/index.d.ts +224 -224
- package/dist/remixicons/Logos/index.js +448 -448
- package/dist/remixicons/Map/index.d.ts +174 -174
- package/dist/remixicons/Map/index.js +348 -348
- package/dist/remixicons/Media/index.d.ts +218 -218
- package/dist/remixicons/Media/index.js +436 -436
- package/dist/remixicons/Others/index.d.ts +104 -104
- package/dist/remixicons/Others/index.js +208 -208
- package/dist/remixicons/System/index.d.ts +262 -262
- package/dist/remixicons/System/index.js +524 -524
- package/dist/remixicons/User & Faces/index.d.ts +112 -112
- package/dist/remixicons/User & Faces/index.js +224 -224
- package/dist/remixicons/Weather/index.d.ts +80 -80
- package/dist/remixicons/Weather/index.js +160 -160
- package/package.json +1 -2
|
@@ -1,457 +1,457 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const
|
|
2
|
+
export declare const aBSvg: string;
|
|
3
3
|
export declare const ABIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
4
4
|
title?: string | undefined;
|
|
5
5
|
}>;
|
|
6
|
-
export declare const
|
|
6
|
+
export declare const aiGenerateSvg: string;
|
|
7
7
|
export declare const AiGenerateIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
8
8
|
title?: string | undefined;
|
|
9
9
|
}>;
|
|
10
|
-
export declare const
|
|
10
|
+
export declare const alignBottomSvg: string;
|
|
11
11
|
export declare const AlignBottomIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
12
12
|
title?: string | undefined;
|
|
13
13
|
}>;
|
|
14
|
-
export declare const
|
|
14
|
+
export declare const alignCenterSvg: string;
|
|
15
15
|
export declare const AlignCenterIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
16
16
|
title?: string | undefined;
|
|
17
17
|
}>;
|
|
18
|
-
export declare const
|
|
18
|
+
export declare const alignJustifySvg: string;
|
|
19
19
|
export declare const AlignJustifyIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
20
20
|
title?: string | undefined;
|
|
21
21
|
}>;
|
|
22
|
-
export declare const
|
|
22
|
+
export declare const alignLeftSvg: string;
|
|
23
23
|
export declare const AlignLeftIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
24
24
|
title?: string | undefined;
|
|
25
25
|
}>;
|
|
26
|
-
export declare const
|
|
26
|
+
export declare const alignRightSvg: string;
|
|
27
27
|
export declare const AlignRightIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
28
28
|
title?: string | undefined;
|
|
29
29
|
}>;
|
|
30
|
-
export declare const
|
|
30
|
+
export declare const alignTopSvg: string;
|
|
31
31
|
export declare const AlignTopIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
32
32
|
title?: string | undefined;
|
|
33
33
|
}>;
|
|
34
|
-
export declare const
|
|
34
|
+
export declare const alignVerticallySvg: string;
|
|
35
35
|
export declare const AlignVerticallyIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
36
36
|
title?: string | undefined;
|
|
37
37
|
}>;
|
|
38
|
-
export declare const
|
|
38
|
+
export declare const asteriskSvg: string;
|
|
39
39
|
export declare const AsteriskIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
40
40
|
title?: string | undefined;
|
|
41
41
|
}>;
|
|
42
|
-
export declare const
|
|
42
|
+
export declare const attachment2Svg: string;
|
|
43
43
|
export declare const Attachment2Icon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
44
44
|
title?: string | undefined;
|
|
45
45
|
}>;
|
|
46
|
-
export declare const
|
|
46
|
+
export declare const boldSvg: string;
|
|
47
47
|
export declare const BoldIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
48
48
|
title?: string | undefined;
|
|
49
49
|
}>;
|
|
50
|
-
export declare const
|
|
50
|
+
export declare const bringForwardSvg: string;
|
|
51
51
|
export declare const BringForwardIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
52
52
|
title?: string | undefined;
|
|
53
53
|
}>;
|
|
54
|
-
export declare const
|
|
54
|
+
export declare const bringToFrontSvg: string;
|
|
55
55
|
export declare const BringToFrontIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
56
56
|
title?: string | undefined;
|
|
57
57
|
}>;
|
|
58
|
-
export declare const
|
|
58
|
+
export declare const codeViewSvg: string;
|
|
59
59
|
export declare const CodeViewIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
60
60
|
title?: string | undefined;
|
|
61
61
|
}>;
|
|
62
|
-
export declare const
|
|
62
|
+
export declare const deleteColumnSvg: string;
|
|
63
63
|
export declare const DeleteColumnIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
64
64
|
title?: string | undefined;
|
|
65
65
|
}>;
|
|
66
|
-
export declare const
|
|
66
|
+
export declare const deleteRowSvg: string;
|
|
67
67
|
export declare const DeleteRowIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
68
68
|
title?: string | undefined;
|
|
69
69
|
}>;
|
|
70
|
-
export declare const
|
|
70
|
+
export declare const doubleQuotesLSvg: string;
|
|
71
71
|
export declare const DoubleQuotesLIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
72
72
|
title?: string | undefined;
|
|
73
73
|
}>;
|
|
74
|
-
export declare const
|
|
74
|
+
export declare const doubleQuotesRSvg: string;
|
|
75
75
|
export declare const DoubleQuotesRIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
76
76
|
title?: string | undefined;
|
|
77
77
|
}>;
|
|
78
|
-
export declare const
|
|
78
|
+
export declare const draggableSvg: string;
|
|
79
79
|
export declare const DraggableIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
80
80
|
title?: string | undefined;
|
|
81
81
|
}>;
|
|
82
|
-
export declare const
|
|
82
|
+
export declare const emphasisCnSvg: string;
|
|
83
83
|
export declare const EmphasisCnIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
84
84
|
title?: string | undefined;
|
|
85
85
|
}>;
|
|
86
|
-
export declare const
|
|
86
|
+
export declare const emphasisSvg: string;
|
|
87
87
|
export declare const EmphasisIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
88
88
|
title?: string | undefined;
|
|
89
89
|
}>;
|
|
90
|
-
export declare const
|
|
90
|
+
export declare const englishInputSvg: string;
|
|
91
91
|
export declare const EnglishInputIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
92
92
|
title?: string | undefined;
|
|
93
93
|
}>;
|
|
94
|
-
export declare const
|
|
94
|
+
export declare const flowChartSvg: string;
|
|
95
95
|
export declare const FlowChartIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
96
96
|
title?: string | undefined;
|
|
97
97
|
}>;
|
|
98
|
-
export declare const
|
|
98
|
+
export declare const fontColorSvg: string;
|
|
99
99
|
export declare const FontColorIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
100
100
|
title?: string | undefined;
|
|
101
101
|
}>;
|
|
102
|
-
export declare const
|
|
102
|
+
export declare const fontFamilySvg: string;
|
|
103
103
|
export declare const FontFamilyIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
104
104
|
title?: string | undefined;
|
|
105
105
|
}>;
|
|
106
|
-
export declare const
|
|
106
|
+
export declare const fontMonoSvg: string;
|
|
107
107
|
export declare const FontMonoIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
108
108
|
title?: string | undefined;
|
|
109
109
|
}>;
|
|
110
|
-
export declare const
|
|
110
|
+
export declare const fontSansSerifSvg: string;
|
|
111
111
|
export declare const FontSansSerifIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
112
112
|
title?: string | undefined;
|
|
113
113
|
}>;
|
|
114
|
-
export declare const
|
|
114
|
+
export declare const fontSansSvg: string;
|
|
115
115
|
export declare const FontSansIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
116
116
|
title?: string | undefined;
|
|
117
117
|
}>;
|
|
118
|
-
export declare const
|
|
118
|
+
export declare const fontSize2Svg: string;
|
|
119
119
|
export declare const FontSize2Icon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
120
120
|
title?: string | undefined;
|
|
121
121
|
}>;
|
|
122
|
-
export declare const
|
|
122
|
+
export declare const fontSizeSvg: string;
|
|
123
123
|
export declare const FontSizeIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
124
124
|
title?: string | undefined;
|
|
125
125
|
}>;
|
|
126
|
-
export declare const
|
|
126
|
+
export declare const formatClearSvg: string;
|
|
127
127
|
export declare const FormatClearIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
128
128
|
title?: string | undefined;
|
|
129
129
|
}>;
|
|
130
|
-
export declare const
|
|
130
|
+
export declare const functionsSvg: string;
|
|
131
131
|
export declare const FunctionsIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
132
132
|
title?: string | undefined;
|
|
133
133
|
}>;
|
|
134
|
-
export declare const
|
|
134
|
+
export declare const h1Svg: string;
|
|
135
135
|
export declare const H1Icon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
136
136
|
title?: string | undefined;
|
|
137
137
|
}>;
|
|
138
|
-
export declare const
|
|
138
|
+
export declare const h2Svg: string;
|
|
139
139
|
export declare const H2Icon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
140
140
|
title?: string | undefined;
|
|
141
141
|
}>;
|
|
142
|
-
export declare const
|
|
142
|
+
export declare const h3Svg: string;
|
|
143
143
|
export declare const H3Icon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
144
144
|
title?: string | undefined;
|
|
145
145
|
}>;
|
|
146
|
-
export declare const
|
|
146
|
+
export declare const h4Svg: string;
|
|
147
147
|
export declare const H4Icon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
148
148
|
title?: string | undefined;
|
|
149
149
|
}>;
|
|
150
|
-
export declare const
|
|
150
|
+
export declare const h5Svg: string;
|
|
151
151
|
export declare const H5Icon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
152
152
|
title?: string | undefined;
|
|
153
153
|
}>;
|
|
154
|
-
export declare const
|
|
154
|
+
export declare const h6Svg: string;
|
|
155
155
|
export declare const H6Icon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
156
156
|
title?: string | undefined;
|
|
157
157
|
}>;
|
|
158
|
-
export declare const
|
|
158
|
+
export declare const hashtagSvg: string;
|
|
159
159
|
export declare const HashtagIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
160
160
|
title?: string | undefined;
|
|
161
161
|
}>;
|
|
162
|
-
export declare const
|
|
162
|
+
export declare const headingSvg: string;
|
|
163
163
|
export declare const HeadingIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
164
164
|
title?: string | undefined;
|
|
165
165
|
}>;
|
|
166
|
-
export declare const
|
|
166
|
+
export declare const indentDecreaseSvg: string;
|
|
167
167
|
export declare const IndentDecreaseIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
168
168
|
title?: string | undefined;
|
|
169
169
|
}>;
|
|
170
|
-
export declare const
|
|
170
|
+
export declare const indentIncreaseSvg: string;
|
|
171
171
|
export declare const IndentIncreaseIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
172
172
|
title?: string | undefined;
|
|
173
173
|
}>;
|
|
174
|
-
export declare const
|
|
174
|
+
export declare const inputCursorMoveSvg: string;
|
|
175
175
|
export declare const InputCursorMoveIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
176
176
|
title?: string | undefined;
|
|
177
177
|
}>;
|
|
178
|
-
export declare const
|
|
178
|
+
export declare const insertColumnLeftSvg: string;
|
|
179
179
|
export declare const InsertColumnLeftIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
180
180
|
title?: string | undefined;
|
|
181
181
|
}>;
|
|
182
|
-
export declare const
|
|
182
|
+
export declare const insertColumnRightSvg: string;
|
|
183
183
|
export declare const InsertColumnRightIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
184
184
|
title?: string | undefined;
|
|
185
185
|
}>;
|
|
186
|
-
export declare const
|
|
186
|
+
export declare const insertRowBottomSvg: string;
|
|
187
187
|
export declare const InsertRowBottomIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
188
188
|
title?: string | undefined;
|
|
189
189
|
}>;
|
|
190
|
-
export declare const
|
|
190
|
+
export declare const insertRowTopSvg: string;
|
|
191
191
|
export declare const InsertRowTopIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
192
192
|
title?: string | undefined;
|
|
193
193
|
}>;
|
|
194
|
-
export declare const
|
|
194
|
+
export declare const italicSvg: string;
|
|
195
195
|
export declare const ItalicIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
196
196
|
title?: string | undefined;
|
|
197
197
|
}>;
|
|
198
|
-
export declare const
|
|
198
|
+
export declare const lineHeightSvg: string;
|
|
199
199
|
export declare const LineHeightIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
200
200
|
title?: string | undefined;
|
|
201
201
|
}>;
|
|
202
|
-
export declare const
|
|
202
|
+
export declare const linkMSvg: string;
|
|
203
203
|
export declare const LinkMIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
204
204
|
title?: string | undefined;
|
|
205
205
|
}>;
|
|
206
|
-
export declare const
|
|
206
|
+
export declare const linkUnlinkMSvg: string;
|
|
207
207
|
export declare const LinkUnlinkMIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
208
208
|
title?: string | undefined;
|
|
209
209
|
}>;
|
|
210
|
-
export declare const
|
|
210
|
+
export declare const linkUnlinkSvg: string;
|
|
211
211
|
export declare const LinkUnlinkIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
212
212
|
title?: string | undefined;
|
|
213
213
|
}>;
|
|
214
|
-
export declare const
|
|
214
|
+
export declare const linkSvg: string;
|
|
215
215
|
export declare const LinkIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
216
216
|
title?: string | undefined;
|
|
217
217
|
}>;
|
|
218
|
-
export declare const
|
|
218
|
+
export declare const listCheck2Svg: string;
|
|
219
219
|
export declare const ListCheck2Icon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
220
220
|
title?: string | undefined;
|
|
221
221
|
}>;
|
|
222
|
-
export declare const
|
|
222
|
+
export declare const listCheck3Svg: string;
|
|
223
223
|
export declare const ListCheck3Icon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
224
224
|
title?: string | undefined;
|
|
225
225
|
}>;
|
|
226
|
-
export declare const
|
|
226
|
+
export declare const listCheckSvg: string;
|
|
227
227
|
export declare const ListCheckIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
228
228
|
title?: string | undefined;
|
|
229
229
|
}>;
|
|
230
|
-
export declare const
|
|
230
|
+
export declare const listIndefiniteSvg: string;
|
|
231
231
|
export declare const ListIndefiniteIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
232
232
|
title?: string | undefined;
|
|
233
233
|
}>;
|
|
234
|
-
export declare const
|
|
234
|
+
export declare const listOrdered2Svg: string;
|
|
235
235
|
export declare const ListOrdered2Icon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
236
236
|
title?: string | undefined;
|
|
237
237
|
}>;
|
|
238
|
-
export declare const
|
|
238
|
+
export declare const listOrderedSvg: string;
|
|
239
239
|
export declare const ListOrderedIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
240
240
|
title?: string | undefined;
|
|
241
241
|
}>;
|
|
242
|
-
export declare const
|
|
242
|
+
export declare const listRadioSvg: string;
|
|
243
243
|
export declare const ListRadioIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
244
244
|
title?: string | undefined;
|
|
245
245
|
}>;
|
|
246
|
-
export declare const
|
|
246
|
+
export declare const listUnorderedSvg: string;
|
|
247
247
|
export declare const ListUnorderedIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
248
248
|
title?: string | undefined;
|
|
249
249
|
}>;
|
|
250
|
-
export declare const
|
|
250
|
+
export declare const mergeCellsHorizontalSvg: string;
|
|
251
251
|
export declare const MergeCellsHorizontalIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
252
252
|
title?: string | undefined;
|
|
253
253
|
}>;
|
|
254
|
-
export declare const
|
|
254
|
+
export declare const mergeCellsVerticalSvg: string;
|
|
255
255
|
export declare const MergeCellsVerticalIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
256
256
|
title?: string | undefined;
|
|
257
257
|
}>;
|
|
258
|
-
export declare const
|
|
258
|
+
export declare const mindMapSvg: string;
|
|
259
259
|
export declare const MindMapIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
260
260
|
title?: string | undefined;
|
|
261
261
|
}>;
|
|
262
|
-
export declare const
|
|
262
|
+
export declare const nodeTreeSvg: string;
|
|
263
263
|
export declare const NodeTreeIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
264
264
|
title?: string | undefined;
|
|
265
265
|
}>;
|
|
266
|
-
export declare const
|
|
266
|
+
export declare const number0Svg: string;
|
|
267
267
|
export declare const Number0Icon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
268
268
|
title?: string | undefined;
|
|
269
269
|
}>;
|
|
270
|
-
export declare const
|
|
270
|
+
export declare const number1Svg: string;
|
|
271
271
|
export declare const Number1Icon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
272
272
|
title?: string | undefined;
|
|
273
273
|
}>;
|
|
274
|
-
export declare const
|
|
274
|
+
export declare const number2Svg: string;
|
|
275
275
|
export declare const Number2Icon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
276
276
|
title?: string | undefined;
|
|
277
277
|
}>;
|
|
278
|
-
export declare const
|
|
278
|
+
export declare const number3Svg: string;
|
|
279
279
|
export declare const Number3Icon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
280
280
|
title?: string | undefined;
|
|
281
281
|
}>;
|
|
282
|
-
export declare const
|
|
282
|
+
export declare const number4Svg: string;
|
|
283
283
|
export declare const Number4Icon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
284
284
|
title?: string | undefined;
|
|
285
285
|
}>;
|
|
286
|
-
export declare const
|
|
286
|
+
export declare const number5Svg: string;
|
|
287
287
|
export declare const Number5Icon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
288
288
|
title?: string | undefined;
|
|
289
289
|
}>;
|
|
290
|
-
export declare const
|
|
290
|
+
export declare const number6Svg: string;
|
|
291
291
|
export declare const Number6Icon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
292
292
|
title?: string | undefined;
|
|
293
293
|
}>;
|
|
294
|
-
export declare const
|
|
294
|
+
export declare const number7Svg: string;
|
|
295
295
|
export declare const Number7Icon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
296
296
|
title?: string | undefined;
|
|
297
297
|
}>;
|
|
298
|
-
export declare const
|
|
298
|
+
export declare const number8Svg: string;
|
|
299
299
|
export declare const Number8Icon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
300
300
|
title?: string | undefined;
|
|
301
301
|
}>;
|
|
302
|
-
export declare const
|
|
302
|
+
export declare const number9Svg: string;
|
|
303
303
|
export declare const Number9Icon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
304
304
|
title?: string | undefined;
|
|
305
305
|
}>;
|
|
306
|
-
export declare const
|
|
306
|
+
export declare const omegaSvg: string;
|
|
307
307
|
export declare const OmegaIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
308
308
|
title?: string | undefined;
|
|
309
309
|
}>;
|
|
310
|
-
export declare const
|
|
310
|
+
export declare const organizationChartSvg: string;
|
|
311
311
|
export declare const OrganizationChartIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
312
312
|
title?: string | undefined;
|
|
313
313
|
}>;
|
|
314
|
-
export declare const
|
|
314
|
+
export declare const overlineSvg: string;
|
|
315
315
|
export declare const OverlineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
316
316
|
title?: string | undefined;
|
|
317
317
|
}>;
|
|
318
|
-
export declare const
|
|
318
|
+
export declare const pageSeparatorSvg: string;
|
|
319
319
|
export declare const PageSeparatorIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
320
320
|
title?: string | undefined;
|
|
321
321
|
}>;
|
|
322
|
-
export declare const
|
|
322
|
+
export declare const paragraphSvg: string;
|
|
323
323
|
export declare const ParagraphIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
324
324
|
title?: string | undefined;
|
|
325
325
|
}>;
|
|
326
|
-
export declare const
|
|
326
|
+
export declare const pinyinInputSvg: string;
|
|
327
327
|
export declare const PinyinInputIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
328
328
|
title?: string | undefined;
|
|
329
329
|
}>;
|
|
330
|
-
export declare const
|
|
330
|
+
export declare const questionMarkSvg: string;
|
|
331
331
|
export declare const QuestionMarkIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
332
332
|
title?: string | undefined;
|
|
333
333
|
}>;
|
|
334
|
-
export declare const
|
|
334
|
+
export declare const quoteTextSvg: string;
|
|
335
335
|
export declare const QuoteTextIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
336
336
|
title?: string | undefined;
|
|
337
337
|
}>;
|
|
338
|
-
export declare const
|
|
338
|
+
export declare const roundedCornerSvg: string;
|
|
339
339
|
export declare const RoundedCornerIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
340
340
|
title?: string | undefined;
|
|
341
341
|
}>;
|
|
342
|
-
export declare const
|
|
342
|
+
export declare const sendBackwardSvg: string;
|
|
343
343
|
export declare const SendBackwardIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
344
344
|
title?: string | undefined;
|
|
345
345
|
}>;
|
|
346
|
-
export declare const
|
|
346
|
+
export declare const sendToBackSvg: string;
|
|
347
347
|
export declare const SendToBackIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
348
348
|
title?: string | undefined;
|
|
349
349
|
}>;
|
|
350
|
-
export declare const
|
|
350
|
+
export declare const separatorSvg: string;
|
|
351
351
|
export declare const SeparatorIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
352
352
|
title?: string | undefined;
|
|
353
353
|
}>;
|
|
354
|
-
export declare const
|
|
354
|
+
export declare const singleQuotesLSvg: string;
|
|
355
355
|
export declare const SingleQuotesLIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
356
356
|
title?: string | undefined;
|
|
357
357
|
}>;
|
|
358
|
-
export declare const
|
|
358
|
+
export declare const singleQuotesRSvg: string;
|
|
359
359
|
export declare const SingleQuotesRIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
360
360
|
title?: string | undefined;
|
|
361
361
|
}>;
|
|
362
|
-
export declare const
|
|
362
|
+
export declare const sketchingSvg: string;
|
|
363
363
|
export declare const SketchingIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
364
364
|
title?: string | undefined;
|
|
365
365
|
}>;
|
|
366
|
-
export declare const
|
|
366
|
+
export declare const slashCommands2Svg: string;
|
|
367
367
|
export declare const SlashCommands2Icon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
368
368
|
title?: string | undefined;
|
|
369
369
|
}>;
|
|
370
|
-
export declare const
|
|
370
|
+
export declare const slashCommandsSvg: string;
|
|
371
371
|
export declare const SlashCommandsIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
372
372
|
title?: string | undefined;
|
|
373
373
|
}>;
|
|
374
|
-
export declare const
|
|
374
|
+
export declare const sortAscSvg: string;
|
|
375
375
|
export declare const SortAscIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
376
376
|
title?: string | undefined;
|
|
377
377
|
}>;
|
|
378
|
-
export declare const
|
|
378
|
+
export declare const sortDescSvg: string;
|
|
379
379
|
export declare const SortDescIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
380
380
|
title?: string | undefined;
|
|
381
381
|
}>;
|
|
382
|
-
export declare const
|
|
382
|
+
export declare const spaceSvg: string;
|
|
383
383
|
export declare const SpaceIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
384
384
|
title?: string | undefined;
|
|
385
385
|
}>;
|
|
386
|
-
export declare const
|
|
386
|
+
export declare const splitCellsHorizontalSvg: string;
|
|
387
387
|
export declare const SplitCellsHorizontalIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
388
388
|
title?: string | undefined;
|
|
389
389
|
}>;
|
|
390
|
-
export declare const
|
|
390
|
+
export declare const splitCellsVerticalSvg: string;
|
|
391
391
|
export declare const SplitCellsVerticalIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
392
392
|
title?: string | undefined;
|
|
393
393
|
}>;
|
|
394
|
-
export declare const
|
|
394
|
+
export declare const strikethrough2Svg: string;
|
|
395
395
|
export declare const Strikethrough2Icon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
396
396
|
title?: string | undefined;
|
|
397
397
|
}>;
|
|
398
|
-
export declare const
|
|
398
|
+
export declare const strikethroughSvg: string;
|
|
399
399
|
export declare const StrikethroughIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
400
400
|
title?: string | undefined;
|
|
401
401
|
}>;
|
|
402
|
-
export declare const
|
|
402
|
+
export declare const subscript2Svg: string;
|
|
403
403
|
export declare const Subscript2Icon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
404
404
|
title?: string | undefined;
|
|
405
405
|
}>;
|
|
406
|
-
export declare const
|
|
406
|
+
export declare const subscriptSvg: string;
|
|
407
407
|
export declare const SubscriptIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
408
408
|
title?: string | undefined;
|
|
409
409
|
}>;
|
|
410
|
-
export declare const
|
|
410
|
+
export declare const superscript2Svg: string;
|
|
411
411
|
export declare const Superscript2Icon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
412
412
|
title?: string | undefined;
|
|
413
413
|
}>;
|
|
414
|
-
export declare const
|
|
414
|
+
export declare const superscriptSvg: string;
|
|
415
415
|
export declare const SuperscriptIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
416
416
|
title?: string | undefined;
|
|
417
417
|
}>;
|
|
418
|
-
export declare const
|
|
418
|
+
export declare const table2Svg: string;
|
|
419
419
|
export declare const Table2Icon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
420
420
|
title?: string | undefined;
|
|
421
421
|
}>;
|
|
422
|
-
export declare const
|
|
422
|
+
export declare const textDirectionLSvg: string;
|
|
423
423
|
export declare const TextDirectionLIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
424
424
|
title?: string | undefined;
|
|
425
425
|
}>;
|
|
426
|
-
export declare const
|
|
426
|
+
export declare const textDirectionRSvg: string;
|
|
427
427
|
export declare const TextDirectionRIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
428
428
|
title?: string | undefined;
|
|
429
429
|
}>;
|
|
430
|
-
export declare const
|
|
430
|
+
export declare const textSpacingSvg: string;
|
|
431
431
|
export declare const TextSpacingIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
432
432
|
title?: string | undefined;
|
|
433
433
|
}>;
|
|
434
|
-
export declare const
|
|
434
|
+
export declare const textWrapSvg: string;
|
|
435
435
|
export declare const TextWrapIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
436
436
|
title?: string | undefined;
|
|
437
437
|
}>;
|
|
438
|
-
export declare const
|
|
438
|
+
export declare const textSvg: string;
|
|
439
439
|
export declare const TextIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
440
440
|
title?: string | undefined;
|
|
441
441
|
}>;
|
|
442
|
-
export declare const
|
|
442
|
+
export declare const translate2Svg: string;
|
|
443
443
|
export declare const Translate2Icon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
444
444
|
title?: string | undefined;
|
|
445
445
|
}>;
|
|
446
|
-
export declare const
|
|
446
|
+
export declare const translateSvg: string;
|
|
447
447
|
export declare const TranslateIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
448
448
|
title?: string | undefined;
|
|
449
449
|
}>;
|
|
450
|
-
export declare const
|
|
450
|
+
export declare const underlineSvg: string;
|
|
451
451
|
export declare const UnderlineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
452
452
|
title?: string | undefined;
|
|
453
453
|
}>;
|
|
454
|
-
export declare const
|
|
454
|
+
export declare const wubiInputSvg: string;
|
|
455
455
|
export declare const WubiInputIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
456
456
|
title?: string | undefined;
|
|
457
457
|
}>;
|