@wikicasa-dev/svg-icons 1.1.0 → 1.2.0
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,46 @@
|
|
|
1
|
+
import { h as c } from "vue";
|
|
2
|
+
import { s } from "./svgIconFactory-BpnFimFz.js";
|
|
3
|
+
const i = (o) => s({
|
|
4
|
+
props: o,
|
|
5
|
+
svgNodeAttrs: {
|
|
6
|
+
viewBox: "0 0 19.13 17.54"
|
|
7
|
+
},
|
|
8
|
+
childrenNodes: [
|
|
9
|
+
c(
|
|
10
|
+
"defs",
|
|
11
|
+
c("style", ".cls-1{fill:none;stroke:#182742;stroke-linecap:round;stroke-width:1.54px;}")
|
|
12
|
+
),
|
|
13
|
+
c("g", { id: "Livello_3" }, [
|
|
14
|
+
c("path", { class: "cls-1", d: "M4.01,9.49l3.96,3.96c.28.28.72.28,1,0l9.39-9.39" }),
|
|
15
|
+
c(
|
|
16
|
+
"g",
|
|
17
|
+
{ id: "Raggruppa_7594" },
|
|
18
|
+
c(
|
|
19
|
+
"g",
|
|
20
|
+
{ id: "Raggruppa_8193" },
|
|
21
|
+
c("path", {
|
|
22
|
+
id: "Tracciato_8900",
|
|
23
|
+
class: "cls-1",
|
|
24
|
+
d: "M13.47,3.62L9.29,1c-.48-.3-1.1-.3-1.58,0L1.47,4.91c-.43.27-.7.75-.7,1.26v9.11c0,.82.67,1.49,1.49,1.49h8.06"
|
|
25
|
+
})
|
|
26
|
+
)
|
|
27
|
+
),
|
|
28
|
+
c(
|
|
29
|
+
"g",
|
|
30
|
+
{ id: "Raggruppa_7594-2" },
|
|
31
|
+
c(
|
|
32
|
+
"g",
|
|
33
|
+
{ id: "Raggruppa_8193-2" },
|
|
34
|
+
c("path", {
|
|
35
|
+
id: "Tracciato_8900-2",
|
|
36
|
+
class: "cls-1",
|
|
37
|
+
d: "M16.23,10.17v5.11c0,.82-.67,1.49-1.49,1.49h-4.41"
|
|
38
|
+
})
|
|
39
|
+
)
|
|
40
|
+
)
|
|
41
|
+
])
|
|
42
|
+
]
|
|
43
|
+
});
|
|
44
|
+
export {
|
|
45
|
+
i as ConditionTypeIcon
|
|
46
|
+
};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { h as e } from "vue";
|
|
2
|
+
import { g as n } from "./DefaultValues-CpabIgVz.js";
|
|
3
|
+
const s = (t, { attrs: o }) => {
|
|
4
|
+
t = { ...n(), ...t };
|
|
5
|
+
const { width: a, height: i } = t;
|
|
6
|
+
return e(
|
|
7
|
+
"svg",
|
|
8
|
+
{
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
viewBox: "0 0 17.019 17.019",
|
|
11
|
+
width: `${a}`,
|
|
12
|
+
height: `${i}`,
|
|
13
|
+
class: t.class ?? "",
|
|
14
|
+
"aria-hidden": o["aria-hidden"] ?? "true"
|
|
15
|
+
},
|
|
16
|
+
[
|
|
17
|
+
e("g", [
|
|
18
|
+
e("path", {
|
|
19
|
+
fill: "none",
|
|
20
|
+
stroke: "#222",
|
|
21
|
+
"stroke-linecap": "round",
|
|
22
|
+
"stroke-linejoin": "round",
|
|
23
|
+
d: "m16.453 1.356-6.264 14.51a1.074 1.074 0 0 1-2.045-.248l-.827-4.929a1.2 1.2 0 0 0-.987-.987l-4.929-.825a1.074 1.074 0 0 1-.248-2.046L15.667.566a.6.6 0 0 1 .786.79Z"
|
|
24
|
+
})
|
|
25
|
+
])
|
|
26
|
+
]
|
|
27
|
+
);
|
|
28
|
+
};
|
|
29
|
+
export {
|
|
30
|
+
s as GeolocationIcon
|
|
31
|
+
};
|
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 w } from "./GermanyFlagIcon.js";
|
|
14
14
|
import { HeartIcon as b } from "./HeartIcon.js";
|
|
15
15
|
import { HidePswIcon as N } from "./HidePswIcon.js";
|
|
16
16
|
import { HomeIcon as v } from "./HomeIcon.js";
|
|
17
17
|
import { ItalyFlagIcon as D } from "./ItalyFlagIcon.js";
|
|
18
18
|
import { LayersIcon as M } from "./LayersIcon.js";
|
|
19
|
-
import { LocationIcon as
|
|
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,7 +35,7 @@ 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 To } from "./ValuationIcon.js";
|
|
41
41
|
import { VideoIcon as Fo } from "./VideoIcon.js";
|
|
@@ -43,7 +43,7 @@ import { ViewPswIcon as Lo } from "./ViewPswIcon.js";
|
|
|
43
43
|
import { WalletIcon as Bo } from "./WalletIcon.js";
|
|
44
44
|
import { WarningIcon as Ho } from "./WarningIcon.js";
|
|
45
45
|
import { WarningIconRounded as Ro } from "./WarningIconRounded.js";
|
|
46
|
-
import { WkAppIcon as
|
|
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";
|
|
49
49
|
import { GearIcon as Oo } from "./GearIcon.js";
|
|
@@ -62,7 +62,7 @@ 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 Tr } from "./TransactionIcon.js";
|
|
68
68
|
import { InfoIcon as Fr } from "./InfoIcon.js";
|
|
@@ -70,7 +70,7 @@ import { CheckIcon as Lr } from "./CheckIcon.js";
|
|
|
70
70
|
import { ExternalLinkIcon as Br } from "./ExternalLinkIcon.js";
|
|
71
71
|
import { BathroomIcon as Hr } from "./BathroomIcon.js";
|
|
72
72
|
import { EnergyClassIcon as Rr } from "./EnergyClassIcon.js";
|
|
73
|
-
import { AuctionHammerIcon as
|
|
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";
|
|
76
76
|
import { WhatsappRoundedIcon as Or } from "./WhatsappRoundedIcon.js";
|
|
@@ -89,7 +89,7 @@ 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 Te } from "./ReceptionIcon.js";
|
|
95
95
|
import { ArchitecturalBarriersIcon as Fe } from "./ArchitecturalBarriersIcon.js";
|
|
@@ -97,7 +97,7 @@ import { UploadIcon as Le } from "./UploadIcon.js";
|
|
|
97
97
|
import { HobIcon as Be } from "./HobIcon.js";
|
|
98
98
|
import { FridgeIcon as He } from "./FridgeIcon.js";
|
|
99
99
|
import { WashingMachineIcon as Re } from "./WashingMachineIcon.js";
|
|
100
|
-
import { DishwasherIcon as
|
|
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";
|
|
103
103
|
import { CellarIcon as Oe } from "./CellarIcon.js";
|
|
@@ -116,7 +116,7 @@ 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 Tt } from "./TypeTvIcon.js";
|
|
122
122
|
import { SatelliteSystemIcon as Ft } from "./SatelliteSystemIcon.js";
|
|
@@ -124,7 +124,7 @@ import { TypeRollerShutterIcon as Lt } from "./TypeRollerShutterIcon.js";
|
|
|
124
124
|
import { TypeFloorIcon as Bt } from "./TypeFloorIcon.js";
|
|
125
125
|
import { FrontBuildingIcon as Ht } from "./FrontBuildingIcon.js";
|
|
126
126
|
import { LaundryIcon as Rt } from "./LaundryIcon.js";
|
|
127
|
-
import { MezzanineIcon as
|
|
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";
|
|
130
130
|
import { LiftIcon as Ot } from "./LiftIcon.js";
|
|
@@ -133,39 +133,41 @@ import { TerraceIcon as jt } from "./TerraceIcon.js";
|
|
|
133
133
|
import { ClockIcon as Xt } from "./ClockIcon.js";
|
|
134
134
|
import { CrossIcon as $t } from "./CrossIcon.js";
|
|
135
135
|
import { ZoomIcon as rn } from "./ZoomIcon.js";
|
|
136
|
-
import {
|
|
137
|
-
import {
|
|
138
|
-
import {
|
|
139
|
-
import {
|
|
140
|
-
import {
|
|
141
|
-
import {
|
|
142
|
-
import {
|
|
143
|
-
import {
|
|
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 {
|
|
136
|
+
import { ConditionTypeIcon as tn } from "./ConditionTypeIcon.js";
|
|
137
|
+
import { GeolocationIcon as cn } from "./GeolocationIcon.js";
|
|
138
|
+
import { BankIcon as pn } from "./BankIcon.js";
|
|
139
|
+
import { CartIcon as In } from "./CartIcon.js";
|
|
140
|
+
import { ChargeIcon as an } from "./ChargeIcon.js";
|
|
141
|
+
import { HospitalIcon as sn } from "./HospitalIcon.js";
|
|
142
|
+
import { PharmacyIcon as gn } from "./PharmacyIcon.js";
|
|
143
|
+
import { PostOfficeIcon as kn } from "./PostOfficeIcon.js";
|
|
144
|
+
import { SchoolIcon as Wn } from "./SchoolIcon.js";
|
|
145
|
+
import { SubwayIcon as Pn } from "./SubwayIcon.js";
|
|
146
|
+
import { TransportIcon as An } from "./TransportIcon.js";
|
|
147
|
+
import { MetroIcon as wn } from "./MetroIcon.js";
|
|
148
|
+
import { TrainIcon as bn } from "./TrainIcon.js";
|
|
149
|
+
import { BusIcon as Nn } from "./BusIcon.js";
|
|
150
|
+
import { WikicasaDatiLogoIcon as vn } from "./WikicasaDatiLogo.js";
|
|
151
|
+
import { WikicasaLogoIcon as Dn } from "./WikicasaLogo.js";
|
|
152
|
+
import { WikiNerdImg as Mn } from "./WikiNerd.js";
|
|
153
|
+
import { WikiNerdValutaMobileImg as Gn } from "./WikiNerdValutaMobile.js";
|
|
154
|
+
import { WikiNerdMercatoImg as En } from "./WikiNerdMercatoHome.js";
|
|
155
|
+
import { WikiNerdValutaDesktopImg as qn } from "./WikiNerdValutaDesktop.js";
|
|
156
|
+
import { WikiNerdDownloadAppImg as Kn } from "./WikiNerdDownloadApp.js";
|
|
157
|
+
import { WikicasaStudioLogoIcon as Qn } from "./WikicasaStudioLogo.js";
|
|
158
|
+
import { GenericUserWikiAvatarImg as Zn } from "./GenericUserWikiAvatar.js";
|
|
159
|
+
import { ShieldImg as Jn } from "./ShieldImg.js";
|
|
160
|
+
import { SnapImg as _n } from "./SnapImg.js";
|
|
161
|
+
import { StopWatchImg as oc } from "./StopWatchImg.js";
|
|
162
|
+
import { CheckImg as ec } from "./CheckImg.js";
|
|
163
|
+
import { IareeImg as nc } from "./IareeImg.js";
|
|
164
|
+
import { WikiNerdAnalyzeImg as mc } from "./WikiNerdAnalyzeImg.js";
|
|
165
|
+
import { WikiNerdValuationNotAvailableImg as fc } from "./WikiNerdValuationNotAvailableImg.js";
|
|
166
|
+
import { InsightImg as xc } from "./InsightImg.js";
|
|
167
|
+
import { GenericUserWikiAvatarSquaredImg as ic } from "./GenericUserWikiAvatarSquaredImg.js";
|
|
168
|
+
import { WikiNoSavedSearchesImg as sc } from "./WikiNoSavedSearches.js";
|
|
169
|
+
import { WikicasaProIcon as gc } from "./WikicasaProIcon.js";
|
|
170
|
+
import { WikiNerdAgency as kc } from "./WikiNerdAgency.js";
|
|
169
171
|
export {
|
|
170
172
|
e as AboutUsIcon,
|
|
171
173
|
je as AirConditionerIcon,
|
|
@@ -176,51 +178,53 @@ export {
|
|
|
176
178
|
Ir as ArrowIndicatorIcon,
|
|
177
179
|
Ut as AttachedIcon,
|
|
178
180
|
Xe as AtticIcon,
|
|
179
|
-
|
|
181
|
+
Vr as AuctionHammerIcon,
|
|
180
182
|
Yt as BalconyIcon,
|
|
181
|
-
|
|
183
|
+
pn as BankIcon,
|
|
182
184
|
m as BarChartIcon,
|
|
183
185
|
Hr as BathroomIcon,
|
|
184
186
|
f as BellIcon,
|
|
185
187
|
de as BoxIcon,
|
|
186
188
|
x as BulbIcon,
|
|
187
|
-
|
|
188
|
-
|
|
189
|
+
Nn as BusIcon,
|
|
190
|
+
In as CartIcon,
|
|
189
191
|
lt as CeilingIcon,
|
|
190
192
|
Oe as CellarIcon,
|
|
191
|
-
|
|
193
|
+
an as ChargeIcon,
|
|
192
194
|
i as CheckActiveIcon,
|
|
193
195
|
Lr as CheckIcon,
|
|
194
|
-
|
|
196
|
+
ec as CheckImg,
|
|
195
197
|
s as CheckInactiveIcon,
|
|
196
198
|
ur as CheckRoundedIcon,
|
|
197
199
|
Xt as ClockIcon,
|
|
198
200
|
g as CloseIcon,
|
|
199
201
|
ct as ClosetIcon,
|
|
200
|
-
|
|
202
|
+
ye as CommunalGardenIcon,
|
|
203
|
+
tn as ConditionTypeIcon,
|
|
201
204
|
jr as CredipassIcon,
|
|
202
205
|
$t as CrossIcon,
|
|
203
206
|
k as DashboardIcon,
|
|
204
207
|
W as DeleteIcon,
|
|
205
208
|
Cr as DemandIcon,
|
|
206
|
-
|
|
209
|
+
Ve as DishwasherIcon,
|
|
207
210
|
hr as DownloadIcon,
|
|
208
211
|
P as DrawIcon,
|
|
209
|
-
|
|
212
|
+
A as EditIcon,
|
|
210
213
|
ht as ElectricGateIcon,
|
|
211
214
|
Rr as EnergyClassIcon,
|
|
212
215
|
dt as EntranceIcon,
|
|
213
216
|
Br as ExternalLinkIcon,
|
|
214
217
|
jo as FacebookIcon,
|
|
215
218
|
Yr as FacebookRoundedIcon,
|
|
216
|
-
|
|
219
|
+
yt as FireplaceIcon,
|
|
217
220
|
pt as FixturesIcon,
|
|
218
221
|
He as FridgeIcon,
|
|
219
222
|
Ht as FrontBuildingIcon,
|
|
220
223
|
ze as FurnishedIcon,
|
|
221
224
|
Oo as GearIcon,
|
|
222
|
-
|
|
223
|
-
|
|
225
|
+
Zn as GenericUserWikiAvatarImg,
|
|
226
|
+
ic as GenericUserWikiAvatarSquaredImg,
|
|
227
|
+
cn as GeolocationIcon,
|
|
224
228
|
w as GermanyFlagIcon,
|
|
225
229
|
cr as GoogleIcon,
|
|
226
230
|
tr as HamburgerMenuIcon,
|
|
@@ -229,12 +233,12 @@ export {
|
|
|
229
233
|
N as HidePswIcon,
|
|
230
234
|
Be as HobIcon,
|
|
231
235
|
v as HomeIcon,
|
|
232
|
-
|
|
236
|
+
sn as HospitalIcon,
|
|
233
237
|
at as HotWaterIcon,
|
|
234
238
|
dr as HouseValuationIcon,
|
|
235
|
-
|
|
239
|
+
nc as IareeImg,
|
|
236
240
|
Fr as InfoIcon,
|
|
237
|
-
|
|
241
|
+
xc as InsightImg,
|
|
238
242
|
$o as InstagramIcon,
|
|
239
243
|
D as ItalyFlagIcon,
|
|
240
244
|
Ie as KeyIcon,
|
|
@@ -243,21 +247,21 @@ export {
|
|
|
243
247
|
M as LayersIcon,
|
|
244
248
|
Ot as LiftIcon,
|
|
245
249
|
Xo as LinkedinIcon,
|
|
246
|
-
|
|
250
|
+
G as LocationIcon,
|
|
247
251
|
pe as LockIcon,
|
|
248
252
|
E as LogoutIcon,
|
|
249
253
|
q as MailIcon,
|
|
250
254
|
K as MapIcon,
|
|
251
255
|
ae as MegaphoneIcon,
|
|
252
|
-
|
|
253
|
-
|
|
256
|
+
wn as MetroIcon,
|
|
257
|
+
Vt as MezzanineIcon,
|
|
254
258
|
Q as NewsIcon,
|
|
255
259
|
Z as NotesIcon,
|
|
256
260
|
ut as OpticFiberIcon,
|
|
257
261
|
ue as ParkingIcon,
|
|
258
262
|
le as ParkingSpotIcon,
|
|
259
263
|
ce as PartnershipIcon,
|
|
260
|
-
|
|
264
|
+
gn as PharmacyIcon,
|
|
261
265
|
J as PhoneIcon,
|
|
262
266
|
Ue as PhotoAlbumIcon,
|
|
263
267
|
Ur as PhotoIcon,
|
|
@@ -266,9 +270,9 @@ export {
|
|
|
266
270
|
oo as PlanIcon,
|
|
267
271
|
eo as PlusIcon,
|
|
268
272
|
he as PoolIcon,
|
|
269
|
-
|
|
273
|
+
kn as PostOfficeIcon,
|
|
270
274
|
no as PrestigeIcon,
|
|
271
|
-
|
|
275
|
+
yr as PriceIcon,
|
|
272
276
|
ar as PrincipalIcon,
|
|
273
277
|
mo as PrintIcon,
|
|
274
278
|
Se as PrivateGardenIcon,
|
|
@@ -278,18 +282,18 @@ export {
|
|
|
278
282
|
io as RequestIcon,
|
|
279
283
|
rt as RoofIcon,
|
|
280
284
|
Ft as SatelliteSystemIcon,
|
|
281
|
-
|
|
285
|
+
Wn as SchoolIcon,
|
|
282
286
|
so as SearchIcon,
|
|
283
287
|
Ct as SecurityDoorIcon,
|
|
284
288
|
uo as ShareIcon,
|
|
285
|
-
|
|
286
|
-
|
|
289
|
+
Jn as ShieldImg,
|
|
290
|
+
_n as SnapImg,
|
|
287
291
|
$r as SortIcon,
|
|
288
292
|
Sr as SquareMeterIcon,
|
|
289
293
|
te as StarIcon,
|
|
290
|
-
|
|
294
|
+
oc as StopWatchImg,
|
|
291
295
|
re as StreetViewIcon,
|
|
292
|
-
|
|
296
|
+
Pn as SubwayIcon,
|
|
293
297
|
ho as SuitcaseIcon,
|
|
294
298
|
zt as SupermarketIcon,
|
|
295
299
|
$e as TavernIcon,
|
|
@@ -297,10 +301,10 @@ export {
|
|
|
297
301
|
Ce as TennisIcon,
|
|
298
302
|
jt as TerraceIcon,
|
|
299
303
|
So as TieIcon,
|
|
300
|
-
|
|
301
|
-
|
|
304
|
+
yo as TourIcon,
|
|
305
|
+
bn as TrainIcon,
|
|
302
306
|
Tr as TransactionIcon,
|
|
303
|
-
|
|
307
|
+
An as TransportIcon,
|
|
304
308
|
Bt as TypeFloorIcon,
|
|
305
309
|
Lt as TypeRollerShutterIcon,
|
|
306
310
|
Tt as TypeTvIcon,
|
|
@@ -316,22 +320,22 @@ export {
|
|
|
316
320
|
Re as WashingMachineIcon,
|
|
317
321
|
Or as WhatsappRoundedIcon,
|
|
318
322
|
St as WhirlpoolIcon,
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
323
|
+
kc as WikiNerdAgency,
|
|
324
|
+
mc as WikiNerdAnalyzeImg,
|
|
325
|
+
Kn as WikiNerdDownloadAppImg,
|
|
326
|
+
Mn as WikiNerdImg,
|
|
327
|
+
En as WikiNerdMercatoImg,
|
|
328
|
+
fc as WikiNerdValuationNotAvailableImg,
|
|
329
|
+
qn as WikiNerdValutaDesktopImg,
|
|
330
|
+
Gn as WikiNerdValutaMobileImg,
|
|
331
|
+
sc as WikiNoSavedSearchesImg,
|
|
332
|
+
vn as WikicasaDatiLogoIcon,
|
|
329
333
|
zo as WikicasaIcon,
|
|
330
|
-
|
|
331
|
-
|
|
334
|
+
Dn as WikicasaLogoIcon,
|
|
335
|
+
gc as WikicasaProIcon,
|
|
332
336
|
pr as WikicasaRoundedIcon,
|
|
333
|
-
|
|
334
|
-
|
|
337
|
+
Qn as WikicasaStudioLogoIcon,
|
|
338
|
+
Vo as WkAppIcon,
|
|
335
339
|
Yo as WkFavIcon,
|
|
336
340
|
rr as YoutubeIcon,
|
|
337
341
|
rn as ZoomIcon
|
package/dist/lib/index.d.ts
CHANGED
|
@@ -133,6 +133,8 @@ export { TerraceIcon } from './svgIcons/TerraceIcon';
|
|
|
133
133
|
export { ClockIcon } from './svgIcons/ClockIcon';
|
|
134
134
|
export { CrossIcon } from './svgIcons/CrossIcon';
|
|
135
135
|
export { ZoomIcon } from './svgIcons/ZoomIcon';
|
|
136
|
+
export { ConditionTypeIcon } from './svgIcons/ConditionTypeIcon';
|
|
137
|
+
export { GeolocationIcon } from './svgIcons/GeolocationIcon';
|
|
136
138
|
export { BankIcon } from './svgIcons/poi/BankIcon';
|
|
137
139
|
export { CartIcon } from './svgIcons/poi/CartIcon';
|
|
138
140
|
export { ChargeIcon } from './svgIcons/poi/ChargeIcon';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wikicasa-dev/svg-icons",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.2.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/lib/index.d.ts",
|
|
@@ -12,7 +12,6 @@
|
|
|
12
12
|
"vue-router": "^4.4.5"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@rushstack/eslint-patch": "^1.10.4",
|
|
16
15
|
"@tsconfig/node20": "^20.1.4",
|
|
17
16
|
"@types/node": "^20.16.9",
|
|
18
17
|
"@vitejs/plugin-vue": "^5.1.4",
|