huspy-icons 0.3.1 → 0.3.2

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.1",
3
+ "version": "0.3.2",
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' | 'user' | 'trash-2' | 'size-3d' | 'share' | 'search' | 'search-x' | 'sale' | 'rent' | 'properties-linear' | 'properties-filled' | 'plus' | 'payments' | 'note' | 'mortgage' | 'map-pin' | 'mail' | 'logout' | 'lock' | 'leads-linear' | 'leads-filled' | 'keys_01' | 'icon-slot' | 'home-linear' | 'home-filled' | 'help-circle' | 'file-text' | 'file-spreadsheet' | 'file-signature' | 'file-lock' | 'file-key' | 'file-check' | 'eye-visible' | 'eye-hidden' | 'explore-linear' | 'explore-filled' | 'edit' | 'chevron-up' | 'chevron-right' | 'chevron-left' | 'chevron-down' | 'check' | 'cancel' | 'cancel-circle-solid' | 'building' | 'bell' | 'bed-double' | 'arrow-up' | 'arrow-up-right' | 'arrow-up-left' | 'arrow-up-down' | 'arrow-right' | 'arrow-left' | 'arrow-down' | 'arrow-down-right' | 'arrow-down-left' | 'alert-triangle';
7
+ export type IconName = 'whatsapp' | 'user' | 'trash-2' | 'size-3d' | 'share' | 'search' | 'search-x' | 'sale' | 'rent' | 'properties-linear' | 'properties-filled' | 'plus' | 'payments' | 'note' | 'mortgage' | 'map-pin' | 'mail' | 'logout' | 'lock' | 'leads-linear' | 'leads-filled' | 'keys_01' | 'icon-slot' | 'home-linear' | 'home-filled' | 'help-circle' | 'fingerprint-android' | 'file-text' | 'file-spreadsheet' | 'file-signature' | 'file-lock' | 'file-key' | 'file-check' | 'face-id' | 'eye-visible' | 'eye-hidden' | 'explore-linear' | 'explore-filled' | 'edit' | 'chevron-up' | 'chevron-right' | 'chevron-left' | 'chevron-down' | 'check' | 'cancel' | 'cancel-circle-solid' | 'building' | 'bell' | 'bed-double' | 'arrow-up' | 'arrow-up-right' | 'arrow-up-left' | 'arrow-up-down' | 'arrow-right' | 'arrow-left' | 'arrow-down' | 'arrow-down-right' | 'arrow-down-left' | 'alert-triangle';
8
8
 
