huspy-icons 0.3.20 → 0.3.21

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.20",
3
+ "version": "0.3.21",
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' | 'pin_map_solid' | 'phone-linear' | 'pet' | 'pent-house' | 'pencil-line' | 'payments' | 'patio' | 'parking' | 'outside' | 'notes' | 'note' | 'mortgage' | 'more-horizontal' | 'map-pin' | 'mail' | 'magic-wand' | 'logout' | 'loft' | 'lock' | 'lift' | 'leads-linear' | 'leads-filled' | 'keys_01' | 'info' | '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' | 'add-note' | 'accessibility';
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' | 'pin_map_solid' | 'phone-linear' | 'pet' | 'pent-house' | 'pencil-line' | 'payments' | 'patio' | 'parking' | 'outside' | 'notes' | 'note' | 'mortgage' | 'more-horizontal' | 'map-pin' | 'mail' | 'magic-wand' | 'logout' | 'loft' | 'lock' | 'loader' | 'lift' | 'leads-linear' | 'leads-filled' | 'keys_01' | 'info' | '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' | 'add-note' | 'accessibility';
8
8
 
9
9
  /**
10
10
  * Mapping of icon names to unicode codepoints
@@ -56,81 +56,82 @@ export const glyphMap: Record<IconName, number> = {
56
56
  "logout": 61739,
57
57
  "loft": 61740,
58
58
  "lock": 61741,
59
- "lift": 61742,
60
- "leads-linear": 61743,
61
- "leads-filled": 61744,
62
- "keys_01": 61745,
63
- "info": 61746,
64
- "image": 61747,
65
- "image-off": 61748,
66
- "icon-slot": 61749,
67
- "home-linear": 61750,
68
- "home-filled": 61751,
69
- "history": 61752,
70
- "help-circle": 61753,
71
- "heating": 61754,
72
- "gas-heating": 61755,
73
- "garden": 61756,
74
- "furnished": 61757,
75
- "filter": 61758,
76
- "file-text": 61759,
77
- "file-spreadsheet": 61760,
78
- "file-signature": 61761,
79
- "file-lock": 61762,
80
- "file-key": 61763,
81
- "file-input": 61764,
82
- "file-check": 61765,
83
- "face-ios-light": 61766,
84
- "face-ios-bold": 61767,
85
- "face-android": 61768,
86
- "eye-visible": 61769,
87
- "eye-hidden": 61770,
88
- "explore-linear": 61771,
89
- "explore-filled": 61772,
90
- "electric": 61773,
91
- "edit": 61774,
92
- "duplex": 61775,
93
- "door-open": 61776,
94
- "copy": 61777,
95
- "contact": 61778,
96
- "collections": 61779,
97
- "closet": 61780,
98
- "circle-off": 61781,
99
- "chevron-up": 61782,
100
- "chevron-right": 61783,
101
- "chevron-left": 61784,
102
- "chevron-down": 61785,
103
- "check": 61786,
104
- "check-circle-2": 61787,
105
- "check-check": 61788,
106
- "chalet-pareado": 61789,
107
- "chalet-independet": 61790,
108
- "chalet-adosado": 61791,
109
- "cancel": 61792,
110
- "cancel-circle-stroke": 61793,
111
- "cancel-circle-solid": 61794,
112
- "calendar": 61795,
113
- "calendar-clock": 61796,
114
- "building": 61797,
115
- "bell": 61798,
116
- "bed-double": 61799,
117
- "bath": 61800,
118
- "balcony-window": 61801,
119
- "arrow-up": 61802,
120
- "arrow-up-right": 61803,
121
- "arrow-up-left": 61804,
122
- "arrow-up-down": 61805,
123
- "arrow-right": 61806,
124
- "arrow-left": 61807,
125
- "arrow-down": 61808,
126
- "arrow-down-right": 61809,
127
- "arrow-down-left": 61810,
128
- "archive": 61811,
129
- "alert-triangle": 61812,
130
- "alert-circle": 61813,
131
- "air-conditioner": 61814,
132
- "add-note": 61815,
133
- "accessibility": 61816
59
+ "loader": 61742,
60
+ "lift": 61743,
61
+ "leads-linear": 61744,
62
+ "leads-filled": 61745,
63
+ "keys_01": 61746,
64
+ "info": 61747,
65
+ "image": 61748,
66
+ "image-off": 61749,
67
+ "icon-slot": 61750,
68
+ "home-linear": 61751,
69
+ "home-filled": 61752,
70
+ "history": 61753,
71
+ "help-circle": 61754,
72
+ "heating": 61755,
73
+ "gas-heating": 61756,
74
+ "garden": 61757,
75
+ "furnished": 61758,
76
+ "filter": 61759,
77
+ "file-text": 61760,
78
+ "file-spreadsheet": 61761,
79
+ "file-signature": 61762,
80
+ "file-lock": 61763,
81
+ "file-key": 61764,
82
+ "file-input": 61765,
83
+ "file-check": 61766,
84
+ "face-ios-light": 61767,
85
+ "face-ios-bold": 61768,
86
+ "face-android": 61769,
87
+ "eye-visible": 61770,
88
+ "eye-hidden": 61771,
89
+ "explore-linear": 61772,
90
+ "explore-filled": 61773,
91
+ "electric": 61774,
92
+ "edit": 61775,
93
+ "duplex": 61776,
94
+ "door-open": 61777,
95
+ "copy": 61778,
96
+ "contact": 61779,
97
+ "collections": 61780,
98
+ "closet": 61781,
99
+ "circle-off": 61782,
100
+ "chevron-up": 61783,
101
+ "chevron-right": 61784,
102
+ "chevron-left": 61785,
103
+ "chevron-down": 61786,
104
+ "check": 61787,
105
+ "check-circle-2": 61788,
106
+ "check-check": 61789,
107
+ "chalet-pareado": 61790,
108
+ "chalet-independet": 61791,
109
+ "chalet-adosado": 61792,
110
+ "cancel": 61793,
111
+ "cancel-circle-stroke": 61794,
112
+ "cancel-circle-solid": 61795,
113
+ "calendar": 61796,
114
+ "calendar-clock": 61797,
115
+ "building": 61798,
116
+ "bell": 61799,
117
+ "bed-double": 61800,
118
+ "bath": 61801,
119
+ "balcony-window": 61802,
120
+ "arrow-up": 61803,
121
+ "arrow-up-right": 61804,
122
+ "arrow-up-left": 61805,
123
+ "arrow-up-down": 61806,
124
+ "arrow-right": 61807,
125
+ "arrow-left": 61808,
126
+ "arrow-down": 61809,
127
+ "arrow-down-right": 61810,
128
+ "arrow-down-left": 61811,
129
+ "archive": 61812,
130
+ "alert-triangle": 61813,
131
+ "alert-circle": 61814,
132
+ "air-conditioner": 61815,
133
+ "add-note": 61816,
134
+ "accessibility": 61817
134
135
  };
135
136
 
136
137
  /**
@@ -80,6 +80,7 @@ import type { ReactIconProps } from '../shared/types';
80
80
  // Icon: leads-filled
81
81
  // Icon: leads-linear
82
82
  // Icon: lift
83
+ // Icon: loader
83
84
  // Icon: lock
84
85
  // Icon: loft
85
86
  // Icon: logout
@@ -129,7 +130,7 @@ import type { ReactIconProps } from '../shared/types';
129
130
  /**
130
131
  * Available icon names
131
132
  */
