@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.
Files changed (37) hide show
  1. package/dist/remixicons/Arrows/index.d.ts +108 -108
  2. package/dist/remixicons/Arrows/index.js +216 -216
  3. package/dist/remixicons/Buildings/index.d.ts +58 -58
  4. package/dist/remixicons/Buildings/index.js +116 -116
  5. package/dist/remixicons/Business/index.d.ts +192 -192
  6. package/dist/remixicons/Business/index.js +384 -384
  7. package/dist/remixicons/Communication/index.d.ts +64 -64
  8. package/dist/remixicons/Communication/index.js +128 -128
  9. package/dist/remixicons/Design/index.d.ts +164 -164
  10. package/dist/remixicons/Design/index.js +328 -328
  11. package/dist/remixicons/Development/index.d.ts +50 -50
  12. package/dist/remixicons/Development/index.js +100 -100
  13. package/dist/remixicons/Device/index.d.ts +166 -166
  14. package/dist/remixicons/Device/index.js +332 -332
  15. package/dist/remixicons/Document/index.d.ts +202 -202
  16. package/dist/remixicons/Document/index.js +404 -404
  17. package/dist/remixicons/Editor/index.d.ts +114 -114
  18. package/dist/remixicons/Editor/index.js +228 -228
  19. package/dist/remixicons/Finance/index.d.ts +140 -140
  20. package/dist/remixicons/Finance/index.js +280 -280
  21. package/dist/remixicons/Health & Medical/index.d.ts +62 -62
  22. package/dist/remixicons/Health & Medical/index.js +124 -124
  23. package/dist/remixicons/Logos/index.d.ts +224 -224
  24. package/dist/remixicons/Logos/index.js +448 -448
  25. package/dist/remixicons/Map/index.d.ts +174 -174
  26. package/dist/remixicons/Map/index.js +348 -348
  27. package/dist/remixicons/Media/index.d.ts +218 -218
  28. package/dist/remixicons/Media/index.js +436 -436
  29. package/dist/remixicons/Others/index.d.ts +104 -104
  30. package/dist/remixicons/Others/index.js +208 -208
  31. package/dist/remixicons/System/index.d.ts +262 -262
  32. package/dist/remixicons/System/index.js +524 -524
  33. package/dist/remixicons/User & Faces/index.d.ts +112 -112
  34. package/dist/remixicons/User & Faces/index.js +224 -224
  35. package/dist/remixicons/Weather/index.d.ts +80 -80
  36. package/dist/remixicons/Weather/index.js +160 -160
  37. package/package.json +1 -2
@@ -1,769 +1,769 @@
1
1
  /// <reference types="react" />
2
- export declare const AdvertisementFillSvg: string;
2
+ export declare const advertisementFillSvg: string;
3
3
  export declare const AdvertisementFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
4
4
  title?: string | undefined;
5
5
  }>;
6
- export declare const AdvertisementLineSvg: string;
6
+ export declare const advertisementLineSvg: string;
7
7
  export declare const AdvertisementLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
8
8
  title?: string | undefined;
9
9
  }>;
10
- export declare const Archive2FillSvg: string;
10
+ export declare const archive2FillSvg: string;
11
11
  export declare const Archive2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
12
12
  title?: string | undefined;
13
13
  }>;
14
- export declare const Archive2LineSvg: string;
14
+ export declare const archive2LineSvg: string;
15
15
  export declare const Archive2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
16
16
  title?: string | undefined;
17
17
  }>;
18
- export declare const ArchiveDrawerFillSvg: string;
18
+ export declare const archiveDrawerFillSvg: string;
19
19
  export declare const ArchiveDrawerFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
20
20
  title?: string | undefined;
21
21
  }>;
22
- export declare const ArchiveDrawerLineSvg: string;
22
+ export declare const archiveDrawerLineSvg: string;
23
23
  export declare const ArchiveDrawerLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
24
24
  title?: string | undefined;
25
25
  }>;
26
- export declare const ArchiveFillSvg: string;
26
+ export declare const archiveFillSvg: string;
27
27
  export declare const ArchiveFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
28
28
  title?: string | undefined;
29
29
  }>;
30
- export declare const ArchiveLineSvg: string;
30
+ export declare const archiveLineSvg: string;
31
31
  export declare const ArchiveLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
32
32
  title?: string | undefined;
33
33
  }>;
34
- export declare const AtFillSvg: string;
34
+ export declare const atFillSvg: string;
35
35
  export declare const AtFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
36
36
  title?: string | undefined;
37
37
  }>;
38
- export declare const AtLineSvg: string;
38
+ export declare const atLineSvg: string;
39
39
  export declare const AtLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
40
40
  title?: string | undefined;
41
41
  }>;
42
- export declare const AttachmentFillSvg: string;
42
+ export declare const attachmentFillSvg: string;
43
43
  export declare const AttachmentFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
44
44
  title?: string | undefined;
45
45
  }>;
46
- export declare const AttachmentLineSvg: string;
46
+ export declare const attachmentLineSvg: string;
47
47
  export declare const AttachmentLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
48
48
  title?: string | undefined;
49
49
  }>;
50
- export declare const AwardFillSvg: string;
50
+ export declare const awardFillSvg: string;
51
51
  export declare const AwardFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
52
52
  title?: string | undefined;
53
53
  }>;
54
- export declare const AwardLineSvg: string;
54
+ export declare const awardLineSvg: string;
55
55
  export declare const AwardLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
