huspy-icons 0.3.7 → 0.3.9

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.7",
3
+ "version": "0.3.9",
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' | 'thermometer-snowflake' | 'terrace' | 'swimming-pool' | 'size-3d' | 'share' | 'search' | 'search-x' | 'sale' | 'restaurant' | 'rent' | 'properties-linear' | 'properties-filled' | 'promotion' | 'plus' | 'pin_map_solid' | 'phone-linear' | 'pet' | 'pencil-line' | 'payments' | 'patio' | 'parking' | 'outside' | 'notes' | 'note' | 'mortgage' | 'more-horizontal' | 'map-pin' | 'mail' | 'magic-wand' | 'logout' | 'lock' | 'lift' | 'leads-linear' | 'leads-filled' | 'keys_01' | 'info' | 'image' | 'icon-slot' | 'home-linear' | 'home-filled' | 'help-circle' | 'heating' | 'gas-heating' | 'garden' | 'fingerprint-android' | 'filter' | 'file-text' | 'file-spreadsheet' | 'file-signature' | 'file-lock' | 'file-key' | 'file-input' | 'file-check' | 'face-id' | 'eye-visible' | 'eye-hidden' | 'explore-linear' | 'explore-filled' | 'electric' | 'edit' | 'door-open' | 'collections' | 'closet' | 'chevron-up' | 'chevron-right' | 'chevron-left' | 'chevron-down' | 'check' | 'check-circle-2' | 'cancel' | 'cancel-circle-solid' | 'calendar' | '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' | 'air-conditioner' | 'add-note' | 'accessibility';
7
+ export type IconName = 'whatsapp' | 'user' | 'trash-2' | 'touch-ios' | 'touch-android' | 'time' | 'thermometer-snowflake' | 'terrace' | 'swimming-pool' | 'size-3d' | 'share' | 'search' | 'search-x' | 'sale' | 'restaurant' | 'rent' | 'properties-linear' | 'properties-filled' | 'promotion' | 'plus' | 'pin_map_solid' | 'phone-linear' | 'pet' | 'pencil-line' | 'payments' | 'patio' | 'parking' | 'outside' | 'notes' | 'note' | 'mortgage' | 'more-horizontal' | 'map-pin' | 'mail' | 'magic-wand' | 'logout' | 'lock' | 'lift' | 'leads-linear' | 'leads-filled' | 'keys_01' | 'info' | 'image' | 'image-off' | 'icon-slot' | 'home-linear' | 'home-filled' | 'help-circle' | 'heating' | 'gas-heating' | 'garden' | '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' | 'door-open' | 'collections' | 'closet' | 'chevron-up' | 'chevron-right' | 'chevron-left' | 'chevron-down' | 'check' | 'check-circle-2' | 'check-check' | 'cancel' | 'cancel-circle-stroke' | 'cancel-circle-solid' | 'calendar' | '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' | 'air-conditioner' | 'add-note' | 'accessibility';
8
8
 
