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