@wikicasa-dev/svg-icons 0.0.42 → 0.0.44
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/AnalyticsIcon.js +1 -1
- package/dist/ArrowIndicatorIcon.js +1 -1
- package/dist/AuctionHammerIcon.js +69 -0
- package/dist/BankIcon.js +1 -1
- package/dist/BathroomIcon.js +32 -0
- package/dist/BusIcon.js +1 -1
- package/dist/CartIcon.js +1 -1
- package/dist/Charge.js +1 -1
- package/dist/CheckIcon.js +1 -1
- package/dist/CheckRoundedIcon.js +1 -1
- package/dist/CredipassIcon.js +24 -0
- package/dist/DemandIcon.js +1 -1
- package/dist/DownloadIcon.js +1 -1
- package/dist/EnergyClassIcon.js +43 -0
- package/dist/ExternalLinkIcon.js +26 -0
- package/dist/FacebookIcon.js +1 -1
- package/dist/FacebookRoundedIcon.js +82 -0
- package/dist/GearIcon.js +1 -1
- package/dist/GenericUserWikiAvatarSquaredImg.js +154 -0
- package/dist/GoogleIcon.js +1 -1
- package/dist/HamburgerMenuIcon.js +1 -1
- package/dist/HeartShadowedIcon.js +71 -0
- package/dist/HomeIcon.js +1 -1
- package/dist/HospitalIcon.js +1 -1
- package/dist/HouseValuationIcon.js +1 -1
- package/dist/InfoIcon.js +1 -1
- package/dist/InstagramIcon.js +1 -1
- package/dist/LinkedinIcon.js +1 -1
- package/dist/PharmacyIcon.js +1 -1
- package/dist/PhotoIcon.js +25 -40
- package/dist/PinShadowedIcon.js +1 -1
- package/dist/PostIcon.js +1 -1
- package/dist/PriceIcon.js +1 -1
- package/dist/PrincipalIcon.js +1 -1
- package/dist/SchoolIcon.js +1 -1
- package/dist/SortIcon.js +32 -0
- package/dist/SquareMeterIcon.js +1 -1
- package/dist/SubwayIcon.js +1 -1
- package/dist/TelegramRoundedIcon.js +53 -0
- package/dist/TrainAltIcon.js +1 -1
- package/dist/TrainIcon.js +1 -1
- package/dist/TransactionIcon.js +1 -1
- package/dist/WhatsappRoundedIcon.js +19 -0
- package/dist/WikiNoSavedSearches.js +434 -0
- package/dist/WikicasaIcon.js +1 -1
- package/dist/WikicasaRoundedIcon.js +1 -1
- package/dist/YoutubeIcon.js +1 -1
- package/dist/index.js +148 -122
- package/dist/lib/index.d.ts +110 -99
- package/dist/lib/svgIcons/AuctionHammerIcon.d.ts +6 -0
- package/dist/lib/svgIcons/BathroomIcon.d.ts +3 -0
- package/dist/lib/svgIcons/CredipassIcon.d.ts +6 -0
- package/dist/lib/svgIcons/EnergyClassIcon.d.ts +3 -0
- package/dist/lib/svgIcons/ExternalLinkIcon.d.ts +3 -0
- package/dist/lib/svgIcons/FacebookRoundedIcon.d.ts +6 -0
- package/dist/lib/svgIcons/HeartShadowedIcon.d.ts +4 -0
- package/dist/lib/svgIcons/PhotoIcon.d.ts +4 -2
- package/dist/lib/svgIcons/SortIcon.d.ts +3 -0
- package/dist/lib/svgIcons/TelegramRoundedIcon.d.ts +6 -0
- package/dist/lib/svgIcons/WhatsappRoundedIcon.d.ts +6 -0
- package/dist/lib/svgImages/GenericUserWikiAvatarSquaredImg.d.ts +6 -0
- package/dist/lib/svgImages/WikiNoSavedSearches.d.ts +4 -0
- package/dist/svgIconFactory-Dn0WJdb3.js +23 -0
- package/package.json +1 -1
- package/dist/svgIconFactory-B4HDiwZr.js +0 -19
package/dist/index.js
CHANGED
|
@@ -4,21 +4,21 @@ 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
|
|
8
|
-
import { CloseIcon as
|
|
9
|
-
import { DashboardIcon as
|
|
10
|
-
import { DeleteIcon as
|
|
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
|
|
7
|
+
import { CheckInactiveIcon as l } from "./CheckInactiveIcon.js";
|
|
8
|
+
import { CloseIcon as g } from "./CloseIcon.js";
|
|
9
|
+
import { DashboardIcon as k } from "./DashboardIcon.js";
|
|
10
|
+
import { DeleteIcon as W } from "./DeleteIcon.js";
|
|
11
|
+
import { DrawIcon as P } from "./DrawIcon.js";
|
|
12
|
+
import { EditIcon as w } from "./EditIcon.js";
|
|
13
|
+
import { GermanyFlagIcon as N } from "./GermanyFlagIcon.js";
|
|
14
|
+
import { HeartIcon as y } from "./HeartIcon.js";
|
|
15
|
+
import { HidePswIcon as H } from "./HidePswIcon.js";
|
|
16
|
+
import { HomeIcon as v } from "./HomeIcon.js";
|
|
17
|
+
import { ItalyFlagIcon as V } from "./ItalyFlagIcon.js";
|
|
18
18
|
import { LayersIcon as F } from "./LayersIcon.js";
|
|
19
|
-
import { LocationIcon as
|
|
19
|
+
import { LocationIcon as T } from "./LocationIcon.js";
|
|
20
20
|
import { LogoutIcon as U } from "./LogoutIcon.js";
|
|
21
|
-
import { MailIcon as
|
|
21
|
+
import { MailIcon as E } from "./MailIcon.js";
|
|
22
22
|
import { MapIcon as Q } from "./MapIcon.js";
|
|
23
23
|
import { NewsIcon as j } from "./NewsIcon.js";
|
|
24
24
|
import { NotesIcon as K } from "./NotesIcon.js";
|
|
@@ -31,21 +31,21 @@ import { PrintIcon as co } from "./PrintIcon.js";
|
|
|
31
31
|
import { ProfileIcon as Io } from "./ProfileIcon.js";
|
|
32
32
|
import { QuotesIcon as xo } from "./QuotesIcon.js";
|
|
33
33
|
import { RequestIcon as io } from "./RequestIcon.js";
|
|
34
|
-
import { SearchIcon as
|
|
35
|
-
import { ShareIcon as
|
|
36
|
-
import { SuitcaseIcon as
|
|
37
|
-
import { TieIcon as
|
|
34
|
+
import { SearchIcon as so } from "./SearchIcon.js";
|
|
35
|
+
import { ShareIcon as uo } from "./ShareIcon.js";
|
|
36
|
+
import { SuitcaseIcon as ho } 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
|
|
39
|
+
import { UkFlagIcon as Co } from "./UkFlagIcon.js";
|
|
40
|
+
import { ValuationIcon as bo } from "./ValuationIcon.js";
|
|
41
|
+
import { VideoIcon as Do } from "./VideoIcon.js";
|
|
42
|
+
import { ViewPswIcon as Lo } from "./ViewPswIcon.js";
|
|
43
|
+
import { WalletIcon as Ro } from "./WalletIcon.js";
|
|
44
44
|
import { WarningIcon as Bo } from "./WarningIcon.js";
|
|
45
|
-
import { WarningIconRounded as
|
|
46
|
-
import { WkAppIcon as
|
|
45
|
+
import { WarningIconRounded as Mo } from "./WarningIconRounded.js";
|
|
46
|
+
import { WkAppIcon as Go } from "./WkAppIcon.js";
|
|
47
47
|
import { AnalyticsIcon as qo } from "./AnalyticsIcon.js";
|
|
48
|
-
import { WikicasaIcon as
|
|
48
|
+
import { WikicasaIcon as zo } from "./WikicasaIcon.js";
|
|
49
49
|
import { GearIcon as Yo } from "./GearIcon.js";
|
|
50
50
|
import { WkFavIcon as Jo } from "./WkFavIcon.js";
|
|
51
51
|
import { FacebookIcon as Oo } from "./FacebookIcon.js";
|
|
@@ -57,99 +57,121 @@ 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 dr } from "./PinShadowedIcon.js";
|
|
61
61
|
import { HouseValuationIcon as sr } from "./HouseValuationIcon.js";
|
|
62
|
-
import { CheckRoundedIcon as
|
|
63
|
-
import { DownloadIcon as
|
|
64
|
-
import { SquareMeterIcon as
|
|
62
|
+
import { CheckRoundedIcon as ur } from "./CheckRoundedIcon.js";
|
|
63
|
+
import { DownloadIcon as hr } 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 {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
66
|
+
import { DemandIcon as Cr } from "./DemandIcon.js";
|
|
67
|
+
import { TransactionIcon as br } from "./TransactionIcon.js";
|
|
68
|
+
import { InfoIcon as Dr } from "./InfoIcon.js";
|
|
69
|
+
import { CheckIcon as Lr } from "./CheckIcon.js";
|
|
70
|
+
import { ExternalLinkIcon as Rr } from "./ExternalLinkIcon.js";
|
|
71
|
+
import { BathroomIcon as Br } from "./BathroomIcon.js";
|
|
72
|
+
import { EnergyClassIcon as Mr } from "./EnergyClassIcon.js";
|
|
73
|
+
import { AuctionHammerIcon as Gr } from "./AuctionHammerIcon.js";
|
|
74
|
+
import { PhotoIcon as qr } from "./PhotoIcon.js";
|
|
75
|
+
import { TelegramRoundedIcon as zr } from "./TelegramRoundedIcon.js";
|
|
76
|
+
import { WhatsappRoundedIcon as Yr } from "./WhatsappRoundedIcon.js";
|
|
77
|
+
import { FacebookRoundedIcon as Jr } from "./FacebookRoundedIcon.js";
|
|
78
|
+
import { CredipassIcon as Or } from "./CredipassIcon.js";
|
|
79
|
+
import { HeartShadowedIcon as Zr } from "./HeartShadowedIcon.js";
|
|
80
|
+
import { SortIcon as $r } from "./SortIcon.js";
|
|
81
|
+
import { BankIcon as re } from "./BankIcon.js";
|
|
82
|
+
import { BusIcon as te } from "./BusIcon.js";
|
|
83
|
+
import { CartIcon as me } from "./CartIcon.js";
|
|
84
|
+
import { ChargeIcon as pe } from "./Charge.js";
|
|
85
|
+
import { HospitalIcon as fe } from "./HospitalIcon.js";
|
|
86
|
+
import { PharmacyIcon as ae } from "./PharmacyIcon.js";
|
|
87
|
+
import { PostIcon as de } from "./PostIcon.js";
|
|
88
|
+
import { SchoolIcon as se } from "./SchoolIcon.js";
|
|
89
|
+
import { SubwayIcon as ue } from "./SubwayIcon.js";
|
|
90
|
+
import { TrainIcon as he } from "./TrainIcon.js";
|
|
91
|
+
import { TrainAltIcon as Se } from "./TrainAltIcon.js";
|
|
92
|
+
import { WikicasaDatiLogoIcon as Ae } from "./WikicasaDatiLogo.js";
|
|
93
|
+
import { WikicasaLogoIcon as Ce } from "./WikicasaLogo.js";
|
|
94
|
+
import { WikiNerdImg as be } from "./WikiNerd.js";
|
|
95
|
+
import { WikiNerdValutaMobileImg as De } from "./WikiNerdValutaMobile.js";
|
|
96
|
+
import { WikiNerdMercatoImg as Le } from "./WikiNerdMercatoHome.js";
|
|
97
|
+
import { WikiNerdValutaDesktopImg as Re } from "./WikiNerdValutaDesktop.js";
|
|
98
|
+
import { WikiNerdDownloadAppImg as Be } from "./WikiNerdDownloadApp.js";
|
|
99
|
+
import { WikicasaStudioLogoIcon as Me } from "./WikicasaStudioLogo.js";
|
|
100
|
+
import { GenericUserWikiAvatarImg as Ge } from "./GenericUserWikiAvatar.js";
|
|
101
|
+
import { ShieldImg as qe } from "./ShieldImg.js";
|
|
102
|
+
import { SnapImg as ze } from "./SnapImg.js";
|
|
103
|
+
import { StopWatchImg as Ye } from "./StopWatchImg.js";
|
|
104
|
+
import { CheckImg as Je } from "./CheckImg.js";
|
|
105
|
+
import { IareeImg as Oe } from "./IareeImg.js";
|
|
106
|
+
import { WikiNerdAnalyzeImg as Ze } from "./WikiNerdAnalyzeImg.js";
|
|
107
|
+
import { WikiNerdValuationNotAvailableImg as $e } from "./WikiNerdValuationNotAvailableImg.js";
|
|
108
|
+
import { InsightImg as rt } from "./InsightImg.js";
|
|
109
|
+
import { GenericUserWikiAvatarSquaredImg as tt } from "./GenericUserWikiAvatarSquaredImg.js";
|
|
110
|
+
import { WikiNoSavedSearchesImg as mt } from "./WikiNoSavedSearches.js";
|
|
98
111
|
export {
|
|
99
112
|
e as AboutUsIcon,
|
|
100
113
|
qo as AnalyticsIcon,
|
|
101
114
|
n as ArrowIcon,
|
|
102
115
|
fr as ArrowIndicatorIcon,
|
|
103
|
-
|
|
116
|
+
Gr as AuctionHammerIcon,
|
|
117
|
+
re as BankIcon,
|
|
104
118
|
c as BarChartIcon,
|
|
119
|
+
Br as BathroomIcon,
|
|
105
120
|
I as BellIcon,
|
|
106
121
|
x as BulbIcon,
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
122
|
+
te as BusIcon,
|
|
123
|
+
me as CartIcon,
|
|
124
|
+
pe as ChargeIcon,
|
|
110
125
|
i as CheckActiveIcon,
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
126
|
+
Lr as CheckIcon,
|
|
127
|
+
Je as CheckImg,
|
|
128
|
+
l as CheckInactiveIcon,
|
|
129
|
+
ur as CheckRoundedIcon,
|
|
130
|
+
g as CloseIcon,
|
|
131
|
+
Or as CredipassIcon,
|
|
132
|
+
k as DashboardIcon,
|
|
133
|
+
W as DeleteIcon,
|
|
134
|
+
Cr as DemandIcon,
|
|
135
|
+
hr as DownloadIcon,
|
|
136
|
+
P as DrawIcon,
|
|
137
|
+
w as EditIcon,
|
|
138
|
+
Mr as EnergyClassIcon,
|
|
139
|
+
Rr as ExternalLinkIcon,
|
|
122
140
|
Oo as FacebookIcon,
|
|
141
|
+
Jr as FacebookRoundedIcon,
|
|
123
142
|
Yo as GearIcon,
|
|
124
|
-
|
|
125
|
-
|
|
143
|
+
Ge as GenericUserWikiAvatarImg,
|
|
144
|
+
tt as GenericUserWikiAvatarSquaredImg,
|
|
145
|
+
N as GermanyFlagIcon,
|
|
126
146
|
mr as GoogleIcon,
|
|
127
147
|
tr as HamburgerMenuIcon,
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
H as
|
|
131
|
-
|
|
148
|
+
y as HeartIcon,
|
|
149
|
+
Zr as HeartShadowedIcon,
|
|
150
|
+
H as HidePswIcon,
|
|
151
|
+
v as HomeIcon,
|
|
152
|
+
fe as HospitalIcon,
|
|
132
153
|
sr as HouseValuationIcon,
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
154
|
+
Oe as IareeImg,
|
|
155
|
+
Dr as InfoIcon,
|
|
156
|
+
rt as InsightImg,
|
|
136
157
|
$o as InstagramIcon,
|
|
137
|
-
|
|
158
|
+
V as ItalyFlagIcon,
|
|
138
159
|
F as LayersIcon,
|
|
139
160
|
Zo as LinkedinIcon,
|
|
140
|
-
|
|
161
|
+
T as LocationIcon,
|
|
141
162
|
U as LogoutIcon,
|
|
142
|
-
|
|
163
|
+
E as MailIcon,
|
|
143
164
|
Q as MapIcon,
|
|
144
165
|
j as NewsIcon,
|
|
145
166
|
K as NotesIcon,
|
|
146
|
-
|
|
167
|
+
ae as PharmacyIcon,
|
|
147
168
|
X as PhoneIcon,
|
|
169
|
+
qr as PhotoIcon,
|
|
148
170
|
_ as PinIcon,
|
|
149
|
-
|
|
171
|
+
dr as PinShadowedIcon,
|
|
150
172
|
oo as PlanIcon,
|
|
151
173
|
eo as PlusIcon,
|
|
152
|
-
|
|
174
|
+
de as PostIcon,
|
|
153
175
|
no as PrestigeIcon,
|
|
154
176
|
Ar as PriceIcon,
|
|
155
177
|
ar as PrincipalIcon,
|
|
@@ -157,40 +179,44 @@ export {
|
|
|
157
179
|
Io as ProfileIcon,
|
|
158
180
|
xo as QuotesIcon,
|
|
159
181
|
io as RequestIcon,
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
182
|
+
se as SchoolIcon,
|
|
183
|
+
so as SearchIcon,
|
|
184
|
+
uo as ShareIcon,
|
|
185
|
+
qe as ShieldImg,
|
|
186
|
+
ze as SnapImg,
|
|
187
|
+
$r as SortIcon,
|
|
188
|
+
Sr as SquareMeterIcon,
|
|
189
|
+
Ye as StopWatchImg,
|
|
190
|
+
ue as SubwayIcon,
|
|
191
|
+
ho as SuitcaseIcon,
|
|
192
|
+
zr as TelegramRoundedIcon,
|
|
193
|
+
So as TieIcon,
|
|
170
194
|
Ao as TourIcon,
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
195
|
+
Se as TrainAltIcon,
|
|
196
|
+
he as TrainIcon,
|
|
197
|
+
br as TransactionIcon,
|
|
198
|
+
Co as UkFlagIcon,
|
|
199
|
+
bo as ValuationIcon,
|
|
200
|
+
Do as VideoIcon,
|
|
201
|
+
Lo as ViewPswIcon,
|
|
202
|
+
Ro as WalletIcon,
|
|
179
203
|
Bo as WarningIcon,
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
204
|
+
Mo as WarningIconRounded,
|
|
205
|
+
Yr as WhatsappRoundedIcon,
|
|
206
|
+
Ze as WikiNerdAnalyzeImg,
|
|
207
|
+
Be as WikiNerdDownloadAppImg,
|
|
208
|
+
be as WikiNerdImg,
|
|
209
|
+
Le as WikiNerdMercatoImg,
|
|
210
|
+
$e as WikiNerdValuationNotAvailableImg,
|
|
211
|
+
Re as WikiNerdValutaDesktopImg,
|
|
212
|
+
De as WikiNerdValutaMobileImg,
|
|
213
|
+
mt as WikiNoSavedSearchesImg,
|
|
214
|
+
Ae as WikicasaDatiLogoIcon,
|
|
215
|
+
zo as WikicasaIcon,
|
|
216
|
+
Ce as WikicasaLogoIcon,
|
|
191
217
|
pr as WikicasaRoundedIcon,
|
|
192
|
-
|
|
193
|
-
|
|
218
|
+
Me as WikicasaStudioLogoIcon,
|
|
219
|
+
Go as WkAppIcon,
|
|
194
220
|
Jo as WkFavIcon,
|
|
195
221
|
rr as YoutubeIcon
|
|
196
222
|
};
|
package/dist/lib/index.d.ts
CHANGED
|
@@ -1,99 +1,110 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
export {
|
|
1
|
+
export { AboutUsIcon } from './svgIcons/AboutUsIcon';
|
|
2
|
+
export { ArrowIcon } from './svgIcons/ArrowIcon';
|
|
3
|
+
export { BarChartIcon } from './svgIcons/BarChartIcon';
|
|
4
|
+
export { BellIcon } from './svgIcons/BellIcon';
|
|
5
|
+
export { BulbIcon } from './svgIcons/BulbIcon';
|
|
6
|
+
export { CheckActiveIcon } from './svgIcons/CheckActiveIcon';
|
|
7
|
+
export { CheckInactiveIcon } from './svgIcons/CheckInactiveIcon';
|
|
8
|
+
export { CloseIcon } from './svgIcons/CloseIcon';
|
|
9
|
+
export { DashboardIcon } from './svgIcons/DashboardIcon';
|
|
10
|
+
export { DeleteIcon } from './svgIcons/DeleteIcon';
|
|
11
|
+
export { DrawIcon } from './svgIcons/DrawIcon';
|
|
12
|
+
export { EditIcon } from './svgIcons/EditIcon';
|
|
13
|
+
export { GermanyFlagIcon } from './svgIcons/GermanyFlagIcon';
|
|
14
|
+
export { HeartIcon } from './svgIcons/HeartIcon';
|
|
15
|
+
export { HidePswIcon } from './svgIcons/HidePswIcon';
|
|
16
|
+
export { HomeIcon } from './svgIcons/HomeIcon';
|
|
17
|
+
export { ItalyFlagIcon } from './svgIcons/ItalyFlagIcon';
|
|
18
|
+
export { LayersIcon } from './svgIcons/LayersIcon';
|
|
19
|
+
export { LocationIcon } from './svgIcons/LocationIcon';
|
|
20
|
+
export { LogoutIcon } from './svgIcons/LogoutIcon';
|
|
21
|
+
export { MailIcon } from './svgIcons/MailIcon';
|
|
22
|
+
export { MapIcon } from './svgIcons/MapIcon';
|
|
23
|
+
export { NewsIcon } from './svgIcons/NewsIcon';
|
|
24
|
+
export { NotesIcon } from './svgIcons/NotesIcon';
|
|
25
|
+
export { PhoneIcon } from './svgIcons/PhoneIcon';
|
|
26
|
+
export { PinIcon } from './svgIcons/PinIcon';
|
|
27
|
+
export { PlanIcon } from './svgIcons/PlanIcon';
|
|
28
|
+
export { PlusIcon } from './svgIcons/PlusIcon';
|
|
29
|
+
export { PrestigeIcon } from './svgIcons/PrestigeIcon';
|
|
30
|
+
export { PrintIcon } from './svgIcons/PrintIcon';
|
|
31
|
+
export { ProfileIcon } from './svgIcons/ProfileIcon';
|
|
32
|
+
export { QuotesIcon } from './svgIcons/QuotesIcon';
|
|
33
|
+
export { RequestIcon } from './svgIcons/RequestIcon';
|
|
34
|
+
export { SearchIcon } from './svgIcons/SearchIcon';
|
|
35
|
+
export { ShareIcon } from './svgIcons/ShareIcon';
|
|
36
|
+
export { SuitcaseIcon } from './svgIcons/SuitcaseIcon';
|
|
37
|
+
export { TieIcon } from './svgIcons/TieIcon';
|
|
38
|
+
export { TourIcon } from './svgIcons/TourIcon';
|
|
39
|
+
export { UkFlagIcon } from './svgIcons/UkFlagIcon';
|
|
40
|
+
export { ValuationIcon } from './svgIcons/ValuationIcon';
|
|
41
|
+
export { VideoIcon } from './svgIcons/VideoIcon';
|
|
42
|
+
export { ViewPswIcon } from './svgIcons/ViewPswIcon';
|
|
43
|
+
export { WalletIcon } from './svgIcons/WalletIcon';
|
|
44
|
+
export { WarningIcon } from './svgIcons/WarningIcon';
|
|
45
|
+
export { WarningIconRounded } from './svgIcons/WarningIconRounded';
|
|
46
|
+
export { WkAppIcon } from './svgIcons/WkAppIcon';
|
|
47
|
+
export { AnalyticsIcon } from './svgIcons/AnalyticsIcon';
|
|
48
|
+
export { WikicasaIcon } from './svgIcons/WikicasaIcon';
|
|
49
|
+
export { GearIcon } from './svgIcons/GearIcon';
|
|
50
|
+
export { WkFavIcon } from './svgIcons/WkFavIcon';
|
|
51
|
+
export { FacebookIcon } from './svgIcons/FacebookIcon';
|
|
52
|
+
export { LinkedinIcon } from './svgIcons/LinkedinIcon';
|
|
53
|
+
export { InstagramIcon } from './svgIcons/InstagramIcon';
|
|
54
|
+
export { YoutubeIcon } from './svgIcons/YoutubeIcon';
|
|
55
|
+
export { HamburgerMenuIcon } from './svgIcons/HamburgerMenuIcon';
|
|
56
|
+
export { GoogleIcon } from './svgIcons/GoogleIcon';
|
|
57
|
+
export { WikicasaRoundedIcon } from './svgIcons/WikicasaRoundedIcon';
|
|
58
|
+
export { ArrowIndicatorIcon } from './svgIcons/ArrowIndicatorIcon';
|
|
59
|
+
export { PrincipalIcon } from './svgIcons/PrincipalIcon';
|
|
60
|
+
export { PinShadowedIcon } from './svgIcons/PinShadowedIcon';
|
|
61
|
+
export { HouseValuationIcon } from './svgIcons/HouseValuationIcon';
|
|
62
|
+
export { CheckRoundedIcon } from './svgIcons/CheckRoundedIcon';
|
|
63
|
+
export { DownloadIcon } from './svgIcons/DownloadIcon';
|
|
64
|
+
export { SquareMeterIcon } from './svgIcons/SquareMeterIcon';
|
|
65
|
+
export { PriceIcon } from './svgIcons/PriceIcon';
|
|
66
|
+
export { DemandIcon } from './svgIcons/DemandIcon';
|
|
67
|
+
export { TransactionIcon } from './svgIcons/TransactionIcon';
|
|
68
|
+
export { InfoIcon } from './svgIcons/InfoIcon';
|
|
69
|
+
export { CheckIcon } from './svgIcons/CheckIcon';
|
|
70
|
+
export { ExternalLinkIcon } from './svgIcons/ExternalLinkIcon';
|
|
71
|
+
export { BathroomIcon } from './svgIcons/BathroomIcon';
|
|
72
|
+
export { EnergyClassIcon } from './svgIcons/EnergyClassIcon';
|
|
73
|
+
export { AuctionHammerIcon } from './svgIcons/AuctionHammerIcon';
|
|
74
|
+
export { PhotoIcon } from './svgIcons/PhotoIcon';
|
|
75
|
+
export { TelegramRoundedIcon } from './svgIcons/TelegramRoundedIcon';
|
|
76
|
+
export { WhatsappRoundedIcon } from './svgIcons/WhatsappRoundedIcon';
|
|
77
|
+
export { FacebookRoundedIcon } from './svgIcons/FacebookRoundedIcon';
|
|
78
|
+
export { CredipassIcon } from './svgIcons/CredipassIcon';
|
|
79
|
+
export { HeartShadowedIcon } from './svgIcons/HeartShadowedIcon';
|
|
80
|
+
export { SortIcon } from './svgIcons/SortIcon';
|
|
81
|
+
export { BankIcon } from './svgIcons/poi/BankIcon';
|
|
82
|
+
export { BusIcon } from './svgIcons/poi/BusIcon';
|
|
83
|
+
export { CartIcon } from './svgIcons/poi/CartIcon';
|
|
84
|
+
export { ChargeIcon } from './svgIcons/poi/Charge';
|
|
85
|
+
export { HospitalIcon } from './svgIcons/poi/HospitalIcon';
|
|
86
|
+
export { PharmacyIcon } from './svgIcons/poi/PharmacyIcon';
|
|
87
|
+
export { PostIcon } from './svgIcons/poi/PostIcon';
|
|
88
|
+
export { SchoolIcon } from './svgIcons/poi/SchoolIcon';
|
|
89
|
+
export { SubwayIcon } from './svgIcons/poi/SubwayIcon';
|
|
90
|
+
export { TrainIcon } from './svgIcons/poi/TrainIcon';
|
|
91
|
+
export { TrainAltIcon } from './svgIcons/poi/TrainAltIcon';
|
|
92
|
+
export { WikicasaDatiLogoIcon } from './svgImages/WikicasaDatiLogo';
|
|
93
|
+
export { WikicasaLogoIcon } from './svgImages/WikicasaLogo';
|
|
94
|
+
export { WikiNerdImg } from './svgImages/WikiNerd';
|
|
95
|
+
export { WikiNerdValutaMobileImg } from './svgImages/WikiNerdValutaMobile';
|
|
96
|
+
export { WikiNerdMercatoImg } from './svgImages/WikiNerdMercatoHome';
|
|
97
|
+
export { WikiNerdValutaDesktopImg } from './svgImages/WikiNerdValutaDesktop';
|
|
98
|
+
export { WikiNerdDownloadAppImg } from './svgImages/WikiNerdDownloadApp';
|
|
99
|
+
export { WikicasaStudioLogoIcon } from './svgImages/WikicasaStudioLogo';
|
|
100
|
+
export { GenericUserWikiAvatarImg } from './svgImages/GenericUserWikiAvatar';
|
|
101
|
+
export { ShieldImg } from './svgImages/ShieldImg';
|
|
102
|
+
export { SnapImg } from './svgImages/SnapImg';
|
|
103
|
+
export { StopWatchImg } from './svgImages/StopWatchImg';
|
|
104
|
+
export { CheckImg } from './svgImages/CheckImg';
|
|
105
|
+
export { IareeImg } from './svgImages/IareeImg';
|
|
106
|
+
export { WikiNerdAnalyzeImg } from './svgImages/WikiNerdAnalyzeImg';
|
|
107
|
+
export { WikiNerdValuationNotAvailableImg } from './svgImages/WikiNerdValuationNotAvailableImg';
|
|
108
|
+
export { InsightImg } from './svgImages/InsightImg';
|
|
109
|
+
export { GenericUserWikiAvatarSquaredImg } from './svgImages/GenericUserWikiAvatarSquaredImg';
|
|
110
|
+
export { WikiNoSavedSearchesImg } from './svgImages/WikiNoSavedSearches';
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { FunctionalSvgIconComponent } from '../../types/FunctionalSvgIconComponent';
|
|
2
2
|
import { SvgProps } from '@wikicasa-dev/types';
|
|
3
3
|
|
|
4
|
-
export declare const PhotoIcon:
|
|
4
|
+
export declare const PhotoIcon: FunctionalSvgIconComponent<Partial<SvgProps & {
|
|
5
|
+
bgColor?: string;
|
|
6
|
+
}>>;
|