huspy-icons 0.3.3 → 0.3.5

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.3",
3
+ "version": "0.3.5",
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' | 'size-3d' | 'share' | 'search' | 'search-x' | 'sale' | 'rent' | 'properties-linear' | 'properties-filled' | 'promotion' | 'plus' | 'payments' | 'note' | 'mortgage' | 'map-pin' | 'mail' | 'logout' | 'lock' | 'leads-linear' | 'leads-filled' | 'keys_01' | 'icon-slot' | 'home-linear' | 'home-filled' | 'help-circle' | 'fingerprint-android' | 'file-text' | 'file-spreadsheet' | 'file-signature' | 'file-lock' | 'file-key' | 'file-input' | 'file-check' | 'face-id' | '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';
7
+ export type IconName = 'whatsapp' | 'user' | 'trash-2' | 'size-3d' | 'share' | 'search' | 'search-x' | 'sale' | 'rent' | 'properties-linear' | 'properties-filled' | 'promotion' | 'plus' | 'phone-linear' | 'pencil-line' | 'payments' | 'notes' | 'note' | 'mortgage' | 'more-horizontal' | 'map-pin' | 'mail' | 'logout' | 'lock' | 'leads-linear' | 'leads-filled' | 'keys_01' | 'info' | 'icon-slot' | 'home-linear' | 'home-filled' | 'help-circle' | 'fingerprint-android' | 'filter' | 'file-text' | 'file-spreadsheet' | 'file-signature' | 'file-lock' | 'file-key' | 'file-input' | 'file-check' | 'face-id' | 'eye-visible' | 'eye-hidden' | 'explore-linear' | 'explore-filled' | 'edit' | 'collections' | 'chevron-up' | 'chevron-right' | 'chevron-left' | 'chevron-down' | 'check' | 'check-circle-2' | 'cancel' | 'cancel-circle-solid' | 'calendar' | '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' | 'add-note';
8
8
 
