huspy-icons 0.2.3 → 0.3.1

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.2.3",
3
+ "version": "0.3.1",
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' | 'share' | 'search' | 'search-x' | 'rent' | 'properties-linear' | 'properties-filled' | 'plus' | 'payments' | 'note' | 'mortgage' | 'mail' | 'logout' | 'lock' | 'leads-linear' | 'leads-filled' | 'keys_01' | 'icon-slot' | 'home-linear' | 'home-filled' | 'help-circle' | 'file-text' | 'file-spreadsheet' | 'file-lock' | 'file-key' | 'file-check' | 'eye-visible' | 'eye-hidden' | 'explore-linear' | 'explore-filled' | 'edit' | 'chevron-up' | 'chevron-right' | 'chevron-left' | 'chevron-down' | 'check' | 'cancel' | 'cancel-circle-solid' | 'bell' | 'arrow-up' | 'arrow-up-right' | 'arrow-up-left' | 'arrow-up-down' | 'arrow-right' | 'arrow-left' | 'arrow-down' | 'arrow-down-right' | 'arrow-down-left' | 'alert-triangle';
7
+ export type IconName = 'whatsapp' | 'user' | 'trash-2' | 'size-3d' | 'share' | 'search' | 'search-x' | 'sale' | 'rent' | 'properties-linear' | 'properties-filled' | 'plus' | 'payments' | 'note' | 'mortgage' | 'map-pin' | 'mail' | 'logout' | 'lock' | 'leads-linear' | 'leads-filled' | 'keys_01' | 'icon-slot' | 'home-linear' | 'home-filled' | 'help-circle' | 'file-text' | 'file-spreadsheet' | 'file-signature' | 'file-lock' | 'file-key' | 'file-check' | 'eye-visible' | 'eye-hidden' | 'explore-linear' | 'explore-filled' | 'edit' | 'chevron-up' | 'chevron-right' | 'chevron-left' | 'chevron-down' | 'check' | 'cancel' | 'cancel-circle-solid' | 'building' | 'bell' | 'bed-double' | 'arrow-up' | 'arrow-up-right' | 'arrow-up-left' | 'arrow-up-down' | 'arrow-right' | 'arrow-left' | 'arrow-down' | 'arrow-down-right' | 'arrow-down-left' | 'alert-triangle';
8
8
 
