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

Add Google MDI

This commit is contained in:
Vjacheslav Trushkin 2019-02-24 17:06:33 +02:00
parent 07d11bdfe6
commit a52ea893b0
5 changed files with 3906 additions and 2 deletions

View File

@ -31,6 +31,23 @@
"palette": "Colorless",
"category": "General"
},
"ic": {
"name": "Google MDI",
"total": 959,
"author": "Material Design Authors",
"url": "https://github.com/google/material-design-icons",
"license": "Apache 2.0",
"licenseURL": "https://github.com/google/material-design-icons/blob/master/LICENSE",
"height": 24,
"samples": [
"hearing",
"local-florist",
"chromebook"
],
"version": "3.0.1",
"palette": "Colorless",
"category": "General"
},
"uil": {
"name": "Unicons",
"total": 1049,

View File

@ -20,6 +20,16 @@
* Palette: Colorless
### Google MDI
* Number of icons: 959
* Author: Material Design Authors
* URL: https://github.com/google/material-design-icons
* License: Apache 2.0
* License URL: https://github.com/google/material-design-icons/blob/master/LICENSE
* Version: 3.0.1
* Palette: Colorless
### Unicons
* Number of icons: 1049
* Author: Iconscout

View File

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

3877
json/ic.json Normal file

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@
"name": "@iconify/json",
"description": "Iconify icons collection in JSON format",
"license": "MIT",
"version": "1.0.66",
"version": "1.0.67",
"homepage": "https://iconify.design/icon-sets/",
"main": "lib/finder.js",
"bugs": "https://github.com/iconify-design/collections-json/issues",