huspy-icons 0.3.28 → 0.3.30
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 +160 -145
- package/dist/fonts/HuspyIcons.eot +0 -0
- package/dist/fonts/HuspyIcons.json +146 -141
- package/dist/fonts/HuspyIcons.ts +156 -141
- 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 +146 -141
- package/dist/native/index.js.map +1 -1
- package/dist/react/index.d.mts +12 -2
- package/dist/react/index.d.ts +12 -2
- package/dist/react/index.js +1070 -754
- package/dist/react/index.js.map +1 -1
- package/dist/react/index.mjs +946 -630
- package/dist/react/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/native/glyphMap.ts +147 -142
- package/src/react/CalendarX.tsx +56 -0
- package/src/react/ExternalLink.tsx +24 -0
- package/src/react/File.tsx +32 -0
- package/src/react/FileType.tsx +50 -0
- package/src/react/Icon.tsx +16 -1
- package/src/react/Trash.tsx +38 -0
- package/src/react/index.ts +5 -0
- package/src/react/index.tsx +5 -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' | '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';
|
|
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' | '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';
|
|
8
8
|
|
|
9
9
|
/**
|
|
10
10
|
* Mapping of icon names to unicode codepoints
|
|
@@ -19,147 +19,152 @@ export const glyphMap: Record<IconName, number> = {
|
|
|
19
19
|
"user": 61702,
|
|
20
20
|
"user-square": 61703,
|
|
21
21
|
"user-plus": 61704,
|
|
22
|
-
"trash
|
|
23
|
-
"
|
|
24
|
-
"touch-
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
"thumbs-
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"search
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"properties-
|
|
47
|
-
"
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
-
"map
|
|
69
|
-
"
|
|
70
|
-
"
|
|
71
|
-
"maids-
|
|
72
|
-
"
|
|
73
|
-
"
|
|
74
|
-
"
|
|
75
|
-
"
|
|
76
|
-
"
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
"leads-
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"image
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
"home-
|
|
88
|
-
"
|
|
89
|
-
"
|
|
90
|
-
"
|
|
91
|
-
"
|
|
92
|
-
"
|
|
93
|
-
"
|
|
94
|
-
"
|
|
95
|
-
"
|
|
96
|
-
"
|
|
97
|
-
"
|
|
98
|
-
"file
|
|
99
|
-
"file-
|
|
100
|
-
"file-
|
|
101
|
-
"file-
|
|
102
|
-
"file-
|
|
103
|
-
"file-
|
|
104
|
-
"
|
|
105
|
-
"
|
|
106
|
-
"
|
|
107
|
-
"
|
|
108
|
-
"
|
|
109
|
-
"
|
|
110
|
-
"
|
|
111
|
-
"
|
|
112
|
-
"
|
|
113
|
-
"
|
|
114
|
-
"
|
|
115
|
-
"
|
|
116
|
-
"
|
|
117
|
-
"
|
|
118
|
-
"
|
|
119
|
-
"
|
|
120
|
-
"
|
|
121
|
-
"
|
|
122
|
-
"
|
|
123
|
-
"
|
|
124
|
-
"
|
|
125
|
-
"
|
|
126
|
-
"
|
|
127
|
-
"
|
|
128
|
-
"
|
|
129
|
-
"
|
|
130
|
-
"
|
|
131
|
-
"
|
|
132
|
-
"
|
|
133
|
-
"
|
|
134
|
-
"
|
|
135
|
-
"
|
|
136
|
-
"
|
|
137
|
-
"
|
|
138
|
-
"
|
|
139
|
-
"
|
|
140
|
-
"
|
|
141
|
-
"
|
|
142
|
-
"
|
|
143
|
-
"
|
|
144
|
-
"
|
|
145
|
-
"
|
|
146
|
-
"
|
|
147
|
-
"
|
|
148
|
-
"
|
|
149
|
-
"
|
|
150
|
-
"
|
|
151
|
-
"
|
|
152
|
-
"arrow-
|
|
153
|
-
"arrow-
|
|
154
|
-
"arrow-
|
|
155
|
-
"arrow-down
|
|
156
|
-
"
|
|
157
|
-
"
|
|
158
|
-
"
|
|
159
|
-
"
|
|
160
|
-
"
|
|
161
|
-
"
|
|
162
|
-
"
|
|
22
|
+
"trash": 61705,
|
|
23
|
+
"trash-2": 61706,
|
|
24
|
+
"touch-ios": 61707,
|
|
25
|
+
"touch-android": 61708,
|
|
26
|
+
"time": 61709,
|
|
27
|
+
"thumbs-up": 61710,
|
|
28
|
+
"thumbs-down": 61711,
|
|
29
|
+
"thermometer-snowflake": 61712,
|
|
30
|
+
"terrace": 61713,
|
|
31
|
+
"tennis": 61714,
|
|
32
|
+
"tasks": 61715,
|
|
33
|
+
"swimming-pool": 61716,
|
|
34
|
+
"store": 61717,
|
|
35
|
+
"storage": 61718,
|
|
36
|
+
"status-dot": 61719,
|
|
37
|
+
"size-3d": 61720,
|
|
38
|
+
"share": 61721,
|
|
39
|
+
"search": 61722,
|
|
40
|
+
"search-x": 61723,
|
|
41
|
+
"sea": 61724,
|
|
42
|
+
"sauna": 61725,
|
|
43
|
+
"sale": 61726,
|
|
44
|
+
"restaurant": 61727,
|
|
45
|
+
"rent": 61728,
|
|
46
|
+
"properties-linear": 61729,
|
|
47
|
+
"properties-filled": 61730,
|
|
48
|
+
"promotion": 61731,
|
|
49
|
+
"plus": 61732,
|
|
50
|
+
"play-solid": 61733,
|
|
51
|
+
"pin_map_solid": 61734,
|
|
52
|
+
"phone-linear": 61735,
|
|
53
|
+
"pet": 61736,
|
|
54
|
+
"pent-house": 61737,
|
|
55
|
+
"pencil-line": 61738,
|
|
56
|
+
"payments": 61739,
|
|
57
|
+
"patio": 61740,
|
|
58
|
+
"party-hall": 61741,
|
|
59
|
+
"parking": 61742,
|
|
60
|
+
"paddle-tennis": 61743,
|
|
61
|
+
"outside": 61744,
|
|
62
|
+
"notes": 61745,
|
|
63
|
+
"note": 61746,
|
|
64
|
+
"mortgage": 61747,
|
|
65
|
+
"more-horizontal": 61748,
|
|
66
|
+
"monumental": 61749,
|
|
67
|
+
"minus": 61750,
|
|
68
|
+
"map": 61751,
|
|
69
|
+
"map-pin": 61752,
|
|
70
|
+
"mail": 61753,
|
|
71
|
+
"maids-service": 61754,
|
|
72
|
+
"maids-room": 61755,
|
|
73
|
+
"magic-wand": 61756,
|
|
74
|
+
"logout": 61757,
|
|
75
|
+
"loft": 61758,
|
|
76
|
+
"lock": 61759,
|
|
77
|
+
"loader": 61760,
|
|
78
|
+
"lift": 61761,
|
|
79
|
+
"leads-linear": 61762,
|
|
80
|
+
"leads-filled": 61763,
|
|
81
|
+
"keys_01": 61764,
|
|
82
|
+
"info": 61765,
|
|
83
|
+
"images-gallery": 61766,
|
|
84
|
+
"image": 61767,
|
|
85
|
+
"image-off": 61768,
|
|
86
|
+
"icon-slot": 61769,
|
|
87
|
+
"home-linear": 61770,
|
|
88
|
+
"home-filled": 61771,
|
|
89
|
+
"history": 61772,
|
|
90
|
+
"help-circle": 61773,
|
|
91
|
+
"heating": 61774,
|
|
92
|
+
"gym": 61775,
|
|
93
|
+
"gas-heating": 61776,
|
|
94
|
+
"garden": 61777,
|
|
95
|
+
"garage": 61778,
|
|
96
|
+
"furnished": 61779,
|
|
97
|
+
"filter": 61780,
|
|
98
|
+
"file": 61781,
|
|
99
|
+
"file-type": 61782,
|
|
100
|
+
"file-text": 61783,
|
|
101
|
+
"file-spreadsheet": 61784,
|
|
102
|
+
"file-signature": 61785,
|
|
103
|
+
"file-lock": 61786,
|
|
104
|
+
"file-key": 61787,
|
|
105
|
+
"file-input": 61788,
|
|
106
|
+
"file-check": 61789,
|
|
107
|
+
"face-ios-light": 61790,
|
|
108
|
+
"face-ios-bold": 61791,
|
|
109
|
+
"face-android": 61792,
|
|
110
|
+
"eye-visible": 61793,
|
|
111
|
+
"eye-hidden": 61794,
|
|
112
|
+
"external_link": 61795,
|
|
113
|
+
"explore-linear": 61796,
|
|
114
|
+
"explore-filled": 61797,
|
|
115
|
+
"equipped-kitchen": 61798,
|
|
116
|
+
"electric": 61799,
|
|
117
|
+
"edit": 61800,
|
|
118
|
+
"duplex": 61801,
|
|
119
|
+
"doorman": 61802,
|
|
120
|
+
"door-open": 61803,
|
|
121
|
+
"dishwasher": 61804,
|
|
122
|
+
"copy": 61805,
|
|
123
|
+
"contact": 61806,
|
|
124
|
+
"concierge": 61807,
|
|
125
|
+
"collections": 61808,
|
|
126
|
+
"closet": 61809,
|
|
127
|
+
"classic-building": 61810,
|
|
128
|
+
"circle-off": 61811,
|
|
129
|
+
"chevron-up": 61812,
|
|
130
|
+
"chevron-right": 61813,
|
|
131
|
+
"chevron-left": 61814,
|
|
132
|
+
"chevron-down": 61815,
|
|
133
|
+
"check": 61816,
|
|
134
|
+
"check-circle-2": 61817,
|
|
135
|
+
"check-check": 61818,
|
|
136
|
+
"chalet-pareado": 61819,
|
|
137
|
+
"chalet-independet": 61820,
|
|
138
|
+
"chalet-adosado": 61821,
|
|
139
|
+
"cancel": 61822,
|
|
140
|
+
"cancel-circle-stroke": 61823,
|
|
141
|
+
"cancel-circle-solid": 61824,
|
|
142
|
+
"calendar": 61825,
|
|
143
|
+
"calendar-x": 61826,
|
|
144
|
+
"calendar-clock": 61827,
|
|
145
|
+
"calendar-check": 61828,
|
|
146
|
+
"building": 61829,
|
|
147
|
+
"bell": 61830,
|
|
148
|
+
"bed-double": 61831,
|
|
149
|
+
"bath": 61832,
|
|
150
|
+
"barbeque": 61833,
|
|
151
|
+
"balcony-window": 61834,
|
|
152
|
+
"arrow-up": 61835,
|
|
153
|
+
"arrow-up-right": 61836,
|
|
154
|
+
"arrow-up-left": 61837,
|
|
155
|
+
"arrow-up-down": 61838,
|
|
156
|
+
"arrow-right": 61839,
|
|
157
|
+
"arrow-left": 61840,
|
|
158
|
+
"arrow-down": 61841,
|
|
159
|
+
"arrow-down-right": 61842,
|
|
160
|
+
"arrow-down-left": 61843,
|
|
161
|
+
"archive": 61844,
|
|
162
|
+
"alert-triangle": 61845,
|
|
163
|
+
"alert-circle": 61846,
|
|
164
|
+
"air-conditioner": 61847,
|
|
165
|
+
"ai": 61848,
|
|
166
|
+
"add-note": 61849,
|
|
167
|
+
"accessibility": 61850
|
|
163
168
|
};
|
|
164
169
|
|
|
165
170
|
/**
|
|
@@ -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 SvgCalendarX = ({ 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="M5 5C4.44772 5 4 5.44772 4 6V20C4 20.5523 4.44772 21 5 21H19C19.5523 21 20 20.5523 20 20V6C20 5.44772 19.5523 5 19 5H5ZM2 6C2 4.34315 3.34315 3 5 3H19C20.6569 3 22 4.34315 22 6V20C22 21.6569 20.6569 23 19 23H5C3.34315 23 2 21.6569 2 20V6Z"
|
|
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="M9.29289 13.2929C9.68342 12.9024 10.3166 12.9024 10.7071 13.2929L14.7071 17.2929C15.0976 17.6834 15.0976 18.3166 14.7071 18.7071C14.3166 19.0976 13.6834 19.0976 13.2929 18.7071L9.29289 14.7071C8.90237 14.3166 8.90237 13.6834 9.29289 13.2929Z"
|
|
44
|
+
fill="currentColor"
|
|
45
|
+
/>
|
|
46
|
+
<path
|
|
47
|
+
fillRule="evenodd"
|
|
48
|
+
clipRule="evenodd"
|
|
49
|
+
d="M14.7071 13.2929C15.0976 13.6834 15.0976 14.3166 14.7071 14.7071L10.7071 18.7071C10.3166 19.0976 9.68342 19.0976 9.29289 18.7071C8.90237 18.3166 8.90237 17.6834 9.29289 17.2929L13.2929 13.2929C13.6834 12.9024 14.3166 12.9024 14.7071 13.2929Z"
|
|
50
|
+
fill="currentColor"
|
|
51
|
+
/>
|
|
52
|
+
</svg>
|
|
53
|
+
);
|
|
54
|
+
};
|
|
55
|
+
|
|
56
|
+
export default SvgCalendarX;
|
|
@@ -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 SvgExternalLink = ({ size = 16, ...props }: ReactIconProps) => {
|
|
6
|
+
const sizeValue = resolveSize(size);
|
|
7
|
+
|
|
8
|
+
return (
|
|
9
|
+
<svg
|
|
10
|
+
width={sizeValue} height={sizeValue}
|
|
11
|
+
viewBox="0 0 20 20"
|
|
12
|
+
fill="none"
|
|
13
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
14
|
+
{...props}
|
|
15
|
+
>
|
|
16
|
+
<path
|
|
17
|
+
d="M8.91789 9.66813C8.52737 10.0587 8.52737 10.6918 8.91789 11.0823C9.30842 11.4729 9.94158 11.4729 10.3321 11.0823L9.625 10.3752L8.91789 9.66813ZM17.7484 3.6661C18.1389 3.27558 18.1389 2.64241 17.7484 2.25189C17.3578 1.86136 16.7247 1.86136 16.3341 2.25189L17.0412 2.95899L17.7484 3.6661ZM12.325 1.95898C11.7727 1.95898 11.325 2.4067 11.325 2.95898C11.325 3.51127 11.7727 3.95898 12.325 3.95898V2.95898V1.95898ZM17.039 2.95899L18.039 2.95899C18.039 2.4067 17.5913 1.95899 17.039 1.95899V2.95899ZM16.039 7.67303C16.039 8.22531 16.4868 8.67303 17.039 8.67303C17.5913 8.67303 18.039 8.22532 18.039 7.67303H17.039L16.039 7.67303ZM16.4167 11.2504C16.4167 10.6981 15.969 10.2504 15.4167 10.2504C14.8644 10.2504 14.4167 10.6981 14.4167 11.2504H15.4167H16.4167ZM15.4167 13.7504H16.4167V13.7504H15.4167ZM12.9167 16.2504V17.2504V17.2504V16.2504ZM6.25 16.2504V15.2504V15.2504V16.2504ZM3.75 13.7504H4.75H3.75ZM3.75 7.08376H2.75H3.75ZM6.25 4.58376V5.58376V4.58376ZM8.75 5.58376C9.30229 5.58376 9.75 5.13605 9.75 4.58376C9.75 4.03148 9.30229 3.58376 8.75 3.58376V4.58376L8.75 5.58376ZM9.625 10.3752L10.3321 11.0823L17.7484 3.6661L17.0412 2.95899L16.3341 2.25189L8.91789 9.66813L9.625 10.3752ZM12.325 2.95898V3.95898L17.039 3.95899V2.95899V1.95899L12.325 1.95898V2.95898ZM17.039 2.95899L16.039 2.95899L16.039 7.67303L17.039 7.67303H18.039L18.039 2.95899L17.039 2.95899ZM15.4167 11.2504H14.4167V13.7504H15.4167H16.4167V11.2504H15.4167ZM15.4167 13.7504H14.4167C14.4167 14.5789 13.7451 15.2504 12.9167 15.2504V16.2504V17.2504C14.8496 17.2504 16.4167 15.6835 16.4167 13.7504H15.4167ZM12.9167 16.2504L12.9167 15.2504L6.25 15.2504V16.2504L6.25 17.2504L12.9167 17.2504V16.2504ZM6.25 16.2504V15.2504C5.42153 15.2504 4.75 14.5789 4.75 13.7504H3.75H2.75C2.75 15.6835 4.31696 17.2504 6.25 17.2504V16.2504ZM3.75 13.7504H4.75L4.75 7.08376H3.75H2.75L2.75 13.7504H3.75ZM3.75 7.08376H4.75C4.75 6.25533 5.42155 5.58376 6.25 5.58376V4.58376L6.25 3.58376C4.31695 3.58376 2.75 5.15078 2.75 7.08376H3.75ZM6.25 4.58376V5.58376H8.75L8.75 4.58376V3.58376L6.25 3.58376L6.25 4.58376Z"
|
|
18
|
+
fill="currentColor"
|
|
19
|
+
/>
|
|
20
|
+
</svg>
|
|
21
|
+
);
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
export default SvgExternalLink;
|
|
@@ -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 SvgFile = ({ 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.87868 1.87868C4.44129 1.31607 5.20435 1 6 1H14.5C14.7652 1 15.0196 1.10536 15.2071 1.29289L20.7071 6.79289C20.8946 6.98043 21 7.23478 21 7.5V20C21 20.7957 20.6839 21.5587 20.1213 22.1213C19.5587 22.6839 18.7957 23 18 23H6C5.20435 23 4.44129 22.6839 3.87868 22.1213C3.31607 21.5587 3 20.7957 3 20V4C3 3.20435 3.31607 2.44129 3.87868 1.87868ZM6 3C5.73478 3 5.48043 3.10536 5.29289 3.29289C5.10536 3.48043 5 3.73478 5 4V20C5 20.2652 5.10536 20.5196 5.29289 20.7071C5.48043 20.8946 5.73478 21 6 21H18C18.2652 21 18.5196 20.8946 18.7071 20.7071C18.8946 20.5196 19 20.2652 19 20V7.91421L14.0858 3H6Z"
|
|
20
|
+
fill="currentColor"
|
|
21
|
+
/>
|
|
22
|
+
<path
|
|
23
|
+
fillRule="evenodd"
|
|
24
|
+
clipRule="evenodd"
|
|
25
|
+
d="M14 1C14.5523 1 15 1.44772 15 2V7H20C20.5523 7 21 7.44772 21 8C21 8.55228 20.5523 9 20 9H14C13.4477 9 13 8.55228 13 8V2C13 1.44772 13.4477 1 14 1Z"
|
|
26
|
+
fill="currentColor"
|
|
27
|
+
/>
|
|
28
|
+
</svg>
|
|
29
|
+
);
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
export default SvgFile;
|
|
@@ -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 SvgFileType = ({ 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.87868 1.87868C4.44129 1.31607 5.20435 1 6 1H14.5C14.7652 1 15.0196 1.10536 15.2071 1.29289L20.7071 6.79289C20.8946 6.98043 21 7.23478 21 7.5V20C21 20.7957 20.6839 21.5587 20.1213 22.1213C19.5587 22.6839 18.7957 23 18 23H6C5.20435 23 4.44129 22.6839 3.87868 22.1213C3.31607 21.5587 3 20.7957 3 20V4C3 3.20435 3.31607 2.44129 3.87868 1.87868ZM6 3C5.73478 3 5.48043 3.10536 5.29289 3.29289C5.10536 3.48043 5 3.73478 5 4V20C5 20.2652 5.10536 20.5196 5.29289 20.7071C5.48043 20.8946 5.73478 21 6 21H18C18.2652 21 18.5196 20.8946 18.7071 20.7071C18.8946 20.5196 19 20.2652 19 20V7.91421L14.0858 3H6Z"
|
|
20
|
+
fill="currentColor"
|
|
21
|
+
/>
|
|
22
|
+
<path
|
|
23
|
+
fillRule="evenodd"
|
|
24
|
+
clipRule="evenodd"
|
|
25
|
+
d="M14 1C14.5523 1 15 1.44772 15 2V7H20C20.5523 7 21 7.44772 21 8C21 8.55228 20.5523 9 20 9H14C13.4477 9 13 8.55228 13 8V2C13 1.44772 13.4477 1 14 1Z"
|
|
26
|
+
fill="currentColor"
|
|
27
|
+
/>
|
|
28
|
+
<path
|
|
29
|
+
fillRule="evenodd"
|
|
30
|
+
clipRule="evenodd"
|
|
31
|
+
d="M8 12C8 11.4477 8.44772 11 9 11H15C15.5523 11 16 11.4477 16 12V13C16 13.5523 15.5523 14 15 14C14.4477 14 14 13.5523 14 13H10C10 13.5523 9.55228 14 9 14C8.44772 14 8 13.5523 8 13V12Z"
|
|
32
|
+
fill="currentColor"
|
|
33
|
+
/>
|
|
34
|
+
<path
|
|
35
|
+
fillRule="evenodd"
|
|
36
|
+
clipRule="evenodd"
|
|
37
|
+
d="M10 18C10 17.4477 10.4477 17 11 17H13C13.5523 17 14 17.4477 14 18C14 18.5523 13.5523 19 13 19H11C10.4477 19 10 18.5523 10 18Z"
|
|
38
|
+
fill="currentColor"
|
|
39
|
+
/>
|
|
40
|
+
<path
|
|
41
|
+
fillRule="evenodd"
|
|
42
|
+
clipRule="evenodd"
|
|
43
|
+
d="M12 11C12.5523 11 13 11.4477 13 12V18C13 18.5523 12.5523 19 12 19C11.4477 19 11 18.5523 11 18V12C11 11.4477 11.4477 11 12 11Z"
|
|
44
|
+
fill="currentColor"
|
|
45
|
+
/>
|
|
46
|
+
</svg>
|
|
47
|
+
);
|
|
48
|
+
};
|
|
49
|
+
|
|
50
|
+
export default SvgFileType;
|
package/src/react/Icon.tsx
CHANGED
|
@@ -30,6 +30,7 @@ import type { ReactIconProps } from '../shared/types';
|
|
|
30
30
|
// Icon: calendar
|
|
31
31
|
// Icon: calendar-check
|
|
32
32
|
// Icon: calendar-clock
|
|
33
|
+
// Icon: calendar-x
|
|
33
34
|
// Icon: cancel
|
|
34
35
|
// Icon: cancel-circle-solid
|
|
35
36
|
// Icon: cancel-circle-stroke
|
|
@@ -59,11 +60,13 @@ import type { ReactIconProps } from '../shared/types';
|
|
|
59
60
|
// Icon: equipped-kitchen
|
|
60
61
|
// Icon: explore-filled
|
|
61
62
|
// Icon: explore-linear
|
|
63
|
+
// Icon: external-link
|
|
62
64
|
// Icon: eye-hidden
|
|
63
65
|
// Icon: eye-visible
|
|
64
66
|
// Icon: face-android
|
|
65
67
|
// Icon: face-ios-bold
|
|
66
68
|
// Icon: face-ios-light
|
|
69
|
+
// Icon: file
|
|
67
70
|
// Icon: file-check
|
|
68
71
|
// Icon: file-input
|
|
69
72
|
// Icon: file-key
|
|
@@ -71,6 +74,7 @@ import type { ReactIconProps } from '../shared/types';
|
|
|
71
74
|
// Icon: file-signature
|
|
72
75
|
// Icon: file-spreadsheet
|
|
73
76
|
// Icon: file-text
|
|
77
|
+
// Icon: file-type
|
|
74
78
|
// Icon: filter
|
|
75
79
|
// Icon: furnished
|
|
76
80
|
// Icon: garage
|
|
@@ -145,6 +149,7 @@ import type { ReactIconProps } from '../shared/types';
|
|
|
145
149
|
// Icon: time
|
|
146
150
|
// Icon: touch-android
|
|
147
151
|
// Icon: touch-ios
|
|
152
|
+
// Icon: trash
|
|
148
153
|
// Icon: trash2
|
|
149
154
|
// Icon: user
|
|
150
155
|
// Icon: user-plus
|
|
@@ -158,7 +163,7 @@ import type { ReactIconProps } from '../shared/types';
|
|
|
158
163
|
/**
|
|
159
164
|
* Available icon names
|
|
160
165
|
*/
|
|
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';
|
|
166
|
+
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' | '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';
|
|
162
167
|
|
|
163
168
|
/**
|
|
164
169
|
* Props for the unified Icon component
|
|
@@ -228,6 +233,8 @@ function loadIcon(name: IconName): Promise<React.ComponentType<any>> {
|
|
|
228
233
|
return import('./CalendarCheck').then(m => m.default);
|
|
229
234
|
case 'calendar-clock':
|
|
230
235
|
return import('./CalendarClock').then(m => m.default);
|
|
236
|
+
case 'calendar-x':
|
|
237
|
+
return import('./CalendarX').then(m => m.default);
|
|
231
238
|
case 'cancel':
|
|
232
239
|
return import('./Cancel').then(m => m.default);
|
|
233
240
|
case 'cancel-circle-solid':
|
|
@@ -286,6 +293,8 @@ function loadIcon(name: IconName): Promise<React.ComponentType<any>> {
|
|
|
286
293
|
return import('./ExploreFilled').then(m => m.default);
|
|
287
294
|
case 'explore-linear':
|
|
288
295
|
return import('./ExploreLinear').then(m => m.default);
|
|
296
|
+
case 'external-link':
|
|
297
|
+
return import('./ExternalLink').then(m => m.default);
|
|
289
298
|
case 'eye-hidden':
|
|
290
299
|
return import('./EyeHidden').then(m => m.default);
|
|
291
300
|
case 'eye-visible':
|
|
@@ -296,6 +305,8 @@ function loadIcon(name: IconName): Promise<React.ComponentType<any>> {
|
|
|
296
305
|
return import('./FaceIosBold').then(m => m.default);
|
|
297
306
|
case 'face-ios-light':
|
|
298
307
|
return import('./FaceIosLight').then(m => m.default);
|
|
308
|
+
case 'file':
|
|
309
|
+
return import('./File').then(m => m.default);
|
|
299
310
|
case 'file-check':
|
|
300
311
|
return import('./FileCheck').then(m => m.default);
|
|
301
312
|
case 'file-input':
|
|
@@ -310,6 +321,8 @@ function loadIcon(name: IconName): Promise<React.ComponentType<any>> {
|
|
|
310
321
|
return import('./FileSpreadsheet').then(m => m.default);
|
|
311
322
|
case 'file-text':
|
|
312
323
|
return import('./FileText').then(m => m.default);
|
|
324
|
+
case 'file-type':
|
|
325
|
+
return import('./FileType').then(m => m.default);
|
|
313
326
|
case 'filter':
|
|
314
327
|
return import('./Filter').then(m => m.default);
|
|
315
328
|
case 'furnished':
|
|
@@ -458,6 +471,8 @@ function loadIcon(name: IconName): Promise<React.ComponentType<any>> {
|
|
|
458
471
|
return import('./TouchAndroid').then(m => m.default);
|
|
459
472
|
case 'touch-ios':
|
|
460
473
|
return import('./TouchIos').then(m => m.default);
|
|
474
|
+
case 'trash':
|
|
475
|
+
return import('./Trash').then(m => m.default);
|
|
461
476
|
case 'trash2':
|
|
462
477
|
return import('./Trash2').then(m => m.default);
|
|
463
478
|
case 'user':
|
|
@@ -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 SvgTrash = ({ 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 6C2 5.44772 2.44772 5 3 5H21C21.5523 5 22 5.44772 22 6C22 6.55228 21.5523 7 21 7H3C2.44772 7 2 6.55228 2 6Z"
|
|
20
|
+
fill="currentColor"
|
|
21
|
+
/>
|
|
22
|
+
<path
|
|
23
|
+
fillRule="evenodd"
|
|
24
|
+
clipRule="evenodd"
|
|
25
|
+
d="M5 5C5.55228 5 6 5.44772 6 6V20C6 20.1748 6.09745 20.4332 6.33211 20.6679C6.56676 20.9025 6.82523 21 7 21H17C17.1748 21 17.4332 20.9025 17.6679 20.6679C17.9025 20.4332 18 20.1748 18 20V6C18 5.44772 18.4477 5 19 5C19.5523 5 20 5.44772 20 6V20C20 20.8252 19.5975 21.5668 19.0821 22.0821C18.5668 22.5975 17.8252 23 17 23H7C6.17477 23 5.43324 22.5975 4.91789 22.0821C4.40255 21.5668 4 20.8252 4 20V6C4 5.44772 4.44772 5 5 5Z"
|
|
26
|
+
fill="currentColor"
|
|
27
|
+
/>
|
|
28
|
+
<path
|
|
29
|
+
fillRule="evenodd"
|
|
30
|
+
clipRule="evenodd"
|
|
31
|
+
d="M9.33211 3.33211C9.09745 3.56676 9 3.82523 9 4V6C9 6.55228 8.55228 7 8 7C7.44772 7 7 6.55228 7 6V4C7 3.17477 7.40255 2.43324 7.91789 1.91789C8.43324 1.40255 9.17477 1 10 1H14C14.8252 1 15.5668 1.40255 16.0821 1.91789C16.5975 2.43324 17 3.17477 17 4V6C17 6.55228 16.5523 7 16 7C15.4477 7 15 6.55228 15 6V4C15 3.82523 14.9025 3.56676 14.6679 3.33211C14.4332 3.09745 14.1748 3 14 3H10C9.82523 3 9.56676 3.09745 9.33211 3.33211Z"
|
|
32
|
+
fill="currentColor"
|
|
33
|
+
/>
|
|
34
|
+
</svg>
|
|
35
|
+
);
|
|
36
|
+
};
|
|
37
|
+
|
|
38
|
+
export default SvgTrash;
|