@iconify-json/humbleicons 1.1.0 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +1 -1
- package/icons.json +13 -1
- package/info.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
package/icons.json
CHANGED
@@ -361,6 +361,9 @@
|
|
361
361
|
"flag": {
|
362
362
|
"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
363
|
},
|
364
|
+
"flash": {
|
365
|
+
"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\"/>"
|
366
|
+
},
|
364
367
|
"flask": {
|
365
368
|
"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
369
|
},
|
@@ -478,6 +481,9 @@
|
|
478
481
|
"navigation": {
|
479
482
|
"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
483
|
},
|
484
|
+
"package": {
|
485
|
+
"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\"/>"
|
486
|
+
},
|
481
487
|
"pause": {
|
482
488
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M6 6h4v12H6V6Zm8 0h4v12h-4V6Z\"/>"
|
483
489
|
},
|
@@ -643,6 +649,12 @@
|
|
643
649
|
"verified": {
|
644
650
|
"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
651
|
},
|
652
|
+
"view-grid": {
|
653
|
+
"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\"/>"
|
654
|
+
},
|
655
|
+
"view-list": {
|
656
|
+
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 6h16M4 10h16M4 14h16M4 18h16\"/>"
|
657
|
+
},
|
646
658
|
"volume": {
|
647
659
|
"body": "<path fill=\"none\" stroke=\"currentColor\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M10 9H7v6h3l5 4V5l-5 4z\"/>"
|
648
660
|
},
|
@@ -671,7 +683,7 @@
|
|
671
683
|
"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
684
|
}
|
673
685
|
},
|
674
|
-
"lastModified":
|
686
|
+
"lastModified": 1658727015,
|
675
687
|
"width": 24,
|
676
688
|
"height": 24
|
677
689
|
}
|
package/info.json
CHANGED