mirror of
https://github.com/iconify/collections-json.git
synced 2024-12-23 03:18:57 +00:00
Add OpenMoji and BoxIcons
This commit is contained in:
parent
57f3799917
commit
8d92761e70
@ -64,6 +64,21 @@
|
|||||||
"palette": "Colorless",
|
"palette": "Colorless",
|
||||||
"category": "General"
|
"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": {
|
"jam": {
|
||||||
"name": "Jam Icons",
|
"name": "Jam Icons",
|
||||||
"total": 896,
|
"total": 896,
|
||||||
@ -789,6 +804,23 @@
|
|||||||
"palette": "Colorful",
|
"palette": "Colorful",
|
||||||
"category": "Emoji"
|
"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": {
|
"emojione": {
|
||||||
"name": "Emoji One (Colored)",
|
"name": "Emoji One (Colored)",
|
||||||
"total": 1832,
|
"total": 1832,
|
||||||
|
@ -39,6 +39,14 @@
|
|||||||
* Palette: Colorless
|
* Palette: Colorless
|
||||||
|
|
||||||
|
|
||||||
|
### BoxIcons
|
||||||
|
* Number of icons: 1253
|
||||||
|
* Author: Atisa
|
||||||
|
* URL: https://github.com/atisawd/boxicons
|
||||||
|
* License: CC 4.0
|
||||||
|
* Palette: Colorless
|
||||||
|
|
||||||
|
|
||||||
### Jam Icons
|
### Jam Icons
|
||||||
* Number of icons: 896
|
* Number of icons: 896
|
||||||
* Author: Michael Amprimo
|
* Author: Michael Amprimo
|
||||||
@ -460,6 +468,16 @@
|
|||||||
* Palette: Colorful
|
* 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)
|
### Emoji One (Colored)
|
||||||
* Number of icons: 1832
|
* Number of icons: 1832
|
||||||
* Author: Emoji One
|
* Author: Emoji One
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"name": "iconify/json",
|
"name": "iconify/json",
|
||||||
"description": "Iconify icons collection in JSON format",
|
"description": "Iconify icons collection in JSON format",
|
||||||
"type": "library",
|
"type": "library",
|
||||||
"version": "1.1.37",
|
"version": "1.1.39",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"homepage": "https://iconify.design/icon-sets/",
|
"homepage": "https://iconify.design/icon-sets/",
|
||||||
"autoload": {
|
"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",
|
"name": "@iconify/json",
|
||||||
"description": "Iconify icons collection in JSON format",
|
"description": "Iconify icons collection in JSON format",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "1.1.37",
|
"version": "1.1.39",
|
||||||
"homepage": "https://iconify.design/icon-sets/",
|
"homepage": "https://iconify.design/icon-sets/",
|
||||||
"main": "lib/finder.js",
|
"main": "lib/finder.js",
|
||||||
"bugs": "https://github.com/iconify/collections-json/issues",
|
"bugs": "https://github.com/iconify/collections-json/issues",
|
||||||
|
Loading…
Reference in New Issue
Block a user