56
56
  title?: string | undefined;
57
57
  }>;
58
- export declare const BarChart2FillSvg: string;
58
+ export declare const barChart2FillSvg: string;
59
59
  export declare const BarChart2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
60
60
  title?: string | undefined;
61
61
  }>;
62
- export declare const BarChart2LineSvg: string;
62
+ export declare const barChart2LineSvg: string;
63
63
  export declare const BarChart2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
64
64
  title?: string | undefined;
65
65
  }>;
66
- export declare const BarChartBoxFillSvg: string;
66
+ export declare const barChartBoxFillSvg: string;
67
67
  export declare const BarChartBoxFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
68
68
  title?: string | undefined;
69
69
  }>;
70
- export declare const BarChartBoxLineSvg: string;
70
+ export declare const barChartBoxLineSvg: string;
71
71
  export declare const BarChartBoxLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
72
72
  title?: string | undefined;
73
73
  }>;
74
- export declare const BarChartFillSvg: string;
74
+ export declare const barChartFillSvg: string;
75
75
  export declare const BarChartFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
76
76
  title?: string | undefined;
77
77
  }>;
78
- export declare const BarChartGroupedFillSvg: string;
78
+ export declare const barChartGroupedFillSvg: string;
79
79
  export declare const BarChartGroupedFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
80
80
  title?: string | undefined;
81
81
  }>;
82
- export declare const BarChartGroupedLineSvg: string;
82
+ export declare const barChartGroupedLineSvg: string;
83
83
  export declare const BarChartGroupedLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
84
84
  title?: string | undefined;
85
85
  }>;
86
- export declare const BarChartHorizontalFillSvg: string;
86
+ export declare const barChartHorizontalFillSvg: string;
87
87
  export declare const BarChartHorizontalFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
88
88
  title?: string | undefined;
89
89
  }>;
90
- export declare const BarChartHorizontalLineSvg: string;
90
+ export declare const barChartHorizontalLineSvg: string;
91
91
  export declare const BarChartHorizontalLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
92
92
  title?: string | undefined;
93
93
  }>;
94
- export declare const BarChartLineSvg: string;
94
+ export declare const barChartLineSvg: string;
95
95
  export declare const BarChartLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
96
96
  title?: string | undefined;
97
97
  }>;
98
- export declare const Bookmark2FillSvg: string;
98
+ export declare const bookmark2FillSvg: string;
99
99
  export declare const Bookmark2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
100
100
  title?: string | undefined;
101
101
  }>;
102
- export declare const Bookmark2LineSvg: string;
102
+ export declare const bookmark2LineSvg: string;
103
103
  export declare const Bookmark2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
104
104
  title?: string | undefined;
105
105
  }>;
106
- export declare const Bookmark3FillSvg: string;
106
+ export declare const bookmark3FillSvg: string;
107
107
  export declare const Bookmark3FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
108
108
  title?: string | undefined;
109
109
  }>;
110
- export declare const Bookmark3LineSvg: string;
110
+ export declare const bookmark3LineSvg: string;
111
111
  export declare const Bookmark3LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
112
112
  title?: string | undefined;
113
113
  }>;
114
- export declare const BookmarkFillSvg: string;
114
+ export declare const bookmarkFillSvg: string;
115
115
  export declare const BookmarkFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
116
116
  title?: string | undefined;
117
117
  }>;
118
- export declare const BookmarkLineSvg: string;
118
+ export declare const bookmarkLineSvg: string;
119
119
  export declare const BookmarkLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
120
120
  title?: string | undefined;
121
121
  }>;
122
- export declare const Briefcase2FillSvg: string;
122
+ export declare const briefcase2FillSvg: string;
123
123
  export declare const Briefcase2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
124
124
  title?: string | undefined;
125
125
  }>;
126
- export declare const Briefcase2LineSvg: string;
126
+ export declare const briefcase2LineSvg: string;
127
127
  export declare const Briefcase2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
128
128
  title?: string | undefined;
129
129
  }>;
130
- export declare const Briefcase3FillSvg: string;
130
+ export declare const briefcase3FillSvg: string;
131
131
  export declare const Briefcase3FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
132
132
  title?: string | undefined;
133
133
  }>;
134
- export declare const Briefcase3LineSvg: string;
134
+ export declare const briefcase3LineSvg: string;
135
135
  export declare const Briefcase3LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
136
136
  title?: string | undefined;
137
137
  }>;
138
- export declare const Briefcase4FillSvg: string;
138
+ export declare const briefcase4FillSvg: string;
139
139
  export declare const Briefcase4FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
140
140
  title?: string | undefined;
141
141
  }>;
142
- export declare const Briefcase4LineSvg: string;
142
+ export declare const briefcase4LineSvg: string;
143
143
  export declare const Briefcase4LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
144
144
  title?: string | undefined;
145
145
  }>;
146
- export declare const Briefcase5FillSvg: string;
146
+ export declare const briefcase5FillSvg: string;
147
147
  export declare const Briefcase5FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
148
148
  title?: string | undefined;
149
149
  }>;
150
- export declare const Briefcase5LineSvg: string;
150
+ export declare const briefcase5LineSvg: string;
151
151
  export declare const Briefcase5LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
152
152
  title?: string | undefined;
153
153
  }>;
154
- export declare const BriefcaseFillSvg: string;
154
+ export declare const briefcaseFillSvg: string;
155
155
  export declare const BriefcaseFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
