huspy-icons 0.3.3 → 0.3.4
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/dist/fonts/HuspyIcons.css +70 -52
- package/dist/fonts/HuspyIcons.eot +0 -0
- package/dist/fonts/HuspyIcons.json +54 -48
- package/dist/fonts/HuspyIcons.ts +66 -48
- package/dist/fonts/HuspyIcons.ttf +0 -0
- package/dist/fonts/HuspyIcons.woff +0 -0
- package/dist/fonts/HuspyIcons.woff2 +0 -0
- package/dist/native/index.d.ts +1 -1
- package/dist/native/index.js +54 -48
- package/dist/native/index.js.map +1 -1
- package/dist/react/index.d.mts +14 -2
- package/dist/react/index.d.ts +14 -2
- package/dist/react/index.js +624 -284
- package/dist/react/index.js.map +1 -1
- package/dist/react/index.mjs +576 -236
- package/dist/react/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/native/glyphMap.ts +55 -49
- package/src/react/Calendar.tsx +44 -0
- package/src/react/Collections.tsx +26 -0
- package/src/react/Filter.tsx +44 -0
- package/src/react/Icon.tsx +19 -1
- package/src/react/Info.tsx +38 -0
- package/src/react/MoreHorizontal.tsx +38 -0
- package/src/react/PhoneLinear.tsx +24 -0
- package/src/react/index.ts +6 -0
- package/src/react/index.tsx +6 -0
package/package.json
CHANGED
package/src/native/glyphMap.ts
CHANGED
|
@@ -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' | 'payments' | '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' | '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';
|
|
8
8
|
|
|
9
9
|
/**
|
|
10
10
|
* Mapping of icon names to unicode codepoints
|
|
@@ -24,54 +24,60 @@ export const glyphMap: Record<IconName, number> = {
|
|
|
24
24
|
"properties-filled": 61707,
|
|
25
25
|
"promotion": 61708,
|
|
26
26
|
"plus": 61709,
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"file-
|
|
47
|
-
"file-
|
|
48
|
-
"file-
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
"
|
|
70
|
-
"
|
|
71
|
-
"arrow-
|
|
72
|
-
"arrow-
|
|
73
|
-
"arrow-
|
|
74
|
-
"
|
|
27
|
+
"phone-linear": 61710,
|
|
28
|
+
"payments": 61711,
|
|
29
|
+
"note": 61712,
|
|
30
|
+
"mortgage": 61713,
|
|
31
|
+
"more-horizontal": 61714,
|
|
32
|
+
"map-pin": 61715,
|
|
33
|
+
"mail": 61716,
|
|
34
|
+
"logout": 61717,
|
|
35
|
+
"lock": 61718,
|
|
36
|
+
"leads-linear": 61719,
|
|
37
|
+
"leads-filled": 61720,
|
|
38
|
+
"keys_01": 61721,
|
|
39
|
+
"info": 61722,
|
|
40
|
+
"icon-slot": 61723,
|
|
41
|
+
"home-linear": 61724,
|
|
42
|
+
"home-filled": 61725,
|
|
43
|
+
"help-circle": 61726,
|
|
44
|
+
"fingerprint-android": 61727,
|
|
45
|
+
"filter": 61728,
|
|
46
|
+
"file-text": 61729,
|
|
47
|
+
"file-spreadsheet": 61730,
|
|
48
|
+
"file-signature": 61731,
|
|
49
|
+
"file-lock": 61732,
|
|
50
|
+
"file-key": 61733,
|
|
51
|
+
"file-input": 61734,
|
|
52
|
+
"file-check": 61735,
|
|
53
|
+
"face-id": 61736,
|
|
54
|
+
"eye-visible": 61737,
|
|
55
|
+
"eye-hidden": 61738,
|
|
56
|
+
"explore-linear": 61739,
|
|
57
|
+
"explore-filled": 61740,
|
|
58
|
+
"edit": 61741,
|
|
59
|
+
"collections": 61742,
|
|
60
|
+
"chevron-up": 61743,
|
|
61
|
+
"chevron-right": 61744,
|
|
62
|
+
"chevron-left": 61745,
|
|
63
|
+
"chevron-down": 61746,
|
|
64
|
+
"check": 61747,
|
|
65
|
+
"cancel": 61748,
|
|
66
|
+
"cancel-circle-solid": 61749,
|
|
67
|
+
"calendar": 61750,
|
|
68
|
+
"building": 61751,
|
|
69
|
+
"bell": 61752,
|
|
70
|
+
"bed-double": 61753,
|
|
71
|
+
"arrow-up": 61754,
|
|
72
|
+
"arrow-up-right": 61755,
|
|
73
|
+
"arrow-up-left": 61756,
|
|
74
|
+
"arrow-up-down": 61757,
|
|
75
|
+
"arrow-right": 61758,
|
|
76
|
+
"arrow-left": 61759,
|
|
77
|
+
"arrow-down": 61760,
|
|
78
|
+
"arrow-down-right": 61761,
|
|
79
|
+
"arrow-down-left": 61762,
|
|
80
|
+
"alert-triangle": 61763
|
|
75
81
|
};
|
|
76
82
|
|
|
77
83
|
/**
|
|
@@ -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,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;
|
package/src/react/Icon.tsx
CHANGED
|
@@ -18,6 +18,7 @@ import type { ReactIconProps } from '../shared/types';
|
|
|
18
18
|
// Icon: bed-double
|
|
19
19
|
// Icon: bell
|
|
20
20
|
// Icon: building
|
|
21
|
+
// Icon: calendar
|
|
21
22
|
// Icon: cancel
|
|
22
23
|
// Icon: cancel-circle-solid
|
|
23
24
|
// Icon: check
|
|
@@ -25,6 +26,7 @@ import type { ReactIconProps } from '../shared/types';
|
|
|
25
26
|
// Icon: chevron-left
|
|
26
27
|
// Icon: chevron-right
|
|
27
28
|
// Icon: chevron-up
|
|
29
|
+
// Icon: collections
|
|
28
30
|
// Icon: edit
|
|
29
31
|
// Icon: explore-filled
|
|
30
32
|
// Icon: explore-linear
|
|
@@ -38,11 +40,13 @@ import type { ReactIconProps } from '../shared/types';
|
|
|
38
40
|
// Icon: file-signature
|
|
39
41
|
// Icon: file-spreadsheet
|
|
40
42
|
// Icon: file-text
|
|
43
|
+
// Icon: filter
|
|
41
44
|
// Icon: fingerprint-android
|
|
42
45
|
// Icon: help-circle
|
|
43
46
|
// Icon: home-filled
|
|
44
47
|
// Icon: home-linear
|
|
45
48
|
// Icon: icon-slot
|
|
49
|
+
// Icon: info
|
|
46
50
|
// Icon: keys01
|
|
47
51
|
// Icon: leads-filled
|
|
48
52
|
// Icon: leads-linear
|
|
@@ -50,9 +54,11 @@ import type { ReactIconProps } from '../shared/types';
|
|
|
50
54
|
// Icon: logout
|
|
51
55
|
// Icon: mail
|
|
52
56
|
// Icon: map-pin
|
|
57
|
+
// Icon: more-horizontal
|
|
53
58
|
// Icon: mortgage
|
|
54
59
|
// Icon: note
|
|
55
60
|
// Icon: payments
|
|
61
|
+
// Icon: phone-linear
|
|
56
62
|
// Icon: plus
|
|
57
63
|
// Icon: promotion
|
|
58
64
|
// Icon: properties-filled
|
|
@@ -70,7 +76,7 @@ import type { ReactIconProps } from '../shared/types';
|
|
|
70
76
|
/**
|
|
71
77
|
* Available icon names
|
|
72
78
|
*/
|
|
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';
|
|
79
|
+
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' | 'calendar' | 'cancel' | 'cancel-circle-solid' | 'check' | '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' | 'payments' | 'phone-linear' | 'plus' | 'promotion' | 'properties-filled' | 'properties-linear' | 'rent' | 'sale' | 'search' | 'search-x' | 'share' | 'size3d' | 'trash2' | 'user' | 'whatsapp';
|
|
74
80
|
|
|
75
81
|
/**
|
|
76
82
|
* Props for the unified Icon component
|
|
@@ -116,6 +122,8 @@ function loadIcon(name: IconName): Promise<React.ComponentType<any>> {
|
|
|
116
122
|
return import('./Bell').then(m => m.default);
|
|
117
123
|
case 'building':
|
|
118
124
|
return import('./Building').then(m => m.default);
|
|
125
|
+
case 'calendar':
|
|
126
|
+
return import('./Calendar').then(m => m.default);
|
|
119
127
|
case 'cancel':
|
|
120
128
|
return import('./Cancel').then(m => m.default);
|
|
121
129
|
case 'cancel-circle-solid':
|
|
@@ -130,6 +138,8 @@ function loadIcon(name: IconName): Promise<React.ComponentType<any>> {
|
|
|
130
138
|
return import('./ChevronRight').then(m => m.default);
|
|
131
139
|
case 'chevron-up':
|
|
132
140
|
return import('./ChevronUp').then(m => m.default);
|
|
141
|
+
case 'collections':
|
|
142
|
+
return import('./Collections').then(m => m.default);
|
|
133
143
|
case 'edit':
|
|
134
144
|
return import('./Edit').then(m => m.default);
|
|
135
145
|
case 'explore-filled':
|
|
@@ -156,6 +166,8 @@ function loadIcon(name: IconName): Promise<React.ComponentType<any>> {
|
|
|
156
166
|
return import('./FileSpreadsheet').then(m => m.default);
|
|
157
167
|
case 'file-text':
|
|
158
168
|
return import('./FileText').then(m => m.default);
|
|
169
|
+
case 'filter':
|
|
170
|
+
return import('./Filter').then(m => m.default);
|
|
159
171
|
case 'fingerprint-android':
|
|
160
172
|
return import('./FingerprintAndroid').then(m => m.default);
|
|
161
173
|
case 'help-circle':
|
|
@@ -166,6 +178,8 @@ function loadIcon(name: IconName): Promise<React.ComponentType<any>> {
|
|
|
166
178
|
return import('./HomeLinear').then(m => m.default);
|
|
167
179
|
case 'icon-slot':
|
|
168
180
|
return import('./IconSlot').then(m => m.default);
|
|
181
|
+
case 'info':
|
|
182
|
+
return import('./Info').then(m => m.default);
|
|
169
183
|
case 'keys01':
|
|
170
184
|
return import('./Keys01').then(m => m.default);
|
|
171
185
|
case 'leads-filled':
|
|
@@ -180,12 +194,16 @@ function loadIcon(name: IconName): Promise<React.ComponentType<any>> {
|
|
|
180
194
|
return import('./Mail').then(m => m.default);
|
|
181
195
|
case 'map-pin':
|
|
182
196
|
return import('./MapPin').then(m => m.default);
|
|
197
|
+
case 'more-horizontal':
|
|
198
|
+
return import('./MoreHorizontal').then(m => m.default);
|
|
183
199
|
case 'mortgage':
|
|
184
200
|
return import('./Mortgage').then(m => m.default);
|
|
185
201
|
case 'note':
|
|
186
202
|
return import('./Note').then(m => m.default);
|
|
187
203
|
case 'payments':
|
|
188
204
|
return import('./Payments').then(m => m.default);
|
|
205
|
+
case 'phone-linear':
|
|
206
|
+
return import('./PhoneLinear').then(m => m.default);
|
|
189
207
|
case 'plus':
|
|
190
208
|
return import('./Plus').then(m => m.default);
|
|
191
209
|
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,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;
|
package/src/react/index.ts
CHANGED
|
@@ -12,6 +12,7 @@ export { default as ArrowUpRight } from './ArrowUpRight';
|
|
|
12
12
|
export { default as BedDouble } from './BedDouble';
|
|
13
13
|
export { default as Bell } from './Bell';
|
|
14
14
|
export { default as Building } from './Building';
|
|
15
|
+
export { default as Calendar } from './Calendar';
|
|
15
16
|
export { default as Cancel } from './Cancel';
|
|
16
17
|
export { default as CancelCircleSolid } from './CancelCircleSolid';
|
|
17
18
|
export { default as Check } from './Check';
|
|
@@ -19,6 +20,7 @@ export { default as ChevronDown } from './ChevronDown';
|
|
|
19
20
|
export { default as ChevronLeft } from './ChevronLeft';
|
|
20
21
|
export { default as ChevronRight } from './ChevronRight';
|
|
21
22
|
export { default as ChevronUp } from './ChevronUp';
|
|
23
|
+
export { default as Collections } from './Collections';
|
|
22
24
|
export { default as Edit } from './Edit';
|
|
23
25
|
export { default as ExploreFilled } from './ExploreFilled';
|
|
24
26
|
export { default as ExploreLinear } from './ExploreLinear';
|
|
@@ -32,11 +34,13 @@ export { default as FileLock } from './FileLock';
|
|
|
32
34
|
export { default as FileSignature } from './FileSignature';
|
|
33
35
|
export { default as FileSpreadsheet } from './FileSpreadsheet';
|
|
34
36
|
export { default as FileText } from './FileText';
|
|
37
|
+
export { default as Filter } from './Filter';
|
|
35
38
|
export { default as FingerprintAndroid } from './FingerprintAndroid';
|
|
36
39
|
export { default as HelpCircle } from './HelpCircle';
|
|
37
40
|
export { default as HomeFilled } from './HomeFilled';
|
|
38
41
|
export { default as HomeLinear } from './HomeLinear';
|
|
39
42
|
export { default as IconSlot } from './IconSlot';
|
|
43
|
+
export { default as Info } from './Info';
|
|
40
44
|
export { default as Keys01 } from './Keys01';
|
|
41
45
|
export { default as LeadsFilled } from './LeadsFilled';
|
|
42
46
|
export { default as LeadsLinear } from './LeadsLinear';
|
|
@@ -44,9 +48,11 @@ export { default as Lock } from './Lock';
|
|
|
44
48
|
export { default as Logout } from './Logout';
|
|
45
49
|
export { default as Mail } from './Mail';
|
|
46
50
|
export { default as MapPin } from './MapPin';
|
|
51
|
+
export { default as MoreHorizontal } from './MoreHorizontal';
|
|
47
52
|
export { default as Mortgage } from './Mortgage';
|
|
48
53
|
export { default as Note } from './Note';
|
|
49
54
|
export { default as Payments } from './Payments';
|
|
55
|
+
export { default as PhoneLinear } from './PhoneLinear';
|
|
50
56
|
export { default as Plus } from './Plus';
|
|
51
57
|
export { default as Promotion } from './Promotion';
|
|
52
58
|
export { default as PropertiesFilled } from './PropertiesFilled';
|
package/src/react/index.tsx
CHANGED
|
@@ -11,6 +11,7 @@ export { default as ArrowUp } from './ArrowUp';
|
|
|
11
11
|
export { default as BedDouble } from './BedDouble';
|
|
12
12
|
export { default as Bell } from './Bell';
|
|
13
13
|
export { default as Building } from './Building';
|
|
14
|
+
export { default as Calendar } from './Calendar';
|
|
14
15
|
export { default as CancelCircleSolid } from './CancelCircleSolid';
|
|
15
16
|
export { default as Cancel } from './Cancel';
|
|
16
17
|
export { default as Check } from './Check';
|
|
@@ -18,6 +19,7 @@ export { default as ChevronDown } from './ChevronDown';
|
|
|
18
19
|
export { default as ChevronLeft } from './ChevronLeft';
|
|
19
20
|
export { default as ChevronRight } from './ChevronRight';
|
|
20
21
|
export { default as ChevronUp } from './ChevronUp';
|
|
22
|
+
export { default as Collections } from './Collections';
|
|
21
23
|
export { default as Edit } from './Edit';
|
|
22
24
|
export { default as ExploreFilled } from './ExploreFilled';
|
|
23
25
|
export { default as ExploreLinear } from './ExploreLinear';
|
|
@@ -31,11 +33,13 @@ export { default as FileLock } from './FileLock';
|
|
|
31
33
|
export { default as FileSignature } from './FileSignature';
|
|
32
34
|
export { default as FileSpreadsheet } from './FileSpreadsheet';
|
|
33
35
|
export { default as FileText } from './FileText';
|
|
36
|
+
export { default as Filter } from './Filter';
|
|
34
37
|
export { default as FingerprintAndroid } from './FingerprintAndroid';
|
|
35
38
|
export { default as HelpCircle } from './HelpCircle';
|
|
36
39
|
export { default as HomeFilled } from './HomeFilled';
|
|
37
40
|
export { default as HomeLinear } from './HomeLinear';
|
|
38
41
|
export { default as IconSlot } from './IconSlot';
|
|
42
|
+
export { default as Info } from './Info';
|
|
39
43
|
export { default as Keys01 } from './Keys01';
|
|
40
44
|
export { default as LeadsFilled } from './LeadsFilled';
|
|
41
45
|
export { default as LeadsLinear } from './LeadsLinear';
|
|
@@ -43,9 +47,11 @@ export { default as Lock } from './Lock';
|
|
|
43
47
|
export { default as Logout } from './Logout';
|
|
44
48
|
export { default as Mail } from './Mail';
|
|
45
49
|
export { default as MapPin } from './MapPin';
|
|
50
|
+
export { default as MoreHorizontal } from './MoreHorizontal';
|
|
46
51
|
export { default as Mortgage } from './Mortgage';
|
|
47
52
|
export { default as Note } from './Note';
|
|
48
53
|
export { default as Payments } from './Payments';
|
|
54
|
+
export { default as PhoneLinear } from './PhoneLinear';
|
|
49
55
|
export { default as Plus } from './Plus';
|
|
50
56
|
export { default as Promotion } from './Promotion';
|
|
51
57
|
export { default as PropertiesFilled } from './PropertiesFilled';
|