@wikicasa-dev/svg-icons 0.1.6 → 0.1.7
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/UploadIcon.js +40 -0
- package/dist/index.js +62 -60
- package/dist/lib/index.d.ts +1 -0
- package/dist/lib/svgIcons/UploadIcon.d.ts +7 -0
- package/package.json +1 -1
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { h as o } from "vue";
|
|
2
|
+
import { s as r } from "./svgIconFactory-Dn0WJdb3.js";
|
|
3
|
+
const s = (t) => r({
|
|
4
|
+
props: t,
|
|
5
|
+
svgNodeAttrs: {
|
|
6
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
7
|
+
viewBox: "0 0 16.344 17.274",
|
|
8
|
+
width: t.width ?? 16,
|
|
9
|
+
height: t.height ?? 17
|
|
10
|
+
},
|
|
11
|
+
childrenNodes: [
|
|
12
|
+
o(
|
|
13
|
+
"g",
|
|
14
|
+
{ transform: "translate(0.75 0.75)" },
|
|
15
|
+
o("g", { transform: "translate(0 0)" }, [
|
|
16
|
+
o("path", {
|
|
17
|
+
d: "M15.835,8.831V14.8A2.014,2.014,0,0,1,13.8,16.792H3.026A2.015,2.015,0,0,1,.991,14.8V8.831",
|
|
18
|
+
transform: "translate(-0.991 -1.018)",
|
|
19
|
+
fill: "none",
|
|
20
|
+
stroke: t["stroke-color"] ?? "#2b5dff",
|
|
21
|
+
"stroke-linecap": "round",
|
|
22
|
+
"stroke-linejoin": "round",
|
|
23
|
+
"stroke-width": t["stroke-width"] ?? "1.5"
|
|
24
|
+
}),
|
|
25
|
+
o("path", {
|
|
26
|
+
d: "M11.631,4.212,8.342.991,5.055,4.212,8.342.991V12.173",
|
|
27
|
+
transform: "translate(-0.92 -0.991)",
|
|
28
|
+
fill: "none",
|
|
29
|
+
stroke: "#2b5dff",
|
|
30
|
+
"stroke-linecap": "round",
|
|
31
|
+
"stroke-linejoin": "round",
|
|
32
|
+
"stroke-width": "1.5"
|
|
33
|
+
})
|
|
34
|
+
])
|
|
35
|
+
)
|
|
36
|
+
]
|
|
37
|
+
});
|
|
38
|
+
export {
|
|
39
|
+
s as UploadIcon
|
|
40
|
+
};
|
package/dist/index.js
CHANGED
|
@@ -93,36 +93,37 @@ import { CommunalGardenIcon as Ae } from "./CommunalGardenIcon.js";
|
|
|
93
93
|
import { TennisIcon as Ce } from "./TennisIcon.js";
|
|
94
94
|
import { ReceptionIcon as be } from "./ReceptionIcon.js";
|
|
95
95
|
import { ArchitecturalBarriersIcon as Le } from "./ArchitecturalBarriersIcon.js";
|
|
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 {
|
|
116
|
-
import {
|
|
117
|
-
import {
|
|
118
|
-
import {
|
|
119
|
-
import {
|
|
120
|
-
import {
|
|
121
|
-
import {
|
|
122
|
-
import {
|
|
123
|
-
import {
|
|
124
|
-
import {
|
|
125
|
-
import {
|
|
96
|
+
import { UploadIcon as Be } from "./UploadIcon.js";
|
|
97
|
+
import { BankIcon as He } from "./BankIcon.js";
|
|
98
|
+
import { BusIcon as Ve } from "./BusIcon.js";
|
|
99
|
+
import { CartIcon as Me } from "./CartIcon.js";
|
|
100
|
+
import { ChargeIcon as Fe } from "./Charge.js";
|
|
101
|
+
import { HospitalIcon as qe } from "./HospitalIcon.js";
|
|
102
|
+
import { PharmacyIcon as ze } from "./PharmacyIcon.js";
|
|
103
|
+
import { PostIcon as Qe } from "./PostIcon.js";
|
|
104
|
+
import { SchoolIcon as je } from "./SchoolIcon.js";
|
|
105
|
+
import { SubwayIcon as Oe } from "./SubwayIcon.js";
|
|
106
|
+
import { TrainIcon as Ze } from "./TrainIcon.js";
|
|
107
|
+
import { TrainAltIcon as $e } from "./TrainAltIcon.js";
|
|
108
|
+
import { WikicasaDatiLogoIcon as rt } from "./WikicasaDatiLogo.js";
|
|
109
|
+
import { WikicasaLogoIcon as tt } from "./WikicasaLogo.js";
|
|
110
|
+
import { WikiNerdImg as mt } from "./WikiNerd.js";
|
|
111
|
+
import { WikiNerdValutaMobileImg as pt } from "./WikiNerdValutaMobile.js";
|
|
112
|
+
import { WikiNerdMercatoImg as ft } from "./WikiNerdMercatoHome.js";
|
|
113
|
+
import { WikiNerdValutaDesktopImg as at } from "./WikiNerdValutaDesktop.js";
|
|
114
|
+
import { WikiNerdDownloadAppImg as dt } from "./WikiNerdDownloadApp.js";
|
|
115
|
+
import { WikicasaStudioLogoIcon as st } from "./WikicasaStudioLogo.js";
|
|
116
|
+
import { GenericUserWikiAvatarImg as kt } from "./GenericUserWikiAvatar.js";
|
|
117
|
+
import { ShieldImg as ht } from "./ShieldImg.js";
|
|
118
|
+
import { SnapImg as Pt } from "./SnapImg.js";
|
|
119
|
+
import { StopWatchImg as At } from "./StopWatchImg.js";
|
|
120
|
+
import { CheckImg as Ct } from "./CheckImg.js";
|
|
121
|
+
import { IareeImg as bt } from "./IareeImg.js";
|
|
122
|
+
import { WikiNerdAnalyzeImg as Lt } from "./WikiNerdAnalyzeImg.js";
|
|
123
|
+
import { WikiNerdValuationNotAvailableImg as Bt } from "./WikiNerdValuationNotAvailableImg.js";
|
|
124
|
+
import { InsightImg as Ht } from "./InsightImg.js";
|
|
125
|
+
import { GenericUserWikiAvatarSquaredImg as Vt } from "./GenericUserWikiAvatarSquaredImg.js";
|
|
126
|
+
import { WikiNoSavedSearchesImg as Mt } from "./WikiNoSavedSearches.js";
|
|
126
127
|
export {
|
|
127
128
|
e as AboutUsIcon,
|
|
128
129
|
qo as AnalyticsIcon,
|
|
@@ -130,18 +131,18 @@ export {
|
|
|
130
131
|
n as ArrowIcon,
|
|
131
132
|
fr as ArrowIndicatorIcon,
|
|
132
133
|
Fr as AuctionHammerIcon,
|
|
133
|
-
|
|
134
|
+
He as BankIcon,
|
|
134
135
|
c as BarChartIcon,
|
|
135
136
|
Vr as BathroomIcon,
|
|
136
137
|
I as BellIcon,
|
|
137
138
|
se as BoxIcon,
|
|
138
139
|
x as BulbIcon,
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
140
|
+
Ve as BusIcon,
|
|
141
|
+
Me as CartIcon,
|
|
142
|
+
Fe as ChargeIcon,
|
|
142
143
|
i as CheckActiveIcon,
|
|
143
144
|
Br as CheckIcon,
|
|
144
|
-
|
|
145
|
+
Ct as CheckImg,
|
|
145
146
|
l as CheckInactiveIcon,
|
|
146
147
|
kr as CheckRoundedIcon,
|
|
147
148
|
g as CloseIcon,
|
|
@@ -158,8 +159,8 @@ export {
|
|
|
158
159
|
Oo as FacebookIcon,
|
|
159
160
|
jr as FacebookRoundedIcon,
|
|
160
161
|
Qo as GearIcon,
|
|
161
|
-
|
|
162
|
-
|
|
162
|
+
kt as GenericUserWikiAvatarImg,
|
|
163
|
+
Vt as GenericUserWikiAvatarSquaredImg,
|
|
163
164
|
N as GermanyFlagIcon,
|
|
164
165
|
mr as GoogleIcon,
|
|
165
166
|
tr as HamburgerMenuIcon,
|
|
@@ -167,11 +168,11 @@ export {
|
|
|
167
168
|
Zr as HeartShadowedIcon,
|
|
168
169
|
v as HidePswIcon,
|
|
169
170
|
D as HomeIcon,
|
|
170
|
-
|
|
171
|
+
qe as HospitalIcon,
|
|
171
172
|
sr as HouseValuationIcon,
|
|
172
|
-
|
|
173
|
+
bt as IareeImg,
|
|
173
174
|
Lr as InfoIcon,
|
|
174
|
-
|
|
175
|
+
Ht as InsightImg,
|
|
175
176
|
$o as InstagramIcon,
|
|
176
177
|
R as ItalyFlagIcon,
|
|
177
178
|
fe as KeyIcon,
|
|
@@ -188,7 +189,7 @@ export {
|
|
|
188
189
|
ke as ParkingIcon,
|
|
189
190
|
de as ParkingSpotIcon,
|
|
190
191
|
me as PartnershipIcon,
|
|
191
|
-
|
|
192
|
+
ze as PharmacyIcon,
|
|
192
193
|
X as PhoneIcon,
|
|
193
194
|
qr as PhotoIcon,
|
|
194
195
|
_ as PinIcon,
|
|
@@ -196,7 +197,7 @@ export {
|
|
|
196
197
|
oo as PlanIcon,
|
|
197
198
|
eo as PlusIcon,
|
|
198
199
|
he as PoolIcon,
|
|
199
|
-
|
|
200
|
+
Qe as PostIcon,
|
|
200
201
|
no as PrestigeIcon,
|
|
201
202
|
Ar as PriceIcon,
|
|
202
203
|
ar as PrincipalIcon,
|
|
@@ -206,26 +207,27 @@ export {
|
|
|
206
207
|
xo as QuotesIcon,
|
|
207
208
|
be as ReceptionIcon,
|
|
208
209
|
io as RequestIcon,
|
|
209
|
-
|
|
210
|
+
je as SchoolIcon,
|
|
210
211
|
so as SearchIcon,
|
|
211
212
|
ko as ShareIcon,
|
|
212
|
-
|
|
213
|
-
|
|
213
|
+
ht as ShieldImg,
|
|
214
|
+
Pt as SnapImg,
|
|
214
215
|
$r as SortIcon,
|
|
215
216
|
Pr as SquareMeterIcon,
|
|
216
217
|
te as StarIcon,
|
|
217
|
-
|
|
218
|
+
At as StopWatchImg,
|
|
218
219
|
re as StreetViewIcon,
|
|
219
|
-
|
|
220
|
+
Oe as SubwayIcon,
|
|
220
221
|
ho as SuitcaseIcon,
|
|
221
222
|
zr as TelegramRoundedIcon,
|
|
222
223
|
Ce as TennisIcon,
|
|
223
224
|
Po as TieIcon,
|
|
224
225
|
Ao as TourIcon,
|
|
225
|
-
|
|
226
|
-
|
|
226
|
+
$e as TrainAltIcon,
|
|
227
|
+
Ze as TrainIcon,
|
|
227
228
|
br as TransactionIcon,
|
|
228
229
|
Co as UkFlagIcon,
|
|
230
|
+
Be as UploadIcon,
|
|
229
231
|
bo as ValuationIcon,
|
|
230
232
|
Lo as VideoIcon,
|
|
231
233
|
Bo as ViewPswIcon,
|
|
@@ -233,19 +235,19 @@ export {
|
|
|
233
235
|
Vo as WarningIcon,
|
|
234
236
|
Mo as WarningIconRounded,
|
|
235
237
|
Qr as WhatsappRoundedIcon,
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
238
|
+
Lt as WikiNerdAnalyzeImg,
|
|
239
|
+
dt as WikiNerdDownloadAppImg,
|
|
240
|
+
mt as WikiNerdImg,
|
|
241
|
+
ft as WikiNerdMercatoImg,
|
|
242
|
+
Bt as WikiNerdValuationNotAvailableImg,
|
|
243
|
+
at as WikiNerdValutaDesktopImg,
|
|
244
|
+
pt as WikiNerdValutaMobileImg,
|
|
245
|
+
Mt as WikiNoSavedSearchesImg,
|
|
246
|
+
rt as WikicasaDatiLogoIcon,
|
|
245
247
|
zo as WikicasaIcon,
|
|
246
|
-
|
|
248
|
+
tt as WikicasaLogoIcon,
|
|
247
249
|
pr as WikicasaRoundedIcon,
|
|
248
|
-
|
|
250
|
+
st as WikicasaStudioLogoIcon,
|
|
249
251
|
Fo as WkAppIcon,
|
|
250
252
|
jo as WkFavIcon,
|
|
251
253
|
rr as YoutubeIcon
|
package/dist/lib/index.d.ts
CHANGED
|
@@ -93,6 +93,7 @@ export { CommunalGardenIcon } from './svgIcons/CommunalGardenIcon';
|
|
|
93
93
|
export { TennisIcon } from './svgIcons/TennisIcon';
|
|
94
94
|
export { ReceptionIcon } from './svgIcons/ReceptionIcon';
|
|
95
95
|
export { ArchitecturalBarriersIcon } from './svgIcons/ArchitecturalBarriersIcon';
|
|
96
|
+
export { UploadIcon } from './svgIcons/UploadIcon';
|
|
96
97
|
export { BankIcon } from './svgIcons/poi/BankIcon';
|
|
97
98
|
export { BusIcon } from './svgIcons/poi/BusIcon';
|
|
98
99
|
export { CartIcon } from './svgIcons/poi/CartIcon';
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { FunctionalSvgIconComponent } from '../../types/FunctionalSvgIconComponent';
|
|
2
|
+
import { SvgProps } from '@wikicasa-dev/types';
|
|
3
|
+
|
|
4
|
+
export declare const UploadIcon: FunctionalSvgIconComponent<Partial<SvgProps & {
|
|
5
|
+
'stroke-width': number;
|
|
6
|
+
'stroke-color': `#${string}`;
|
|
7
|
+
}>>;
|