9
9
  /**
10
10
  * Mapping of icon names to unicode codepoints
@@ -14,97 +14,104 @@ export const glyphMap: Record<IconName, number> = {
14
14
  "whatsapp": 61697,
15
15
  "user": 61698,
16
16
  "trash-2": 61699,
17
- "thermometer-snowflake": 61700,
18
- "terrace": 61701,
19
- "swimming-pool": 61702,
20
- "size-3d": 61703,
21
- "share": 61704,
22
- "search": 61705,
23
- "search-x": 61706,
24
- "sale": 61707,
25
- "restaurant": 61708,
26
- "rent": 61709,
27
- "properties-linear": 61710,
28
- "properties-filled": 61711,
29
- "promotion": 61712,
30
- "plus": 61713,
31
- "pin_map_solid": 61714,
32
- "phone-linear": 61715,
33
- "pet": 61716,
34
- "pencil-line": 61717,
35
- "payments": 61718,
36
- "patio": 61719,
37
- "parking": 61720,
38
- "outside": 61721,
39
- "notes": 61722,
40
- "note": 61723,
41
- "mortgage": 61724,
42
- "more-horizontal": 61725,
43
- "map-pin": 61726,
44
- "mail": 61727,
45
- "magic-wand": 61728,
46
- "logout": 61729,
47
- "lock": 61730,
48
- "lift": 61731,
49
- "leads-linear": 61732,
50
- "leads-filled": 61733,
51
- "keys_01": 61734,
52
- "info": 61735,
53
- "image": 61736,
54
- "icon-slot": 61737,
55
- "home-linear": 61738,
56
- "home-filled": 61739,
57
- "help-circle": 61740,
58
- "heating": 61741,
59
- "gas-heating": 61742,
60
- "garden": 61743,
61
- "fingerprint-android": 61744,
62
- "filter": 61745,
63
- "file-text": 61746,
64
- "file-spreadsheet": 61747,
65
- "file-signature": 61748,
66
- "file-lock": 61749,
67
- "file-key": 61750,
68
- "file-input": 61751,
69
- "file-check": 61752,
70
- "face-id": 61753,
71
- "eye-visible": 61754,
72
- "eye-hidden": 61755,
73
- "explore-linear": 61756,
74
- "explore-filled": 61757,
75
- "electric": 61758,
76
- "edit": 61759,
77
- "door-open": 61760,
78
- "collections": 61761,
79
- "closet": 61762,
80
- "chevron-up": 61763,
81
- "chevron-right": 61764,
82
- "chevron-left": 61765,
83
- "chevron-down": 61766,
84
- "check": 61767,
85
- "check-circle-2": 61768,
86
- "cancel": 61769,
87
- "cancel-circle-solid": 61770,
88
- "calendar": 61771,
89
- "building": 61772,
90
- "bell": 61773,
91
- "bed-double": 61774,
92
- "bath": 61775,
93
- "balcony-window": 61776,
94
- "arrow-up": 61777,
95
- "arrow-up-right": 61778,
96
- "arrow-up-left": 61779,
97
- "arrow-up-down": 61780,
98
- "arrow-right": 61781,
99
- "arrow-left": 61782,
100
- "arrow-down": 61783,
101
- "arrow-down-right": 61784,
102
- "arrow-down-left": 61785,
103
- "archive": 61786,
104
- "alert-triangle": 61787,
105
- "air-conditioner": 61788,
106
- "add-note": 61789,
107
- "accessibility": 61790
17
+ "touch-ios": 61700,
18
+ "touch-android": 61701,
19
+ "time": 61702,
20
+ "thermometer-snowflake": 61703,
21
+ "terrace": 61704,
22
+ "swimming-pool": 61705,
23
+ "size-3d": 61706,
24
+ "share": 61707,
25
+ "search": 61708,
26
+ "search-x": 61709,
27
+ "sale": 61710,
28
+ "restaurant": 61711,
29
+ "rent": 61712,
30
+ "properties-linear": 61713,
31
+ "properties-filled": 61714,
32
+ "promotion": 61715,
33
+ "plus": 61716,
34
+ "pin_map_solid": 61717,
35
+ "phone-linear": 61718,
36
+ "pet": 61719,
37
+ "pencil-line": 61720,
38
+ "payments": 61721,
39
+ "patio": 61722,
40
+ "parking": 61723,
41
+ "outside": 61724,
42
+ "notes": 61725,
43
+ "note": 61726,
44
+ "mortgage": 61727,
45
+ "more-horizontal": 61728,
46
+ "map-pin": 61729,
47
+ "mail": 61730,
48
+ "magic-wand": 61731,
49
+ "logout": 61732,
50
+ "lock": 61733,
51
+ "lift": 61734,
52
+ "leads-linear": 61735,
53
+ "leads-filled": 61736,
54
+ "keys_01": 61737,
55
+ "info": 61738,
56
+ "image": 61739,
57
+ "image-off": 61740,
58
+ "icon-slot": 61741,
59
+ "home-linear": 61742,
60
+ "home-filled": 61743,
61
+ "help-circle": 61744,
62
+ "heating": 61745,
63
+ "gas-heating": 61746,
64
+ "garden": 61747,
65
+ "filter": 61748,
66
+ "file-text": 61749,
67
+ "file-spreadsheet": 61750,
68
+ "file-signature": 61751,
69
+ "file-lock": 61752,
70
+ "file-key": 61753,
71
+ "file-input": 61754,
72
+ "file-check": 61755,
73
+ "face-ios-light": 61756,
74
+ "face-ios-bold": 61757,
75
+ "face-android": 61758,
76
+ "eye-visible": 61759,
77
+ "eye-hidden": 61760,
78
+ "explore-linear": 61761,
79
+ "explore-filled": 61762,
80
+ "electric": 61763,
81
+ "edit": 61764,
82
+ "door-open": 61765,
83
+ "collections": 61766,
84
+ "closet": 61767,
85
+ "chevron-up": 61768,
86
+ "chevron-right": 61769,
87
+ "chevron-left": 61770,
88
+ "chevron-down": 61771,
89
+ "check": 61772,
90
+ "check-circle-2": 61773,
91
+ "check-check": 61774,
92
+ "cancel": 61775,
93
+ "cancel-circle-stroke": 61776,
94
+ "cancel-circle-solid": 61777,
95
+ "calendar": 61778,
96
+ "building": 61779,
97
+ "bell": 61780,
98
+ "bed-double": 61781,
99
+ "bath": 61782,
100
+ "balcony-window": 61783,
101
+ "arrow-up": 61784,
102
+ "arrow-up-right": 61785,
103
+ "arrow-up-left": 61786,
104
+ "arrow-up-down": 61787,
105
+ "arrow-right": 61788,
106
+ "arrow-left": 61789,
107
+ "arrow-down": 61790,
108
+ "arrow-down-right": 61791,
109
+ "arrow-down-left": 61792,
110
+ "archive": 61793,
111
+ "alert-triangle": 61794,
112
+ "air-conditioner": 61795,
113
+ "add-note": 61796,
114
+ "accessibility": 61797
108
115
  };
109
116
 
110
117
  /**
@@ -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 SvgCancelCircleStroke = ({ 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 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3ZM1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12Z"
20
+ fill="currentColor"
21
+ />
22
+ <path
23
+ fillRule="evenodd"
24
+ clipRule="evenodd"
25
+ d="M15.7071 8.29289C16.0976 8.68342 16.0976 9.31658 15.7071 9.70711L9.70711 15.7071C9.31658 16.0976 8.68342 16.0976 8.29289 15.7071C7.90237 15.3166 7.90237 14.6834 8.29289 14.2929L14.2929 8.29289C14.6834 7.90237 15.3166 7.90237 15.7071 8.29289Z"
26
+ fill="currentColor"
27
+ />
28
+ <path
29
+ fillRule="evenodd"
30
+ clipRule="evenodd"
31
+ d="M8.29289 8.29289C8.68342 7.90237 9.31658 7.90237 9.70711 8.29289L15.7071 14.2929C16.0976 14.6834 16.0976 15.3166 15.7071 15.7071C15.3166 16.0976 14.6834 16.0976 14.2929 15.7071L8.29289 9.70711C7.90237 9.31658 7.90237 8.68342 8.29289 8.29289Z"
32
+ fill="currentColor"
33
+ />
34
+ </svg>
35
+ );
36
+ };
37
+
38
+ export default SvgCancelCircleStroke;
@@ -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 SvgCheckCheck = ({ 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="M18.7071 5.29289C19.0976 5.68342 19.0976 6.31658 18.7071 6.70711L7.70711 17.7071C7.31658 18.0976 6.68342 18.0976 6.29289 17.7071L1.29289 12.7071C0.902369 12.3166 0.902369 11.6834 1.29289 11.2929C1.68342 10.9024 2.31658 10.9024 2.70711 11.2929L7 15.5858L17.2929 5.29289C17.6834 4.90237 18.3166 4.90237 18.7071 5.29289Z"
20
+ fill="currentColor"
21
+ />
22
+ <path
23
+ fillRule="evenodd"
24
+ clipRule="evenodd"
25
+ d="M22.7071 9.29289C23.0976 9.68342 23.0976 10.3166 22.7071 10.7071L15.2071 18.2071C14.8166 18.5976 14.1834 18.5976 13.7929 18.2071L12.2929 16.7071C11.9024 16.3166 11.9024 15.6834 12.2929 15.2929C12.6834 14.9024 13.3166 14.9024 13.7071 15.2929L14.5 16.0858L21.2929 9.29289C21.6834 8.90237 22.3166 8.90237 22.7071 9.29289Z"
26
+ fill="currentColor"
27
+ />
28
+ </svg>
29
+ );
30
+ };
31
+
32
+ export default SvgCheckCheck;
@@ -0,0 +1,46 @@
1
+ import * as React from 'react';
2
+ import type { ReactIconProps } from '../shared/types';
3
+ import { resolveSize } from '../shared/types';
4
+
5
+ const SvgFaceAndroid = ({ 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="M11.951 23c6.102 0 11.049 -4.947 11.049 -11.049S18.053 0.902 11.951 0.902 0.902 5.849 0.902 11.951s4.947 11.049 11.049 11.049m0 0.902c6.601 0 11.951 -5.351 11.951 -11.951C23.902 5.351 18.552 0 11.951 0 5.351 0 0 5.351 0 11.951c0 6.601 5.351 11.951 11.951 11.951"
20
+ fill="currentColor"
21
+ />
22
+ <path
23
+ fillRule="evenodd"
24
+ clipRule="evenodd"
25
+ d="M13.98 18.282a0.496 0.496 0 0 1 -0.241 0.659c-1.148 0.533 -2.286 0.631 -3.219 0.203 -0.946 -0.434 -1.562 -1.355 -1.764 -2.603l0.98 -0.159c0.164 1.009 0.626 1.597 1.199 1.86 0.587 0.269 1.408 0.253 2.387 -0.201a0.496 0.496 0 0 1 0.659 0.241"
26
+ fill="currentColor"
27
+ />
28
+ <path
29
+ fillRule="evenodd"
30
+ clipRule="evenodd"
31
+ d="M12.628 13.304v-2.029h0.902v2.931H11.049v-0.902z"
32
+ fill="currentColor"
33
+ />
34
+ <path
35
+ d="M18.265 9.02a0.902 0.902 0 1 1 -1.804 0 0.902 0.902 0 0 1 1.804 0"
36
+ fill="currentColor"
37
+ />
38
+ <path
39
+ d="M7.441 9.02a0.902 0.902 0 1 1 -1.804 0 0.902 0.902 0 0 1 1.804 0"
40
+ fill="currentColor"
41
+ />
42
+ </svg>
43
+ );
44
+ };
45
+
46
+ export default SvgFaceAndroid;
@@ -2,7 +2,7 @@ import * as React from 'react';
2
2
  import type { ReactIconProps } from '../shared/types';
3
3
  import { resolveSize } from '../shared/types';
4
4
 
5
- const SvgFaceId = ({ size = 16, ...props }: ReactIconProps) => {
5
+ const SvgFaceIosBold = ({ size = 16, ...props }: ReactIconProps) => {
6
6
  const sizeValue = resolveSize(size);
7
7
 
8
8
  return (
@@ -49,4 +49,4 @@ const SvgFaceId = ({ size = 16, ...props }: ReactIconProps) => {
49
49
  );
50
50
  };
51
51
 
52
- export default SvgFaceId;
52
+ export default SvgFaceIosBold;
@@ -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 SvgFaceIosLight = ({ 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="M0.609 16.805a0.609 0.609 0 0 1 0.609 0.609v2.695c0 1.473 1.199 2.672 2.672 2.672H6.586a0.609 0.609 0 1 1 0 1.219H3.891C1.745 24 0 22.255 0 20.109V17.414a0.609 0.609 0 0 1 0.609 -0.609m22.781 0A0.609 0.609 0 0 1 24 17.414v2.695c0 2.145 -1.745 3.891 -3.891 3.891H17.414a0.609 0.609 0 1 1 0 -1.219h2.695c1.473 0 2.672 -1.199 2.672 -2.672V17.414a0.609 0.609 0 0 1 0.609 -0.609m-8.044 0.004a0.633 0.633 0 0 1 0.859 0.93A6.18 6.18 0 0 1 12 19.383c-1.564 0 -3.057 -0.584 -4.205 -1.645a0.633 0.633 0 0 1 0.859 -0.93A4.92 4.92 0 0 0 12 18.117a4.92 4.92 0 0 0 3.346 -1.309M12.633 8.414a0.633 0.633 0 0 1 0.633 0.633v4.5c0 0.892 -0.725 1.617 -1.617 1.617h-0.516a0.633 0.633 0 1 1 0 -1.266h0.516A0.352 0.352 0 0 0 12 13.547v-4.5a0.633 0.633 0 0 1 0.633 -0.633m-5.52 0a0.598 0.598 0 0 1 0.598 0.598v1.805a0.598 0.598 0 1 1 -1.195 0v-1.805a0.598 0.598 0 0 1 0.598 -0.598m9.914 0a0.598 0.598 0 0 1 0.598 0.598v1.805a0.598 0.598 0 1 1 -1.195 0v-1.805a0.598 0.598 0 0 1 0.598 -0.598M6.586 0a0.609 0.609 0 0 1 0 1.219H3.891c-1.473 0 -2.672 1.199 -2.672 2.672V6.586a0.609 0.609 0 0 1 -1.219 0V3.891C0 1.745 1.745 0 3.891 0zm13.523 0C22.255 0 24 1.745 24 3.891V6.586a0.609 0.609 0 1 1 -1.219 0V3.891c0 -1.473 -1.199 -2.672 -2.672 -2.672H17.414a0.609 0.609 0 0 1 0 -1.219z"
18
+ fill="currentColor"
19
+ />
20
+ </svg>
21
+ );
22
+ };
23
+
24
+ export default SvgFaceIosLight;
@@ -27,7 +27,9 @@ import type { ReactIconProps } from '../shared/types';
27
27
  // Icon: calendar
28
28
  // Icon: cancel
29
29
  // Icon: cancel-circle-solid
30
+ // Icon: cancel-circle-stroke
30
31
  // Icon: check
32
+ // Icon: check-check
31
33
  // Icon: check-circle2
32
34
  // Icon: chevron-down
33
35
  // Icon: chevron-left
@@ -42,7 +44,9 @@ import type { ReactIconProps } from '../shared/types';
42
44
  // Icon: explore-linear
43
45
  // Icon: eye-hidden
44
46
  // Icon: eye-visible
45
- // Icon: face-id
47
+ // Icon: face-android
48
+ // Icon: face-ios-bold
49
+ // Icon: face-ios-light
46
50
  // Icon: file-check
47
51
  // Icon: file-input
48
52
  // Icon: file-key
@@ -51,7 +55,6 @@ import type { ReactIconProps } from '../shared/types';
51
55
  // Icon: file-spreadsheet
52
56
  // Icon: file-text
53
57
  // Icon: filter
54
- // Icon: fingerprint-android
55
58
  // Icon: garden
56
59
  // Icon: gas-heating
57
60
  // Icon: heating
@@ -60,6 +63,7 @@ import type { ReactIconProps } from '../shared/types';
60
63
  // Icon: home-linear
61
64
  // Icon: icon-slot
62
65
  // Icon: image
66
+ // Icon: image-off
63
67
  // Icon: info
64
68
  // Icon: keys01
65
69
  // Icon: leads-filled
@@ -96,6 +100,9 @@ import type { ReactIconProps } from '../shared/types';
96
100
  // Icon: swimming-pool
97
101
  // Icon: terrace
98
102
  // Icon: thermometer-snowflake
103
+ // Icon: time
104
+ // Icon: touch-android
105
+ // Icon: touch-ios
99
106
  // Icon: trash2
100
107
  // Icon: user
101
108
  // Icon: whatsapp
@@ -103,7 +110,7 @@ import type { ReactIconProps } from '../shared/types';
103
110
  /**
104
111
  * Available icon names
105
112
  */
