mirror of
https://github.com/iconify/collections-json.git
synced 2024-11-09 14:51:03 +00:00
Add OpenMoji and BoxIcons
This commit is contained in:
parent
57f3799917
commit
8d92761e70
@ -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,
|
||||
|
@ -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
|
||||
|
@ -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
3800
json/bx.json
Normal file
File diff suppressed because it is too large
Load Diff
7603
json/openmoji.json
Normal file
7603
json/openmoji.json
Normal file
File diff suppressed because one or more lines are too long
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user