2
0
mirror of https://github.com/iconify/collections-json.git synced 2024-11-22 20:45:12 +00:00

Update CoreUI Brands, CoreUI Flags, CoreUI Free, Material Design Icons

This commit is contained in:
Vjacheslav Trushkin 2020-02-05 10:38:16 +02:00
parent e09c7e9ac8
commit 87cac30ab0
8 changed files with 614 additions and 345 deletions

View File

@ -1,7 +1,7 @@
{ {
"mdi": { "mdi": {
"name": "Material Design Icons", "name": "Material Design Icons",
"total": 4994, "total": 5004,
"author": "Austin Andrews", "author": "Austin Andrews",
"url": "https://github.com/Templarian/MaterialDesign", "url": "https://github.com/Templarian/MaterialDesign",
"license": "Open Font License", "license": "Open Font License",
@ -126,7 +126,7 @@
"badge", "badge",
"color-border" "color-border"
], ],
"version": "1.0.0", "version": "1.0.1",
"palette": "Colorless", "palette": "Colorless",
"category": "General" "category": "General"
}, },
@ -934,7 +934,7 @@
"hotjar", "hotjar",
"open-id" "open-id"
], ],
"version": "1.0.0", "version": "1.0.1",
"palette": "Colorless", "palette": "Colorless",
"category": "Brands / Social" "category": "Brands / Social"
}, },
@ -1065,7 +1065,7 @@
"ca", "ca",
"sk" "sk"
], ],
"version": "1.0.0", "version": "1.0.1",
"palette": "Colorful", "palette": "Colorful",
"category": "Maps" "category": "Maps"
}, },

View File

@ -3,7 +3,7 @@
### Material Design Icons ### Material Design Icons
* Number of icons: 4994 * Number of icons: 5004
* Author: Austin Andrews * Author: Austin Andrews
* URL: https://github.com/Templarian/MaterialDesign * URL: https://github.com/Templarian/MaterialDesign
* License: Open Font License * License: Open Font License
@ -72,7 +72,7 @@
* URL: https://github.com/coreui/coreui-icons * URL: https://github.com/coreui/coreui-icons
* License: CC BY 4.0 * License: CC BY 4.0
* License URL: https://creativecommons.org/licenses/by/4.0/ * License URL: https://creativecommons.org/licenses/by/4.0/
* Version: 1.0.0 * Version: 1.0.1
* Palette: Colorless * Palette: Colorless
@ -543,7 +543,7 @@
* URL: https://github.com/coreui/coreui-icons * URL: https://github.com/coreui/coreui-icons
* License: CC BY 4.0 * License: CC BY 4.0
* License URL: https://creativecommons.org/licenses/by/4.0/ * License URL: https://creativecommons.org/licenses/by/4.0/
* Version: 1.0.0 * Version: 1.0.1
* Palette: Colorless * Palette: Colorless
@ -620,7 +620,7 @@
* URL: https://github.com/coreui/coreui-icons * URL: https://github.com/coreui/coreui-icons
* License: CC BY 4.0 * License: CC BY 4.0
* License URL: https://creativecommons.org/licenses/by/4.0/ * License URL: https://creativecommons.org/licenses/by/4.0/
* Version: 1.0.0 * Version: 1.0.1
* Palette: Colorful * Palette: Colorful

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.92", "version": "1.1.93",
"license": "MIT", "license": "MIT",
"homepage": "https://iconify.design/icon-sets/", "homepage": "https://iconify.design/icon-sets/",
"autoload": { "autoload": {

View File

@ -12,7 +12,7 @@
"spdx": "CC-BY-4.0", "spdx": "CC-BY-4.0",
"url": "https://creativecommons.org/licenses/by/4.0/" "url": "https://creativecommons.org/licenses/by/4.0/"
}, },
"version": "1.0.0", "version": "1.0.1",
"samples": [ "samples": [
"cc-amazon-pay", "cc-amazon-pay",
"hotjar", "hotjar",

View File

@ -12,7 +12,7 @@
"spdx": "CC-BY-4.0", "spdx": "CC-BY-4.0",
"url": "https://creativecommons.org/licenses/by/4.0/" "url": "https://creativecommons.org/licenses/by/4.0/"
}, },
"version": "1.0.0", "version": "1.0.1",
"samples": [ "samples": [
"ee", "ee",
"ca", "ca",

View File

@ -12,7 +12,7 @@
"spdx": "CC-BY-4.0", "spdx": "CC-BY-4.0",
"url": "https://creativecommons.org/licenses/by/4.0/" "url": "https://creativecommons.org/licenses/by/4.0/"
}, },
"version": "1.0.0", "version": "1.0.1",
"samples": [ "samples": [
"airplane-mode-off", "airplane-mode-off",
"badge", "badge",

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.92", "version": "1.1.93",
"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",