156
156
  title?: string | undefined;
157
157
  }>;
158
- export declare const BriefcaseLineSvg: string;
158
+ export declare const briefcaseLineSvg: string;
159
159
  export declare const BriefcaseLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
160
160
  title?: string | undefined;
161
161
  }>;
162
- export declare const BubbleChartFillSvg: string;
162
+ export declare const bubbleChartFillSvg: string;
163
163
  export declare const BubbleChartFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
164
164
  title?: string | undefined;
165
165
  }>;
166
- export declare const BubbleChartLineSvg: string;
166
+ export declare const bubbleChartLineSvg: string;
167
167
  export declare const BubbleChartLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
168
168
  title?: string | undefined;
169
169
  }>;
170
- export declare const CalculatorFillSvg: string;
170
+ export declare const calculatorFillSvg: string;
171
171
  export declare const CalculatorFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
172
172
  title?: string | undefined;
173
173
  }>;
174
- export declare const CalculatorLineSvg: string;
174
+ export declare const calculatorLineSvg: string;
175
175
  export declare const CalculatorLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
176
176
  title?: string | undefined;
177
177
  }>;
178
- export declare const Calendar2FillSvg: string;
178
+ export declare const calendar2FillSvg: string;
179
179
  export declare const Calendar2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
180
180
  title?: string | undefined;
181
181
  }>;
182
- export declare const Calendar2LineSvg: string;
182
+ export declare const calendar2LineSvg: string;
183
183
  export declare const Calendar2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
184
184
  title?: string | undefined;
185
185
  }>;
186
- export declare const CalendarCheckFillSvg: string;
186
+ export declare const calendarCheckFillSvg: string;
187
187
  export declare const CalendarCheckFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
188
188
  title?: string | undefined;
189
189
  }>;
190
- export declare const CalendarCheckLineSvg: string;
190
+ export declare const calendarCheckLineSvg: string;
191
191
  export declare const CalendarCheckLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
192
192
  title?: string | undefined;
193
193
  }>;
194
- export declare const CalendarCloseFillSvg: string;
194
+ export declare const calendarCloseFillSvg: string;
195
195
  export declare const CalendarCloseFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
196
196
  title?: string | undefined;
197
197
  }>;
198
- export declare const CalendarCloseLineSvg: string;
198
+ export declare const calendarCloseLineSvg: string;
199
199
  export declare const CalendarCloseLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
200
200
  title?: string | undefined;
201
201
  }>;
202
- export declare const CalendarEventFillSvg: string;
202
+ export declare const calendarEventFillSvg: string;
203
203
  export declare const CalendarEventFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
204
204
  title?: string | undefined;
205
205
  }>;
206
- export declare const CalendarEventLineSvg: string;
206
+ export declare const calendarEventLineSvg: string;
207
207
  export declare const CalendarEventLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
208
208
  title?: string | undefined;
209
209
  }>;
210
- export declare const CalendarFillSvg: string;
210
+ export declare const calendarFillSvg: string;
211
211
  export declare const CalendarFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
212
212
  title?: string | undefined;
213
213
  }>;
214
- export declare const CalendarLineSvg: string;
214
+ export declare const calendarLineSvg: string;
215
215
  export declare const CalendarLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
216
216
  title?: string | undefined;
217
217
  }>;
218
- export declare const CalendarTodoFillSvg: string;
218
+ export declare const calendarTodoFillSvg: string;
219
219
  export declare const CalendarTodoFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
220
220
  title?: string | undefined;
221
221
  }>;
222
- export declare const CalendarTodoLineSvg: string;
222
+ export declare const calendarTodoLineSvg: string;
223
223
  export declare const CalendarTodoLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
224
224
  title?: string | undefined;
225
225
  }>;
226
- export declare const CloudFillSvg: string;
226
+ export declare const cloudFillSvg: string;
227
227
  export declare const CloudFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
228
228
  title?: string | undefined;
229
229
  }>;
230
- export declare const CloudLineSvg: string;
230
+ export declare const cloudLineSvg: string;
231
231
  export declare const CloudLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
232
232
  title?: string | undefined;
233
233
  }>;
234
- export declare const CloudOffFillSvg: string;
234
+ export declare const cloudOffFillSvg: string;
235
235
  export declare const CloudOffFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
236
236
  title?: string | undefined;
237
237
  }>;
238
- export declare const CloudOffLineSvg: string;
238
+ export declare const cloudOffLineSvg: string;
239
239
  export declare const CloudOffLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
240
240
  title?: string | undefined;
241
241
  }>;
242
- export declare const CopyleftFillSvg: string;
242
+ export declare const copyleftFillSvg: string;
243
243
  export declare const CopyleftFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
244
244
  title?: string | undefined;
245
245
  }>;
246
- export declare const CopyleftLineSvg: string;
246
+ export declare const copyleftLineSvg: string;
247
247
  export declare const CopyleftLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
248
248
  title?: string | undefined;
249
249
  }>;
250
- export declare const CopyrightFillSvg: string;
250
+ export declare const copyrightFillSvg: string;
251
251
  export declare const CopyrightFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
252
252
  title?: string | undefined;
253
253
  }>;
254
- export declare const CopyrightLineSvg: string;
254
+ export declare const copyrightLineSvg: string;
255
255
  export declare const CopyrightLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
256
256
  title?: string | undefined;
