2
0
mirror of https://github.com/iconify/collections-json.git synced 2024-11-09 14:51:03 +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", "palette": "Colorless",
"category": "General" "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": { "fa-solid": {
"name": "Font Awesome 5 Solid", "name": "Font Awesome 5 Solid",
"total": 964, "total": 964,
@ -904,6 +921,23 @@
"palette": "Colorful", "palette": "Colorful",
"category": "Brands / Social" "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": { "simple-icons": {
"name": "Simple Icons", "name": "Simple Icons",
"total": 978, "total": 978,
@ -1019,6 +1053,22 @@
"palette": "Colorless", "palette": "Colorless",
"category": "Maps" "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": { "wi": {
"name": "Weather Icons", "name": "Weather Icons",
"total": 228, "total": 228,

View File

@ -66,6 +66,16 @@
* Palette: Colorless * 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 ### Font Awesome 5 Solid
* Number of icons: 964 * Number of icons: 964
* Author: Dave Gandy * Author: Dave Gandy
@ -527,6 +537,16 @@
* Palette: Colorful * 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 ### Simple Icons
* Number of icons: 978 * Number of icons: 978
* Author: Simple Icons Collaborators * Author: Simple Icons Collaborators
@ -594,6 +614,16 @@
* Palette: Colorless * 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 ### Weather Icons
* Number of icons: 228 * Number of icons: 228
* Author: Erik Flowers * Author: Erik Flowers

View File

@ -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.74", "version": "1.1.75",
"license": "MIT", "license": "MIT",
"homepage": "https://iconify.design/icon-sets/", "homepage": "https://iconify.design/icon-sets/",
"autoload": { "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", "name": "@iconify/json",
"description": "Iconify icons collection in JSON format", "description": "Iconify icons collection in JSON format",
"license": "MIT", "license": "MIT",
"version": "1.1.74", "version": "1.1.75",
"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",