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

Add OpenMoji and BoxIcons

This commit is contained in:
Vjacheslav Trushkin 2019-11-24 11:47:44 +02:00
parent 57f3799917
commit 8d92761e70
6 changed files with 11455 additions and 2 deletions

View File

@ -64,6 +64,21 @@
"palette": "Colorless",
"category": "General"
},
"bx": {
"name": "BoxIcons",
"total": 1253,
"author": "Atisa",
"url": "https://github.com/atisawd/boxicons",
"license": "CC 4.0",
"height": 24,
"samples": [
"bx-cool",
"bxs-star-half",
"bxl-nodejs"
],
"palette": "Colorless",
"category": "General"
},
"jam": {
"name": "Jam Icons",
"total": 896,
@ -789,6 +804,23 @@
"palette": "Colorful",
"category": "Emoji"
},
"openmoji": {
"name": "OpenMoji",
"total": 1887,
"author": "OpenMoji",
"url": "https://github.com/hfg-gmuend/openmoji",
"license": "CC BY-SA 4.0",
"licenseURL": "https://creativecommons.org/licenses/by-sa/4.0/",
"height": 18,
"samples": [
"bicycle",
"bow-and-arrow",
"full-moon-face"
],
"version": "12.0.0",
"palette": "Colorful",
"category": "Emoji"
},
"emojione": {
"name": "Emoji One (Colored)",
"total": 1832,

View File

@ -39,6 +39,14 @@
* Palette: Colorless
### BoxIcons
* Number of icons: 1253
* Author: Atisa
* URL: https://github.com/atisawd/boxicons
* License: CC 4.0
* Palette: Colorless
### Jam Icons
* Number of icons: 896
* Author: Michael Amprimo
@ -460,6 +468,16 @@
* Palette: Colorful
### OpenMoji
* Number of icons: 1887
* Author: OpenMoji
* URL: https://github.com/hfg-gmuend/openmoji
* License: CC BY-SA 4.0
* License URL: https://creativecommons.org/licenses/by-sa/4.0/
* Version: 12.0.0
* Palette: Colorful
### Emoji One (Colored)
* Number of icons: 1832
* Author: Emoji One

View File

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

3800
json/bx.json Normal file

File diff suppressed because it is too large Load Diff

7603
json/openmoji.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.1.37",
"version": "1.1.39",
"homepage": "https://iconify.design/icon-sets/",
"main": "lib/finder.js",
"bugs": "https://github.com/iconify/collections-json/issues",