From 5c6f5c8fe1c521d6c0076d6db49d3e3fafa28192 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Thu, 4 Mar 2021 08:48:01 +0200 Subject: [PATCH] Update Akar Icons, Carbon, File Icons --- collections.json | 8 ++++---- collections.md | 8 ++++---- composer.json | 2 +- json/akar-icons.json | 10 ++++++++-- json/carbon.json | 2 +- json/file-icons.json | 16 +++++++++++++++- package.json | 2 +- 7 files changed, 34 insertions(+), 14 deletions(-) diff --git a/collections.json b/collections.json index ab23582..9c6a997 100644 --- a/collections.json +++ b/collections.json @@ -223,7 +223,7 @@ "humidity", "edit-off" ], - "version": "10.26.0", + "version": "10.27.0-rc.0", "palette": "Colorless", "category": "General" }, @@ -619,7 +619,7 @@ }, "akar-icons": { "name": "Akar Icons", - "total": 224, + "total": 226, "author": "Arturo Wibawa", "url": "https://github.com/artcoholic/akar-icons", "license": "MIT", @@ -630,7 +630,7 @@ "pencil", "location" ], - "version": "1.1.0", + "version": "1.1.3", "palette": "Colorless", "category": "General" }, @@ -685,7 +685,7 @@ }, "file-icons": { "name": "File Icons", - "total": 914, + "total": 918, "author": "John Gardner", "url": "https://github.com/file-icons/icons", "license": "ISC", diff --git a/collections.md b/collections.md index 76ea5c6..863b18e 100644 --- a/collections.md +++ b/collections.md @@ -127,7 +127,7 @@ * Author: IBM * URL: https://github.com/carbon-design-system/carbon/tree/master/packages/icons * License: Apache 2.0 -* Version: 10.26.0 +* Version: 10.27.0-rc.0 * Palette: Colorless @@ -353,12 +353,12 @@ ### Akar Icons -* Number of icons: 224 +* Number of icons: 226 * Author: Arturo Wibawa * URL: https://github.com/artcoholic/akar-icons * License: MIT * License URL: https://github.com/artcoholic/akar-icons/blob/master/LICENSE -* Version: 1.1.0 +* Version: 1.1.3 * Palette: Colorless @@ -391,7 +391,7 @@ ### File Icons -* Number of icons: 914 +* Number of icons: 918 * Author: John Gardner * URL: https://github.com/file-icons/icons * License: ISC diff --git a/composer.json b/composer.json index 807f386..6a98e50 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "iconify/json", "description": "Iconify icons collection in JSON format", "type": "library", - "version": "1.1.311", + "version": "1.1.312", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/akar-icons.json b/json/akar-icons.json index 21917f6..070bb45 100644 --- a/json/akar-icons.json +++ b/json/akar-icons.json @@ -2,7 +2,7 @@ "prefix": "akar-icons", "info": { "name": "Akar Icons", - "total": 224, + "total": 226, "author": { "name": "Arturo Wibawa", "url": "https://github.com/artcoholic/akar-icons" @@ -12,7 +12,7 @@ "spdx": "MIT", "url": "https://github.com/artcoholic/akar-icons/blob/master/LICENSE" }, - "version": "1.1.0", + "version": "1.1.3", "samples": [ "paper", "pencil", @@ -128,6 +128,12 @@ "attach": { "body": "" }, + "backspace": { + "body": "" + }, + "backspace-fill": { + "body": "" + }, "battery-full": { "body": "" }, diff --git a/json/carbon.json b/json/carbon.json index 0e245f7..21f3dad 100644 --- a/json/carbon.json +++ b/json/carbon.json @@ -11,7 +11,7 @@ "title": "Apache 2.0", "spdx": "Apache-2.0" }, - "version": "10.26.0", + "version": "10.27.0-rc.0", "samples": [ "user-certification", "humidity", diff --git a/json/file-icons.json b/json/file-icons.json index 76a65dc..5a78235 100644 --- a/json/file-icons.json +++ b/json/file-icons.json @@ -2,7 +2,7 @@ "prefix": "file-icons", "info": { "name": "File Icons", - "total": 914, + "total": 918, "author": { "name": "John Gardner", "url": "https://github.com/file-icons/icons" @@ -508,6 +508,9 @@ "carthage": { "body": "" }, + "casc": { + "body": "" + }, "cdf": { "body": "", "width": 494 @@ -576,6 +579,10 @@ "cmake": { "body": "" }, + "cnab": { + "body": "", + "width": 470 + }, "cobol": { "body": "" }, @@ -971,6 +978,9 @@ "ffmpeg": { "body": "" }, + "fiddle": { + "body": "" + }, "finaldraft": { "body": "", "width": 331 @@ -2850,6 +2860,10 @@ "virtualbox-alt": { "body": "" }, + "vite": { + "body": "", + "width": 510 + }, "vmware": { "body": "" }, diff --git a/package.json b/package.json index 318cab2..f441b98 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "@iconify/json", "description": "Iconify icons collection in JSON format", "license": "MIT", - "version": "1.1.311", + "version": "1.1.312", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify/collections-json/issues",