9
9
  /**
10
10
  * Mapping of icon names to unicode codepoints
@@ -24,54 +24,64 @@ export const glyphMap: Record<IconName, number> = {
24
24
  "properties-filled": 61707,
25
25
  "promotion": 61708,
26
26
  "plus": 61709,
27
- "payments": 61710,
28
- "note": 61711,
29
- "mortgage": 61712,
30
- "map-pin": 61713,
31
- "mail": 61714,
32
- "logout": 61715,
33
- "lock": 61716,
34
- "leads-linear": 61717,
35
- "leads-filled": 61718,
36
- "keys_01": 61719,
37
- "icon-slot": 61720,
38
- "home-linear": 61721,
39
- "home-filled": 61722,
40
- "help-circle": 61723,
41
- "fingerprint-android": 61724,
42
- "file-text": 61725,
43
- "file-spreadsheet": 61726,
44
- "file-signature": 61727,
45
- "file-lock": 61728,
46
- "file-key": 61729,
47
- "file-input": 61730,
48
- "file-check": 61731,
49
- "face-id": 61732,
50
- "eye-visible": 61733,
51
- "eye-hidden": 61734,
52
- "explore-linear": 61735,
53
- "explore-filled": 61736,
54
- "edit": 61737,
55
- "chevron-up": 61738,
56
- "chevron-right": 61739,
57
- "chevron-left": 61740,
58
- "chevron-down": 61741,
59
- "check": 61742,
60
- "cancel": 61743,
61
- "cancel-circle-solid": 61744,
62
- "building": 61745,
63
- "bell": 61746,
64
- "bed-double": 61747,
65
- "arrow-up": 61748,
66
- "arrow-up-right": 61749,
67
- "arrow-up-left": 61750,
68
- "arrow-up-down": 61751,
69
- "arrow-right": 61752,
70
- "arrow-left": 61753,
71
- "arrow-down": 61754,
72
- "arrow-down-right": 61755,
73
- "arrow-down-left": 61756,
74
- "alert-triangle": 61757
27
+ "phone-linear": 61710,
28
+ "pencil-line": 61711,
29
+ "payments": 61712,
30
+ "notes": 61713,
31
+ "note": 61714,
32
+ "mortgage": 61715,
33
+ "more-horizontal": 61716,
34
+ "map-pin": 61717,
35
+ "mail": 61718,
36
+ "logout": 61719,
37
+ "lock": 61720,
38
+ "leads-linear": 61721,
39
+ "leads-filled": 61722,
40
+ "keys_01": 61723,
41
+ "info": 61724,
42
+ "icon-slot": 61725,
43
+ "home-linear": 61726,
44
+ "home-filled": 61727,
45
+ "help-circle": 61728,
46
+ "fingerprint-android": 61729,
47
+ "filter": 61730,
48
+ "file-text": 61731,
49
+ "file-spreadsheet": 61732,
50
+ "file-signature": 61733,
51
+ "file-lock": 61734,
52
+ "file-key": 61735,
53
+ "file-input": 61736,
54
+ "file-check": 61737,
55
+ "face-id": 61738,
56
+ "eye-visible": 61739,
57
+ "eye-hidden": 61740,
58
+ "explore-linear": 61741,
59
+ "explore-filled": 61742,
60
+ "edit": 61743,
61
+ "collections": 61744,
62
+ "chevron-up": 61745,
63
+ "chevron-right": 61746,
64
+ "chevron-left": 61747,
65
+ "chevron-down": 61748,
66
+ "check": 61749,
67
+ "check-circle-2": 61750,
68
+ "cancel": 61751,
69
+ "cancel-circle-solid": 61752,
70
+ "calendar": 61753,
71
+ "building": 61754,
72
+ "bell": 61755,
73
+ "bed-double": 61756,
74
+ "arrow-up": 61757,
75
+ "arrow-up-right": 61758,
76
+ "arrow-up-left": 61759,
77
+ "arrow-up-down": 61760,
78
+ "arrow-right": 61761,
79
+ "arrow-left": 61762,
80
+ "arrow-down": 61763,
81
+ "arrow-down-right": 61764,
82
+ "arrow-down-left": 61765,
83
+ "alert-triangle": 61766,
84
+ "add-note": 61767
75
85
  };
76
86
 
77
87
  /**
@@ -0,0 +1,36 @@
1
+ import * as React from 'react';
2
+ import type { ReactIconProps } from '../shared/types';
3
+ import { resolveSize } from '../shared/types';
4
+
5
+ const SvgAddNote = ({ 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.7041 15C19.2154 15 19.6298 15.4145 19.6299 15.9258V17.7783H21.4824C21.9937 17.7785 22.4082 18.1928 22.4082 18.7041C22.4082 19.2154 21.9937 19.6297 21.4824 19.6299H19.6299V21.4824C19.6297 21.9937 19.2154 22.4082 18.7041 22.4082C18.1928 22.4082 17.7785 21.9937 17.7783 21.4824V19.6299H15.9258C15.4145 19.6298 15 19.2154 15 18.7041C15 18.1928 15.4145 17.7784 15.9258 17.7783H17.7783V15.9258C17.7784 15.4145 18.1928 15 18.7041 15Z"
18
+ fill="currentColor"
19
+ />
20
+ <path
21
+ d="M16.6016 2C18.0065 2.00011 19.3541 2.55844 20.3477 3.55176C21.3413 4.54545 21.9004 5.89452 21.9004 7.2998V12.9355C21.9004 13.4442 21.4872 13.8574 20.9785 13.8574C20.4699 13.8573 20.0576 13.4442 20.0576 12.9355V7.2998C20.0576 6.38321 19.694 5.50267 19.0459 4.85449C18.3978 4.20648 17.518 3.84288 16.6016 3.84277H7.2998C6.38312 3.84277 5.50269 4.2063 4.85449 4.85449C4.2063 5.50269 3.84277 6.38312 3.84277 7.2998V16.6016C3.84288 17.518 4.20648 18.3978 4.85449 19.0459C5.50267 19.694 6.38321 20.0576 7.2998 20.0576H12.9355C13.4442 20.0576 13.8573 20.4699 13.8574 20.9785C13.8574 21.4872 13.4442 21.9004 12.9355 21.9004H7.2998C5.89452 21.9004 4.54545 21.3413 3.55176 20.3477C2.55844 19.3541 2.00011 18.0065 2 16.6016V7.2998C2 5.89452 2.55807 4.54545 3.55176 3.55176C4.54545 2.55807 5.89452 2 7.2998 2H16.6016Z"
22
+ fill="currentColor"
23
+ />
24
+ <path
25
+ d="M12.7715 10.7549C13.2799 10.7552 13.6913 11.1683 13.6914 11.6768C13.6912 12.1852 13.2799 12.5974 12.7715 12.5977H7.29883C6.7903 12.5975 6.37809 12.1853 6.37793 11.6768C6.378 11.1682 6.79025 10.755 7.29883 10.7549H12.7715Z"
26
+ fill="currentColor"
27
+ />
28
+ <path
29
+ d="M15.5068 6.37793C16.0155 6.37796 16.4286 6.79023 16.4287 7.29883C16.4287 7.80754 16.0155 8.22067 15.5068 8.2207H7.29883C6.7902 8.22058 6.37793 7.80748 6.37793 7.29883C6.37807 6.79029 6.79029 6.37805 7.29883 6.37793H15.5068Z"
30
+ fill="currentColor"
31
+ />
32
+ </svg>
33
+ );
34
+ };
35
+
36
+ export default SvgAddNote;
@@ -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 SvgCalendar = ({ 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 5C4.44772 5 4 5.44772 4 6V20C4 20.5523 4.44772 21 5 21H19C19.5523 21 20 20.5523 20 20V6C20 5.44772 19.5523 5 19 5H5ZM2 6C2 4.34315 3.34315 3 5 3H19C20.6569 3 22 4.34315 22 6V20C22 21.6569 20.6569 23 19 23H5C3.34315 23 2 21.6569 2 20V6Z"
20
+ fill="currentColor"
21
+ />
22
+ <path
23
+ fillRule="evenodd"
24
+ clipRule="evenodd"
25
+ d="M16 1C16.5523 1 17 1.44772 17 2V6C17 6.55228 16.5523 7 16 7C15.4477 7 15 6.55228 15 6V2C15 1.44772 15.4477 1 16 1Z"
26
+ fill="currentColor"
27
+ />
28
+ <path
29
+ fillRule="evenodd"
30
+ clipRule="evenodd"
31
+ d="M8 1C8.55228 1 9 1.44772 9 2V6C9 6.55228 8.55228 7 8 7C7.44772 7 7 6.55228 7 6V2C7 1.44772 7.44772 1 8 1Z"
32
+ fill="currentColor"
33
+ />
34
+ <path
35
+ fillRule="evenodd"
36
+ clipRule="evenodd"
37
+ d="M2 10C2 9.44771 2.44772 9 3 9H21C21.5523 9 22 9.44771 22 10C22 10.5523 21.5523 11 21 11H3C2.44772 11 2 10.5523 2 10Z"
38
+ fill="currentColor"
39
+ />
40
+ </svg>
41
+ );
42
+ };
43
+
44
+ export default SvgCalendar;
@@ -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 SvgCheckCircle2 = ({ 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="M1 12C1 5.92472 5.92472 1 12 1C18.0753 1 23 5.92472 23 12C23 18.0753 18.0753 23 12 23C5.92472 23 1 18.0753 1 12ZM12 3C7.02928 3 3 7.02928 3 12C3 16.9707 7.02928 21 12 21C16.9707 21 21 16.9707 21 12C21 7.02928 16.9707 3 12 3Z"
20
+ fill="currentColor"
21
+ />
22
+ <path
23
+ fillRule="evenodd"
24
+ clipRule="evenodd"
25
+ d="M15.7071 9.29289C16.0976 9.68342 16.0976 10.3166 15.7071 10.7071L11.7071 14.7071C11.3166 15.0976 10.6834 15.0976 10.2929 14.7071L8.29289 12.7071C7.90237 12.3166 7.90237 11.6834 8.29289 11.2929C8.68342 10.9024 9.31658 10.9024 9.70711 11.2929L11 12.5858L14.2929 9.29289C14.6834 8.90237 15.3166 8.90237 15.7071 9.29289Z"
26
+ fill="currentColor"
27
+ />
28
+ </svg>
29
+ );
30
+ };
31
+
32
+ export default SvgCheckCircle2;
@@ -0,0 +1,26 @@
1
+ import * as React from 'react';
2
+ import type { ReactIconProps } from '../shared/types';
3
+ import { resolveSize } from '../shared/types';
4
+
5
+ const SvgCollections = ({ 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 4C6.73478 4 6.48043 4.10536 6.29289 4.29289C6.10536 4.48043 6 4.73478 6 5V19.2768L11.5039 16.1318C11.8113 15.9561 12.1887 15.9561 12.4961 16.1318L18 19.2768V5C18 4.73478 17.8946 4.48043 17.7071 4.29289C17.5196 4.10536 17.2652 4 17 4H7ZM4.87868 2.87868C5.44129 2.31607 6.20435 2 7 2H17C17.7956 2 18.5587 2.31607 19.1213 2.87868C19.6839 3.44129 20 4.20435 20 5V21C20 21.3565 19.8102 21.686 19.5019 21.8649C19.1936 22.0438 18.8134 22.0451 18.5039 21.8682L12 18.1518L5.49614 21.8682C5.18664 22.0451 4.80639 22.0438 4.49807 21.8649C4.18976 21.686 4 21.3565 4 21V5C4 4.20435 4.31607 3.44129 4.87868 2.87868Z"
20
+ fill="currentColor"
21
+ />
22
+ </svg>
23
+ );
24
+ };
25
+
26
+ export default SvgCollections;
@@ -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 SvgFilter = ({ 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="M10 7C10 6.44772 10.4477 6 11 6H20C20.5523 6 21 6.44772 21 7C21 7.55228 20.5523 8 20 8H11C10.4477 8 10 7.55228 10 7Z"
20
+ fill="currentColor"
21
+ />
22
+ <path
23
+ fillRule="evenodd"
24
+ clipRule="evenodd"
25
+ d="M4 17C4 16.4477 4.44772 16 5 16H14C14.5523 16 15 16.4477 15 17C15 17.5523 14.5523 18 14 18H5C4.44772 18 4 17.5523 4 17Z"
26
+ fill="currentColor"
27
+ />
28
+ <path
29
+ fillRule="evenodd"
30
+ clipRule="evenodd"
31
+ d="M17 15C15.8954 15 15 15.8954 15 17C15 18.1046 15.8954 19 17 19C18.1046 19 19 18.1046 19 17C19 15.8954 18.1046 15 17 15ZM13 17C13 14.7909 14.7909 13 17 13C19.2091 13 21 14.7909 21 17C21 19.2091 19.2091 21 17 21C14.7909 21 13 19.2091 13 17Z"
32
+ fill="currentColor"
33
+ />
34
+ <path
35
+ fillRule="evenodd"
36
+ clipRule="evenodd"
37
+ d="M7 5C5.89543 5 5 5.89543 5 7C5 8.10457 5.89543 9 7 9C8.10457 9 9 8.10457 9 7C9 5.89543 8.10457 5 7 5ZM3 7C3 4.79086 4.79086 3 7 3C9.20914 3 11 4.79086 11 7C11 9.20914 9.20914 11 7 11C4.79086 11 3 9.20914 3 7Z"
38
+ fill="currentColor"
39
+ />
40
+ </svg>
41
+ );
42
+ };
43
+
44
+ export default SvgFilter;
@@ -5,6 +5,7 @@ import type { ReactIconProps } from '../shared/types';
5
5
  * Icon imports - using dynamic imports for tree-shaking
6
6
  * Auto-generated - do not edit manually
7
7
  */