9
9
  /**
10
10
  * Mapping of icon names to unicode codepoints
@@ -14,54 +14,60 @@ export const glyphMap: Record<IconName, number> = {
14
14
  "whatsapp": 61697,
15
15
  "user": 61698,
16
16
  "trash-2": 61699,
17
- "share": 61700,
18
- "search": 61701,
19
- "search-x": 61702,
20
- "rent": 61703,
21
- "properties-linear": 61704,
22
- "properties-filled": 61705,
23
- "plus": 61706,
24
- "payments": 61707,
25
- "note": 61708,
26
- "mortgage": 61709,
27
- "mail": 61710,
28
- "logout": 61711,
29
- "lock": 61712,
30
- "leads-linear": 61713,
31
- "leads-filled": 61714,
32
- "keys_01": 61715,
33
- "icon-slot": 61716,
34
- "home-linear": 61717,
35
- "home-filled": 61718,
36
- "help-circle": 61719,
37
- "file-text": 61720,
38
- "file-spreadsheet": 61721,
39
- "file-lock": 61722,
40
- "file-key": 61723,
41
- "file-check": 61724,
42
- "eye-visible": 61725,
43
- "eye-hidden": 61726,
44
- "explore-linear": 61727,
45
- "explore-filled": 61728,
46
- "edit": 61729,
47
- "chevron-up": 61730,
48
- "chevron-right": 61731,
49
- "chevron-left": 61732,
50
- "chevron-down": 61733,
51
- "check": 61734,
52
- "cancel": 61735,
53
- "cancel-circle-solid": 61736,
54
- "bell": 61737,
55
- "arrow-up": 61738,
56
- "arrow-up-right": 61739,
57
- "arrow-up-left": 61740,
58
- "arrow-up-down": 61741,
59
- "arrow-right": 61742,
60
- "arrow-left": 61743,
61
- "arrow-down": 61744,
62
- "arrow-down-right": 61745,
63
- "arrow-down-left": 61746,
64
- "alert-triangle": 61747
17
+ "size-3d": 61700,
18
+ "share": 61701,
19
+ "search": 61702,
20
+ "search-x": 61703,
21
+ "sale": 61704,
22
+ "rent": 61705,
23
+ "properties-linear": 61706,
24
+ "properties-filled": 61707,
25
+ "plus": 61708,
26
+ "payments": 61709,
27
+ "note": 61710,
28
+ "mortgage": 61711,
29
+ "map-pin": 61712,
30
+ "mail": 61713,
31
+ "logout": 61714,
32
+ "lock": 61715,
33
+ "leads-linear": 61716,
34
+ "leads-filled": 61717,
35
+ "keys_01": 61718,
36
+ "icon-slot": 61719,
37
+ "home-linear": 61720,
38
+ "home-filled": 61721,
39
+ "help-circle": 61722,
40
+ "file-text": 61723,
41
+ "file-spreadsheet": 61724,
42
+ "file-signature": 61725,
43
+ "file-lock": 61726,
44
+ "file-key": 61727,
45
+ "file-check": 61728,
46
+ "eye-visible": 61729,
47
+ "eye-hidden": 61730,
48
+ "explore-linear": 61731,
49
+ "explore-filled": 61732,
50
+ "edit": 61733,
51
+ "chevron-up": 61734,
52
+ "chevron-right": 61735,
53
+ "chevron-left": 61736,
54
+ "chevron-down": 61737,
55
+ "check": 61738,
56
+ "cancel": 61739,
57
+ "cancel-circle-solid": 61740,
58
+ "building": 61741,
59
+ "bell": 61742,
60
+ "bed-double": 61743,
61
+ "arrow-up": 61744,
62
+ "arrow-up-right": 61745,
63
+ "arrow-up-left": 61746,
64
+ "arrow-up-down": 61747,
65
+ "arrow-right": 61748,
66
+ "arrow-left": 61749,
67
+ "arrow-down": 61750,
68
+ "arrow-down-right": 61751,
69
+ "arrow-down-left": 61752,
70
+ "alert-triangle": 61753
65
71
  };
66
72
 
67
73
  /**
@@ -0,0 +1,44 @@
1
+ import * as React from 'react';
2
+ import type { ReactIconProps } from '../shared/types';
3
+ import { resolveSize } from '../shared/types';
4
+
5
+ const SvgBedDouble = ({ 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="M4 11C3.73478 11 3.48043 11.1054 3.29289 11.2929C3.10536 11.4804 3 11.7348 3 12V20C3 20.5523 2.55228 21 2 21C1.44772 21 1 20.5523 1 20V12C1 11.2044 1.31607 10.4413 1.87868 9.87868C2.44129 9.31607 3.20435 9 4 9H20C20.7957 9 21.5587 9.31607 22.1213 9.87868C22.6839 10.4413 23 11.2043 23 12V20C23 20.5523 22.5523 21 22 21C21.4477 21 21 20.5523 21 20V12C21 11.7348 20.8946 11.4804 20.7071 11.2929C20.5196 11.1054 20.2652 11 20 11H4Z"
20
+ fill="currentColor"
21
+ />
22
+ <path
23
+ fillRule="evenodd"
24
+ clipRule="evenodd"
25
+ d="M6 5C5.73478 5 5.48043 5.10536 5.29289 5.29289C5.10536 5.48043 5 5.73478 5 6V10C5 10.5523 4.55228 11 4 11C3.44772 11 3 10.5523 3 10V6C3 5.20435 3.31607 4.44129 3.87868 3.87868C4.44129 3.31607 5.20435 3 6 3H18C18.7957 3 19.5587 3.31607 20.1213 3.87868C20.6839 4.44129 21 5.20435 21 6V10C21 10.5523 20.5523 11 20 11C19.4477 11 19 10.5523 19 10V6C19 5.73478 18.8946 5.48043 18.7071 5.29289C18.5196 5.10536 18.2652 5 18 5H6Z"
26
+ fill="currentColor"
27
+ />
28
+ <path
29
+ fillRule="evenodd"
30
+ clipRule="evenodd"
31
+ d="M12 3C12.5523 3 13 3.44772 13 4V10C13 10.5523 12.5523 11 12 11C11.4477 11 11 10.5523 11 10V4C11 3.44772 11.4477 3 12 3Z"
32
+ fill="currentColor"
33
+ />
34
+ <path
35
+ fillRule="evenodd"
36
+ clipRule="evenodd"
37
+ d="M1 18C1 17.4477 1.44772 17 2 17H22C22.5523 17 23 17.4477 23 18C23 18.5523 22.5523 19 22 19H2C1.44772 19 1 18.5523 1 18Z"
38
+ fill="currentColor"
39
+ />
40
+ </svg>
41
+ );
42
+ };
43
+
44
+ export default SvgBedDouble;
@@ -0,0 +1,86 @@
1
+ import * as React from 'react';
2
+ import type { ReactIconProps } from '../shared/types';
3
+ import { resolveSize } from '../shared/types';
4
+
5
+ const SvgBuilding = ({ 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 3C5.44772 3 5 3.44772 5 4V20C5 20.5523 5.44772 21 6 21H18C18.5523 21 19 20.5523 19 20V4C19 3.44772 18.5523 3 18 3H6ZM3 4C3 2.34315 4.34315 1 6 1H18C19.6569 1 21 2.34315 21 4V20C21 21.6569 19.6569 23 18 23H6C4.34315 23 3 21.6569 3 20V4Z"
20
+ fill="currentColor"
21
+ />
22
+ <path
23
+ fillRule="evenodd"
24
+ clipRule="evenodd"
25
+ d="M8 18C8 17.4477 8.44772 17 9 17H15C15.5523 17 16 17.4477 16 18V22C16 22.5523 15.5523 23 15 23C14.4477 23 14 22.5523 14 22V19H10V22C10 22.5523 9.55228 23 9 23C8.44772 23 8 22.5523 8 22V18Z"
26
+ fill="currentColor"
27
+ />
28
+ <path
29
+ fillRule="evenodd"
30
+ clipRule="evenodd"
31
+ d="M7 6C7 5.44772 7.44772 5 8 5H8.01C8.56228 5 9.01 5.44772 9.01 6C9.01 6.55228 8.56228 7 8.01 7H8C7.44772 7 7 6.55228 7 6Z"
32
+ fill="currentColor"
33
+ />
34
+ <path
35
+ fillRule="evenodd"
36
+ clipRule="evenodd"
37
+ d="M15 6C15 5.44772 15.4477 5 16 5H16.01C16.5623 5 17.01 5.44772 17.01 6C17.01 6.55228 16.5623 7 16.01 7H16C15.4477 7 15 6.55228 15 6Z"
38
+ fill="currentColor"
39
+ />
40
+ <path
41
+ fillRule="evenodd"
42
+ clipRule="evenodd"
43
+ d="M11 6C11 5.44772 11.4477 5 12 5H12.01C12.5623 5 13.01 5.44772 13.01 6C13.01 6.55228 12.5623 7 12.01 7H12C11.4477 7 11 6.55228 11 6Z"
44
+ fill="currentColor"
45
+ />
46
+ <path
47
+ fillRule="evenodd"
48
+ clipRule="evenodd"
49
+ d="M11 10C11 9.44771 11.4477 9 12 9H12.01C12.5623 9 13.01 9.44771 13.01 10C13.01 10.5523 12.5623 11 12.01 11H12C11.4477 11 11 10.5523 11 10Z"
50
+ fill="currentColor"
51
+ />
52
+ <path
53
+ fillRule="evenodd"
54
+ clipRule="evenodd"
55
+ d="M11 14C11 13.4477 11.4477 13 12 13H12.01C12.5623 13 13.01 13.4477 13.01 14C13.01 14.5523 12.5623 15 12.01 15H12C11.4477 15 11 14.5523 11 14Z"
56
+ fill="currentColor"
57
+ />
58
+ <path
59
+ fillRule="evenodd"
60
+ clipRule="evenodd"
61
+ d="M15 10C15 9.44771 15.4477 9 16 9H16.01C16.5623 9 17.01 9.44771 17.01 10C17.01 10.5523 16.5623 11 16.01 11H16C15.4477 11 15 10.5523 15 10Z"
62
+ fill="currentColor"
63
+ />
64
+ <path
65
+ fillRule="evenodd"
66
+ clipRule="evenodd"
67
+ d="M15 14C15 13.4477 15.4477 13 16 13H16.01C16.5623 13 17.01 13.4477 17.01 14C17.01 14.5523 16.5623 15 16.01 15H16C15.4477 15 15 14.5523 15 14Z"
68
+ fill="currentColor"
69
+ />
70
+ <path
71
+ fillRule="evenodd"
72
+ clipRule="evenodd"
73
+ d="M7 10C7 9.44771 7.44772 9 8 9H8.01C8.56228 9 9.01 9.44771 9.01 10C9.01 10.5523 8.56228 11 8.01 11H8C7.44772 11 7 10.5523 7 10Z"
74
+ fill="currentColor"
75
+ />
76
+ <path
77
+ fillRule="evenodd"
78
+ clipRule="evenodd"
79
+ d="M7 14C7 13.4477 7.44772 13 8 13H8.01C8.56228 13 9.01 13.4477 9.01 14C9.01 14.5523 8.56228 15 8.01 15H8C7.44772 15 7 14.5523 7 14Z"
80
+ fill="currentColor"
81
+ />
82
+ </svg>
83
+ );
84
+ };
85
+
86
+ export default SvgBuilding;
@@ -0,0 +1,38 @@
1
+ import * as React from 'react';
2
+ import type { ReactIconProps } from '../shared/types';
3
+ import { resolveSize } from '../shared/types';
4
+
5
+ const SvgFileSignature = ({ 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 3C5.73478 3 5.48043 3.10536 5.29289 3.29289C5.10536 3.48043 5 3.73478 5 4V20C5 20.2652 5.10536 20.5196 5.29289 20.7071C5.48043 20.8946 5.73478 21 6 21H18C18.2652 21 18.5196 20.8946 18.7071 20.7071C18.8946 20.5196 19 20.2652 19 20V19.5C19 18.9477 19.4477 18.5 20 18.5C20.5523 18.5 21 18.9477 21 19.5V20C21 20.7957 20.6839 21.5587 20.1213 22.1213C19.5587 22.6839 18.7957 23 18 23H6C5.20435 23 4.44129 22.6839 3.87868 22.1213C3.31607 21.5587 3 20.7957 3 20V4C3 3.20435 3.31607 2.44129 3.87868 1.87868C4.44129 1.31607 5.20435 1 6 1H14.5C14.7652 1 15.0196 1.10536 15.2071 1.29289L18.7071 4.79289C19.0976 5.18342 19.0976 5.81658 18.7071 6.20711C18.3166 6.59763 17.6834 6.59763 17.2929 6.20711L14.0858 3H6Z"
20
+ fill="currentColor"
21
+ />
22
+ <path
23
+ fillRule="evenodd"
24
+ clipRule="evenodd"
25
+ d="M7 18C7 17.4477 7.44772 17 8 17H9C9.55228 17 10 17.4477 10 18C10 18.5523 9.55228 19 9 19H8C7.44772 19 7 18.5523 7 18Z"
26
+ fill="currentColor"
27
+ />
28
+ <path
29
+ fillRule="evenodd"
30
+ clipRule="evenodd"
31
+ d="M19.905 9.99489C19.7605 9.99489 19.6175 10.0233 19.484 10.0786C19.3507 10.1339 19.2295 10.2148 19.1275 10.3168C19.1273 10.3169 19.1276 10.3166 19.1275 10.3168L14.8929 14.5609L14.3768 16.6199L16.4388 16.0979L20.6829 11.8729C20.6827 11.8731 20.6831 11.8727 20.6829 11.8729C20.7847 11.7709 20.8662 11.6492 20.9214 11.516C20.9767 11.3825 21.0051 11.2395 21.0051 11.095C21.0051 10.9505 20.9767 10.8075 20.9214 10.674C20.8661 10.5405 20.785 10.4193 20.6829 10.3171C20.5807 10.215 20.4595 10.1339 20.326 10.0786C20.1925 10.0233 20.0495 9.99489 19.905 9.99489ZM18.7186 8.23087C19.0948 8.07508 19.4979 7.99489 19.905 7.99489C20.3121 7.99489 20.7152 8.07508 21.0914 8.23087C21.4675 8.38667 21.8092 8.61502 22.0971 8.90289C22.385 9.19076 22.6133 9.53252 22.7691 9.90864C22.9249 10.2848 23.0051 10.6879 23.0051 11.095C23.0051 11.5021 22.9249 11.9052 22.7691 12.2814C22.6133 12.6575 22.385 12.9992 22.0971 13.2871L22.0955 13.2887L17.6555 17.7087C17.5283 17.8353 17.3694 17.9254 17.1954 17.9694L13.2454 18.9694C12.9043 19.0558 12.5429 18.9565 12.2937 18.7079C12.0446 18.4594 11.9445 18.0982 12.03 17.7569L13.02 13.8069C13.0639 13.6316 13.1545 13.4716 13.2821 13.3437L17.7129 8.90289C18.0008 8.61502 18.3425 8.38667 18.7186 8.23087Z"
32
+ fill="currentColor"
33
+ />
34
+ </svg>
35
+ );
36
+ };
37
+
38
+ export default SvgFileSignature;
@@ -15,7 +15,9 @@ import type { ReactIconProps } from '../shared/types';
15
15
  // Icon: arrow-up-down
16
16
  // Icon: arrow-up-left
17
17
  // Icon: arrow-up-right
18
+ // Icon: bed-double
18
19
  // Icon: bell
20
+ // Icon: building
19
21
  // Icon: cancel
20
22
  // Icon: cancel-circle-solid
21
23
  // Icon: check
@@ -31,6 +33,7 @@ import type { ReactIconProps } from '../shared/types';
31
33
  // Icon: file-check
32
34
  // Icon: file-key
33
35
  // Icon: file-lock
36
+ // Icon: file-signature
34
37
  // Icon: file-spreadsheet
35
38
  // Icon: file-text
36
39
  // Icon: help-circle
@@ -43,6 +46,7 @@ import type { ReactIconProps } from '../shared/types';
43
46
  // Icon: lock
44
47
  // Icon: logout
45
48
  // Icon: mail
49
+ // Icon: map-pin
46
50
  // Icon: mortgage
47
51
  // Icon: note
48
52
  // Icon: payments
@@ -50,9 +54,11 @@ import type { ReactIconProps } from '../shared/types';
50
54
  // Icon: properties-filled
51
55
  // Icon: properties-linear
52
56
  // Icon: rent
57
+ // Icon: sale
53
58
  // Icon: search
54
59
  // Icon: search-x
55
60
  // Icon: share
61
+ // Icon: size3d
56
62
  // Icon: trash2
57
63
  // Icon: user
58
64
  // Icon: whatsapp
@@ -60,7 +66,7 @@ import type { ReactIconProps } from '../shared/types';
60
66
  /**
61
67
  * Available icon names
62
68
  */