257
257
  }>;
258
- export declare const CreativeCommonsByFillSvg: string;
258
+ export declare const creativeCommonsByFillSvg: string;
259
259
  export declare const CreativeCommonsByFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
260
260
  title?: string | undefined;
261
261
  }>;
262
- export declare const CreativeCommonsByLineSvg: string;
262
+ export declare const creativeCommonsByLineSvg: string;
263
263
  export declare const CreativeCommonsByLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
264
264
  title?: string | undefined;
265
265
  }>;
266
- export declare const CreativeCommonsFillSvg: string;
266
+ export declare const creativeCommonsFillSvg: string;
267
267
  export declare const CreativeCommonsFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
268
268
  title?: string | undefined;
269
269
  }>;
270
- export declare const CreativeCommonsLineSvg: string;
270
+ export declare const creativeCommonsLineSvg: string;
271
271
  export declare const CreativeCommonsLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
272
272
  title?: string | undefined;
273
273
  }>;
274
- export declare const CreativeCommonsNcFillSvg: string;
274
+ export declare const creativeCommonsNcFillSvg: string;
275
275
  export declare const CreativeCommonsNcFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
276
276
  title?: string | undefined;
277
277
  }>;
278
- export declare const CreativeCommonsNcLineSvg: string;
278
+ export declare const creativeCommonsNcLineSvg: string;
279
279
  export declare const CreativeCommonsNcLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
280
280
  title?: string | undefined;
281
281
  }>;
282
- export declare const CreativeCommonsNdFillSvg: string;
282
+ export declare const creativeCommonsNdFillSvg: string;
283
283
  export declare const CreativeCommonsNdFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
284
284
  title?: string | undefined;
285
285
  }>;
286
- export declare const CreativeCommonsNdLineSvg: string;
286
+ export declare const creativeCommonsNdLineSvg: string;
287
287
  export declare const CreativeCommonsNdLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
288
288
  title?: string | undefined;
289
289
  }>;
290
- export declare const CreativeCommonsSaFillSvg: string;
290
+ export declare const creativeCommonsSaFillSvg: string;
291
291
  export declare const CreativeCommonsSaFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
292
292
  title?: string | undefined;
293
293
  }>;
294
- export declare const CreativeCommonsSaLineSvg: string;
294
+ export declare const creativeCommonsSaLineSvg: string;
295
295
  export declare const CreativeCommonsSaLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
296
296
  title?: string | undefined;
297
297
  }>;
298
- export declare const CreativeCommonsZeroFillSvg: string;
298
+ export declare const creativeCommonsZeroFillSvg: string;
299
299
  export declare const CreativeCommonsZeroFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
300
300
  title?: string | undefined;
301
301
  }>;
302
- export declare const CreativeCommonsZeroLineSvg: string;
302
+ export declare const creativeCommonsZeroLineSvg: string;
303
303
  export declare const CreativeCommonsZeroLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
304
304
  title?: string | undefined;
305
305
  }>;
306
- export declare const CustomerService2FillSvg: string;
306
+ export declare const customerService2FillSvg: string;
307
307
  export declare const CustomerService2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
308
308
  title?: string | undefined;
309
309
  }>;
310
- export declare const CustomerService2LineSvg: string;
310
+ export declare const customerService2LineSvg: string;
311
311
  export declare const CustomerService2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
312
312
  title?: string | undefined;
313
313
  }>;
314
- export declare const CustomerServiceFillSvg: string;
314
+ export declare const customerServiceFillSvg: string;
315
315
  export declare const CustomerServiceFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
316
316
  title?: string | undefined;
317
317
  }>;
318
- export declare const CustomerServiceLineSvg: string;
318
+ export declare const customerServiceLineSvg: string;
319
319
  export declare const CustomerServiceLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
320
320
  title?: string | undefined;
321
321
  }>;
322
- export declare const DonutChartFillSvg: string;
322
+ export declare const donutChartFillSvg: string;
323
323
  export declare const DonutChartFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
324
324
  title?: string | undefined;
325
325
  }>;
326
- export declare const DonutChartLineSvg: string;
326
+ export declare const donutChartLineSvg: string;
327
327
  export declare const DonutChartLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
328
328
  title?: string | undefined;
329
329
  }>;
330
- export declare const Flag2FillSvg: string;
330
+ export declare const flag2FillSvg: string;
331
331
  export declare const Flag2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
332
332
  title?: string | undefined;
333
333
  }>;
334
- export declare const Flag2LineSvg: string;
334
+ export declare const flag2LineSvg: string;
335
335
  export declare const Flag2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
336
336
  title?: string | undefined;
337
337
  }>;
338
- export declare const FlagFillSvg: string;
338
+ export declare const flagFillSvg: string;
339
339
  export declare const FlagFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
340
340
  title?: string | undefined;
341
341
  }>;
342
- export declare const FlagLineSvg: string;
342
+ export declare const flagLineSvg: string;
343
343
  export declare const FlagLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
344
344
  title?: string | undefined;
345
345
  }>;
346
- export declare const GlobalFillSvg: string;
346
+ export declare const globalFillSvg: string;
347
347
  export declare const GlobalFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
348
348
  title?: string | undefined;
349
349
  }>;
350
- export declare const GlobalLineSvg: string;
350
+ export declare const globalLineSvg: string;
351
351
  export declare const GlobalLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
352
352
  title?: string | undefined;
