@team-monolith/cds 0.6.0 → 0.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (37) hide show
  1. package/dist/remixicons/Arrows/index.d.ts +108 -108
  2. package/dist/remixicons/Arrows/index.js +216 -216
  3. package/dist/remixicons/Buildings/index.d.ts +58 -58
  4. package/dist/remixicons/Buildings/index.js +116 -116
  5. package/dist/remixicons/Business/index.d.ts +192 -192
  6. package/dist/remixicons/Business/index.js +384 -384
  7. package/dist/remixicons/Communication/index.d.ts +64 -64
  8. package/dist/remixicons/Communication/index.js +128 -128
  9. package/dist/remixicons/Design/index.d.ts +164 -164
  10. package/dist/remixicons/Design/index.js +328 -328
  11. package/dist/remixicons/Development/index.d.ts +50 -50
  12. package/dist/remixicons/Development/index.js +100 -100
  13. package/dist/remixicons/Device/index.d.ts +166 -166
  14. package/dist/remixicons/Device/index.js +332 -332
  15. package/dist/remixicons/Document/index.d.ts +202 -202
  16. package/dist/remixicons/Document/index.js +404 -404
  17. package/dist/remixicons/Editor/index.d.ts +114 -114
  18. package/dist/remixicons/Editor/index.js +228 -228
  19. package/dist/remixicons/Finance/index.d.ts +140 -140
  20. package/dist/remixicons/Finance/index.js +280 -280
  21. package/dist/remixicons/Health & Medical/index.d.ts +62 -62
  22. package/dist/remixicons/Health & Medical/index.js +124 -124
  23. package/dist/remixicons/Logos/index.d.ts +224 -224
  24. package/dist/remixicons/Logos/index.js +448 -448
  25. package/dist/remixicons/Map/index.d.ts +174 -174
  26. package/dist/remixicons/Map/index.js +348 -348
  27. package/dist/remixicons/Media/index.d.ts +218 -218
  28. package/dist/remixicons/Media/index.js +436 -436
  29. package/dist/remixicons/Others/index.d.ts +104 -104
  30. package/dist/remixicons/Others/index.js +208 -208
  31. package/dist/remixicons/System/index.d.ts +262 -262
  32. package/dist/remixicons/System/index.js +524 -524
  33. package/dist/remixicons/User & Faces/index.d.ts +112 -112
  34. package/dist/remixicons/User & Faces/index.js +224 -224
  35. package/dist/remixicons/Weather/index.d.ts +80 -80
  36. package/dist/remixicons/Weather/index.js +160 -160
  37. package/package.json +1 -2
@@ -1,233 +1,233 @@
1
1
  /// <reference types="react" />
2
- export declare const AncientGateFillSvg: string;
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 AncientGateLineSvg: string;
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 AncientPavilionFillSvg: string;
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 AncientPavilionLineSvg: string;
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 BankFillSvg: string;
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 BankLineSvg: string;
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 Building2FillSvg: string;
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 Building2LineSvg: string;
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 Building3FillSvg: string;
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 Building3LineSvg: string;
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 Building4FillSvg: string;
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 Building4LineSvg: string;
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 BuildingFillSvg: string;
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 BuildingLineSvg: string;
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 CommunityFillSvg: string;
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 CommunityLineSvg: string;
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 GovernmentFillSvg: string;
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 GovernmentLineSvg: string;
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 Home2FillSvg: string;
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 Home2LineSvg: string;
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 Home3FillSvg: string;
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 Home3LineSvg: string;
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 Home4FillSvg: string;
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 Home4LineSvg: string;
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 Home5FillSvg: string;
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 Home5LineSvg: string;
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 Home6FillSvg: string;
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 Home6LineSvg: string;
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 Home7FillSvg: string;
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 Home7LineSvg: string;
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 Home8FillSvg: string;
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 Home8LineSvg: string;
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 HomeFillSvg: string;
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 HomeGearFillSvg: string;
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 HomeGearLineSvg: string;
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 HomeHeartFillSvg: string;
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 HomeHeartLineSvg: string;
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 HomeLineSvg: string;
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 HomeOfficeFillSvg: string;
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 HomeOfficeLineSvg: string;
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 HomeSmile2FillSvg: string;
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 HomeSmile2LineSvg: string;
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 HomeSmileFillSvg: string;
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 HomeSmileLineSvg: string;
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 HomeWifiFillSvg: string;
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 HomeWifiLineSvg: string;
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 HospitalFillSvg: string;
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 HospitalLineSvg: string;
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 HotelFillSvg: string;
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 HotelLineSvg: string;
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 SchoolFillSvg: string;
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 SchoolLineSvg: string;
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 Store2FillSvg: string;
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 Store2LineSvg: string;
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 Store3FillSvg: string;
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 Store3LineSvg: string;
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 StoreFillSvg: string;
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 StoreLineSvg: string;
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 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;
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 AncientGateLineSvg = AncientGateLineSvgImport;
61
+ export var ancientGateLineSvg = ancientGateLineSvgImport;
62
62
  export var AncientGateLineIcon = AncientGateLineIconImport;
