huspy-icons 0.3.11 → 0.3.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "huspy-icons",
3
- "version": "0.3.11",
3
+ "version": "0.3.13",
4
4
  "description": "Cross-platform icon package for Huspy - React and React Native compatible",
5
5
  "author": "Huspy",
6
6
  "license": "MIT",
@@ -4,7 +4,7 @@
4
4
  /**
5
5
  * Available icon names in the HuspyIcons font
6
6
  */
7
- export type IconName = 'whatsapp' | 'user' | 'trash-2' | 'touch-ios' | 'touch-android' | 'time' | 'thermometer-snowflake' | 'terrace' | 'swimming-pool' | 'status-dot' | 'size-3d' | 'share' | 'search' | 'search-x' | 'sale' | 'restaurant' | 'rent' | 'properties-linear' | 'properties-filled' | 'promotion' | 'plus' | 'pin_map_solid' | 'phone-linear' | 'pet' | 'pencil-line' | 'payments' | 'patio' | 'parking' | 'outside' | 'notes' | 'note' | 'mortgage' | 'more-horizontal' | 'map-pin' | 'mail' | 'magic-wand' | 'logout' | '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' | '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' | 'door-open' | 'collections' | 'closet' | 'circle-off' | 'chevron-up' | 'chevron-right' | 'chevron-left' | 'chevron-down' | 'check' | 'check-circle-2' | 'check-check' | '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
+ export 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' | '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';
8
8
 
9
9
  /**
10
10
  * Mapping of icon names to unicode codepoints
@@ -12,109 +12,120 @@ export type IconName = 'whatsapp' | 'user' | 'trash-2' | 'touch-ios' | 'touch-an
12
12
  */