353
353
  }>;
354
- export declare const HonourFillSvg: string;
354
+ export declare const honourFillSvg: string;
355
355
  export declare const HonourFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
356
356
  title?: string | undefined;
357
357
  }>;
358
- export declare const HonourLineSvg: string;
358
+ export declare const honourLineSvg: string;
359
359
  export declare const HonourLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
360
360
  title?: string | undefined;
361
361
  }>;
362
- export declare const Inbox2FillSvg: string;
362
+ export declare const inbox2FillSvg: string;
363
363
  export declare const Inbox2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
364
364
  title?: string | undefined;
365
365
  }>;
366
- export declare const Inbox2LineSvg: string;
366
+ export declare const inbox2LineSvg: string;
367
367
  export declare const Inbox2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
368
368
  title?: string | undefined;
369
369
  }>;
370
- export declare const InboxArchiveFillSvg: string;
370
+ export declare const inboxArchiveFillSvg: string;
371
371
  export declare const InboxArchiveFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
372
372
  title?: string | undefined;
373
373
  }>;
374
- export declare const InboxArchiveLineSvg: string;
374
+ export declare const inboxArchiveLineSvg: string;
375
375
  export declare const InboxArchiveLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
376
376
  title?: string | undefined;
377
377
  }>;
378
- export declare const InboxFillSvg: string;
378
+ export declare const inboxFillSvg: string;
379
379
  export declare const InboxFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
380
380
  title?: string | undefined;
381
381
  }>;
382
- export declare const InboxLineSvg: string;
382
+ export declare const inboxLineSvg: string;
383
383
  export declare const InboxLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
384
384
  title?: string | undefined;
385
385
  }>;
386
- export declare const InboxUnarchiveFillSvg: string;
386
+ export declare const inboxUnarchiveFillSvg: string;
387
387
  export declare const InboxUnarchiveFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
388
388
  title?: string | undefined;
389
389
  }>;
390
- export declare const InboxUnarchiveLineSvg: string;
390
+ export declare const inboxUnarchiveLineSvg: string;
391
391
  export declare const InboxUnarchiveLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
392
392
  title?: string | undefined;
393
393
  }>;
394
- export declare const LineChartFillSvg: string;
394
+ export declare const lineChartFillSvg: string;
395
395
  export declare const LineChartFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
396
396
  title?: string | undefined;
397
397
  }>;
398
- export declare const LineChartLineSvg: string;
398
+ export declare const lineChartLineSvg: string;
399
399
  export declare const LineChartLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
400
400
  title?: string | undefined;
401
401
  }>;
402
- export declare const LinksFillSvg: string;
402
+ export declare const linksFillSvg: string;
403
403
  export declare const LinksFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
404
404
  title?: string | undefined;
405
405
  }>;
406
- export declare const LinksLineSvg: string;
406
+ export declare const linksLineSvg: string;
407
407
  export declare const LinksLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
408
408
  title?: string | undefined;
409
409
  }>;
410
- export declare const MailAddFillSvg: string;
410
+ export declare const mailAddFillSvg: string;
411
411
  export declare const MailAddFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
412
412
  title?: string | undefined;
413
413
  }>;
414
- export declare const MailAddLineSvg: string;
414
+ export declare const mailAddLineSvg: string;
415
415
  export declare const MailAddLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
416
416
  title?: string | undefined;
417
417
  }>;
418
- export declare const MailCheckFillSvg: string;
418
+ export declare const mailCheckFillSvg: string;
419
419
  export declare const MailCheckFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
420
420
  title?: string | undefined;
421
421
  }>;
422
- export declare const MailCheckLineSvg: string;
422
+ export declare const mailCheckLineSvg: string;
423
423
  export declare const MailCheckLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
424
424
  title?: string | undefined;
425
425
  }>;
426
- export declare const MailCloseFillSvg: string;
426
+ export declare const mailCloseFillSvg: string;
427
427
  export declare const MailCloseFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
428
428
  title?: string | undefined;
429
429
  }>;
430
- export declare const MailCloseLineSvg: string;
430
+ export declare const mailCloseLineSvg: string;
431
431
  export declare const MailCloseLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
432
432
  title?: string | undefined;
433
433
  }>;
434
- export declare const MailDownloadFillSvg: string;
434
+ export declare const mailDownloadFillSvg: string;
435
435
  export declare const MailDownloadFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
436
436
  title?: string | undefined;
437
437
  }>;
438
- export declare const MailDownloadLineSvg: string;
438
+ export declare const mailDownloadLineSvg: string;
439
439
  export declare const MailDownloadLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
440
440
  title?: string | undefined;
441
441
  }>;
442
- export declare const MailFillSvg: string;
442
+ export declare const mailFillSvg: string;
443
443
  export declare const MailFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
444
444
  title?: string | undefined;
445
445
  }>;
446
- export declare const MailForbidFillSvg: string;
446
+ export declare const mailForbidFillSvg: string;
447
447
  export declare const MailForbidFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
448
448
  title?: string | undefined;
449
449
  }>;
450
- export declare const MailForbidLineSvg: string;
450
+ export declare const mailForbidLineSvg: string;
451
451
  export declare const MailForbidLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
452
452
  title?: string | undefined;
453
453
  }>;
454
- export declare const MailLineSvg: string;
454
+ export declare const mailLineSvg: string;
455
455
  export declare const MailLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
456
456
  title?: string | undefined;
