huspy-icons 0.3.38 → 0.3.39
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 +157 -154
- package/dist/fonts/HuspyIcons.eot +0 -0
- package/dist/fonts/HuspyIcons.json +151 -150
- package/dist/fonts/HuspyIcons.ts +153 -150
- 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 +151 -150
- 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 +111 -51
- package/dist/react/index.js.map +1 -1
- package/dist/react/index.mjs +103 -43
- package/dist/react/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/native/glyphMap.ts +152 -151
- package/src/react/Icon.tsx +4 -1
- package/src/react/Upload.tsx +38 -0
- 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-search-empty' | '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' | 'camera' | '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' | 'upload' | '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-search-empty' | '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' | 'camera' | '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
|
|
@@ -19,156 +19,157 @@ export const glyphMap: Record<IconName, number> = {
|
|
|
19
19
|
"user": 61702,
|
|
20
20
|
"user-square": 61703,
|
|
21
21
|
"user-plus": 61704,
|
|
22
|
-
"
|
|
23
|
-
"trash
|
|
24
|
-
"
|
|
25
|
-
"touch-
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"thumbs-
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"search
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
"properties-
|
|
49
|
-
"properties-
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
"
|
|
70
|
-
"
|
|
71
|
-
"map
|
|
72
|
-
"
|
|
73
|
-
"
|
|
74
|
-
"maids-
|
|
75
|
-
"
|
|
76
|
-
"
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"leads-
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
"image
|
|
88
|
-
"
|
|
89
|
-
"
|
|
90
|
-
"home-
|
|
91
|
-
"
|
|
92
|
-
"
|
|
93
|
-
"
|
|
94
|
-
"
|
|
95
|
-
"
|
|
96
|
-
"
|
|
97
|
-
"
|
|
98
|
-
"
|
|
99
|
-
"
|
|
100
|
-
"
|
|
101
|
-
"
|
|
102
|
-
"file
|
|
103
|
-
"file-
|
|
104
|
-
"file-
|
|
105
|
-
"file-
|
|
106
|
-
"file-
|
|
107
|
-
"file-
|
|
108
|
-
"file-
|
|
109
|
-
"file-
|
|
110
|
-
"
|
|
111
|
-
"face-ios-
|
|
112
|
-
"face-
|
|
113
|
-
"
|
|
114
|
-
"eye-
|
|
115
|
-
"
|
|
116
|
-
"
|
|
117
|
-
"explore-
|
|
118
|
-
"
|
|
119
|
-
"
|
|
120
|
-
"
|
|
121
|
-
"
|
|
122
|
-
"
|
|
123
|
-
"
|
|
124
|
-
"
|
|
125
|
-
"
|
|
126
|
-
"
|
|
127
|
-
"
|
|
128
|
-
"
|
|
129
|
-
"
|
|
130
|
-
"
|
|
131
|
-
"
|
|
132
|
-
"
|
|
133
|
-
"chevron-
|
|
134
|
-
"chevron-
|
|
135
|
-
"chevron-
|
|
136
|
-
"
|
|
137
|
-
"check
|
|
138
|
-
"check-
|
|
139
|
-
"
|
|
140
|
-
"chalet-
|
|
141
|
-
"chalet-
|
|
142
|
-
"
|
|
143
|
-
"cancel
|
|
144
|
-
"cancel-circle-
|
|
145
|
-
"
|
|
146
|
-
"
|
|
147
|
-
"calendar
|
|
148
|
-
"calendar-
|
|
149
|
-
"calendar-
|
|
150
|
-
"
|
|
151
|
-
"
|
|
152
|
-
"
|
|
153
|
-
"
|
|
154
|
-
"
|
|
155
|
-
"
|
|
156
|
-
"
|
|
157
|
-
"arrow-up
|
|
158
|
-
"arrow-up-
|
|
159
|
-
"arrow-up-
|
|
160
|
-
"arrow-
|
|
161
|
-
"arrow-
|
|
162
|
-
"arrow-
|
|
163
|
-
"arrow-down
|
|
164
|
-
"arrow-down-
|
|
165
|
-
"
|
|
166
|
-
"
|
|
167
|
-
"alert-
|
|
168
|
-
"
|
|
169
|
-
"
|
|
170
|
-
"
|
|
171
|
-
"
|
|
22
|
+
"upload": 61705,
|
|
23
|
+
"trash": 61706,
|
|
24
|
+
"trash-2": 61707,
|
|
25
|
+
"touch-ios": 61708,
|
|
26
|
+
"touch-android": 61709,
|
|
27
|
+
"time": 61710,
|
|
28
|
+
"thumbs-up": 61711,
|
|
29
|
+
"thumbs-down": 61712,
|
|
30
|
+
"thermometer-snowflake": 61713,
|
|
31
|
+
"terrace": 61714,
|
|
32
|
+
"tennis": 61715,
|
|
33
|
+
"tasks": 61716,
|
|
34
|
+
"swimming-pool": 61717,
|
|
35
|
+
"store": 61718,
|
|
36
|
+
"storage": 61719,
|
|
37
|
+
"status-dot": 61720,
|
|
38
|
+
"size-3d": 61721,
|
|
39
|
+
"shield-alert": 61722,
|
|
40
|
+
"share": 61723,
|
|
41
|
+
"search": 61724,
|
|
42
|
+
"search-x": 61725,
|
|
43
|
+
"sea": 61726,
|
|
44
|
+
"sauna": 61727,
|
|
45
|
+
"sale": 61728,
|
|
46
|
+
"restaurant": 61729,
|
|
47
|
+
"rent": 61730,
|
|
48
|
+
"properties-search-empty": 61731,
|
|
49
|
+
"properties-linear": 61732,
|
|
50
|
+
"properties-filled": 61733,
|
|
51
|
+
"promotion": 61734,
|
|
52
|
+
"plus": 61735,
|
|
53
|
+
"play-solid": 61736,
|
|
54
|
+
"pin_map_solid": 61737,
|
|
55
|
+
"phone-linear": 61738,
|
|
56
|
+
"pet": 61739,
|
|
57
|
+
"pent-house": 61740,
|
|
58
|
+
"pencil-line": 61741,
|
|
59
|
+
"payments": 61742,
|
|
60
|
+
"patio": 61743,
|
|
61
|
+
"party-hall": 61744,
|
|
62
|
+
"parking": 61745,
|
|
63
|
+
"paddle-tennis": 61746,
|
|
64
|
+
"outside": 61747,
|
|
65
|
+
"notes": 61748,
|
|
66
|
+
"note": 61749,
|
|
67
|
+
"mortgage": 61750,
|
|
68
|
+
"more-horizontal": 61751,
|
|
69
|
+
"monumental": 61752,
|
|
70
|
+
"minus": 61753,
|
|
71
|
+
"map": 61754,
|
|
72
|
+
"map-pin": 61755,
|
|
73
|
+
"mail": 61756,
|
|
74
|
+
"maids-service": 61757,
|
|
75
|
+
"maids-room": 61758,
|
|
76
|
+
"magic-wand": 61759,
|
|
77
|
+
"logout": 61760,
|
|
78
|
+
"loft": 61761,
|
|
79
|
+
"lock": 61762,
|
|
80
|
+
"loader": 61763,
|
|
81
|
+
"lift": 61764,
|
|
82
|
+
"leads-linear": 61765,
|
|
83
|
+
"leads-filled": 61766,
|
|
84
|
+
"keys_01": 61767,
|
|
85
|
+
"info": 61768,
|
|
86
|
+
"images-gallery": 61769,
|
|
87
|
+
"image": 61770,
|
|
88
|
+
"image-off": 61771,
|
|
89
|
+
"icon-slot": 61772,
|
|
90
|
+
"home-linear": 61773,
|
|
91
|
+
"home-filled": 61774,
|
|
92
|
+
"history": 61775,
|
|
93
|
+
"help-circle": 61776,
|
|
94
|
+
"heating": 61777,
|
|
95
|
+
"handshake": 61778,
|
|
96
|
+
"gym": 61779,
|
|
97
|
+
"gas-heating": 61780,
|
|
98
|
+
"garden": 61781,
|
|
99
|
+
"garage": 61782,
|
|
100
|
+
"furnished": 61783,
|
|
101
|
+
"filter": 61784,
|
|
102
|
+
"file": 61785,
|
|
103
|
+
"file-type": 61786,
|
|
104
|
+
"file-text": 61787,
|
|
105
|
+
"file-spreadsheet": 61788,
|
|
106
|
+
"file-signature": 61789,
|
|
107
|
+
"file-lock": 61790,
|
|
108
|
+
"file-key": 61791,
|
|
109
|
+
"file-input": 61792,
|
|
110
|
+
"file-check": 61793,
|
|
111
|
+
"face-ios-light": 61794,
|
|
112
|
+
"face-ios-bold": 61795,
|
|
113
|
+
"face-android": 61796,
|
|
114
|
+
"eye-visible": 61797,
|
|
115
|
+
"eye-hidden": 61798,
|
|
116
|
+
"external_link": 61799,
|
|
117
|
+
"explore-linear": 61800,
|
|
118
|
+
"explore-filled": 61801,
|
|
119
|
+
"equipped-kitchen": 61802,
|
|
120
|
+
"electric": 61803,
|
|
121
|
+
"edit": 61804,
|
|
122
|
+
"duplex": 61805,
|
|
123
|
+
"doorman": 61806,
|
|
124
|
+
"door-open": 61807,
|
|
125
|
+
"dishwasher": 61808,
|
|
126
|
+
"copy": 61809,
|
|
127
|
+
"contact": 61810,
|
|
128
|
+
"concierge": 61811,
|
|
129
|
+
"collections": 61812,
|
|
130
|
+
"closet": 61813,
|
|
131
|
+
"classic-building": 61814,
|
|
132
|
+
"circle-off": 61815,
|
|
133
|
+
"chevron-up": 61816,
|
|
134
|
+
"chevron-right": 61817,
|
|
135
|
+
"chevron-left": 61818,
|
|
136
|
+
"chevron-down": 61819,
|
|
137
|
+
"check": 61820,
|
|
138
|
+
"check-circle-2": 61821,
|
|
139
|
+
"check-check": 61822,
|
|
140
|
+
"chalet-pareado": 61823,
|
|
141
|
+
"chalet-independet": 61824,
|
|
142
|
+
"chalet-adosado": 61825,
|
|
143
|
+
"cancel": 61826,
|
|
144
|
+
"cancel-circle-stroke": 61827,
|
|
145
|
+
"cancel-circle-solid": 61828,
|
|
146
|
+
"camera": 61829,
|
|
147
|
+
"calendar": 61830,
|
|
148
|
+
"calendar-x": 61831,
|
|
149
|
+
"calendar-clock": 61832,
|
|
150
|
+
"calendar-check": 61833,
|
|
151
|
+
"building": 61834,
|
|
152
|
+
"bell": 61835,
|
|
153
|
+
"bed-double": 61836,
|
|
154
|
+
"bath": 61837,
|
|
155
|
+
"barbeque": 61838,
|
|
156
|
+
"balcony-window": 61839,
|
|
157
|
+
"arrow-up": 61840,
|
|
158
|
+
"arrow-up-right": 61841,
|
|
159
|
+
"arrow-up-left": 61842,
|
|
160
|
+
"arrow-up-down": 61843,
|
|
161
|
+
"arrow-right": 61844,
|
|
162
|
+
"arrow-left": 61845,
|
|
163
|
+
"arrow-down": 61846,
|
|
164
|
+
"arrow-down-right": 61847,
|
|
165
|
+
"arrow-down-left": 61848,
|
|
166
|
+
"archive": 61849,
|
|
167
|
+
"alert-triangle": 61850,
|
|
168
|
+
"alert-circle": 61851,
|
|
169
|
+
"air-conditioner": 61852,
|
|
170
|
+
"ai": 61853,
|
|
171
|
+
"add-note": 61854,
|
|
172
|
+
"accessibility": 61855
|
|
172
173
|
};
|
|
173
174
|
|
|
174
175
|
/**
|
package/src/react/Icon.tsx
CHANGED
|
@@ -155,6 +155,7 @@ import type { ReactIconProps } from '../shared/types';
|
|
|
155
155
|
// Icon: touch-ios
|
|
156
156
|
// Icon: trash
|
|
157
157
|
// Icon: trash2
|
|
158
|
+
// Icon: upload
|
|
158
159
|
// Icon: user
|
|
159
160
|
// Icon: user-plus
|
|
160
161
|
// Icon: user-square
|
|
@@ -167,7 +168,7 @@ import type { ReactIconProps } from '../shared/types';
|
|
|
167
168
|
/**
|
|
168
169
|
* Available icon names
|
|
169
170
|
*/
|
|
170
|
-
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' | 'camera' | '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' | 'properties-search-empty' | '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';
|
|
171
|
+
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' | 'camera' | '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' | 'properties-search-empty' | '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' | 'upload' | 'user' | 'user-plus' | 'user-square' | 'walk-in-closet' | 'warehouse' | 'washing-machine' | 'whatsapp' | 'wifi';
|
|
171
172
|
|
|
172
173
|
/**
|
|
173
174
|
* Props for the unified Icon component
|
|
@@ -487,6 +488,8 @@ function loadIcon(name: IconName): Promise<React.ComponentType<any>> {
|
|
|
487
488
|
return import('./Trash').then(m => m.default);
|
|
488
489
|
case 'trash2':
|
|
489
490
|
return import('./Trash2').then(m => m.default);
|
|
491
|
+
case 'upload':
|
|
492
|
+
return import('./Upload').then(m => m.default);
|
|
490
493
|
case 'user':
|
|
491
494
|
return import('./User').then(m => m.default);
|
|
492
495
|
case 'user-plus':
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import type { ReactIconProps } from '../shared/types';
|
|
3
|
+
import { resolveSize } from '../shared/types';
|
|
4
|
+
|
|
5
|
+
const SvgUpload = ({ size = 16, ...props }: ReactIconProps) => {
|
|
6
|
+
const sizeValue = resolveSize(size);
|
|
7
|
+
|
|
8
|
+
return (
|
|
9
|
+
<svg
|
|
10
|
+
width={sizeValue} height={sizeValue}
|
|
11
|
+
viewBox="0 0 24 24"
|
|
12
|
+
fill="none"
|
|
13
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
14
|
+
{...props}
|
|
15
|
+
>
|
|
16
|
+
<path
|
|
17
|
+
fillRule="evenodd"
|
|
18
|
+
clipRule="evenodd"
|
|
19
|
+
d="M3 14C3.55228 14 4 14.4477 4 15V19C4 19.2652 4.10536 19.5196 4.29289 19.7071C4.48043 19.8946 4.73478 20 5 20H19C19.2652 20 19.5196 19.8946 19.7071 19.7071C19.8946 19.5196 20 19.2652 20 19V15C20 14.4477 20.4477 14 21 14C21.5523 14 22 14.4477 22 15V19C22 19.7957 21.6839 20.5587 21.1213 21.1213C20.5587 21.6839 19.7957 22 19 22H5C4.20435 22 3.44129 21.6839 2.87868 21.1213C2.31607 20.5587 2 19.7957 2 19V15C2 14.4477 2.44772 14 3 14Z"
|
|
20
|
+
fill="currentColor"
|
|
21
|
+
/>
|
|
22
|
+
<path
|
|
23
|
+
fillRule="evenodd"
|
|
24
|
+
clipRule="evenodd"
|
|
25
|
+
d="M11.2929 2.29289C11.6834 1.90237 12.3166 1.90237 12.7071 2.29289L17.7071 7.29289C18.0976 7.68342 18.0976 8.31658 17.7071 8.70711C17.3166 9.09763 16.6834 9.09763 16.2929 8.70711L12 4.41421L7.70711 8.70711C7.31658 9.09763 6.68342 9.09763 6.29289 8.70711C5.90237 8.31658 5.90237 7.68342 6.29289 7.29289L11.2929 2.29289Z"
|
|
26
|
+
fill="currentColor"
|
|
27
|
+
/>
|
|
28
|
+
<path
|
|
29
|
+
fillRule="evenodd"
|
|
30
|
+
clipRule="evenodd"
|
|
31
|
+
d="M12 2C12.5523 2 13 2.44772 13 3V15C13 15.5523 12.5523 16 12 16C11.4477 16 11 15.5523 11 15V3C11 2.44772 11.4477 2 12 2Z"
|
|
32
|
+
fill="currentColor"
|
|
33
|
+
/>
|
|
34
|
+
</svg>
|
|
35
|
+
);
|
|
36
|
+
};
|
|
37
|
+
|
|
38
|
+
export default SvgUpload;
|
package/src/react/index.ts
CHANGED
|
@@ -149,6 +149,7 @@ export { default as TouchAndroid } from './TouchAndroid';
|
|
|
149
149
|
export { default as TouchIos } from './TouchIos';
|
|
150
150
|
export { default as Trash } from './Trash';
|
|
151
151
|
export { default as Trash2 } from './Trash2';
|
|
152
|
+
export { default as Upload } from './Upload';
|
|
152
153
|
export { default as User } from './User';
|
|
153
154
|
export { default as UserPlus } from './UserPlus';
|
|
154
155
|
export { default as UserSquare } from './UserSquare';
|
package/src/react/index.tsx
CHANGED
|
@@ -148,6 +148,7 @@ export { default as TouchAndroid } from './TouchAndroid';
|
|
|
148
148
|
export { default as TouchIos } from './TouchIos';
|
|
149
149
|
export { default as Trash2 } from './Trash2';
|
|
150
150
|
export { default as Trash } from './Trash';
|
|
151
|
+
export { default as Upload } from './Upload';
|
|
151
152
|
export { default as UserPlus } from './UserPlus';
|
|
152
153
|
export { default as UserSquare } from './UserSquare';
|
|
153
154
|
export { default as User } from './User';
|