106
- export type IconName = 'accessibility' | 'add-note' | 'air-conditioner' | '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' | 'cancel' | 'cancel-circle-solid' | 'check' | 'check-circle2' | 'chevron-down' | 'chevron-left' | 'chevron-right' | 'chevron-up' | 'closet' | 'collections' | 'door-open' | 'edit' | 'electric' | 'explore-filled' | 'explore-linear' | 'eye-hidden' | 'eye-visible' | 'face-id' | 'file-check' | 'file-input' | 'file-key' | 'file-lock' | 'file-signature' | 'file-spreadsheet' | 'file-text' | 'filter' | 'fingerprint-android' | 'garden' | 'gas-heating' | 'heating' | 'help-circle' | 'home-filled' | 'home-linear' | 'icon-slot' | 'image' | 'info' | 'keys01' | 'leads-filled' | 'leads-linear' | 'lift' | 'lock' | 'logout' | 'magic-wand' | 'mail' | 'map-pin' | 'more-horizontal' | 'mortgage' | 'note' | 'notes' | 'outside' | 'parking' | 'patio' | 'payments' | 'pencil-line' | 'pet' | 'phone-linear' | 'pin-map-solid' | 'plus' | 'promotion' | 'properties-filled' | 'properties-linear' | 'rent' | 'restaurant' | 'sale' | 'search' | 'search-x' | 'share' | 'size3d' | 'swimming-pool' | 'terrace' | 'thermometer-snowflake' | 'trash2' | 'user' | 'whatsapp';
113
+ export type IconName = 'accessibility' | 'add-note' | 'air-conditioner' | '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' | 'cancel' | 'cancel-circle-solid' | 'cancel-circle-stroke' | 'check' | 'check-check' | 'check-circle2' | 'chevron-down' | 'chevron-left' | 'chevron-right' | 'chevron-up' | 'closet' | 'collections' | 'door-open' | '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' | 'garden' | 'gas-heating' | 'heating' | 'help-circle' | 'home-filled' | 'home-linear' | 'icon-slot' | 'image' | 'image-off' | 'info' | 'keys01' | 'leads-filled' | 'leads-linear' | 'lift' | 'lock' | 'logout' | 'magic-wand' | 'mail' | 'map-pin' | 'more-horizontal' | 'mortgage' | 'note' | 'notes' | 'outside' | 'parking' | 'patio' | 'payments' | 'pencil-line' | 'pet' | 'phone-linear' | 'pin-map-solid' | 'plus' | 'promotion' | 'properties-filled' | 'properties-linear' | 'rent' | 'restaurant' | 'sale' | 'search' | 'search-x' | 'share' | 'size3d' | 'swimming-pool' | 'terrace' | 'thermometer-snowflake' | 'time' | 'touch-android' | 'touch-ios' | 'trash2' | 'user' | 'whatsapp';
107
114
 