8
+ // Icon: add-note
8
9
  // Icon: alert-triangle
9
10
  // Icon: arrow-down
10
11
  // Icon: arrow-down-left
@@ -18,13 +19,16 @@ import type { ReactIconProps } from '../shared/types';
18
19
  // Icon: bed-double
19
20
  // Icon: bell
20
21
  // Icon: building
22
+ // Icon: calendar
21
23
  // Icon: cancel
22
24
  // Icon: cancel-circle-solid
23
25
  // Icon: check
26
+ // Icon: check-circle2
24
27
  // Icon: chevron-down
25
28
  // Icon: chevron-left
26
29
  // Icon: chevron-right
27
30
  // Icon: chevron-up
31
+ // Icon: collections
28
32
  // Icon: edit
29
33
  // Icon: explore-filled
30
34
  // Icon: explore-linear
@@ -38,11 +42,13 @@ import type { ReactIconProps } from '../shared/types';
38
42
  // Icon: file-signature
39
43
  // Icon: file-spreadsheet
40
44
  // Icon: file-text
45
+ // Icon: filter
41
46
  // Icon: fingerprint-android
42
47
  // Icon: help-circle
43
48
  // Icon: home-filled
44
49
  // Icon: home-linear
45
50
  // Icon: icon-slot
51
+ // Icon: info
46
52
  // Icon: keys01
