huspy-icons 0.3.15 → 0.3.16

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.
@@ -1,9 +1,9 @@
1
1
  @font-face {
2
2
  font-family: "HuspyIcons";
3
- src: url(".//HuspyIcons.ttf?f76e280eec68f34c808a8ac45935d251") format("truetype"),
4
- url(".//HuspyIcons.woff?f76e280eec68f34c808a8ac45935d251") format("woff"),
5
- url(".//HuspyIcons.woff2?f76e280eec68f34c808a8ac45935d251") format("woff2"),
6
- url(".//HuspyIcons.eot?f76e280eec68f34c808a8ac45935d251#iefix") format("embedded-opentype");
3
+ src: url(".//HuspyIcons.ttf?b267b624bd2cdf4857df589631fa0532") format("truetype"),
4
+ url(".//HuspyIcons.woff?b267b624bd2cdf4857df589631fa0532") format("woff"),
5
+ url(".//HuspyIcons.woff2?b267b624bd2cdf4857df589631fa0532") format("woff2"),
6
+ url(".//HuspyIcons.eot?b267b624bd2cdf4857df589631fa0532#iefix") format("embedded-opentype");
7
7
  }
8
8
 
9
9
  .icon:before {
@@ -356,12 +356,15 @@ url(".//HuspyIcons.eot?f76e280eec68f34c808a8ac45935d251#iefix") format("embedded
356
356
  .icon.huspy-icon-alert-triangle:before {
357
357
  content: "\f171";
358
358
  }
359
- .icon.huspy-icon-air-conditioner:before {
359
+ .icon.huspy-icon-alert-circle:before {
360
360
  content: "\f172";
361
361
  }
362
- .icon.huspy-icon-add-note:before {
362
+ .icon.huspy-icon-air-conditioner:before {
363
363
  content: "\f173";
364
364
  }
365
- .icon.huspy-icon-accessibility:before {
365
+ .icon.huspy-icon-add-note:before {
366
366
  content: "\f174";
367
367
  }
368
+ .icon.huspy-icon-accessibility:before {
369
+ content: "\f175";
370
+ }
Binary file
@@ -112,7 +112,8 @@
112
112
  "arrow-down-left": 61807,
113
113
  "archive": 61808,
114
114
  "alert-triangle": 61809,
115
- "air-conditioner": 61810,
116
- "add-note": 61811,
117
- "accessibility": 61812
115
+ "alert-circle": 61810,
116
+ "air-conditioner": 61811,
117
+ "add-note": 61812,
118
+ "accessibility": 61813
118
119
  }
@@ -112,6 +112,7 @@ export type HuspyIconsId =
112
112
  | "arrow-down-left"
113
113
  | "archive"
114
114
  | "alert-triangle"
115
+ | "alert-circle"
115
116
  | "air-conditioner"
116
117
  | "add-note"
117
118
  | "accessibility";
@@ -230,6 +231,7 @@ export enum HuspyIcons {
230
231
  ArrowDownLeft = "arrow-down-left",
231
232
  Archive = "archive",
232
233
  AlertTriangle = "alert-triangle",
234
+ AlertCircle = "alert-circle",
233
235
  AirConditioner = "air-conditioner",
234
236
  AddNote = "add-note",
235
237
  Accessibility = "accessibility",
@@ -349,7 +351,8 @@ export const HUSPY_ICONS_CODEPOINTS: { [key in HuspyIcons]: string } = {
349
351
  [HuspyIcons.ArrowDownLeft]: "61807",
350
352
  [HuspyIcons.Archive]: "61808",
351
353
  [HuspyIcons.AlertTriangle]: "61809",
352
- [HuspyIcons.AirConditioner]: "61810",
353
- [HuspyIcons.AddNote]: "61811",
354
- [HuspyIcons.Accessibility]: "61812",
354
+ [HuspyIcons.AlertCircle]: "61810",
355
+ [HuspyIcons.AirConditioner]: "61811",
356
+ [HuspyIcons.AddNote]: "61812",
357
+ [HuspyIcons.Accessibility]: "61813",
355
358
  };
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' | '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' | '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' | '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' | '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' | 'air-conditioner' | 'add-note' | 'accessibility';
7
+ type IconName = 'whatsapp' | 'warehouse' | 'user' | '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' | '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' | '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' | '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
@@ -155,9 +155,10 @@ var glyphMap = {
155
155
  "arrow-down-left": 61807,
156
156
  "archive": 61808,
157
157
  "alert-triangle": 61809,
158
- "air-conditioner": 61810,
159
- "add-note": 61811,
160
- "accessibility": 61812
158
+ "alert-circle": 61810,
159
+ "air-conditioner": 61811,
160
+ "add-note": 61812,
161
+ "accessibility": 61813
161
162
  };
162
163
  var fontFamily = "HuspyIcons";
163
164
 
@@ -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' | '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' | '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' | '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' | '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' | '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 \"trash-2\": 61700,\n \"touch-ios\": 61701,\n \"touch-android\": 61702,\n \"time\": 61703,\n \"thermometer-snowflake\": 61704,\n \"terrace\": 61705,\n \"tasks\": 61706,\n \"swimming-pool\": 61707,\n \"store\": 61708,\n \"storage\": 61709,\n \"status-dot\": 61710,\n \"size-3d\": 61711,\n \"share\": 61712,\n \"search\": 61713,\n \"search-x\": 61714,\n \"sale\": 61715,\n \"restaurant\": 61716,\n \"rent\": 61717,\n \"properties-linear\": 61718,\n \"properties-filled\": 61719,\n \"promotion\": 61720,\n \"plus\": 61721,\n \"pin_map_solid\": 61722,\n \"phone-linear\": 61723,\n \"pet\": 61724,\n \"pent-house\": 61725,\n \"pencil-line\": 61726,\n \"payments\": 61727,\n \"patio\": 61728,\n \"parking\": 61729,\n \"outside\": 61730,\n \"notes\": 61731,\n \"note\": 61732,\n \"mortgage\": 61733,\n \"more-horizontal\": 61734,\n \"map-pin\": 61735,\n \"mail\": 61736,\n \"magic-wand\": 61737,\n \"logout\": 61738,\n \"loft\": 61739,\n \"lock\": 61740,\n \"lift\": 61741,\n \"leads-linear\": 61742,\n \"leads-filled\": 61743,\n \"keys_01\": 61744,\n \"info\": 61745,\n \"image\": 61746,\n \"image-off\": 61747,\n \"icon-slot\": 61748,\n \"home-linear\": 61749,\n \"home-filled\": 61750,\n \"history\": 61751,\n \"help-circle\": 61752,\n \"heating\": 61753,\n \"gas-heating\": 61754,\n \"garden\": 61755,\n \"furnished\": 61756,\n \"filter\": 61757,\n \"file-text\": 61758,\n \"file-spreadsheet\": 61759,\n \"file-signature\": 61760,\n \"file-lock\": 61761,\n \"file-key\": 61762,\n \"file-input\": 61763,\n \"file-check\": 61764,\n \"face-ios-light\": 61765,\n \"face-ios-bold\": 61766,\n \"face-android\": 61767,\n \"eye-visible\": 61768,\n \"eye-hidden\": 61769,\n \"explore-linear\": 61770,\n \"explore-filled\": 61771,\n \"electric\": 61772,\n \"edit\": 61773,\n \"duplex\": 61774,\n \"door-open\": 61775,\n \"copy\": 61776,\n \"collections\": 61777,\n \"closet\": 61778,\n \"circle-off\": 61779,\n \"chevron-up\": 61780,\n \"chevron-right\": 61781,\n \"chevron-left\": 61782,\n \"chevron-down\": 61783,\n \"check\": 61784,\n \"check-circle-2\": 61785,\n \"check-check\": 61786,\n \"chalet-pareado\": 61787,\n \"chalet-independet\": 61788,\n \"chalet-adosado\": 61789,\n \"cancel\": 61790,\n \"cancel-circle-stroke\": 61791,\n \"cancel-circle-solid\": 61792,\n \"calendar\": 61793,\n \"building\": 61794,\n \"bell\": 61795,\n \"bed-double\": 61796,\n \"bath\": 61797,\n \"balcony-window\": 61798,\n \"arrow-up\": 61799,\n \"arrow-up-right\": 61800,\n \"arrow-up-left\": 61801,\n \"arrow-up-down\": 61802,\n \"arrow-right\": 61803,\n \"arrow-left\": 61804,\n \"arrow-down\": 61805,\n \"arrow-down-right\": 61806,\n \"arrow-down-left\": 61807,\n \"archive\": 61808,\n \"alert-triangle\": 61809,\n \"air-conditioner\": 61810,\n \"add-note\": 61811,\n \"accessibility\": 61812\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' | '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' | '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' | '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' | '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 \"trash-2\": 61700,\n \"touch-ios\": 61701,\n \"touch-android\": 61702,\n \"time\": 61703,\n \"thermometer-snowflake\": 61704,\n \"terrace\": 61705,\n \"tasks\": 61706,\n \"swimming-pool\": 61707,\n \"store\": 61708,\n \"storage\": 61709,\n \"status-dot\": 61710,\n \"size-3d\": 61711,\n \"share\": 61712,\n \"search\": 61713,\n \"search-x\": 61714,\n \"sale\": 61715,\n \"restaurant\": 61716,\n \"rent\": 61717,\n \"properties-linear\": 61718,\n \"properties-filled\": 61719,\n \"promotion\": 61720,\n \"plus\": 61721,\n \"pin_map_solid\": 61722,\n \"phone-linear\": 61723,\n \"pet\": 61724,\n \"pent-house\": 61725,\n \"pencil-line\": 61726,\n \"payments\": 61727,\n \"patio\": 61728,\n \"parking\": 61729,\n \"outside\": 61730,\n \"notes\": 61731,\n \"note\": 61732,\n \"mortgage\": 61733,\n \"more-horizontal\": 61734,\n \"map-pin\": 61735,\n \"mail\": 61736,\n \"magic-wand\": 61737,\n \"logout\": 61738,\n \"loft\": 61739,\n \"lock\": 61740,\n \"lift\": 61741,\n \"leads-linear\": 61742,\n \"leads-filled\": 61743,\n \"keys_01\": 61744,\n \"info\": 61745,\n \"image\": 61746,\n \"image-off\": 61747,\n \"icon-slot\": 61748,\n \"home-linear\": 61749,\n \"home-filled\": 61750,\n \"history\": 61751,\n \"help-circle\": 61752,\n \"heating\": 61753,\n \"gas-heating\": 61754,\n \"garden\": 61755,\n \"furnished\": 61756,\n \"filter\": 61757,\n \"file-text\": 61758,\n \"file-spreadsheet\": 61759,\n \"file-signature\": 61760,\n \"file-lock\": 61761,\n \"file-key\": 61762,\n \"file-input\": 61763,\n \"file-check\": 61764,\n \"face-ios-light\": 61765,\n \"face-ios-bold\": 61766,\n \"face-android\": 61767,\n \"eye-visible\": 61768,\n \"eye-hidden\": 61769,\n \"explore-linear\": 61770,\n \"explore-filled\": 61771,\n \"electric\": 61772,\n \"edit\": 61773,\n \"duplex\": 61774,\n \"door-open\": 61775,\n \"copy\": 61776,\n \"collections\": 61777,\n \"closet\": 61778,\n \"circle-off\": 61779,\n \"chevron-up\": 61780,\n \"chevron-right\": 61781,\n \"chevron-left\": 61782,\n \"chevron-down\": 61783,\n \"check\": 61784,\n \"check-circle-2\": 61785,\n \"check-check\": 61786,\n \"chalet-pareado\": 61787,\n \"chalet-independet\": 61788,\n \"chalet-adosado\": 61789,\n \"cancel\": 61790,\n \"cancel-circle-stroke\": 61791,\n \"cancel-circle-solid\": 61792,\n \"calendar\": 61793,\n \"building\": 61794,\n \"bell\": 61795,\n \"bed-double\": 61796,\n \"bath\": 61797,\n \"balcony-window\": 61798,\n \"arrow-up\": 61799,\n \"arrow-up-right\": 61800,\n \"arrow-up-left\": 61801,\n \"arrow-up-down\": 61802,\n \"arrow-right\": 61803,\n \"arrow-left\": 61804,\n \"arrow-down\": 61805,\n \"arrow-down-right\": 61806,\n \"arrow-down-left\": 61807,\n \"archive\": 61808,\n \"alert-triangle\": 61809,\n \"alert-circle\": 61810,\n \"air-conditioner\": 61811,\n \"add-note\": 61812,\n \"accessibility\": 61813\n};\n\n/**\n * Font family name for React Native\n */\nexport const fontFamily = 'HuspyIcons';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;ACAA,YAAuB;AACvB,0BAAgC;;;ACWzB,IAAM,WAAqC;AAAA,EAChD,YAAY;AAAA,EACZ,aAAa;AAAA,EACb,QAAQ;AAAA,EACR,WAAW;AAAA,EACX,aAAa;AAAA,EACb,iBAAiB;AAAA,EACjB,QAAQ;AAAA,EACR,yBAAyB;AAAA,EACzB,WAAW;AAAA,EACX,SAAS;AAAA,EACT,iBAAiB;AAAA,EACjB,SAAS;AAAA,EACT,WAAW;AAAA,EACX,cAAc;AAAA,EACd,WAAW;AAAA,EACX,SAAS;AAAA,EACT,UAAU;AAAA,EACV,YAAY;AAAA,EACZ,QAAQ;AAAA,EACR,cAAc;AAAA,EACd,QAAQ;AAAA,EACR,qBAAqB;AAAA,EACrB,qBAAqB;AAAA,EACrB,aAAa;AAAA,EACb,QAAQ;AAAA,EACR,iBAAiB;AAAA,EACjB,gBAAgB;AAAA,EAChB,OAAO;AAAA,EACP,cAAc;AAAA,EACd,eAAe;AAAA,EACf,YAAY;AAAA,EACZ,SAAS;AAAA,EACT,WAAW;AAAA,EACX,WAAW;AAAA,EACX,SAAS;AAAA,EACT,QAAQ;AAAA,EACR,YAAY;AAAA,EACZ,mBAAmB;AAAA,EACnB,WAAW;AAAA,EACX,QAAQ;AAAA,EACR,cAAc;AAAA,EACd,UAAU;AAAA,EACV,QAAQ;AAAA,EACR,QAAQ;AAAA,EACR,QAAQ;AAAA,EACR,gBAAgB;AAAA,EAChB,gBAAgB;AAAA,EAChB,WAAW;AAAA,EACX,QAAQ;AAAA,EACR,SAAS;AAAA,EACT,aAAa;AAAA,EACb,aAAa;AAAA,EACb,eAAe;AAAA,EACf,eAAe;AAAA,EACf,WAAW;AAAA,EACX,eAAe;AAAA,EACf,WAAW;AAAA,EACX,eAAe;AAAA,EACf,UAAU;AAAA,EACV,aAAa;AAAA,EACb,UAAU;AAAA,EACV,aAAa;AAAA,EACb,oBAAoB;AAAA,EACpB,kBAAkB;AAAA,EAClB,aAAa;AAAA,EACb,YAAY;AAAA,EACZ,cAAc;AAAA,EACd,cAAc;AAAA,EACd,kBAAkB;AAAA,EAClB,iBAAiB;AAAA,EACjB,gBAAgB;AAAA,EAChB,eAAe;AAAA,EACf,cAAc;AAAA,EACd,kBAAkB;AAAA,EAClB,kBAAkB;AAAA,EAClB,YAAY;AAAA,EACZ,QAAQ;AAAA,EACR,UAAU;AAAA,EACV,aAAa;AAAA,EACb,QAAQ;AAAA,EACR,eAAe;AAAA,EACf,UAAU;AAAA,EACV,cAAc;AAAA,EACd,cAAc;AAAA,EACd,iBAAiB;AAAA,EACjB,gBAAgB;AAAA,EAChB,gBAAgB;AAAA,EAChB,SAAS;AAAA,EACT,kBAAkB;AAAA,EAClB,eAAe;AAAA,EACf,kBAAkB;AAAA,EAClB,qBAAqB;AAAA,EACrB,kBAAkB;AAAA,EAClB,UAAU;AAAA,EACV,wBAAwB;AAAA,EACxB,uBAAuB;AAAA,EACvB,YAAY;AAAA,EACZ,YAAY;AAAA,EACZ,QAAQ;AAAA,EACR,cAAc;AAAA,EACd,QAAQ;AAAA,EACR,kBAAkB;AAAA,EAClB,YAAY;AAAA,EACZ,kBAAkB;AAAA,EAClB,iBAAiB;AAAA,EACjB,iBAAiB;AAAA,EACjB,eAAe;AAAA,EACf,cAAc;AAAA,EACd,cAAc;AAAA,EACd,oBAAoB;AAAA,EACpB,mBAAmB;AAAA,EACnB,WAAW;AAAA,EACX,kBAAkB;AAAA,EAClB,gBAAgB;AAAA,EAChB,mBAAmB;AAAA,EACnB,YAAY;AAAA,EACZ,iBAAiB;AACnB;AAKO,IAAM,aAAa;;;ADrG1B,IAAM,OAAO,CAAC,EAAE,MAAM,OAAO,IAAI,QAAQ,QAAQ,OAAO,GAAG,MAAM,MAAiB;AAChF,QAAM,YAAY,SAAS,IAAI;AAE/B,MAAI,CAAC,WAAW;AACd,QAAI,SAAS;AACX,cAAQ,KAAK,SAAS,IAAI,gCAAgC;AAAA,IAC5D;AACA,WAAO;AAAA,EACT;AAGA,QAAM,QAAQ,OAAO,aAAa,SAAS;AAE3C,SACE;AAAA,IAAC;AAAA;AAAA,MACE,GAAG;AAAA,MACJ,OAAO;AAAA,QACL;AAAA,UACE;AAAA,UACA,UAAU;AAAA,UACV;AAAA;AAAA,UAEA,YAAY;AAAA,UACZ,WAAW;AAAA;AAAA,UAEX,oBAAoB;AAAA;AAAA,UACpB,mBAAmB;AAAA;AAAA,QACrB;AAAA,QACA;AAAA,MACF;AAAA,MAEA,YAAU;AAAA,MACV,oBAAoB,MAAM,sBAAsB;AAAA,MAChD,mBAAkB;AAAA;AAAA,IAEjB;AAAA,EACH;AAEJ;AAEA,IAAO,eAAQ;","names":[]}
@@ -34,6 +34,8 @@ declare const SvgAddNote: ({ size, ...props }: ReactIconProps) => React$1.JSX.El
34
34
 
35
35
  declare const SvgAirConditioner: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
36
36
 
37
+ declare const SvgAlertCircle: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
38
+
37
39
  declare const SvgAlertTriangle: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
38
40
 
39
41
  declare const SvgArchive: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
@@ -267,7 +269,7 @@ declare const SvgWhatsapp: ({ size, ...props }: ReactIconProps) => React$1.JSX.E
267
269
  /**
268
270
  * Available icon names
269
271
  */
270
- type IconName = 'accessibility' | 'add-note' | 'air-conditioner' | 'alert-triangle' | 'archive' | 'arrow-down' | 'arrow-down-left' | 'arrow-down-right' | 'arrow-left' | 'arrow-right' | 'arrow-up' | 'arrow-up-down' | 'arrow-up-left' | 'arrow-up-right' | 'balcony-window' | 'bath' | 'bed-double' | 'bell' | 'building' | 'calendar' | 'cancel' | 'cancel-circle-solid' | 'cancel-circle-stroke' | 'chalet-adosado' | 'chalet-independet' | 'chalet-pareado' | 'check' | 'check-check' | 'check-circle2' | 'chevron-down' | 'chevron-left' | 'chevron-right' | 'chevron-up' | 'circle-off' | 'closet' | 'collections' | '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' | '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' | 'warehouse' | 'whatsapp';
272
+ 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' | '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' | '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' | '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' | 'warehouse' | 'whatsapp';
271
273
  /**
272
274
  * Props for the unified Icon component
273
275
  */
@@ -282,4 +284,4 @@ interface IconProps extends Omit<ReactIconProps, 'size'> {
282
284
  */
283
285
  declare const Icon: ({ name, size, color, ...props }: IconProps) => React$1.JSX.Element | null;
284
286
 
285
- export { SvgAccessibility as Accessibility, SvgAddNote as AddNote, SvgAirConditioner as AirConditioner, SvgAlertTriangle as AlertTriangle, SvgArchive as Archive, SvgArrowDown as ArrowDown, SvgArrowDownLeft as ArrowDownLeft, SvgArrowDownRight as ArrowDownRight, SvgArrowLeft as ArrowLeft, SvgArrowRight as ArrowRight, SvgArrowUp as ArrowUp, SvgArrowUpDown as ArrowUpDown, SvgArrowUpLeft as ArrowUpLeft, SvgArrowUpRight as ArrowUpRight, SvgBalconyWindow as BalconyWindow, SvgBath as Bath, SvgBedDouble as BedDouble, SvgBell as Bell, SvgBuilding as Building, SvgCalendar as Calendar, SvgCancel as Cancel, SvgCancelCircleSolid as CancelCircleSolid, SvgCancelCircleStroke as CancelCircleStroke, 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, 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, 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, SvgWarehouse as Warehouse, SvgWhatsapp as Whatsapp, resolveSize };
287
+ 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, 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, 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, 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, SvgWarehouse as Warehouse, SvgWhatsapp as Whatsapp, resolveSize };
@@ -34,6 +34,8 @@ declare const SvgAddNote: ({ size, ...props }: ReactIconProps) => React$1.JSX.El
34
34
 
35
35
  declare const SvgAirConditioner: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
36
36
 
37
+ declare const SvgAlertCircle: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
38
+
37
39
  declare const SvgAlertTriangle: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
38
40
 
39
41
  declare const SvgArchive: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
@@ -267,7 +269,7 @@ declare const SvgWhatsapp: ({ size, ...props }: ReactIconProps) => React$1.JSX.E
267
269
  /**
268
270
  * Available icon names
269
271
  */
270
- type IconName = 'accessibility' | 'add-note' | 'air-conditioner' | 'alert-triangle' | 'archive' | 'arrow-down' | 'arrow-down-left' | 'arrow-down-right' | 'arrow-left' | 'arrow-right' | 'arrow-up' | 'arrow-up-down' | 'arrow-up-left' | 'arrow-up-right' | 'balcony-window' | 'bath' | 'bed-double' | 'bell' | 'building' | 'calendar' | 'cancel' | 'cancel-circle-solid' | 'cancel-circle-stroke' | 'chalet-adosado' | 'chalet-independet' | 'chalet-pareado' | 'check' | 'check-check' | 'check-circle2' | 'chevron-down' | 'chevron-left' | 'chevron-right' | 'chevron-up' | 'circle-off' | 'closet' | 'collections' | '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' | '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' | 'warehouse' | 'whatsapp';
272
+ 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' | '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' | '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' | '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' | 'warehouse' | 'whatsapp';
271
273
  /**
272
274
  * Props for the unified Icon component
273
275
  */
@@ -282,4 +284,4 @@ interface IconProps extends Omit<ReactIconProps, 'size'> {
282
284
  */
283
285
  declare const Icon: ({ name, size, color, ...props }: IconProps) => React$1.JSX.Element | null;
284
286
 
285
- export { SvgAccessibility as Accessibility, SvgAddNote as AddNote, SvgAirConditioner as AirConditioner, SvgAlertTriangle as AlertTriangle, SvgArchive as Archive, SvgArrowDown as ArrowDown, SvgArrowDownLeft as ArrowDownLeft, SvgArrowDownRight as ArrowDownRight, SvgArrowLeft as ArrowLeft, SvgArrowRight as ArrowRight, SvgArrowUp as ArrowUp, SvgArrowUpDown as ArrowUpDown, SvgArrowUpLeft as ArrowUpLeft, SvgArrowUpRight as ArrowUpRight, SvgBalconyWindow as BalconyWindow, SvgBath as Bath, SvgBedDouble as BedDouble, SvgBell as Bell, SvgBuilding as Building, SvgCalendar as Calendar, SvgCancel as Cancel, SvgCancelCircleSolid as CancelCircleSolid, SvgCancelCircleStroke as CancelCircleStroke, 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, 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, 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, SvgWarehouse as Warehouse, SvgWhatsapp as Whatsapp, resolveSize };
287
+ 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, 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, 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, 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, SvgWarehouse as Warehouse, SvgWhatsapp as Whatsapp, resolveSize };