@wikicasa-dev/svg-icons 0.1.9 → 0.1.10
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/BankIcon.js +29 -41
- package/dist/BusIcon.js +39 -69
- package/dist/ChargeIcon.js +23 -0
- package/dist/HospitalIcon.js +28 -34
- package/dist/MetroIcon.js +35 -0
- package/dist/PharmacyIcon.js +27 -13
- package/dist/PostOfficeIcon.js +38 -0
- package/dist/SchoolIcon.js +49 -56
- package/dist/SupermarketIcon.js +42 -0
- package/dist/TrainIcon.js +32 -70
- package/dist/TransportIcon.js +44 -0
- package/dist/index.js +71 -67
- package/dist/lib/index.d.ts +6 -4
- package/dist/lib/svgIcons/poi/BankIcon.d.ts +3 -4
- package/dist/lib/svgIcons/poi/BusIcon.d.ts +3 -4
- package/dist/lib/svgIcons/poi/{Charge.d.ts → ChargeIcon.d.ts} +3 -4
- package/dist/lib/svgIcons/poi/HospitalIcon.d.ts +3 -4
- package/dist/lib/svgIcons/poi/MetroIcon.d.ts +7 -0
- package/dist/lib/svgIcons/poi/PharmacyIcon.d.ts +3 -4
- package/dist/lib/svgIcons/poi/PostOfficeIcon.d.ts +7 -0
- package/dist/lib/svgIcons/poi/SchoolIcon.d.ts +3 -4
- package/dist/lib/svgIcons/poi/SupermarketIcon.d.ts +7 -0
- package/dist/lib/svgIcons/poi/TrainIcon.d.ts +3 -4
- package/dist/lib/svgIcons/poi/TransportIcon.d.ts +7 -0
- package/package.json +1 -1
- package/dist/Charge.js +0 -19
- package/dist/PostIcon.js +0 -33
- package/dist/TrainAltIcon.js +0 -61
- package/dist/lib/svgIcons/poi/PostIcon.d.ts +0 -8
- package/dist/lib/svgIcons/poi/TrainAltIcon.d.ts +0 -8
package/dist/TrainIcon.js
CHANGED
|
@@ -1,75 +1,37 @@
|
|
|
1
|
-
import { h as
|
|
2
|
-
import { s as
|
|
3
|
-
import { g as
|
|
4
|
-
const
|
|
5
|
-
props:
|
|
6
|
-
svgNodeAttrs: {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
fill: "#fff",
|
|
16
|
-
stroke: o.color ?? "#222",
|
|
17
|
-
"stroke-linecap": "round",
|
|
18
|
-
"stroke-linejoin": "round",
|
|
19
|
-
d: "M8.685.298a19.2 19.2 0 0 0-6.738 0h0A2.36 2.36 0 0 0 0 2.623v9.553a1.5 1.5 0 0 0 1.5 1.5h7.634a1.5 1.5 0 0 0 1.5-1.5V2.623A2.36 2.36 0 0 0 8.685.298"
|
|
20
|
-
}),
|
|
21
|
-
r("path", {
|
|
22
|
-
fill: "#fff",
|
|
23
|
-
stroke: o.color ?? "#222",
|
|
24
|
-
"stroke-linecap": "round",
|
|
25
|
-
"stroke-linejoin": "round",
|
|
26
|
-
d: "M1.182 3.434h8.274v3.539H1.182z"
|
|
27
|
-
}),
|
|
28
|
-
r("path", {
|
|
29
|
-
fill: "none",
|
|
30
|
-
stroke: o.color ?? "#222",
|
|
31
|
-
"stroke-linecap": "round",
|
|
32
|
-
"stroke-linejoin": "round",
|
|
33
|
-
d: "M5.32 3.536v3.438"
|
|
34
|
-
}),
|
|
35
|
-
r("circle", {
|
|
36
|
-
cx: "1.074",
|
|
37
|
-
cy: "1.074",
|
|
38
|
-
r: "1.074",
|
|
39
|
-
fill: "none",
|
|
40
|
-
stroke: o.color ?? "#2b5dff",
|
|
41
|
-
"stroke-linecap": "round",
|
|
42
|
-
"stroke-linejoin": "round",
|
|
43
|
-
transform: "translate(1.182 9.841)"
|
|
44
|
-
}),
|
|
45
|
-
r("circle", {
|
|
46
|
-
cx: "1.074",
|
|
47
|
-
cy: "1.074",
|
|
48
|
-
r: "1.074",
|
|
49
|
-
fill: "none",
|
|
50
|
-
stroke: o.color ?? "#222",
|
|
51
|
-
"stroke-linecap": "round",
|
|
52
|
-
"stroke-linejoin": "round",
|
|
53
|
-
transform: "translate(7.308 9.841)"
|
|
54
|
-
}),
|
|
55
|
-
r("path", {
|
|
56
|
-
fill: "none",
|
|
57
|
-
stroke: o.color ?? "#222",
|
|
58
|
-
"stroke-linecap": "round",
|
|
59
|
-
"stroke-linejoin": "round",
|
|
60
|
-
d: "M4.624 10.224h1.383m-1.383 1.433h1.383M4.254 1.703h1.927"
|
|
61
|
-
})
|
|
62
|
-
]
|
|
63
|
-
),
|
|
64
|
-
r("path", {
|
|
1
|
+
import { h as t } from "vue";
|
|
2
|
+
import { s as o } from "./svgIconFactory-Dn0WJdb3.js";
|
|
3
|
+
import { g as a } from "./DefaultValues-DOBkctU1.js";
|
|
4
|
+
const i = (h) => (h = { ...a(), ...h }, o({
|
|
5
|
+
props: h,
|
|
6
|
+
svgNodeAttrs: {
|
|
7
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
8
|
+
viewBox: "0 0 11.389 17.21",
|
|
9
|
+
width: h.width ?? 17,
|
|
10
|
+
height: h.height ?? 17
|
|
11
|
+
},
|
|
12
|
+
childrenNodes: t(
|
|
13
|
+
"g",
|
|
14
|
+
{
|
|
65
15
|
fill: "none",
|
|
66
|
-
stroke:
|
|
16
|
+
stroke: h["stroke-color"] ?? "#222",
|
|
17
|
+
"stroke-width": h["stroke-width"] ?? 1,
|
|
67
18
|
"stroke-linecap": "round",
|
|
68
|
-
"stroke-linejoin": "round"
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
19
|
+
"stroke-linejoin": "round"
|
|
20
|
+
},
|
|
21
|
+
[
|
|
22
|
+
t("path", {
|
|
23
|
+
d: "M9.122 1.146h0a9.733 9.733 0 0 0-6.854 0A2.73 2.73 0 0 0 .5 3.699v7.649a2.007 2.007 0 0 0 1.639 1.975 19.222 19.222 0 0 0 7.109 0 2 2 0 0 0 1.638-1.971V3.699a2.728 2.728 0 0 0-1.764-2.553Z"
|
|
24
|
+
}),
|
|
25
|
+
t("path", { d: "M.5 3.637h10.389v3.794H.5z" }),
|
|
26
|
+
t("path", { d: "M5.695 6.912V3.637" }),
|
|
27
|
+
t("path", { d: "M2.966 9.677a.882.882 0 1 1-.883.883.883.883 0 0 1 .883-.883Z" }),
|
|
28
|
+
t("path", { d: "M8.276 9.677a.882.882 0 1 1-.883.883.883.883 0 0 1 .883-.883Z" }),
|
|
29
|
+
t("path", { d: "m1.107 16.523 1.765-2.871" }),
|
|
30
|
+
t("path", { d: "m10.229 16.523-1.765-2.871" }),
|
|
31
|
+
t("path", { d: "M1.602 15.717h7.744" })
|
|
32
|
+
]
|
|
33
|
+
)
|
|
72
34
|
}));
|
|
73
35
|
export {
|
|
74
|
-
|
|
36
|
+
i as TrainIcon
|
|
75
37
|
};
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
import { h as t } from "vue";
|
|
2
|
+
import { s as h } from "./svgIconFactory-Dn0WJdb3.js";
|
|
3
|
+
const r = (a) => h({
|
|
4
|
+
props: a,
|
|
5
|
+
svgNodeAttrs: {
|
|
6
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
+
viewBox: "0 0 13.027 17.002",
|
|
8
|
+
width: a.width ?? 13,
|
|
9
|
+
height: a.height ?? 17
|
|
10
|
+
},
|
|
11
|
+
childrenNodes: t(
|
|
12
|
+
"g",
|
|
13
|
+
{
|
|
14
|
+
fill: "none",
|
|
15
|
+
stroke: a["stroke-color"] ?? "#222",
|
|
16
|
+
"stroke-width": a["stroke-width"] ?? 1,
|
|
17
|
+
"stroke-linecap": "round",
|
|
18
|
+
"stroke-linejoin": "round"
|
|
19
|
+
},
|
|
20
|
+
[
|
|
21
|
+
t("path", {
|
|
22
|
+
d: "M10.138.795h0a22.563 22.563 0 0 0-7.243 0A2.391 2.391 0 0 0 .803 3.082v9.4a1.549 1.549 0 0 0 1.613 1.475h8.205a1.548 1.548 0 0 0 1.607-1.478V3.082a2.391 2.391 0 0 0-2.09-2.287Z"
|
|
23
|
+
}),
|
|
24
|
+
t("path", {
|
|
25
|
+
d: "M3.571 3.879h5.891a.962.962 0 0 1 .939.984v1.513a.962.962 0 0 1-.939.984H3.571a.962.962 0 0 1-.939-.984V4.863a.962.962 0 0 1 .939-.984Z"
|
|
26
|
+
}),
|
|
27
|
+
t("path", { d: "M6.518 3.98v3.382" }),
|
|
28
|
+
t("path", { d: "M3.504 10.584a.654.654 0 1 1-.654.654.655.655 0 0 1 .654-.654Z" }),
|
|
29
|
+
t("path", { d: "M9.42 10.584a.654.654 0 1 1-.655.654.655.655 0 0 1 .655-.654Z" }),
|
|
30
|
+
t("path", { d: "M5.833 11.238h1.36" }),
|
|
31
|
+
t("path", { d: "M5.469 2.177h1.895" }),
|
|
32
|
+
t("path", {
|
|
33
|
+
d: "m12.235 16.502-1.737-.046a.272.272 0 0 1-.211-.109l-1.465-1.928a.274.274 0 0 1 .23-.44l1.894.079a.275.275 0 0 1 .214.119l1.308 1.895a.274.274 0 0 1-.233.43Z"
|
|
34
|
+
}),
|
|
35
|
+
t("path", {
|
|
36
|
+
d: "m.792 16.502 1.737-.046a.272.272 0 0 0 .211-.109l1.47-1.928a.274.274 0 0 0-.23-.44l-1.894.079a.275.275 0 0 0-.214.119L.559 16.072a.274.274 0 0 0 .233.43Z"
|
|
37
|
+
}),
|
|
38
|
+
t("path", { d: "M3.119 15.855h6.68" })
|
|
39
|
+
]
|
|
40
|
+
)
|
|
41
|
+
});
|
|
42
|
+
export {
|
|
43
|
+
r as TransportIcon
|
|
44
|
+
};
|
package/dist/index.js
CHANGED
|
@@ -15,7 +15,7 @@ import { HeartIcon as F } from "./HeartIcon.js";
|
|
|
15
15
|
import { HidePswIcon as N } from "./HidePswIcon.js";
|
|
16
16
|
import { HomeIcon as D } from "./HomeIcon.js";
|
|
17
17
|
import { ItalyFlagIcon as L } from "./ItalyFlagIcon.js";
|
|
18
|
-
import { LayersIcon as
|
|
18
|
+
import { LayersIcon as R } from "./LayersIcon.js";
|
|
19
19
|
import { LocationIcon as V } from "./LocationIcon.js";
|
|
20
20
|
import { LogoutIcon as E } from "./LogoutIcon.js";
|
|
21
21
|
import { MailIcon as q } from "./MailIcon.js";
|
|
@@ -41,8 +41,8 @@ import { ValuationIcon as bo } from "./ValuationIcon.js";
|
|
|
41
41
|
import { VideoIcon as To } from "./VideoIcon.js";
|
|
42
42
|
import { ViewPswIcon as vo } from "./ViewPswIcon.js";
|
|
43
43
|
import { WalletIcon as Ho } from "./WalletIcon.js";
|
|
44
|
-
import { WarningIcon as
|
|
45
|
-
import { WarningIconRounded as
|
|
44
|
+
import { WarningIcon as Mo } from "./WarningIcon.js";
|
|
45
|
+
import { WarningIconRounded as Bo } from "./WarningIconRounded.js";
|
|
46
46
|
import { WkAppIcon as Go } from "./WkAppIcon.js";
|
|
47
47
|
import { AnalyticsIcon as Uo } from "./AnalyticsIcon.js";
|
|
48
48
|
import { WikicasaIcon as zo } from "./WikicasaIcon.js";
|
|
@@ -68,8 +68,8 @@ import { TransactionIcon as br } from "./TransactionIcon.js";
|
|
|
68
68
|
import { InfoIcon as Tr } from "./InfoIcon.js";
|
|
69
69
|
import { CheckIcon as vr } from "./CheckIcon.js";
|
|
70
70
|
import { ExternalLinkIcon as Hr } from "./ExternalLinkIcon.js";
|
|
71
|
-
import { BathroomIcon as
|
|
72
|
-
import { EnergyClassIcon as
|
|
71
|
+
import { BathroomIcon as Mr } from "./BathroomIcon.js";
|
|
72
|
+
import { EnergyClassIcon as Br } from "./EnergyClassIcon.js";
|
|
73
73
|
import { AuctionHammerIcon as Gr } from "./AuctionHammerIcon.js";
|
|
74
74
|
import { PhotoIcon as Ur } from "./PhotoIcon.js";
|
|
75
75
|
import { TelegramRoundedIcon as zr } from "./TelegramRoundedIcon.js";
|
|
@@ -95,8 +95,8 @@ import { ReceptionIcon as be } from "./ReceptionIcon.js";
|
|
|
95
95
|
import { ArchitecturalBarriersIcon as Te } from "./ArchitecturalBarriersIcon.js";
|
|
96
96
|
import { UploadIcon as ve } from "./UploadIcon.js";
|
|
97
97
|
import { HobIcon as He } from "./HobIcon.js";
|
|
98
|
-
import { FridgeIcon as
|
|
99
|
-
import { WashingMachineIcon as
|
|
98
|
+
import { FridgeIcon as Me } from "./FridgeIcon.js";
|
|
99
|
+
import { WashingMachineIcon as Be } from "./WashingMachineIcon.js";
|
|
100
100
|
import { DishwasherIcon as Ge } from "./DishwasherIcon.js";
|
|
101
101
|
import { PhotoAlbumIcon as Ue } from "./PhotoAlbumIcon.js";
|
|
102
102
|
import { FurnishedIcon as ze } from "./FurnishedIcon.js";
|
|
@@ -122,40 +122,42 @@ import { TypeTvIcon as bt } from "./TypeTvIcon.js";
|
|
|
122
122
|
import { SatelliteSystemIcon as Tt } from "./SatelliteSystemIcon.js";
|
|
123
123
|
import { TypeRollerShutterIcon as vt } from "./TypeRollerShutterIcon.js";
|
|
124
124
|
import { TypeFloorIcon as Ht } from "./TypeFloorIcon.js";
|
|
125
|
-
import { FrontBuildingIcon as
|
|
126
|
-
import { LaundryIcon as
|
|
125
|
+
import { FrontBuildingIcon as Mt } from "./FrontBuildingIcon.js";
|
|
126
|
+
import { LaundryIcon as Bt } from "./LaundryIcon.js";
|
|
127
127
|
import { MezzanineIcon as Gt } from "./MezzanineIcon.js";
|
|
128
128
|
import { AttachedIcon as Ut } from "./AttachedIcon.js";
|
|
129
|
-
import {
|
|
130
|
-
import {
|
|
129
|
+
import { SupermarketIcon as zt } from "./SupermarketIcon.js";
|
|
130
|
+
import { BankIcon as Ot } from "./BankIcon.js";
|
|
131
131
|
import { CartIcon as Yt } from "./CartIcon.js";
|
|
132
|
-
import { ChargeIcon as Jt } from "./
|
|
132
|
+
import { ChargeIcon as Jt } from "./ChargeIcon.js";
|
|
133
133
|
import { HospitalIcon as Zt } from "./HospitalIcon.js";
|
|
134
134
|
import { PharmacyIcon as $t } from "./PharmacyIcon.js";
|
|
135
|
-
import {
|
|
135
|
+
import { PostOfficeIcon as rn } from "./PostOfficeIcon.js";
|
|
136
136
|
import { SchoolIcon as tn } from "./SchoolIcon.js";
|
|
137
137
|
import { SubwayIcon as mn } from "./SubwayIcon.js";
|
|
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 {
|
|
138
|
+
import { TransportIcon as pn } from "./TransportIcon.js";
|
|
139
|
+
import { MetroIcon as fn } from "./MetroIcon.js";
|
|
140
|
+
import { TrainIcon as an } from "./TrainIcon.js";
|
|
141
|
+
import { BusIcon as dn } from "./BusIcon.js";
|
|
142
|
+
import { WikicasaDatiLogoIcon as gn } from "./WikicasaDatiLogo.js";
|
|
143
|
+
import { WikicasaLogoIcon as hn } from "./WikicasaLogo.js";
|
|
144
|
+
import { WikiNerdImg as Wn } from "./WikiNerd.js";
|
|
145
|
+
import { WikiNerdValutaMobileImg as Pn } from "./WikiNerdValutaMobile.js";
|
|
146
|
+
import { WikiNerdMercatoImg as yn } from "./WikiNerdMercatoHome.js";
|
|
147
|
+
import { WikiNerdValutaDesktopImg as wn } from "./WikiNerdValutaDesktop.js";
|
|
148
|
+
import { WikiNerdDownloadAppImg as Fn } from "./WikiNerdDownloadApp.js";
|
|
149
|
+
import { WikicasaStudioLogoIcon as Nn } from "./WikicasaStudioLogo.js";
|
|
150
|
+
import { GenericUserWikiAvatarImg as Dn } from "./GenericUserWikiAvatar.js";
|
|
151
|
+
import { ShieldImg as Ln } from "./ShieldImg.js";
|
|
152
|
+
import { SnapImg as Rn } from "./SnapImg.js";
|
|
153
|
+
import { StopWatchImg as Vn } from "./StopWatchImg.js";
|
|
154
|
+
import { CheckImg as En } from "./CheckImg.js";
|
|
155
|
+
import { IareeImg as qn } from "./IareeImg.js";
|
|
156
|
+
import { WikiNerdAnalyzeImg as Kn } from "./WikiNerdAnalyzeImg.js";
|
|
157
|
+
import { WikiNerdValuationNotAvailableImg as Qn } from "./WikiNerdValuationNotAvailableImg.js";
|
|
158
|
+
import { InsightImg as jn } from "./InsightImg.js";
|
|
159
|
+
import { GenericUserWikiAvatarSquaredImg as Xn } from "./GenericUserWikiAvatarSquaredImg.js";
|
|
160
|
+
import { WikiNoSavedSearchesImg as _n } from "./WikiNoSavedSearches.js";
|
|
159
161
|
export {
|
|
160
162
|
e as AboutUsIcon,
|
|
161
163
|
Je as AirConditionerIcon,
|
|
@@ -167,20 +169,20 @@ export {
|
|
|
167
169
|
Ut as AttachedIcon,
|
|
168
170
|
Ze as AtticIcon,
|
|
169
171
|
Gr as AuctionHammerIcon,
|
|
170
|
-
|
|
172
|
+
Ot as BankIcon,
|
|
171
173
|
c as BarChartIcon,
|
|
172
|
-
|
|
174
|
+
Mr as BathroomIcon,
|
|
173
175
|
I as BellIcon,
|
|
174
176
|
se as BoxIcon,
|
|
175
177
|
x as BulbIcon,
|
|
176
|
-
|
|
178
|
+
dn as BusIcon,
|
|
177
179
|
Yt as CartIcon,
|
|
178
180
|
lt as CeilingIcon,
|
|
179
181
|
Oe as CellarIcon,
|
|
180
182
|
Jt as ChargeIcon,
|
|
181
183
|
i as CheckActiveIcon,
|
|
182
184
|
vr as CheckIcon,
|
|
183
|
-
|
|
185
|
+
En as CheckImg,
|
|
184
186
|
d as CheckInactiveIcon,
|
|
185
187
|
ur as CheckRoundedIcon,
|
|
186
188
|
g as CloseIcon,
|
|
@@ -195,19 +197,19 @@ export {
|
|
|
195
197
|
P as DrawIcon,
|
|
196
198
|
y as EditIcon,
|
|
197
199
|
kt as ElectricGateIcon,
|
|
198
|
-
|
|
200
|
+
Br as EnergyClassIcon,
|
|
199
201
|
st as EntranceIcon,
|
|
200
202
|
Hr as ExternalLinkIcon,
|
|
201
203
|
Jo as FacebookIcon,
|
|
202
204
|
Yr as FacebookRoundedIcon,
|
|
203
205
|
At as FireplaceIcon,
|
|
204
206
|
pt as FixturesIcon,
|
|
205
|
-
|
|
206
|
-
|
|
207
|
+
Me as FridgeIcon,
|
|
208
|
+
Mt as FrontBuildingIcon,
|
|
207
209
|
ze as FurnishedIcon,
|
|
208
210
|
Oo as GearIcon,
|
|
209
|
-
|
|
210
|
-
|
|
211
|
+
Dn as GenericUserWikiAvatarImg,
|
|
212
|
+
Xn as GenericUserWikiAvatarSquaredImg,
|
|
211
213
|
w as GermanyFlagIcon,
|
|
212
214
|
mr as GoogleIcon,
|
|
213
215
|
tr as HamburgerMenuIcon,
|
|
@@ -219,15 +221,15 @@ export {
|
|
|
219
221
|
Zt as HospitalIcon,
|
|
220
222
|
at as HotWaterIcon,
|
|
221
223
|
sr as HouseValuationIcon,
|
|
222
|
-
|
|
224
|
+
qn as IareeImg,
|
|
223
225
|
Tr as InfoIcon,
|
|
224
|
-
|
|
226
|
+
jn as InsightImg,
|
|
225
227
|
$o as InstagramIcon,
|
|
226
228
|
L as ItalyFlagIcon,
|
|
227
229
|
fe as KeyIcon,
|
|
228
230
|
Ye as KitchenIcon,
|
|
229
|
-
|
|
230
|
-
|
|
231
|
+
Bt as LaundryIcon,
|
|
232
|
+
R as LayersIcon,
|
|
231
233
|
Zo as LinkedinIcon,
|
|
232
234
|
V as LocationIcon,
|
|
233
235
|
pe as LockIcon,
|
|
@@ -235,6 +237,7 @@ export {
|
|
|
235
237
|
q as MailIcon,
|
|
236
238
|
K as MapIcon,
|
|
237
239
|
ae as MegaphoneIcon,
|
|
240
|
+
fn as MetroIcon,
|
|
238
241
|
Gt as MezzanineIcon,
|
|
239
242
|
Q as NewsIcon,
|
|
240
243
|
j as NotesIcon,
|
|
@@ -251,7 +254,7 @@ export {
|
|
|
251
254
|
oo as PlanIcon,
|
|
252
255
|
eo as PlusIcon,
|
|
253
256
|
ke as PoolIcon,
|
|
254
|
-
rn as
|
|
257
|
+
rn as PostOfficeIcon,
|
|
255
258
|
no as PrestigeIcon,
|
|
256
259
|
Ar as PriceIcon,
|
|
257
260
|
ar as PrincipalIcon,
|
|
@@ -267,23 +270,24 @@ export {
|
|
|
267
270
|
so as SearchIcon,
|
|
268
271
|
Ct as SecurityDoorIcon,
|
|
269
272
|
uo as ShareIcon,
|
|
270
|
-
|
|
271
|
-
|
|
273
|
+
Ln as ShieldImg,
|
|
274
|
+
Rn as SnapImg,
|
|
272
275
|
$r as SortIcon,
|
|
273
276
|
Sr as SquareMeterIcon,
|
|
274
277
|
te as StarIcon,
|
|
275
|
-
|
|
278
|
+
Vn as StopWatchImg,
|
|
276
279
|
re as StreetViewIcon,
|
|
277
280
|
mn as SubwayIcon,
|
|
278
281
|
ko as SuitcaseIcon,
|
|
282
|
+
zt as SupermarketIcon,
|
|
279
283
|
$e as TavernIcon,
|
|
280
284
|
zr as TelegramRoundedIcon,
|
|
281
285
|
Ce as TennisIcon,
|
|
282
286
|
So as TieIcon,
|
|
283
287
|
Ao as TourIcon,
|
|
284
|
-
|
|
285
|
-
pn as TrainIcon,
|
|
288
|
+
an as TrainIcon,
|
|
286
289
|
br as TransactionIcon,
|
|
290
|
+
pn as TransportIcon,
|
|
287
291
|
Ht as TypeFloorIcon,
|
|
288
292
|
vt as TypeRollerShutterIcon,
|
|
289
293
|
bt as TypeTvIcon,
|
|
@@ -294,24 +298,24 @@ export {
|
|
|
294
298
|
To as VideoIcon,
|
|
295
299
|
vo as ViewPswIcon,
|
|
296
300
|
Ho as WalletIcon,
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
301
|
+
Mo as WarningIcon,
|
|
302
|
+
Bo as WarningIconRounded,
|
|
303
|
+
Be as WashingMachineIcon,
|
|
300
304
|
Or as WhatsappRoundedIcon,
|
|
301
305
|
St as WhirlpoolIcon,
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
306
|
+
Kn as WikiNerdAnalyzeImg,
|
|
307
|
+
Fn as WikiNerdDownloadAppImg,
|
|
308
|
+
Wn as WikiNerdImg,
|
|
309
|
+
yn as WikiNerdMercatoImg,
|
|
310
|
+
Qn as WikiNerdValuationNotAvailableImg,
|
|
311
|
+
wn as WikiNerdValutaDesktopImg,
|
|
312
|
+
Pn as WikiNerdValutaMobileImg,
|
|
313
|
+
_n as WikiNoSavedSearchesImg,
|
|
314
|
+
gn as WikicasaDatiLogoIcon,
|
|
311
315
|
zo as WikicasaIcon,
|
|
312
|
-
|
|
316
|
+
hn as WikicasaLogoIcon,
|
|
313
317
|
pr as WikicasaRoundedIcon,
|
|
314
|
-
|
|
318
|
+
Nn as WikicasaStudioLogoIcon,
|
|
315
319
|
Go as WkAppIcon,
|
|
316
320
|
Yo as WkFavIcon,
|
|
317
321
|
rr as YoutubeIcon
|
package/dist/lib/index.d.ts
CHANGED
|
@@ -126,17 +126,19 @@ export { FrontBuildingIcon } from './svgIcons/FrontBuildingIcon';
|
|
|
126
126
|
export { LaundryIcon } from './svgIcons/LaundryIcon';
|
|
127
127
|
export { MezzanineIcon } from './svgIcons/MezzanineIcon';
|
|
128
128
|
export { AttachedIcon } from './svgIcons/AttachedIcon';
|
|
129
|
+
export { SupermarketIcon } from './svgIcons/poi/SupermarketIcon';
|
|
129
130
|
export { BankIcon } from './svgIcons/poi/BankIcon';
|
|
130
|
-
export { BusIcon } from './svgIcons/poi/BusIcon';
|
|
131
131
|
export { CartIcon } from './svgIcons/poi/CartIcon';
|
|
132
|
-
export { ChargeIcon } from './svgIcons/poi/
|
|
132
|
+
export { ChargeIcon } from './svgIcons/poi/ChargeIcon';
|
|
133
133
|
export { HospitalIcon } from './svgIcons/poi/HospitalIcon';
|
|
134
134
|
export { PharmacyIcon } from './svgIcons/poi/PharmacyIcon';
|
|
135
|
-
export {
|
|
135
|
+
export { PostOfficeIcon } from './svgIcons/poi/PostOfficeIcon';
|
|
136
136
|
export { SchoolIcon } from './svgIcons/poi/SchoolIcon';
|
|
137
137
|
export { SubwayIcon } from './svgIcons/poi/SubwayIcon';
|
|
138
|
+
export { TransportIcon } from './svgIcons/poi/TransportIcon';
|
|
139
|
+
export { MetroIcon } from './svgIcons/poi/MetroIcon';
|
|
138
140
|
export { TrainIcon } from './svgIcons/poi/TrainIcon';
|
|
139
|
-
export {
|
|
141
|
+
export { BusIcon } from './svgIcons/poi/BusIcon';
|
|
140
142
|
export { WikicasaDatiLogoIcon } from './svgImages/WikicasaDatiLogo';
|
|
141
143
|
export { WikicasaLogoIcon } from './svgImages/WikicasaLogo';
|
|
142
144
|
export { WikiNerdImg } from './svgImages/WikiNerd';
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { FunctionalSvgIconComponent } from '../../../types/FunctionalSvgIconComponent';
|
|
2
2
|
import { SvgProps } from '@wikicasa-dev/types';
|
|
3
3
|
|
|
4
|
-
export declare const BankIcon: FunctionalSvgIconComponent<Partial<SvgProps
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
borderColor: string;
|
|
4
|
+
export declare const BankIcon: FunctionalSvgIconComponent<Partial<SvgProps & {
|
|
5
|
+
'stroke-color': `#${string}`;
|
|
6
|
+
'stroke-width': number;
|
|
8
7
|
}>>;
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { FunctionalSvgIconComponent } from '../../../types/FunctionalSvgIconComponent';
|
|
2
2
|
import { SvgProps } from '@wikicasa-dev/types';
|
|
3
3
|
|
|
4
|
-
export declare const BusIcon: FunctionalSvgIconComponent<Partial<SvgProps
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
borderColor: string;
|
|
4
|
+
export declare const BusIcon: FunctionalSvgIconComponent<Partial<SvgProps & {
|
|
5
|
+
'stroke-color': `#${string}`;
|
|
6
|
+
'stroke-width': number;
|
|
8
7
|
}>>;
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { FunctionalSvgIconComponent } from '../../../types/FunctionalSvgIconComponent';
|
|
2
2
|
import { SvgProps } from '@wikicasa-dev/types';
|
|
3
3
|
|
|
4
|
-
export declare const ChargeIcon: FunctionalSvgIconComponent<Partial<SvgProps
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
borderColor: string;
|
|
4
|
+
export declare const ChargeIcon: FunctionalSvgIconComponent<Partial<SvgProps & {
|
|
5
|
+
'stroke-color': `#${string}`;
|
|
6
|
+
'stroke-width': number;
|
|
8
7
|
}>>;
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { FunctionalSvgIconComponent } from '../../../types/FunctionalSvgIconComponent';
|
|
2
2
|
import { SvgProps } from '@wikicasa-dev/types';
|
|
3
3
|
|
|
4
|
-
export declare const HospitalIcon: FunctionalSvgIconComponent<Partial<SvgProps
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
borderColor: string;
|
|
4
|
+
export declare const HospitalIcon: FunctionalSvgIconComponent<Partial<SvgProps & {
|
|
5
|
+
'stroke-color': `#${string}`;
|
|
6
|
+
'stroke-width': number;
|
|
8
7
|
}>>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { FunctionalSvgIconComponent } from '../../../types/FunctionalSvgIconComponent';
|
|
2
|
+
import { SvgProps } from '@wikicasa-dev/types';
|
|
3
|
+
|
|
4
|
+
export declare const MetroIcon: FunctionalSvgIconComponent<Partial<SvgProps & {
|
|
5
|
+
'stroke-color': `#${string}`;
|
|
6
|
+
'stroke-width': number;
|
|
7
|
+
}>>;
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { FunctionalSvgIconComponent } from '../../../types/FunctionalSvgIconComponent';
|
|
2
2
|
import { SvgProps } from '@wikicasa-dev/types';
|
|
3
3
|
|
|
4
|
-
export declare const PharmacyIcon: FunctionalSvgIconComponent<Partial<SvgProps
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
borderColor: string;
|
|
4
|
+
export declare const PharmacyIcon: FunctionalSvgIconComponent<Partial<SvgProps & {
|
|
5
|
+
'stroke-color': `#${string}`;
|
|
6
|
+
'stroke-width': number;
|
|
8
7
|
}>>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { FunctionalSvgIconComponent } from '../../../types/FunctionalSvgIconComponent';
|
|
2
|
+
import { SvgProps } from '@wikicasa-dev/types';
|
|
3
|
+
|
|
4
|
+
export declare const PostOfficeIcon: FunctionalSvgIconComponent<Partial<SvgProps & {
|
|
5
|
+
'stroke-color': `#${string}`;
|
|
6
|
+
'stroke-width': number;
|
|
7
|
+
}>>;
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { FunctionalSvgIconComponent } from '../../../types/FunctionalSvgIconComponent';
|
|
2
2
|
import { SvgProps } from '@wikicasa-dev/types';
|
|
3
3
|
|
|
4
|
-
export declare const SchoolIcon: FunctionalSvgIconComponent<Partial<SvgProps
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
borderColor: string;
|
|
4
|
+
export declare const SchoolIcon: FunctionalSvgIconComponent<Partial<SvgProps & {
|
|
5
|
+
'stroke-color': `#${string}`;
|
|
6
|
+
'stroke-width': number;
|
|
8
7
|
}>>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { FunctionalSvgIconComponent } from '../../../types/FunctionalSvgIconComponent';
|
|
2
|
+
import { SvgProps } from '@wikicasa-dev/types';
|
|
3
|
+
|
|
4
|
+
export declare const SupermarketIcon: FunctionalSvgIconComponent<Partial<SvgProps & {
|
|
5
|
+
'stroke-color': `#${string}`;
|
|
6
|
+
'stroke-width': number;
|
|
7
|
+
}>>;
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { FunctionalSvgIconComponent } from '../../../types/FunctionalSvgIconComponent';
|
|
2
2
|
import { SvgProps } from '@wikicasa-dev/types';
|
|
3
3
|
|
|
4
|
-
export declare const TrainIcon: FunctionalSvgIconComponent<Partial<SvgProps
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
borderColor: string;
|
|
4
|
+
export declare const TrainIcon: FunctionalSvgIconComponent<Partial<SvgProps & {
|
|
5
|
+
'stroke-color': `#${string}`;
|
|
6
|
+
'stroke-width': number;
|
|
8
7
|
}>>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { FunctionalSvgIconComponent } from '../../../types/FunctionalSvgIconComponent';
|
|
2
|
+
import { SvgProps } from '@wikicasa-dev/types';
|
|
3
|
+
|
|
4
|
+
export declare const TransportIcon: FunctionalSvgIconComponent<Partial<SvgProps & {
|
|
5
|
+
'stroke-color': `#${string}`;
|
|
6
|
+
'stroke-width': number;
|
|
7
|
+
}>>;
|
package/package.json
CHANGED
package/dist/Charge.js
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { h as r } from "vue";
|
|
2
|
-
import { s as t } from "./svgIconFactory-Dn0WJdb3.js";
|
|
3
|
-
import { g as e } from "./DefaultValues-DOBkctU1.js";
|
|
4
|
-
const i = (o) => (o = { ...e(), ...o }, t({
|
|
5
|
-
props: o,
|
|
6
|
-
svgNodeAttrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 10.87 17.77" },
|
|
7
|
-
childrenNodes: [
|
|
8
|
-
r("path", {
|
|
9
|
-
fill: "none",
|
|
10
|
-
stroke: o.color ?? "#222",
|
|
11
|
-
"stroke-linecap": "round",
|
|
12
|
-
"stroke-linejoin": "round",
|
|
13
|
-
d: "M7.173.5.5 9.675h5.144l-2.989 7.576.681.019 7.035-9.75H4.88L7.938.5Z"
|
|
14
|
-
})
|
|
15
|
-
]
|
|
16
|
-
}));
|
|
17
|
-
export {
|
|
18
|
-
i as ChargeIcon
|
|
19
|
-
};
|
package/dist/PostIcon.js
DELETED
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
import { h as r } from "vue";
|
|
2
|
-
import { s as t } from "./svgIconFactory-Dn0WJdb3.js";
|
|
3
|
-
import { g as e } from "./DefaultValues-DOBkctU1.js";
|
|
4
|
-
const c = (o) => (o = { ...e(), ...o }, t({
|
|
5
|
-
props: o,
|
|
6
|
-
svgNodeAttrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16.1 16.1" },
|
|
7
|
-
childrenNodes: [
|
|
8
|
-
r("circle", {
|
|
9
|
-
cx: "8.05",
|
|
10
|
-
cy: "8.05",
|
|
11
|
-
r: "7.6",
|
|
12
|
-
fill: "none",
|
|
13
|
-
stroke: o.color ?? "#222",
|
|
14
|
-
"stroke-linecap": "round",
|
|
15
|
-
"stroke-linejoin": "round"
|
|
16
|
-
}),
|
|
17
|
-
r("path", {
|
|
18
|
-
fill: o.color ?? "#222",
|
|
19
|
-
d: "M5.8 8.9h-1.2v2.6h-.8v-6.3h2c1.5 0 2.2.8 2.2 1.8s-.6 1.9-2.2 1.9m0-.7c.9 0 1.3-.4 1.3-1.1s-.4-1.2-1.3-1.2h-1.2v2.3zm2.8-3h4.2v.7h-1.7v5.6h-.8V5.9h-1.7z"
|
|
20
|
-
}),
|
|
21
|
-
r("path", {
|
|
22
|
-
fill: "none",
|
|
23
|
-
stroke: o.color ?? "#222",
|
|
24
|
-
"stroke-linecap": "round",
|
|
25
|
-
"stroke-linejoin": "round",
|
|
26
|
-
"stroke-width": ".4",
|
|
27
|
-
d: "M5.8 8.9h-1.2v2.6h-.8v-6.3h2c1.5 0 2.2.8 2.2 1.8s-.6 1.9-2.2 1.9m0-.7c.9 0 1.3-.4 1.3-1.1s-.4-1.2-1.3-1.2h-1.2v2.3zm2.8-3h4.2v.7h-1.7v5.6h-.8V5.9h-1.7z"
|
|
28
|
-
})
|
|
29
|
-
]
|
|
30
|
-
}));
|
|
31
|
-
export {
|
|
32
|
-
c as PostIcon
|
|
33
|
-
};
|