@wikicasa-dev/svg-icons 1.2.3 → 1.2.5

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/MailIcon.js CHANGED
@@ -1,43 +1,34 @@
1
- import { h as e } from "vue";
2
- import { g as a } from "./DefaultValues-CpabIgVz.js";
3
- const l = (t, { attrs: r }) => {
4
- t = { ...a(), ...t };
5
- const { width: o, height: i } = t;
6
- return e(
7
- "svg",
8
- {
9
- xmlns: "http://www.w3.org/2000/svg",
10
- viewBox: "0 0 25.002 15.546",
11
- width: `${o}`,
12
- height: `${i}`,
13
- class: t.class ?? "",
14
- "aria-hidden": r["aria-hidden"] ?? "true"
15
- },
16
- [
17
- e(
18
- "g",
19
- {
20
- transform: "translate(.75 .75)"
21
- },
22
- e("rect", {
23
- width: "23.502",
24
- height: "14.046",
25
- fill: "none",
26
- stroke: t["stroke-color"] ?? "#2b5dff",
27
- "stroke-width": "1.5",
28
- rx: "2"
29
- })
30
- ),
31
- e("path", {
1
+ import { h as o } from "vue";
2
+ import { s as e } from "./svgIconFactory-BpnFimFz.js";
3
+ const h = (t) => e({
4
+ props: t,
5
+ svgNodeAttrs: {
6
+ viewBox: "0 0 25.002 15.546"
7
+ },
8
+ childrenNodes: [
9
+ o(
10
+ "g",
11
+ {
12
+ transform: "translate(.75 .75)"
13
+ },
14
+ o("rect", {
15
+ width: t.width ?? "23.502",
16
+ height: t.height ?? "14.046",
32
17
  fill: "none",
33
- stroke: t["stroke-color"] ?? "#2b5dff",
34
- "stroke-linecap": "round",
35
- "stroke-width": "1.5",
36
- d: "m5.604 4.488 6.054 4.52a1.11 1.11 0 0 0 1.386 0l6.594-4.52"
18
+ stroke: t["stroke-color"] ?? "#222",
19
+ "stroke-width": t["stroke-width"] ?? "1.5",
20
+ rx: "2"
37
21
  })
38
- ]
39
- );
40
- };
22
+ ),
23
+ o("path", {
24
+ fill: "none",
25
+ stroke: t["stroke-color"] ?? "#222",
26
+ "stroke-linecap": "round",
27
+ "stroke-width": t["stroke-width"] ?? "1.5",
28
+ d: "m5.604 4.488 6.054 4.52a1.11 1.11 0 0 0 1.386 0l6.594-4.52"
29
+ })
30
+ ]
31
+ });
41
32
  export {
42
- l as MailIcon
33
+ h as MailIcon
43
34
  };
@@ -0,0 +1,83 @@
1
+ import { h as t } from "vue";
2
+ import { g as n } from "./DefaultValues-CpabIgVz.js";
3
+ const i = (r, { attrs: o }) => {
4
+ r = { ...n(), ...r };
5
+ const { width: e, height: a } = r;
6
+ return t(
7
+ "svg",
8
+ {
9
+ xmlns: "http://www.w3.org/2000/svg",
10
+ width: `${e}`,
11
+ height: `${a}`,
12
+ class: r.class ?? "",
13
+ "aria-hidden": o["aria-hidden"] ?? "true",
14
+ viewBox: "0 0 26.052 23.932"
15
+ },
16
+ [
17
+ t("defs", null, [
18
+ t("clipPath", { id: "clip-path" }, [
19
+ t("rect", {
20
+ width: "26.052",
21
+ height: "23.932",
22
+ fill: "none",
23
+ stroke: r["stroke-color"] ?? "#fff",
24
+ "stroke-width": "1.2"
25
+ })
26
+ ])
27
+ ]),
28
+ t(
29
+ "g",
30
+ {
31
+ transform: "translate(0 0)"
32
+ },
33
+ [
34
+ t(
35
+ "g",
36
+ {
37
+ transform: "translate(0 0)",
38
+ "clip-path": "url(#clip-path)"
39
+ },
40
+ [
41
+ t("path", {
42
+ d: "M13.585,9.714,10.593,1.522A1.553,1.553,0,1,0,7.678,2.6L11.6,13.148,8.723,10.27a1.747,1.747,0,0,0-2.471,2.471l6.452,6.7a6.257,6.257,0,0,0,10.338-6.609L20.557,6.44a1.4,1.4,0,0,0-1.693-.8L17.669,6",
43
+ transform: "translate(1.918 0.167)",
44
+ fill: "none",
45
+ stroke: r["stroke-color"] ?? "#fff",
46
+ "stroke-linecap": "round",
47
+ "stroke-linejoin": "round",
48
+ "stroke-width": "1.2"
49
+ }),
50
+ t("path", {
51
+ d: "M10.368,4.125l1.45-.53a1.084,1.084,0,0,1,1.4.67l1.418,4.18",
52
+ transform: "translate(3.464 1.179)",
53
+ fill: "none",
54
+ stroke: r["stroke-color"] ?? "#fff",
55
+ "stroke-linecap": "round",
56
+ "stroke-width": "1.2"
57
+ }),
58
+ t("path", {
59
+ d: "M16.658,8.389,15.187,4.315a.937.937,0,0,0-1.159-.576L12.5,4.209",
60
+ transform: "translate(4.177 1.235)",
61
+ fill: "none",
62
+ stroke: r["stroke-color"] ?? "#fff",
63
+ "stroke-linecap": "round",
64
+ "stroke-width": "1.2"
65
+ }),
66
+ t("path", {
67
+ d: "M.5,22.573C11.794,14.986-4.243,9.3,9.429,2.071",
68
+ transform: "translate(0.167 0.692)",
69
+ fill: "none",
70
+ stroke: r["stroke-color"] ?? "#fff",
71
+ "stroke-linecap": "round",
72
+ "stroke-width": "1.2"
73
+ })
74
+ ]
75
+ )
76
+ ]
77
+ )
78
+ ]
79
+ );
80
+ };
81
+ export {
82
+ i as MovingHandIcon
83
+ };
package/dist/index.js CHANGED
@@ -4,7 +4,7 @@ import { BarChartIcon as m } from "./BarChartIcon.js";
4
4
  import { BellIcon as f } from "./BellIcon.js";
5
5
  import { BulbIcon as x } from "./BulbIcon.js";
6
6
  import { CheckActiveIcon as i } from "./CheckActiveIcon.js";
7
- import { CheckInactiveIcon as s } from "./CheckInactiveIcon.js";
7
+ import { CheckInactiveIcon as d } from "./CheckInactiveIcon.js";
8
8
  import { CloseIcon as g } from "./CloseIcon.js";
9
9
  import { DashboardIcon as k } from "./DashboardIcon.js";
10
10
  import { DeleteIcon as W } from "./DeleteIcon.js";
@@ -13,9 +13,9 @@ import { EditIcon as A } from "./EditIcon.js";
13
13
  import { GermanyFlagIcon as T } from "./GermanyFlagIcon.js";
14
14
  import { HeartIcon as b } from "./HeartIcon.js";
15
15
  import { HidePswIcon as N } from "./HidePswIcon.js";
16
- import { HomeIcon as v } from "./HomeIcon.js";
17
- import { ItalyFlagIcon as D } from "./ItalyFlagIcon.js";
18
- import { LayersIcon as H } from "./LayersIcon.js";
16
+ import { HomeIcon as H } from "./HomeIcon.js";
17
+ import { ItalyFlagIcon as M } from "./ItalyFlagIcon.js";
18
+ import { LayersIcon as D } from "./LayersIcon.js";
19
19
  import { LocationIcon as R } from "./LocationIcon.js";
20
20
  import { LogoutIcon as E } from "./LogoutIcon.js";
21
21
  import { MailIcon as q } from "./MailIcon.js";
@@ -39,10 +39,10 @@ import { TourIcon as yo } from "./TourIcon.js";
39
39
  import { UkFlagIcon as Co } from "./UkFlagIcon.js";
40
40
  import { ValuationIcon as wo } from "./ValuationIcon.js";
41
41
  import { VideoIcon as Fo } from "./VideoIcon.js";
42
- import { ViewPswIcon as Lo } from "./ViewPswIcon.js";
43
- import { WalletIcon as Bo } from "./WalletIcon.js";
44
- import { WarningIcon as Go } from "./WarningIcon.js";
45
- import { WarningIconRounded as Mo } from "./WarningIconRounded.js";
42
+ import { ViewPswIcon as vo } from "./ViewPswIcon.js";
43
+ import { WalletIcon as Lo } from "./WalletIcon.js";
44
+ import { WarningIcon as Bo } from "./WarningIcon.js";
45
+ import { WarningIconRounded as Go } from "./WarningIconRounded.js";
46
46
  import { WkAppIcon as Vo } from "./WkAppIcon.js";
47
47
  import { AnalyticsIcon as Uo } from "./AnalyticsIcon.js";
48
48
  import { WikicasaIcon as zo } from "./WikicasaIcon.js";
@@ -58,7 +58,7 @@ import { WikicasaRoundedIcon as pr } from "./WikicasaRoundedIcon.js";
58
58
  import { ArrowIndicatorIcon as Ir } from "./ArrowIndicatorIcon.js";
59
59
  import { PrincipalIcon as ar } from "./PrincipalIcon.js";
60
60
  import { PinShadowedIcon as lr } from "./PinShadowedIcon.js";
61
- import { HouseValuationIcon as dr } from "./HouseValuationIcon.js";
61
+ import { HouseValuationIcon as sr } from "./HouseValuationIcon.js";
62
62
  import { CheckRoundedIcon as ur } from "./CheckRoundedIcon.js";
63
63
  import { DownloadIcon as hr } from "./DownloadIcon.js";
64
64
  import { SquareMeterIcon as Sr } from "./SquareMeterIcon.js";
@@ -66,10 +66,10 @@ import { PriceIcon as yr } from "./PriceIcon.js";
66
66
  import { DemandIcon as Cr } from "./DemandIcon.js";
67
67
  import { TransactionIcon as wr } from "./TransactionIcon.js";
68
68
  import { InfoIcon as Fr } from "./InfoIcon.js";
69
- import { CheckIcon as Lr } from "./CheckIcon.js";
70
- import { ExternalLinkIcon as Br } from "./ExternalLinkIcon.js";
71
- import { BathroomIcon as Gr } from "./BathroomIcon.js";
72
- import { EnergyClassIcon as Mr } from "./EnergyClassIcon.js";
69
+ import { CheckIcon as vr } from "./CheckIcon.js";
70
+ import { ExternalLinkIcon as Lr } from "./ExternalLinkIcon.js";
71
+ import { BathroomIcon as Br } from "./BathroomIcon.js";
72
+ import { EnergyClassIcon as Gr } from "./EnergyClassIcon.js";
73
73
  import { AuctionHammerIcon as Vr } from "./AuctionHammerIcon.js";
74
74
  import { PhotoIcon as Ur } from "./PhotoIcon.js";
75
75
  import { TelegramRoundedIcon as zr } from "./TelegramRoundedIcon.js";
@@ -85,7 +85,7 @@ import { LockIcon as pe } from "./LockIcon.js";
85
85
  import { KeyIcon as Ie } from "./KeyIcon.js";
86
86
  import { MegaphoneIcon as ae } from "./MegaphoneIcon.js";
87
87
  import { ParkingSpotIcon as le } from "./ParkingSpotIcon.js";
88
- import { BoxIcon as de } from "./BoxIcon.js";
88
+ import { BoxIcon as se } from "./BoxIcon.js";
89
89
  import { ParkingIcon as ue } from "./ParkingIcon.js";
90
90
  import { PoolIcon as he } from "./PoolIcon.js";
91
91
  import { PrivateGardenIcon as Se } from "./PrivateGardenIcon.js";
@@ -93,10 +93,10 @@ import { CommunalGardenIcon as ye } from "./CommunalGardenIcon.js";
93
93
  import { TennisIcon as Ce } from "./TennisIcon.js";
94
94
  import { ReceptionIcon as we } from "./ReceptionIcon.js";
95
95
  import { ArchitecturalBarriersIcon as Fe } from "./ArchitecturalBarriersIcon.js";
96
- import { UploadIcon as Le } from "./UploadIcon.js";
97
- import { HobIcon as Be } from "./HobIcon.js";
98
- import { FridgeIcon as Ge } from "./FridgeIcon.js";
99
- import { WashingMachineIcon as Me } from "./WashingMachineIcon.js";
96
+ import { UploadIcon as ve } from "./UploadIcon.js";
97
+ import { HobIcon as Le } from "./HobIcon.js";
98
+ import { FridgeIcon as Be } from "./FridgeIcon.js";
99
+ import { WashingMachineIcon as Ge } from "./WashingMachineIcon.js";
100
100
  import { DishwasherIcon as Ve } from "./DishwasherIcon.js";
101
101
  import { PhotoAlbumIcon as Ue } from "./PhotoAlbumIcon.js";
102
102
  import { FurnishedIcon as ze } from "./FurnishedIcon.js";
@@ -112,7 +112,7 @@ import { FixturesIcon as pt } from "./FixturesIcon.js";
112
112
  import { TypeViewIcon as It } from "./TypeViewIcon.js";
113
113
  import { HotWaterIcon as at } from "./HotWaterIcon.js";
114
114
  import { CeilingIcon as lt } from "./CeilingIcon.js";
115
- import { EntranceIcon as dt } from "./EntranceIcon.js";
115
+ import { EntranceIcon as st } from "./EntranceIcon.js";
116
116
  import { OpticFiberIcon as ut } from "./OpticFiberIcon.js";
117
117
  import { ElectricGateIcon as ht } from "./ElectricGateIcon.js";
118
118
  import { WhirlpoolIcon as St } from "./WhirlpoolIcon.js";
@@ -120,10 +120,10 @@ import { FireplaceIcon as yt } from "./FireplaceIcon.js";
120
120
  import { SecurityDoorIcon as Ct } from "./SecurityDoorIcon.js";
121
121
  import { TypeTvIcon as wt } from "./TypeTvIcon.js";
122
122
  import { SatelliteSystemIcon as Ft } from "./SatelliteSystemIcon.js";
123
- import { TypeRollerShutterIcon as Lt } from "./TypeRollerShutterIcon.js";
124
- import { TypeFloorIcon as Bt } from "./TypeFloorIcon.js";
125
- import { FrontBuildingIcon as Gt } from "./FrontBuildingIcon.js";
126
- import { LaundryIcon as Mt } from "./LaundryIcon.js";
123
+ import { TypeRollerShutterIcon as vt } from "./TypeRollerShutterIcon.js";
124
+ import { TypeFloorIcon as Lt } from "./TypeFloorIcon.js";
125
+ import { FrontBuildingIcon as Bt } from "./FrontBuildingIcon.js";
126
+ import { LaundryIcon as Gt } from "./LaundryIcon.js";
127
127
  import { MezzanineIcon as Vt } from "./MezzanineIcon.js";
128
128
  import { AttachedIcon as Ut } from "./AttachedIcon.js";
129
129
  import { SupermarketIcon as zt } from "./SupermarketIcon.js";
@@ -137,39 +137,40 @@ import { ConditionTypeIcon as tn } from "./ConditionTypeIcon.js";
137
137
  import { GeolocationIcon as cn } from "./GeolocationIcon.js";
138
138
  import { GpsIcon as pn } from "./GpsIcon.js";
139
139
  import { TradingIcon as In } from "./TradingIcon.js";
140
- import { BankIcon as an } from "./BankIcon.js";
141
- import { CartIcon as sn } from "./CartIcon.js";
142
- import { ChargeIcon as gn } from "./ChargeIcon.js";
143
- import { HospitalIcon as kn } from "./HospitalIcon.js";
144
- import { PharmacyIcon as Wn } from "./PharmacyIcon.js";
145
- import { PostOfficeIcon as Pn } from "./PostOfficeIcon.js";
146
- import { SchoolIcon as An } from "./SchoolIcon.js";
147
- import { SubwayIcon as Tn } from "./SubwayIcon.js";
148
- import { TransportIcon as bn } from "./TransportIcon.js";
149
- import { MetroIcon as Nn } from "./MetroIcon.js";
150
- import { TrainIcon as vn } from "./TrainIcon.js";
140
+ import { MovingHandIcon as an } from "./MovingHandIcon.js";
141
+ import { BankIcon as dn } from "./BankIcon.js";
142
+ import { CartIcon as gn } from "./CartIcon.js";
143
+ import { ChargeIcon as kn } from "./ChargeIcon.js";
144
+ import { HospitalIcon as Wn } from "./HospitalIcon.js";
145
+ import { PharmacyIcon as Pn } from "./PharmacyIcon.js";
146
+ import { PostOfficeIcon as An } from "./PostOfficeIcon.js";
147
+ import { SchoolIcon as Tn } from "./SchoolIcon.js";
148
+ import { SubwayIcon as bn } from "./SubwayIcon.js";
149
+ import { TransportIcon as Nn } from "./TransportIcon.js";
150
+ import { MetroIcon as Hn } from "./MetroIcon.js";
151
+ import { TrainIcon as Mn } from "./TrainIcon.js";
151
152
  import { BusIcon as Dn } from "./BusIcon.js";
152
- import { WikicasaDatiLogoIcon as Hn } from "./WikicasaDatiLogo.js";
153
- import { WikicasaLogoIcon as Rn } from "./WikicasaLogo.js";
154
- import { WikiNerdImg as En } from "./WikiNerd.js";
155
- import { WikiNerdValutaMobileImg as qn } from "./WikiNerdValutaMobile.js";
156
- import { WikiNerdMercatoImg as Kn } from "./WikiNerdMercatoHome.js";
157
- import { WikiNerdValutaDesktopImg as Qn } from "./WikiNerdValutaDesktop.js";
158
- import { WikiNerdDownloadAppImg as Zn } from "./WikiNerdDownloadApp.js";
159
- import { WikicasaStudioLogoIcon as Jn } from "./WikicasaStudioLogo.js";
160
- import { GenericUserWikiAvatarImg as _n } from "./GenericUserWikiAvatar.js";
161
- import { ShieldImg as oc } from "./ShieldImg.js";
162
- import { SnapImg as ec } from "./SnapImg.js";
163
- import { StopWatchImg as nc } from "./StopWatchImg.js";
164
- import { CheckImg as mc } from "./CheckImg.js";
165
- import { IareeImg as fc } from "./IareeImg.js";
166
- import { WikiNerdAnalyzeImg as xc } from "./WikiNerdAnalyzeImg.js";
167
- import { WikiNerdValuationNotAvailableImg as ic } from "./WikiNerdValuationNotAvailableImg.js";
168
- import { InsightImg as sc } from "./InsightImg.js";
169
- import { GenericUserWikiAvatarSquaredImg as gc } from "./GenericUserWikiAvatarSquaredImg.js";
170
- import { WikiNoSavedSearchesImg as kc } from "./WikiNoSavedSearches.js";
171
- import { WikicasaProIcon as Wc } from "./WikicasaProIcon.js";
172
- import { WikiNerdAgency as Pc } from "./WikiNerdAgency.js";
153
+ import { WikicasaDatiLogoIcon as Rn } from "./WikicasaDatiLogo.js";
154
+ import { WikicasaLogoIcon as En } from "./WikicasaLogo.js";
155
+ import { WikiNerdImg as qn } from "./WikiNerd.js";
156
+ import { WikiNerdValutaMobileImg as Kn } from "./WikiNerdValutaMobile.js";
157
+ import { WikiNerdMercatoImg as Qn } from "./WikiNerdMercatoHome.js";
158
+ import { WikiNerdValutaDesktopImg as Zn } from "./WikiNerdValutaDesktop.js";
159
+ import { WikiNerdDownloadAppImg as Jn } from "./WikiNerdDownloadApp.js";
160
+ import { WikicasaStudioLogoIcon as _n } from "./WikicasaStudioLogo.js";
161
+ import { GenericUserWikiAvatarImg as oc } from "./GenericUserWikiAvatar.js";
162
+ import { ShieldImg as ec } from "./ShieldImg.js";
163
+ import { SnapImg as nc } from "./SnapImg.js";
164
+ import { StopWatchImg as mc } from "./StopWatchImg.js";
165
+ import { CheckImg as fc } from "./CheckImg.js";
166
+ import { IareeImg as xc } from "./IareeImg.js";
167
+ import { WikiNerdAnalyzeImg as ic } from "./WikiNerdAnalyzeImg.js";
168
+ import { WikiNerdValuationNotAvailableImg as dc } from "./WikiNerdValuationNotAvailableImg.js";
169
+ import { InsightImg as gc } from "./InsightImg.js";
170
+ import { GenericUserWikiAvatarSquaredImg as kc } from "./GenericUserWikiAvatarSquaredImg.js";
171
+ import { WikiNoSavedSearchesImg as Wc } from "./WikiNoSavedSearches.js";
172
+ import { WikicasaProIcon as Pc } from "./WikicasaProIcon.js";
173
+ import { WikiNerdAgency as Ac } from "./WikiNerdAgency.js";
173
174
  export {
174
175
  e as AboutUsIcon,
175
176
  je as AirConditionerIcon,
@@ -182,21 +183,21 @@ export {
182
183
  Xe as AtticIcon,
183
184
  Vr as AuctionHammerIcon,
184
185
  Yt as BalconyIcon,
185
- an as BankIcon,
186
+ dn as BankIcon,
186
187
  m as BarChartIcon,
187
- Gr as BathroomIcon,
188
+ Br as BathroomIcon,
188
189
  f as BellIcon,
189
- de as BoxIcon,
190
+ se as BoxIcon,
190
191
  x as BulbIcon,
191
192
  Dn as BusIcon,
192
- sn as CartIcon,
193
+ gn as CartIcon,
193
194
  lt as CeilingIcon,
194
195
  Oe as CellarIcon,
195
- gn as ChargeIcon,
196
+ kn as ChargeIcon,
196
197
  i as CheckActiveIcon,
197
- Lr as CheckIcon,
198
- mc as CheckImg,
199
- s as CheckInactiveIcon,
198
+ vr as CheckIcon,
199
+ fc as CheckImg,
200
+ d as CheckInactiveIcon,
200
201
  ur as CheckRoundedIcon,
201
202
  Xt as ClockIcon,
202
203
  g as CloseIcon,
@@ -213,19 +214,19 @@ export {
213
214
  P as DrawIcon,
214
215
  A as EditIcon,
215
216
  ht as ElectricGateIcon,
216
- Mr as EnergyClassIcon,
217
- dt as EntranceIcon,
218
- Br as ExternalLinkIcon,
217
+ Gr as EnergyClassIcon,
218
+ st as EntranceIcon,
219
+ Lr as ExternalLinkIcon,
219
220
  jo as FacebookIcon,
220
221
  Yr as FacebookRoundedIcon,
221
222
  yt as FireplaceIcon,
222
223
  pt as FixturesIcon,
223
- Ge as FridgeIcon,
224
- Gt as FrontBuildingIcon,
224
+ Be as FridgeIcon,
225
+ Bt as FrontBuildingIcon,
225
226
  ze as FurnishedIcon,
226
227
  Oo as GearIcon,
227
- _n as GenericUserWikiAvatarImg,
228
- gc as GenericUserWikiAvatarSquaredImg,
228
+ oc as GenericUserWikiAvatarImg,
229
+ kc as GenericUserWikiAvatarSquaredImg,
229
230
  cn as GeolocationIcon,
230
231
  T as GermanyFlagIcon,
231
232
  cr as GoogleIcon,
@@ -234,20 +235,20 @@ export {
234
235
  b as HeartIcon,
235
236
  Xr as HeartShadowedIcon,
236
237
  N as HidePswIcon,
237
- Be as HobIcon,
238
- v as HomeIcon,
239
- kn as HospitalIcon,
238
+ Le as HobIcon,
239
+ H as HomeIcon,
240
+ Wn as HospitalIcon,
240
241
  at as HotWaterIcon,
241
- dr as HouseValuationIcon,
242
- fc as IareeImg,
242
+ sr as HouseValuationIcon,
243
+ xc as IareeImg,
243
244
  Fr as InfoIcon,
244
- sc as InsightImg,
245
+ gc as InsightImg,
245
246
  $o as InstagramIcon,
246
- D as ItalyFlagIcon,
247
+ M as ItalyFlagIcon,
247
248
  Ie as KeyIcon,
248
249
  Ye as KitchenIcon,
249
- Mt as LaundryIcon,
250
- H as LayersIcon,
250
+ Gt as LaundryIcon,
251
+ D as LayersIcon,
251
252
  Ot as LiftIcon,
252
253
  Xo as LinkedinIcon,
253
254
  R as LocationIcon,
@@ -256,15 +257,16 @@ export {
256
257
  q as MailIcon,
257
258
  K as MapIcon,
258
259
  ae as MegaphoneIcon,
259
- Nn as MetroIcon,
260
+ Hn as MetroIcon,
260
261
  Vt as MezzanineIcon,
262
+ an as MovingHandIcon,
261
263
  Q as NewsIcon,
262
264
  Z as NotesIcon,
263
265
  ut as OpticFiberIcon,
264
266
  ue as ParkingIcon,
265
267
  le as ParkingSpotIcon,
266
268
  ce as PartnershipIcon,
267
- Wn as PharmacyIcon,
269
+ Pn as PharmacyIcon,
268
270
  J as PhoneIcon,
269
271
  Ue as PhotoAlbumIcon,
270
272
  Ur as PhotoIcon,
@@ -273,7 +275,7 @@ export {
273
275
  oo as PlanIcon,
274
276
  eo as PlusIcon,
275
277
  he as PoolIcon,
276
- Pn as PostOfficeIcon,
278
+ An as PostOfficeIcon,
277
279
  no as PrestigeIcon,
278
280
  yr as PriceIcon,
279
281
  ar as PrincipalIcon,
@@ -285,18 +287,18 @@ export {
285
287
  io as RequestIcon,
286
288
  rt as RoofIcon,
287
289
  Ft as SatelliteSystemIcon,
288
- An as SchoolIcon,
290
+ Tn as SchoolIcon,
289
291
  so as SearchIcon,
290
292
  Ct as SecurityDoorIcon,
291
293
  uo as ShareIcon,
292
- oc as ShieldImg,
293
- ec as SnapImg,
294
+ ec as ShieldImg,
295
+ nc as SnapImg,
294
296
  $r as SortIcon,
295
297
  Sr as SquareMeterIcon,
296
298
  te as StarIcon,
297
- nc as StopWatchImg,
299
+ mc as StopWatchImg,
298
300
  re as StreetViewIcon,
299
- Tn as SubwayIcon,
301
+ bn as SubwayIcon,
300
302
  ho as SuitcaseIcon,
301
303
  zt as SupermarketIcon,
302
304
  $e as TavernIcon,
@@ -306,39 +308,39 @@ export {
306
308
  So as TieIcon,
307
309
  yo as TourIcon,
308
310
  In as TradingIcon,
309
- vn as TrainIcon,
311
+ Mn as TrainIcon,
310
312
  wr as TransactionIcon,
311
- bn as TransportIcon,
312
- Bt as TypeFloorIcon,
313
- Lt as TypeRollerShutterIcon,
313
+ Nn as TransportIcon,
314
+ Lt as TypeFloorIcon,
315
+ vt as TypeRollerShutterIcon,
314
316
  wt as TypeTvIcon,
315
317
  It as TypeViewIcon,
316
318
  Co as UkFlagIcon,
317
- Le as UploadIcon,
319
+ ve as UploadIcon,
318
320
  wo as ValuationIcon,
319
321
  Fo as VideoIcon,
320
- Lo as ViewPswIcon,
321
- Bo as WalletIcon,
322
- Go as WarningIcon,
323
- Mo as WarningIconRounded,
324
- Me as WashingMachineIcon,
322
+ vo as ViewPswIcon,
323
+ Lo as WalletIcon,
324
+ Bo as WarningIcon,
325
+ Go as WarningIconRounded,
326
+ Ge as WashingMachineIcon,
325
327
  Or as WhatsappRoundedIcon,
326
328
  St as WhirlpoolIcon,
327
- Pc as WikiNerdAgency,
328
- xc as WikiNerdAnalyzeImg,
329
- Zn as WikiNerdDownloadAppImg,
330
- En as WikiNerdImg,
331
- Kn as WikiNerdMercatoImg,
332
- ic as WikiNerdValuationNotAvailableImg,
333
- Qn as WikiNerdValutaDesktopImg,
334
- qn as WikiNerdValutaMobileImg,
335
- kc as WikiNoSavedSearchesImg,
336
- Hn as WikicasaDatiLogoIcon,
329
+ Ac as WikiNerdAgency,
330
+ ic as WikiNerdAnalyzeImg,
331
+ Jn as WikiNerdDownloadAppImg,
332
+ qn as WikiNerdImg,
333
+ Qn as WikiNerdMercatoImg,
334
+ dc as WikiNerdValuationNotAvailableImg,
335
+ Zn as WikiNerdValutaDesktopImg,
336
+ Kn as WikiNerdValutaMobileImg,
337
+ Wc as WikiNoSavedSearchesImg,
338
+ Rn as WikicasaDatiLogoIcon,
337
339
  zo as WikicasaIcon,
338
- Rn as WikicasaLogoIcon,
339
- Wc as WikicasaProIcon,
340
+ En as WikicasaLogoIcon,
341
+ Pc as WikicasaProIcon,
340
342
  pr as WikicasaRoundedIcon,
341
- Jn as WikicasaStudioLogoIcon,
343
+ _n as WikicasaStudioLogoIcon,
342
344
  Vo as WkAppIcon,
343
345
  Yo as WkFavIcon,
344
346
  rr as YoutubeIcon,
@@ -137,6 +137,7 @@ export { ConditionTypeIcon } from './svgIcons/ConditionTypeIcon';
137
137
  export { GeolocationIcon } from './svgIcons/GeolocationIcon';
138
138
  export { GpsIcon } from './svgIcons/GpsIcon';
139
139
  export { TradingIcon } from './svgIcons/TradingIcon';
140
+ export { MovingHandIcon } from './svgIcons/MovingHandIcon';
140
141
  export { BankIcon } from './svgIcons/poi/BankIcon';
141
142
  export { CartIcon } from './svgIcons/poi/CartIcon';
142
143
  export { ChargeIcon } from './svgIcons/poi/ChargeIcon';
@@ -1,4 +1,3 @@
1
- import { FunctionalComponent } from 'vue';
2
- import { SvgProps } from '../../types/FunctionalSvgIconComponent';
1
+ import { FunctionalSvgIconComponent } from '../../types/FunctionalSvgIconComponent';
3
2
 
4
- export declare const MailIcon: FunctionalComponent<Partial<SvgProps>>;
3
+ export declare const MailIcon: FunctionalSvgIconComponent;
@@ -0,0 +1,4 @@
1
+ import { FunctionalComponent } from 'vue';
2
+ import { SvgProps } from '../../types/FunctionalSvgIconComponent';
3
+
4
+ export declare const MovingHandIcon: FunctionalComponent<Partial<SvgProps>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wikicasa-dev/svg-icons",
3
- "version": "1.2.3",
3
+ "version": "1.2.5",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/lib/index.d.ts",