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

Update 2 icon sets: SVG Logos, Material Symbols

This commit is contained in:
Vjacheslav Trushkin 2022-07-20 08:48:51 +03:00
parent 8eefde7cd8
commit 38bb13df31
7 changed files with 521 additions and 410 deletions

View File

@ -1,7 +1,7 @@
{ {
"material-symbols": { "material-symbols": {
"name": "Material Symbols", "name": "Material Symbols",
"total": 8046, "total": 8065,
"author": { "author": {
"name": "Google", "name": "Google",
"url": "https://github.com/google/material-design-icons" "url": "https://github.com/google/material-design-icons"
@ -1564,7 +1564,7 @@
}, },
"logos": { "logos": {
"name": "SVG Logos", "name": "SVG Logos",
"total": 1488, "total": 1493,
"author": { "author": {
"name": "Gil Barbara", "name": "Gil Barbara",
"url": "https://github.com/gilbarbara/logos" "url": "https://github.com/gilbarbara/logos"

View File

@ -3,7 +3,7 @@
### Material Symbols ### Material Symbols
* Number of icons: 8046 * Number of icons: 8065
* Author: Google * Author: Google
* URL: https://github.com/google/material-design-icons * URL: https://github.com/google/material-design-icons
* License: Apache 2.0 * License: Apache 2.0
@ -698,7 +698,7 @@
### SVG Logos ### SVG Logos
* Number of icons: 1488 * Number of icons: 1493
* Author: Gil Barbara * Author: Gil Barbara
* URL: https://github.com/gilbarbara/logos * URL: https://github.com/gilbarbara/logos
* License: CC0 * License: CC0

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.1.79", "version": "2.1.80",
"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 it is too large Load Diff

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "@iconify/json", "name": "@iconify/json",
"version": "2.1.79", "version": "2.1.80",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "@iconify/json", "name": "@iconify/json",
"version": "2.1.79", "version": "2.1.80",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@iconify/types": "*", "@iconify/types": "*",

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.1.79", "version": "2.1.80",
"homepage": "https://iconify.design/icon-sets/", "homepage": "https://iconify.design/icon-sets/",
"bugs": "https://github.com/iconify/icon-sets/issues", "bugs": "https://github.com/iconify/icon-sets/issues",
"repository": { "repository": {