huspy-icons 0.3.31 → 0.3.32
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 +83 -80
- package/dist/fonts/HuspyIcons.eot +0 -0
- package/dist/fonts/HuspyIcons.json +77 -76
- package/dist/fonts/HuspyIcons.ts +79 -76
- 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 +77 -76
- package/dist/native/index.js.map +1 -1
- package/dist/react/index.d.mts +4 -2
- package/dist/react/index.d.ts +4 -2
- package/dist/react/index.js +554 -486
- package/dist/react/index.js.map +1 -1
- package/dist/react/index.mjs +475 -407
- package/dist/react/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/native/glyphMap.ts +78 -77
- package/src/react/Handshake.tsx +52 -0
- package/src/react/Icon.tsx +4 -1
- package/src/react/index.ts +1 -0
- package/src/react/index.tsx +1 -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 = 'wifi' | 'whatsapp' | 'washing-machine' | 'warehouse' | 'walk-in-closet' | 'user' | 'user-square' | 'user-plus' | 'trash' | 'trash-2' | 'touch-ios' | 'touch-android' | 'time' | 'thumbs-up' | 'thumbs-down' | 'thermometer-snowflake' | 'terrace' | 'tennis' | 'tasks' | 'swimming-pool' | 'store' | 'storage' | 'status-dot' | 'size-3d' | 'shield-alert' | 'share' | 'search' | 'search-x' | 'sea' | 'sauna' | 'sale' | 'restaurant' | 'rent' | 'properties-linear' | 'properties-filled' | 'promotion' | 'plus' | 'play-solid' | 'pin_map_solid' | 'phone-linear' | 'pet' | 'pent-house' | 'pencil-line' | 'payments' | 'patio' | 'party-hall' | 'parking' | 'paddle-tennis' | 'outside' | 'notes' | 'note' | 'mortgage' | 'more-horizontal' | 'monumental' | 'minus' | 'map' | 'map-pin' | 'mail' | 'maids-service' | 'maids-room' | 'magic-wand' | 'logout' | 'loft' | 'lock' | 'loader' | 'lift' | 'leads-linear' | 'leads-filled' | 'keys_01' | 'info' | 'images-gallery' | 'image' | 'image-off' | 'icon-slot' | 'home-linear' | 'home-filled' | 'history' | 'help-circle' | 'heating' | 'gym' | 'gas-heating' | 'garden' | 'garage' | 'furnished' | 'filter' | 'file' | 'file-type' | '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' | 'external_link' | 'explore-linear' | 'explore-filled' | 'equipped-kitchen' | 'electric' | 'edit' | 'duplex' | 'doorman' | 'door-open' | 'dishwasher' | 'copy' | 'contact' | 'concierge' | 'collections' | 'closet' | 'classic-building' | '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' | 'calendar-x' | 'calendar-clock' | 'calendar-check' | 'building' | 'bell' | 'bed-double' | 'bath' | 'barbeque' | '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' | 'alert-circle' | 'air-conditioner' | 'ai' | 'add-note' | 'accessibility';
|
|
7
|
+
export type IconName = 'wifi' | 'whatsapp' | 'washing-machine' | 'warehouse' | 'walk-in-closet' | 'user' | 'user-square' | 'user-plus' | 'trash' | 'trash-2' | 'touch-ios' | 'touch-android' | 'time' | 'thumbs-up' | 'thumbs-down' | 'thermometer-snowflake' | 'terrace' | 'tennis' | 'tasks' | 'swimming-pool' | 'store' | 'storage' | 'status-dot' | 'size-3d' | 'shield-alert' | 'share' | 'search' | 'search-x' | 'sea' | 'sauna' | 'sale' | 'restaurant' | 'rent' | 'properties-linear' | 'properties-filled' | 'promotion' | 'plus' | 'play-solid' | 'pin_map_solid' | 'phone-linear' | 'pet' | 'pent-house' | 'pencil-line' | 'payments' | 'patio' | 'party-hall' | 'parking' | 'paddle-tennis' | 'outside' | 'notes' | 'note' | 'mortgage' | 'more-horizontal' | 'monumental' | 'minus' | 'map' | 'map-pin' | 'mail' | 'maids-service' | 'maids-room' | 'magic-wand' | 'logout' | 'loft' | 'lock' | 'loader' | 'lift' | 'leads-linear' | 'leads-filled' | 'keys_01' | 'info' | 'images-gallery' | 'image' | 'image-off' | 'icon-slot' | 'home-linear' | 'home-filled' | 'history' | 'help-circle' | 'heating' | 'handshake' | 'gym' | 'gas-heating' | 'garden' | 'garage' | 'furnished' | 'filter' | 'file' | 'file-type' | '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' | 'external_link' | 'explore-linear' | 'explore-filled' | 'equipped-kitchen' | 'electric' | 'edit' | 'duplex' | 'doorman' | 'door-open' | 'dishwasher' | 'copy' | 'contact' | 'concierge' | 'collections' | 'closet' | 'classic-building' | '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' | 'calendar-x' | 'calendar-clock' | 'calendar-check' | 'building' | 'bell' | 'bed-double' | 'bath' | 'barbeque' | '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' | 'alert-circle' | 'air-conditioner' | 'ai' | 'add-note' | 'accessibility';
|
|
8
8
|
|
|
9
9
|
/**
|
|
10
10
|
* Mapping of icon names to unicode codepoints
|
|
@@ -90,82 +90,83 @@ export const glyphMap: Record<IconName, number> = {
|
|
|
90
90
|
"history": 61773,
|
|
91
91
|
"help-circle": 61774,
|
|
92
92
|
"heating": 61775,
|
|
93
|
-
"
|
|
94
|
-
"
|
|
95
|
-
"
|
|
96
|
-
"
|
|
97
|
-
"
|
|
98
|
-
"
|
|
99
|
-
"
|
|
100
|
-
"file
|
|
101
|
-
"file-
|
|
102
|
-
"file-
|
|
103
|
-
"file-
|
|
104
|
-
"file-
|
|
105
|
-
"file-
|
|
106
|
-
"file-
|
|
107
|
-
"file-
|
|
108
|
-
"
|
|
109
|
-
"face-ios-
|
|
110
|
-
"face-
|
|
111
|
-
"
|
|
112
|
-
"eye-
|
|
113
|
-
"
|
|
114
|
-
"
|
|
115
|
-
"explore-
|
|
116
|
-
"
|
|
117
|
-
"
|
|
118
|
-
"
|
|
119
|
-
"
|
|
120
|
-
"
|
|
121
|
-
"
|
|
122
|
-
"
|
|
123
|
-
"
|
|
124
|
-
"
|
|
125
|
-
"
|
|
126
|
-
"
|
|
127
|
-
"
|
|
128
|
-
"
|
|
129
|
-
"
|
|
130
|
-
"
|
|
131
|
-
"chevron-
|
|
132
|
-
"chevron-
|
|
133
|
-
"chevron-
|
|
134
|
-
"
|
|
135
|
-
"check
|
|
136
|
-
"check-
|
|
137
|
-
"
|
|
138
|
-
"chalet-
|
|
139
|
-
"chalet-
|
|
140
|
-
"
|
|
141
|
-
"cancel
|
|
142
|
-
"cancel-circle-
|
|
143
|
-
"
|
|
144
|
-
"calendar
|
|
145
|
-
"calendar-
|
|
146
|
-
"calendar-
|
|
147
|
-
"
|
|
148
|
-
"
|
|
149
|
-
"
|
|
150
|
-
"
|
|
151
|
-
"
|
|
152
|
-
"
|
|
153
|
-
"
|
|
154
|
-
"arrow-up
|
|
155
|
-
"arrow-up-
|
|
156
|
-
"arrow-up-
|
|
157
|
-
"arrow-
|
|
158
|
-
"arrow-
|
|
159
|
-
"arrow-
|
|
160
|
-
"arrow-down
|
|
161
|
-
"arrow-down-
|
|
162
|
-
"
|
|
163
|
-
"
|
|
164
|
-
"alert-
|
|
165
|
-
"
|
|
166
|
-
"
|
|
167
|
-
"
|
|
168
|
-
"
|
|
93
|
+
"handshake": 61776,
|
|
94
|
+
"gym": 61777,
|
|
95
|
+
"gas-heating": 61778,
|
|
96
|
+
"garden": 61779,
|
|
97
|
+
"garage": 61780,
|
|
98
|
+
"furnished": 61781,
|
|
99
|
+
"filter": 61782,
|
|
100
|
+
"file": 61783,
|
|
101
|
+
"file-type": 61784,
|
|
102
|
+
"file-text": 61785,
|
|
103
|
+
"file-spreadsheet": 61786,
|
|
104
|
+
"file-signature": 61787,
|
|
105
|
+
"file-lock": 61788,
|
|
106
|
+
"file-key": 61789,
|
|
107
|
+
"file-input": 61790,
|
|
108
|
+
"file-check": 61791,
|
|
109
|
+
"face-ios-light": 61792,
|
|
110
|
+
"face-ios-bold": 61793,
|
|
111
|
+
"face-android": 61794,
|
|
112
|
+
"eye-visible": 61795,
|
|
113
|
+
"eye-hidden": 61796,
|
|
114
|
+
"external_link": 61797,
|
|
115
|
+
"explore-linear": 61798,
|
|
116
|
+
"explore-filled": 61799,
|
|
117
|
+
"equipped-kitchen": 61800,
|
|
118
|
+
"electric": 61801,
|
|
119
|
+
"edit": 61802,
|
|
120
|
+
"duplex": 61803,
|
|
121
|
+
"doorman": 61804,
|
|
122
|
+
"door-open": 61805,
|
|
123
|
+
"dishwasher": 61806,
|
|
124
|
+
"copy": 61807,
|
|
125
|
+
"contact": 61808,
|
|
126
|
+
"concierge": 61809,
|
|
127
|
+
"collections": 61810,
|
|
128
|
+
"closet": 61811,
|
|
129
|
+
"classic-building": 61812,
|
|
130
|
+
"circle-off": 61813,
|
|
131
|
+
"chevron-up": 61814,
|
|
132
|
+
"chevron-right": 61815,
|
|
133
|
+
"chevron-left": 61816,
|
|
134
|
+
"chevron-down": 61817,
|
|
135
|
+
"check": 61818,
|
|
136
|
+
"check-circle-2": 61819,
|
|
137
|
+
"check-check": 61820,
|
|
138
|
+
"chalet-pareado": 61821,
|
|
139
|
+
"chalet-independet": 61822,
|
|
140
|
+
"chalet-adosado": 61823,
|
|
141
|
+
"cancel": 61824,
|
|
142
|
+
"cancel-circle-stroke": 61825,
|
|
143
|
+
"cancel-circle-solid": 61826,
|
|
144
|
+
"calendar": 61827,
|
|
145
|
+
"calendar-x": 61828,
|
|
146
|
+
"calendar-clock": 61829,
|
|
147
|
+
"calendar-check": 61830,
|
|
148
|
+
"building": 61831,
|
|
149
|
+
"bell": 61832,
|
|
150
|
+
"bed-double": 61833,
|
|
151
|
+
"bath": 61834,
|
|
152
|
+
"barbeque": 61835,
|
|
153
|
+
"balcony-window": 61836,
|
|
154
|
+
"arrow-up": 61837,
|
|
155
|
+
"arrow-up-right": 61838,
|
|
156
|
+
"arrow-up-left": 61839,
|
|
157
|
+
"arrow-up-down": 61840,
|
|
158
|
+
"arrow-right": 61841,
|
|
159
|
+
"arrow-left": 61842,
|
|
160
|
+
"arrow-down": 61843,
|
|
161
|
+
"arrow-down-right": 61844,
|
|
162
|
+
"arrow-down-left": 61845,
|
|
163
|
+
"archive": 61846,
|
|
164
|
+
"alert-triangle": 61847,
|
|
165
|
+
"alert-circle": 61848,
|
|
166
|
+
"air-conditioner": 61849,
|
|
167
|
+
"ai": 61850,
|
|
168
|
+
"add-note": 61851,
|
|
169
|
+
"accessibility": 61852
|
|
169
170
|
};
|
|
170
171
|
|
|
171
172
|
/**
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import type { ReactIconProps } from '../shared/types';
|
|
3
|
+
import { resolveSize } from '../shared/types';
|
|
4
|
+
|
|
5
|
+
const SvgHandshake = ({ 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_7022_678)">
|
|
17
|
+
<path
|
|
18
|
+
fillRule="evenodd"
|
|
19
|
+
clipRule="evenodd"
|
|
20
|
+
d="M10.3626 6.61767L9.94889 6.26505C9.53203 5.94752 9.02792 5.77622 8.51023 5.77617C8.20175 5.77605 7.89614 5.83733 7.61005 5.95666L2.46667 8.08433"
|
|
21
|
+
fill="currentColor"
|
|
22
|
+
/>
|
|
23
|
+
<path
|
|
24
|
+
fillRule="evenodd"
|
|
25
|
+
clipRule="evenodd"
|
|
26
|
+
d="M-1 6.0499H1.31111C1.92201 6.02357 2.43857 6.51301 2.46667 7.14482V14.8152C2.43856 15.4471 1.92221 15.9369 1.31111 15.9113H-1"
|
|
27
|
+
fill="currentColor"
|
|
28
|
+
/>
|
|
29
|
+
<path
|
|
30
|
+
fillRule="evenodd"
|
|
31
|
+
clipRule="evenodd"
|
|
32
|
+
d="M25 15.9113H22.6889C22.0778 15.9369 21.5614 15.4471 21.5333 14.8152V7.14482C21.5614 6.51301 22.078 6.02357 22.6889 6.0499H25"
|
|
33
|
+
fill="currentColor"
|
|
34
|
+
/>
|
|
35
|
+
<path
|
|
36
|
+
d="M21.5796 15.1224L15.6169 16.301M14.7918 8.11542L10.7843 9.48525C10.1424 9.70386 9.44398 9.3897 9.16079 8.75491C8.85428 8.07454 9.12477 7.26532 9.77208 6.92608L13.6536 4.90718C14.3223 4.55833 15.1008 4.5116 15.8041 4.77809L21.5507 6.95237M2.39155 15.1318H5.21688L9.27519 19.8366C9.69844 20.344 10.382 20.5257 10.9893 20.2923C11.5966 20.0589 11.9996 19.4596 12 18.7895V18.0544M12 18.0544L12.2022 18.1381C12.7917 18.3819 13.4597 18.3076 13.9854 17.9395C14.5112 17.5714 14.8263 16.9576 14.8265 16.3009M12 18.0544L10.8699 16.8855M14.8265 16.3009H15.3915C16.0337 16.3004 16.6205 15.925 16.9077 15.3309C17.1948 14.7368 17.1331 14.0259 16.7482 13.4943L13.1209 8.68668M14.8265 16.3009L13.1301 14.5461M10.3626 6.61767L9.94889 6.26505C9.53203 5.94752 9.02792 5.77622 8.51023 5.77617C8.20175 5.77605 7.89614 5.83733 7.61005 5.95666L2.46667 8.08433M-1 6.0499H1.31111C1.92201 6.02357 2.43857 6.51301 2.46667 7.14482V14.8152C2.43856 15.4471 1.92221 15.9369 1.31111 15.9113H-1M25 15.9113H22.6889C22.0778 15.9369 21.5614 15.4471 21.5333 14.8152V7.14482C21.5614 6.51301 22.078 6.02357 22.6889 6.0499H25"
|
|
37
|
+
stroke="#1A1A1A"
|
|
38
|
+
strokeWidth={1.70373}
|
|
39
|
+
strokeLinecap="round"
|
|
40
|
+
strokeLinejoin="round"
|
|
41
|
+
/>
|
|
42
|
+
</g>
|
|
43
|
+
<defs>
|
|
44
|
+
<clipPath id="clip0_7022_678">
|
|
45
|
+
<rect width={24} height={24} fill="currentColor" />
|
|
46
|
+
</clipPath>
|
|
47
|
+
</defs>
|
|
48
|
+
</svg>
|
|
49
|
+
);
|
|
50
|
+
};
|
|
51
|
+
|
|
52
|
+
export default SvgHandshake;
|
package/src/react/Icon.tsx
CHANGED
|
@@ -81,6 +81,7 @@ import type { ReactIconProps } from '../shared/types';
|
|
|
81
81
|
// Icon: garden
|
|
82
82
|
// Icon: gas-heating
|
|
83
83
|
// Icon: gym
|
|
84
|
+
// Icon: handshake
|
|
84
85
|
// Icon: heating
|
|
85
86
|
// Icon: help-circle
|
|
86
87
|
// Icon: history
|
|
@@ -164,7 +165,7 @@ import type { ReactIconProps } from '../shared/types';
|
|
|
164
165
|
/**
|
|
165
166
|
* Available icon names
|
|
166
167
|
*/
|
|
167
|
-
export type IconName = 'accessibility' | 'add-note' | 'ai' | 'air-conditioner' | 'alert-circle' | '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' | 'barbeque' | 'bath' | 'bed-double' | 'bell' | 'building' | 'calendar' | 'calendar-check' | 'calendar-clock' | 'calendar-x' | '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' | 'classic-building' | 'closet' | 'collections' | 'concierge' | 'contact' | 'copy' | 'dishwasher' | 'door-open' | 'doorman' | 'duplex' | 'edit' | 'electric' | 'equipped-kitchen' | 'explore-filled' | 'explore-linear' | 'external-link' | 'eye-hidden' | 'eye-visible' | 'face-android' | 'face-ios-bold' | 'face-ios-light' | 'file' | 'file-check' | 'file-input' | 'file-key' | 'file-lock' | 'file-signature' | 'file-spreadsheet' | 'file-text' | 'file-type' | 'filter' | 'furnished' | 'garage' | 'garden' | 'gas-heating' | 'gym' | 'heating' | 'help-circle' | 'history' | 'home-filled' | 'home-linear' | 'icon-slot' | 'image' | 'image-off' | 'images-gallery' | 'info' | 'keys01' | 'leads-filled' | 'leads-linear' | 'lift' | 'loader' | 'lock' | 'loft' | 'logout' | 'magic-wand' | 'maids-room' | 'maids-service' | 'mail' | 'map' | 'map-pin' | 'minus' | 'monumental' | 'more-horizontal' | 'mortgage' | 'note' | 'notes' | 'outside' | 'paddle-tennis' | 'parking' | 'party-hall' | 'patio' | 'payments' | 'pencil-line' | 'pent-house' | 'pet' | 'phone-linear' | 'pin-map-solid' | 'play-solid' | 'plus' | 'promotion' | 'properties-filled' | 'properties-linear' | 'rent' | 'restaurant' | 'sale' | 'sauna' | 'sea' | 'search' | 'search-x' | 'share' | 'shield-alert' | 'size3d' | 'status-dot' | 'storage' | 'store' | 'swimming-pool' | 'tasks' | 'tennis' | 'terrace' | 'thermometer-snowflake' | 'thumbs-down' | 'thumbs-up' | 'time' | 'touch-android' | 'touch-ios' | 'trash' | 'trash2' | 'user' | 'user-plus' | 'user-square' | 'walk-in-closet' | 'warehouse' | 'washing-machine' | 'whatsapp' | 'wifi';
|
|
168
|
+
export type IconName = 'accessibility' | 'add-note' | 'ai' | 'air-conditioner' | 'alert-circle' | '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' | 'barbeque' | 'bath' | 'bed-double' | 'bell' | 'building' | 'calendar' | 'calendar-check' | 'calendar-clock' | 'calendar-x' | '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' | 'classic-building' | 'closet' | 'collections' | 'concierge' | 'contact' | 'copy' | 'dishwasher' | 'door-open' | 'doorman' | 'duplex' | 'edit' | 'electric' | 'equipped-kitchen' | 'explore-filled' | 'explore-linear' | 'external-link' | 'eye-hidden' | 'eye-visible' | 'face-android' | 'face-ios-bold' | 'face-ios-light' | 'file' | 'file-check' | 'file-input' | 'file-key' | 'file-lock' | 'file-signature' | 'file-spreadsheet' | 'file-text' | 'file-type' | 'filter' | 'furnished' | 'garage' | 'garden' | 'gas-heating' | 'gym' | 'handshake' | 'heating' | 'help-circle' | 'history' | 'home-filled' | 'home-linear' | 'icon-slot' | 'image' | 'image-off' | 'images-gallery' | 'info' | 'keys01' | 'leads-filled' | 'leads-linear' | 'lift' | 'loader' | 'lock' | 'loft' | 'logout' | 'magic-wand' | 'maids-room' | 'maids-service' | 'mail' | 'map' | 'map-pin' | 'minus' | 'monumental' | 'more-horizontal' | 'mortgage' | 'note' | 'notes' | 'outside' | 'paddle-tennis' | 'parking' | 'party-hall' | 'patio' | 'payments' | 'pencil-line' | 'pent-house' | 'pet' | 'phone-linear' | 'pin-map-solid' | 'play-solid' | 'plus' | 'promotion' | 'properties-filled' | 'properties-linear' | 'rent' | 'restaurant' | 'sale' | 'sauna' | 'sea' | 'search' | 'search-x' | 'share' | 'shield-alert' | 'size3d' | 'status-dot' | 'storage' | 'store' | 'swimming-pool' | 'tasks' | 'tennis' | 'terrace' | 'thermometer-snowflake' | 'thumbs-down' | 'thumbs-up' | 'time' | 'touch-android' | 'touch-ios' | 'trash' | 'trash2' | 'user' | 'user-plus' | 'user-square' | 'walk-in-closet' | 'warehouse' | 'washing-machine' | 'whatsapp' | 'wifi';
|
|
168
169
|
|
|
169
170
|
/**
|
|
170
171
|
* Props for the unified Icon component
|
|
@@ -336,6 +337,8 @@ function loadIcon(name: IconName): Promise<React.ComponentType<any>> {
|
|
|
336
337
|
return import('./GasHeating').then(m => m.default);
|
|
337
338
|
case 'gym':
|
|
338
339
|
return import('./Gym').then(m => m.default);
|
|
340
|
+
case 'handshake':
|
|
341
|
+
return import('./Handshake').then(m => m.default);
|
|
339
342
|
case 'heating':
|
|
340
343
|
return import('./Heating').then(m => m.default);
|
|
341
344
|
case 'help-circle':
|
package/src/react/index.ts
CHANGED
|
@@ -75,6 +75,7 @@ export { default as Garage } from './Garage';
|
|
|
75
75
|
export { default as Garden } from './Garden';
|
|
76
76
|
export { default as GasHeating } from './GasHeating';
|
|
77
77
|
export { default as Gym } from './Gym';
|
|
78
|
+
export { default as Handshake } from './Handshake';
|
|
78
79
|
export { default as Heating } from './Heating';
|
|
79
80
|
export { default as HelpCircle } from './HelpCircle';
|
|
80
81
|
export { default as History } from './History';
|
package/src/react/index.tsx
CHANGED
|
@@ -74,6 +74,7 @@ export { default as Garage } from './Garage';
|
|
|
74
74
|
export { default as Garden } from './Garden';
|
|
75
75
|
export { default as GasHeating } from './GasHeating';
|
|
76
76
|
export { default as Gym } from './Gym';
|
|
77
|
+
export { default as Handshake } from './Handshake';
|
|
77
78
|
export { default as Heating } from './Heating';
|
|
78
79
|
export { default as HelpCircle } from './HelpCircle';
|
|
79
80
|
export { default as History } from './History';
|