@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.
@@ -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 { BankIcon as Be } from "./BankIcon.js";
97
- import { BusIcon as He } from "./BusIcon.js";
98
- import { CartIcon as Ve } from "./CartIcon.js";
99
- import { ChargeIcon as Me } from "./Charge.js";
100
- import { HospitalIcon as Fe } from "./HospitalIcon.js";
101
- import { PharmacyIcon as qe } from "./PharmacyIcon.js";
102
- import { PostIcon as ze } from "./PostIcon.js";
103
- import { SchoolIcon as Qe } from "./SchoolIcon.js";
104
- import { SubwayIcon as je } from "./SubwayIcon.js";
105
- import { TrainIcon as Oe } from "./TrainIcon.js";
106
- import { TrainAltIcon as Ze } from "./TrainAltIcon.js";
107
- import { WikicasaDatiLogoIcon as $e } from "./WikicasaDatiLogo.js";
108
- import { WikicasaLogoIcon as rt } from "./WikicasaLogo.js";
109
- import { WikiNerdImg as tt } from "./WikiNerd.js";
110
- import { WikiNerdValutaMobileImg as mt } from "./WikiNerdValutaMobile.js";
111
- import { WikiNerdMercatoImg as pt } from "./WikiNerdMercatoHome.js";
112
- import { WikiNerdValutaDesktopImg as ft } from "./WikiNerdValutaDesktop.js";
113
- import { WikiNerdDownloadAppImg as at } from "./WikiNerdDownloadApp.js";
114
- import { WikicasaStudioLogoIcon as dt } from "./WikicasaStudioLogo.js";
115
- import { GenericUserWikiAvatarImg as st } from "./GenericUserWikiAvatar.js";
116
- import { ShieldImg as kt } from "./ShieldImg.js";
117
- import { SnapImg as ht } from "./SnapImg.js";
118
- import { StopWatchImg as Pt } from "./StopWatchImg.js";
119
- import { CheckImg as At } from "./CheckImg.js";
120
- import { IareeImg as Ct } from "./IareeImg.js";
121
- import { WikiNerdAnalyzeImg as bt } from "./WikiNerdAnalyzeImg.js";
122
- import { WikiNerdValuationNotAvailableImg as Lt } from "./WikiNerdValuationNotAvailableImg.js";
123
- import { InsightImg as Bt } from "./InsightImg.js";
124
- import { GenericUserWikiAvatarSquaredImg as Ht } from "./GenericUserWikiAvatarSquaredImg.js";
125
- import { WikiNoSavedSearchesImg as Vt } from "./WikiNoSavedSearches.js";
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
- Be as BankIcon,
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
- He as BusIcon,
140
- Ve as CartIcon,
141
- Me as ChargeIcon,
140
+ Ve as BusIcon,
141
+ Me as CartIcon,
142
+ Fe as ChargeIcon,
142
143
  i as CheckActiveIcon,
143
144
  Br as CheckIcon,
144
- At as CheckImg,
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
- st as GenericUserWikiAvatarImg,
162
- Ht as GenericUserWikiAvatarSquaredImg,
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
- Fe as HospitalIcon,
171
+ qe as HospitalIcon,
171
172
  sr as HouseValuationIcon,
172
- Ct as IareeImg,
173
+ bt as IareeImg,
173
174
  Lr as InfoIcon,
174
- Bt as InsightImg,
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
- qe as PharmacyIcon,
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
- ze as PostIcon,
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
- Qe as SchoolIcon,
210
+ je as SchoolIcon,
210
211
  so as SearchIcon,
211
212
  ko as ShareIcon,
212
- kt as ShieldImg,
213
- ht as SnapImg,
213
+ ht as ShieldImg,
214
+ Pt as SnapImg,
214
215
  $r as SortIcon,
215
216
  Pr as SquareMeterIcon,
216
217
  te as StarIcon,
217
- Pt as StopWatchImg,
218
+ At as StopWatchImg,
218
219
  re as StreetViewIcon,
219
- je as SubwayIcon,
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
- Ze as TrainAltIcon,
226
- Oe as TrainIcon,
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
- bt as WikiNerdAnalyzeImg,
237
- at as WikiNerdDownloadAppImg,
238
- tt as WikiNerdImg,
239
- pt as WikiNerdMercatoImg,
240
- Lt as WikiNerdValuationNotAvailableImg,
241
- ft as WikiNerdValutaDesktopImg,
242
- mt as WikiNerdValutaMobileImg,
243
- Vt as WikiNoSavedSearchesImg,
244
- $e as WikicasaDatiLogoIcon,
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
- rt as WikicasaLogoIcon,
248
+ tt as WikicasaLogoIcon,
247
249
  pr as WikicasaRoundedIcon,
248
- dt as WikicasaStudioLogoIcon,
250
+ st as WikicasaStudioLogoIcon,
249
251
  Fo as WkAppIcon,
250
252
  jo as WkFavIcon,
251
253
  rr as YoutubeIcon
@@ -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
+ }>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wikicasa-dev/svg-icons",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/lib/index.d.ts",