huspy-icons 0.3.21 → 0.3.22

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.
@@ -38,6 +38,7 @@ export type HuspyIconsId =
38
38
  | "note"
39
39
  | "mortgage"
40
40
  | "more-horizontal"
41
+ | "minus"
41
42
  | "map-pin"
42
43
  | "mail"
43
44
  | "magic-wand"
@@ -161,6 +162,7 @@ export enum HuspyIcons {
161
162
  Note = "note",
162
163
  Mortgage = "mortgage",
163
164
  MoreHorizontal = "more-horizontal",
165
+ Minus = "minus",
164
166
  MapPin = "map-pin",
165
167
  Mail = "mail",
166
168
  MagicWand = "magic-wand",
@@ -285,86 +287,87 @@ export const HUSPY_ICONS_CODEPOINTS: { [key in HuspyIcons]: string } = {
285
287
  [HuspyIcons.Note]: "61733",
286
288
  [HuspyIcons.Mortgage]: "61734",
287
289
  [HuspyIcons.MoreHorizontal]: "61735",
288
- [HuspyIcons.MapPin]: "61736",
289
- [HuspyIcons.Mail]: "61737",
290
- [HuspyIcons.MagicWand]: "61738",
291
- [HuspyIcons.Logout]: "61739",
292
- [HuspyIcons.Loft]: "61740",
293
- [HuspyIcons.Lock]: "61741",
294
- [HuspyIcons.Loader]: "61742",
295
- [HuspyIcons.Lift]: "61743",
296
- [HuspyIcons.LeadsLinear]: "61744",
297
- [HuspyIcons.LeadsFilled]: "61745",
298
- [HuspyIcons.Keys01]: "61746",
299
- [HuspyIcons.Info]: "61747",
300
- [HuspyIcons.Image]: "61748",
301
- [HuspyIcons.ImageOff]: "61749",
302
- [HuspyIcons.IconSlot]: "61750",
303
- [HuspyIcons.HomeLinear]: "61751",
304
- [HuspyIcons.HomeFilled]: "61752",
305
- [HuspyIcons.History]: "61753",
306
- [HuspyIcons.HelpCircle]: "61754",
307
- [HuspyIcons.Heating]: "61755",
308
- [HuspyIcons.GasHeating]: "61756",
309
- [HuspyIcons.Garden]: "61757",
310
- [HuspyIcons.Furnished]: "61758",
311
- [HuspyIcons.Filter]: "61759",
312
- [HuspyIcons.FileText]: "61760",
313
- [HuspyIcons.FileSpreadsheet]: "61761",
314
- [HuspyIcons.FileSignature]: "61762",
315
- [HuspyIcons.FileLock]: "61763",
316
- [HuspyIcons.FileKey]: "61764",
317
- [HuspyIcons.FileInput]: "61765",
318
- [HuspyIcons.FileCheck]: "61766",
319
- [HuspyIcons.FaceIosLight]: "61767",
320
- [HuspyIcons.FaceIosBold]: "61768",
321
- [HuspyIcons.FaceAndroid]: "61769",
322
- [HuspyIcons.EyeVisible]: "61770",
323
- [HuspyIcons.EyeHidden]: "61771",
324
- [HuspyIcons.ExploreLinear]: "61772",
325
- [HuspyIcons.ExploreFilled]: "61773",
326
- [HuspyIcons.Electric]: "61774",
327
- [HuspyIcons.Edit]: "61775",
328
- [HuspyIcons.Duplex]: "61776",
329
- [HuspyIcons.DoorOpen]: "61777",
330
- [HuspyIcons.Copy]: "61778",
331
- [HuspyIcons.Contact]: "61779",
332
- [HuspyIcons.Collections]: "61780",
333
- [HuspyIcons.Closet]: "61781",
334
- [HuspyIcons.CircleOff]: "61782",
335
- [HuspyIcons.ChevronUp]: "61783",
336
- [HuspyIcons.ChevronRight]: "61784",
337
- [HuspyIcons.ChevronLeft]: "61785",
338
- [HuspyIcons.ChevronDown]: "61786",
339
- [HuspyIcons.Check]: "61787",
340
- [HuspyIcons.CheckCircle2]: "61788",
341
- [HuspyIcons.CheckCheck]: "61789",
342
- [HuspyIcons.ChaletPareado]: "61790",
343
- [HuspyIcons.ChaletIndependet]: "61791",
344
- [HuspyIcons.ChaletAdosado]: "61792",
345
- [HuspyIcons.Cancel]: "61793",
346
- [HuspyIcons.CancelCircleStroke]: "61794",
347
- [HuspyIcons.CancelCircleSolid]: "61795",
348
- [HuspyIcons.Calendar]: "61796",
349
- [HuspyIcons.CalendarClock]: "61797",
350
- [HuspyIcons.Building]: "61798",
351
- [HuspyIcons.Bell]: "61799",
352
- [HuspyIcons.BedDouble]: "61800",
353
- [HuspyIcons.Bath]: "61801",
354
- [HuspyIcons.BalconyWindow]: "61802",
355
- [HuspyIcons.ArrowUp]: "61803",
356
- [HuspyIcons.ArrowUpRight]: "61804",
357
- [HuspyIcons.ArrowUpLeft]: "61805",
358
- [HuspyIcons.ArrowUpDown]: "61806",
359
- [HuspyIcons.ArrowRight]: "61807",
360
- [HuspyIcons.ArrowLeft]: "61808",
361
- [HuspyIcons.ArrowDown]: "61809",
362
- [HuspyIcons.ArrowDownRight]: "61810",
363
- [HuspyIcons.ArrowDownLeft]: "61811",
364
- [HuspyIcons.Archive]: "61812",
365
- [HuspyIcons.AlertTriangle]: "61813",
366
- [HuspyIcons.AlertCircle]: "61814",
367
- [HuspyIcons.AirConditioner]: "61815",
368
- [HuspyIcons.AddNote]: "61816",
369
- [HuspyIcons.Accessibility]: "61817",
290
+ [HuspyIcons.Minus]: "61736",
291
+ [HuspyIcons.MapPin]: "61737",
292
+ [HuspyIcons.Mail]: "61738",
293
+ [HuspyIcons.MagicWand]: "61739",
294
+ [HuspyIcons.Logout]: "61740",
295
+ [HuspyIcons.Loft]: "61741",
296
+ [HuspyIcons.Lock]: "61742",
297
+ [HuspyIcons.Loader]: "61743",
298
+ [HuspyIcons.Lift]: "61744",
299
+ [HuspyIcons.LeadsLinear]: "61745",
300
+ [HuspyIcons.LeadsFilled]: "61746",
301
+ [HuspyIcons.Keys01]: "61747",
302
+ [HuspyIcons.Info]: "61748",
303
+ [HuspyIcons.Image]: "61749",
304
+ [HuspyIcons.ImageOff]: "61750",
305
+ [HuspyIcons.IconSlot]: "61751",
306
+ [HuspyIcons.HomeLinear]: "61752",
307
+ [HuspyIcons.HomeFilled]: "61753",
308
+ [HuspyIcons.History]: "61754",
309
+ [HuspyIcons.HelpCircle]: "61755",
310
+ [HuspyIcons.Heating]: "61756",
311
+ [HuspyIcons.GasHeating]: "61757",
312
+ [HuspyIcons.Garden]: "61758",
313
+ [HuspyIcons.Furnished]: "61759",
314
+ [HuspyIcons.Filter]: "61760",
315
+ [HuspyIcons.FileText]: "61761",
316
+ [HuspyIcons.FileSpreadsheet]: "61762",
317
+ [HuspyIcons.FileSignature]: "61763",
318
+ [HuspyIcons.FileLock]: "61764",
319
+ [HuspyIcons.FileKey]: "61765",
320
+ [HuspyIcons.FileInput]: "61766",
321
+ [HuspyIcons.FileCheck]: "61767",
322
+ [HuspyIcons.FaceIosLight]: "61768",
323
+ [HuspyIcons.FaceIosBold]: "61769",
324
+ [HuspyIcons.FaceAndroid]: "61770",
325
+ [HuspyIcons.EyeVisible]: "61771",
326
+ [HuspyIcons.EyeHidden]: "61772",
327
+ [HuspyIcons.ExploreLinear]: "61773",
328
+ [HuspyIcons.ExploreFilled]: "61774",
329
+ [HuspyIcons.Electric]: "61775",
330
+ [HuspyIcons.Edit]: "61776",
331
+ [HuspyIcons.Duplex]: "61777",
332
+ [HuspyIcons.DoorOpen]: "61778",
333
+ [HuspyIcons.Copy]: "61779",
334
+ [HuspyIcons.Contact]: "61780",
335
+ [HuspyIcons.Collections]: "61781",
336
+ [HuspyIcons.Closet]: "61782",
337
+ [HuspyIcons.CircleOff]: "61783",
338
+ [HuspyIcons.ChevronUp]: "61784",
339
+ [HuspyIcons.ChevronRight]: "61785",
340
+ [HuspyIcons.ChevronLeft]: "61786",
341
+ [HuspyIcons.ChevronDown]: "61787",
342
+ [HuspyIcons.Check]: "61788",
343
+ [HuspyIcons.CheckCircle2]: "61789",
344
+ [HuspyIcons.CheckCheck]: "61790",
345
+ [HuspyIcons.ChaletPareado]: "61791",
346
+ [HuspyIcons.ChaletIndependet]: "61792",
347
+ [HuspyIcons.ChaletAdosado]: "61793",
348
+ [HuspyIcons.Cancel]: "61794",
349
+ [HuspyIcons.CancelCircleStroke]: "61795",
350
+ [HuspyIcons.CancelCircleSolid]: "61796",
351
+ [HuspyIcons.Calendar]: "61797",
352
+ [HuspyIcons.CalendarClock]: "61798",
353
+ [HuspyIcons.Building]: "61799",
354
+ [HuspyIcons.Bell]: "61800",
355
+ [HuspyIcons.BedDouble]: "61801",
356
+ [HuspyIcons.Bath]: "61802",
357
+ [HuspyIcons.BalconyWindow]: "61803",
358
+ [HuspyIcons.ArrowUp]: "61804",
359
+ [HuspyIcons.ArrowUpRight]: "61805",
360
+ [HuspyIcons.ArrowUpLeft]: "61806",
361
+ [HuspyIcons.ArrowUpDown]: "61807",
362
+ [HuspyIcons.ArrowRight]: "61808",
363
+ [HuspyIcons.ArrowLeft]: "61809",
364
+ [HuspyIcons.ArrowDown]: "61810",
365
+ [HuspyIcons.ArrowDownRight]: "61811",
366
+ [HuspyIcons.ArrowDownLeft]: "61812",
367
+ [HuspyIcons.Archive]: "61813",
368
+ [HuspyIcons.AlertTriangle]: "61814",
369
+ [HuspyIcons.AlertCircle]: "61815",
370
+ [HuspyIcons.AirConditioner]: "61816",
371
+ [HuspyIcons.AddNote]: "61817",
372
+ [HuspyIcons.Accessibility]: "61818",
370
373
  };
Binary file
Binary file
Binary file
@@ -4,7 +4,7 @@ import { TextProps } from 'react-native';
4
4
  /**
5
5
  * Available icon names in the HuspyIcons font
6
6
  */
7
- type IconName = 'whatsapp' | 'warehouse' | 'user' | 'user-plus' | 'trash-2' | 'touch-ios' | 'touch-android' | 'time' | 'thermometer-snowflake' | 'terrace' | 'tasks' | 'swimming-pool' | 'store' | 'storage' | 'status-dot' | 'size-3d' | 'share' | 'search' | 'search-x' | 'sale' | 'restaurant' | 'rent' | 'properties-linear' | 'properties-filled' | 'promotion' | 'plus' | 'pin_map_solid' | 'phone-linear' | 'pet' | 'pent-house' | 'pencil-line' | 'payments' | 'patio' | 'parking' | 'outside' | 'notes' | 'note' | 'mortgage' | 'more-horizontal' | 'map-pin' | 'mail' | 'magic-wand' | 'logout' | 'loft' | 'lock' | 'loader' | 'lift' | 'leads-linear' | 'leads-filled' | 'keys_01' | 'info' | 'image' | 'image-off' | 'icon-slot' | 'home-linear' | 'home-filled' | 'history' | 'help-circle' | 'heating' | 'gas-heating' | 'garden' | 'furnished' | 'filter' | 'file-text' | 'file-spreadsheet' | 'file-signature' | 'file-lock' | 'file-key' | 'file-input' | 'file-check' | 'face-ios-light' | 'face-ios-bold' | 'face-android' | 'eye-visible' | 'eye-hidden' | 'explore-linear' | 'explore-filled' | 'electric' | 'edit' | 'duplex' | 'door-open' | 'copy' | 'contact' | 'collections' | 'closet' | 'circle-off' | 'chevron-up' | 'chevron-right' | 'chevron-left' | 'chevron-down' | 'check' | 'check-circle-2' | 'check-check' | 'chalet-pareado' | 'chalet-independet' | 'chalet-adosado' | 'cancel' | 'cancel-circle-stroke' | 'cancel-circle-solid' | 'calendar' | 'calendar-clock' | 'building' | 'bell' | 'bed-double' | 'bath' | 'balcony-window' | 'arrow-up' | 'arrow-up-right' | 'arrow-up-left' | 'arrow-up-down' | 'arrow-right' | 'arrow-left' | 'arrow-down' | 'arrow-down-right' | 'arrow-down-left' | 'archive' | 'alert-triangle' | 'alert-circle' | 'air-conditioner' | 'add-note' | 'accessibility';
7
+ type IconName = 'whatsapp' | 'warehouse' | 'user' | 'user-plus' | 'trash-2' | 'touch-ios' | 'touch-android' | 'time' | 'thermometer-snowflake' | 'terrace' | 'tasks' | 'swimming-pool' | 'store' | 'storage' | 'status-dot' | 'size-3d' | 'share' | 'search' | 'search-x' | 'sale' | 'restaurant' | 'rent' | 'properties-linear' | 'properties-filled' | 'promotion' | 'plus' | 'pin_map_solid' | 'phone-linear' | 'pet' | 'pent-house' | 'pencil-line' | 'payments' | 'patio' | 'parking' | 'outside' | 'notes' | 'note' | 'mortgage' | 'more-horizontal' | 'minus' | 'map-pin' | 'mail' | 'magic-wand' | 'logout' | 'loft' | 'lock' | 'loader' | 'lift' | 'leads-linear' | 'leads-filled' | 'keys_01' | 'info' | 'image' | 'image-off' | 'icon-slot' | 'home-linear' | 'home-filled' | 'history' | 'help-circle' | 'heating' | 'gas-heating' | 'garden' | 'furnished' | 'filter' | 'file-text' | 'file-spreadsheet' | 'file-signature' | 'file-lock' | 'file-key' | 'file-input' | 'file-check' | 'face-ios-light' | 'face-ios-bold' | 'face-android' | 'eye-visible' | 'eye-hidden' | 'explore-linear' | 'explore-filled' | 'electric' | 'edit' | 'duplex' | 'door-open' | 'copy' | 'contact' | 'collections' | 'closet' | 'circle-off' | 'chevron-up' | 'chevron-right' | 'chevron-left' | 'chevron-down' | 'check' | 'check-circle-2' | 'check-check' | 'chalet-pareado' | 'chalet-independet' | 'chalet-adosado' | 'cancel' | 'cancel-circle-stroke' | 'cancel-circle-solid' | 'calendar' | 'calendar-clock' | 'building' | 'bell' | 'bed-double' | 'bath' | 'balcony-window' | 'arrow-up' | 'arrow-up-right' | 'arrow-up-left' | 'arrow-up-down' | 'arrow-right' | 'arrow-left' | 'arrow-down' | 'arrow-down-right' | 'arrow-down-left' | 'archive' | 'alert-triangle' | 'alert-circle' | 'air-conditioner' | 'add-note' | 'accessibility';
8
8
  /**
9
9
  * Mapping of icon names to unicode codepoints
10
10
  * Used by the Icon component to render the correct glyph
@@ -81,88 +81,89 @@ var glyphMap = {
81
81
  "note": 61733,
82
82
  "mortgage": 61734,
83
83
  "more-horizontal": 61735,
84
- "map-pin": 61736,
85
- "mail": 61737,
86
- "magic-wand": 61738,
87
- "logout": 61739,
88
- "loft": 61740,
89
- "lock": 61741,
90
- "loader": 61742,
91
- "lift": 61743,
92
- "leads-linear": 61744,
93
- "leads-filled": 61745,
94
- "keys_01": 61746,
95
- "info": 61747,
96
- "image": 61748,
97
- "image-off": 61749,
98
- "icon-slot": 61750,
99
- "home-linear": 61751,
100
- "home-filled": 61752,
101
- "history": 61753,
102
- "help-circle": 61754,
103
- "heating": 61755,
104
- "gas-heating": 61756,
105
- "garden": 61757,
106
- "furnished": 61758,
107
- "filter": 61759,
108
- "file-text": 61760,
109
- "file-spreadsheet": 61761,
110
- "file-signature": 61762,
111
- "file-lock": 61763,
112
- "file-key": 61764,
113
- "file-input": 61765,
114
- "file-check": 61766,
115
- "face-ios-light": 61767,
116
- "face-ios-bold": 61768,
117
- "face-android": 61769,
118
- "eye-visible": 61770,
119
- "eye-hidden": 61771,
120
- "explore-linear": 61772,
121
- "explore-filled": 61773,
122
- "electric": 61774,
123
- "edit": 61775,
124
- "duplex": 61776,
125
- "door-open": 61777,
126
- "copy": 61778,
127
- "contact": 61779,
128
- "collections": 61780,
129
- "closet": 61781,
130
- "circle-off": 61782,
131
- "chevron-up": 61783,
132
- "chevron-right": 61784,
133
- "chevron-left": 61785,
134
- "chevron-down": 61786,
135
- "check": 61787,
136
- "check-circle-2": 61788,
137
- "check-check": 61789,
138
- "chalet-pareado": 61790,
139
- "chalet-independet": 61791,
140
- "chalet-adosado": 61792,
141
- "cancel": 61793,
142
- "cancel-circle-stroke": 61794,
143
- "cancel-circle-solid": 61795,
144
- "calendar": 61796,
145
- "calendar-clock": 61797,
146
- "building": 61798,
147
- "bell": 61799,
148
- "bed-double": 61800,
149
- "bath": 61801,
150
- "balcony-window": 61802,
151
- "arrow-up": 61803,
152
- "arrow-up-right": 61804,
153
- "arrow-up-left": 61805,
154
- "arrow-up-down": 61806,
155
- "arrow-right": 61807,
156
- "arrow-left": 61808,
157
- "arrow-down": 61809,
158
- "arrow-down-right": 61810,
159
- "arrow-down-left": 61811,
160
- "archive": 61812,
161
- "alert-triangle": 61813,
162
- "alert-circle": 61814,
163
- "air-conditioner": 61815,
164
- "add-note": 61816,
165
- "accessibility": 61817
84
+ "minus": 61736,
85
+ "map-pin": 61737,
86
+ "mail": 61738,
87
+ "magic-wand": 61739,
88
+ "logout": 61740,
89
+ "loft": 61741,
90
+ "lock": 61742,
91
+ "loader": 61743,
92
+ "lift": 61744,
93
+ "leads-linear": 61745,
94
+ "leads-filled": 61746,
95
+ "keys_01": 61747,
96
+ "info": 61748,
97
+ "image": 61749,
98
+ "image-off": 61750,
99
+ "icon-slot": 61751,
100
+ "home-linear": 61752,
101
+ "home-filled": 61753,
102
+ "history": 61754,
103
+ "help-circle": 61755,
104
+ "heating": 61756,
105
+ "gas-heating": 61757,
106
+ "garden": 61758,
107
+ "furnished": 61759,
108
+ "filter": 61760,
109
+ "file-text": 61761,
110
+ "file-spreadsheet": 61762,
111
+ "file-signature": 61763,
112
+ "file-lock": 61764,
113
+ "file-key": 61765,
114
+ "file-input": 61766,
115
+ "file-check": 61767,
116
+ "face-ios-light": 61768,
117
+ "face-ios-bold": 61769,
118
+ "face-android": 61770,
119
+ "eye-visible": 61771,
120
+ "eye-hidden": 61772,
121
+ "explore-linear": 61773,
122
+ "explore-filled": 61774,
123
+ "electric": 61775,
124
+ "edit": 61776,
125
+ "duplex": 61777,
126
+ "door-open": 61778,
127
+ "copy": 61779,
128
+ "contact": 61780,
129
+ "collections": 61781,
130
+ "closet": 61782,
131
+ "circle-off": 61783,
132
+ "chevron-up": 61784,
133
+ "chevron-right": 61785,
134
+ "chevron-left": 61786,
135
+ "chevron-down": 61787,
136
+ "check": 61788,
137
+ "check-circle-2": 61789,
138
+ "check-check": 61790,
139
+ "chalet-pareado": 61791,
140
+ "chalet-independet": 61792,
141
+ "chalet-adosado": 61793,
142
+ "cancel": 61794,
143
+ "cancel-circle-stroke": 61795,
144
+ "cancel-circle-solid": 61796,
145
+ "calendar": 61797,
146
+ "calendar-clock": 61798,
147
+ "building": 61799,
148
+ "bell": 61800,
149
+ "bed-double": 61801,
150
+ "bath": 61802,
151
+ "balcony-window": 61803,
152
+ "arrow-up": 61804,
153
+ "arrow-up-right": 61805,
154
+ "arrow-up-left": 61806,
155
+ "arrow-up-down": 61807,
156
+ "arrow-right": 61808,
157
+ "arrow-left": 61809,
158
+ "arrow-down": 61810,
159
+ "arrow-down-right": 61811,
160
+ "arrow-down-left": 61812,
161
+ "archive": 61813,
162
+ "alert-triangle": 61814,
163
+ "alert-circle": 61815,
164
+ "air-conditioner": 61816,
165
+ "add-note": 61817,
166
+ "accessibility": 61818
166
167
  };
167
168
  var fontFamily = "HuspyIcons";
168
169
 
@@ -1 +1 @@
1
- {"version":3,"sources":["../../src/native/index.ts","../../src/native/Icon.tsx","../../src/native/glyphMap.ts"],"sourcesContent":["/**\n * Huspy Icons - React Native (Font-based)\n * \n * This package provides icon components for React Native using a custom font.\n * \n * @example\n * ```tsx\n * import { Icon } from 'huspy-icons/native';\n * \n * function MyComponent() {\n * return <Icon name=\"arrow-left\" size={24} color=\"#000\" />;\n * }\n * ```\n */\n\nexport { default as Icon } from './Icon';\nexport type { IconProps, IconName } from './Icon';\nexport { glyphMap, fontFamily } from './glyphMap';\n\n","import * as React from 'react';\nimport { Text, TextProps } from 'react-native';\nimport { glyphMap, fontFamily, IconName } from './glyphMap';\n\n/**\n * Props for the Icon component (React Native)\n */\nexport interface IconProps extends Omit<TextProps, 'children'> {\n /**\n * Name of the icon to display\n */\n name: IconName;\n\n /**\n * Size of the icon (default: 16)\n */\n size?: number;\n\n /**\n * Color of the icon (default: inherits from parent or 'black')\n */\n color?: string;\n}\n\n/**\n * Icon component for React Native\n *\n * Renders icons using a custom font (HuspyIcons)\n *\n * @example\n * ```tsx\n * <Icon name=\"arrow-left\" size={24} color=\"#000\" />\n * ```\n */\nconst Icon = ({ name, size = 16, color = '#000', style, ...props }: IconProps) => {\n const codepoint = glyphMap[name];\n\n if (!codepoint) {\n if (__DEV__) {\n console.warn(`Icon \"${name}\" not found in HuspyIcons font`);\n }\n return null;\n }\n\n // Convert codepoint to character\n const glyph = String.fromCharCode(codepoint);\n\n return (\n <Text\n {...props}\n style={[\n {\n fontFamily: fontFamily,\n fontSize: size,\n color: color,\n // Ensure icon doesn't inherit text styles\n fontWeight: 'normal',\n fontStyle: 'normal',\n // Prevent text selection and ensure proper rendering\n includeFontPadding: false, // Android: removes extra padding\n textAlignVertical: 'center', // Android: centers the glyph vertically\n },\n style,\n ]}\n // Accessibility\n accessible\n accessibilityLabel={props.accessibilityLabel || name}\n accessibilityRole=\"image\"\n >\n {glyph}\n </Text>\n );\n};\n\nexport default Icon;\nexport type { IconName };\n","// Auto-generated by generate-font.js - do not edit manually\n// Source: icons-src/*.svg → dist/fonts/HuspyIcons.*\n\n/**\n * Available icon names in the HuspyIcons font\n */\nexport type IconName = 'whatsapp' | 'warehouse' | 'user' | 'user-plus' | 'trash-2' | 'touch-ios' | 'touch-android' | 'time' | 'thermometer-snowflake' | 'terrace' | 'tasks' | 'swimming-pool' | 'store' | 'storage' | 'status-dot' | 'size-3d' | 'share' | 'search' | 'search-x' | 'sale' | 'restaurant' | 'rent' | 'properties-linear' | 'properties-filled' | 'promotion' | 'plus' | 'pin_map_solid' | 'phone-linear' | 'pet' | 'pent-house' | 'pencil-line' | 'payments' | 'patio' | 'parking' | 'outside' | 'notes' | 'note' | 'mortgage' | 'more-horizontal' | 'map-pin' | 'mail' | 'magic-wand' | 'logout' | 'loft' | 'lock' | 'loader' | 'lift' | 'leads-linear' | 'leads-filled' | 'keys_01' | 'info' | 'image' | 'image-off' | 'icon-slot' | 'home-linear' | 'home-filled' | 'history' | 'help-circle' | 'heating' | 'gas-heating' | 'garden' | 'furnished' | 'filter' | 'file-text' | 'file-spreadsheet' | 'file-signature' | 'file-lock' | 'file-key' | 'file-input' | 'file-check' | 'face-ios-light' | 'face-ios-bold' | 'face-android' | 'eye-visible' | 'eye-hidden' | 'explore-linear' | 'explore-filled' | 'electric' | 'edit' | 'duplex' | 'door-open' | 'copy' | 'contact' | 'collections' | 'closet' | 'circle-off' | 'chevron-up' | 'chevron-right' | 'chevron-left' | 'chevron-down' | 'check' | 'check-circle-2' | 'check-check' | 'chalet-pareado' | 'chalet-independet' | 'chalet-adosado' | 'cancel' | 'cancel-circle-stroke' | 'cancel-circle-solid' | 'calendar' | 'calendar-clock' | 'building' | 'bell' | 'bed-double' | 'bath' | 'balcony-window' | 'arrow-up' | 'arrow-up-right' | 'arrow-up-left' | 'arrow-up-down' | 'arrow-right' | 'arrow-left' | 'arrow-down' | 'arrow-down-right' | 'arrow-down-left' | 'archive' | 'alert-triangle' | 'alert-circle' | 'air-conditioner' | 'add-note' | 'accessibility';\n\n/**\n * Mapping of icon names to unicode codepoints\n * Used by the Icon component to render the correct glyph\n */\nexport const glyphMap: Record<IconName, number> = {\n \"whatsapp\": 61697,\n \"warehouse\": 61698,\n \"user\": 61699,\n \"user-plus\": 61700,\n \"trash-2\": 61701,\n \"touch-ios\": 61702,\n \"touch-android\": 61703,\n \"time\": 61704,\n \"thermometer-snowflake\": 61705,\n \"terrace\": 61706,\n \"tasks\": 61707,\n \"swimming-pool\": 61708,\n \"store\": 61709,\n \"storage\": 61710,\n \"status-dot\": 61711,\n \"size-3d\": 61712,\n \"share\": 61713,\n \"search\": 61714,\n \"search-x\": 61715,\n \"sale\": 61716,\n \"restaurant\": 61717,\n \"rent\": 61718,\n \"properties-linear\": 61719,\n \"properties-filled\": 61720,\n \"promotion\": 61721,\n \"plus\": 61722,\n \"pin_map_solid\": 61723,\n \"phone-linear\": 61724,\n \"pet\": 61725,\n \"pent-house\": 61726,\n \"pencil-line\": 61727,\n \"payments\": 61728,\n \"patio\": 61729,\n \"parking\": 61730,\n \"outside\": 61731,\n \"notes\": 61732,\n \"note\": 61733,\n \"mortgage\": 61734,\n \"more-horizontal\": 61735,\n \"map-pin\": 61736,\n \"mail\": 61737,\n \"magic-wand\": 61738,\n \"logout\": 61739,\n \"loft\": 61740,\n \"lock\": 61741,\n \"loader\": 61742,\n \"lift\": 61743,\n \"leads-linear\": 61744,\n \"leads-filled\": 61745,\n \"keys_01\": 61746,\n \"info\": 61747,\n \"image\": 61748,\n \"image-off\": 61749,\n \"icon-slot\": 61750,\n \"home-linear\": 61751,\n \"home-filled\": 61752,\n \"history\": 61753,\n \"help-circle\": 61754,\n \"heating\": 61755,\n \"gas-heating\": 61756,\n \"garden\": 61757,\n \"furnished\": 61758,\n \"filter\": 61759,\n \"file-text\": 61760,\n \"file-spreadsheet\": 61761,\n \"file-signature\": 61762,\n \"file-lock\": 61763,\n \"file-key\": 61764,\n \"file-input\": 61765,\n \"file-check\": 61766,\n \"face-ios-light\": 61767,\n \"face-ios-bold\": 61768,\n \"face-android\": 61769,\n \"eye-visible\": 61770,\n \"eye-hidden\": 61771,\n \"explore-linear\": 61772,\n \"explore-filled\": 61773,\n \"electric\": 61774,\n \"edit\": 61775,\n \"duplex\": 61776,\n \"door-open\": 61777,\n \"copy\": 61778,\n \"contact\": 61779,\n \"collections\": 61780,\n \"closet\": 61781,\n \"circle-off\": 61782,\n \"chevron-up\": 61783,\n \"chevron-right\": 61784,\n \"chevron-left\": 61785,\n \"chevron-down\": 61786,\n \"check\": 61787,\n \"check-circle-2\": 61788,\n \"check-check\": 61789,\n \"chalet-pareado\": 61790,\n \"chalet-independet\": 61791,\n \"chalet-adosado\": 61792,\n \"cancel\": 61793,\n \"cancel-circle-stroke\": 61794,\n \"cancel-circle-solid\": 61795,\n \"calendar\": 61796,\n \"calendar-clock\": 61797,\n \"building\": 61798,\n \"bell\": 61799,\n \"bed-double\": 61800,\n \"bath\": 61801,\n \"balcony-window\": 61802,\n \"arrow-up\": 61803,\n \"arrow-up-right\": 61804,\n \"arrow-up-left\": 61805,\n \"arrow-up-down\": 61806,\n \"arrow-right\": 61807,\n \"arrow-left\": 61808,\n \"arrow-down\": 61809,\n \"arrow-down-right\": 61810,\n \"arrow-down-left\": 61811,\n \"archive\": 61812,\n \"alert-triangle\": 61813,\n \"alert-circle\": 61814,\n \"air-conditioner\": 61815,\n \"add-note\": 61816,\n \"accessibility\": 61817\n};\n\n/**\n * Font family name for React Native\n */\nexport const fontFamily = 'HuspyIcons';\n"],"mappings":"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","names":[]}
1
+ {"version":3,"sources":["../../src/native/index.ts","../../src/native/Icon.tsx","../../src/native/glyphMap.ts"],"sourcesContent":["/**\n * Huspy Icons - React Native (Font-based)\n * \n * This package provides icon components for React Native using a custom font.\n * \n * @example\n * ```tsx\n * import { Icon } from 'huspy-icons/native';\n * \n * function MyComponent() {\n * return <Icon name=\"arrow-left\" size={24} color=\"#000\" />;\n * }\n * ```\n */\n\nexport { default as Icon } from './Icon';\nexport type { IconProps, IconName } from './Icon';\nexport { glyphMap, fontFamily } from './glyphMap';\n\n","import * as React from 'react';\nimport { Text, TextProps } from 'react-native';\nimport { glyphMap, fontFamily, IconName } from './glyphMap';\n\n/**\n * Props for the Icon component (React Native)\n */\nexport interface IconProps extends Omit<TextProps, 'children'> {\n /**\n * Name of the icon to display\n */\n name: IconName;\n\n /**\n * Size of the icon (default: 16)\n */\n size?: number;\n\n /**\n * Color of the icon (default: inherits from parent or 'black')\n */\n color?: string;\n}\n\n/**\n * Icon component for React Native\n *\n * Renders icons using a custom font (HuspyIcons)\n *\n * @example\n * ```tsx\n * <Icon name=\"arrow-left\" size={24} color=\"#000\" />\n * ```\n */\nconst Icon = ({ name, size = 16, color = '#000', style, ...props }: IconProps) => {\n const codepoint = glyphMap[name];\n\n if (!codepoint) {\n if (__DEV__) {\n console.warn(`Icon \"${name}\" not found in HuspyIcons font`);\n }\n return null;\n }\n\n // Convert codepoint to character\n const glyph = String.fromCharCode(codepoint);\n\n return (\n <Text\n {...props}\n style={[\n {\n fontFamily: fontFamily,\n fontSize: size,\n color: color,\n // Ensure icon doesn't inherit text styles\n fontWeight: 'normal',\n fontStyle: 'normal',\n // Prevent text selection and ensure proper rendering\n includeFontPadding: false, // Android: removes extra padding\n textAlignVertical: 'center', // Android: centers the glyph vertically\n },\n style,\n ]}\n // Accessibility\n accessible\n accessibilityLabel={props.accessibilityLabel || name}\n accessibilityRole=\"image\"\n >\n {glyph}\n </Text>\n );\n};\n\nexport default Icon;\nexport type { IconName };\n","// Auto-generated by generate-font.js - do not edit manually\n// Source: icons-src/*.svg → dist/fonts/HuspyIcons.*\n\n/**\n * Available icon names in the HuspyIcons font\n */\nexport type IconName = 'whatsapp' | 'warehouse' | 'user' | 'user-plus' | 'trash-2' | 'touch-ios' | 'touch-android' | 'time' | 'thermometer-snowflake' | 'terrace' | 'tasks' | 'swimming-pool' | 'store' | 'storage' | 'status-dot' | 'size-3d' | 'share' | 'search' | 'search-x' | 'sale' | 'restaurant' | 'rent' | 'properties-linear' | 'properties-filled' | 'promotion' | 'plus' | 'pin_map_solid' | 'phone-linear' | 'pet' | 'pent-house' | 'pencil-line' | 'payments' | 'patio' | 'parking' | 'outside' | 'notes' | 'note' | 'mortgage' | 'more-horizontal' | 'minus' | 'map-pin' | 'mail' | 'magic-wand' | 'logout' | 'loft' | 'lock' | 'loader' | 'lift' | 'leads-linear' | 'leads-filled' | 'keys_01' | 'info' | 'image' | 'image-off' | 'icon-slot' | 'home-linear' | 'home-filled' | 'history' | 'help-circle' | 'heating' | 'gas-heating' | 'garden' | 'furnished' | 'filter' | 'file-text' | 'file-spreadsheet' | 'file-signature' | 'file-lock' | 'file-key' | 'file-input' | 'file-check' | 'face-ios-light' | 'face-ios-bold' | 'face-android' | 'eye-visible' | 'eye-hidden' | 'explore-linear' | 'explore-filled' | 'electric' | 'edit' | 'duplex' | 'door-open' | 'copy' | 'contact' | 'collections' | 'closet' | 'circle-off' | 'chevron-up' | 'chevron-right' | 'chevron-left' | 'chevron-down' | 'check' | 'check-circle-2' | 'check-check' | 'chalet-pareado' | 'chalet-independet' | 'chalet-adosado' | 'cancel' | 'cancel-circle-stroke' | 'cancel-circle-solid' | 'calendar' | 'calendar-clock' | 'building' | 'bell' | 'bed-double' | 'bath' | 'balcony-window' | 'arrow-up' | 'arrow-up-right' | 'arrow-up-left' | 'arrow-up-down' | 'arrow-right' | 'arrow-left' | 'arrow-down' | 'arrow-down-right' | 'arrow-down-left' | 'archive' | 'alert-triangle' | 'alert-circle' | 'air-conditioner' | 'add-note' | 'accessibility';\n\n/**\n * Mapping of icon names to unicode codepoints\n * Used by the Icon component to render the correct glyph\n */\nexport const glyphMap: Record<IconName, number> = {\n \"whatsapp\": 61697,\n \"warehouse\": 61698,\n \"user\": 61699,\n \"user-plus\": 61700,\n \"trash-2\": 61701,\n \"touch-ios\": 61702,\n \"touch-android\": 61703,\n \"time\": 61704,\n \"thermometer-snowflake\": 61705,\n \"terrace\": 61706,\n \"tasks\": 61707,\n \"swimming-pool\": 61708,\n \"store\": 61709,\n \"storage\": 61710,\n \"status-dot\": 61711,\n \"size-3d\": 61712,\n \"share\": 61713,\n \"search\": 61714,\n \"search-x\": 61715,\n \"sale\": 61716,\n \"restaurant\": 61717,\n \"rent\": 61718,\n \"properties-linear\": 61719,\n \"properties-filled\": 61720,\n \"promotion\": 61721,\n \"plus\": 61722,\n \"pin_map_solid\": 61723,\n \"phone-linear\": 61724,\n \"pet\": 61725,\n \"pent-house\": 61726,\n \"pencil-line\": 61727,\n \"payments\": 61728,\n \"patio\": 61729,\n \"parking\": 61730,\n \"outside\": 61731,\n \"notes\": 61732,\n \"note\": 61733,\n \"mortgage\": 61734,\n \"more-horizontal\": 61735,\n \"minus\": 61736,\n \"map-pin\": 61737,\n \"mail\": 61738,\n \"magic-wand\": 61739,\n \"logout\": 61740,\n \"loft\": 61741,\n \"lock\": 61742,\n \"loader\": 61743,\n \"lift\": 61744,\n \"leads-linear\": 61745,\n \"leads-filled\": 61746,\n \"keys_01\": 61747,\n \"info\": 61748,\n \"image\": 61749,\n \"image-off\": 61750,\n \"icon-slot\": 61751,\n \"home-linear\": 61752,\n \"home-filled\": 61753,\n \"history\": 61754,\n \"help-circle\": 61755,\n \"heating\": 61756,\n \"gas-heating\": 61757,\n \"garden\": 61758,\n \"furnished\": 61759,\n \"filter\": 61760,\n \"file-text\": 61761,\n \"file-spreadsheet\": 61762,\n \"file-signature\": 61763,\n \"file-lock\": 61764,\n \"file-key\": 61765,\n \"file-input\": 61766,\n \"file-check\": 61767,\n \"face-ios-light\": 61768,\n \"face-ios-bold\": 61769,\n \"face-android\": 61770,\n \"eye-visible\": 61771,\n \"eye-hidden\": 61772,\n \"explore-linear\": 61773,\n \"explore-filled\": 61774,\n \"electric\": 61775,\n \"edit\": 61776,\n \"duplex\": 61777,\n \"door-open\": 61778,\n \"copy\": 61779,\n \"contact\": 61780,\n \"collections\": 61781,\n \"closet\": 61782,\n \"circle-off\": 61783,\n \"chevron-up\": 61784,\n \"chevron-right\": 61785,\n \"chevron-left\": 61786,\n \"chevron-down\": 61787,\n \"check\": 61788,\n \"check-circle-2\": 61789,\n \"check-check\": 61790,\n \"chalet-pareado\": 61791,\n \"chalet-independet\": 61792,\n \"chalet-adosado\": 61793,\n \"cancel\": 61794,\n \"cancel-circle-stroke\": 61795,\n \"cancel-circle-solid\": 61796,\n \"calendar\": 61797,\n \"calendar-clock\": 61798,\n \"building\": 61799,\n \"bell\": 61800,\n \"bed-double\": 61801,\n \"bath\": 61802,\n \"balcony-window\": 61803,\n \"arrow-up\": 61804,\n \"arrow-up-right\": 61805,\n \"arrow-up-left\": 61806,\n \"arrow-up-down\": 61807,\n \"arrow-right\": 61808,\n \"arrow-left\": 61809,\n \"arrow-down\": 61810,\n \"arrow-down-right\": 61811,\n \"arrow-down-left\": 61812,\n \"archive\": 61813,\n \"alert-triangle\": 61814,\n \"alert-circle\": 61815,\n \"air-conditioner\": 61816,\n \"add-note\": 61817,\n \"accessibility\": 61818\n};\n\n/**\n * Font family name for React Native\n */\nexport const fontFamily = 'HuspyIcons';\n"],"mappings":"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","names":[]}
@@ -192,6 +192,8 @@ declare const SvgMail: ({ size, ...props }: ReactIconProps) => React$1.JSX.Eleme
192
192
 
193
193
  declare const SvgMapPin: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
194
194
 
195
+ declare const SvgMinus: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
196
+
195
197
  declare const SvgMoreHorizontal: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
196
198
 
197
199
  declare const SvgMortgage: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
@@ -277,7 +279,7 @@ declare const SvgWhatsapp: ({ size, ...props }: ReactIconProps) => React$1.JSX.E
277
279
  /**
278
280
  * Available icon names
279
281
  */
280
- type IconName = 'accessibility' | 'add-note' | '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' | 'info' | 'keys01' | 'leads-filled' | 'leads-linear' | 'lift' | 'loader' | 'lock' | 'loft' | 'logout' | 'magic-wand' | 'mail' | 'map-pin' | 'more-horizontal' | 'mortgage' | 'note' | 'notes' | 'outside' | 'parking' | 'patio' | 'payments' | 'pencil-line' | 'pent-house' | 'pet' | 'phone-linear' | 'pin-map-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';
282
+ type IconName = 'accessibility' | 'add-note' | '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' | 'info' | 'keys01' | 'leads-filled' | 'leads-linear' | 'lift' | 'loader' | 'lock' | 'loft' | 'logout' | 'magic-wand' | 'mail' | 'map-pin' | 'minus' | 'more-horizontal' | 'mortgage' | 'note' | 'notes' | 'outside' | 'parking' | 'patio' | 'payments' | 'pencil-line' | 'pent-house' | 'pet' | 'phone-linear' | 'pin-map-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';
281
283
  /**
282
284
  * Props for the unified Icon component
283
285
  */
@@ -292,4 +294,4 @@ interface IconProps extends Omit<ReactIconProps, 'size'> {
292
294
  */
293
295
  declare const Icon: ({ name, size, color, ...props }: IconProps) => React$1.JSX.Element | null;
294
296
 
295
- export { SvgAccessibility as Accessibility, SvgAddNote as AddNote, 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, 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, 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, SvgPentHouse as PentHouse, 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, 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 };
297
+ export { SvgAccessibility as Accessibility, SvgAddNote as AddNote, 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, 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, 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, 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 };
@@ -192,6 +192,8 @@ declare const SvgMail: ({ size, ...props }: ReactIconProps) => React$1.JSX.Eleme
192
192
 
193
193
  declare const SvgMapPin: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
194
194
 
195
+ declare const SvgMinus: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
196
+
195
197
  declare const SvgMoreHorizontal: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
196
198
 
197
199
  declare const SvgMortgage: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
@@ -277,7 +279,7 @@ declare const SvgWhatsapp: ({ size, ...props }: ReactIconProps) => React$1.JSX.E
277
279
  /**
278
280
  * Available icon names
279
281
  */
280
- type IconName = 'accessibility' | 'add-note' | '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' | 'info' | 'keys01' | 'leads-filled' | 'leads-linear' | 'lift' | 'loader' | 'lock' | 'loft' | 'logout' | 'magic-wand' | 'mail' | 'map-pin' | 'more-horizontal' | 'mortgage' | 'note' | 'notes' | 'outside' | 'parking' | 'patio' | 'payments' | 'pencil-line' | 'pent-house' | 'pet' | 'phone-linear' | 'pin-map-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';
282
+ type IconName = 'accessibility' | 'add-note' | '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' | 'info' | 'keys01' | 'leads-filled' | 'leads-linear' | 'lift' | 'loader' | 'lock' | 'loft' | 'logout' | 'magic-wand' | 'mail' | 'map-pin' | 'minus' | 'more-horizontal' | 'mortgage' | 'note' | 'notes' | 'outside' | 'parking' | 'patio' | 'payments' | 'pencil-line' | 'pent-house' | 'pet' | 'phone-linear' | 'pin-map-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';
281
283
  /**
282
284
  * Props for the unified Icon component
283
285
  */
@@ -292,4 +294,4 @@ interface IconProps extends Omit<ReactIconProps, 'size'> {
292
294
  */
293
295
  declare const Icon: ({ name, size, color, ...props }: IconProps) => React$1.JSX.Element | null;
294
296
 
295
- export { SvgAccessibility as Accessibility, SvgAddNote as AddNote, 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, 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, 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, SvgPentHouse as PentHouse, 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, 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 };
297
+ export { SvgAccessibility as Accessibility, SvgAddNote as AddNote, 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, 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, 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, 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 };