huspy-icons 0.3.25 → 0.3.27
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 +191 -131
- package/dist/fonts/HuspyIcons.eot +0 -0
- package/dist/fonts/HuspyIcons.json +147 -127
- package/dist/fonts/HuspyIcons.ts +187 -127
- 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 +147 -127
- package/dist/native/index.js.map +1 -1
- package/dist/react/index.d.mts +42 -2
- package/dist/react/index.d.ts +42 -2
- package/dist/react/index.js +1903 -734
- package/dist/react/index.js.map +1 -1
- package/dist/react/index.mjs +1794 -625
- package/dist/react/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/native/glyphMap.ts +148 -128
- package/src/react/Barbeque.tsx +98 -0
- package/src/react/CalendarCheck.tsx +50 -0
- package/src/react/ClassicBuilding.tsx +74 -0
- package/src/react/Concierge.tsx +31 -0
- package/src/react/Dishwasher.tsx +30 -0
- package/src/react/Doorman.tsx +44 -0
- package/src/react/EquippedKitchen.tsx +24 -0
- package/src/react/Garage.tsx +56 -0
- package/src/react/Gym.tsx +24 -0
- package/src/react/Icon.tsx +61 -1
- package/src/react/MaidsRoom.tsx +24 -0
- package/src/react/MaidsService.tsx +24 -0
- package/src/react/Monumental.tsx +24 -0
- package/src/react/PaddleTennis.tsx +24 -0
- package/src/react/PartyHall.tsx +31 -0
- package/src/react/Sauna.tsx +31 -0
- package/src/react/Sea.tsx +24 -0
- package/src/react/Tennis.tsx +24 -0
- package/src/react/WalkInCloset.tsx +24 -0
- package/src/react/WashingMachine.tsx +30 -0
- package/src/react/Wifi.tsx +56 -0
- package/src/react/index.ts +20 -0
- package/src/react/index.tsx +20 -0
|
@@ -1,129 +1,149 @@
|
|
|
1
1
|
{
|
|
2
|
-
"
|
|
3
|
-
"
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"
|
|
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
|
-
"
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
"
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"
|
|
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
|
-
"
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
"
|
|
88
|
-
"
|
|
89
|
-
"
|
|
90
|
-
"
|
|
91
|
-
"
|
|
92
|
-
"
|
|
93
|
-
"
|
|
94
|
-
"
|
|
95
|
-
"
|
|
96
|
-
"
|
|
97
|
-
"
|
|
98
|
-
"
|
|
99
|
-
"
|
|
100
|
-
"
|
|
101
|
-
"
|
|
102
|
-
"
|
|
103
|
-
"
|
|
104
|
-
"
|
|
105
|
-
"
|
|
106
|
-
"
|
|
107
|
-
"
|
|
108
|
-
"
|
|
109
|
-
"
|
|
110
|
-
"
|
|
111
|
-
"
|
|
112
|
-
"
|
|
113
|
-
"
|
|
114
|
-
"
|
|
115
|
-
"
|
|
116
|
-
"
|
|
117
|
-
"
|
|
118
|
-
"
|
|
119
|
-
"
|
|
120
|
-
"
|
|
121
|
-
"
|
|
122
|
-
"
|
|
123
|
-
"
|
|
124
|
-
"
|
|
125
|
-
"
|
|
126
|
-
"
|
|
127
|
-
"
|
|
128
|
-
"
|
|
2
|
+
"wifi": 61697,
|
|
3
|
+
"whatsapp": 61698,
|
|
4
|
+
"washing-machine": 61699,
|
|
5
|
+
"warehouse": 61700,
|
|
6
|
+
"walk-in-closet": 61701,
|
|
7
|
+
"user": 61702,
|
|
8
|
+
"user-square": 61703,
|
|
9
|
+
"user-plus": 61704,
|
|
10
|
+
"trash-2": 61705,
|
|
11
|
+
"touch-ios": 61706,
|
|
12
|
+
"touch-android": 61707,
|
|
13
|
+
"time": 61708,
|
|
14
|
+
"thermometer-snowflake": 61709,
|
|
15
|
+
"terrace": 61710,
|
|
16
|
+
"tennis": 61711,
|
|
17
|
+
"tasks": 61712,
|
|
18
|
+
"swimming-pool": 61713,
|
|
19
|
+
"store": 61714,
|
|
20
|
+
"storage": 61715,
|
|
21
|
+
"status-dot": 61716,
|
|
22
|
+
"size-3d": 61717,
|
|
23
|
+
"share": 61718,
|
|
24
|
+
"search": 61719,
|
|
25
|
+
"search-x": 61720,
|
|
26
|
+
"sea": 61721,
|
|
27
|
+
"sauna": 61722,
|
|
28
|
+
"sale": 61723,
|
|
29
|
+
"restaurant": 61724,
|
|
30
|
+
"rent": 61725,
|
|
31
|
+
"properties-linear": 61726,
|
|
32
|
+
"properties-filled": 61727,
|
|
33
|
+
"promotion": 61728,
|
|
34
|
+
"plus": 61729,
|
|
35
|
+
"play-solid": 61730,
|
|
36
|
+
"pin_map_solid": 61731,
|
|
37
|
+
"phone-linear": 61732,
|
|
38
|
+
"pet": 61733,
|
|
39
|
+
"pent-house": 61734,
|
|
40
|
+
"pencil-line": 61735,
|
|
41
|
+
"payments": 61736,
|
|
42
|
+
"patio": 61737,
|
|
43
|
+
"party-hall": 61738,
|
|
44
|
+
"parking": 61739,
|
|
45
|
+
"paddle-tennis": 61740,
|
|
46
|
+
"outside": 61741,
|
|
47
|
+
"notes": 61742,
|
|
48
|
+
"note": 61743,
|
|
49
|
+
"mortgage": 61744,
|
|
50
|
+
"more-horizontal": 61745,
|
|
51
|
+
"monumental": 61746,
|
|
52
|
+
"minus": 61747,
|
|
53
|
+
"map": 61748,
|
|
54
|
+
"map-pin": 61749,
|
|
55
|
+
"mail": 61750,
|
|
56
|
+
"maids-service": 61751,
|
|
57
|
+
"maids-room": 61752,
|
|
58
|
+
"magic-wand": 61753,
|
|
59
|
+
"logout": 61754,
|
|
60
|
+
"loft": 61755,
|
|
61
|
+
"lock": 61756,
|
|
62
|
+
"loader": 61757,
|
|
63
|
+
"lift": 61758,
|
|
64
|
+
"leads-linear": 61759,
|
|
65
|
+
"leads-filled": 61760,
|
|
66
|
+
"keys_01": 61761,
|
|
67
|
+
"info": 61762,
|
|
68
|
+
"images-gallery": 61763,
|
|
69
|
+
"image": 61764,
|
|
70
|
+
"image-off": 61765,
|
|
71
|
+
"icon-slot": 61766,
|
|
72
|
+
"home-linear": 61767,
|
|
73
|
+
"home-filled": 61768,
|
|
74
|
+
"history": 61769,
|
|
75
|
+
"help-circle": 61770,
|
|
76
|
+
"heating": 61771,
|
|
77
|
+
"gym": 61772,
|
|
78
|
+
"gas-heating": 61773,
|
|
79
|
+
"garden": 61774,
|
|
80
|
+
"garage": 61775,
|
|
81
|
+
"furnished": 61776,
|
|
82
|
+
"filter": 61777,
|
|
83
|
+
"file-text": 61778,
|
|
84
|
+
"file-spreadsheet": 61779,
|
|
85
|
+
"file-signature": 61780,
|
|
86
|
+
"file-lock": 61781,
|
|
87
|
+
"file-key": 61782,
|
|
88
|
+
"file-input": 61783,
|
|
89
|
+
"file-check": 61784,
|
|
90
|
+
"face-ios-light": 61785,
|
|
91
|
+
"face-ios-bold": 61786,
|
|
92
|
+
"face-android": 61787,
|
|
93
|
+
"eye-visible": 61788,
|
|
94
|
+
"eye-hidden": 61789,
|
|
95
|
+
"explore-linear": 61790,
|
|
96
|
+
"explore-filled": 61791,
|
|
97
|
+
"equipped-kitchen": 61792,
|
|
98
|
+
"electric": 61793,
|
|
99
|
+
"edit": 61794,
|
|
100
|
+
"duplex": 61795,
|
|
101
|
+
"doorman": 61796,
|
|
102
|
+
"door-open": 61797,
|
|
103
|
+
"dishwasher": 61798,
|
|
104
|
+
"copy": 61799,
|
|
105
|
+
"contact": 61800,
|
|
106
|
+
"concierge": 61801,
|
|
107
|
+
"collections": 61802,
|
|
108
|
+
"closet": 61803,
|
|
109
|
+
"classic-building": 61804,
|
|
110
|
+
"circle-off": 61805,
|
|
111
|
+
"chevron-up": 61806,
|
|
112
|
+
"chevron-right": 61807,
|
|
113
|
+
"chevron-left": 61808,
|
|
114
|
+
"chevron-down": 61809,
|
|
115
|
+
"check": 61810,
|
|
116
|
+
"check-circle-2": 61811,
|
|
117
|
+
"check-check": 61812,
|
|
118
|
+
"chalet-pareado": 61813,
|
|
119
|
+
"chalet-independet": 61814,
|
|
120
|
+
"chalet-adosado": 61815,
|
|
121
|
+
"cancel": 61816,
|
|
122
|
+
"cancel-circle-stroke": 61817,
|
|
123
|
+
"cancel-circle-solid": 61818,
|
|
124
|
+
"calendar": 61819,
|
|
125
|
+
"calendar-clock": 61820,
|
|
126
|
+
"calendar-check": 61821,
|
|
127
|
+
"building": 61822,
|
|
128
|
+
"bell": 61823,
|
|
129
|
+
"bed-double": 61824,
|
|
130
|
+
"bath": 61825,
|
|
131
|
+
"barbeque": 61826,
|
|
132
|
+
"balcony-window": 61827,
|
|
133
|
+
"arrow-up": 61828,
|
|
134
|
+
"arrow-up-right": 61829,
|
|
135
|
+
"arrow-up-left": 61830,
|
|
136
|
+
"arrow-up-down": 61831,
|
|
137
|
+
"arrow-right": 61832,
|
|
138
|
+
"arrow-left": 61833,
|
|
139
|
+
"arrow-down": 61834,
|
|
140
|
+
"arrow-down-right": 61835,
|
|
141
|
+
"arrow-down-left": 61836,
|
|
142
|
+
"archive": 61837,
|
|
143
|
+
"alert-triangle": 61838,
|
|
144
|
+
"alert-circle": 61839,
|
|
145
|
+
"air-conditioner": 61840,
|
|
146
|
+
"ai": 61841,
|
|
147
|
+
"add-note": 61842,
|
|
148
|
+
"accessibility": 61843
|
|
129
149
|
}
|