@team-monolith/cds 0.5.2 → 0.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. package/dist/index.d.ts +1 -7
  2. package/dist/index.js +1 -7
  3. package/dist/remixicons/Arrows/index.d.ts +433 -0
  4. package/dist/remixicons/Arrows/index.js +324 -0
  5. package/dist/remixicons/Buildings/index.d.ts +233 -0
  6. package/dist/remixicons/Buildings/index.js +174 -0
  7. package/dist/remixicons/Business/index.d.ts +769 -0
  8. package/dist/remixicons/Business/index.js +576 -0
  9. package/dist/remixicons/Communication/index.d.ts +257 -0
  10. package/dist/remixicons/Communication/index.js +192 -0
  11. package/dist/remixicons/Design/index.d.ts +657 -0
  12. package/dist/remixicons/Design/index.js +492 -0
  13. package/dist/remixicons/Development/index.d.ts +201 -0
  14. package/dist/remixicons/Development/index.js +150 -0
  15. package/dist/remixicons/Device/index.d.ts +665 -0
  16. package/dist/remixicons/Device/index.js +498 -0
  17. package/dist/remixicons/Document/index.d.ts +809 -0
  18. package/dist/remixicons/Document/index.js +606 -0
  19. package/dist/remixicons/Editor/index.d.ts +457 -0
  20. package/dist/remixicons/Editor/index.js +342 -0
  21. package/dist/remixicons/Finance/index.d.ts +561 -0
  22. package/dist/remixicons/Finance/index.js +420 -0
  23. package/dist/remixicons/Health & Medical/index.d.ts +249 -0
  24. package/dist/remixicons/Health & Medical/index.js +186 -0
  25. package/dist/remixicons/Logos/index.d.ts +897 -0
  26. package/dist/remixicons/Logos/index.js +672 -0
  27. package/dist/remixicons/Map/index.d.ts +697 -0
  28. package/dist/remixicons/Map/index.js +522 -0
  29. package/dist/remixicons/Media/index.d.ts +873 -0
  30. package/dist/remixicons/Media/index.js +654 -0
  31. package/dist/remixicons/Others/index.d.ts +417 -0
  32. package/dist/remixicons/Others/index.js +312 -0
  33. package/dist/remixicons/System/index.d.ts +1049 -0
  34. package/dist/remixicons/System/index.js +786 -0
  35. package/dist/remixicons/User & Faces/index.d.ts +449 -0
  36. package/dist/remixicons/User & Faces/index.js +336 -0
  37. package/dist/remixicons/Weather/index.d.ts +321 -0
  38. package/dist/remixicons/Weather/index.js +240 -0
  39. package/dist/remixicons/index.d.ts +18 -0
  40. package/dist/remixicons/index.js +18 -0
  41. package/package.json +7 -3
