@wikicasa-dev/svg-icons 1.1.1 → 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.
- package/dist/GeolocationIcon.js +31 -0
- package/dist/index.js +78 -76
- package/dist/lib/index.d.ts +1 -0
- package/dist/lib/svgIcons/GeolocationIcon.d.ts +4 -0
- package/package.json +1 -1
|
@@ -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
|
@@ -16,7 +16,7 @@ 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";
|
|
@@ -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";
|
|
@@ -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";
|
|
@@ -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";
|
|
@@ -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";
|
|
@@ -134,39 +134,40 @@ 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
136
|
import { ConditionTypeIcon as tn } from "./ConditionTypeIcon.js";
|
|
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 {
|
|
169
|
-
import {
|
|
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";
|
|
170
171
|
export {
|
|
171
172
|
e as AboutUsIcon,
|
|
172
173
|
je as AirConditionerIcon,
|
|
@@ -177,22 +178,22 @@ export {
|
|
|
177
178
|
Ir as ArrowIndicatorIcon,
|
|
178
179
|
Ut as AttachedIcon,
|
|
179
180
|
Xe as AtticIcon,
|
|
180
|
-
|
|
181
|
+
Vr as AuctionHammerIcon,
|
|
181
182
|
Yt as BalconyIcon,
|
|
182
|
-
|
|
183
|
+
pn as BankIcon,
|
|
183
184
|
m as BarChartIcon,
|
|
184
185
|
Hr as BathroomIcon,
|
|
185
186
|
f as BellIcon,
|
|
186
187
|
de as BoxIcon,
|
|
187
188
|
x as BulbIcon,
|
|
188
|
-
|
|
189
|
-
|
|
189
|
+
Nn as BusIcon,
|
|
190
|
+
In as CartIcon,
|
|
190
191
|
lt as CeilingIcon,
|
|
191
192
|
Oe as CellarIcon,
|
|
192
|
-
|
|
193
|
+
an as ChargeIcon,
|
|
193
194
|
i as CheckActiveIcon,
|
|
194
195
|
Lr as CheckIcon,
|
|
195
|
-
|
|
196
|
+
ec as CheckImg,
|
|
196
197
|
s as CheckInactiveIcon,
|
|
197
198
|
ur as CheckRoundedIcon,
|
|
198
199
|
Xt as ClockIcon,
|
|
@@ -205,7 +206,7 @@ export {
|
|
|
205
206
|
k as DashboardIcon,
|
|
206
207
|
W as DeleteIcon,
|
|
207
208
|
Cr as DemandIcon,
|
|
208
|
-
|
|
209
|
+
Ve as DishwasherIcon,
|
|
209
210
|
hr as DownloadIcon,
|
|
210
211
|
P as DrawIcon,
|
|
211
212
|
A as EditIcon,
|
|
@@ -221,8 +222,9 @@ export {
|
|
|
221
222
|
Ht as FrontBuildingIcon,
|
|
222
223
|
ze as FurnishedIcon,
|
|
223
224
|
Oo as GearIcon,
|
|
224
|
-
|
|
225
|
-
|
|
225
|
+
Zn as GenericUserWikiAvatarImg,
|
|
226
|
+
ic as GenericUserWikiAvatarSquaredImg,
|
|
227
|
+
cn as GeolocationIcon,
|
|
226
228
|
w as GermanyFlagIcon,
|
|
227
229
|
cr as GoogleIcon,
|
|
228
230
|
tr as HamburgerMenuIcon,
|
|
@@ -231,12 +233,12 @@ export {
|
|
|
231
233
|
N as HidePswIcon,
|
|
232
234
|
Be as HobIcon,
|
|
233
235
|
v as HomeIcon,
|
|
234
|
-
|
|
236
|
+
sn as HospitalIcon,
|
|
235
237
|
at as HotWaterIcon,
|
|
236
238
|
dr as HouseValuationIcon,
|
|
237
|
-
|
|
239
|
+
nc as IareeImg,
|
|
238
240
|
Fr as InfoIcon,
|
|
239
|
-
|
|
241
|
+
xc as InsightImg,
|
|
240
242
|
$o as InstagramIcon,
|
|
241
243
|
D as ItalyFlagIcon,
|
|
242
244
|
Ie as KeyIcon,
|
|
@@ -245,21 +247,21 @@ export {
|
|
|
245
247
|
M as LayersIcon,
|
|
246
248
|
Ot as LiftIcon,
|
|
247
249
|
Xo as LinkedinIcon,
|
|
248
|
-
|
|
250
|
+
G as LocationIcon,
|
|
249
251
|
pe as LockIcon,
|
|
250
252
|
E as LogoutIcon,
|
|
251
253
|
q as MailIcon,
|
|
252
254
|
K as MapIcon,
|
|
253
255
|
ae as MegaphoneIcon,
|
|
254
|
-
|
|
255
|
-
|
|
256
|
+
wn as MetroIcon,
|
|
257
|
+
Vt as MezzanineIcon,
|
|
256
258
|
Q as NewsIcon,
|
|
257
259
|
Z as NotesIcon,
|
|
258
260
|
ut as OpticFiberIcon,
|
|
259
261
|
ue as ParkingIcon,
|
|
260
262
|
le as ParkingSpotIcon,
|
|
261
263
|
ce as PartnershipIcon,
|
|
262
|
-
|
|
264
|
+
gn as PharmacyIcon,
|
|
263
265
|
J as PhoneIcon,
|
|
264
266
|
Ue as PhotoAlbumIcon,
|
|
265
267
|
Ur as PhotoIcon,
|
|
@@ -268,7 +270,7 @@ export {
|
|
|
268
270
|
oo as PlanIcon,
|
|
269
271
|
eo as PlusIcon,
|
|
270
272
|
he as PoolIcon,
|
|
271
|
-
|
|
273
|
+
kn as PostOfficeIcon,
|
|
272
274
|
no as PrestigeIcon,
|
|
273
275
|
yr as PriceIcon,
|
|
274
276
|
ar as PrincipalIcon,
|
|
@@ -280,18 +282,18 @@ export {
|
|
|
280
282
|
io as RequestIcon,
|
|
281
283
|
rt as RoofIcon,
|
|
282
284
|
Ft as SatelliteSystemIcon,
|
|
283
|
-
|
|
285
|
+
Wn as SchoolIcon,
|
|
284
286
|
so as SearchIcon,
|
|
285
287
|
Ct as SecurityDoorIcon,
|
|
286
288
|
uo as ShareIcon,
|
|
287
|
-
|
|
288
|
-
|
|
289
|
+
Jn as ShieldImg,
|
|
290
|
+
_n as SnapImg,
|
|
289
291
|
$r as SortIcon,
|
|
290
292
|
Sr as SquareMeterIcon,
|
|
291
293
|
te as StarIcon,
|
|
292
|
-
|
|
294
|
+
oc as StopWatchImg,
|
|
293
295
|
re as StreetViewIcon,
|
|
294
|
-
|
|
296
|
+
Pn as SubwayIcon,
|
|
295
297
|
ho as SuitcaseIcon,
|
|
296
298
|
zt as SupermarketIcon,
|
|
297
299
|
$e as TavernIcon,
|
|
@@ -300,9 +302,9 @@ export {
|
|
|
300
302
|
jt as TerraceIcon,
|
|
301
303
|
So as TieIcon,
|
|
302
304
|
yo as TourIcon,
|
|
303
|
-
|
|
305
|
+
bn as TrainIcon,
|
|
304
306
|
Tr as TransactionIcon,
|
|
305
|
-
|
|
307
|
+
An as TransportIcon,
|
|
306
308
|
Bt as TypeFloorIcon,
|
|
307
309
|
Lt as TypeRollerShutterIcon,
|
|
308
310
|
Tt as TypeTvIcon,
|
|
@@ -318,22 +320,22 @@ export {
|
|
|
318
320
|
Re as WashingMachineIcon,
|
|
319
321
|
Or as WhatsappRoundedIcon,
|
|
320
322
|
St as WhirlpoolIcon,
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
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,
|
|
331
333
|
zo as WikicasaIcon,
|
|
332
|
-
|
|
333
|
-
|
|
334
|
+
Dn as WikicasaLogoIcon,
|
|
335
|
+
gc as WikicasaProIcon,
|
|
334
336
|
pr as WikicasaRoundedIcon,
|
|
335
|
-
|
|
336
|
-
|
|
337
|
+
Qn as WikicasaStudioLogoIcon,
|
|
338
|
+
Vo as WkAppIcon,
|
|
337
339
|
Yo as WkFavIcon,
|
|
338
340
|
rr as YoutubeIcon,
|
|
339
341
|
rn as ZoomIcon
|
package/dist/lib/index.d.ts
CHANGED
|
@@ -134,6 +134,7 @@ export { ClockIcon } from './svgIcons/ClockIcon';
|
|
|
134
134
|
export { CrossIcon } from './svgIcons/CrossIcon';
|
|
135
135
|
export { ZoomIcon } from './svgIcons/ZoomIcon';
|
|
136
136
|
export { ConditionTypeIcon } from './svgIcons/ConditionTypeIcon';
|
|
137
|
+
export { GeolocationIcon } from './svgIcons/GeolocationIcon';
|
|
137
138
|
export { BankIcon } from './svgIcons/poi/BankIcon';
|
|
138
139
|
export { CartIcon } from './svgIcons/poi/CartIcon';
|
|
139
140
|
export { ChargeIcon } from './svgIcons/poi/ChargeIcon';
|