2
0
mirror of https://github.com/iconify/collections-json.git synced 2024-12-23 19:39:01 +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": { "logos": {
"name": "SVG Logos", "name": "SVG Logos",
"total": 1236, "total": 1291,
"author": { "author": {
"name": "Gil Barbara", "name": "Gil Barbara",
"url": "https://github.com/gilbarbara/logos" "url": "https://github.com/gilbarbara/logos"
@ -2088,8 +2088,8 @@
}, },
"simple-icons": { "simple-icons": {
"name": "Simple Icons", "name": "Simple Icons",
"total": 2116, "total": 2121,
"version": "6.1.0", "version": "6.2.0",
"author": { "author": {
"name": "Simple Icons Collaborators", "name": "Simple Icons Collaborators",
"url": "https://github.com/simple-icons/simple-icons" "url": "https://github.com/simple-icons/simple-icons"

View File

@ -912,7 +912,7 @@
### SVG Logos ### SVG Logos
* Number of icons: 1236 * Number of icons: 1291
* Author: Gil Barbara * Author: Gil Barbara
* URL: https://github.com/gilbarbara/logos * URL: https://github.com/gilbarbara/logos
* License: CC0 * License: CC0
@ -931,12 +931,12 @@
### Simple Icons ### Simple Icons
* Number of icons: 2116 * Number of icons: 2121
* Author: Simple Icons Collaborators * Author: Simple Icons Collaborators
* URL: https://github.com/simple-icons/simple-icons * URL: https://github.com/simple-icons/simple-icons
* License: CC0 1.0 * License: CC0 1.0
* License URL: https://github.com/simple-icons/simple-icons/blob/develop/LICENSE.md * License URL: https://github.com/simple-icons/simple-icons/blob/develop/LICENSE.md
* Version: 6.1.0 * Version: 6.2.0
* Palette: Colorless * Palette: Colorless

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": "2.0.9", "version": "2.0.10",
"license": "MIT", "license": "MIT",
"homepage": "https://iconify.design/icon-sets/", "homepage": "https://iconify.design/icon-sets/",
"autoload": { "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", "name": "@iconify/json",
"version": "2.0.9", "version": "2.0.10",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@iconify/json", "name": "@iconify/json",
"version": "2.0.9", "version": "2.0.10",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@iconify/types": "^1.0.9", "@iconify/types": "^1.0.9",

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": "2.0.9", "version": "2.0.10",
"publishConfig": { "publishConfig": {
"tag": "next" "tag": "next"
}, },