@@ -0,0 +1,657 @@
1
+ /// <reference types="react" />
2
+ export declare const Anticlockwise2FillSvg: string;
3
+ export declare const Anticlockwise2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
4
+ title?: string | undefined;
5
+ }>;
6
+ export declare const Anticlockwise2LineSvg: string;
7
+ export declare const Anticlockwise2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
8
+ title?: string | undefined;
9
+ }>;
10
+ export declare const AnticlockwiseFillSvg: string;
11
+ export declare const AnticlockwiseFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
12
+ title?: string | undefined;
13
+ }>;
14
+ export declare const AnticlockwiseLineSvg: string;
15
+ export declare const AnticlockwiseLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
16
+ title?: string | undefined;
17
+ }>;
18
+ export declare const Artboard2FillSvg: string;
19
+ export declare const Artboard2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
20
+ title?: string | undefined;
21
+ }>;
22
+ export declare const Artboard2LineSvg: string;
23
+ export declare const Artboard2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
24
+ title?: string | undefined;
25
+ }>;
26
+ export declare const ArtboardFillSvg: string;
27
+ export declare const ArtboardFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
28
+ title?: string | undefined;
29
+ }>;
30
+ export declare const ArtboardLineSvg: string;
31
+ export declare const ArtboardLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
32
+ title?: string | undefined;
33
+ }>;
34
+ export declare const BallPenFillSvg: string;
35
+ export declare const BallPenFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
36
+ title?: string | undefined;
37
+ }>;
38
+ export declare const BallPenLineSvg: string;
39
+ export declare const BallPenLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
40
+ title?: string | undefined;
41
+ }>;
42
+ export declare const BlurOffFillSvg: string;
43
+ export declare const BlurOffFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
44
+ title?: string | undefined;
45
+ }>;
46
+ export declare const BlurOffLineSvg: string;
47
+ export declare const BlurOffLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
48
+ title?: string | undefined;
49
+ }>;
50
+ export declare const Brush2FillSvg: string;
51
+ export declare const Brush2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
52
+ title?: string | undefined;
53
+ }>;
54
+ export declare const Brush2LineSvg: string;
55
+ export declare const Brush2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
56
+ title?: string | undefined;
57
+ }>;
58
+ export declare const Brush3FillSvg: string;
59
+ export declare const Brush3FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
60
+ title?: string | undefined;
61
+ }>;
62
+ export declare const Brush3LineSvg: string;
63
+ export declare const Brush3LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
64
+ title?: string | undefined;
65
+ }>;
66
+ export declare const Brush4FillSvg: string;
67
+ export declare const Brush4FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
68
+ title?: string | undefined;
69
+ }>;
70
+ export declare const Brush4LineSvg: string;
71
+ export declare const Brush4LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
72
+ title?: string | undefined;
73
+ }>;
74
+ export declare const BrushFillSvg: string;
75
+ export declare const BrushFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
76
+ title?: string | undefined;
77
+ }>;
78
+ export declare const BrushLineSvg: string;
79
+ export declare const BrushLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
80
+ title?: string | undefined;
81
+ }>;
82
+ export declare const Clockwise2FillSvg: string;
83
+ export declare const Clockwise2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
84
+ title?: string | undefined;
85
+ }>;
86
+ export declare const Clockwise2LineSvg: string;
87
+ export declare const Clockwise2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
88
+ title?: string | undefined;
89
+ }>;
90
+ export declare const ClockwiseFillSvg: string;
91
+ export declare const ClockwiseFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
92
+ title?: string | undefined;
93
+ }>;
94
+ export declare const ClockwiseLineSvg: string;
95
+ export declare const ClockwiseLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
96
+ title?: string | undefined;
97
+ }>;
98
+ export declare const CollageFillSvg: string;
99
+ export declare const CollageFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
100
+ title?: string | undefined;
101
+ }>;
102
+ export declare const CollageLineSvg: string;
103
+ export declare const CollageLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
104
+ title?: string | undefined;
105
+ }>;
106
+ export declare const Compasses2FillSvg: string;
107
+ export declare const Compasses2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
108
+ title?: string | undefined;
109
+ }>;
110
+ export declare const Compasses2LineSvg: string;
111
+ export declare const Compasses2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
112
+ title?: string | undefined;
113
+ }>;
114
+ export declare const CompassesFillSvg: string;
115
+ export declare const CompassesFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
116
+ title?: string | undefined;
117
+ }>;
118
+ export declare const CompassesLineSvg: string;
119
+ export declare const CompassesLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
120
+ title?: string | undefined;
121
+ }>;
122
+ export declare const Contrast2FillSvg: string;
123
+ export declare const Contrast2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
124
+ title?: string | undefined;
125
+ }>;
126
+ export declare const Contrast2LineSvg: string;
127
+ export declare const Contrast2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
128
+ title?: string | undefined;
129
+ }>;
130
+ export declare const ContrastDrop2FillSvg: string;
131
+ export declare const ContrastDrop2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
132
+ title?: string | undefined;
133
+ }>;
134
+ export declare const ContrastDrop2LineSvg: string;
135
+ export declare const ContrastDrop2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
136
+ title?: string | undefined;
137
+ }>;
138
+ export declare const ContrastDropFillSvg: string;
139
+ export declare const ContrastDropFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
140
+ title?: string | undefined;
141
+ }>;
142
+ export declare const ContrastDropLineSvg: string;
143
+ export declare const ContrastDropLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
144
+ title?: string | undefined;
145
+ }>;
146
+ export declare const ContrastFillSvg: string;
147
+ export declare const ContrastFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
148
+ title?: string | undefined;
149
+ }>;
150
+ export declare const ContrastLineSvg: string;
151
+ export declare const ContrastLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
152
+ title?: string | undefined;
153
+ }>;
154
+ export declare const Crop2FillSvg: string;
155
+ export declare const Crop2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
156
+ title?: string | undefined;
157
+ }>;
158
+ export declare const Crop2LineSvg: string;
159
+ export declare const Crop2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
160
+ title?: string | undefined;
161
+ }>;
162
+ export declare const CropFillSvg: string;
163
+ export declare const CropFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
164
+ title?: string | undefined;
165
+ }>;
166
+ export declare const CropLineSvg: string;
167
+ export declare const CropLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
168
+ title?: string | undefined;
169
+ }>;
170
+ export declare const Crosshair2FillSvg: string;
171
+ export declare const Crosshair2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
172
+ title?: string | undefined;
173
+ }>;
174
+ export declare const Crosshair2LineSvg: string;
175
+ export declare const Crosshair2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
176
+ title?: string | undefined;
177
+ }>;
178
+ export declare const CrosshairFillSvg: string;
179
+ export declare const CrosshairFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
180
+ title?: string | undefined;
181
+ }>;
182
+ export declare const CrosshairLineSvg: string;
183
+ export declare const CrosshairLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
184
+ title?: string | undefined;
185
+ }>;
186
+ export declare const DragDropFillSvg: string;
187
+ export declare const DragDropFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
188
+ title?: string | undefined;
189
+ }>;
190
+ export declare const DragDropLineSvg: string;
191
+ export declare const DragDropLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
192
+ title?: string | undefined;
193
+ }>;
194
+ export declare const DropFillSvg: string;
195
+ export declare const DropFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
196
+ title?: string | undefined;
197
+ }>;
198
+ export declare const DropLineSvg: string;
199
+ export declare const DropLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
200
+ title?: string | undefined;
201
+ }>;
202
+ export declare const Edit2FillSvg: string;
203
+ export declare const Edit2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
204
+ title?: string | undefined;
205
+ }>;
206
+ export declare const Edit2LineSvg: string;
207
+ export declare const Edit2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
208
+ title?: string | undefined;
209
+ }>;
210
+ export declare const EditBoxFillSvg: string;
211
+ export declare const EditBoxFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
212
+ title?: string | undefined;
213
+ }>;
214
+ export declare const EditBoxLineSvg: string;
215
+ export declare const EditBoxLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
216
+ title?: string | undefined;
217
+ }>;
218
+ export declare const EditCircleFillSvg: string;
219
+ export declare const EditCircleFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
220
+ title?: string | undefined;
221
+ }>;
222
+ export declare const EditCircleLineSvg: string;
223
+ export declare const EditCircleLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
224
+ title?: string | undefined;
225
+ }>;
226
+ export declare const EditFillSvg: string;
227
+ export declare const EditFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
228
+ title?: string | undefined;
229
+ }>;
230
+ export declare const EditLineSvg: string;
231
+ export declare const EditLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
232
+ title?: string | undefined;
233
+ }>;
234
+ export declare const EraserFillSvg: string;
235
+ export declare const EraserFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
236
+ title?: string | undefined;
237
+ }>;
238
+ export declare const EraserLineSvg: string;
239
+ export declare const EraserLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
240
+ title?: string | undefined;
241
+ }>;
242
+ export declare const Focus2FillSvg: string;
243
+ export declare const Focus2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
244
+ title?: string | undefined;
245
+ }>;
246
+ export declare const Focus2LineSvg: string;
247
+ export declare const Focus2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
248
+ title?: string | undefined;
249
+ }>;
250
+ export declare const Focus3FillSvg: string;
251
+ export declare const Focus3FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
252
+ title?: string | undefined;
253
+ }>;
254
+ export declare const Focus3LineSvg: string;
255
+ export declare const Focus3LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
256
+ title?: string | undefined;
257
+ }>;
258
+ export declare const FocusFillSvg: string;
259
+ export declare const FocusFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
260
+ title?: string | undefined;
261
+ }>;
262
+ export declare const FocusLineSvg: string;
263
+ export declare const FocusLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
264
+ title?: string | undefined;
265
+ }>;
266
+ export declare const GridFillSvg: string;
267
+ export declare const GridFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
268
+ title?: string | undefined;
269
+ }>;
270
+ export declare const GridLineSvg: string;
271
+ export declare const GridLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
272
+ title?: string | undefined;
273
+ }>;
274
+ export declare const HammerFillSvg: string;
275
+ export declare const HammerFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
276
+ title?: string | undefined;
277
+ }>;
278
+ export declare const HammerLineSvg: string;
279
+ export declare const HammerLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
280
+ title?: string | undefined;
281
+ }>;
282
+ export declare const InkBottleFillSvg: string;
283
+ export declare const InkBottleFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
284
+ title?: string | undefined;
285
+ }>;
286
+ export declare const InkBottleLineSvg: string;
287
+ export declare const InkBottleLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
288
+ title?: string | undefined;
289
+ }>;
290
+ export declare const InputMethodFillSvg: string;
291
+ export declare const InputMethodFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
292
+ title?: string | undefined;
293
+ }>;
294
+ export declare const InputMethodLineSvg: string;
295
+ export declare const InputMethodLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
296
+ title?: string | undefined;
297
+ }>;
298
+ export declare const Layout2FillSvg: string;
299
+ export declare const Layout2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
300
+ title?: string | undefined;
301
+ }>;
302
+ export declare const Layout2LineSvg: string;
303
+ export declare const Layout2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
304
+ title?: string | undefined;
305
+ }>;
306
+ export declare const Layout3FillSvg: string;
307
+ export declare const Layout3FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
308
+ title?: string | undefined;
309
+ }>;
310
+ export declare const Layout3LineSvg: string;
311
+ export declare const Layout3LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
312
+ title?: string | undefined;
313
+ }>;
314
+ export declare const Layout4FillSvg: string;
315
+ export declare const Layout4FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
316
+ title?: string | undefined;
317
+ }>;
318
+ export declare const Layout4LineSvg: string;
319
+ export declare const Layout4LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
320
+ title?: string | undefined;
321
+ }>;
322
+ export declare const Layout5FillSvg: string;
323
+ export declare const Layout5FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
324
+ title?: string | undefined;
325
+ }>;
326
+ export declare const Layout5LineSvg: string;
327
+ export declare const Layout5LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
328
+ title?: string | undefined;
329
+ }>;
330
+ export declare const Layout6FillSvg: string;
331
+ export declare const Layout6FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
332
+ title?: string | undefined;
333
+ }>;
334
+ export declare const Layout6LineSvg: string;
335
+ export declare const Layout6LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
336
+ title?: string | undefined;
337
+ }>;
338
+ export declare const LayoutBottom2FillSvg: string;
339
+ export declare const LayoutBottom2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
340
+ title?: string | undefined;
341
+ }>;
342
+ export declare const LayoutBottom2LineSvg: string;
343
+ export declare const LayoutBottom2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
344
+ title?: string | undefined;
345
+ }>;
346
+ export declare const LayoutBottomFillSvg: string;
347
+ export declare const LayoutBottomFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
348
+ title?: string | undefined;
349
+ }>;
350
+ export declare const LayoutBottomLineSvg: string;
351
+ export declare const LayoutBottomLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
352
+ title?: string | undefined;
353
+ }>;
354
+ export declare const LayoutColumnFillSvg: string;
355
+ export declare const LayoutColumnFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
356
+ title?: string | undefined;
357
+ }>;
358
+ export declare const LayoutColumnLineSvg: string;
359
+ export declare const LayoutColumnLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
360
+ title?: string | undefined;
361
+ }>;
362
+ export declare const LayoutFillSvg: string;
363
+ export declare const LayoutFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
364
+ title?: string | undefined;
365
+ }>;
366
+ export declare const LayoutGridFillSvg: string;
367
+ export declare const LayoutGridFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
368
+ title?: string | undefined;
369
+ }>;
370
+ export declare const LayoutGridLineSvg: string;
371
+ export declare const LayoutGridLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
372
+ title?: string | undefined;
373
+ }>;
374
+ export declare const LayoutLeft2FillSvg: string;
375
+ export declare const LayoutLeft2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
376
+ title?: string | undefined;
377
+ }>;
378
+ export declare const LayoutLeft2LineSvg: string;
379
+ export declare const LayoutLeft2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
380
+ title?: string | undefined;
381
+ }>;
382
+ export declare const LayoutLeftFillSvg: string;
383
+ export declare const LayoutLeftFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
384
+ title?: string | undefined;
385
+ }>;
386
+ export declare const LayoutLeftLineSvg: string;
387
+ export declare const LayoutLeftLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
388
+ title?: string | undefined;
389
+ }>;
390
+ export declare const LayoutLineSvg: string;
391
+ export declare const LayoutLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
392
+ title?: string | undefined;
393
+ }>;
394
+ export declare const LayoutMasonryFillSvg: string;
395
+ export declare const LayoutMasonryFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
396
+ title?: string | undefined;
397
+ }>;
398
+ export declare const LayoutMasonryLineSvg: string;
399
+ export declare const LayoutMasonryLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
400
+ title?: string | undefined;
401
+ }>;
402
+ export declare const LayoutRight2FillSvg: string;
403
+ export declare const LayoutRight2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
404
+ title?: string | undefined;
405
+ }>;
406
+ export declare const LayoutRight2LineSvg: string;
407
+ export declare const LayoutRight2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
408
+ title?: string | undefined;
409
+ }>;
410
+ export declare const LayoutRightFillSvg: string;
411
+ export declare const LayoutRightFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
412
+ title?: string | undefined;
413
+ }>;
414
+ export declare const LayoutRightLineSvg: string;
415
+ export declare const LayoutRightLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
416
+ title?: string | undefined;
417
+ }>;
418
+ export declare const LayoutRowFillSvg: string;
419
+ export declare const LayoutRowFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
420
+ title?: string | undefined;
421
+ }>;
422
+ export declare const LayoutRowLineSvg: string;
423
+ export declare const LayoutRowLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
424
+ title?: string | undefined;
425
+ }>;
426
+ export declare const LayoutTop2FillSvg: string;
427
+ export declare const LayoutTop2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
428
+ title?: string | undefined;
429
+ }>;
430
+ export declare const LayoutTop2LineSvg: string;
431
+ export declare const LayoutTop2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
432
+ title?: string | undefined;
433
+ }>;
434
+ export declare const LayoutTopFillSvg: string;
435
+ export declare const LayoutTopFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
436
+ title?: string | undefined;
437
+ }>;
438
+ export declare const LayoutTopLineSvg: string;
439
+ export declare const LayoutTopLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
440
+ title?: string | undefined;
441
+ }>;
442
+ export declare const MagicFillSvg: string;
443
+ export declare const MagicFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
444
+ title?: string | undefined;
445
+ }>;
446
+ export declare const MagicLineSvg: string;
447
+ export declare const MagicLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
448
+ title?: string | undefined;
449
+ }>;
450
+ export declare const MarkPenFillSvg: string;
451
+ export declare const MarkPenFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
452
+ title?: string | undefined;
453
+ }>;
454
+ export declare const MarkPenLineSvg: string;
455
+ export declare const MarkPenLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
456
+ title?: string | undefined;
457
+ }>;
458
+ export declare const MarkupFillSvg: string;
459
+ export declare const MarkupFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
460
+ title?: string | undefined;
461
+ }>;
462
+ export declare const MarkupLineSvg: string;
463
+ export declare const MarkupLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
464
+ title?: string | undefined;
465
+ }>;
466
+ export declare const PaintBrushFillSvg: string;
467
+ export declare const PaintBrushFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
468
+ title?: string | undefined;
469
+ }>;
470
+ export declare const PaintBrushLineSvg: string;
471
+ export declare const PaintBrushLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
472
+ title?: string | undefined;
473
+ }>;
474
+ export declare const PaintFillSvg: string;
475
+ export declare const PaintFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
476
+ title?: string | undefined;
477
+ }>;
478
+ export declare const PaintLineSvg: string;
479
+ export declare const PaintLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
480
+ title?: string | undefined;
481
+ }>;
482
+ export declare const PaletteFillSvg: string;
483
+ export declare const PaletteFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
484
+ title?: string | undefined;
485
+ }>;
486
+ export declare const PaletteLineSvg: string;
487
+ export declare const PaletteLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
488
+ title?: string | undefined;
489
+ }>;
490
+ export declare const PantoneFillSvg: string;
491
+ export declare const PantoneFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
492
+ title?: string | undefined;
493
+ }>;
494
+ export declare const PantoneLineSvg: string;
495
+ export declare const PantoneLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
496
+ title?: string | undefined;
497
+ }>;
498
+ export declare const PenNibFillSvg: string;
499
+ export declare const PenNibFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
500
+ title?: string | undefined;
501
+ }>;
502
+ export declare const PenNibLineSvg: string;
503
+ export declare const PenNibLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
504
+ title?: string | undefined;
505
+ }>;
506
+ export declare const PencilFillSvg: string;
507
+ export declare const PencilFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
508
+ title?: string | undefined;
509
+ }>;
510
+ export declare const PencilLineSvg: string;
511
+ export declare const PencilLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
512
+ title?: string | undefined;
513
+ }>;
514
+ export declare const PencilRuler2FillSvg: string;
515
+ export declare const PencilRuler2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
516
+ title?: string | undefined;
517
+ }>;
518
+ export declare const PencilRuler2LineSvg: string;
519
+ export declare const PencilRuler2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
520
+ title?: string | undefined;
521
+ }>;
522
+ export declare const PencilRulerFillSvg: string;
523
+ export declare const PencilRulerFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
524
+ title?: string | undefined;
525
+ }>;
526
+ export declare const PencilRulerLineSvg: string;
527
+ export declare const PencilRulerLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
528
+ title?: string | undefined;
529
+ }>;
530
+ export declare const QuillPenFillSvg: string;
531
+ export declare const QuillPenFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
532
+ title?: string | undefined;
533
+ }>;
534
+ export declare const QuillPenLineSvg: string;
535
+ export declare const QuillPenLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
536
+ title?: string | undefined;
537
+ }>;
538
+ export declare const Ruler2FillSvg: string;
539
+ export declare const Ruler2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
540
+ title?: string | undefined;
541
+ }>;
542
+ export declare const Ruler2LineSvg: string;
543
+ export declare const Ruler2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
544
+ title?: string | undefined;
545
+ }>;
546
+ export declare const RulerFillSvg: string;
547
+ export declare const RulerFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
548
+ title?: string | undefined;
549
+ }>;
550
+ export declare const RulerLineSvg: string;
551
+ export declare const RulerLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
552
+ title?: string | undefined;
553
+ }>;
554
+ export declare const Scissors2FillSvg: string;
555
+ export declare const Scissors2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
556
+ title?: string | undefined;
557
+ }>;
558
+ export declare const Scissors2LineSvg: string;
559
+ export declare const Scissors2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
560
+ title?: string | undefined;
561
+ }>;
562
+ export declare const ScissorsCutFillSvg: string;
563
+ export declare const ScissorsCutFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
564
+ title?: string | undefined;
565
+ }>;
566
+ export declare const ScissorsCutLineSvg: string;
567
+ export declare const ScissorsCutLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
568
+ title?: string | undefined;
569
+ }>;
570
+ export declare const ScissorsFillSvg: string;
571
+ export declare const ScissorsFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
572
+ title?: string | undefined;
573
+ }>;
574
+ export declare const ScissorsLineSvg: string;
575
+ export declare const ScissorsLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
576
+ title?: string | undefined;
577
+ }>;
578
+ export declare const Screenshot2FillSvg: string;
579
+ export declare const Screenshot2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
580
+ title?: string | undefined;
581
+ }>;
582
+ export declare const Screenshot2LineSvg: string;
583
+ export declare const Screenshot2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
584
+ title?: string | undefined;
585
+ }>;
586
+ export declare const ScreenshotFillSvg: string;
587
+ export declare const ScreenshotFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
588
+ title?: string | undefined;
589
+ }>;
590
+ export declare const ScreenshotLineSvg: string;
591
+ export declare const ScreenshotLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
592
+ title?: string | undefined;
593
+ }>;
594
+ export declare const Shape2FillSvg: string;
595
+ export declare const Shape2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
596
+ title?: string | undefined;
597
+ }>;
598
+ export declare const Shape2LineSvg: string;
599
+ export declare const Shape2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
600
+ title?: string | undefined;
601
+ }>;
602
+ export declare const ShapeFillSvg: string;
603
+ export declare const ShapeFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
604
+ title?: string | undefined;
605
+ }>;
606
+ export declare const ShapeLineSvg: string;
607
+ export declare const ShapeLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
608
+ title?: string | undefined;
609
+ }>;
610
+ export declare const SipFillSvg: string;
611
+ export declare const SipFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
612
+ title?: string | undefined;
613
+ }>;
614
+ export declare const SipLineSvg: string;
615
+ export declare const SipLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
616
+ title?: string | undefined;
617
+ }>;
618
+ export declare const SliceFillSvg: string;
619
+ export declare const SliceFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
620
+ title?: string | undefined;
621
+ }>;
622
+ export declare const SliceLineSvg: string;
623
+ export declare const SliceLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
624
+ title?: string | undefined;
625
+ }>;
626
+ export declare const TBoxFillSvg: string;
627
+ export declare const TBoxFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
628
+ title?: string | undefined;
629
+ }>;
630
+ export declare const TBoxLineSvg: string;
631
+ export declare const TBoxLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
632
+ title?: string | undefined;
633
+ }>;
634
+ export declare const TableAltFillSvg: string;
635
+ export declare const TableAltFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
636
+ title?: string | undefined;
637
+ }>;
638
+ export declare const TableAltLineSvg: string;
639
+ export declare const TableAltLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
640
+ title?: string | undefined;
641
+ }>;
642
+ export declare const TableFillSvg: string;
643
+ export declare const TableFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
644
+ title?: string | undefined;
645
+ }>;
646
+ export declare const TableLineSvg: string;
647
+ export declare const TableLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
648
+ title?: string | undefined;
649
+ }>;
650
+ export declare const ToolsFillSvg: string;
651
+ export declare const ToolsFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
652
+ title?: string | undefined;
653
+ }>;
654
+ export declare const ToolsLineSvg: string;
655
+ export declare const ToolsLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
656
+ title?: string | undefined;
657
+ }>;