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

Add Fontelico collection

This commit is contained in:
Vjacheslav Trushkin 2018-11-06 14:18:21 +02:00
parent 6ed46895e1
commit 130bf4697b
5 changed files with 150 additions and 2 deletions

View File

@ -366,6 +366,15 @@
"version": "1.3.0",
"category": "General"
},
"fontelico": {
"name": "Fontelico",
"total": 34,
"author": "Fontello",
"url": "https://github.com/fontello/fontelico.font",
"license": "CC BY",
"licenseURL": "http://creativecommons.org/licenses/by-sa/3.0/",
"category": "General"
},
"noto": {
"name": "Noto Emoji",
"total": 2331,

View File

@ -369,6 +369,15 @@
* Category: General
### Fontelico
* Number of icons: 34
* Author: Fontello
* URL: https://github.com/fontello/fontelico.font
* License: CC BY
* License URL: http://creativecommons.org/licenses/by-sa/3.0/
* Category: General
### Noto Emoji
* Number of icons: 2331
* Author: Google Inc

View File

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

130
json/fontelico.json Normal file

File diff suppressed because one or more lines are too long

View File

@ -2,7 +2,7 @@
"name": "@iconify/json",
"description": "Iconify icons collection in JSON format",
"license": "MIT",
"version": "1.0.11",
"version": "1.0.12",
"homepage": "https://iconify.design/icon-sets/",
"main": "lib/finder.js"
}