@unifesto/unicon 1.0.4 → 1.0.5
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/icons/calendar.png +0 -0
- package/dist/icons/camera.png +0 -0
- package/dist/icons/megaphone.png +0 -0
- package/dist/icons/photo.png +0 -0
- package/dist/icons/profile.png +0 -0
- package/dist/icons/tag.png +0 -0
- package/dist/index.d.ts +6 -0
- package/dist/manifest.json +48 -0
- package/dist/react/index.js +6 -0
- package/dist/react-native/index.js +12 -0
- package/package.json +1 -1
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/dist/index.d.ts
CHANGED
|
@@ -13,15 +13,21 @@ export type IconName =
|
|
|
13
13
|
| "appearance"
|
|
14
14
|
| "apple"
|
|
15
15
|
| "at"
|
|
16
|
+
| "calendar"
|
|
17
|
+
| "camera"
|
|
16
18
|
| "google"
|
|
17
19
|
| "instagram"
|
|
18
20
|
| "mail"
|
|
21
|
+
| "megaphone"
|
|
19
22
|
| "notification"
|
|
20
23
|
| "permission"
|
|
21
24
|
| "phone"
|
|
25
|
+
| "photo"
|
|
26
|
+
| "profile"
|
|
22
27
|
| "rate"
|
|
23
28
|
| "signout"
|
|
24
29
|
| "support"
|
|
30
|
+
| "tag"
|
|
25
31
|
| "verified-blue"
|
|
26
32
|
| "verified-green";
|
|
27
33
|
|
package/dist/manifest.json
CHANGED
|
@@ -47,6 +47,22 @@
|
|
|
47
47
|
"email"
|
|
48
48
|
]
|
|
49
49
|
},
|
|
50
|
+
"calendar": {
|
|
51
|
+
"path": "icons/calendar.png",
|
|
52
|
+
"format": "png",
|
|
53
|
+
"width": 1024,
|
|
54
|
+
"height": 1024,
|
|
55
|
+
"category": "system",
|
|
56
|
+
"tags": []
|
|
57
|
+
},
|
|
58
|
+
"camera": {
|
|
59
|
+
"path": "icons/camera.png",
|
|
60
|
+
"format": "png",
|
|
61
|
+
"width": 1024,
|
|
62
|
+
"height": 1024,
|
|
63
|
+
"category": "system",
|
|
64
|
+
"tags": []
|
|
65
|
+
},
|
|
50
66
|
"google": {
|
|
51
67
|
"path": "icons/google.png",
|
|
52
68
|
"format": "png",
|
|
@@ -83,6 +99,14 @@
|
|
|
83
99
|
"contact"
|
|
84
100
|
]
|
|
85
101
|
},
|
|
102
|
+
"megaphone": {
|
|
103
|
+
"path": "icons/megaphone.png",
|
|
104
|
+
"format": "png",
|
|
105
|
+
"width": 1024,
|
|
106
|
+
"height": 1024,
|
|
107
|
+
"category": "system",
|
|
108
|
+
"tags": []
|
|
109
|
+
},
|
|
86
110
|
"notification": {
|
|
87
111
|
"path": "icons/notification.png",
|
|
88
112
|
"format": "png",
|
|
@@ -119,6 +143,22 @@
|
|
|
119
143
|
"contact"
|
|
120
144
|
]
|
|
121
145
|
},
|
|
146
|
+
"photo": {
|
|
147
|
+
"path": "icons/photo.png",
|
|
148
|
+
"format": "png",
|
|
149
|
+
"width": 1024,
|
|
150
|
+
"height": 1024,
|
|
151
|
+
"category": "system",
|
|
152
|
+
"tags": []
|
|
153
|
+
},
|
|
154
|
+
"profile": {
|
|
155
|
+
"path": "icons/profile.png",
|
|
156
|
+
"format": "png",
|
|
157
|
+
"width": 1024,
|
|
158
|
+
"height": 1024,
|
|
159
|
+
"category": "system",
|
|
160
|
+
"tags": []
|
|
161
|
+
},
|
|
122
162
|
"rate": {
|
|
123
163
|
"path": "icons/rate.png",
|
|
124
164
|
"format": "png",
|
|
@@ -155,6 +195,14 @@
|
|
|
155
195
|
"info"
|
|
156
196
|
]
|
|
157
197
|
},
|
|
198
|
+
"tag": {
|
|
199
|
+
"path": "icons/tag.png",
|
|
200
|
+
"format": "png",
|
|
201
|
+
"width": 1024,
|
|
202
|
+
"height": 1024,
|
|
203
|
+
"category": "system",
|
|
204
|
+
"tags": []
|
|
205
|
+
},
|
|
158
206
|
"verified-blue": {
|
|
159
207
|
"path": "icons/verified-blue.png",
|
|
160
208
|
"format": "png",
|
package/dist/react/index.js
CHANGED
|
@@ -109,15 +109,21 @@ export const iconNames = [
|
|
|
109
109
|
"appearance",
|
|
110
110
|
"apple",
|
|
111
111
|
"at",
|
|
112
|
+
"calendar",
|
|
113
|
+
"camera",
|
|
112
114
|
"google",
|
|
113
115
|
"instagram",
|
|
114
116
|
"mail",
|
|
117
|
+
"megaphone",
|
|
115
118
|
"notification",
|
|
116
119
|
"permission",
|
|
117
120
|
"phone",
|
|
121
|
+
"photo",
|
|
122
|
+
"profile",
|
|
118
123
|
"rate",
|
|
119
124
|
"signout",
|
|
120
125
|
"support",
|
|
126
|
+
"tag",
|
|
121
127
|
"verified-blue",
|
|
122
128
|
"verified-green"
|
|
123
129
|
];
|
|
@@ -15,15 +15,21 @@ const iconMap = {
|
|
|
15
15
|
"appearance": require("../icons/appearance.png"),
|
|
16
16
|
"apple": require("../icons/apple.png"),
|
|
17
17
|
"at": require("../icons/at.png"),
|
|
18
|
+
"calendar": require("../icons/calendar.png"),
|
|
19
|
+
"camera": require("../icons/camera.png"),
|
|
18
20
|
"google": require("../icons/google.png"),
|
|
19
21
|
"instagram": require("../icons/instagram.png"),
|
|
20
22
|
"mail": require("../icons/mail.png"),
|
|
23
|
+
"megaphone": require("../icons/megaphone.png"),
|
|
21
24
|
"notification": require("../icons/notification.png"),
|
|
22
25
|
"permission": require("../icons/permission.png"),
|
|
23
26
|
"phone": require("../icons/phone.png"),
|
|
27
|
+
"photo": require("../icons/photo.png"),
|
|
28
|
+
"profile": require("../icons/profile.png"),
|
|
24
29
|
"rate": require("../icons/rate.png"),
|
|
25
30
|
"signout": require("../icons/signout.png"),
|
|
26
31
|
"support": require("../icons/support.png"),
|
|
32
|
+
"tag": require("../icons/tag.png"),
|
|
27
33
|
"verified-blue": require("../icons/verified-blue.png"),
|
|
28
34
|
"verified-green": require("../icons/verified-green.png")
|
|
29
35
|
};
|
|
@@ -133,15 +139,21 @@ export const iconNames = [
|
|
|
133
139
|
"appearance",
|
|
134
140
|
"apple",
|
|
135
141
|
"at",
|
|
142
|
+
"calendar",
|
|
143
|
+
"camera",
|
|
136
144
|
"google",
|
|
137
145
|
"instagram",
|
|
138
146
|
"mail",
|
|
147
|
+
"megaphone",
|
|
139
148
|
"notification",
|
|
140
149
|
"permission",
|
|
141
150
|
"phone",
|
|
151
|
+
"photo",
|
|
152
|
+
"profile",
|
|
142
153
|
"rate",
|
|
143
154
|
"signout",
|
|
144
155
|
"support",
|
|
156
|
+
"tag",
|
|
145
157
|
"verified-blue",
|
|
146
158
|
"verified-green"
|
|
147
159
|
];
|