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.
@@ -66,6 +66,7 @@ export type HuspyIconsId =
66
66
  | "loft"
67
67
  | "lock"
68
68
  | "loader"
69
+ | "link"
69
70
  | "lift"
70
71
  | "leads-linear"
71
72
  | "leads-filled"
@@ -108,6 +109,7 @@ export type HuspyIconsId =
108
109
  | "electric"
109
110
  | "edit"
110
111
  | "duplex"
112
+ | "download"
111
113
  | "doorman"
112
114
  | "door-open"
113
115
  | "dishwasher"
@@ -227,6 +229,7 @@ export enum HuspyIcons {
227
229
  Loft = "loft",
228
230
  Lock = "lock",
229
231
  Loader = "loader",
232
+ Link = "link",
230
233
  Lift = "lift",
231
234
  LeadsLinear = "leads-linear",
232
235
  LeadsFilled = "leads-filled",
@@ -269,6 +272,7 @@ export enum HuspyIcons {
269
272
  Electric = "electric",
270
273
  Edit = "edit",
271
274
  Duplex = "duplex",
275
+ Download = "download",
272
276
  Doorman = "doorman",
273
277
  DoorOpen = "door-open",
274
278
  Dishwasher = "dishwasher",
@@ -389,96 +393,98 @@ export const HUSPY_ICONS_CODEPOINTS: { [key in HuspyIcons]: string } = {
389
393
  [HuspyIcons.Loft]: "61761",
390
394
  [HuspyIcons.Lock]: "61762",
391
395
  [HuspyIcons.Loader]: "61763",
392
- [HuspyIcons.Lift]: "61764",
393
- [HuspyIcons.LeadsLinear]: "61765",
394
- [HuspyIcons.LeadsFilled]: "61766",
395
- [HuspyIcons.Keys01]: "61767",
396
- [HuspyIcons.Info]: "61768",
397
- [HuspyIcons.ImagesGallery]: "61769",
398
- [HuspyIcons.Image]: "61770",
399
- [HuspyIcons.ImageOff]: "61771",
400
- [HuspyIcons.IconSlot]: "61772",
401
- [HuspyIcons.HomeLinear]: "61773",
402
- [HuspyIcons.HomeFilled]: "61774",
403
- [HuspyIcons.History]: "61775",
404
- [HuspyIcons.HelpCircle]: "61776",
405
- [HuspyIcons.Heating]: "61777",
406
- [HuspyIcons.Handshake]: "61778",
407
- [HuspyIcons.Gym]: "61779",
408
- [HuspyIcons.GasHeating]: "61780",
409
- [HuspyIcons.Garden]: "61781",
410
- [HuspyIcons.Garage]: "61782",
411
- [HuspyIcons.Furnished]: "61783",
412
- [HuspyIcons.Filter]: "61784",
413
- [HuspyIcons.File]: "61785",
414
- [HuspyIcons.FileType]: "61786",
415
- [HuspyIcons.FileText]: "61787",
416
- [HuspyIcons.FileSpreadsheet]: "61788",
417
- [HuspyIcons.FileSignature]: "61789",
418
- [HuspyIcons.FileLock]: "61790",
419
- [HuspyIcons.FileKey]: "61791",
420
- [HuspyIcons.FileInput]: "61792",
421
- [HuspyIcons.FileCheck]: "61793",
422
- [HuspyIcons.FaceIosLight]: "61794",
423
- [HuspyIcons.FaceIosBold]: "61795",
424
- [HuspyIcons.FaceAndroid]: "61796",
425
- [HuspyIcons.EyeVisible]: "61797",
426
- [HuspyIcons.EyeHidden]: "61798",
427
- [HuspyIcons.ExternalLink]: "61799",
428
- [HuspyIcons.ExploreLinear]: "61800",
429
- [HuspyIcons.ExploreFilled]: "61801",
430
- [HuspyIcons.EquippedKitchen]: "61802",
431
- [HuspyIcons.Electric]: "61803",
432
- [HuspyIcons.Edit]: "61804",
433
- [HuspyIcons.Duplex]: "61805",
434
- [HuspyIcons.Doorman]: "61806",
435
- [HuspyIcons.DoorOpen]: "61807",
436
- [HuspyIcons.Dishwasher]: "61808",
437
- [HuspyIcons.Copy]: "61809",
438
- [HuspyIcons.Contact]: "61810",
439
- [HuspyIcons.Concierge]: "61811",
440
- [HuspyIcons.Collections]: "61812",
441
- [HuspyIcons.Closet]: "61813",
442
- [HuspyIcons.ClassicBuilding]: "61814",
443
- [HuspyIcons.CircleOff]: "61815",
444
- [HuspyIcons.ChevronUp]: "61816",
445
- [HuspyIcons.ChevronRight]: "61817",
446
- [HuspyIcons.ChevronLeft]: "61818",
447
- [HuspyIcons.ChevronDown]: "61819",
448
- [HuspyIcons.Check]: "61820",
449
- [HuspyIcons.CheckCircle2]: "61821",
450
- [HuspyIcons.CheckCheck]: "61822",
451
- [HuspyIcons.ChaletPareado]: "61823",
452
- [HuspyIcons.ChaletIndependet]: "61824",
453
- [HuspyIcons.ChaletAdosado]: "61825",
454
- [HuspyIcons.Cancel]: "61826",
455
- [HuspyIcons.CancelCircleStroke]: "61827",
456
- [HuspyIcons.CancelCircleSolid]: "61828",
457
- [HuspyIcons.Camera]: "61829",
458
- [HuspyIcons.Calendar]: "61830",
459
- [HuspyIcons.CalendarX]: "61831",
460
- [HuspyIcons.CalendarClock]: "61832",
461
- [HuspyIcons.CalendarCheck]: "61833",
462
- [HuspyIcons.Building]: "61834",
463
- [HuspyIcons.Bell]: "61835",
464
- [HuspyIcons.BedDouble]: "61836",
465
- [HuspyIcons.Bath]: "61837",
466
- [HuspyIcons.Barbeque]: "61838",
467
- [HuspyIcons.BalconyWindow]: "61839",
468
- [HuspyIcons.ArrowUp]: "61840",
469
- [HuspyIcons.ArrowUpRight]: "61841",
470
- [HuspyIcons.ArrowUpLeft]: "61842",
471
- [HuspyIcons.ArrowUpDown]: "61843",
472
- [HuspyIcons.ArrowRight]: "61844",
473
- [HuspyIcons.ArrowLeft]: "61845",
474
- [HuspyIcons.ArrowDown]: "61846",
475
- [HuspyIcons.ArrowDownRight]: "61847",
476
- [HuspyIcons.ArrowDownLeft]: "61848",
477
- [HuspyIcons.Archive]: "61849",
478
- [HuspyIcons.AlertTriangle]: "61850",
479
- [HuspyIcons.AlertCircle]: "61851",
480
- [HuspyIcons.AirConditioner]: "61852",
481
- [HuspyIcons.Ai]: "61853",
482
- [HuspyIcons.AddNote]: "61854",
483
- [HuspyIcons.Accessibility]: "61855",
396
+ [HuspyIcons.Link]: "61764",
397
+ [HuspyIcons.Lift]: "61765",
398
+ [HuspyIcons.LeadsLinear]: "61766",
399
+ [HuspyIcons.LeadsFilled]: "61767",
400
+ [HuspyIcons.Keys01]: "61768",
401
+ [HuspyIcons.Info]: "61769",
402
+ [HuspyIcons.ImagesGallery]: "61770",
403
+ [HuspyIcons.Image]: "61771",
404
+ [HuspyIcons.ImageOff]: "61772",
405
+ [HuspyIcons.IconSlot]: "61773",
406
+ [HuspyIcons.HomeLinear]: "61774",
407
+ [HuspyIcons.HomeFilled]: "61775",
408
+ [HuspyIcons.History]: "61776",
409
+ [HuspyIcons.HelpCircle]: "61777",
410
+ [HuspyIcons.Heating]: "61778",
411
+ [HuspyIcons.Handshake]: "61779",
412
+ [HuspyIcons.Gym]: "61780",
413
+ [HuspyIcons.GasHeating]: "61781",
414
+ [HuspyIcons.Garden]: "61782",
415
+ [HuspyIcons.Garage]: "61783",
416
+ [HuspyIcons.Furnished]: "61784",
417
+ [HuspyIcons.Filter]: "61785",
418
+ [HuspyIcons.File]: "61786",
419
+ [HuspyIcons.FileType]: "61787",
420
+ [HuspyIcons.FileText]: "61788",
421
+ [HuspyIcons.FileSpreadsheet]: "61789",
422
+ [HuspyIcons.FileSignature]: "61790",
423
+ [HuspyIcons.FileLock]: "61791",
424
+ [HuspyIcons.FileKey]: "61792",
425
+ [HuspyIcons.FileInput]: "61793",
426
+ [HuspyIcons.FileCheck]: "61794",
427
+ [HuspyIcons.FaceIosLight]: "61795",
428
+ [HuspyIcons.FaceIosBold]: "61796",
429
+ [HuspyIcons.FaceAndroid]: "61797",
430
+ [HuspyIcons.EyeVisible]: "61798",
431
+ [HuspyIcons.EyeHidden]: "61799",
432
+ [HuspyIcons.ExternalLink]: "61800",
433
+ [HuspyIcons.ExploreLinear]: "61801",
434
+ [HuspyIcons.ExploreFilled]: "61802",
435
+ [HuspyIcons.EquippedKitchen]: "61803",
436
+ [HuspyIcons.Electric]: "61804",
437
+ [HuspyIcons.Edit]: "61805",
438
+ [HuspyIcons.Duplex]: "61806",
439
+ [HuspyIcons.Download]: "61807",
440
+ [HuspyIcons.Doorman]: "61808",
441
+ [HuspyIcons.DoorOpen]: "61809",
442
+ [HuspyIcons.Dishwasher]: "61810",
443
+ [HuspyIcons.Copy]: "61811",
444
+ [HuspyIcons.Contact]: "61812",
445
+ [HuspyIcons.Concierge]: "61813",
446
+ [HuspyIcons.Collections]: "61814",
447
+ [HuspyIcons.Closet]: "61815",
448
+ [HuspyIcons.ClassicBuilding]: "61816",
449
+ [HuspyIcons.CircleOff]: "61817",
450
+ [HuspyIcons.ChevronUp]: "61818",
451
+ [HuspyIcons.ChevronRight]: "61819",
452
+ [HuspyIcons.ChevronLeft]: "61820",
453
+ [HuspyIcons.ChevronDown]: "61821",
454
+ [HuspyIcons.Check]: "61822",
455
+ [HuspyIcons.CheckCircle2]: "61823",
456
+ [HuspyIcons.CheckCheck]: "61824",
457
+ [HuspyIcons.ChaletPareado]: "61825",
458
+ [HuspyIcons.ChaletIndependet]: "61826",
459
+ [HuspyIcons.ChaletAdosado]: "61827",
460
+ [HuspyIcons.Cancel]: "61828",
461
+ [HuspyIcons.CancelCircleStroke]: "61829",
462
+ [HuspyIcons.CancelCircleSolid]: "61830",
463
+ [HuspyIcons.Camera]: "61831",
464
+ [HuspyIcons.Calendar]: "61832",
465
+ [HuspyIcons.CalendarX]: "61833",
466
+ [HuspyIcons.CalendarClock]: "61834",
467
+ [HuspyIcons.CalendarCheck]: "61835",
468
+ [HuspyIcons.Building]: "61836",
469
+ [HuspyIcons.Bell]: "61837",
470
+ [HuspyIcons.BedDouble]: "61838",
471
+ [HuspyIcons.Bath]: "61839",
472
+ [HuspyIcons.Barbeque]: "61840",
473
+ [HuspyIcons.BalconyWindow]: "61841",
474
+ [HuspyIcons.ArrowUp]: "61842",
475
+ [HuspyIcons.ArrowUpRight]: "61843",
476
+ [HuspyIcons.ArrowUpLeft]: "61844",
477
+ [HuspyIcons.ArrowUpDown]: "61845",
478
+ [HuspyIcons.ArrowRight]: "61846",
479
+ [HuspyIcons.ArrowLeft]: "61847",
480
+ [HuspyIcons.ArrowDown]: "61848",
481
+ [HuspyIcons.ArrowDownRight]: "61849",
482
+ [HuspyIcons.ArrowDownLeft]: "61850",
483
+ [HuspyIcons.Archive]: "61851",
484
+ [HuspyIcons.AlertTriangle]: "61852",
485
+ [HuspyIcons.AlertCircle]: "61853",
486
+ [HuspyIcons.AirConditioner]: "61854",
487
+ [HuspyIcons.Ai]: "61855",
488
+ [HuspyIcons.AddNote]: "61856",
489
+ [HuspyIcons.Accessibility]: "61857",
484
490
  };
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 = 'wifi' | 'whatsapp' | 'washing-machine' | 'warehouse' | 'walk-in-closet' | 'user' | 'user-square' | 'user-plus' | 'upload' | 'trash' | 'trash-2' | 'touch-ios' | 'touch-android' | 'time' | 'thumbs-up' | 'thumbs-down' | 'thermometer-snowflake' | 'terrace' | 'tennis' | 'tasks' | 'swimming-pool' | 'store' | 'storage' | 'status-dot' | 'size-3d' | 'shield-alert' | 'share' | 'search' | 'search-x' | 'sea' | 'sauna' | 'sale' | 'restaurant' | 'rent' | 'properties-search-empty' | 'properties-linear' | 'properties-filled' | 'promotion' | 'plus' | 'play-solid' | 'pin_map_solid' | 'phone-linear' | 'pet' | 'pent-house' | 'pencil-line' | 'payments' | 'patio' | 'party-hall' | 'parking' | 'paddle-tennis' | 'outside' | 'notes' | 'note' | 'mortgage' | 'more-horizontal' | 'monumental' | 'minus' | 'map' | 'map-pin' | 'mail' | 'maids-service' | 'maids-room' | 'magic-wand' | 'logout' | 'loft' | 'lock' | 'loader' | 'lift' | 'leads-linear' | 'leads-filled' | 'keys_01' | 'info' | 'images-gallery' | 'image' | 'image-off' | 'icon-slot' | 'home-linear' | 'home-filled' | 'history' | 'help-circle' | 'heating' | 'handshake' | 'gym' | 'gas-heating' | 'garden' | 'garage' | 'furnished' | 'filter' | 'file' | 'file-type' | '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' | 'external_link' | 'explore-linear' | 'explore-filled' | 'equipped-kitchen' | 'electric' | 'edit' | 'duplex' | 'doorman' | 'door-open' | 'dishwasher' | 'copy' | 'contact' | 'concierge' | 'collections' | 'closet' | 'classic-building' | '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' | 'camera' | 'calendar' | 'calendar-x' | 'calendar-clock' | 'calendar-check' | 'building' | 'bell' | 'bed-double' | 'bath' | 'barbeque' | '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' | 'ai' | 'add-note' | 'accessibility';
7
+ type IconName = 'wifi' | 'whatsapp' | 'washing-machine' | 'warehouse' | 'walk-in-closet' | 'user' | 'user-square' | 'user-plus' | 'upload' | 'trash' | 'trash-2' | 'touch-ios' | 'touch-android' | 'time' | 'thumbs-up' | 'thumbs-down' | 'thermometer-snowflake' | 'terrace' | 'tennis' | 'tasks' | 'swimming-pool' | 'store' | 'storage' | 'status-dot' | 'size-3d' | 'shield-alert' | 'share' | 'search' | 'search-x' | 'sea' | 'sauna' | 'sale' | 'restaurant' | 'rent' | 'properties-search-empty' | 'properties-linear' | 'properties-filled' | 'promotion' | 'plus' | 'play-solid' | 'pin_map_solid' | 'phone-linear' | 'pet' | 'pent-house' | 'pencil-line' | 'payments' | 'patio' | 'party-hall' | 'parking' | 'paddle-tennis' | 'outside' | 'notes' | 'note' | 'mortgage' | 'more-horizontal' | 'monumental' | 'minus' | 'map' | 'map-pin' | 'mail' | 'maids-service' | 'maids-room' | 'magic-wand' | 'logout' | 'loft' | 'lock' | 'loader' | 'link' | 'lift' | 'leads-linear' | 'leads-filled' | 'keys_01' | 'info' | 'images-gallery' | 'image' | 'image-off' | 'icon-slot' | 'home-linear' | 'home-filled' | 'history' | 'help-circle' | 'heating' | 'handshake' | 'gym' | 'gas-heating' | 'garden' | 'garage' | 'furnished' | 'filter' | 'file' | 'file-type' | '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' | 'external_link' | 'explore-linear' | 'explore-filled' | 'equipped-kitchen' | 'electric' | 'edit' | 'duplex' | 'download' | 'doorman' | 'door-open' | 'dishwasher' | 'copy' | 'contact' | 'concierge' | 'collections' | 'closet' | 'classic-building' | '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' | 'camera' | 'calendar' | 'calendar-x' | 'calendar-clock' | 'calendar-check' | 'building' | 'bell' | 'bed-double' | 'bath' | 'barbeque' | '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' | 'ai' | '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
@@ -109,98 +109,100 @@ var glyphMap = {
109
109
  "loft": 61761,
110
110
  "lock": 61762,
111
111
  "loader": 61763,
112
- "lift": 61764,
113
- "leads-linear": 61765,
114
- "leads-filled": 61766,
115
- "keys_01": 61767,
116
- "info": 61768,
117
- "images-gallery": 61769,
118
- "image": 61770,
119
- "image-off": 61771,
120
- "icon-slot": 61772,
121
- "home-linear": 61773,
122
- "home-filled": 61774,
123
- "history": 61775,
124
- "help-circle": 61776,
125
- "heating": 61777,
126
- "handshake": 61778,
127
- "gym": 61779,
128
- "gas-heating": 61780,
129
- "garden": 61781,
130
- "garage": 61782,
131
- "furnished": 61783,
132
- "filter": 61784,
133
- "file": 61785,
134
- "file-type": 61786,
135
- "file-text": 61787,
136
- "file-spreadsheet": 61788,
137
- "file-signature": 61789,
138
- "file-lock": 61790,
139
- "file-key": 61791,
140
- "file-input": 61792,
141
- "file-check": 61793,
142
- "face-ios-light": 61794,
143
- "face-ios-bold": 61795,
144
- "face-android": 61796,
145
- "eye-visible": 61797,
146
- "eye-hidden": 61798,
147
- "external_link": 61799,
148
- "explore-linear": 61800,
149
- "explore-filled": 61801,
150
- "equipped-kitchen": 61802,
151
- "electric": 61803,
152
- "edit": 61804,
153
- "duplex": 61805,
154
- "doorman": 61806,
155
- "door-open": 61807,
156
- "dishwasher": 61808,
157
- "copy": 61809,
158
- "contact": 61810,
159
- "concierge": 61811,
160
- "collections": 61812,
161
- "closet": 61813,
162
- "classic-building": 61814,
163
- "circle-off": 61815,
164
- "chevron-up": 61816,
165
- "chevron-right": 61817,
166
- "chevron-left": 61818,
167
- "chevron-down": 61819,
168
- "check": 61820,
169
- "check-circle-2": 61821,
170
- "check-check": 61822,
171
- "chalet-pareado": 61823,
172
- "chalet-independet": 61824,
173
- "chalet-adosado": 61825,
174
- "cancel": 61826,
175
- "cancel-circle-stroke": 61827,
176
- "cancel-circle-solid": 61828,
177
- "camera": 61829,
178
- "calendar": 61830,
179
- "calendar-x": 61831,
180
- "calendar-clock": 61832,
181
- "calendar-check": 61833,
182
- "building": 61834,
183
- "bell": 61835,
184
- "bed-double": 61836,
185
- "bath": 61837,
186
- "barbeque": 61838,
187
- "balcony-window": 61839,
188
- "arrow-up": 61840,
189
- "arrow-up-right": 61841,
190
- "arrow-up-left": 61842,
191
- "arrow-up-down": 61843,
192
- "arrow-right": 61844,
193
- "arrow-left": 61845,
194
- "arrow-down": 61846,
195
- "arrow-down-right": 61847,
196
- "arrow-down-left": 61848,
197
- "archive": 61849,
198
- "alert-triangle": 61850,
199
- "alert-circle": 61851,
200
- "air-conditioner": 61852,
201
- "ai": 61853,
202
- "add-note": 61854,
203
- "accessibility": 61855
112
+ "link": 61764,
113
+ "lift": 61765,
114
+ "leads-linear": 61766,
115
+ "leads-filled": 61767,
116
+ "keys_01": 61768,
117
+ "info": 61769,
118
+ "images-gallery": 61770,
119
+ "image": 61771,
120
+ "image-off": 61772,
121
+ "icon-slot": 61773,
122
+ "home-linear": 61774,
123
+ "home-filled": 61775,
124
+ "history": 61776,
125
+ "help-circle": 61777,
126
+ "heating": 61778,
127
+ "handshake": 61779,
128
+ "gym": 61780,
129
+ "gas-heating": 61781,
130
+ "garden": 61782,
131
+ "garage": 61783,
132
+ "furnished": 61784,
133
+ "filter": 61785,
134
+ "file": 61786,
135
+ "file-type": 61787,
136
+ "file-text": 61788,
137
+ "file-spreadsheet": 61789,
138
+ "file-signature": 61790,
139
+ "file-lock": 61791,
140
+ "file-key": 61792,
141
+ "file-input": 61793,
142
+ "file-check": 61794,
143
+ "face-ios-light": 61795,
144
+ "face-ios-bold": 61796,
145
+ "face-android": 61797,
146
+ "eye-visible": 61798,
147
+ "eye-hidden": 61799,
148
+ "external_link": 61800,
149
+ "explore-linear": 61801,
150
+ "explore-filled": 61802,
151
+ "equipped-kitchen": 61803,
152
+ "electric": 61804,
153
+ "edit": 61805,
154
+ "duplex": 61806,
155
+ "download": 61807,
156
+ "doorman": 61808,
157
+ "door-open": 61809,
158
+ "dishwasher": 61810,
159
+ "copy": 61811,
160
+ "contact": 61812,
161
+ "concierge": 61813,
162
+ "collections": 61814,
163
+ "closet": 61815,
164
+ "classic-building": 61816,
165
+ "circle-off": 61817,
166
+ "chevron-up": 61818,
167
+ "chevron-right": 61819,
168
+ "chevron-left": 61820,
169
+ "chevron-down": 61821,
170
+ "check": 61822,
171
+ "check-circle-2": 61823,
172
+ "check-check": 61824,
173
+ "chalet-pareado": 61825,
174
+ "chalet-independet": 61826,
175
+ "chalet-adosado": 61827,
176
+ "cancel": 61828,
177
+ "cancel-circle-stroke": 61829,
178
+ "cancel-circle-solid": 61830,
179
+ "camera": 61831,
180
+ "calendar": 61832,
181
+ "calendar-x": 61833,
182
+ "calendar-clock": 61834,
183
+ "calendar-check": 61835,
184
+ "building": 61836,
185
+ "bell": 61837,
186
+ "bed-double": 61838,
187
+ "bath": 61839,
188
+ "barbeque": 61840,
189
+ "balcony-window": 61841,
190
+ "arrow-up": 61842,
191
+ "arrow-up-right": 61843,
192
+ "arrow-up-left": 61844,
193
+ "arrow-up-down": 61845,
194
+ "arrow-right": 61846,
195
+ "arrow-left": 61847,
196
+ "arrow-down": 61848,
197
+ "arrow-down-right": 61849,
198
+ "arrow-down-left": 61850,
199
+ "archive": 61851,
200
+ "alert-triangle": 61852,
201
+ "alert-circle": 61853,
202
+ "air-conditioner": 61854,
203
+ "ai": 61855,
204
+ "add-note": 61856,
205
+ "accessibility": 61857
204
206
  };
205
207
  var fontFamily = "HuspyIcons";
206
208
 
@@ -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 = 'wifi' | 'whatsapp' | 'washing-machine' | 'warehouse' | 'walk-in-closet' | 'user' | 'user-square' | 'user-plus' | 'upload' | 'trash' | 'trash-2' | 'touch-ios' | 'touch-android' | 'time' | 'thumbs-up' | 'thumbs-down' | 'thermometer-snowflake' | 'terrace' | 'tennis' | 'tasks' | 'swimming-pool' | 'store' | 'storage' | 'status-dot' | 'size-3d' | 'shield-alert' | 'share' | 'search' | 'search-x' | 'sea' | 'sauna' | 'sale' | 'restaurant' | 'rent' | 'properties-search-empty' | 'properties-linear' | 'properties-filled' | 'promotion' | 'plus' | 'play-solid' | 'pin_map_solid' | 'phone-linear' | 'pet' | 'pent-house' | 'pencil-line' | 'payments' | 'patio' | 'party-hall' | 'parking' | 'paddle-tennis' | 'outside' | 'notes' | 'note' | 'mortgage' | 'more-horizontal' | 'monumental' | 'minus' | 'map' | 'map-pin' | 'mail' | 'maids-service' | 'maids-room' | 'magic-wand' | 'logout' | 'loft' | 'lock' | 'loader' | 'lift' | 'leads-linear' | 'leads-filled' | 'keys_01' | 'info' | 'images-gallery' | 'image' | 'image-off' | 'icon-slot' | 'home-linear' | 'home-filled' | 'history' | 'help-circle' | 'heating' | 'handshake' | 'gym' | 'gas-heating' | 'garden' | 'garage' | 'furnished' | 'filter' | 'file' | 'file-type' | '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' | 'external_link' | 'explore-linear' | 'explore-filled' | 'equipped-kitchen' | 'electric' | 'edit' | 'duplex' | 'doorman' | 'door-open' | 'dishwasher' | 'copy' | 'contact' | 'concierge' | 'collections' | 'closet' | 'classic-building' | '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' | 'camera' | 'calendar' | 'calendar-x' | 'calendar-clock' | 'calendar-check' | 'building' | 'bell' | 'bed-double' | 'bath' | 'barbeque' | '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' | 'ai' | '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 \"wifi\": 61697,\n \"whatsapp\": 61698,\n \"washing-machine\": 61699,\n \"warehouse\": 61700,\n \"walk-in-closet\": 61701,\n \"user\": 61702,\n \"user-square\": 61703,\n \"user-plus\": 61704,\n \"upload\": 61705,\n \"trash\": 61706,\n \"trash-2\": 61707,\n \"touch-ios\": 61708,\n \"touch-android\": 61709,\n \"time\": 61710,\n \"thumbs-up\": 61711,\n \"thumbs-down\": 61712,\n \"thermometer-snowflake\": 61713,\n \"terrace\": 61714,\n \"tennis\": 61715,\n \"tasks\": 61716,\n \"swimming-pool\": 61717,\n \"store\": 61718,\n \"storage\": 61719,\n \"status-dot\": 61720,\n \"size-3d\": 61721,\n \"shield-alert\": 61722,\n \"share\": 61723,\n \"search\": 61724,\n \"search-x\": 61725,\n \"sea\": 61726,\n \"sauna\": 61727,\n \"sale\": 61728,\n \"restaurant\": 61729,\n \"rent\": 61730,\n \"properties-search-empty\": 61731,\n \"properties-linear\": 61732,\n \"properties-filled\": 61733,\n \"promotion\": 61734,\n \"plus\": 61735,\n \"play-solid\": 61736,\n \"pin_map_solid\": 61737,\n \"phone-linear\": 61738,\n \"pet\": 61739,\n \"pent-house\": 61740,\n \"pencil-line\": 61741,\n \"payments\": 61742,\n \"patio\": 61743,\n \"party-hall\": 61744,\n \"parking\": 61745,\n \"paddle-tennis\": 61746,\n \"outside\": 61747,\n \"notes\": 61748,\n \"note\": 61749,\n \"mortgage\": 61750,\n \"more-horizontal\": 61751,\n \"monumental\": 61752,\n \"minus\": 61753,\n \"map\": 61754,\n \"map-pin\": 61755,\n \"mail\": 61756,\n \"maids-service\": 61757,\n \"maids-room\": 61758,\n \"magic-wand\": 61759,\n \"logout\": 61760,\n \"loft\": 61761,\n \"lock\": 61762,\n \"loader\": 61763,\n \"lift\": 61764,\n \"leads-linear\": 61765,\n \"leads-filled\": 61766,\n \"keys_01\": 61767,\n \"info\": 61768,\n \"images-gallery\": 61769,\n \"image\": 61770,\n \"image-off\": 61771,\n \"icon-slot\": 61772,\n \"home-linear\": 61773,\n \"home-filled\": 61774,\n \"history\": 61775,\n \"help-circle\": 61776,\n \"heating\": 61777,\n \"handshake\": 61778,\n \"gym\": 61779,\n \"gas-heating\": 61780,\n \"garden\": 61781,\n \"garage\": 61782,\n \"furnished\": 61783,\n \"filter\": 61784,\n \"file\": 61785,\n \"file-type\": 61786,\n \"file-text\": 61787,\n \"file-spreadsheet\": 61788,\n \"file-signature\": 61789,\n \"file-lock\": 61790,\n \"file-key\": 61791,\n \"file-input\": 61792,\n \"file-check\": 61793,\n \"face-ios-light\": 61794,\n \"face-ios-bold\": 61795,\n \"face-android\": 61796,\n \"eye-visible\": 61797,\n \"eye-hidden\": 61798,\n \"external_link\": 61799,\n \"explore-linear\": 61800,\n \"explore-filled\": 61801,\n \"equipped-kitchen\": 61802,\n \"electric\": 61803,\n \"edit\": 61804,\n \"duplex\": 61805,\n \"doorman\": 61806,\n \"door-open\": 61807,\n \"dishwasher\": 61808,\n \"copy\": 61809,\n \"contact\": 61810,\n \"concierge\": 61811,\n \"collections\": 61812,\n \"closet\": 61813,\n \"classic-building\": 61814,\n \"circle-off\": 61815,\n \"chevron-up\": 61816,\n \"chevron-right\": 61817,\n \"chevron-left\": 61818,\n \"chevron-down\": 61819,\n \"check\": 61820,\n \"check-circle-2\": 61821,\n \"check-check\": 61822,\n \"chalet-pareado\": 61823,\n \"chalet-independet\": 61824,\n \"chalet-adosado\": 61825,\n \"cancel\": 61826,\n \"cancel-circle-stroke\": 61827,\n \"cancel-circle-solid\": 61828,\n \"camera\": 61829,\n \"calendar\": 61830,\n \"calendar-x\": 61831,\n \"calendar-clock\": 61832,\n \"calendar-check\": 61833,\n \"building\": 61834,\n \"bell\": 61835,\n \"bed-double\": 61836,\n \"bath\": 61837,\n \"barbeque\": 61838,\n \"balcony-window\": 61839,\n \"arrow-up\": 61840,\n \"arrow-up-right\": 61841,\n \"arrow-up-left\": 61842,\n \"arrow-up-down\": 61843,\n \"arrow-right\": 61844,\n \"arrow-left\": 61845,\n \"arrow-down\": 61846,\n \"arrow-down-right\": 61847,\n \"arrow-down-left\": 61848,\n \"archive\": 61849,\n \"alert-triangle\": 61850,\n \"alert-circle\": 61851,\n \"air-conditioner\": 61852,\n \"ai\": 61853,\n \"add-note\": 61854,\n \"accessibility\": 61855\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 = 'wifi' | 'whatsapp' | 'washing-machine' | 'warehouse' | 'walk-in-closet' | 'user' | 'user-square' | 'user-plus' | 'upload' | 'trash' | 'trash-2' | 'touch-ios' | 'touch-android' | 'time' | 'thumbs-up' | 'thumbs-down' | 'thermometer-snowflake' | 'terrace' | 'tennis' | 'tasks' | 'swimming-pool' | 'store' | 'storage' | 'status-dot' | 'size-3d' | 'shield-alert' | 'share' | 'search' | 'search-x' | 'sea' | 'sauna' | 'sale' | 'restaurant' | 'rent' | 'properties-search-empty' | 'properties-linear' | 'properties-filled' | 'promotion' | 'plus' | 'play-solid' | 'pin_map_solid' | 'phone-linear' | 'pet' | 'pent-house' | 'pencil-line' | 'payments' | 'patio' | 'party-hall' | 'parking' | 'paddle-tennis' | 'outside' | 'notes' | 'note' | 'mortgage' | 'more-horizontal' | 'monumental' | 'minus' | 'map' | 'map-pin' | 'mail' | 'maids-service' | 'maids-room' | 'magic-wand' | 'logout' | 'loft' | 'lock' | 'loader' | 'link' | 'lift' | 'leads-linear' | 'leads-filled' | 'keys_01' | 'info' | 'images-gallery' | 'image' | 'image-off' | 'icon-slot' | 'home-linear' | 'home-filled' | 'history' | 'help-circle' | 'heating' | 'handshake' | 'gym' | 'gas-heating' | 'garden' | 'garage' | 'furnished' | 'filter' | 'file' | 'file-type' | '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' | 'external_link' | 'explore-linear' | 'explore-filled' | 'equipped-kitchen' | 'electric' | 'edit' | 'duplex' | 'download' | 'doorman' | 'door-open' | 'dishwasher' | 'copy' | 'contact' | 'concierge' | 'collections' | 'closet' | 'classic-building' | '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' | 'camera' | 'calendar' | 'calendar-x' | 'calendar-clock' | 'calendar-check' | 'building' | 'bell' | 'bed-double' | 'bath' | 'barbeque' | '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' | 'ai' | '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 \"wifi\": 61697,\n \"whatsapp\": 61698,\n \"washing-machine\": 61699,\n \"warehouse\": 61700,\n \"walk-in-closet\": 61701,\n \"user\": 61702,\n \"user-square\": 61703,\n \"user-plus\": 61704,\n \"upload\": 61705,\n \"trash\": 61706,\n \"trash-2\": 61707,\n \"touch-ios\": 61708,\n \"touch-android\": 61709,\n \"time\": 61710,\n \"thumbs-up\": 61711,\n \"thumbs-down\": 61712,\n \"thermometer-snowflake\": 61713,\n \"terrace\": 61714,\n \"tennis\": 61715,\n \"tasks\": 61716,\n \"swimming-pool\": 61717,\n \"store\": 61718,\n \"storage\": 61719,\n \"status-dot\": 61720,\n \"size-3d\": 61721,\n \"shield-alert\": 61722,\n \"share\": 61723,\n \"search\": 61724,\n \"search-x\": 61725,\n \"sea\": 61726,\n \"sauna\": 61727,\n \"sale\": 61728,\n \"restaurant\": 61729,\n \"rent\": 61730,\n \"properties-search-empty\": 61731,\n \"properties-linear\": 61732,\n \"properties-filled\": 61733,\n \"promotion\": 61734,\n \"plus\": 61735,\n \"play-solid\": 61736,\n \"pin_map_solid\": 61737,\n \"phone-linear\": 61738,\n \"pet\": 61739,\n \"pent-house\": 61740,\n \"pencil-line\": 61741,\n \"payments\": 61742,\n \"patio\": 61743,\n \"party-hall\": 61744,\n \"parking\": 61745,\n \"paddle-tennis\": 61746,\n \"outside\": 61747,\n \"notes\": 61748,\n \"note\": 61749,\n \"mortgage\": 61750,\n \"more-horizontal\": 61751,\n \"monumental\": 61752,\n \"minus\": 61753,\n \"map\": 61754,\n \"map-pin\": 61755,\n \"mail\": 61756,\n \"maids-service\": 61757,\n \"maids-room\": 61758,\n \"magic-wand\": 61759,\n \"logout\": 61760,\n \"loft\": 61761,\n \"lock\": 61762,\n \"loader\": 61763,\n \"link\": 61764,\n \"lift\": 61765,\n \"leads-linear\": 61766,\n \"leads-filled\": 61767,\n \"keys_01\": 61768,\n \"info\": 61769,\n \"images-gallery\": 61770,\n \"image\": 61771,\n \"image-off\": 61772,\n \"icon-slot\": 61773,\n \"home-linear\": 61774,\n \"home-filled\": 61775,\n \"history\": 61776,\n \"help-circle\": 61777,\n \"heating\": 61778,\n \"handshake\": 61779,\n \"gym\": 61780,\n \"gas-heating\": 61781,\n \"garden\": 61782,\n \"garage\": 61783,\n \"furnished\": 61784,\n \"filter\": 61785,\n \"file\": 61786,\n \"file-type\": 61787,\n \"file-text\": 61788,\n \"file-spreadsheet\": 61789,\n \"file-signature\": 61790,\n \"file-lock\": 61791,\n \"file-key\": 61792,\n \"file-input\": 61793,\n \"file-check\": 61794,\n \"face-ios-light\": 61795,\n \"face-ios-bold\": 61796,\n \"face-android\": 61797,\n \"eye-visible\": 61798,\n \"eye-hidden\": 61799,\n \"external_link\": 61800,\n \"explore-linear\": 61801,\n \"explore-filled\": 61802,\n \"equipped-kitchen\": 61803,\n \"electric\": 61804,\n \"edit\": 61805,\n \"duplex\": 61806,\n \"download\": 61807,\n \"doorman\": 61808,\n \"door-open\": 61809,\n \"dishwasher\": 61810,\n \"copy\": 61811,\n \"contact\": 61812,\n \"concierge\": 61813,\n \"collections\": 61814,\n \"closet\": 61815,\n \"classic-building\": 61816,\n \"circle-off\": 61817,\n \"chevron-up\": 61818,\n \"chevron-right\": 61819,\n \"chevron-left\": 61820,\n \"chevron-down\": 61821,\n \"check\": 61822,\n \"check-circle-2\": 61823,\n \"check-check\": 61824,\n \"chalet-pareado\": 61825,\n \"chalet-independet\": 61826,\n \"chalet-adosado\": 61827,\n \"cancel\": 61828,\n \"cancel-circle-stroke\": 61829,\n \"cancel-circle-solid\": 61830,\n \"camera\": 61831,\n \"calendar\": 61832,\n \"calendar-x\": 61833,\n \"calendar-clock\": 61834,\n \"calendar-check\": 61835,\n \"building\": 61836,\n \"bell\": 61837,\n \"bed-double\": 61838,\n \"bath\": 61839,\n \"barbeque\": 61840,\n \"balcony-window\": 61841,\n \"arrow-up\": 61842,\n \"arrow-up-right\": 61843,\n \"arrow-up-left\": 61844,\n \"arrow-up-down\": 61845,\n \"arrow-right\": 61846,\n \"arrow-left\": 61847,\n \"arrow-down\": 61848,\n \"arrow-down-right\": 61849,\n \"arrow-down-left\": 61850,\n \"archive\": 61851,\n \"alert-triangle\": 61852,\n \"alert-circle\": 61853,\n \"air-conditioner\": 61854,\n \"ai\": 61855,\n \"add-note\": 61856,\n \"accessibility\": 61857\n};\n\n/**\n * Font family name for React Native\n */\nexport const fontFamily = 'HuspyIcons';\n"],"mappings":"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","names":[]}
@@ -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 };