457
457
  }>;
458
- export declare const MailLockFillSvg: string;
458
+ export declare const mailLockFillSvg: string;
459
459
  export declare const MailLockFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
460
460
  title?: string | undefined;
461
461
  }>;
462
- export declare const MailLockLineSvg: string;
462
+ export declare const mailLockLineSvg: string;
463
463
  export declare const MailLockLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
464
464
  title?: string | undefined;
465
465
  }>;
466
- export declare const MailOpenFillSvg: string;
466
+ export declare const mailOpenFillSvg: string;
467
467
  export declare const MailOpenFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
468
468
  title?: string | undefined;
469
469
  }>;
470
- export declare const MailOpenLineSvg: string;
470
+ export declare const mailOpenLineSvg: string;
471
471
  export declare const MailOpenLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
472
472
  title?: string | undefined;
473
473
  }>;
474
- export declare const MailSendFillSvg: string;
474
+ export declare const mailSendFillSvg: string;
475
475
  export declare const MailSendFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
476
476
  title?: string | undefined;
477
477
  }>;
478
- export declare const MailSendLineSvg: string;
478
+ export declare const mailSendLineSvg: string;
479
479
  export declare const MailSendLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
480
480
  title?: string | undefined;
481
481
  }>;
482
- export declare const MailSettingsFillSvg: string;
482
+ export declare const mailSettingsFillSvg: string;
483
483
  export declare const MailSettingsFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
484
484
  title?: string | undefined;
485
485
  }>;
486
- export declare const MailSettingsLineSvg: string;
486
+ export declare const mailSettingsLineSvg: string;
487
487
  export declare const MailSettingsLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
488
488
  title?: string | undefined;
489
489
  }>;
490
- export declare const MailStarFillSvg: string;
490
+ export declare const mailStarFillSvg: string;
491
491
  export declare const MailStarFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
492
492
  title?: string | undefined;
493
493
  }>;
494
- export declare const MailStarLineSvg: string;
494
+ export declare const mailStarLineSvg: string;
495
495
  export declare const MailStarLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
496
496
  title?: string | undefined;
497
497
  }>;
498
- export declare const MailUnreadFillSvg: string;
498
+ export declare const mailUnreadFillSvg: string;
499
499
  export declare const MailUnreadFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
500
500
  title?: string | undefined;
501
501
  }>;
502
- export declare const MailUnreadLineSvg: string;
502
+ export declare const mailUnreadLineSvg: string;
503
503
  export declare const MailUnreadLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
504
504
  title?: string | undefined;
505
505
  }>;
506
- export declare const MailVolumeFillSvg: string;
506
+ export declare const mailVolumeFillSvg: string;
507
507
  export declare const MailVolumeFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
508
508
  title?: string | undefined;
509
509
  }>;
510
- export declare const MailVolumeLineSvg: string;
510
+ export declare const mailVolumeLineSvg: string;
511
511
  export declare const MailVolumeLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
512
512
  title?: string | undefined;
513
513
  }>;
514
- export declare const Medal2FillSvg: string;
514
+ export declare const medal2FillSvg: string;
515
515
  export declare const Medal2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
516
516
  title?: string | undefined;
517
517
  }>;
518
- export declare const Medal2LineSvg: string;
518
+ export declare const medal2LineSvg: string;
519
519
  export declare const Medal2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
520
520
  title?: string | undefined;
521
521
  }>;
522
- export declare const MedalFillSvg: string;
522
+ export declare const medalFillSvg: string;
523
523
  export declare const MedalFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
524
524
  title?: string | undefined;
525
525
  }>;
526
- export declare const MedalLineSvg: string;
526
+ export declare const medalLineSvg: string;
527
527
  export declare const MedalLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
528
528
  title?: string | undefined;
529
529
  }>;
530
- export declare const MegaphoneFillSvg: string;
530
+ export declare const megaphoneFillSvg: string;
531
531
  export declare const MegaphoneFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
532
532
  title?: string | undefined;
533
533
  }>;
534
- export declare const MegaphoneLineSvg: string;
534
+ export declare const megaphoneLineSvg: string;
535
535
  export declare const MegaphoneLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
536
536
  title?: string | undefined;
537
537
  }>;
538
- export declare const PassExpiredFillSvg: string;
538
+ export declare const passExpiredFillSvg: string;
539
539
  export declare const PassExpiredFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
540
540
  title?: string | undefined;
541
541
  }>;
542
- export declare const PassExpiredLineSvg: string;
542
+ export declare const passExpiredLineSvg: string;
543
543
  export declare const PassExpiredLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
544
544
  title?: string | undefined;
545
545
  }>;
546
- export declare const PassPendingFillSvg: string;
546
+ export declare const passPendingFillSvg: string;
547
547
  export declare const PassPendingFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
548
548
  title?: string | undefined;
549
549
  }>;
550
- export declare const PassPendingLineSvg: string;
550
+ export declare const passPendingLineSvg: string;
551
551
  export declare const PassPendingLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
552
552
  title?: string | undefined;
553
553
  }>;
554
- export declare const PassValidFillSvg: string;
554
+ export declare const passValidFillSvg: string;
555
555
  export declare const PassValidFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
556
556
  title?: string | undefined;
557
557
  }>;
558
- export declare const PassValidLineSvg: string;
558
+ export declare const passValidLineSvg: string;
559
559
  export declare const PassValidLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
