huspy-icons 0.3.1 → 0.3.3

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.3",
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' | 'promotion' | '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-input' | '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
@@ -22,52 +22,56 @@ export const glyphMap: Record<IconName, number> = {
22
22
  "rent": 61705,
23
23
  "properties-linear": 61706,
24
24
  "properties-filled": 61707,
25
- "plus": 61708,
26
- "payments": 61709,
27
- "note": 61710,
28
- "mortgage": 61711,
29
- "map-pin": 61712,
30
- "mail": 61713,
31
- "logout": 61714,
32
- "lock": 61715,
33
- "leads-linear": 61716,
34
- "leads-filled": 61717,
35
- "keys_01": 61718,
36
- "icon-slot": 61719,
37
- "home-linear": 61720,
38
- "home-filled": 61721,
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
25
+ "promotion": 61708,
26
+ "plus": 61709,
27
+ "payments": 61710,
28
+ "note": 61711,
29
+ "mortgage": 61712,
30
+ "map-pin": 61713,
31
+ "mail": 61714,
32
+ "logout": 61715,
33
+ "lock": 61716,
34
+ "leads-linear": 61717,
35
+ "leads-filled": 61718,
36
+ "keys_01": 61719,
37
+ "icon-slot": 61720,
38
+ "home-linear": 61721,
39
+ "home-filled": 61722,
40
+ "help-circle": 61723,
41
+ "fingerprint-android": 61724,
42
+ "file-text": 61725,
43
+ "file-spreadsheet": 61726,
44
+ "file-signature": 61727,
45
+ "file-lock": 61728,
46
+ "file-key": 61729,
47
+ "file-input": 61730,
48
+ "file-check": 61731,
49
+ "face-id": 61732,
50
+ "eye-visible": 61733,
51
+ "eye-hidden": 61734,
52
+ "explore-linear": 61735,
53
+ "explore-filled": 61736,
54
+ "edit": 61737,
55
+ "chevron-up": 61738,
56
+ "chevron-right": 61739,
57
+ "chevron-left": 61740,
58
+ "chevron-down": 61741,
59
+ "check": 61742,
60
+ "cancel": 61743,
61
+ "cancel-circle-solid": 61744,
62
+ "building": 61745,
63
+ "bell": 61746,
64
+ "bed-double": 61747,
65
+ "arrow-up": 61748,
66
+ "arrow-up-right": 61749,
67
+ "arrow-up-left": 61750,
68
+ "arrow-up-down": 61751,
69
+ "arrow-right": 61752,
70
+ "arrow-left": 61753,
71
+ "arrow-down": 61754,
72
+ "arrow-down-right": 61755,
73
+ "arrow-down-left": 61756,
74
+ "alert-triangle": 61757
71
75
  };
72
76
 
