@wikicasa-dev/svg-icons 1.3.1-alpha.1 → 1.3.1-alpha.11
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/lazy.d.ts +191 -186
- package/dist/lazy.js +13 -9
- package/package.json +17 -13
package/dist/lazy.d.ts
CHANGED
|
@@ -1,189 +1,194 @@
|
|
|
1
1
|
declare const icons: {
|
|
2
|
-
readonly AboutUsIcon: () => Promise<typeof import("
|
|
3
|
-
readonly ArrowIcon: () => Promise<typeof import("
|
|
4
|
-
readonly BarChartIcon: () => Promise<typeof import("
|
|
5
|
-
readonly BellIcon: () => Promise<typeof import("
|
|
6
|
-
readonly BulbIcon: () => Promise<typeof import("
|
|
7
|
-
readonly CheckActiveIcon: () => Promise<typeof import("
|
|
8
|
-
readonly CheckInactiveIcon: () => Promise<typeof import("
|
|
9
|
-
readonly CloseIcon: () => Promise<typeof import("
|
|
10
|
-
readonly DashboardIcon: () => Promise<typeof import("
|
|
11
|
-
readonly DeleteIcon: () => Promise<typeof import("
|
|
12
|
-
readonly DrawIcon: () => Promise<typeof import("
|
|
13
|
-
readonly EditIcon: () => Promise<typeof import("
|
|
14
|
-
readonly GermanyFlagIcon: () => Promise<typeof import("
|
|
15
|
-
readonly HeartIcon: () => Promise<typeof import("
|
|
16
|
-
readonly HidePswIcon: () => Promise<typeof import("
|
|
17
|
-
readonly HomeIcon: () => Promise<typeof import("
|
|
18
|
-
readonly ItalyFlagIcon: () => Promise<typeof import("
|
|
19
|
-
readonly LayersIcon: () => Promise<typeof import("
|
|
20
|
-
readonly LocationIcon: () => Promise<typeof import("
|
|
21
|
-
readonly LogoutIcon: () => Promise<typeof import("
|
|
22
|
-
readonly MailIcon: () => Promise<typeof import("
|
|
23
|
-
readonly MapIcon: () => Promise<typeof import("
|
|
24
|
-
readonly NewsIcon: () => Promise<typeof import("
|
|
25
|
-
readonly NotesIcon: () => Promise<typeof import("
|
|
26
|
-
readonly PhoneIcon: () => Promise<typeof import("
|
|
27
|
-
readonly PinIcon: () => Promise<typeof import("
|
|
28
|
-
readonly PlanIcon: () => Promise<typeof import("
|
|
29
|
-
readonly PlusIcon: () => Promise<typeof import("
|
|
30
|
-
readonly PrestigeIcon: () => Promise<typeof import("
|
|
31
|
-
readonly PrintIcon: () => Promise<typeof import("
|
|
32
|
-
readonly ProfileIcon: () => Promise<typeof import("
|
|
33
|
-
readonly QuotesIcon: () => Promise<typeof import("
|
|
34
|
-
readonly RequestIcon: () => Promise<typeof import("
|
|
35
|
-
readonly SearchIcon: () => Promise<typeof import("
|
|
36
|
-
readonly ShareIcon: () => Promise<typeof import("
|
|
37
|
-
readonly SuitcaseIcon: () => Promise<typeof import("
|
|
38
|
-
readonly TieIcon: () => Promise<typeof import("
|
|
39
|
-
readonly TourIcon: () => Promise<typeof import("
|
|
40
|
-
readonly UkFlagIcon: () => Promise<typeof import("
|
|
41
|
-
readonly ValuationIcon: () => Promise<typeof import("
|
|
42
|
-
readonly VideoIcon: () => Promise<typeof import("
|
|
43
|
-
readonly ViewPswIcon: () => Promise<typeof import("
|
|
44
|
-
readonly WalletIcon: () => Promise<typeof import("
|
|
45
|
-
readonly WarningIcon: () => Promise<typeof import("
|
|
46
|
-
readonly WarningIconRounded: () => Promise<typeof import("
|
|
47
|
-
readonly WkAppIcon: () => Promise<typeof import("
|
|
48
|
-
readonly AnalyticsIcon: () => Promise<typeof import("
|
|
49
|
-
readonly WikicasaIcon: () => Promise<typeof import("
|
|
50
|
-
readonly GearIcon: () => Promise<typeof import("
|
|
51
|
-
readonly WkFavIcon: () => Promise<typeof import("
|
|
52
|
-
readonly FacebookIcon: () => Promise<typeof import("
|
|
53
|
-
readonly LinkedinIcon: () => Promise<typeof import("
|
|
54
|
-
readonly InstagramIcon: () => Promise<typeof import("
|
|
55
|
-
readonly YoutubeIcon: () => Promise<typeof import("
|
|
56
|
-
readonly HamburgerMenuIcon: () => Promise<typeof import("
|
|
57
|
-
readonly GoogleIcon: () => Promise<typeof import("
|
|
58
|
-
readonly WikicasaRoundedIcon: () => Promise<typeof import("
|
|
59
|
-
readonly ArrowIndicatorIcon: () => Promise<typeof import("
|
|
60
|
-
readonly PrincipalIcon: () => Promise<typeof import("
|
|
61
|
-
readonly PinShadowedIcon: () => Promise<typeof import("
|
|
62
|
-
readonly HouseValuationIcon: () => Promise<typeof import("
|
|
63
|
-
readonly CheckRoundedIcon: () => Promise<typeof import("
|
|
64
|
-
readonly DownloadIcon: () => Promise<typeof import("
|
|
65
|
-
readonly SquareMeterIcon: () => Promise<typeof import("
|
|
66
|
-
readonly PriceIcon: () => Promise<typeof import("
|
|
67
|
-
readonly DemandIcon: () => Promise<typeof import("
|
|
68
|
-
readonly TransactionIcon: () => Promise<typeof import("
|
|
69
|
-
readonly InfoIcon: () => Promise<typeof import("
|
|
70
|
-
readonly CheckIcon: () => Promise<typeof import("
|
|
71
|
-
readonly ExternalLinkIcon: () => Promise<typeof import("
|
|
72
|
-
readonly BathroomIcon: () => Promise<typeof import("
|
|
73
|
-
readonly EnergyClassIcon: () => Promise<typeof import("
|
|
74
|
-
readonly AuctionHammerIcon: () => Promise<typeof import("
|
|
75
|
-
readonly PhotoIcon: () => Promise<typeof import("
|
|
76
|
-
readonly TelegramRoundedIcon: () => Promise<typeof import("
|
|
77
|
-
readonly WhatsappRoundedIcon: () => Promise<typeof import("
|
|
78
|
-
readonly FacebookRoundedIcon: () => Promise<typeof import("
|
|
79
|
-
readonly CredipassIcon: () => Promise<typeof import("
|
|
80
|
-
readonly HeartShadowedIcon: () => Promise<typeof import("
|
|
81
|
-
readonly SortIcon: () => Promise<typeof import("
|
|
82
|
-
readonly StreetViewIcon: () => Promise<typeof import("
|
|
83
|
-
readonly StarIcon: () => Promise<typeof import("
|
|
84
|
-
readonly PartnershipIcon: () => Promise<typeof import("
|
|
85
|
-
readonly LockIcon: () => Promise<typeof import("
|
|
86
|
-
readonly KeyIcon: () => Promise<typeof import("
|
|
87
|
-
readonly MegaphoneIcon: () => Promise<typeof import("
|
|
88
|
-
readonly ParkingSpotIcon: () => Promise<typeof import("
|
|
89
|
-
readonly BoxIcon: () => Promise<typeof import("
|
|
90
|
-
readonly ParkingIcon: () => Promise<typeof import("
|
|
91
|
-
readonly PoolIcon: () => Promise<typeof import("
|
|
92
|
-
readonly PrivateGardenIcon: () => Promise<typeof import("
|
|
93
|
-
readonly CommunalGardenIcon: () => Promise<typeof import("
|
|
94
|
-
readonly TennisIcon: () => Promise<typeof import("
|
|
95
|
-
readonly ReceptionIcon: () => Promise<typeof import("
|
|
96
|
-
readonly ArchitecturalBarriersIcon: () => Promise<typeof import("
|
|
97
|
-
readonly UploadIcon: () => Promise<typeof import("
|
|
98
|
-
readonly HobIcon: () => Promise<typeof import("
|
|
99
|
-
readonly FridgeIcon: () => Promise<typeof import("
|
|
100
|
-
readonly WashingMachineIcon: () => Promise<typeof import("
|
|
101
|
-
readonly DishwasherIcon: () => Promise<typeof import("
|
|
102
|
-
readonly PhotoAlbumIcon: () => Promise<typeof import("
|
|
103
|
-
readonly FurnishedIcon: () => Promise<typeof import("
|
|
104
|
-
readonly CellarIcon: () => Promise<typeof import("
|
|
105
|
-
readonly KitchenIcon: () => Promise<typeof import("
|
|
106
|
-
readonly AirConditionerIcon: () => Promise<typeof import("
|
|
107
|
-
readonly AtticIcon: () => Promise<typeof import("
|
|
108
|
-
readonly TavernIcon: () => Promise<typeof import("
|
|
109
|
-
readonly RoofIcon: () => Promise<typeof import("
|
|
110
|
-
readonly AlarmIcon: () => Promise<typeof import("
|
|
111
|
-
readonly ClosetIcon: () => Promise<typeof import("
|
|
112
|
-
readonly FixturesIcon: () => Promise<typeof import("
|
|
113
|
-
readonly TypeViewIcon: () => Promise<typeof import("
|
|
114
|
-
readonly HotWaterIcon: () => Promise<typeof import("
|
|
115
|
-
readonly CeilingIcon: () => Promise<typeof import("
|
|
116
|
-
readonly EntranceIcon: () => Promise<typeof import("
|
|
117
|
-
readonly OpticFiberIcon: () => Promise<typeof import("
|
|
118
|
-
readonly ElectricGateIcon: () => Promise<typeof import("
|
|
119
|
-
readonly WhirlpoolIcon: () => Promise<typeof import("
|
|
120
|
-
readonly FireplaceIcon: () => Promise<typeof import("
|
|
121
|
-
readonly SecurityDoorIcon: () => Promise<typeof import("
|
|
122
|
-
readonly TypeTvIcon: () => Promise<typeof import("
|
|
123
|
-
readonly SatelliteSystemIcon: () => Promise<typeof import("
|
|
124
|
-
readonly TypeRollerShutterIcon: () => Promise<typeof import("
|
|
125
|
-
readonly TypeFloorIcon: () => Promise<typeof import("
|
|
126
|
-
readonly FrontBuildingIcon: () => Promise<typeof import("
|
|
127
|
-
readonly LaundryIcon: () => Promise<typeof import("
|
|
128
|
-
readonly MezzanineIcon: () => Promise<typeof import("
|
|
129
|
-
readonly AttachedIcon: () => Promise<typeof import("
|
|
130
|
-
readonly SupermarketIcon: () => Promise<typeof import("
|
|
131
|
-
readonly LiftIcon: () => Promise<typeof import("
|
|
132
|
-
readonly BalconyIcon: () => Promise<typeof import("
|
|
133
|
-
readonly TerraceIcon: () => Promise<typeof import("
|
|
134
|
-
readonly ClockIcon: () => Promise<typeof import("
|
|
135
|
-
readonly CrossIcon: () => Promise<typeof import("
|
|
136
|
-
readonly ZoomIcon: () => Promise<typeof import("
|
|
137
|
-
readonly ConditionTypeIcon: () => Promise<typeof import("
|
|
138
|
-
readonly GeolocationIcon: () => Promise<typeof import("
|
|
139
|
-
readonly GpsIcon: () => Promise<typeof import("
|
|
140
|
-
readonly TradingIcon: () => Promise<typeof import("
|
|
141
|
-
readonly MovingHandIcon: () => Promise<typeof import("
|
|
142
|
-
readonly FiltersIcon: () => Promise<typeof import("
|
|
143
|
-
readonly ListingIcon: () => Promise<typeof import("
|
|
144
|
-
readonly AiIcon: () => Promise<typeof import("
|
|
145
|
-
readonly QuestionIconRounded: () => Promise<typeof import("
|
|
146
|
-
readonly HistoryIcon: () => Promise<typeof import("
|
|
147
|
-
readonly DeleteShadowedIcon: () => Promise<typeof import("
|
|
148
|
-
readonly AreaIcon: () => Promise<typeof import("
|
|
149
|
-
readonly CityIcon: () => Promise<typeof import("
|
|
150
|
-
readonly PoiIcon: () => Promise<typeof import("
|
|
151
|
-
readonly RegionIcon: () => Promise<typeof import("
|
|
152
|
-
readonly SubplaceIcon: () => Promise<typeof import("
|
|
153
|
-
readonly BankIcon: () => Promise<typeof import("
|
|
154
|
-
readonly CartIcon: () => Promise<typeof import("
|
|
155
|
-
readonly ChargeIcon: () => Promise<typeof import("
|
|
156
|
-
readonly HospitalIcon: () => Promise<typeof import("
|
|
157
|
-
readonly PharmacyIcon: () => Promise<typeof import("
|
|
158
|
-
readonly PostOfficeIcon: () => Promise<typeof import("
|
|
159
|
-
readonly SchoolIcon: () => Promise<typeof import("
|
|
160
|
-
readonly SubwayIcon: () => Promise<typeof import("
|
|
161
|
-
readonly TransportIcon: () => Promise<typeof import("
|
|
162
|
-
readonly MetroIcon: () => Promise<typeof import("
|
|
163
|
-
readonly TrainIcon: () => Promise<typeof import("
|
|
164
|
-
readonly BusIcon: () => Promise<typeof import("
|
|
165
|
-
readonly WikicasaDatiLogoIcon: () => Promise<typeof import("
|
|
166
|
-
readonly WikicasaLogoIcon: () => Promise<typeof import("
|
|
167
|
-
readonly WikiNerdImg: () => Promise<typeof import("
|
|
168
|
-
readonly WikiNerdValutaMobileImg: () => Promise<typeof import("
|
|
169
|
-
readonly WikiNerdMercatoImg: () => Promise<typeof import("
|
|
170
|
-
readonly WikiNerdValutaDesktopImg: () => Promise<typeof import("
|
|
171
|
-
readonly WikiNerdDownloadAppImg: () => Promise<typeof import("
|
|
172
|
-
readonly WikicasaStudioLogoIcon: () => Promise<typeof import("
|
|
173
|
-
readonly GenericUserWikiAvatarImg: () => Promise<typeof import("
|
|
174
|
-
readonly ShieldImg: () => Promise<typeof import("
|
|
175
|
-
readonly SnapImg: () => Promise<typeof import("
|
|
176
|
-
readonly StopWatchImg: () => Promise<typeof import("
|
|
177
|
-
readonly CheckImg: () => Promise<typeof import("
|
|
178
|
-
readonly IareeImg: () => Promise<typeof import("
|
|
179
|
-
readonly WikiNerdAnalyzeImg: () => Promise<typeof import("
|
|
180
|
-
readonly WikiNerdValuationNotAvailableImg: () => Promise<typeof import("
|
|
181
|
-
readonly InsightImg: () => Promise<typeof import("
|
|
182
|
-
readonly GenericUserWikiAvatarSquaredImg: () => Promise<typeof import("
|
|
183
|
-
readonly WikiNoSavedSearchesImg: () => Promise<typeof import("
|
|
184
|
-
readonly WikicasaProIcon: () => Promise<typeof import("
|
|
185
|
-
readonly WikiNerdAgency: () => Promise<typeof import("
|
|
2
|
+
readonly AboutUsIcon: () => Promise<typeof import("./svgIcons/AboutUsIcon")>;
|
|
3
|
+
readonly ArrowIcon: () => Promise<typeof import("./svgIcons/ArrowIcon")>;
|
|
4
|
+
readonly BarChartIcon: () => Promise<typeof import("./svgIcons/BarChartIcon")>;
|
|
5
|
+
readonly BellIcon: () => Promise<typeof import("./svgIcons/BellIcon")>;
|
|
6
|
+
readonly BulbIcon: () => Promise<typeof import("./svgIcons/BulbIcon")>;
|
|
7
|
+
readonly CheckActiveIcon: () => Promise<typeof import("./svgIcons/CheckActiveIcon")>;
|
|
8
|
+
readonly CheckInactiveIcon: () => Promise<typeof import("./svgIcons/CheckInactiveIcon")>;
|
|
9
|
+
readonly CloseIcon: () => Promise<typeof import("./svgIcons/CloseIcon")>;
|
|
10
|
+
readonly DashboardIcon: () => Promise<typeof import("./svgIcons/DashboardIcon")>;
|
|
11
|
+
readonly DeleteIcon: () => Promise<typeof import("./svgIcons/DeleteIcon")>;
|
|
12
|
+
readonly DrawIcon: () => Promise<typeof import("./svgIcons/DrawIcon")>;
|
|
13
|
+
readonly EditIcon: () => Promise<typeof import("./svgIcons/EditIcon")>;
|
|
14
|
+
readonly GermanyFlagIcon: () => Promise<typeof import("./svgIcons/GermanyFlagIcon")>;
|
|
15
|
+
readonly HeartIcon: () => Promise<typeof import("./svgIcons/HeartIcon")>;
|
|
16
|
+
readonly HidePswIcon: () => Promise<typeof import("./svgIcons/HidePswIcon")>;
|
|
17
|
+
readonly HomeIcon: () => Promise<typeof import("./svgIcons/HomeIcon")>;
|
|
18
|
+
readonly ItalyFlagIcon: () => Promise<typeof import("./svgIcons/ItalyFlagIcon")>;
|
|
19
|
+
readonly LayersIcon: () => Promise<typeof import("./svgIcons/LayersIcon")>;
|
|
20
|
+
readonly LocationIcon: () => Promise<typeof import("./svgIcons/LocationIcon")>;
|
|
21
|
+
readonly LogoutIcon: () => Promise<typeof import("./svgIcons/LogoutIcon")>;
|
|
22
|
+
readonly MailIcon: () => Promise<typeof import("./svgIcons/MailIcon")>;
|
|
23
|
+
readonly MapIcon: () => Promise<typeof import("./svgIcons/MapIcon")>;
|
|
24
|
+
readonly NewsIcon: () => Promise<typeof import("./svgIcons/NewsIcon")>;
|
|
25
|
+
readonly NotesIcon: () => Promise<typeof import("./svgIcons/NotesIcon")>;
|
|
26
|
+
readonly PhoneIcon: () => Promise<typeof import("./svgIcons/PhoneIcon")>;
|
|
27
|
+
readonly PinIcon: () => Promise<typeof import("./svgIcons/PinIcon")>;
|
|
28
|
+
readonly PlanIcon: () => Promise<typeof import("./svgIcons/PlanIcon")>;
|
|
29
|
+
readonly PlusIcon: () => Promise<typeof import("./svgIcons/PlusIcon")>;
|
|
30
|
+
readonly PrestigeIcon: () => Promise<typeof import("./svgIcons/PrestigeIcon")>;
|
|
31
|
+
readonly PrintIcon: () => Promise<typeof import("./svgIcons/PrintIcon")>;
|
|
32
|
+
readonly ProfileIcon: () => Promise<typeof import("./svgIcons/ProfileIcon")>;
|
|
33
|
+
readonly QuotesIcon: () => Promise<typeof import("./svgIcons/QuotesIcon")>;
|
|
34
|
+
readonly RequestIcon: () => Promise<typeof import("./svgIcons/RequestIcon")>;
|
|
35
|
+
readonly SearchIcon: () => Promise<typeof import("./svgIcons/SearchIcon")>;
|
|
36
|
+
readonly ShareIcon: () => Promise<typeof import("./svgIcons/ShareIcon")>;
|
|
37
|
+
readonly SuitcaseIcon: () => Promise<typeof import("./svgIcons/SuitcaseIcon")>;
|
|
38
|
+
readonly TieIcon: () => Promise<typeof import("./svgIcons/TieIcon")>;
|
|
39
|
+
readonly TourIcon: () => Promise<typeof import("./svgIcons/TourIcon")>;
|
|
40
|
+
readonly UkFlagIcon: () => Promise<typeof import("./svgIcons/UkFlagIcon")>;
|
|
41
|
+
readonly ValuationIcon: () => Promise<typeof import("./svgIcons/ValuationIcon")>;
|
|
42
|
+
readonly VideoIcon: () => Promise<typeof import("./svgIcons/VideoIcon")>;
|
|
43
|
+
readonly ViewPswIcon: () => Promise<typeof import("./svgIcons/ViewPswIcon")>;
|
|
44
|
+
readonly WalletIcon: () => Promise<typeof import("./svgIcons/WalletIcon")>;
|
|
45
|
+
readonly WarningIcon: () => Promise<typeof import("./svgIcons/WarningIcon")>;
|
|
46
|
+
readonly WarningIconRounded: () => Promise<typeof import("./svgIcons/WarningIconRounded")>;
|
|
47
|
+
readonly WkAppIcon: () => Promise<typeof import("./svgIcons/WkAppIcon")>;
|
|
48
|
+
readonly AnalyticsIcon: () => Promise<typeof import("./svgIcons/AnalyticsIcon")>;
|
|
49
|
+
readonly WikicasaIcon: () => Promise<typeof import("./svgIcons/WikicasaIcon")>;
|
|
50
|
+
readonly GearIcon: () => Promise<typeof import("./svgIcons/GearIcon")>;
|
|
51
|
+
readonly WkFavIcon: () => Promise<typeof import("./svgIcons/WkFavIcon")>;
|
|
52
|
+
readonly FacebookIcon: () => Promise<typeof import("./svgIcons/FacebookIcon")>;
|
|
53
|
+
readonly LinkedinIcon: () => Promise<typeof import("./svgIcons/LinkedinIcon")>;
|
|
54
|
+
readonly InstagramIcon: () => Promise<typeof import("./svgIcons/InstagramIcon")>;
|
|
55
|
+
readonly YoutubeIcon: () => Promise<typeof import("./svgIcons/YoutubeIcon")>;
|
|
56
|
+
readonly HamburgerMenuIcon: () => Promise<typeof import("./svgIcons/HamburgerMenuIcon")>;
|
|
57
|
+
readonly GoogleIcon: () => Promise<typeof import("./svgIcons/GoogleIcon")>;
|
|
58
|
+
readonly WikicasaRoundedIcon: () => Promise<typeof import("./svgIcons/WikicasaRoundedIcon")>;
|
|
59
|
+
readonly ArrowIndicatorIcon: () => Promise<typeof import("./svgIcons/ArrowIndicatorIcon")>;
|
|
60
|
+
readonly PrincipalIcon: () => Promise<typeof import("./svgIcons/PrincipalIcon")>;
|
|
61
|
+
readonly PinShadowedIcon: () => Promise<typeof import("./svgIcons/PinShadowedIcon")>;
|
|
62
|
+
readonly HouseValuationIcon: () => Promise<typeof import("./svgIcons/HouseValuationIcon")>;
|
|
63
|
+
readonly CheckRoundedIcon: () => Promise<typeof import("./svgIcons/CheckRoundedIcon")>;
|
|
64
|
+
readonly DownloadIcon: () => Promise<typeof import("./svgIcons/DownloadIcon")>;
|
|
65
|
+
readonly SquareMeterIcon: () => Promise<typeof import("./svgIcons/SquareMeterIcon")>;
|
|
66
|
+
readonly PriceIcon: () => Promise<typeof import("./svgIcons/PriceIcon")>;
|
|
67
|
+
readonly DemandIcon: () => Promise<typeof import("./svgIcons/DemandIcon")>;
|
|
68
|
+
readonly TransactionIcon: () => Promise<typeof import("./svgIcons/TransactionIcon")>;
|
|
69
|
+
readonly InfoIcon: () => Promise<typeof import("./svgIcons/InfoIcon")>;
|
|
70
|
+
readonly CheckIcon: () => Promise<typeof import("./svgIcons/CheckIcon")>;
|
|
71
|
+
readonly ExternalLinkIcon: () => Promise<typeof import("./svgIcons/ExternalLinkIcon")>;
|
|
72
|
+
readonly BathroomIcon: () => Promise<typeof import("./svgIcons/BathroomIcon")>;
|
|
73
|
+
readonly EnergyClassIcon: () => Promise<typeof import("./svgIcons/EnergyClassIcon")>;
|
|
74
|
+
readonly AuctionHammerIcon: () => Promise<typeof import("./svgIcons/AuctionHammerIcon")>;
|
|
75
|
+
readonly PhotoIcon: () => Promise<typeof import("./svgIcons/PhotoIcon")>;
|
|
76
|
+
readonly TelegramRoundedIcon: () => Promise<typeof import("./svgIcons/TelegramRoundedIcon")>;
|
|
77
|
+
readonly WhatsappRoundedIcon: () => Promise<typeof import("./svgIcons/WhatsappRoundedIcon")>;
|
|
78
|
+
readonly FacebookRoundedIcon: () => Promise<typeof import("./svgIcons/FacebookRoundedIcon")>;
|
|
79
|
+
readonly CredipassIcon: () => Promise<typeof import("./svgIcons/CredipassIcon")>;
|
|
80
|
+
readonly HeartShadowedIcon: () => Promise<typeof import("./svgIcons/HeartShadowedIcon")>;
|
|
81
|
+
readonly SortIcon: () => Promise<typeof import("./svgIcons/SortIcon")>;
|
|
82
|
+
readonly StreetViewIcon: () => Promise<typeof import("./svgIcons/StreetViewIcon")>;
|
|
83
|
+
readonly StarIcon: () => Promise<typeof import("./svgIcons/StarIcon")>;
|
|
84
|
+
readonly PartnershipIcon: () => Promise<typeof import("./svgIcons/PartnershipIcon")>;
|
|
85
|
+
readonly LockIcon: () => Promise<typeof import("./svgIcons/LockIcon")>;
|
|
86
|
+
readonly KeyIcon: () => Promise<typeof import("./svgIcons/KeyIcon")>;
|
|
87
|
+
readonly MegaphoneIcon: () => Promise<typeof import("./svgIcons/MegaphoneIcon")>;
|
|
88
|
+
readonly ParkingSpotIcon: () => Promise<typeof import("./svgIcons/ParkingSpotIcon")>;
|
|
89
|
+
readonly BoxIcon: () => Promise<typeof import("./svgIcons/BoxIcon")>;
|
|
90
|
+
readonly ParkingIcon: () => Promise<typeof import("./svgIcons/ParkingIcon")>;
|
|
91
|
+
readonly PoolIcon: () => Promise<typeof import("./svgIcons/PoolIcon")>;
|
|
92
|
+
readonly PrivateGardenIcon: () => Promise<typeof import("./svgIcons/PrivateGardenIcon")>;
|
|
93
|
+
readonly CommunalGardenIcon: () => Promise<typeof import("./svgIcons/CommunalGardenIcon")>;
|
|
94
|
+
readonly TennisIcon: () => Promise<typeof import("./svgIcons/TennisIcon")>;
|
|
95
|
+
readonly ReceptionIcon: () => Promise<typeof import("./svgIcons/ReceptionIcon")>;
|
|
96
|
+
readonly ArchitecturalBarriersIcon: () => Promise<typeof import("./svgIcons/ArchitecturalBarriersIcon")>;
|
|
97
|
+
readonly UploadIcon: () => Promise<typeof import("./svgIcons/UploadIcon")>;
|
|
98
|
+
readonly HobIcon: () => Promise<typeof import("./svgIcons/HobIcon")>;
|
|
99
|
+
readonly FridgeIcon: () => Promise<typeof import("./svgIcons/FridgeIcon")>;
|
|
100
|
+
readonly WashingMachineIcon: () => Promise<typeof import("./svgIcons/WashingMachineIcon")>;
|
|
101
|
+
readonly DishwasherIcon: () => Promise<typeof import("./svgIcons/DishwasherIcon")>;
|
|
102
|
+
readonly PhotoAlbumIcon: () => Promise<typeof import("./svgIcons/PhotoAlbumIcon")>;
|
|
103
|
+
readonly FurnishedIcon: () => Promise<typeof import("./svgIcons/FurnishedIcon")>;
|
|
104
|
+
readonly CellarIcon: () => Promise<typeof import("./svgIcons/CellarIcon")>;
|
|
105
|
+
readonly KitchenIcon: () => Promise<typeof import("./svgIcons/KitchenIcon")>;
|
|
106
|
+
readonly AirConditionerIcon: () => Promise<typeof import("./svgIcons/AirConditionerIcon")>;
|
|
107
|
+
readonly AtticIcon: () => Promise<typeof import("./svgIcons/AtticIcon")>;
|
|
108
|
+
readonly TavernIcon: () => Promise<typeof import("./svgIcons/TavernIcon")>;
|
|
109
|
+
readonly RoofIcon: () => Promise<typeof import("./svgIcons/RoofIcon")>;
|
|
110
|
+
readonly AlarmIcon: () => Promise<typeof import("./svgIcons/AlarmIcon")>;
|
|
111
|
+
readonly ClosetIcon: () => Promise<typeof import("./svgIcons/ClosetIcon")>;
|
|
112
|
+
readonly FixturesIcon: () => Promise<typeof import("./svgIcons/FixturesIcon")>;
|
|
113
|
+
readonly TypeViewIcon: () => Promise<typeof import("./svgIcons/TypeViewIcon")>;
|
|
114
|
+
readonly HotWaterIcon: () => Promise<typeof import("./svgIcons/HotWaterIcon")>;
|
|
115
|
+
readonly CeilingIcon: () => Promise<typeof import("./svgIcons/CeilingIcon")>;
|
|
116
|
+
readonly EntranceIcon: () => Promise<typeof import("./svgIcons/EntranceIcon")>;
|
|
117
|
+
readonly OpticFiberIcon: () => Promise<typeof import("./svgIcons/OpticFiberIcon")>;
|
|
118
|
+
readonly ElectricGateIcon: () => Promise<typeof import("./svgIcons/ElectricGateIcon")>;
|
|
119
|
+
readonly WhirlpoolIcon: () => Promise<typeof import("./svgIcons/WhirlpoolIcon")>;
|
|
120
|
+
readonly FireplaceIcon: () => Promise<typeof import("./svgIcons/FireplaceIcon")>;
|
|
121
|
+
readonly SecurityDoorIcon: () => Promise<typeof import("./svgIcons/SecurityDoorIcon")>;
|
|
122
|
+
readonly TypeTvIcon: () => Promise<typeof import("./svgIcons/TypeTvIcon")>;
|
|
123
|
+
readonly SatelliteSystemIcon: () => Promise<typeof import("./svgIcons/SatelliteSystemIcon")>;
|
|
124
|
+
readonly TypeRollerShutterIcon: () => Promise<typeof import("./svgIcons/TypeRollerShutterIcon")>;
|
|
125
|
+
readonly TypeFloorIcon: () => Promise<typeof import("./svgIcons/TypeFloorIcon")>;
|
|
126
|
+
readonly FrontBuildingIcon: () => Promise<typeof import("./svgIcons/FrontBuildingIcon")>;
|
|
127
|
+
readonly LaundryIcon: () => Promise<typeof import("./svgIcons/LaundryIcon")>;
|
|
128
|
+
readonly MezzanineIcon: () => Promise<typeof import("./svgIcons/MezzanineIcon")>;
|
|
129
|
+
readonly AttachedIcon: () => Promise<typeof import("./svgIcons/AttachedIcon")>;
|
|
130
|
+
readonly SupermarketIcon: () => Promise<typeof import("./svgIcons/poi/SupermarketIcon")>;
|
|
131
|
+
readonly LiftIcon: () => Promise<typeof import("./svgIcons/LiftIcon")>;
|
|
132
|
+
readonly BalconyIcon: () => Promise<typeof import("./svgIcons/BalconyIcon")>;
|
|
133
|
+
readonly TerraceIcon: () => Promise<typeof import("./svgIcons/TerraceIcon")>;
|
|
134
|
+
readonly ClockIcon: () => Promise<typeof import("./svgIcons/ClockIcon")>;
|
|
135
|
+
readonly CrossIcon: () => Promise<typeof import("./svgIcons/CrossIcon")>;
|
|
136
|
+
readonly ZoomIcon: () => Promise<typeof import("./svgIcons/ZoomIcon")>;
|
|
137
|
+
readonly ConditionTypeIcon: () => Promise<typeof import("./svgIcons/ConditionTypeIcon")>;
|
|
138
|
+
readonly GeolocationIcon: () => Promise<typeof import("./svgIcons/GeolocationIcon")>;
|
|
139
|
+
readonly GpsIcon: () => Promise<typeof import("./svgIcons/GpsIcon")>;
|
|
140
|
+
readonly TradingIcon: () => Promise<typeof import("./svgIcons/TradingIcon")>;
|
|
141
|
+
readonly MovingHandIcon: () => Promise<typeof import("./svgIcons/MovingHandIcon")>;
|
|
142
|
+
readonly FiltersIcon: () => Promise<typeof import("./svgIcons/FiltersIcon")>;
|
|
143
|
+
readonly ListingIcon: () => Promise<typeof import("./svgIcons/ListingIcon")>;
|
|
144
|
+
readonly AiIcon: () => Promise<typeof import("./svgIcons/AiIcon")>;
|
|
145
|
+
readonly QuestionIconRounded: () => Promise<typeof import("./svgIcons/QuestionIconRounded")>;
|
|
146
|
+
readonly HistoryIcon: () => Promise<typeof import("./svgIcons/HistoryIcon")>;
|
|
147
|
+
readonly DeleteShadowedIcon: () => Promise<typeof import("./svgIcons/DeleteShadowedIcon")>;
|
|
148
|
+
readonly AreaIcon: () => Promise<typeof import("./svgIcons/places/AreaIcon")>;
|
|
149
|
+
readonly CityIcon: () => Promise<typeof import("./svgIcons/places/CityIcon")>;
|
|
150
|
+
readonly PoiIcon: () => Promise<typeof import("./svgIcons/places/PoiIcon")>;
|
|
151
|
+
readonly RegionIcon: () => Promise<typeof import("./svgIcons/places/RegionIcon")>;
|
|
152
|
+
readonly SubplaceIcon: () => Promise<typeof import("./svgIcons/places/SubplaceIcon")>;
|
|
153
|
+
readonly BankIcon: () => Promise<typeof import("./svgIcons/poi/BankIcon")>;
|
|
154
|
+
readonly CartIcon: () => Promise<typeof import("./svgIcons/poi/CartIcon")>;
|
|
155
|
+
readonly ChargeIcon: () => Promise<typeof import("./svgIcons/poi/ChargeIcon")>;
|
|
156
|
+
readonly HospitalIcon: () => Promise<typeof import("./svgIcons/poi/HospitalIcon")>;
|
|
157
|
+
readonly PharmacyIcon: () => Promise<typeof import("./svgIcons/poi/PharmacyIcon")>;
|
|
158
|
+
readonly PostOfficeIcon: () => Promise<typeof import("./svgIcons/poi/PostOfficeIcon")>;
|
|
159
|
+
readonly SchoolIcon: () => Promise<typeof import("./svgIcons/poi/SchoolIcon")>;
|
|
160
|
+
readonly SubwayIcon: () => Promise<typeof import("./svgIcons/poi/SubwayIcon")>;
|
|
161
|
+
readonly TransportIcon: () => Promise<typeof import("./svgIcons/poi/TransportIcon")>;
|
|
162
|
+
readonly MetroIcon: () => Promise<typeof import("./svgIcons/poi/MetroIcon")>;
|
|
163
|
+
readonly TrainIcon: () => Promise<typeof import("./svgIcons/poi/TrainIcon")>;
|
|
164
|
+
readonly BusIcon: () => Promise<typeof import("./svgIcons/poi/BusIcon")>;
|
|
165
|
+
readonly WikicasaDatiLogoIcon: () => Promise<typeof import("./svgImages/WikicasaDatiLogo")>;
|
|
166
|
+
readonly WikicasaLogoIcon: () => Promise<typeof import("./svgImages/WikicasaLogo")>;
|
|
167
|
+
readonly WikiNerdImg: () => Promise<typeof import("./svgImages/WikiNerd")>;
|
|
168
|
+
readonly WikiNerdValutaMobileImg: () => Promise<typeof import("./svgImages/WikiNerdValutaMobile")>;
|
|
169
|
+
readonly WikiNerdMercatoImg: () => Promise<typeof import("./svgImages/WikiNerdMercatoHome")>;
|
|
170
|
+
readonly WikiNerdValutaDesktopImg: () => Promise<typeof import("./svgImages/WikiNerdValutaDesktop")>;
|
|
171
|
+
readonly WikiNerdDownloadAppImg: () => Promise<typeof import("./svgImages/WikiNerdDownloadApp")>;
|
|
172
|
+
readonly WikicasaStudioLogoIcon: () => Promise<typeof import("./svgImages/WikicasaStudioLogo")>;
|
|
173
|
+
readonly GenericUserWikiAvatarImg: () => Promise<typeof import("./svgImages/GenericUserWikiAvatar")>;
|
|
174
|
+
readonly ShieldImg: () => Promise<typeof import("./svgImages/ShieldImg")>;
|
|
175
|
+
readonly SnapImg: () => Promise<typeof import("./svgImages/SnapImg")>;
|
|
176
|
+
readonly StopWatchImg: () => Promise<typeof import("./svgImages/StopWatchImg")>;
|
|
177
|
+
readonly CheckImg: () => Promise<typeof import("./svgImages/CheckImg")>;
|
|
178
|
+
readonly IareeImg: () => Promise<typeof import("./svgImages/IareeImg")>;
|
|
179
|
+
readonly WikiNerdAnalyzeImg: () => Promise<typeof import("./svgImages/WikiNerdAnalyzeImg")>;
|
|
180
|
+
readonly WikiNerdValuationNotAvailableImg: () => Promise<typeof import("./svgImages/WikiNerdValuationNotAvailableImg")>;
|
|
181
|
+
readonly InsightImg: () => Promise<typeof import("./svgImages/InsightImg")>;
|
|
182
|
+
readonly GenericUserWikiAvatarSquaredImg: () => Promise<typeof import("./svgImages/GenericUserWikiAvatarSquaredImg")>;
|
|
183
|
+
readonly WikiNoSavedSearchesImg: () => Promise<typeof import("./svgImages/WikiNoSavedSearches")>;
|
|
184
|
+
readonly WikicasaProIcon: () => Promise<typeof import("./svgImages/WikicasaProIcon")>;
|
|
185
|
+
readonly WikiNerdAgency: () => Promise<typeof import("./svgImages/WikiNerdAgency")>;
|
|
186
186
|
};
|
|
187
|
-
type AvailableIcons = keyof typeof icons;
|
|
188
|
-
|
|
187
|
+
export type AvailableIcons = keyof typeof icons;
|
|
188
|
+
type ExtractIconType<K extends AvailableIcons> = (typeof icons)[K] extends () => Promise<infer T> ? T : never;
|
|
189
|
+
export type ExtractNamedIconType<K extends AvailableIcons> = ExtractIconType<K> extends {
|
|
190
|
+
[P in `${K}`]: infer T;
|
|
191
|
+
} ? T : never;
|
|
192
|
+
export declare const getIconLoader: <T extends AvailableIcons>(name: T) => Promise<ExtractNamedIconType<T>>;
|
|
193
|
+
export declare const createLazyIcon: <TIconName extends AvailableIcons>(name: TIconName, hydrateStrategy?: "idle" | "visible") => ExtractNamedIconType<TIconName>;
|
|
189
194
|
export {};
|
package/dist/lazy.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineAsyncComponent as r, hydrateOnIdle as t } from "vue";
|
|
2
|
-
const
|
|
1
|
+
import { defineAsyncComponent as r, hydrateOnIdle as t, hydrateOnVisible as n } from "vue";
|
|
2
|
+
const c = {
|
|
3
3
|
/* Icons */
|
|
4
4
|
AboutUsIcon: () => import("./svgIcons/AboutUsIcon.js"),
|
|
5
5
|
ArrowIcon: () => import("./svgIcons/ArrowIcon.js"),
|
|
@@ -188,13 +188,17 @@ const n = {
|
|
|
188
188
|
WikiNoSavedSearchesImg: () => import("./svgImages/WikiNoSavedSearches.js"),
|
|
189
189
|
WikicasaProIcon: () => import("./svgImages/WikicasaProIcon.js"),
|
|
190
190
|
WikiNerdAgency: () => import("./svgImages/WikiNerdAgency.js")
|
|
191
|
-
},
|
|
191
|
+
}, m = (o) => (
|
|
192
192
|
//@ts-expect-error extracting the default or named module
|
|
193
|
-
|
|
194
|
-
),
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
193
|
+
c[o]().then((i) => i[o] || i.default)
|
|
194
|
+
), I = (o, i = "idle") => (
|
|
195
|
+
//@ts-expect-error extracting the default or named module
|
|
196
|
+
r({
|
|
197
|
+
loader: () => m(o),
|
|
198
|
+
hydrate: i === "idle" ? t() : n()
|
|
199
|
+
})
|
|
200
|
+
);
|
|
198
201
|
export {
|
|
199
|
-
|
|
202
|
+
I as createLazyIcon,
|
|
203
|
+
m as getIconLoader
|
|
200
204
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wikicasa-dev/svg-icons",
|
|
3
|
-
"version": "1.3.1-alpha.
|
|
3
|
+
"version": "1.3.1-alpha.11",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"types": "./dist/lib/index.d.ts",
|
|
@@ -23,33 +23,37 @@
|
|
|
23
23
|
"./lazy": {
|
|
24
24
|
"import": "./dist/lazy.js",
|
|
25
25
|
"types": "./dist/lazy.d.ts"
|
|
26
|
+
},
|
|
27
|
+
"./types": {
|
|
28
|
+
"import": "./dist/types.js",
|
|
29
|
+
"types": "./dist/types.d.ts"
|
|
26
30
|
}
|
|
27
31
|
},
|
|
28
32
|
"peerDependencies": {
|
|
29
33
|
"vue": "^3.5.0"
|
|
30
34
|
},
|
|
31
35
|
"devDependencies": {
|
|
32
|
-
"@tsconfig/node24": "^24.0.
|
|
33
|
-
"@types/node": "^
|
|
34
|
-
"@vitejs/plugin-vue": "^6.0.
|
|
36
|
+
"@tsconfig/node24": "^24.0.4",
|
|
37
|
+
"@types/node": "^25.3.0",
|
|
38
|
+
"@vitejs/plugin-vue": "^6.0.4",
|
|
35
39
|
"@vue/eslint-config-prettier": "^10.2.0",
|
|
36
|
-
"@vue/eslint-config-typescript": "^14.
|
|
40
|
+
"@vue/eslint-config-typescript": "^14.7.0",
|
|
37
41
|
"@vue/tsconfig": "^0.8.1",
|
|
38
|
-
"autoprefixer": "^10.4.
|
|
42
|
+
"autoprefixer": "^10.4.24",
|
|
39
43
|
"eslint": "^9.39",
|
|
40
|
-
"eslint-plugin-vue": "^10.
|
|
44
|
+
"eslint-plugin-vue": "^10.8.0",
|
|
41
45
|
"jiti": "^2.6.1",
|
|
42
|
-
"glob": "^13.0.
|
|
46
|
+
"glob": "^13.0.6",
|
|
43
47
|
"npm-run-all2": "^8.0.4",
|
|
44
48
|
"postcss": "^8.5.6",
|
|
45
|
-
"prettier": "^3.
|
|
49
|
+
"prettier": "^3.8.1",
|
|
46
50
|
"tailwindcss": "3.4.18",
|
|
47
51
|
"typescript": "~5.9.3",
|
|
48
|
-
"vite": "^7.
|
|
52
|
+
"vite": "^7.3.1",
|
|
49
53
|
"vite-plugin-dts": "^4.5.4",
|
|
50
|
-
"vue": "^3.5.
|
|
51
|
-
"vue-router": "^
|
|
52
|
-
"vue-tsc": "^3.
|
|
54
|
+
"vue": "^3.5.28",
|
|
55
|
+
"vue-router": "^5.0.3",
|
|
56
|
+
"vue-tsc": "^3.2.5"
|
|
53
57
|
},
|
|
54
58
|
"repository": {
|
|
55
59
|
"type": "git",
|