560
560
  title?: string | undefined;
561
561
  }>;
562
- export declare const PieChart2FillSvg: string;
562
+ export declare const pieChart2FillSvg: string;
563
563
  export declare const PieChart2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
564
564
  title?: string | undefined;
565
565
  }>;
566
- export declare const PieChart2LineSvg: string;
566
+ export declare const pieChart2LineSvg: string;
567
567
  export declare const PieChart2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
568
568
  title?: string | undefined;
569
569
  }>;
570
- export declare const PieChartBoxFillSvg: string;
570
+ export declare const pieChartBoxFillSvg: string;
571
571
  export declare const PieChartBoxFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
572
572
  title?: string | undefined;
573
573
  }>;
574
- export declare const PieChartBoxLineSvg: string;
574
+ export declare const pieChartBoxLineSvg: string;
575
575
  export declare const PieChartBoxLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
576
576
  title?: string | undefined;
577
577
  }>;
578
- export declare const PieChartFillSvg: string;
578
+ export declare const pieChartFillSvg: string;
579
579
  export declare const PieChartFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
580
580
  title?: string | undefined;
581
581
  }>;
582
- export declare const PieChartLineSvg: string;
582
+ export declare const pieChartLineSvg: string;
583
583
  export declare const PieChartLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
584
584
  title?: string | undefined;
585
585
  }>;
586
- export declare const PresentationFillSvg: string;
586
+ export declare const presentationFillSvg: string;
587
587
  export declare const PresentationFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
588
588
  title?: string | undefined;
589
589
  }>;
590
- export declare const PresentationLineSvg: string;
590
+ export declare const presentationLineSvg: string;
591
591
  export declare const PresentationLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
592
592
  title?: string | undefined;
593
593
  }>;
594
- export declare const PrinterCloudFillSvg: string;
594
+ export declare const printerCloudFillSvg: string;
595
595
  export declare const PrinterCloudFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
596
596
  title?: string | undefined;
597
597
  }>;
598
- export declare const PrinterCloudLineSvg: string;
598
+ export declare const printerCloudLineSvg: string;
599
599
  export declare const PrinterCloudLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
600
600
  title?: string | undefined;
601
601
  }>;
602
- export declare const PrinterFillSvg: string;
602
+ export declare const printerFillSvg: string;
603
603
  export declare const PrinterFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
604
604
  title?: string | undefined;
605
605
  }>;
606
- export declare const PrinterLineSvg: string;
606
+ export declare const printerLineSvg: string;
607
607
  export declare const PrinterLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
608
608
  title?: string | undefined;
609
609
  }>;
610
- export declare const ProfileFillSvg: string;
610
+ export declare const profileFillSvg: string;
611
611
  export declare const ProfileFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
612
612
  title?: string | undefined;
613
613
  }>;
614
- export declare const ProfileLineSvg: string;
614
+ export declare const profileLineSvg: string;
615
615
  export declare const ProfileLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
616
616
  title?: string | undefined;
617
617
  }>;
618
- export declare const Projector2FillSvg: string;
618
+ export declare const projector2FillSvg: string;
619
619
  export declare const Projector2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
620
620
  title?: string | undefined;
621
621
  }>;
622
- export declare const Projector2LineSvg: string;
622
+ export declare const projector2LineSvg: string;
623
623
  export declare const Projector2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
624
624
  title?: string | undefined;
625
625
  }>;
626
- export declare const ProjectorFillSvg: string;
626
+ export declare const projectorFillSvg: string;
627
627
  export declare const ProjectorFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
628
628
  title?: string | undefined;
629
629
  }>;
630
- export declare const ProjectorLineSvg: string;
630
+ export declare const projectorLineSvg: string;
631
631
  export declare const ProjectorLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
632
632
  title?: string | undefined;
633
633
  }>;
634
- export declare const RecordMailFillSvg: string;
634
+ export declare const recordMailFillSvg: string;
635
635
  export declare const RecordMailFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
636
636
  title?: string | undefined;
637
637
  }>;
638
- export declare const RecordMailLineSvg: string;
638
+ export declare const recordMailLineSvg: string;
639
639
  export declare const RecordMailLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
640
640
  title?: string | undefined;
641
641
  }>;
642
- export declare const RegisteredFillSvg: string;
642
+ export declare const registeredFillSvg: string;
643
643
  export declare const RegisteredFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
644
644
  title?: string | undefined;
645
645
  }>;
646
- export declare const RegisteredLineSvg: string;
646
+ export declare const registeredLineSvg: string;
647
647
  export declare const RegisteredLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
648
648
  title?: string | undefined;
649
649
  }>;
650
- export declare const ReplyAllFillSvg: string;
650
+ export declare const replyAllFillSvg: string;
651
651
  export declare const ReplyAllFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
652
652
  title?: string | undefined;
653
653
  }>;
654
- export declare const ReplyAllLineSvg: string;
654
+ export declare const replyAllLineSvg: string;
655
655
  export declare const ReplyAllLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
656
656
  title?: string | undefined;
657
657
  }>;
658
- export declare const ReplyFillSvg: string;
658
+ export declare const replyFillSvg: string;
659
659
  export declare const ReplyFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
660
660
  title?: string | undefined;
661
661
  }>;
662
- export declare const ReplyLineSvg: string;
662
+ export declare const replyLineSvg: string;
663
663
  export declare const ReplyLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
664
664
  title?: string | undefined;