13
13
  export const glyphMap: Record<IconName, number> = {
14
14
  "whatsapp": 61697,
15
- "user": 61698,
16
- "trash-2": 61699,
17
- "touch-ios": 61700,
18
- "touch-android": 61701,
19
- "time": 61702,
20
- "thermometer-snowflake": 61703,
21
- "terrace": 61704,
22
- "swimming-pool": 61705,
23
- "status-dot": 61706,
24
- "size-3d": 61707,
25
- "share": 61708,
26
- "search": 61709,
27
- "search-x": 61710,
28
- "sale": 61711,
29
- "restaurant": 61712,
30
- "rent": 61713,
31
- "properties-linear": 61714,
32
- "properties-filled": 61715,
33
- "promotion": 61716,
34
- "plus": 61717,
35
- "pin_map_solid": 61718,
36
- "phone-linear": 61719,
37
- "pet": 61720,
38
- "pencil-line": 61721,
39
- "payments": 61722,
40
- "patio": 61723,
41
- "parking": 61724,
42
- "outside": 61725,
43
- "notes": 61726,
44
- "note": 61727,
45
- "mortgage": 61728,
46
- "more-horizontal": 61729,
47
- "map-pin": 61730,
48
- "mail": 61731,
49
- "magic-wand": 61732,
50
- "logout": 61733,
51
- "lock": 61734,
52
- "lift": 61735,
53
- "leads-linear": 61736,
54
- "leads-filled": 61737,
55
- "keys_01": 61738,
56
- "info": 61739,
57
- "image": 61740,
58
- "image-off": 61741,
59
- "icon-slot": 61742,
60
- "home-linear": 61743,
61
- "home-filled": 61744,
62
- "history": 61745,
63
- "help-circle": 61746,
64
- "heating": 61747,
65
- "gas-heating": 61748,
66
- "garden": 61749,
67
- "filter": 61750,
68
- "file-text": 61751,
69
- "file-spreadsheet": 61752,
70
- "file-signature": 61753,
71
- "file-lock": 61754,
72
- "file-key": 61755,
73
- "file-input": 61756,
74
- "file-check": 61757,
75
- "face-ios-light": 61758,
76
- "face-ios-bold": 61759,
77
- "face-android": 61760,
78
- "eye-visible": 61761,
79
- "eye-hidden": 61762,
80
- "explore-linear": 61763,
81
- "explore-filled": 61764,
82
- "electric": 61765,
83
- "edit": 61766,
84
- "door-open": 61767,
85
- "collections": 61768,
86
- "closet": 61769,
87
- "circle-off": 61770,
88
- "chevron-up": 61771,
89
- "chevron-right": 61772,
90
- "chevron-left": 61773,
91
- "chevron-down": 61774,
92
- "check": 61775,
93
- "check-circle-2": 61776,
94
- "check-check": 61777,
95
- "cancel": 61778,
96
- "cancel-circle-stroke": 61779,
97
- "cancel-circle-solid": 61780,
98
- "calendar": 61781,
99
- "building": 61782,
100
- "bell": 61783,
101
- "bed-double": 61784,
102
- "bath": 61785,
103
- "balcony-window": 61786,
104
- "arrow-up": 61787,
105
- "arrow-up-right": 61788,
106
- "arrow-up-left": 61789,
107
- "arrow-up-down": 61790,
108
- "arrow-right": 61791,
109
- "arrow-left": 61792,
110
- "arrow-down": 61793,
111
- "arrow-down-right": 61794,
112
- "arrow-down-left": 61795,
113
- "archive": 61796,
114
- "alert-triangle": 61797,
115
- "air-conditioner": 61798,
116
- "add-note": 61799,
117
- "accessibility": 61800
15
+ "warehouse": 61698,
16
+ "user": 61699,
17
+ "trash-2": 61700,
18
+ "touch-ios": 61701,
19
+ "touch-android": 61702,
20
+ "time": 61703,
21
+ "thermometer-snowflake": 61704,
22
+ "terrace": 61705,
23
+ "tasks": 61706,
24
+ "swimming-pool": 61707,
25
+ "store": 61708,
26
+ "storage": 61709,
27
+ "status-dot": 61710,
28
+ "size-3d": 61711,
29
+ "share": 61712,
30
+ "search": 61713,
31
+ "search-x": 61714,
32
+ "sale": 61715,
33
+ "restaurant": 61716,
34
+ "rent": 61717,
35
+ "properties-linear": 61718,
36
+ "properties-filled": 61719,
37
+ "promotion": 61720,
38
+ "plus": 61721,
39
+ "pin_map_solid": 61722,
40
+ "phone-linear": 61723,
41
+ "pet": 61724,
42
+ "pent-house": 61725,
43
+ "pencil-line": 61726,
44
+ "payments": 61727,
45
+ "patio": 61728,
46
+ "parking": 61729,
47
+ "outside": 61730,
48
+ "notes": 61731,
49
+ "note": 61732,
50
+ "mortgage": 61733,
51
+ "more-horizontal": 61734,
52
+ "map-pin": 61735,
53
+ "mail": 61736,
54
+ "magic-wand": 61737,
55
+ "logout": 61738,
56
+ "loft": 61739,
57
+ "lock": 61740,
58
+ "lift": 61741,
59
+ "leads-linear": 61742,
60
+ "leads-filled": 61743,
61
+ "keys_01": 61744,
62
+ "info": 61745,
63
+ "image": 61746,
64
+ "image-off": 61747,
65
+ "icon-slot": 61748,
66
+ "home-linear": 61749,
67
+ "home-filled": 61750,
68
+ "history": 61751,
69
+ "help-circle": 61752,
70
+ "heating": 61753,
71
+ "gas-heating": 61754,
72
+ "garden": 61755,
73
+ "furnished": 61756,
74
+ "filter": 61757,
75
+ "file-text": 61758,
76
+ "file-spreadsheet": 61759,
77
+ "file-signature": 61760,
78
+ "file-lock": 61761,
79
+ "file-key": 61762,
80
+ "file-input": 61763,
81
+ "file-check": 61764,
82
+ "face-ios-light": 61765,
83
+ "face-ios-bold": 61766,
84
+ "face-android": 61767,
85
+ "eye-visible": 61768,
86
+ "eye-hidden": 61769,
87
+ "explore-linear": 61770,
88
+ "explore-filled": 61771,
89
+ "electric": 61772,
90
+ "edit": 61773,
91
+ "duplex": 61774,
92
+ "door-open": 61775,
93
+ "collections": 61776,
94
+ "closet": 61777,
95
+ "circle-off": 61778,
96
+ "chevron-up": 61779,
97
+ "chevron-right": 61780,
98
+ "chevron-left": 61781,
99
+ "chevron-down": 61782,
100
+ "check": 61783,
101
+ "check-circle-2": 61784,
102
+ "check-check": 61785,
103
+ "chalet-pareado": 61786,
104
+ "chalet-independet": 61787,
105
+ "chalet-adosado": 61788,
106
+ "cancel": 61789,
107
+ "cancel-circle-stroke": 61790,
108
+ "cancel-circle-solid": 61791,
109
+ "calendar": 61792,
110
+ "building": 61793,
111
+ "bell": 61794,
112
+ "bed-double": 61795,
113
+ "bath": 61796,
114
+ "balcony-window": 61797,
115
+ "arrow-up": 61798,
116
+ "arrow-up-right": 61799,
117
+ "arrow-up-left": 61800,
118
+ "arrow-up-down": 61801,
119
+ "arrow-right": 61802,
120
+ "arrow-left": 61803,
121
+ "arrow-down": 61804,
122
+ "arrow-down-right": 61805,
123
+ "arrow-down-left": 61806,
124
+ "archive": 61807,
125
+ "alert-triangle": 61808,
126
+ "air-conditioner": 61809,
127
+ "add-note": 61810,
128
+ "accessibility": 61811
118
129
  };
119
130
 
