From 43307786c6d4b259721f1ecef3290be510ef08e7 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Sun, 25 Oct 2020 08:52:08 +0200 Subject: [PATCH] Update File Icons, Radix Icons --- collections.json | 4 ++-- collections.md | 4 ++-- composer.json | 2 +- json/file-icons.json | 8 +++++++- json/radix-icons.json | 2 +- package.json | 2 +- 6 files changed, 14 insertions(+), 8 deletions(-) diff --git a/collections.json b/collections.json index 378a847..8deeff8 100644 --- a/collections.json +++ b/collections.json @@ -531,7 +531,7 @@ "checkbox", "code" ], - "version": "3.1.0", + "version": "3.2.0", "palette": "Colorless", "category": "General" }, @@ -619,7 +619,7 @@ }, "file-icons": { "name": "File Icons", - "total": 879, + "total": 881, "author": "John Gardner", "url": "https://github.com/file-icons/icons", "license": "ISC", diff --git a/collections.md b/collections.md index 020f75c..d43d766 100644 --- a/collections.md +++ b/collections.md @@ -301,7 +301,7 @@ * Author: Modulz * URL: https://github.com/modulz/radix-icons * License: MIT -* Version: 3.1.0 +* Version: 3.2.0 * Palette: Colorless @@ -353,7 +353,7 @@ ### File Icons -* Number of icons: 879 +* Number of icons: 881 * Author: John Gardner * URL: https://github.com/file-icons/icons * License: ISC diff --git a/composer.json b/composer.json index d907c19..a0bfc37 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.246", + "version": "1.1.247", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/file-icons.json b/json/file-icons.json index 8817b70..38cd556 100644 --- a/json/file-icons.json +++ b/json/file-icons.json @@ -2,7 +2,7 @@ "prefix": "file-icons", "info": { "name": "File Icons", - "total": 879, + "total": 881, "author": { "name": "John Gardner", "url": "https://github.com/file-icons/icons" @@ -818,6 +818,9 @@ "drone": { "body": "" }, + "dub": { + "body": "" + }, "dvc": { "body": "" }, @@ -2403,6 +2406,9 @@ "snort": { "body": "" }, + "snowpack": { + "body": "" + }, "snyk": { "body": "", "width": 280 diff --git a/json/radix-icons.json b/json/radix-icons.json index e10850e..346e158 100644 --- a/json/radix-icons.json +++ b/json/radix-icons.json @@ -11,7 +11,7 @@ "title": "MIT", "spdx": "MIT" }, - "version": "3.1.0", + "version": "3.2.0", "samples": [ "width", "checkbox", diff --git a/package.json b/package.json index f02ff9a..f5deb4e 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.246", + "version": "1.1.247", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify/collections-json/issues",