huspy-icons 0.3.2 → 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 +76 -52
- package/dist/fonts/HuspyIcons.eot +0 -0
- package/dist/fonts/HuspyIcons.json +56 -48
- package/dist/fonts/HuspyIcons.ts +72 -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 +56 -48
- package/dist/native/index.js.map +1 -1
- package/dist/react/index.d.mts +18 -2
- package/dist/react/index.d.ts +18 -2
- package/dist/react/index.js +748 -270
- package/dist/react/index.js.map +1 -1
- package/dist/react/index.mjs +702 -224
- package/dist/react/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/native/glyphMap.ts +57 -49
- package/src/react/Calendar.tsx +44 -0
- package/src/react/Collections.tsx +26 -0
- package/src/react/FileInput.tsx +44 -0
- package/src/react/Filter.tsx +44 -0
- package/src/react/Icon.tsx +25 -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/Promotion.tsx +44 -0
- package/src/react/index.ts +8 -0
- package/src/react/index.tsx +8 -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' | '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-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
|
|
@@ -22,54 +22,62 @@ export const glyphMap: Record<IconName, number> = {
|
|
|
22
22
|
"rent": 61705,
|
|
23
23
|
"properties-linear": 61706,
|
|
24
24
|
"properties-filled": 61707,
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"file-
|
|
47
|
-
"
|
|
48
|
-
"
|
|
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
|
-
"
|
|
25
|
+
"promotion": 61708,
|
|
26
|
+
"plus": 61709,
|
|
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
|
|
73
81
|
};
|
|
74
82
|
|
|
75
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 SvgFileInput = ({ 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="M3.87868 1.87868C4.44129 1.31607 5.20435 1 6 1H14.5C14.7652 1 15.0196 1.10536 15.2071 1.29289L20.7071 6.79289C20.8946 6.98043 21 7.23478 21 7.5V20C21 20.7957 20.6839 21.5587 20.1213 22.1213C19.5587 22.6839 18.7957 23 18 23H4C3.44772 23 3 22.5523 3 22C3 21.4477 3.44772 21 4 21H18C18.2652 21 18.5196 20.8946 18.7071 20.7071C18.8946 20.5196 19 20.2652 19 20V7.91421L14.0858 3H6C5.73478 3 5.48043 3.10536 5.29289 3.29289C5.10536 3.48043 5 3.73478 5 4V8C5 8.55228 4.55228 9 4 9C3.44772 9 3 8.55228 3 8V4C3 3.20435 3.31607 2.44129 3.87868 1.87868Z"
|
|
20
|
+
fill="currentColor"
|
|
21
|
+
/>
|
|
22
|
+
<path
|
|
23
|
+
fillRule="evenodd"
|
|
24
|
+
clipRule="evenodd"
|
|
25
|
+
d="M14 1C14.5523 1 15 1.44772 15 2V7H20C20.5523 7 21 7.44772 21 8C21 8.55228 20.5523 9 20 9H14C13.4477 9 13 8.55228 13 8V2C13 1.44772 13.4477 1 14 1Z"
|
|
26
|
+
fill="currentColor"
|
|
27
|
+
/>
|
|
28
|
+
<path
|
|
29
|
+
fillRule="evenodd"
|
|
30
|
+
clipRule="evenodd"
|
|
31
|
+
d="M1 15C1 14.4477 1.44772 14 2 14H12C12.5523 14 13 14.4477 13 15C13 15.5523 12.5523 16 12 16H2C1.44772 16 1 15.5523 1 15Z"
|
|
32
|
+
fill="currentColor"
|
|
33
|
+
/>
|
|
34
|
+
<path
|
|
35
|
+
fillRule="evenodd"
|
|
36
|
+
clipRule="evenodd"
|
|
37
|
+
d="M8.29289 11.2929C8.68342 10.9024 9.31658 10.9024 9.70711 11.2929L12.7071 14.2929C13.0976 14.6834 13.0976 15.3166 12.7071 15.7071L9.70711 18.7071C9.31658 19.0976 8.68342 19.0976 8.29289 18.7071C7.90237 18.3166 7.90237 17.6834 8.29289 17.2929L10.5858 15L8.29289 12.7071C7.90237 12.3166 7.90237 11.6834 8.29289 11.2929Z"
|
|
38
|
+
fill="currentColor"
|
|
39
|
+
/>
|
|
40
|
+
</svg>
|
|
41
|
+
);
|
|
42
|
+
};
|
|
43
|
+
|
|
44
|
+
export default SvgFileInput;
|
|
@@ -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
|
|
@@ -32,16 +34,19 @@ import type { ReactIconProps } from '../shared/types';
|
|
|
32
34
|
// Icon: eye-visible
|
|
33
35
|
// Icon: face-id
|
|
34
36
|
// Icon: file-check
|
|
37
|
+
// Icon: file-input
|
|
35
38
|
// Icon: file-key
|
|
36
39
|
// Icon: file-lock
|
|
37
40
|
// Icon: file-signature
|
|
38
41
|
// Icon: file-spreadsheet
|
|
39
42
|
// Icon: file-text
|
|
43
|
+
// Icon: filter
|
|
40
44
|
// Icon: fingerprint-android
|
|
41
45
|
// Icon: help-circle
|
|
42
46
|
// Icon: home-filled
|
|
43
47
|
// Icon: home-linear
|
|
44
48
|
// Icon: icon-slot
|
|
49
|
+
// Icon: info
|
|
45
50
|
// Icon: keys01
|
|
46
51
|
// Icon: leads-filled
|
|
47
52
|
// Icon: leads-linear
|
|
@@ -49,10 +54,13 @@ import type { ReactIconProps } from '../shared/types';
|
|
|
49
54
|
// Icon: logout
|
|
50
55
|
// Icon: mail
|
|
51
56
|
// Icon: map-pin
|
|
57
|
+
// Icon: more-horizontal
|
|
52
58
|
// Icon: mortgage
|
|
53
59
|
// Icon: note
|
|
54
60
|
// Icon: payments
|
|
61
|
+
// Icon: phone-linear
|
|
55
62
|
// Icon: plus
|
|
63
|
+
// Icon: promotion
|
|
56
64
|
// Icon: properties-filled
|
|
57
65
|
// Icon: properties-linear
|
|
58
66
|
// Icon: rent
|
|
@@ -68,7 +76,7 @@ import type { ReactIconProps } from '../shared/types';
|
|
|
68
76
|
/**
|
|
69
77
|
* Available icon names
|
|
70
78
|
*/
|
|
71
|
-
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-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' | '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';
|
|
72
80
|
|
|
73
81
|
/**
|
|
74
82
|
* Props for the unified Icon component
|
|
@@ -114,6 +122,8 @@ function loadIcon(name: IconName): Promise<React.ComponentType<any>> {
|
|
|
114
122
|
return import('./Bell').then(m => m.default);
|
|
115
123
|
case 'building':
|
|
116
124
|
return import('./Building').then(m => m.default);
|
|
125
|
+
case 'calendar':
|
|
126
|
+
return import('./Calendar').then(m => m.default);
|
|
117
127
|
case 'cancel':
|
|
118
128
|
return import('./Cancel').then(m => m.default);
|
|
119
129
|
case 'cancel-circle-solid':
|
|
@@ -128,6 +138,8 @@ function loadIcon(name: IconName): Promise<React.ComponentType<any>> {
|
|
|
128
138
|
return import('./ChevronRight').then(m => m.default);
|
|
129
139
|
case 'chevron-up':
|
|
130
140
|
return import('./ChevronUp').then(m => m.default);
|
|
141
|
+
case 'collections':
|
|
142
|
+
return import('./Collections').then(m => m.default);
|
|
131
143
|
case 'edit':
|
|
132
144
|
return import('./Edit').then(m => m.default);
|
|
133
145
|
case 'explore-filled':
|
|
@@ -142,6 +154,8 @@ function loadIcon(name: IconName): Promise<React.ComponentType<any>> {
|
|
|
142
154
|
return import('./FaceId').then(m => m.default);
|
|
143
155
|
case 'file-check':
|
|
144
156
|
return import('./FileCheck').then(m => m.default);
|
|
157
|
+
case 'file-input':
|
|
158
|
+
return import('./FileInput').then(m => m.default);
|
|
145
159
|
case 'file-key':
|
|
146
160
|
return import('./FileKey').then(m => m.default);
|
|
147
161
|
case 'file-lock':
|
|
@@ -152,6 +166,8 @@ function loadIcon(name: IconName): Promise<React.ComponentType<any>> {
|
|
|
152
166
|
return import('./FileSpreadsheet').then(m => m.default);
|
|
153
167
|
case 'file-text':
|
|
154
168
|
return import('./FileText').then(m => m.default);
|
|
169
|
+
case 'filter':
|
|
170
|
+
return import('./Filter').then(m => m.default);
|
|
155
171
|
case 'fingerprint-android':
|
|
156
172
|
return import('./FingerprintAndroid').then(m => m.default);
|
|
157
173
|
case 'help-circle':
|
|
@@ -162,6 +178,8 @@ function loadIcon(name: IconName): Promise<React.ComponentType<any>> {
|
|
|
162
178
|
return import('./HomeLinear').then(m => m.default);
|
|
163
179
|
case 'icon-slot':
|
|
164
180
|
return import('./IconSlot').then(m => m.default);
|
|
181
|
+
case 'info':
|
|
182
|
+
return import('./Info').then(m => m.default);
|
|
165
183
|
case 'keys01':
|
|
166
184
|
return import('./Keys01').then(m => m.default);
|
|
167
185
|
case 'leads-filled':
|
|
@@ -176,14 +194,20 @@ function loadIcon(name: IconName): Promise<React.ComponentType<any>> {
|
|
|
176
194
|
return import('./Mail').then(m => m.default);
|
|
177
195
|
case 'map-pin':
|
|
178
196
|
return import('./MapPin').then(m => m.default);
|
|
197
|
+
case 'more-horizontal':
|
|
198
|
+
return import('./MoreHorizontal').then(m => m.default);
|
|
179
199
|
case 'mortgage':
|
|
180
200
|
return import('./Mortgage').then(m => m.default);
|
|
181
201
|
case 'note':
|
|
182
202
|
return import('./Note').then(m => m.default);
|
|
183
203
|
case 'payments':
|
|
184
204
|
return import('./Payments').then(m => m.default);
|
|
205
|
+
case 'phone-linear':
|
|
206
|
+
return import('./PhoneLinear').then(m => m.default);
|
|
185
207
|
case 'plus':
|
|
186
208
|
return import('./Plus').then(m => m.default);
|
|
209
|
+
case 'promotion':
|
|
210
|
+
return import('./Promotion').then(m => m.default);
|
|
187
211
|
case 'properties-filled':
|
|
188
212
|
return import('./PropertiesFilled').then(m => m.default);
|
|
189
213
|
case 'properties-linear':
|
|
@@ -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;
|
|
@@ -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 SvgPromotion = ({ size = 16, ...props }: ReactIconProps) => {
|
|
6
|
+
const sizeValue = resolveSize(size);
|
|
7
|
+
|
|
8
|
+
return (
|
|
9
|
+
<svg
|
|
10
|
+
width={sizeValue} height={sizeValue}
|
|
11
|
+
viewBox="0 0 25 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.3155 3.13356C13.1502 2.79134 14.1051 3.19146 14.4474 4.02613L15.3692 6.27418C17.0077 5.96566 18.6913 6.83336 19.3487 8.43629C20.0061 10.0394 19.4167 11.8396 18.0333 12.7703L18.839 14.7351C19.1811 15.57 18.7812 16.5246 17.9464 16.867C17.6509 16.9881 17.3262 17.0201 17.0128 16.9588L13.4747 16.2654C12.3276 16.0406 11.1418 16.1369 10.048 16.5408L11.3165 19.6345C11.7925 20.7952 11.237 22.1224 10.0763 22.5984C8.91564 23.0742 7.58834 22.5188 7.11241 21.3582L5.8126 18.1873C3.92282 18.5581 1.97278 17.558 1.21397 15.7088C0.352415 13.6077 1.35716 11.2052 3.45811 10.3435L6.71495 9.00758C7.86584 8.53554 8.85334 7.73575 9.55382 6.70778L11.5851 3.72633C11.7652 3.46195 12.0195 3.25498 12.3155 3.13356ZM7.62706 17.5281L8.89757 20.6267C8.96942 20.8017 9.16978 20.8859 9.34483 20.8142C9.51983 20.7424 9.60297 20.542 9.53135 20.367L8.26085 17.2683L7.62706 17.5281ZM4.18956 12.1277C3.07431 12.5852 2.54089 13.8609 2.99815 14.9763C3.45702 16.0947 4.73607 16.6293 5.8546 16.1707L7.5294 15.4841L5.87022 11.4382L4.18956 12.1277ZM1.57921 16.0115C1.57022 15.9948 1.56063 15.9785 1.55186 15.9617L1.54893 15.9568C1.55856 15.9753 1.56932 15.9932 1.57921 16.0115ZM12.9142 4.84547L17.171 15.2273L17.173 15.2283L12.9142 4.84547ZM11.1476 7.79371C10.2766 9.07184 9.06516 10.0776 7.65343 10.7019L9.31553 14.7556C10.7588 14.2091 12.3274 14.0755 13.8448 14.3728L16.8468 14.9617L12.8712 5.26442L11.1476 7.79371ZM3.6876 12.1697C3.66321 12.1861 3.64094 12.2053 3.61729 12.2224C3.64493 12.2024 3.67164 12.1808 3.7003 12.1619L3.6876 12.1697ZM17.7364 10.533C17.6983 10.6215 17.6531 10.707 17.6017 10.7888C17.5759 10.8298 17.5486 10.87 17.5196 10.9089C17.4619 10.9866 17.3982 11.0603 17.3282 11.1287C17.5035 10.9575 17.6411 10.7544 17.7364 10.533ZM17.2901 10.8757C17.6809 10.4178 17.8085 9.76273 17.5646 9.16774C17.3204 8.57282 16.7699 8.19587 16.17 8.1443L17.2901 10.8757ZM7.74034 8.70875C7.50617 8.85288 7.26277 8.98317 7.01085 9.09742L6.79014 9.19313L3.53428 10.5281L3.34971 10.6091C3.31761 10.6242 3.2865 10.6411 3.25499 10.657C3.34566 10.6113 3.43876 10.5673 3.53428 10.5281L6.79014 9.19313C7.1208 9.05752 7.43865 8.89457 7.74034 8.70875ZM17.7501 9.09254C17.7698 9.14069 17.7864 9.18931 17.8019 9.23805C17.8327 9.33542 17.8559 9.43356 17.8702 9.53199C17.8774 9.58114 17.8817 9.63037 17.8849 9.67945C17.8943 9.82732 17.8866 9.97452 17.8614 10.1179C17.9201 9.78386 17.8883 9.42957 17.7501 9.09254ZM19.0314 8.22731C19.0794 8.31942 19.124 8.41444 19.1642 8.51246L19.0314 8.22731C18.9834 8.13534 18.9323 8.04656 18.8771 7.9607L19.0314 8.22731Z"
|
|
20
|
+
fill="currentColor"
|
|
21
|
+
/>
|
|
22
|
+
<path
|
|
23
|
+
fillRule="evenodd"
|
|
24
|
+
clipRule="evenodd"
|
|
25
|
+
d="M21.3927 10.0916L23.2442 10.3406C23.772 10.412 24.1418 10.8988 24.0704 11.4265C23.9988 11.9541 23.5131 12.3241 22.9855 12.2527L21.1339 12.0027C20.6063 11.9311 20.2363 11.4444 20.3077 10.9168C20.3793 10.3893 20.8652 10.0203 21.3927 10.0916Z"
|
|
26
|
+
fill="currentColor"
|
|
27
|
+
/>
|
|
28
|
+
<path
|
|
29
|
+
fillRule="evenodd"
|
|
30
|
+
clipRule="evenodd"
|
|
31
|
+
d="M22.1398 6.04762C22.6324 5.84569 23.1954 6.08155 23.3976 6.57399C23.5993 7.06657 23.3646 7.62967 22.8722 7.8318L21.1437 8.54078C20.651 8.7428 20.0871 8.50694 19.8849 8.01442C19.6832 7.52183 19.9188 6.95772 20.4112 6.75563L22.1398 6.04762Z"
|
|
32
|
+
fill="currentColor"
|
|
33
|
+
/>
|
|
34
|
+
<path
|
|
35
|
+
fillRule="evenodd"
|
|
36
|
+
clipRule="evenodd"
|
|
37
|
+
d="M18.9073 2.97926C19.233 2.55797 19.8385 2.48091 20.2599 2.80641C20.6813 3.13212 20.7594 3.73757 20.4337 4.15895L19.2911 5.63649C18.9655 6.0578 18.36 6.13585 17.9386 5.81031C17.5173 5.48463 17.4402 4.87914 17.7657 4.45778L18.9073 2.97926Z"
|
|
38
|
+
fill="currentColor"
|
|
39
|
+
/>
|
|
40
|
+
</svg>
|
|
41
|
+
);
|
|
42
|
+
};
|
|
43
|
+
|
|
44
|
+
export default SvgPromotion;
|
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';
|
|
@@ -26,16 +28,19 @@ export { default as EyeHidden } from './EyeHidden';
|
|
|
26
28
|
export { default as EyeVisible } from './EyeVisible';
|
|
27
29
|
export { default as FaceId } from './FaceId';
|
|
28
30
|
export { default as FileCheck } from './FileCheck';
|
|
31
|
+
export { default as FileInput } from './FileInput';
|
|
29
32
|
export { default as FileKey } from './FileKey';
|
|
30
33
|
export { default as FileLock } from './FileLock';
|
|
31
34
|
export { default as FileSignature } from './FileSignature';
|
|
32
35
|
export { default as FileSpreadsheet } from './FileSpreadsheet';
|
|
33
36
|
export { default as FileText } from './FileText';
|
|
37
|
+
export { default as Filter } from './Filter';
|
|
34
38
|
export { default as FingerprintAndroid } from './FingerprintAndroid';
|
|
35
39
|
export { default as HelpCircle } from './HelpCircle';
|
|
36
40
|
export { default as HomeFilled } from './HomeFilled';
|
|
37
41
|
export { default as HomeLinear } from './HomeLinear';
|
|
38
42
|
export { default as IconSlot } from './IconSlot';
|
|
43
|
+
export { default as Info } from './Info';
|
|
39
44
|
export { default as Keys01 } from './Keys01';
|
|
40
45
|
export { default as LeadsFilled } from './LeadsFilled';
|
|
41
46
|
export { default as LeadsLinear } from './LeadsLinear';
|
|
@@ -43,10 +48,13 @@ export { default as Lock } from './Lock';
|
|
|
43
48
|
export { default as Logout } from './Logout';
|
|
44
49
|
export { default as Mail } from './Mail';
|
|
45
50
|
export { default as MapPin } from './MapPin';
|
|
51
|
+
export { default as MoreHorizontal } from './MoreHorizontal';
|
|
46
52
|
export { default as Mortgage } from './Mortgage';
|
|
47
53
|
export { default as Note } from './Note';
|
|
48
54
|
export { default as Payments } from './Payments';
|
|
55
|
+
export { default as PhoneLinear } from './PhoneLinear';
|
|
49
56
|
export { default as Plus } from './Plus';
|
|
57
|
+
export { default as Promotion } from './Promotion';
|
|
50
58
|
export { default as PropertiesFilled } from './PropertiesFilled';
|
|
51
59
|
export { default as PropertiesLinear } from './PropertiesLinear';
|
|
52
60
|
export { default as Rent } from './Rent';
|