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

Add new icon sets

This commit is contained in:
Vjacheslav Trushkin 2021-06-29 11:06:26 +03:00
parent 0e02d4c146
commit a0110322cf
7 changed files with 5198 additions and 2 deletions

View File

@ -412,6 +412,23 @@
"palette": "Colorless",
"category": "General"
},
"ci": {
"name": "coolicons",
"total": 412,
"author": "Kryston Schwarze",
"url": "https://github.com/krystonschwarze/coolicons",
"license": "CC BY 4.0",
"licenseURL": "https://creativecommons.org/licenses/by/4.0/",
"height": 24,
"samples": [
"building",
"search-small-plus",
"group"
],
"version": "2.5",
"palette": "Colorless",
"category": "General"
},
"eos-icons": {
"name": "EOS Icons",
"total": 237,
@ -1033,6 +1050,23 @@
"palette": "Colorful",
"category": "General"
},
"fontisto": {
"name": "Fontisto",
"total": 615,
"author": "Kenan Gündoğan",
"url": "https://github.com/kenangundogan/fontisto",
"license": "MIT",
"licenseURL": "https://github.com/kenangundogan/fontisto/blob/master/LICENSE",
"height": 24,
"samples": [
"prescription",
"heartbeat-alt",
"rain"
],
"version": "3.0.4",
"palette": "Colorless",
"category": "General"
},
"fa": {
"name": "Font Awesome 4",
"total": 678,
@ -1518,6 +1552,18 @@
"palette": "Colorful",
"category": "Maps"
},
"fad": {
"name": "FontAudio",
"total": 155,
"author": "@fefanto",
"url": "https://github.com/fefanto/fontaudio",
"license": "CC BY 4.0",
"licenseURL": "https://creativecommons.org/licenses/by/4.0/",
"height": 16,
"samples": [],
"palette": "Colorless",
"category": "Thematic"
},
"wi": {
"name": "Weather Icons",
"total": 228,

View File

@ -239,6 +239,16 @@
* Palette: Colorless
### coolicons
* Number of icons: 412
* Author: Kryston Schwarze
* URL: https://github.com/krystonschwarze/coolicons
* License: CC BY 4.0
* License URL: https://creativecommons.org/licenses/by/4.0/
* Version: 2.5
* Palette: Colorless
### EOS Icons
* Number of icons: 237
* Author: SUSE UX/UI team
@ -591,6 +601,16 @@
* Palette: Colorful
### Fontisto
* Number of icons: 615
* Author: Kenan Gündoğan
* URL: https://github.com/kenangundogan/fontisto
* License: MIT
* License URL: https://github.com/kenangundogan/fontisto/blob/master/LICENSE
* Version: 3.0.4
* Palette: Colorless
### Font Awesome 4
* Number of icons: 678
* Author: Dave Gandy
@ -879,6 +899,15 @@
* Palette: Colorful
### FontAudio
* Number of icons: 155
* Author: @fefanto
* URL: https://github.com/fefanto/fontaudio
* License: CC BY 4.0
* License URL: https://creativecommons.org/licenses/by/4.0/
* Palette: Colorless
### Weather Icons
* Number of icons: 228
* Author: Erik Flowers

View File

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

1717
json/ci.json Normal file

File diff suppressed because it is too large Load Diff

491
json/fad.json Normal file

File diff suppressed because one or more lines are too long

2913
json/fontisto.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.363",
"version": "1.1.364",
"homepage": "https://iconify.design/icon-sets/",
"main": "lib/finder.js",
"bugs": "https://github.com/iconify/collections-json/issues",