63
- export var AncientPavilionFillSvg = AncientPavilionFillSvgImport;
63
+ export var ancientPavilionFillSvg = ancientPavilionFillSvgImport;
64
64
  export var AncientPavilionFillIcon = AncientPavilionFillIconImport;
65
- export var AncientPavilionLineSvg = AncientPavilionLineSvgImport;
65
+ export var ancientPavilionLineSvg = ancientPavilionLineSvgImport;
66
66
  export var AncientPavilionLineIcon = AncientPavilionLineIconImport;
67
- export var BankFillSvg = BankFillSvgImport;
67
+ export var bankFillSvg = bankFillSvgImport;
68
68
  export var BankFillIcon = BankFillIconImport;
69
- export var BankLineSvg = BankLineSvgImport;
69
+ export var bankLineSvg = bankLineSvgImport;
70
70
  export var BankLineIcon = BankLineIconImport;
71
- export var Building2FillSvg = Building2FillSvgImport;
71
+ export var building2FillSvg = building2FillSvgImport;
72
72
  export var Building2FillIcon = Building2FillIconImport;
73
- export var Building2LineSvg = Building2LineSvgImport;
73
+ export var building2LineSvg = building2LineSvgImport;
74
74
  export var Building2LineIcon = Building2LineIconImport;
75
- export var Building3FillSvg = Building3FillSvgImport;
75
+ export var building3FillSvg = building3FillSvgImport;
76
76
  export var Building3FillIcon = Building3FillIconImport;
77
- export var Building3LineSvg = Building3LineSvgImport;
77
+ export var building3LineSvg = building3LineSvgImport;
78
78
  export var Building3LineIcon = Building3LineIconImport;
79
- export var Building4FillSvg = Building4FillSvgImport;
79
+ export var building4FillSvg = building4FillSvgImport;
80
80
  export var Building4FillIcon = Building4FillIconImport;
81
- export var Building4LineSvg = Building4LineSvgImport;
81
+ export var building4LineSvg = building4LineSvgImport;
82
82
  export var Building4LineIcon = Building4LineIconImport;
83
- export var BuildingFillSvg = BuildingFillSvgImport;
83
+ export var buildingFillSvg = buildingFillSvgImport;
84
84
  export var BuildingFillIcon = BuildingFillIconImport;
85
- export var BuildingLineSvg = BuildingLineSvgImport;
85
+ export var buildingLineSvg = buildingLineSvgImport;
86
86
  export var BuildingLineIcon = BuildingLineIconImport;
87
- export var CommunityFillSvg = CommunityFillSvgImport;
87
+ export var communityFillSvg = communityFillSvgImport;
88
88
  export var CommunityFillIcon = CommunityFillIconImport;
89
- export var CommunityLineSvg = CommunityLineSvgImport;
89
+ export var communityLineSvg = communityLineSvgImport;
90
90
  export var CommunityLineIcon = CommunityLineIconImport;
91
- export var GovernmentFillSvg = GovernmentFillSvgImport;
91
+ export var governmentFillSvg = governmentFillSvgImport;
92
92
  export var GovernmentFillIcon = GovernmentFillIconImport;
93
- export var GovernmentLineSvg = GovernmentLineSvgImport;
93
+ export var governmentLineSvg = governmentLineSvgImport;
94
94
  export var GovernmentLineIcon = GovernmentLineIconImport;