9
9
  /**
10
10
  * Mapping of icon names to unicode codepoints
@@ -37,37 +37,39 @@ export const glyphMap: Record<IconName, number> = {
37
37
  "home-linear": 61720,
38
38
  "home-filled": 61721,
39
39
  "help-circle": 61722,
40
- "file-text": 61723,
41
- "file-spreadsheet": 61724,
42
- "file-signature": 61725,
43
- "file-lock": 61726,
44
- "file-key": 61727,
45
- "file-check": 61728,
46
- "eye-visible": 61729,
47
- "eye-hidden": 61730,
48
- "explore-linear": 61731,
49
- "explore-filled": 61732,
50
- "edit": 61733,
51
- "chevron-up": 61734,
52
- "chevron-right": 61735,
53
- "chevron-left": 61736,
54
- "chevron-down": 61737,
55
- "check": 61738,
56
- "cancel": 61739,
57
- "cancel-circle-solid": 61740,
58
- "building": 61741,
59
- "bell": 61742,
60
- "bed-double": 61743,
61
- "arrow-up": 61744,
62
- "arrow-up-right": 61745,
63
- "arrow-up-left": 61746,
64
- "arrow-up-down": 61747,
65
- "arrow-right": 61748,
66
- "arrow-left": 61749,
67
- "arrow-down": 61750,
68
- "arrow-down-right": 61751,
69
- "arrow-down-left": 61752,
70
- "alert-triangle": 61753
40
+ "fingerprint-android": 61723,
41
+ "file-text": 61724,
42
+ "file-spreadsheet": 61725,
43
+ "file-signature": 61726,
44
+ "file-lock": 61727,
45
+ "file-key": 61728,
46
+ "file-check": 61729,
47
+ "face-id": 61730,
48
+ "eye-visible": 61731,
49
+ "eye-hidden": 61732,
50
+ "explore-linear": 61733,
51
+ "explore-filled": 61734,
52
+ "edit": 61735,
53
+ "chevron-up": 61736,
54
+ "chevron-right": 61737,
55
+ "chevron-left": 61738,
56
+ "chevron-down": 61739,
57
+ "check": 61740,
58
+ "cancel": 61741,
59
+ "cancel-circle-solid": 61742,
60
+ "building": 61743,
61
+ "bell": 61744,
62
+ "bed-double": 61745,
63
+ "arrow-up": 61746,
64
+ "arrow-up-right": 61747,
65
+ "arrow-up-left": 61748,
66
+ "arrow-up-down": 61749,
67
+ "arrow-right": 61750,
68
+ "arrow-left": 61751,
69
+ "arrow-down": 61752,
70
+ "arrow-down-right": 61753,
71
+ "arrow-down-left": 61754,
72
+ "alert-triangle": 61755
71
73
  };
72
74
 
73
75
  /**
@@ -0,0 +1,52 @@
1
+ import * as React from 'react';
2
+ import type { ReactIconProps } from '../shared/types';
3
+ import { resolveSize } from '../shared/types';
4
+
5
+ const SvgFaceId = ({ 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="M13.9145 15.5719C14.3166 15.2798 14.8797 15.3692 15.1719 15.7713C15.464 16.1734 15.3745 16.7365 14.9725 17.0287C14.2541 17.5507 13.1722 18.1007 11.7994 18.1007C10.4266 18.1006 9.34461 17.5507 8.62624 17.0287C8.22423 16.7365 8.13483 16.1734 8.42684 15.7713C8.719 15.3693 9.28216 15.2799 9.68423 15.5719C10.2042 15.9498 10.9224 16.3003 11.7994 16.3003C12.6764 16.3003 13.3945 15.9498 13.9145 15.5719Z"
18
+ fill="currentColor"
19
+ />
20
+ <path
21
+ d="M15.3999 10.9008V9.10037C15.3999 8.60331 15.8026 8.20059 16.2997 8.20059C16.7967 8.20059 17.1994 8.60331 17.1994 9.10037V10.9008C17.1992 11.3976 16.7966 11.8005 16.2997 11.8005C15.8027 11.8005 15.4001 11.3976 15.3999 10.9008Z"
22
+ fill="currentColor"
23
+ />
24
+ <path
25
+ d="M6.39986 10.9008V9.10037C6.39986 8.60331 6.80258 8.20059 7.29964 8.20059C7.7967 8.20059 8.19942 8.60331 8.19942 9.10037V10.9008C8.19922 11.3976 7.79657 11.8005 7.29964 11.8005C6.80271 11.8005 6.40007 11.3976 6.39986 10.9008Z"
26
+ fill="currentColor"
27
+ />
28
+ <path
29
+ d="M10.8999 9.10037C10.8999 8.60339 11.3027 8.20071 11.7997 8.20059C12.2967 8.20059 12.7003 8.60331 12.7003 9.10037V12.7003C12.7003 13.6942 11.8937 14.5007 10.8999 14.5007C10.4028 14.5007 10.0001 14.0972 10.0001 13.6001C10.0002 13.1032 10.4029 12.7003 10.8999 12.7003V9.10037Z"
30
+ fill="currentColor"
31
+ />
32
+ <path
33
+ d="M20.7999 6.39952V3.70017C20.7999 3.20278 20.3975 2.79965 19.9001 2.79956H17.1999C16.7029 2.79956 16.3001 2.39684 16.3001 1.89978C16.3001 1.40272 16.7029 1 17.1999 1H19.9001C21.3916 1.00009 22.6003 2.20867 22.6003 3.70017V6.39952C22.6003 6.89657 22.1967 7.30012 21.6997 7.30012C21.2027 7.29997 20.7999 6.89648 20.7999 6.39952Z"
34
+ fill="currentColor"
35
+ />
36
+ <path
37
+ d="M1.00014 6.39979V3.70044C1.00014 2.20889 2.20875 1.00027 3.70031 1.00027H6.39965C6.89671 1.00027 7.30026 1.403 7.30026 1.90006C7.30026 2.39711 6.89671 2.79984 6.39965 2.79984H3.70031C3.20286 2.79984 2.7997 3.203 2.7997 3.70044V6.39979C2.7997 6.89685 2.39698 7.3004 1.89992 7.3004C1.40286 7.3004 1.00014 6.89685 1.00014 6.39979Z"
38
+ fill="currentColor"
39
+ />
40
+ <path
41
+ d="M20.7999 19.9001V17.1999C20.7999 16.703 21.2027 16.3003 21.6997 16.3001C22.1967 16.3001 22.6003 16.7029 22.6003 17.1999V19.9001C22.6002 21.3915 21.3915 22.6002 19.9001 22.6003H17.1999C16.7029 22.6003 16.3001 22.1967 16.3001 21.6997C16.3003 21.2027 16.703 20.7999 17.1999 20.7999H19.9001C20.3974 20.7998 20.7998 20.3974 20.7999 19.9001Z"
42
+ fill="currentColor"
43
+ />
44
+ <path
45
+ d="M1 19.9001V17.1999C1 16.7029 1.40272 16.3001 1.89978 16.3001C2.39684 16.3001 2.79956 16.7029 2.79956 17.1999V19.9001C2.79965 20.3975 3.20278 20.7999 3.70017 20.7999H6.39952C6.89648 20.7999 7.29997 21.2027 7.30012 21.6997C7.30012 22.1967 6.89657 22.6003 6.39952 22.6003H3.70017C2.20867 22.6003 1.00009 21.3916 1 19.9001Z"
46
+ fill="currentColor"
47
+ />
48
+ </svg>
49
+ );
50
+ };
51
+
52
+ export default SvgFaceId;
@@ -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 SvgFingerprintAndroid = ({ 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="M18.3069 4.55233C18.2243 4.55233 18.1416 4.53167 18.0693 4.49033C16.0853 3.46733 14.3699 3.03333 12.3136 3.03333C10.2676 3.03333 8.32493 3.519 6.55793 4.49033C6.30993 4.62467 5.99993 4.53167 5.85526 4.28367C5.72093 4.03567 5.81393 3.71533 6.06193 3.581C7.98393 2.53733 10.0919 2 12.3136 2C14.5146 2 16.4366 2.48567 18.5446 3.57067C18.8029 3.705 18.8959 4.015 18.7616 4.263C18.6686 4.449 18.4929 4.55233 18.3069 4.55233ZM3.51993 9.97733C3.4166 9.97733 3.31326 9.94633 3.22026 9.88433C2.9826 9.719 2.93093 9.39867 3.09626 9.161C4.11926 7.71433 5.42126 6.57767 6.97126 5.782C10.2159 4.108 14.3699 4.09767 17.6249 5.77167C19.1749 6.56733 20.4769 7.69367 21.4999 9.13C21.6653 9.35733 21.6136 9.688 21.3759 9.85333C21.1383 10.0187 20.8179 9.967 20.6526 9.72933C19.7226 8.42733 18.5446 7.40433 17.1496 6.69133C14.1839 5.17233 10.3916 5.17233 7.43626 6.70167C6.03093 7.425 4.85293 8.45833 3.92293 9.76033C3.84026 9.905 3.68526 9.97733 3.51993 9.97733ZM9.97826 22.4497C9.84393 22.4497 9.7096 22.398 9.6166 22.2947C8.7176 21.3957 8.23193 20.817 7.5396 19.5667C6.8266 18.2957 6.4546 16.7457 6.4546 15.082C6.4546 12.013 9.07926 9.51233 12.3033 9.51233C15.5273 9.51233 18.1519 12.013 18.1519 15.082C18.1519 15.3713 17.9246 15.5987 17.6353 15.5987C17.3459 15.5987 17.1186 15.3713 17.1186 15.082C17.1186 12.5813 14.9589 10.5457 12.3033 10.5457C9.6476 10.5457 7.48793 12.5813 7.48793 15.082C7.48793 16.57 7.8186 17.9443 8.44893 19.0603C9.11027 20.2487 9.56493 20.755 10.3606 21.561C10.5569 21.7677 10.5569 22.088 10.3606 22.2947C10.2469 22.398 10.1126 22.4497 9.97826 22.4497ZM17.3873 20.538C16.1576 20.538 15.0726 20.228 14.1839 19.6183C12.6443 18.5747 11.7246 16.88 11.7246 15.082C11.7246 14.7927 11.9519 14.5653 12.2413 14.5653C12.5306 14.5653 12.7579 14.7927 12.7579 15.082C12.7579 16.539 13.5019 17.9133 14.7626 18.7607C15.4963 19.2567 16.3539 19.4943 17.3873 19.4943C17.6353 19.4943 18.0486 19.4633 18.4619 19.391C18.7409 19.3393 19.0096 19.5253 19.0613 19.8147C19.1129 20.0937 18.9269 20.3623 18.6376 20.414C18.0486 20.5277 17.5319 20.538 17.3873 20.538ZM15.3103 22.6667C15.2689 22.6667 15.2173 22.6563 15.1759 22.646C13.5329 22.1913 12.4583 21.5817 11.3319 20.476C9.88526 19.0397 9.0896 17.128 9.0896 15.082C9.0896 13.408 10.5156 12.044 12.2723 12.044C14.0289 12.044 15.4549 13.408 15.4549 15.082C15.4549 16.1877 16.4159 17.0867 17.6043 17.0867C18.7926 17.0867 19.7536 16.1877 19.7536 15.082C19.7536 11.1863 16.3953 8.02433 12.2619 8.02433C9.32726 8.02433 6.6406 9.657 5.4316 12.1887C5.0286 13.0257 4.82193 14.0073 4.82193 15.082C4.82193 15.888 4.89426 17.159 5.51426 18.8123C5.6176 19.081 5.48326 19.3807 5.2146 19.4737C4.94593 19.577 4.64626 19.4323 4.55326 19.174C4.04693 17.8203 3.79893 16.477 3.79893 15.082C3.79893 13.842 4.0366 12.7157 4.5016 11.734C5.87593 8.851 8.92426 6.98067 12.2619 6.98067C16.9636 6.98067 20.7869 10.6077 20.7869 15.0717C20.7869 16.7457 19.3609 18.1097 17.6043 18.1097C15.8476 18.1097 14.4216 16.7457 14.4216 15.0717C14.4216 13.966 13.4606 13.067 12.2723 13.067C11.0839 13.067 10.1229 13.966 10.1229 15.0717C10.1229 16.8387 10.8049 18.492 12.0553 19.732C13.0369 20.7033 13.9773 21.2407 15.4343 21.6437C15.7133 21.716 15.8683 22.0053 15.7959 22.274C15.7443 22.5117 15.5273 22.6667 15.3103 22.6667Z"
18
+ fill="currentColor"
19
+ />
20
+ </svg>
21
+ );
22
+ };
23
+
24
+ export default SvgFingerprintAndroid;
@@ -30,12 +30,14 @@ import type { ReactIconProps } from '../shared/types';
30
30
  // Icon: explore-linear
31
31
  // Icon: eye-hidden
32
32
  // Icon: eye-visible
33
+ // Icon: face-id
33
34
  // Icon: file-check
34
35
  // Icon: file-key
35
36
  // Icon: file-lock
36
37
  // Icon: file-signature
37
38
  // Icon: file-spreadsheet
38
39
  // Icon: file-text
40
+ // Icon: fingerprint-android
39
41
  // Icon: help-circle
40
42
  // Icon: home-filled
41
43
  // Icon: home-linear
@@ -66,7 +68,7 @@ import type { ReactIconProps } from '../shared/types';
66
68
  /**
67
69
  * Available icon names
68
70
  */
