@team-monolith/cds 0.6.3 → 0.6.4

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 +6 -0
  2. package/dist/index.js +6 -0
  3. package/dist/remixicons/Arrows/index.d.ts +108 -0
  4. package/dist/remixicons/Arrows/index.js +216 -0
  5. package/dist/remixicons/Buildings/index.d.ts +58 -0
  6. package/dist/remixicons/Buildings/index.js +116 -0
  7. package/dist/remixicons/Business/index.d.ts +192 -0
  8. package/dist/remixicons/Business/index.js +384 -0
  9. package/dist/remixicons/Communication/index.d.ts +64 -0
  10. package/dist/remixicons/Communication/index.js +128 -0
  11. package/dist/remixicons/Design/index.d.ts +164 -0
  12. package/dist/remixicons/Design/index.js +328 -0
  13. package/dist/remixicons/Development/index.d.ts +50 -0
  14. package/dist/remixicons/Development/index.js +100 -0
  15. package/dist/remixicons/Device/index.d.ts +166 -0
  16. package/dist/remixicons/Device/index.js +332 -0
  17. package/dist/remixicons/Document/index.d.ts +202 -0
  18. package/dist/remixicons/Document/index.js +404 -0
  19. package/dist/remixicons/Editor/index.d.ts +114 -0
  20. package/dist/remixicons/Editor/index.js +228 -0
  21. package/dist/remixicons/Finance/index.d.ts +140 -0
  22. package/dist/remixicons/Finance/index.js +280 -0
  23. package/dist/remixicons/Health & Medical/index.d.ts +62 -0
  24. package/dist/remixicons/Health & Medical/index.js +124 -0
  25. package/dist/remixicons/Logos/index.d.ts +224 -0
  26. package/dist/remixicons/Logos/index.js +448 -0
  27. package/dist/remixicons/Map/index.d.ts +174 -0
  28. package/dist/remixicons/Map/index.js +348 -0
  29. package/dist/remixicons/Media/index.d.ts +218 -0
  30. package/dist/remixicons/Media/index.js +436 -0
  31. package/dist/remixicons/Others/index.d.ts +104 -0
  32. package/dist/remixicons/Others/index.js +208 -0
  33. package/dist/remixicons/System/index.d.ts +262 -0
  34. package/dist/remixicons/System/index.js +524 -0
  35. package/dist/remixicons/User & Faces/index.d.ts +112 -0
  36. package/dist/remixicons/User & Faces/index.js +224 -0
  37. package/dist/remixicons/Weather/index.d.ts +80 -0
  38. package/dist/remixicons/Weather/index.js +160 -0
  39. package/dist/remixicons/index.d.ts +18 -0
  40. package/dist/remixicons/index.js +18 -0
  41. package/package.json +1 -1