665
665
  }>;
666
- export declare const SendPlane2FillSvg: string;
666
+ export declare const sendPlane2FillSvg: string;
667
667
  export declare const SendPlane2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
668
668
  title?: string | undefined;
669
669
  }>;
670
- export declare const SendPlane2LineSvg: string;
670
+ export declare const sendPlane2LineSvg: string;
671
671
  export declare const SendPlane2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
672
672
  title?: string | undefined;
673
673
  }>;
674
- export declare const SendPlaneFillSvg: string;
674
+ export declare const sendPlaneFillSvg: string;
675
675
  export declare const SendPlaneFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
676
676
  title?: string | undefined;
677
677
  }>;
678
- export declare const SendPlaneLineSvg: string;
678
+ export declare const sendPlaneLineSvg: string;
679
679
  export declare const SendPlaneLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
680
680
  title?: string | undefined;
681
681
  }>;
682
- export declare const SeoFillSvg: string;
682
+ export declare const seoFillSvg: string;
683
683
  export declare const SeoFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
684
684
  title?: string | undefined;
685
685
  }>;
686
- export declare const SeoLineSvg: string;
686
+ export declare const seoLineSvg: string;
687
687
  export declare const SeoLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
688
688
  title?: string | undefined;
689
689
  }>;
690
- export declare const ServiceFillSvg: string;
690
+ export declare const serviceFillSvg: string;
691
691
  export declare const ServiceFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
692
692
  title?: string | undefined;
693
693
  }>;
694
- export declare const ServiceLineSvg: string;
694
+ export declare const serviceLineSvg: string;
695
695
  export declare const ServiceLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
696
696
  title?: string | undefined;
697
697
  }>;
698
- export declare const ShakeHandsFillSvg: string;
698
+ export declare const shakeHandsFillSvg: string;
699
699
  export declare const ShakeHandsFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
700
700
  title?: string | undefined;
701
701
  }>;
702
- export declare const ShakeHandsLineSvg: string;
702
+ export declare const shakeHandsLineSvg: string;
703
703
  export declare const ShakeHandsLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
704
704
  title?: string | undefined;
705
705
  }>;
706
- export declare const Slideshow2FillSvg: string;
706
+ export declare const slideshow2FillSvg: string;
707
707
  export declare const Slideshow2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
708
708
  title?: string | undefined;
709
709
  }>;
710
- export declare const Slideshow2LineSvg: string;
710
+ export declare const slideshow2LineSvg: string;
711
711
  export declare const Slideshow2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
712
712
  title?: string | undefined;
713
713
  }>;
714
- export declare const Slideshow3FillSvg: string;
714
+ export declare const slideshow3FillSvg: string;
715
715
  export declare const Slideshow3FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
716
716
  title?: string | undefined;
717
717
  }>;
718
- export declare const Slideshow3LineSvg: string;
718
+ export declare const slideshow3LineSvg: string;
719
719
  export declare const Slideshow3LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
720
720
  title?: string | undefined;
721
721
  }>;
722
- export declare const Slideshow4FillSvg: string;
722
+ export declare const slideshow4FillSvg: string;
723
723
  export declare const Slideshow4FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
724
724
  title?: string | undefined;
725
725
  }>;
726
- export declare const Slideshow4LineSvg: string;
726
+ export declare const slideshow4LineSvg: string;
727
727
  export declare const Slideshow4LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
728
728
  title?: string | undefined;
729
729
  }>;
730
- export declare const SlideshowFillSvg: string;
730
+ export declare const slideshowFillSvg: string;
731
731
  export declare const SlideshowFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
732
732
  title?: string | undefined;
733
733
  }>;
734
- export declare const SlideshowLineSvg: string;
734
+ export declare const slideshowLineSvg: string;
735
735
  export declare const SlideshowLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
736
736
  title?: string | undefined;
737
737
  }>;
738
- export declare const StackFillSvg: string;
738
+ export declare const stackFillSvg: string;
739
739
  export declare const StackFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
740
740
  title?: string | undefined;
741
741
  }>;
742
- export declare const StackLineSvg: string;
742
+ export declare const stackLineSvg: string;
743
743
  export declare const StackLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
744
744
  title?: string | undefined;
745
745
  }>;
746
- export declare const TrademarkFillSvg: string;
746
+ export declare const trademarkFillSvg: string;
747
747
  export declare const TrademarkFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
748
748
  title?: string | undefined;
749
749
  }>;
750
- export declare const TrademarkLineSvg: string;
750
+ export declare const trademarkLineSvg: string;
751
751
  export declare const TrademarkLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
752
752
  title?: string | undefined;
753
753
  }>;
754
- export declare const Window2FillSvg: string;
754
+ export declare const window2FillSvg: string;
755
755
  export declare const Window2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
756
756
  title?: string | undefined;
757
757
  }>;
758
- export declare const Window2LineSvg: string;
758
+ export declare const window2LineSvg: string;
759
759
  export declare const Window2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
760
760
  title?: string | undefined;
761
761
  }>;
762
- export declare const WindowFillSvg: string;
762
+ export declare const windowFillSvg: string;
763
763
  export declare const WindowFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
764
764
  title?: string | undefined;
765
765
  }>;
766
- export declare const WindowLineSvg: string;
766
+ export declare const windowLineSvg: string;
767
767
  export declare const WindowLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
768
768
  title?: string | undefined;
769
769
  }>;