108
115
  /**
109
116
  * Props for the unified Icon component
@@ -167,8 +174,12 @@ function loadIcon(name: IconName): Promise<React.ComponentType<any>> {
167
174
  return import('./Cancel').then(m => m.default);
168
175
  case 'cancel-circle-solid':
169
176
  return import('./CancelCircleSolid').then(m => m.default);
177
+ case 'cancel-circle-stroke':
178
+ return import('./CancelCircleStroke').then(m => m.default);
170
179
  case 'check':
171
180
  return import('./Check').then(m => m.default);
181
+ case 'check-check':
182
+ return import('./CheckCheck').then(m => m.default);
172
183
  case 'check-circle2':
173
184
  return import('./CheckCircle2').then(m => m.default);
174
185
  case 'chevron-down':
@@ -197,8 +208,12 @@ function loadIcon(name: IconName): Promise<React.ComponentType<any>> {
197
208
  return import('./EyeHidden').then(m => m.default);
198
209
  case 'eye-visible':
199
210
  return import('./EyeVisible').then(m => m.default);
200
- case 'face-id':
201
- return import('./FaceId').then(m => m.default);
211
+ case 'face-android':
212
+ return import('./FaceAndroid').then(m => m.default);
213
+ case 'face-ios-bold':
214
+ return import('./FaceIosBold').then(m => m.default);
215
+ case 'face-ios-light':
216
+ return import('./FaceIosLight').then(m => m.default);
202
217
  case 'file-check':
203
218
  return import('./FileCheck').then(m => m.default);
204
219
  case 'file-input':
@@ -215,8 +230,6 @@ function loadIcon(name: IconName): Promise<React.ComponentType<any>> {
215
230
  return import('./FileText').then(m => m.default);
216
231
  case 'filter':
217
232
  return import('./Filter').then(m => m.default);
218
- case 'fingerprint-android':
219
- return import('./FingerprintAndroid').then(m => m.default);
220
233
  case 'garden':
221
234
  return import('./Garden').then(m => m.default);
222
235
  case 'gas-heating':
@@ -233,6 +246,8 @@ function loadIcon(name: IconName): Promise<React.ComponentType<any>> {
233
246
  return import('./IconSlot').then(m => m.default);
234
247
  case 'image':
235
248
  return import('./Image').then(m => m.default);
249
+ case 'image-off':
250
+ return import('./ImageOff').then(m => m.default);
236
251
  case 'info':
237
252
  return import('./Info').then(m => m.default);
238
253
  case 'keys01':
@@ -305,6 +320,12 @@ function loadIcon(name: IconName): Promise<React.ComponentType<any>> {
305
320
  return import('./Terrace').then(m => m.default);
306
321
  case 'thermometer-snowflake':
307
322
  return import('./ThermometerSnowflake').then(m => m.default);
323
+ case 'time':
324
+ return import('./Time').then(m => m.default);
325
+ case 'touch-android':
326
+ return import('./TouchAndroid').then(m => m.default);
327
+ case 'touch-ios':
328
+ return import('./TouchIos').then(m => m.default);
308
329
  case 'trash2':
309
330
  return import('./Trash2').then(m => m.default);
310
331
  case 'user':
@@ -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 SvgImageOff = ({ 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="M1.29289 1.29289C1.68342 0.902369 2.31658 0.902369 2.70711 1.29289L22.7071 21.2929C23.0976 21.6834 23.0976 22.3166 22.7071 22.7071C22.3166 23.0976 21.6834 23.0976 21.2929 22.7071L1.29289 2.70711C0.902369 2.31658 0.902369 1.68342 1.29289 1.29289Z"
20
+ fill="currentColor"
21
+ />
22
+ <path
23
+ fillRule="evenodd"
24
+ clipRule="evenodd"
25
+ d="M8.28711 6.87289C8.67763 7.26342 8.67763 7.89658 8.28711 8.28711C8.19415 8.38007 8.1204 8.49043 8.07009 8.61189C8.01978 8.73335 7.99389 8.86353 7.99389 8.995C7.99389 9.12647 8.01978 9.25665 8.07009 9.37811C8.1204 9.49957 8.19415 9.60993 8.28711 9.70289C8.38007 9.79586 8.49043 9.8696 8.61189 9.91991C8.73335 9.97022 8.86353 9.99611 8.995 9.99611C9.12647 9.99611 9.25665 9.97022 9.37811 9.91991C9.49957 9.8696 9.60993 9.79586 9.70289 9.70289C10.0934 9.31237 10.7266 9.31237 11.1171 9.70289C11.5076 10.0934 11.5076 10.7266 11.1171 11.1171C10.8384 11.3958 10.5076 11.6168 10.1435 11.7677C9.77936 11.9185 9.38911 11.9961 8.995 11.9961C8.60089 11.9961 8.21064 11.9185 7.84652 11.7677C7.48241 11.6168 7.15157 11.3958 6.87289 11.1171C6.59421 10.8384 6.37315 10.5076 6.22233 10.1435C6.07151 9.77936 5.99389 9.38911 5.99389 8.995C5.99389 8.60089 6.07151 8.21064 6.22233 7.84652C6.37315 7.48241 6.59421 7.15157 6.87289 6.87289C7.26342 6.48237 7.89658 6.48237 8.28711 6.87289Z"
26
+ fill="currentColor"
27
+ />
28
+ <path
29
+ fillRule="evenodd"
30
+ clipRule="evenodd"
31
+ d="M14.2071 12.7929C14.5976 13.1834 14.5976 13.8166 14.2071 14.2071L6.70711 21.7071C6.31658 22.0976 5.68342 22.0976 5.29289 21.7071C4.90237 21.3166 4.90237 20.6834 5.29289 20.2929L12.7929 12.7929C13.1834 12.4024 13.8166 12.4024 14.2071 12.7929Z"
32
+ fill="currentColor"
33
+ />
34
+ <path
35
+ fillRule="evenodd"
36
+ clipRule="evenodd"
37
+ d="M17.2929 11.2929C17.6834 10.9024 18.3166 10.9024 18.7071 11.2929L21.7071 14.2929C22.0976 14.6834 22.0976 15.3166 21.7071 15.7071C21.3166 16.0976 20.6834 16.0976 20.2929 15.7071L17.2929 12.7071C16.9024 12.3166 16.9024 11.6834 17.2929 11.2929Z"
38
+ fill="currentColor"
39
+ />
40
+ <path
41
+ fillRule="evenodd"
42
+ clipRule="evenodd"
43
+ d="M4.30068 2.88648C4.68922 3.27898 4.68601 3.91214 4.29352 4.30068C4.20077 4.39249 4.1271 4.50172 4.07673 4.62211C4.02647 4.74222 4.00039 4.87106 4 5.00126V19C4 19.2652 4.10536 19.5196 4.29289 19.7071C4.48043 19.8946 4.73478 20 5 20H19C19.2794 20 19.522 19.8897 19.6913 19.7146C20.0754 19.3177 20.7084 19.3073 21.1054 19.6913C21.5023 20.0754 21.5127 20.7084 21.1287 21.1054C20.582 21.6703 19.8206 22 19 22H5C4.20435 22 3.44129 21.6839 2.87868 21.1213C2.31607 20.5587 2 19.7957 2 19V4.99786C2.00084 4.60374 2.0796 4.21367 2.23173 3.85009C2.38387 3.48651 2.60639 3.15659 2.88648 2.87932C3.27898 2.49078 3.91214 2.49399 4.30068 2.88648Z"
44
+ fill="currentColor"
45
+ />
46
+ <path
47
+ fillRule="evenodd"
48
+ clipRule="evenodd"
49
+ d="M8 3C8 2.44772 8.44772 2 9 2H19C19.7957 2 20.5587 2.31607 21.1213 2.87868C21.6839 3.44129 22 4.20435 22 5V15C22 15.5523 21.5523 16 21 16C20.4477 16 20 15.5523 20 15V5C20 4.73478 19.8946 4.48043 19.7071 4.29289C19.5196 4.10536 19.2652 4 19 4H9C8.44772 4 8 3.55228 8 3Z"
50
+ fill="currentColor"
51
+ />
52
+ </svg>
53
+ );
54
+ };
55
+
56
+ export default SvgImageOff;
@@ -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 SvgTime = ({ 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 3C7.02944 3 3 7.02944 3 12C3 16.9706 7.02944 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3ZM1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12C23 18.0751 18.0751 23 12 23C5.92487 23 1 18.0751 1 12Z"
20
+ fill="currentColor"
21
+ />
22
+ <path
23
+ fillRule="evenodd"
24
+ clipRule="evenodd"
25
+ d="M12 5C12.5523 5 13 5.44772 13 6V11.382L16.4472 13.1056C16.9412 13.3526 17.1414 13.9532 16.8944 14.4472C16.6474 14.9412 16.0468 15.1414 15.5528 14.8944L11.5528 12.8944C11.214 12.725 11 12.3788 11 12V6C11 5.44772 11.4477 5 12 5Z"
26
+ fill="currentColor"
27
+ />
28
+ </svg>
29
+ );
30
+ };
31
+
32
+ export default SvgTime;
@@ -2,7 +2,7 @@ import * as React from 'react';
2
2
  import type { ReactIconProps } from '../shared/types';
3
3
  import { resolveSize } from '../shared/types';
4
4
 
5
- const SvgFingerprintAndroid = ({ size = 16, ...props }: ReactIconProps) => {
5
+ const SvgTouchAndroid = ({ size = 16, ...props }: ReactIconProps) => {
6
6
  const sizeValue = resolveSize(size);
7
7
 
8
8
  return (
@@ -21,4 +21,4 @@ const SvgFingerprintAndroid = ({ size = 16, ...props }: ReactIconProps) => {
21
21
  );
22
22
  };
23
23
 
24
- export default SvgFingerprintAndroid;
24
+ export default SvgTouchAndroid;