2
0
mirror of https://github.com/iconify/collections-json.git synced 2024-11-22 04:25:11 +00:00

Update Material Line Icons, Simple Icons

This commit is contained in:
Vjacheslav Trushkin 2020-09-21 08:51:00 +03:00
parent 6f26432424
commit 218eab696d
6 changed files with 39 additions and 17 deletions

View File

@ -520,9 +520,9 @@
"category": "General"
},
"line-md": {
"name": "Animated Material Icons",
"total": 230,
"author": "Iconify",
"name": "Material Line Icons",
"total": 231,
"author": "Vjacheslav Trushkin",
"url": "https://github.com/cyberalien/line-md",
"license": "MIT",
"licenseURL": "https://github.com/cyberalien/line-md/blob/master/license.txt",
@ -1261,7 +1261,7 @@
},
"simple-icons": {
"name": "Simple Icons",
"total": 1405,
"total": 1411,
"author": "Simple Icons Collaborators",
"url": "https://github.com/simple-icons/simple-icons",
"license": "CC0 1.0",
@ -1272,7 +1272,7 @@
"bing",
"amazonaws"
],
"version": "3.8.0",
"version": "3.9.0",
"palette": "Colorless",
"category": "Brands / Social"
},

View File

@ -296,9 +296,9 @@
* Palette: Colorless
### Animated Material Icons
* Number of icons: 230
* Author: Iconify
### Material Line Icons
* Number of icons: 231
* Author: Vjacheslav Trushkin
* URL: https://github.com/cyberalien/line-md
* License: MIT
* License URL: https://github.com/cyberalien/line-md/blob/master/license.txt
@ -728,12 +728,12 @@
### Simple Icons
* Number of icons: 1405
* Number of icons: 1411
* Author: Simple Icons Collaborators
* URL: https://github.com/simple-icons/simple-icons
* License: CC0 1.0
* License URL: https://github.com/simple-icons/simple-icons/blob/develop/LICENSE.md
* Version: 3.8.0
* Version: 3.9.0
* Palette: Colorless

View File

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

View File

@ -1,10 +1,10 @@
{
"prefix": "line-md",
"info": {
"name": "Animated Material Icons",
"total": 230,
"name": "Material Line Icons",
"total": 231,
"author": {
"name": "Iconify",
"name": "Vjacheslav Trushkin",
"url": "https://github.com/cyberalien/line-md"
},
"license": {
@ -29,6 +29,9 @@
"account-add": {
"body": "<g fill=\"none\"><path d=\"M9 13a3 3 0 1 1 0-6a3 3 0 0 1 0 6z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-2\"/><path d=\"M3 21v-1a4 4 0 0 1 4-4h4a4 4 0 0 1 4 4v1\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-0\"/><path d=\"M18 3v6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-4\"/><path d=\"M15 6h6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-6\"/></g>"
},
"account-alert": {
"body": "<g fill=\"none\"><path d=\"M11 13a3 3 0 1 1 0-6a3 3 0 0 1 0 6z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-2\"/><path d=\"M5 21v-1a4 4 0 0 1 4-4h4a4 4 0 0 1 4 4v1\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-0\"/><path d=\"M20 3v4\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-4\"/><circle cx=\"20\" cy=\"11\" r=\"1\" fill=\"currentColor\" class=\"il-md-fill il-md-delay-6\"/></g>"
},
"account-delete": {
"body": "<g fill=\"none\"><path d=\"M9 13a3 3 0 1 1 0-6a3 3 0 0 1 0 6z\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-2\"/><path d=\"M3 21v-1a4 4 0 0 1 4-4h4a4 4 0 0 1 4 4v1\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-25 il-md-duration-2 il-md-delay-0\"/><path d=\"M21 3l-6 6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-4\"/><path d=\"M15 3l6 6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" class=\"il-md-length-15 il-md-duration-2 il-md-delay-6\"/></g>"
},
@ -792,6 +795,7 @@
"Account": [
"account",
"account-add",
"account-alert",
"account-delete",
"account-remove",
"account-small"

File diff suppressed because one or more lines are too long

View File

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