73
77
  /**
@@ -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,44 @@
1
+ import * as React from 'react';
2
+ import type { ReactIconProps } from '../shared/types';
3
+ import { resolveSize } from '../shared/types';
4
+
5
+ const SvgFileInput = ({ 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="M3.87868 1.87868C4.44129 1.31607 5.20435 1 6 1H14.5C14.7652 1 15.0196 1.10536 15.2071 1.29289L20.7071 6.79289C20.8946 6.98043 21 7.23478 21 7.5V20C21 20.7957 20.6839 21.5587 20.1213 22.1213C19.5587 22.6839 18.7957 23 18 23H4C3.44772 23 3 22.5523 3 22C3 21.4477 3.44772 21 4 21H18C18.2652 21 18.5196 20.8946 18.7071 20.7071C18.8946 20.5196 19 20.2652 19 20V7.91421L14.0858 3H6C5.73478 3 5.48043 3.10536 5.29289 3.29289C5.10536 3.48043 5 3.73478 5 4V8C5 8.55228 4.55228 9 4 9C3.44772 9 3 8.55228 3 8V4C3 3.20435 3.31607 2.44129 3.87868 1.87868Z"
20
+ fill="currentColor"
21
+ />
22
+ <path
23
+ fillRule="evenodd"
24
+ clipRule="evenodd"
25
+ d="M14 1C14.5523 1 15 1.44772 15 2V7H20C20.5523 7 21 7.44772 21 8C21 8.55228 20.5523 9 20 9H14C13.4477 9 13 8.55228 13 8V2C13 1.44772 13.4477 1 14 1Z"
26
+ fill="currentColor"
27
+ />
28
+ <path
29
+ fillRule="evenodd"
30
+ clipRule="evenodd"
31
+ d="M1 15C1 14.4477 1.44772 14 2 14H12C12.5523 14 13 14.4477 13 15C13 15.5523 12.5523 16 12 16H2C1.44772 16 1 15.5523 1 15Z"
32
+ fill="currentColor"
33
+ />
34
+ <path
35
+ fillRule="evenodd"
36
+ clipRule="evenodd"
37
+ d="M8.29289 11.2929C8.68342 10.9024 9.31658 10.9024 9.70711 11.2929L12.7071 14.2929C13.0976 14.6834 13.0976 15.3166 12.7071 15.7071L9.70711 18.7071C9.31658 19.0976 8.68342 19.0976 8.29289 18.7071C7.90237 18.3166 7.90237 17.6834 8.29289 17.2929L10.5858 15L8.29289 12.7071C7.90237 12.3166 7.90237 11.6834 8.29289 11.2929Z"
38
+ fill="currentColor"
39
+ />
40
+ </svg>
41
+ );
42
+ };
43
+
44
+ export default SvgFileInput;
@@ -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,15 @@ 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
35
+ // Icon: file-input
34
36
  // Icon: file-key
35
37
  // Icon: file-lock
36
38
  // Icon: file-signature
37
39
  // Icon: file-spreadsheet
38
40
  // Icon: file-text
41
+ // Icon: fingerprint-android
39
42
  // Icon: help-circle
40
43
  // Icon: home-filled
41
44
  // Icon: home-linear
@@ -51,6 +54,7 @@ import type { ReactIconProps } from '../shared/types';
51
54
  // Icon: note
52
55
  // Icon: payments
53
56
  // Icon: plus
57
+ // Icon: promotion
54
58
  // Icon: properties-filled
55
59
  // Icon: properties-linear
56
60
  // Icon: rent
@@ -66,7 +70,7 @@ import type { ReactIconProps } from '../shared/types';
66
70
  /**
67
71
  * Available icon names
68
72
  */
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';
73
+ 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-input' | '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' | 'promotion' | 'properties-filled' | 'properties-linear' | 'rent' | 'sale' | 'search' | 'search-x' | 'share' | 'size3d' | 'trash2' | 'user' | 'whatsapp';
70
74
 
