huspy-icons 0.3.2 → 0.3.3
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 +58 -52
- package/dist/fonts/HuspyIcons.eot +0 -0
- package/dist/fonts/HuspyIcons.json +50 -48
- package/dist/fonts/HuspyIcons.ts +54 -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 +50 -48
- package/dist/native/index.js.map +1 -1
- package/dist/react/index.d.mts +6 -2
- package/dist/react/index.d.ts +6 -2
- package/dist/react/index.js +335 -197
- package/dist/react/index.js.map +1 -1
- package/dist/react/index.mjs +303 -165
- package/dist/react/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/native/glyphMap.ts +51 -49
- package/src/react/FileInput.tsx +44 -0
- package/src/react/Icon.tsx +7 -1
- package/src/react/Promotion.tsx +44 -0
- package/src/react/index.ts +2 -0
- package/src/react/index.tsx +2 -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' | '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';
|
|
8
8
|
|
|
9
9
|
/**
|
|
10
10
|
* Mapping of icon names to unicode codepoints
|
|
@@ -22,54 +22,56 @@ 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
|
-
"leads-
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
"home-
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"file-
|
|
43
|
-
"file-
|
|
44
|
-
"file-
|
|
45
|
-
"file-
|
|
46
|
-
"file-
|
|
47
|
-
"
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"chevron-
|
|
56
|
-
"chevron-
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
"arrow-up
|
|
66
|
-
"arrow-up-
|
|
67
|
-
"arrow-
|
|
68
|
-
"arrow-
|
|
69
|
-
"arrow-
|
|
70
|
-
"arrow-
|
|
71
|
-
"arrow-down
|
|
72
|
-
"
|
|
25
|
+
"promotion": 61708,
|
|
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
|
|
73
75
|
};
|
|
74
76
|
|
|
75
77
|
/**
|
|
@@ -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;
|
package/src/react/Icon.tsx
CHANGED
|
@@ -32,6 +32,7 @@ import type { ReactIconProps } from '../shared/types';
|
|
|
32
32
|
// Icon: eye-visible
|
|
33
33
|
// Icon: face-id
|
|
34
34
|
// Icon: file-check
|
|
35
|
+
// Icon: file-input
|
|
35
36
|
// Icon: file-key
|
|
36
37
|
// Icon: file-lock
|
|
37
38
|
// Icon: file-signature
|
|
@@ -53,6 +54,7 @@ import type { ReactIconProps } from '../shared/types';
|
|
|
53
54
|
// Icon: note
|
|
54
55
|
// Icon: payments
|
|
55
56
|
// Icon: plus
|
|
57
|
+
// Icon: promotion
|
|
56
58
|
// Icon: properties-filled
|
|
57
59
|
// Icon: properties-linear
|
|
58
60
|
// Icon: rent
|
|
@@ -68,7 +70,7 @@ import type { ReactIconProps } from '../shared/types';
|
|
|
68
70
|
/**
|
|
69
71
|
* Available icon names
|
|
70
72
|
*/
|
|
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';
|
|
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';
|
|
72
74
|
|
|
73
75
|
/**
|
|
74
76
|
* Props for the unified Icon component
|
|
@@ -142,6 +144,8 @@ function loadIcon(name: IconName): Promise<React.ComponentType<any>> {
|
|
|
142
144
|
return import('./FaceId').then(m => m.default);
|
|
143
145
|
case 'file-check':
|
|
144
146
|
return import('./FileCheck').then(m => m.default);
|
|
147
|
+
case 'file-input':
|
|
148
|
+
return import('./FileInput').then(m => m.default);
|
|
145
149
|
case 'file-key':
|
|
146
150
|
return import('./FileKey').then(m => m.default);
|
|
147
151
|
case 'file-lock':
|
|
@@ -184,6 +188,8 @@ function loadIcon(name: IconName): Promise<React.ComponentType<any>> {
|
|
|
184
188
|
return import('./Payments').then(m => m.default);
|
|
185
189
|
case 'plus':
|
|
186
190
|
return import('./Plus').then(m => m.default);
|
|
191
|
+
case 'promotion':
|
|
192
|
+
return import('./Promotion').then(m => m.default);
|
|
187
193
|
case 'properties-filled':
|
|
188
194
|
return import('./PropertiesFilled').then(m => m.default);
|
|
189
195
|
case 'properties-linear':
|
|
@@ -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
|
@@ -26,6 +26,7 @@ export { default as EyeHidden } from './EyeHidden';
|
|
|
26
26
|
export { default as EyeVisible } from './EyeVisible';
|
|
27
27
|
export { default as FaceId } from './FaceId';
|
|
28
28
|
export { default as FileCheck } from './FileCheck';
|
|
29
|
+
export { default as FileInput } from './FileInput';
|
|
29
30
|
export { default as FileKey } from './FileKey';
|
|
30
31
|
export { default as FileLock } from './FileLock';
|
|
31
32
|
export { default as FileSignature } from './FileSignature';
|
|
@@ -47,6 +48,7 @@ export { default as Mortgage } from './Mortgage';
|
|
|
47
48
|
export { default as Note } from './Note';
|
|
48
49
|
export { default as Payments } from './Payments';
|
|
49
50
|
export { default as Plus } from './Plus';
|
|
51
|
+
export { default as Promotion } from './Promotion';
|
|
50
52
|
export { default as PropertiesFilled } from './PropertiesFilled';
|
|
51
53
|
export { default as PropertiesLinear } from './PropertiesLinear';
|
|
52
54
|
export { default as Rent } from './Rent';
|
package/src/react/index.tsx
CHANGED
|
@@ -25,6 +25,7 @@ export { default as EyeHidden } from './EyeHidden';
|
|
|
25
25
|
export { default as EyeVisible } from './EyeVisible';
|
|
26
26
|
export { default as FaceId } from './FaceId';
|
|
27
27
|
export { default as FileCheck } from './FileCheck';
|
|
28
|
+
export { default as FileInput } from './FileInput';
|
|
28
29
|
export { default as FileKey } from './FileKey';
|
|
29
30
|
export { default as FileLock } from './FileLock';
|
|
30
31
|
export { default as FileSignature } from './FileSignature';
|
|
@@ -46,6 +47,7 @@ export { default as Mortgage } from './Mortgage';
|
|
|
46
47
|
export { default as Note } from './Note';
|
|
47
48
|
export { default as Payments } from './Payments';
|
|
48
49
|
export { default as Plus } from './Plus';
|
|
50
|
+
export { default as Promotion } from './Promotion';
|
|
49
51
|
export { default as PropertiesFilled } from './PropertiesFilled';
|
|
50
52
|
export { default as PropertiesLinear } from './PropertiesLinear';
|
|
51
53
|
export { default as Rent } from './Rent';
|