120
131
  /**
@@ -0,0 +1,27 @@
1
+ import * as React from 'react';
2
+ import type { ReactIconProps } from '../shared/types';
3
+ import { resolveSize } from '../shared/types';
4
+
5
+ const SvgChaletAdosado = ({ size = 16, ...props }: ReactIconProps) => {
6
+ const sizeValue = resolveSize(size);
7
+
8
+ return (
9
+ <svg
10
+ width={sizeValue} height={sizeValue}
11
+ viewBox="0 0 24 24"
12
+ fill="none"
13
+ xmlns="http://www.w3.org/2000/svg"
14
+ {...props}
15
+ >
16
+ <path
17
+ d="M19.8 11.6364V19.8143H16.2267M4.19998 11.6364V19.7831H7.70718M4.8 4H8.4M15.6 4H19.2M18.6 11.6364H21L19.9928 7.05895C19.8807 6.54894 19.3881 6.18182 18.816 6.18185H14.2504M5.4 11.6364H3L4.0072 7.05895C4.11933 6.54895 4.6119 6.18182 5.184 6.18186H9.7496M16.2 8.54547V19.2727H7.80001V8.54547M17.4 10L12.96 4.61819C12.7334 4.34349 12.3777 4.18182 12 4.18182C11.6223 4.18182 11.2666 4.34349 11.04 4.61819L6.6 10M3 20H21M5.40002 4H7.80002V6.18182H5.40002V4ZM16.2 4H18.6V6.18182H16.2V4ZM13.8 19.2728H10.2V14.9091C10.2 14.3066 10.7373 13.8182 11.4 13.8182H12.6C13.2627 13.8182 13.8 14.3066 13.8 14.9091V19.2728ZM12 9.72729C12.1657 9.72729 12.3 9.8494 12.3 10C12.3 10.1506 12.1657 10.2727 12 10.2727C11.8343 10.2727 11.7 10.1506 11.7 10C11.7 9.8494 11.8343 9.72729 12 9.72729Z"
18
+ stroke="#1A1A1A"
19
+ strokeWidth={1.6}
20
+ strokeLinecap="round"
21
+ strokeLinejoin="round"
22
+ />
23
+ </svg>
24
+ );
25
+ };
26
+
27
+ export default SvgChaletAdosado;
@@ -0,0 +1,24 @@
1
+ import * as React from 'react';
2
+ import type { ReactIconProps } from '../shared/types';
3
+ import { resolveSize } from '../shared/types';
4
+
5
+ const SvgChaletIndependet = ({ size = 16, ...props }: ReactIconProps) => {
6
+ const sizeValue = resolveSize(size);
7
+
8
+ return (
9
+ <svg
10
+ width={sizeValue} height={sizeValue}
11
+ viewBox="0 0 24 24"
12
+ fill="none"
13
+ xmlns="http://www.w3.org/2000/svg"
14
+ {...props}
15
+ >
16
+ <path
17
+ d="M18.5996 3C19.0415 3 19.4004 3.35798 19.4004 3.7998V8.72852L21.502 10.4209C21.8457 10.698 21.8999 11.2009 21.6231 11.5449C21.3722 11.8566 20.9364 11.9298 20.6006 11.7354V20.1221H21C21.4419 20.1221 21.7998 20.48 21.7998 20.9219C21.7998 21.3636 21.4418 21.7217 21 21.7217H3.00003C2.55825 21.7217 2.20031 21.3636 2.20023 20.9219C2.20023 20.48 2.5582 20.1221 3.00003 20.1221H3.40042V11.7344C3.06445 11.9297 2.62813 11.8569 2.37698 11.5449C2.10018 11.2009 2.15432 10.698 2.49808 10.4209L10.7891 3.74707C11.5042 3.17169 12.4958 3.17169 13.211 3.74707L14.2002 4.54297V3.7998C14.2002 3.35798 14.5582 3.00001 15 3H18.5996ZM10.6006 15.6533C10.6006 15.2961 10.3527 15.1367 10.2002 15.1367H9.00003C8.84757 15.1369 8.60066 15.2963 8.60062 15.6533V20.1221H10.6006V15.6533ZM17.3994 13.5361C17.8411 13.5361 18.2 13.8943 18.2002 14.3359V18.2881C18.2 18.7297 17.8411 19.0879 17.3994 19.0879H13.7998C13.3582 19.0879 13.0003 18.7297 13 18.2881V14.3359C13.0003 13.8943 13.3582 13.5361 13.7998 13.5361H17.3994ZM14.5996 17.4873H16.5996V15.1367H14.5996V17.4873ZM15.7998 5.83008L17.7998 7.44043V4.59961H15.7998V5.83008ZM12.2002 20.1221H19V10.4609L12.208 4.99414C12.0947 4.90289 11.9605 4.89146 11.8418 4.95996L11.792 4.99414L5.00003 10.4609V20.1221H7.00003V15.6533C7.00008 14.5559 7.82714 13.5362 9.00003 13.5361H10.2002C11.3732 13.5361 12.2002 14.5558 12.2002 15.6533V20.1221Z"
18
+ fill="currentColor"
19
+ />
20
+ </svg>
21
+ );
22
+ };
23
+
24
+ export default SvgChaletIndependet;
@@ -0,0 +1,27 @@
1
+ import * as React from 'react';
2
+ import type { ReactIconProps } from '../shared/types';
3
+ import { resolveSize } from '../shared/types';
4
+
5
+ const SvgChaletPareado = ({ size = 16, ...props }: ReactIconProps) => {
6
+ const sizeValue = resolveSize(size);
7
+
8
+ return (
9
+ <svg
10
+ width={sizeValue} height={sizeValue}
11
+ viewBox="0 0 24 24"
12
+ fill="none"
13
+ xmlns="http://www.w3.org/2000/svg"
14
+ {...props}
15
+ >
16
+ <path
17
+ d="M13.8 3V21M13.7998 16.2H20.9998M13.7998 18.6H20.9998M5.40039 5.39996C6.06313 5.39996 6.60039 5.93722 6.60039 6.59996V10.2H5.40039M5.40039 13.8C6.06313 13.8 6.60039 14.3373 6.60039 15V18.6H5.40039M3.8 3H20.2C20.6418 3 21 3.35817 21 3.8V21H3V3.8C3 3.35817 3.35817 3 3.8 3ZM18.6002 16.2H16.2002V11.4C16.2002 10.7373 16.7375 10.2 17.4002 10.2C18.0629 10.2 18.6002 10.7373 18.6002 11.4V16.2ZM17.4004 6.30002C17.5661 6.30002 17.7004 6.43433 17.7004 6.60002C17.7004 6.7657 17.5653 6.90001 17.3996 6.90001C17.2339 6.90001 17.0996 6.7657 17.0996 6.60002C17.0996 6.43433 17.2347 6.30002 17.4004 6.30002ZM11.4 10.2H9V6.59996C9 5.93722 9.53726 5.39996 10.2 5.39996C10.8627 5.39996 11.4 5.93722 11.4 6.59996V10.2ZM11.4 18.6H9V15C9 14.3373 9.53726 13.8 10.2 13.8C10.8627 13.8 11.4 14.3373 11.4 15V18.6Z"
18
+ stroke="#1A1A1A"
19
+ strokeWidth={1.6}
20
+ strokeLinecap="round"
21
+ strokeLinejoin="round"
22
+ />
23
+ </svg>
24
+ );
25
+ };
26
+
27
+ export default SvgChaletPareado;
@@ -0,0 +1,56 @@
1
+ import * as React from 'react';
2
+ import type { ReactIconProps } from '../shared/types';
3
+ import { resolveSize } from '../shared/types';
4
+
5
+ const SvgDuplex = ({ size = 16, ...props }: ReactIconProps) => {
6
+ const sizeValue = resolveSize(size);
7
+
8
+ return (
9
+ <svg
10
+ width={sizeValue} height={sizeValue}
11
+ viewBox="0 0 24 24"
12
+ fill="none"
13
+ xmlns="http://www.w3.org/2000/svg"
14
+ {...props}
15
+ >
16
+ <path
17
+ fillRule="evenodd"
18
+ clipRule="evenodd"
19
+ d="M6.66667 4.00117C6.17575 4.00117 5.77778 4.39914 5.77778 4.89006V19.1123C5.77778 19.6032 6.17575 20.0012 6.66667 20.0012H17.3333C17.8243 20.0012 18.2222 19.6032 18.2222 19.1123V4.89006C18.2222 4.39914 17.8243 4.00117 17.3333 4.00117H6.66667ZM4 4.89006C4 3.4173 5.19391 2.22339 6.66667 2.22339H17.3333C18.8061 2.22339 20 3.4173 20 4.89006V19.1123C20 20.585 18.8061 21.7789 17.3333 21.7789H6.66667C5.19391 21.7789 4 20.585 4 19.1123V4.89006Z"
20
+ fill="currentColor"
21
+ />
22
+ <path
23
+ fillRule="evenodd"
24
+ clipRule="evenodd"
25
+ d="M4 10.2234C4 9.73247 4.39797 9.3345 4.88889 9.3345H19.1111C19.602 9.3345 20 9.73247 20 10.2234C20 10.7143 19.602 11.1123 19.1111 11.1123H4.88889C4.39797 11.1123 4 10.7143 4 10.2234Z"
26
+ fill="currentColor"
27
+ />
28
+ <path
29
+ fillRule="evenodd"
30
+ clipRule="evenodd"
31
+ d="M8.44444 12.8901C8.44444 12.3991 8.84241 12.0012 9.33333 12.0012H13.7778C14.2687 12.0012 14.6667 12.3991 14.6667 12.8901C14.6667 13.381 14.2687 13.7789 13.7778 13.7789H9.33333C8.84241 13.7789 8.44444 13.381 8.44444 12.8901Z"
32
+ fill="currentColor"
33
+ />
34
+ <path
35
+ fillRule="evenodd"
36
+ clipRule="evenodd"
37
+ d="M7.55556 16.4456C7.55556 15.9547 7.95352 15.5567 8.44444 15.5567H14.6667C15.1576 15.5567 15.5556 15.9547 15.5556 16.4456C15.5556 16.9365 15.1576 17.3345 14.6667 17.3345H8.44444C7.95352 17.3345 7.55556 16.9365 7.55556 16.4456Z"
38
+ fill="currentColor"
39
+ />
40
+ <path
41
+ fillRule="evenodd"
42
+ clipRule="evenodd"
43
+ d="M6.83408 21.5669C6.35989 21.4399 6.07848 20.9525 6.20554 20.4783L8.96628 10.1751C9.09334 9.70089 9.58075 9.41948 10.0549 9.54654C10.5291 9.6736 10.8105 10.161 10.6835 10.6352L7.92274 20.9384C7.79568 21.4126 7.30827 21.694 6.83408 21.5669Z"
44
+ fill="currentColor"
45
+ />
46
+ <path
47
+ fillRule="evenodd"
48
+ clipRule="evenodd"
49
+ d="M16.8245 21.5669C16.3503 21.694 15.8629 21.4125 15.7359 20.9384L12.9751 10.6351C12.8481 10.161 13.1295 9.67354 13.6037 9.54648C14.0779 9.41943 14.5653 9.70083 14.6923 10.175L17.4531 20.4782C17.5801 20.9524 17.2987 21.4398 16.8245 21.5669Z"
50
+ fill="currentColor"
51
+ />
52
+ </svg>
53
+ );
54
+ };
55
+
56
+ export default SvgDuplex;
@@ -0,0 +1,31 @@
1
+ import * as React from 'react';
2
+ import type { ReactIconProps } from '../shared/types';
3
+ import { resolveSize } from '../shared/types';
4
+
5
+ const SvgFurnished = ({ size = 16, ...props }: ReactIconProps) => {
6
+ const sizeValue = resolveSize(size);
7
+
8
+ return (
9
+ <svg
10
+ width={sizeValue} height={sizeValue}
11
+ viewBox="0 0 24 24"
12
+ fill="none"
13
+ xmlns="http://www.w3.org/2000/svg"
14
+ {...props}
15
+ >
16
+ <g clipPath="url(#clip0_7021_19294)">
17
+ <path
18
+ d="M19.4502 10.875C19.4502 10.265 19.6927 9.68036 20.124 9.24902C20.3458 9.02727 20.6081 8.8558 20.8936 8.74121C20.7638 7.9953 20.4088 7.30136 19.8662 6.75879C19.1723 6.0649 18.2313 5.6748 17.25 5.6748H12.7998V12.3252H19.4502V10.875ZM4.5498 12.3252H11.2002V5.6748H6.75C5.7687 5.6748 4.82767 6.0649 4.13379 6.75879C3.59118 7.3014 3.2352 7.99524 3.10547 8.74121C3.3913 8.8558 3.65401 9.02705 3.87598 9.24902C4.30731 9.68036 4.5498 10.265 4.5498 10.875V12.3252ZM21.0498 12.375C21.0498 12.7861 20.8864 13.18 20.5957 13.4707C20.305 13.7614 19.9111 13.9248 19.5 13.9248H4.5C4.08891 13.9248 3.69498 13.7614 3.4043 13.4707C3.11362 13.18 2.9502 12.7861 2.9502 12.375V10.875C2.9502 10.6893 2.87639 10.5112 2.74512 10.3799C2.61384 10.2486 2.43565 10.1748 2.25 10.1748C2.06435 10.1748 1.88616 10.2486 1.75488 10.3799C1.62361 10.5112 1.5498 10.6893 1.5498 10.875V13.875C1.5498 14.4585 1.78176 15.0181 2.19434 15.4307C2.60692 15.8432 3.16652 16.0752 3.75 16.0752H20.25C20.8335 16.0752 21.3931 15.8432 21.8057 15.4307C22.2182 15.0181 22.4502 14.4585 22.4502 13.875V10.875C22.4502 10.6893 22.3764 10.5112 22.2451 10.3799C22.1138 10.2486 21.9357 10.1748 21.75 10.1748C21.5643 10.1748 21.3862 10.2486 21.2549 10.3799C21.1236 10.5112 21.0498 10.6893 21.0498 10.875V12.375ZM24.0498 13.875C24.0498 14.8828 23.6492 15.8489 22.9365 16.5615C22.4155 17.0825 21.7591 17.4361 21.0498 17.5889V18.5C21.0498 18.9418 20.6918 19.2998 20.25 19.2998C19.8082 19.2998 19.4502 18.9418 19.4502 18.5V17.6748H4.5498V18.5C4.5498 18.9418 4.19183 19.2998 3.75 19.2998C3.30817 19.2998 2.9502 18.9418 2.9502 18.5V17.5889C2.24088 17.4361 1.58446 17.0825 1.06348 16.5615C0.350838 15.8489 -0.0498047 14.8828 -0.0498047 13.875V10.875C-0.0498047 10.265 0.19269 9.68036 0.624023 9.24902C0.871246 9.0018 1.1692 8.81808 1.49316 8.70508C1.64078 7.54654 2.16726 6.46164 3.00195 5.62695C3.9959 4.63301 5.34435 4.0752 6.75 4.0752H17.25C18.6556 4.0752 20.0041 4.63301 20.998 5.62695C21.8327 6.46161 22.3582 7.54658 22.5059 8.70508C22.8302 8.81805 23.1285 9.00158 23.376 9.24902C23.8073 9.68036 24.0498 10.265 24.0498 10.875V13.875Z"
19
+ fill="currentColor"
20
+ />
21
+ </g>
22
+ <defs>
23
+ <clipPath id="clip0_7021_19294">
24
+ <rect width={24} height={24} fill="currentColor" />
25
+ </clipPath>
26
+ </defs>
27
+ </svg>
28
+ );
29
+ };
30
+
31
+ export default SvgFurnished;
@@ -28,6 +28,9 @@ import type { ReactIconProps } from '../shared/types';
28
28
  // Icon: cancel
29
29
  // Icon: cancel-circle-solid
30
30
  // Icon: cancel-circle-stroke
31
+ // Icon: chalet-adosado
32
+ // Icon: chalet-independet
33
+ // Icon: chalet-pareado
31
34
  // Icon: check
32
35
  // Icon: check-check
33
36
  // Icon: check-circle2
@@ -39,6 +42,7 @@ import type { ReactIconProps } from '../shared/types';
39
42
  // Icon: closet
40
43
  // Icon: collections
41
44
  // Icon: door-open
45
+ // Icon: duplex
42
46
  // Icon: edit
43
47
  // Icon: electric
44
48
  // Icon: explore-filled
@@ -56,6 +60,7 @@ import type { ReactIconProps } from '../shared/types';
56
60
  // Icon: file-spreadsheet
57
61
  // Icon: file-text
58
62
  // Icon: filter
63
+ // Icon: furnished
59
64
  // Icon: garden
60
65
  // Icon: gas-heating
61
66
  // Icon: heating
@@ -72,6 +77,7 @@ import type { ReactIconProps } from '../shared/types';
72
77
  // Icon: leads-linear
73
78
  // Icon: lift
74
79
  // Icon: lock
80
+ // Icon: loft
75
81
  // Icon: logout
76
82
  // Icon: magic-wand
77
83
  // Icon: mail
@@ -85,6 +91,7 @@ import type { ReactIconProps } from '../shared/types';
85
91
  // Icon: patio
86
92
  // Icon: payments
87
93
  // Icon: pencil-line
94
+ // Icon: pent-house
88
95
  // Icon: pet
89
96
  // Icon: phone-linear
90
97
  // Icon: pin-map-solid
@@ -100,7 +107,10 @@ import type { ReactIconProps } from '../shared/types';
100
107
  // Icon: share
101
108
  // Icon: size3d
102
109
  // Icon: status-dot
110
+ // Icon: storage
111
+ // Icon: store
103
112
  // Icon: swimming-pool
113
+ // Icon: tasks
104
114
  // Icon: terrace
105
115
  // Icon: thermometer-snowflake
106
116
  // Icon: time
@@ -108,12 +118,13 @@ import type { ReactIconProps } from '../shared/types';
108
118
  // Icon: touch-ios
109
119
  // Icon: trash2
110
120
  // Icon: user
121
+ // Icon: warehouse
111
122
  // Icon: whatsapp
112
123
 
113
124
  /**
114
125
  * Available icon names
115
126
  */
