@wikicasa-dev/svg-icons 1.0.2 → 1.0.3
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/ArrowIndicatorIcon.js +0 -8
- package/dist/ClockIcon.js +35 -0
- package/dist/index.js +78 -76
- package/dist/lib/index.d.ts +1 -0
- package/dist/lib/svgIcons/ClockIcon.d.ts +3 -0
- package/package.json +1 -1
|
@@ -1,13 +1,5 @@
|
|
|
1
1
|
import { h as o } from "vue";
|
|
2
2
|
import { s as t } from "./svgIconFactory-BpnFimFz.js";
|
|
3
|
-
o(
|
|
4
|
-
"svg",
|
|
5
|
-
{ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 28.5 20.243" },
|
|
6
|
-
o("g", { fill: "none", stroke: "#222", "stroke-linecap": "round", "stroke-width": "3" }, [
|
|
7
|
-
o("path", { "stroke-linejoin": "round", d: "m9.501 2.121-8 8 8 8" }),
|
|
8
|
-
o("path", { d: "M2 10.121h25" })
|
|
9
|
-
])
|
|
10
|
-
);
|
|
11
3
|
const s = (r) => t({
|
|
12
4
|
props: r,
|
|
13
5
|
svgNodeAttrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 28.5 20.243" },
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { h as o } from "vue";
|
|
2
|
+
import { s as t } from "./svgIconFactory-BpnFimFz.js";
|
|
3
|
+
const s = (r) => t({
|
|
4
|
+
props: r,
|
|
5
|
+
svgNodeAttrs: { viewBox: "0 0 16 16" },
|
|
6
|
+
childrenNodes: o("g", { id: "Raggruppa_17421", transform: "translate(-315 -225)" }, [
|
|
7
|
+
o(
|
|
8
|
+
"g",
|
|
9
|
+
{
|
|
10
|
+
id: "Ellisse_22",
|
|
11
|
+
transform: "translate(315 225)",
|
|
12
|
+
fill: "none",
|
|
13
|
+
stroke: r["stroke-color"] ?? "#222",
|
|
14
|
+
"stroke-width": r["stroke-width"] ?? 1.3
|
|
15
|
+
},
|
|
16
|
+
[
|
|
17
|
+
o("circle", { cx: "8", cy: "8", r: "8", stroke: "none" }),
|
|
18
|
+
o("circle", { cx: "8", cy: "8", r: "7.35", fill: "none" })
|
|
19
|
+
]
|
|
20
|
+
),
|
|
21
|
+
o("path", {
|
|
22
|
+
id: "Tracciato_543",
|
|
23
|
+
d: "M322.5,228.261v4.929h3.53",
|
|
24
|
+
transform: "translate(0.413 -0.055)",
|
|
25
|
+
fill: "none",
|
|
26
|
+
stroke: r["stroke-color"] ?? "#222",
|
|
27
|
+
"stroke-linecap": "round",
|
|
28
|
+
"stroke-linejoin": "round",
|
|
29
|
+
"stroke-width": r["stroke-width"] ?? 1.3
|
|
30
|
+
})
|
|
31
|
+
])
|
|
32
|
+
});
|
|
33
|
+
export {
|
|
34
|
+
s as ClockIcon
|
|
35
|
+
};
|
package/dist/index.js
CHANGED
|
@@ -6,7 +6,7 @@ import { BulbIcon as x } from "./BulbIcon.js";
|
|
|
6
6
|
import { CheckActiveIcon as i } from "./CheckActiveIcon.js";
|
|
7
7
|
import { CheckInactiveIcon as d } from "./CheckInactiveIcon.js";
|
|
8
8
|
import { CloseIcon as g } from "./CloseIcon.js";
|
|
9
|
-
import { DashboardIcon as
|
|
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
12
|
import { EditIcon as y } from "./EditIcon.js";
|
|
@@ -33,7 +33,7 @@ import { QuotesIcon as xo } from "./QuotesIcon.js";
|
|
|
33
33
|
import { RequestIcon as io } from "./RequestIcon.js";
|
|
34
34
|
import { SearchIcon as so } from "./SearchIcon.js";
|
|
35
35
|
import { ShareIcon as uo } from "./ShareIcon.js";
|
|
36
|
-
import { SuitcaseIcon as
|
|
36
|
+
import { SuitcaseIcon as ho } from "./SuitcaseIcon.js";
|
|
37
37
|
import { TieIcon as So } from "./TieIcon.js";
|
|
38
38
|
import { TourIcon as Ao } from "./TourIcon.js";
|
|
39
39
|
import { UkFlagIcon as Co } from "./UkFlagIcon.js";
|
|
@@ -60,7 +60,7 @@ import { PrincipalIcon as ar } from "./PrincipalIcon.js";
|
|
|
60
60
|
import { PinShadowedIcon as lr } from "./PinShadowedIcon.js";
|
|
61
61
|
import { HouseValuationIcon as sr } from "./HouseValuationIcon.js";
|
|
62
62
|
import { CheckRoundedIcon as ur } from "./CheckRoundedIcon.js";
|
|
63
|
-
import { DownloadIcon as
|
|
63
|
+
import { DownloadIcon as hr } from "./DownloadIcon.js";
|
|
64
64
|
import { SquareMeterIcon as Sr } from "./SquareMeterIcon.js";
|
|
65
65
|
import { PriceIcon as Ar } from "./PriceIcon.js";
|
|
66
66
|
import { DemandIcon as Cr } from "./DemandIcon.js";
|
|
@@ -87,7 +87,7 @@ import { MegaphoneIcon as ae } from "./MegaphoneIcon.js";
|
|
|
87
87
|
import { ParkingSpotIcon as le } from "./ParkingSpotIcon.js";
|
|
88
88
|
import { BoxIcon as se } from "./BoxIcon.js";
|
|
89
89
|
import { ParkingIcon as ue } from "./ParkingIcon.js";
|
|
90
|
-
import { PoolIcon as
|
|
90
|
+
import { PoolIcon as he } from "./PoolIcon.js";
|
|
91
91
|
import { PrivateGardenIcon as Se } from "./PrivateGardenIcon.js";
|
|
92
92
|
import { CommunalGardenIcon as Ae } from "./CommunalGardenIcon.js";
|
|
93
93
|
import { TennisIcon as Ce } from "./TennisIcon.js";
|
|
@@ -114,7 +114,7 @@ import { HotWaterIcon as at } from "./HotWaterIcon.js";
|
|
|
114
114
|
import { CeilingIcon as lt } from "./CeilingIcon.js";
|
|
115
115
|
import { EntranceIcon as st } from "./EntranceIcon.js";
|
|
116
116
|
import { OpticFiberIcon as ut } from "./OpticFiberIcon.js";
|
|
117
|
-
import { ElectricGateIcon as
|
|
117
|
+
import { ElectricGateIcon as ht } from "./ElectricGateIcon.js";
|
|
118
118
|
import { WhirlpoolIcon as St } from "./WhirlpoolIcon.js";
|
|
119
119
|
import { FireplaceIcon as At } from "./FireplaceIcon.js";
|
|
120
120
|
import { SecurityDoorIcon as Ct } from "./SecurityDoorIcon.js";
|
|
@@ -130,39 +130,40 @@ import { SupermarketIcon as zt } from "./SupermarketIcon.js";
|
|
|
130
130
|
import { LiftIcon as Ot } from "./LiftIcon.js";
|
|
131
131
|
import { BalconyIcon as Yt } from "./BalconyIcon.js";
|
|
132
132
|
import { TerraceIcon as Jt } from "./TerraceIcon.js";
|
|
133
|
-
import {
|
|
134
|
-
import {
|
|
135
|
-
import {
|
|
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 {
|
|
133
|
+
import { ClockIcon as Zt } from "./ClockIcon.js";
|
|
134
|
+
import { BankIcon as $t } from "./BankIcon.js";
|
|
135
|
+
import { CartIcon as rn } from "./CartIcon.js";
|
|
136
|
+
import { ChargeIcon as tn } from "./ChargeIcon.js";
|
|
137
|
+
import { HospitalIcon as cn } from "./HospitalIcon.js";
|
|
138
|
+
import { PharmacyIcon as pn } from "./PharmacyIcon.js";
|
|
139
|
+
import { PostOfficeIcon as In } from "./PostOfficeIcon.js";
|
|
140
|
+
import { SchoolIcon as an } from "./SchoolIcon.js";
|
|
141
|
+
import { SubwayIcon as dn } from "./SubwayIcon.js";
|
|
142
|
+
import { TransportIcon as gn } from "./TransportIcon.js";
|
|
143
|
+
import { MetroIcon as kn } from "./MetroIcon.js";
|
|
144
|
+
import { TrainIcon as Wn } from "./TrainIcon.js";
|
|
145
|
+
import { BusIcon as Pn } from "./BusIcon.js";
|
|
146
|
+
import { WikicasaDatiLogoIcon as yn } from "./WikicasaDatiLogo.js";
|
|
147
|
+
import { WikicasaLogoIcon as wn } from "./WikicasaLogo.js";
|
|
148
|
+
import { WikiNerdImg as bn } from "./WikiNerd.js";
|
|
149
|
+
import { WikiNerdValutaMobileImg as Nn } from "./WikiNerdValutaMobile.js";
|
|
150
|
+
import { WikiNerdMercatoImg as vn } from "./WikiNerdMercatoHome.js";
|
|
151
|
+
import { WikiNerdValutaDesktopImg as Dn } from "./WikiNerdValutaDesktop.js";
|
|
152
|
+
import { WikiNerdDownloadAppImg as Mn } from "./WikiNerdDownloadApp.js";
|
|
153
|
+
import { WikicasaStudioLogoIcon as Vn } from "./WikicasaStudioLogo.js";
|
|
154
|
+
import { GenericUserWikiAvatarImg as En } from "./GenericUserWikiAvatar.js";
|
|
155
|
+
import { ShieldImg as qn } from "./ShieldImg.js";
|
|
156
|
+
import { SnapImg as Kn } from "./SnapImg.js";
|
|
157
|
+
import { StopWatchImg as Qn } from "./StopWatchImg.js";
|
|
158
|
+
import { CheckImg as jn } from "./CheckImg.js";
|
|
159
|
+
import { IareeImg as Xn } from "./IareeImg.js";
|
|
160
|
+
import { WikiNerdAnalyzeImg as _n } from "./WikiNerdAnalyzeImg.js";
|
|
161
|
+
import { WikiNerdValuationNotAvailableImg as oc } from "./WikiNerdValuationNotAvailableImg.js";
|
|
162
|
+
import { InsightImg as ec } from "./InsightImg.js";
|
|
163
|
+
import { GenericUserWikiAvatarSquaredImg as nc } from "./GenericUserWikiAvatarSquaredImg.js";
|
|
164
|
+
import { WikiNoSavedSearchesImg as mc } from "./WikiNoSavedSearches.js";
|
|
165
|
+
import { WikicasaProIcon as fc } from "./WikicasaProIcon.js";
|
|
166
|
+
import { WikiNerdAgency as xc } from "./WikiNerdAgency.js";
|
|
166
167
|
export {
|
|
167
168
|
e as AboutUsIcon,
|
|
168
169
|
Je as AirConditionerIcon,
|
|
@@ -175,34 +176,35 @@ export {
|
|
|
175
176
|
Ze as AtticIcon,
|
|
176
177
|
Gr as AuctionHammerIcon,
|
|
177
178
|
Yt as BalconyIcon,
|
|
178
|
-
|
|
179
|
+
$t as BankIcon,
|
|
179
180
|
m as BarChartIcon,
|
|
180
181
|
Hr as BathroomIcon,
|
|
181
182
|
f as BellIcon,
|
|
182
183
|
se as BoxIcon,
|
|
183
184
|
x as BulbIcon,
|
|
184
|
-
|
|
185
|
-
|
|
185
|
+
Pn as BusIcon,
|
|
186
|
+
rn as CartIcon,
|
|
186
187
|
lt as CeilingIcon,
|
|
187
188
|
Oe as CellarIcon,
|
|
188
|
-
|
|
189
|
+
tn as ChargeIcon,
|
|
189
190
|
i as CheckActiveIcon,
|
|
190
191
|
Lr as CheckIcon,
|
|
191
|
-
|
|
192
|
+
jn as CheckImg,
|
|
192
193
|
d as CheckInactiveIcon,
|
|
193
194
|
ur as CheckRoundedIcon,
|
|
195
|
+
Zt as ClockIcon,
|
|
194
196
|
g as CloseIcon,
|
|
195
197
|
ct as ClosetIcon,
|
|
196
198
|
Ae as CommunalGardenIcon,
|
|
197
199
|
Jr as CredipassIcon,
|
|
198
|
-
|
|
200
|
+
k as DashboardIcon,
|
|
199
201
|
W as DeleteIcon,
|
|
200
202
|
Cr as DemandIcon,
|
|
201
203
|
Ge as DishwasherIcon,
|
|
202
|
-
|
|
204
|
+
hr as DownloadIcon,
|
|
203
205
|
P as DrawIcon,
|
|
204
206
|
y as EditIcon,
|
|
205
|
-
|
|
207
|
+
ht as ElectricGateIcon,
|
|
206
208
|
Rr as EnergyClassIcon,
|
|
207
209
|
st as EntranceIcon,
|
|
208
210
|
Br as ExternalLinkIcon,
|
|
@@ -214,8 +216,8 @@ export {
|
|
|
214
216
|
Ht as FrontBuildingIcon,
|
|
215
217
|
ze as FurnishedIcon,
|
|
216
218
|
Oo as GearIcon,
|
|
217
|
-
|
|
218
|
-
|
|
219
|
+
En as GenericUserWikiAvatarImg,
|
|
220
|
+
nc as GenericUserWikiAvatarSquaredImg,
|
|
219
221
|
w as GermanyFlagIcon,
|
|
220
222
|
cr as GoogleIcon,
|
|
221
223
|
tr as HamburgerMenuIcon,
|
|
@@ -224,12 +226,12 @@ export {
|
|
|
224
226
|
N as HidePswIcon,
|
|
225
227
|
Be as HobIcon,
|
|
226
228
|
v as HomeIcon,
|
|
227
|
-
|
|
229
|
+
cn as HospitalIcon,
|
|
228
230
|
at as HotWaterIcon,
|
|
229
231
|
sr as HouseValuationIcon,
|
|
230
|
-
|
|
232
|
+
Xn as IareeImg,
|
|
231
233
|
Fr as InfoIcon,
|
|
232
|
-
|
|
234
|
+
ec as InsightImg,
|
|
233
235
|
$o as InstagramIcon,
|
|
234
236
|
D as ItalyFlagIcon,
|
|
235
237
|
Ie as KeyIcon,
|
|
@@ -244,7 +246,7 @@ export {
|
|
|
244
246
|
q as MailIcon,
|
|
245
247
|
K as MapIcon,
|
|
246
248
|
ae as MegaphoneIcon,
|
|
247
|
-
|
|
249
|
+
kn as MetroIcon,
|
|
248
250
|
Gt as MezzanineIcon,
|
|
249
251
|
Q as NewsIcon,
|
|
250
252
|
j as NotesIcon,
|
|
@@ -252,7 +254,7 @@ export {
|
|
|
252
254
|
ue as ParkingIcon,
|
|
253
255
|
le as ParkingSpotIcon,
|
|
254
256
|
ce as PartnershipIcon,
|
|
255
|
-
|
|
257
|
+
pn as PharmacyIcon,
|
|
256
258
|
X as PhoneIcon,
|
|
257
259
|
Ue as PhotoAlbumIcon,
|
|
258
260
|
Ur as PhotoIcon,
|
|
@@ -260,8 +262,8 @@ export {
|
|
|
260
262
|
lr as PinShadowedIcon,
|
|
261
263
|
oo as PlanIcon,
|
|
262
264
|
eo as PlusIcon,
|
|
263
|
-
|
|
264
|
-
|
|
265
|
+
he as PoolIcon,
|
|
266
|
+
In as PostOfficeIcon,
|
|
265
267
|
no as PrestigeIcon,
|
|
266
268
|
Ar as PriceIcon,
|
|
267
269
|
ar as PrincipalIcon,
|
|
@@ -273,19 +275,19 @@ export {
|
|
|
273
275
|
io as RequestIcon,
|
|
274
276
|
rt as RoofIcon,
|
|
275
277
|
Ft as SatelliteSystemIcon,
|
|
276
|
-
|
|
278
|
+
an as SchoolIcon,
|
|
277
279
|
so as SearchIcon,
|
|
278
280
|
Ct as SecurityDoorIcon,
|
|
279
281
|
uo as ShareIcon,
|
|
280
|
-
|
|
281
|
-
|
|
282
|
+
qn as ShieldImg,
|
|
283
|
+
Kn as SnapImg,
|
|
282
284
|
$r as SortIcon,
|
|
283
285
|
Sr as SquareMeterIcon,
|
|
284
286
|
te as StarIcon,
|
|
285
|
-
|
|
287
|
+
Qn as StopWatchImg,
|
|
286
288
|
re as StreetViewIcon,
|
|
287
|
-
|
|
288
|
-
|
|
289
|
+
dn as SubwayIcon,
|
|
290
|
+
ho as SuitcaseIcon,
|
|
289
291
|
zt as SupermarketIcon,
|
|
290
292
|
$e as TavernIcon,
|
|
291
293
|
zr as TelegramRoundedIcon,
|
|
@@ -293,9 +295,9 @@ export {
|
|
|
293
295
|
Jt as TerraceIcon,
|
|
294
296
|
So as TieIcon,
|
|
295
297
|
Ao as TourIcon,
|
|
296
|
-
|
|
298
|
+
Wn as TrainIcon,
|
|
297
299
|
Tr as TransactionIcon,
|
|
298
|
-
|
|
300
|
+
gn as TransportIcon,
|
|
299
301
|
Bt as TypeFloorIcon,
|
|
300
302
|
Lt as TypeRollerShutterIcon,
|
|
301
303
|
Tt as TypeTvIcon,
|
|
@@ -311,21 +313,21 @@ export {
|
|
|
311
313
|
Re as WashingMachineIcon,
|
|
312
314
|
Or as WhatsappRoundedIcon,
|
|
313
315
|
St as WhirlpoolIcon,
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
316
|
+
xc as WikiNerdAgency,
|
|
317
|
+
_n as WikiNerdAnalyzeImg,
|
|
318
|
+
Mn as WikiNerdDownloadAppImg,
|
|
319
|
+
bn as WikiNerdImg,
|
|
320
|
+
vn as WikiNerdMercatoImg,
|
|
321
|
+
oc as WikiNerdValuationNotAvailableImg,
|
|
322
|
+
Dn as WikiNerdValutaDesktopImg,
|
|
323
|
+
Nn as WikiNerdValutaMobileImg,
|
|
324
|
+
mc as WikiNoSavedSearchesImg,
|
|
325
|
+
yn as WikicasaDatiLogoIcon,
|
|
324
326
|
zo as WikicasaIcon,
|
|
325
|
-
|
|
326
|
-
|
|
327
|
+
wn as WikicasaLogoIcon,
|
|
328
|
+
fc as WikicasaProIcon,
|
|
327
329
|
pr as WikicasaRoundedIcon,
|
|
328
|
-
|
|
330
|
+
Vn as WikicasaStudioLogoIcon,
|
|
329
331
|
Go as WkAppIcon,
|
|
330
332
|
Yo as WkFavIcon,
|
|
331
333
|
rr as YoutubeIcon
|
package/dist/lib/index.d.ts
CHANGED
|
@@ -130,6 +130,7 @@ export { SupermarketIcon } from './svgIcons/poi/SupermarketIcon';
|
|
|
130
130
|
export { LiftIcon } from './svgIcons/LiftIcon';
|
|
131
131
|
export { BalconyIcon } from './svgIcons/BalconyIcon';
|
|
132
132
|
export { TerraceIcon } from './svgIcons/TerraceIcon';
|
|
133
|
+
export { ClockIcon } from './svgIcons/ClockIcon';
|
|
133
134
|
export { BankIcon } from './svgIcons/poi/BankIcon';
|
|
134
135
|
export { CartIcon } from './svgIcons/poi/CartIcon';
|
|
135
136
|
export { ChargeIcon } from './svgIcons/poi/ChargeIcon';
|