69
- export type IconName = 'alert-triangle' | 'arrow-down' | 'arrow-down-left' | 'arrow-down-right' | 'arrow-left' | 'arrow-right' | 'arrow-up' | 'arrow-up-down' | 'arrow-up-left' | 'arrow-up-right' | 'bed-double' | 'bell' | 'building' | 'cancel' | 'cancel-circle-solid' | 'check' | 'chevron-down' | 'chevron-left' | 'chevron-right' | 'chevron-up' | 'edit' | 'explore-filled' | 'explore-linear' | 'eye-hidden' | 'eye-visible' | 'file-check' | 'file-key' | 'file-lock' | 'file-signature' | 'file-spreadsheet' | 'file-text' | 'help-circle' | 'home-filled' | 'home-linear' | 'icon-slot' | 'keys01' | 'leads-filled' | 'leads-linear' | 'lock' | 'logout' | 'mail' | 'map-pin' | 'mortgage' | 'note' | 'payments' | 'plus' | 'properties-filled' | 'properties-linear' | 'rent' | 'sale' | 'search' | 'search-x' | 'share' | 'size3d' | 'trash2' | 'user' | 'whatsapp';
71
+ export type IconName = 'alert-triangle' | 'arrow-down' | 'arrow-down-left' | 'arrow-down-right' | 'arrow-left' | 'arrow-right' | 'arrow-up' | 'arrow-up-down' | 'arrow-up-left' | 'arrow-up-right' | 'bed-double' | 'bell' | 'building' | 'cancel' | 'cancel-circle-solid' | 'check' | 'chevron-down' | 'chevron-left' | 'chevron-right' | 'chevron-up' | 'edit' | 'explore-filled' | 'explore-linear' | 'eye-hidden' | 'eye-visible' | 'face-id' | 'file-check' | 'file-key' | 'file-lock' | 'file-signature' | 'file-spreadsheet' | 'file-text' | 'fingerprint-android' | 'help-circle' | 'home-filled' | 'home-linear' | 'icon-slot' | 'keys01' | 'leads-filled' | 'leads-linear' | 'lock' | 'logout' | 'mail' | 'map-pin' | 'mortgage' | 'note' | 'payments' | 'plus' | 'properties-filled' | 'properties-linear' | 'rent' | 'sale' | 'search' | 'search-x' | 'share' | 'size3d' | 'trash2' | 'user' | 'whatsapp';
70
72
 
