@wikicasa-dev/svg-icons 0.0.41 → 0.0.42
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/CheckIcon.js +17 -0
- package/dist/LinkedinIcon.js +13 -14
- package/dist/index.js +64 -62
- package/dist/lib/index.d.ts +2 -1
- package/dist/lib/svgIcons/CheckIcon.d.ts +3 -0
- package/package.json +1 -1
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { h as c } from "vue";
|
|
2
|
+
import { s as l } from "./svgIconFactory-B4HDiwZr.js";
|
|
3
|
+
const t = (o, { attrs: r }) => l({
|
|
4
|
+
props: o,
|
|
5
|
+
svgNodeAttrs: {
|
|
6
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
+
"xml:space": "preserve",
|
|
8
|
+
viewBox: "23.79 36.49 74.46 58.72"
|
|
9
|
+
},
|
|
10
|
+
childrenNodes: c("path", {
|
|
11
|
+
fill: r["fill-color"] ?? "#2B5DFF",
|
|
12
|
+
d: "M51.84 95.21 23.79 67.16c-.94-.94-.94-2.46 0-3.4l5.47-5.47c.94-.94 2.46-.94 3.4 0l19.18 19.13c.94.94 2.46.93 3.4 0l44.33-44.33c.94-.94 2.47-.94 3.4.01l5.48 5.52a2.4 2.4 0 0 1-.01 3.39l-53.2 53.2c-.94.93-2.46.93-3.4 0"
|
|
13
|
+
})
|
|
14
|
+
});
|
|
15
|
+
export {
|
|
16
|
+
t as CheckIcon
|
|
17
|
+
};
|
package/dist/LinkedinIcon.js
CHANGED
|
@@ -1,21 +1,20 @@
|
|
|
1
1
|
import { h as o } from "vue";
|
|
2
|
-
import { s as
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
childrenNodes: o("g", { fill: "none", stroke: "#fff", "stroke-width": "2" }, [
|
|
2
|
+
import { s as c } from "./svgIconFactory-B4HDiwZr.js";
|
|
3
|
+
const e = (t) => c({
|
|
4
|
+
props: t,
|
|
5
|
+
svgNodeAttrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 17.746 17.001" },
|
|
6
|
+
childrenNodes: o("g", { fill: "none", stroke: "#222", "stroke-linecap": "round" }, [
|
|
8
7
|
o("path", {
|
|
9
|
-
"
|
|
10
|
-
"stroke-linejoin": "round",
|
|
11
|
-
d: "m7.551 14.336 3.488 2.959 6.646-6.978"
|
|
8
|
+
d: "M13.613 16.491v-.2c-.005-1.94 0-3.879-.01-5.817a3.106 3.106 0 0 0-.29-1.388 1.584 1.584 0 0 0-1.574-.905 1.843 1.843 0 0 0-1.331.564 1.9 1.9 0 0 0-.6 1.319c-.014.756-.014 1.518-.014 2.274v4.018c0 .088-.01.14-.122.14-1.14 0-3.476 0-3.5-.01V5.573c.046 0 2.354 0 3.466-.007.135 0 .163.042.159.163v1.2c.009.134.112.027.153-.033a3.511 3.511 0 0 1 2.607-1.55 4.474 4.474 0 0 1 2.471.407 3.527 3.527 0 0 1 1.561 1.509 6.084 6.084 0 0 1 .658 2.99c.01 1.409.005 2.821.005 4.236v2Z"
|
|
12
9
|
}),
|
|
13
|
-
o("
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
10
|
+
o("path", {
|
|
11
|
+
d: "M4.356 16.492H.731V5.739c0-.135.038-.167.173-.167h3.3c.135-.006.16.042.16.163q-.01 5.3-.006 10.608Z"
|
|
12
|
+
}),
|
|
13
|
+
o("path", {
|
|
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
|
+
})
|
|
17
16
|
])
|
|
18
17
|
});
|
|
19
18
|
export {
|
|
20
|
-
|
|
19
|
+
e as LinkedinIcon
|
|
21
20
|
};
|
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 g } from "./CheckInactiveIcon.js";
|
|
8
8
|
import { CloseIcon as d } from "./CloseIcon.js";
|
|
9
|
-
import { DashboardIcon as
|
|
9
|
+
import { DashboardIcon as u } 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";
|
|
@@ -32,7 +32,7 @@ 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 go } from "./SearchIcon.js";
|
|
35
|
-
import { ShareIcon as
|
|
35
|
+
import { ShareIcon as ko } from "./ShareIcon.js";
|
|
36
36
|
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";
|
|
@@ -59,59 +59,61 @@ 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 sr } from "./HouseValuationIcon.js";
|
|
62
|
-
import { CheckRoundedIcon as
|
|
62
|
+
import { CheckRoundedIcon as kr } from "./CheckRoundedIcon.js";
|
|
63
63
|
import { DownloadIcon as Wr } from "./DownloadIcon.js";
|
|
64
64
|
import { SquareMeterIcon as Pr } from "./SquareMeterIcon.js";
|
|
65
65
|
import { PriceIcon as Ar } from "./PriceIcon.js";
|
|
66
66
|
import { DemandIcon as Nr } from "./DemandIcon.js";
|
|
67
67
|
import { TransactionIcon as Cr } from "./TransactionIcon.js";
|
|
68
68
|
import { InfoIcon as yr } from "./InfoIcon.js";
|
|
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 {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
69
|
+
import { CheckIcon as Vr } from "./CheckIcon.js";
|
|
70
|
+
import { BankIcon as Mr } from "./BankIcon.js";
|
|
71
|
+
import { BusIcon as Br } from "./BusIcon.js";
|
|
72
|
+
import { CartIcon as Tr } from "./CartIcon.js";
|
|
73
|
+
import { ChargeIcon as Rr } from "./Charge.js";
|
|
74
|
+
import { HospitalIcon as qr } from "./HospitalIcon.js";
|
|
75
|
+
import { PharmacyIcon as Er } from "./PharmacyIcon.js";
|
|
76
|
+
import { PostIcon as Yr } from "./PostIcon.js";
|
|
77
|
+
import { SchoolIcon as Jr } from "./SchoolIcon.js";
|
|
78
|
+
import { SubwayIcon as Or } from "./SubwayIcon.js";
|
|
79
|
+
import { TrainIcon as Zr } from "./TrainIcon.js";
|
|
80
|
+
import { TrainAltIcon as $r } from "./TrainAltIcon.js";
|
|
81
|
+
import { WikicasaDatiLogoIcon as re } from "./WikicasaDatiLogo.js";
|
|
82
|
+
import { WikicasaLogoIcon as te } from "./WikicasaLogo.js";
|
|
83
|
+
import { WikiNerdImg as me } from "./WikiNerd.js";
|
|
84
|
+
import { WikiNerdValutaMobileImg as pe } from "./WikiNerdValutaMobile.js";
|
|
85
|
+
import { WikiNerdMercatoImg as fe } from "./WikiNerdMercatoHome.js";
|
|
86
|
+
import { WikiNerdValutaDesktopImg as ae } from "./WikiNerdValutaDesktop.js";
|
|
87
|
+
import { WikiNerdDownloadAppImg as le } from "./WikiNerdDownloadApp.js";
|
|
88
|
+
import { WikicasaStudioLogoIcon as se } from "./WikicasaStudioLogo.js";
|
|
89
|
+
import { GenericUserWikiAvatarImg as ke } from "./GenericUserWikiAvatar.js";
|
|
90
|
+
import { ShieldImg as We } from "./ShieldImg.js";
|
|
91
|
+
import { SnapImg as Pe } from "./SnapImg.js";
|
|
92
|
+
import { StopWatchImg as Ae } from "./StopWatchImg.js";
|
|
93
|
+
import { CheckImg as Ne } from "./CheckImg.js";
|
|
94
|
+
import { IareeImg as Ce } from "./IareeImg.js";
|
|
95
|
+
import { WikiNerdAnalyzeImg as ye } from "./WikiNerdAnalyzeImg.js";
|
|
96
|
+
import { WikiNerdValuationNotAvailableImg as Ve } from "./WikiNerdValuationNotAvailableImg.js";
|
|
97
|
+
import { InsightImg as Me } from "./InsightImg.js";
|
|
97
98
|
export {
|
|
98
99
|
e as AboutUsIcon,
|
|
99
100
|
qo as AnalyticsIcon,
|
|
100
101
|
n as ArrowIcon,
|
|
101
102
|
fr as ArrowIndicatorIcon,
|
|
102
|
-
|
|
103
|
+
Mr as BankIcon,
|
|
103
104
|
c as BarChartIcon,
|
|
104
105
|
I as BellIcon,
|
|
105
106
|
x as BulbIcon,
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
107
|
+
Br as BusIcon,
|
|
108
|
+
Tr as CartIcon,
|
|
109
|
+
Rr as ChargeIcon,
|
|
109
110
|
i as CheckActiveIcon,
|
|
110
|
-
|
|
111
|
+
Vr as CheckIcon,
|
|
112
|
+
Ne as CheckImg,
|
|
111
113
|
g as CheckInactiveIcon,
|
|
112
|
-
|
|
114
|
+
kr as CheckRoundedIcon,
|
|
113
115
|
d as CloseIcon,
|
|
114
|
-
|
|
116
|
+
u as DashboardIcon,
|
|
115
117
|
h as DeleteIcon,
|
|
116
118
|
Nr as DemandIcon,
|
|
117
119
|
Wr as DownloadIcon,
|
|
@@ -119,18 +121,18 @@ export {
|
|
|
119
121
|
S as EditIcon,
|
|
120
122
|
Oo as FacebookIcon,
|
|
121
123
|
Yo as GearIcon,
|
|
122
|
-
|
|
124
|
+
ke as GenericUserWikiAvatarImg,
|
|
123
125
|
b as GermanyFlagIcon,
|
|
124
126
|
mr as GoogleIcon,
|
|
125
127
|
tr as HamburgerMenuIcon,
|
|
126
128
|
D as HeartIcon,
|
|
127
129
|
L as HidePswIcon,
|
|
128
130
|
H as HomeIcon,
|
|
129
|
-
|
|
131
|
+
qr as HospitalIcon,
|
|
130
132
|
sr as HouseValuationIcon,
|
|
131
|
-
|
|
133
|
+
Ce as IareeImg,
|
|
132
134
|
yr as InfoIcon,
|
|
133
|
-
|
|
135
|
+
Me as InsightImg,
|
|
134
136
|
$o as InstagramIcon,
|
|
135
137
|
v as ItalyFlagIcon,
|
|
136
138
|
F as LayersIcon,
|
|
@@ -141,13 +143,13 @@ export {
|
|
|
141
143
|
Q as MapIcon,
|
|
142
144
|
j as NewsIcon,
|
|
143
145
|
K as NotesIcon,
|
|
144
|
-
|
|
146
|
+
Er as PharmacyIcon,
|
|
145
147
|
X as PhoneIcon,
|
|
146
148
|
_ as PinIcon,
|
|
147
149
|
lr as PinShadowedIcon,
|
|
148
150
|
oo as PlanIcon,
|
|
149
151
|
eo as PlusIcon,
|
|
150
|
-
|
|
152
|
+
Yr as PostIcon,
|
|
151
153
|
no as PrestigeIcon,
|
|
152
154
|
Ar as PriceIcon,
|
|
153
155
|
ar as PrincipalIcon,
|
|
@@ -155,19 +157,19 @@ export {
|
|
|
155
157
|
Io as ProfileIcon,
|
|
156
158
|
xo as QuotesIcon,
|
|
157
159
|
io as RequestIcon,
|
|
158
|
-
|
|
160
|
+
Jr as SchoolIcon,
|
|
159
161
|
go as SearchIcon,
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
162
|
+
ko as ShareIcon,
|
|
163
|
+
We as ShieldImg,
|
|
164
|
+
Pe as SnapImg,
|
|
163
165
|
Pr as SquareMeterIcon,
|
|
164
|
-
|
|
165
|
-
|
|
166
|
+
Ae as StopWatchImg,
|
|
167
|
+
Or as SubwayIcon,
|
|
166
168
|
Wo as SuitcaseIcon,
|
|
167
169
|
Po as TieIcon,
|
|
168
170
|
Ao as TourIcon,
|
|
169
|
-
|
|
170
|
-
|
|
171
|
+
$r as TrainAltIcon,
|
|
172
|
+
Zr as TrainIcon,
|
|
171
173
|
Cr as TransactionIcon,
|
|
172
174
|
No as UkFlagIcon,
|
|
173
175
|
Co as ValuationIcon,
|
|
@@ -176,18 +178,18 @@ export {
|
|
|
176
178
|
Mo as WalletIcon,
|
|
177
179
|
Bo as WarningIcon,
|
|
178
180
|
To as WarningIconRounded,
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
181
|
+
ye as WikiNerdAnalyzeImg,
|
|
182
|
+
le as WikiNerdDownloadAppImg,
|
|
183
|
+
me as WikiNerdImg,
|
|
184
|
+
fe as WikiNerdMercatoImg,
|
|
185
|
+
Ve as WikiNerdValuationNotAvailableImg,
|
|
186
|
+
ae as WikiNerdValutaDesktopImg,
|
|
187
|
+
pe as WikiNerdValutaMobileImg,
|
|
188
|
+
re as WikicasaDatiLogoIcon,
|
|
187
189
|
Eo as WikicasaIcon,
|
|
188
|
-
|
|
190
|
+
te as WikicasaLogoIcon,
|
|
189
191
|
pr as WikicasaRoundedIcon,
|
|
190
|
-
|
|
192
|
+
se as WikicasaStudioLogoIcon,
|
|
191
193
|
Ro as WkAppIcon,
|
|
192
194
|
Jo as WkFavIcon,
|
|
193
195
|
rr as YoutubeIcon
|
package/dist/lib/index.d.ts
CHANGED
|
@@ -66,6 +66,7 @@ import { PriceIcon } from './svgIcons/PriceIcon';
|
|
|
66
66
|
import { DemandIcon } from './svgIcons/DemandIcon';
|
|
67
67
|
import { TransactionIcon } from './svgIcons/TransactionIcon';
|
|
68
68
|
import { InfoIcon } from './svgIcons/InfoIcon';
|
|
69
|
+
import { CheckIcon } from './svgIcons/CheckIcon';
|
|
69
70
|
import { BankIcon } from './svgIcons/poi/BankIcon';
|
|
70
71
|
import { BusIcon } from './svgIcons/poi/BusIcon';
|
|
71
72
|
import { CartIcon } from './svgIcons/poi/CartIcon';
|
|
@@ -95,4 +96,4 @@ import { WikiNerdAnalyzeImg } from './svgImages/WikiNerdAnalyzeImg';
|
|
|
95
96
|
import { WikiNerdValuationNotAvailableImg } from './svgImages/WikiNerdValuationNotAvailableImg';
|
|
96
97
|
import { InsightImg } from './svgImages/InsightImg';
|
|
97
98
|
|
|
98
|
-
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, InfoIcon, WikiNerdValuationNotAvailableImg, IareeImg, InsightImg };
|
|
99
|
+
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, InfoIcon, WikiNerdValuationNotAvailableImg, IareeImg, InsightImg, CheckIcon };
|