huspy-icons 0.3.24 → 0.3.26
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/fonts/HuspyIcons.css +190 -130
- package/dist/fonts/HuspyIcons.eot +0 -0
- package/dist/fonts/HuspyIcons.json +146 -126
- package/dist/fonts/HuspyIcons.ts +186 -126
- package/dist/fonts/HuspyIcons.ttf +0 -0
- package/dist/fonts/HuspyIcons.woff +0 -0
- package/dist/fonts/HuspyIcons.woff2 +0 -0
- package/dist/native/index.d.ts +1 -1
- package/dist/native/index.js +146 -126
- package/dist/native/index.js.map +1 -1
- package/dist/react/index.d.mts +42 -2
- package/dist/react/index.d.ts +42 -2
- package/dist/react/index.js +1826 -695
- package/dist/react/index.js.map +1 -1
- package/dist/react/index.mjs +1717 -586
- package/dist/react/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/native/glyphMap.ts +147 -127
- package/src/react/Barbeque.tsx +98 -0
- package/src/react/ClassicBuilding.tsx +74 -0
- package/src/react/Concierge.tsx +31 -0
- package/src/react/Dishwasher.tsx +30 -0
- package/src/react/Doorman.tsx +44 -0
- package/src/react/EquippedKitchen.tsx +24 -0
- package/src/react/Garage.tsx +56 -0
- package/src/react/Gym.tsx +24 -0
- package/src/react/Icon.tsx +61 -1
- package/src/react/MaidsRoom.tsx +24 -0
- package/src/react/MaidsService.tsx +24 -0
- package/src/react/Monumental.tsx +24 -0
- package/src/react/PaddleTennis.tsx +24 -0
- package/src/react/PartyHall.tsx +31 -0
- package/src/react/Sauna.tsx +31 -0
- package/src/react/Sea.tsx +24 -0
- package/src/react/Tennis.tsx +24 -0
- package/src/react/UserSquare.tsx +24 -0
- package/src/react/WalkInCloset.tsx +24 -0
- package/src/react/WashingMachine.tsx +30 -0
- package/src/react/Wifi.tsx +56 -0
- package/src/react/index.ts +20 -0
- package/src/react/index.tsx +20 -0
package/dist/react/index.d.ts
CHANGED
|
@@ -62,6 +62,8 @@ declare const SvgArrowUpRight: ({ size, ...props }: ReactIconProps) => React$1.J
|
|
|
62
62
|
|
|
63
63
|
declare const SvgBalconyWindow: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
64
64
|
|
|
65
|
+
declare const SvgBarbeque: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
66
|
+
|
|
65
67
|
declare const SvgBath: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
66
68
|
|
|
67
69
|
declare const SvgBedDouble: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
@@ -102,22 +104,32 @@ declare const SvgChevronUp: ({ size, ...props }: ReactIconProps) => React$1.JSX.
|
|
|
102
104
|
|
|
103
105
|
declare const SvgCircleOff: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
104
106
|
|
|
107
|
+
declare const SvgClassicBuilding: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
108
|
+
|
|
105
109
|
declare const SvgCloset: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
106
110
|
|
|
107
111
|
declare const SvgCollections: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
108
112
|
|
|
113
|
+
declare const SvgConcierge: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
114
|
+
|
|
109
115
|
declare const SvgContact: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
110
116
|
|
|
111
117
|
declare const SvgCopy: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
112
118
|
|
|
119
|
+
declare const SvgDishwasher: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
120
|
+
|
|
113
121
|
declare const SvgDoorOpen: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
114
122
|
|
|
123
|
+
declare const SvgDoorman: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
124
|
+
|
|
115
125
|
declare const SvgDuplex: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
116
126
|
|
|
117
127
|
declare const SvgEdit: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
118
128
|
|
|
119
129
|
declare const SvgElectric: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
120
130
|
|
|
131
|
+
declare const SvgEquippedKitchen: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
132
|
+
|
|
121
133
|
declare const SvgExploreFilled: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
122
134
|
|
|
123
135
|
declare const SvgExploreLinear: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
@@ -150,10 +162,14 @@ declare const SvgFilter: ({ size, ...props }: ReactIconProps) => React$1.JSX.Ele
|
|
|
150
162
|
|
|
151
163
|
declare const SvgFurnished: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
152
164
|
|
|
165
|
+
declare const SvgGarage: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
166
|
+
|
|
153
167
|
declare const SvgGarden: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
154
168
|
|
|
155
169
|
declare const SvgGasHeating: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
156
170
|
|
|
171
|
+
declare const SvgGym: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
172
|
+
|
|
157
173
|
declare const SvgHeating: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
158
174
|
|
|
159
175
|
declare const SvgHelpCircle: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
@@ -192,6 +208,10 @@ declare const SvgLogout: ({ size, ...props }: ReactIconProps) => React$1.JSX.Ele
|
|
|
192
208
|
|
|
193
209
|
declare const SvgMagicWand: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
194
210
|
|
|
211
|
+
declare const SvgMaidsRoom: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
212
|
+
|
|
213
|
+
declare const SvgMaidsService: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
214
|
+
|
|
195
215
|
declare const SvgMail: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
196
216
|
|
|
197
217
|
declare const SvgMap: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
@@ -200,6 +220,8 @@ declare const SvgMapPin: ({ size, ...props }: ReactIconProps) => React$1.JSX.Ele
|
|
|
200
220
|
|
|
201
221
|
declare const SvgMinus: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
202
222
|
|
|
223
|
+
declare const SvgMonumental: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
224
|
+
|
|
203
225
|
declare const SvgMoreHorizontal: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
204
226
|
|
|
205
227
|
declare const SvgMortgage: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
@@ -210,8 +232,12 @@ declare const SvgNotes: ({ size, ...props }: ReactIconProps) => React$1.JSX.Elem
|
|
|
210
232
|
|
|
211
233
|
declare const SvgOutside: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
212
234
|
|
|
235
|
+
declare const SvgPaddleTennis: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
236
|
+
|
|
213
237
|
declare const SvgParking: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
214
238
|
|
|
239
|
+
declare const SvgPartyHall: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
240
|
+
|
|
215
241
|
declare const SvgPatio: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
216
242
|
|
|
217
243
|
declare const SvgPayments: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
@@ -242,6 +268,10 @@ declare const SvgRestaurant: ({ size, ...props }: ReactIconProps) => React$1.JSX
|
|
|
242
268
|
|
|
243
269
|
declare const SvgSale: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
244
270
|
|
|
271
|
+
declare const SvgSauna: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
272
|
+
|
|
273
|
+
declare const SvgSea: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
274
|
+
|
|
245
275
|
declare const SvgSearch: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
246
276
|
|
|
247
277
|
declare const SvgSearchX: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
@@ -260,6 +290,8 @@ declare const SvgSwimmingPool: ({ size, ...props }: ReactIconProps) => React$1.J
|
|
|
260
290
|
|
|
261
291
|
declare const SvgTasks: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
262
292
|
|
|
293
|
+
declare const SvgTennis: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
294
|
+
|
|
263
295
|
declare const SvgTerrace: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
264
296
|
|
|
265
297
|
declare const SvgThermometerSnowflake: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
@@ -276,10 +308,18 @@ declare const SvgUser: ({ size, ...props }: ReactIconProps) => React$1.JSX.Eleme
|
|
|
276
308
|
|
|
277
309
|
declare const SvgUserPlus: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
278
310
|
|
|
311
|
+
declare const SvgUserSquare: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
312
|
+
|
|
313
|
+
declare const SvgWalkInCloset: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
314
|
+
|
|
279
315
|
declare const SvgWarehouse: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
280
316
|
|
|
317
|
+
declare const SvgWashingMachine: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
318
|
+
|
|
281
319
|
declare const SvgWhatsapp: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
282
320
|
|
|
321
|
+
declare const SvgWifi: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
322
|
+
|
|
283
323
|
/**
|
|
284
324
|
* Icon imports - using dynamic imports for tree-shaking
|
|
285
325
|
* Auto-generated - do not edit manually
|
|
@@ -287,7 +327,7 @@ declare const SvgWhatsapp: ({ size, ...props }: ReactIconProps) => React$1.JSX.E
|
|
|
287
327
|
/**
|
|
288
328
|
* Available icon names
|
|
289
329
|
*/
|
|
290
|
-
type IconName = 'accessibility' | 'add-note' | 'ai' | 'air-conditioner' | 'alert-circle' | 'alert-triangle' | 'archive' | 'arrow-down' | 'arrow-down-left' | 'arrow-down-right' | 'arrow-left' | 'arrow-right' | 'arrow-up' | 'arrow-up-down' | 'arrow-up-left' | 'arrow-up-right' | 'balcony-window' | 'bath' | 'bed-double' | 'bell' | 'building' | 'calendar' | 'calendar-clock' | 'cancel' | 'cancel-circle-solid' | 'cancel-circle-stroke' | 'chalet-adosado' | 'chalet-independet' | 'chalet-pareado' | 'check' | 'check-check' | 'check-circle2' | 'chevron-down' | 'chevron-left' | 'chevron-right' | 'chevron-up' | 'circle-off' | 'closet' | 'collections' | 'contact' | 'copy' | 'door-open' | 'duplex' | 'edit' | 'electric' | 'explore-filled' | 'explore-linear' | 'eye-hidden' | 'eye-visible' | 'face-android' | 'face-ios-bold' | 'face-ios-light' | 'file-check' | 'file-input' | 'file-key' | 'file-lock' | 'file-signature' | 'file-spreadsheet' | 'file-text' | 'filter' | 'furnished' | 'garden' | 'gas-heating' | 'heating' | 'help-circle' | 'history' | 'home-filled' | 'home-linear' | 'icon-slot' | 'image' | 'image-off' | 'images-gallery' | 'info' | 'keys01' | 'leads-filled' | 'leads-linear' | 'lift' | 'loader' | 'lock' | 'loft' | 'logout' | 'magic-wand' | 'mail' | 'map' | 'map-pin' | 'minus' | 'more-horizontal' | 'mortgage' | 'note' | 'notes' | 'outside' | 'parking' | 'patio' | 'payments' | 'pencil-line' | 'pent-house' | 'pet' | 'phone-linear' | 'pin-map-solid' | 'play-solid' | 'plus' | 'promotion' | 'properties-filled' | 'properties-linear' | 'rent' | 'restaurant' | 'sale' | 'search' | 'search-x' | 'share' | 'size3d' | 'status-dot' | 'storage' | 'store' | 'swimming-pool' | 'tasks' | 'terrace' | 'thermometer-snowflake' | 'time' | 'touch-android' | 'touch-ios' | 'trash2' | 'user' | 'user-plus' | 'warehouse' | 'whatsapp';
|
|
330
|
+
type IconName = 'accessibility' | 'add-note' | 'ai' | 'air-conditioner' | 'alert-circle' | 'alert-triangle' | 'archive' | 'arrow-down' | 'arrow-down-left' | 'arrow-down-right' | 'arrow-left' | 'arrow-right' | 'arrow-up' | 'arrow-up-down' | 'arrow-up-left' | 'arrow-up-right' | 'balcony-window' | 'barbeque' | 'bath' | 'bed-double' | 'bell' | 'building' | 'calendar' | 'calendar-clock' | 'cancel' | 'cancel-circle-solid' | 'cancel-circle-stroke' | 'chalet-adosado' | 'chalet-independet' | 'chalet-pareado' | 'check' | 'check-check' | 'check-circle2' | 'chevron-down' | 'chevron-left' | 'chevron-right' | 'chevron-up' | 'circle-off' | 'classic-building' | 'closet' | 'collections' | 'concierge' | 'contact' | 'copy' | 'dishwasher' | 'door-open' | 'doorman' | 'duplex' | 'edit' | 'electric' | 'equipped-kitchen' | 'explore-filled' | 'explore-linear' | 'eye-hidden' | 'eye-visible' | 'face-android' | 'face-ios-bold' | 'face-ios-light' | 'file-check' | 'file-input' | 'file-key' | 'file-lock' | 'file-signature' | 'file-spreadsheet' | 'file-text' | 'filter' | 'furnished' | 'garage' | 'garden' | 'gas-heating' | 'gym' | 'heating' | 'help-circle' | 'history' | 'home-filled' | 'home-linear' | 'icon-slot' | 'image' | 'image-off' | 'images-gallery' | 'info' | 'keys01' | 'leads-filled' | 'leads-linear' | 'lift' | 'loader' | 'lock' | 'loft' | 'logout' | 'magic-wand' | 'maids-room' | 'maids-service' | 'mail' | 'map' | 'map-pin' | 'minus' | 'monumental' | 'more-horizontal' | 'mortgage' | 'note' | 'notes' | 'outside' | 'paddle-tennis' | 'parking' | 'party-hall' | 'patio' | 'payments' | 'pencil-line' | 'pent-house' | 'pet' | 'phone-linear' | 'pin-map-solid' | 'play-solid' | 'plus' | 'promotion' | 'properties-filled' | 'properties-linear' | 'rent' | 'restaurant' | 'sale' | 'sauna' | 'sea' | 'search' | 'search-x' | 'share' | 'size3d' | 'status-dot' | 'storage' | 'store' | 'swimming-pool' | 'tasks' | 'tennis' | 'terrace' | 'thermometer-snowflake' | 'time' | 'touch-android' | 'touch-ios' | 'trash2' | 'user' | 'user-plus' | 'user-square' | 'walk-in-closet' | 'warehouse' | 'washing-machine' | 'whatsapp' | 'wifi';
|
|
291
331
|
/**
|
|
292
332
|
* Props for the unified Icon component
|
|
293
333
|
*/
|
|
@@ -302,4 +342,4 @@ interface IconProps extends Omit<ReactIconProps, 'size'> {
|
|
|
302
342
|
*/
|
|
303
343
|
declare const Icon: ({ name, size, color, ...props }: IconProps) => React$1.JSX.Element | null;
|
|
304
344
|
|
|
305
|
-
export { SvgAccessibility as Accessibility, SvgAddNote as AddNote, SvgAi as Ai, SvgAirConditioner as AirConditioner, SvgAlertCircle as AlertCircle, SvgAlertTriangle as AlertTriangle, SvgArchive as Archive, SvgArrowDown as ArrowDown, SvgArrowDownLeft as ArrowDownLeft, SvgArrowDownRight as ArrowDownRight, SvgArrowLeft as ArrowLeft, SvgArrowRight as ArrowRight, SvgArrowUp as ArrowUp, SvgArrowUpDown as ArrowUpDown, SvgArrowUpLeft as ArrowUpLeft, SvgArrowUpRight as ArrowUpRight, SvgBalconyWindow as BalconyWindow, SvgBath as Bath, SvgBedDouble as BedDouble, SvgBell as Bell, SvgBuilding as Building, SvgCalendar as Calendar, SvgCalendarClock as CalendarClock, SvgCancel as Cancel, SvgCancelCircleSolid as CancelCircleSolid, SvgCancelCircleStroke as CancelCircleStroke, SvgChaletAdosado as ChaletAdosado, SvgChaletIndependet as ChaletIndependet, SvgChaletPareado as ChaletPareado, SvgCheck as Check, SvgCheckCheck as CheckCheck, SvgCheckCircle2 as CheckCircle2, SvgChevronDown as ChevronDown, SvgChevronLeft as ChevronLeft, SvgChevronRight as ChevronRight, SvgChevronUp as ChevronUp, SvgCircleOff as CircleOff, SvgCloset as Closet, SvgCollections as Collections, SvgContact as Contact, SvgCopy as Copy, SvgDoorOpen as DoorOpen, SvgDuplex as Duplex, SvgEdit as Edit, SvgElectric as Electric, SvgExploreFilled as ExploreFilled, SvgExploreLinear as ExploreLinear, SvgEyeHidden as EyeHidden, SvgEyeVisible as EyeVisible, SvgFaceAndroid as FaceAndroid, SvgFaceIosBold as FaceIosBold, SvgFaceIosLight as FaceIosLight, SvgFileCheck as FileCheck, SvgFileInput as FileInput, SvgFileKey as FileKey, SvgFileLock as FileLock, SvgFileSignature as FileSignature, SvgFileSpreadsheet as FileSpreadsheet, SvgFileText as FileText, SvgFilter as Filter, SvgFurnished as Furnished, SvgGarden as Garden, SvgGasHeating as GasHeating, SvgHeating as Heating, SvgHelpCircle as HelpCircle, SvgHistory as History, SvgHomeFilled as HomeFilled, SvgHomeLinear as HomeLinear, ICON_SIZES, Icon, type IconName, type IconProps, type IconSize, type IconSizeToken, SvgIconSlot as IconSlot, SvgImage as Image, SvgImageOff as ImageOff, SvgImagesGallery as ImagesGallery, SvgInfo as Info, SvgKeys01 as Keys01, SvgLeadsFilled as LeadsFilled, SvgLeadsLinear as LeadsLinear, SvgLift as Lift, SvgLoader as Loader, SvgLock as Lock, SvgLoft as Loft, SvgLogout as Logout, SvgMagicWand as MagicWand, SvgMail as Mail, SvgMap as Map, SvgMapPin as MapPin, SvgMinus as Minus, SvgMoreHorizontal as MoreHorizontal, SvgMortgage as Mortgage, SvgNote as Note, SvgNotes as Notes, SvgOutside as Outside, SvgParking as Parking, SvgPatio as Patio, SvgPayments as Payments, SvgPencilLine as PencilLine, SvgPentHouse as PentHouse, SvgPet as Pet, SvgPhoneLinear as PhoneLinear, SvgPinMapSolid as PinMapSolid, SvgPlaySolid as PlaySolid, SvgPlus as Plus, SvgPromotion as Promotion, SvgPropertiesFilled as PropertiesFilled, SvgPropertiesLinear as PropertiesLinear, type ReactIconProps, SvgRent as Rent, SvgRestaurant as Restaurant, SvgSale as Sale, SvgSearch as Search, SvgSearchX as SearchX, SvgShare as Share, SvgSize3D as Size3D, SvgStatusDot as StatusDot, SvgStorage as Storage, SvgStore as Store, SvgSwimmingPool as SwimmingPool, SvgTasks as Tasks, SvgTerrace as Terrace, SvgThermometerSnowflake as ThermometerSnowflake, SvgTime as Time, SvgTouchAndroid as TouchAndroid, SvgTouchIos as TouchIos, SvgTrash2 as Trash2, SvgUser as User, SvgUserPlus as UserPlus, SvgWarehouse as Warehouse, SvgWhatsapp as Whatsapp, resolveSize };
|
|
345
|
+
export { SvgAccessibility as Accessibility, SvgAddNote as AddNote, SvgAi as Ai, SvgAirConditioner as AirConditioner, SvgAlertCircle as AlertCircle, SvgAlertTriangle as AlertTriangle, SvgArchive as Archive, SvgArrowDown as ArrowDown, SvgArrowDownLeft as ArrowDownLeft, SvgArrowDownRight as ArrowDownRight, SvgArrowLeft as ArrowLeft, SvgArrowRight as ArrowRight, SvgArrowUp as ArrowUp, SvgArrowUpDown as ArrowUpDown, SvgArrowUpLeft as ArrowUpLeft, SvgArrowUpRight as ArrowUpRight, SvgBalconyWindow as BalconyWindow, SvgBarbeque as Barbeque, SvgBath as Bath, SvgBedDouble as BedDouble, SvgBell as Bell, SvgBuilding as Building, SvgCalendar as Calendar, SvgCalendarClock as CalendarClock, SvgCancel as Cancel, SvgCancelCircleSolid as CancelCircleSolid, SvgCancelCircleStroke as CancelCircleStroke, SvgChaletAdosado as ChaletAdosado, SvgChaletIndependet as ChaletIndependet, SvgChaletPareado as ChaletPareado, SvgCheck as Check, SvgCheckCheck as CheckCheck, SvgCheckCircle2 as CheckCircle2, SvgChevronDown as ChevronDown, SvgChevronLeft as ChevronLeft, SvgChevronRight as ChevronRight, SvgChevronUp as ChevronUp, SvgCircleOff as CircleOff, SvgClassicBuilding as ClassicBuilding, SvgCloset as Closet, SvgCollections as Collections, SvgConcierge as Concierge, SvgContact as Contact, SvgCopy as Copy, SvgDishwasher as Dishwasher, SvgDoorOpen as DoorOpen, SvgDoorman as Doorman, SvgDuplex as Duplex, SvgEdit as Edit, SvgElectric as Electric, SvgEquippedKitchen as EquippedKitchen, SvgExploreFilled as ExploreFilled, SvgExploreLinear as ExploreLinear, SvgEyeHidden as EyeHidden, SvgEyeVisible as EyeVisible, SvgFaceAndroid as FaceAndroid, SvgFaceIosBold as FaceIosBold, SvgFaceIosLight as FaceIosLight, SvgFileCheck as FileCheck, SvgFileInput as FileInput, SvgFileKey as FileKey, SvgFileLock as FileLock, SvgFileSignature as FileSignature, SvgFileSpreadsheet as FileSpreadsheet, SvgFileText as FileText, SvgFilter as Filter, SvgFurnished as Furnished, SvgGarage as Garage, SvgGarden as Garden, SvgGasHeating as GasHeating, SvgGym as Gym, SvgHeating as Heating, SvgHelpCircle as HelpCircle, SvgHistory as History, SvgHomeFilled as HomeFilled, SvgHomeLinear as HomeLinear, ICON_SIZES, Icon, type IconName, type IconProps, type IconSize, type IconSizeToken, SvgIconSlot as IconSlot, SvgImage as Image, SvgImageOff as ImageOff, SvgImagesGallery as ImagesGallery, SvgInfo as Info, SvgKeys01 as Keys01, SvgLeadsFilled as LeadsFilled, SvgLeadsLinear as LeadsLinear, SvgLift as Lift, SvgLoader as Loader, SvgLock as Lock, SvgLoft as Loft, SvgLogout as Logout, SvgMagicWand as MagicWand, SvgMaidsRoom as MaidsRoom, SvgMaidsService as MaidsService, SvgMail as Mail, SvgMap as Map, SvgMapPin as MapPin, SvgMinus as Minus, SvgMonumental as Monumental, SvgMoreHorizontal as MoreHorizontal, SvgMortgage as Mortgage, SvgNote as Note, SvgNotes as Notes, SvgOutside as Outside, SvgPaddleTennis as PaddleTennis, SvgParking as Parking, SvgPartyHall as PartyHall, SvgPatio as Patio, SvgPayments as Payments, SvgPencilLine as PencilLine, SvgPentHouse as PentHouse, SvgPet as Pet, SvgPhoneLinear as PhoneLinear, SvgPinMapSolid as PinMapSolid, SvgPlaySolid as PlaySolid, SvgPlus as Plus, SvgPromotion as Promotion, SvgPropertiesFilled as PropertiesFilled, SvgPropertiesLinear as PropertiesLinear, type ReactIconProps, SvgRent as Rent, SvgRestaurant as Restaurant, SvgSale as Sale, SvgSauna as Sauna, SvgSea as Sea, SvgSearch as Search, SvgSearchX as SearchX, SvgShare as Share, SvgSize3D as Size3D, SvgStatusDot as StatusDot, SvgStorage as Storage, SvgStore as Store, SvgSwimmingPool as SwimmingPool, SvgTasks as Tasks, SvgTennis as Tennis, SvgTerrace as Terrace, SvgThermometerSnowflake as ThermometerSnowflake, SvgTime as Time, SvgTouchAndroid as TouchAndroid, SvgTouchIos as TouchIos, SvgTrash2 as Trash2, SvgUser as User, SvgUserPlus as UserPlus, SvgUserSquare as UserSquare, SvgWalkInCloset as WalkInCloset, SvgWarehouse as Warehouse, SvgWashingMachine as WashingMachine, SvgWhatsapp as Whatsapp, SvgWifi as Wifi, resolveSize };
|