huspy-icons 0.3.24 → 0.3.25
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 +130 -127
- package/dist/fonts/HuspyIcons.eot +0 -0
- package/dist/fonts/HuspyIcons.json +124 -123
- package/dist/fonts/HuspyIcons.ts +126 -123
- 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 +124 -123
- 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 +57 -17
- package/dist/react/index.js.map +1 -1
- package/dist/react/index.mjs +55 -15
- package/dist/react/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/native/glyphMap.ts +125 -124
- package/src/react/Icon.tsx +4 -1
- package/src/react/UserSquare.tsx +24 -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 = 'whatsapp' | 'warehouse' | 'user' | 'user-plus' | 'trash-2' | 'touch-ios' | 'touch-android' | 'time' | 'thermometer-snowflake' | 'terrace' | 'tasks' | 'swimming-pool' | 'store' | 'storage' | 'status-dot' | 'size-3d' | 'share' | 'search' | 'search-x' | 'sale' | 'restaurant' | 'rent' | 'properties-linear' | 'properties-filled' | 'promotion' | 'plus' | 'play-solid' | 'pin_map_solid' | 'phone-linear' | 'pet' | 'pent-house' | 'pencil-line' | 'payments' | 'patio' | 'parking' | 'outside' | 'notes' | 'note' | 'mortgage' | 'more-horizontal' | 'minus' | 'map' | 'map-pin' | 'mail' | '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' | 'gas-heating' | 'garden' | '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' | 'electric' | 'edit' | 'duplex' | 'door-open' | 'copy' | 'contact' | 'collections' | 'closet' | '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' | '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 = 'whatsapp' | 'warehouse' | 'user' | 'user-square' | 'user-plus' | 'trash-2' | 'touch-ios' | 'touch-android' | 'time' | 'thermometer-snowflake' | 'terrace' | 'tasks' | 'swimming-pool' | 'store' | 'storage' | 'status-dot' | 'size-3d' | 'share' | 'search' | 'search-x' | 'sale' | 'restaurant' | 'rent' | 'properties-linear' | 'properties-filled' | 'promotion' | 'plus' | 'play-solid' | 'pin_map_solid' | 'phone-linear' | 'pet' | 'pent-house' | 'pencil-line' | 'payments' | 'patio' | 'parking' | 'outside' | 'notes' | 'note' | 'mortgage' | 'more-horizontal' | 'minus' | 'map' | 'map-pin' | 'mail' | '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' | 'gas-heating' | 'garden' | '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' | 'electric' | 'edit' | 'duplex' | 'door-open' | 'copy' | 'contact' | 'collections' | 'closet' | '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' | '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
|
|
@@ -14,129 +14,130 @@ export const glyphMap: Record<IconName, number> = {
|
|
|
14
14
|
"whatsapp": 61697,
|
|
15
15
|
"warehouse": 61698,
|
|
16
16
|
"user": 61699,
|
|
17
|
-
"user-
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"touch-
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"search
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
"properties-
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"map
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
"leads-
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
"
|
|
70
|
-
"image
|
|
71
|
-
"
|
|
72
|
-
"
|
|
73
|
-
"home-
|
|
74
|
-
"
|
|
75
|
-
"
|
|
76
|
-
"
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"file-
|
|
83
|
-
"file-
|
|
84
|
-
"file-
|
|
85
|
-
"file-
|
|
86
|
-
"file-
|
|
87
|
-
"file-
|
|
88
|
-
"
|
|
89
|
-
"face-ios-
|
|
90
|
-
"face-
|
|
91
|
-
"
|
|
92
|
-
"eye-
|
|
93
|
-
"
|
|
94
|
-
"explore-
|
|
95
|
-
"
|
|
96
|
-
"
|
|
97
|
-
"
|
|
98
|
-
"
|
|
99
|
-
"
|
|
100
|
-
"
|
|
101
|
-
"
|
|
102
|
-
"
|
|
103
|
-
"
|
|
104
|
-
"
|
|
105
|
-
"chevron-
|
|
106
|
-
"chevron-
|
|
107
|
-
"chevron-
|
|
108
|
-
"
|
|
109
|
-
"check
|
|
110
|
-
"check-
|
|
111
|
-
"
|
|
112
|
-
"chalet-
|
|
113
|
-
"chalet-
|
|
114
|
-
"
|
|
115
|
-
"cancel
|
|
116
|
-
"cancel-circle-
|
|
117
|
-
"
|
|
118
|
-
"calendar
|
|
119
|
-
"
|
|
120
|
-
"
|
|
121
|
-
"
|
|
122
|
-
"
|
|
123
|
-
"
|
|
124
|
-
"
|
|
125
|
-
"arrow-up
|
|
126
|
-
"arrow-up-
|
|
127
|
-
"arrow-up-
|
|
128
|
-
"arrow-
|
|
129
|
-
"arrow-
|
|
130
|
-
"arrow-
|
|
131
|
-
"arrow-down
|
|
132
|
-
"arrow-down-
|
|
133
|
-
"
|
|
134
|
-
"
|
|
135
|
-
"alert-
|
|
136
|
-
"
|
|
137
|
-
"
|
|
138
|
-
"
|
|
139
|
-
"
|
|
17
|
+
"user-square": 61700,
|
|
18
|
+
"user-plus": 61701,
|
|
19
|
+
"trash-2": 61702,
|
|
20
|
+
"touch-ios": 61703,
|
|
21
|
+
"touch-android": 61704,
|
|
22
|
+
"time": 61705,
|
|
23
|
+
"thermometer-snowflake": 61706,
|
|
24
|
+
"terrace": 61707,
|
|
25
|
+
"tasks": 61708,
|
|
26
|
+
"swimming-pool": 61709,
|
|
27
|
+
"store": 61710,
|
|
28
|
+
"storage": 61711,
|
|
29
|
+
"status-dot": 61712,
|
|
30
|
+
"size-3d": 61713,
|
|
31
|
+
"share": 61714,
|
|
32
|
+
"search": 61715,
|
|
33
|
+
"search-x": 61716,
|
|
34
|
+
"sale": 61717,
|
|
35
|
+
"restaurant": 61718,
|
|
36
|
+
"rent": 61719,
|
|
37
|
+
"properties-linear": 61720,
|
|
38
|
+
"properties-filled": 61721,
|
|
39
|
+
"promotion": 61722,
|
|
40
|
+
"plus": 61723,
|
|
41
|
+
"play-solid": 61724,
|
|
42
|
+
"pin_map_solid": 61725,
|
|
43
|
+
"phone-linear": 61726,
|
|
44
|
+
"pet": 61727,
|
|
45
|
+
"pent-house": 61728,
|
|
46
|
+
"pencil-line": 61729,
|
|
47
|
+
"payments": 61730,
|
|
48
|
+
"patio": 61731,
|
|
49
|
+
"parking": 61732,
|
|
50
|
+
"outside": 61733,
|
|
51
|
+
"notes": 61734,
|
|
52
|
+
"note": 61735,
|
|
53
|
+
"mortgage": 61736,
|
|
54
|
+
"more-horizontal": 61737,
|
|
55
|
+
"minus": 61738,
|
|
56
|
+
"map": 61739,
|
|
57
|
+
"map-pin": 61740,
|
|
58
|
+
"mail": 61741,
|
|
59
|
+
"magic-wand": 61742,
|
|
60
|
+
"logout": 61743,
|
|
61
|
+
"loft": 61744,
|
|
62
|
+
"lock": 61745,
|
|
63
|
+
"loader": 61746,
|
|
64
|
+
"lift": 61747,
|
|
65
|
+
"leads-linear": 61748,
|
|
66
|
+
"leads-filled": 61749,
|
|
67
|
+
"keys_01": 61750,
|
|
68
|
+
"info": 61751,
|
|
69
|
+
"images-gallery": 61752,
|
|
70
|
+
"image": 61753,
|
|
71
|
+
"image-off": 61754,
|
|
72
|
+
"icon-slot": 61755,
|
|
73
|
+
"home-linear": 61756,
|
|
74
|
+
"home-filled": 61757,
|
|
75
|
+
"history": 61758,
|
|
76
|
+
"help-circle": 61759,
|
|
77
|
+
"heating": 61760,
|
|
78
|
+
"gas-heating": 61761,
|
|
79
|
+
"garden": 61762,
|
|
80
|
+
"furnished": 61763,
|
|
81
|
+
"filter": 61764,
|
|
82
|
+
"file-text": 61765,
|
|
83
|
+
"file-spreadsheet": 61766,
|
|
84
|
+
"file-signature": 61767,
|
|
85
|
+
"file-lock": 61768,
|
|
86
|
+
"file-key": 61769,
|
|
87
|
+
"file-input": 61770,
|
|
88
|
+
"file-check": 61771,
|
|
89
|
+
"face-ios-light": 61772,
|
|
90
|
+
"face-ios-bold": 61773,
|
|
91
|
+
"face-android": 61774,
|
|
92
|
+
"eye-visible": 61775,
|
|
93
|
+
"eye-hidden": 61776,
|
|
94
|
+
"explore-linear": 61777,
|
|
95
|
+
"explore-filled": 61778,
|
|
96
|
+
"electric": 61779,
|
|
97
|
+
"edit": 61780,
|
|
98
|
+
"duplex": 61781,
|
|
99
|
+
"door-open": 61782,
|
|
100
|
+
"copy": 61783,
|
|
101
|
+
"contact": 61784,
|
|
102
|
+
"collections": 61785,
|
|
103
|
+
"closet": 61786,
|
|
104
|
+
"circle-off": 61787,
|
|
105
|
+
"chevron-up": 61788,
|
|
106
|
+
"chevron-right": 61789,
|
|
107
|
+
"chevron-left": 61790,
|
|
108
|
+
"chevron-down": 61791,
|
|
109
|
+
"check": 61792,
|
|
110
|
+
"check-circle-2": 61793,
|
|
111
|
+
"check-check": 61794,
|
|
112
|
+
"chalet-pareado": 61795,
|
|
113
|
+
"chalet-independet": 61796,
|
|
114
|
+
"chalet-adosado": 61797,
|
|
115
|
+
"cancel": 61798,
|
|
116
|
+
"cancel-circle-stroke": 61799,
|
|
117
|
+
"cancel-circle-solid": 61800,
|
|
118
|
+
"calendar": 61801,
|
|
119
|
+
"calendar-clock": 61802,
|
|
120
|
+
"building": 61803,
|
|
121
|
+
"bell": 61804,
|
|
122
|
+
"bed-double": 61805,
|
|
123
|
+
"bath": 61806,
|
|
124
|
+
"balcony-window": 61807,
|
|
125
|
+
"arrow-up": 61808,
|
|
126
|
+
"arrow-up-right": 61809,
|
|
127
|
+
"arrow-up-left": 61810,
|
|
128
|
+
"arrow-up-down": 61811,
|
|
129
|
+
"arrow-right": 61812,
|
|
130
|
+
"arrow-left": 61813,
|
|
131
|
+
"arrow-down": 61814,
|
|
132
|
+
"arrow-down-right": 61815,
|
|
133
|
+
"arrow-down-left": 61816,
|
|
134
|
+
"archive": 61817,
|
|
135
|
+
"alert-triangle": 61818,
|
|
136
|
+
"alert-circle": 61819,
|
|
137
|
+
"air-conditioner": 61820,
|
|
138
|
+
"ai": 61821,
|
|
139
|
+
"add-note": 61822,
|
|
140
|
+
"accessibility": 61823
|
|
140
141
|
};
|
|
141
142
|
|
|
142
143
|
/**
|
package/src/react/Icon.tsx
CHANGED
|
@@ -129,13 +129,14 @@ import type { ReactIconProps } from '../shared/types';
|
|
|
129
129
|
// Icon: trash2
|
|
130
130
|
// Icon: user
|
|
131
131
|
// Icon: user-plus
|
|
132
|
+
// Icon: user-square
|
|
132
133
|
// Icon: warehouse
|
|
133
134
|
// Icon: whatsapp
|
|
134
135
|
|
|
135
136
|
/**
|
|
136
137
|
* Available icon names
|
|
137
138
|
*/
|
|
138
|
-
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' | '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' | 'closet' | 'collections' | 'contact' | 'copy' | 'door-open' | 'duplex' | 'edit' | 'electric' | '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' | 'garden' | 'gas-heating' | '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' | 'mail' | 'map' | 'map-pin' | 'minus' | 'more-horizontal' | 'mortgage' | 'note' | 'notes' | 'outside' | 'parking' | 'patio' | 'payments' | 'pencil-line' | 'pent-house' | 'pet' | 'phone-linear' | 'pin-map-solid' | 'play-solid' | 'plus' | 'promotion' | 'properties-filled' | 'properties-linear' | 'rent' | 'restaurant' | 'sale' | 'search' | 'search-x' | 'share' | 'size3d' | 'status-dot' | 'storage' | 'store' | 'swimming-pool' | 'tasks' | 'terrace' | 'thermometer-snowflake' | 'time' | 'touch-android' | 'touch-ios' | 'trash2' | 'user' | 'user-plus' | 'warehouse' | 'whatsapp';
|
|
139
|
+
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' | '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' | 'closet' | 'collections' | 'contact' | 'copy' | 'door-open' | 'duplex' | 'edit' | 'electric' | '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' | 'garden' | 'gas-heating' | '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' | 'mail' | 'map' | 'map-pin' | 'minus' | 'more-horizontal' | 'mortgage' | 'note' | 'notes' | 'outside' | 'parking' | 'patio' | 'payments' | 'pencil-line' | 'pent-house' | 'pet' | 'phone-linear' | 'pin-map-solid' | 'play-solid' | 'plus' | 'promotion' | 'properties-filled' | 'properties-linear' | 'rent' | 'restaurant' | 'sale' | 'search' | 'search-x' | 'share' | 'size3d' | 'status-dot' | 'storage' | 'store' | 'swimming-pool' | 'tasks' | 'terrace' | 'thermometer-snowflake' | 'time' | 'touch-android' | 'touch-ios' | 'trash2' | 'user' | 'user-plus' | 'user-square' | 'warehouse' | 'whatsapp';
|
|
139
140
|
|
|
140
141
|
/**
|
|
141
142
|
* Props for the unified Icon component
|
|
@@ -403,6 +404,8 @@ function loadIcon(name: IconName): Promise<React.ComponentType<any>> {
|
|
|
403
404
|
return import('./User').then(m => m.default);
|
|
404
405
|
case 'user-plus':
|
|
405
406
|
return import('./UserPlus').then(m => m.default);
|
|
407
|
+
case 'user-square':
|
|
408
|
+
return import('./UserSquare').then(m => m.default);
|
|
406
409
|
case 'warehouse':
|
|
407
410
|
return import('./Warehouse').then(m => m.default);
|
|
408
411
|
case 'whatsapp':
|
|
@@ -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 SvgUserSquare = ({ 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
|
+
d="M19 2a3 3 0 0 1 3 3v14a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V5a3 3 0 0 1 3-3zM5 4a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1h1v-1a3 3 0 0 1 3-3h6a3 3 0 0 1 3 3v1h1a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1zm4 14a1 1 0 0 0-1 1v1h8v-1a1 1 0 0 0-1-1zm3-12a4 4 0 1 1 0 8 4 4 0 0 1 0-8m0 2a2 2 0 1 0 0 4 2 2 0 0 0 0-4"
|
|
18
|
+
fill="currentColor"
|
|
19
|
+
/>
|
|
20
|
+
</svg>
|
|
21
|
+
);
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
export default SvgUserSquare;
|
package/src/react/index.ts
CHANGED
|
@@ -123,6 +123,7 @@ export { default as TouchIos } from './TouchIos';
|
|
|
123
123
|
export { default as Trash2 } from './Trash2';
|
|
124
124
|
export { default as User } from './User';
|
|
125
125
|
export { default as UserPlus } from './UserPlus';
|
|
126
|
+
export { default as UserSquare } from './UserSquare';
|
|
126
127
|
export { default as Warehouse } from './Warehouse';
|
|
127
128
|
export { default as Whatsapp } from './Whatsapp';
|
|
128
129
|
|
package/src/react/index.tsx
CHANGED
|
@@ -121,6 +121,7 @@ export { default as TouchAndroid } from './TouchAndroid';
|
|
|
121
121
|
export { default as TouchIos } from './TouchIos';
|
|
122
122
|
export { default as Trash2 } from './Trash2';
|
|
123
123
|
export { default as UserPlus } from './UserPlus';
|
|
124
|
+
export { default as UserSquare } from './UserSquare';
|
|
124
125
|
export { default as User } from './User';
|
|
125
126
|
export { default as Warehouse } from './Warehouse';
|
|
126
127
|
export { default as Whatsapp } from './Whatsapp';
|