47
53
  // Icon: leads-filled
48
54
  // Icon: leads-linear
@@ -50,9 +56,13 @@ import type { ReactIconProps } from '../shared/types';
50
56
  // Icon: logout
51
57
  // Icon: mail
52
58
  // Icon: map-pin
59
+ // Icon: more-horizontal
53
60
  // Icon: mortgage
54
61
  // Icon: note
62
+ // Icon: notes
55
63
  // Icon: payments
64
+ // Icon: pencil-line
65
+ // Icon: phone-linear
56
66
  // Icon: plus
57
67
  // Icon: promotion
58
68
  // Icon: properties-filled
@@ -70,7 +80,7 @@ import type { ReactIconProps } from '../shared/types';
70
80
  /**
71
81
  * Available icon names
72
82
  */
73
- 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' | 'face-id' | 'file-check' | 'file-input' | 'file-key' | 'file-lock' | 'file-signature' | 'file-spreadsheet' | 'file-text' | 'fingerprint-android' | 'help-circle' | 'home-filled' | 'home-linear' | 'icon-slot' | 'keys01' | 'leads-filled' | 'leads-linear' | 'lock' | 'logout' | 'mail' | 'map-pin' | 'mortgage' | 'note' | 'payments' | 'plus' | 'promotion' | 'properties-filled' | 'properties-linear' | 'rent' | 'sale' | 'search' | 'search-x' | 'share' | 'size3d' | 'trash2' | 'user' | 'whatsapp';
83
+ export type IconName = 'add-note' | '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' | 'calendar' | 'cancel' | 'cancel-circle-solid' | 'check' | 'check-circle2' | 'chevron-down' | 'chevron-left' | 'chevron-right' | 'chevron-up' | 'collections' | 'edit' | 'explore-filled' | 'explore-linear' | 'eye-hidden' | 'eye-visible' | 'face-id' | 'file-check' | 'file-input' | 'file-key' | 'file-lock' | 'file-signature' | 'file-spreadsheet' | 'file-text' | 'filter' | 'fingerprint-android' | 'help-circle' | 'home-filled' | 'home-linear' | 'icon-slot' | 'info' | 'keys01' | 'leads-filled' | 'leads-linear' | 'lock' | 'logout' | 'mail' | 'map-pin' | 'more-horizontal' | 'mortgage' | 'note' | 'notes' | 'payments' | 'pencil-line' | 'phone-linear' | 'plus' | 'promotion' | 'properties-filled' | 'properties-linear' | 'rent' | 'sale' | 'search' | 'search-x' | 'share' | 'size3d' | 'trash2' | 'user' | 'whatsapp';
74
84
 
