@team-monolith/cds 0.6.0 → 0.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/remixicons/Arrows/index.d.ts +108 -108
- package/dist/remixicons/Arrows/index.js +216 -216
- package/dist/remixicons/Buildings/index.d.ts +58 -58
- package/dist/remixicons/Buildings/index.js +116 -116
- package/dist/remixicons/Business/index.d.ts +192 -192
- package/dist/remixicons/Business/index.js +384 -384
- package/dist/remixicons/Communication/index.d.ts +64 -64
- package/dist/remixicons/Communication/index.js +128 -128
- package/dist/remixicons/Design/index.d.ts +164 -164
- package/dist/remixicons/Design/index.js +328 -328
- package/dist/remixicons/Development/index.d.ts +50 -50
- package/dist/remixicons/Development/index.js +100 -100
- package/dist/remixicons/Device/index.d.ts +166 -166
- package/dist/remixicons/Device/index.js +332 -332
- package/dist/remixicons/Document/index.d.ts +202 -202
- package/dist/remixicons/Document/index.js +404 -404
- package/dist/remixicons/Editor/index.d.ts +114 -114
- package/dist/remixicons/Editor/index.js +228 -228
- package/dist/remixicons/Finance/index.d.ts +140 -140
- package/dist/remixicons/Finance/index.js +280 -280
- package/dist/remixicons/Health & Medical/index.d.ts +62 -62
- package/dist/remixicons/Health & Medical/index.js +124 -124
- package/dist/remixicons/Logos/index.d.ts +224 -224
- package/dist/remixicons/Logos/index.js +448 -448
- package/dist/remixicons/Map/index.d.ts +174 -174
- package/dist/remixicons/Map/index.js +348 -348
- package/dist/remixicons/Media/index.d.ts +218 -218
- package/dist/remixicons/Media/index.js +436 -436
- package/dist/remixicons/Others/index.d.ts +104 -104
- package/dist/remixicons/Others/index.js +208 -208
- package/dist/remixicons/System/index.d.ts +262 -262
- package/dist/remixicons/System/index.js +524 -524
- package/dist/remixicons/User & Faces/index.d.ts +112 -112
- package/dist/remixicons/User & Faces/index.js +224 -224
- package/dist/remixicons/Weather/index.d.ts +80 -80
- package/dist/remixicons/Weather/index.js +160 -160
- package/package.json +1 -2
|
@@ -1,233 +1,233 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
export declare const
|
|
2
|
+
export declare const ancientGateFillSvg: string;
|
|
3
3
|
export declare const AncientGateFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
4
4
|
title?: string | undefined;
|
|
5
5
|
}>;
|
|
6
|
-
export declare const
|
|
6
|
+
export declare const ancientGateLineSvg: string;
|
|
7
7
|
export declare const AncientGateLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
8
8
|
title?: string | undefined;
|
|
9
9
|
}>;
|
|
10
|
-
export declare const
|
|
10
|
+
export declare const ancientPavilionFillSvg: string;
|
|
11
11
|
export declare const AncientPavilionFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
12
12
|
title?: string | undefined;
|
|
13
13
|
}>;
|
|
14
|
-
export declare const
|
|
14
|
+
export declare const ancientPavilionLineSvg: string;
|
|
15
15
|
export declare const AncientPavilionLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
16
16
|
title?: string | undefined;
|
|
17
17
|
}>;
|
|
18
|
-
export declare const
|
|
18
|
+
export declare const bankFillSvg: string;
|
|
19
19
|
export declare const BankFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
20
20
|
title?: string | undefined;
|
|
21
21
|
}>;
|
|
22
|
-
export declare const
|
|
22
|
+
export declare const bankLineSvg: string;
|
|
23
23
|
export declare const BankLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
24
24
|
title?: string | undefined;
|
|
25
25
|
}>;
|
|
26
|
-
export declare const
|
|
26
|
+
export declare const building2FillSvg: string;
|
|
27
27
|
export declare const Building2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
28
28
|
title?: string | undefined;
|
|
29
29
|
}>;
|
|
30
|
-
export declare const
|
|
30
|
+
export declare const building2LineSvg: string;
|
|
31
31
|
export declare const Building2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
32
32
|
title?: string | undefined;
|
|
33
33
|
}>;
|
|
34
|
-
export declare const
|
|
34
|
+
export declare const building3FillSvg: string;
|
|
35
35
|
export declare const Building3FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
36
36
|
title?: string | undefined;
|
|
37
37
|
}>;
|
|
38
|
-
export declare const
|
|
38
|
+
export declare const building3LineSvg: string;
|
|
39
39
|
export declare const Building3LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
40
40
|
title?: string | undefined;
|
|
41
41
|
}>;
|
|
42
|
-
export declare const
|
|
42
|
+
export declare const building4FillSvg: string;
|
|
43
43
|
export declare const Building4FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
44
44
|
title?: string | undefined;
|
|
45
45
|
}>;
|
|
46
|
-
export declare const
|
|
46
|
+
export declare const building4LineSvg: string;
|
|
47
47
|
export declare const Building4LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
48
48
|
title?: string | undefined;
|
|
49
49
|
}>;
|
|
50
|
-
export declare const
|
|
50
|
+
export declare const buildingFillSvg: string;
|
|
51
51
|
export declare const BuildingFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
52
52
|
title?: string | undefined;
|
|
53
53
|
}>;
|
|
54
|
-
export declare const
|
|
54
|
+
export declare const buildingLineSvg: string;
|
|
55
55
|
export declare const BuildingLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
56
56
|
title?: string | undefined;
|
|
57
57
|
}>;
|
|
58
|
-
export declare const
|
|
58
|
+
export declare const communityFillSvg: string;
|
|
59
59
|
export declare const CommunityFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
60
60
|
title?: string | undefined;
|
|
61
61
|
}>;
|
|
62
|
-
export declare const
|
|
62
|
+
export declare const communityLineSvg: string;
|
|
63
63
|
export declare const CommunityLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
64
64
|
title?: string | undefined;
|
|
65
65
|
}>;
|
|
66
|
-
export declare const
|
|
66
|
+
export declare const governmentFillSvg: string;
|
|
67
67
|
export declare const GovernmentFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
68
68
|
title?: string | undefined;
|
|
69
69
|
}>;
|
|
70
|
-
export declare const
|
|
70
|
+
export declare const governmentLineSvg: string;
|
|
71
71
|
export declare const GovernmentLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
72
72
|
title?: string | undefined;
|
|
73
73
|
}>;
|
|
74
|
-
export declare const
|
|
74
|
+
export declare const home2FillSvg: string;
|
|
75
75
|
export declare const Home2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
76
76
|
title?: string | undefined;
|
|
77
77
|
}>;
|
|
78
|
-
export declare const
|
|
78
|
+
export declare const home2LineSvg: string;
|
|
79
79
|
export declare const Home2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
80
80
|
title?: string | undefined;
|
|
81
81
|
}>;
|
|
82
|
-
export declare const
|
|
82
|
+
export declare const home3FillSvg: string;
|
|
83
83
|
export declare const Home3FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
84
84
|
title?: string | undefined;
|
|
85
85
|
}>;
|
|
86
|
-
export declare const
|
|
86
|
+
export declare const home3LineSvg: string;
|
|
87
87
|
export declare const Home3LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
88
88
|
title?: string | undefined;
|
|
89
89
|
}>;
|
|
90
|
-
export declare const
|
|
90
|
+
export declare const home4FillSvg: string;
|
|
91
91
|
export declare const Home4FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
92
92
|
title?: string | undefined;
|
|
93
93
|
}>;
|
|
94
|
-
export declare const
|
|
94
|
+
export declare const home4LineSvg: string;
|
|
95
95
|
export declare const Home4LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
96
96
|
title?: string | undefined;
|
|
97
97
|
}>;
|
|
98
|
-
export declare const
|
|
98
|
+
export declare const home5FillSvg: string;
|
|
99
99
|
export declare const Home5FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
100
100
|
title?: string | undefined;
|
|
101
101
|
}>;
|
|
102
|
-
export declare const
|
|
102
|
+
export declare const home5LineSvg: string;
|
|
103
103
|
export declare const Home5LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
104
104
|
title?: string | undefined;
|
|
105
105
|
}>;
|
|
106
|
-
export declare const
|
|
106
|
+
export declare const home6FillSvg: string;
|
|
107
107
|
export declare const Home6FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
108
108
|
title?: string | undefined;
|
|
109
109
|
}>;
|
|
110
|
-
export declare const
|
|
110
|
+
export declare const home6LineSvg: string;
|
|
111
111
|
export declare const Home6LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
112
112
|
title?: string | undefined;
|
|
113
113
|
}>;
|
|
114
|
-
export declare const
|
|
114
|
+
export declare const home7FillSvg: string;
|
|
115
115
|
export declare const Home7FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
116
116
|
title?: string | undefined;
|
|
117
117
|
}>;
|
|
118
|
-
export declare const
|
|
118
|
+
export declare const home7LineSvg: string;
|
|
119
119
|
export declare const Home7LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
120
120
|
title?: string | undefined;
|
|
121
121
|
}>;
|
|
122
|
-
export declare const
|
|
122
|
+
export declare const home8FillSvg: string;
|
|
123
123
|
export declare const Home8FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
124
124
|
title?: string | undefined;
|
|
125
125
|
}>;
|
|
126
|
-
export declare const
|
|
126
|
+
export declare const home8LineSvg: string;
|
|
127
127
|
export declare const Home8LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
128
128
|
title?: string | undefined;
|
|
129
129
|
}>;
|
|
130
|
-
export declare const
|
|
130
|
+
export declare const homeFillSvg: string;
|
|
131
131
|
export declare const HomeFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
132
132
|
title?: string | undefined;
|
|
133
133
|
}>;
|
|
134
|
-
export declare const
|
|
134
|
+
export declare const homeGearFillSvg: string;
|
|
135
135
|
export declare const HomeGearFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
136
136
|
title?: string | undefined;
|
|
137
137
|
}>;
|
|
138
|
-
export declare const
|
|
138
|
+
export declare const homeGearLineSvg: string;
|
|
139
139
|
export declare const HomeGearLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
140
140
|
title?: string | undefined;
|
|
141
141
|
}>;
|
|
142
|
-
export declare const
|
|
142
|
+
export declare const homeHeartFillSvg: string;
|
|
143
143
|
export declare const HomeHeartFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
144
144
|
title?: string | undefined;
|
|
145
145
|
}>;
|
|
146
|
-
export declare const
|
|
146
|
+
export declare const homeHeartLineSvg: string;
|
|
147
147
|
export declare const HomeHeartLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
148
148
|
title?: string | undefined;
|
|
149
149
|
}>;
|
|
150
|
-
export declare const
|
|
150
|
+
export declare const homeLineSvg: string;
|
|
151
151
|
export declare const HomeLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
152
152
|
title?: string | undefined;
|
|
153
153
|
}>;
|
|
154
|
-
export declare const
|
|
154
|
+
export declare const homeOfficeFillSvg: string;
|
|
155
155
|
export declare const HomeOfficeFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
156
156
|
title?: string | undefined;
|
|
157
157
|
}>;
|
|
158
|
-
export declare const
|
|
158
|
+
export declare const homeOfficeLineSvg: string;
|
|
159
159
|
export declare const HomeOfficeLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
160
160
|
title?: string | undefined;
|
|
161
161
|
}>;
|
|
162
|
-
export declare const
|
|
162
|
+
export declare const homeSmile2FillSvg: string;
|
|
163
163
|
export declare const HomeSmile2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
164
164
|
title?: string | undefined;
|
|
165
165
|
}>;
|
|
166
|
-
export declare const
|
|
166
|
+
export declare const homeSmile2LineSvg: string;
|
|
167
167
|
export declare const HomeSmile2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
168
168
|
title?: string | undefined;
|
|
169
169
|
}>;
|
|
170
|
-
export declare const
|
|
170
|
+
export declare const homeSmileFillSvg: string;
|
|
171
171
|
export declare const HomeSmileFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
172
172
|
title?: string | undefined;
|
|
173
173
|
}>;
|
|
174
|
-
export declare const
|
|
174
|
+
export declare const homeSmileLineSvg: string;
|
|
175
175
|
export declare const HomeSmileLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
176
176
|
title?: string | undefined;
|
|
177
177
|
}>;
|
|
178
|
-
export declare const
|
|
178
|
+
export declare const homeWifiFillSvg: string;
|
|
179
179
|
export declare const HomeWifiFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
180
180
|
title?: string | undefined;
|
|
181
181
|
}>;
|
|
182
|
-
export declare const
|
|
182
|
+
export declare const homeWifiLineSvg: string;
|
|
183
183
|
export declare const HomeWifiLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
184
184
|
title?: string | undefined;
|
|
185
185
|
}>;
|
|
186
|
-
export declare const
|
|
186
|
+
export declare const hospitalFillSvg: string;
|
|
187
187
|
export declare const HospitalFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
188
188
|
title?: string | undefined;
|
|
189
189
|
}>;
|
|
190
|
-
export declare const
|
|
190
|
+
export declare const hospitalLineSvg: string;
|
|
191
191
|
export declare const HospitalLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
192
192
|
title?: string | undefined;
|
|
193
193
|
}>;
|
|
194
|
-
export declare const
|
|
194
|
+
export declare const hotelFillSvg: string;
|
|
195
195
|
export declare const HotelFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
196
196
|
title?: string | undefined;
|
|
197
197
|
}>;
|
|
198
|
-
export declare const
|
|
198
|
+
export declare const hotelLineSvg: string;
|
|
199
199
|
export declare const HotelLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
200
200
|
title?: string | undefined;
|
|
201
201
|
}>;
|
|
202
|
-
export declare const
|
|
202
|
+
export declare const schoolFillSvg: string;
|
|
203
203
|
export declare const SchoolFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
204
204
|
title?: string | undefined;
|
|
205
205
|
}>;
|
|
206
|
-
export declare const
|
|
206
|
+
export declare const schoolLineSvg: string;
|
|
207
207
|
export declare const SchoolLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
208
208
|
title?: string | undefined;
|
|
209
209
|
}>;
|
|
210
|
-
export declare const
|
|
210
|
+
export declare const store2FillSvg: string;
|
|
211
211
|
export declare const Store2FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
212
212
|
title?: string | undefined;
|
|
213
213
|
}>;
|
|
214
|
-
export declare const
|
|
214
|
+
export declare const store2LineSvg: string;
|
|
215
215
|
export declare const Store2LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
216
216
|
title?: string | undefined;
|
|
217
217
|
}>;
|
|
218
|
-
export declare const
|
|
218
|
+
export declare const store3FillSvg: string;
|
|
219
219
|
export declare const Store3FillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
220
220
|
title?: string | undefined;
|
|
221
221
|
}>;
|
|
222
|
-
export declare const
|
|
222
|
+
export declare const store3LineSvg: string;
|
|
223
223
|
export declare const Store3LineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
224
224
|
title?: string | undefined;
|
|
225
225
|
}>;
|
|
226
|
-
export declare const
|
|
226
|
+
export declare const storeFillSvg: string;
|
|
227
227
|
export declare const StoreFillIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
228
228
|
title?: string | undefined;
|
|
229
229
|
}>;
|
|
230
|
-
export declare const
|
|
230
|
+
export declare const storeLineSvg: string;
|
|
231
231
|
export declare const StoreLineIcon: import("react").FunctionComponent<import("react").SVGProps<SVGSVGElement> & {
|
|
232
232
|
title?: string | undefined;
|
|
233
233
|
}>;
|
|
@@ -1,174 +1,174 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
import
|
|
13
|
-
import
|
|
14
|
-
import
|
|
15
|
-
import
|
|
16
|
-
import
|
|
17
|
-
import
|
|
18
|
-
import
|
|
19
|
-
import
|
|
20
|
-
import
|
|
21
|
-
import
|
|
22
|
-
import
|
|
23
|
-
import
|
|
24
|
-
import
|
|
25
|
-
import
|
|
26
|
-
import
|
|
27
|
-
import
|
|
28
|
-
import
|
|
29
|
-
import
|
|
30
|
-
import
|
|
31
|
-
import
|
|
32
|
-
import
|
|
33
|
-
import
|
|
34
|
-
import
|
|
35
|
-
import
|
|
36
|
-
import
|
|
37
|
-
import
|
|
38
|
-
import
|
|
39
|
-
import
|
|
40
|
-
import
|
|
41
|
-
import
|
|
42
|
-
import
|
|
43
|
-
import
|
|
44
|
-
import
|
|
45
|
-
import
|
|
46
|
-
import
|
|
47
|
-
import
|
|
48
|
-
import
|
|
49
|
-
import
|
|
50
|
-
import
|
|
51
|
-
import
|
|
52
|
-
import
|
|
53
|
-
import
|
|
54
|
-
import
|
|
55
|
-
import
|
|
56
|
-
import
|
|
57
|
-
import
|
|
58
|
-
import
|
|
59
|
-
export var
|
|
1
|
+
import ancientGateFillSvgImport, { ReactComponent as AncientGateFillIconImport } from "remixicon/icons/Buildings/ancient-gate-fill.svg";
|
|
2
|
+
import ancientGateLineSvgImport, { ReactComponent as AncientGateLineIconImport } from "remixicon/icons/Buildings/ancient-gate-line.svg";
|
|
3
|
+
import ancientPavilionFillSvgImport, { ReactComponent as AncientPavilionFillIconImport } from "remixicon/icons/Buildings/ancient-pavilion-fill.svg";
|
|
4
|
+
import ancientPavilionLineSvgImport, { ReactComponent as AncientPavilionLineIconImport } from "remixicon/icons/Buildings/ancient-pavilion-line.svg";
|
|
5
|
+
import bankFillSvgImport, { ReactComponent as BankFillIconImport } from "remixicon/icons/Buildings/bank-fill.svg";
|
|
6
|
+
import bankLineSvgImport, { ReactComponent as BankLineIconImport } from "remixicon/icons/Buildings/bank-line.svg";
|
|
7
|
+
import building2FillSvgImport, { ReactComponent as Building2FillIconImport } from "remixicon/icons/Buildings/building-2-fill.svg";
|
|
8
|
+
import building2LineSvgImport, { ReactComponent as Building2LineIconImport } from "remixicon/icons/Buildings/building-2-line.svg";
|
|
9
|
+
import building3FillSvgImport, { ReactComponent as Building3FillIconImport } from "remixicon/icons/Buildings/building-3-fill.svg";
|
|
10
|
+
import building3LineSvgImport, { ReactComponent as Building3LineIconImport } from "remixicon/icons/Buildings/building-3-line.svg";
|
|
11
|
+
import building4FillSvgImport, { ReactComponent as Building4FillIconImport } from "remixicon/icons/Buildings/building-4-fill.svg";
|
|
12
|
+
import building4LineSvgImport, { ReactComponent as Building4LineIconImport } from "remixicon/icons/Buildings/building-4-line.svg";
|
|
13
|
+
import buildingFillSvgImport, { ReactComponent as BuildingFillIconImport } from "remixicon/icons/Buildings/building-fill.svg";
|
|
14
|
+
import buildingLineSvgImport, { ReactComponent as BuildingLineIconImport } from "remixicon/icons/Buildings/building-line.svg";
|
|
15
|
+
import communityFillSvgImport, { ReactComponent as CommunityFillIconImport } from "remixicon/icons/Buildings/community-fill.svg";
|
|
16
|
+
import communityLineSvgImport, { ReactComponent as CommunityLineIconImport } from "remixicon/icons/Buildings/community-line.svg";
|
|
17
|
+
import governmentFillSvgImport, { ReactComponent as GovernmentFillIconImport } from "remixicon/icons/Buildings/government-fill.svg";
|
|
18
|
+
import governmentLineSvgImport, { ReactComponent as GovernmentLineIconImport } from "remixicon/icons/Buildings/government-line.svg";
|
|
19
|
+
import home2FillSvgImport, { ReactComponent as Home2FillIconImport } from "remixicon/icons/Buildings/home-2-fill.svg";
|
|
20
|
+
import home2LineSvgImport, { ReactComponent as Home2LineIconImport } from "remixicon/icons/Buildings/home-2-line.svg";
|
|
21
|
+
import home3FillSvgImport, { ReactComponent as Home3FillIconImport } from "remixicon/icons/Buildings/home-3-fill.svg";
|
|
22
|
+
import home3LineSvgImport, { ReactComponent as Home3LineIconImport } from "remixicon/icons/Buildings/home-3-line.svg";
|
|
23
|
+
import home4FillSvgImport, { ReactComponent as Home4FillIconImport } from "remixicon/icons/Buildings/home-4-fill.svg";
|
|
24
|
+
import home4LineSvgImport, { ReactComponent as Home4LineIconImport } from "remixicon/icons/Buildings/home-4-line.svg";
|
|
25
|
+
import home5FillSvgImport, { ReactComponent as Home5FillIconImport } from "remixicon/icons/Buildings/home-5-fill.svg";
|
|
26
|
+
import home5LineSvgImport, { ReactComponent as Home5LineIconImport } from "remixicon/icons/Buildings/home-5-line.svg";
|
|
27
|
+
import home6FillSvgImport, { ReactComponent as Home6FillIconImport } from "remixicon/icons/Buildings/home-6-fill.svg";
|
|
28
|
+
import home6LineSvgImport, { ReactComponent as Home6LineIconImport } from "remixicon/icons/Buildings/home-6-line.svg";
|
|
29
|
+
import home7FillSvgImport, { ReactComponent as Home7FillIconImport } from "remixicon/icons/Buildings/home-7-fill.svg";
|
|
30
|
+
import home7LineSvgImport, { ReactComponent as Home7LineIconImport } from "remixicon/icons/Buildings/home-7-line.svg";
|
|
31
|
+
import home8FillSvgImport, { ReactComponent as Home8FillIconImport } from "remixicon/icons/Buildings/home-8-fill.svg";
|
|
32
|
+
import home8LineSvgImport, { ReactComponent as Home8LineIconImport } from "remixicon/icons/Buildings/home-8-line.svg";
|
|
33
|
+
import homeFillSvgImport, { ReactComponent as HomeFillIconImport } from "remixicon/icons/Buildings/home-fill.svg";
|
|
34
|
+
import homeGearFillSvgImport, { ReactComponent as HomeGearFillIconImport } from "remixicon/icons/Buildings/home-gear-fill.svg";
|
|
35
|
+
import homeGearLineSvgImport, { ReactComponent as HomeGearLineIconImport } from "remixicon/icons/Buildings/home-gear-line.svg";
|
|
36
|
+
import homeHeartFillSvgImport, { ReactComponent as HomeHeartFillIconImport } from "remixicon/icons/Buildings/home-heart-fill.svg";
|
|
37
|
+
import homeHeartLineSvgImport, { ReactComponent as HomeHeartLineIconImport } from "remixicon/icons/Buildings/home-heart-line.svg";
|
|
38
|
+
import homeLineSvgImport, { ReactComponent as HomeLineIconImport } from "remixicon/icons/Buildings/home-line.svg";
|
|
39
|
+
import homeOfficeFillSvgImport, { ReactComponent as HomeOfficeFillIconImport } from "remixicon/icons/Buildings/home-office-fill.svg";
|
|
40
|
+
import homeOfficeLineSvgImport, { ReactComponent as HomeOfficeLineIconImport } from "remixicon/icons/Buildings/home-office-line.svg";
|
|
41
|
+
import homeSmile2FillSvgImport, { ReactComponent as HomeSmile2FillIconImport } from "remixicon/icons/Buildings/home-smile-2-fill.svg";
|
|
42
|
+
import homeSmile2LineSvgImport, { ReactComponent as HomeSmile2LineIconImport } from "remixicon/icons/Buildings/home-smile-2-line.svg";
|
|
43
|
+
import homeSmileFillSvgImport, { ReactComponent as HomeSmileFillIconImport } from "remixicon/icons/Buildings/home-smile-fill.svg";
|
|
44
|
+
import homeSmileLineSvgImport, { ReactComponent as HomeSmileLineIconImport } from "remixicon/icons/Buildings/home-smile-line.svg";
|
|
45
|
+
import homeWifiFillSvgImport, { ReactComponent as HomeWifiFillIconImport } from "remixicon/icons/Buildings/home-wifi-fill.svg";
|
|
46
|
+
import homeWifiLineSvgImport, { ReactComponent as HomeWifiLineIconImport } from "remixicon/icons/Buildings/home-wifi-line.svg";
|
|
47
|
+
import hospitalFillSvgImport, { ReactComponent as HospitalFillIconImport } from "remixicon/icons/Buildings/hospital-fill.svg";
|
|
48
|
+
import hospitalLineSvgImport, { ReactComponent as HospitalLineIconImport } from "remixicon/icons/Buildings/hospital-line.svg";
|
|
49
|
+
import hotelFillSvgImport, { ReactComponent as HotelFillIconImport } from "remixicon/icons/Buildings/hotel-fill.svg";
|
|
50
|
+
import hotelLineSvgImport, { ReactComponent as HotelLineIconImport } from "remixicon/icons/Buildings/hotel-line.svg";
|
|
51
|
+
import schoolFillSvgImport, { ReactComponent as SchoolFillIconImport } from "remixicon/icons/Buildings/school-fill.svg";
|
|
52
|
+
import schoolLineSvgImport, { ReactComponent as SchoolLineIconImport } from "remixicon/icons/Buildings/school-line.svg";
|
|
53
|
+
import store2FillSvgImport, { ReactComponent as Store2FillIconImport } from "remixicon/icons/Buildings/store-2-fill.svg";
|
|
54
|
+
import store2LineSvgImport, { ReactComponent as Store2LineIconImport } from "remixicon/icons/Buildings/store-2-line.svg";
|
|
55
|
+
import store3FillSvgImport, { ReactComponent as Store3FillIconImport } from "remixicon/icons/Buildings/store-3-fill.svg";
|
|
56
|
+
import store3LineSvgImport, { ReactComponent as Store3LineIconImport } from "remixicon/icons/Buildings/store-3-line.svg";
|
|
57
|
+
import storeFillSvgImport, { ReactComponent as StoreFillIconImport } from "remixicon/icons/Buildings/store-fill.svg";
|
|
58
|
+
import storeLineSvgImport, { ReactComponent as StoreLineIconImport } from "remixicon/icons/Buildings/store-line.svg";
|
|
59
|
+
export var ancientGateFillSvg = ancientGateFillSvgImport;
|
|
60
60
|
export var AncientGateFillIcon = AncientGateFillIconImport;
|
|
61
|
-
export var
|
|
61
|
+
export var ancientGateLineSvg = ancientGateLineSvgImport;
|
|
62
62
|
export var AncientGateLineIcon = AncientGateLineIconImport;
|
|
63
|
-
export var
|
|
63
|
+
export var ancientPavilionFillSvg = ancientPavilionFillSvgImport;
|
|
64
64
|
export var AncientPavilionFillIcon = AncientPavilionFillIconImport;
|
|
65
|
-
export var
|
|
65
|
+
export var ancientPavilionLineSvg = ancientPavilionLineSvgImport;
|
|
66
66
|
export var AncientPavilionLineIcon = AncientPavilionLineIconImport;
|
|
67
|
-
export var
|
|
67
|
+
export var bankFillSvg = bankFillSvgImport;
|
|
68
68
|
export var BankFillIcon = BankFillIconImport;
|
|
69
|
-
export var
|
|
69
|
+
export var bankLineSvg = bankLineSvgImport;
|
|
70
70
|
export var BankLineIcon = BankLineIconImport;
|
|
71
|
-
export var
|
|
71
|
+
export var building2FillSvg = building2FillSvgImport;
|
|
72
72
|
export var Building2FillIcon = Building2FillIconImport;
|
|
73
|
-
export var
|
|
73
|
+
export var building2LineSvg = building2LineSvgImport;
|
|
74
74
|
export var Building2LineIcon = Building2LineIconImport;
|
|
75
|
-
export var
|
|
75
|
+
export var building3FillSvg = building3FillSvgImport;
|
|
76
76
|
export var Building3FillIcon = Building3FillIconImport;
|
|
77
|
-
export var
|
|
77
|
+
export var building3LineSvg = building3LineSvgImport;
|
|
78
78
|
export var Building3LineIcon = Building3LineIconImport;
|
|
79
|
-
export var
|
|
79
|
+
export var building4FillSvg = building4FillSvgImport;
|
|
80
80
|
export var Building4FillIcon = Building4FillIconImport;
|
|
81
|
-
export var
|
|
81
|
+
export var building4LineSvg = building4LineSvgImport;
|
|
82
82
|
export var Building4LineIcon = Building4LineIconImport;
|
|
83
|
-
export var
|
|
83
|
+
export var buildingFillSvg = buildingFillSvgImport;
|
|
84
84
|
export var BuildingFillIcon = BuildingFillIconImport;
|
|
85
|
-
export var
|
|
85
|
+
export var buildingLineSvg = buildingLineSvgImport;
|
|
86
86
|
export var BuildingLineIcon = BuildingLineIconImport;
|
|
87
|
-
export var
|
|
87
|
+
export var communityFillSvg = communityFillSvgImport;
|
|
88
88
|
export var CommunityFillIcon = CommunityFillIconImport;
|
|
89
|
-
export var
|
|
89
|
+
export var communityLineSvg = communityLineSvgImport;
|
|
90
90
|
export var CommunityLineIcon = CommunityLineIconImport;
|
|
91
|
-
export var
|
|
91
|
+
export var governmentFillSvg = governmentFillSvgImport;
|
|
92
92
|
export var GovernmentFillIcon = GovernmentFillIconImport;
|
|
93
|
-
export var
|
|
93
|
+
export var governmentLineSvg = governmentLineSvgImport;
|
|
94
94
|
export var GovernmentLineIcon = GovernmentLineIconImport;
|
|
95
|
-
export var
|
|
95
|
+
export var home2FillSvg = home2FillSvgImport;
|
|
96
96
|
export var Home2FillIcon = Home2FillIconImport;
|
|
97
|
-
export var
|
|
97
|
+
export var home2LineSvg = home2LineSvgImport;
|
|
98
98
|
export var Home2LineIcon = Home2LineIconImport;
|
|
99
|
-
export var
|
|
99
|
+
export var home3FillSvg = home3FillSvgImport;
|
|
100
100
|
export var Home3FillIcon = Home3FillIconImport;
|
|
101
|
-
export var
|
|
101
|
+
export var home3LineSvg = home3LineSvgImport;
|
|
102
102
|
export var Home3LineIcon = Home3LineIconImport;
|
|
103
|
-
export var
|
|
103
|
+
export var home4FillSvg = home4FillSvgImport;
|
|
104
104
|
export var Home4FillIcon = Home4FillIconImport;
|
|
105
|
-
export var
|
|
105
|
+
export var home4LineSvg = home4LineSvgImport;
|
|
106
106
|
export var Home4LineIcon = Home4LineIconImport;
|
|
107
|
-
export var
|
|
107
|
+
export var home5FillSvg = home5FillSvgImport;
|
|
108
108
|
export var Home5FillIcon = Home5FillIconImport;
|
|
109
|
-
export var
|
|
109
|
+
export var home5LineSvg = home5LineSvgImport;
|
|
110
110
|
export var Home5LineIcon = Home5LineIconImport;
|
|
111
|
-
export var
|
|
111
|
+
export var home6FillSvg = home6FillSvgImport;
|
|
112
112
|
export var Home6FillIcon = Home6FillIconImport;
|
|
113
|
-
export var
|
|
113
|
+
export var home6LineSvg = home6LineSvgImport;
|
|
114
114
|
export var Home6LineIcon = Home6LineIconImport;
|
|
115
|
-
export var
|
|
115
|
+
export var home7FillSvg = home7FillSvgImport;
|
|
116
116
|
export var Home7FillIcon = Home7FillIconImport;
|
|
117
|
-
export var
|
|
117
|
+
export var home7LineSvg = home7LineSvgImport;
|
|
118
118
|
export var Home7LineIcon = Home7LineIconImport;
|
|
119
|
-
export var
|
|
119
|
+
export var home8FillSvg = home8FillSvgImport;
|
|
120
120
|
export var Home8FillIcon = Home8FillIconImport;
|
|
121
|
-
export var
|
|
121
|
+
export var home8LineSvg = home8LineSvgImport;
|
|
122
122
|
export var Home8LineIcon = Home8LineIconImport;
|
|
123
|
-
export var
|
|
123
|
+
export var homeFillSvg = homeFillSvgImport;
|
|
124
124
|
export var HomeFillIcon = HomeFillIconImport;
|
|
125
|
-
export var
|
|
125
|
+
export var homeGearFillSvg = homeGearFillSvgImport;
|
|
126
126
|
export var HomeGearFillIcon = HomeGearFillIconImport;
|
|
127
|
-
export var
|
|
127
|
+
export var homeGearLineSvg = homeGearLineSvgImport;
|
|
128
128
|
export var HomeGearLineIcon = HomeGearLineIconImport;
|
|
129
|
-
export var
|
|
129
|
+
export var homeHeartFillSvg = homeHeartFillSvgImport;
|
|
130
130
|
export var HomeHeartFillIcon = HomeHeartFillIconImport;
|
|
131
|
-
export var
|
|
131
|
+
export var homeHeartLineSvg = homeHeartLineSvgImport;
|
|
132
132
|
export var HomeHeartLineIcon = HomeHeartLineIconImport;
|
|
133
|
-
export var
|
|
133
|
+
export var homeLineSvg = homeLineSvgImport;
|
|
134
134
|
export var HomeLineIcon = HomeLineIconImport;
|
|
135
|
-
export var
|
|
135
|
+
export var homeOfficeFillSvg = homeOfficeFillSvgImport;
|
|
136
136
|
export var HomeOfficeFillIcon = HomeOfficeFillIconImport;
|
|
137
|
-
export var
|
|
137
|
+
export var homeOfficeLineSvg = homeOfficeLineSvgImport;
|
|
138
138
|
export var HomeOfficeLineIcon = HomeOfficeLineIconImport;
|
|
139
|
-
export var
|
|
139
|
+
export var homeSmile2FillSvg = homeSmile2FillSvgImport;
|
|
140
140
|
export var HomeSmile2FillIcon = HomeSmile2FillIconImport;
|
|
141
|
-
export var
|
|
141
|
+
export var homeSmile2LineSvg = homeSmile2LineSvgImport;
|
|
142
142
|
export var HomeSmile2LineIcon = HomeSmile2LineIconImport;
|
|
143
|
-
export var
|
|
143
|
+
export var homeSmileFillSvg = homeSmileFillSvgImport;
|
|
144
144
|
export var HomeSmileFillIcon = HomeSmileFillIconImport;
|
|
145
|
-
export var
|
|
145
|
+
export var homeSmileLineSvg = homeSmileLineSvgImport;
|
|
146
146
|
export var HomeSmileLineIcon = HomeSmileLineIconImport;
|
|
147
|
-
export var
|
|
147
|
+
export var homeWifiFillSvg = homeWifiFillSvgImport;
|
|
148
148
|
export var HomeWifiFillIcon = HomeWifiFillIconImport;
|
|
149
|
-
export var
|
|
149
|
+
export var homeWifiLineSvg = homeWifiLineSvgImport;
|
|
150
150
|
export var HomeWifiLineIcon = HomeWifiLineIconImport;
|
|
151
|
-
export var
|
|
151
|
+
export var hospitalFillSvg = hospitalFillSvgImport;
|
|
152
152
|
export var HospitalFillIcon = HospitalFillIconImport;
|
|
153
|
-
export var
|
|
153
|
+
export var hospitalLineSvg = hospitalLineSvgImport;
|
|
154
154
|
export var HospitalLineIcon = HospitalLineIconImport;
|
|
155
|
-
export var
|
|
155
|
+
export var hotelFillSvg = hotelFillSvgImport;
|
|
156
156
|
export var HotelFillIcon = HotelFillIconImport;
|
|
157
|
-
export var
|
|
157
|
+
export var hotelLineSvg = hotelLineSvgImport;
|
|
158
158
|
export var HotelLineIcon = HotelLineIconImport;
|
|
159
|
-
export var
|
|
159
|
+
export var schoolFillSvg = schoolFillSvgImport;
|
|
160
160
|
export var SchoolFillIcon = SchoolFillIconImport;
|
|
161
|
-
export var
|
|
161
|
+
export var schoolLineSvg = schoolLineSvgImport;
|
|
162
162
|
export var SchoolLineIcon = SchoolLineIconImport;
|
|
163
|
-
export var
|
|
163
|
+
export var store2FillSvg = store2FillSvgImport;
|
|
164
164
|
export var Store2FillIcon = Store2FillIconImport;
|
|
165
|
-
export var
|
|
165
|
+
export var store2LineSvg = store2LineSvgImport;
|
|
166
166
|
export var Store2LineIcon = Store2LineIconImport;
|
|
167
|
-
export var
|
|
167
|
+
export var store3FillSvg = store3FillSvgImport;
|
|
168
168
|
export var Store3FillIcon = Store3FillIconImport;
|
|
169
|
-
export var
|
|
169
|
+
export var store3LineSvg = store3LineSvgImport;
|
|
170
170
|
export var Store3LineIcon = Store3LineIconImport;
|
|
171
|
-
export var
|
|
171
|
+
export var storeFillSvg = storeFillSvgImport;
|
|
172
172
|
export var StoreFillIcon = StoreFillIconImport;
|
|
173
|
-
export var
|
|
173
|
+
export var storeLineSvg = storeLineSvgImport;
|
|
174
174
|
export var StoreLineIcon = StoreLineIconImport;
|