huspy-icons 0.3.31 → 0.3.33
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 +541 -489
- package/dist/react/index.js.map +1 -1
- package/dist/react/index.mjs +462 -410
- package/dist/react/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/native/glyphMap.ts +78 -77
- package/src/react/Furnished.tsx +4 -4
- package/src/react/Handshake.tsx +40 -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
|
/**
|
package/src/react/Furnished.tsx
CHANGED
|
@@ -13,15 +13,15 @@ const SvgFurnished = ({ size = 16, ...props }: ReactIconProps) => {
|
|
|
13
13
|
xmlns="http://www.w3.org/2000/svg"
|
|
14
14
|
{...props}
|
|
15
15
|
>
|
|
16
|
-
<g clipPath="url(#
|
|
16
|
+
<g clipPath="url(#a)">
|
|
17
17
|
<path
|
|
18
|
-
d="M19.
|
|
18
|
+
d="M19.45 10.875a2.3 2.3 0 0 1 1.444-2.134 3.7 3.7 0 0 0-3.644-3.066H12.8v6.65h6.65zm-14.9 1.45h6.65v-6.65H6.75A3.7 3.7 0 0 0 3.105 8.74a2.3 2.3 0 0 1 1.445 2.134zm16.5.05a1.55 1.55 0 0 1-1.55 1.55h-15a1.55 1.55 0 0 1-1.55-1.55v-1.5a.7.7 0 0 0-1.4 0v3a2.2 2.2 0 0 0 2.2 2.2h16.5a2.2 2.2 0 0 0 2.2-2.2v-3a.7.7 0 0 0-1.4 0zm3 1.5a3.8 3.8 0 0 1-3 3.714v.911a.8.8 0 1 1-1.6 0v-.825H4.55v.825a.8.8 0 1 1-1.6 0v-.911a3.8 3.8 0 0 1-3-3.714v-3a2.3 2.3 0 0 1 1.543-2.17 5.3 5.3 0 0 1 5.257-4.63h10.5a5.3 5.3 0 0 1 5.256 4.63 2.3 2.3 0 0 1 1.544 2.17z"
|
|
19
19
|
fill="currentColor"
|
|
20
20
|
/>
|
|
21
21
|
</g>
|
|
22
22
|
<defs>
|
|
23
|
-
<clipPath id="
|
|
24
|
-
<
|
|
23
|
+
<clipPath id="a">
|
|
24
|
+
<path fill="currentColor" d="M0 0h24v24H0z" />
|
|
25
25
|
</clipPath>
|
|
26
26
|
</defs>
|
|
27
27
|
</svg>
|
|
@@ -0,0 +1,40 @@
|
|
|
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(#a)">
|
|
17
|
+
<path
|
|
18
|
+
fillRule="evenodd"
|
|
19
|
+
clipRule="evenodd"
|
|
20
|
+
d="m10.363 6.618-.414-.353a2.37 2.37 0 0 0-1.439-.489c-.308 0-.614.061-.9.18L2.467 8.085M-1 6.05h2.311c.611-.026 1.128.463 1.156 1.095v7.67c-.028.632-.545 1.122-1.156 1.096H-1m26 0h-2.311c-.611.026-1.128-.464-1.156-1.096v-7.67c.028-.632.545-1.121 1.156-1.095H25"
|
|
21
|
+
fill="currentColor"
|
|
22
|
+
/>
|
|
23
|
+
<path
|
|
24
|
+
d="m21.58 15.122-5.963 1.179m-.825-8.186-4.008 1.37a1.315 1.315 0 0 1-1.623-.73c-.307-.68-.036-1.49.611-1.829l3.882-2.019a2.63 2.63 0 0 1 2.15-.129l5.747 2.174m-19.16 8.18h2.826l4.058 4.705a1.52 1.52 0 0 0 1.714.455A1.6 1.6 0 0 0 12 18.79v-.735m0 0 .202.084a1.86 1.86 0 0 0 1.783-.199c.526-.368.841-.981.841-1.638M12 18.054l-1.13-1.168m3.957-.585h.565a1.69 1.69 0 0 0 1.516-.97 1.8 1.8 0 0 0-.16-1.837l-3.627-4.807m1.705 7.614-1.696-1.755m-2.767-7.928-.414-.353a2.37 2.37 0 0 0-1.439-.489c-.308 0-.614.061-.9.18L2.467 8.085M-1 6.05h2.311c.611-.026 1.128.463 1.156 1.095v7.67c-.028.632-.545 1.122-1.156 1.096H-1m26 0h-2.311c-.611.026-1.128-.464-1.156-1.096v-7.67c.028-.632.545-1.121 1.156-1.095H25"
|
|
25
|
+
stroke="currentColor"
|
|
26
|
+
strokeWidth={1.704}
|
|
27
|
+
strokeLinecap="round"
|
|
28
|
+
strokeLinejoin="round"
|
|
29
|
+
/>
|
|
30
|
+
</g>
|
|
31
|
+
<defs>
|
|
32
|
+
<clipPath id="a">
|
|
33
|
+
<path fill="currentColor" d="M0 0h24v24H0z" />
|
|
34
|
+
</clipPath>
|
|
35
|
+
</defs>
|
|
36
|
+
</svg>
|
|
37
|
+
);
|
|
38
|
+
};
|
|
39
|
+
|
|
40
|
+
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';
|