huspy-icons 0.3.26 → 0.3.28
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 +147 -138
- package/dist/fonts/HuspyIcons.eot +0 -0
- package/dist/fonts/HuspyIcons.json +137 -134
- package/dist/fonts/HuspyIcons.ts +143 -134
- 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 +137 -134
- package/dist/native/index.js.map +1 -1
- package/dist/react/index.d.mts +8 -2
- package/dist/react/index.d.ts +8 -2
- package/dist/react/index.js +933 -753
- package/dist/react/index.js.map +1 -1
- package/dist/react/index.mjs +810 -630
- package/dist/react/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/native/glyphMap.ts +138 -135
- package/src/react/CalendarCheck.tsx +50 -0
- package/src/react/Icon.tsx +10 -1
- package/src/react/ThumbsDown.tsx +32 -0
- package/src/react/ThumbsUp.tsx +32 -0
- package/src/react/index.ts +3 -0
- package/src/react/index.tsx +3 -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-2' | 'touch-ios' | 'touch-android' | 'time' | 'thermometer-snowflake' | 'terrace' | 'tennis' | 'tasks' | 'swimming-pool' | 'store' | 'storage' | 'status-dot' | 'size-3d' | '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-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' | '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-clock' | '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-2' | 'touch-ios' | 'touch-android' | 'time' | 'thumbs-up' | 'thumbs-down' | 'thermometer-snowflake' | 'terrace' | 'tennis' | 'tasks' | 'swimming-pool' | 'store' | 'storage' | 'status-dot' | 'size-3d' | '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-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' | '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-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
|
|
@@ -23,140 +23,143 @@ export const glyphMap: Record<IconName, number> = {
|
|
|
23
23
|
"touch-ios": 61706,
|
|
24
24
|
"touch-android": 61707,
|
|
25
25
|
"time": 61708,
|
|
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
|
-
"
|
|
76
|
-
"
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
"
|
|
88
|
-
"
|
|
89
|
-
"
|
|
90
|
-
"
|
|
91
|
-
"
|
|
92
|
-
"
|
|
93
|
-
"
|
|
94
|
-
"
|
|
95
|
-
"
|
|
96
|
-
"
|
|
97
|
-
"file-
|
|
98
|
-
"file-
|
|
99
|
-
"file-
|
|
100
|
-
"file-
|
|
101
|
-
"file-
|
|
102
|
-
"
|
|
103
|
-
"
|
|
104
|
-
"face-
|
|
105
|
-
"
|
|
106
|
-
"
|
|
107
|
-
"
|
|
108
|
-
"
|
|
109
|
-
"
|
|
110
|
-
"
|
|
111
|
-
"
|
|
112
|
-
"
|
|
113
|
-
"
|
|
114
|
-
"
|
|
115
|
-
"
|
|
116
|
-
"
|
|
117
|
-
"
|
|
118
|
-
"
|
|
119
|
-
"
|
|
120
|
-
"
|
|
121
|
-
"
|
|
122
|
-
"
|
|
123
|
-
"
|
|
124
|
-
"
|
|
125
|
-
"chevron-
|
|
126
|
-
"chevron-
|
|
127
|
-
"
|
|
128
|
-
"
|
|
129
|
-
"check
|
|
130
|
-
"
|
|
131
|
-
"
|
|
132
|
-
"chalet-
|
|
133
|
-
"
|
|
134
|
-
"
|
|
135
|
-
"cancel
|
|
136
|
-
"
|
|
137
|
-
"
|
|
138
|
-
"
|
|
139
|
-
"
|
|
140
|
-
"
|
|
141
|
-
"
|
|
142
|
-
"
|
|
143
|
-
"
|
|
144
|
-
"
|
|
145
|
-
"
|
|
146
|
-
"
|
|
147
|
-
"arrow-up
|
|
148
|
-
"arrow-right": 61831,
|
|
149
|
-
"arrow-left": 61832,
|
|
150
|
-
"arrow-down": 61833,
|
|
151
|
-
"arrow-
|
|
152
|
-
"arrow-
|
|
153
|
-
"
|
|
154
|
-
"
|
|
155
|
-
"
|
|
156
|
-
"
|
|
157
|
-
"
|
|
158
|
-
"
|
|
159
|
-
"
|
|
26
|
+
"thumbs-up": 61709,
|
|
27
|
+
"thumbs-down": 61710,
|
|
28
|
+
"thermometer-snowflake": 61711,
|
|
29
|
+
"terrace": 61712,
|
|
30
|
+
"tennis": 61713,
|
|
31
|
+
"tasks": 61714,
|
|
32
|
+
"swimming-pool": 61715,
|
|
33
|
+
"store": 61716,
|
|
34
|
+
"storage": 61717,
|
|
35
|
+
"status-dot": 61718,
|
|
36
|
+
"size-3d": 61719,
|
|
37
|
+
"share": 61720,
|
|
38
|
+
"search": 61721,
|
|
39
|
+
"search-x": 61722,
|
|
40
|
+
"sea": 61723,
|
|
41
|
+
"sauna": 61724,
|
|
42
|
+
"sale": 61725,
|
|
43
|
+
"restaurant": 61726,
|
|
44
|
+
"rent": 61727,
|
|
45
|
+
"properties-linear": 61728,
|
|
46
|
+
"properties-filled": 61729,
|
|
47
|
+
"promotion": 61730,
|
|
48
|
+
"plus": 61731,
|
|
49
|
+
"play-solid": 61732,
|
|
50
|
+
"pin_map_solid": 61733,
|
|
51
|
+
"phone-linear": 61734,
|
|
52
|
+
"pet": 61735,
|
|
53
|
+
"pent-house": 61736,
|
|
54
|
+
"pencil-line": 61737,
|
|
55
|
+
"payments": 61738,
|
|
56
|
+
"patio": 61739,
|
|
57
|
+
"party-hall": 61740,
|
|
58
|
+
"parking": 61741,
|
|
59
|
+
"paddle-tennis": 61742,
|
|
60
|
+
"outside": 61743,
|
|
61
|
+
"notes": 61744,
|
|
62
|
+
"note": 61745,
|
|
63
|
+
"mortgage": 61746,
|
|
64
|
+
"more-horizontal": 61747,
|
|
65
|
+
"monumental": 61748,
|
|
66
|
+
"minus": 61749,
|
|
67
|
+
"map": 61750,
|
|
68
|
+
"map-pin": 61751,
|
|
69
|
+
"mail": 61752,
|
|
70
|
+
"maids-service": 61753,
|
|
71
|
+
"maids-room": 61754,
|
|
72
|
+
"magic-wand": 61755,
|
|
73
|
+
"logout": 61756,
|
|
74
|
+
"loft": 61757,
|
|
75
|
+
"lock": 61758,
|
|
76
|
+
"loader": 61759,
|
|
77
|
+
"lift": 61760,
|
|
78
|
+
"leads-linear": 61761,
|
|
79
|
+
"leads-filled": 61762,
|
|
80
|
+
"keys_01": 61763,
|
|
81
|
+
"info": 61764,
|
|
82
|
+
"images-gallery": 61765,
|
|
83
|
+
"image": 61766,
|
|
84
|
+
"image-off": 61767,
|
|
85
|
+
"icon-slot": 61768,
|
|
86
|
+
"home-linear": 61769,
|
|
87
|
+
"home-filled": 61770,
|
|
88
|
+
"history": 61771,
|
|
89
|
+
"help-circle": 61772,
|
|
90
|
+
"heating": 61773,
|
|
91
|
+
"gym": 61774,
|
|
92
|
+
"gas-heating": 61775,
|
|
93
|
+
"garden": 61776,
|
|
94
|
+
"garage": 61777,
|
|
95
|
+
"furnished": 61778,
|
|
96
|
+
"filter": 61779,
|
|
97
|
+
"file-text": 61780,
|
|
98
|
+
"file-spreadsheet": 61781,
|
|
99
|
+
"file-signature": 61782,
|
|
100
|
+
"file-lock": 61783,
|
|
101
|
+
"file-key": 61784,
|
|
102
|
+
"file-input": 61785,
|
|
103
|
+
"file-check": 61786,
|
|
104
|
+
"face-ios-light": 61787,
|
|
105
|
+
"face-ios-bold": 61788,
|
|
106
|
+
"face-android": 61789,
|
|
107
|
+
"eye-visible": 61790,
|
|
108
|
+
"eye-hidden": 61791,
|
|
109
|
+
"explore-linear": 61792,
|
|
110
|
+
"explore-filled": 61793,
|
|
111
|
+
"equipped-kitchen": 61794,
|
|
112
|
+
"electric": 61795,
|
|
113
|
+
"edit": 61796,
|
|
114
|
+
"duplex": 61797,
|
|
115
|
+
"doorman": 61798,
|
|
116
|
+
"door-open": 61799,
|
|
117
|
+
"dishwasher": 61800,
|
|
118
|
+
"copy": 61801,
|
|
119
|
+
"contact": 61802,
|
|
120
|
+
"concierge": 61803,
|
|
121
|
+
"collections": 61804,
|
|
122
|
+
"closet": 61805,
|
|
123
|
+
"classic-building": 61806,
|
|
124
|
+
"circle-off": 61807,
|
|
125
|
+
"chevron-up": 61808,
|
|
126
|
+
"chevron-right": 61809,
|
|
127
|
+
"chevron-left": 61810,
|
|
128
|
+
"chevron-down": 61811,
|
|
129
|
+
"check": 61812,
|
|
130
|
+
"check-circle-2": 61813,
|
|
131
|
+
"check-check": 61814,
|
|
132
|
+
"chalet-pareado": 61815,
|
|
133
|
+
"chalet-independet": 61816,
|
|
134
|
+
"chalet-adosado": 61817,
|
|
135
|
+
"cancel": 61818,
|
|
136
|
+
"cancel-circle-stroke": 61819,
|
|
137
|
+
"cancel-circle-solid": 61820,
|
|
138
|
+
"calendar": 61821,
|
|
139
|
+
"calendar-clock": 61822,
|
|
140
|
+
"calendar-check": 61823,
|
|
141
|
+
"building": 61824,
|
|
142
|
+
"bell": 61825,
|
|
143
|
+
"bed-double": 61826,
|
|
144
|
+
"bath": 61827,
|
|
145
|
+
"barbeque": 61828,
|
|
146
|
+
"balcony-window": 61829,
|
|
147
|
+
"arrow-up": 61830,
|
|
148
|
+
"arrow-up-right": 61831,
|
|
149
|
+
"arrow-up-left": 61832,
|
|
150
|
+
"arrow-up-down": 61833,
|
|
151
|
+
"arrow-right": 61834,
|
|
152
|
+
"arrow-left": 61835,
|
|
153
|
+
"arrow-down": 61836,
|
|
154
|
+
"arrow-down-right": 61837,
|
|
155
|
+
"arrow-down-left": 61838,
|
|
156
|
+
"archive": 61839,
|
|
157
|
+
"alert-triangle": 61840,
|
|
158
|
+
"alert-circle": 61841,
|
|
159
|
+
"air-conditioner": 61842,
|
|
160
|
+
"ai": 61843,
|
|
161
|
+
"add-note": 61844,
|
|
162
|
+
"accessibility": 61845
|
|
160
163
|
};
|
|
161
164
|
|
|
162
165
|
/**
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import type { ReactIconProps } from '../shared/types';
|
|
3
|
+
import { resolveSize } from '../shared/types';
|
|
4
|
+
|
|
5
|
+
const SvgCalendarCheck = ({ 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="M2.87868 3.87868C3.44129 3.31607 4.20435 3 5 3H19C19.7957 3 20.5587 3.31607 21.1213 3.87868C21.6839 4.44129 22 5.20435 22 6V13C22 13.5523 21.5523 14 21 14C20.4477 14 20 13.5523 20 13V6C20 5.73478 19.8946 5.48043 19.7071 5.29289C19.5196 5.10536 19.2652 5 19 5H5C4.73478 5 4.48043 5.10536 4.29289 5.29289C4.10536 5.48043 4 5.73478 4 6V20C4 20.2652 4.10536 20.5196 4.29289 20.7071C4.48043 20.8946 4.73478 21 5 21H13C13.5523 21 14 21.4477 14 22C14 22.5523 13.5523 23 13 23H5C4.20435 23 3.44129 22.6839 2.87868 22.1213C2.31607 21.5587 2 20.7957 2 20V6C2 5.20435 2.31607 4.44129 2.87868 3.87868Z"
|
|
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
|
+
<path
|
|
41
|
+
fillRule="evenodd"
|
|
42
|
+
clipRule="evenodd"
|
|
43
|
+
d="M22.5106 17.2929C22.9011 17.6834 22.9011 18.3166 22.5106 18.7071L18.5106 22.7071C18.12 23.0976 17.4869 23.0976 17.0963 22.7071L15.0963 20.7071C14.7058 20.3166 14.7058 19.6834 15.0963 19.2929C15.4869 18.9024 16.12 18.9024 16.5106 19.2929L17.8034 20.5858L21.0963 17.2929C21.4869 16.9024 22.12 16.9024 22.5106 17.2929Z"
|
|
44
|
+
fill="currentColor"
|
|
45
|
+
/>
|
|
46
|
+
</svg>
|
|
47
|
+
);
|
|
48
|
+
};
|
|
49
|
+
|
|
50
|
+
export default SvgCalendarCheck;
|
package/src/react/Icon.tsx
CHANGED
|
@@ -28,6 +28,7 @@ import type { ReactIconProps } from '../shared/types';
|
|
|
28
28
|
// Icon: bell
|
|
29
29
|
// Icon: building
|
|
30
30
|
// Icon: calendar
|
|
31
|
+
// Icon: calendar-check
|
|
31
32
|
// Icon: calendar-clock
|
|
32
33
|
// Icon: cancel
|
|
33
34
|
// Icon: cancel-circle-solid
|
|
@@ -139,6 +140,8 @@ import type { ReactIconProps } from '../shared/types';
|
|
|
139
140
|
// Icon: tennis
|
|
140
141
|
// Icon: terrace
|
|
141
142
|
// Icon: thermometer-snowflake
|
|
143
|
+
// Icon: thumbs-down
|
|
144
|
+
// Icon: thumbs-up
|
|
142
145
|
// Icon: time
|
|
143
146
|
// Icon: touch-android
|
|
144
147
|
// Icon: touch-ios
|
|
@@ -155,7 +158,7 @@ import type { ReactIconProps } from '../shared/types';
|
|
|
155
158
|
/**
|
|
156
159
|
* Available icon names
|
|
157
160
|
*/
|
|
158
|
-
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-clock' | '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' | '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' | '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' | 'size3d' | 'status-dot' | 'storage' | 'store' | 'swimming-pool' | 'tasks' | 'tennis' | 'terrace' | 'thermometer-snowflake' | 'time' | 'touch-android' | 'touch-ios' | 'trash2' | 'user' | 'user-plus' | 'user-square' | 'walk-in-closet' | 'warehouse' | 'washing-machine' | 'whatsapp' | 'wifi';
|
|
161
|
+
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' | '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' | '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' | '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' | 'size3d' | 'status-dot' | 'storage' | 'store' | 'swimming-pool' | 'tasks' | 'tennis' | 'terrace' | 'thermometer-snowflake' | 'thumbs-down' | 'thumbs-up' | 'time' | 'touch-android' | 'touch-ios' | 'trash2' | 'user' | 'user-plus' | 'user-square' | 'walk-in-closet' | 'warehouse' | 'washing-machine' | 'whatsapp' | 'wifi';
|
|
159
162
|
|
|
160
163
|
/**
|
|
161
164
|
* Props for the unified Icon component
|
|
@@ -221,6 +224,8 @@ function loadIcon(name: IconName): Promise<React.ComponentType<any>> {
|
|
|
221
224
|
return import('./Building').then(m => m.default);
|
|
222
225
|
case 'calendar':
|
|
223
226
|
return import('./Calendar').then(m => m.default);
|
|
227
|
+
case 'calendar-check':
|
|
228
|
+
return import('./CalendarCheck').then(m => m.default);
|
|
224
229
|
case 'calendar-clock':
|
|
225
230
|
return import('./CalendarClock').then(m => m.default);
|
|
226
231
|
case 'cancel':
|
|
@@ -443,6 +448,10 @@ function loadIcon(name: IconName): Promise<React.ComponentType<any>> {
|
|
|
443
448
|
return import('./Terrace').then(m => m.default);
|
|
444
449
|
case 'thermometer-snowflake':
|
|
445
450
|
return import('./ThermometerSnowflake').then(m => m.default);
|
|
451
|
+
case 'thumbs-down':
|
|
452
|
+
return import('./ThumbsDown').then(m => m.default);
|
|
453
|
+
case 'thumbs-up':
|
|
454
|
+
return import('./ThumbsUp').then(m => m.default);
|
|
446
455
|
case 'time':
|
|
447
456
|
return import('./Time').then(m => m.default);
|
|
448
457
|
case 'touch-android':
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import type { ReactIconProps } from '../shared/types';
|
|
3
|
+
import { resolveSize } from '../shared/types';
|
|
4
|
+
|
|
5
|
+
const SvgThumbsDown = ({ 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="M16.3295 3.5C16.8064 3.5 17.1931 3.88666 17.1931 4.36364V14.7273C17.1931 15.2042 16.8064 15.5909 16.3295 15.5909C15.8525 15.5909 15.4658 15.2042 15.4658 14.7273V4.36364C15.4658 3.88666 15.8525 3.5 16.3295 3.5Z"
|
|
20
|
+
fill="currentColor"
|
|
21
|
+
/>
|
|
22
|
+
<path
|
|
23
|
+
fillRule="evenodd"
|
|
24
|
+
clipRule="evenodd"
|
|
25
|
+
d="M7.26138 5.22727C7.07452 5.22727 6.8927 5.28788 6.7432 5.4C6.5938 5.51205 6.48475 5.66951 6.43239 5.84877L4.42011 12.7579C4.38257 12.8866 4.37542 13.0226 4.39941 13.1545C4.42339 13.2864 4.47776 13.4109 4.5582 13.5182C4.63865 13.6254 4.74296 13.7125 4.86288 13.7725C4.9828 13.8324 5.11504 13.8636 5.24911 13.8636H10.2841C10.549 13.8636 10.7993 13.9852 10.963 14.1934C11.1267 14.4017 11.1859 14.6735 11.1234 14.931L10.2597 18.4892L10.2589 18.4925C10.1925 18.7616 10.1877 19.0422 10.245 19.3134C10.3022 19.5846 10.42 19.8393 10.5896 20.0586C10.7591 20.2779 10.976 20.456 11.2241 20.5797C11.3184 20.6267 11.4163 20.6654 11.5167 20.6955L14.2175 15.3016C14.2178 15.3011 14.218 15.3006 14.2182 15.3001C14.4328 14.8691 14.7631 14.5064 15.1723 14.2526C15.582 13.9986 16.0544 13.8639 16.5364 13.8636H18.9205C19.1495 13.8636 19.3692 13.7726 19.5312 13.6107C19.6931 13.4487 19.7841 13.2291 19.7841 13V6.09091C19.7841 5.86186 19.6931 5.64219 19.5312 5.48023C19.3692 5.31826 19.1495 5.22727 18.9205 5.22727H7.26138ZM5.70684 4.01818C6.15532 3.68182 6.70079 3.5 7.26138 3.5H18.9205C19.6076 3.5 20.2666 3.77297 20.7525 4.25886C21.2384 4.74475 21.5114 5.40376 21.5114 6.09091V13C21.5114 13.6872 21.2384 14.3462 20.7525 14.832C20.2666 15.3179 19.6076 15.5909 18.9205 15.5909H16.5373C16.3766 15.591 16.2192 15.6359 16.0826 15.7206C15.9461 15.8053 15.8358 15.9263 15.7643 16.0702L15.7632 16.0726L12.7836 22.023C12.6355 22.3188 12.3315 22.504 12.0007 22.4999C11.4633 22.4933 10.9344 22.3653 10.4534 22.1255C9.97243 21.8857 9.55186 21.5403 9.22313 21.1151C8.89439 20.69 8.66598 20.196 8.55497 19.6702C8.44408 19.1449 8.45318 18.6015 8.58158 18.0802C8.58172 18.0796 8.58187 18.079 8.58202 18.0784L9.18578 15.5909H5.24911C4.84689 15.5909 4.45018 15.4973 4.09042 15.3174C3.73066 15.1375 3.41772 14.8763 3.17639 14.5545C2.93505 14.2328 2.77195 13.8592 2.69999 13.4635C2.62806 13.0678 2.6492 12.6609 2.76175 12.2749C2.76172 12.275 2.76178 12.2748 2.76175 12.2749L4.77402 5.36577C4.93099 4.8276 5.25836 4.35454 5.70684 4.01818Z"
|
|
26
|
+
fill="currentColor"
|
|
27
|
+
/>
|
|
28
|
+
</svg>
|
|
29
|
+
);
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
export default SvgThumbsDown;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import type { ReactIconProps } from '../shared/types';
|
|
3
|
+
import { resolveSize } from '../shared/types';
|
|
4
|
+
|
|
5
|
+
const SvgThumbsUp = ({ 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.67028 8.40912C8.14725 8.40912 8.53391 8.79578 8.53391 9.27276V19.6364C8.53391 20.1134 8.14725 20.5 7.67028 20.5C7.1933 20.5 6.80664 20.1134 6.80664 19.6364V9.27276C6.80664 8.79578 7.1933 8.40912 7.67028 8.40912Z"
|
|
20
|
+
fill="currentColor"
|
|
21
|
+
/>
|
|
22
|
+
<path
|
|
23
|
+
fillRule="evenodd"
|
|
24
|
+
clipRule="evenodd"
|
|
25
|
+
d="M11.216 1.97696C11.3642 1.68117 11.6682 1.49597 11.999 1.50007C12.5364 1.50672 13.0653 1.63473 13.5463 1.87452C14.0272 2.11431 14.4478 2.4597 14.7765 2.88486C15.1053 3.31003 15.3337 3.80398 15.4447 4.32982C15.5556 4.8551 15.5465 5.39863 15.4181 5.91988C15.4179 5.92044 15.4178 5.921 15.4177 5.92155L14.8139 8.40909H18.7506C19.1528 8.40909 19.5495 8.50274 19.9092 8.68262C20.269 8.8625 20.5819 9.12367 20.8233 9.44545C21.0646 9.76724 21.2277 10.1408 21.2997 10.5365C21.3716 10.9322 21.3505 11.3391 21.2379 11.7251C21.2379 11.7252 21.238 11.725 21.2379 11.7251L19.2256 18.6342C19.0687 19.1724 18.7413 19.6455 18.2928 19.9818C17.8444 20.3182 17.2989 20.5 16.7383 20.5H5.07919C4.39204 20.5 3.73303 20.227 3.24714 19.7411C2.76125 19.2552 2.48828 18.5962 2.48828 17.9091V11C2.48828 10.3128 2.76125 9.65384 3.24714 9.16795C3.73303 8.68206 4.39204 8.40909 5.07919 8.40909H7.46237C7.62304 8.40901 7.7805 8.3641 7.91705 8.27943C8.0536 8.19475 8.16382 8.07366 8.23532 7.92977L8.2365 7.92741L11.216 1.97696ZM12.483 3.30453L9.78215 8.69841C9.78194 8.69883 9.78173 8.69925 9.78152 8.69967C9.56701 9.13078 9.23659 9.49359 8.82734 9.74736C8.41769 10.0014 7.9453 10.1361 7.46329 10.1364H5.07919C4.85014 10.1364 4.63047 10.2274 4.46851 10.3893C4.30654 10.5513 4.21555 10.7709 4.21555 11V17.9091C4.21555 18.1381 4.30654 18.3578 4.46851 18.5198C4.63047 18.6817 4.85014 18.7727 5.07919 18.7727H16.7383C16.9251 18.7727 17.107 18.7121 17.2565 18.6C17.4059 18.4879 17.5149 18.3305 17.5673 18.1512C17.5672 18.1513 17.5673 18.1511 17.5673 18.1512L19.5796 11.2421C19.6171 11.1134 19.6242 10.9774 19.6003 10.8455C19.5763 10.7136 19.5219 10.5891 19.4415 10.4818C19.361 10.3746 19.2567 10.2875 19.1368 10.2275C19.0169 10.1676 18.8846 10.1364 18.7506 10.1364H13.7156C13.4507 10.1364 13.2004 10.0148 13.0367 9.80655C12.8729 9.59832 12.8138 9.32645 12.8763 9.06902L13.7399 5.51084L13.7407 5.50754C13.8072 5.23844 13.8119 4.95782 13.7547 4.68662C13.6974 4.41542 13.5796 4.16067 13.4101 3.9414C13.2405 3.72213 13.0236 3.544 12.7756 3.42033C12.6813 3.3733 12.5834 3.33461 12.483 3.30453Z"
|
|
26
|
+
fill="currentColor"
|
|
27
|
+
/>
|
|
28
|
+
</svg>
|
|
29
|
+
);
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
export default SvgThumbsUp;
|
package/src/react/index.ts
CHANGED
|
@@ -22,6 +22,7 @@ export { default as BedDouble } from './BedDouble';
|
|
|
22
22
|
export { default as Bell } from './Bell';
|
|
23
23
|
export { default as Building } from './Building';
|
|
24
24
|
export { default as Calendar } from './Calendar';
|
|
25
|
+
export { default as CalendarCheck } from './CalendarCheck';
|
|
25
26
|
export { default as CalendarClock } from './CalendarClock';
|
|
26
27
|
export { default as Cancel } from './Cancel';
|
|
27
28
|
export { default as CancelCircleSolid } from './CancelCircleSolid';
|
|
@@ -133,6 +134,8 @@ export { default as Tasks } from './Tasks';
|
|
|
133
134
|
export { default as Tennis } from './Tennis';
|
|
134
135
|
export { default as Terrace } from './Terrace';
|
|
135
136
|
export { default as ThermometerSnowflake } from './ThermometerSnowflake';
|
|
137
|
+
export { default as ThumbsDown } from './ThumbsDown';
|
|
138
|
+
export { default as ThumbsUp } from './ThumbsUp';
|
|
136
139
|
export { default as Time } from './Time';
|
|
137
140
|
export { default as TouchAndroid } from './TouchAndroid';
|
|
138
141
|
export { default as TouchIos } from './TouchIos';
|
package/src/react/index.tsx
CHANGED
|
@@ -20,6 +20,7 @@ export { default as Bath } from './Bath';
|
|
|
20
20
|
export { default as BedDouble } from './BedDouble';
|
|
21
21
|
export { default as Bell } from './Bell';
|
|
22
22
|
export { default as Building } from './Building';
|
|
23
|
+
export { default as CalendarCheck } from './CalendarCheck';
|
|
23
24
|
export { default as CalendarClock } from './CalendarClock';
|
|
24
25
|
export { default as Calendar } from './Calendar';
|
|
25
26
|
export { default as CancelCircleSolid } from './CancelCircleSolid';
|
|
@@ -132,6 +133,8 @@ export { default as Tasks } from './Tasks';
|
|
|
132
133
|
export { default as Tennis } from './Tennis';
|
|
133
134
|
export { default as Terrace } from './Terrace';
|
|
134
135
|
export { default as ThermometerSnowflake } from './ThermometerSnowflake';
|
|
136
|
+
export { default as ThumbsDown } from './ThumbsDown';
|
|
137
|
+
export { default as ThumbsUp } from './ThumbsUp';
|
|
135
138
|
export { default as Time } from './Time';
|
|
136
139
|
export { default as TouchAndroid } from './TouchAndroid';
|
|
137
140
|
export { default as TouchIos } from './TouchIos';
|