huspy-icons 0.3.39 → 0.3.41

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.
@@ -128,6 +128,8 @@ declare const SvgDoorOpen: ({ size, ...props }: ReactIconProps) => React$1.JSX.E
128
128
 
129
129
  declare const SvgDoorman: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
130
130
 
131
+ declare const SvgDownload: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
132
+
131
133
  declare const SvgDuplex: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
132
134
 
133
135
  declare const SvgEdit: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
@@ -212,6 +214,8 @@ declare const SvgLeadsLinear: ({ size, ...props }: ReactIconProps) => React$1.JS
212
214
 
213
215
  declare const SvgLift: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
214
216
 
217
+ declare const SvgLink: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
218
+
215
219
  declare const SvgLoader: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
216
220
 
217
221
  declare const SvgLock: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
@@ -353,7 +357,7 @@ declare const SvgWifi: ({ size, ...props }: ReactIconProps) => React$1.JSX.Eleme
353
357
  /**
354
358
  * Available icon names
355
359
  */
356
- 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-check' | 'calendar-clock' | 'calendar-x' | 'camera' | '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' | 'external-link' | 'eye-hidden' | 'eye-visible' | 'face-android' | 'face-ios-bold' | 'face-ios-light' | 'file' | 'file-check' | 'file-input' | 'file-key' | 'file-lock' | 'file-signature' | 'file-spreadsheet' | 'file-text' | 'file-type' | 'filter' | 'furnished' | 'garage' | 'garden' | 'gas-heating' | 'gym' | 'handshake' | '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' | 'properties-search-empty' | 'rent' | 'restaurant' | 'sale' | 'sauna' | 'sea' | 'search' | 'search-x' | 'share' | 'shield-alert' | 'size3d' | 'status-dot' | 'storage' | 'store' | 'swimming-pool' | 'tasks' | 'tennis' | 'terrace' | 'thermometer-snowflake' | 'thumbs-down' | 'thumbs-up' | 'time' | 'touch-android' | 'touch-ios' | 'trash' | 'trash2' | 'upload' | 'user' | 'user-plus' | 'user-square' | 'walk-in-closet' | 'warehouse' | 'washing-machine' | 'whatsapp' | 'wifi';
360
+ 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-check' | 'calendar-clock' | 'calendar-x' | 'camera' | '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' | 'download' | 'duplex' | 'edit' | 'electric' | 'equipped-kitchen' | 'explore-filled' | 'explore-linear' | 'external-link' | 'eye-hidden' | 'eye-visible' | 'face-android' | 'face-ios-bold' | 'face-ios-light' | 'file' | 'file-check' | 'file-input' | 'file-key' | 'file-lock' | 'file-signature' | 'file-spreadsheet' | 'file-text' | 'file-type' | 'filter' | 'furnished' | 'garage' | 'garden' | 'gas-heating' | 'gym' | 'handshake' | 'heating' | 'help-circle' | 'history' | 'home-filled' | 'home-linear' | 'icon-slot' | 'image' | 'image-off' | 'images-gallery' | 'info' | 'keys01' | 'leads-filled' | 'leads-linear' | 'lift' | 'link' | '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' | 'properties-search-empty' | 'rent' | 'restaurant' | 'sale' | 'sauna' | 'sea' | 'search' | 'search-x' | 'share' | 'shield-alert' | 'size3d' | 'status-dot' | 'storage' | 'store' | 'swimming-pool' | 'tasks' | 'tennis' | 'terrace' | 'thermometer-snowflake' | 'thumbs-down' | 'thumbs-up' | 'time' | 'touch-android' | 'touch-ios' | 'trash' | 'trash2' | 'upload' | 'user' | 'user-plus' | 'user-square' | 'walk-in-closet' | 'warehouse' | 'washing-machine' | 'whatsapp' | 'wifi';
357
361
  /**
358
362
  * Props for the unified Icon component
359
363
  */
@@ -368,4 +372,4 @@ interface IconProps extends Omit<ReactIconProps, 'size'> {
368
372
  */
369
373
  declare const Icon: ({ name, size, color, ...props }: IconProps) => React$1.JSX.Element | null;
370
374
 
371
- 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, SvgCalendarCheck as CalendarCheck, SvgCalendarClock as CalendarClock, SvgCalendarX as CalendarX, SvgCamera as Camera, 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, SvgExternalLink as ExternalLink, SvgEyeHidden as EyeHidden, SvgEyeVisible as EyeVisible, SvgFaceAndroid as FaceAndroid, SvgFaceIosBold as FaceIosBold, SvgFaceIosLight as FaceIosLight, SvgFile as File, SvgFileCheck as FileCheck, SvgFileInput as FileInput, SvgFileKey as FileKey, SvgFileLock as FileLock, SvgFileSignature as FileSignature, SvgFileSpreadsheet as FileSpreadsheet, SvgFileText as FileText, SvgFileType as FileType, SvgFilter as Filter, SvgFurnished as Furnished, SvgGarage as Garage, SvgGarden as Garden, SvgGasHeating as GasHeating, SvgGym as Gym, SvgHandshake as Handshake, 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, SvgPropertiesSearchEmpty as PropertiesSearchEmpty, 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, SvgShieldAlert as ShieldAlert, 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, SvgThumbsDown as ThumbsDown, SvgThumbsUp as ThumbsUp, SvgTime as Time, SvgTouchAndroid as TouchAndroid, SvgTouchIos as TouchIos, SvgTrash as Trash, SvgTrash2 as Trash2, SvgUpload as Upload, 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 };
375
+ 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, SvgCalendarCheck as CalendarCheck, SvgCalendarClock as CalendarClock, SvgCalendarX as CalendarX, SvgCamera as Camera, 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, SvgDownload as Download, SvgDuplex as Duplex, SvgEdit as Edit, SvgElectric as Electric, SvgEquippedKitchen as EquippedKitchen, SvgExploreFilled as ExploreFilled, SvgExploreLinear as ExploreLinear, SvgExternalLink as ExternalLink, SvgEyeHidden as EyeHidden, SvgEyeVisible as EyeVisible, SvgFaceAndroid as FaceAndroid, SvgFaceIosBold as FaceIosBold, SvgFaceIosLight as FaceIosLight, SvgFile as File, SvgFileCheck as FileCheck, SvgFileInput as FileInput, SvgFileKey as FileKey, SvgFileLock as FileLock, SvgFileSignature as FileSignature, SvgFileSpreadsheet as FileSpreadsheet, SvgFileText as FileText, SvgFileType as FileType, SvgFilter as Filter, SvgFurnished as Furnished, SvgGarage as Garage, SvgGarden as Garden, SvgGasHeating as GasHeating, SvgGym as Gym, SvgHandshake as Handshake, 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, SvgLink as Link, 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, SvgPropertiesSearchEmpty as PropertiesSearchEmpty, 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, SvgShieldAlert as ShieldAlert, 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, SvgThumbsDown as ThumbsDown, SvgThumbsUp as ThumbsUp, SvgTime as Time, SvgTouchAndroid as TouchAndroid, SvgTouchIos as TouchIos, SvgTrash as Trash, SvgTrash2 as Trash2, SvgUpload as Upload, 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 };