@wikicasa-dev/svg-icons 0.1.2 → 0.1.3
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/MegaphoneIcon.js +54 -0
- package/dist/index.js +74 -72
- package/dist/lib/index.d.ts +1 -0
- package/dist/lib/svgIcons/MegaphoneIcon.d.ts +4 -0
- package/package.json +1 -1
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
import { h as t } from "vue";
|
|
2
|
+
import { s as r } from "./svgIconFactory-Dn0WJdb3.js";
|
|
3
|
+
const s = (e, { attrs: o }) => r({
|
|
4
|
+
props: e,
|
|
5
|
+
svgNodeAttrs: {
|
|
6
|
+
"xmlns:xlink": "http://www.w3.org/1999/xlink",
|
|
7
|
+
viewBox: "0 0 18.471 20.196",
|
|
8
|
+
height: e.height ?? 18,
|
|
9
|
+
width: e.width ?? 20
|
|
10
|
+
},
|
|
11
|
+
childrenNodes: t(
|
|
12
|
+
"g",
|
|
13
|
+
{ transform: "translate(0.151 0.155)" },
|
|
14
|
+
t("g", [
|
|
15
|
+
t("path", {
|
|
16
|
+
d: "M10.19.633l0,0a.927.927,0,0,0-.492.94c.312,3.223-1.971,5.887-7.3,7.881A2.9,2.9,0,0,0,.5,12.061a2.775,2.775,0,0,0,.946,2.088,2.593,2.593,0,0,0,2.76.8c4.951-2.707,8.99-3.391,11.607-.92a.931.931,0,0,0,1.05.189,1.3,1.3,0,0,0,.591-1.732L11.922,1.224A1.294,1.294,0,0,0,10.19.633Z",
|
|
17
|
+
fill: "none",
|
|
18
|
+
stroke: o["stroke-color"] ?? "#222",
|
|
19
|
+
"stroke-linecap": "round",
|
|
20
|
+
"stroke-miterlimit": "10",
|
|
21
|
+
"stroke-width": o["stroke-width"] ?? "1.3"
|
|
22
|
+
}),
|
|
23
|
+
t("path", {
|
|
24
|
+
d: "M4.207,14.948,6.9,18.9a1,1,0,0,0,1.739-.984L6.71,13.723,4.283,8.652",
|
|
25
|
+
fill: "none",
|
|
26
|
+
stroke: o["stroke-color"] ?? "#222",
|
|
27
|
+
"stroke-linecap": "round",
|
|
28
|
+
"stroke-miterlimit": "10",
|
|
29
|
+
"stroke-width": o["stroke-width"] ?? "1.3"
|
|
30
|
+
}),
|
|
31
|
+
t("path", {
|
|
32
|
+
d: "M13.406,6.385a6.156,6.156,0,0,1,1.508-.647A1.245,1.245,0,0,1,16.16,6.983c0,.516-.3,1.1-1.539,1.621",
|
|
33
|
+
transform: "translate(1 -0.371)",
|
|
34
|
+
fill: "none",
|
|
35
|
+
stroke: o["stroke-color"] ?? "#222",
|
|
36
|
+
"stroke-linecap": "round",
|
|
37
|
+
"stroke-miterlimit": "10",
|
|
38
|
+
"stroke-width": o["stroke-width"] ?? "1.3"
|
|
39
|
+
}),
|
|
40
|
+
t("path", {
|
|
41
|
+
d: "M6.674,15.711c.936-.37,2.311-1.181,1.738-2.931",
|
|
42
|
+
transform: "translate(1)",
|
|
43
|
+
fill: "none",
|
|
44
|
+
stroke: o["stroke-color"] ?? "#222",
|
|
45
|
+
"stroke-linecap": "round",
|
|
46
|
+
"stroke-miterlimit": "10",
|
|
47
|
+
"stroke-width": o["stroke-width"] ?? "1.3"
|
|
48
|
+
})
|
|
49
|
+
])
|
|
50
|
+
)
|
|
51
|
+
});
|
|
52
|
+
export {
|
|
53
|
+
s as MegaphoneIcon
|
|
54
|
+
};
|
package/dist/index.js
CHANGED
|
@@ -14,8 +14,8 @@ import { GermanyFlagIcon as N } from "./GermanyFlagIcon.js";
|
|
|
14
14
|
import { HeartIcon as y } from "./HeartIcon.js";
|
|
15
15
|
import { HidePswIcon as D } from "./HidePswIcon.js";
|
|
16
16
|
import { HomeIcon as V } from "./HomeIcon.js";
|
|
17
|
-
import { ItalyFlagIcon as
|
|
18
|
-
import { LayersIcon as
|
|
17
|
+
import { ItalyFlagIcon as M } from "./ItalyFlagIcon.js";
|
|
18
|
+
import { LayersIcon as B } 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";
|
|
@@ -41,8 +41,8 @@ import { ValuationIcon as bo } from "./ValuationIcon.js";
|
|
|
41
41
|
import { VideoIcon as Lo } from "./VideoIcon.js";
|
|
42
42
|
import { ViewPswIcon as Ho } from "./ViewPswIcon.js";
|
|
43
43
|
import { WalletIcon as vo } from "./WalletIcon.js";
|
|
44
|
-
import { WarningIcon as
|
|
45
|
-
import { WarningIconRounded as
|
|
44
|
+
import { WarningIcon as Ro } from "./WarningIcon.js";
|
|
45
|
+
import { WarningIconRounded as Fo } 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";
|
|
@@ -68,8 +68,8 @@ import { TransactionIcon as br } from "./TransactionIcon.js";
|
|
|
68
68
|
import { InfoIcon as Lr } from "./InfoIcon.js";
|
|
69
69
|
import { CheckIcon as Hr } from "./CheckIcon.js";
|
|
70
70
|
import { ExternalLinkIcon as vr } from "./ExternalLinkIcon.js";
|
|
71
|
-
import { BathroomIcon as
|
|
72
|
-
import { EnergyClassIcon as
|
|
71
|
+
import { BathroomIcon as Rr } from "./BathroomIcon.js";
|
|
72
|
+
import { EnergyClassIcon as Fr } 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";
|
|
@@ -83,53 +83,54 @@ import { StarIcon as te } from "./StarIcon.js";
|
|
|
83
83
|
import { PartnershipIcon as me } from "./PartnershipIcon.js";
|
|
84
84
|
import { LockIcon as pe } from "./LockIcon.js";
|
|
85
85
|
import { KeyIcon as fe } from "./KeyIcon.js";
|
|
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 {
|
|
114
|
-
import {
|
|
115
|
-
import {
|
|
86
|
+
import { MegaphoneIcon as ae } from "./MegaphoneIcon.js";
|
|
87
|
+
import { BankIcon as de } from "./BankIcon.js";
|
|
88
|
+
import { BusIcon as se } from "./BusIcon.js";
|
|
89
|
+
import { CartIcon as ke } from "./CartIcon.js";
|
|
90
|
+
import { ChargeIcon as he } from "./Charge.js";
|
|
91
|
+
import { HospitalIcon as Se } from "./HospitalIcon.js";
|
|
92
|
+
import { PharmacyIcon as we } from "./PharmacyIcon.js";
|
|
93
|
+
import { PostIcon as Ce } from "./PostIcon.js";
|
|
94
|
+
import { SchoolIcon as be } from "./SchoolIcon.js";
|
|
95
|
+
import { SubwayIcon as Le } from "./SubwayIcon.js";
|
|
96
|
+
import { TrainIcon as He } from "./TrainIcon.js";
|
|
97
|
+
import { TrainAltIcon as ve } from "./TrainAltIcon.js";
|
|
98
|
+
import { WikicasaDatiLogoIcon as Re } from "./WikicasaDatiLogo.js";
|
|
99
|
+
import { WikicasaLogoIcon as Fe } from "./WikicasaLogo.js";
|
|
100
|
+
import { WikiNerdImg as Ge } from "./WikiNerd.js";
|
|
101
|
+
import { WikiNerdValutaMobileImg as qe } from "./WikiNerdValutaMobile.js";
|
|
102
|
+
import { WikiNerdMercatoImg as ze } from "./WikiNerdMercatoHome.js";
|
|
103
|
+
import { WikiNerdValutaDesktopImg as Qe } from "./WikiNerdValutaDesktop.js";
|
|
104
|
+
import { WikiNerdDownloadAppImg as je } from "./WikiNerdDownloadApp.js";
|
|
105
|
+
import { WikicasaStudioLogoIcon as Oe } from "./WikicasaStudioLogo.js";
|
|
106
|
+
import { GenericUserWikiAvatarImg as Ze } from "./GenericUserWikiAvatar.js";
|
|
107
|
+
import { ShieldImg as $e } from "./ShieldImg.js";
|
|
108
|
+
import { SnapImg as rt } from "./SnapImg.js";
|
|
109
|
+
import { StopWatchImg as tt } from "./StopWatchImg.js";
|
|
110
|
+
import { CheckImg as mt } from "./CheckImg.js";
|
|
111
|
+
import { IareeImg as pt } from "./IareeImg.js";
|
|
112
|
+
import { WikiNerdAnalyzeImg as ft } from "./WikiNerdAnalyzeImg.js";
|
|
113
|
+
import { WikiNerdValuationNotAvailableImg as at } from "./WikiNerdValuationNotAvailableImg.js";
|
|
114
|
+
import { InsightImg as dt } from "./InsightImg.js";
|
|
115
|
+
import { GenericUserWikiAvatarSquaredImg as st } from "./GenericUserWikiAvatarSquaredImg.js";
|
|
116
|
+
import { WikiNoSavedSearchesImg as kt } from "./WikiNoSavedSearches.js";
|
|
116
117
|
export {
|
|
117
118
|
e as AboutUsIcon,
|
|
118
119
|
qo as AnalyticsIcon,
|
|
119
120
|
n as ArrowIcon,
|
|
120
121
|
fr as ArrowIndicatorIcon,
|
|
121
122
|
Gr as AuctionHammerIcon,
|
|
122
|
-
|
|
123
|
+
de as BankIcon,
|
|
123
124
|
c as BarChartIcon,
|
|
124
|
-
|
|
125
|
+
Rr as BathroomIcon,
|
|
125
126
|
I as BellIcon,
|
|
126
127
|
x as BulbIcon,
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
128
|
+
se as BusIcon,
|
|
129
|
+
ke as CartIcon,
|
|
130
|
+
he as ChargeIcon,
|
|
130
131
|
i as CheckActiveIcon,
|
|
131
132
|
Hr as CheckIcon,
|
|
132
|
-
|
|
133
|
+
mt as CheckImg,
|
|
133
134
|
l as CheckInactiveIcon,
|
|
134
135
|
kr as CheckRoundedIcon,
|
|
135
136
|
g as CloseIcon,
|
|
@@ -140,13 +141,13 @@ export {
|
|
|
140
141
|
hr as DownloadIcon,
|
|
141
142
|
P as DrawIcon,
|
|
142
143
|
A as EditIcon,
|
|
143
|
-
|
|
144
|
+
Fr as EnergyClassIcon,
|
|
144
145
|
vr as ExternalLinkIcon,
|
|
145
146
|
Oo as FacebookIcon,
|
|
146
147
|
jr as FacebookRoundedIcon,
|
|
147
148
|
Qo as GearIcon,
|
|
148
|
-
|
|
149
|
-
|
|
149
|
+
Ze as GenericUserWikiAvatarImg,
|
|
150
|
+
st as GenericUserWikiAvatarSquaredImg,
|
|
150
151
|
N as GermanyFlagIcon,
|
|
151
152
|
mr as GoogleIcon,
|
|
152
153
|
tr as HamburgerMenuIcon,
|
|
@@ -154,32 +155,33 @@ export {
|
|
|
154
155
|
Zr as HeartShadowedIcon,
|
|
155
156
|
D as HidePswIcon,
|
|
156
157
|
V as HomeIcon,
|
|
157
|
-
|
|
158
|
+
Se as HospitalIcon,
|
|
158
159
|
sr as HouseValuationIcon,
|
|
159
|
-
|
|
160
|
+
pt as IareeImg,
|
|
160
161
|
Lr as InfoIcon,
|
|
161
|
-
|
|
162
|
+
dt as InsightImg,
|
|
162
163
|
$o as InstagramIcon,
|
|
163
|
-
|
|
164
|
+
M as ItalyFlagIcon,
|
|
164
165
|
fe as KeyIcon,
|
|
165
|
-
|
|
166
|
+
B as LayersIcon,
|
|
166
167
|
Zo as LinkedinIcon,
|
|
167
168
|
T as LocationIcon,
|
|
168
169
|
pe as LockIcon,
|
|
169
170
|
U as LogoutIcon,
|
|
170
171
|
E as MailIcon,
|
|
171
172
|
K as MapIcon,
|
|
173
|
+
ae as MegaphoneIcon,
|
|
172
174
|
Y as NewsIcon,
|
|
173
175
|
J as NotesIcon,
|
|
174
176
|
me as PartnershipIcon,
|
|
175
|
-
|
|
177
|
+
we as PharmacyIcon,
|
|
176
178
|
X as PhoneIcon,
|
|
177
179
|
qr as PhotoIcon,
|
|
178
180
|
_ as PinIcon,
|
|
179
181
|
dr as PinShadowedIcon,
|
|
180
182
|
oo as PlanIcon,
|
|
181
183
|
eo as PlusIcon,
|
|
182
|
-
|
|
184
|
+
Ce as PostIcon,
|
|
183
185
|
no as PrestigeIcon,
|
|
184
186
|
wr as PriceIcon,
|
|
185
187
|
ar as PrincipalIcon,
|
|
@@ -187,45 +189,45 @@ export {
|
|
|
187
189
|
Io as ProfileIcon,
|
|
188
190
|
xo as QuotesIcon,
|
|
189
191
|
io as RequestIcon,
|
|
190
|
-
|
|
192
|
+
be as SchoolIcon,
|
|
191
193
|
so as SearchIcon,
|
|
192
194
|
ko as ShareIcon,
|
|
193
|
-
|
|
194
|
-
|
|
195
|
+
$e as ShieldImg,
|
|
196
|
+
rt as SnapImg,
|
|
195
197
|
$r as SortIcon,
|
|
196
198
|
Sr as SquareMeterIcon,
|
|
197
199
|
te as StarIcon,
|
|
198
|
-
|
|
200
|
+
tt as StopWatchImg,
|
|
199
201
|
re as StreetViewIcon,
|
|
200
|
-
|
|
202
|
+
Le as SubwayIcon,
|
|
201
203
|
ho as SuitcaseIcon,
|
|
202
204
|
zr as TelegramRoundedIcon,
|
|
203
205
|
So as TieIcon,
|
|
204
206
|
wo as TourIcon,
|
|
205
|
-
|
|
206
|
-
|
|
207
|
+
ve as TrainAltIcon,
|
|
208
|
+
He as TrainIcon,
|
|
207
209
|
br as TransactionIcon,
|
|
208
210
|
Co as UkFlagIcon,
|
|
209
211
|
bo as ValuationIcon,
|
|
210
212
|
Lo as VideoIcon,
|
|
211
213
|
Ho as ViewPswIcon,
|
|
212
214
|
vo as WalletIcon,
|
|
213
|
-
|
|
214
|
-
|
|
215
|
+
Ro as WarningIcon,
|
|
216
|
+
Fo as WarningIconRounded,
|
|
215
217
|
Qr as WhatsappRoundedIcon,
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
218
|
+
ft as WikiNerdAnalyzeImg,
|
|
219
|
+
je as WikiNerdDownloadAppImg,
|
|
220
|
+
Ge as WikiNerdImg,
|
|
221
|
+
ze as WikiNerdMercatoImg,
|
|
222
|
+
at as WikiNerdValuationNotAvailableImg,
|
|
223
|
+
Qe as WikiNerdValutaDesktopImg,
|
|
224
|
+
qe as WikiNerdValutaMobileImg,
|
|
225
|
+
kt as WikiNoSavedSearchesImg,
|
|
226
|
+
Re as WikicasaDatiLogoIcon,
|
|
225
227
|
zo as WikicasaIcon,
|
|
226
|
-
|
|
228
|
+
Fe as WikicasaLogoIcon,
|
|
227
229
|
pr as WikicasaRoundedIcon,
|
|
228
|
-
|
|
230
|
+
Oe as WikicasaStudioLogoIcon,
|
|
229
231
|
Go as WkAppIcon,
|
|
230
232
|
jo as WkFavIcon,
|
|
231
233
|
rr as YoutubeIcon
|
package/dist/lib/index.d.ts
CHANGED
|
@@ -83,6 +83,7 @@ export { StarIcon } from './svgIcons/StarIcon';
|
|
|
83
83
|
export { PartnershipIcon } from './svgIcons/PartnershipIcon';
|
|
84
84
|
export { LockIcon } from './svgIcons/LockIcon';
|
|
85
85
|
export { KeyIcon } from './svgIcons/KeyIcon';
|
|
86
|
+
export { MegaphoneIcon } from './svgIcons/MegaphoneIcon';
|
|
86
87
|
export { BankIcon } from './svgIcons/poi/BankIcon';
|
|
87
88
|
export { BusIcon } from './svgIcons/poi/BusIcon';
|
|
88
89
|
export { CartIcon } from './svgIcons/poi/CartIcon';
|