63
- export type IconName = 'alert-triangle' | 'arrow-down' | 'arrow-down-left' | 'arrow-down-right' | 'arrow-left' | 'arrow-right' | 'arrow-up' | 'arrow-up-down' | 'arrow-up-left' | 'arrow-up-right' | 'bell' | 'cancel' | 'cancel-circle-solid' | 'check' | 'chevron-down' | 'chevron-left' | 'chevron-right' | 'chevron-up' | 'edit' | 'explore-filled' | 'explore-linear' | 'eye-hidden' | 'eye-visible' | 'file-check' | 'file-key' | 'file-lock' | 'file-spreadsheet' | 'file-text' | 'help-circle' | 'home-filled' | 'home-linear' | 'icon-slot' | 'keys01' | 'leads-filled' | 'leads-linear' | 'lock' | 'logout' | 'mail' | 'mortgage' | 'note' | 'payments' | 'plus' | 'properties-filled' | 'properties-linear' | 'rent' | 'search' | 'search-x' | 'share' | 'trash2' | 'user' | 'whatsapp';
69
+ export type IconName = 'alert-triangle' | 'arrow-down' | 'arrow-down-left' | 'arrow-down-right' | 'arrow-left' | 'arrow-right' | 'arrow-up' | 'arrow-up-down' | 'arrow-up-left' | 'arrow-up-right' | 'bed-double' | 'bell' | 'building' | 'cancel' | 'cancel-circle-solid' | 'check' | 'chevron-down' | 'chevron-left' | 'chevron-right' | 'chevron-up' | 'edit' | 'explore-filled' | 'explore-linear' | 'eye-hidden' | 'eye-visible' | 'file-check' | 'file-key' | 'file-lock' | 'file-signature' | 'file-spreadsheet' | 'file-text' | 'help-circle' | 'home-filled' | 'home-linear' | 'icon-slot' | 'keys01' | 'leads-filled' | 'leads-linear' | 'lock' | 'logout' | 'mail' | 'map-pin' | 'mortgage' | 'note' | 'payments' | 'plus' | 'properties-filled' | 'properties-linear' | 'rent' | 'sale' | 'search' | 'search-x' | 'share' | 'size3d' | 'trash2' | 'user' | 'whatsapp';
64
70
 