132
- export type IconName = 'accessibility' | 'add-note' | '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' | 'info' | 'keys01' | 'leads-filled' | 'leads-linear' | 'lift' | 'lock' | 'loft' | 'logout' | 'magic-wand' | 'mail' | 'map-pin' | 'more-horizontal' | 'mortgage' | 'note' | 'notes' | 'outside' | 'parking' | 'patio' | 'payments' | 'pencil-line' | 'pent-house' | 'pet' | 'phone-linear' | 'pin-map-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';
133
+ export type IconName = 'accessibility' | 'add-note' | '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' | 'info' | 'keys01' | 'leads-filled' | 'leads-linear' | 'lift' | 'loader' | 'lock' | 'loft' | 'logout' | 'magic-wand' | 'mail' | 'map-pin' | 'more-horizontal' | 'mortgage' | 'note' | 'notes' | 'outside' | 'parking' | 'patio' | 'payments' | 'pencil-line' | 'pent-house' | 'pet' | 'phone-linear' | 'pin-map-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';
133
134
 
134
135
  /**
135
136
  * Props for the unified Icon component
@@ -299,6 +300,8 @@ function loadIcon(name: IconName): Promise<React.ComponentType<any>> {
299
300
  return import('./LeadsLinear').then(m => m.default);
300
301
  case 'lift':
301
302
  return import('./Lift').then(m => m.default);
303
+ case 'loader':
304
+ return import('./Loader').then(m => m.default);
302
305
  case 'lock':
303
306
  return import('./Lock').then(m => m.default);
304
307
  case 'loft':
@@ -0,0 +1,68 @@
1
+ import * as React from 'react';
2
+ import type { ReactIconProps } from '../shared/types';
3
+ import { resolveSize } from '../shared/types';
4
+
5
+ const SvgLoader = ({ 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="M12 1C12.5523 1 13 1.44772 13 2V6C13 6.55228 12.5523 7 12 7C11.4477 7 11 6.55228 11 6V2C11 1.44772 11.4477 1 12 1Z"
20
+ fill="currentColor"
21
+ />
22
+ <path
23
+ fillRule="evenodd"
24
+ clipRule="evenodd"
25
+ d="M12 17C12.5523 17 13 17.4477 13 18V22C13 22.5523 12.5523 23 12 23C11.4477 23 11 22.5523 11 22V18C11 17.4477 11.4477 17 12 17Z"
26
+ fill="currentColor"
27
+ />
28
+ <path
29
+ fillRule="evenodd"
30
+ clipRule="evenodd"
31
+ d="M4.22289 4.22289C4.61342 3.83237 5.24658 3.83237 5.63711 4.22289L8.46711 7.05289C8.85763 7.44342 8.85763 8.07658 8.46711 8.46711C8.07658 8.85763 7.44342 8.85763 7.05289 8.46711L4.22289 5.63711C3.83237 5.24658 3.83237 4.61342 4.22289 4.22289Z"
32
+ fill="currentColor"
33
+ />
34
+ <path
35
+ fillRule="evenodd"
36
+ clipRule="evenodd"
37
+ d="M15.5329 15.5329C15.9234 15.1424 16.5566 15.1424 16.9471 15.5329L19.7771 18.3629C20.1676 18.7534 20.1676 19.3866 19.7771 19.7771C19.3866 20.1676 18.7534 20.1676 18.3629 19.7771L15.5329 16.9471C15.1424 16.5566 15.1424 15.9234 15.5329 15.5329Z"
38
+ fill="currentColor"
39
+ />
40
+ <path
41
+ fillRule="evenodd"
42
+ clipRule="evenodd"
43
+ d="M1 12C1 11.4477 1.44772 11 2 11H6C6.55228 11 7 11.4477 7 12C7 12.5523 6.55228 13 6 13H2C1.44772 13 1 12.5523 1 12Z"
44
+ fill="currentColor"
45
+ />
46
+ <path
47
+ fillRule="evenodd"
48
+ clipRule="evenodd"
49
+ d="M17 12C17 11.4477 17.4477 11 18 11H22C22.5523 11 23 11.4477 23 12C23 12.5523 22.5523 13 22 13H18C17.4477 13 17 12.5523 17 12Z"
50
+ fill="currentColor"
51
+ />
52
+ <path
53
+ fillRule="evenodd"
54
+ clipRule="evenodd"
55
+ d="M8.46711 15.5329C8.85763 15.9234 8.85763 16.5566 8.46711 16.9471L5.63711 19.7771C5.24658 20.1676 4.61342 20.1676 4.22289 19.7771C3.83237 19.3866 3.83237 18.7534 4.22289 18.3629L7.05289 15.5329C7.44342 15.1424 8.07658 15.1424 8.46711 15.5329Z"
56
+ fill="currentColor"
57
+ />
58
+ <path
59
+ fillRule="evenodd"
60
+ clipRule="evenodd"
61
+ d="M19.7771 4.22289C20.1676 4.61342 20.1676 5.24658 19.7771 5.63711L16.9471 8.46711C16.5566 8.85763 15.9234 8.85763 15.5329 8.46711C15.1424 8.07658 15.1424 7.44342 15.5329 7.05289L18.3629 4.22289C18.7534 3.83237 19.3866 3.83237 19.7771 4.22289Z"
62
+ fill="currentColor"
63
+ />
64
+ </svg>
65
+ );
66
+ };
67
+
68
+ export default SvgLoader;
@@ -74,6 +74,7 @@ export { default as Keys01 } from './Keys01';
74
74
  export { default as LeadsFilled } from './LeadsFilled';
75
75
  export { default as LeadsLinear } from './LeadsLinear';
76
76
  export { default as Lift } from './Lift';
77
+ export { default as Loader } from './Loader';
77
78
  export { default as Lock } from './Lock';
78
79
  export { default as Loft } from './Loft';
79
80
  export { default as Logout } from './Logout';
@@ -73,6 +73,7 @@ export { default as Keys01 } from './Keys01';
73
73
  export { default as LeadsFilled } from './LeadsFilled';
74
74
  export { default as LeadsLinear } from './LeadsLinear';
75
75
  export { default as Lift } from './Lift';
76
+ export { default as Loader } from './Loader';
76
77
  export { default as Lock } from './Lock';
77
78
  export { default as Loft } from './Loft';
78
79
  export { default as Logout } from './Logout';