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

Update Bootstrap Icons, Eva Icons

This commit is contained in:
Vjacheslav Trushkin 2020-04-21 16:17:31 +03:00
parent 40ce198513
commit 8d940a0bc5
6 changed files with 3202 additions and 2 deletions

View File

@ -129,6 +129,23 @@
"palette": "Colorless",
"category": "General"
},
"bi": {
"name": "Bootstrap Icons",
"total": 536,
"author": "The Bootstrap Authors",
"url": "https://github.com/twbs/icons",
"license": "MIT",
"licenseURL": "https://github.com/twbs/icons/blob/master/LICENSE.md",
"height": 16,
"samples": [
"graph-up",
"card-image",
"code-slash"
],
"version": "1.0.0-alpha3",
"palette": "Colorless",
"category": "General"
},
"cil": {
"name": "CoreUI Free",
"total": 502,
@ -213,6 +230,23 @@
"palette": "Colorless",
"category": "General"
},
"eva": {
"name": "Eva Icons",
"total": 490,
"author": "Akveo",
"url": "https://github.com/akveo/eva-icons/",
"license": "MIT",
"licenseURL": "https://github.com/akveo/eva-icons/blob/master/LICENSE.txt",
"height": 24,
"samples": [
"droplet-off-outline-outline",
"flash-fill",
"printer-outline-outline"
],
"version": "1.1.3",
"palette": "Colorless",
"category": "General"
},
"dashicons": {
"name": "Dashicons",
"total": 339,

View File

@ -75,6 +75,16 @@
* Palette: Colorless
### Bootstrap Icons
* Number of icons: 536
* Author: The Bootstrap Authors
* URL: https://github.com/twbs/icons
* License: MIT
* License URL: https://github.com/twbs/icons/blob/master/LICENSE.md
* Version: 1.0.0-alpha3
* Palette: Colorless
### CoreUI Free
* Number of icons: 502
* Author: creativeLabs Łukasz Holeczek
@ -124,6 +134,16 @@
* Palette: Colorless
### Eva Icons
* Number of icons: 490
* Author: Akveo
* URL: https://github.com/akveo/eva-icons/
* License: MIT
* License URL: https://github.com/akveo/eva-icons/blob/master/LICENSE.txt
* Version: 1.1.3
* Palette: Colorless
### Dashicons
* Number of icons: 339
* Author: WordPress

View File

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

1637
json/bi.json Normal file

File diff suppressed because it is too large Load Diff

1509
json/eva.json Normal file

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@
"name": "@iconify/json",
"description": "Iconify icons collection in JSON format",
"license": "MIT",
"version": "1.1.136",
"version": "1.1.137",
"homepage": "https://iconify.design/icon-sets/",
"main": "lib/finder.js",
"bugs": "https://github.com/iconify/collections-json/issues",