huspy-icons 0.1.10 → 0.1.12
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/dist/fonts/HuspyIcons.css +55 -40
- package/dist/fonts/HuspyIcons.eot +0 -0
- package/dist/fonts/HuspyIcons.json +41 -36
- package/dist/fonts/HuspyIcons.ts +51 -36
- package/dist/fonts/HuspyIcons.ttf +0 -0
- package/dist/fonts/HuspyIcons.woff +0 -0
- package/dist/fonts/HuspyIcons.woff2 +0 -0
- package/dist/native/index.d.ts +1 -1
- package/dist/native/index.js +41 -36
- package/dist/native/index.js.map +1 -1
- package/dist/react/index.d.mts +12 -2
- package/dist/react/index.d.ts +12 -2
- package/dist/react/index.js +414 -124
- package/dist/react/index.js.map +1 -1
- package/dist/react/index.mjs +394 -104
- package/dist/react/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/native/glyphMap.ts +42 -37
- package/src/react/ExploreFilled.tsx +36 -0
- package/src/react/ExploreLinear.tsx +32 -0
- package/src/react/Icon.tsx +16 -1
- package/src/react/Note.tsx +41 -0
- package/src/react/Plus.tsx +24 -0
- package/src/react/Trash2.tsx +50 -0
- package/src/react/index.ts +5 -0
- package/src/react/index.tsx +5 -0
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
@font-face {
|
|
2
2
|
font-family: "HuspyIcons";
|
|
3
|
-
src: url(".//HuspyIcons.ttf?
|
|
4
|
-
url(".//HuspyIcons.woff?
|
|
5
|
-
url(".//HuspyIcons.woff2?
|
|
6
|
-
url(".//HuspyIcons.eot?
|
|
3
|
+
src: url(".//HuspyIcons.ttf?5e670e666d941b97824748ef2ac6a3b3") format("truetype"),
|
|
4
|
+
url(".//HuspyIcons.woff?5e670e666d941b97824748ef2ac6a3b3") format("woff"),
|
|
5
|
+
url(".//HuspyIcons.woff2?5e670e666d941b97824748ef2ac6a3b3") format("woff2"),
|
|
6
|
+
url(".//HuspyIcons.eot?5e670e666d941b97824748ef2ac6a3b3#iefix") format("embedded-opentype");
|
|
7
7
|
}
|
|
8
8
|
|
|
9
9
|
.icon:before {
|
|
@@ -23,111 +23,126 @@ url(".//HuspyIcons.eot?3f801102a96debb460890aa5c2c14b3b#iefix") format("embedded
|
|
|
23
23
|
.icon.huspy-icon-user:before {
|
|
24
24
|
content: "\f102";
|
|
25
25
|
}
|
|
26
|
-
.icon.huspy-icon-
|
|
26
|
+
.icon.huspy-icon-trash-2:before {
|
|
27
27
|
content: "\f103";
|
|
28
28
|
}
|
|
29
|
-
.icon.huspy-icon-
|
|
29
|
+
.icon.huspy-icon-share:before {
|
|
30
30
|
content: "\f104";
|
|
31
31
|
}
|
|
32
|
-
.icon.huspy-icon-search
|
|
32
|
+
.icon.huspy-icon-search:before {
|
|
33
33
|
content: "\f105";
|
|
34
34
|
}
|
|
35
|
-
.icon.huspy-icon-
|
|
35
|
+
.icon.huspy-icon-search-x:before {
|
|
36
36
|
content: "\f106";
|
|
37
37
|
}
|
|
38
|
-
.icon.huspy-icon-
|
|
38
|
+
.icon.huspy-icon-rent:before {
|
|
39
39
|
content: "\f107";
|
|
40
40
|
}
|
|
41
|
-
.icon.huspy-icon-properties-
|
|
41
|
+
.icon.huspy-icon-properties-linear:before {
|
|
42
42
|
content: "\f108";
|
|
43
43
|
}
|
|
44
|
-
.icon.huspy-icon-
|
|
44
|
+
.icon.huspy-icon-properties-filled:before {
|
|
45
45
|
content: "\f109";
|
|
46
46
|
}
|
|
47
|
-
.icon.huspy-icon-
|
|
47
|
+
.icon.huspy-icon-plus:before {
|
|
48
48
|
content: "\f10a";
|
|
49
49
|
}
|
|
50
|
-
.icon.huspy-icon-
|
|
50
|
+
.icon.huspy-icon-payments:before {
|
|
51
51
|
content: "\f10b";
|
|
52
52
|
}
|
|
53
|
-
.icon.huspy-icon-
|
|
53
|
+
.icon.huspy-icon-note:before {
|
|
54
54
|
content: "\f10c";
|
|
55
55
|
}
|
|
56
|
-
.icon.huspy-icon-
|
|
56
|
+
.icon.huspy-icon-mortgage:before {
|
|
57
57
|
content: "\f10d";
|
|
58
58
|
}
|
|
59
|
-
.icon.huspy-icon-
|
|
59
|
+
.icon.huspy-icon-mail:before {
|
|
60
60
|
content: "\f10e";
|
|
61
61
|
}
|
|
62
|
-
.icon.huspy-icon-
|
|
62
|
+
.icon.huspy-icon-leads-linear:before {
|
|
63
63
|
content: "\f10f";
|
|
64
64
|
}
|
|
65
|
-
.icon.huspy-icon-
|
|
65
|
+
.icon.huspy-icon-leads-filled:before {
|
|
66
66
|
content: "\f110";
|
|
67
67
|
}
|
|
68
|
-
.icon.huspy-icon-
|
|
68
|
+
.icon.huspy-icon-keys_01:before {
|
|
69
69
|
content: "\f111";
|
|
70
70
|
}
|
|
71
|
-
.icon.huspy-icon-
|
|
71
|
+
.icon.huspy-icon-icon-slot:before {
|
|
72
72
|
content: "\f112";
|
|
73
73
|
}
|
|
74
|
-
.icon.huspy-icon-
|
|
74
|
+
.icon.huspy-icon-home-linear:before {
|
|
75
75
|
content: "\f113";
|
|
76
76
|
}
|
|
77
|
-
.icon.huspy-icon-
|
|
77
|
+
.icon.huspy-icon-home-filled:before {
|
|
78
78
|
content: "\f114";
|
|
79
79
|
}
|
|
80
|
-
.icon.huspy-icon-
|
|
80
|
+
.icon.huspy-icon-file-key:before {
|
|
81
81
|
content: "\f115";
|
|
82
82
|
}
|
|
83
|
-
.icon.huspy-icon-
|
|
83
|
+
.icon.huspy-icon-eye-visible:before {
|
|
84
84
|
content: "\f116";
|
|
85
85
|
}
|
|
86
|
-
.icon.huspy-icon-
|
|
86
|
+
.icon.huspy-icon-eye-hidden:before {
|
|
87
87
|
content: "\f117";
|
|
88
88
|
}
|
|
89
|
-
.icon.huspy-icon-
|
|
89
|
+
.icon.huspy-icon-explore-linear:before {
|
|
90
90
|
content: "\f118";
|
|
91
91
|
}
|
|
92
|
-
.icon.huspy-icon-
|
|
92
|
+
.icon.huspy-icon-explore-filled:before {
|
|
93
93
|
content: "\f119";
|
|
94
94
|
}
|
|
95
|
-
.icon.huspy-icon-
|
|
95
|
+
.icon.huspy-icon-edit:before {
|
|
96
96
|
content: "\f11a";
|
|
97
97
|
}
|
|
98
|
-
.icon.huspy-icon-
|
|
98
|
+
.icon.huspy-icon-chevron-up:before {
|
|
99
99
|
content: "\f11b";
|
|
100
100
|
}
|
|
101
|
-
.icon.huspy-icon-
|
|
101
|
+
.icon.huspy-icon-chevron-right:before {
|
|
102
102
|
content: "\f11c";
|
|
103
103
|
}
|
|
104
|
-
.icon.huspy-icon-
|
|
104
|
+
.icon.huspy-icon-chevron-left:before {
|
|
105
105
|
content: "\f11d";
|
|
106
106
|
}
|
|
107
|
-
.icon.huspy-icon-
|
|
107
|
+
.icon.huspy-icon-chevron-down:before {
|
|
108
108
|
content: "\f11e";
|
|
109
109
|
}
|
|
110
|
-
.icon.huspy-icon-
|
|
110
|
+
.icon.huspy-icon-check:before {
|
|
111
111
|
content: "\f11f";
|
|
112
112
|
}
|
|
113
|
-
.icon.huspy-icon-
|
|
113
|
+
.icon.huspy-icon-cancel:before {
|
|
114
114
|
content: "\f120";
|
|
115
115
|
}
|
|
116
|
-
.icon.huspy-icon-
|
|
116
|
+
.icon.huspy-icon-cancel-circle-solid:before {
|
|
117
117
|
content: "\f121";
|
|
118
118
|
}
|
|
119
|
-
.icon.huspy-icon-
|
|
119
|
+
.icon.huspy-icon-bell:before {
|
|
120
120
|
content: "\f122";
|
|
121
121
|
}
|
|
122
|
-
.icon.huspy-icon-arrow-
|
|
122
|
+
.icon.huspy-icon-arrow-up:before {
|
|
123
123
|
content: "\f123";
|
|
124
124
|
}
|
|
125
|
-
.icon.huspy-icon-arrow-
|
|
125
|
+
.icon.huspy-icon-arrow-up-right:before {
|
|
126
126
|
content: "\f124";
|
|
127
127
|
}
|
|
128
|
-
.icon.huspy-icon-arrow-
|
|
128
|
+
.icon.huspy-icon-arrow-up-left:before {
|
|
129
129
|
content: "\f125";
|
|
130
130
|
}
|
|
131
|
-
.icon.huspy-icon-
|
|
131
|
+
.icon.huspy-icon-arrow-right:before {
|
|
132
132
|
content: "\f126";
|
|
133
133
|
}
|
|
134
|
+
.icon.huspy-icon-arrow-left:before {
|
|
135
|
+
content: "\f127";
|
|
136
|
+
}
|
|
137
|
+
.icon.huspy-icon-arrow-down:before {
|
|
138
|
+
content: "\f128";
|
|
139
|
+
}
|
|
140
|
+
.icon.huspy-icon-arrow-down-right:before {
|
|
141
|
+
content: "\f129";
|
|
142
|
+
}
|
|
143
|
+
.icon.huspy-icon-arrow-down-left:before {
|
|
144
|
+
content: "\f12a";
|
|
145
|
+
}
|
|
146
|
+
.icon.huspy-icon-alert-triangle:before {
|
|
147
|
+
content: "\f12b";
|
|
148
|
+
}
|
|
Binary file
|
|
@@ -1,40 +1,45 @@
|
|
|
1
1
|
{
|
|
2
2
|
"whatsapp": 61697,
|
|
3
3
|
"user": 61698,
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"search
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"properties-
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
"arrow-
|
|
37
|
-
"arrow-
|
|
38
|
-
"arrow-
|
|
39
|
-
"
|
|
4
|
+
"trash-2": 61699,
|
|
5
|
+
"share": 61700,
|
|
6
|
+
"search": 61701,
|
|
7
|
+
"search-x": 61702,
|
|
8
|
+
"rent": 61703,
|
|
9
|
+
"properties-linear": 61704,
|
|
10
|
+
"properties-filled": 61705,
|
|
11
|
+
"plus": 61706,
|
|
12
|
+
"payments": 61707,
|
|
13
|
+
"note": 61708,
|
|
14
|
+
"mortgage": 61709,
|
|
15
|
+
"mail": 61710,
|
|
16
|
+
"leads-linear": 61711,
|
|
17
|
+
"leads-filled": 61712,
|
|
18
|
+
"keys_01": 61713,
|
|
19
|
+
"icon-slot": 61714,
|
|
20
|
+
"home-linear": 61715,
|
|
21
|
+
"home-filled": 61716,
|
|
22
|
+
"file-key": 61717,
|
|
23
|
+
"eye-visible": 61718,
|
|
24
|
+
"eye-hidden": 61719,
|
|
25
|
+
"explore-linear": 61720,
|
|
26
|
+
"explore-filled": 61721,
|
|
27
|
+
"edit": 61722,
|
|
28
|
+
"chevron-up": 61723,
|
|
29
|
+
"chevron-right": 61724,
|
|
30
|
+
"chevron-left": 61725,
|
|
31
|
+
"chevron-down": 61726,
|
|
32
|
+
"check": 61727,
|
|
33
|
+
"cancel": 61728,
|
|
34
|
+
"cancel-circle-solid": 61729,
|
|
35
|
+
"bell": 61730,
|
|
36
|
+
"arrow-up": 61731,
|
|
37
|
+
"arrow-up-right": 61732,
|
|
38
|
+
"arrow-up-left": 61733,
|
|
39
|
+
"arrow-right": 61734,
|
|
40
|
+
"arrow-left": 61735,
|
|
41
|
+
"arrow-down": 61736,
|
|
42
|
+
"arrow-down-right": 61737,
|
|
43
|
+
"arrow-down-left": 61738,
|
|
44
|
+
"alert-triangle": 61739
|
|
40
45
|
}
|
package/dist/fonts/HuspyIcons.ts
CHANGED
|
@@ -1,13 +1,16 @@
|
|
|
1
1
|
export type HuspyIconsId =
|
|
2
2
|
| "whatsapp"
|
|
3
3
|
| "user"
|
|
4
|
+
| "trash-2"
|
|
4
5
|
| "share"
|
|
5
6
|
| "search"
|
|
6
7
|
| "search-x"
|
|
7
8
|
| "rent"
|
|
8
9
|
| "properties-linear"
|
|
9
10
|
| "properties-filled"
|
|
11
|
+
| "plus"
|
|
10
12
|
| "payments"
|
|
13
|
+
| "note"
|
|
11
14
|
| "mortgage"
|
|
12
15
|
| "mail"
|
|
13
16
|
| "leads-linear"
|
|
@@ -19,6 +22,8 @@ export type HuspyIconsId =
|
|
|
19
22
|
| "file-key"
|
|
20
23
|
| "eye-visible"
|
|
21
24
|
| "eye-hidden"
|
|
25
|
+
| "explore-linear"
|
|
26
|
+
| "explore-filled"
|
|
22
27
|
| "edit"
|
|
23
28
|
| "chevron-up"
|
|
24
29
|
| "chevron-right"
|
|
@@ -41,13 +46,16 @@ export type HuspyIconsId =
|
|
|
41
46
|
export enum HuspyIcons {
|
|
42
47
|
Whatsapp = "whatsapp",
|
|
43
48
|
User = "user",
|
|
49
|
+
Trash2 = "trash-2",
|
|
44
50
|
Share = "share",
|
|
45
51
|
Search = "search",
|
|
46
52
|
SearchX = "search-x",
|
|
47
53
|
Rent = "rent",
|
|
48
54
|
PropertiesLinear = "properties-linear",
|
|
49
55
|
PropertiesFilled = "properties-filled",
|
|
56
|
+
Plus = "plus",
|
|
50
57
|
Payments = "payments",
|
|
58
|
+
Note = "note",
|
|
51
59
|
Mortgage = "mortgage",
|
|
52
60
|
Mail = "mail",
|
|
53
61
|
LeadsLinear = "leads-linear",
|
|
@@ -59,6 +67,8 @@ export enum HuspyIcons {
|
|
|
59
67
|
FileKey = "file-key",
|
|
60
68
|
EyeVisible = "eye-visible",
|
|
61
69
|
EyeHidden = "eye-hidden",
|
|
70
|
+
ExploreLinear = "explore-linear",
|
|
71
|
+
ExploreFilled = "explore-filled",
|
|
62
72
|
Edit = "edit",
|
|
63
73
|
ChevronUp = "chevron-up",
|
|
64
74
|
ChevronRight = "chevron-right",
|
|
@@ -82,40 +92,45 @@ export enum HuspyIcons {
|
|
|
82
92
|
export const HUSPY_ICONS_CODEPOINTS: { [key in HuspyIcons]: string } = {
|
|
83
93
|
[HuspyIcons.Whatsapp]: "61697",
|
|
84
94
|
[HuspyIcons.User]: "61698",
|
|
85
|
-
[HuspyIcons.
|
|
86
|
-
[HuspyIcons.
|
|
87
|
-
[HuspyIcons.
|
|
88
|
-
[HuspyIcons.
|
|
89
|
-
[HuspyIcons.
|
|
90
|
-
[HuspyIcons.
|
|
91
|
-
[HuspyIcons.
|
|
92
|
-
[HuspyIcons.
|
|
93
|
-
[HuspyIcons.
|
|
94
|
-
[HuspyIcons.
|
|
95
|
-
[HuspyIcons.
|
|
96
|
-
[HuspyIcons.
|
|
97
|
-
[HuspyIcons.
|
|
98
|
-
[HuspyIcons.
|
|
99
|
-
[HuspyIcons.
|
|
100
|
-
[HuspyIcons.
|
|
101
|
-
[HuspyIcons.
|
|
102
|
-
[HuspyIcons.
|
|
103
|
-
[HuspyIcons.
|
|
104
|
-
[HuspyIcons.
|
|
105
|
-
[HuspyIcons.
|
|
106
|
-
[HuspyIcons.
|
|
107
|
-
[HuspyIcons.
|
|
108
|
-
[HuspyIcons.
|
|
109
|
-
[HuspyIcons.
|
|
110
|
-
[HuspyIcons.
|
|
111
|
-
[HuspyIcons.
|
|
112
|
-
[HuspyIcons.
|
|
113
|
-
[HuspyIcons.
|
|
114
|
-
[HuspyIcons.
|
|
115
|
-
[HuspyIcons.
|
|
116
|
-
[HuspyIcons.
|
|
117
|
-
[HuspyIcons.
|
|
118
|
-
[HuspyIcons.
|
|
119
|
-
[HuspyIcons.
|
|
120
|
-
[HuspyIcons.
|
|
95
|
+
[HuspyIcons.Trash2]: "61699",
|
|
96
|
+
[HuspyIcons.Share]: "61700",
|
|
97
|
+
[HuspyIcons.Search]: "61701",
|
|
98
|
+
[HuspyIcons.SearchX]: "61702",
|
|
99
|
+
[HuspyIcons.Rent]: "61703",
|
|
100
|
+
[HuspyIcons.PropertiesLinear]: "61704",
|
|
101
|
+
[HuspyIcons.PropertiesFilled]: "61705",
|
|
102
|
+
[HuspyIcons.Plus]: "61706",
|
|
103
|
+
[HuspyIcons.Payments]: "61707",
|
|
104
|
+
[HuspyIcons.Note]: "61708",
|
|
105
|
+
[HuspyIcons.Mortgage]: "61709",
|
|
106
|
+
[HuspyIcons.Mail]: "61710",
|
|
107
|
+
[HuspyIcons.LeadsLinear]: "61711",
|
|
108
|
+
[HuspyIcons.LeadsFilled]: "61712",
|
|
109
|
+
[HuspyIcons.Keys01]: "61713",
|
|
110
|
+
[HuspyIcons.IconSlot]: "61714",
|
|
111
|
+
[HuspyIcons.HomeLinear]: "61715",
|
|
112
|
+
[HuspyIcons.HomeFilled]: "61716",
|
|
113
|
+
[HuspyIcons.FileKey]: "61717",
|
|
114
|
+
[HuspyIcons.EyeVisible]: "61718",
|
|
115
|
+
[HuspyIcons.EyeHidden]: "61719",
|
|
116
|
+
[HuspyIcons.ExploreLinear]: "61720",
|
|
117
|
+
[HuspyIcons.ExploreFilled]: "61721",
|
|
118
|
+
[HuspyIcons.Edit]: "61722",
|
|
119
|
+
[HuspyIcons.ChevronUp]: "61723",
|
|
120
|
+
[HuspyIcons.ChevronRight]: "61724",
|
|
121
|
+
[HuspyIcons.ChevronLeft]: "61725",
|
|
122
|
+
[HuspyIcons.ChevronDown]: "61726",
|
|
123
|
+
[HuspyIcons.Check]: "61727",
|
|
124
|
+
[HuspyIcons.Cancel]: "61728",
|
|
125
|
+
[HuspyIcons.CancelCircleSolid]: "61729",
|
|
126
|
+
[HuspyIcons.Bell]: "61730",
|
|
127
|
+
[HuspyIcons.ArrowUp]: "61731",
|
|
128
|
+
[HuspyIcons.ArrowUpRight]: "61732",
|
|
129
|
+
[HuspyIcons.ArrowUpLeft]: "61733",
|
|
130
|
+
[HuspyIcons.ArrowRight]: "61734",
|
|
131
|
+
[HuspyIcons.ArrowLeft]: "61735",
|
|
132
|
+
[HuspyIcons.ArrowDown]: "61736",
|
|
133
|
+
[HuspyIcons.ArrowDownRight]: "61737",
|
|
134
|
+
[HuspyIcons.ArrowDownLeft]: "61738",
|
|
135
|
+
[HuspyIcons.AlertTriangle]: "61739",
|
|
121
136
|
};
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/dist/native/index.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import { TextProps } from 'react-native';
|
|
|
4
4
|
/**
|
|
5
5
|
* Available icon names in the HuspyIcons font
|
|
6
6
|
*/
|
|
7
|
-
type IconName = 'whatsapp' | 'user' | 'share' | 'search' | 'search-x' | 'rent' | 'properties-linear' | 'properties-filled' | 'payments' | 'mortgage' | 'mail' | 'leads-linear' | 'leads-filled' | 'keys_01' | 'icon-slot' | 'home-linear' | 'home-filled' | 'file-key' | 'eye-visible' | 'eye-hidden' | 'edit' | 'chevron-up' | 'chevron-right' | 'chevron-left' | 'chevron-down' | 'check' | 'cancel' | 'cancel-circle-solid' | 'bell' | 'arrow-up' | 'arrow-up-right' | 'arrow-up-left' | 'arrow-right' | 'arrow-left' | 'arrow-down' | 'arrow-down-right' | 'arrow-down-left' | 'alert-triangle';
|
|
7
|
+
type IconName = 'whatsapp' | 'user' | 'trash-2' | 'share' | 'search' | 'search-x' | 'rent' | 'properties-linear' | 'properties-filled' | 'plus' | 'payments' | 'note' | 'mortgage' | 'mail' | 'leads-linear' | 'leads-filled' | 'keys_01' | 'icon-slot' | 'home-linear' | 'home-filled' | 'file-key' | 'eye-visible' | 'eye-hidden' | 'explore-linear' | 'explore-filled' | 'edit' | 'chevron-up' | 'chevron-right' | 'chevron-left' | 'chevron-down' | 'check' | 'cancel' | 'cancel-circle-solid' | 'bell' | 'arrow-up' | 'arrow-up-right' | 'arrow-up-left' | 'arrow-right' | 'arrow-left' | 'arrow-down' | 'arrow-down-right' | 'arrow-down-left' | 'alert-triangle';
|
|
8
8
|
/**
|
|
9
9
|
* Mapping of icon names to unicode codepoints
|
|
10
10
|
* Used by the Icon component to render the correct glyph
|
package/dist/native/index.js
CHANGED
|
@@ -44,42 +44,47 @@ var import_react_native = require("react-native");
|
|
|
44
44
|
var glyphMap = {
|
|
45
45
|
"whatsapp": 61697,
|
|
46
46
|
"user": 61698,
|
|
47
|
-
"
|
|
48
|
-
"
|
|
49
|
-
"search
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"properties-
|
|
53
|
-
"
|
|
54
|
-
"
|
|
55
|
-
"
|
|
56
|
-
"
|
|
57
|
-
"
|
|
58
|
-
"
|
|
59
|
-
"
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
"
|
|
70
|
-
"
|
|
71
|
-
"
|
|
72
|
-
"
|
|
73
|
-
"
|
|
74
|
-
"
|
|
75
|
-
"
|
|
76
|
-
"
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
"arrow-
|
|
80
|
-
"arrow-
|
|
81
|
-
"arrow-
|
|
82
|
-
"
|
|
47
|
+
"trash-2": 61699,
|
|
48
|
+
"share": 61700,
|
|
49
|
+
"search": 61701,
|
|
50
|
+
"search-x": 61702,
|
|
51
|
+
"rent": 61703,
|
|
52
|
+
"properties-linear": 61704,
|
|
53
|
+
"properties-filled": 61705,
|
|
54
|
+
"plus": 61706,
|
|
55
|
+
"payments": 61707,
|
|
56
|
+
"note": 61708,
|
|
57
|
+
"mortgage": 61709,
|
|
58
|
+
"mail": 61710,
|
|
59
|
+
"leads-linear": 61711,
|
|
60
|
+
"leads-filled": 61712,
|
|
61
|
+
"keys_01": 61713,
|
|
62
|
+
"icon-slot": 61714,
|
|
63
|
+
"home-linear": 61715,
|
|
64
|
+
"home-filled": 61716,
|
|
65
|
+
"file-key": 61717,
|
|
66
|
+
"eye-visible": 61718,
|
|
67
|
+
"eye-hidden": 61719,
|
|
68
|
+
"explore-linear": 61720,
|
|
69
|
+
"explore-filled": 61721,
|
|
70
|
+
"edit": 61722,
|
|
71
|
+
"chevron-up": 61723,
|
|
72
|
+
"chevron-right": 61724,
|
|
73
|
+
"chevron-left": 61725,
|
|
74
|
+
"chevron-down": 61726,
|
|
75
|
+
"check": 61727,
|
|
76
|
+
"cancel": 61728,
|
|
77
|
+
"cancel-circle-solid": 61729,
|
|
78
|
+
"bell": 61730,
|
|
79
|
+
"arrow-up": 61731,
|
|
80
|
+
"arrow-up-right": 61732,
|
|
81
|
+
"arrow-up-left": 61733,
|
|
82
|
+
"arrow-right": 61734,
|
|
83
|
+
"arrow-left": 61735,
|
|
84
|
+
"arrow-down": 61736,
|
|
85
|
+
"arrow-down-right": 61737,
|
|
86
|
+
"arrow-down-left": 61738,
|
|
87
|
+
"alert-triangle": 61739
|
|
83
88
|
};
|
|
84
89
|
var fontFamily = "HuspyIcons";
|
|
85
90
|
|
package/dist/native/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/native/index.ts","../../src/native/Icon.tsx","../../src/native/glyphMap.ts"],"sourcesContent":["/**\n * Huspy Icons - React Native (Font-based)\n * \n * This package provides icon components for React Native using a custom font.\n * \n * @example\n * ```tsx\n * import { Icon } from 'huspy-icons/native';\n * \n * function MyComponent() {\n * return <Icon name=\"arrow-left\" size={24} color=\"#000\" />;\n * }\n * ```\n */\n\nexport { default as Icon } from './Icon';\nexport type { IconProps, IconName } from './Icon';\nexport { glyphMap, fontFamily } from './glyphMap';\n\n","import * as React from 'react';\nimport { Text, TextProps } from 'react-native';\nimport { glyphMap, fontFamily, IconName } from './glyphMap';\n\n/**\n * Props for the Icon component (React Native)\n */\nexport interface IconProps extends Omit<TextProps, 'children'> {\n /**\n * Name of the icon to display\n */\n name: IconName;\n\n /**\n * Size of the icon (default: 16)\n */\n size?: number;\n\n /**\n * Color of the icon (default: inherits from parent or 'black')\n */\n color?: string;\n}\n\n/**\n * Icon component for React Native\n *\n * Renders icons using a custom font (HuspyIcons)\n *\n * @example\n * ```tsx\n * <Icon name=\"arrow-left\" size={24} color=\"#000\" />\n * ```\n */\nconst Icon = ({ name, size = 16, color = '#000', style, ...props }: IconProps) => {\n const codepoint = glyphMap[name];\n\n if (!codepoint) {\n if (__DEV__) {\n console.warn(`Icon \"${name}\" not found in HuspyIcons font`);\n }\n return null;\n }\n\n // Convert codepoint to character\n const glyph = String.fromCharCode(codepoint);\n\n return (\n <Text\n {...props}\n style={[\n {\n fontFamily: fontFamily,\n fontSize: size,\n color: color,\n // Ensure icon doesn't inherit text styles\n fontWeight: 'normal',\n fontStyle: 'normal',\n // Prevent text selection and ensure proper rendering\n includeFontPadding: false, // Android: removes extra padding\n textAlignVertical: 'center', // Android: centers the glyph vertically\n },\n style,\n ]}\n // Accessibility\n accessible\n accessibilityLabel={props.accessibilityLabel || name}\n accessibilityRole=\"image\"\n >\n {glyph}\n </Text>\n );\n};\n\nexport default Icon;\nexport type { IconName };\n","// Auto-generated by generate-font.js - do not edit manually\n// Source: icons-src/*.svg → dist/fonts/HuspyIcons.*\n\n/**\n * Available icon names in the HuspyIcons font\n */\nexport type IconName = 'whatsapp' | 'user' | 'share' | 'search' | 'search-x' | 'rent' | 'properties-linear' | 'properties-filled' | 'payments' | 'mortgage' | 'mail' | 'leads-linear' | 'leads-filled' | 'keys_01' | 'icon-slot' | 'home-linear' | 'home-filled' | 'file-key' | 'eye-visible' | 'eye-hidden' | 'edit' | 'chevron-up' | 'chevron-right' | 'chevron-left' | 'chevron-down' | 'check' | 'cancel' | 'cancel-circle-solid' | 'bell' | 'arrow-up' | 'arrow-up-right' | 'arrow-up-left' | 'arrow-right' | 'arrow-left' | 'arrow-down' | 'arrow-down-right' | 'arrow-down-left' | 'alert-triangle';\n\n/**\n * Mapping of icon names to unicode codepoints\n * Used by the Icon component to render the correct glyph\n */\nexport const glyphMap: Record<IconName, number> = {\n \"whatsapp\": 61697,\n \"user\": 61698,\n \"
|
|
1
|
+
{"version":3,"sources":["../../src/native/index.ts","../../src/native/Icon.tsx","../../src/native/glyphMap.ts"],"sourcesContent":["/**\n * Huspy Icons - React Native (Font-based)\n * \n * This package provides icon components for React Native using a custom font.\n * \n * @example\n * ```tsx\n * import { Icon } from 'huspy-icons/native';\n * \n * function MyComponent() {\n * return <Icon name=\"arrow-left\" size={24} color=\"#000\" />;\n * }\n * ```\n */\n\nexport { default as Icon } from './Icon';\nexport type { IconProps, IconName } from './Icon';\nexport { glyphMap, fontFamily } from './glyphMap';\n\n","import * as React from 'react';\nimport { Text, TextProps } from 'react-native';\nimport { glyphMap, fontFamily, IconName } from './glyphMap';\n\n/**\n * Props for the Icon component (React Native)\n */\nexport interface IconProps extends Omit<TextProps, 'children'> {\n /**\n * Name of the icon to display\n */\n name: IconName;\n\n /**\n * Size of the icon (default: 16)\n */\n size?: number;\n\n /**\n * Color of the icon (default: inherits from parent or 'black')\n */\n color?: string;\n}\n\n/**\n * Icon component for React Native\n *\n * Renders icons using a custom font (HuspyIcons)\n *\n * @example\n * ```tsx\n * <Icon name=\"arrow-left\" size={24} color=\"#000\" />\n * ```\n */\nconst Icon = ({ name, size = 16, color = '#000', style, ...props }: IconProps) => {\n const codepoint = glyphMap[name];\n\n if (!codepoint) {\n if (__DEV__) {\n console.warn(`Icon \"${name}\" not found in HuspyIcons font`);\n }\n return null;\n }\n\n // Convert codepoint to character\n const glyph = String.fromCharCode(codepoint);\n\n return (\n <Text\n {...props}\n style={[\n {\n fontFamily: fontFamily,\n fontSize: size,\n color: color,\n // Ensure icon doesn't inherit text styles\n fontWeight: 'normal',\n fontStyle: 'normal',\n // Prevent text selection and ensure proper rendering\n includeFontPadding: false, // Android: removes extra padding\n textAlignVertical: 'center', // Android: centers the glyph vertically\n },\n style,\n ]}\n // Accessibility\n accessible\n accessibilityLabel={props.accessibilityLabel || name}\n accessibilityRole=\"image\"\n >\n {glyph}\n </Text>\n );\n};\n\nexport default Icon;\nexport type { IconName };\n","// Auto-generated by generate-font.js - do not edit manually\n// Source: icons-src/*.svg → dist/fonts/HuspyIcons.*\n\n/**\n * Available icon names in the HuspyIcons font\n */\nexport type IconName = 'whatsapp' | 'user' | 'trash-2' | 'share' | 'search' | 'search-x' | 'rent' | 'properties-linear' | 'properties-filled' | 'plus' | 'payments' | 'note' | 'mortgage' | 'mail' | 'leads-linear' | 'leads-filled' | 'keys_01' | 'icon-slot' | 'home-linear' | 'home-filled' | 'file-key' | 'eye-visible' | 'eye-hidden' | 'explore-linear' | 'explore-filled' | 'edit' | 'chevron-up' | 'chevron-right' | 'chevron-left' | 'chevron-down' | 'check' | 'cancel' | 'cancel-circle-solid' | 'bell' | 'arrow-up' | 'arrow-up-right' | 'arrow-up-left' | 'arrow-right' | 'arrow-left' | 'arrow-down' | 'arrow-down-right' | 'arrow-down-left' | 'alert-triangle';\n\n/**\n * Mapping of icon names to unicode codepoints\n * Used by the Icon component to render the correct glyph\n */\nexport const glyphMap: Record<IconName, number> = {\n \"whatsapp\": 61697,\n \"user\": 61698,\n \"trash-2\": 61699,\n \"share\": 61700,\n \"search\": 61701,\n \"search-x\": 61702,\n \"rent\": 61703,\n \"properties-linear\": 61704,\n \"properties-filled\": 61705,\n \"plus\": 61706,\n \"payments\": 61707,\n \"note\": 61708,\n \"mortgage\": 61709,\n \"mail\": 61710,\n \"leads-linear\": 61711,\n \"leads-filled\": 61712,\n \"keys_01\": 61713,\n \"icon-slot\": 61714,\n \"home-linear\": 61715,\n \"home-filled\": 61716,\n \"file-key\": 61717,\n \"eye-visible\": 61718,\n \"eye-hidden\": 61719,\n \"explore-linear\": 61720,\n \"explore-filled\": 61721,\n \"edit\": 61722,\n \"chevron-up\": 61723,\n \"chevron-right\": 61724,\n \"chevron-left\": 61725,\n \"chevron-down\": 61726,\n \"check\": 61727,\n \"cancel\": 61728,\n \"cancel-circle-solid\": 61729,\n \"bell\": 61730,\n \"arrow-up\": 61731,\n \"arrow-up-right\": 61732,\n \"arrow-up-left\": 61733,\n \"arrow-right\": 61734,\n \"arrow-left\": 61735,\n \"arrow-down\": 61736,\n \"arrow-down-right\": 61737,\n \"arrow-down-left\": 61738,\n \"alert-triangle\": 61739\n};\n\n/**\n * Font family name for React Native\n */\nexport const fontFamily = 'HuspyIcons';\n"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;;;ACAA,YAAuB;AACvB,0BAAgC;;;ACWzB,IAAM,WAAqC;AAAA,EAChD,YAAY;AAAA,EACZ,QAAQ;AAAA,EACR,WAAW;AAAA,EACX,SAAS;AAAA,EACT,UAAU;AAAA,EACV,YAAY;AAAA,EACZ,QAAQ;AAAA,EACR,qBAAqB;AAAA,EACrB,qBAAqB;AAAA,EACrB,QAAQ;AAAA,EACR,YAAY;AAAA,EACZ,QAAQ;AAAA,EACR,YAAY;AAAA,EACZ,QAAQ;AAAA,EACR,gBAAgB;AAAA,EAChB,gBAAgB;AAAA,EAChB,WAAW;AAAA,EACX,aAAa;AAAA,EACb,eAAe;AAAA,EACf,eAAe;AAAA,EACf,YAAY;AAAA,EACZ,eAAe;AAAA,EACf,cAAc;AAAA,EACd,kBAAkB;AAAA,EAClB,kBAAkB;AAAA,EAClB,QAAQ;AAAA,EACR,cAAc;AAAA,EACd,iBAAiB;AAAA,EACjB,gBAAgB;AAAA,EAChB,gBAAgB;AAAA,EAChB,SAAS;AAAA,EACT,UAAU;AAAA,EACV,uBAAuB;AAAA,EACvB,QAAQ;AAAA,EACR,YAAY;AAAA,EACZ,kBAAkB;AAAA,EAClB,iBAAiB;AAAA,EACjB,eAAe;AAAA,EACf,cAAc;AAAA,EACd,cAAc;AAAA,EACd,oBAAoB;AAAA,EACpB,mBAAmB;AAAA,EACnB,kBAAkB;AACpB;AAKO,IAAM,aAAa;;;AD3B1B,IAAM,OAAO,CAAC,EAAE,MAAM,OAAO,IAAI,QAAQ,QAAQ,OAAO,GAAG,MAAM,MAAiB;AAChF,QAAM,YAAY,SAAS,IAAI;AAE/B,MAAI,CAAC,WAAW;AACd,QAAI,SAAS;AACX,cAAQ,KAAK,SAAS,IAAI,gCAAgC;AAAA,IAC5D;AACA,WAAO;AAAA,EACT;AAGA,QAAM,QAAQ,OAAO,aAAa,SAAS;AAE3C,SACE;AAAA,IAAC;AAAA;AAAA,MACE,GAAG;AAAA,MACJ,OAAO;AAAA,QACL;AAAA,UACE;AAAA,UACA,UAAU;AAAA,UACV;AAAA;AAAA,UAEA,YAAY;AAAA,UACZ,WAAW;AAAA;AAAA,UAEX,oBAAoB;AAAA;AAAA,UACpB,mBAAmB;AAAA;AAAA,QACrB;AAAA,QACA;AAAA,MACF;AAAA,MAEA,YAAU;AAAA,MACV,oBAAoB,MAAM,sBAAsB;AAAA,MAChD,mBAAkB;AAAA;AAAA,IAEjB;AAAA,EACH;AAEJ;AAEA,IAAO,eAAQ;","names":[]}
|
package/dist/react/index.d.mts
CHANGED
|
@@ -64,6 +64,10 @@ declare const SvgChevronUp: ({ size, ...props }: ReactIconProps) => React$1.JSX.
|
|
|
64
64
|
|
|
65
65
|
declare const SvgEdit: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
66
66
|
|
|
67
|
+
declare const SvgExploreFilled: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
68
|
+
|
|
69
|
+
declare const SvgExploreLinear: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
70
|
+
|
|
67
71
|
declare const SvgEyeHidden: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
68
72
|
|
|
69
73
|
declare const SvgEyeVisible: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
@@ -86,8 +90,12 @@ declare const SvgMail: ({ size, ...props }: ReactIconProps) => React$1.JSX.Eleme
|
|
|
86
90
|
|
|
87
91
|
declare const SvgMortgage: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
88
92
|
|
|
93
|
+
declare const SvgNote: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
94
|
+
|
|
89
95
|
declare const SvgPayments: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
90
96
|
|
|
97
|
+
declare const SvgPlus: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
98
|
+
|
|
91
99
|
declare const SvgPropertiesFilled: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
92
100
|
|
|
93
101
|
declare const SvgPropertiesLinear: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
@@ -100,6 +108,8 @@ declare const SvgSearchX: ({ size, ...props }: ReactIconProps) => React$1.JSX.El
|
|
|
100
108
|
|
|
101
109
|
declare const SvgShare: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
102
110
|
|
|
111
|
+
declare const SvgTrash2: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
112
|
+
|
|
103
113
|
declare const SvgUser: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
104
114
|
|
|
105
115
|
declare const SvgWhatsapp: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
@@ -111,7 +121,7 @@ declare const SvgWhatsapp: ({ size, ...props }: ReactIconProps) => React$1.JSX.E
|
|
|
111
121
|
/**
|
|
112
122
|
* Available icon names
|
|
113
123
|
*/
|
|
114
|
-
type IconName = 'alert-triangle' | 'arrow-down' | 'arrow-down-left' | 'arrow-down-right' | 'arrow-left' | 'arrow-right' | 'arrow-up' | 'arrow-up-left' | 'arrow-up-right' | 'bell' | 'cancel' | 'cancel-circle-solid' | 'check' | 'chevron-down' | 'chevron-left' | 'chevron-right' | 'chevron-up' | 'edit' | 'eye-hidden' | 'eye-visible' | 'file-key' | 'home-filled' | 'home-linear' | 'icon-slot' | 'keys01' | 'leads-filled' | 'leads-linear' | 'mail' | 'mortgage' | 'payments' | 'properties-filled' | 'properties-linear' | 'rent' | 'search' | 'search-x' | 'share' | 'user' | 'whatsapp';
|
|
124
|
+
type IconName = 'alert-triangle' | 'arrow-down' | 'arrow-down-left' | 'arrow-down-right' | 'arrow-left' | 'arrow-right' | 'arrow-up' | 'arrow-up-left' | 'arrow-up-right' | 'bell' | 'cancel' | 'cancel-circle-solid' | 'check' | 'chevron-down' | 'chevron-left' | 'chevron-right' | 'chevron-up' | 'edit' | 'explore-filled' | 'explore-linear' | 'eye-hidden' | 'eye-visible' | 'file-key' | 'home-filled' | 'home-linear' | 'icon-slot' | 'keys01' | 'leads-filled' | 'leads-linear' | 'mail' | 'mortgage' | 'note' | 'payments' | 'plus' | 'properties-filled' | 'properties-linear' | 'rent' | 'search' | 'search-x' | 'share' | 'trash2' | 'user' | 'whatsapp';
|
|
115
125
|
/**
|
|
116
126
|
* Props for the unified Icon component
|
|
117
127
|
*/
|
|
@@ -126,4 +136,4 @@ interface IconProps extends Omit<ReactIconProps, 'size'> {
|
|
|
126
136
|
*/
|
|
127
137
|
declare const Icon: ({ name, size, color, ...props }: IconProps) => React$1.JSX.Element | null;
|
|
128
138
|
|
|
129
|
-
export { SvgAlertTriangle as AlertTriangle, SvgArrowDown as ArrowDown, SvgArrowDownLeft as ArrowDownLeft, SvgArrowDownRight as ArrowDownRight, SvgArrowLeft as ArrowLeft, SvgArrowRight as ArrowRight, SvgArrowUp as ArrowUp, SvgArrowUpLeft as ArrowUpLeft, SvgArrowUpRight as ArrowUpRight, SvgBell as Bell, SvgCancel as Cancel, SvgCancelCircleSolid as CancelCircleSolid, SvgCheck as Check, SvgChevronDown as ChevronDown, SvgChevronLeft as ChevronLeft, SvgChevronRight as ChevronRight, SvgChevronUp as ChevronUp, SvgEdit as Edit, SvgEyeHidden as EyeHidden, SvgEyeVisible as EyeVisible, SvgFileKey as FileKey, SvgHomeFilled as HomeFilled, SvgHomeLinear as HomeLinear, ICON_SIZES, Icon, type IconName, type IconProps, type IconSize, type IconSizeToken, SvgIconSlot as IconSlot, SvgKeys01 as Keys01, SvgLeadsFilled as LeadsFilled, SvgLeadsLinear as LeadsLinear, SvgMail as Mail, SvgMortgage as Mortgage, SvgPayments as Payments, SvgPropertiesFilled as PropertiesFilled, SvgPropertiesLinear as PropertiesLinear, type ReactIconProps, SvgRent as Rent, SvgSearch as Search, SvgSearchX as SearchX, SvgShare as Share, SvgUser as User, SvgWhatsapp as Whatsapp, resolveSize };
|
|
139
|
+
export { SvgAlertTriangle as AlertTriangle, SvgArrowDown as ArrowDown, SvgArrowDownLeft as ArrowDownLeft, SvgArrowDownRight as ArrowDownRight, SvgArrowLeft as ArrowLeft, SvgArrowRight as ArrowRight, SvgArrowUp as ArrowUp, SvgArrowUpLeft as ArrowUpLeft, SvgArrowUpRight as ArrowUpRight, SvgBell as Bell, SvgCancel as Cancel, SvgCancelCircleSolid as CancelCircleSolid, SvgCheck as Check, SvgChevronDown as ChevronDown, SvgChevronLeft as ChevronLeft, SvgChevronRight as ChevronRight, SvgChevronUp as ChevronUp, SvgEdit as Edit, SvgExploreFilled as ExploreFilled, SvgExploreLinear as ExploreLinear, SvgEyeHidden as EyeHidden, SvgEyeVisible as EyeVisible, SvgFileKey as FileKey, SvgHomeFilled as HomeFilled, SvgHomeLinear as HomeLinear, ICON_SIZES, Icon, type IconName, type IconProps, type IconSize, type IconSizeToken, SvgIconSlot as IconSlot, SvgKeys01 as Keys01, SvgLeadsFilled as LeadsFilled, SvgLeadsLinear as LeadsLinear, SvgMail as Mail, SvgMortgage as Mortgage, SvgNote as Note, SvgPayments as Payments, SvgPlus as Plus, SvgPropertiesFilled as PropertiesFilled, SvgPropertiesLinear as PropertiesLinear, type ReactIconProps, SvgRent as Rent, SvgSearch as Search, SvgSearchX as SearchX, SvgShare as Share, SvgTrash2 as Trash2, SvgUser as User, SvgWhatsapp as Whatsapp, resolveSize };
|
package/dist/react/index.d.ts
CHANGED
|
@@ -64,6 +64,10 @@ declare const SvgChevronUp: ({ size, ...props }: ReactIconProps) => React$1.JSX.
|
|
|
64
64
|
|
|
65
65
|
declare const SvgEdit: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
66
66
|
|
|
67
|
+
declare const SvgExploreFilled: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
68
|
+
|
|
69
|
+
declare const SvgExploreLinear: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
70
|
+
|
|
67
71
|
declare const SvgEyeHidden: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
68
72
|
|
|
69
73
|
declare const SvgEyeVisible: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
@@ -86,8 +90,12 @@ declare const SvgMail: ({ size, ...props }: ReactIconProps) => React$1.JSX.Eleme
|
|
|
86
90
|
|
|
87
91
|
declare const SvgMortgage: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
88
92
|
|
|
93
|
+
declare const SvgNote: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
94
|
+
|
|
89
95
|
declare const SvgPayments: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
90
96
|
|
|
97
|
+
declare const SvgPlus: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
98
|
+
|
|
91
99
|
declare const SvgPropertiesFilled: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
92
100
|
|
|
93
101
|
declare const SvgPropertiesLinear: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
@@ -100,6 +108,8 @@ declare const SvgSearchX: ({ size, ...props }: ReactIconProps) => React$1.JSX.El
|
|
|
100
108
|
|
|
101
109
|
declare const SvgShare: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
102
110
|
|
|
111
|
+
declare const SvgTrash2: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
112
|
+
|
|
103
113
|
declare const SvgUser: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
104
114
|
|
|
105
115
|
declare const SvgWhatsapp: ({ size, ...props }: ReactIconProps) => React$1.JSX.Element;
|
|
@@ -111,7 +121,7 @@ declare const SvgWhatsapp: ({ size, ...props }: ReactIconProps) => React$1.JSX.E
|
|
|
111
121
|
/**
|
|
112
122
|
* Available icon names
|
|
113
123
|
*/
|
|
114
|
-
type IconName = 'alert-triangle' | 'arrow-down' | 'arrow-down-left' | 'arrow-down-right' | 'arrow-left' | 'arrow-right' | 'arrow-up' | 'arrow-up-left' | 'arrow-up-right' | 'bell' | 'cancel' | 'cancel-circle-solid' | 'check' | 'chevron-down' | 'chevron-left' | 'chevron-right' | 'chevron-up' | 'edit' | 'eye-hidden' | 'eye-visible' | 'file-key' | 'home-filled' | 'home-linear' | 'icon-slot' | 'keys01' | 'leads-filled' | 'leads-linear' | 'mail' | 'mortgage' | 'payments' | 'properties-filled' | 'properties-linear' | 'rent' | 'search' | 'search-x' | 'share' | 'user' | 'whatsapp';
|
|
124
|
+
type IconName = 'alert-triangle' | 'arrow-down' | 'arrow-down-left' | 'arrow-down-right' | 'arrow-left' | 'arrow-right' | 'arrow-up' | 'arrow-up-left' | 'arrow-up-right' | 'bell' | 'cancel' | 'cancel-circle-solid' | 'check' | 'chevron-down' | 'chevron-left' | 'chevron-right' | 'chevron-up' | 'edit' | 'explore-filled' | 'explore-linear' | 'eye-hidden' | 'eye-visible' | 'file-key' | 'home-filled' | 'home-linear' | 'icon-slot' | 'keys01' | 'leads-filled' | 'leads-linear' | 'mail' | 'mortgage' | 'note' | 'payments' | 'plus' | 'properties-filled' | 'properties-linear' | 'rent' | 'search' | 'search-x' | 'share' | 'trash2' | 'user' | 'whatsapp';
|
|
115
125
|
/**
|
|
116
126
|
* Props for the unified Icon component
|
|
117
127
|
*/
|
|
@@ -126,4 +136,4 @@ interface IconProps extends Omit<ReactIconProps, 'size'> {
|
|
|
126
136
|
*/
|
|
127
137
|
declare const Icon: ({ name, size, color, ...props }: IconProps) => React$1.JSX.Element | null;
|
|
128
138
|
|
|
129
|
-
export { SvgAlertTriangle as AlertTriangle, SvgArrowDown as ArrowDown, SvgArrowDownLeft as ArrowDownLeft, SvgArrowDownRight as ArrowDownRight, SvgArrowLeft as ArrowLeft, SvgArrowRight as ArrowRight, SvgArrowUp as ArrowUp, SvgArrowUpLeft as ArrowUpLeft, SvgArrowUpRight as ArrowUpRight, SvgBell as Bell, SvgCancel as Cancel, SvgCancelCircleSolid as CancelCircleSolid, SvgCheck as Check, SvgChevronDown as ChevronDown, SvgChevronLeft as ChevronLeft, SvgChevronRight as ChevronRight, SvgChevronUp as ChevronUp, SvgEdit as Edit, SvgEyeHidden as EyeHidden, SvgEyeVisible as EyeVisible, SvgFileKey as FileKey, SvgHomeFilled as HomeFilled, SvgHomeLinear as HomeLinear, ICON_SIZES, Icon, type IconName, type IconProps, type IconSize, type IconSizeToken, SvgIconSlot as IconSlot, SvgKeys01 as Keys01, SvgLeadsFilled as LeadsFilled, SvgLeadsLinear as LeadsLinear, SvgMail as Mail, SvgMortgage as Mortgage, SvgPayments as Payments, SvgPropertiesFilled as PropertiesFilled, SvgPropertiesLinear as PropertiesLinear, type ReactIconProps, SvgRent as Rent, SvgSearch as Search, SvgSearchX as SearchX, SvgShare as Share, SvgUser as User, SvgWhatsapp as Whatsapp, resolveSize };
|
|
139
|
+
export { SvgAlertTriangle as AlertTriangle, SvgArrowDown as ArrowDown, SvgArrowDownLeft as ArrowDownLeft, SvgArrowDownRight as ArrowDownRight, SvgArrowLeft as ArrowLeft, SvgArrowRight as ArrowRight, SvgArrowUp as ArrowUp, SvgArrowUpLeft as ArrowUpLeft, SvgArrowUpRight as ArrowUpRight, SvgBell as Bell, SvgCancel as Cancel, SvgCancelCircleSolid as CancelCircleSolid, SvgCheck as Check, SvgChevronDown as ChevronDown, SvgChevronLeft as ChevronLeft, SvgChevronRight as ChevronRight, SvgChevronUp as ChevronUp, SvgEdit as Edit, SvgExploreFilled as ExploreFilled, SvgExploreLinear as ExploreLinear, SvgEyeHidden as EyeHidden, SvgEyeVisible as EyeVisible, SvgFileKey as FileKey, SvgHomeFilled as HomeFilled, SvgHomeLinear as HomeLinear, ICON_SIZES, Icon, type IconName, type IconProps, type IconSize, type IconSizeToken, SvgIconSlot as IconSlot, SvgKeys01 as Keys01, SvgLeadsFilled as LeadsFilled, SvgLeadsLinear as LeadsLinear, SvgMail as Mail, SvgMortgage as Mortgage, SvgNote as Note, SvgPayments as Payments, SvgPlus as Plus, SvgPropertiesFilled as PropertiesFilled, SvgPropertiesLinear as PropertiesLinear, type ReactIconProps, SvgRent as Rent, SvgSearch as Search, SvgSearchX as SearchX, SvgShare as Share, SvgTrash2 as Trash2, SvgUser as User, SvgWhatsapp as Whatsapp, resolveSize };
|