@wikicasa-dev/svg-icons 0.1.0 → 0.1.2
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/CheckImg.js +1 -1
- package/dist/GenericUserWikiAvatar.js +1 -1
- package/dist/GenericUserWikiAvatarSquaredImg.js +1 -1
- package/dist/IareeImg.js +1 -1
- package/dist/InsightImg.js +1 -1
- package/dist/KeyIcon.js +49 -0
- package/dist/LockIcon.js +49 -0
- package/dist/ShieldImg.js +1 -1
- package/dist/SnapImg.js +1 -1
- package/dist/StopWatchImg.js +1 -1
- package/dist/WikiNerd.js +1 -1
- package/dist/WikiNerdAnalyzeImg.js +1 -1
- package/dist/WikiNerdDownloadApp.js +1 -1
- package/dist/WikiNerdMercatoHome.js +1 -1
- package/dist/WikiNerdValuationNotAvailableImg.js +1 -1
- package/dist/WikiNerdValutaDesktop.js +1 -1
- package/dist/WikiNerdValutaMobile.js +1 -1
- package/dist/WikiNoSavedSearches.js +1 -1
- package/dist/WikicasaDatiLogo.js +1 -1
- package/dist/WikicasaLogo.js +1 -1
- package/dist/WikicasaStudioLogo.js +1 -1
- package/dist/index.js +94 -90
- package/dist/lib/index.d.ts +2 -0
- package/dist/lib/svgIcons/KeyIcon.d.ts +3 -0
- package/dist/lib/svgIcons/LockIcon.d.ts +3 -0
- package/dist/{svgImagefactory-B0dzgxZn.js → svgImagefactory-DHbjrCiy.js} +2 -4
- package/package.json +20 -20
package/dist/CheckImg.js
CHANGED
package/dist/IareeImg.js
CHANGED
package/dist/InsightImg.js
CHANGED
package/dist/KeyIcon.js
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { h as o } from "vue";
|
|
2
|
+
import { s as e } from "./svgIconFactory-Dn0WJdb3.js";
|
|
3
|
+
const s = (r, { attrs: t }) => e({
|
|
4
|
+
props: r,
|
|
5
|
+
svgNodeAttrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 18.203 17.955" },
|
|
6
|
+
childrenNodes: [
|
|
7
|
+
o(
|
|
8
|
+
"defs",
|
|
9
|
+
o(
|
|
10
|
+
"clipPath",
|
|
11
|
+
{ id: "clip-path" },
|
|
12
|
+
o("rect", {
|
|
13
|
+
id: "Rettangolo_25132",
|
|
14
|
+
width: "18.203",
|
|
15
|
+
height: "17.955",
|
|
16
|
+
transform: "translate(0 0)",
|
|
17
|
+
fill: "none",
|
|
18
|
+
stroke: t["stroke-color"] ?? "#2b5dff",
|
|
19
|
+
"stroke-width": t["stroke-width"] ?? "1"
|
|
20
|
+
})
|
|
21
|
+
)
|
|
22
|
+
),
|
|
23
|
+
o(
|
|
24
|
+
"g",
|
|
25
|
+
{ id: "Raggruppa_33582", transform: "translate(0 0)" },
|
|
26
|
+
o("g", { id: "Raggruppa_33582-2" }, [
|
|
27
|
+
o("path", {
|
|
28
|
+
id: "Tracciato_37124",
|
|
29
|
+
d: "M6.817,4.941A1.72,1.72,0,1,1,5.1,3.221,1.72,1.72,0,0,1,6.817,4.941Z",
|
|
30
|
+
fill: "none",
|
|
31
|
+
stroke: t["stroke-color"] ?? "#2b5dff",
|
|
32
|
+
"stroke-width": t["stroke-width"] ?? "1"
|
|
33
|
+
}),
|
|
34
|
+
o("path", {
|
|
35
|
+
id: "Tracciato_37125",
|
|
36
|
+
d: "M8.422,10.736l6.718,6.718H17.7V14.927l-1.849-1.849-.721.722-1.163-1.162.846-.845-1.5-1.5-.828.828L11.337,9.971l.828-.828L10.951,7.958a5.419,5.419,0,1,0-2.528,2.779Z",
|
|
37
|
+
fill: "none",
|
|
38
|
+
stroke: t["stroke-color"] ?? "#2b5dff",
|
|
39
|
+
"stroke-linecap": "round",
|
|
40
|
+
"stroke-linejoin": "round",
|
|
41
|
+
"stroke-width": t["stroke-width"] ?? "1"
|
|
42
|
+
})
|
|
43
|
+
])
|
|
44
|
+
)
|
|
45
|
+
]
|
|
46
|
+
});
|
|
47
|
+
export {
|
|
48
|
+
s as KeyIcon
|
|
49
|
+
};
|
package/dist/LockIcon.js
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { h as r } from "vue";
|
|
2
|
+
import { s as e } from "./svgIconFactory-Dn0WJdb3.js";
|
|
3
|
+
const i = (t, { attrs: o }) => e({
|
|
4
|
+
props: t,
|
|
5
|
+
svgNodeAttrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 12.867 17.014" },
|
|
6
|
+
childrenNodes: r("g", { id: "Raggruppa_33580", transform: "translate(0.5 0.5)" }, [
|
|
7
|
+
r("rect", {
|
|
8
|
+
id: "Rettangolo_25131",
|
|
9
|
+
width: "11.367",
|
|
10
|
+
height: "8.721",
|
|
11
|
+
rx: "1",
|
|
12
|
+
transform: "translate(0 6.793)",
|
|
13
|
+
fill: "none",
|
|
14
|
+
stroke: o["stroke-color"] ?? "#222",
|
|
15
|
+
"stroke-width": o["stroke-width"] ?? 1.5
|
|
16
|
+
}),
|
|
17
|
+
r("path", {
|
|
18
|
+
id: "Tracciato_37123",
|
|
19
|
+
d: "M10.577,7.293H2.259V4.659a4.159,4.159,0,1,1,8.318,0Z",
|
|
20
|
+
transform: "translate(-0.734 -0.5)",
|
|
21
|
+
fill: "none",
|
|
22
|
+
stroke: o["stroke-color"] ?? "#222",
|
|
23
|
+
"stroke-width": o["stroke-width"] ?? 1.5
|
|
24
|
+
}),
|
|
25
|
+
r("circle", {
|
|
26
|
+
id: "Ellisse_342",
|
|
27
|
+
cx: "1.044",
|
|
28
|
+
cy: "1.044",
|
|
29
|
+
r: "1.044",
|
|
30
|
+
transform: "translate(4.64 9.238)",
|
|
31
|
+
fill: "none",
|
|
32
|
+
stroke: o["stroke-color"] ?? "#222",
|
|
33
|
+
"stroke-width": o["stroke-width"] ?? 1.5
|
|
34
|
+
}),
|
|
35
|
+
r("line", {
|
|
36
|
+
id: "Linea_13387",
|
|
37
|
+
y2: "1.356",
|
|
38
|
+
transform: "translate(5.684 11.325)",
|
|
39
|
+
fill: "none",
|
|
40
|
+
stroke: o["stroke-color"] ?? "#222",
|
|
41
|
+
"stroke-linecap": "round",
|
|
42
|
+
"stroke-linejoin": "round",
|
|
43
|
+
"stroke-width": o["stroke-width"] ?? 1.5
|
|
44
|
+
})
|
|
45
|
+
])
|
|
46
|
+
});
|
|
47
|
+
export {
|
|
48
|
+
i as LockIcon
|
|
49
|
+
};
|
package/dist/ShieldImg.js
CHANGED
package/dist/SnapImg.js
CHANGED
package/dist/StopWatchImg.js
CHANGED
package/dist/WikiNerd.js
CHANGED
package/dist/WikicasaDatiLogo.js
CHANGED
package/dist/WikicasaLogo.js
CHANGED
package/dist/index.js
CHANGED
|
@@ -6,22 +6,22 @@ import { BulbIcon as x } from "./BulbIcon.js";
|
|
|
6
6
|
import { CheckActiveIcon as i } from "./CheckActiveIcon.js";
|
|
7
7
|
import { CheckInactiveIcon as l } from "./CheckInactiveIcon.js";
|
|
8
8
|
import { CloseIcon as g } from "./CloseIcon.js";
|
|
9
|
-
import { DashboardIcon as
|
|
9
|
+
import { DashboardIcon as u } 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 A } from "./EditIcon.js";
|
|
13
13
|
import { GermanyFlagIcon as N } from "./GermanyFlagIcon.js";
|
|
14
14
|
import { HeartIcon as y } from "./HeartIcon.js";
|
|
15
|
-
import { HidePswIcon as
|
|
15
|
+
import { HidePswIcon as D } from "./HidePswIcon.js";
|
|
16
16
|
import { HomeIcon as V } from "./HomeIcon.js";
|
|
17
17
|
import { ItalyFlagIcon as R } from "./ItalyFlagIcon.js";
|
|
18
18
|
import { LayersIcon as F } from "./LayersIcon.js";
|
|
19
19
|
import { LocationIcon as T } from "./LocationIcon.js";
|
|
20
20
|
import { LogoutIcon as U } from "./LogoutIcon.js";
|
|
21
21
|
import { MailIcon as E } from "./MailIcon.js";
|
|
22
|
-
import { MapIcon as
|
|
23
|
-
import { NewsIcon as
|
|
24
|
-
import { NotesIcon as
|
|
22
|
+
import { MapIcon as K } from "./MapIcon.js";
|
|
23
|
+
import { NewsIcon as Y } from "./NewsIcon.js";
|
|
24
|
+
import { NotesIcon as J } from "./NotesIcon.js";
|
|
25
25
|
import { PhoneIcon as X } from "./PhoneIcon.js";
|
|
26
26
|
import { PinIcon as _ } from "./PinIcon.js";
|
|
27
27
|
import { PlanIcon as oo } from "./PlanIcon.js";
|
|
@@ -32,22 +32,22 @@ import { ProfileIcon as Io } from "./ProfileIcon.js";
|
|
|
32
32
|
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
|
-
import { ShareIcon as
|
|
35
|
+
import { ShareIcon as ko } from "./ShareIcon.js";
|
|
36
36
|
import { SuitcaseIcon as ho } from "./SuitcaseIcon.js";
|
|
37
37
|
import { TieIcon as So } from "./TieIcon.js";
|
|
38
38
|
import { TourIcon as wo } from "./TourIcon.js";
|
|
39
39
|
import { UkFlagIcon as Co } from "./UkFlagIcon.js";
|
|
40
40
|
import { ValuationIcon as bo } from "./ValuationIcon.js";
|
|
41
|
-
import { VideoIcon as
|
|
42
|
-
import { ViewPswIcon as
|
|
41
|
+
import { VideoIcon as Lo } from "./VideoIcon.js";
|
|
42
|
+
import { ViewPswIcon as Ho } from "./ViewPswIcon.js";
|
|
43
43
|
import { WalletIcon as vo } from "./WalletIcon.js";
|
|
44
44
|
import { WarningIcon as Bo } from "./WarningIcon.js";
|
|
45
45
|
import { WarningIconRounded as Mo } from "./WarningIconRounded.js";
|
|
46
46
|
import { WkAppIcon as Go } from "./WkAppIcon.js";
|
|
47
47
|
import { AnalyticsIcon as qo } from "./AnalyticsIcon.js";
|
|
48
48
|
import { WikicasaIcon as zo } from "./WikicasaIcon.js";
|
|
49
|
-
import { GearIcon as
|
|
50
|
-
import { WkFavIcon as
|
|
49
|
+
import { GearIcon as Qo } from "./GearIcon.js";
|
|
50
|
+
import { WkFavIcon as jo } from "./WkFavIcon.js";
|
|
51
51
|
import { FacebookIcon as Oo } from "./FacebookIcon.js";
|
|
52
52
|
import { LinkedinIcon as Zo } from "./LinkedinIcon.js";
|
|
53
53
|
import { InstagramIcon as $o } from "./InstagramIcon.js";
|
|
@@ -59,80 +59,82 @@ import { ArrowIndicatorIcon as fr } from "./ArrowIndicatorIcon.js";
|
|
|
59
59
|
import { PrincipalIcon as ar } from "./PrincipalIcon.js";
|
|
60
60
|
import { PinShadowedIcon as dr } from "./PinShadowedIcon.js";
|
|
61
61
|
import { HouseValuationIcon as sr } from "./HouseValuationIcon.js";
|
|
62
|
-
import { CheckRoundedIcon as
|
|
62
|
+
import { CheckRoundedIcon as kr } from "./CheckRoundedIcon.js";
|
|
63
63
|
import { DownloadIcon as hr } from "./DownloadIcon.js";
|
|
64
64
|
import { SquareMeterIcon as Sr } from "./SquareMeterIcon.js";
|
|
65
65
|
import { PriceIcon as wr } from "./PriceIcon.js";
|
|
66
66
|
import { DemandIcon as Cr } from "./DemandIcon.js";
|
|
67
67
|
import { TransactionIcon as br } from "./TransactionIcon.js";
|
|
68
|
-
import { InfoIcon as
|
|
69
|
-
import { CheckIcon as
|
|
68
|
+
import { InfoIcon as Lr } from "./InfoIcon.js";
|
|
69
|
+
import { CheckIcon as Hr } from "./CheckIcon.js";
|
|
70
70
|
import { ExternalLinkIcon as vr } from "./ExternalLinkIcon.js";
|
|
71
71
|
import { BathroomIcon as Br } from "./BathroomIcon.js";
|
|
72
72
|
import { EnergyClassIcon as Mr } from "./EnergyClassIcon.js";
|
|
73
73
|
import { AuctionHammerIcon as Gr } from "./AuctionHammerIcon.js";
|
|
74
74
|
import { PhotoIcon as qr } from "./PhotoIcon.js";
|
|
75
75
|
import { TelegramRoundedIcon as zr } from "./TelegramRoundedIcon.js";
|
|
76
|
-
import { WhatsappRoundedIcon as
|
|
77
|
-
import { FacebookRoundedIcon as
|
|
76
|
+
import { WhatsappRoundedIcon as Qr } from "./WhatsappRoundedIcon.js";
|
|
77
|
+
import { FacebookRoundedIcon as jr } from "./FacebookRoundedIcon.js";
|
|
78
78
|
import { CredipassIcon as Or } from "./CredipassIcon.js";
|
|
79
79
|
import { HeartShadowedIcon as Zr } from "./HeartShadowedIcon.js";
|
|
80
80
|
import { SortIcon as $r } from "./SortIcon.js";
|
|
81
81
|
import { StreetViewIcon as re } from "./StreetViewIcon.js";
|
|
82
82
|
import { StarIcon as te } from "./StarIcon.js";
|
|
83
83
|
import { PartnershipIcon as me } from "./PartnershipIcon.js";
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
98
|
-
import {
|
|
99
|
-
import {
|
|
100
|
-
import {
|
|
101
|
-
import {
|
|
102
|
-
import {
|
|
103
|
-
import {
|
|
104
|
-
import {
|
|
105
|
-
import {
|
|
106
|
-
import {
|
|
107
|
-
import {
|
|
108
|
-
import {
|
|
109
|
-
import {
|
|
110
|
-
import {
|
|
111
|
-
import {
|
|
112
|
-
import {
|
|
113
|
-
import {
|
|
84
|
+
import { LockIcon as pe } from "./LockIcon.js";
|
|
85
|
+
import { KeyIcon as fe } from "./KeyIcon.js";
|
|
86
|
+
import { BankIcon as ae } from "./BankIcon.js";
|
|
87
|
+
import { BusIcon as de } from "./BusIcon.js";
|
|
88
|
+
import { CartIcon as se } from "./CartIcon.js";
|
|
89
|
+
import { ChargeIcon as ke } from "./Charge.js";
|
|
90
|
+
import { HospitalIcon as he } from "./HospitalIcon.js";
|
|
91
|
+
import { PharmacyIcon as Se } from "./PharmacyIcon.js";
|
|
92
|
+
import { PostIcon as we } from "./PostIcon.js";
|
|
93
|
+
import { SchoolIcon as Ce } from "./SchoolIcon.js";
|
|
94
|
+
import { SubwayIcon as be } from "./SubwayIcon.js";
|
|
95
|
+
import { TrainIcon as Le } from "./TrainIcon.js";
|
|
96
|
+
import { TrainAltIcon as He } from "./TrainAltIcon.js";
|
|
97
|
+
import { WikicasaDatiLogoIcon as ve } from "./WikicasaDatiLogo.js";
|
|
98
|
+
import { WikicasaLogoIcon as Be } from "./WikicasaLogo.js";
|
|
99
|
+
import { WikiNerdImg as Me } from "./WikiNerd.js";
|
|
100
|
+
import { WikiNerdValutaMobileImg as Ge } from "./WikiNerdValutaMobile.js";
|
|
101
|
+
import { WikiNerdMercatoImg as qe } from "./WikiNerdMercatoHome.js";
|
|
102
|
+
import { WikiNerdValutaDesktopImg as ze } from "./WikiNerdValutaDesktop.js";
|
|
103
|
+
import { WikiNerdDownloadAppImg as Qe } from "./WikiNerdDownloadApp.js";
|
|
104
|
+
import { WikicasaStudioLogoIcon as je } from "./WikicasaStudioLogo.js";
|
|
105
|
+
import { GenericUserWikiAvatarImg as Oe } from "./GenericUserWikiAvatar.js";
|
|
106
|
+
import { ShieldImg as Ze } from "./ShieldImg.js";
|
|
107
|
+
import { SnapImg as $e } from "./SnapImg.js";
|
|
108
|
+
import { StopWatchImg as rt } from "./StopWatchImg.js";
|
|
109
|
+
import { CheckImg as tt } from "./CheckImg.js";
|
|
110
|
+
import { IareeImg as mt } from "./IareeImg.js";
|
|
111
|
+
import { WikiNerdAnalyzeImg as pt } from "./WikiNerdAnalyzeImg.js";
|
|
112
|
+
import { WikiNerdValuationNotAvailableImg as ft } from "./WikiNerdValuationNotAvailableImg.js";
|
|
113
|
+
import { InsightImg as at } from "./InsightImg.js";
|
|
114
|
+
import { GenericUserWikiAvatarSquaredImg as dt } from "./GenericUserWikiAvatarSquaredImg.js";
|
|
115
|
+
import { WikiNoSavedSearchesImg as st } from "./WikiNoSavedSearches.js";
|
|
114
116
|
export {
|
|
115
117
|
e as AboutUsIcon,
|
|
116
118
|
qo as AnalyticsIcon,
|
|
117
119
|
n as ArrowIcon,
|
|
118
120
|
fr as ArrowIndicatorIcon,
|
|
119
121
|
Gr as AuctionHammerIcon,
|
|
120
|
-
|
|
122
|
+
ae as BankIcon,
|
|
121
123
|
c as BarChartIcon,
|
|
122
124
|
Br as BathroomIcon,
|
|
123
125
|
I as BellIcon,
|
|
124
126
|
x as BulbIcon,
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
127
|
+
de as BusIcon,
|
|
128
|
+
se as CartIcon,
|
|
129
|
+
ke as ChargeIcon,
|
|
128
130
|
i as CheckActiveIcon,
|
|
129
|
-
|
|
130
|
-
|
|
131
|
+
Hr as CheckIcon,
|
|
132
|
+
tt as CheckImg,
|
|
131
133
|
l as CheckInactiveIcon,
|
|
132
|
-
|
|
134
|
+
kr as CheckRoundedIcon,
|
|
133
135
|
g as CloseIcon,
|
|
134
136
|
Or as CredipassIcon,
|
|
135
|
-
|
|
137
|
+
u as DashboardIcon,
|
|
136
138
|
W as DeleteIcon,
|
|
137
139
|
Cr as DemandIcon,
|
|
138
140
|
hr as DownloadIcon,
|
|
@@ -141,41 +143,43 @@ export {
|
|
|
141
143
|
Mr as EnergyClassIcon,
|
|
142
144
|
vr as ExternalLinkIcon,
|
|
143
145
|
Oo as FacebookIcon,
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
146
|
+
jr as FacebookRoundedIcon,
|
|
147
|
+
Qo as GearIcon,
|
|
148
|
+
Oe as GenericUserWikiAvatarImg,
|
|
149
|
+
dt as GenericUserWikiAvatarSquaredImg,
|
|
148
150
|
N as GermanyFlagIcon,
|
|
149
151
|
mr as GoogleIcon,
|
|
150
152
|
tr as HamburgerMenuIcon,
|
|
151
153
|
y as HeartIcon,
|
|
152
154
|
Zr as HeartShadowedIcon,
|
|
153
|
-
|
|
155
|
+
D as HidePswIcon,
|
|
154
156
|
V as HomeIcon,
|
|
155
|
-
|
|
157
|
+
he as HospitalIcon,
|
|
156
158
|
sr as HouseValuationIcon,
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
159
|
+
mt as IareeImg,
|
|
160
|
+
Lr as InfoIcon,
|
|
161
|
+
at as InsightImg,
|
|
160
162
|
$o as InstagramIcon,
|
|
161
163
|
R as ItalyFlagIcon,
|
|
164
|
+
fe as KeyIcon,
|
|
162
165
|
F as LayersIcon,
|
|
163
166
|
Zo as LinkedinIcon,
|
|
164
167
|
T as LocationIcon,
|
|
168
|
+
pe as LockIcon,
|
|
165
169
|
U as LogoutIcon,
|
|
166
170
|
E as MailIcon,
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
171
|
+
K as MapIcon,
|
|
172
|
+
Y as NewsIcon,
|
|
173
|
+
J as NotesIcon,
|
|
170
174
|
me as PartnershipIcon,
|
|
171
|
-
|
|
175
|
+
Se as PharmacyIcon,
|
|
172
176
|
X as PhoneIcon,
|
|
173
177
|
qr as PhotoIcon,
|
|
174
178
|
_ as PinIcon,
|
|
175
179
|
dr as PinShadowedIcon,
|
|
176
180
|
oo as PlanIcon,
|
|
177
181
|
eo as PlusIcon,
|
|
178
|
-
|
|
182
|
+
we as PostIcon,
|
|
179
183
|
no as PrestigeIcon,
|
|
180
184
|
wr as PriceIcon,
|
|
181
185
|
ar as PrincipalIcon,
|
|
@@ -183,46 +187,46 @@ export {
|
|
|
183
187
|
Io as ProfileIcon,
|
|
184
188
|
xo as QuotesIcon,
|
|
185
189
|
io as RequestIcon,
|
|
186
|
-
|
|
190
|
+
Ce as SchoolIcon,
|
|
187
191
|
so as SearchIcon,
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
192
|
+
ko as ShareIcon,
|
|
193
|
+
Ze as ShieldImg,
|
|
194
|
+
$e as SnapImg,
|
|
191
195
|
$r as SortIcon,
|
|
192
196
|
Sr as SquareMeterIcon,
|
|
193
197
|
te as StarIcon,
|
|
194
|
-
|
|
198
|
+
rt as StopWatchImg,
|
|
195
199
|
re as StreetViewIcon,
|
|
196
|
-
|
|
200
|
+
be as SubwayIcon,
|
|
197
201
|
ho as SuitcaseIcon,
|
|
198
202
|
zr as TelegramRoundedIcon,
|
|
199
203
|
So as TieIcon,
|
|
200
204
|
wo as TourIcon,
|
|
201
|
-
|
|
202
|
-
|
|
205
|
+
He as TrainAltIcon,
|
|
206
|
+
Le as TrainIcon,
|
|
203
207
|
br as TransactionIcon,
|
|
204
208
|
Co as UkFlagIcon,
|
|
205
209
|
bo as ValuationIcon,
|
|
206
|
-
|
|
207
|
-
|
|
210
|
+
Lo as VideoIcon,
|
|
211
|
+
Ho as ViewPswIcon,
|
|
208
212
|
vo as WalletIcon,
|
|
209
213
|
Bo as WarningIcon,
|
|
210
214
|
Mo as WarningIconRounded,
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
215
|
+
Qr as WhatsappRoundedIcon,
|
|
216
|
+
pt as WikiNerdAnalyzeImg,
|
|
217
|
+
Qe as WikiNerdDownloadAppImg,
|
|
218
|
+
Me as WikiNerdImg,
|
|
219
|
+
qe as WikiNerdMercatoImg,
|
|
220
|
+
ft as WikiNerdValuationNotAvailableImg,
|
|
221
|
+
ze as WikiNerdValutaDesktopImg,
|
|
222
|
+
Ge as WikiNerdValutaMobileImg,
|
|
223
|
+
st as WikiNoSavedSearchesImg,
|
|
224
|
+
ve as WikicasaDatiLogoIcon,
|
|
221
225
|
zo as WikicasaIcon,
|
|
222
|
-
|
|
226
|
+
Be as WikicasaLogoIcon,
|
|
223
227
|
pr as WikicasaRoundedIcon,
|
|
224
|
-
|
|
228
|
+
je as WikicasaStudioLogoIcon,
|
|
225
229
|
Go as WkAppIcon,
|
|
226
|
-
|
|
230
|
+
jo as WkFavIcon,
|
|
227
231
|
rr as YoutubeIcon
|
|
228
232
|
};
|
package/dist/lib/index.d.ts
CHANGED
|
@@ -81,6 +81,8 @@ export { SortIcon } from './svgIcons/SortIcon';
|
|
|
81
81
|
export { StreetViewIcon } from './svgIcons/StreetViewIcon';
|
|
82
82
|
export { StarIcon } from './svgIcons/StarIcon';
|
|
83
83
|
export { PartnershipIcon } from './svgIcons/PartnershipIcon';
|
|
84
|
+
export { LockIcon } from './svgIcons/LockIcon';
|
|
85
|
+
export { KeyIcon } from './svgIcons/KeyIcon';
|
|
84
86
|
export { BankIcon } from './svgIcons/poi/BankIcon';
|
|
85
87
|
export { BusIcon } from './svgIcons/poi/BusIcon';
|
|
86
88
|
export { CartIcon } from './svgIcons/poi/CartIcon';
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
import { h as e } from "vue";
|
|
2
2
|
const n = (t) => {
|
|
3
3
|
const i = [];
|
|
4
|
-
if (!t.id)
|
|
5
|
-
|
|
6
|
-
if (!t.title)
|
|
7
|
-
throw Error("The image must have a title");
|
|
4
|
+
if (!t.id) throw Error("The image must provide an ID");
|
|
5
|
+
if (!t.title) throw Error("The image must have a title");
|
|
8
6
|
return i.push(e("title", { id: `${t.id}_title`, innerHTML: t.title })), t.description && i.push(e("desc", { id: `${t.id}_desc`, innerHTML: t.description })), i;
|
|
9
7
|
}, o = ({ props: t, svgNodeAttrs: i, childrenNodes: r }) => {
|
|
10
8
|
const a = n(t);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wikicasa-dev/svg-icons",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/lib/index.d.ts",
|
|
@@ -8,30 +8,30 @@
|
|
|
8
8
|
"dist"
|
|
9
9
|
],
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"vue": "^3.
|
|
12
|
-
"vue-router": "^4.
|
|
11
|
+
"vue": "^3.5.9",
|
|
12
|
+
"vue-router": "^4.4.5"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@rushstack/eslint-patch": "^1.
|
|
16
|
-
"@tsconfig/node20": "^20.1.
|
|
17
|
-
"@types/node": "^20.
|
|
18
|
-
"@vitejs/plugin-vue": "^5.
|
|
15
|
+
"@rushstack/eslint-patch": "^1.10.4",
|
|
16
|
+
"@tsconfig/node20": "^20.1.4",
|
|
17
|
+
"@types/node": "^20.16.9",
|
|
18
|
+
"@vitejs/plugin-vue": "^5.1.4",
|
|
19
19
|
"@vue/eslint-config-prettier": "^8.0.0",
|
|
20
20
|
"@vue/eslint-config-typescript": "^12.0.0",
|
|
21
21
|
"@vue/tsconfig": "^0.5.1",
|
|
22
|
-
"@wikicasa-dev/types": "^1.
|
|
23
|
-
"autoprefixer": "^10.4.
|
|
24
|
-
"eslint": "^8.
|
|
25
|
-
"eslint-plugin-vue": "^9.
|
|
26
|
-
"glob": "^10.
|
|
27
|
-
"npm-run-all2": "^6.
|
|
28
|
-
"postcss": "^8.4.
|
|
29
|
-
"prettier": "^3.
|
|
30
|
-
"tailwindcss": "^3.4.
|
|
31
|
-
"typescript": "~5.4.
|
|
32
|
-
"vite": "^5.
|
|
33
|
-
"vite-plugin-dts": "^3.
|
|
34
|
-
"vue-tsc": "^2.
|
|
22
|
+
"@wikicasa-dev/types": "^1.3.54",
|
|
23
|
+
"autoprefixer": "^10.4.20",
|
|
24
|
+
"eslint": "^8.57.1",
|
|
25
|
+
"eslint-plugin-vue": "^9.28.0",
|
|
26
|
+
"glob": "^10.4.5",
|
|
27
|
+
"npm-run-all2": "^6.2.3",
|
|
28
|
+
"postcss": "^8.4.47",
|
|
29
|
+
"prettier": "^3.3.3",
|
|
30
|
+
"tailwindcss": "^3.4.13",
|
|
31
|
+
"typescript": "~5.4.5",
|
|
32
|
+
"vite": "^5.4.8",
|
|
33
|
+
"vite-plugin-dts": "^3.9.1",
|
|
34
|
+
"vue-tsc": "^2.1.6"
|
|
35
35
|
},
|
|
36
36
|
"repository": {
|
|
37
37
|
"type": "git",
|