71
75
  /**
72
76
  * Props for the unified Icon component
@@ -136,8 +140,12 @@ function loadIcon(name: IconName): Promise<React.ComponentType<any>> {
136
140
  return import('./EyeHidden').then(m => m.default);
137
141
  case 'eye-visible':
138
142
  return import('./EyeVisible').then(m => m.default);
143
+ case 'face-id':
144
+ return import('./FaceId').then(m => m.default);
139
145
  case 'file-check':
140
146
  return import('./FileCheck').then(m => m.default);
147
+ case 'file-input':
148
+ return import('./FileInput').then(m => m.default);
141
149
  case 'file-key':
142
150
  return import('./FileKey').then(m => m.default);
143
151
  case 'file-lock':
@@ -148,6 +156,8 @@ function loadIcon(name: IconName): Promise<React.ComponentType<any>> {
148
156
  return import('./FileSpreadsheet').then(m => m.default);
149
157
  case 'file-text':
150
158
  return import('./FileText').then(m => m.default);
159
+ case 'fingerprint-android':
160
+ return import('./FingerprintAndroid').then(m => m.default);
151
161
  case 'help-circle':
152
162
  return import('./HelpCircle').then(m => m.default);
153
163
  case 'home-filled':
@@ -178,6 +188,8 @@ function loadIcon(name: IconName): Promise<React.ComponentType<any>> {
178
188
  return import('./Payments').then(m => m.default);
179
189
  case 'plus':
180
190
  return import('./Plus').then(m => m.default);
191
+ case 'promotion':
192
+ return import('./Promotion').then(m => m.default);
181
193
  case 'properties-filled':
182
194
  return import('./PropertiesFilled').then(m => m.default);
183
195
  case 'properties-linear':
@@ -0,0 +1,44 @@
1
+ import * as React from 'react';
2
+ import type { ReactIconProps } from '../shared/types';
3
+ import { resolveSize } from '../shared/types';
4
+
5
+ const SvgPromotion = ({ size = 16, ...props }: ReactIconProps) => {
6
+ const sizeValue = resolveSize(size);
7
+
8
+ return (
9
+ <svg
10
+ width={sizeValue} height={sizeValue}
11
+ viewBox="0 0 25 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.3155 3.13356C13.1502 2.79134 14.1051 3.19146 14.4474 4.02613L15.3692 6.27418C17.0077 5.96566 18.6913 6.83336 19.3487 8.43629C20.0061 10.0394 19.4167 11.8396 18.0333 12.7703L18.839 14.7351C19.1811 15.57 18.7812 16.5246 17.9464 16.867C17.6509 16.9881 17.3262 17.0201 17.0128 16.9588L13.4747 16.2654C12.3276 16.0406 11.1418 16.1369 10.048 16.5408L11.3165 19.6345C11.7925 20.7952 11.237 22.1224 10.0763 22.5984C8.91564 23.0742 7.58834 22.5188 7.11241 21.3582L5.8126 18.1873C3.92282 18.5581 1.97278 17.558 1.21397 15.7088C0.352415 13.6077 1.35716 11.2052 3.45811 10.3435L6.71495 9.00758C7.86584 8.53554 8.85334 7.73575 9.55382 6.70778L11.5851 3.72633C11.7652 3.46195 12.0195 3.25498 12.3155 3.13356ZM7.62706 17.5281L8.89757 20.6267C8.96942 20.8017 9.16978 20.8859 9.34483 20.8142C9.51983 20.7424 9.60297 20.542 9.53135 20.367L8.26085 17.2683L7.62706 17.5281ZM4.18956 12.1277C3.07431 12.5852 2.54089 13.8609 2.99815 14.9763C3.45702 16.0947 4.73607 16.6293 5.8546 16.1707L7.5294 15.4841L5.87022 11.4382L4.18956 12.1277ZM1.57921 16.0115C1.57022 15.9948 1.56063 15.9785 1.55186 15.9617L1.54893 15.9568C1.55856 15.9753 1.56932 15.9932 1.57921 16.0115ZM12.9142 4.84547L17.171 15.2273L17.173 15.2283L12.9142 4.84547ZM11.1476 7.79371C10.2766 9.07184 9.06516 10.0776 7.65343 10.7019L9.31553 14.7556C10.7588 14.2091 12.3274 14.0755 13.8448 14.3728L16.8468 14.9617L12.8712 5.26442L11.1476 7.79371ZM3.6876 12.1697C3.66321 12.1861 3.64094 12.2053 3.61729 12.2224C3.64493 12.2024 3.67164 12.1808 3.7003 12.1619L3.6876 12.1697ZM17.7364 10.533C17.6983 10.6215 17.6531 10.707 17.6017 10.7888C17.5759 10.8298 17.5486 10.87 17.5196 10.9089C17.4619 10.9866 17.3982 11.0603 17.3282 11.1287C17.5035 10.9575 17.6411 10.7544 17.7364 10.533ZM17.2901 10.8757C17.6809 10.4178 17.8085 9.76273 17.5646 9.16774C17.3204 8.57282 16.7699 8.19587 16.17 8.1443L17.2901 10.8757ZM7.74034 8.70875C7.50617 8.85288 7.26277 8.98317 7.01085 9.09742L6.79014 9.19313L3.53428 10.5281L3.34971 10.6091C3.31761 10.6242 3.2865 10.6411 3.25499 10.657C3.34566 10.6113 3.43876 10.5673 3.53428 10.5281L6.79014 9.19313C7.1208 9.05752 7.43865 8.89457 7.74034 8.70875ZM17.7501 9.09254C17.7698 9.14069 17.7864 9.18931 17.8019 9.23805C17.8327 9.33542 17.8559 9.43356 17.8702 9.53199C17.8774 9.58114 17.8817 9.63037 17.8849 9.67945C17.8943 9.82732 17.8866 9.97452 17.8614 10.1179C17.9201 9.78386 17.8883 9.42957 17.7501 9.09254ZM19.0314 8.22731C19.0794 8.31942 19.124 8.41444 19.1642 8.51246L19.0314 8.22731C18.9834 8.13534 18.9323 8.04656 18.8771 7.9607L19.0314 8.22731Z"
20
+ fill="currentColor"
21
+ />
22
+ <path
23
+ fillRule="evenodd"
24
+ clipRule="evenodd"
25
+ d="M21.3927 10.0916L23.2442 10.3406C23.772 10.412 24.1418 10.8988 24.0704 11.4265C23.9988 11.9541 23.5131 12.3241 22.9855 12.2527L21.1339 12.0027C20.6063 11.9311 20.2363 11.4444 20.3077 10.9168C20.3793 10.3893 20.8652 10.0203 21.3927 10.0916Z"
26
+ fill="currentColor"
27
+ />
28
+ <path
29
+ fillRule="evenodd"
30
+ clipRule="evenodd"
31
+ d="M22.1398 6.04762C22.6324 5.84569 23.1954 6.08155 23.3976 6.57399C23.5993 7.06657 23.3646 7.62967 22.8722 7.8318L21.1437 8.54078C20.651 8.7428 20.0871 8.50694 19.8849 8.01442C19.6832 7.52183 19.9188 6.95772 20.4112 6.75563L22.1398 6.04762Z"
32
+ fill="currentColor"
33
+ />
34
+ <path
35
+ fillRule="evenodd"
36
+ clipRule="evenodd"
37
+ d="M18.9073 2.97926C19.233 2.55797 19.8385 2.48091 20.2599 2.80641C20.6813 3.13212 20.7594 3.73757 20.4337 4.15895L19.2911 5.63649C18.9655 6.0578 18.36 6.13585 17.9386 5.81031C17.5173 5.48463 17.4402 4.87914 17.7657 4.45778L18.9073 2.97926Z"
38
+ fill="currentColor"
39
+ />
40
+ </svg>
41
+ );
42
+ };
43
+
44
+ export default SvgPromotion;
@@ -24,12 +24,15 @@ 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';
29
+ export { default as FileInput } from './FileInput';
28
30
  export { default as FileKey } from './FileKey';
29
31
  export { default as FileLock } from './FileLock';
30
32
  export { default as FileSignature } from './FileSignature';
31
33
  export { default as FileSpreadsheet } from './FileSpreadsheet';
32
34
  export { default as FileText } from './FileText';
35
+ export { default as FingerprintAndroid } from './FingerprintAndroid';
33
36
  export { default as HelpCircle } from './HelpCircle';
34
37
  export { default as HomeFilled } from './HomeFilled';
35
38
  export { default as HomeLinear } from './HomeLinear';
@@ -45,6 +48,7 @@ export { default as Mortgage } from './Mortgage';
45
48
  export { default as Note } from './Note';
46
49
  export { default as Payments } from './Payments';
47
50
  export { default as Plus } from './Plus';
51
+ export { default as Promotion } from './Promotion';
48
52
  export { default as PropertiesFilled } from './PropertiesFilled';
49
53
  export { default as PropertiesLinear } from './PropertiesLinear';
50
54
  export { default as Rent } from './Rent';
@@ -23,12 +23,15 @@ 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';
28
+ export { default as FileInput } from './FileInput';
27
29
  export { default as FileKey } from './FileKey';
28
30
  export { default as FileLock } from './FileLock';
29
31
  export { default as FileSignature } from './FileSignature';
30
32
  export { default as FileSpreadsheet } from './FileSpreadsheet';
31
33
  export { default as FileText } from './FileText';
34
+ export { default as FingerprintAndroid } from './FingerprintAndroid';
32
35
  export { default as HelpCircle } from './HelpCircle';
33
36
  export { default as HomeFilled } from './HomeFilled';
34
37
  export { default as HomeLinear } from './HomeLinear';
@@ -44,6 +47,7 @@ export { default as Mortgage } from './Mortgage';
44
47
  export { default as Note } from './Note';
45
48
  export { default as Payments } from './Payments';
46
49
  export { default as Plus } from './Plus';
50
+ export { default as Promotion } from './Promotion';
47
51
  export { default as PropertiesFilled } from './PropertiesFilled';
48
52
  export { default as PropertiesLinear } from './PropertiesLinear';
49
53
  export { default as Rent } from './Rent';