mirror of
https://github.com/iconify/collections-json.git
synced 2024-12-23 03:18:57 +00:00
Update Bytesize Icons
This commit is contained in:
parent
03f313924a
commit
5d982dcc7f
@ -450,7 +450,7 @@
|
||||
},
|
||||
"bytesize": {
|
||||
"name": "Bytesize Icons",
|
||||
"total": 96,
|
||||
"total": 99,
|
||||
"author": "Dan Klammer",
|
||||
"url": "https://github.com/danklammer/bytesize-icons",
|
||||
"license": "MIT",
|
||||
|
@ -261,7 +261,7 @@
|
||||
|
||||
|
||||
### Bytesize Icons
|
||||
* Number of icons: 96
|
||||
* Number of icons: 99
|
||||
* Author: Dan Klammer
|
||||
* URL: https://github.com/danklammer/bytesize-icons
|
||||
* License: MIT
|
||||
|
@ -2,7 +2,7 @@
|
||||
"name": "iconify/json",
|
||||
"description": "Iconify icons collection in JSON format",
|
||||
"type": "library",
|
||||
"version": "1.0.83",
|
||||
"version": "1.0.84",
|
||||
"license": "MIT",
|
||||
"homepage": "https://iconify.design/icon-sets/",
|
||||
"autoload": {
|
||||
|
@ -292,6 +292,15 @@
|
||||
},
|
||||
"work": {
|
||||
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><path d=\"M30 8H2v18h28zM20 8s0-4-4-4-4 4-4 4M8 26V8m16 18V8\"/></g>"
|
||||
},
|
||||
"zoom-in": {
|
||||
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"14\" cy=\"14\" r=\"12\"/><path d=\"M23 23l7 7\"/><path d=\"M14 10v8m-4-4h8\"/></g>"
|
||||
},
|
||||
"zoom-out": {
|
||||
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"14\" cy=\"14\" r=\"12\"/><path d=\"M23 23l7 7\"/><path d=\"M10 14h8\"/></g>"
|
||||
},
|
||||
"zoom-reset": {
|
||||
"body": "<g fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\"><circle cx=\"14\" cy=\"14\" r=\"12\"/><path d=\"M23 23l7 7\"/><path d=\"M9 12V9h3m4 0h3v3M9 16v3h3m7-3v3h-3\"/></g>"
|
||||
}
|
||||
},
|
||||
"width": 32,
|
||||
|
@ -2,7 +2,7 @@
|
||||
"name": "@iconify/json",
|
||||
"description": "Iconify icons collection in JSON format",
|
||||
"license": "MIT",
|
||||
"version": "1.0.83",
|
||||
"version": "1.0.84",
|
||||
"homepage": "https://iconify.design/icon-sets/",
|
||||
"main": "lib/finder.js",
|
||||
"bugs": "https://github.com/iconify-design/collections-json/issues",
|
||||
|
Loading…
Reference in New Issue
Block a user