2
0
mirror of https://github.com/iconify/collections-json.git synced 2024-09-18 18:19:00 +00:00

Update Material Symbols

This commit is contained in:
Vjacheslav Trushkin 2023-08-11 09:07:02 +03:00
parent 156df3d801
commit e8c4c345ea
6 changed files with 548 additions and 289 deletions

View File

@ -1,7 +1,7 @@
{
"material-symbols": {
"name": "Material Symbols",
"total": 11343,
"total": 11413,
"author": {
"name": "Google",
"url": "https://github.com/google/material-design-icons"

View File

@ -2,7 +2,7 @@
## Material Symbols
* Number of icons: 11343
* Number of icons: 11413
* Author: Google
* URL: https://github.com/google/material-design-icons
* License: Apache 2.0

View File

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

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.2.100",
"version": "2.2.101",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@iconify/json",
"version": "2.2.100",
"version": "2.2.101",
"license": "MIT",
"dependencies": {
"@iconify/types": "*",

View File

@ -2,7 +2,7 @@
"name": "@iconify/json",
"description": "Hundreds of open source icon sets in IconifyJSON format",
"license": "MIT",
"version": "2.2.100",
"version": "2.2.101",
"type": "module",
"homepage": "https://iconify.design/icon-sets/",
"bugs": "https://github.com/iconify/icon-sets/issues",