jao-icons 1.5.3 → 1.5.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/README.md +51 -14
- package/dist/jao-icons.cjs.js +1880 -583
- package/dist/jao-icons.esm.js +1880 -583
- package/icons/large/apple.json +15 -0
- package/icons/large/bimale.json +15 -0
- package/icons/large/female.json +15 -0
- package/icons/large/leaf.json +15 -0
- package/icons/large/male.json +15 -0
- package/icons/large/redo.json +15 -0
- package/icons/medium/redo.json +11 -0
- package/images/large/apple.svg +1 -0
- package/images/large/bimale.svg +1 -0
- package/images/large/female.svg +1 -0
- package/images/large/leaf.svg +1 -0
- package/images/large/male.svg +1 -0
- package/images/large/redo.svg +1 -0
- package/images/medium/redo.svg +1 -0
- package/package.json +1 -1
- package/src/index.ts +14 -0
package/README.md
CHANGED
|
@@ -55,6 +55,16 @@ console.log(iconMap.small.cross)
|
|
|
55
55
|
<br>
|
|
56
56
|
<strong>Archive</strong>
|
|
57
57
|
</td>
|
|
58
|
+
<td style="width: 128px; text-align:center;">
|
|
59
|
+
<img src="https://raw.githubusercontent.com/JeffreyArts/jao-icons/main/images/large/apple.svg" style="width: 128px;">
|
|
60
|
+
<br>
|
|
61
|
+
<strong>Apple</strong>
|
|
62
|
+
</td>
|
|
63
|
+
<td style="width: 128px; text-align:center;">
|
|
64
|
+
<img src="https://raw.githubusercontent.com/JeffreyArts/jao-icons/main/images/large/bimale.svg" style="width: 128px;">
|
|
65
|
+
<br>
|
|
66
|
+
<strong>Bimale</strong>
|
|
67
|
+
</td>
|
|
58
68
|
<td style="width: 128px; text-align:center;">
|
|
59
69
|
<img src="https://raw.githubusercontent.com/JeffreyArts/jao-icons/main/images/large/camera.svg" style="width: 128px;">
|
|
60
70
|
<br>
|
|
@@ -65,6 +75,9 @@ console.log(iconMap.small.cross)
|
|
|
65
75
|
<br>
|
|
66
76
|
<strong>Circle</strong>
|
|
67
77
|
</td>
|
|
78
|
+
</tr>
|
|
79
|
+
|
|
80
|
+
<tr>
|
|
68
81
|
<td style="width: 128px; text-align: center;">
|
|
69
82
|
<img src="https://raw.githubusercontent.com/JeffreyArts/jao-icons/main/images/large/cross.svg" style="width: 128px;">
|
|
70
83
|
<br>
|
|
@@ -75,9 +88,6 @@ console.log(iconMap.small.cross)
|
|
|
75
88
|
<br>
|
|
76
89
|
<strong>Document</strong>
|
|
77
90
|
</td>
|
|
78
|
-
</tr>
|
|
79
|
-
|
|
80
|
-
<tr>
|
|
81
91
|
<td style="width: 128px; text-align: center;">
|
|
82
92
|
<img src="https://raw.githubusercontent.com/JeffreyArts/jao-icons/main/images/large/empty.svg" style="width: 128px;">
|
|
83
93
|
<br>
|
|
@@ -88,6 +98,13 @@ console.log(iconMap.small.cross)
|
|
|
88
98
|
<br>
|
|
89
99
|
<strong>Euro</strong>
|
|
90
100
|
</td>
|
|
101
|
+
<td style="width: 128px; text-align: center;">
|
|
102
|
+
<img src="https://raw.githubusercontent.com/JeffreyArts/jao-icons/main/images/large/female.svg" style="width: 128px;">
|
|
103
|
+
<br>
|
|
104
|
+
<strong>Female</strong>
|
|
105
|
+
</td>
|
|
106
|
+
</tr>
|
|
107
|
+
<tr>
|
|
91
108
|
<td style="width: 128px; text-align: center;">
|
|
92
109
|
<img src="https://raw.githubusercontent.com/JeffreyArts/jao-icons/main/images/large/forbidden.svg" style="width: 128px;">
|
|
93
110
|
<br>
|
|
@@ -103,8 +120,6 @@ console.log(iconMap.small.cross)
|
|
|
103
120
|
<br>
|
|
104
121
|
<strong>Graph</strong>
|
|
105
122
|
</td>
|
|
106
|
-
</tr>
|
|
107
|
-
<tr>
|
|
108
123
|
<td style="width: 128px; text-align: center;">
|
|
109
124
|
<img src="https://raw.githubusercontent.com/JeffreyArts/jao-icons/main/images/large/hamburger.svg" style="width: 128px;">
|
|
110
125
|
<br>
|
|
@@ -115,6 +130,8 @@ console.log(iconMap.small.cross)
|
|
|
115
130
|
<br>
|
|
116
131
|
<strong>Home</strong>
|
|
117
132
|
</td>
|
|
133
|
+
</tr>
|
|
134
|
+
<tr>
|
|
118
135
|
<td style="width: 128px; text-align: center;">
|
|
119
136
|
<img src="https://raw.githubusercontent.com/JeffreyArts/jao-icons/main/images/large/hammer.svg" style="width: 128px;">
|
|
120
137
|
<br>
|
|
@@ -130,18 +147,28 @@ console.log(iconMap.small.cross)
|
|
|
130
147
|
<br>
|
|
131
148
|
<strong>Instagram</strong>
|
|
132
149
|
</td>
|
|
133
|
-
</tr>
|
|
134
|
-
<tr>
|
|
135
150
|
<td style="width: 128px; text-align: center;">
|
|
136
151
|
<img src="https://raw.githubusercontent.com/JeffreyArts/jao-icons/main/images/large/iso-cube.svg" style="width: 128px;">
|
|
137
152
|
<br>
|
|
138
153
|
<strong>Iso cube</strong>
|
|
139
154
|
</td>
|
|
155
|
+
<td style="width: 128px; text-align: center;">
|
|
156
|
+
<img src="https://raw.githubusercontent.com/JeffreyArts/jao-icons/main/images/large/leaf.svg" style="width: 128px;">
|
|
157
|
+
<br>
|
|
158
|
+
<strong>Leaf</strong>
|
|
159
|
+
</td>
|
|
140
160
|
<td style="width: 128px; text-align: center;">
|
|
141
161
|
<img src="https://raw.githubusercontent.com/JeffreyArts/jao-icons/main/images/large/leave.svg" style="width: 128px;">
|
|
142
162
|
<br>
|
|
143
163
|
<strong>Leave</strong>
|
|
144
164
|
</td>
|
|
165
|
+
<td style="width: 128px; text-align: center;">
|
|
166
|
+
<img src="https://raw.githubusercontent.com/JeffreyArts/jao-icons/main/images/large/male.svg" style="width: 128px;">
|
|
167
|
+
<br>
|
|
168
|
+
<strong>Male</strong>
|
|
169
|
+
</td>
|
|
170
|
+
</tr>
|
|
171
|
+
<tr>
|
|
145
172
|
<td style="width: 128px; text-align: center;">
|
|
146
173
|
<img src="https://raw.githubusercontent.com/JeffreyArts/jao-icons/main/images/large/mail.svg" style="width: 128px;">
|
|
147
174
|
<br>
|
|
@@ -157,8 +184,6 @@ console.log(iconMap.small.cross)
|
|
|
157
184
|
<br>
|
|
158
185
|
<strong>Phone</strong>
|
|
159
186
|
</td>
|
|
160
|
-
</tr>
|
|
161
|
-
<tr>
|
|
162
187
|
<td style="width: 128px; text-align: center;">
|
|
163
188
|
<img src="https://raw.githubusercontent.com/JeffreyArts/jao-icons/main/images/large/printer.svg" style="width: 128px;">
|
|
164
189
|
<br>
|
|
@@ -169,6 +194,13 @@ console.log(iconMap.small.cross)
|
|
|
169
194
|
<br>
|
|
170
195
|
<strong>Question</strong>
|
|
171
196
|
</td>
|
|
197
|
+
</tr>
|
|
198
|
+
<tr>
|
|
199
|
+
<td style="width: 128px; text-align: center;">
|
|
200
|
+
<img src="https://raw.githubusercontent.com/JeffreyArts/jao-icons/main/images/large/redo.svg" style="width: 128px;">
|
|
201
|
+
<br>
|
|
202
|
+
<strong>Redo</strong>
|
|
203
|
+
</td>
|
|
172
204
|
<td style="width: 128px; text-align: center;">
|
|
173
205
|
<img src="https://raw.githubusercontent.com/JeffreyArts/jao-icons/main/images/large/skull.svg" style="width: 128px;">
|
|
174
206
|
<br>
|
|
@@ -215,12 +247,12 @@ console.log(iconMap.small.cross)
|
|
|
215
247
|
<strong>Camera</strong>
|
|
216
248
|
</td>
|
|
217
249
|
<td style="width: 128px; text-align:center;">
|
|
218
|
-
<img src="https://raw.githubusercontent.com/JeffreyArts/jao-icons/main/images/medium/checkbox-checked.svg"
|
|
250
|
+
<img src="https://raw.githubusercontent.com/JeffreyArts/jao-icons/main/images/medium/checkbox-checked.svg" style="width: 128px;">
|
|
219
251
|
<br>
|
|
220
252
|
<strong>Checkbox checked</strong>
|
|
221
253
|
</td>
|
|
222
254
|
<td style="width: 128px; text-align:center;">
|
|
223
|
-
<img src="https://raw.githubusercontent.com/JeffreyArts/jao-icons/main/images/medium/checkbox-cross.svg"
|
|
255
|
+
<img src="https://raw.githubusercontent.com/JeffreyArts/jao-icons/main/images/medium/checkbox-cross.svg" style="width: 128px;">
|
|
224
256
|
<br>
|
|
225
257
|
<strong>Checkbox cross</strong>
|
|
226
258
|
</td>
|
|
@@ -230,7 +262,7 @@ console.log(iconMap.small.cross)
|
|
|
230
262
|
<strong>Checkbox</strong>
|
|
231
263
|
</td>
|
|
232
264
|
<td style="width: 128px; text-align:center;">
|
|
233
|
-
<img src="https://raw.githubusercontent.com/JeffreyArts/jao-icons/main/images/medium/christmas-tree.svg"
|
|
265
|
+
<img src="https://raw.githubusercontent.com/JeffreyArts/jao-icons/main/images/medium/christmas-tree.svg" style="width: 128px;">
|
|
234
266
|
<br>
|
|
235
267
|
<strong>Christmas tree</strong>
|
|
236
268
|
</td>
|
|
@@ -354,6 +386,11 @@ console.log(iconMap.small.cross)
|
|
|
354
386
|
<br>
|
|
355
387
|
<strong>Question</strong>
|
|
356
388
|
</td>
|
|
389
|
+
<td style="width: 128px; text-align:center;">
|
|
390
|
+
<img src="https://raw.githubusercontent.com/JeffreyArts/jao-icons/main/images/medium/redo.svg" style="width: 128px;">
|
|
391
|
+
<br>
|
|
392
|
+
<strong>Redo</strong>
|
|
393
|
+
</td>
|
|
357
394
|
<td style="width: 128px; text-align:center;">
|
|
358
395
|
<img src="https://raw.githubusercontent.com/JeffreyArts/jao-icons/main/images/medium/smiley.svg" style="width: 128px;">
|
|
359
396
|
<br>
|
|
@@ -364,13 +401,13 @@ console.log(iconMap.small.cross)
|
|
|
364
401
|
<br>
|
|
365
402
|
<strong>Upload</strong>
|
|
366
403
|
</td>
|
|
404
|
+
</tr>
|
|
405
|
+
<tr>
|
|
367
406
|
<td style="width: 128px; text-align:center;">
|
|
368
407
|
<img src="https://raw.githubusercontent.com/JeffreyArts/jao-icons/main/images/medium/user.svg" style="width: 128px;">
|
|
369
408
|
<br>
|
|
370
409
|
<strong>User</strong>
|
|
371
410
|
</td>
|
|
372
|
-
</tr>
|
|
373
|
-
<tr>
|
|
374
411
|
<td style="width: 128px; text-align:center;">
|
|
375
412
|
<img src="https://raw.githubusercontent.com/JeffreyArts/jao-icons/main/images/medium/terminal.svg" style="width: 128px;">
|
|
376
413
|
<br>
|