75
85
  /**
76
86
  * Props for the unified Icon component
@@ -90,6 +100,8 @@ export interface IconProps extends Omit<ReactIconProps, 'size'> {
90
100
  */
91
101
  function loadIcon(name: IconName): Promise<React.ComponentType<any>> {
92
102
  switch (name) {
103
+ case 'add-note':
104
+ return import('./AddNote').then(m => m.default);
93
105
  case 'alert-triangle':
94
106
  return import('./AlertTriangle').then(m => m.default);
95
107
  case 'arrow-down':
@@ -116,12 +128,16 @@ function loadIcon(name: IconName): Promise<React.ComponentType<any>> {
116
128
  return import('./Bell').then(m => m.default);
117
129
  case 'building':
118
130
  return import('./Building').then(m => m.default);
131
+ case 'calendar':
132
+ return import('./Calendar').then(m => m.default);
119
133
  case 'cancel':
120
134
  return import('./Cancel').then(m => m.default);
121
135
  case 'cancel-circle-solid':
122
136
  return import('./CancelCircleSolid').then(m => m.default);
123
137
  case 'check':
124
138
  return import('./Check').then(m => m.default);
139
+ case 'check-circle2':
140
+ return import('./CheckCircle2').then(m => m.default);
125
141
  case 'chevron-down':
126
142
  return import('./ChevronDown').then(m => m.default);
127
143
  case 'chevron-left':
@@ -130,6 +146,8 @@ function loadIcon(name: IconName): Promise<React.ComponentType<any>> {
130
146
  return import('./ChevronRight').then(m => m.default);
131
147
  case 'chevron-up':
132
148
  return import('./ChevronUp').then(m => m.default);
149
+ case 'collections':
150
+ return import('./Collections').then(m => m.default);
133
151
  case 'edit':
134
152
  return import('./Edit').then(m => m.default);
135
153
  case 'explore-filled':
@@ -156,6 +174,8 @@ function loadIcon(name: IconName): Promise<React.ComponentType<any>> {
156
174
  return import('./FileSpreadsheet').then(m => m.default);
157
175
  case 'file-text':
158
176
  return import('./FileText').then(m => m.default);
177
+ case 'filter':
178
+ return import('./Filter').then(m => m.default);
159
179
  case 'fingerprint-android':
160
180
  return import('./FingerprintAndroid').then(m => m.default);
161
181
  case 'help-circle':
@@ -166,6 +186,8 @@ function loadIcon(name: IconName): Promise<React.ComponentType<any>> {
166
186
  return import('./HomeLinear').then(m => m.default);
167
187
  case 'icon-slot':
168
188
  return import('./IconSlot').then(m => m.default);
189
+ case 'info':
190
+ return import('./Info').then(m => m.default);
169
191
  case 'keys01':
170
192
  return import('./Keys01').then(m => m.default);
171
193
  case 'leads-filled':
@@ -180,12 +202,20 @@ function loadIcon(name: IconName): Promise<React.ComponentType<any>> {
180
202
  return import('./Mail').then(m => m.default);
181
203
  case 'map-pin':
182
204
  return import('./MapPin').then(m => m.default);
205
+ case 'more-horizontal':
206
+ return import('./MoreHorizontal').then(m => m.default);
183
207
  case 'mortgage':
184
208
  return import('./Mortgage').then(m => m.default);
185
209
  case 'note':
186
210
  return import('./Note').then(m => m.default);
211
+ case 'notes':
212
+ return import('./Notes').then(m => m.default);
187
213
  case 'payments':
188
214
  return import('./Payments').then(m => m.default);
215
+ case 'pencil-line':
216
+ return import('./PencilLine').then(m => m.default);
217
+ case 'phone-linear':
218
+ return import('./PhoneLinear').then(m => m.default);
189
219
  case 'plus':
190
220
  return import('./Plus').then(m => m.default);
191
221
  case 'promotion':
@@ -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 SvgInfo = ({ 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 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21ZM23 12C23 18.0751 18.0751 23 12 23C5.92487 23 0.999999 18.0751 1 12C1 5.92487 5.92487 0.999999 12 1C18.0751 1 23 5.92487 23 12Z"
20
+ fill="currentColor"
21
+ />
22
+ <path
23
+ fillRule="evenodd"
24
+ clipRule="evenodd"
25
+ d="M12 17C11.4477 17 11 16.5523 11 16V12C11 11.4477 11.4477 11 12 11C12.5523 11 13 11.4477 13 12V16C13 16.5523 12.5523 17 12 17Z"
26
+ fill="currentColor"
27
+ />
28
+ <path
29
+ fillRule="evenodd"
30
+ clipRule="evenodd"
31
+ d="M13 8C13 8.55228 12.5523 9 12 9H11.99C11.4377 9 10.99 8.55228 10.99 8C10.99 7.44771 11.4377 7 11.99 7H12C12.5523 7 13 7.44771 13 8Z"
32
+ fill="currentColor"
33
+ />
34
+ </svg>
35
+ );
36
+ };
37
+
38
+ export default SvgInfo;
@@ -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 SvgMoreHorizontal = ({ 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="M10 12C10 10.8954 10.8954 10 12 10C13.1046 10 14 10.8954 14 12C14 13.1046 13.1046 14 12 14C10.8954 14 10 13.1046 10 12Z"
20
+ fill="currentColor"
21
+ />
22
+ <path
23
+ fillRule="evenodd"
24
+ clipRule="evenodd"
25
+ d="M17 12C17 10.8954 17.8954 10 19 10C20.1046 10 21 10.8954 21 12C21 13.1046 20.1046 14 19 14C17.8954 14 17 13.1046 17 12Z"
26
+ fill="currentColor"
27
+ />
28
+ <path
29
+ fillRule="evenodd"
30
+ clipRule="evenodd"
31
+ d="M3 12C3 10.8954 3.89543 10 5 10C6.10457 10 7 10.8954 7 12C7 13.1046 6.10457 14 5 14C3.89543 14 3 13.1046 3 12Z"
32
+ fill="currentColor"
33
+ />
34
+ </svg>
35
+ );
36
+ };
37
+
38
+ export default SvgMoreHorizontal;
@@ -0,0 +1,34 @@
1
+ import * as React from 'react';
2
+ import type { ReactIconProps } from '../shared/types';
3
+ import { resolveSize } from '../shared/types';
4
+
5
+ const SvgNotes = ({ 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="M12.7695 10.749C13.2819 10.749 13.6981 11.1644 13.6982 11.6768C13.698 12.1891 13.2819 12.6045 12.7695 12.6045H7.30273C6.79037 12.6045 6.37423 12.1891 6.37402 11.6768C6.37416 11.1644 6.79033 10.749 7.30273 10.749H12.7695Z"
18
+ fill="currentColor"
19
+ />
20
+ <path
21
+ d="M15.5039 6.37402C16.0162 6.37422 16.4316 6.79037 16.4316 7.30273C16.4315 7.81499 16.0161 8.23027 15.5039 8.23047H7.30273C6.79033 8.23047 6.37416 7.81511 6.37402 7.30273C6.37402 6.79025 6.79025 6.37402 7.30273 6.37402H15.5039Z"
22
+ fill="currentColor"
23
+ />
24
+ <path
25
+ fillRule="evenodd"
26
+ clipRule="evenodd"
27
+ d="M16.5977 2C18.0038 2.00006 19.3524 2.55944 20.3467 3.55371C21.3407 4.54785 21.9002 5.89591 21.9004 7.30176V14.7852C21.9004 15.4816 21.7626 16.172 21.4961 16.8154C21.2296 17.4585 20.8389 18.0429 20.3467 18.5352L18.5352 20.3467C18.0429 20.8389 17.4585 21.2296 16.8154 21.4961C16.172 21.7626 15.4816 21.9004 14.7852 21.9004H7.30176C5.89591 21.9002 4.54785 21.3407 3.55371 20.3467C2.55944 19.3524 2.00006 18.0038 2 16.5977V7.30176C2.00019 5.89582 2.55955 4.54787 3.55371 3.55371C4.54787 2.55955 5.89582 2.00019 7.30176 2H16.5977ZM7.30176 3.85645C6.38803 3.85664 5.51135 4.21912 4.86523 4.86523C4.21912 5.51135 3.85664 6.38803 3.85645 7.30176V16.5977C3.85651 17.5114 4.21919 18.388 4.86523 19.0342C5.51135 19.6803 6.38803 20.0428 7.30176 20.043H12.9355V17.1445C12.9356 16.0284 13.3788 14.9572 14.168 14.168C14.9572 13.3788 16.0284 12.9356 17.1445 12.9355H20.043V7.30176C20.0428 6.38803 19.6803 5.51135 19.0342 4.86523C18.388 4.21919 17.5114 3.85651 16.5977 3.85645H7.30176ZM17.1445 14.792C16.5206 14.7921 15.9216 15.0393 15.4805 15.4805C15.0393 15.9216 14.7921 16.5206 14.792 17.1445V20.042C15.2423 20.0411 15.6884 19.9536 16.1045 19.7812C16.5225 19.608 16.9027 19.3542 17.2227 19.0342L19.0332 17.2227C19.3532 16.9027 19.608 16.5225 19.7812 16.1045C19.9536 15.6884 20.0421 15.2423 20.043 14.792H17.1445Z"
28
+ fill="currentColor"
29
+ />
30
+ </svg>
31
+ );
32
+ };
33
+
34
+ export default SvgNotes;
@@ -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 SvgPencilLine = ({ 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="M11 20C11 19.4477 11.4477 19 12 19H21C21.5523 19 22 19.4477 22 20C22 20.5523 21.5523 21 21 21H12C11.4477 21 11 20.5523 11 20Z"
20
+ fill="currentColor"
21
+ />
22
+ <path
23
+ fillRule="evenodd"
24
+ clipRule="evenodd"
25
+ d="M18 3.87866C17.7026 3.87866 17.4174 3.9968 17.2071 4.20709L4.90299 16.5112L4.37439 18.6256L6.48877 18.097L18.7929 5.79288C18.897 5.68875 18.9796 5.56514 19.036 5.42909C19.0923 5.29305 19.1213 5.14724 19.1213 4.99998C19.1213 4.85273 19.0923 4.70692 19.036 4.57087C18.9796 4.43483 18.897 4.31121 18.7929 4.20709C18.6888 4.10296 18.5652 4.02037 18.4291 3.96402C18.2931 3.90767 18.1473 3.87866 18 3.87866ZM15.7929 2.79288C16.3783 2.20751 17.1722 1.87866 18 1.87866C18.4099 1.87866 18.8158 1.9594 19.1945 2.11626C19.5732 2.27312 19.9173 2.50303 20.2071 2.79288C20.497 3.08272 20.7269 3.42681 20.8837 3.8055C21.0406 4.1842 21.1213 4.59008 21.1213 4.99998C21.1213 5.40988 21.0406 5.81576 20.8837 6.19446C20.7269 6.57316 20.497 6.91725 20.2071 7.20709L7.70713 19.7071C7.57897 19.8352 7.41839 19.9262 7.24256 19.9701L3.24256 20.9701C2.90178 21.0553 2.54129 20.9555 2.29291 20.7071C2.04453 20.4587 1.94468 20.0982 2.02988 19.7574L3.02988 15.7574C3.07384 15.5816 3.16476 15.421 3.29291 15.2929L15.7929 2.79288Z"
26
+ fill="currentColor"
27
+ />
28
+ <path
29
+ fillRule="evenodd"
30
+ clipRule="evenodd"
31
+ d="M14.2929 4.29288C14.6834 3.90235 15.3166 3.90235 15.7071 4.29288L18.7071 7.29288C19.0977 7.6834 19.0977 8.31657 18.7071 8.70709C18.3166 9.09761 17.6834 9.09761 17.2929 8.70709L14.2929 5.70709C13.9024 5.31657 13.9024 4.6834 14.2929 4.29288Z"
32
+ fill="currentColor"
33
+ />
34
+ </svg>
35
+ );
36
+ };
37
+
38
+ export default SvgPencilLine;
@@ -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 SvgPhoneLinear = ({ 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="M2.03296 7.0498C2.03301 6.32705 2.16087 5.62378 2.42358 4.9668C2.69267 4.28489 3.11486 3.66908 3.68433 3.13184C4.39753 2.43522 5.24516 2.03418 6.18823 2.03418C6.56349 2.03424 6.9463 2.11459 7.29858 2.28125C7.66527 2.45049 8.00211 2.71079 8.26343 3.08496L10.3669 6.04883C10.5611 6.31906 10.715 6.58748 10.8279 6.86328C10.9416 7.13229 11.0221 7.439 11.0222 7.75684C11.0222 8.15556 10.9049 8.53405 10.7009 8.86914L10.7 8.86816C10.536 9.15169 10.3181 9.42026 10.072 9.66797L9.55444 10.2061C9.68722 10.4205 9.90014 10.714 10.2136 11.085L10.8308 11.7793C11.0394 12.0074 11.2549 12.2359 11.4783 12.4639L12.1843 13.1396C12.4148 13.3537 12.6419 13.5573 12.8699 13.751C13.2453 14.0686 13.5438 14.2787 13.7654 14.4102L14.2761 13.9062C14.5236 13.6592 14.7967 13.4343 15.0935 13.2705L15.2195 13.1992C15.518 13.041 15.845 12.9492 16.2048 12.9492C16.5089 12.9492 16.8058 13.0141 17.0984 13.1338C17.3733 13.2462 17.6383 13.3994 17.8982 13.5762L17.906 13.5811L17.9138 13.5869L20.9138 15.7168C21.2179 15.9288 21.4689 16.1936 21.6443 16.5225L21.7156 16.6689L21.7214 16.6826L21.7273 16.6973C21.8508 17.006 21.9373 17.3467 21.9373 17.7383C21.9372 18.1995 21.8337 18.6658 21.6238 19.1104C21.434 19.5123 21.1859 19.8954 20.8601 20.2549C20.3378 20.8305 19.7416 21.2675 19.0525 21.5508C18.3948 21.8248 17.6879 21.9648 16.9392 21.9648C15.8724 21.9648 14.7643 21.714 13.6316 21.2314C12.5201 20.7579 11.4182 20.1241 10.3357 19.3359L10.3347 19.335C9.25516 18.5464 8.2325 17.6746 7.25854 16.71L7.25269 16.7031C6.28835 15.7294 5.41555 14.7071 4.6355 13.6357L4.63257 13.6318C3.85754 12.5544 3.22319 11.4624 2.75757 10.3662L2.75659 10.3643C2.28356 9.24081 2.03296 8.13301 2.03296 7.0498ZM3.83374 7.0498C3.83374 7.85158 4.01818 8.72047 4.41479 9.66309L4.57397 10.0205C4.9619 10.8577 5.46914 11.7118 6.09058 12.5762L6.36597 12.9473C7.01956 13.8092 7.74178 14.6386 8.53198 15.4365C9.4415 16.3367 10.3924 17.1482 11.3953 17.8809L11.7644 18.1426C12.6253 18.7361 13.4849 19.2123 14.3367 19.5752C15.2888 19.9809 16.1569 20.165 16.9392 20.165C17.4595 20.165 17.931 20.0689 18.3611 19.8896L18.366 19.8877C18.7807 19.7176 19.1623 19.448 19.5271 19.0459C19.7269 18.8253 19.8775 18.5923 19.9958 18.3418C20.0941 18.1337 20.1365 17.9296 20.1365 17.7383C20.1365 17.6275 20.1154 17.52 20.0632 17.3848C20.039 17.3335 19.9937 17.2687 19.8806 17.1904L19.8718 17.1846L16.8787 15.0596C16.6891 14.9312 16.539 14.8498 16.4167 14.7998C16.3109 14.7565 16.2451 14.749 16.2048 14.749C16.1628 14.749 16.1141 14.7568 16.0291 14.8086L16.0037 14.8242L15.9773 14.8379C15.8791 14.8892 15.7346 14.9936 15.5447 15.1836L15.5408 15.1875L14.8523 15.8682L14.8513 15.8672C14.5927 16.1239 14.2516 16.2811 13.8484 16.2812C13.6971 16.2812 13.5095 16.264 13.3054 16.1875L13.2859 16.1807L13.2664 16.1719C13.2224 16.153 13.1818 16.134 13.158 16.123C13.1328 16.1115 13.1238 16.1084 13.1238 16.1084L13.0798 16.0898L13.0369 16.0674C12.6503 15.8627 12.2055 15.5471 11.7078 15.126L11.7058 15.124C11.2021 14.6963 10.7132 14.2355 10.2166 13.748L10.2048 13.7363C9.71738 13.2395 9.26936 12.7446 8.85229 12.2627L8.84546 12.2549C8.43086 11.7649 8.10584 11.3213 7.90015 10.9443L7.86108 10.874L7.83569 10.7979C7.83405 10.7939 7.83126 10.7883 7.82788 10.7803C7.81747 10.7557 7.79565 10.7047 7.77417 10.6475L7.75659 10.5996L7.7439 10.5498C7.7275 10.4842 7.71422 10.417 7.70483 10.3467L7.69019 10.123L7.69604 9.9873C7.72414 9.67259 7.85138 9.37104 8.09839 9.12402L8.77515 8.4209L8.78784 8.4082C8.9646 8.23144 9.08062 8.07757 9.14819 7.95801L9.15503 7.94531L9.16284 7.93262C9.21259 7.85081 9.22241 7.79321 9.22241 7.75684C9.2223 7.73497 9.21389 7.66631 9.16772 7.55859L9.16187 7.54492C9.11221 7.42362 9.03257 7.27691 8.9021 7.0957L8.89819 7.09082L6.79565 4.12598L6.78979 4.11816C6.72557 4.02539 6.64667 3.96211 6.54468 3.91504L6.53296 3.90918C6.43566 3.86248 6.31587 3.83502 6.18823 3.83496C5.79566 3.83496 5.37766 3.99039 4.93335 4.42773L4.91968 4.44141C4.52964 4.80939 4.26353 5.20778 4.09741 5.62988L4.09546 5.63477C3.92328 6.06522 3.83379 6.54018 3.83374 7.0498Z"
18
+ fill="currentColor"
19
+ />
20
+ </svg>
21
+ );
22
+ };
23
+
24
+ export default SvgPhoneLinear;