2
0
mirror of https://github.com/iconify/collections-json.git synced 2025-02-08 15:08:24 +00:00

Update Carbon, Material Line Icons, Material Design Icons, OpenMoji

This commit is contained in:
Vjacheslav Trushkin 2020-11-05 09:27:03 +02:00
parent a9976fb588
commit 9f4f611cc4
8 changed files with 940 additions and 90 deletions

View File

@ -197,7 +197,7 @@
}, },
"carbon": { "carbon": {
"name": "Carbon", "name": "Carbon",
"total": 1270, "total": 1463,
"author": "IBM", "author": "IBM",
"url": "https://github.com/carbon-design-system/carbon/tree/master/packages/icons", "url": "https://github.com/carbon-design-system/carbon/tree/master/packages/icons",
"license": "Apache 2.0", "license": "Apache 2.0",
@ -537,7 +537,7 @@
}, },
"line-md": { "line-md": {
"name": "Material Line Icons", "name": "Material Line Icons",
"total": 243, "total": 250,
"author": "Vjacheslav Trushkin", "author": "Vjacheslav Trushkin",
"url": "https://github.com/cyberalien/line-md", "url": "https://github.com/cyberalien/line-md",
"license": "MIT", "license": "MIT",
@ -548,7 +548,7 @@
"edit-twotone", "edit-twotone",
"image-twotone" "image-twotone"
], ],
"version": "0.0.3", "version": "0.0.4",
"palette": "Colorless", "palette": "Colorless",
"category": "General" "category": "General"
}, },
@ -1177,7 +1177,7 @@
}, },
"openmoji": { "openmoji": {
"name": "OpenMoji", "name": "OpenMoji",
"total": 3646, "total": 3654,
"author": "OpenMoji", "author": "OpenMoji",
"url": "https://github.com/hfg-gmuend/openmoji", "url": "https://github.com/hfg-gmuend/openmoji",
"license": "CC BY-SA 4.0", "license": "CC BY-SA 4.0",

View File

@ -114,7 +114,7 @@
### Carbon ### Carbon
* Number of icons: 1270 * Number of icons: 1463
* Author: IBM * Author: IBM
* URL: https://github.com/carbon-design-system/carbon/tree/master/packages/icons * URL: https://github.com/carbon-design-system/carbon/tree/master/packages/icons
* License: Apache 2.0 * License: Apache 2.0
@ -306,12 +306,12 @@
### Material Line Icons ### Material Line Icons
* Number of icons: 243 * Number of icons: 250
* Author: Vjacheslav Trushkin * Author: Vjacheslav Trushkin
* URL: https://github.com/cyberalien/line-md * URL: https://github.com/cyberalien/line-md
* License: MIT * License: MIT
* License URL: https://github.com/cyberalien/line-md/blob/master/license.txt * License URL: https://github.com/cyberalien/line-md/blob/master/license.txt
* Version: 0.0.3 * Version: 0.0.4
* Palette: Colorless * Palette: Colorless
@ -678,7 +678,7 @@
### OpenMoji ### OpenMoji
* Number of icons: 3646 * Number of icons: 3654
* Author: OpenMoji * Author: OpenMoji
* URL: https://github.com/hfg-gmuend/openmoji * URL: https://github.com/hfg-gmuend/openmoji
* License: CC BY-SA 4.0 * License: CC BY-SA 4.0

View File

@ -2,7 +2,7 @@
"name": "iconify/json", "name": "iconify/json",
"description": "Iconify icons collection in JSON format", "description": "Iconify icons collection in JSON format",
"type": "library", "type": "library",
"version": "1.1.251", "version": "1.1.252",
"license": "MIT", "license": "MIT",
"homepage": "https://iconify.design/icon-sets/", "homepage": "https://iconify.design/icon-sets/",
"autoload": { "autoload": {

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@
"prefix": "line-md", "prefix": "line-md",
"info": { "info": {
"name": "Material Line Icons", "name": "Material Line Icons",
"total": 243, "total": 250,
"author": { "author": {
"name": "Vjacheslav Trushkin", "name": "Vjacheslav Trushkin",
"url": "https://github.com/cyberalien/line-md" "url": "https://github.com/cyberalien/line-md"
@ -12,7 +12,7 @@
"spdx": "MIT", "spdx": "MIT",
"url": "https://github.com/cyberalien/line-md/blob/master/license.txt" "url": "https://github.com/cyberalien/line-md/blob/master/license.txt"
}, },
"version": "0.0.3", "version": "0.0.4",
"samples": [ "samples": [
"home", "home",
"edit-twotone", "edit-twotone",
@ -110,6 +110,15 @@
"cancel-twotone": { "cancel-twotone": {
"body": "<g fill=\"none\"><circle cx=\"12\" cy=\"12\" r=\"9\" fill=\"currentColor\" fill-opacity=\".3\" class=\"il-md-fill il-md-duration-0 il-md-delay-7\"/><path d=\"M5.636 5.636a9 9 0 1 1 12.728 12.728A9 9 0 0 1 5.636 5.636z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-70 il-md-duration-4 il-md-delay-0\"/><path d=\"M6 6l12 12\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-5\"/></g>" "body": "<g fill=\"none\"><circle cx=\"12\" cy=\"12\" r=\"9\" fill=\"currentColor\" fill-opacity=\".3\" class=\"il-md-fill il-md-duration-0 il-md-delay-7\"/><path d=\"M5.636 5.636a9 9 0 1 1 12.728 12.728A9 9 0 0 1 5.636 5.636z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-70 il-md-duration-4 il-md-delay-0\"/><path d=\"M6 6l12 12\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-5\"/></g>"
}, },
"check-list-3": {
"body": "<g fill=\"none\"><path d=\"M3 5l2 2l4-4\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-0\"/><path d=\"M13 3.5h6a1.5 1.5 0 0 1 0 3h-6a1.5 1.5 0 0 1 0-3z\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-0\"/><path d=\"M3 12l2 2l4-4\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-2\"/><rect x=\"11.5\" y=\"10.5\" width=\"9\" height=\"3\" rx=\"1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-2\"/><path d=\"M3 19l2 2l4-4\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-4\"/><rect x=\"11.5\" y=\"17.5\" width=\"9\" height=\"3\" rx=\"1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-4\"/></g>"
},
"check-list-3-solid": {
"body": "<g fill=\"none\"><rect x=\"12\" y=\"4\" width=\"8\" height=\"2\" rx=\"1\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-6\"/><rect x=\"12\" y=\"11\" width=\"8\" height=\"2\" rx=\"1\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-9\"/><rect x=\"12\" y=\"18\" width=\"8\" height=\"2\" rx=\"1\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-12\"/><path d=\"M3 5l2 2l4-4\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-0\"/><path d=\"M13 3.5h6a1.5 1.5 0 0 1 0 3h-6a1.5 1.5 0 0 1 0-3z\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-0\"/><path d=\"M3 12l2 2l4-4\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-2\"/><rect x=\"11.5\" y=\"10.5\" width=\"9\" height=\"3\" rx=\"1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-2\"/><path d=\"M3 19l2 2l4-4\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-4\"/><rect x=\"11.5\" y=\"17.5\" width=\"9\" height=\"3\" rx=\"1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-4\"/></g>"
},
"check-list-3-twotone": {
"body": "<g fill=\"none\"><rect x=\"12\" y=\"4\" width=\"8\" height=\"2\" rx=\"1\" fill=\"currentColor\" fill-opacity=\".3\" class=\"il-md-fill il-md-duration-0 il-md-delay-6\"/><rect x=\"12\" y=\"11\" width=\"8\" height=\"2\" rx=\"1\" fill=\"currentColor\" fill-opacity=\".3\" class=\"il-md-fill il-md-duration-0 il-md-delay-7\"/><rect x=\"12\" y=\"18\" width=\"8\" height=\"2\" rx=\"1\" fill=\"currentColor\" fill-opacity=\".3\" class=\"il-md-fill il-md-duration-0 il-md-delay-8\"/><path d=\"M3 5l2 2l4-4\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-0\"/><path d=\"M13 3.5h6a1.5 1.5 0 0 1 0 3h-6a1.5 1.5 0 0 1 0-3z\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-0\"/><path d=\"M3 12l2 2l4-4\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-2\"/><rect x=\"11.5\" y=\"10.5\" width=\"9\" height=\"3\" rx=\"1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-2\"/><path d=\"M3 19l2 2l4-4\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-4\"/><rect x=\"11.5\" y=\"17.5\" width=\"9\" height=\"3\" rx=\"1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-4\"/></g>"
},
"chevron-double-left": { "chevron-double-left": {
"body": "<g fill=\"none\"><path d=\"M11 12l7-7\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-2\"/><path d=\"M11 12l7 7\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-2\"/><path d=\"M5 12l7-7\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-0\"/><path d=\"M5 12l7 7\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-0\"/></g>" "body": "<g fill=\"none\"><path d=\"M11 12l7-7\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-2\"/><path d=\"M11 12l7 7\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-2\"/><path d=\"M5 12l7-7\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-0\"/><path d=\"M5 12l7 7\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-0\"/></g>"
}, },
@ -447,7 +456,7 @@
"body": "<g fill=\"none\"><circle cx=\"5\" cy=\"5\" r=\"1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-0\"/><rect x=\"9.5\" y=\"3.5\" width=\"11\" height=\"3\" rx=\"1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-40 il-md-duration-3 il-md-delay-0\"/><circle cx=\"5\" cy=\"12\" r=\"1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-3\"/><rect x=\"9.5\" y=\"10.5\" width=\"11\" height=\"3\" rx=\"1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-40 il-md-duration-3 il-md-delay-3\"/><circle cx=\"5\" cy=\"19\" r=\"1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-6\"/><rect x=\"9.5\" y=\"17.5\" width=\"11\" height=\"3\" rx=\"1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-40 il-md-duration-3 il-md-delay-6\"/></g>" "body": "<g fill=\"none\"><circle cx=\"5\" cy=\"5\" r=\"1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-0\"/><rect x=\"9.5\" y=\"3.5\" width=\"11\" height=\"3\" rx=\"1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-40 il-md-duration-3 il-md-delay-0\"/><circle cx=\"5\" cy=\"12\" r=\"1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-3\"/><rect x=\"9.5\" y=\"10.5\" width=\"11\" height=\"3\" rx=\"1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-40 il-md-duration-3 il-md-delay-3\"/><circle cx=\"5\" cy=\"19\" r=\"1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-6\"/><rect x=\"9.5\" y=\"17.5\" width=\"11\" height=\"3\" rx=\"1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-40 il-md-duration-3 il-md-delay-6\"/></g>"
}, },
"list-3-solid": { "list-3-solid": {
"body": "<g fill=\"none\"><circle cx=\"5\" cy=\"5\" r=\"2\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-0\"/><rect x=\"9\" y=\"3\" width=\"12\" height=\"4\" rx=\"2\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-0\"/><circle cx=\"5\" cy=\"12\" r=\"2\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-3\"/><rect x=\"9\" y=\"10\" width=\"12\" height=\"4\" rx=\"2\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-3\"/><circle cx=\"5\" cy=\"19\" r=\"2\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-6\"/><rect x=\"9\" y=\"17\" width=\"12\" height=\"4\" rx=\"2\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-6\"/></g>" "body": "<g fill=\"none\"><circle cx=\"5\" cy=\"5\" r=\"1\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-9\"/><rect x=\"10\" y=\"4\" width=\"10\" height=\"2\" rx=\"1\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-9\"/><circle cx=\"5\" cy=\"12\" r=\"1\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-12\"/><rect x=\"10\" y=\"11\" width=\"10\" height=\"2\" rx=\"1\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-12\"/><circle cx=\"5\" cy=\"19\" r=\"1\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-15\"/><rect x=\"10\" y=\"18\" width=\"10\" height=\"2\" rx=\"1\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-15\"/><circle cx=\"5\" cy=\"5\" r=\"1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-0\"/><rect x=\"9.5\" y=\"3.5\" width=\"11\" height=\"3\" rx=\"1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-40 il-md-duration-3 il-md-delay-0\"/><circle cx=\"5\" cy=\"12\" r=\"1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-3\"/><rect x=\"9.5\" y=\"10.5\" width=\"11\" height=\"3\" rx=\"1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-40 il-md-duration-3 il-md-delay-3\"/><circle cx=\"5\" cy=\"19\" r=\"1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-6\"/><rect x=\"9.5\" y=\"17.5\" width=\"11\" height=\"3\" rx=\"1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-40 il-md-duration-3 il-md-delay-6\"/></g>"
}, },
"list-3-twotone": { "list-3-twotone": {
"body": "<g fill=\"none\"><circle cx=\"5\" cy=\"5\" r=\"1\" fill=\"currentColor\" fill-opacity=\".3\" class=\"il-md-fill il-md-duration-0 il-md-delay-9\"/><rect x=\"10\" y=\"4\" width=\"10\" height=\"2\" rx=\"1\" fill=\"currentColor\" fill-opacity=\".3\" class=\"il-md-fill il-md-duration-0 il-md-delay-9\"/><circle cx=\"5\" cy=\"12\" r=\"1\" fill=\"currentColor\" fill-opacity=\".3\" class=\"il-md-fill il-md-duration-0 il-md-delay-10\"/><rect x=\"10\" y=\"11\" width=\"10\" height=\"2\" rx=\"1\" fill=\"currentColor\" fill-opacity=\".3\" class=\"il-md-fill il-md-duration-0 il-md-delay-10\"/><circle cx=\"5\" cy=\"19\" r=\"1\" fill=\"currentColor\" fill-opacity=\".3\" class=\"il-md-fill il-md-duration-0 il-md-delay-11\"/><rect x=\"10\" y=\"18\" width=\"10\" height=\"2\" rx=\"1\" fill=\"currentColor\" fill-opacity=\".3\" class=\"il-md-fill il-md-duration-0 il-md-delay-11\"/><circle cx=\"5\" cy=\"5\" r=\"1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-0\"/><rect x=\"9.5\" y=\"3.5\" width=\"11\" height=\"3\" rx=\"1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-40 il-md-duration-3 il-md-delay-0\"/><circle cx=\"5\" cy=\"12\" r=\"1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-3\"/><rect x=\"9.5\" y=\"10.5\" width=\"11\" height=\"3\" rx=\"1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-40 il-md-duration-3 il-md-delay-3\"/><circle cx=\"5\" cy=\"19\" r=\"1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-6\"/><rect x=\"9.5\" y=\"17.5\" width=\"11\" height=\"3\" rx=\"1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-40 il-md-duration-3 il-md-delay-6\"/></g>" "body": "<g fill=\"none\"><circle cx=\"5\" cy=\"5\" r=\"1\" fill=\"currentColor\" fill-opacity=\".3\" class=\"il-md-fill il-md-duration-0 il-md-delay-9\"/><rect x=\"10\" y=\"4\" width=\"10\" height=\"2\" rx=\"1\" fill=\"currentColor\" fill-opacity=\".3\" class=\"il-md-fill il-md-duration-0 il-md-delay-9\"/><circle cx=\"5\" cy=\"12\" r=\"1\" fill=\"currentColor\" fill-opacity=\".3\" class=\"il-md-fill il-md-duration-0 il-md-delay-10\"/><rect x=\"10\" y=\"11\" width=\"10\" height=\"2\" rx=\"1\" fill=\"currentColor\" fill-opacity=\".3\" class=\"il-md-fill il-md-duration-0 il-md-delay-10\"/><circle cx=\"5\" cy=\"19\" r=\"1\" fill=\"currentColor\" fill-opacity=\".3\" class=\"il-md-fill il-md-duration-0 il-md-delay-11\"/><rect x=\"10\" y=\"18\" width=\"10\" height=\"2\" rx=\"1\" fill=\"currentColor\" fill-opacity=\".3\" class=\"il-md-fill il-md-duration-0 il-md-delay-11\"/><circle cx=\"5\" cy=\"5\" r=\"1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-0\"/><rect x=\"9.5\" y=\"3.5\" width=\"11\" height=\"3\" rx=\"1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-40 il-md-duration-3 il-md-delay-0\"/><circle cx=\"5\" cy=\"12\" r=\"1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-3\"/><rect x=\"9.5\" y=\"10.5\" width=\"11\" height=\"3\" rx=\"1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-40 il-md-duration-3 il-md-delay-3\"/><circle cx=\"5\" cy=\"19\" r=\"1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-6\"/><rect x=\"9.5\" y=\"17.5\" width=\"11\" height=\"3\" rx=\"1.5\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-40 il-md-duration-3 il-md-delay-6\"/></g>"
@ -572,14 +581,26 @@
"valign-baseline": { "valign-baseline": {
"body": "<g fill=\"none\"><path d=\"M2.5 18.5h19\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-0\"/><path d=\"M2.5 11.5h19\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-0\"/><path d=\"M12.75 6H18v12H6V6h6.75z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-70 il-md-duration-4 il-md-delay-2\"/></g>" "body": "<g fill=\"none\"><path d=\"M2.5 18.5h19\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-0\"/><path d=\"M2.5 11.5h19\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-0\"/><path d=\"M12.75 6H18v12H6V6h6.75z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-70 il-md-duration-4 il-md-delay-2\"/></g>"
}, },
"valign-baseline-twotone": {
"body": "<g fill=\"none\"><path fill=\"currentColor\" fill-opacity=\".3\" class=\"il-md-fill il-md-duration-0 il-md-delay-6\" d=\"M7 7h10v10H7z\"/><path d=\"M2.5 18.5h19\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-0\"/><path d=\"M2.5 11.5h19\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-0\"/><path d=\"M12.75 6H18v12H6V6h6.75z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-70 il-md-duration-4 il-md-delay-2\"/></g>"
},
"valign-bottom": { "valign-bottom": {
"body": "<g fill=\"none\"><path d=\"M2.5 15.5h19\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-0\"/><path d=\"M2.5 8.5h19\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-0\"/><path d=\"M12.75 9H18v12H6V9h6.75z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-70 il-md-duration-4 il-md-delay-2\"/></g>" "body": "<g fill=\"none\"><path d=\"M2.5 15.5h19\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-0\"/><path d=\"M2.5 8.5h19\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-0\"/><path d=\"M12.75 9H18v12H6V9h6.75z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-70 il-md-duration-4 il-md-delay-2\"/></g>"
}, },
"valign-bottom-twotone": {
"body": "<g fill=\"none\"><path fill=\"currentColor\" fill-opacity=\".3\" class=\"il-md-fill il-md-duration-0 il-md-delay-6\" d=\"M7 10h10v10H7z\"/><path d=\"M2.5 15.5h19\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-0\"/><path d=\"M2.5 8.5h19\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-0\"/><path d=\"M12.75 9H18v12H6V9h6.75z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-70 il-md-duration-4 il-md-delay-2\"/></g>"
},
"valign-middle": { "valign-middle": {
"body": "<g fill=\"none\"><path d=\"M2.5 15.5h19\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-0\"/><path d=\"M2.5 8.5h19\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-0\"/><path d=\"M12.75 6H18v12H6V6h6.75z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-70 il-md-duration-4 il-md-delay-2\"/></g>" "body": "<g fill=\"none\"><path d=\"M2.5 15.5h19\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-0\"/><path d=\"M2.5 8.5h19\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-0\"/><path d=\"M12.75 6H18v12H6V6h6.75z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-70 il-md-duration-4 il-md-delay-2\"/></g>"
}, },
"valign-middle-twotone": {
"body": "<g fill=\"none\"><path fill=\"currentColor\" fill-opacity=\".3\" class=\"il-md-fill il-md-duration-0 il-md-delay-6\" d=\"M7 7h10v10H7z\"/><path d=\"M2.5 15.5h19\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-0\"/><path d=\"M2.5 8.5h19\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-0\"/><path d=\"M12.75 6H18v12H6V6h6.75z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-70 il-md-duration-4 il-md-delay-2\"/></g>"
},
"valign-top": { "valign-top": {
"body": "<g fill=\"none\"><path d=\"M2.5 15.5h19\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-0\"/><path d=\"M2.5 8.5h19\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-0\"/><path d=\"M12.75 3H18v12H6V3h6.75z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-70 il-md-duration-4 il-md-delay-2\"/></g>" "body": "<g fill=\"none\"><path d=\"M2.5 15.5h19\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-0\"/><path d=\"M2.5 8.5h19\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-0\"/><path d=\"M12.75 3H18v12H6V3h6.75z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-70 il-md-duration-4 il-md-delay-2\"/></g>"
},
"valign-top-twotone": {
"body": "<g fill=\"none\"><path fill=\"currentColor\" fill-opacity=\".3\" class=\"il-md-fill il-md-duration-0 il-md-delay-6\" d=\"M7 4h10v10H7z\"/><path d=\"M2.5 15.5h19\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-0\"/><path d=\"M2.5 8.5h19\" stroke=\"currentColor\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-0\"/><path d=\"M12.75 3H18v12H6V3h6.75z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-70 il-md-duration-4 il-md-delay-2\"/></g>"
} }
}, },
"aliases": { "aliases": {
@ -875,6 +896,9 @@
"align-left", "align-left",
"arrow-align-center", "arrow-align-center",
"arrow-align-left", "arrow-align-left",
"check-list-3",
"check-list-3-solid",
"check-list-3-twotone",
"clipboard", "clipboard",
"clipboard-arrow", "clipboard-arrow",
"clipboard-arrow-twotone", "clipboard-arrow-twotone",
@ -928,9 +952,13 @@
"rotate-270", "rotate-270",
"rotate-90", "rotate-90",
"valign-baseline", "valign-baseline",
"valign-baseline-twotone",
"valign-bottom", "valign-bottom",
"valign-bottom-twotone",
"valign-middle", "valign-middle",
"valign-top" "valign-middle-twotone",
"valign-top",
"valign-top-twotone"
], ],
"Emoji": [ "Emoji": [
"emoji-angry", "emoji-angry",

View File

@ -18582,7 +18582,7 @@
"parent": "alarm-multiple" "parent": "alarm-multiple"
}, },
"alcohol": { "alcohol": {
"parent": "glass-wine" "parent": "glass-tulip"
}, },
"align-horizontal-centre": { "align-horizontal-centre": {
"parent": "align-horizontal-center" "parent": "align-horizontal-center"
@ -19116,7 +19116,7 @@
"parent": "boom-gate-up-outline" "parent": "boom-gate-up-outline"
}, },
"arrow": { "arrow": {
"parent": "undo" "parent": "undo-variant"
}, },
"arrow-back": { "arrow-back": {
"parent": "arrow-left" "parent": "arrow-left"
@ -19377,7 +19377,7 @@
"parent": "paperclip" "parent": "paperclip"
}, },
"audio": { "audio": {
"parent": "volume-low" "parent": "volume-high"
}, },
"audio-book": { "audio-book": {
"parent": "book-music" "parent": "book-music"
@ -19446,7 +19446,7 @@
"parent": "seal" "parent": "seal"
}, },
"awning": { "awning": {
"parent": "storefront-outline" "parent": "storefront"
}, },
"azure": { "azure": {
"parent": "microsoft-azure" "parent": "microsoft-azure"
@ -19485,7 +19485,7 @@
"parent": "human-female-dance" "parent": "human-female-dance"
}, },
"ban": { "ban": {
"parent": "file-cancel" "parent": "file-cancel-outline"
}, },
"band-aid": { "band-aid": {
"parent": "bandage" "parent": "bandage"
@ -19497,7 +19497,7 @@
"parent": "bank-plus" "parent": "bank-plus"
}, },
"bar": { "bar": {
"parent": "glass-wine" "parent": "glass-tulip"
}, },
"bar-chart": { "bar-chart": {
"parent": "poll" "parent": "poll"
@ -19611,7 +19611,7 @@
"parent": "grill-outline" "parent": "grill-outline"
}, },
"beacon": { "beacon": {
"parent": "lighthouse" "parent": "lighthouse-on"
}, },
"beats-per-minute": { "beats-per-minute": {
"parent": "metronome" "parent": "metronome"
@ -19686,7 +19686,7 @@
"parent": "text-account" "parent": "text-account"
}, },
"birthday-cake": { "birthday-cake": {
"parent": "cake-layered" "parent": "cake"
}, },
"biscuit": { "biscuit": {
"parent": "cookie" "parent": "cookie"
@ -20738,6 +20738,12 @@
"clapperboard": { "clapperboard": {
"parent": "movie" "parent": "movie"
}, },
"clapperboard-edit": {
"parent": "movie-edit"
},
"clapperboard-edit-outline": {
"parent": "movie-edit-outline"
},
"clapperboard-open": { "clapperboard-open": {
"parent": "movie-open" "parent": "movie-open"
}, },
@ -20907,7 +20913,7 @@
"parent": "spider-web" "parent": "spider-web"
}, },
"cocktail": { "cocktail": {
"parent": "glass-wine" "parent": "glass-tulip"
}, },
"cod": { "cod": {
"parent": "credit-card-marker-outline" "parent": "credit-card-marker-outline"
@ -21159,7 +21165,7 @@
"parent": "cookie-settings-outline" "parent": "cookie-settings-outline"
}, },
"couch": { "couch": {
"parent": "sofa" "parent": "sofa-single"
}, },
"couch-outline": { "couch-outline": {
"parent": "sofa-single-outline" "parent": "sofa-single-outline"
@ -21393,16 +21399,16 @@
"parent": "cancel" "parent": "cancel"
}, },
"dentist": { "dentist": {
"parent": "toothbrush" "parent": "toothbrush-paste"
}, },
"departure-board": { "departure-board": {
"parent": "bus-clock" "parent": "bus-clock"
}, },
"dependencies": { "dependencies": {
"parent": "graph" "parent": "graph-outline"
}, },
"dependency": { "dependency": {
"parent": "graph" "parent": "graph-outline"
}, },
"design": { "design": {
"parent": "pencil-ruler" "parent": "pencil-ruler"
@ -21612,7 +21618,7 @@
"parent": "email-open" "parent": "email-open"
}, },
"drink": { "drink": {
"parent": "glass-wine" "parent": "glass-tulip"
}, },
"drink-ice": { "drink-ice": {
"parent": "delete-variant" "parent": "delete-variant"
@ -22472,6 +22478,12 @@
"filing-cabinet": { "filing-cabinet": {
"parent": "file-cabinet" "parent": "file-cabinet"
}, },
"film-edit": {
"parent": "movie-edit"
},
"film-edit-outline": {
"parent": "movie-edit-outline"
},
"film-open": { "film-open": {
"parent": "movie-open" "parent": "movie-open"
}, },
@ -22737,7 +22749,7 @@
"parent": "shoe-print" "parent": "shoe-print"
}, },
"forbid": { "forbid": {
"parent": "file-cancel" "parent": "file-cancel-outline"
}, },
"foreign-key": { "foreign-key": {
"parent": "key-link" "parent": "key-link"
@ -23064,7 +23076,7 @@
"parent": "crosshairs-question" "parent": "crosshairs-question"
}, },
"gpu": { "gpu": {
"parent": "expansion-card-variant" "parent": "expansion-card"
}, },
"grade": { "grade": {
"parent": "star" "parent": "star"
@ -23079,7 +23091,7 @@
"parent": "barley-off" "parent": "barley-off"
}, },
"graphics-processing-unit": { "graphics-processing-unit": {
"parent": "expansion-card-variant" "parent": "expansion-card"
}, },
"graveyard": { "graveyard": {
"parent": "grave-stone" "parent": "grave-stone"
@ -23157,7 +23169,7 @@
"parent": "pound-box-outline" "parent": "pound-box-outline"
}, },
"hd": { "hd": {
"parent": "high-definition" "parent": "high-definition-box"
}, },
"hd-box": { "hd-box": {
"parent": "high-definition-box" "parent": "high-definition-box"
@ -25386,7 +25398,7 @@
"parent": "wifi-star" "parent": "wifi-star"
}, },
"network-interface-card": { "network-interface-card": {
"parent": "expansion-card-variant" "parent": "expansion-card"
}, },
"network-router": { "network-router": {
"parent": "router-network" "parent": "router-network"
@ -26031,7 +26043,7 @@
"parent": "ocr" "parent": "ocr"
}, },
"oral-hygiene": { "oral-hygiene": {
"parent": "toothbrush" "parent": "toothbrush-paste"
}, },
"order-checkbox-ascending": { "order-checkbox-ascending": {
"parent": "order-bool-ascending-variant" "parent": "order-bool-ascending-variant"
@ -26721,7 +26733,7 @@
"parent": "notebook-outline" "parent": "notebook-outline"
}, },
"plant": { "plant": {
"parent": "tree" "parent": "tree-outline"
}, },
"plant-outline": { "plant-outline": {
"parent": "sprout-outline" "parent": "sprout-outline"
@ -27087,7 +27099,7 @@
"parent": "help-network-outline" "parent": "help-network-outline"
}, },
"queue": { "queue": {
"parent": "tray" "parent": "tray-remove"
}, },
"queue-music": { "queue-music": {
"parent": "playlist-music" "parent": "playlist-music"
@ -27357,7 +27369,7 @@
"parent": "format-rotate-90" "parent": "format-rotate-90"
}, },
"royalty": { "royalty": {
"parent": "chess-queen" "parent": "chess-king"
}, },
"rss-feed": { "rss-feed": {
"parent": "rss" "parent": "rss"
@ -27911,6 +27923,12 @@
"slate": { "slate": {
"parent": "movie" "parent": "movie"
}, },
"slate-edit": {
"parent": "movie-edit"
},
"slate-edit-outline": {
"parent": "movie-edit-outline"
},
"slate-open": { "slate-open": {
"parent": "movie-open" "parent": "movie-open"
}, },
@ -28680,7 +28698,7 @@
"parent": "thermometer-high" "parent": "thermometer-high"
}, },
"temperature-increase": { "temperature-increase": {
"parent": "thermometer-plus" "parent": "thermometer-chevron-up"
}, },
"temperature-lines": { "temperature-lines": {
"parent": "thermometer-lines" "parent": "thermometer-lines"
@ -28761,7 +28779,7 @@
"parent": "thermometer-minus" "parent": "thermometer-minus"
}, },
"thermometer-increase": { "thermometer-increase": {
"parent": "thermometer-plus" "parent": "thermometer-chevron-up"
}, },
"thermometer-warning": { "thermometer-warning": {
"parent": "thermometer-alert" "parent": "thermometer-alert"
@ -29781,7 +29799,7 @@
"parent": "weather-rainy" "parent": "weather-rainy"
}, },
"weather-storm": { "weather-storm": {
"parent": "weather-lightning-rainy" "parent": "weather-lightning"
}, },
"weather-thunder": { "weather-thunder": {
"parent": "weather-lightning" "parent": "weather-lightning"

File diff suppressed because one or more lines are too long

View File

@ -2,7 +2,7 @@
"name": "@iconify/json", "name": "@iconify/json",
"description": "Iconify icons collection in JSON format", "description": "Iconify icons collection in JSON format",
"license": "MIT", "license": "MIT",
"version": "1.1.251", "version": "1.1.252",
"homepage": "https://iconify.design/icon-sets/", "homepage": "https://iconify.design/icon-sets/",
"main": "lib/finder.js", "main": "lib/finder.js",
"bugs": "https://github.com/iconify/collections-json/issues", "bugs": "https://github.com/iconify/collections-json/issues",