@wikicasa-dev/svg-icons 0.0.30 → 0.0.31
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/CheckRoundedIcon.js +28 -0
- package/dist/DownloadIcon.js +47 -0
- package/dist/LinkedinIcon.js +14 -13
- package/dist/index.js +72 -68
- package/dist/lib/index.d.ts +3 -1
- package/dist/lib/svgIcons/CheckRoundedIcon.d.ts +2 -0
- package/dist/lib/svgIcons/DownloadIcon.d.ts +2 -0
- package/package.json +1 -1
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { h as o } from "vue";
|
|
2
|
+
import { s as t } from "./svgIconFactory-B4HDiwZr.js";
|
|
3
|
+
const s = (e, { attrs: r }) => t({
|
|
4
|
+
props: e,
|
|
5
|
+
svgNodeAttrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 26 26" },
|
|
6
|
+
childrenNodes: o(
|
|
7
|
+
"g",
|
|
8
|
+
{
|
|
9
|
+
fill: "none",
|
|
10
|
+
stroke: r["stroke-color"] ?? "#222",
|
|
11
|
+
"stroke-width": r["stroke-width"] ?? "2"
|
|
12
|
+
},
|
|
13
|
+
[
|
|
14
|
+
o("path", {
|
|
15
|
+
"stroke-linecap": "round",
|
|
16
|
+
"stroke-linejoin": "round",
|
|
17
|
+
d: "m7.551 14.336 3.488 2.959 6.646-6.978"
|
|
18
|
+
}),
|
|
19
|
+
o("g", [
|
|
20
|
+
o("circle", { cx: "13", cy: "13", r: "13", stroke: "none" }),
|
|
21
|
+
o("circle", { cx: "13", cy: "13", r: "12" })
|
|
22
|
+
])
|
|
23
|
+
]
|
|
24
|
+
)
|
|
25
|
+
});
|
|
26
|
+
export {
|
|
27
|
+
s as CheckRoundedIcon
|
|
28
|
+
};
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { h as o } from "vue";
|
|
2
|
+
import { s as e } from "./svgIconFactory-B4HDiwZr.js";
|
|
3
|
+
o(
|
|
4
|
+
"svg",
|
|
5
|
+
{ xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 13.504 13.504" },
|
|
6
|
+
o(
|
|
7
|
+
"g",
|
|
8
|
+
o(
|
|
9
|
+
"g",
|
|
10
|
+
{
|
|
11
|
+
fill: "none",
|
|
12
|
+
stroke: "#2b5dff",
|
|
13
|
+
"stroke-linecap": "round",
|
|
14
|
+
"stroke-linejoin": "round",
|
|
15
|
+
"stroke-width": "1.5"
|
|
16
|
+
},
|
|
17
|
+
[
|
|
18
|
+
o("path", { d: "m4.301 6.809 2.45 2.451 2.451-2.451L6.751 9.26V.745" }),
|
|
19
|
+
o("path", { d: "M.75 12.754h12.004" })
|
|
20
|
+
]
|
|
21
|
+
)
|
|
22
|
+
)
|
|
23
|
+
);
|
|
24
|
+
const d = (r, { attrs: t }) => e({
|
|
25
|
+
props: r,
|
|
26
|
+
svgNodeAttrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 13.504 13.504" },
|
|
27
|
+
childrenNodes: o(
|
|
28
|
+
"g",
|
|
29
|
+
o(
|
|
30
|
+
"g",
|
|
31
|
+
{
|
|
32
|
+
fill: "none",
|
|
33
|
+
stroke: t["stroke-color"] ?? "#2b5dff",
|
|
34
|
+
"stroke-linecap": "round",
|
|
35
|
+
"stroke-linejoin": "round",
|
|
36
|
+
"stroke-width": t["stroke-width"] ?? "1.5"
|
|
37
|
+
},
|
|
38
|
+
[
|
|
39
|
+
o("path", { d: "m4.301 6.809 2.45 2.451 2.451-2.451L6.751 9.26V.745" }),
|
|
40
|
+
o("path", { d: "M.75 12.754h12.004" })
|
|
41
|
+
]
|
|
42
|
+
)
|
|
43
|
+
)
|
|
44
|
+
});
|
|
45
|
+
export {
|
|
46
|
+
d as DownloadIcon
|
|
47
|
+
};
|
package/dist/LinkedinIcon.js
CHANGED
|
@@ -1,20 +1,21 @@
|
|
|
1
1
|
import { h as o } from "vue";
|
|
2
|
-
import { s as
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
2
|
+
import { s as t } from "./svgIconFactory-B4HDiwZr.js";
|
|
3
|
+
o("svg", { xmlns: "http://www.w3.org/2000/svg" });
|
|
4
|
+
const s = (r) => t({
|
|
5
|
+
props: r,
|
|
6
|
+
svgNodeAttrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 26 26" },
|
|
7
|
+
childrenNodes: o("g", { fill: "none", stroke: "#fff", "stroke-width": "2" }, [
|
|
7
8
|
o("path", {
|
|
8
|
-
|
|
9
|
+
"stroke-linecap": "round",
|
|
10
|
+
"stroke-linejoin": "round",
|
|
11
|
+
d: "m7.551 14.336 3.488 2.959 6.646-6.978"
|
|
9
12
|
}),
|
|
10
|
-
o("
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
d: "M2.536 4.285a1.929 1.929 0 0 1-1.73-.87A1.855 1.855 0 0 1 1.835.623a2.227 2.227 0 0 1 2 .267 1.782 1.782 0 0 1 .743 1.765 1.714 1.714 0 0 1-1.192 1.481 3.693 3.693 0 0 1-.85.149Z"
|
|
15
|
-
})
|
|
13
|
+
o("g", [
|
|
14
|
+
o("circle", { cx: "13", cy: "13", r: "13", stroke: "none" }),
|
|
15
|
+
o("circle", { cx: "13", cy: "13", r: "12" })
|
|
16
|
+
])
|
|
16
17
|
])
|
|
17
18
|
});
|
|
18
19
|
export {
|
|
19
|
-
|
|
20
|
+
s as LinkedinIcon
|
|
20
21
|
};
|
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
|
|
9
|
-
import { DashboardIcon as
|
|
8
|
+
import { CloseIcon as d } from "./CloseIcon.js";
|
|
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
12
|
import { EditIcon as S } from "./EditIcon.js";
|
|
13
|
-
import { GermanyFlagIcon as
|
|
14
|
-
import { HeartIcon as
|
|
15
|
-
import { HidePswIcon as
|
|
13
|
+
import { GermanyFlagIcon as C } from "./GermanyFlagIcon.js";
|
|
14
|
+
import { HeartIcon as y } from "./HeartIcon.js";
|
|
15
|
+
import { HidePswIcon as L } from "./HidePswIcon.js";
|
|
16
16
|
import { HouseIcon as V } from "./HouseIcon.js";
|
|
17
17
|
import { ItalyFlagIcon as F } from "./ItalyFlagIcon.js";
|
|
18
18
|
import { LayersIcon as v } from "./LayersIcon.js";
|
|
19
|
-
import { LocationIcon as
|
|
19
|
+
import { LocationIcon as R } 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";
|
|
@@ -37,13 +37,13 @@ import { SuitcaseIcon as Wo } from "./SuitcaseIcon.js";
|
|
|
37
37
|
import { TieIcon as Po } from "./TieIcon.js";
|
|
38
38
|
import { TourIcon as Ao } from "./TourIcon.js";
|
|
39
39
|
import { UkFlagIcon as bo } from "./UkFlagIcon.js";
|
|
40
|
-
import { ValuationIcon as
|
|
41
|
-
import { VideoIcon as
|
|
40
|
+
import { ValuationIcon as No } from "./ValuationIcon.js";
|
|
41
|
+
import { VideoIcon as Do } from "./VideoIcon.js";
|
|
42
42
|
import { ViewPswIcon as Ho } from "./ViewPswIcon.js";
|
|
43
43
|
import { WalletIcon as Bo } from "./WalletIcon.js";
|
|
44
44
|
import { WarningIcon as Mo } from "./WarningIcon.js";
|
|
45
45
|
import { WarningIconRounded as Go } from "./WarningIconRounded.js";
|
|
46
|
-
import { WkAppIcon as
|
|
46
|
+
import { WkAppIcon as To } 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";
|
|
@@ -59,116 +59,120 @@ 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
61
|
import { HouseValuationIcon as gr } from "./HouseValuationIcon.js";
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
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 {
|
|
62
|
+
import { CheckRoundedIcon as ur } from "./CheckRoundedIcon.js";
|
|
63
|
+
import { DownloadIcon as Wr } from "./DownloadIcon.js";
|
|
64
|
+
import { BankIcon as Pr } from "./BankIcon.js";
|
|
65
|
+
import { BusIcon as Ar } from "./BusIcon.js";
|
|
66
|
+
import { CartIcon as br } from "./CartIcon.js";
|
|
67
|
+
import { ChargeIcon as Nr } from "./Charge.js";
|
|
68
|
+
import { HospitalIcon as Dr } from "./HospitalIcon.js";
|
|
69
|
+
import { PharmacyIcon as Hr } from "./PharmacyIcon.js";
|
|
70
|
+
import { PostIcon as Br } from "./PostIcon.js";
|
|
71
|
+
import { SchoolIcon as Mr } from "./SchoolIcon.js";
|
|
72
|
+
import { SubwayIcon as Gr } from "./SubwayIcon.js";
|
|
73
|
+
import { TrainIcon as Tr } from "./TrainIcon.js";
|
|
74
|
+
import { TrainAltIcon as qr } from "./TrainAltIcon.js";
|
|
75
|
+
import { WikicasaDatiLogoIcon as Er } from "./WikicasaDatiLogo.js";
|
|
76
|
+
import { WikicasaLogoIcon as Yr } from "./WikicasaLogo.js";
|
|
77
|
+
import { WikiNerdImg as Jr } from "./WikiNerd.js";
|
|
78
|
+
import { WikiNerdValutaMobileImg as Or } from "./WikiNerdValutaMobile.js";
|
|
79
|
+
import { WikiNerdMercatoImg as Zr } from "./WikiNerdMercatoHome.js";
|
|
80
|
+
import { WikiNerdValutaDesktopImg as $r } from "./WikiNerdValutaDesktop.js";
|
|
81
|
+
import { WikiNerdDownloadAppImg as re } from "./WikiNerdDownloadApp.js";
|
|
82
|
+
import { WikicasaStudioLogoIcon as te } from "./WikicasaStudioLogo.js";
|
|
83
|
+
import { GenericUserWikiAvatarImg as me } from "./GenericUserWikiAvatar.js";
|
|
84
|
+
import { ShieldImg as pe } from "./ShieldImg.js";
|
|
85
|
+
import { SnapImg as fe } from "./SnapImg.js";
|
|
86
|
+
import { StopWatchImg as ae } from "./StopWatchImg.js";
|
|
87
|
+
import { CheckImg as le } from "./CheckImg.js";
|
|
88
|
+
import { WikiNerdAnalyzeImg as ge } from "./WikiNerdAnalyzeImg.js";
|
|
87
89
|
export {
|
|
88
90
|
e as AboutUsIcon,
|
|
89
91
|
qo as AnalyticsIcon,
|
|
90
92
|
n as ArrowIcon,
|
|
91
93
|
fr as ArrowIndicatorIcon,
|
|
92
|
-
|
|
94
|
+
Pr as BankIcon,
|
|
93
95
|
c as BarChartIcon,
|
|
94
96
|
I as BellIcon,
|
|
95
97
|
x as BulbIcon,
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
98
|
+
Ar as BusIcon,
|
|
99
|
+
br as CartIcon,
|
|
100
|
+
Nr as ChargeIcon,
|
|
99
101
|
i as CheckActiveIcon,
|
|
100
|
-
|
|
102
|
+
le as CheckImg,
|
|
101
103
|
s as CheckInactiveIcon,
|
|
102
|
-
|
|
103
|
-
d as
|
|
104
|
+
ur as CheckRoundedIcon,
|
|
105
|
+
d as CloseIcon,
|
|
106
|
+
k as DashboardIcon,
|
|
104
107
|
h as DeleteIcon,
|
|
108
|
+
Wr as DownloadIcon,
|
|
105
109
|
w as DrawIcon,
|
|
106
110
|
S as EditIcon,
|
|
107
111
|
Oo as FacebookIcon,
|
|
108
112
|
Yo as GearIcon,
|
|
109
|
-
|
|
110
|
-
|
|
113
|
+
me as GenericUserWikiAvatarImg,
|
|
114
|
+
C as GermanyFlagIcon,
|
|
111
115
|
mr as GoogleIcon,
|
|
112
116
|
tr as HamburgerMenuIcon,
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
117
|
+
y as HeartIcon,
|
|
118
|
+
L as HidePswIcon,
|
|
119
|
+
Dr as HospitalIcon,
|
|
116
120
|
V as HouseIcon,
|
|
117
121
|
gr as HouseValuationIcon,
|
|
118
122
|
$o as InstagramIcon,
|
|
119
123
|
F as ItalyFlagIcon,
|
|
120
124
|
v as LayersIcon,
|
|
121
125
|
Zo as LinkedinIcon,
|
|
122
|
-
|
|
126
|
+
R as LocationIcon,
|
|
123
127
|
U as LogoutIcon,
|
|
124
128
|
z as MailIcon,
|
|
125
129
|
Q as MapIcon,
|
|
126
130
|
j as NewsIcon,
|
|
127
131
|
K as NotesIcon,
|
|
128
|
-
|
|
132
|
+
Hr as PharmacyIcon,
|
|
129
133
|
X as PhoneIcon,
|
|
130
134
|
_ as PinIcon,
|
|
131
135
|
lr as PinShadowedIcon,
|
|
132
136
|
oo as PlanIcon,
|
|
133
137
|
eo as PlusIcon,
|
|
134
|
-
|
|
138
|
+
Br as PostIcon,
|
|
135
139
|
no as PrestigeIcon,
|
|
136
140
|
ar as PrincipalIcon,
|
|
137
141
|
co as PrintIcon,
|
|
138
142
|
Io as ProfileIcon,
|
|
139
143
|
xo as QuotesIcon,
|
|
140
144
|
io as RequestIcon,
|
|
141
|
-
|
|
145
|
+
Mr as SchoolIcon,
|
|
142
146
|
so as SearchIcon,
|
|
143
147
|
uo as ShareIcon,
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
+
pe as ShieldImg,
|
|
149
|
+
fe as SnapImg,
|
|
150
|
+
ae as StopWatchImg,
|
|
151
|
+
Gr as SubwayIcon,
|
|
148
152
|
Wo as SuitcaseIcon,
|
|
149
153
|
Po as TieIcon,
|
|
150
154
|
Ao as TourIcon,
|
|
151
|
-
|
|
152
|
-
|
|
155
|
+
qr as TrainAltIcon,
|
|
156
|
+
Tr as TrainIcon,
|
|
153
157
|
bo as UkFlagIcon,
|
|
154
|
-
|
|
155
|
-
|
|
158
|
+
No as ValuationIcon,
|
|
159
|
+
Do as VideoIcon,
|
|
156
160
|
Ho as ViewPswIcon,
|
|
157
161
|
Bo as WalletIcon,
|
|
158
162
|
Mo as WarningIcon,
|
|
159
163
|
Go as WarningIconRounded,
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
164
|
+
ge as WikiNerdAnalyzeImg,
|
|
165
|
+
re as WikiNerdDownloadAppImg,
|
|
166
|
+
Jr as WikiNerdImg,
|
|
167
|
+
Zr as WikiNerdMercatoImg,
|
|
168
|
+
$r as WikiNerdValutaDesktopImg,
|
|
169
|
+
Or as WikiNerdValutaMobileImg,
|
|
170
|
+
Er as WikicasaDatiLogoIcon,
|
|
167
171
|
Eo as WikicasaIcon,
|
|
168
|
-
|
|
172
|
+
Yr as WikicasaLogoIcon,
|
|
169
173
|
pr as WikicasaRoundedIcon,
|
|
170
|
-
|
|
171
|
-
|
|
174
|
+
te as WikicasaStudioLogoIcon,
|
|
175
|
+
To as WkAppIcon,
|
|
172
176
|
Jo as WkFavIcon,
|
|
173
177
|
rr as YoutubeIcon
|
|
174
178
|
};
|
package/dist/lib/index.d.ts
CHANGED
|
@@ -59,6 +59,8 @@ import { ArrowIndicatorIcon } from './svgIcons/ArrowIndicatorIcon';
|
|
|
59
59
|
import { PrincipalIcon } from './svgIcons/PrincipalIcon';
|
|
60
60
|
import { PinShadowedIcon } from './svgIcons/PinShadowedIcon';
|
|
61
61
|
import { HouseValuationIcon } from './svgIcons/HouseValuationIcon';
|
|
62
|
+
import { CheckRoundedIcon } from './svgIcons/CheckRoundedIcon';
|
|
63
|
+
import { DownloadIcon } from './svgIcons/DownloadIcon';
|
|
62
64
|
import { BankIcon } from './svgIcons/poi/BankIcon';
|
|
63
65
|
import { BusIcon } from './svgIcons/poi/BusIcon';
|
|
64
66
|
import { CartIcon } from './svgIcons/poi/CartIcon';
|
|
@@ -84,4 +86,4 @@ import { SnapImg } from './svgImages/SnapImg';
|
|
|
84
86
|
import { StopWatchImg } from './svgImages/StopWatchImg';
|
|
85
87
|
import { CheckImg } from './svgImages/CheckImg';
|
|
86
88
|
import { WikiNerdAnalyzeImg } from './svgImages/WikiNerdAnalyzeImg';
|
|
87
|
-
export { GearIcon, WikicasaIcon, AnalyticsIcon, AboutUsIcon, ArrowIcon, BarChartIcon, BellIcon, BulbIcon, CheckActiveIcon, CheckInactiveIcon, CloseIcon, DashboardIcon, DeleteIcon, DrawIcon, EditIcon, GermanyFlagIcon, HeartIcon, HidePswIcon, HouseIcon, 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 };
|
|
89
|
+
export { GearIcon, WikicasaIcon, AnalyticsIcon, AboutUsIcon, ArrowIcon, BarChartIcon, BellIcon, BulbIcon, CheckActiveIcon, CheckInactiveIcon, CloseIcon, DashboardIcon, DeleteIcon, DrawIcon, EditIcon, GermanyFlagIcon, HeartIcon, HidePswIcon, HouseIcon, 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 };
|