@wikicasa-dev/svg-icons 1.2.16 → 1.2.18
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.
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { h as t } from "vue";
|
|
2
|
+
import { s as r } from "./svgIconFactory-BpnFimFz.js";
|
|
3
|
+
const n = (o) => r({
|
|
4
|
+
props: o,
|
|
5
|
+
svgNodeAttrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 18.648 17.5" },
|
|
6
|
+
childrenNodes: t(
|
|
7
|
+
"g",
|
|
8
|
+
{ id: "History", transform: "translate(0.553 0.25)" },
|
|
9
|
+
t("g", { id: "Raggruppa_8565" }, [
|
|
10
|
+
t("path", {
|
|
11
|
+
id: "Tracciato_13227",
|
|
12
|
+
d: "M2.4,7.562l-1.094.975L.5,7.51",
|
|
13
|
+
fill: "none",
|
|
14
|
+
stroke: o["stroke-color"] ?? "#3c474d",
|
|
15
|
+
"stroke-linecap": "round",
|
|
16
|
+
"stroke-linejoin": "round",
|
|
17
|
+
"stroke-width": o["stroke-width"] ?? "1.5"
|
|
18
|
+
}),
|
|
19
|
+
t("path", {
|
|
20
|
+
id: "Tracciato_13228",
|
|
21
|
+
d: "M1.345,8.5a8,8,0,1,1,4.17,7.025",
|
|
22
|
+
fill: "none",
|
|
23
|
+
stroke: o["stroke-color"] ?? "#3c474d",
|
|
24
|
+
"stroke-linecap": "round",
|
|
25
|
+
"stroke-linejoin": "round",
|
|
26
|
+
"stroke-width": o["stroke-width"] ?? "1.5"
|
|
27
|
+
})
|
|
28
|
+
])
|
|
29
|
+
)
|
|
30
|
+
});
|
|
31
|
+
export {
|
|
32
|
+
n as HistoryIcon
|
|
33
|
+
};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { h as r } from "vue";
|
|
2
|
+
import { s as o } from "./svgIconFactory-BpnFimFz.js";
|
|
3
|
+
const l = (t) => o({
|
|
4
|
+
props: t,
|
|
5
|
+
svgNodeAttrs: {
|
|
6
|
+
viewBox: "0 0 19.902 19.902"
|
|
7
|
+
},
|
|
8
|
+
childrenNodes: r("g", { id: "Raggruppa_48709", transform: "translate(-174.049 -519.665)" }, [
|
|
9
|
+
r("path", {
|
|
10
|
+
id: "Tracciato_62996",
|
|
11
|
+
d: "M19.251,10A9.251,9.251,0,1,1,10,.749,9.251,9.251,0,0,1,19.251,10",
|
|
12
|
+
transform: "translate(194 539.615) rotate(180)",
|
|
13
|
+
fill: t["fill-color"] ?? "#fff"
|
|
14
|
+
}),
|
|
15
|
+
r("circle", {
|
|
16
|
+
id: "Ellisse_412",
|
|
17
|
+
cx: "9.251",
|
|
18
|
+
cy: "9.251",
|
|
19
|
+
r: "9.251",
|
|
20
|
+
transform: "translate(193.251 538.867) rotate(180)",
|
|
21
|
+
fill: "none",
|
|
22
|
+
stroke: t["stroke-color"] ?? "#2b5dff",
|
|
23
|
+
"stroke-width": t["stroke-width"] ?? "1.4"
|
|
24
|
+
}),
|
|
25
|
+
r("path", {
|
|
26
|
+
id: "Tracciato_62998",
|
|
27
|
+
d: "M3.668-9.87a3.269,3.269,0,0,1,2.289.784,2.752,2.752,0,0,1,.861,2.142,2.557,2.557,0,0,1-.9,2.128,3.709,3.709,0,0,1-2.38.714L3.486-3H2.1l-.07-2.2h.462a4.731,4.731,0,0,0,2.079-.364,1.4,1.4,0,0,0,.721-1.386,1.556,1.556,0,0,0-.427-1.162,1.614,1.614,0,0,0-1.183-.42,1.673,1.673,0,0,0-1.19.406,1.477,1.477,0,0,0-.434,1.134H.56a2.953,2.953,0,0,1,.378-1.5A2.582,2.582,0,0,1,2.023-9.506,3.546,3.546,0,0,1,3.668-9.87ZM2.772.1A.989.989,0,0,1,2.044-.2.989.989,0,0,1,1.75-.924a.989.989,0,0,1,.294-.728.989.989,0,0,1,.728-.294.972.972,0,0,1,.714.294.989.989,0,0,1,.294.728A.989.989,0,0,1,3.486-.2.972.972,0,0,1,2.772.1Z",
|
|
28
|
+
transform: "translate(180.749 534.695)",
|
|
29
|
+
fill: t["stroke-color"] ?? "#2b5dff"
|
|
30
|
+
})
|
|
31
|
+
])
|
|
32
|
+
});
|
|
33
|
+
export {
|
|
34
|
+
l as QuestionIconRounded
|
|
35
|
+
};
|
package/dist/index.js
CHANGED
|
@@ -9,14 +9,14 @@ import { CloseIcon as g } from "./CloseIcon.js";
|
|
|
9
9
|
import { DashboardIcon as k } from "./DashboardIcon.js";
|
|
10
10
|
import { DeleteIcon as W } from "./DeleteIcon.js";
|
|
11
11
|
import { DrawIcon as P } from "./DrawIcon.js";
|
|
12
|
-
import { EditIcon as
|
|
12
|
+
import { EditIcon as A } from "./EditIcon.js";
|
|
13
13
|
import { GermanyFlagIcon as T } from "./GermanyFlagIcon.js";
|
|
14
14
|
import { HeartIcon as F } from "./HeartIcon.js";
|
|
15
|
-
import { HidePswIcon as
|
|
16
|
-
import { HomeIcon as
|
|
15
|
+
import { HidePswIcon as H } from "./HidePswIcon.js";
|
|
16
|
+
import { HomeIcon as N } from "./HomeIcon.js";
|
|
17
17
|
import { ItalyFlagIcon as M } from "./ItalyFlagIcon.js";
|
|
18
|
-
import { LayersIcon as
|
|
19
|
-
import { LocationIcon as
|
|
18
|
+
import { LayersIcon as B } from "./LayersIcon.js";
|
|
19
|
+
import { LocationIcon as G } from "./LocationIcon.js";
|
|
20
20
|
import { LogoutIcon as E } from "./LogoutIcon.js";
|
|
21
21
|
import { MailIcon as q } from "./MailIcon.js";
|
|
22
22
|
import { MapIcon as K } from "./MapIcon.js";
|
|
@@ -35,14 +35,14 @@ import { SearchIcon as so } from "./SearchIcon.js";
|
|
|
35
35
|
import { ShareIcon as uo } from "./ShareIcon.js";
|
|
36
36
|
import { SuitcaseIcon as ho } from "./SuitcaseIcon.js";
|
|
37
37
|
import { TieIcon as So } from "./TieIcon.js";
|
|
38
|
-
import { TourIcon as
|
|
38
|
+
import { TourIcon as yo } from "./TourIcon.js";
|
|
39
39
|
import { UkFlagIcon as Co } from "./UkFlagIcon.js";
|
|
40
40
|
import { ValuationIcon as wo } from "./ValuationIcon.js";
|
|
41
41
|
import { VideoIcon as bo } from "./VideoIcon.js";
|
|
42
|
-
import { ViewPswIcon as
|
|
43
|
-
import { WalletIcon as
|
|
44
|
-
import { WarningIcon as
|
|
45
|
-
import { WarningIconRounded as
|
|
42
|
+
import { ViewPswIcon as Lo } from "./ViewPswIcon.js";
|
|
43
|
+
import { WalletIcon as vo } from "./WalletIcon.js";
|
|
44
|
+
import { WarningIcon as Ro } from "./WarningIcon.js";
|
|
45
|
+
import { WarningIconRounded as Do } from "./WarningIconRounded.js";
|
|
46
46
|
import { WkAppIcon as Vo } from "./WkAppIcon.js";
|
|
47
47
|
import { AnalyticsIcon as Uo } from "./AnalyticsIcon.js";
|
|
48
48
|
import { WikicasaIcon as zo } from "./WikicasaIcon.js";
|
|
@@ -62,14 +62,14 @@ import { HouseValuationIcon as dr } from "./HouseValuationIcon.js";
|
|
|
62
62
|
import { CheckRoundedIcon as ur } from "./CheckRoundedIcon.js";
|
|
63
63
|
import { DownloadIcon as hr } from "./DownloadIcon.js";
|
|
64
64
|
import { SquareMeterIcon as Sr } from "./SquareMeterIcon.js";
|
|
65
|
-
import { PriceIcon as
|
|
65
|
+
import { PriceIcon as yr } from "./PriceIcon.js";
|
|
66
66
|
import { DemandIcon as Cr } from "./DemandIcon.js";
|
|
67
67
|
import { TransactionIcon as wr } from "./TransactionIcon.js";
|
|
68
68
|
import { InfoIcon as br } from "./InfoIcon.js";
|
|
69
|
-
import { CheckIcon as
|
|
70
|
-
import { ExternalLinkIcon as
|
|
71
|
-
import { BathroomIcon as
|
|
72
|
-
import { EnergyClassIcon as
|
|
69
|
+
import { CheckIcon as Lr } from "./CheckIcon.js";
|
|
70
|
+
import { ExternalLinkIcon as vr } from "./ExternalLinkIcon.js";
|
|
71
|
+
import { BathroomIcon as Rr } from "./BathroomIcon.js";
|
|
72
|
+
import { EnergyClassIcon as Dr } from "./EnergyClassIcon.js";
|
|
73
73
|
import { AuctionHammerIcon as Vr } from "./AuctionHammerIcon.js";
|
|
74
74
|
import { PhotoIcon as Ur } from "./PhotoIcon.js";
|
|
75
75
|
import { TelegramRoundedIcon as zr } from "./TelegramRoundedIcon.js";
|
|
@@ -89,14 +89,14 @@ import { BoxIcon as de } from "./BoxIcon.js";
|
|
|
89
89
|
import { ParkingIcon as ue } from "./ParkingIcon.js";
|
|
90
90
|
import { PoolIcon as he } from "./PoolIcon.js";
|
|
91
91
|
import { PrivateGardenIcon as Se } from "./PrivateGardenIcon.js";
|
|
92
|
-
import { CommunalGardenIcon as
|
|
92
|
+
import { CommunalGardenIcon as ye } from "./CommunalGardenIcon.js";
|
|
93
93
|
import { TennisIcon as Ce } from "./TennisIcon.js";
|
|
94
94
|
import { ReceptionIcon as we } from "./ReceptionIcon.js";
|
|
95
95
|
import { ArchitecturalBarriersIcon as be } from "./ArchitecturalBarriersIcon.js";
|
|
96
|
-
import { UploadIcon as
|
|
97
|
-
import { HobIcon as
|
|
98
|
-
import { FridgeIcon as
|
|
99
|
-
import { WashingMachineIcon as
|
|
96
|
+
import { UploadIcon as Le } from "./UploadIcon.js";
|
|
97
|
+
import { HobIcon as ve } from "./HobIcon.js";
|
|
98
|
+
import { FridgeIcon as Re } from "./FridgeIcon.js";
|
|
99
|
+
import { WashingMachineIcon as De } from "./WashingMachineIcon.js";
|
|
100
100
|
import { DishwasherIcon as Ve } from "./DishwasherIcon.js";
|
|
101
101
|
import { PhotoAlbumIcon as Ue } from "./PhotoAlbumIcon.js";
|
|
102
102
|
import { FurnishedIcon as ze } from "./FurnishedIcon.js";
|
|
@@ -116,14 +116,14 @@ import { EntranceIcon as dt } from "./EntranceIcon.js";
|
|
|
116
116
|
import { OpticFiberIcon as ut } from "./OpticFiberIcon.js";
|
|
117
117
|
import { ElectricGateIcon as ht } from "./ElectricGateIcon.js";
|
|
118
118
|
import { WhirlpoolIcon as St } from "./WhirlpoolIcon.js";
|
|
119
|
-
import { FireplaceIcon as
|
|
119
|
+
import { FireplaceIcon as yt } from "./FireplaceIcon.js";
|
|
120
120
|
import { SecurityDoorIcon as Ct } from "./SecurityDoorIcon.js";
|
|
121
121
|
import { TypeTvIcon as wt } from "./TypeTvIcon.js";
|
|
122
122
|
import { SatelliteSystemIcon as bt } from "./SatelliteSystemIcon.js";
|
|
123
|
-
import { TypeRollerShutterIcon as
|
|
124
|
-
import { TypeFloorIcon as
|
|
125
|
-
import { FrontBuildingIcon as
|
|
126
|
-
import { LaundryIcon as
|
|
123
|
+
import { TypeRollerShutterIcon as Lt } from "./TypeRollerShutterIcon.js";
|
|
124
|
+
import { TypeFloorIcon as vt } from "./TypeFloorIcon.js";
|
|
125
|
+
import { FrontBuildingIcon as Rt } from "./FrontBuildingIcon.js";
|
|
126
|
+
import { LaundryIcon as Dt } from "./LaundryIcon.js";
|
|
127
127
|
import { MezzanineIcon as Vt } from "./MezzanineIcon.js";
|
|
128
128
|
import { AttachedIcon as Ut } from "./AttachedIcon.js";
|
|
129
129
|
import { SupermarketIcon as zt } from "./SupermarketIcon.js";
|
|
@@ -141,39 +141,41 @@ import { MovingHandIcon as an } from "./MovingHandIcon.js";
|
|
|
141
141
|
import { FiltersIcon as sn } from "./FiltersIcon.js";
|
|
142
142
|
import { ListingIcon as gn } from "./ListingIcon.js";
|
|
143
143
|
import { AiIcon as kn } from "./AiIcon.js";
|
|
144
|
-
import {
|
|
145
|
-
import {
|
|
146
|
-
import {
|
|
147
|
-
import {
|
|
148
|
-
import {
|
|
149
|
-
import {
|
|
150
|
-
import {
|
|
151
|
-
import {
|
|
152
|
-
import {
|
|
153
|
-
import {
|
|
154
|
-
import {
|
|
155
|
-
import {
|
|
156
|
-
import {
|
|
157
|
-
import {
|
|
158
|
-
import {
|
|
159
|
-
import {
|
|
160
|
-
import {
|
|
161
|
-
import {
|
|
162
|
-
import {
|
|
163
|
-
import {
|
|
164
|
-
import {
|
|
165
|
-
import {
|
|
166
|
-
import {
|
|
167
|
-
import {
|
|
168
|
-
import {
|
|
169
|
-
import {
|
|
170
|
-
import {
|
|
171
|
-
import {
|
|
172
|
-
import {
|
|
173
|
-
import {
|
|
174
|
-
import {
|
|
175
|
-
import {
|
|
176
|
-
import {
|
|
144
|
+
import { QuestionIconRounded as Wn } from "./QuestionIconRounded.js";
|
|
145
|
+
import { HistoryIcon as Pn } from "./HistoryIcon.js";
|
|
146
|
+
import { BankIcon as An } from "./BankIcon.js";
|
|
147
|
+
import { CartIcon as Tn } from "./CartIcon.js";
|
|
148
|
+
import { ChargeIcon as Fn } from "./ChargeIcon.js";
|
|
149
|
+
import { HospitalIcon as Hn } from "./HospitalIcon.js";
|
|
150
|
+
import { PharmacyIcon as Nn } from "./PharmacyIcon.js";
|
|
151
|
+
import { PostOfficeIcon as Mn } from "./PostOfficeIcon.js";
|
|
152
|
+
import { SchoolIcon as Bn } from "./SchoolIcon.js";
|
|
153
|
+
import { SubwayIcon as Gn } from "./SubwayIcon.js";
|
|
154
|
+
import { TransportIcon as En } from "./TransportIcon.js";
|
|
155
|
+
import { MetroIcon as qn } from "./MetroIcon.js";
|
|
156
|
+
import { TrainIcon as Kn } from "./TrainIcon.js";
|
|
157
|
+
import { BusIcon as Qn } from "./BusIcon.js";
|
|
158
|
+
import { WikicasaDatiLogoIcon as Zn } from "./WikicasaDatiLogo.js";
|
|
159
|
+
import { WikicasaLogoIcon as Jn } from "./WikicasaLogo.js";
|
|
160
|
+
import { WikiNerdImg as _n } from "./WikiNerd.js";
|
|
161
|
+
import { WikiNerdValutaMobileImg as oc } from "./WikiNerdValutaMobile.js";
|
|
162
|
+
import { WikiNerdMercatoImg as ec } from "./WikiNerdMercatoHome.js";
|
|
163
|
+
import { WikiNerdValutaDesktopImg as nc } from "./WikiNerdValutaDesktop.js";
|
|
164
|
+
import { WikiNerdDownloadAppImg as mc } from "./WikiNerdDownloadApp.js";
|
|
165
|
+
import { WikicasaStudioLogoIcon as fc } from "./WikicasaStudioLogo.js";
|
|
166
|
+
import { GenericUserWikiAvatarImg as xc } from "./GenericUserWikiAvatar.js";
|
|
167
|
+
import { ShieldImg as ic } from "./ShieldImg.js";
|
|
168
|
+
import { SnapImg as sc } from "./SnapImg.js";
|
|
169
|
+
import { StopWatchImg as gc } from "./StopWatchImg.js";
|
|
170
|
+
import { CheckImg as kc } from "./CheckImg.js";
|
|
171
|
+
import { IareeImg as Wc } from "./IareeImg.js";
|
|
172
|
+
import { WikiNerdAnalyzeImg as Pc } from "./WikiNerdAnalyzeImg.js";
|
|
173
|
+
import { WikiNerdValuationNotAvailableImg as Ac } from "./WikiNerdValuationNotAvailableImg.js";
|
|
174
|
+
import { InsightImg as Tc } from "./InsightImg.js";
|
|
175
|
+
import { GenericUserWikiAvatarSquaredImg as Fc } from "./GenericUserWikiAvatarSquaredImg.js";
|
|
176
|
+
import { WikiNoSavedSearchesImg as Hc } from "./WikiNoSavedSearches.js";
|
|
177
|
+
import { WikicasaProIcon as Nc } from "./WikicasaProIcon.js";
|
|
178
|
+
import { WikiNerdAgency as Mc } from "./WikiNerdAgency.js";
|
|
177
179
|
export {
|
|
178
180
|
e as AboutUsIcon,
|
|
179
181
|
kn as AiIcon,
|
|
@@ -187,26 +189,26 @@ export {
|
|
|
187
189
|
Xe as AtticIcon,
|
|
188
190
|
Vr as AuctionHammerIcon,
|
|
189
191
|
Yt as BalconyIcon,
|
|
190
|
-
|
|
192
|
+
An as BankIcon,
|
|
191
193
|
m as BarChartIcon,
|
|
192
|
-
|
|
194
|
+
Rr as BathroomIcon,
|
|
193
195
|
f as BellIcon,
|
|
194
196
|
de as BoxIcon,
|
|
195
197
|
x as BulbIcon,
|
|
196
|
-
|
|
197
|
-
|
|
198
|
+
Qn as BusIcon,
|
|
199
|
+
Tn as CartIcon,
|
|
198
200
|
lt as CeilingIcon,
|
|
199
201
|
Oe as CellarIcon,
|
|
200
|
-
|
|
202
|
+
Fn as ChargeIcon,
|
|
201
203
|
i as CheckActiveIcon,
|
|
202
|
-
|
|
203
|
-
|
|
204
|
+
Lr as CheckIcon,
|
|
205
|
+
kc as CheckImg,
|
|
204
206
|
s as CheckInactiveIcon,
|
|
205
207
|
ur as CheckRoundedIcon,
|
|
206
208
|
Xt as ClockIcon,
|
|
207
209
|
g as CloseIcon,
|
|
208
210
|
ct as ClosetIcon,
|
|
209
|
-
|
|
211
|
+
ye as CommunalGardenIcon,
|
|
210
212
|
tn as ConditionTypeIcon,
|
|
211
213
|
jr as CredipassIcon,
|
|
212
214
|
$t as CrossIcon,
|
|
@@ -216,22 +218,22 @@ export {
|
|
|
216
218
|
Ve as DishwasherIcon,
|
|
217
219
|
hr as DownloadIcon,
|
|
218
220
|
P as DrawIcon,
|
|
219
|
-
|
|
221
|
+
A as EditIcon,
|
|
220
222
|
ht as ElectricGateIcon,
|
|
221
|
-
|
|
223
|
+
Dr as EnergyClassIcon,
|
|
222
224
|
dt as EntranceIcon,
|
|
223
|
-
|
|
225
|
+
vr as ExternalLinkIcon,
|
|
224
226
|
jo as FacebookIcon,
|
|
225
227
|
Yr as FacebookRoundedIcon,
|
|
226
228
|
sn as FiltersIcon,
|
|
227
|
-
|
|
229
|
+
yt as FireplaceIcon,
|
|
228
230
|
pt as FixturesIcon,
|
|
229
|
-
|
|
230
|
-
|
|
231
|
+
Re as FridgeIcon,
|
|
232
|
+
Rt as FrontBuildingIcon,
|
|
231
233
|
ze as FurnishedIcon,
|
|
232
234
|
Oo as GearIcon,
|
|
233
|
-
|
|
234
|
-
|
|
235
|
+
xc as GenericUserWikiAvatarImg,
|
|
236
|
+
Fc as GenericUserWikiAvatarSquaredImg,
|
|
235
237
|
cn as GeolocationIcon,
|
|
236
238
|
T as GermanyFlagIcon,
|
|
237
239
|
cr as GoogleIcon,
|
|
@@ -239,31 +241,32 @@ export {
|
|
|
239
241
|
tr as HamburgerMenuIcon,
|
|
240
242
|
F as HeartIcon,
|
|
241
243
|
Xr as HeartShadowedIcon,
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
244
|
+
H as HidePswIcon,
|
|
245
|
+
Pn as HistoryIcon,
|
|
246
|
+
ve as HobIcon,
|
|
247
|
+
N as HomeIcon,
|
|
248
|
+
Hn as HospitalIcon,
|
|
246
249
|
at as HotWaterIcon,
|
|
247
250
|
dr as HouseValuationIcon,
|
|
248
|
-
|
|
251
|
+
Wc as IareeImg,
|
|
249
252
|
br as InfoIcon,
|
|
250
|
-
|
|
253
|
+
Tc as InsightImg,
|
|
251
254
|
$o as InstagramIcon,
|
|
252
255
|
M as ItalyFlagIcon,
|
|
253
256
|
Ie as KeyIcon,
|
|
254
257
|
Ye as KitchenIcon,
|
|
255
|
-
|
|
256
|
-
|
|
258
|
+
Dt as LaundryIcon,
|
|
259
|
+
B as LayersIcon,
|
|
257
260
|
Ot as LiftIcon,
|
|
258
261
|
Xo as LinkedinIcon,
|
|
259
262
|
gn as ListingIcon,
|
|
260
|
-
|
|
263
|
+
G as LocationIcon,
|
|
261
264
|
pe as LockIcon,
|
|
262
265
|
E as LogoutIcon,
|
|
263
266
|
q as MailIcon,
|
|
264
267
|
K as MapIcon,
|
|
265
268
|
ae as MegaphoneIcon,
|
|
266
|
-
|
|
269
|
+
qn as MetroIcon,
|
|
267
270
|
Vt as MezzanineIcon,
|
|
268
271
|
an as MovingHandIcon,
|
|
269
272
|
Q as NewsIcon,
|
|
@@ -272,7 +275,7 @@ export {
|
|
|
272
275
|
ue as ParkingIcon,
|
|
273
276
|
le as ParkingSpotIcon,
|
|
274
277
|
ce as PartnershipIcon,
|
|
275
|
-
|
|
278
|
+
Nn as PharmacyIcon,
|
|
276
279
|
J as PhoneIcon,
|
|
277
280
|
Ue as PhotoAlbumIcon,
|
|
278
281
|
Ur as PhotoIcon,
|
|
@@ -281,30 +284,31 @@ export {
|
|
|
281
284
|
oo as PlanIcon,
|
|
282
285
|
eo as PlusIcon,
|
|
283
286
|
he as PoolIcon,
|
|
284
|
-
|
|
287
|
+
Mn as PostOfficeIcon,
|
|
285
288
|
no as PrestigeIcon,
|
|
286
|
-
|
|
289
|
+
yr as PriceIcon,
|
|
287
290
|
ar as PrincipalIcon,
|
|
288
291
|
mo as PrintIcon,
|
|
289
292
|
Se as PrivateGardenIcon,
|
|
290
293
|
fo as ProfileIcon,
|
|
294
|
+
Wn as QuestionIconRounded,
|
|
291
295
|
xo as QuotesIcon,
|
|
292
296
|
we as ReceptionIcon,
|
|
293
297
|
io as RequestIcon,
|
|
294
298
|
rt as RoofIcon,
|
|
295
299
|
bt as SatelliteSystemIcon,
|
|
296
|
-
|
|
300
|
+
Bn as SchoolIcon,
|
|
297
301
|
so as SearchIcon,
|
|
298
302
|
Ct as SecurityDoorIcon,
|
|
299
303
|
uo as ShareIcon,
|
|
300
|
-
|
|
301
|
-
|
|
304
|
+
ic as ShieldImg,
|
|
305
|
+
sc as SnapImg,
|
|
302
306
|
$r as SortIcon,
|
|
303
307
|
Sr as SquareMeterIcon,
|
|
304
308
|
te as StarIcon,
|
|
305
|
-
|
|
309
|
+
gc as StopWatchImg,
|
|
306
310
|
re as StreetViewIcon,
|
|
307
|
-
|
|
311
|
+
Gn as SubwayIcon,
|
|
308
312
|
ho as SuitcaseIcon,
|
|
309
313
|
zt as SupermarketIcon,
|
|
310
314
|
$e as TavernIcon,
|
|
@@ -312,41 +316,41 @@ export {
|
|
|
312
316
|
Ce as TennisIcon,
|
|
313
317
|
jt as TerraceIcon,
|
|
314
318
|
So as TieIcon,
|
|
315
|
-
|
|
319
|
+
yo as TourIcon,
|
|
316
320
|
In as TradingIcon,
|
|
317
|
-
|
|
321
|
+
Kn as TrainIcon,
|
|
318
322
|
wr as TransactionIcon,
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
323
|
+
En as TransportIcon,
|
|
324
|
+
vt as TypeFloorIcon,
|
|
325
|
+
Lt as TypeRollerShutterIcon,
|
|
322
326
|
wt as TypeTvIcon,
|
|
323
327
|
It as TypeViewIcon,
|
|
324
328
|
Co as UkFlagIcon,
|
|
325
|
-
|
|
329
|
+
Le as UploadIcon,
|
|
326
330
|
wo as ValuationIcon,
|
|
327
331
|
bo as VideoIcon,
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
332
|
+
Lo as ViewPswIcon,
|
|
333
|
+
vo as WalletIcon,
|
|
334
|
+
Ro as WarningIcon,
|
|
335
|
+
Do as WarningIconRounded,
|
|
336
|
+
De as WashingMachineIcon,
|
|
333
337
|
Or as WhatsappRoundedIcon,
|
|
334
338
|
St as WhirlpoolIcon,
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
339
|
+
Mc as WikiNerdAgency,
|
|
340
|
+
Pc as WikiNerdAnalyzeImg,
|
|
341
|
+
mc as WikiNerdDownloadAppImg,
|
|
342
|
+
_n as WikiNerdImg,
|
|
343
|
+
ec as WikiNerdMercatoImg,
|
|
344
|
+
Ac as WikiNerdValuationNotAvailableImg,
|
|
345
|
+
nc as WikiNerdValutaDesktopImg,
|
|
346
|
+
oc as WikiNerdValutaMobileImg,
|
|
347
|
+
Hc as WikiNoSavedSearchesImg,
|
|
348
|
+
Zn as WikicasaDatiLogoIcon,
|
|
345
349
|
zo as WikicasaIcon,
|
|
346
|
-
|
|
347
|
-
|
|
350
|
+
Jn as WikicasaLogoIcon,
|
|
351
|
+
Nc as WikicasaProIcon,
|
|
348
352
|
pr as WikicasaRoundedIcon,
|
|
349
|
-
|
|
353
|
+
fc as WikicasaStudioLogoIcon,
|
|
350
354
|
Vo as WkAppIcon,
|
|
351
355
|
Yo as WkFavIcon,
|
|
352
356
|
rr as YoutubeIcon,
|
package/dist/lib/index.d.ts
CHANGED
|
@@ -141,6 +141,8 @@ export { MovingHandIcon } from './svgIcons/MovingHandIcon';
|
|
|
141
141
|
export { FiltersIcon } from './svgIcons/FiltersIcon';
|
|
142
142
|
export { ListingIcon } from './svgIcons/ListingIcon';
|
|
143
143
|
export { AiIcon } from './svgIcons/AiIcon';
|
|
144
|
+
export { QuestionIconRounded } from './svgIcons/QuestionIconRounded';
|
|
145
|
+
export { HistoryIcon } from './svgIcons/HistoryIcon';
|
|
144
146
|
export { BankIcon } from './svgIcons/poi/BankIcon';
|
|
145
147
|
export { CartIcon } from './svgIcons/poi/CartIcon';
|
|
146
148
|
export { ChargeIcon } from './svgIcons/poi/ChargeIcon';
|