@wikicasa-dev/svg-icons 0.0.45 → 0.0.46
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/StarIcon.js +23 -0
- package/dist/index.js +62 -60
- package/dist/lib/index.d.ts +1 -0
- package/dist/lib/svgIcons/StarIcon.d.ts +3 -0
- package/package.json +1 -1
package/dist/StarIcon.js
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
import { h as r } from "vue";
|
|
2
|
+
import { s as e } from "./svgIconFactory-Dn0WJdb3.js";
|
|
3
|
+
const i = (C, { attrs: o }) => e({
|
|
4
|
+
props: C,
|
|
5
|
+
svgNodeAttrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 15 15" },
|
|
6
|
+
childrenNodes: r(
|
|
7
|
+
"g",
|
|
8
|
+
{
|
|
9
|
+
fill: o["fill-color"] ?? "#222",
|
|
10
|
+
stroke: o["stroke-color"] ?? "#222",
|
|
11
|
+
"stroke-linecap": o["stroke-linecap"] ?? "round",
|
|
12
|
+
"stroke-width": o["stroke-width"] ?? "1.3"
|
|
13
|
+
},
|
|
14
|
+
[
|
|
15
|
+
r("path", {
|
|
16
|
+
d: "M11.2991 14C11.2398 14 11.1813 13.9815 11.1253 13.9449L8.20053 12.0381C7.99054 11.9012 7.7483 11.8288 7.5 11.8288C7.2517 11.8288 7.00946 11.9012 6.79947 12.0381L3.8747 13.9449C3.81867 13.9815 3.76017 14 3.70084 14C3.60233 14 3.50134 13.9478 3.43725 13.8638C3.39423 13.8074 3.34947 13.7122 3.3805 13.5789L4.21096 10.0127C4.32652 9.5165 4.16585 9.00128 3.79166 8.66811L1.11523 6.28507C0.965399 6.15166 0.997158 5.98687 1.01777 5.9222C1.03837 5.85754 1.1076 5.70549 1.30482 5.69015L4.77119 5.42047C5.2665 5.38193 5.70604 5.04927 5.89095 4.57296L7.19542 1.21284C7.26999 1.02074 7.43327 1 7.5 1C7.56673 1 7.73 1.02074 7.80458 1.21284L9.10904 4.57296C9.29396 5.04927 9.7335 5.38193 10.2288 5.42047L13.6952 5.69015C13.8924 5.70549 13.9616 5.85755 13.9822 5.9222C14.0028 5.98687 14.0346 6.15167 13.8848 6.28508L11.2083 8.6681C10.8342 9.00128 10.6735 9.5165 10.789 10.0127L11.6195 13.5789C11.6505 13.7121 11.6058 13.8073 11.5627 13.8637C11.4986 13.9478 11.3976 14 11.2991 14Z"
|
|
17
|
+
})
|
|
18
|
+
]
|
|
19
|
+
)
|
|
20
|
+
});
|
|
21
|
+
export {
|
|
22
|
+
i as StarIcon
|
|
23
|
+
};
|
package/dist/index.js
CHANGED
|
@@ -79,53 +79,54 @@ 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
|
-
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 {
|
|
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 {
|
|
82
|
+
import { StarIcon as te } from "./StarIcon.js";
|
|
83
|
+
import { BankIcon as me } from "./BankIcon.js";
|
|
84
|
+
import { BusIcon as pe } from "./BusIcon.js";
|
|
85
|
+
import { CartIcon as fe } from "./CartIcon.js";
|
|
86
|
+
import { ChargeIcon as ae } from "./Charge.js";
|
|
87
|
+
import { HospitalIcon as de } from "./HospitalIcon.js";
|
|
88
|
+
import { PharmacyIcon as se } from "./PharmacyIcon.js";
|
|
89
|
+
import { PostIcon as ue } from "./PostIcon.js";
|
|
90
|
+
import { SchoolIcon as he } from "./SchoolIcon.js";
|
|
91
|
+
import { SubwayIcon as Se } from "./SubwayIcon.js";
|
|
92
|
+
import { TrainIcon as we } from "./TrainIcon.js";
|
|
93
|
+
import { TrainAltIcon as Ce } from "./TrainAltIcon.js";
|
|
94
|
+
import { WikicasaDatiLogoIcon as be } from "./WikicasaDatiLogo.js";
|
|
95
|
+
import { WikicasaLogoIcon as De } from "./WikicasaLogo.js";
|
|
96
|
+
import { WikiNerdImg as Le } from "./WikiNerd.js";
|
|
97
|
+
import { WikiNerdValutaMobileImg as ve } from "./WikiNerdValutaMobile.js";
|
|
98
|
+
import { WikiNerdMercatoImg as Be } from "./WikiNerdMercatoHome.js";
|
|
99
|
+
import { WikiNerdValutaDesktopImg as Me } from "./WikiNerdValutaDesktop.js";
|
|
100
|
+
import { WikiNerdDownloadAppImg as Ge } from "./WikiNerdDownloadApp.js";
|
|
101
|
+
import { WikicasaStudioLogoIcon as qe } from "./WikicasaStudioLogo.js";
|
|
102
|
+
import { GenericUserWikiAvatarImg as ze } from "./GenericUserWikiAvatar.js";
|
|
103
|
+
import { ShieldImg as Ye } from "./ShieldImg.js";
|
|
104
|
+
import { SnapImg as Je } from "./SnapImg.js";
|
|
105
|
+
import { StopWatchImg as Oe } from "./StopWatchImg.js";
|
|
106
|
+
import { CheckImg as Ze } from "./CheckImg.js";
|
|
107
|
+
import { IareeImg as $e } from "./IareeImg.js";
|
|
108
|
+
import { WikiNerdAnalyzeImg as rt } from "./WikiNerdAnalyzeImg.js";
|
|
109
|
+
import { WikiNerdValuationNotAvailableImg as tt } from "./WikiNerdValuationNotAvailableImg.js";
|
|
110
|
+
import { InsightImg as mt } from "./InsightImg.js";
|
|
111
|
+
import { GenericUserWikiAvatarSquaredImg as pt } from "./GenericUserWikiAvatarSquaredImg.js";
|
|
112
|
+
import { WikiNoSavedSearchesImg as ft } from "./WikiNoSavedSearches.js";
|
|
112
113
|
export {
|
|
113
114
|
e as AboutUsIcon,
|
|
114
115
|
qo as AnalyticsIcon,
|
|
115
116
|
n as ArrowIcon,
|
|
116
117
|
fr as ArrowIndicatorIcon,
|
|
117
118
|
Gr as AuctionHammerIcon,
|
|
118
|
-
|
|
119
|
+
me as BankIcon,
|
|
119
120
|
c as BarChartIcon,
|
|
120
121
|
Br as BathroomIcon,
|
|
121
122
|
I as BellIcon,
|
|
122
123
|
x as BulbIcon,
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
124
|
+
pe as BusIcon,
|
|
125
|
+
fe as CartIcon,
|
|
126
|
+
ae as ChargeIcon,
|
|
126
127
|
i as CheckActiveIcon,
|
|
127
128
|
Lr as CheckIcon,
|
|
128
|
-
|
|
129
|
+
Ze as CheckImg,
|
|
129
130
|
l as CheckInactiveIcon,
|
|
130
131
|
ur as CheckRoundedIcon,
|
|
131
132
|
g as CloseIcon,
|
|
@@ -141,8 +142,8 @@ export {
|
|
|
141
142
|
Oo as FacebookIcon,
|
|
142
143
|
Jr as FacebookRoundedIcon,
|
|
143
144
|
Yo as GearIcon,
|
|
144
|
-
|
|
145
|
-
|
|
145
|
+
ze as GenericUserWikiAvatarImg,
|
|
146
|
+
pt as GenericUserWikiAvatarSquaredImg,
|
|
146
147
|
N as GermanyFlagIcon,
|
|
147
148
|
mr as GoogleIcon,
|
|
148
149
|
tr as HamburgerMenuIcon,
|
|
@@ -150,11 +151,11 @@ export {
|
|
|
150
151
|
Zr as HeartShadowedIcon,
|
|
151
152
|
H as HidePswIcon,
|
|
152
153
|
V as HomeIcon,
|
|
153
|
-
|
|
154
|
+
de as HospitalIcon,
|
|
154
155
|
sr as HouseValuationIcon,
|
|
155
|
-
|
|
156
|
+
$e as IareeImg,
|
|
156
157
|
Dr as InfoIcon,
|
|
157
|
-
|
|
158
|
+
mt as InsightImg,
|
|
158
159
|
$o as InstagramIcon,
|
|
159
160
|
R as ItalyFlagIcon,
|
|
160
161
|
F as LayersIcon,
|
|
@@ -165,14 +166,14 @@ export {
|
|
|
165
166
|
Q as MapIcon,
|
|
166
167
|
j as NewsIcon,
|
|
167
168
|
K as NotesIcon,
|
|
168
|
-
|
|
169
|
+
se as PharmacyIcon,
|
|
169
170
|
X as PhoneIcon,
|
|
170
171
|
qr as PhotoIcon,
|
|
171
172
|
_ as PinIcon,
|
|
172
173
|
dr as PinShadowedIcon,
|
|
173
174
|
oo as PlanIcon,
|
|
174
175
|
eo as PlusIcon,
|
|
175
|
-
|
|
176
|
+
ue as PostIcon,
|
|
176
177
|
no as PrestigeIcon,
|
|
177
178
|
wr as PriceIcon,
|
|
178
179
|
ar as PrincipalIcon,
|
|
@@ -180,22 +181,23 @@ export {
|
|
|
180
181
|
Io as ProfileIcon,
|
|
181
182
|
xo as QuotesIcon,
|
|
182
183
|
io as RequestIcon,
|
|
183
|
-
|
|
184
|
+
he as SchoolIcon,
|
|
184
185
|
so as SearchIcon,
|
|
185
186
|
uo as ShareIcon,
|
|
186
|
-
|
|
187
|
-
|
|
187
|
+
Ye as ShieldImg,
|
|
188
|
+
Je as SnapImg,
|
|
188
189
|
$r as SortIcon,
|
|
189
190
|
Sr as SquareMeterIcon,
|
|
190
|
-
|
|
191
|
+
te as StarIcon,
|
|
192
|
+
Oe as StopWatchImg,
|
|
191
193
|
re as StreetViewIcon,
|
|
192
|
-
|
|
194
|
+
Se as SubwayIcon,
|
|
193
195
|
ho as SuitcaseIcon,
|
|
194
196
|
zr as TelegramRoundedIcon,
|
|
195
197
|
So as TieIcon,
|
|
196
198
|
wo as TourIcon,
|
|
197
|
-
|
|
198
|
-
|
|
199
|
+
Ce as TrainAltIcon,
|
|
200
|
+
we as TrainIcon,
|
|
199
201
|
br as TransactionIcon,
|
|
200
202
|
Co as UkFlagIcon,
|
|
201
203
|
bo as ValuationIcon,
|
|
@@ -205,19 +207,19 @@ export {
|
|
|
205
207
|
Bo as WarningIcon,
|
|
206
208
|
Mo as WarningIconRounded,
|
|
207
209
|
Yr as WhatsappRoundedIcon,
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
210
|
+
rt as WikiNerdAnalyzeImg,
|
|
211
|
+
Ge as WikiNerdDownloadAppImg,
|
|
212
|
+
Le as WikiNerdImg,
|
|
213
|
+
Be as WikiNerdMercatoImg,
|
|
214
|
+
tt as WikiNerdValuationNotAvailableImg,
|
|
215
|
+
Me as WikiNerdValutaDesktopImg,
|
|
216
|
+
ve as WikiNerdValutaMobileImg,
|
|
217
|
+
ft as WikiNoSavedSearchesImg,
|
|
218
|
+
be as WikicasaDatiLogoIcon,
|
|
217
219
|
zo as WikicasaIcon,
|
|
218
|
-
|
|
220
|
+
De as WikicasaLogoIcon,
|
|
219
221
|
pr as WikicasaRoundedIcon,
|
|
220
|
-
|
|
222
|
+
qe as WikicasaStudioLogoIcon,
|
|
221
223
|
Go as WkAppIcon,
|
|
222
224
|
Jo as WkFavIcon,
|
|
223
225
|
rr as YoutubeIcon
|
package/dist/lib/index.d.ts
CHANGED
|
@@ -79,6 +79,7 @@ export { CredipassIcon } from './svgIcons/CredipassIcon';
|
|
|
79
79
|
export { HeartShadowedIcon } from './svgIcons/HeartShadowedIcon';
|
|
80
80
|
export { SortIcon } from './svgIcons/SortIcon';
|
|
81
81
|
export { StreetViewIcon } from './svgIcons/StreetViewIcon';
|
|
82
|
+
export { StarIcon } from './svgIcons/StarIcon';
|
|
82
83
|
export { BankIcon } from './svgIcons/poi/BankIcon';
|
|
83
84
|
export { BusIcon } from './svgIcons/poi/BusIcon';
|
|
84
85
|
export { CartIcon } from './svgIcons/poi/CartIcon';
|