@wikicasa-dev/svg-icons 1.2.16 → 1.2.18

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,33 @@
1
+ import { h as t } from "vue";
2
+ import { s as r } from "./svgIconFactory-BpnFimFz.js";
3
+ const n = (o) => r({
4
+ props: o,
5
+ svgNodeAttrs: { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 18.648 17.5" },
6
+ childrenNodes: t(
7
+ "g",
8
+ { id: "History", transform: "translate(0.553 0.25)" },
9
+ t("g", { id: "Raggruppa_8565" }, [
10
+ t("path", {
11
+ id: "Tracciato_13227",
12
+ d: "M2.4,7.562l-1.094.975L.5,7.51",
13
+ fill: "none",
14
+ stroke: o["stroke-color"] ?? "#3c474d",
15
+ "stroke-linecap": "round",
16
+ "stroke-linejoin": "round",
17
+ "stroke-width": o["stroke-width"] ?? "1.5"
18
+ }),
19
+ t("path", {
20
+ id: "Tracciato_13228",
21
+ d: "M1.345,8.5a8,8,0,1,1,4.17,7.025",
22
+ fill: "none",
23
+ stroke: o["stroke-color"] ?? "#3c474d",
24
+ "stroke-linecap": "round",
25
+ "stroke-linejoin": "round",
26
+ "stroke-width": o["stroke-width"] ?? "1.5"
27
+ })
28
+ ])
29
+ )
30
+ });
31
+ export {
32
+ n as HistoryIcon
33
+ };
@@ -0,0 +1,35 @@
1
+ import { h as r } from "vue";
2
+ import { s as o } from "./svgIconFactory-BpnFimFz.js";
3
+ const l = (t) => o({
4
+ props: t,
5
+ svgNodeAttrs: {
6
+ viewBox: "0 0 19.902 19.902"
7
+ },
8
+ childrenNodes: r("g", { id: "Raggruppa_48709", transform: "translate(-174.049 -519.665)" }, [
9
+ r("path", {
10
+ id: "Tracciato_62996",
11
+ d: "M19.251,10A9.251,9.251,0,1,1,10,.749,9.251,9.251,0,0,1,19.251,10",
12
+ transform: "translate(194 539.615) rotate(180)",
13
+ fill: t["fill-color"] ?? "#fff"
14
+ }),
15
+ r("circle", {
16
+ id: "Ellisse_412",
17
+ cx: "9.251",
18
+ cy: "9.251",
19
+ r: "9.251",
20
+ transform: "translate(193.251 538.867) rotate(180)",
21
+ fill: "none",
22
+ stroke: t["stroke-color"] ?? "#2b5dff",
23
+ "stroke-width": t["stroke-width"] ?? "1.4"
24
+ }),
25
+ r("path", {
26
+ id: "Tracciato_62998",
27
+ d: "M3.668-9.87a3.269,3.269,0,0,1,2.289.784,2.752,2.752,0,0,1,.861,2.142,2.557,2.557,0,0,1-.9,2.128,3.709,3.709,0,0,1-2.38.714L3.486-3H2.1l-.07-2.2h.462a4.731,4.731,0,0,0,2.079-.364,1.4,1.4,0,0,0,.721-1.386,1.556,1.556,0,0,0-.427-1.162,1.614,1.614,0,0,0-1.183-.42,1.673,1.673,0,0,0-1.19.406,1.477,1.477,0,0,0-.434,1.134H.56a2.953,2.953,0,0,1,.378-1.5A2.582,2.582,0,0,1,2.023-9.506,3.546,3.546,0,0,1,3.668-9.87ZM2.772.1A.989.989,0,0,1,2.044-.2.989.989,0,0,1,1.75-.924a.989.989,0,0,1,.294-.728.989.989,0,0,1,.728-.294.972.972,0,0,1,.714.294.989.989,0,0,1,.294.728A.989.989,0,0,1,3.486-.2.972.972,0,0,1,2.772.1Z",
28
+ transform: "translate(180.749 534.695)",
29
+ fill: t["stroke-color"] ?? "#2b5dff"
30
+ })
31
+ ])
32
+ });
33
+ export {
34
+ l as QuestionIconRounded
35
+ };
package/dist/index.js CHANGED
@@ -9,14 +9,14 @@ 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";
11
11
  import { DrawIcon as P } from "./DrawIcon.js";
12
- import { EditIcon as y } from "./EditIcon.js";
12
+ import { EditIcon as A } from "./EditIcon.js";
13
13
  import { GermanyFlagIcon as T } from "./GermanyFlagIcon.js";
14
14
  import { HeartIcon as F } from "./HeartIcon.js";
15
- import { HidePswIcon as L } from "./HidePswIcon.js";
16
- import { HomeIcon as v } from "./HomeIcon.js";
15
+ import { HidePswIcon as H } from "./HidePswIcon.js";
16
+ import { HomeIcon as N } from "./HomeIcon.js";
17
17
  import { ItalyFlagIcon as M } from "./ItalyFlagIcon.js";
18
- import { LayersIcon as D } from "./LayersIcon.js";
19
- import { LocationIcon as R } from "./LocationIcon.js";
18
+ import { LayersIcon as B } from "./LayersIcon.js";
19
+ import { LocationIcon as G } from "./LocationIcon.js";
20
20
  import { LogoutIcon as E } from "./LogoutIcon.js";
21
21
  import { MailIcon as q } from "./MailIcon.js";
22
22
  import { MapIcon as K } from "./MapIcon.js";
@@ -35,14 +35,14 @@ import { SearchIcon as so } from "./SearchIcon.js";
35
35
  import { ShareIcon as uo } from "./ShareIcon.js";
36
36
  import { SuitcaseIcon as ho } from "./SuitcaseIcon.js";
37
37
  import { TieIcon as So } from "./TieIcon.js";
38
- import { TourIcon as Ao } from "./TourIcon.js";
38
+ 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 bo } from "./VideoIcon.js";
42
- import { ViewPswIcon as No } from "./ViewPswIcon.js";
43
- import { WalletIcon as Ho } from "./WalletIcon.js";
44
- import { WarningIcon as Bo } from "./WarningIcon.js";
45
- import { WarningIconRounded as Go } from "./WarningIconRounded.js";
42
+ import { ViewPswIcon as Lo } from "./ViewPswIcon.js";
43
+ import { WalletIcon as vo } from "./WalletIcon.js";
44
+ import { WarningIcon as Ro } from "./WarningIcon.js";
45
+ import { WarningIconRounded as Do } 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";
@@ -62,14 +62,14 @@ import { HouseValuationIcon as dr } 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";
65
- import { PriceIcon as Ar } from "./PriceIcon.js";
65
+ 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 br } from "./InfoIcon.js";
69
- import { CheckIcon as Nr } from "./CheckIcon.js";
70
- import { ExternalLinkIcon as Hr } from "./ExternalLinkIcon.js";
71
- import { BathroomIcon as Br } from "./BathroomIcon.js";
72
- import { EnergyClassIcon as Gr } from "./EnergyClassIcon.js";
69
+ import { CheckIcon as Lr } from "./CheckIcon.js";
70
+ import { ExternalLinkIcon as vr } from "./ExternalLinkIcon.js";
71
+ import { BathroomIcon as Rr } from "./BathroomIcon.js";
72
+ import { EnergyClassIcon as Dr } 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";
@@ -89,14 +89,14 @@ import { BoxIcon as de } 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";
92
- import { CommunalGardenIcon as Ae } from "./CommunalGardenIcon.js";
92
+ 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 be } from "./ArchitecturalBarriersIcon.js";
96
- import { UploadIcon as Ne } from "./UploadIcon.js";
97
- import { HobIcon as He } from "./HobIcon.js";
98
- import { FridgeIcon as Be } from "./FridgeIcon.js";
99
- import { WashingMachineIcon as Ge } from "./WashingMachineIcon.js";
96
+ import { UploadIcon as Le } from "./UploadIcon.js";
97
+ import { HobIcon as ve } from "./HobIcon.js";
98
+ import { FridgeIcon as Re } from "./FridgeIcon.js";
99
+ import { WashingMachineIcon as De } 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";
@@ -116,14 +116,14 @@ import { EntranceIcon as dt } 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";
119
- import { FireplaceIcon as At } from "./FireplaceIcon.js";
119
+ 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 bt } from "./SatelliteSystemIcon.js";
123
- import { TypeRollerShutterIcon as Nt } from "./TypeRollerShutterIcon.js";
124
- import { TypeFloorIcon as Ht } from "./TypeFloorIcon.js";
125
- import { FrontBuildingIcon as Bt } from "./FrontBuildingIcon.js";
126
- import { LaundryIcon as Gt } from "./LaundryIcon.js";
123
+ import { TypeRollerShutterIcon as Lt } from "./TypeRollerShutterIcon.js";
124
+ import { TypeFloorIcon as vt } from "./TypeFloorIcon.js";
125
+ import { FrontBuildingIcon as Rt } from "./FrontBuildingIcon.js";
126
+ import { LaundryIcon as Dt } 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";
@@ -141,39 +141,41 @@ import { MovingHandIcon as an } from "./MovingHandIcon.js";
141
141
  import { FiltersIcon as sn } from "./FiltersIcon.js";
