2
0
mirror of https://github.com/iconify/collections-json.git synced 2025-01-24 07:38:34 +00:00

Update Akar Icons, Google Material Icons, IonIcons, Majesticons

This commit is contained in:
Vjacheslav Trushkin 2021-02-11 09:44:37 +02:00
parent 3b11a934e2
commit 96696ea3fa
8 changed files with 8343 additions and 1001 deletions

View File

@ -33,7 +33,7 @@
}, },
"ic": { "ic": {
"name": "Google Material Icons", "name": "Google Material Icons",
"total": 7215, "total": 9050,
"author": "Material Design Authors", "author": "Material Design Authors",
"url": "https://github.com/cyberalien/google-material-design-icons-updated", "url": "https://github.com/cyberalien/google-material-design-icons-updated",
"license": "Apache 2.0", "license": "Apache 2.0",
@ -176,7 +176,7 @@
"ios-bicycle", "ios-bicycle",
"md-person-add" "md-person-add"
], ],
"version": "5.5.0-1", "version": "5.5.0",
"palette": "Colorless", "palette": "Colorless",
"category": "General" "category": "General"
}, },
@ -632,7 +632,7 @@
"pencil", "pencil",
"location" "location"
], ],
"version": "1.0.7", "version": "1.0.9",
"palette": "Colorless", "palette": "Colorless",
"category": "General" "category": "General"
}, },

View File

@ -21,7 +21,7 @@
### Google Material Icons ### Google Material Icons
* Number of icons: 7215 * Number of icons: 9050
* Author: Material Design Authors * Author: Material Design Authors
* URL: https://github.com/cyberalien/google-material-design-icons-updated * URL: https://github.com/cyberalien/google-material-design-icons-updated
* License: Apache 2.0 * License: Apache 2.0
@ -101,7 +101,7 @@
* URL: https://github.com/ionic-team/ionicons * URL: https://github.com/ionic-team/ionicons
* License: MIT * License: MIT
* License URL: https://github.com/ionic-team/ionicons/blob/master/LICENSE * License URL: https://github.com/ionic-team/ionicons/blob/master/LICENSE
* Version: 5.5.0-1 * Version: 5.5.0
* Palette: Colorless * Palette: Colorless
@ -360,7 +360,7 @@
* URL: https://github.com/artcoholic/akar-icons * URL: https://github.com/artcoholic/akar-icons
* License: MIT * License: MIT
* License URL: https://github.com/artcoholic/akar-icons/blob/master/LICENSE * License URL: https://github.com/artcoholic/akar-icons/blob/master/LICENSE
* Version: 1.0.7 * Version: 1.0.9
* Palette: Colorless * Palette: Colorless

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.300", "version": "1.1.301",
"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": "MIT", "spdx": "MIT",
"url": "https://github.com/artcoholic/akar-icons/blob/master/LICENSE" "url": "https://github.com/artcoholic/akar-icons/blob/master/LICENSE"
}, },
"version": "1.0.7", "version": "1.0.9",
"samples": [ "samples": [
"paper", "paper",
"pencil", "pencil",

File diff suppressed because it is too large Load Diff

View File

@ -12,7 +12,7 @@
"spdx": "MIT", "spdx": "MIT",
"url": "https://github.com/ionic-team/ionicons/blob/master/LICENSE" "url": "https://github.com/ionic-team/ionicons/blob/master/LICENSE"
}, },
"version": "5.5.0-1", "version": "5.5.0",
"samples": [ "samples": [
"ios-add-circle-outline", "ios-add-circle-outline",
"ios-bicycle", "ios-bicycle",

File diff suppressed because one or more lines are too long

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.300", "version": "1.1.301",
"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",