@iconify-json/humbleicons 1.1.0 → 1.1.2
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +6 -3
- package/icons.json +37 -1
- package/info.json +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
@@ -1,8 +1,11 @@
|
|
1
1
|
# Humbleicons
|
2
2
|
|
3
|
-
This package
|
3
|
+
This package contains icon data for Humbleicons icon set.
|
4
4
|
|
5
|
-
|
5
|
+
Files:
|
6
|
+
|
7
|
+
- Icon data is stored in `icons.json` in `IconifyJSON` format. See [IconifyJSON documentation](https://docs.iconify.design/types/iconify-json.html).
|
8
|
+
- Icon set information is stored in `info.json` in `IconifyInfo` format. See [IconifyInfo documentation](https://docs.iconify.design/types/iconify-info.html).
|
6
9
|
|
7
10
|
## Installation
|
8
11
|
|
@@ -12,4 +15,4 @@ npm install @iconify-json/humbleicons --save-dev
|
|
12
15
|
|
13
16
|
## Usage
|
14
17
|
|
15
|
-
|
18
|
+
Icon data can be parsed with various tools, see [Iconify documentation](https://docs.iconify.design/icons/json.html).
|
package/icons.json
CHANGED
@@ -148,6 +148,12 @@
|
|
148
148
|
"box": {
|
149
149
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m12 21l7.794-4.5v-9M12 21l-7.794-4.5v-9M12 21v-9m7.794-4.5L12 3L4.206 7.5m15.588 0L12 12M4.206 7.5L12 12\"/>"
|
150
150
|
},
|
151
|
+
"brand-github": {
|
152
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8.5 21c2-2-.5-6 3.5-6m0 0c-3 0-7-1-7-5c0-1.445.116-2.89.963-4V3L9 4.283C9.821 4.101 10.81 4 12 4s2.178.1 3 .283L18 3v2.952c.88 1.116 1 2.582 1 4.048c0 4-4 5-7 5Zm0 0c4 0 1.5 4 3.5 6M3 15c3 0 1.5 4 6 3\"/>"
|
153
|
+
},
|
154
|
+
"brand-twitter": {
|
155
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m20.5 4.5l-2 1.5M21 7h-2M3.5 18c11.5 4.5 17-7 15-11s-7-1.5-5.5 3c-3.5 0-7-1-9-3.5c-1 3.5.5 8 4 9.5c-1.065 1.352-1.795 1.703-4.5 2Z\"/>"
|
156
|
+
},
|
151
157
|
"briefcase": {
|
152
158
|
"body": "<g fill=\"none\"><path stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\" d=\"M8 8V6a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2M4 14l3.15.787a20 20 0 0 0 9.7 0L20 14\"/><path stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 10a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v8a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2v-8z\"/><circle cx=\"12\" cy=\"12\" r=\"1\" fill=\"currentColor\"/></g>"
|
153
159
|
},
|
@@ -232,6 +238,9 @@
|
|
232
238
|
"cog": {
|
233
239
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M15 12a3 3 0 1 1-6 0a3 3 0 0 1 6 0Z\"/><path d=\"M10.47 4.32c.602-1.306 2.458-1.306 3.06 0l.218.473a1.684 1.684 0 0 0 2.112.875l.49-.18c1.348-.498 2.66.814 2.162 2.163l-.18.489a1.684 1.684 0 0 0 .875 2.112l.474.218c1.305.602 1.305 2.458 0 3.06l-.474.218a1.684 1.684 0 0 0-.875 2.112l.18.49c.498 1.348-.814 2.66-2.163 2.162l-.489-.18a1.684 1.684 0 0 0-2.112.875l-.218.473c-.602 1.306-2.458 1.306-3.06 0l-.218-.473a1.684 1.684 0 0 0-2.112-.875l-.49.18c-1.348.498-2.66-.814-2.163-2.163l.181-.489a1.684 1.684 0 0 0-.875-2.112l-.474-.218c-1.305-.602-1.305-2.458 0-3.06l.474-.218a1.684 1.684 0 0 0 .875-2.112l-.18-.49c-.498-1.348.814-2.66 2.163-2.163l.489.181a1.684 1.684 0 0 0 2.112-.875l.218-.474Z\"/></g>"
|
234
240
|
},
|
241
|
+
"coins": {
|
242
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M16.5 9.09a5.502 5.502 0 0 1-1 10.91a5.5 5.5 0 0 1-4.9-3M7.5 8l1-.5v4m5.5-2a5.5 5.5 0 1 1-11 0a5.5 5.5 0 0 1 11 0Z\"/>"
|
243
|
+
},
|
235
244
|
"columns-one-two-thirds": {
|
236
245
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 4v16m-5 0h16a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H4a1 1 0 0 0-1 1v14a1 1 0 0 0 1 1z\"/>"
|
237
246
|
},
|
@@ -268,6 +277,18 @@
|
|
268
277
|
"cpu": {
|
269
278
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 3v3m6-3v3m3 3h3m-3 6h3m-6 3v3m-6-3v3m-3-6H3m3-6H3m6.5 4.5v-3a1 1 0 0 1 1-1h3a1 1 0 0 1 1 1v3a1 1 0 0 1-1 1h-3a1 1 0 0 1-1-1ZM7 18h10a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1H7a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1Z\"/>"
|
270
279
|
},
|
280
|
+
"creative-commons": {
|
281
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 10.333c-.313-.25-.703-.333-1.125-.333C7.839 10 7 10.895 7 12s.84 2 1.875 2c.422 0 .812-.082 1.125-.333m6-3.334c-.313-.25-.703-.333-1.125-.333c-1.036 0-1.875.895-1.875 2s.84 2 1.875 2c.422 0 .812-.082 1.125-.333M21 12a9 9 0 1 1-18 0a9 9 0 0 1 18 0Z\"/>"
|
282
|
+
},
|
283
|
+
"creative-commons-by": {
|
284
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M12.5 10.5V18h-1v-7.5m1 0h-1m1 0H14v3m-2.5-3H10v3M21 12a9 9 0 1 1-18 0a9 9 0 0 1 18 0Zm-8-5a1 1 0 1 1-2 0a1 1 0 0 1 2 0Z\"/>"
|
285
|
+
},
|
286
|
+
"creative-commons-nd": {
|
287
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 10.5h6m-6 3h6m6-1.5a9 9 0 1 1-18 0a9 9 0 0 1 18 0Z\"/>"
|
288
|
+
},
|
289
|
+
"creative-commons-sa": {
|
290
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8 12a4 4 0 1 1 1.354 3M8 12l2.5-1M8 12l-1.5-2M21 12a9 9 0 1 1-18 0a9 9 0 0 1 18 0Z\"/>"
|
291
|
+
},
|
271
292
|
"credit-card": {
|
272
293
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 10V8a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v2M4 10h16M4 10v6a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-6M7 15h5\"/>"
|
273
294
|
},
|
@@ -361,6 +382,9 @@
|
|
361
382
|
"flag": {
|
362
383
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-width=\"2\"><path d=\"M6 5v15\"/><path stroke-linejoin=\"round\" d=\"M13 5.5V4H7a1 1 0 0 0-1 1v8h7v1.5h7v-9h-7zm0 0v3\"/></g>"
|
363
384
|
},
|
385
|
+
"flash": {
|
386
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m12 3l-3 8l6.5-1L12 21m0 0l3.5-2.5M12 21l-1.5-4\"/>"
|
387
|
+
},
|
364
388
|
"flask": {
|
365
389
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path stroke-linejoin=\"round\" d=\"M9.5 10V4h5v6l4.743 5.174A2.88 2.88 0 0 1 17.12 20H6.88a2.88 2.88 0 0 1-2.123-4.826L9.5 10z\"/><path stroke-linecap=\"round\" d=\"M8.5 4h7\"/><path d=\"M6 14c3.5 2 4 0 6 0s2.5 2 6 0\"/></g>"
|
366
390
|
},
|
@@ -466,6 +490,9 @@
|
|
466
490
|
"mobile": {
|
467
491
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 17h4m3-12v14a1 1 0 0 1-1 1H8a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h8a1 1 0 0 1 1 1z\"/>"
|
468
492
|
},
|
493
|
+
"money": {
|
494
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M5 8H3v10h18V8h-1.5m-4-1a3 3 0 1 1-4 4.258M13 6a3 3 0 1 1-6 0a3 3 0 0 1 6 0Z\"/>"
|
495
|
+
},
|
469
496
|
"moon": {
|
470
497
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M20 14.12A7.78 7.78 0 0 1 9.88 4a7.782 7.782 0 0 0 2.9 15A7.782 7.782 0 0 0 20 14.12z\"/>"
|
471
498
|
},
|
@@ -478,6 +505,9 @@
|
|
478
505
|
"navigation": {
|
479
506
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m5 11l14-6l-6 14l-2-6l-6-2Z\"/>"
|
480
507
|
},
|
508
|
+
"package": {
|
509
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"m4 8l8 4M4 8v8l8 4M4 8l4-2m4 6l4-2m-4 2v8m8-12l-8-4l-4 2m12 2v8l-8 4m8-12l-4 2m0 0L8 6\"/>"
|
510
|
+
},
|
481
511
|
"pause": {
|
482
512
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M6 6h4v12H6V6Zm8 0h4v12h-4V6Z\"/>"
|
483
513
|
},
|
@@ -643,6 +673,12 @@
|
|
643
673
|
"verified": {
|
644
674
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M8.5 12.5L11 15l4.5-4.5m-.595-5.512l-.48-.659a3 3 0 0 0-4.85 0l-.48.659l-.804-.127a3 3 0 0 0-3.43 3.43l.127.804l-.659.48a3 3 0 0 0 0 4.85l.659.48l-.127.804a3 3 0 0 0 3.43 3.43l.804-.127l.48.659a3 3 0 0 0 4.85 0l.48-.659l.804.127a3 3 0 0 0 3.43-3.43l-.127-.804l.659-.48a3 3 0 0 0 0-4.85l-.659-.48l.127-.804a3 3 0 0 0-3.43-3.43l-.804.127z\"/>"
|
645
675
|
},
|
676
|
+
"view-grid": {
|
677
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 10.5V4h6v6.5H4Zm10 0V4h6v6.5h-6Zm-10 10V14h6v6.5H4Zm10 0V14h6v6.5h-6Z\"/>"
|
678
|
+
},
|
679
|
+
"view-list": {
|
680
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 6h16M4 10h16M4 14h16M4 18h16\"/>"
|
681
|
+
},
|
646
682
|
"volume": {
|
647
683
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 9H7v6h3l5 4V5l-5 4z\"/>"
|
648
684
|
},
|
@@ -671,7 +707,7 @@
|
|
671
707
|
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M16 10a6 6 0 1 1-12 0a6 6 0 0 1 12 0Z\"/><path stroke-linecap=\"round\" d=\"m20 20l-5-5m-7.5-5h5\"/></g>"
|
672
708
|
}
|
673
709
|
},
|
674
|
-
"lastModified":
|
710
|
+
"lastModified": 1666332376,
|
675
711
|
"width": 24,
|
676
712
|
"height": 24
|
677
713
|
}
|
package/info.json
CHANGED
package/package.json
CHANGED
@@ -1,8 +1,8 @@
|
|
1
1
|
{
|
2
2
|
"name": "@iconify-json/humbleicons",
|
3
3
|
"description": "Humbleicons icon set in Iconify JSON format",
|
4
|
-
"version": "1.1.
|
5
|
-
"iconSetVersion": "1.
|
4
|
+
"version": "1.1.2",
|
5
|
+
"iconSetVersion": "1.9.0",
|
6
6
|
"main": "index.js",
|
7
7
|
"module": "index.mjs",
|
8
8
|
"types": "index.d.ts",
|