142
142
  import { ListingIcon as gn } from "./ListingIcon.js";
143
143
  import { AiIcon as kn } from "./AiIcon.js";
144
- import { BankIcon as Wn } from "./BankIcon.js";
145
- import { CartIcon as Pn } from "./CartIcon.js";
146
- import { ChargeIcon as yn } from "./ChargeIcon.js";
147
- import { HospitalIcon as Tn } from "./HospitalIcon.js";
148
- import { PharmacyIcon as Fn } from "./PharmacyIcon.js";
149
- import { PostOfficeIcon as Ln } from "./PostOfficeIcon.js";
150
- import { SchoolIcon as vn } from "./SchoolIcon.js";
151
- import { SubwayIcon as Mn } from "./SubwayIcon.js";
152
- import { TransportIcon as Dn } from "./TransportIcon.js";
153
- import { MetroIcon as Rn } from "./MetroIcon.js";
154
- import { TrainIcon as En } from "./TrainIcon.js";
155
- import { BusIcon as qn } from "./BusIcon.js";
156
- import { WikicasaDatiLogoIcon as Kn } from "./WikicasaDatiLogo.js";
157
- import { WikicasaLogoIcon as Qn } from "./WikicasaLogo.js";
158
- import { WikiNerdImg as Zn } from "./WikiNerd.js";
159
- import { WikiNerdValutaMobileImg as Jn } from "./WikiNerdValutaMobile.js";
160
- import { WikiNerdMercatoImg as _n } from "./WikiNerdMercatoHome.js";
161
- import { WikiNerdValutaDesktopImg as oc } from "./WikiNerdValutaDesktop.js";
162
- import { WikiNerdDownloadAppImg as ec } from "./WikiNerdDownloadApp.js";
163
- import { WikicasaStudioLogoIcon as nc } from "./WikicasaStudioLogo.js";
164
- import { GenericUserWikiAvatarImg as mc } from "./GenericUserWikiAvatar.js";
165
- import { ShieldImg as fc } from "./ShieldImg.js";
166
- import { SnapImg as xc } from "./SnapImg.js";
167
- import { StopWatchImg as ic } from "./StopWatchImg.js";
168
- import { CheckImg as sc } from "./CheckImg.js";
169
- import { IareeImg as gc } from "./IareeImg.js";
170
- import { WikiNerdAnalyzeImg as kc } from "./WikiNerdAnalyzeImg.js";
171
- import { WikiNerdValuationNotAvailableImg as Wc } from "./WikiNerdValuationNotAvailableImg.js";
172
- import { InsightImg as Pc } from "./InsightImg.js";
173
- import { GenericUserWikiAvatarSquaredImg as yc } from "./GenericUserWikiAvatarSquaredImg.js";
174
- import { WikiNoSavedSearchesImg as Tc } from "./WikiNoSavedSearches.js";
175
- import { WikicasaProIcon as Fc } from "./WikicasaProIcon.js";
176
- import { WikiNerdAgency as Lc } from "./WikiNerdAgency.js";
144
+ import { QuestionIconRounded as Wn } from "./QuestionIconRounded.js";
145
+ import { HistoryIcon as Pn } from "./HistoryIcon.js";
146
+ import { BankIcon as An } from "./BankIcon.js";
147
+ import { CartIcon as Tn } from "./CartIcon.js";
148
+ import { ChargeIcon as Fn } from "./ChargeIcon.js";
149
+ import { HospitalIcon as Hn } from "./HospitalIcon.js";
150
+ import { PharmacyIcon as Nn } from "./PharmacyIcon.js";
151
+ import { PostOfficeIcon as Mn } from "./PostOfficeIcon.js";
152
+ import { SchoolIcon as Bn } from "./SchoolIcon.js";
153
+ import { SubwayIcon as Gn } from "./SubwayIcon.js";
154
+ import { TransportIcon as En } from "./TransportIcon.js";
155
+ import { MetroIcon as qn } from "./MetroIcon.js";
156
+ import { TrainIcon as Kn } from "./TrainIcon.js";
157
+ import { BusIcon as Qn } from "./BusIcon.js";
158
+ import { WikicasaDatiLogoIcon as Zn } from "./WikicasaDatiLogo.js";
159
+ import { WikicasaLogoIcon as Jn } from "./WikicasaLogo.js";
160
+ import { WikiNerdImg as _n } from "./WikiNerd.js";
161
+ import { WikiNerdValutaMobileImg as oc } from "./WikiNerdValutaMobile.js";
162
+ import { WikiNerdMercatoImg as ec } from "./WikiNerdMercatoHome.js";
163
+ import { WikiNerdValutaDesktopImg as nc } from "./WikiNerdValutaDesktop.js";
164
+ import { WikiNerdDownloadAppImg as mc } from "./WikiNerdDownloadApp.js";
165
+ import { WikicasaStudioLogoIcon as fc } from "./WikicasaStudioLogo.js";
166
+ import { GenericUserWikiAvatarImg as xc } from "./GenericUserWikiAvatar.js";
167
+ import { ShieldImg as ic } from "./ShieldImg.js";
168
+ import { SnapImg as sc } from "./SnapImg.js";
169
+ import { StopWatchImg as gc } from "./StopWatchImg.js";
170
+ import { CheckImg as kc } from "./CheckImg.js";
171
+ import { IareeImg as Wc } from "./IareeImg.js";
172
+ import { WikiNerdAnalyzeImg as Pc } from "./WikiNerdAnalyzeImg.js";
173
+ import { WikiNerdValuationNotAvailableImg as Ac } from "./WikiNerdValuationNotAvailableImg.js";
174
+ import { InsightImg as Tc } from "./InsightImg.js";
175
+ import { GenericUserWikiAvatarSquaredImg as Fc } from "./GenericUserWikiAvatarSquaredImg.js";
176
+ import { WikiNoSavedSearchesImg as Hc } from "./WikiNoSavedSearches.js";
177
+ import { WikicasaProIcon as Nc } from "./WikicasaProIcon.js";
178
+ import { WikiNerdAgency as Mc } from "./WikiNerdAgency.js";
177
179
  export {
178
180
  e as AboutUsIcon,
179
181
  kn as AiIcon,
@@ -187,26 +189,26 @@ export {
187
189
  Xe as AtticIcon,
188
190
  Vr as AuctionHammerIcon,
189
191
  Yt as BalconyIcon,
190
- Wn as BankIcon,
192
+ An as BankIcon,
191
193
  m as BarChartIcon,
192
- Br as BathroomIcon,
194
+ Rr as BathroomIcon,
193
195
  f as BellIcon,
194
196
  de as BoxIcon,
195
197
  x as BulbIcon,
196
- qn as BusIcon,
197
- Pn as CartIcon,
198
+ Qn as BusIcon,
199
+ Tn as CartIcon,
198
200
  lt as CeilingIcon,
199
201
  Oe as CellarIcon,
200
- yn as ChargeIcon,
202
+ Fn as ChargeIcon,
201
203
  i as CheckActiveIcon,
202
- Nr as CheckIcon,
203
- sc as CheckImg,
204
+ Lr as CheckIcon,
205
+ kc as CheckImg,
204
206
  s as CheckInactiveIcon,
205
207
  ur as CheckRoundedIcon,
206
208
  Xt as ClockIcon,
207
209
  g as CloseIcon,
208
210
  ct as ClosetIcon,
209
- Ae as CommunalGardenIcon,
211
+ ye as CommunalGardenIcon,
210
212
  tn as ConditionTypeIcon,
211
213
  jr as CredipassIcon,
212
214
  $t as CrossIcon,
@@ -216,22 +218,22 @@ export {
216
218
  Ve as DishwasherIcon,
217
219
  hr as DownloadIcon,
218
220
  P as DrawIcon,
219
- y as EditIcon,
221
+ A as EditIcon,
220
222
  ht as ElectricGateIcon,
221
- Gr as EnergyClassIcon,
223
+ Dr as EnergyClassIcon,
222
224
  dt as EntranceIcon,
223
- Hr as ExternalLinkIcon,
225
+ vr as ExternalLinkIcon,
224
226
  jo as FacebookIcon,
225
227
  Yr as FacebookRoundedIcon,
226
228
  sn as FiltersIcon,
227
- At as FireplaceIcon,
229
+ yt as FireplaceIcon,
228
230
  pt as FixturesIcon,
229
- Be as FridgeIcon,
230
- Bt as FrontBuildingIcon,
231
+ Re as FridgeIcon,
232
+ Rt as FrontBuildingIcon,
231
233
  ze as FurnishedIcon,
232
234
  Oo as GearIcon,
233
- mc as GenericUserWikiAvatarImg,
234
- yc as GenericUserWikiAvatarSquaredImg,
235
+ xc as GenericUserWikiAvatarImg,
236
+ Fc as GenericUserWikiAvatarSquaredImg,
235
237
  cn as GeolocationIcon,
236
238
  T as GermanyFlagIcon,
237
239
  cr as GoogleIcon,
@@ -239,31 +241,32 @@ export {
239
241
  tr as HamburgerMenuIcon,
240
242
  F as HeartIcon,
241
243
  Xr as HeartShadowedIcon,
242
- L as HidePswIcon,
243
- He as HobIcon,
244
- v as HomeIcon,
245
- Tn as HospitalIcon,
244
+ H as HidePswIcon,
245
+ Pn as HistoryIcon,
246
+ ve as HobIcon,
247
+ N as HomeIcon,
248
+ Hn as HospitalIcon,
246
249
  at as HotWaterIcon,
247
250
  dr as HouseValuationIcon,
248
- gc as IareeImg,
251
+ Wc as IareeImg,
249
252
  br as InfoIcon,
250
- Pc as InsightImg,
253
+ Tc as InsightImg,
251
254
  $o as InstagramIcon,
252
255
  M as ItalyFlagIcon,
253
256
  Ie as KeyIcon,
254
257
  Ye as KitchenIcon,
255
- Gt as LaundryIcon,
256
- D as LayersIcon,
258
+ Dt as LaundryIcon,
259
+ B as LayersIcon,
257
260
  Ot as LiftIcon,
258
261
  Xo as LinkedinIcon,
259
262
  gn as ListingIcon,
260
- R as LocationIcon,
263
+ G as LocationIcon,
261
264
  pe as LockIcon,
262
265
  E as LogoutIcon,
263
266
  q as MailIcon,
264
267
  K as MapIcon,
265
268
  ae as MegaphoneIcon,
266
- Rn as MetroIcon,
269
+ qn as MetroIcon,
267
270
  Vt as MezzanineIcon,
268
271
  an as MovingHandIcon,
269
272
  Q as NewsIcon,
@@ -272,7 +275,7 @@ export {
272
275
  ue as ParkingIcon,
273
276
  le as ParkingSpotIcon,
274
277
  ce as PartnershipIcon,
275
- Fn as PharmacyIcon,
278
+ Nn as PharmacyIcon,
276
279
  J as PhoneIcon,
277
280
  Ue as PhotoAlbumIcon,
278
281
  Ur as PhotoIcon,
@@ -281,30 +284,31 @@ export {
281
284
  oo as PlanIcon,
282
285
  eo as PlusIcon,
283
286
  he as PoolIcon,
284
- Ln as PostOfficeIcon,
287
+ Mn as PostOfficeIcon,
285
288
  no as PrestigeIcon,
286
- Ar as PriceIcon,
289
+ yr as PriceIcon,
287
290
  ar as PrincipalIcon,
288
291
  mo as PrintIcon,
289
292
  Se as PrivateGardenIcon,
290
293
  fo as ProfileIcon,
294
+ Wn as QuestionIconRounded,
291
295
  xo as QuotesIcon,
292
296
  we as ReceptionIcon,
293
297
  io as RequestIcon,
294
298
  rt as RoofIcon,
295
299
  bt as SatelliteSystemIcon,
296
- vn as SchoolIcon,
300
+ Bn as SchoolIcon,
297
301
  so as SearchIcon,
298
302
  Ct as SecurityDoorIcon,
299
303
  uo as ShareIcon,
300
- fc as ShieldImg,
301
- xc as SnapImg,
304
+ ic as ShieldImg,
305
+ sc as SnapImg,
302
306
  $r as SortIcon,
303
307
  Sr as SquareMeterIcon,
304
308
  te as StarIcon,
305
- ic as StopWatchImg,
309
+ gc as StopWatchImg,
306
310
  re as StreetViewIcon,
307
- Mn as SubwayIcon,
311
+ Gn as SubwayIcon,
308
312
  ho as SuitcaseIcon,
309
313
  zt as SupermarketIcon,
310
314
  $e as TavernIcon,
@@ -312,41 +316,41 @@ export {
312
316
  Ce as TennisIcon,
313
317
  jt as TerraceIcon,
314
318
  So as TieIcon,
315
- Ao as TourIcon,
319
+ yo as TourIcon,
316
320
  In as TradingIcon,
317
- En as TrainIcon,
321
+ Kn as TrainIcon,
318
322
  wr as TransactionIcon,
319
- Dn as TransportIcon,
320
- Ht as TypeFloorIcon,
321
- Nt as TypeRollerShutterIcon,
323
+ En as TransportIcon,
324
+ vt as TypeFloorIcon,
325
+ Lt as TypeRollerShutterIcon,
322
326
  wt as TypeTvIcon,
323
327
  It as TypeViewIcon,
324
328
  Co as UkFlagIcon,
325
- Ne as UploadIcon,
329
+ Le as UploadIcon,
326
330
  wo as ValuationIcon,
327
331
  bo as VideoIcon,
328
- No as ViewPswIcon,
329
- Ho as WalletIcon,
330
- Bo as WarningIcon,
331
- Go as WarningIconRounded,
332
- Ge as WashingMachineIcon,
332
+ Lo as ViewPswIcon,
333
+ vo as WalletIcon,
334
+ Ro as WarningIcon,
335
+ Do as WarningIconRounded,
336
+ De as WashingMachineIcon,
333
337
  Or as WhatsappRoundedIcon,
334
338
  St as WhirlpoolIcon,
335
- Lc as WikiNerdAgency,
336
- kc as WikiNerdAnalyzeImg,
337
- ec as WikiNerdDownloadAppImg,
338
- Zn as WikiNerdImg,
339
- _n as WikiNerdMercatoImg,
340
- Wc as WikiNerdValuationNotAvailableImg,
341
- oc as WikiNerdValutaDesktopImg,
342
- Jn as WikiNerdValutaMobileImg,
343
- Tc as WikiNoSavedSearchesImg,
344
- Kn as WikicasaDatiLogoIcon,
339
+ Mc as WikiNerdAgency,
340
+ Pc as WikiNerdAnalyzeImg,
341
+ mc as WikiNerdDownloadAppImg,
342
+ _n as WikiNerdImg,
343
+ ec as WikiNerdMercatoImg,
344
+ Ac as WikiNerdValuationNotAvailableImg,
345
+ nc as WikiNerdValutaDesktopImg,
346
+ oc as WikiNerdValutaMobileImg,
347
+ Hc as WikiNoSavedSearchesImg,
348
+ Zn as WikicasaDatiLogoIcon,
345
349
  zo as WikicasaIcon,
346
- Qn as WikicasaLogoIcon,
347
- Fc as WikicasaProIcon,
350
+ Jn as WikicasaLogoIcon,
351
+ Nc as WikicasaProIcon,
348
352
  pr as WikicasaRoundedIcon,
349
- nc as WikicasaStudioLogoIcon,
353
+ fc as WikicasaStudioLogoIcon,
350
354
  Vo as WkAppIcon,
351
355
  Yo as WkFavIcon,
352
356
  rr as YoutubeIcon,
@@ -141,6 +141,8 @@ export { MovingHandIcon } from './svgIcons/MovingHandIcon';
141
141
  export { FiltersIcon } from './svgIcons/FiltersIcon';
142
142
  export { ListingIcon } from './svgIcons/ListingIcon';
143
143
  export { AiIcon } from './svgIcons/AiIcon';
144
+ export { QuestionIconRounded } from './svgIcons/QuestionIconRounded';
145
+ export { HistoryIcon } from './svgIcons/HistoryIcon';
144
146
  export { BankIcon } from './svgIcons/poi/BankIcon';
145
147
  export { CartIcon } from './svgIcons/poi/CartIcon';
146
148
  export { ChargeIcon } from './svgIcons/poi/ChargeIcon';
@@ -0,0 +1,3 @@
1
+ import { FunctionalSvgIconComponent } from '../../types/FunctionalSvgIconComponent';
2
+
3
+ export declare const HistoryIcon: FunctionalSvgIconComponent;
@@ -0,0 +1,3 @@
1
+ import { FunctionalSvgIconComponent } from '../../types/FunctionalSvgIconComponent';
2
+
3
+ export declare const QuestionIconRounded: FunctionalSvgIconComponent;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wikicasa-dev/svg-icons",
3
- "version": "1.2.16",
3
+ "version": "1.2.18",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/lib/index.d.ts",