@unifesto/unicon 1.0.4 → 1.0.6
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/file-text.png +0 -0
- package/dist/icons/github.png +0 -0
- package/dist/icons/globe.png +0 -0
- package/dist/icons/linkedin.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 +10 -0
- package/dist/manifest.json +80 -0
- package/dist/react/index.js +10 -0
- package/dist/react-native/index.js +20 -0
- package/package.json +1 -1
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/dist/index.d.ts
CHANGED
|
@@ -13,15 +13,25 @@ export type IconName =
|
|
|
13
13
|
| "appearance"
|
|
14
14
|
| "apple"
|
|
15
15
|
| "at"
|
|
16
|
+
| "calendar"
|
|
17
|
+
| "camera"
|
|
18
|
+
| "file-text"
|
|
19
|
+
| "github"
|
|
20
|
+
| "globe"
|
|
16
21
|
| "google"
|
|
17
22
|
| "instagram"
|
|
23
|
+
| "linkedin"
|
|
18
24
|
| "mail"
|
|
25
|
+
| "megaphone"
|
|
19
26
|
| "notification"
|
|
20
27
|
| "permission"
|
|
21
28
|
| "phone"
|
|
29
|
+
| "photo"
|
|
30
|
+
| "profile"
|
|
22
31
|
| "rate"
|
|
23
32
|
| "signout"
|
|
24
33
|
| "support"
|
|
34
|
+
| "tag"
|
|
25
35
|
| "verified-blue"
|
|
26
36
|
| "verified-green";
|
|
27
37
|
|
package/dist/manifest.json
CHANGED
|
@@ -47,6 +47,46 @@
|
|
|
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
|
+
},
|
|
66
|
+
"file-text": {
|
|
67
|
+
"path": "icons/file-text.png",
|
|
68
|
+
"format": "png",
|
|
69
|
+
"width": 1024,
|
|
70
|
+
"height": 1024,
|
|
71
|
+
"category": "system",
|
|
72
|
+
"tags": []
|
|
73
|
+
},
|
|
74
|
+
"github": {
|
|
75
|
+
"path": "icons/github.png",
|
|
76
|
+
"format": "png",
|
|
77
|
+
"width": 1024,
|
|
78
|
+
"height": 1024,
|
|
79
|
+
"category": "system",
|
|
80
|
+
"tags": []
|
|
81
|
+
},
|
|
82
|
+
"globe": {
|
|
83
|
+
"path": "icons/globe.png",
|
|
84
|
+
"format": "png",
|
|
85
|
+
"width": 1024,
|
|
86
|
+
"height": 1024,
|
|
87
|
+
"category": "system",
|
|
88
|
+
"tags": []
|
|
89
|
+
},
|
|
50
90
|
"google": {
|
|
51
91
|
"path": "icons/google.png",
|
|
52
92
|
"format": "png",
|
|
@@ -71,6 +111,14 @@
|
|
|
71
111
|
"photo"
|
|
72
112
|
]
|
|
73
113
|
},
|
|
114
|
+
"linkedin": {
|
|
115
|
+
"path": "icons/linkedin.png",
|
|
116
|
+
"format": "png",
|
|
117
|
+
"width": 1024,
|
|
118
|
+
"height": 1024,
|
|
119
|
+
"category": "system",
|
|
120
|
+
"tags": []
|
|
121
|
+
},
|
|
74
122
|
"mail": {
|
|
75
123
|
"path": "icons/mail.png",
|
|
76
124
|
"format": "png",
|
|
@@ -83,6 +131,14 @@
|
|
|
83
131
|
"contact"
|
|
84
132
|
]
|
|
85
133
|
},
|
|
134
|
+
"megaphone": {
|
|
135
|
+
"path": "icons/megaphone.png",
|
|
136
|
+
"format": "png",
|
|
137
|
+
"width": 1024,
|
|
138
|
+
"height": 1024,
|
|
139
|
+
"category": "system",
|
|
140
|
+
"tags": []
|
|
141
|
+
},
|
|
86
142
|
"notification": {
|
|
87
143
|
"path": "icons/notification.png",
|
|
88
144
|
"format": "png",
|
|
@@ -119,6 +175,22 @@
|
|
|
119
175
|
"contact"
|
|
120
176
|
]
|
|
121
177
|
},
|
|
178
|
+
"photo": {
|
|
179
|
+
"path": "icons/photo.png",
|
|
180
|
+
"format": "png",
|
|
181
|
+
"width": 1024,
|
|
182
|
+
"height": 1024,
|
|
183
|
+
"category": "system",
|
|
184
|
+
"tags": []
|
|
185
|
+
},
|
|
186
|
+
"profile": {
|
|
187
|
+
"path": "icons/profile.png",
|
|
188
|
+
"format": "png",
|
|
189
|
+
"width": 1024,
|
|
190
|
+
"height": 1024,
|
|
191
|
+
"category": "system",
|
|
192
|
+
"tags": []
|
|
193
|
+
},
|
|
122
194
|
"rate": {
|
|
123
195
|
"path": "icons/rate.png",
|
|
124
196
|
"format": "png",
|
|
@@ -155,6 +227,14 @@
|
|
|
155
227
|
"info"
|
|
156
228
|
]
|
|
157
229
|
},
|
|
230
|
+
"tag": {
|
|
231
|
+
"path": "icons/tag.png",
|
|
232
|
+
"format": "png",
|
|
233
|
+
"width": 1024,
|
|
234
|
+
"height": 1024,
|
|
235
|
+
"category": "system",
|
|
236
|
+
"tags": []
|
|
237
|
+
},
|
|
158
238
|
"verified-blue": {
|
|
159
239
|
"path": "icons/verified-blue.png",
|
|
160
240
|
"format": "png",
|
package/dist/react/index.js
CHANGED
|
@@ -109,15 +109,25 @@ export const iconNames = [
|
|
|
109
109
|
"appearance",
|
|
110
110
|
"apple",
|
|
111
111
|
"at",
|
|
112
|
+
"calendar",
|
|
113
|
+
"camera",
|
|
114
|
+
"file-text",
|
|
115
|
+
"github",
|
|
116
|
+
"globe",
|
|
112
117
|
"google",
|
|
113
118
|
"instagram",
|
|
119
|
+
"linkedin",
|
|
114
120
|
"mail",
|
|
121
|
+
"megaphone",
|
|
115
122
|
"notification",
|
|
116
123
|
"permission",
|
|
117
124
|
"phone",
|
|
125
|
+
"photo",
|
|
126
|
+
"profile",
|
|
118
127
|
"rate",
|
|
119
128
|
"signout",
|
|
120
129
|
"support",
|
|
130
|
+
"tag",
|
|
121
131
|
"verified-blue",
|
|
122
132
|
"verified-green"
|
|
123
133
|
];
|
|
@@ -15,15 +15,25 @@ 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"),
|
|
20
|
+
"file-text": require("../icons/file-text.png"),
|
|
21
|
+
"github": require("../icons/github.png"),
|
|
22
|
+
"globe": require("../icons/globe.png"),
|
|
18
23
|
"google": require("../icons/google.png"),
|
|
19
24
|
"instagram": require("../icons/instagram.png"),
|
|
25
|
+
"linkedin": require("../icons/linkedin.png"),
|
|
20
26
|
"mail": require("../icons/mail.png"),
|
|
27
|
+
"megaphone": require("../icons/megaphone.png"),
|
|
21
28
|
"notification": require("../icons/notification.png"),
|
|
22
29
|
"permission": require("../icons/permission.png"),
|
|
23
30
|
"phone": require("../icons/phone.png"),
|
|
31
|
+
"photo": require("../icons/photo.png"),
|
|
32
|
+
"profile": require("../icons/profile.png"),
|
|
24
33
|
"rate": require("../icons/rate.png"),
|
|
25
34
|
"signout": require("../icons/signout.png"),
|
|
26
35
|
"support": require("../icons/support.png"),
|
|
36
|
+
"tag": require("../icons/tag.png"),
|
|
27
37
|
"verified-blue": require("../icons/verified-blue.png"),
|
|
28
38
|
"verified-green": require("../icons/verified-green.png")
|
|
29
39
|
};
|
|
@@ -133,15 +143,25 @@ export const iconNames = [
|
|
|
133
143
|
"appearance",
|
|
134
144
|
"apple",
|
|
135
145
|
"at",
|
|
146
|
+
"calendar",
|
|
147
|
+
"camera",
|
|
148
|
+
"file-text",
|
|
149
|
+
"github",
|
|
150
|
+
"globe",
|
|
136
151
|
"google",
|
|
137
152
|
"instagram",
|
|
153
|
+
"linkedin",
|
|
138
154
|
"mail",
|
|
155
|
+
"megaphone",
|
|
139
156
|
"notification",
|
|
140
157
|
"permission",
|
|
141
158
|
"phone",
|
|
159
|
+
"photo",
|
|
160
|
+
"profile",
|
|
142
161
|
"rate",
|
|
143
162
|
"signout",
|
|
144
163
|
"support",
|
|
164
|
+
"tag",
|
|
145
165
|
"verified-blue",
|
|
146
166
|
"verified-green"
|
|
147
167
|
];
|