95
- export var Home2FillSvg = Home2FillSvgImport;
95
+ export var home2FillSvg = home2FillSvgImport;
96
96
  export var Home2FillIcon = Home2FillIconImport;
97
- export var Home2LineSvg = Home2LineSvgImport;
97
+ export var home2LineSvg = home2LineSvgImport;
98
98
  export var Home2LineIcon = Home2LineIconImport;
99
- export var Home3FillSvg = Home3FillSvgImport;
99
+ export var home3FillSvg = home3FillSvgImport;
100
100
  export var Home3FillIcon = Home3FillIconImport;
101
- export var Home3LineSvg = Home3LineSvgImport;
101
+ export var home3LineSvg = home3LineSvgImport;
102
102
  export var Home3LineIcon = Home3LineIconImport;
103
- export var Home4FillSvg = Home4FillSvgImport;
103
+ export var home4FillSvg = home4FillSvgImport;
104
104
  export var Home4FillIcon = Home4FillIconImport;
105
- export var Home4LineSvg = Home4LineSvgImport;
105
+ export var home4LineSvg = home4LineSvgImport;
106
106
  export var Home4LineIcon = Home4LineIconImport;
107
- export var Home5FillSvg = Home5FillSvgImport;
107
+ export var home5FillSvg = home5FillSvgImport;
108
108
  export var Home5FillIcon = Home5FillIconImport;
109
- export var Home5LineSvg = Home5LineSvgImport;
109
+ export var home5LineSvg = home5LineSvgImport;
110
110
  export var Home5LineIcon = Home5LineIconImport;
111
- export var Home6FillSvg = Home6FillSvgImport;
111
+ export var home6FillSvg = home6FillSvgImport;
112
112
  export var Home6FillIcon = Home6FillIconImport;
113
- export var Home6LineSvg = Home6LineSvgImport;
113
+ export var home6LineSvg = home6LineSvgImport;
114
114
  export var Home6LineIcon = Home6LineIconImport;
115
- export var Home7FillSvg = Home7FillSvgImport;
115
+ export var home7FillSvg = home7FillSvgImport;
116
116
  export var Home7FillIcon = Home7FillIconImport;
117
- export var Home7LineSvg = Home7LineSvgImport;
117
+ export var home7LineSvg = home7LineSvgImport;
118
118
  export var Home7LineIcon = Home7LineIconImport;
119
- export var Home8FillSvg = Home8FillSvgImport;
119
+ export var home8FillSvg = home8FillSvgImport;
120
120
  export var Home8FillIcon = Home8FillIconImport;
121
- export var Home8LineSvg = Home8LineSvgImport;
121
+ export var home8LineSvg = home8LineSvgImport;
122
122
  export var Home8LineIcon = Home8LineIconImport;
123
- export var HomeFillSvg = HomeFillSvgImport;
123
+ export var homeFillSvg = homeFillSvgImport;
124
124
  export var HomeFillIcon = HomeFillIconImport;
125
- export var HomeGearFillSvg = HomeGearFillSvgImport;
125
+ export var homeGearFillSvg = homeGearFillSvgImport;
126
126
  export var HomeGearFillIcon = HomeGearFillIconImport;
127
- export var HomeGearLineSvg = HomeGearLineSvgImport;
127
+ export var homeGearLineSvg = homeGearLineSvgImport;
128
128
  export var HomeGearLineIcon = HomeGearLineIconImport;
129
- export var HomeHeartFillSvg = HomeHeartFillSvgImport;
129
+ export var homeHeartFillSvg = homeHeartFillSvgImport;
130
130
  export var HomeHeartFillIcon = HomeHeartFillIconImport;
131
- export var HomeHeartLineSvg = HomeHeartLineSvgImport;
131
+ export var homeHeartLineSvg = homeHeartLineSvgImport;
132
132
  export var HomeHeartLineIcon = HomeHeartLineIconImport;
133
- export var HomeLineSvg = HomeLineSvgImport;
133
+ export var homeLineSvg = homeLineSvgImport;
134
134
  export var HomeLineIcon = HomeLineIconImport;
135
- export var HomeOfficeFillSvg = HomeOfficeFillSvgImport;
135
+ export var homeOfficeFillSvg = homeOfficeFillSvgImport;
136
136
  export var HomeOfficeFillIcon = HomeOfficeFillIconImport;
