@wikicasa-dev/svg-icons 0.0.49 → 0.1.0
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/PartnershipIcon.js +77 -0
- package/dist/WikicasaIcon.js +12 -12
- package/dist/favicon.ico +0 -0
- package/dist/index.js +62 -60
- package/dist/lib/index.d.ts +1 -0
- package/dist/lib/svgIcons/PartnershipIcon.d.ts +4 -0
- package/package.json +2 -1
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
import { h as t } from "vue";
|
|
2
|
+
import { g as i } from "./DefaultValues-DOBkctU1.js";
|
|
3
|
+
const h = (r, { attrs: e }) => {
|
|
4
|
+
r = { ...i(), ...r };
|
|
5
|
+
const { width: n, height: o } = r;
|
|
6
|
+
return t(
|
|
7
|
+
"svg",
|
|
8
|
+
{
|
|
9
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
10
|
+
viewBox: "0 0 19.674 19.674",
|
|
11
|
+
width: `${n}`,
|
|
12
|
+
height: `${o}`,
|
|
13
|
+
class: r.class ?? "",
|
|
14
|
+
"aria-hidden": e["aria-hidden"] ?? "true"
|
|
15
|
+
},
|
|
16
|
+
t(
|
|
17
|
+
"g",
|
|
18
|
+
{
|
|
19
|
+
transform: "translate(0.5 -0.329)"
|
|
20
|
+
},
|
|
21
|
+
[
|
|
22
|
+
t("g", {
|
|
23
|
+
transform: "translate(0.5 -0.329)"
|
|
24
|
+
}),
|
|
25
|
+
[
|
|
26
|
+
t("rect", {
|
|
27
|
+
width: "6.938",
|
|
28
|
+
height: "6.938",
|
|
29
|
+
rx: "1.6",
|
|
30
|
+
transform: "translate(0 1.437)",
|
|
31
|
+
fill: "none",
|
|
32
|
+
stroke: "#222",
|
|
33
|
+
"stroke-linecap": "round",
|
|
34
|
+
"stroke-linejoin": "round",
|
|
35
|
+
"stroke-width": "1.3"
|
|
36
|
+
}),
|
|
37
|
+
t("rect", {
|
|
38
|
+
width: "6.938",
|
|
39
|
+
height: "6.938",
|
|
40
|
+
rx: "1.6",
|
|
41
|
+
transform: "translate(0 11.167)",
|
|
42
|
+
fill: "none",
|
|
43
|
+
stroke: "#222",
|
|
44
|
+
"stroke-linecap": "round",
|
|
45
|
+
"stroke-linejoin": "round",
|
|
46
|
+
"stroke-width": "1.3"
|
|
47
|
+
}),
|
|
48
|
+
t("rect", {
|
|
49
|
+
width: "6.938",
|
|
50
|
+
height: "6.938",
|
|
51
|
+
rx: "1.6",
|
|
52
|
+
transform: "translate(9.73 11.167)",
|
|
53
|
+
fill: "none",
|
|
54
|
+
stroke: "#222",
|
|
55
|
+
"stroke-linecap": "round",
|
|
56
|
+
"stroke-linejoin": "round",
|
|
57
|
+
"stroke-width": "1.3"
|
|
58
|
+
}),
|
|
59
|
+
t("rect", {
|
|
60
|
+
width: "6.939",
|
|
61
|
+
height: "6.939",
|
|
62
|
+
rx: "1.6",
|
|
63
|
+
transform: "translate(8.292 4.906) rotate(-45)",
|
|
64
|
+
fill: "none",
|
|
65
|
+
stroke: "#222",
|
|
66
|
+
"stroke-linecap": "round",
|
|
67
|
+
"stroke-linejoin": "round",
|
|
68
|
+
"stroke-width": "1.3"
|
|
69
|
+
})
|
|
70
|
+
]
|
|
71
|
+
]
|
|
72
|
+
)
|
|
73
|
+
);
|
|
74
|
+
};
|
|
75
|
+
export {
|
|
76
|
+
h as PartnershipIcon
|
|
77
|
+
};
|
package/dist/WikicasaIcon.js
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { h as
|
|
2
|
-
import { s as
|
|
3
|
-
const e = (
|
|
4
|
-
props:
|
|
5
|
-
svgNodeAttrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0
|
|
1
|
+
import { h as C } from "vue";
|
|
2
|
+
import { s as L } from "./svgIconFactory-Dn0WJdb3.js";
|
|
3
|
+
const e = (o) => L({
|
|
4
|
+
props: o,
|
|
5
|
+
svgNodeAttrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 18 18" },
|
|
6
6
|
childrenNodes: [
|
|
7
|
-
|
|
8
|
-
fill:
|
|
9
|
-
stroke:
|
|
7
|
+
C("path", {
|
|
8
|
+
fill: o["bg-color"] ?? "none",
|
|
9
|
+
stroke: o["border-color"] ?? "#222",
|
|
10
10
|
"stroke-linecap": "round",
|
|
11
11
|
"stroke-linejoin": "round",
|
|
12
12
|
"stroke-width": "1.3",
|
|
13
|
-
d: "
|
|
13
|
+
d: "M 16.356 0.993 L 1.521 0.993 C 1.201 0.995 0.939 1.259 0.937 1.587 L 0.937 13.918 C 0.937 14.245 1.2 14.509 1.521 14.51 L 7.065 14.51 L 8.7 16.868 C 8.817 17.035 9.062 17.035 9.179 16.868 L 10.814 14.51 L 16.351 14.51 C 16.672 14.509 16.937 14.245 16.937 13.918 L 16.937 1.587 C 16.941 1.258 16.679 0.991 16.356 0.993 Z"
|
|
14
14
|
}),
|
|
15
|
-
|
|
16
|
-
fill:
|
|
17
|
-
d: "
|
|
15
|
+
C("path", {
|
|
16
|
+
fill: o.color ?? "#0e1d34",
|
|
17
|
+
d: "M 15.329 3.283 L 12.666 11.98 C 12.647 12.041 12.593 12.084 12.529 12.085 L 10.45 12.085 C 10.392 12.085 10.34 12.044 10.325 11.986 L 8.9 7.234 C 8.886 7.181 8.821 7.163 8.782 7.201 C 8.773 7.21 8.767 7.222 8.764 7.234 L 7.34 11.986 C 7.322 12.04 7.272 12.076 7.214 12.075 L 5.138 12.075 C 5.075 12.075 5.02 12.032 5.002 11.97 L 2.339 3.274 C 2.318 3.196 2.361 3.115 2.437 3.092 C 2.449 3.088 2.462 3.085 2.475 3.085 L 4.51 3.085 C 4.57 3.083 4.623 3.124 4.636 3.184 L 6.065 8.498 C 6.074 8.538 6.113 8.563 6.151 8.552 C 6.175 8.547 6.195 8.53 6.203 8.505 L 7.9 3.19 C 7.921 3.131 7.974 3.092 8.036 3.091 L 9.607 3.091 C 9.67 3.091 9.727 3.135 9.744 3.196 L 11.332 8.505 C 11.346 8.559 11.411 8.577 11.45 8.538 C 11.458 8.529 11.464 8.518 11.468 8.505 L 13.018 3.191 C 13.034 3.135 13.085 3.094 13.143 3.092 L 15.179 3.092 C 15.256 3.083 15.324 3.139 15.333 3.214 C 15.335 3.236 15.334 3.256 15.327 3.275 L 15.329 3.283 Z"
|
|
18
18
|
})
|
|
19
19
|
]
|
|
20
20
|
});
|
package/dist/favicon.ico
CHANGED
|
Binary file
|
package/dist/index.js
CHANGED
|
@@ -80,53 +80,54 @@ 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
|
-
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 {
|
|
112
|
-
import {
|
|
83
|
+
import { PartnershipIcon as me } from "./PartnershipIcon.js";
|
|
84
|
+
import { BankIcon as pe } from "./BankIcon.js";
|
|
85
|
+
import { BusIcon as fe } from "./BusIcon.js";
|
|
86
|
+
import { CartIcon as ae } from "./CartIcon.js";
|
|
87
|
+
import { ChargeIcon as de } from "./Charge.js";
|
|
88
|
+
import { HospitalIcon as se } from "./HospitalIcon.js";
|
|
89
|
+
import { PharmacyIcon as ue } from "./PharmacyIcon.js";
|
|
90
|
+
import { PostIcon as he } from "./PostIcon.js";
|
|
91
|
+
import { SchoolIcon as Se } from "./SchoolIcon.js";
|
|
92
|
+
import { SubwayIcon as we } from "./SubwayIcon.js";
|
|
93
|
+
import { TrainIcon as Ce } from "./TrainIcon.js";
|
|
94
|
+
import { TrainAltIcon as be } from "./TrainAltIcon.js";
|
|
95
|
+
import { WikicasaDatiLogoIcon as De } from "./WikicasaDatiLogo.js";
|
|
96
|
+
import { WikicasaLogoIcon as Le } from "./WikicasaLogo.js";
|
|
97
|
+
import { WikiNerdImg as ve } from "./WikiNerd.js";
|
|
98
|
+
import { WikiNerdValutaMobileImg as Be } from "./WikiNerdValutaMobile.js";
|
|
99
|
+
import { WikiNerdMercatoImg as Me } from "./WikiNerdMercatoHome.js";
|
|
100
|
+
import { WikiNerdValutaDesktopImg as Ge } from "./WikiNerdValutaDesktop.js";
|
|
101
|
+
import { WikiNerdDownloadAppImg as qe } from "./WikiNerdDownloadApp.js";
|
|
102
|
+
import { WikicasaStudioLogoIcon as ze } from "./WikicasaStudioLogo.js";
|
|
103
|
+
import { GenericUserWikiAvatarImg as Ye } from "./GenericUserWikiAvatar.js";
|
|
104
|
+
import { ShieldImg as Je } from "./ShieldImg.js";
|
|
105
|
+
import { SnapImg as Oe } from "./SnapImg.js";
|
|
106
|
+
import { StopWatchImg as Ze } from "./StopWatchImg.js";
|
|
107
|
+
import { CheckImg as $e } from "./CheckImg.js";
|
|
108
|
+
import { IareeImg as rt } from "./IareeImg.js";
|
|
109
|
+
import { WikiNerdAnalyzeImg as tt } from "./WikiNerdAnalyzeImg.js";
|
|
110
|
+
import { WikiNerdValuationNotAvailableImg as mt } from "./WikiNerdValuationNotAvailableImg.js";
|
|
111
|
+
import { InsightImg as pt } from "./InsightImg.js";
|
|
112
|
+
import { GenericUserWikiAvatarSquaredImg as ft } from "./GenericUserWikiAvatarSquaredImg.js";
|
|
113
|
+
import { WikiNoSavedSearchesImg as at } from "./WikiNoSavedSearches.js";
|
|
113
114
|
export {
|
|
114
115
|
e as AboutUsIcon,
|
|
115
116
|
qo as AnalyticsIcon,
|
|
116
117
|
n as ArrowIcon,
|
|
117
118
|
fr as ArrowIndicatorIcon,
|
|
118
119
|
Gr as AuctionHammerIcon,
|
|
119
|
-
|
|
120
|
+
pe as BankIcon,
|
|
120
121
|
c as BarChartIcon,
|
|
121
122
|
Br as BathroomIcon,
|
|
122
123
|
I as BellIcon,
|
|
123
124
|
x as BulbIcon,
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
125
|
+
fe as BusIcon,
|
|
126
|
+
ae as CartIcon,
|
|
127
|
+
de as ChargeIcon,
|
|
127
128
|
i as CheckActiveIcon,
|
|
128
129
|
Lr as CheckIcon,
|
|
129
|
-
|
|
130
|
+
$e as CheckImg,
|
|
130
131
|
l as CheckInactiveIcon,
|
|
131
132
|
ur as CheckRoundedIcon,
|
|
132
133
|
g as CloseIcon,
|
|
@@ -142,8 +143,8 @@ export {
|
|
|
142
143
|
Oo as FacebookIcon,
|
|
143
144
|
Jr as FacebookRoundedIcon,
|
|
144
145
|
Yo as GearIcon,
|
|
145
|
-
|
|
146
|
-
|
|
146
|
+
Ye as GenericUserWikiAvatarImg,
|
|
147
|
+
ft as GenericUserWikiAvatarSquaredImg,
|
|
147
148
|
N as GermanyFlagIcon,
|
|
148
149
|
mr as GoogleIcon,
|
|
149
150
|
tr as HamburgerMenuIcon,
|
|
@@ -151,11 +152,11 @@ export {
|
|
|
151
152
|
Zr as HeartShadowedIcon,
|
|
152
153
|
H as HidePswIcon,
|
|
153
154
|
V as HomeIcon,
|
|
154
|
-
|
|
155
|
+
se as HospitalIcon,
|
|
155
156
|
sr as HouseValuationIcon,
|
|
156
|
-
|
|
157
|
+
rt as IareeImg,
|
|
157
158
|
Dr as InfoIcon,
|
|
158
|
-
|
|
159
|
+
pt as InsightImg,
|
|
159
160
|
$o as InstagramIcon,
|
|
160
161
|
R as ItalyFlagIcon,
|
|
161
162
|
F as LayersIcon,
|
|
@@ -166,14 +167,15 @@ export {
|
|
|
166
167
|
Q as MapIcon,
|
|
167
168
|
j as NewsIcon,
|
|
168
169
|
K as NotesIcon,
|
|
169
|
-
|
|
170
|
+
me as PartnershipIcon,
|
|
171
|
+
ue as PharmacyIcon,
|
|
170
172
|
X as PhoneIcon,
|
|
171
173
|
qr as PhotoIcon,
|
|
172
174
|
_ as PinIcon,
|
|
173
175
|
dr as PinShadowedIcon,
|
|
174
176
|
oo as PlanIcon,
|
|
175
177
|
eo as PlusIcon,
|
|
176
|
-
|
|
178
|
+
he as PostIcon,
|
|
177
179
|
no as PrestigeIcon,
|
|
178
180
|
wr as PriceIcon,
|
|
179
181
|
ar as PrincipalIcon,
|
|
@@ -181,23 +183,23 @@ export {
|
|
|
181
183
|
Io as ProfileIcon,
|
|
182
184
|
xo as QuotesIcon,
|
|
183
185
|
io as RequestIcon,
|
|
184
|
-
|
|
186
|
+
Se as SchoolIcon,
|
|
185
187
|
so as SearchIcon,
|
|
186
188
|
uo as ShareIcon,
|
|
187
|
-
|
|
188
|
-
|
|
189
|
+
Je as ShieldImg,
|
|
190
|
+
Oe as SnapImg,
|
|
189
191
|
$r as SortIcon,
|
|
190
192
|
Sr as SquareMeterIcon,
|
|
191
193
|
te as StarIcon,
|
|
192
|
-
|
|
194
|
+
Ze as StopWatchImg,
|
|
193
195
|
re as StreetViewIcon,
|
|
194
|
-
|
|
196
|
+
we as SubwayIcon,
|
|
195
197
|
ho as SuitcaseIcon,
|
|
196
198
|
zr as TelegramRoundedIcon,
|
|
197
199
|
So as TieIcon,
|
|
198
200
|
wo as TourIcon,
|
|
199
|
-
|
|
200
|
-
|
|
201
|
+
be as TrainAltIcon,
|
|
202
|
+
Ce as TrainIcon,
|
|
201
203
|
br as TransactionIcon,
|
|
202
204
|
Co as UkFlagIcon,
|
|
203
205
|
bo as ValuationIcon,
|
|
@@ -207,19 +209,19 @@ export {
|
|
|
207
209
|
Bo as WarningIcon,
|
|
208
210
|
Mo as WarningIconRounded,
|
|
209
211
|
Yr as WhatsappRoundedIcon,
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
212
|
+
tt as WikiNerdAnalyzeImg,
|
|
213
|
+
qe as WikiNerdDownloadAppImg,
|
|
214
|
+
ve as WikiNerdImg,
|
|
215
|
+
Me as WikiNerdMercatoImg,
|
|
216
|
+
mt as WikiNerdValuationNotAvailableImg,
|
|
217
|
+
Ge as WikiNerdValutaDesktopImg,
|
|
218
|
+
Be as WikiNerdValutaMobileImg,
|
|
219
|
+
at as WikiNoSavedSearchesImg,
|
|
220
|
+
De as WikicasaDatiLogoIcon,
|
|
219
221
|
zo as WikicasaIcon,
|
|
220
|
-
|
|
222
|
+
Le as WikicasaLogoIcon,
|
|
221
223
|
pr as WikicasaRoundedIcon,
|
|
222
|
-
|
|
224
|
+
ze as WikicasaStudioLogoIcon,
|
|
223
225
|
Go as WkAppIcon,
|
|
224
226
|
Jo as WkFavIcon,
|
|
225
227
|
rr as YoutubeIcon
|
package/dist/lib/index.d.ts
CHANGED
|
@@ -80,6 +80,7 @@ export { HeartShadowedIcon } from './svgIcons/HeartShadowedIcon';
|
|
|
80
80
|
export { SortIcon } from './svgIcons/SortIcon';
|
|
81
81
|
export { StreetViewIcon } from './svgIcons/StreetViewIcon';
|
|
82
82
|
export { StarIcon } from './svgIcons/StarIcon';
|
|
83
|
+
export { PartnershipIcon } from './svgIcons/PartnershipIcon';
|
|
83
84
|
export { BankIcon } from './svgIcons/poi/BankIcon';
|
|
84
85
|
export { BusIcon } from './svgIcons/poi/BusIcon';
|
|
85
86
|
export { CartIcon } from './svgIcons/poi/CartIcon';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wikicasa-dev/svg-icons",
|
|
3
|
-
"version": "0.0
|
|
3
|
+
"version": "0.1.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/lib/index.d.ts",
|
|
@@ -46,6 +46,7 @@
|
|
|
46
46
|
"scripts": {
|
|
47
47
|
"dev": "vite",
|
|
48
48
|
"build": "run-p type-check \"build-only {@}\" --",
|
|
49
|
+
"build-app": "vite --config vite-app.config.ts build",
|
|
49
50
|
"preview": "vite preview",
|
|
50
51
|
"build-only": "vite build",
|
|
51
52
|
"type-check": "vue-tsc --build --force",
|