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

View File

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

View File

@ -2,7 +2,7 @@
"name": "iconify/json",
"description": "Iconify icons collection in JSON format",
"type": "library",
"version": "2.1.79",
"version": "2.1.80",
"license": "MIT",
"homepage": "https://iconify.design/icon-sets/",
"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",
"version": "2.1.79",
"version": "2.1.80",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@iconify/json",
"version": "2.1.79",
"version": "2.1.80",
"license": "MIT",
"dependencies": {
"@iconify/types": "*",

View File

@ -2,7 +2,7 @@
"name": "@iconify/json",
"description": "Iconify icons collection in JSON format",
"license": "MIT",
"version": "2.1.79",
"version": "2.1.80",
"homepage": "https://iconify.design/icon-sets/",
"bugs": "https://github.com/iconify/icon-sets/issues",
"repository": {