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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "huspy-icons",
3
- "version": "0.3.24",
3
+ "version": "0.3.25",
4
4
  "description": "Cross-platform icon package for Huspy - React and React Native compatible",
5
5
  "author": "Huspy",
6
6
  "license": "MIT",
@@ -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-plus": 61700,
18
- "trash-2": 61701,
19
- "touch-ios": 61702,
20
- "touch-android": 61703,
21
- "time": 61704,
22
- "thermometer-snowflake": 61705,
23
- "terrace": 61706,
24
- "tasks": 61707,
25
- "swimming-pool": 61708,
26
- "store": 61709,
27
- "storage": 61710,
28
- "status-dot": 61711,
29
- "size-3d": 61712,
30
- "share": 61713,
31
- "search": 61714,
32
- "search-x": 61715,
33
- "sale": 61716,
34
- "restaurant": 61717,
35
- "rent": 61718,
36
- "properties-linear": 61719,
37
- "properties-filled": 61720,
38
- "promotion": 61721,
39
- "plus": 61722,
40
- "play-solid": 61723,
41
- "pin_map_solid": 61724,
42
- "phone-linear": 61725,
43
- "pet": 61726,
44
- "pent-house": 61727,
45
- "pencil-line": 61728,
46
- "payments": 61729,
47
- "patio": 61730,
48
- "parking": 61731,
49
- "outside": 61732,
50
- "notes": 61733,
51
- "note": 61734,
52
- "mortgage": 61735,
53
- "more-horizontal": 61736,
54
- "minus": 61737,
55
- "map": 61738,
56
- "map-pin": 61739,
57
- "mail": 61740,
58
- "magic-wand": 61741,
59
- "logout": 61742,
60
- "loft": 61743,
61
- "lock": 61744,
62
- "loader": 61745,
63
- "lift": 61746,
64
- "leads-linear": 61747,
65
- "leads-filled": 61748,
66
- "keys_01": 61749,
67
- "info": 61750,
68
- "images-gallery": 61751,
69
- "image": 61752,
70
- "image-off": 61753,
71
- "icon-slot": 61754,
72
- "home-linear": 61755,
73
- "home-filled": 61756,
74
- "history": 61757,
75
- "help-circle": 61758,
76
- "heating": 61759,
77
- "gas-heating": 61760,
78
- "garden": 61761,
79
- "furnished": 61762,
80
- "filter": 61763,
81
- "file-text": 61764,
82
- "file-spreadsheet": 61765,
83
- "file-signature": 61766,
84
- "file-lock": 61767,
85
- "file-key": 61768,
86
- "file-input": 61769,
87
- "file-check": 61770,
88
- "face-ios-light": 61771,
89
- "face-ios-bold": 61772,
90
- "face-android": 61773,
91
- "eye-visible": 61774,
92
- "eye-hidden": 61775,
93
- "explore-linear": 61776,
94
- "explore-filled": 61777,
95
- "electric": 61778,
96
- "edit": 61779,
97
- "duplex": 61780,
98
- "door-open": 61781,
99
- "copy": 61782,
100
- "contact": 61783,
101
- "collections": 61784,
102
- "closet": 61785,
103
- "circle-off": 61786,
104
- "chevron-up": 61787,
105
- "chevron-right": 61788,
106
- "chevron-left": 61789,
107
- "chevron-down": 61790,
108
- "check": 61791,
109
- "check-circle-2": 61792,
110
- "check-check": 61793,
111
- "chalet-pareado": 61794,
112
- "chalet-independet": 61795,
113
- "chalet-adosado": 61796,
114
- "cancel": 61797,
115
- "cancel-circle-stroke": 61798,
116
- "cancel-circle-solid": 61799,
117
- "calendar": 61800,
118
- "calendar-clock": 61801,
119
- "building": 61802,
120
- "bell": 61803,
121
- "bed-double": 61804,
122
- "bath": 61805,
123
- "balcony-window": 61806,
124
- "arrow-up": 61807,
125
- "arrow-up-right": 61808,
126
- "arrow-up-left": 61809,
127
- "arrow-up-down": 61810,
128
- "arrow-right": 61811,
129
- "arrow-left": 61812,
130
- "arrow-down": 61813,
131
- "arrow-down-right": 61814,
132
- "arrow-down-left": 61815,
133
- "archive": 61816,
134
- "alert-triangle": 61817,
135
- "alert-circle": 61818,
136
- "air-conditioner": 61819,
137
- "ai": 61820,
138
- "add-note": 61821,
139
- "accessibility": 61822
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
  /**
@@ -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;
@@ -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
 
@@ -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';