@@ -0,0 +1,208 @@
1
+ import basketballFillSvgImport from "remixicon/icons/Others/basketball-fill.svg";
2
+ import basketballLineSvgImport from "remixicon/icons/Others/basketball-line.svg";
3
+ import bellFillSvgImport from "remixicon/icons/Others/bell-fill.svg";
4
+ import bellLineSvgImport from "remixicon/icons/Others/bell-line.svg";
5
+ import billiardsFillSvgImport from "remixicon/icons/Others/billiards-fill.svg";
6
+ import billiardsLineSvgImport from "remixicon/icons/Others/billiards-line.svg";
7
+ import box1FillSvgImport from "remixicon/icons/Others/box-1-fill.svg";
8
+ import box1LineSvgImport from "remixicon/icons/Others/box-1-line.svg";
9
+ import box2FillSvgImport from "remixicon/icons/Others/box-2-fill.svg";
10
+ import box2LineSvgImport from "remixicon/icons/Others/box-2-line.svg";
11
+ import box3FillSvgImport from "remixicon/icons/Others/box-3-fill.svg";
12
+ import box3LineSvgImport from "remixicon/icons/Others/box-3-line.svg";
13
+ import boxingFillSvgImport from "remixicon/icons/Others/boxing-fill.svg";
14
+ import boxingLineSvgImport from "remixicon/icons/Others/boxing-line.svg";
15
+ import cactusFillSvgImport from "remixicon/icons/Others/cactus-fill.svg";
16
+ import cactusLineSvgImport from "remixicon/icons/Others/cactus-line.svg";
17
+ import cake2FillSvgImport from "remixicon/icons/Others/cake-2-fill.svg";
18
+ import cake2LineSvgImport from "remixicon/icons/Others/cake-2-line.svg";
19
+ import cake3FillSvgImport from "remixicon/icons/Others/cake-3-fill.svg";
20
+ import cake3LineSvgImport from "remixicon/icons/Others/cake-3-line.svg";
21
+ import cakeFillSvgImport from "remixicon/icons/Others/cake-fill.svg";
22
+ import cakeLineSvgImport from "remixicon/icons/Others/cake-line.svg";
23
+ import candleFillSvgImport from "remixicon/icons/Others/candle-fill.svg";
24
+ import candleLineSvgImport from "remixicon/icons/Others/candle-line.svg";
25
+ import characterRecognitionFillSvgImport from "remixicon/icons/Others/character-recognition-fill.svg";
26
+ import characterRecognitionLineSvgImport from "remixicon/icons/Others/character-recognition-line.svg";
27
+ import crossFillSvgImport from "remixicon/icons/Others/cross-fill.svg";
28
+ import crossLineSvgImport from "remixicon/icons/Others/cross-line.svg";
29
+ import doorClosedFillSvgImport from "remixicon/icons/Others/door-closed-fill.svg";
30
+ import doorClosedLineSvgImport from "remixicon/icons/Others/door-closed-line.svg";
31
+ import doorFillSvgImport from "remixicon/icons/Others/door-fill.svg";
32
+ import doorLineSvgImport from "remixicon/icons/Others/door-line.svg";
33
+ import doorLockBoxFillSvgImport from "remixicon/icons/Others/door-lock-box-fill.svg";
34
+ import doorLockBoxLineSvgImport from "remixicon/icons/Others/door-lock-box-line.svg";
35
+ import doorLockFillSvgImport from "remixicon/icons/Others/door-lock-fill.svg";
36
+ import doorLockLineSvgImport from "remixicon/icons/Others/door-lock-line.svg";
37
+ import doorOpenFillSvgImport from "remixicon/icons/Others/door-open-fill.svg";
38
+ import doorOpenLineSvgImport from "remixicon/icons/Others/door-open-line.svg";
39
+ import footballFillSvgImport from "remixicon/icons/Others/football-fill.svg";
40
+ import footballLineSvgImport from "remixicon/icons/Others/football-line.svg";
41
+ import fridgeFillSvgImport from "remixicon/icons/Others/fridge-fill.svg";
42
+ import fridgeLineSvgImport from "remixicon/icons/Others/fridge-line.svg";
43
+ import gameFillSvgImport from "remixicon/icons/Others/game-fill.svg";
44
+ import gameLineSvgImport from "remixicon/icons/Others/game-line.svg";
45
+ import graduationCapFillSvgImport from "remixicon/icons/Others/graduation-cap-fill.svg";
46
+ import graduationCapLineSvgImport from "remixicon/icons/Others/graduation-cap-line.svg";
47
+ import handbagFillSvgImport from "remixicon/icons/Others/handbag-fill.svg";
48
+ import handbagLineSvgImport from "remixicon/icons/Others/handbag-line.svg";
49
+ import infinityFillSvgImport from "remixicon/icons/Others/infinity-fill.svg";
50
+ import infinityLineSvgImport from "remixicon/icons/Others/infinity-line.svg";
51
+ import key2FillSvgImport from "remixicon/icons/Others/key-2-fill.svg";
52
+ import key2LineSvgImport from "remixicon/icons/Others/key-2-line.svg";
53
+ import keyFillSvgImport from "remixicon/icons/Others/key-fill.svg";
54
+ import keyLineSvgImport from "remixicon/icons/Others/key-line.svg";
55
+ import knifeBloodFillSvgImport from "remixicon/icons/Others/knife-blood-fill.svg";
56
+ import knifeBloodLineSvgImport from "remixicon/icons/Others/knife-blood-line.svg";
57
+ import knifeFillSvgImport from "remixicon/icons/Others/knife-fill.svg";
58
+ import knifeLineSvgImport from "remixicon/icons/Others/knife-line.svg";
59
+ import leafFillSvgImport from "remixicon/icons/Others/leaf-fill.svg";
60
+ import leafLineSvgImport from "remixicon/icons/Others/leaf-line.svg";
61
+ import lightbulbFillSvgImport from "remixicon/icons/Others/lightbulb-fill.svg";
62
+ import lightbulbFlashFillSvgImport from "remixicon/icons/Others/lightbulb-flash-fill.svg";
63
+ import lightbulbFlashLineSvgImport from "remixicon/icons/Others/lightbulb-flash-line.svg";
64
+ import lightbulbLineSvgImport from "remixicon/icons/Others/lightbulb-line.svg";
65
+ import outlet2FillSvgImport from "remixicon/icons/Others/outlet-2-fill.svg";
66
+ import outlet2LineSvgImport from "remixicon/icons/Others/outlet-2-line.svg";
67
+ import outletFillSvgImport from "remixicon/icons/Others/outlet-fill.svg";
68
+ import outletLineSvgImport from "remixicon/icons/Others/outlet-line.svg";
69
+ import pingPongFillSvgImport from "remixicon/icons/Others/ping-pong-fill.svg";
70
+ import pingPongLineSvgImport from "remixicon/icons/Others/ping-pong-line.svg";
71
+ import plantFillSvgImport from "remixicon/icons/Others/plant-fill.svg";
72
+ import plantLineSvgImport from "remixicon/icons/Others/plant-line.svg";
73
+ import plug2FillSvgImport from "remixicon/icons/Others/plug-2-fill.svg";
74
+ import plug2LineSvgImport from "remixicon/icons/Others/plug-2-line.svg";
75
+ import plugFillSvgImport from "remixicon/icons/Others/plug-fill.svg";
76
+ import plugLineSvgImport from "remixicon/icons/Others/plug-line.svg";
77
+ import recycleFillSvgImport from "remixicon/icons/Others/recycle-fill.svg";
78
+ import recycleLineSvgImport from "remixicon/icons/Others/recycle-line.svg";
79
+ import reservedFillSvgImport from "remixicon/icons/Others/reserved-fill.svg";
80
+ import reservedLineSvgImport from "remixicon/icons/Others/reserved-line.svg";
81
+ import scales2FillSvgImport from "remixicon/icons/Others/scales-2-fill.svg";
82
+ import scales2LineSvgImport from "remixicon/icons/Others/scales-2-line.svg";
83
+ import scales3FillSvgImport from "remixicon/icons/Others/scales-3-fill.svg";
84
+ import scales3LineSvgImport from "remixicon/icons/Others/scales-3-line.svg";
85
+ import scalesFillSvgImport from "remixicon/icons/Others/scales-fill.svg";
86
+ import scalesLineSvgImport from "remixicon/icons/Others/scales-line.svg";
87
+ import seedlingFillSvgImport from "remixicon/icons/Others/seedling-fill.svg";
88
+ import seedlingLineSvgImport from "remixicon/icons/Others/seedling-line.svg";
89
+ import shirtFillSvgImport from "remixicon/icons/Others/shirt-fill.svg";
90
+ import shirtLineSvgImport from "remixicon/icons/Others/shirt-line.svg";
91
+ import swordFillSvgImport from "remixicon/icons/Others/sword-fill.svg";
92
+ import swordLineSvgImport from "remixicon/icons/Others/sword-line.svg";
93
+ import tShirt2FillSvgImport from "remixicon/icons/Others/t-shirt-2-fill.svg";
94
+ import tShirt2LineSvgImport from "remixicon/icons/Others/t-shirt-2-line.svg";
95
+ import tShirtAirFillSvgImport from "remixicon/icons/Others/t-shirt-air-fill.svg";
96
+ import tShirtAirLineSvgImport from "remixicon/icons/Others/t-shirt-air-line.svg";
97
+ import tShirtFillSvgImport from "remixicon/icons/Others/t-shirt-fill.svg";
98
+ import tShirtLineSvgImport from "remixicon/icons/Others/t-shirt-line.svg";
99
+ import umbrellaFillSvgImport from "remixicon/icons/Others/umbrella-fill.svg";
100
+ import umbrellaLineSvgImport from "remixicon/icons/Others/umbrella-line.svg";
101
+ import voiceRecognitionFillSvgImport from "remixicon/icons/Others/voice-recognition-fill.svg";
102
+ import voiceRecognitionLineSvgImport from "remixicon/icons/Others/voice-recognition-line.svg";
103
+ import wheelchairFillSvgImport from "remixicon/icons/Others/wheelchair-fill.svg";
104
+ import wheelchairLineSvgImport from "remixicon/icons/Others/wheelchair-line.svg";
105
+ export var basketballFillSvg = basketballFillSvgImport;
106
+ export var basketballLineSvg = basketballLineSvgImport;
107
+ export var bellFillSvg = bellFillSvgImport;
108
+ export var bellLineSvg = bellLineSvgImport;
109
+ export var billiardsFillSvg = billiardsFillSvgImport;
110
+ export var billiardsLineSvg = billiardsLineSvgImport;
111
+ export var box1FillSvg = box1FillSvgImport;
112
+ export var box1LineSvg = box1LineSvgImport;
113
+ export var box2FillSvg = box2FillSvgImport;
114
+ export var box2LineSvg = box2LineSvgImport;
115
+ export var box3FillSvg = box3FillSvgImport;
116
+ export var box3LineSvg = box3LineSvgImport;
117
+ export var boxingFillSvg = boxingFillSvgImport;
118
+ export var boxingLineSvg = boxingLineSvgImport;
119
+ export var cactusFillSvg = cactusFillSvgImport;
120
+ export var cactusLineSvg = cactusLineSvgImport;
121
+ export var cake2FillSvg = cake2FillSvgImport;
122
+ export var cake2LineSvg = cake2LineSvgImport;
123
+ export var cake3FillSvg = cake3FillSvgImport;
124
+ export var cake3LineSvg = cake3LineSvgImport;
125
+ export var cakeFillSvg = cakeFillSvgImport;
126
+ export var cakeLineSvg = cakeLineSvgImport;
127
+ export var candleFillSvg = candleFillSvgImport;
128
+ export var candleLineSvg = candleLineSvgImport;
129
+ export var characterRecognitionFillSvg = characterRecognitionFillSvgImport;
130
+ export var characterRecognitionLineSvg = characterRecognitionLineSvgImport;
131
+ export var crossFillSvg = crossFillSvgImport;
132
+ export var crossLineSvg = crossLineSvgImport;
133
+ export var doorClosedFillSvg = doorClosedFillSvgImport;
134
+ export var doorClosedLineSvg = doorClosedLineSvgImport;
135
+ export var doorFillSvg = doorFillSvgImport;
136
+ export var doorLineSvg = doorLineSvgImport;
137
+ export var doorLockBoxFillSvg = doorLockBoxFillSvgImport;
138
+ export var doorLockBoxLineSvg = doorLockBoxLineSvgImport;
139
+ export var doorLockFillSvg = doorLockFillSvgImport;
140
+ export var doorLockLineSvg = doorLockLineSvgImport;
141
+ export var doorOpenFillSvg = doorOpenFillSvgImport;
142
+ export var doorOpenLineSvg = doorOpenLineSvgImport;
143
+ export var footballFillSvg = footballFillSvgImport;
144
+ export var footballLineSvg = footballLineSvgImport;
145
+ export var fridgeFillSvg = fridgeFillSvgImport;
146
+ export var fridgeLineSvg = fridgeLineSvgImport;
147
+ export var gameFillSvg = gameFillSvgImport;
148
+ export var gameLineSvg = gameLineSvgImport;
149
+ export var graduationCapFillSvg = graduationCapFillSvgImport;
150
+ export var graduationCapLineSvg = graduationCapLineSvgImport;
151
+ export var handbagFillSvg = handbagFillSvgImport;
152
+ export var handbagLineSvg = handbagLineSvgImport;
153
+ export var infinityFillSvg = infinityFillSvgImport;
154
+ export var infinityLineSvg = infinityLineSvgImport;
155
+ export var key2FillSvg = key2FillSvgImport;
156
+ export var key2LineSvg = key2LineSvgImport;
157
+ export var keyFillSvg = keyFillSvgImport;
158
+ export var keyLineSvg = keyLineSvgImport;
159
+ export var knifeBloodFillSvg = knifeBloodFillSvgImport;
160
+ export var knifeBloodLineSvg = knifeBloodLineSvgImport;
161
+ export var knifeFillSvg = knifeFillSvgImport;
162
+ export var knifeLineSvg = knifeLineSvgImport;
163
+ export var leafFillSvg = leafFillSvgImport;
164
+ export var leafLineSvg = leafLineSvgImport;
165
+ export var lightbulbFillSvg = lightbulbFillSvgImport;
166
+ export var lightbulbFlashFillSvg = lightbulbFlashFillSvgImport;
167
+ export var lightbulbFlashLineSvg = lightbulbFlashLineSvgImport;
168
+ export var lightbulbLineSvg = lightbulbLineSvgImport;
169
+ export var outlet2FillSvg = outlet2FillSvgImport;
170
+ export var outlet2LineSvg = outlet2LineSvgImport;
171
+ export var outletFillSvg = outletFillSvgImport;
172
+ export var outletLineSvg = outletLineSvgImport;
173
+ export var pingPongFillSvg = pingPongFillSvgImport;
174
+ export var pingPongLineSvg = pingPongLineSvgImport;
175
+ export var plantFillSvg = plantFillSvgImport;
176
+ export var plantLineSvg = plantLineSvgImport;
177
+ export var plug2FillSvg = plug2FillSvgImport;
178
+ export var plug2LineSvg = plug2LineSvgImport;
179
+ export var plugFillSvg = plugFillSvgImport;
180
+ export var plugLineSvg = plugLineSvgImport;
181
+ export var recycleFillSvg = recycleFillSvgImport;
182
+ export var recycleLineSvg = recycleLineSvgImport;
183
+ export var reservedFillSvg = reservedFillSvgImport;
184
+ export var reservedLineSvg = reservedLineSvgImport;
185
+ export var scales2FillSvg = scales2FillSvgImport;
186
+ export var scales2LineSvg = scales2LineSvgImport;
187
+ export var scales3FillSvg = scales3FillSvgImport;
188
+ export var scales3LineSvg = scales3LineSvgImport;
189
+ export var scalesFillSvg = scalesFillSvgImport;
190
+ export var scalesLineSvg = scalesLineSvgImport;
191
+ export var seedlingFillSvg = seedlingFillSvgImport;
192
+ export var seedlingLineSvg = seedlingLineSvgImport;
193
+ export var shirtFillSvg = shirtFillSvgImport;
194
+ export var shirtLineSvg = shirtLineSvgImport;
195
+ export var swordFillSvg = swordFillSvgImport;
196
+ export var swordLineSvg = swordLineSvgImport;
197
+ export var tShirt2FillSvg = tShirt2FillSvgImport;
198
+ export var tShirt2LineSvg = tShirt2LineSvgImport;
199
+ export var tShirtAirFillSvg = tShirtAirFillSvgImport;
200
+ export var tShirtAirLineSvg = tShirtAirLineSvgImport;
201
+ export var tShirtFillSvg = tShirtFillSvgImport;
202
+ export var tShirtLineSvg = tShirtLineSvgImport;
203
+ export var umbrellaFillSvg = umbrellaFillSvgImport;
204
+ export var umbrellaLineSvg = umbrellaLineSvgImport;
205
+ export var voiceRecognitionFillSvg = voiceRecognitionFillSvgImport;
206
+ export var voiceRecognitionLineSvg = voiceRecognitionLineSvgImport;
207
+ export var wheelchairFillSvg = wheelchairFillSvgImport;
208
+ export var wheelchairLineSvg = wheelchairLineSvgImport;
@@ -0,0 +1,262 @@
1
+ export declare const addBoxFillSvg: string;
2
+ export declare const addBoxLineSvg: string;
3
+ export declare const addCircleFillSvg: string;
4
+ export declare const addCircleLineSvg: string;
5
+ export declare const addFillSvg: string;
6
+ export declare const addLineSvg: string;
7
+ export declare const alarmFillSvg: string;
8
+ export declare const alarmLineSvg: string;
9
+ export declare const alarmWarningFillSvg: string;
10
+ export declare const alarmWarningLineSvg: string;
11
+ export declare const alertFillSvg: string;
12
+ export declare const alertLineSvg: string;
13
+ export declare const apps2FillSvg: string;
14
+ export declare const apps2LineSvg: string;
15
+ export declare const appsFillSvg: string;
16
+ export declare const appsLineSvg: string;
17
+ export declare const checkDoubleFillSvg: string;
18
+ export declare const checkDoubleLineSvg: string;
19
+ export declare const checkFillSvg: string;
20
+ export declare const checkLineSvg: string;
21
+ export declare const checkboxBlankCircleFillSvg: string;
22
+ export declare const checkboxBlankCircleLineSvg: string;
23
+ export declare const checkboxBlankFillSvg: string;
24
+ export declare const checkboxBlankLineSvg: string;
25
+ export declare const checkboxCircleFillSvg: string;
26
+ export declare const checkboxCircleLineSvg: string;
27
+ export declare const checkboxFillSvg: string;
28
+ export declare const checkboxIndeterminateFillSvg: string;
29
+ export declare const checkboxIndeterminateLineSvg: string;
30
+ export declare const checkboxLineSvg: string;
31
+ export declare const checkboxMultipleBlankFillSvg: string;
32
+ export declare const checkboxMultipleBlankLineSvg: string;
33
+ export declare const checkboxMultipleFillSvg: string;
34
+ export declare const checkboxMultipleLineSvg: string;
35
+ export declare const closeCircleFillSvg: string;
36
+ export declare const closeCircleLineSvg: string;
37
+ export declare const closeFillSvg: string;
38
+ export declare const closeLineSvg: string;
39
+ export declare const dashboardFillSvg: string;
40
+ export declare const dashboardLineSvg: string;
41
+ export declare const deleteBack2FillSvg: string;
42
+ export declare const deleteBack2LineSvg: string;
43
+ export declare const deleteBackFillSvg: string;
44
+ export declare const deleteBackLineSvg: string;
45
+ export declare const deleteBin2FillSvg: string;
46
+ export declare const deleteBin2LineSvg: string;
47
+ export declare const deleteBin3FillSvg: string;
48
+ export declare const deleteBin3LineSvg: string;
49
+ export declare const deleteBin4FillSvg: string;
50
+ export declare const deleteBin4LineSvg: string;
51
+ export declare const deleteBin5FillSvg: string;
52
+ export declare const deleteBin5LineSvg: string;
53
+ export declare const deleteBin6FillSvg: string;
54
+ export declare const deleteBin6LineSvg: string;
55
+ export declare const deleteBin7FillSvg: string;
56
+ export declare const deleteBin7LineSvg: string;
57
+ export declare const deleteBinFillSvg: string;
58
+ export declare const deleteBinLineSvg: string;
59
+ export declare const divideFillSvg: string;
60
+ export declare const divideLineSvg: string;
61
+ export declare const download2FillSvg: string;
62
+ export declare const download2LineSvg: string;
63
+ export declare const downloadCloud2FillSvg: string;
64
+ export declare const downloadCloud2LineSvg: string;
65
+ export declare const downloadCloudFillSvg: string;
66
+ export declare const downloadCloudLineSvg: string;
67
+ export declare const downloadFillSvg: string;
68
+ export declare const downloadLineSvg: string;
69
+ export declare const equalFillSvg: string;
70
+ export declare const equalLineSvg: string;
71
+ export declare const errorWarningFillSvg: string;
72
+ export declare const errorWarningLineSvg: string;
73
+ export declare const externalLinkFillSvg: string;
74
+ export declare const externalLinkLineSvg: string;
75
+ export declare const eye2FillSvg: string;
76
+ export declare const eye2LineSvg: string;
77
+ export declare const eyeCloseFillSvg: string;
78
+ export declare const eyeCloseLineSvg: string;
79
+ export declare const eyeFillSvg: string;
80
+ export declare const eyeLineSvg: string;
81
+ export declare const eyeOffFillSvg: string;
82
+ export declare const eyeOffLineSvg: string;
83
+ export declare const filter2FillSvg: string;
84
+ export declare const filter2LineSvg: string;
85
+ export declare const filter3FillSvg: string;
86
+ export declare const filter3LineSvg: string;
87
+ export declare const filterFillSvg: string;
88
+ export declare const filterLineSvg: string;
89
+ export declare const filterOffFillSvg: string;
90
+ export declare const filterOffLineSvg: string;
91
+ export declare const findReplaceFillSvg: string;
92
+ export declare const findReplaceLineSvg: string;
93
+ export declare const forbid2FillSvg: string;
94
+ export declare const forbid2LineSvg: string;
95
+ export declare const forbidFillSvg: string;
96
+ export declare const forbidLineSvg: string;
97
+ export declare const functionFillSvg: string;
98
+ export declare const functionLineSvg: string;
99
+ export declare const historyFillSvg: string;
100
+ export declare const historyLineSvg: string;
101
+ export declare const hourglass2FillSvg: string;
102
+ export declare const hourglass2LineSvg: string;
103
+ export declare const hourglassFillSvg: string;
104
+ export declare const hourglassLineSvg: string;
105
+ export declare const indeterminateCircleFillSvg: string;
106
+ export declare const indeterminateCircleLineSvg: string;
107
+ export declare const informationFillSvg: string;
108
+ export declare const informationLineSvg: string;
109
+ export declare const listSettingsFillSvg: string;
110
+ export declare const listSettingsLineSvg: string;
111
+ export declare const loader2FillSvg: string;
112
+ export declare const loader2LineSvg: string;
113
+ export declare const loader3FillSvg: string;
114
+ export declare const loader3LineSvg: string;
115
+ export declare const loader4FillSvg: string;
116
+ export declare const loader4LineSvg: string;
117
+ export declare const loader5FillSvg: string;
118
+ export declare const loader5LineSvg: string;
119
+ export declare const loaderFillSvg: string;
120
+ export declare const loaderLineSvg: string;
121
+ export declare const lock2FillSvg: string;
122
+ export declare const lock2LineSvg: string;
123
+ export declare const lockFillSvg: string;
124
+ export declare const lockLineSvg: string;
125
+ export declare const lockPasswordFillSvg: string;
126
+ export declare const lockPasswordLineSvg: string;
127
+ export declare const lockUnlockFillSvg: string;
128
+ export declare const lockUnlockLineSvg: string;
129
+ export declare const loginBoxFillSvg: string;
130
+ export declare const loginBoxLineSvg: string;
131
+ export declare const loginCircleFillSvg: string;
132
+ export declare const loginCircleLineSvg: string;
133
+ export declare const logoutBoxFillSvg: string;
134
+ export declare const logoutBoxLineSvg: string;
135
+ export declare const logoutBoxRFillSvg: string;
136
+ export declare const logoutBoxRLineSvg: string;
137
+ export declare const logoutCircleFillSvg: string;
138
+ export declare const logoutCircleLineSvg: string;
139
+ export declare const logoutCircleRFillSvg: string;
140
+ export declare const logoutCircleRLineSvg: string;
141
+ export declare const loopLeftFillSvg: string;
142
+ export declare const loopLeftLineSvg: string;
143
+ export declare const loopRightFillSvg: string;
144
+ export declare const loopRightLineSvg: string;
145
+ export declare const menu2FillSvg: string;
146
+ export declare const menu2LineSvg: string;
147
+ export declare const menu3FillSvg: string;
148
+ export declare const menu3LineSvg: string;
149
+ export declare const menu4FillSvg: string;
150
+ export declare const menu4LineSvg: string;
151
+ export declare const menu5FillSvg: string;
152
+ export declare const menu5LineSvg: string;
153
+ export declare const menuAddFillSvg: string;
154
+ export declare const menuAddLineSvg: string;
155
+ export declare const menuFillSvg: string;
156
+ export declare const menuFoldFillSvg: string;
157
+ export declare const menuFoldLineSvg: string;
158
+ export declare const menuLineSvg: string;
159
+ export declare const menuUnfoldFillSvg: string;
160
+ export declare const menuUnfoldLineSvg: string;
161
+ export declare const more2FillSvg: string;
162
+ export declare const more2LineSvg: string;
163
+ export declare const moreFillSvg: string;
164
+ export declare const moreLineSvg: string;
165
+ export declare const notificationBadgeFillSvg: string;
166
+ export declare const notificationBadgeLineSvg: string;
167
+ export declare const prohibitedFillSvg: string;
168
+ export declare const prohibitedLineSvg: string;
169
+ export declare const questionFillSvg: string;
170
+ export declare const questionLineSvg: string;
171
+ export declare const radioButtonFillSvg: string;
172
+ export declare const radioButtonLineSvg: string;
173
+ export declare const refreshFillSvg: string;
174
+ export declare const refreshLineSvg: string;
175
+ export declare const search2FillSvg: string;
176
+ export declare const search2LineSvg: string;
177
+ export declare const searchEyeFillSvg: string;
178
+ export declare const searchEyeLineSvg: string;
179
+ export declare const searchFillSvg: string;
180
+ export declare const searchLineSvg: string;
181
+ export declare const settings2FillSvg: string;
182
+ export declare const settings2LineSvg: string;
183
+ export declare const settings3FillSvg: string;
184
+ export declare const settings3LineSvg: string;
185
+ export declare const settings4FillSvg: string;
186
+ export declare const settings4LineSvg: string;
187
+ export declare const settings5FillSvg: string;
188
+ export declare const settings5LineSvg: string;
189
+ export declare const settings6FillSvg: string;
190
+ export declare const settings6LineSvg: string;
191
+ export declare const settingsFillSvg: string;
192
+ export declare const settingsLineSvg: string;
193
+ export declare const shareBoxFillSvg: string;
194
+ export declare const shareBoxLineSvg: string;
195
+ export declare const shareCircleFillSvg: string;
196
+ export declare const shareCircleLineSvg: string;
197
+ export declare const shareFillSvg: string;
198
+ export declare const shareForward2FillSvg: string;
199
+ export declare const shareForward2LineSvg: string;
200
+ export declare const shareForwardBoxFillSvg: string;
201
+ export declare const shareForwardBoxLineSvg: string;
202
+ export declare const shareForwardFillSvg: string;
203
+ export declare const shareForwardLineSvg: string;
204
+ export declare const shareLineSvg: string;
205
+ export declare const shieldCheckFillSvg: string;
206
+ export declare const shieldCheckLineSvg: string;
207
+ export declare const shieldCrossFillSvg: string;
208
+ export declare const shieldCrossLineSvg: string;
209
+ export declare const shieldFillSvg: string;
210
+ export declare const shieldFlashFillSvg: string;
211
+ export declare const shieldFlashLineSvg: string;
212
+ export declare const shieldKeyholeFillSvg: string;
213
+ export declare const shieldKeyholeLineSvg: string;
214
+ export declare const shieldLineSvg: string;
215
+ export declare const shieldStarFillSvg: string;
216
+ export declare const shieldStarLineSvg: string;
217
+ export declare const shieldUserFillSvg: string;
218
+ export declare const shieldUserLineSvg: string;
219
+ export declare const sideBarFillSvg: string;
220
+ export declare const sideBarLineSvg: string;
221
+ export declare const spam2FillSvg: string;
222
+ export declare const spam2LineSvg: string;
223
+ export declare const spam3FillSvg: string;
224
+ export declare const spam3LineSvg: string;
225
+ export declare const spamFillSvg: string;
226
+ export declare const spamLineSvg: string;
227
+ export declare const starFillSvg: string;
228
+ export declare const starHalfFillSvg: string;
229
+ export declare const starHalfLineSvg: string;
230
+ export declare const starHalfSFillSvg: string;
231
+ export declare const starHalfSLineSvg: string;
232
+ export declare const starLineSvg: string;
233
+ export declare const starSFillSvg: string;
234
+ export declare const starSLineSvg: string;
235
+ export declare const subtractFillSvg: string;
236
+ export declare const subtractLineSvg: string;
237
+ export declare const thumbDownFillSvg: string;
238
+ export declare const thumbDownLineSvg: string;
239
+ export declare const thumbUpFillSvg: string;
240
+ export declare const thumbUpLineSvg: string;
241
+ export declare const timeFillSvg: string;
242
+ export declare const timeLineSvg: string;
243
+ export declare const timer2FillSvg: string;
244
+ export declare const timer2LineSvg: string;
245
+ export declare const timerFillSvg: string;
246
+ export declare const timerFlashFillSvg: string;
247
+ export declare const timerFlashLineSvg: string;
248
+ export declare const timerLineSvg: string;
249
+ export declare const toggleFillSvg: string;
250
+ export declare const toggleLineSvg: string;
251
+ export declare const upload2FillSvg: string;
252
+ export declare const upload2LineSvg: string;
253
+ export declare const uploadCloud2FillSvg: string;
254
+ export declare const uploadCloud2LineSvg: string;
255
+ export declare const uploadCloudFillSvg: string;
256
+ export declare const uploadCloudLineSvg: string;
257
+ export declare const uploadFillSvg: string;
258
+ export declare const uploadLineSvg: string;
259
+ export declare const zoomInFillSvg: string;
260
+ export declare const zoomInLineSvg: string;
261
+ export declare const zoomOutFillSvg: string;
262
+ export declare const zoomOutLineSvg: string;