71
73
  /**
72
74
  * Props for the unified Icon component
@@ -136,6 +138,8 @@ function loadIcon(name: IconName): Promise<React.ComponentType<any>> {
136
138
  return import('./EyeHidden').then(m => m.default);
137
139
  case 'eye-visible':
138
140
  return import('./EyeVisible').then(m => m.default);
141
+ case 'face-id':
142
+ return import('./FaceId').then(m => m.default);
139
143
  case 'file-check':
140
144
  return import('./FileCheck').then(m => m.default);
141
145
  case 'file-key':
@@ -148,6 +152,8 @@ function loadIcon(name: IconName): Promise<React.ComponentType<any>> {
148
152
  return import('./FileSpreadsheet').then(m => m.default);
149
153
  case 'file-text':
150
154
  return import('./FileText').then(m => m.default);
155
+ case 'fingerprint-android':
156
+ return import('./FingerprintAndroid').then(m => m.default);
151
157
  case 'help-circle':
152
158
  return import('./HelpCircle').then(m => m.default);
153
159
  case 'home-filled':
@@ -24,12 +24,14 @@ export { default as ExploreFilled } from './ExploreFilled';
24
24
  export { default as ExploreLinear } from './ExploreLinear';
25
25
  export { default as EyeHidden } from './EyeHidden';
26
26
  export { default as EyeVisible } from './EyeVisible';
27
+ export { default as FaceId } from './FaceId';
27
28
  export { default as FileCheck } from './FileCheck';
28
29
  export { default as FileKey } from './FileKey';
29
30
  export { default as FileLock } from './FileLock';
30
31
  export { default as FileSignature } from './FileSignature';
31
32
  export { default as FileSpreadsheet } from './FileSpreadsheet';
32
33
  export { default as FileText } from './FileText';
34
+ export { default as FingerprintAndroid } from './FingerprintAndroid';
33
35
  export { default as HelpCircle } from './HelpCircle';
34
36
  export { default as HomeFilled } from './HomeFilled';
35
37
  export { default as HomeLinear } from './HomeLinear';
@@ -23,12 +23,14 @@ export { default as ExploreFilled } from './ExploreFilled';
23
23
  export { default as ExploreLinear } from './ExploreLinear';
24
24
  export { default as EyeHidden } from './EyeHidden';
25
25
  export { default as EyeVisible } from './EyeVisible';
26
+ export { default as FaceId } from './FaceId';
26
27
  export { default as FileCheck } from './FileCheck';
27
28
  export { default as FileKey } from './FileKey';
28
29
  export { default as FileLock } from './FileLock';
29
30
  export { default as FileSignature } from './FileSignature';
30
31
  export { default as FileSpreadsheet } from './FileSpreadsheet';
31
32
  export { default as FileText } from './FileText';
33
+ export { default as FingerprintAndroid } from './FingerprintAndroid';
32
34
  export { default as HelpCircle } from './HelpCircle';
33
35
  export { default as HomeFilled } from './HomeFilled';
34
36
  export { default as HomeLinear } from './HomeLinear';