116
- export type IconName = 'accessibility' | 'add-note' | 'air-conditioner' | 'alert-triangle' | 'archive' | 'arrow-down' | 'arrow-down-left' | 'arrow-down-right' | 'arrow-left' | 'arrow-right' | 'arrow-up' | 'arrow-up-down' | 'arrow-up-left' | 'arrow-up-right' | 'balcony-window' | 'bath' | 'bed-double' | 'bell' | 'building' | 'calendar' | 'cancel' | 'cancel-circle-solid' | 'cancel-circle-stroke' | 'check' | 'check-check' | 'check-circle2' | 'chevron-down' | 'chevron-left' | 'chevron-right' | 'chevron-up' | 'circle-off' | 'closet' | 'collections' | 'door-open' | 'edit' | 'electric' | 'explore-filled' | 'explore-linear' | 'eye-hidden' | 'eye-visible' | 'face-android' | 'face-ios-bold' | 'face-ios-light' | 'file-check' | 'file-input' | 'file-key' | 'file-lock' | 'file-signature' | 'file-spreadsheet' | 'file-text' | 'filter' | 'garden' | 'gas-heating' | 'heating' | 'help-circle' | 'history' | 'home-filled' | 'home-linear' | 'icon-slot' | 'image' | 'image-off' | 'info' | 'keys01' | 'leads-filled' | 'leads-linear' | 'lift' | 'lock' | 'logout' | 'magic-wand' | 'mail' | 'map-pin' | 'more-horizontal' | 'mortgage' | 'note' | 'notes' | 'outside' | 'parking' | 'patio' | 'payments' | 'pencil-line' | 'pet' | 'phone-linear' | 'pin-map-solid' | 'plus' | 'promotion' | 'properties-filled' | 'properties-linear' | 'rent' | 'restaurant' | 'sale' | 'search' | 'search-x' | 'share' | 'size3d' | 'status-dot' | 'swimming-pool' | 'terrace' | 'thermometer-snowflake' | 'time' | 'touch-android' | 'touch-ios' | 'trash2' | 'user' | 'whatsapp';
127
+ export 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' | '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';
117
128
 
