huspy-icons 0.3.12 → 0.3.14
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 +141 -108
- package/dist/fonts/HuspyIcons.eot +0 -0
- package/dist/fonts/HuspyIcons.json +115 -104
- package/dist/fonts/HuspyIcons.ts +137 -104
- 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 +115 -104
- package/dist/native/index.js.map +1 -1
- package/dist/react/index.d.mts +24 -2
- package/dist/react/index.d.ts +24 -2
- package/dist/react/index.js +1173 -516
- package/dist/react/index.js.map +1 -1
- package/dist/react/index.mjs +1091 -434
- package/dist/react/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/native/glyphMap.ts +116 -105
- package/src/react/ChaletAdosado.tsx +27 -0
- package/src/react/ChaletIndependet.tsx +24 -0
- package/src/react/ChaletPareado.tsx +27 -0
- package/src/react/Copy.tsx +44 -0
- package/src/react/Duplex.tsx +56 -0
- package/src/react/Furnished.tsx +31 -0
- package/src/react/Icon.tsx +34 -1
- package/src/react/Loft.tsx +68 -0
- package/src/react/PentHouse.tsx +62 -0
- package/src/react/Storage.tsx +24 -0
- package/src/react/Store.tsx +26 -0
- package/src/react/Warehouse.tsx +44 -0
- package/src/react/index.ts +11 -0
- package/src/react/index.tsx +11 -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' | 'touch-ios' | 'touch-android' | 'time' | 'thermometer-snowflake' | 'terrace' | 'tasks' | 'swimming-pool' | 'status-dot' | 'size-3d' | 'share' | 'search' | 'search-x' | 'sale' | 'restaurant' | 'rent' | 'properties-linear' | 'properties-filled' | 'promotion' | 'plus' | 'pin_map_solid' | 'phone-linear' | 'pet' | 'pencil-line' | 'payments' | 'patio' | 'parking' | 'outside' | 'notes' | 'note' | 'mortgage' | 'more-horizontal' | 'map-pin' | 'mail' | 'magic-wand' | 'logout' | 'lock' | 'lift' | 'leads-linear' | 'leads-filled' | 'keys_01' | 'info' | 'image' | 'image-off' | 'icon-slot' | 'home-linear' | 'home-filled' | 'history' | 'help-circle' | 'heating' | 'gas-heating' | 'garden' | 'filter' | 'file-text' | 'file-spreadsheet' | 'file-signature' | 'file-lock' | 'file-key' | 'file-input' | 'file-check' | 'face-ios-light' | 'face-ios-bold' | 'face-android' | 'eye-visible' | 'eye-hidden' | 'explore-linear' | 'explore-filled' | 'electric' | 'edit' | 'door-open' | 'collections' | 'closet' | 'circle-off' | 'chevron-up' | 'chevron-right' | 'chevron-left' | 'chevron-down' | 'check' | 'check-circle-2' | 'check-check' | 'cancel' | 'cancel-circle-stroke' | 'cancel-circle-solid' | 'calendar' | 'building' | 'bell' | 'bed-double' | 'bath' | 'balcony-window' | 'arrow-up' | 'arrow-up-right' | 'arrow-up-left' | 'arrow-up-down' | 'arrow-right' | 'arrow-left' | 'arrow-down' | 'arrow-down-right' | 'arrow-down-left' | 'archive' | 'alert-triangle' | 'air-conditioner' | 'add-note' | 'accessibility';
|
|
7
|
+
export type IconName = 'whatsapp' | 'warehouse' | 'user' | 'trash-2' | 'touch-ios' | 'touch-android' | 'time' | 'thermometer-snowflake' | 'terrace' | 'tasks' | 'swimming-pool' | 'store' | 'storage' | 'status-dot' | 'size-3d' | 'share' | 'search' | 'search-x' | 'sale' | 'restaurant' | 'rent' | 'properties-linear' | 'properties-filled' | 'promotion' | 'plus' | 'pin_map_solid' | 'phone-linear' | 'pet' | 'pent-house' | 'pencil-line' | 'payments' | 'patio' | 'parking' | 'outside' | 'notes' | 'note' | 'mortgage' | 'more-horizontal' | 'map-pin' | 'mail' | 'magic-wand' | 'logout' | 'loft' | 'lock' | 'lift' | 'leads-linear' | 'leads-filled' | 'keys_01' | 'info' | 'image' | 'image-off' | 'icon-slot' | 'home-linear' | 'home-filled' | 'history' | 'help-circle' | 'heating' | 'gas-heating' | 'garden' | 'furnished' | 'filter' | 'file-text' | 'file-spreadsheet' | 'file-signature' | 'file-lock' | 'file-key' | 'file-input' | 'file-check' | 'face-ios-light' | 'face-ios-bold' | 'face-android' | 'eye-visible' | 'eye-hidden' | 'explore-linear' | 'explore-filled' | 'electric' | 'edit' | 'duplex' | 'door-open' | 'copy' | 'collections' | 'closet' | 'circle-off' | 'chevron-up' | 'chevron-right' | 'chevron-left' | 'chevron-down' | 'check' | 'check-circle-2' | 'check-check' | 'chalet-pareado' | 'chalet-independet' | 'chalet-adosado' | 'cancel' | 'cancel-circle-stroke' | 'cancel-circle-solid' | 'calendar' | 'building' | 'bell' | 'bed-double' | 'bath' | 'balcony-window' | 'arrow-up' | 'arrow-up-right' | 'arrow-up-left' | 'arrow-up-down' | 'arrow-right' | 'arrow-left' | 'arrow-down' | 'arrow-down-right' | 'arrow-down-left' | 'archive' | 'alert-triangle' | 'air-conditioner' | 'add-note' | 'accessibility';
|
|
8
8
|
|
|
9
9
|
/**
|
|
10
10
|
* Mapping of icon names to unicode codepoints
|
|
@@ -12,110 +12,121 @@ export type IconName = 'whatsapp' | 'user' | 'trash-2' | 'touch-ios' | 'touch-an
|
|
|
12
12
|
*/
|
|
13
13
|
export const glyphMap: Record<IconName, number> = {
|
|
14
14
|
"whatsapp": 61697,
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"touch-
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
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
|
-
"
|
|
72
|
-
"
|
|
73
|
-
"
|
|
74
|
-
"
|
|
75
|
-
"file-
|
|
76
|
-
"
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
"
|
|
88
|
-
"
|
|
89
|
-
"
|
|
90
|
-
"
|
|
91
|
-
"
|
|
92
|
-
"
|
|
93
|
-
"
|
|
94
|
-
"
|
|
95
|
-
"
|
|
96
|
-
"
|
|
97
|
-
"
|
|
98
|
-
"
|
|
99
|
-
"
|
|
100
|
-
"
|
|
101
|
-
"
|
|
102
|
-
"
|
|
103
|
-
"
|
|
104
|
-
"
|
|
105
|
-
"
|
|
106
|
-
"
|
|
107
|
-
"
|
|
108
|
-
"
|
|
109
|
-
"
|
|
110
|
-
"
|
|
111
|
-
"
|
|
112
|
-
"
|
|
113
|
-
"
|
|
114
|
-
"
|
|
115
|
-
"
|
|
116
|
-
"
|
|
117
|
-
"
|
|
118
|
-
"
|
|
15
|
+
"warehouse": 61698,
|
|
16
|
+
"user": 61699,
|
|
17
|
+
"trash-2": 61700,
|
|
18
|
+
"touch-ios": 61701,
|
|
19
|
+
"touch-android": 61702,
|
|
20
|
+
"time": 61703,
|
|
21
|
+
"thermometer-snowflake": 61704,
|
|
22
|
+
"terrace": 61705,
|
|
23
|
+
"tasks": 61706,
|
|
24
|
+
"swimming-pool": 61707,
|
|
25
|
+
"store": 61708,
|
|
26
|
+
"storage": 61709,
|
|
27
|
+
"status-dot": 61710,
|
|
28
|
+
"size-3d": 61711,
|
|
29
|
+
"share": 61712,
|
|
30
|
+
"search": 61713,
|
|
31
|
+
"search-x": 61714,
|
|
32
|
+
"sale": 61715,
|
|
33
|
+
"restaurant": 61716,
|
|
34
|
+
"rent": 61717,
|
|
35
|
+
"properties-linear": 61718,
|
|
36
|
+
"properties-filled": 61719,
|
|
37
|
+
"promotion": 61720,
|
|
38
|
+
"plus": 61721,
|
|
39
|
+
"pin_map_solid": 61722,
|
|
40
|
+
"phone-linear": 61723,
|
|
41
|
+
"pet": 61724,
|
|
42
|
+
"pent-house": 61725,
|
|
43
|
+
"pencil-line": 61726,
|
|
44
|
+
"payments": 61727,
|
|
45
|
+
"patio": 61728,
|
|
46
|
+
"parking": 61729,
|
|
47
|
+
"outside": 61730,
|
|
48
|
+
"notes": 61731,
|
|
49
|
+
"note": 61732,
|
|
50
|
+
"mortgage": 61733,
|
|
51
|
+
"more-horizontal": 61734,
|
|
52
|
+
"map-pin": 61735,
|
|
53
|
+
"mail": 61736,
|
|
54
|
+
"magic-wand": 61737,
|
|
55
|
+
"logout": 61738,
|
|
56
|
+
"loft": 61739,
|
|
57
|
+
"lock": 61740,
|
|
58
|
+
"lift": 61741,
|
|
59
|
+
"leads-linear": 61742,
|
|
60
|
+
"leads-filled": 61743,
|
|
61
|
+
"keys_01": 61744,
|
|
62
|
+
"info": 61745,
|
|
63
|
+
"image": 61746,
|
|
64
|
+
"image-off": 61747,
|
|
65
|
+
"icon-slot": 61748,
|
|
66
|
+
"home-linear": 61749,
|
|
67
|
+
"home-filled": 61750,
|
|
68
|
+
"history": 61751,
|
|
69
|
+
"help-circle": 61752,
|
|
70
|
+
"heating": 61753,
|
|
71
|
+
"gas-heating": 61754,
|
|
72
|
+
"garden": 61755,
|
|
73
|
+
"furnished": 61756,
|
|
74
|
+
"filter": 61757,
|
|
75
|
+
"file-text": 61758,
|
|
76
|
+
"file-spreadsheet": 61759,
|
|
77
|
+
"file-signature": 61760,
|
|
78
|
+
"file-lock": 61761,
|
|
79
|
+
"file-key": 61762,
|
|
80
|
+
"file-input": 61763,
|
|
81
|
+
"file-check": 61764,
|
|
82
|
+
"face-ios-light": 61765,
|
|
83
|
+
"face-ios-bold": 61766,
|
|
84
|
+
"face-android": 61767,
|
|
85
|
+
"eye-visible": 61768,
|
|
86
|
+
"eye-hidden": 61769,
|
|
87
|
+
"explore-linear": 61770,
|
|
88
|
+
"explore-filled": 61771,
|
|
89
|
+
"electric": 61772,
|
|
90
|
+
"edit": 61773,
|
|
91
|
+
"duplex": 61774,
|
|
92
|
+
"door-open": 61775,
|
|
93
|
+
"copy": 61776,
|
|
94
|
+
"collections": 61777,
|
|
95
|
+
"closet": 61778,
|
|
96
|
+
"circle-off": 61779,
|
|
97
|
+
"chevron-up": 61780,
|
|
98
|
+
"chevron-right": 61781,
|
|
99
|
+
"chevron-left": 61782,
|
|
100
|
+
"chevron-down": 61783,
|
|
101
|
+
"check": 61784,
|
|
102
|
+
"check-circle-2": 61785,
|
|
103
|
+
"check-check": 61786,
|
|
104
|
+
"chalet-pareado": 61787,
|
|
105
|
+
"chalet-independet": 61788,
|
|
106
|
+
"chalet-adosado": 61789,
|
|
107
|
+
"cancel": 61790,
|
|
108
|
+
"cancel-circle-stroke": 61791,
|
|
109
|
+
"cancel-circle-solid": 61792,
|
|
110
|
+
"calendar": 61793,
|
|
111
|
+
"building": 61794,
|
|
112
|
+
"bell": 61795,
|
|
113
|
+
"bed-double": 61796,
|
|
114
|
+
"bath": 61797,
|
|
115
|
+
"balcony-window": 61798,
|
|
116
|
+
"arrow-up": 61799,
|
|
117
|
+
"arrow-up-right": 61800,
|
|
118
|
+
"arrow-up-left": 61801,
|
|
119
|
+
"arrow-up-down": 61802,
|
|
120
|
+
"arrow-right": 61803,
|
|
121
|
+
"arrow-left": 61804,
|
|
122
|
+
"arrow-down": 61805,
|
|
123
|
+
"arrow-down-right": 61806,
|
|
124
|
+
"arrow-down-left": 61807,
|
|
125
|
+
"archive": 61808,
|
|
126
|
+
"alert-triangle": 61809,
|
|
127
|
+
"air-conditioner": 61810,
|
|
128
|
+
"add-note": 61811,
|
|
129
|
+
"accessibility": 61812
|
|
119
130
|
};
|
|
120
131
|
|
|
121
132
|
/**
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import type { ReactIconProps } from '../shared/types';
|
|
3
|
+
import { resolveSize } from '../shared/types';
|
|
4
|
+
|
|
5
|
+
const SvgChaletAdosado = ({ 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="M19.8 11.6364V19.8143H16.2267M4.19998 11.6364V19.7831H7.70718M4.8 4H8.4M15.6 4H19.2M18.6 11.6364H21L19.9928 7.05895C19.8807 6.54894 19.3881 6.18182 18.816 6.18185H14.2504M5.4 11.6364H3L4.0072 7.05895C4.11933 6.54895 4.6119 6.18182 5.184 6.18186H9.7496M16.2 8.54547V19.2727H7.80001V8.54547M17.4 10L12.96 4.61819C12.7334 4.34349 12.3777 4.18182 12 4.18182C11.6223 4.18182 11.2666 4.34349 11.04 4.61819L6.6 10M3 20H21M5.40002 4H7.80002V6.18182H5.40002V4ZM16.2 4H18.6V6.18182H16.2V4ZM13.8 19.2728H10.2V14.9091C10.2 14.3066 10.7373 13.8182 11.4 13.8182H12.6C13.2627 13.8182 13.8 14.3066 13.8 14.9091V19.2728ZM12 9.72729C12.1657 9.72729 12.3 9.8494 12.3 10C12.3 10.1506 12.1657 10.2727 12 10.2727C11.8343 10.2727 11.7 10.1506 11.7 10C11.7 9.8494 11.8343 9.72729 12 9.72729Z"
|
|
18
|
+
stroke="#1A1A1A"
|
|
19
|
+
strokeWidth={1.6}
|
|
20
|
+
strokeLinecap="round"
|
|
21
|
+
strokeLinejoin="round"
|
|
22
|
+
/>
|
|
23
|
+
</svg>
|
|
24
|
+
);
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
export default SvgChaletAdosado;
|
|
@@ -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 SvgChaletIndependet = ({ 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.5996 3C19.0415 3 19.4004 3.35798 19.4004 3.7998V8.72852L21.502 10.4209C21.8457 10.698 21.8999 11.2009 21.6231 11.5449C21.3722 11.8566 20.9364 11.9298 20.6006 11.7354V20.1221H21C21.4419 20.1221 21.7998 20.48 21.7998 20.9219C21.7998 21.3636 21.4418 21.7217 21 21.7217H3.00003C2.55825 21.7217 2.20031 21.3636 2.20023 20.9219C2.20023 20.48 2.5582 20.1221 3.00003 20.1221H3.40042V11.7344C3.06445 11.9297 2.62813 11.8569 2.37698 11.5449C2.10018 11.2009 2.15432 10.698 2.49808 10.4209L10.7891 3.74707C11.5042 3.17169 12.4958 3.17169 13.211 3.74707L14.2002 4.54297V3.7998C14.2002 3.35798 14.5582 3.00001 15 3H18.5996ZM10.6006 15.6533C10.6006 15.2961 10.3527 15.1367 10.2002 15.1367H9.00003C8.84757 15.1369 8.60066 15.2963 8.60062 15.6533V20.1221H10.6006V15.6533ZM17.3994 13.5361C17.8411 13.5361 18.2 13.8943 18.2002 14.3359V18.2881C18.2 18.7297 17.8411 19.0879 17.3994 19.0879H13.7998C13.3582 19.0879 13.0003 18.7297 13 18.2881V14.3359C13.0003 13.8943 13.3582 13.5361 13.7998 13.5361H17.3994ZM14.5996 17.4873H16.5996V15.1367H14.5996V17.4873ZM15.7998 5.83008L17.7998 7.44043V4.59961H15.7998V5.83008ZM12.2002 20.1221H19V10.4609L12.208 4.99414C12.0947 4.90289 11.9605 4.89146 11.8418 4.95996L11.792 4.99414L5.00003 10.4609V20.1221H7.00003V15.6533C7.00008 14.5559 7.82714 13.5362 9.00003 13.5361H10.2002C11.3732 13.5361 12.2002 14.5558 12.2002 15.6533V20.1221Z"
|
|
18
|
+
fill="currentColor"
|
|
19
|
+
/>
|
|
20
|
+
</svg>
|
|
21
|
+
);
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
export default SvgChaletIndependet;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import type { ReactIconProps } from '../shared/types';
|
|
3
|
+
import { resolveSize } from '../shared/types';
|
|
4
|
+
|
|
5
|
+
const SvgChaletPareado = ({ 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="M13.8 3V21M13.7998 16.2H20.9998M13.7998 18.6H20.9998M5.40039 5.39996C6.06313 5.39996 6.60039 5.93722 6.60039 6.59996V10.2H5.40039M5.40039 13.8C6.06313 13.8 6.60039 14.3373 6.60039 15V18.6H5.40039M3.8 3H20.2C20.6418 3 21 3.35817 21 3.8V21H3V3.8C3 3.35817 3.35817 3 3.8 3ZM18.6002 16.2H16.2002V11.4C16.2002 10.7373 16.7375 10.2 17.4002 10.2C18.0629 10.2 18.6002 10.7373 18.6002 11.4V16.2ZM17.4004 6.30002C17.5661 6.30002 17.7004 6.43433 17.7004 6.60002C17.7004 6.7657 17.5653 6.90001 17.3996 6.90001C17.2339 6.90001 17.0996 6.7657 17.0996 6.60002C17.0996 6.43433 17.2347 6.30002 17.4004 6.30002ZM11.4 10.2H9V6.59996C9 5.93722 9.53726 5.39996 10.2 5.39996C10.8627 5.39996 11.4 5.93722 11.4 6.59996V10.2ZM11.4 18.6H9V15C9 14.3373 9.53726 13.8 10.2 13.8C10.8627 13.8 11.4 14.3373 11.4 15V18.6Z"
|
|
18
|
+
stroke="#1A1A1A"
|
|
19
|
+
strokeWidth={1.6}
|
|
20
|
+
strokeLinecap="round"
|
|
21
|
+
strokeLinejoin="round"
|
|
22
|
+
/>
|
|
23
|
+
</svg>
|
|
24
|
+
);
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
export default SvgChaletPareado;
|
|
@@ -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 SvgCopy = ({ size = 16, ...props }: ReactIconProps) => {
|
|
6
|
+
const sizeValue = resolveSize(size);
|
|
7
|
+
|
|
8
|
+
return (
|
|
9
|
+
<svg
|
|
10
|
+
width={sizeValue} height={sizeValue}
|
|
11
|
+
viewBox="0 0 16 16"
|
|
12
|
+
fill="none"
|
|
13
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
14
|
+
{...props}
|
|
15
|
+
>
|
|
16
|
+
<g clipPath="url(#clip0_1580_20413)">
|
|
17
|
+
<g clipPath="url(#clip1_1580_20413)">
|
|
18
|
+
<path
|
|
19
|
+
fillRule="evenodd"
|
|
20
|
+
clipRule="evenodd"
|
|
21
|
+
d="M6.66667 6.00033C6.29848 6.00033 6.00001 6.2988 6.00001 6.66699V13.3337C6.00001 13.7018 6.29848 14.0003 6.66667 14.0003H13.3333C13.7015 14.0003 14 13.7018 14 13.3337V6.66699C14 6.2988 13.7015 6.00033 13.3333 6.00033H6.66667ZM4.66667 6.66699C4.66667 5.56242 5.5621 4.66699 6.66667 4.66699H13.3333C14.4379 4.66699 15.3333 5.56242 15.3333 6.66699V13.3337C15.3333 14.4382 14.4379 15.3337 13.3333 15.3337H6.66667C5.5621 15.3337 4.66667 14.4382 4.66667 13.3337V6.66699Z"
|
|
22
|
+
fill="currentColor"
|
|
23
|
+
/>
|
|
24
|
+
<path
|
|
25
|
+
fillRule="evenodd"
|
|
26
|
+
clipRule="evenodd"
|
|
27
|
+
d="M2.66667 2.00033C2.30153 2.00033 2.00001 2.30185 2.00001 2.66699V9.33366C2.00001 9.6988 2.30153 10.0003 2.66667 10.0003C3.03486 10.0003 3.33334 10.2988 3.33334 10.667C3.33334 11.0352 3.03486 11.3337 2.66667 11.3337C1.56515 11.3337 0.666672 10.4352 0.666672 9.33366V2.66699C0.666672 1.56547 1.56515 0.666992 2.66667 0.666992H9.33334C10.4349 0.666992 11.3333 1.56547 11.3333 2.66699C11.3333 3.03518 11.0349 3.33366 10.6667 3.33366C10.2985 3.33366 10 3.03518 10 2.66699C10 2.30185 9.69848 2.00033 9.33334 2.00033H2.66667Z"
|
|
28
|
+
fill="currentColor"
|
|
29
|
+
/>
|
|
30
|
+
</g>
|
|
31
|
+
</g>
|
|
32
|
+
<defs>
|
|
33
|
+
<clipPath id="clip0_1580_20413">
|
|
34
|
+
<rect width={16} height={16} fill="currentColor" />
|
|
35
|
+
</clipPath>
|
|
36
|
+
<clipPath id="clip1_1580_20413">
|
|
37
|
+
<rect width={16} height={16} fill="currentColor" />
|
|
38
|
+
</clipPath>
|
|
39
|
+
</defs>
|
|
40
|
+
</svg>
|
|
41
|
+
);
|
|
42
|
+
};
|
|
43
|
+
|
|
44
|
+
export default SvgCopy;
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import type { ReactIconProps } from '../shared/types';
|
|
3
|
+
import { resolveSize } from '../shared/types';
|
|
4
|
+
|
|
5
|
+
const SvgDuplex = ({ size = 16, ...props }: ReactIconProps) => {
|
|
6
|
+
const sizeValue = resolveSize(size);
|
|
7
|
+
|
|
8
|
+
return (
|
|
9
|
+
<svg
|
|
10
|
+
width={sizeValue} height={sizeValue}
|
|
11
|
+
viewBox="0 0 24 24"
|
|
12
|
+
fill="none"
|
|
13
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
14
|
+
{...props}
|
|
15
|
+
>
|
|
16
|
+
<path
|
|
17
|
+
fillRule="evenodd"
|
|
18
|
+
clipRule="evenodd"
|
|
19
|
+
d="M6.66667 4.00117C6.17575 4.00117 5.77778 4.39914 5.77778 4.89006V19.1123C5.77778 19.6032 6.17575 20.0012 6.66667 20.0012H17.3333C17.8243 20.0012 18.2222 19.6032 18.2222 19.1123V4.89006C18.2222 4.39914 17.8243 4.00117 17.3333 4.00117H6.66667ZM4 4.89006C4 3.4173 5.19391 2.22339 6.66667 2.22339H17.3333C18.8061 2.22339 20 3.4173 20 4.89006V19.1123C20 20.585 18.8061 21.7789 17.3333 21.7789H6.66667C5.19391 21.7789 4 20.585 4 19.1123V4.89006Z"
|
|
20
|
+
fill="currentColor"
|
|
21
|
+
/>
|
|
22
|
+
<path
|
|
23
|
+
fillRule="evenodd"
|
|
24
|
+
clipRule="evenodd"
|
|
25
|
+
d="M4 10.2234C4 9.73247 4.39797 9.3345 4.88889 9.3345H19.1111C19.602 9.3345 20 9.73247 20 10.2234C20 10.7143 19.602 11.1123 19.1111 11.1123H4.88889C4.39797 11.1123 4 10.7143 4 10.2234Z"
|
|
26
|
+
fill="currentColor"
|
|
27
|
+
/>
|
|
28
|
+
<path
|
|
29
|
+
fillRule="evenodd"
|
|
30
|
+
clipRule="evenodd"
|
|
31
|
+
d="M8.44444 12.8901C8.44444 12.3991 8.84241 12.0012 9.33333 12.0012H13.7778C14.2687 12.0012 14.6667 12.3991 14.6667 12.8901C14.6667 13.381 14.2687 13.7789 13.7778 13.7789H9.33333C8.84241 13.7789 8.44444 13.381 8.44444 12.8901Z"
|
|
32
|
+
fill="currentColor"
|
|
33
|
+
/>
|
|
34
|
+
<path
|
|
35
|
+
fillRule="evenodd"
|
|
36
|
+
clipRule="evenodd"
|
|
37
|
+
d="M7.55556 16.4456C7.55556 15.9547 7.95352 15.5567 8.44444 15.5567H14.6667C15.1576 15.5567 15.5556 15.9547 15.5556 16.4456C15.5556 16.9365 15.1576 17.3345 14.6667 17.3345H8.44444C7.95352 17.3345 7.55556 16.9365 7.55556 16.4456Z"
|
|
38
|
+
fill="currentColor"
|
|
39
|
+
/>
|
|
40
|
+
<path
|
|
41
|
+
fillRule="evenodd"
|
|
42
|
+
clipRule="evenodd"
|
|
43
|
+
d="M6.83408 21.5669C6.35989 21.4399 6.07848 20.9525 6.20554 20.4783L8.96628 10.1751C9.09334 9.70089 9.58075 9.41948 10.0549 9.54654C10.5291 9.6736 10.8105 10.161 10.6835 10.6352L7.92274 20.9384C7.79568 21.4126 7.30827 21.694 6.83408 21.5669Z"
|
|
44
|
+
fill="currentColor"
|
|
45
|
+
/>
|
|
46
|
+
<path
|
|
47
|
+
fillRule="evenodd"
|
|
48
|
+
clipRule="evenodd"
|
|
49
|
+
d="M16.8245 21.5669C16.3503 21.694 15.8629 21.4125 15.7359 20.9384L12.9751 10.6351C12.8481 10.161 13.1295 9.67354 13.6037 9.54648C14.0779 9.41943 14.5653 9.70083 14.6923 10.175L17.4531 20.4782C17.5801 20.9524 17.2987 21.4398 16.8245 21.5669Z"
|
|
50
|
+
fill="currentColor"
|
|
51
|
+
/>
|
|
52
|
+
</svg>
|
|
53
|
+
);
|
|
54
|
+
};
|
|
55
|
+
|
|
56
|
+
export default SvgDuplex;
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import type { ReactIconProps } from '../shared/types';
|
|
3
|
+
import { resolveSize } from '../shared/types';
|
|
4
|
+
|
|
5
|
+
const SvgFurnished = ({ 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
|
+
<g clipPath="url(#clip0_7021_19294)">
|
|
17
|
+
<path
|
|
18
|
+
d="M19.4502 10.875C19.4502 10.265 19.6927 9.68036 20.124 9.24902C20.3458 9.02727 20.6081 8.8558 20.8936 8.74121C20.7638 7.9953 20.4088 7.30136 19.8662 6.75879C19.1723 6.0649 18.2313 5.6748 17.25 5.6748H12.7998V12.3252H19.4502V10.875ZM4.5498 12.3252H11.2002V5.6748H6.75C5.7687 5.6748 4.82767 6.0649 4.13379 6.75879C3.59118 7.3014 3.2352 7.99524 3.10547 8.74121C3.3913 8.8558 3.65401 9.02705 3.87598 9.24902C4.30731 9.68036 4.5498 10.265 4.5498 10.875V12.3252ZM21.0498 12.375C21.0498 12.7861 20.8864 13.18 20.5957 13.4707C20.305 13.7614 19.9111 13.9248 19.5 13.9248H4.5C4.08891 13.9248 3.69498 13.7614 3.4043 13.4707C3.11362 13.18 2.9502 12.7861 2.9502 12.375V10.875C2.9502 10.6893 2.87639 10.5112 2.74512 10.3799C2.61384 10.2486 2.43565 10.1748 2.25 10.1748C2.06435 10.1748 1.88616 10.2486 1.75488 10.3799C1.62361 10.5112 1.5498 10.6893 1.5498 10.875V13.875C1.5498 14.4585 1.78176 15.0181 2.19434 15.4307C2.60692 15.8432 3.16652 16.0752 3.75 16.0752H20.25C20.8335 16.0752 21.3931 15.8432 21.8057 15.4307C22.2182 15.0181 22.4502 14.4585 22.4502 13.875V10.875C22.4502 10.6893 22.3764 10.5112 22.2451 10.3799C22.1138 10.2486 21.9357 10.1748 21.75 10.1748C21.5643 10.1748 21.3862 10.2486 21.2549 10.3799C21.1236 10.5112 21.0498 10.6893 21.0498 10.875V12.375ZM24.0498 13.875C24.0498 14.8828 23.6492 15.8489 22.9365 16.5615C22.4155 17.0825 21.7591 17.4361 21.0498 17.5889V18.5C21.0498 18.9418 20.6918 19.2998 20.25 19.2998C19.8082 19.2998 19.4502 18.9418 19.4502 18.5V17.6748H4.5498V18.5C4.5498 18.9418 4.19183 19.2998 3.75 19.2998C3.30817 19.2998 2.9502 18.9418 2.9502 18.5V17.5889C2.24088 17.4361 1.58446 17.0825 1.06348 16.5615C0.350838 15.8489 -0.0498047 14.8828 -0.0498047 13.875V10.875C-0.0498047 10.265 0.19269 9.68036 0.624023 9.24902C0.871246 9.0018 1.1692 8.81808 1.49316 8.70508C1.64078 7.54654 2.16726 6.46164 3.00195 5.62695C3.9959 4.63301 5.34435 4.0752 6.75 4.0752H17.25C18.6556 4.0752 20.0041 4.63301 20.998 5.62695C21.8327 6.46161 22.3582 7.54658 22.5059 8.70508C22.8302 8.81805 23.1285 9.00158 23.376 9.24902C23.8073 9.68036 24.0498 10.265 24.0498 10.875V13.875Z"
|
|
19
|
+
fill="currentColor"
|
|
20
|
+
/>
|
|
21
|
+
</g>
|
|
22
|
+
<defs>
|
|
23
|
+
<clipPath id="clip0_7021_19294">
|
|
24
|
+
<rect width={24} height={24} fill="currentColor" />
|
|
25
|
+
</clipPath>
|
|
26
|
+
</defs>
|
|
27
|
+
</svg>
|
|
28
|
+
);
|
|
29
|
+
};
|
|
30
|
+
|
|
31
|
+
export default SvgFurnished;
|
package/src/react/Icon.tsx
CHANGED
|
@@ -28,6 +28,9 @@ import type { ReactIconProps } from '../shared/types';
|
|
|
28
28
|
// Icon: cancel
|
|
29
29
|
// Icon: cancel-circle-solid
|
|
30
30
|
// Icon: cancel-circle-stroke
|
|
31
|
+
// Icon: chalet-adosado
|
|
32
|
+
// Icon: chalet-independet
|
|
33
|
+
// Icon: chalet-pareado
|
|
31
34
|
// Icon: check
|
|
32
35
|
// Icon: check-check
|
|
33
36
|
// Icon: check-circle2
|
|
@@ -38,7 +41,9 @@ import type { ReactIconProps } from '../shared/types';
|
|
|
38
41
|
// Icon: circle-off
|
|
39
42
|
// Icon: closet
|
|
40
43
|
// Icon: collections
|
|
44
|
+
// Icon: copy
|
|
41
45
|
// Icon: door-open
|
|
46
|
+
// Icon: duplex
|
|
42
47
|
// Icon: edit
|
|
43
48
|
// Icon: electric
|
|
44
49
|
// Icon: explore-filled
|
|
@@ -56,6 +61,7 @@ import type { ReactIconProps } from '../shared/types';
|
|
|
56
61
|
// Icon: file-spreadsheet
|
|
57
62
|
// Icon: file-text
|
|
58
63
|
// Icon: filter
|
|
64
|
+
// Icon: furnished
|
|
59
65
|
// Icon: garden
|
|
60
66
|
// Icon: gas-heating
|
|
61
67
|
// Icon: heating
|
|
@@ -72,6 +78,7 @@ import type { ReactIconProps } from '../shared/types';
|
|
|
72
78
|
// Icon: leads-linear
|
|
73
79
|
// Icon: lift
|
|
74
80
|
// Icon: lock
|
|
81
|
+
// Icon: loft
|
|
75
82
|
// Icon: logout
|
|
76
83
|
// Icon: magic-wand
|
|
77
84
|
// Icon: mail
|
|
@@ -85,6 +92,7 @@ import type { ReactIconProps } from '../shared/types';
|
|
|
85
92
|
// Icon: patio
|
|
86
93
|
// Icon: payments
|
|
87
94
|
// Icon: pencil-line
|
|
95
|
+
// Icon: pent-house
|
|
88
96
|
// Icon: pet
|
|
89
97
|
// Icon: phone-linear
|
|
90
98
|
// Icon: pin-map-solid
|
|
@@ -100,6 +108,8 @@ import type { ReactIconProps } from '../shared/types';
|
|
|
100
108
|
// Icon: share
|
|
101
109
|
// Icon: size3d
|
|
102
110
|
// Icon: status-dot
|
|
111
|
+
// Icon: storage
|
|
112
|
+
// Icon: store
|
|
103
113
|
// Icon: swimming-pool
|
|
104
114
|
// Icon: tasks
|
|
105
115
|
// Icon: terrace
|
|
@@ -109,12 +119,13 @@ import type { ReactIconProps } from '../shared/types';
|
|
|
109
119
|
// Icon: touch-ios
|
|
110
120
|
// Icon: trash2
|
|
111
121
|
// Icon: user
|
|
122
|
+
// Icon: warehouse
|
|
112
123
|
// Icon: whatsapp
|
|
113
124
|
|
|
114
125
|
/**
|
|
115
126
|
* Available icon names
|
|
116
127
|
*/
|
|
117
|
-
export type IconName = 'accessibility' | 'add-note' | 'air-conditioner' | 'alert-triangle' | 'archive' | 'arrow-down' | 'arrow-down-left' | 'arrow-down-right' | 'arrow-left' | 'arrow-right' | 'arrow-up' | 'arrow-up-down' | 'arrow-up-left' | 'arrow-up-right' | 'balcony-window' | 'bath' | 'bed-double' | 'bell' | 'building' | 'calendar' | 'cancel' | 'cancel-circle-solid' | 'cancel-circle-stroke' | 'check' | 'check-check' | 'check-circle2' | 'chevron-down' | 'chevron-left' | 'chevron-right' | 'chevron-up' | 'circle-off' | 'closet' | 'collections' | 'door-open' | 'edit' | 'electric' | 'explore-filled' | 'explore-linear' | 'eye-hidden' | 'eye-visible' | 'face-android' | 'face-ios-bold' | 'face-ios-light' | 'file-check' | 'file-input' | 'file-key' | 'file-lock' | 'file-signature' | 'file-spreadsheet' | 'file-text' | 'filter' | 'garden' | 'gas-heating' | 'heating' | 'help-circle' | 'history' | 'home-filled' | 'home-linear' | 'icon-slot' | 'image' | 'image-off' | 'info' | 'keys01' | 'leads-filled' | 'leads-linear' | 'lift' | 'lock' | 'logout' | 'magic-wand' | 'mail' | 'map-pin' | 'more-horizontal' | 'mortgage' | 'note' | 'notes' | 'outside' | 'parking' | 'patio' | 'payments' | 'pencil-line' | 'pet' | 'phone-linear' | 'pin-map-solid' | 'plus' | 'promotion' | 'properties-filled' | 'properties-linear' | 'rent' | 'restaurant' | 'sale' | 'search' | 'search-x' | 'share' | 'size3d' | 'status-dot' | 'swimming-pool' | 'tasks' | 'terrace' | 'thermometer-snowflake' | 'time' | 'touch-android' | 'touch-ios' | 'trash2' | 'user' | 'whatsapp';
|
|
128
|
+
export type IconName = 'accessibility' | 'add-note' | 'air-conditioner' | 'alert-triangle' | 'archive' | 'arrow-down' | 'arrow-down-left' | 'arrow-down-right' | 'arrow-left' | 'arrow-right' | 'arrow-up' | 'arrow-up-down' | 'arrow-up-left' | 'arrow-up-right' | 'balcony-window' | 'bath' | 'bed-double' | 'bell' | 'building' | 'calendar' | 'cancel' | 'cancel-circle-solid' | 'cancel-circle-stroke' | 'chalet-adosado' | 'chalet-independet' | 'chalet-pareado' | 'check' | 'check-check' | 'check-circle2' | 'chevron-down' | 'chevron-left' | 'chevron-right' | 'chevron-up' | 'circle-off' | 'closet' | 'collections' | 'copy' | 'door-open' | 'duplex' | 'edit' | 'electric' | 'explore-filled' | 'explore-linear' | 'eye-hidden' | 'eye-visible' | 'face-android' | 'face-ios-bold' | 'face-ios-light' | 'file-check' | 'file-input' | 'file-key' | 'file-lock' | 'file-signature' | 'file-spreadsheet' | 'file-text' | 'filter' | 'furnished' | 'garden' | 'gas-heating' | 'heating' | 'help-circle' | 'history' | 'home-filled' | 'home-linear' | 'icon-slot' | 'image' | 'image-off' | 'info' | 'keys01' | 'leads-filled' | 'leads-linear' | 'lift' | 'lock' | 'loft' | 'logout' | 'magic-wand' | 'mail' | 'map-pin' | 'more-horizontal' | 'mortgage' | 'note' | 'notes' | 'outside' | 'parking' | 'patio' | 'payments' | 'pencil-line' | 'pent-house' | 'pet' | 'phone-linear' | 'pin-map-solid' | 'plus' | 'promotion' | 'properties-filled' | 'properties-linear' | 'rent' | 'restaurant' | 'sale' | 'search' | 'search-x' | 'share' | 'size3d' | 'status-dot' | 'storage' | 'store' | 'swimming-pool' | 'tasks' | 'terrace' | 'thermometer-snowflake' | 'time' | 'touch-android' | 'touch-ios' | 'trash2' | 'user' | 'warehouse' | 'whatsapp';
|
|
118
129
|
|
|
119
130
|
/**
|
|
120
131
|
* Props for the unified Icon component
|
|
@@ -180,6 +191,12 @@ function loadIcon(name: IconName): Promise<React.ComponentType<any>> {
|
|
|
180
191
|
return import('./CancelCircleSolid').then(m => m.default);
|
|
181
192
|
case 'cancel-circle-stroke':
|
|
182
193
|
return import('./CancelCircleStroke').then(m => m.default);
|
|
194
|
+
case 'chalet-adosado':
|
|
195
|
+
return import('./ChaletAdosado').then(m => m.default);
|
|
196
|
+
case 'chalet-independet':
|
|
197
|
+
return import('./ChaletIndependet').then(m => m.default);
|
|
198
|
+
case 'chalet-pareado':
|
|
199
|
+
return import('./ChaletPareado').then(m => m.default);
|
|
183
200
|
case 'check':
|
|
184
201
|
return import('./Check').then(m => m.default);
|
|
185
202
|
case 'check-check':
|
|
@@ -200,8 +217,12 @@ function loadIcon(name: IconName): Promise<React.ComponentType<any>> {
|
|
|
200
217
|
return import('./Closet').then(m => m.default);
|
|
201
218
|
case 'collections':
|
|
202
219
|
return import('./Collections').then(m => m.default);
|
|
220
|
+
case 'copy':
|
|
221
|
+
return import('./Copy').then(m => m.default);
|
|
203
222
|
case 'door-open':
|
|
204
223
|
return import('./DoorOpen').then(m => m.default);
|
|
224
|
+
case 'duplex':
|
|
225
|
+
return import('./Duplex').then(m => m.default);
|
|
205
226
|
case 'edit':
|
|
206
227
|
return import('./Edit').then(m => m.default);
|
|
207
228
|
case 'electric':
|
|
@@ -236,6 +257,8 @@ function loadIcon(name: IconName): Promise<React.ComponentType<any>> {
|
|
|
236
257
|
return import('./FileText').then(m => m.default);
|
|
237
258
|
case 'filter':
|
|
238
259
|
return import('./Filter').then(m => m.default);
|
|
260
|
+
case 'furnished':
|
|
261
|
+
return import('./Furnished').then(m => m.default);
|
|
239
262
|
case 'garden':
|
|
240
263
|
return import('./Garden').then(m => m.default);
|
|
241
264
|
case 'gas-heating':
|
|
@@ -268,6 +291,8 @@ function loadIcon(name: IconName): Promise<React.ComponentType<any>> {
|
|
|
268
291
|
return import('./Lift').then(m => m.default);
|
|
269
292
|
case 'lock':
|
|
270
293
|
return import('./Lock').then(m => m.default);
|
|
294
|
+
case 'loft':
|
|
295
|
+
return import('./Loft').then(m => m.default);
|
|
271
296
|
case 'logout':
|
|
272
297
|
return import('./Logout').then(m => m.default);
|
|
273
298
|
case 'magic-wand':
|
|
@@ -294,6 +319,8 @@ function loadIcon(name: IconName): Promise<React.ComponentType<any>> {
|
|
|
294
319
|
return import('./Payments').then(m => m.default);
|
|
295
320
|
case 'pencil-line':
|
|
296
321
|
return import('./PencilLine').then(m => m.default);
|
|
322
|
+
case 'pent-house':
|
|
323
|
+
return import('./PentHouse').then(m => m.default);
|
|
297
324
|
case 'pet':
|
|
298
325
|
return import('./Pet').then(m => m.default);
|
|
299
326
|
case 'phone-linear':
|
|
@@ -324,6 +351,10 @@ function loadIcon(name: IconName): Promise<React.ComponentType<any>> {
|
|
|
324
351
|
return import('./Size3D').then(m => m.default);
|
|
325
352
|
case 'status-dot':
|
|
326
353
|
return import('./StatusDot').then(m => m.default);
|
|
354
|
+
case 'storage':
|
|
355
|
+
return import('./Storage').then(m => m.default);
|
|
356
|
+
case 'store':
|
|
357
|
+
return import('./Store').then(m => m.default);
|
|
327
358
|
case 'swimming-pool':
|
|
328
359
|
return import('./SwimmingPool').then(m => m.default);
|
|
329
360
|
case 'tasks':
|
|
@@ -342,6 +373,8 @@ function loadIcon(name: IconName): Promise<React.ComponentType<any>> {
|
|
|
342
373
|
return import('./Trash2').then(m => m.default);
|
|
343
374
|
case 'user':
|
|
344
375
|
return import('./User').then(m => m.default);
|
|
376
|
+
case 'warehouse':
|
|
377
|
+
return import('./Warehouse').then(m => m.default);
|
|
345
378
|
case 'whatsapp':
|
|
346
379
|
return import('./Whatsapp').then(m => m.default);
|
|
347
380
|
default:
|