@wikicasa-dev/svg-icons 0.1.8 → 0.1.10
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/AirConditionerIcon.js +35 -0
- package/dist/AlarmIcon.js +35 -0
- package/dist/AttachedIcon.js +110 -0
- package/dist/AtticIcon.js +40 -0
- package/dist/BankIcon.js +29 -41
- package/dist/BusIcon.js +39 -69
- package/dist/CeilingIcon.js +51 -0
- package/dist/CellarIcon.js +32 -0
- package/dist/ChargeIcon.js +23 -0
- package/dist/ClosetIcon.js +35 -0
- package/dist/ElectricGateIcon.js +54 -0
- package/dist/EntranceIcon.js +30 -0
- package/dist/FireplaceIcon.js +35 -0
- package/dist/FixturesIcon.js +40 -0
- package/dist/FrontBuildingIcon.js +43 -0
- package/dist/FurnishedIcon.js +40 -0
- package/dist/HospitalIcon.js +28 -34
- package/dist/HotWaterIcon.js +64 -0
- package/dist/KitchenIcon.js +34 -0
- package/dist/LaundryIcon.js +43 -0
- package/dist/MetroIcon.js +35 -0
- package/dist/MezzanineIcon.js +33 -0
- package/dist/OpticFiberIcon.js +36 -0
- package/dist/PharmacyIcon.js +27 -13
- package/dist/PostOfficeIcon.js +38 -0
- package/dist/RoofIcon.js +32 -0
- package/dist/SatelliteSystemIcon.js +36 -0
- package/dist/SchoolIcon.js +49 -56
- package/dist/SecurityDoorIcon.js +53 -0
- package/dist/SupermarketIcon.js +42 -0
- package/dist/TavernIcon.js +34 -0
- package/dist/TrainIcon.js +32 -70
- package/dist/TransportIcon.js +44 -0
- package/dist/TypeFloorIcon.js +43 -0
- package/dist/TypeRollerShutterIcon.js +35 -0
- package/dist/TypeTvIcon.js +35 -0
- package/dist/TypeViewIcon.js +34 -0
- package/dist/WhirlpoolIcon.js +52 -0
- package/dist/index.js +230 -172
- package/dist/lib/index.d.ts +33 -4
- package/dist/lib/svgIcons/AirConditionerIcon.d.ts +7 -0
- package/dist/lib/svgIcons/AlarmIcon.d.ts +7 -0
- package/dist/lib/svgIcons/AttachedIcon.d.ts +7 -0
- package/dist/lib/svgIcons/AtticIcon.d.ts +7 -0
- package/dist/lib/svgIcons/CeilingIcon.d.ts +7 -0
- package/dist/lib/svgIcons/CellarIcon.d.ts +7 -0
- package/dist/lib/svgIcons/ClosetIcon.d.ts +7 -0
- package/dist/lib/svgIcons/ElectricGateIcon.d.ts +7 -0
- package/dist/lib/svgIcons/EntranceIcon.d.ts +7 -0
- package/dist/lib/svgIcons/FireplaceIcon.d.ts +7 -0
- package/dist/lib/svgIcons/FixturesIcon.d.ts +7 -0
- package/dist/lib/svgIcons/FrontBuildingIcon.d.ts +7 -0
- package/dist/lib/svgIcons/FurnishedIcon.d.ts +7 -0
- package/dist/lib/svgIcons/HotWaterIcon.d.ts +7 -0
- package/dist/lib/svgIcons/KitchenIcon.d.ts +7 -0
- package/dist/lib/svgIcons/LaundryIcon.d.ts +7 -0
- package/dist/lib/svgIcons/MezzanineIcon.d.ts +7 -0
- package/dist/lib/svgIcons/OpticFiberIcon.d.ts +7 -0
- package/dist/lib/svgIcons/RoofIcon.d.ts +7 -0
- package/dist/lib/svgIcons/SatelliteSystemIcon.d.ts +7 -0
- package/dist/lib/svgIcons/SecurityDoorIcon.d.ts +7 -0
- package/dist/lib/svgIcons/TavernIcon.d.ts +7 -0
- package/dist/lib/svgIcons/TypeFloorIcon.d.ts +7 -0
- package/dist/lib/svgIcons/TypeRollerShutterIcon.d.ts +7 -0
- package/dist/lib/svgIcons/TypeTvIcon.d.ts +7 -0
- package/dist/lib/svgIcons/TypeViewIcon.d.ts +7 -0
- package/dist/lib/svgIcons/WhirlpoolIcon.d.ts +7 -0
- package/dist/lib/svgIcons/poi/BankIcon.d.ts +3 -4
- package/dist/lib/svgIcons/poi/BusIcon.d.ts +3 -4
- package/dist/lib/svgIcons/poi/{Charge.d.ts → ChargeIcon.d.ts} +3 -4
- package/dist/lib/svgIcons/poi/HospitalIcon.d.ts +3 -4
- package/dist/lib/svgIcons/poi/MetroIcon.d.ts +7 -0
- package/dist/lib/svgIcons/poi/PharmacyIcon.d.ts +3 -4
- package/dist/lib/svgIcons/poi/PostOfficeIcon.d.ts +7 -0
- package/dist/lib/svgIcons/poi/SchoolIcon.d.ts +3 -4
- package/dist/lib/svgIcons/poi/SupermarketIcon.d.ts +7 -0
- package/dist/lib/svgIcons/poi/TrainIcon.d.ts +3 -4
- package/dist/lib/svgIcons/poi/TransportIcon.d.ts +7 -0
- package/package.json +1 -1
- package/dist/Charge.js +0 -19
- package/dist/PostIcon.js +0 -33
- package/dist/TrainAltIcon.js +0 -61
- package/dist/lib/svgIcons/poi/PostIcon.d.ts +0 -8
- package/dist/lib/svgIcons/poi/TrainAltIcon.d.ts +0 -8
package/dist/index.js
CHANGED
|
@@ -4,24 +4,24 @@ import { BarChartIcon as c } from "./BarChartIcon.js";
|
|
|
4
4
|
import { BellIcon as I } 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
|
|
7
|
+
import { CheckInactiveIcon as d } from "./CheckInactiveIcon.js";
|
|
8
8
|
import { CloseIcon as g } from "./CloseIcon.js";
|
|
9
|
-
import { DashboardIcon as
|
|
9
|
+
import { DashboardIcon as h } from "./DashboardIcon.js";
|
|
10
10
|
import { DeleteIcon as W } from "./DeleteIcon.js";
|
|
11
|
-
import { DrawIcon as
|
|
12
|
-
import { EditIcon as
|
|
13
|
-
import { GermanyFlagIcon as
|
|
14
|
-
import { HeartIcon as
|
|
15
|
-
import { HidePswIcon as
|
|
16
|
-
import { HomeIcon as
|
|
17
|
-
import { ItalyFlagIcon as
|
|
18
|
-
import { LayersIcon as
|
|
19
|
-
import { LocationIcon as
|
|
20
|
-
import { LogoutIcon as
|
|
21
|
-
import { MailIcon as
|
|
11
|
+
import { DrawIcon as P } from "./DrawIcon.js";
|
|
12
|
+
import { EditIcon as y } from "./EditIcon.js";
|
|
13
|
+
import { GermanyFlagIcon as w } from "./GermanyFlagIcon.js";
|
|
14
|
+
import { HeartIcon as F } from "./HeartIcon.js";
|
|
15
|
+
import { HidePswIcon as N } from "./HidePswIcon.js";
|
|
16
|
+
import { HomeIcon as D } from "./HomeIcon.js";
|
|
17
|
+
import { ItalyFlagIcon as L } from "./ItalyFlagIcon.js";
|
|
18
|
+
import { LayersIcon as R } from "./LayersIcon.js";
|
|
19
|
+
import { LocationIcon as V } from "./LocationIcon.js";
|
|
20
|
+
import { LogoutIcon as E } from "./LogoutIcon.js";
|
|
21
|
+
import { MailIcon as q } from "./MailIcon.js";
|
|
22
22
|
import { MapIcon as K } from "./MapIcon.js";
|
|
23
|
-
import { NewsIcon as
|
|
24
|
-
import { NotesIcon as
|
|
23
|
+
import { NewsIcon as Q } from "./NewsIcon.js";
|
|
24
|
+
import { NotesIcon as j } from "./NotesIcon.js";
|
|
25
25
|
import { PhoneIcon as X } from "./PhoneIcon.js";
|
|
26
26
|
import { PinIcon as _ } from "./PinIcon.js";
|
|
27
27
|
import { PlanIcon as oo } from "./PlanIcon.js";
|
|
@@ -33,22 +33,22 @@ import { QuotesIcon as xo } from "./QuotesIcon.js";
|
|
|
33
33
|
import { RequestIcon as io } from "./RequestIcon.js";
|
|
34
34
|
import { SearchIcon as so } from "./SearchIcon.js";
|
|
35
35
|
import { ShareIcon as uo } from "./ShareIcon.js";
|
|
36
|
-
import { SuitcaseIcon as
|
|
37
|
-
import { TieIcon as
|
|
36
|
+
import { SuitcaseIcon as ko } from "./SuitcaseIcon.js";
|
|
37
|
+
import { TieIcon as So } from "./TieIcon.js";
|
|
38
38
|
import { TourIcon as Ao } from "./TourIcon.js";
|
|
39
|
-
import { UkFlagIcon as
|
|
40
|
-
import { ValuationIcon as
|
|
41
|
-
import { VideoIcon as
|
|
42
|
-
import { ViewPswIcon as
|
|
43
|
-
import { WalletIcon as
|
|
44
|
-
import { WarningIcon as
|
|
45
|
-
import { WarningIconRounded as
|
|
46
|
-
import { WkAppIcon as
|
|
47
|
-
import { AnalyticsIcon as
|
|
39
|
+
import { UkFlagIcon as Co } from "./UkFlagIcon.js";
|
|
40
|
+
import { ValuationIcon as bo } from "./ValuationIcon.js";
|
|
41
|
+
import { VideoIcon as To } from "./VideoIcon.js";
|
|
42
|
+
import { ViewPswIcon as vo } from "./ViewPswIcon.js";
|
|
43
|
+
import { WalletIcon as Ho } from "./WalletIcon.js";
|
|
44
|
+
import { WarningIcon as Mo } from "./WarningIcon.js";
|
|
45
|
+
import { WarningIconRounded as Bo } from "./WarningIconRounded.js";
|
|
46
|
+
import { WkAppIcon as Go } from "./WkAppIcon.js";
|
|
47
|
+
import { AnalyticsIcon as Uo } from "./AnalyticsIcon.js";
|
|
48
48
|
import { WikicasaIcon as zo } from "./WikicasaIcon.js";
|
|
49
|
-
import { GearIcon as
|
|
50
|
-
import { WkFavIcon as
|
|
51
|
-
import { FacebookIcon as
|
|
49
|
+
import { GearIcon as Oo } from "./GearIcon.js";
|
|
50
|
+
import { WkFavIcon as Yo } from "./WkFavIcon.js";
|
|
51
|
+
import { FacebookIcon as Jo } from "./FacebookIcon.js";
|
|
52
52
|
import { LinkedinIcon as Zo } from "./LinkedinIcon.js";
|
|
53
53
|
import { InstagramIcon as $o } from "./InstagramIcon.js";
|
|
54
54
|
import { YoutubeIcon as rr } from "./YoutubeIcon.js";
|
|
@@ -57,25 +57,25 @@ import { GoogleIcon as mr } from "./GoogleIcon.js";
|
|
|
57
57
|
import { WikicasaRoundedIcon as pr } from "./WikicasaRoundedIcon.js";
|
|
58
58
|
import { ArrowIndicatorIcon as fr } from "./ArrowIndicatorIcon.js";
|
|
59
59
|
import { PrincipalIcon as ar } from "./PrincipalIcon.js";
|
|
60
|
-
import { PinShadowedIcon as
|
|
60
|
+
import { PinShadowedIcon as lr } from "./PinShadowedIcon.js";
|
|
61
61
|
import { HouseValuationIcon as sr } from "./HouseValuationIcon.js";
|
|
62
62
|
import { CheckRoundedIcon as ur } from "./CheckRoundedIcon.js";
|
|
63
|
-
import { DownloadIcon as
|
|
64
|
-
import { SquareMeterIcon as
|
|
63
|
+
import { DownloadIcon as kr } from "./DownloadIcon.js";
|
|
64
|
+
import { SquareMeterIcon as Sr } from "./SquareMeterIcon.js";
|
|
65
65
|
import { PriceIcon as Ar } from "./PriceIcon.js";
|
|
66
|
-
import { DemandIcon as
|
|
67
|
-
import { TransactionIcon as
|
|
68
|
-
import { InfoIcon as
|
|
69
|
-
import { CheckIcon as
|
|
70
|
-
import { ExternalLinkIcon as
|
|
71
|
-
import { BathroomIcon as
|
|
72
|
-
import { EnergyClassIcon as
|
|
73
|
-
import { AuctionHammerIcon as
|
|
74
|
-
import { PhotoIcon as
|
|
66
|
+
import { DemandIcon as Cr } from "./DemandIcon.js";
|
|
67
|
+
import { TransactionIcon as br } from "./TransactionIcon.js";
|
|
68
|
+
import { InfoIcon as Tr } from "./InfoIcon.js";
|
|
69
|
+
import { CheckIcon as vr } from "./CheckIcon.js";
|
|
70
|
+
import { ExternalLinkIcon as Hr } from "./ExternalLinkIcon.js";
|
|
71
|
+
import { BathroomIcon as Mr } from "./BathroomIcon.js";
|
|
72
|
+
import { EnergyClassIcon as Br } from "./EnergyClassIcon.js";
|
|
73
|
+
import { AuctionHammerIcon as Gr } from "./AuctionHammerIcon.js";
|
|
74
|
+
import { PhotoIcon as Ur } from "./PhotoIcon.js";
|
|
75
75
|
import { TelegramRoundedIcon as zr } from "./TelegramRoundedIcon.js";
|
|
76
|
-
import { WhatsappRoundedIcon as
|
|
77
|
-
import { FacebookRoundedIcon as
|
|
78
|
-
import { CredipassIcon as
|
|
76
|
+
import { WhatsappRoundedIcon as Or } from "./WhatsappRoundedIcon.js";
|
|
77
|
+
import { FacebookRoundedIcon as Yr } from "./FacebookRoundedIcon.js";
|
|
78
|
+
import { CredipassIcon as Jr } from "./CredipassIcon.js";
|
|
79
79
|
import { HeartShadowedIcon as Zr } from "./HeartShadowedIcon.js";
|
|
80
80
|
import { SortIcon as $r } from "./SortIcon.js";
|
|
81
81
|
import { StreetViewIcon as re } from "./StreetViewIcon.js";
|
|
@@ -84,181 +84,239 @@ import { PartnershipIcon as me } from "./PartnershipIcon.js";
|
|
|
84
84
|
import { LockIcon as pe } from "./LockIcon.js";
|
|
85
85
|
import { KeyIcon as fe } from "./KeyIcon.js";
|
|
86
86
|
import { MegaphoneIcon as ae } from "./MegaphoneIcon.js";
|
|
87
|
-
import { ParkingSpotIcon as
|
|
87
|
+
import { ParkingSpotIcon as le } from "./ParkingSpotIcon.js";
|
|
88
88
|
import { BoxIcon as se } from "./BoxIcon.js";
|
|
89
89
|
import { ParkingIcon as ue } from "./ParkingIcon.js";
|
|
90
|
-
import { PoolIcon as
|
|
91
|
-
import { PrivateGardenIcon as
|
|
90
|
+
import { PoolIcon as ke } from "./PoolIcon.js";
|
|
91
|
+
import { PrivateGardenIcon as Se } from "./PrivateGardenIcon.js";
|
|
92
92
|
import { CommunalGardenIcon as Ae } from "./CommunalGardenIcon.js";
|
|
93
|
-
import { TennisIcon as
|
|
94
|
-
import { ReceptionIcon as
|
|
95
|
-
import { ArchitecturalBarriersIcon as
|
|
96
|
-
import { UploadIcon as
|
|
97
|
-
import { HobIcon as
|
|
98
|
-
import { FridgeIcon as
|
|
99
|
-
import { WashingMachineIcon as
|
|
100
|
-
import { DishwasherIcon as
|
|
101
|
-
import { PhotoAlbumIcon as
|
|
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 {
|
|
126
|
-
import {
|
|
127
|
-
import {
|
|
128
|
-
import {
|
|
129
|
-
import {
|
|
130
|
-
import {
|
|
131
|
-
import {
|
|
93
|
+
import { TennisIcon as Ce } from "./TennisIcon.js";
|
|
94
|
+
import { ReceptionIcon as be } from "./ReceptionIcon.js";
|
|
95
|
+
import { ArchitecturalBarriersIcon as Te } from "./ArchitecturalBarriersIcon.js";
|
|
96
|
+
import { UploadIcon as ve } from "./UploadIcon.js";
|
|
97
|
+
import { HobIcon as He } from "./HobIcon.js";
|
|
98
|
+
import { FridgeIcon as Me } from "./FridgeIcon.js";
|
|
99
|
+
import { WashingMachineIcon as Be } from "./WashingMachineIcon.js";
|
|
100
|
+
import { DishwasherIcon as Ge } from "./DishwasherIcon.js";
|
|
101
|
+
import { PhotoAlbumIcon as Ue } from "./PhotoAlbumIcon.js";
|
|
102
|
+
import { FurnishedIcon as ze } from "./FurnishedIcon.js";
|
|
103
|
+
import { CellarIcon as Oe } from "./CellarIcon.js";
|
|
104
|
+
import { KitchenIcon as Ye } from "./KitchenIcon.js";
|
|
105
|
+
import { AirConditionerIcon as Je } from "./AirConditionerIcon.js";
|
|
106
|
+
import { AtticIcon as Ze } from "./AtticIcon.js";
|
|
107
|
+
import { TavernIcon as $e } from "./TavernIcon.js";
|
|
108
|
+
import { RoofIcon as rt } from "./RoofIcon.js";
|
|
109
|
+
import { AlarmIcon as tt } from "./AlarmIcon.js";
|
|
110
|
+
import { ClosetIcon as mt } from "./ClosetIcon.js";
|
|
111
|
+
import { FixturesIcon as pt } from "./FixturesIcon.js";
|
|
112
|
+
import { TypeViewIcon as ft } from "./TypeViewIcon.js";
|
|
113
|
+
import { HotWaterIcon as at } from "./HotWaterIcon.js";
|
|
114
|
+
import { CeilingIcon as lt } from "./CeilingIcon.js";
|
|
115
|
+
import { EntranceIcon as st } from "./EntranceIcon.js";
|
|
116
|
+
import { OpticFiberIcon as ut } from "./OpticFiberIcon.js";
|
|
117
|
+
import { ElectricGateIcon as kt } from "./ElectricGateIcon.js";
|
|
118
|
+
import { WhirlpoolIcon as St } from "./WhirlpoolIcon.js";
|
|
119
|
+
import { FireplaceIcon as At } from "./FireplaceIcon.js";
|
|
120
|
+
import { SecurityDoorIcon as Ct } from "./SecurityDoorIcon.js";
|
|
121
|
+
import { TypeTvIcon as bt } from "./TypeTvIcon.js";
|
|
122
|
+
import { SatelliteSystemIcon as Tt } from "./SatelliteSystemIcon.js";
|
|
123
|
+
import { TypeRollerShutterIcon as vt } from "./TypeRollerShutterIcon.js";
|
|
124
|
+
import { TypeFloorIcon as Ht } from "./TypeFloorIcon.js";
|
|
125
|
+
import { FrontBuildingIcon as Mt } from "./FrontBuildingIcon.js";
|
|
126
|
+
import { LaundryIcon as Bt } from "./LaundryIcon.js";
|
|
127
|
+
import { MezzanineIcon as Gt } from "./MezzanineIcon.js";
|
|
128
|
+
import { AttachedIcon as Ut } from "./AttachedIcon.js";
|
|
129
|
+
import { SupermarketIcon as zt } from "./SupermarketIcon.js";
|
|
130
|
+
import { BankIcon as Ot } from "./BankIcon.js";
|
|
131
|
+
import { CartIcon as Yt } from "./CartIcon.js";
|
|
132
|
+
import { ChargeIcon as Jt } from "./ChargeIcon.js";
|
|
133
|
+
import { HospitalIcon as Zt } from "./HospitalIcon.js";
|
|
134
|
+
import { PharmacyIcon as $t } from "./PharmacyIcon.js";
|
|
135
|
+
import { PostOfficeIcon as rn } from "./PostOfficeIcon.js";
|
|
136
|
+
import { SchoolIcon as tn } from "./SchoolIcon.js";
|
|
137
|
+
import { SubwayIcon as mn } from "./SubwayIcon.js";
|
|
138
|
+
import { TransportIcon as pn } from "./TransportIcon.js";
|
|
139
|
+
import { MetroIcon as fn } from "./MetroIcon.js";
|
|
140
|
+
import { TrainIcon as an } from "./TrainIcon.js";
|
|
141
|
+
import { BusIcon as dn } from "./BusIcon.js";
|
|
142
|
+
import { WikicasaDatiLogoIcon as gn } from "./WikicasaDatiLogo.js";
|
|
143
|
+
import { WikicasaLogoIcon as hn } from "./WikicasaLogo.js";
|
|
144
|
+
import { WikiNerdImg as Wn } from "./WikiNerd.js";
|
|
145
|
+
import { WikiNerdValutaMobileImg as Pn } from "./WikiNerdValutaMobile.js";
|
|
146
|
+
import { WikiNerdMercatoImg as yn } from "./WikiNerdMercatoHome.js";
|
|
147
|
+
import { WikiNerdValutaDesktopImg as wn } from "./WikiNerdValutaDesktop.js";
|
|
148
|
+
import { WikiNerdDownloadAppImg as Fn } from "./WikiNerdDownloadApp.js";
|
|
149
|
+
import { WikicasaStudioLogoIcon as Nn } from "./WikicasaStudioLogo.js";
|
|
150
|
+
import { GenericUserWikiAvatarImg as Dn } from "./GenericUserWikiAvatar.js";
|
|
151
|
+
import { ShieldImg as Ln } from "./ShieldImg.js";
|
|
152
|
+
import { SnapImg as Rn } from "./SnapImg.js";
|
|
153
|
+
import { StopWatchImg as Vn } from "./StopWatchImg.js";
|
|
154
|
+
import { CheckImg as En } from "./CheckImg.js";
|
|
155
|
+
import { IareeImg as qn } from "./IareeImg.js";
|
|
156
|
+
import { WikiNerdAnalyzeImg as Kn } from "./WikiNerdAnalyzeImg.js";
|
|
157
|
+
import { WikiNerdValuationNotAvailableImg as Qn } from "./WikiNerdValuationNotAvailableImg.js";
|
|
158
|
+
import { InsightImg as jn } from "./InsightImg.js";
|
|
159
|
+
import { GenericUserWikiAvatarSquaredImg as Xn } from "./GenericUserWikiAvatarSquaredImg.js";
|
|
160
|
+
import { WikiNoSavedSearchesImg as _n } from "./WikiNoSavedSearches.js";
|
|
132
161
|
export {
|
|
133
162
|
e as AboutUsIcon,
|
|
134
|
-
|
|
135
|
-
|
|
163
|
+
Je as AirConditionerIcon,
|
|
164
|
+
tt as AlarmIcon,
|
|
165
|
+
Uo as AnalyticsIcon,
|
|
166
|
+
Te as ArchitecturalBarriersIcon,
|
|
136
167
|
n as ArrowIcon,
|
|
137
168
|
fr as ArrowIndicatorIcon,
|
|
138
|
-
|
|
139
|
-
|
|
169
|
+
Ut as AttachedIcon,
|
|
170
|
+
Ze as AtticIcon,
|
|
171
|
+
Gr as AuctionHammerIcon,
|
|
172
|
+
Ot as BankIcon,
|
|
140
173
|
c as BarChartIcon,
|
|
141
|
-
|
|
174
|
+
Mr as BathroomIcon,
|
|
142
175
|
I as BellIcon,
|
|
143
176
|
se as BoxIcon,
|
|
144
177
|
x as BulbIcon,
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
178
|
+
dn as BusIcon,
|
|
179
|
+
Yt as CartIcon,
|
|
180
|
+
lt as CeilingIcon,
|
|
181
|
+
Oe as CellarIcon,
|
|
182
|
+
Jt as ChargeIcon,
|
|
148
183
|
i as CheckActiveIcon,
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
184
|
+
vr as CheckIcon,
|
|
185
|
+
En as CheckImg,
|
|
186
|
+
d as CheckInactiveIcon,
|
|
152
187
|
ur as CheckRoundedIcon,
|
|
153
188
|
g as CloseIcon,
|
|
189
|
+
mt as ClosetIcon,
|
|
154
190
|
Ae as CommunalGardenIcon,
|
|
155
|
-
|
|
156
|
-
|
|
191
|
+
Jr as CredipassIcon,
|
|
192
|
+
h as DashboardIcon,
|
|
157
193
|
W as DeleteIcon,
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
Br as
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
194
|
+
Cr as DemandIcon,
|
|
195
|
+
Ge as DishwasherIcon,
|
|
196
|
+
kr as DownloadIcon,
|
|
197
|
+
P as DrawIcon,
|
|
198
|
+
y as EditIcon,
|
|
199
|
+
kt as ElectricGateIcon,
|
|
200
|
+
Br as EnergyClassIcon,
|
|
201
|
+
st as EntranceIcon,
|
|
202
|
+
Hr as ExternalLinkIcon,
|
|
203
|
+
Jo as FacebookIcon,
|
|
204
|
+
Yr as FacebookRoundedIcon,
|
|
205
|
+
At as FireplaceIcon,
|
|
206
|
+
pt as FixturesIcon,
|
|
207
|
+
Me as FridgeIcon,
|
|
208
|
+
Mt as FrontBuildingIcon,
|
|
209
|
+
ze as FurnishedIcon,
|
|
210
|
+
Oo as GearIcon,
|
|
211
|
+
Dn as GenericUserWikiAvatarImg,
|
|
212
|
+
Xn as GenericUserWikiAvatarSquaredImg,
|
|
213
|
+
w as GermanyFlagIcon,
|
|
172
214
|
mr as GoogleIcon,
|
|
173
215
|
tr as HamburgerMenuIcon,
|
|
174
|
-
|
|
216
|
+
F as HeartIcon,
|
|
175
217
|
Zr as HeartShadowedIcon,
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
218
|
+
N as HidePswIcon,
|
|
219
|
+
He as HobIcon,
|
|
220
|
+
D as HomeIcon,
|
|
221
|
+
Zt as HospitalIcon,
|
|
222
|
+
at as HotWaterIcon,
|
|
180
223
|
sr as HouseValuationIcon,
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
224
|
+
qn as IareeImg,
|
|
225
|
+
Tr as InfoIcon,
|
|
226
|
+
jn as InsightImg,
|
|
184
227
|
$o as InstagramIcon,
|
|
185
|
-
|
|
228
|
+
L as ItalyFlagIcon,
|
|
186
229
|
fe as KeyIcon,
|
|
187
|
-
|
|
230
|
+
Ye as KitchenIcon,
|
|
231
|
+
Bt as LaundryIcon,
|
|
232
|
+
R as LayersIcon,
|
|
188
233
|
Zo as LinkedinIcon,
|
|
189
|
-
|
|
234
|
+
V as LocationIcon,
|
|
190
235
|
pe as LockIcon,
|
|
191
|
-
|
|
192
|
-
|
|
236
|
+
E as LogoutIcon,
|
|
237
|
+
q as MailIcon,
|
|
193
238
|
K as MapIcon,
|
|
194
239
|
ae as MegaphoneIcon,
|
|
195
|
-
|
|
196
|
-
|
|
240
|
+
fn as MetroIcon,
|
|
241
|
+
Gt as MezzanineIcon,
|
|
242
|
+
Q as NewsIcon,
|
|
243
|
+
j as NotesIcon,
|
|
244
|
+
ut as OpticFiberIcon,
|
|
197
245
|
ue as ParkingIcon,
|
|
198
|
-
|
|
246
|
+
le as ParkingSpotIcon,
|
|
199
247
|
me as PartnershipIcon,
|
|
200
|
-
$
|
|
248
|
+
$t as PharmacyIcon,
|
|
201
249
|
X as PhoneIcon,
|
|
202
|
-
|
|
203
|
-
|
|
250
|
+
Ue as PhotoAlbumIcon,
|
|
251
|
+
Ur as PhotoIcon,
|
|
204
252
|
_ as PinIcon,
|
|
205
|
-
|
|
253
|
+
lr as PinShadowedIcon,
|
|
206
254
|
oo as PlanIcon,
|
|
207
255
|
eo as PlusIcon,
|
|
208
|
-
|
|
209
|
-
|
|
256
|
+
ke as PoolIcon,
|
|
257
|
+
rn as PostOfficeIcon,
|
|
210
258
|
no as PrestigeIcon,
|
|
211
259
|
Ar as PriceIcon,
|
|
212
260
|
ar as PrincipalIcon,
|
|
213
261
|
co as PrintIcon,
|
|
214
|
-
|
|
262
|
+
Se as PrivateGardenIcon,
|
|
215
263
|
Io as ProfileIcon,
|
|
216
264
|
xo as QuotesIcon,
|
|
217
|
-
|
|
265
|
+
be as ReceptionIcon,
|
|
218
266
|
io as RequestIcon,
|
|
219
|
-
|
|
267
|
+
rt as RoofIcon,
|
|
268
|
+
Tt as SatelliteSystemIcon,
|
|
269
|
+
tn as SchoolIcon,
|
|
220
270
|
so as SearchIcon,
|
|
271
|
+
Ct as SecurityDoorIcon,
|
|
221
272
|
uo as ShareIcon,
|
|
222
|
-
|
|
223
|
-
|
|
273
|
+
Ln as ShieldImg,
|
|
274
|
+
Rn as SnapImg,
|
|
224
275
|
$r as SortIcon,
|
|
225
|
-
|
|
276
|
+
Sr as SquareMeterIcon,
|
|
226
277
|
te as StarIcon,
|
|
227
|
-
|
|
278
|
+
Vn as StopWatchImg,
|
|
228
279
|
re as StreetViewIcon,
|
|
229
|
-
|
|
230
|
-
|
|
280
|
+
mn as SubwayIcon,
|
|
281
|
+
ko as SuitcaseIcon,
|
|
282
|
+
zt as SupermarketIcon,
|
|
283
|
+
$e as TavernIcon,
|
|
231
284
|
zr as TelegramRoundedIcon,
|
|
232
|
-
|
|
233
|
-
|
|
285
|
+
Ce as TennisIcon,
|
|
286
|
+
So as TieIcon,
|
|
234
287
|
Ao as TourIcon,
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
288
|
+
an as TrainIcon,
|
|
289
|
+
br as TransactionIcon,
|
|
290
|
+
pn as TransportIcon,
|
|
291
|
+
Ht as TypeFloorIcon,
|
|
292
|
+
vt as TypeRollerShutterIcon,
|
|
293
|
+
bt as TypeTvIcon,
|
|
294
|
+
ft as TypeViewIcon,
|
|
295
|
+
Co as UkFlagIcon,
|
|
296
|
+
ve as UploadIcon,
|
|
297
|
+
bo as ValuationIcon,
|
|
298
|
+
To as VideoIcon,
|
|
299
|
+
vo as ViewPswIcon,
|
|
300
|
+
Ho as WalletIcon,
|
|
301
|
+
Mo as WarningIcon,
|
|
302
|
+
Bo as WarningIconRounded,
|
|
303
|
+
Be as WashingMachineIcon,
|
|
304
|
+
Or as WhatsappRoundedIcon,
|
|
305
|
+
St as WhirlpoolIcon,
|
|
306
|
+
Kn as WikiNerdAnalyzeImg,
|
|
307
|
+
Fn as WikiNerdDownloadAppImg,
|
|
308
|
+
Wn as WikiNerdImg,
|
|
309
|
+
yn as WikiNerdMercatoImg,
|
|
310
|
+
Qn as WikiNerdValuationNotAvailableImg,
|
|
311
|
+
wn as WikiNerdValutaDesktopImg,
|
|
312
|
+
Pn as WikiNerdValutaMobileImg,
|
|
313
|
+
_n as WikiNoSavedSearchesImg,
|
|
314
|
+
gn as WikicasaDatiLogoIcon,
|
|
257
315
|
zo as WikicasaIcon,
|
|
258
|
-
|
|
316
|
+
hn as WikicasaLogoIcon,
|
|
259
317
|
pr as WikicasaRoundedIcon,
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
318
|
+
Nn as WikicasaStudioLogoIcon,
|
|
319
|
+
Go as WkAppIcon,
|
|
320
|
+
Yo as WkFavIcon,
|
|
263
321
|
rr as YoutubeIcon
|
|
264
322
|
};
|
package/dist/lib/index.d.ts
CHANGED
|
@@ -99,17 +99,46 @@ export { FridgeIcon } from './svgIcons/FridgeIcon';
|
|
|
99
99
|
export { WashingMachineIcon } from './svgIcons/WashingMachineIcon';
|
|
100
100
|
export { DishwasherIcon } from './svgIcons/DishwasherIcon';
|
|
101
101
|
export { PhotoAlbumIcon } from './svgIcons/PhotoAlbumIcon';
|
|
102
|
+
export { FurnishedIcon } from './svgIcons/FurnishedIcon';
|
|
103
|
+
export { CellarIcon } from './svgIcons/CellarIcon';
|
|
104
|
+
export { KitchenIcon } from './svgIcons/KitchenIcon';
|
|
105
|
+
export { AirConditionerIcon } from './svgIcons/AirConditionerIcon';
|
|
106
|
+
export { AtticIcon } from './svgIcons/AtticIcon';
|
|
107
|
+
export { TavernIcon } from './svgIcons/TavernIcon';
|
|
108
|
+
export { RoofIcon } from './svgIcons/RoofIcon';
|
|
109
|
+
export { AlarmIcon } from './svgIcons/AlarmIcon';
|
|
110
|
+
export { ClosetIcon } from './svgIcons/ClosetIcon';
|
|
111
|
+
export { FixturesIcon } from './svgIcons/FixturesIcon';
|
|
112
|
+
export { TypeViewIcon } from './svgIcons/TypeViewIcon';
|
|
113
|
+
export { HotWaterIcon } from './svgIcons/HotWaterIcon';
|
|
114
|
+
export { CeilingIcon } from './svgIcons/CeilingIcon';
|
|
115
|
+
export { EntranceIcon } from './svgIcons/EntranceIcon';
|
|
116
|
+
export { OpticFiberIcon } from './svgIcons/OpticFiberIcon';
|
|
117
|
+
export { ElectricGateIcon } from './svgIcons/ElectricGateIcon';
|
|
118
|
+
export { WhirlpoolIcon } from './svgIcons/WhirlpoolIcon';
|
|
119
|
+
export { FireplaceIcon } from './svgIcons/FireplaceIcon';
|
|
120
|
+
export { SecurityDoorIcon } from './svgIcons/SecurityDoorIcon';
|
|
121
|
+
export { TypeTvIcon } from './svgIcons/TypeTvIcon';
|
|
122
|
+
export { SatelliteSystemIcon } from './svgIcons/SatelliteSystemIcon';
|
|
123
|
+
export { TypeRollerShutterIcon } from './svgIcons/TypeRollerShutterIcon';
|
|
124
|
+
export { TypeFloorIcon } from './svgIcons/TypeFloorIcon';
|
|
125
|
+
export { FrontBuildingIcon } from './svgIcons/FrontBuildingIcon';
|
|
126
|
+
export { LaundryIcon } from './svgIcons/LaundryIcon';
|
|
127
|
+
export { MezzanineIcon } from './svgIcons/MezzanineIcon';
|
|
128
|
+
export { AttachedIcon } from './svgIcons/AttachedIcon';
|
|
129
|
+
export { SupermarketIcon } from './svgIcons/poi/SupermarketIcon';
|
|
102
130
|
export { BankIcon } from './svgIcons/poi/BankIcon';
|
|
103
|
-
export { BusIcon } from './svgIcons/poi/BusIcon';
|
|
104
131
|
export { CartIcon } from './svgIcons/poi/CartIcon';
|
|
105
|
-
export { ChargeIcon } from './svgIcons/poi/
|
|
132
|
+
export { ChargeIcon } from './svgIcons/poi/ChargeIcon';
|
|
106
133
|
export { HospitalIcon } from './svgIcons/poi/HospitalIcon';
|
|
107
134
|
export { PharmacyIcon } from './svgIcons/poi/PharmacyIcon';
|
|
108
|
-
export {
|
|
135
|
+
export { PostOfficeIcon } from './svgIcons/poi/PostOfficeIcon';
|
|
109
136
|
export { SchoolIcon } from './svgIcons/poi/SchoolIcon';
|
|
110
137
|
export { SubwayIcon } from './svgIcons/poi/SubwayIcon';
|
|
138
|
+
export { TransportIcon } from './svgIcons/poi/TransportIcon';
|
|
139
|
+
export { MetroIcon } from './svgIcons/poi/MetroIcon';
|
|
111
140
|
export { TrainIcon } from './svgIcons/poi/TrainIcon';
|
|
112
|
-
export {
|
|
141
|
+
export { BusIcon } from './svgIcons/poi/BusIcon';
|
|
113
142
|
export { WikicasaDatiLogoIcon } from './svgImages/WikicasaDatiLogo';
|
|
114
143
|
export { WikicasaLogoIcon } from './svgImages/WikicasaLogo';
|
|
115
144
|
export { WikiNerdImg } from './svgImages/WikiNerd';
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { FunctionalSvgIconComponent } from '../../types/FunctionalSvgIconComponent';
|
|
2
|
+
import { SvgProps } from '@wikicasa-dev/types';
|
|
3
|
+
|
|
4
|
+
export declare const AirConditionerIcon: FunctionalSvgIconComponent<Partial<SvgProps & {
|
|
5
|
+
'stroke-color': `#${string}`;
|
|
6
|
+
'stroke-width': number;
|
|
7
|
+
}>>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { FunctionalSvgIconComponent } from '../../types/FunctionalSvgIconComponent';
|
|
2
|
+
import { SvgProps } from '@wikicasa-dev/types';
|
|
3
|
+
|
|
4
|
+
export declare const AlarmIcon: FunctionalSvgIconComponent<Partial<SvgProps & {
|
|
5
|
+
'stroke-color': `#${string}`;
|
|
6
|
+
'stroke-width': number;
|
|
7
|
+
}>>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { FunctionalSvgIconComponent } from '../../types/FunctionalSvgIconComponent';
|
|
2
|
+
import { SvgProps } from '@wikicasa-dev/types';
|
|
3
|
+
|
|
4
|
+
export declare const AttachedIcon: FunctionalSvgIconComponent<Partial<SvgProps & {
|
|
5
|
+
'stroke-color': `#${string}`;
|
|
6
|
+
'stroke-width': number;
|
|
7
|
+
}>>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { FunctionalSvgIconComponent } from '../../types/FunctionalSvgIconComponent';
|
|
2
|
+
import { SvgProps } from '@wikicasa-dev/types';
|
|
3
|
+
|
|
4
|
+
export declare const AtticIcon: FunctionalSvgIconComponent<Partial<SvgProps & {
|
|
5
|
+
'stroke-color': `#${string}`;
|
|
6
|
+
'stroke-width': number;
|
|
7
|
+
}>>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { FunctionalSvgIconComponent } from '../../types/FunctionalSvgIconComponent';
|
|
2
|
+
import { SvgProps } from '@wikicasa-dev/types';
|
|
3
|
+
|
|
4
|
+
export declare const CeilingIcon: FunctionalSvgIconComponent<Partial<SvgProps & {
|
|
5
|
+
'stroke-color': `#${string}`;
|
|
6
|
+
'stroke-width': number;
|
|
7
|
+
}>>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { FunctionalSvgIconComponent } from '../../types/FunctionalSvgIconComponent';
|
|
2
|
+
import { SvgProps } from '@wikicasa-dev/types';
|
|
3
|
+
|
|
4
|
+
export declare const CellarIcon: FunctionalSvgIconComponent<Partial<SvgProps & {
|
|
5
|
+
'stroke-color': `#${string}`;
|
|
6
|
+
'stroke-width': number;
|
|
7
|
+
}>>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { FunctionalSvgIconComponent } from '../../types/FunctionalSvgIconComponent';
|
|
2
|
+
import { SvgProps } from '@wikicasa-dev/types';
|
|
3
|
+
|
|
4
|
+
export declare const ClosetIcon: FunctionalSvgIconComponent<Partial<SvgProps & {
|
|
5
|
+
'stroke-color': `#${string}`;
|
|
6
|
+
'stroke-width': number;
|
|
7
|
+
}>>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { FunctionalSvgIconComponent } from '../../types/FunctionalSvgIconComponent';
|
|
2
|
+
import { SvgProps } from '@wikicasa-dev/types';
|
|
3
|
+
|
|
4
|
+
export declare const ElectricGateIcon: FunctionalSvgIconComponent<Partial<SvgProps & {
|
|
5
|
+
'stroke-color': `#${string}`;
|
|
6
|
+
'stroke-width': number;
|
|
7
|
+
}>>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { FunctionalSvgIconComponent } from '../../types/FunctionalSvgIconComponent';
|
|
2
|
+
import { SvgProps } from '@wikicasa-dev/types';
|
|
3
|
+
|
|
4
|
+
export declare const EntranceIcon: FunctionalSvgIconComponent<Partial<SvgProps & {
|
|
5
|
+
'stroke-color': `#${string}`;
|
|
6
|
+
'stroke-width': number;
|
|
7
|
+
}>>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { FunctionalSvgIconComponent } from '../../types/FunctionalSvgIconComponent';
|
|
2
|
+
import { SvgProps } from '@wikicasa-dev/types';
|
|
3
|
+
|
|
4
|
+
export declare const FireplaceIcon: FunctionalSvgIconComponent<Partial<SvgProps & {
|
|
5
|
+
'stroke-color': `#${string}`;
|
|
6
|
+
'stroke-width': number;
|
|
7
|
+
}>>;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { FunctionalSvgIconComponent } from '../../types/FunctionalSvgIconComponent';
|
|
2
|
+
import { SvgProps } from '@wikicasa-dev/types';
|
|
3
|
+
|
|
4
|
+
export declare const FixturesIcon: FunctionalSvgIconComponent<Partial<SvgProps & {
|
|
5
|
+
'stroke-color': `#${string}`;
|
|
6
|
+
'stroke-width': number;
|
|
7
|
+
}>>;
|