118
129
  /**
119
130
  * Props for the unified Icon component
@@ -179,6 +190,12 @@ function loadIcon(name: IconName): Promise<React.ComponentType<any>> {
179
190
  return import('./CancelCircleSolid').then(m => m.default);
180
191
  case 'cancel-circle-stroke':
181
192
  return import('./CancelCircleStroke').then(m => m.default);
193
+ case 'chalet-adosado':
194
+ return import('./ChaletAdosado').then(m => m.default);
195
+ case 'chalet-independet':
196
+ return import('./ChaletIndependet').then(m => m.default);
197
+ case 'chalet-pareado':
198
+ return import('./ChaletPareado').then(m => m.default);
182
199
  case 'check':
183
200
  return import('./Check').then(m => m.default);
184
201
  case 'check-check':
@@ -201,6 +218,8 @@ function loadIcon(name: IconName): Promise<React.ComponentType<any>> {
201
218
  return import('./Collections').then(m => m.default);
202
219
  case 'door-open':
203
220
  return import('./DoorOpen').then(m => m.default);
221
+ case 'duplex':
222
+ return import('./Duplex').then(m => m.default);
204
223
  case 'edit':
205
224
  return import('./Edit').then(m => m.default);
206
225
  case 'electric':
@@ -235,6 +254,8 @@ function loadIcon(name: IconName): Promise<React.ComponentType<any>> {
235
254
  return import('./FileText').then(m => m.default);
236
255
  case 'filter':
237
256
  return import('./Filter').then(m => m.default);
257
+ case 'furnished':
258
+ return import('./Furnished').then(m => m.default);
238
259
  case 'garden':
239
260
  return import('./Garden').then(m => m.default);
240
261
  case 'gas-heating':
@@ -267,6 +288,8 @@ function loadIcon(name: IconName): Promise<React.ComponentType<any>> {
267
288
  return import('./Lift').then(m => m.default);
268
289
  case 'lock':
269
290
  return import('./Lock').then(m => m.default);
291
+ case 'loft':
292
+ return import('./Loft').then(m => m.default);
270
293
  case 'logout':
271
294
  return import('./Logout').then(m => m.default);
272
295
  case 'magic-wand':
@@ -293,6 +316,8 @@ function loadIcon(name: IconName): Promise<React.ComponentType<any>> {
293
316
  return import('./Payments').then(m => m.default);
294
317
  case 'pencil-line':
295
318
  return import('./PencilLine').then(m => m.default);
319
+ case 'pent-house':
320
+ return import('./PentHouse').then(m => m.default);
296
321
  case 'pet':
297
322
  return import('./Pet').then(m => m.default);
298
323
  case 'phone-linear':
@@ -323,8 +348,14 @@ function loadIcon(name: IconName): Promise<React.ComponentType<any>> {
323
348
  return import('./Size3D').then(m => m.default);
324
349
  case 'status-dot':
325
350
  return import('./StatusDot').then(m => m.default);
351
+ case 'storage':
352
+ return import('./Storage').then(m => m.default);
353
+ case 'store':
354
+ return import('./Store').then(m => m.default);
326
355
  case 'swimming-pool':
327
356
  return import('./SwimmingPool').then(m => m.default);
357
+ case 'tasks':
358
+ return import('./Tasks').then(m => m.default);
328
359
  case 'terrace':
329
360
  return import('./Terrace').then(m => m.default);
330
361
  case 'thermometer-snowflake':
@@ -339,6 +370,8 @@ function loadIcon(name: IconName): Promise<React.ComponentType<any>> {
339
370
  return import('./Trash2').then(m => m.default);
340
371
  case 'user':
341
372
  return import('./User').then(m => m.default);
373
+ case 'warehouse':
374
+ return import('./Warehouse').then(m => m.default);
342
375
  case 'whatsapp':
343
376
  return import('./Whatsapp').then(m => m.default);
344
377
  default:
@@ -0,0 +1,68 @@
1
+ import * as React from 'react';
2
+ import type { ReactIconProps } from '../shared/types';
3
+ import { resolveSize } from '../shared/types';
4
+
5
+ const SvgLoft = ({ size = 16, ...props }: ReactIconProps) => {
6
+ const sizeValue = resolveSize(size);
7
+
8
+ return (
9
+ <svg
10
+ width={sizeValue} height={sizeValue}
11
+ viewBox="0 0 24 24"
12
+ fill="none"
13
+ xmlns="http://www.w3.org/2000/svg"
14
+ {...props}
15
+ >
16
+ <path
17
+ fillRule="evenodd"
18
+ clipRule="evenodd"
19
+ d="M7 10.5C7 9.67157 7.67157 9 8.5 9C9.32843 9 10 9.67157 10 10.5C10 11.3284 9.32843 12 8.5 12C7.67157 12 7 11.3284 7 10.5Z"
20
+ fill="currentColor"
21
+ />
22
+ <path
23
+ fillRule="evenodd"
24
+ clipRule="evenodd"
25
+ d="M1 2.16795C1 0.999911 2 0.999988 2.5547 1.16795L18.3028 7H22C22.5523 7 23 7.44772 23 8V20C23 20.7957 22.6839 21.5587 22.1213 22.1213C21.5587 22.6839 20.7957 23 20 23H4C3.20435 23 2.44129 22.6839 1.87868 22.1213C1.31607 21.5587 1 20.7957 1 20V2.16795ZM3.6803 3.51041C3.35267 3.38375 3 3.62551 3 3.97677V20C3 20.2652 3.10536 20.5196 3.29289 20.7071C3.48043 20.8946 3.73478 21 4 21H20C20.2652 21 20.5196 20.8946 20.7071 20.7071C20.8946 20.5196 21 20.2652 21 20V9H18C17.8026 9 17.6096 8.94156 17.4453 8.83205L3.6803 3.51041Z"
26
+ fill="currentColor"
27
+ />
28
+ <path
29
+ fillRule="evenodd"
30
+ clipRule="evenodd"
31
+ d="M17 12C17 11.4477 17.4477 11 18 11H18.01C18.5623 11 19.01 11.4477 19.01 12C19.01 12.5523 18.5623 13 18.01 13H18C17.4477 13 17 12.5523 17 12Z"
32
+ fill="currentColor"
33
+ />
34
+ <path
35
+ fillRule="evenodd"
36
+ clipRule="evenodd"
37
+ d="M13.5 12C13.5 11.4477 13.9477 11 14.5 11H14.51C15.0623 11 15.51 11.4477 15.51 12C15.51 12.5523 15.0623 13 14.51 13H14.5C13.9477 13 13.5 12.5523 13.5 12Z"
38
+ fill="currentColor"
39
+ />
40
+ <path
41
+ fillRule="evenodd"
42
+ clipRule="evenodd"
43
+ d="M13.5 16C13.5 15.4477 13.9477 15 14.5 15H14.51C15.0623 15 15.51 15.4477 15.51 16C15.51 16.5523 15.0623 17 14.51 17H14.5C13.9477 17 13.5 16.5523 13.5 16Z"
44
+ fill="currentColor"
45
+ />
46
+ <path
47
+ fillRule="evenodd"
48
+ clipRule="evenodd"
49
+ d="M17 16C17 15.4477 17.4477 15 18 15H18.01C18.5623 15 19.01 15.4477 19.01 16C19.01 16.5523 18.5623 17 18.01 17H18C17.4477 17 17 16.5523 17 16Z"
50
+ fill="currentColor"
51
+ />
52
+ <path
53
+ fillRule="evenodd"
54
+ clipRule="evenodd"
55
+ d="M14 2C14 1.44772 14.4477 1 15 1H18C18.5523 1 19 1.44772 19 2V8C19 8.55228 18.5523 9 18 9C17.4477 9 17 8.55228 17 8V3H16V6C16 6.55228 15.5523 7 15 7C14.4477 7 14 6.55228 14 6V2Z"
56
+ fill="currentColor"
57
+ />
58
+ <path
59
+ fillRule="evenodd"
60
+ clipRule="evenodd"
61
+ d="M6.73223 16.6834C7.20107 16.2458 7.83696 16 8.5 16C9.16304 16 9.79893 16.2458 10.2678 16.6834C10.7366 17.121 11 17.7145 11 18.3333V22.2222C11 22.6518 10.6269 23 10.1667 23C9.70643 23 9.33333 22.6518 9.33333 22.2222V18.3333C9.33333 18.1271 9.24554 17.9292 9.08926 17.7834C8.93297 17.6375 8.72101 17.5556 8.5 17.5556C8.27899 17.5556 8.06703 17.6375 7.91074 17.7834C7.75446 17.9292 7.66667 18.1271 7.66667 18.3333V22.2222C7.66667 22.6518 7.29357 23 6.83333 23C6.3731 23 6 22.6518 6 22.2222V18.3333C6 17.7145 6.26339 17.121 6.73223 16.6834Z"
62
+ fill="currentColor"
63
+ />
64
+ </svg>
65
+ );
66
+ };
67
+
68
+ export default SvgLoft;