65
71
  /**
66
72
  * Props for the unified Icon component
@@ -100,8 +106,12 @@ function loadIcon(name: IconName): Promise<React.ComponentType<any>> {
100
106
  return import('./ArrowUpLeft').then(m => m.default);
101
107
  case 'arrow-up-right':
102
108
  return import('./ArrowUpRight').then(m => m.default);
109
+ case 'bed-double':
110
+ return import('./BedDouble').then(m => m.default);
103
111
  case 'bell':
104
112
  return import('./Bell').then(m => m.default);
113
+ case 'building':
114
+ return import('./Building').then(m => m.default);
105
115
  case 'cancel':
106
116
  return import('./Cancel').then(m => m.default);
107
117
  case 'cancel-circle-solid':
@@ -132,6 +142,8 @@ function loadIcon(name: IconName): Promise<React.ComponentType<any>> {
132
142
  return import('./FileKey').then(m => m.default);
133
143
  case 'file-lock':
134
144
  return import('./FileLock').then(m => m.default);
145
+ case 'file-signature':
146
+ return import('./FileSignature').then(m => m.default);
135
147
  case 'file-spreadsheet':
136
148
  return import('./FileSpreadsheet').then(m => m.default);
137
149
  case 'file-text':
@@ -156,6 +168,8 @@ function loadIcon(name: IconName): Promise<React.ComponentType<any>> {
156
168
  return import('./Logout').then(m => m.default);
157
169
  case 'mail':
158
170
  return import('./Mail').then(m => m.default);
171
+ case 'map-pin':
172
+ return import('./MapPin').then(m => m.default);
159
173
  case 'mortgage':
160
174
  return import('./Mortgage').then(m => m.default);
161
175
  case 'note':
@@ -170,12 +184,16 @@ function loadIcon(name: IconName): Promise<React.ComponentType<any>> {
170
184
  return import('./PropertiesLinear').then(m => m.default);
171
185
  case 'rent':
172
186
  return import('./Rent').then(m => m.default);
187
+ case 'sale':
188
+ return import('./Sale').then(m => m.default);
173
189
  case 'search':
174
190
  return import('./Search').then(m => m.default);
175
191
  case 'search-x':
176
192
  return import('./SearchX').then(m => m.default);
177
193
  case 'share':
178
194
  return import('./Share').then(m => m.default);
195
+ case 'size3d':
196
+ return import('./Size3D').then(m => m.default);
179
197
  case 'trash2':
180
198
  return import('./Trash2').then(m => m.default);
181
199
  case 'user':
@@ -0,0 +1,32 @@
1
+ import * as React from 'react';
2
+ import type { ReactIconProps } from '../shared/types';
3
+ import { resolveSize } from '../shared/types';
4
+
5
+ const SvgMapPin = ({ 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="M12 3C10.1435 3 8.36301 3.7375 7.05025 5.05025C5.7375 6.36301 5 8.14348 5 10C5 12.605 6.77047 15.3616 8.74741 17.5856C9.71242 18.6713 10.6805 19.5792 11.4085 20.2162C11.6312 20.411 11.8307 20.5799 12 20.7202C12.1693 20.5799 12.3688 20.411 12.5915 20.2162C13.3195 19.5792 14.2876 18.6713 15.2526 17.5856C17.2295 15.3616 19 12.605 19 10C19 8.14348 18.2625 6.36301 16.9497 5.05025C15.637 3.7375 13.8565 3 12 3ZM12 22C11.4 22.8 11.3998 22.7998 11.3995 22.7997L11.397 22.7978L11.3912 22.7933L11.3709 22.778C11.3537 22.7648 11.3291 22.746 11.2976 22.7216C11.2346 22.6728 11.1441 22.6017 11.0299 22.51C10.8016 22.3265 10.4782 22.0597 10.0915 21.7213C9.31946 21.0458 8.28758 20.0787 7.25259 18.9144C5.22953 16.6384 3 13.395 3 10C3 7.61305 3.94821 5.32387 5.63604 3.63604C7.32387 1.94821 9.61305 1 12 1C14.3869 1 16.6761 1.94821 18.364 3.63604C20.0518 5.32387 21 7.61305 21 10C21 13.395 18.7705 16.6384 16.7474 18.9144C15.7124 20.0787 14.6805 21.0458 13.9085 21.7213C13.5218 22.0597 13.1984 22.3265 12.9701 22.51C12.8559 22.6017 12.7654 22.6728 12.7024 22.7216C12.6709 22.746 12.6463 22.7648 12.6291 22.778L12.6088 22.7933L12.603 22.7978L12.6011 22.7992C12.6009 22.7993 12.6 22.8 12 22ZM12 22L12.6 22.8C12.2444 23.0667 11.7551 23.0663 11.3995 22.7997L12 22Z"
20
+ fill="currentColor"
21
+ />
22
+ <path
23
+ fillRule="evenodd"
24
+ clipRule="evenodd"
25
+ d="M12 8C10.8954 8 10 8.89543 10 10C10 11.1046 10.8954 12 12 12C13.1046 12 14 11.1046 14 10C14 8.89543 13.1046 8 12 8ZM8 10C8 7.79086 9.79086 6 12 6C14.2091 6 16 7.79086 16 10C16 12.2091 14.2091 14 12 14C9.79086 14 8 12.2091 8 10Z"
26
+ fill="currentColor"
27
+ />
28
+ </svg>
29
+ );
30
+ };
31
+
32
+ export default SvgMapPin;
@@ -0,0 +1,38 @@
1
+ import * as React from 'react';
2
+ import type { ReactIconProps } from '../shared/types';
3
+ import { resolveSize } from '../shared/types';
4
+
5
+ const SvgSale = ({ 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="M9.48499 2.34965C10.9495 1.18879 13.0287 1.18879 14.4933 2.34965L14.4957 2.35151L20.763 7.34974C21.5703 7.97063 22.0518 8.92435 22.0658 9.94317L22.066 9.95693L22.0659 18.2761C22.0659 20.6507 20.1242 22.5585 17.7503 22.5585H6.25549C3.88162 22.5585 1.93994 20.6507 1.93994 18.2761V9.9561C1.95003 8.93514 2.43236 7.97867 3.2428 7.35876L9.48499 2.34965ZM10.7341 3.92127L4.48935 8.93249C4.48209 8.93831 4.47476 8.94403 4.46734 8.94965C4.14236 9.1959 3.95276 9.57328 3.94752 9.97168V18.2761C3.94752 19.523 4.97129 20.551 6.25549 20.551H17.7503C19.0345 20.551 20.0583 19.523 20.0583 18.2761V9.96472C20.051 9.56487 19.8606 9.1866 19.5355 8.93827L19.5188 8.9253L13.2463 3.92294L13.2452 3.92209C12.5119 3.34168 11.4677 3.34141 10.7341 3.92127Z"
20
+ fill="currentColor"
21
+ />
22
+ <path
23
+ fillRule="evenodd"
24
+ clipRule="evenodd"
25
+ d="M7.87868 8.87868C8.44129 8.31607 9.20435 8 10 8H16C16.5523 8 17 8.44772 17 9C17 9.55228 16.5523 10 16 10H10C9.73478 10 9.48043 10.1054 9.29289 10.2929C9.10536 10.4804 9 10.7348 9 11C9 11.2652 9.10536 11.5196 9.29289 11.7071C9.48043 11.8946 9.73478 12 10 12H14C14.7957 12 15.5587 12.3161 16.1213 12.8787C16.6839 13.4413 17 14.2043 17 15C17 15.7957 16.6839 16.5587 16.1213 17.1213C15.5587 17.6839 14.7957 18 14 18H8C7.44772 18 7 17.5523 7 17C7 16.4477 7.44772 16 8 16H14C14.2652 16 14.5196 15.8946 14.7071 15.7071C14.8946 15.5196 15 15.2652 15 15C15 14.7348 14.8946 14.4804 14.7071 14.2929C14.5196 14.1054 14.2652 14 14 14H10C9.20435 14 8.44129 13.6839 7.87868 13.1213C7.31607 12.5587 7 11.7957 7 11C7 10.2043 7.31607 9.44129 7.87868 8.87868Z"
26
+ fill="currentColor"
27
+ />
28
+ <path
29
+ fillRule="evenodd"
30
+ clipRule="evenodd"
31
+ d="M12 6C12.5523 6 13 6.44772 13 7V19C13 19.5523 12.5523 20 12 20C11.4477 20 11 19.5523 11 19V7C11 6.44772 11.4477 6 12 6Z"
32
+ fill="currentColor"
33
+ />
34
+ </svg>
35
+ );
36
+ };
37
+
38
+ export default SvgSale;
@@ -0,0 +1,44 @@
1
+ import * as React from 'react';
2
+ import type { ReactIconProps } from '../shared/types';
3
+ import { resolveSize } from '../shared/types';
4
+
5
+ const SvgSize3D = ({ 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="M5 2C5.55228 2 6 2.44772 6 3V18H21C21.5523 18 22 18.4477 22 19C22 19.5523 21.5523 20 21 20H5C4.44772 20 4 19.5523 4 19V3C4 2.44772 4.44772 2 5 2Z"
20
+ fill="currentColor"
21
+ />
22
+ <path
23
+ fillRule="evenodd"
24
+ clipRule="evenodd"
25
+ d="M11.7071 12.2929C12.0976 12.6834 12.0976 13.3166 11.7071 13.7071L5.70711 19.7071C5.31658 20.0976 4.68342 20.0976 4.29289 19.7071C3.90237 19.3166 3.90237 18.6834 4.29289 18.2929L10.2929 12.2929C10.6834 11.9024 11.3166 11.9024 11.7071 12.2929Z"
26
+ fill="currentColor"
27
+ />
28
+ <path
29
+ fillRule="evenodd"
30
+ clipRule="evenodd"
31
+ d="M4.29289 2.29289C4.68342 1.90237 5.31658 1.90237 5.70711 2.29289L8.70711 5.29289C9.09763 5.68342 9.09763 6.31658 8.70711 6.70711C8.31658 7.09763 7.68342 7.09763 7.29289 6.70711L5 4.41421L2.70711 6.70711C2.31658 7.09763 1.68342 7.09763 1.29289 6.70711C0.902369 6.31658 0.902369 5.68342 1.29289 5.29289L4.29289 2.29289Z"
32
+ fill="currentColor"
33
+ />
34
+ <path
35
+ fillRule="evenodd"
36
+ clipRule="evenodd"
37
+ d="M17.2929 15.2929C17.6834 14.9024 18.3166 14.9024 18.7071 15.2929L21.7071 18.2929C22.0976 18.6834 22.0976 19.3166 21.7071 19.7071L18.7071 22.7071C18.3166 23.0976 17.6834 23.0976 17.2929 22.7071C16.9024 22.3166 16.9024 21.6834 17.2929 21.2929L19.5858 19L17.2929 16.7071C16.9024 16.3166 16.9024 15.6834 17.2929 15.2929Z"
38
+ fill="currentColor"
39
+ />
40
+ </svg>
41
+ );
42
+ };
43
+
44
+ export default SvgSize3D;
@@ -9,7 +9,9 @@ export { default as ArrowUp } from './ArrowUp';
9
9
  export { default as ArrowUpDown } from './ArrowUpDown';
10
10
  export { default as ArrowUpLeft } from './ArrowUpLeft';
11
11
  export { default as ArrowUpRight } from './ArrowUpRight';
12
+ export { default as BedDouble } from './BedDouble';
12
13
  export { default as Bell } from './Bell';
14
+ export { default as Building } from './Building';
13
15
  export { default as Cancel } from './Cancel';
14
16
  export { default as CancelCircleSolid } from './CancelCircleSolid';
15
17
  export { default as Check } from './Check';
@@ -25,6 +27,7 @@ export { default as EyeVisible } from './EyeVisible';
25
27
  export { default as FileCheck } from './FileCheck';
26
28
  export { default as FileKey } from './FileKey';
27
29
  export { default as FileLock } from './FileLock';
30
+ export { default as FileSignature } from './FileSignature';
28
31
  export { default as FileSpreadsheet } from './FileSpreadsheet';
29
32
  export { default as FileText } from './FileText';
30
33
  export { default as HelpCircle } from './HelpCircle';
@@ -37,6 +40,7 @@ export { default as LeadsLinear } from './LeadsLinear';
37
40
  export { default as Lock } from './Lock';
38
41
  export { default as Logout } from './Logout';
39
42
  export { default as Mail } from './Mail';
43
+ export { default as MapPin } from './MapPin';
40
44
  export { default as Mortgage } from './Mortgage';
41
45
  export { default as Note } from './Note';
42
46
  export { default as Payments } from './Payments';
@@ -44,9 +48,11 @@ export { default as Plus } from './Plus';
44
48
  export { default as PropertiesFilled } from './PropertiesFilled';
45
49
  export { default as PropertiesLinear } from './PropertiesLinear';
46
50
  export { default as Rent } from './Rent';
51
+ export { default as Sale } from './Sale';
47
52
  export { default as Search } from './Search';
48
53
  export { default as SearchX } from './SearchX';
49
54
  export { default as Share } from './Share';
55
+ export { default as Size3D } from './Size3D';
50
56
  export { default as Trash2 } from './Trash2';
51
57
  export { default as User } from './User';
52
58
  export { default as Whatsapp } from './Whatsapp';
@@ -8,7 +8,9 @@ export { default as ArrowUpDown } from './ArrowUpDown';
8
8
  export { default as ArrowUpLeft } from './ArrowUpLeft';
9
9
  export { default as ArrowUpRight } from './ArrowUpRight';
10
10
  export { default as ArrowUp } from './ArrowUp';
11
+ export { default as BedDouble } from './BedDouble';
11
12
  export { default as Bell } from './Bell';
13
+ export { default as Building } from './Building';
12
14
  export { default as CancelCircleSolid } from './CancelCircleSolid';
13
15
  export { default as Cancel } from './Cancel';
14
16
  export { default as Check } from './Check';
@@ -24,6 +26,7 @@ export { default as EyeVisible } from './EyeVisible';
24
26
  export { default as FileCheck } from './FileCheck';
25
27
  export { default as FileKey } from './FileKey';
26
28
  export { default as FileLock } from './FileLock';
29
+ export { default as FileSignature } from './FileSignature';
27
30
  export { default as FileSpreadsheet } from './FileSpreadsheet';
28
31
  export { default as FileText } from './FileText';
29
32
  export { default as HelpCircle } from './HelpCircle';
@@ -36,6 +39,7 @@ export { default as LeadsLinear } from './LeadsLinear';
36
39
  export { default as Lock } from './Lock';
37
40
  export { default as Logout } from './Logout';
38
41
  export { default as Mail } from './Mail';
42
+ export { default as MapPin } from './MapPin';
39
43
  export { default as Mortgage } from './Mortgage';
40
44
  export { default as Note } from './Note';
41
45
  export { default as Payments } from './Payments';
@@ -43,9 +47,11 @@ export { default as Plus } from './Plus';
43
47
  export { default as PropertiesFilled } from './PropertiesFilled';
44
48
  export { default as PropertiesLinear } from './PropertiesLinear';
45
49
  export { default as Rent } from './Rent';
50
+ export { default as Sale } from './Sale';
46
51
  export { default as SearchX } from './SearchX';
47
52
  export { default as Search } from './Search';
48
53
  export { default as Share } from './Share';
54
+ export { default as Size3D } from './Size3D';
49
55
  export { default as Trash2 } from './Trash2';
50
56
  export { default as User } from './User';
51
57
  export { default as Whatsapp } from './Whatsapp';