@wikicasa-dev/svg-icons 0.0.31 → 0.0.32
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/DemandIcon.js +59 -0
- package/dist/HomeIcon.js +20 -0
- package/dist/PriceIcon.js +25 -0
- package/dist/SquareMeterIcon.js +26 -0
- package/dist/TransactionIcon.js +22 -0
- package/dist/index.js +88 -80
- package/dist/lib/index.d.ts +6 -2
- package/dist/lib/svgIcons/DemandIcon.d.ts +2 -0
- package/dist/lib/svgIcons/HomeIcon.d.ts +2 -0
- package/dist/lib/svgIcons/PriceIcon.d.ts +2 -0
- package/dist/lib/svgIcons/SquareMeterIcon.d.ts +2 -0
- package/dist/lib/svgIcons/TransactionIcon.d.ts +2 -0
- package/package.json +1 -1
- package/dist/HouseIcon.js +0 -46
- package/dist/lib/svgIcons/HouseIcon.d.ts +0 -3
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import { h as r } from "vue";
|
|
2
|
+
import { s as o } from "./svgIconFactory-B4HDiwZr.js";
|
|
3
|
+
const n = (t, { attrs: a }) => o({
|
|
4
|
+
props: t,
|
|
5
|
+
svgNodeAttrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 17 14.069" },
|
|
6
|
+
childrenNodes: r(
|
|
7
|
+
"g",
|
|
8
|
+
r(
|
|
9
|
+
"g",
|
|
10
|
+
{
|
|
11
|
+
fill: a["fill-color"] ?? "#fff",
|
|
12
|
+
stroke: a["stroke-color"] ?? "#222",
|
|
13
|
+
"stroke-linecap": "round",
|
|
14
|
+
"stroke-linejoin": "round"
|
|
15
|
+
},
|
|
16
|
+
[
|
|
17
|
+
r("g", { transform: "translate(.5 .5)" }, [
|
|
18
|
+
r("path", {
|
|
19
|
+
d: "M7.039 9.441H.404a.407.407 0 0 1-.4-.409V7.177a2.693 2.693 0 0 1 2.675-2.711h2.093a2.694 2.694 0 0 1 2.675 2.711v1.855a.407.407 0 0 1-.4.409Z"
|
|
20
|
+
}),
|
|
21
|
+
r("ellipse", {
|
|
22
|
+
cx: "2.322",
|
|
23
|
+
cy: "2.373",
|
|
24
|
+
rx: "2.322",
|
|
25
|
+
ry: "2.373",
|
|
26
|
+
transform: "translate(1.399)"
|
|
27
|
+
})
|
|
28
|
+
]),
|
|
29
|
+
r("g", { transform: "translate(3.617 .5)" }, [
|
|
30
|
+
r("path", {
|
|
31
|
+
d: "M8.17 10.955H.47a.471.471 0 0 1-.468-.475V8.33a3.127 3.127 0 0 1 3.1-3.147h2.434a3.126 3.126 0 0 1 3.1 3.147v2.153a.471.471 0 0 1-.472.472Z"
|
|
32
|
+
}),
|
|
33
|
+
r("ellipse", {
|
|
34
|
+
cx: "2.696",
|
|
35
|
+
cy: "2.754",
|
|
36
|
+
rx: "2.696",
|
|
37
|
+
ry: "2.754",
|
|
38
|
+
transform: "translate(1.624)"
|
|
39
|
+
})
|
|
40
|
+
]),
|
|
41
|
+
r("g", { transform: "translate(6.184 .5)" }, [
|
|
42
|
+
r("path", {
|
|
43
|
+
d: "M9.757 13.07h-9.2a.563.563 0 0 1-.56-.567v-2.57a3.733 3.733 0 0 1 3.708-3.76h2.9a3.734 3.734 0 0 1 3.707 3.759v2.571a.563.563 0 0 1-.555.567Z"
|
|
44
|
+
}),
|
|
45
|
+
r("ellipse", {
|
|
46
|
+
cx: "3.219",
|
|
47
|
+
cy: "3.289",
|
|
48
|
+
rx: "3.219",
|
|
49
|
+
ry: "3.289",
|
|
50
|
+
transform: "translate(1.94)"
|
|
51
|
+
})
|
|
52
|
+
])
|
|
53
|
+
]
|
|
54
|
+
)
|
|
55
|
+
)
|
|
56
|
+
});
|
|
57
|
+
export {
|
|
58
|
+
n as DemandIcon
|
|
59
|
+
};
|
package/dist/HomeIcon.js
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { h as r } from "vue";
|
|
2
|
+
import { s as e } from "./svgIconFactory-B4HDiwZr.js";
|
|
3
|
+
const i = (t, { attrs: o }) => e({
|
|
4
|
+
props: t,
|
|
5
|
+
svgNodeAttrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 14.3 14.384" },
|
|
6
|
+
childrenNodes: r(
|
|
7
|
+
"g",
|
|
8
|
+
r("path", {
|
|
9
|
+
fill: "none",
|
|
10
|
+
stroke: o["stroke-color"] ?? "#222",
|
|
11
|
+
"stroke-linecap": "round",
|
|
12
|
+
"stroke-linejoin": "round",
|
|
13
|
+
"stroke-width": o["stroke-width"] ?? "1.3",
|
|
14
|
+
d: "m8.189 1.124 4.875 4.21a1.72 1.72 0 0 1 .586 1.3v5.411a1.66 1.66 0 0 1-1.625 1.689h-9.75A1.66 1.66 0 0 1 .65 12.046V6.634a1.72 1.72 0 0 1 .586-1.3l4.875-4.21a1.58 1.58 0 0 1 2.078 0"
|
|
15
|
+
})
|
|
16
|
+
)
|
|
17
|
+
});
|
|
18
|
+
export {
|
|
19
|
+
i as HomeIcon
|
|
20
|
+
};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { h as o } from "vue";
|
|
2
|
+
import { s as e } from "./svgIconFactory-B4HDiwZr.js";
|
|
3
|
+
const i = (r, { attrs: t }) => e({
|
|
4
|
+
props: r,
|
|
5
|
+
svgNodeAttrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 18.701 17.024" },
|
|
6
|
+
childrenNodes: o(
|
|
7
|
+
"g",
|
|
8
|
+
{
|
|
9
|
+
fill: "none",
|
|
10
|
+
stroke: t["stroke-color"] ?? "#222",
|
|
11
|
+
"stroke-linecap": "round",
|
|
12
|
+
"stroke-linejoin": "round"
|
|
13
|
+
},
|
|
14
|
+
[
|
|
15
|
+
o("path", {
|
|
16
|
+
d: "M18.017 12.9a7.441 7.441 0 0 1-3.157 2.922 7.738 7.738 0 0 1-10.9-7.468v.3a7.738 7.738 0 0 1 10.9-7.473A7.446 7.446 0 0 1 18.017 4.1"
|
|
17
|
+
}),
|
|
18
|
+
o("path", { d: "M.5 6.284h10.684" }),
|
|
19
|
+
o("path", { d: "M.5 11.305h10.684" })
|
|
20
|
+
]
|
|
21
|
+
)
|
|
22
|
+
});
|
|
23
|
+
export {
|
|
24
|
+
i as PriceIcon
|
|
25
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { h as r } from "vue";
|
|
2
|
+
import { s as e } from "./svgIconFactory-B4HDiwZr.js";
|
|
3
|
+
const a = (o, { attrs: t }) => e({
|
|
4
|
+
props: o,
|
|
5
|
+
svgNodeAttrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 17.3 17.3" },
|
|
6
|
+
childrenNodes: r(
|
|
7
|
+
"g",
|
|
8
|
+
{
|
|
9
|
+
fill: "none",
|
|
10
|
+
stroke: t["stroke-color"] ?? "#222",
|
|
11
|
+
"stroke-linecap": "round",
|
|
12
|
+
"stroke-linejoin": "round",
|
|
13
|
+
"stroke-width": t["stroke-width"] ?? "1.3",
|
|
14
|
+
transform: "translate(.15 .15)"
|
|
15
|
+
},
|
|
16
|
+
[
|
|
17
|
+
r("rect", { width: "16", height: "16", rx: "1.699", transform: "translate(.5 .5)" }),
|
|
18
|
+
r("path", { d: "m4.563 4.611 7.831 7.831" }),
|
|
19
|
+
r("path", { d: "M4.558 7.966V4.615h3.251" }),
|
|
20
|
+
r("path", { d: "M12.441 9.133v3.351H9.19" })
|
|
21
|
+
]
|
|
22
|
+
)
|
|
23
|
+
});
|
|
24
|
+
export {
|
|
25
|
+
a as SquareMeterIcon
|
|
26
|
+
};
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { h as o } from "vue";
|
|
2
|
+
import { s as n } from "./svgIconFactory-B4HDiwZr.js";
|
|
3
|
+
const i = (r, { attrs: t }) => n({
|
|
4
|
+
props: r,
|
|
5
|
+
svgNodeAttrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 16.219 17.436" },
|
|
6
|
+
childrenNodes: o(
|
|
7
|
+
"g",
|
|
8
|
+
o("g", { fill: "none", stroke: t["stroke-color"] ?? "#222", "stroke-linecap": "round" }, [
|
|
9
|
+
o("g", [
|
|
10
|
+
o("path", { d: "M.5 4.244h14.367" }),
|
|
11
|
+
o("path", { "stroke-linejoin": "round", d: "m11.898.707 3.821 3.821-3.821 3.821" })
|
|
12
|
+
]),
|
|
13
|
+
o("g", [
|
|
14
|
+
o("path", { d: "M15.718 12.625H1.351" }),
|
|
15
|
+
o("path", { "stroke-linejoin": "round", d: "M4.321 9.088.5 12.909l3.821 3.821" })
|
|
16
|
+
])
|
|
17
|
+
])
|
|
18
|
+
)
|
|
19
|
+
});
|
|
20
|
+
export {
|
|
21
|
+
i as TransactionIcon
|
|
22
|
+
};
|
package/dist/index.js
CHANGED
|
@@ -5,18 +5,18 @@ import { BellIcon as I } from "./BellIcon.js";
|
|
|
5
5
|
import { BulbIcon as x } from "./BulbIcon.js";
|
|
6
6
|
import { CheckActiveIcon as i } from "./CheckActiveIcon.js";
|
|
7
7
|
import { CheckInactiveIcon as s } from "./CheckInactiveIcon.js";
|
|
8
|
-
import { CloseIcon as
|
|
8
|
+
import { CloseIcon as g } from "./CloseIcon.js";
|
|
9
9
|
import { DashboardIcon as k } from "./DashboardIcon.js";
|
|
10
10
|
import { DeleteIcon as h } from "./DeleteIcon.js";
|
|
11
11
|
import { DrawIcon as w } from "./DrawIcon.js";
|
|
12
|
-
import { EditIcon as
|
|
12
|
+
import { EditIcon as A } from "./EditIcon.js";
|
|
13
13
|
import { GermanyFlagIcon as C } from "./GermanyFlagIcon.js";
|
|
14
|
-
import { HeartIcon as
|
|
14
|
+
import { HeartIcon as N } from "./HeartIcon.js";
|
|
15
15
|
import { HidePswIcon as L } from "./HidePswIcon.js";
|
|
16
|
-
import {
|
|
17
|
-
import { ItalyFlagIcon as
|
|
18
|
-
import { LayersIcon as
|
|
19
|
-
import { LocationIcon as
|
|
16
|
+
import { HomeIcon as M } from "./HomeIcon.js";
|
|
17
|
+
import { ItalyFlagIcon as B } from "./ItalyFlagIcon.js";
|
|
18
|
+
import { LayersIcon as T } from "./LayersIcon.js";
|
|
19
|
+
import { LocationIcon as G } from "./LocationIcon.js";
|
|
20
20
|
import { LogoutIcon as U } from "./LogoutIcon.js";
|
|
21
21
|
import { MailIcon as z } from "./MailIcon.js";
|
|
22
22
|
import { MapIcon as Q } from "./MapIcon.js";
|
|
@@ -35,15 +35,15 @@ import { SearchIcon as so } from "./SearchIcon.js";
|
|
|
35
35
|
import { ShareIcon as uo } from "./ShareIcon.js";
|
|
36
36
|
import { SuitcaseIcon as Wo } from "./SuitcaseIcon.js";
|
|
37
37
|
import { TieIcon as Po } from "./TieIcon.js";
|
|
38
|
-
import { TourIcon as
|
|
38
|
+
import { TourIcon as So } from "./TourIcon.js";
|
|
39
39
|
import { UkFlagIcon as bo } from "./UkFlagIcon.js";
|
|
40
|
-
import { ValuationIcon as
|
|
41
|
-
import { VideoIcon as
|
|
40
|
+
import { ValuationIcon as Do } from "./ValuationIcon.js";
|
|
41
|
+
import { VideoIcon as yo } from "./VideoIcon.js";
|
|
42
42
|
import { ViewPswIcon as Ho } from "./ViewPswIcon.js";
|
|
43
|
-
import { WalletIcon as
|
|
44
|
-
import { WarningIcon as
|
|
45
|
-
import { WarningIconRounded as
|
|
46
|
-
import { WkAppIcon as
|
|
43
|
+
import { WalletIcon as Vo } from "./WalletIcon.js";
|
|
44
|
+
import { WarningIcon as Fo } from "./WarningIcon.js";
|
|
45
|
+
import { WarningIconRounded as vo } from "./WarningIconRounded.js";
|
|
46
|
+
import { WkAppIcon as Ro } from "./WkAppIcon.js";
|
|
47
47
|
import { AnalyticsIcon as qo } from "./AnalyticsIcon.js";
|
|
48
48
|
import { WikicasaIcon as Eo } from "./WikicasaIcon.js";
|
|
49
49
|
import { GearIcon as Yo } from "./GearIcon.js";
|
|
@@ -58,121 +58,129 @@ import { WikicasaRoundedIcon as pr } from "./WikicasaRoundedIcon.js";
|
|
|
58
58
|
import { ArrowIndicatorIcon as fr } from "./ArrowIndicatorIcon.js";
|
|
59
59
|
import { PrincipalIcon as ar } from "./PrincipalIcon.js";
|
|
60
60
|
import { PinShadowedIcon as lr } from "./PinShadowedIcon.js";
|
|
61
|
-
import { HouseValuationIcon as
|
|
61
|
+
import { HouseValuationIcon as dr } from "./HouseValuationIcon.js";
|
|
62
62
|
import { CheckRoundedIcon as ur } from "./CheckRoundedIcon.js";
|
|
63
63
|
import { DownloadIcon as Wr } from "./DownloadIcon.js";
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import {
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
64
|
+
import { SquareMeterIcon as Pr } from "./SquareMeterIcon.js";
|
|
65
|
+
import { PriceIcon as Sr } from "./PriceIcon.js";
|
|
66
|
+
import { DemandIcon as br } from "./DemandIcon.js";
|
|
67
|
+
import { TransactionIcon as Dr } from "./TransactionIcon.js";
|
|
68
|
+
import { BankIcon as yr } from "./BankIcon.js";
|
|
69
|
+
import { BusIcon as Hr } from "./BusIcon.js";
|
|
70
|
+
import { CartIcon as Vr } from "./CartIcon.js";
|
|
71
|
+
import { ChargeIcon as Fr } from "./Charge.js";
|
|
72
|
+
import { HospitalIcon as vr } from "./HospitalIcon.js";
|
|
73
|
+
import { PharmacyIcon as Rr } from "./PharmacyIcon.js";
|
|
74
|
+
import { PostIcon as qr } from "./PostIcon.js";
|
|
75
|
+
import { SchoolIcon as Er } from "./SchoolIcon.js";
|
|
76
|
+
import { SubwayIcon as Yr } from "./SubwayIcon.js";
|
|
77
|
+
import { TrainIcon as Jr } from "./TrainIcon.js";
|
|
78
|
+
import { TrainAltIcon as Or } from "./TrainAltIcon.js";
|
|
79
|
+
import { WikicasaDatiLogoIcon as Zr } from "./WikicasaDatiLogo.js";
|
|
80
|
+
import { WikicasaLogoIcon as $r } from "./WikicasaLogo.js";
|
|
81
|
+
import { WikiNerdImg as re } from "./WikiNerd.js";
|
|
82
|
+
import { WikiNerdValutaMobileImg as te } from "./WikiNerdValutaMobile.js";
|
|
83
|
+
import { WikiNerdMercatoImg as me } from "./WikiNerdMercatoHome.js";
|
|
84
|
+
import { WikiNerdValutaDesktopImg as pe } from "./WikiNerdValutaDesktop.js";
|
|
85
|
+
import { WikiNerdDownloadAppImg as fe } from "./WikiNerdDownloadApp.js";
|
|
86
|
+
import { WikicasaStudioLogoIcon as ae } from "./WikicasaStudioLogo.js";
|
|
87
|
+
import { GenericUserWikiAvatarImg as le } from "./GenericUserWikiAvatar.js";
|
|
88
|
+
import { ShieldImg as de } from "./ShieldImg.js";
|
|
89
|
+
import { SnapImg as ue } from "./SnapImg.js";
|
|
90
|
+
import { StopWatchImg as We } from "./StopWatchImg.js";
|
|
91
|
+
import { CheckImg as Pe } from "./CheckImg.js";
|
|
92
|
+
import { WikiNerdAnalyzeImg as Se } from "./WikiNerdAnalyzeImg.js";
|
|
89
93
|
export {
|
|
90
94
|
e as AboutUsIcon,
|
|
91
95
|
qo as AnalyticsIcon,
|
|
92
96
|
n as ArrowIcon,
|
|
93
97
|
fr as ArrowIndicatorIcon,
|
|
94
|
-
|
|
98
|
+
yr as BankIcon,
|
|
95
99
|
c as BarChartIcon,
|
|
96
100
|
I as BellIcon,
|
|
97
101
|
x as BulbIcon,
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
102
|
+
Hr as BusIcon,
|
|
103
|
+
Vr as CartIcon,
|
|
104
|
+
Fr as ChargeIcon,
|
|
101
105
|
i as CheckActiveIcon,
|
|
102
|
-
|
|
106
|
+
Pe as CheckImg,
|
|
103
107
|
s as CheckInactiveIcon,
|
|
104
108
|
ur as CheckRoundedIcon,
|
|
105
|
-
|
|
109
|
+
g as CloseIcon,
|
|
106
110
|
k as DashboardIcon,
|
|
107
111
|
h as DeleteIcon,
|
|
112
|
+
br as DemandIcon,
|
|
108
113
|
Wr as DownloadIcon,
|
|
109
114
|
w as DrawIcon,
|
|
110
|
-
|
|
115
|
+
A as EditIcon,
|
|
111
116
|
Oo as FacebookIcon,
|
|
112
117
|
Yo as GearIcon,
|
|
113
|
-
|
|
118
|
+
le as GenericUserWikiAvatarImg,
|
|
114
119
|
C as GermanyFlagIcon,
|
|
115
120
|
mr as GoogleIcon,
|
|
116
121
|
tr as HamburgerMenuIcon,
|
|
117
|
-
|
|
122
|
+
N as HeartIcon,
|
|
118
123
|
L as HidePswIcon,
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
124
|
+
M as HomeIcon,
|
|
125
|
+
vr as HospitalIcon,
|
|
126
|
+
dr as HouseValuationIcon,
|
|
122
127
|
$o as InstagramIcon,
|
|
123
|
-
|
|
124
|
-
|
|
128
|
+
B as ItalyFlagIcon,
|
|
129
|
+
T as LayersIcon,
|
|
125
130
|
Zo as LinkedinIcon,
|
|
126
|
-
|
|
131
|
+
G as LocationIcon,
|
|
127
132
|
U as LogoutIcon,
|
|
128
133
|
z as MailIcon,
|
|
129
134
|
Q as MapIcon,
|
|
130
135
|
j as NewsIcon,
|
|
131
136
|
K as NotesIcon,
|
|
132
|
-
|
|
137
|
+
Rr as PharmacyIcon,
|
|
133
138
|
X as PhoneIcon,
|
|
134
139
|
_ as PinIcon,
|
|
135
140
|
lr as PinShadowedIcon,
|
|
136
141
|
oo as PlanIcon,
|
|
137
142
|
eo as PlusIcon,
|
|
138
|
-
|
|
143
|
+
qr as PostIcon,
|
|
139
144
|
no as PrestigeIcon,
|
|
145
|
+
Sr as PriceIcon,
|
|
140
146
|
ar as PrincipalIcon,
|
|
141
147
|
co as PrintIcon,
|
|
142
148
|
Io as ProfileIcon,
|
|
143
149
|
xo as QuotesIcon,
|
|
144
150
|
io as RequestIcon,
|
|
145
|
-
|
|
151
|
+
Er as SchoolIcon,
|
|
146
152
|
so as SearchIcon,
|
|
147
153
|
uo as ShareIcon,
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
154
|
+
de as ShieldImg,
|
|
155
|
+
ue as SnapImg,
|
|
156
|
+
Pr as SquareMeterIcon,
|
|
157
|
+
We as StopWatchImg,
|
|
158
|
+
Yr as SubwayIcon,
|
|
152
159
|
Wo as SuitcaseIcon,
|
|
153
160
|
Po as TieIcon,
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
161
|
+
So as TourIcon,
|
|
162
|
+
Or as TrainAltIcon,
|
|
163
|
+
Jr as TrainIcon,
|
|
164
|
+
Dr as TransactionIcon,
|
|
157
165
|
bo as UkFlagIcon,
|
|
158
|
-
|
|
159
|
-
|
|
166
|
+
Do as ValuationIcon,
|
|
167
|
+
yo as VideoIcon,
|
|
160
168
|
Ho as ViewPswIcon,
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
169
|
+
Vo as WalletIcon,
|
|
170
|
+
Fo as WarningIcon,
|
|
171
|
+
vo as WarningIconRounded,
|
|
172
|
+
Se as WikiNerdAnalyzeImg,
|
|
173
|
+
fe as WikiNerdDownloadAppImg,
|
|
174
|
+
re as WikiNerdImg,
|
|
175
|
+
me as WikiNerdMercatoImg,
|
|
176
|
+
pe as WikiNerdValutaDesktopImg,
|
|
177
|
+
te as WikiNerdValutaMobileImg,
|
|
178
|
+
Zr as WikicasaDatiLogoIcon,
|
|
171
179
|
Eo as WikicasaIcon,
|
|
172
|
-
|
|
180
|
+
$r as WikicasaLogoIcon,
|
|
173
181
|
pr as WikicasaRoundedIcon,
|
|
174
|
-
|
|
175
|
-
|
|
182
|
+
ae as WikicasaStudioLogoIcon,
|
|
183
|
+
Ro as WkAppIcon,
|
|
176
184
|
Jo as WkFavIcon,
|
|
177
185
|
rr as YoutubeIcon
|
|
178
186
|
};
|
package/dist/lib/index.d.ts
CHANGED
|
@@ -13,7 +13,7 @@ import { EditIcon } from './svgIcons/EditIcon';
|
|
|
13
13
|
import { GermanyFlagIcon } from './svgIcons/GermanyFlagIcon';
|
|
14
14
|
import { HeartIcon } from './svgIcons/HeartIcon';
|
|
15
15
|
import { HidePswIcon } from './svgIcons/HidePswIcon';
|
|
16
|
-
import {
|
|
16
|
+
import { HomeIcon } from './svgIcons/HomeIcon';
|
|
17
17
|
import { ItalyFlagIcon } from './svgIcons/ItalyFlagIcon';
|
|
18
18
|
import { LayersIcon } from './svgIcons/LayersIcon';
|
|
19
19
|
import { LocationIcon } from './svgIcons/LocationIcon';
|
|
@@ -61,6 +61,10 @@ import { PinShadowedIcon } from './svgIcons/PinShadowedIcon';
|
|
|
61
61
|
import { HouseValuationIcon } from './svgIcons/HouseValuationIcon';
|
|
62
62
|
import { CheckRoundedIcon } from './svgIcons/CheckRoundedIcon';
|
|
63
63
|
import { DownloadIcon } from './svgIcons/DownloadIcon';
|
|
64
|
+
import { SquareMeterIcon } from './svgIcons/SquareMeterIcon';
|
|
65
|
+
import { PriceIcon } from './svgIcons/PriceIcon';
|
|
66
|
+
import { DemandIcon } from './svgIcons/DemandIcon';
|
|
67
|
+
import { TransactionIcon } from './svgIcons/TransactionIcon';
|
|
64
68
|
import { BankIcon } from './svgIcons/poi/BankIcon';
|
|
65
69
|
import { BusIcon } from './svgIcons/poi/BusIcon';
|
|
66
70
|
import { CartIcon } from './svgIcons/poi/CartIcon';
|
|
@@ -86,4 +90,4 @@ import { SnapImg } from './svgImages/SnapImg';
|
|
|
86
90
|
import { StopWatchImg } from './svgImages/StopWatchImg';
|
|
87
91
|
import { CheckImg } from './svgImages/CheckImg';
|
|
88
92
|
import { WikiNerdAnalyzeImg } from './svgImages/WikiNerdAnalyzeImg';
|
|
89
|
-
export { GearIcon, WikicasaIcon, AnalyticsIcon, AboutUsIcon, ArrowIcon, BarChartIcon, BellIcon, BulbIcon, CheckActiveIcon, CheckInactiveIcon, CloseIcon, DashboardIcon, DeleteIcon, DrawIcon, EditIcon, GermanyFlagIcon, HeartIcon, HidePswIcon,
|
|
93
|
+
export { GearIcon, WikicasaIcon, AnalyticsIcon, AboutUsIcon, ArrowIcon, BarChartIcon, BellIcon, BulbIcon, CheckActiveIcon, CheckInactiveIcon, CloseIcon, DashboardIcon, DeleteIcon, DrawIcon, EditIcon, GermanyFlagIcon, HeartIcon, HidePswIcon, HomeIcon, ItalyFlagIcon, LayersIcon, LocationIcon, LogoutIcon, MailIcon, MapIcon, NewsIcon, NotesIcon, PhoneIcon, PinIcon, PlanIcon, PlusIcon, PrestigeIcon, PrintIcon, ProfileIcon, QuotesIcon, RequestIcon, SearchIcon, ShareIcon, SuitcaseIcon, TieIcon, TourIcon, UkFlagIcon, ValuationIcon, VideoIcon, ViewPswIcon, WalletIcon, WarningIcon, WarningIconRounded, WikicasaLogoIcon, WikicasaDatiLogoIcon, WikiNerdImg, WkAppIcon, WkFavIcon, FacebookIcon, LinkedinIcon, InstagramIcon, YoutubeIcon, BankIcon, BusIcon, CartIcon, ChargeIcon, HospitalIcon, PharmacyIcon, PostIcon, SchoolIcon, SubwayIcon, TrainIcon, TrainAltIcon, HamburgerMenuIcon, WikiNerdValutaMobileImg, WikiNerdMercatoImg, WikiNerdValutaDesktopImg, WikiNerdDownloadAppImg, GoogleIcon, WikicasaStudioLogoIcon, GenericUserWikiAvatarImg, WikicasaRoundedIcon, ArrowIndicatorIcon, ShieldImg, SnapImg, StopWatchImg, PrincipalIcon, PinShadowedIcon, HouseValuationIcon, CheckImg, WikiNerdAnalyzeImg, CheckRoundedIcon, DownloadIcon, SquareMeterIcon, PriceIcon, DemandIcon, TransactionIcon };
|
package/package.json
CHANGED
package/dist/HouseIcon.js
DELETED
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
import { h as i } from "vue";
|
|
2
|
-
import { g as r } from "./DefaultValues-DOBkctU1.js";
|
|
3
|
-
const d = (e, { attrs: o }) => {
|
|
4
|
-
e = { ...r(), ...e };
|
|
5
|
-
const { width: n, height: l } = e;
|
|
6
|
-
return i(
|
|
7
|
-
"svg",
|
|
8
|
-
{
|
|
9
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
-
viewBox: "0 0 14.431 16.077",
|
|
11
|
-
width: `${n}`,
|
|
12
|
-
height: `${l}`,
|
|
13
|
-
class: e.class ?? "",
|
|
14
|
-
"aria-hidden": o["aria-hidden"] ?? "true"
|
|
15
|
-
},
|
|
16
|
-
[
|
|
17
|
-
i("path", {
|
|
18
|
-
fill: o["fill-color"] ?? "none",
|
|
19
|
-
stroke: o["stroke-color"] ?? "#222",
|
|
20
|
-
"stroke-linecap": `${o["stroke-linecap"] ?? "round"}`,
|
|
21
|
-
"stroke-linejoin": `${o["stroke-linejoin"] ?? "round"}`,
|
|
22
|
-
"stroke-width": `${o["stroke-width"] ?? "1.5"}`,
|
|
23
|
-
d: "M.697 5.966v9.612H4.62v-5.535h5.153v5.535h3.924V5.966"
|
|
24
|
-
}),
|
|
25
|
-
i("path", {
|
|
26
|
-
fill: o["fill-color"] ?? "none",
|
|
27
|
-
stroke: o["stroke-color"] ?? "#222",
|
|
28
|
-
"stroke-linecap": `${o["stroke-linecap"] ?? "round"}`,
|
|
29
|
-
"stroke-linejoin": `${o["stroke-linejoin"] ?? "round"}`,
|
|
30
|
-
"stroke-width": `${o["stroke-width"] ?? "1.5"}`,
|
|
31
|
-
d: "M13.726 6 7.195.5.705 6"
|
|
32
|
-
}),
|
|
33
|
-
i("path", {
|
|
34
|
-
fill: o["fill-color"] ?? "none",
|
|
35
|
-
stroke: o["stroke-color"] ?? "#222",
|
|
36
|
-
"stroke-linecap": `${o["stroke-linecap"] ?? "round"}`,
|
|
37
|
-
"stroke-linejoin": `${o["stroke-linejoin"] ?? "round"}`,
|
|
38
|
-
"stroke-width": `${o["stroke-width"] ?? "1.5"}`,
|
|
39
|
-
d: "M4.743 15.577h5.656"
|
|
40
|
-
})
|
|
41
|
-
]
|
|
42
|
-
);
|
|
43
|
-
};
|
|
44
|
-
export {
|
|
45
|
-
d as HouseIcon
|
|
46
|
-
};
|