137
- export var HomeOfficeLineSvg = HomeOfficeLineSvgImport;
137
+ export var homeOfficeLineSvg = homeOfficeLineSvgImport;
138
138
  export var HomeOfficeLineIcon = HomeOfficeLineIconImport;
139
- export var HomeSmile2FillSvg = HomeSmile2FillSvgImport;
139
+ export var homeSmile2FillSvg = homeSmile2FillSvgImport;
140
140
  export var HomeSmile2FillIcon = HomeSmile2FillIconImport;
141
- export var HomeSmile2LineSvg = HomeSmile2LineSvgImport;
141
+ export var homeSmile2LineSvg = homeSmile2LineSvgImport;
142
142
  export var HomeSmile2LineIcon = HomeSmile2LineIconImport;
143
- export var HomeSmileFillSvg = HomeSmileFillSvgImport;
143
+ export var homeSmileFillSvg = homeSmileFillSvgImport;
144
144
  export var HomeSmileFillIcon = HomeSmileFillIconImport;
145
- export var HomeSmileLineSvg = HomeSmileLineSvgImport;
145
+ export var homeSmileLineSvg = homeSmileLineSvgImport;
146
146
  export var HomeSmileLineIcon = HomeSmileLineIconImport;
147
- export var HomeWifiFillSvg = HomeWifiFillSvgImport;
147
+ export var homeWifiFillSvg = homeWifiFillSvgImport;
148
148
  export var HomeWifiFillIcon = HomeWifiFillIconImport;
149
- export var HomeWifiLineSvg = HomeWifiLineSvgImport;
149
+ export var homeWifiLineSvg = homeWifiLineSvgImport;
150
150
  export var HomeWifiLineIcon = HomeWifiLineIconImport;
151
- export var HospitalFillSvg = HospitalFillSvgImport;
151
+ export var hospitalFillSvg = hospitalFillSvgImport;
152
152
  export var HospitalFillIcon = HospitalFillIconImport;
153
- export var HospitalLineSvg = HospitalLineSvgImport;
153
+ export var hospitalLineSvg = hospitalLineSvgImport;
154
154
  export var HospitalLineIcon = HospitalLineIconImport;
155
- export var HotelFillSvg = HotelFillSvgImport;
155
+ export var hotelFillSvg = hotelFillSvgImport;
156
156
  export var HotelFillIcon = HotelFillIconImport;
157
- export var HotelLineSvg = HotelLineSvgImport;
157
+ export var hotelLineSvg = hotelLineSvgImport;
158
158
  export var HotelLineIcon = HotelLineIconImport;
159
- export var SchoolFillSvg = SchoolFillSvgImport;
159
+ export var schoolFillSvg = schoolFillSvgImport;
160
160
  export var SchoolFillIcon = SchoolFillIconImport;
161
- export var SchoolLineSvg = SchoolLineSvgImport;
161
+ export var schoolLineSvg = schoolLineSvgImport;
162
162
  export var SchoolLineIcon = SchoolLineIconImport;
163
- export var Store2FillSvg = Store2FillSvgImport;
163
+ export var store2FillSvg = store2FillSvgImport;
164
164
  export var Store2FillIcon = Store2FillIconImport;
165
- export var Store2LineSvg = Store2LineSvgImport;
165
+ export var store2LineSvg = store2LineSvgImport;
166
166
  export var Store2LineIcon = Store2LineIconImport;
167
- export var Store3FillSvg = Store3FillSvgImport;
167
+ export var store3FillSvg = store3FillSvgImport;
168
168
  export var Store3FillIcon = Store3FillIconImport;
169
- export var Store3LineSvg = Store3LineSvgImport;
169
+ export var store3LineSvg = store3LineSvgImport;
170
170
  export var Store3LineIcon = Store3LineIconImport;
171
- export var StoreFillSvg = StoreFillSvgImport;
171
+ export var storeFillSvg = storeFillSvgImport;
172
172
  export var StoreFillIcon = StoreFillIconImport;
173
- export var StoreLineSvg = StoreLineSvgImport;
173
+ export var storeLineSvg = storeLineSvgImport;
174
174
  export var StoreLineIcon = StoreLineIconImport;