huspy-icons 0.3.7 → 0.3.9
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 +116 -95
- package/dist/fonts/HuspyIcons.eot +0 -0
- package/dist/fonts/HuspyIcons.json +98 -91
- package/dist/fonts/HuspyIcons.ts +116 -95
- 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 +98 -91
- package/dist/native/index.js.map +1 -1
- package/dist/react/index.d.mts +19 -5
- package/dist/react/index.d.ts +19 -5
- package/dist/react/index.js +915 -512
- package/dist/react/index.js.map +1 -1
- package/dist/react/index.mjs +843 -440
- package/dist/react/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/native/glyphMap.ts +99 -92
- package/src/react/CancelCircleStroke.tsx +38 -0
- package/src/react/CheckCheck.tsx +32 -0
- package/src/react/FaceAndroid.tsx +46 -0
- package/src/react/{FaceId.tsx → FaceIosBold.tsx} +2 -2
- package/src/react/FaceIosLight.tsx +24 -0
- package/src/react/Icon.tsx +28 -7
- package/src/react/ImageOff.tsx +56 -0
- package/src/react/Time.tsx +32 -0
- package/src/react/{FingerprintAndroid.tsx → TouchAndroid.tsx} +2 -2
- package/src/react/TouchIos.tsx +24 -0
- package/src/react/index.ts +9 -2
- package/src/react/index.tsx +9 -2
package/dist/react/index.d.mts
CHANGED
|
@@ -72,8 +72,12 @@ declare const SvgCancel: ({ size, ...props }: ReactIconProps) => React$1.JSX.Ele
|
|
|
72
72
|
|
|
73
73
|
declare const SvgCancelCircleSolid: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
74
74
|
|
|
75
|
+
declare const SvgCancelCircleStroke: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
76
|
+
|
|
75
77
|
declare const SvgCheck: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
76
78
|
|
|
79
|
+
declare const SvgCheckCheck: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
80
|
+
|
|
77
81
|
declare const SvgCheckCircle2: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
78
82
|
|
|
79
83
|
declare const SvgChevronDown: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
@@ -102,7 +106,11 @@ declare const SvgEyeHidden: ({ size, ...props }: ReactIconProps) => React$1.JSX.
|
|
|
102
106
|
|
|
103
107
|
declare const SvgEyeVisible: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
104
108
|
|
|
105
|
-
declare const
|
|
109
|
+
declare const SvgFaceAndroid: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
110
|
+
|
|
111
|
+
declare const SvgFaceIosBold: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
112
|
+
|
|
113
|
+
declare const SvgFaceIosLight: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
106
114
|
|
|
107
115
|
declare const SvgFileCheck: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
108
116
|
|
|
@@ -120,8 +128,6 @@ declare const SvgFileText: ({ size, ...props }: ReactIconProps) => React$1.JSX.E
|
|
|
120
128
|
|
|
121
129
|
declare const SvgFilter: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
122
130
|
|
|
123
|
-
declare const SvgFingerprintAndroid: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
124
|
-
|
|
125
131
|
declare const SvgGarden: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
126
132
|
|
|
127
133
|
declare const SvgGasHeating: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
@@ -138,6 +144,8 @@ declare const SvgIconSlot: ({ size, ...props }: ReactIconProps) => React$1.JSX.E
|
|
|
138
144
|
|
|
139
145
|
declare const SvgImage: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
140
146
|
|
|
147
|
+
declare const SvgImageOff: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
148
|
+
|
|
141
149
|
declare const SvgInfo: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
142
150
|
|
|
143
151
|
declare const SvgKeys01: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
@@ -210,6 +218,12 @@ declare const SvgTerrace: ({ size, ...props }: ReactIconProps) => React$1.JSX.El
|
|
|
210
218
|
|
|
211
219
|
declare const SvgThermometerSnowflake: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
212
220
|
|
|
221
|
+
declare const SvgTime: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
222
|
+
|
|
223
|
+
declare const SvgTouchAndroid: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
224
|
+
|
|
225
|
+
declare const SvgTouchIos: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
226
|
+
|
|
213
227
|
declare const SvgTrash2: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
214
228
|
|
|
215
229
|
declare const SvgUser: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
@@ -223,7 +237,7 @@ declare const SvgWhatsapp: ({ size, ...props }: ReactIconProps) => React$1.JSX.E
|
|
|
223
237
|
/**
|
|
224
238
|
* Available icon names
|
|
225
239
|
*/
|
|
226
|
-
type IconName = 'accessibility' | 'add-note' | 'air-conditioner' | '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' | 'cancel' | 'cancel-circle-solid' | 'check' | 'check-circle2' | 'chevron-down' | 'chevron-left' | 'chevron-right' | 'chevron-up' | 'closet' | 'collections' | 'door-open' | 'edit' | 'electric' | 'explore-filled' | 'explore-linear' | 'eye-hidden' | 'eye-visible' | 'face-
|
|
240
|
+
type IconName = 'accessibility' | 'add-note' | 'air-conditioner' | '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' | 'cancel' | 'cancel-circle-solid' | 'cancel-circle-stroke' | 'check' | 'check-check' | 'check-circle2' | 'chevron-down' | 'chevron-left' | 'chevron-right' | 'chevron-up' | 'closet' | 'collections' | 'door-open' | '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' | 'garden' | 'gas-heating' | 'heating' | 'help-circle' | 'home-filled' | 'home-linear' | 'icon-slot' | 'image' | 'image-off' | 'info' | 'keys01' | 'leads-filled' | 'leads-linear' | 'lift' | 'lock' | 'logout' | 'magic-wand' | 'mail' | 'map-pin' | 'more-horizontal' | 'mortgage' | 'note' | 'notes' | 'outside' | 'parking' | 'patio' | 'payments' | 'pencil-line' | 'pet' | 'phone-linear' | 'pin-map-solid' | 'plus' | 'promotion' | 'properties-filled' | 'properties-linear' | 'rent' | 'restaurant' | 'sale' | 'search' | 'search-x' | 'share' | 'size3d' | 'swimming-pool' | 'terrace' | 'thermometer-snowflake' | 'time' | 'touch-android' | 'touch-ios' | 'trash2' | 'user' | 'whatsapp';
|
|
227
241
|
/**
|
|
228
242
|
* Props for the unified Icon component
|
|
229
243
|
*/
|
|
@@ -238,4 +252,4 @@ interface IconProps extends Omit<ReactIconProps, 'size'> {
|
|
|
238
252
|
*/
|
|
239
253
|
declare const Icon: ({ name, size, color, ...props }: IconProps) => React$1.JSX.Element | null;
|
|
240
254
|
|
|
241
|
-
export { SvgAccessibility as Accessibility, SvgAddNote as AddNote, SvgAirConditioner as AirConditioner, 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, SvgCancel as Cancel, SvgCancelCircleSolid as CancelCircleSolid, SvgCheck as Check, SvgCheckCircle2 as CheckCircle2, SvgChevronDown as ChevronDown, SvgChevronLeft as ChevronLeft, SvgChevronRight as ChevronRight, SvgChevronUp as ChevronUp, SvgCloset as Closet, SvgCollections as Collections, SvgDoorOpen as DoorOpen, SvgEdit as Edit, SvgElectric as Electric, SvgExploreFilled as ExploreFilled, SvgExploreLinear as ExploreLinear, SvgEyeHidden as EyeHidden, SvgEyeVisible as EyeVisible,
|
|
255
|
+
export { SvgAccessibility as Accessibility, SvgAddNote as AddNote, SvgAirConditioner as AirConditioner, 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, SvgCancel as Cancel, SvgCancelCircleSolid as CancelCircleSolid, SvgCancelCircleStroke as CancelCircleStroke, SvgCheck as Check, SvgCheckCheck as CheckCheck, SvgCheckCircle2 as CheckCircle2, SvgChevronDown as ChevronDown, SvgChevronLeft as ChevronLeft, SvgChevronRight as ChevronRight, SvgChevronUp as ChevronUp, SvgCloset as Closet, SvgCollections as Collections, SvgDoorOpen as DoorOpen, 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, SvgGarden as Garden, SvgGasHeating as GasHeating, SvgHeating as Heating, SvgHelpCircle as HelpCircle, 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, SvgInfo as Info, SvgKeys01 as Keys01, SvgLeadsFilled as LeadsFilled, SvgLeadsLinear as LeadsLinear, SvgLift as Lift, SvgLock as Lock, SvgLogout as Logout, SvgMagicWand as MagicWand, SvgMail as Mail, SvgMapPin as MapPin, 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, SvgPet as Pet, SvgPhoneLinear as PhoneLinear, SvgPinMapSolid as PinMapSolid, 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, SvgSwimmingPool as SwimmingPool, SvgTerrace as Terrace, SvgThermometerSnowflake as ThermometerSnowflake, SvgTime as Time, SvgTouchAndroid as TouchAndroid, SvgTouchIos as TouchIos, SvgTrash2 as Trash2, SvgUser as User, SvgWhatsapp as Whatsapp, resolveSize };
|
package/dist/react/index.d.ts
CHANGED
|
@@ -72,8 +72,12 @@ declare const SvgCancel: ({ size, ...props }: ReactIconProps) => React$1.JSX.Ele
|
|
|
72
72
|
|
|
73
73
|
declare const SvgCancelCircleSolid: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
74
74
|
|
|
75
|
+
declare const SvgCancelCircleStroke: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
76
|
+
|
|
75
77
|
declare const SvgCheck: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
76
78
|
|
|
79
|
+
declare const SvgCheckCheck: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
80
|
+
|
|
77
81
|
declare const SvgCheckCircle2: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
78
82
|
|
|
79
83
|
declare const SvgChevronDown: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
@@ -102,7 +106,11 @@ declare const SvgEyeHidden: ({ size, ...props }: ReactIconProps) => React$1.JSX.
|
|
|
102
106
|
|
|
103
107
|
declare const SvgEyeVisible: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
104
108
|
|
|
105
|
-
declare const
|
|
109
|
+
declare const SvgFaceAndroid: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
110
|
+
|
|
111
|
+
declare const SvgFaceIosBold: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
112
|
+
|
|
113
|
+
declare const SvgFaceIosLight: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
106
114
|
|
|
107
115
|
declare const SvgFileCheck: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
108
116
|
|
|
@@ -120,8 +128,6 @@ declare const SvgFileText: ({ size, ...props }: ReactIconProps) => React$1.JSX.E
|
|
|
120
128
|
|
|
121
129
|
declare const SvgFilter: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
122
130
|
|
|
123
|
-
declare const SvgFingerprintAndroid: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
124
|
-
|
|
125
131
|
declare const SvgGarden: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
126
132
|
|
|
127
133
|
declare const SvgGasHeating: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
@@ -138,6 +144,8 @@ declare const SvgIconSlot: ({ size, ...props }: ReactIconProps) => React$1.JSX.E
|
|
|
138
144
|
|
|
139
145
|
declare const SvgImage: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
140
146
|
|
|
147
|
+
declare const SvgImageOff: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
148
|
+
|
|
141
149
|
declare const SvgInfo: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
142
150
|
|
|
143
151
|
declare const SvgKeys01: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
@@ -210,6 +218,12 @@ declare const SvgTerrace: ({ size, ...props }: ReactIconProps) => React$1.JSX.El
|
|
|
210
218
|
|
|
211
219
|
declare const SvgThermometerSnowflake: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
212
220
|
|
|
221
|
+
declare const SvgTime: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
222
|
+
|
|
223
|
+
declare const SvgTouchAndroid: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
224
|
+
|
|
225
|
+
declare const SvgTouchIos: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
226
|
+
|
|
213
227
|
declare const SvgTrash2: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
214
228
|
|
|
215
229
|
declare const SvgUser: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
@@ -223,7 +237,7 @@ declare const SvgWhatsapp: ({ size, ...props }: ReactIconProps) => React$1.JSX.E
|
|
|
223
237
|
/**
|
|
224
238
|
* Available icon names
|
|
225
239
|
*/
|
|
226
|
-
type IconName = 'accessibility' | 'add-note' | 'air-conditioner' | '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' | 'cancel' | 'cancel-circle-solid' | 'check' | 'check-circle2' | 'chevron-down' | 'chevron-left' | 'chevron-right' | 'chevron-up' | 'closet' | 'collections' | 'door-open' | 'edit' | 'electric' | 'explore-filled' | 'explore-linear' | 'eye-hidden' | 'eye-visible' | 'face-
|
|
240
|
+
type IconName = 'accessibility' | 'add-note' | 'air-conditioner' | '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' | 'cancel' | 'cancel-circle-solid' | 'cancel-circle-stroke' | 'check' | 'check-check' | 'check-circle2' | 'chevron-down' | 'chevron-left' | 'chevron-right' | 'chevron-up' | 'closet' | 'collections' | 'door-open' | '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' | 'garden' | 'gas-heating' | 'heating' | 'help-circle' | 'home-filled' | 'home-linear' | 'icon-slot' | 'image' | 'image-off' | 'info' | 'keys01' | 'leads-filled' | 'leads-linear' | 'lift' | 'lock' | 'logout' | 'magic-wand' | 'mail' | 'map-pin' | 'more-horizontal' | 'mortgage' | 'note' | 'notes' | 'outside' | 'parking' | 'patio' | 'payments' | 'pencil-line' | 'pet' | 'phone-linear' | 'pin-map-solid' | 'plus' | 'promotion' | 'properties-filled' | 'properties-linear' | 'rent' | 'restaurant' | 'sale' | 'search' | 'search-x' | 'share' | 'size3d' | 'swimming-pool' | 'terrace' | 'thermometer-snowflake' | 'time' | 'touch-android' | 'touch-ios' | 'trash2' | 'user' | 'whatsapp';
|
|
227
241
|
/**
|
|
228
242
|
* Props for the unified Icon component
|
|
229
243
|
*/
|
|
@@ -238,4 +252,4 @@ interface IconProps extends Omit<ReactIconProps, 'size'> {
|
|
|
238
252
|
*/
|
|
239
253
|
declare const Icon: ({ name, size, color, ...props }: IconProps) => React$1.JSX.Element | null;
|
|
240
254
|
|
|
241
|
-
export { SvgAccessibility as Accessibility, SvgAddNote as AddNote, SvgAirConditioner as AirConditioner, 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, SvgCancel as Cancel, SvgCancelCircleSolid as CancelCircleSolid, SvgCheck as Check, SvgCheckCircle2 as CheckCircle2, SvgChevronDown as ChevronDown, SvgChevronLeft as ChevronLeft, SvgChevronRight as ChevronRight, SvgChevronUp as ChevronUp, SvgCloset as Closet, SvgCollections as Collections, SvgDoorOpen as DoorOpen, SvgEdit as Edit, SvgElectric as Electric, SvgExploreFilled as ExploreFilled, SvgExploreLinear as ExploreLinear, SvgEyeHidden as EyeHidden, SvgEyeVisible as EyeVisible,
|
|
255
|
+
export { SvgAccessibility as Accessibility, SvgAddNote as AddNote, SvgAirConditioner as AirConditioner, 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, SvgCancel as Cancel, SvgCancelCircleSolid as CancelCircleSolid, SvgCancelCircleStroke as CancelCircleStroke, SvgCheck as Check, SvgCheckCheck as CheckCheck, SvgCheckCircle2 as CheckCircle2, SvgChevronDown as ChevronDown, SvgChevronLeft as ChevronLeft, SvgChevronRight as ChevronRight, SvgChevronUp as ChevronUp, SvgCloset as Closet, SvgCollections as Collections, SvgDoorOpen as DoorOpen, 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, SvgGarden as Garden, SvgGasHeating as GasHeating, SvgHeating as Heating, SvgHelpCircle as HelpCircle, 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, SvgInfo as Info, SvgKeys01 as Keys01, SvgLeadsFilled as LeadsFilled, SvgLeadsLinear as LeadsLinear, SvgLift as Lift, SvgLock as Lock, SvgLogout as Logout, SvgMagicWand as MagicWand, SvgMail as Mail, SvgMapPin as MapPin, 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, SvgPet as Pet, SvgPhoneLinear as PhoneLinear, SvgPinMapSolid as PinMapSolid, 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, SvgSwimmingPool as SwimmingPool, SvgTerrace as Terrace, SvgThermometerSnowflake as ThermometerSnowflake, SvgTime as Time, SvgTouchAndroid as TouchAndroid, SvgTouchIos as TouchIos, SvgTrash2 as Trash2, SvgUser as User, SvgWhatsapp as Whatsapp, resolveSize };
|