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

Update CoreUI Brands, CoreUI Flags, CoreUI Free

This commit is contained in:
Vjacheslav Trushkin 2020-01-17 10:21:55 +02:00
parent 16b92c5fa5
commit 205b1d095e
7 changed files with 4895 additions and 2 deletions

View File

@ -113,6 +113,23 @@
"palette": "Colorless",
"category": "General"
},
"cil": {
"name": "CoreUI Free",
"total": 502,
"author": "creativeLabs Łukasz Holeczek",
"url": "https://github.com/coreui/coreui-icons",
"license": "CC BY 4.0",
"licenseURL": "https://creativecommons.org/licenses/by/4.0/",
"height": 24,
"samples": [
"airplane-mode-off",
"badge",
"color-border"
],
"version": "1.0.0",
"palette": "Colorless",
"category": "General"
},
"fa-solid": {
"name": "Font Awesome 5 Solid",
"total": 964,
@ -904,6 +921,23 @@
"palette": "Colorful",
"category": "Brands / Social"
},
"cib": {
"name": "CoreUI Brands",
"total": 829,
"author": "creativeLabs Łukasz Holeczek",
"url": "https://github.com/coreui/coreui-icons",
"license": "CC BY 4.0",
"licenseURL": "https://creativecommons.org/licenses/by/4.0/",
"height": 32,
"samples": [
"cc-amazon-pay",
"hotjar",
"open-id"
],
"version": "1.0.0",
"palette": "Colorless",
"category": "Brands / Social"
},
"simple-icons": {
"name": "Simple Icons",
"total": 978,
@ -1019,6 +1053,22 @@
"palette": "Colorless",
"category": "Maps"
},
"cif": {
"name": "CoreUI Flags",
"total": 197,
"author": "creativeLabs Łukasz Holeczek",
"url": "https://github.com/coreui/coreui-icons",
"license": "CC BY 4.0",
"licenseURL": "https://creativecommons.org/licenses/by/4.0/",
"samples": [
"ee",
"mx",
"sk"
],
"version": "1.0.0",
"palette": "Colorful",
"category": "Maps"
},
"wi": {
"name": "Weather Icons",
"total": 228,

View File

@ -66,6 +66,16 @@
* Palette: Colorless
### CoreUI Free
* Number of icons: 502
* Author: creativeLabs Łukasz Holeczek
* URL: https://github.com/coreui/coreui-icons
* License: CC BY 4.0
* License URL: https://creativecommons.org/licenses/by/4.0/
* Version: 1.0.0
* Palette: Colorless
### Font Awesome 5 Solid
* Number of icons: 964
* Author: Dave Gandy
@ -527,6 +537,16 @@
* Palette: Colorful
### CoreUI Brands
* Number of icons: 829
* Author: creativeLabs Łukasz Holeczek
* URL: https://github.com/coreui/coreui-icons
* License: CC BY 4.0
* License URL: https://creativecommons.org/licenses/by/4.0/
* Version: 1.0.0
* Palette: Colorless
### Simple Icons
* Number of icons: 978
* Author: Simple Icons Collaborators
@ -594,6 +614,16 @@
* Palette: Colorless
### CoreUI Flags
* Number of icons: 197
* Author: creativeLabs Łukasz Holeczek
* URL: https://github.com/coreui/coreui-icons
* License: CC BY 4.0
* License URL: https://creativecommons.org/licenses/by/4.0/
* Version: 1.0.0
* Palette: Colorful
### 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.74",
"version": "1.1.75",
"license": "MIT",
"homepage": "https://iconify.design/icon-sets/",
"autoload": {

2516
json/cib.json Normal file

File diff suppressed because one or more lines are too long

762
json/cif.json Normal file

File diff suppressed because one or more lines are too long

1535
json/cil.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.74",
"version": "1.1.75",
"homepage": "https://iconify.design/icon-sets/",
"main": "lib/finder.js",
"bugs": "https://github.com/iconify/collections-json/issues",