2
0
mirror of https://github.com/iconify/collections-json.git synced 2024-12-23 11:28:55 +00:00

Update SVG Logos, Simple Icons

This commit is contained in:
Vjacheslav Trushkin 2021-12-13 09:34:05 +02:00
parent 533caa115f
commit beb995f1e4
7 changed files with 288 additions and 24 deletions

View File

@ -2047,7 +2047,7 @@
},
"logos": {
"name": "SVG Logos",
"total": 1236,
"total": 1291,
"author": {
"name": "Gil Barbara",
"url": "https://github.com/gilbarbara/logos"
@ -2088,8 +2088,8 @@
},
"simple-icons": {
"name": "Simple Icons",
"total": 2116,
"version": "6.1.0",
"total": 2121,
"version": "6.2.0",
"author": {
"name": "Simple Icons Collaborators",
"url": "https://github.com/simple-icons/simple-icons"

View File

@ -912,7 +912,7 @@
### SVG Logos
* Number of icons: 1236
* Number of icons: 1291
* Author: Gil Barbara
* URL: https://github.com/gilbarbara/logos
* License: CC0
@ -931,12 +931,12 @@
### Simple Icons
* Number of icons: 2116
* Number of icons: 2121
* 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: 6.1.0
* Version: 6.2.0
* Palette: Colorless

View File

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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "@iconify/json",
"version": "2.0.9",
"version": "2.0.10",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@iconify/json",
"version": "2.0.9",
"version": "2.0.10",
"license": "MIT",
"dependencies": {
"@iconify/types": "^1.0.9",

View File

@ -2,7 +2,7 @@
"name": "@iconify/json",
"description": "Iconify icons collection in JSON format",
"license": "MIT",
"version": "2.0.9",
"version": "2.0.10",
"publishConfig": {
"tag": "next"
},