From ef8cd86b28e8ffa9b6a66702ae19f151fdf4d9b5 Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Mon, 13 Sep 2021 09:03:15 +0300 Subject: [PATCH] Update Simple Icons --- collections.json | 4 ++-- collections.md | 4 ++-- composer.json | 2 +- json/simple-icons.json | 13 +++++++++++-- package.json | 2 +- 5 files changed, 17 insertions(+), 8 deletions(-) diff --git a/collections.json b/collections.json index 5090e5a..d22ae4a 100644 --- a/collections.json +++ b/collections.json @@ -1576,7 +1576,7 @@ }, "simple-icons": { "name": "Simple Icons", - "total": 2004, + "total": 2007, "author": "Simple Icons Collaborators", "url": "https://github.com/simple-icons/simple-icons", "license": "CC0 1.0", @@ -1587,7 +1587,7 @@ "bing", "amazonaws" ], - "version": "5.13.0", + "version": "5.14.0", "palette": "Colorless", "category": "Brands / Social" }, diff --git a/collections.md b/collections.md index 078ba8d..1619562 100644 --- a/collections.md +++ b/collections.md @@ -913,12 +913,12 @@ ### Simple Icons -* Number of icons: 2004 +* Number of icons: 2007 * Author: Simple Icons Collaborators * URL: https://github.com/simple-icons/simple-icons * License: CC0 1.0 * License URL: https://github.com/simple-icons/simple-icons/blob/develop/LICENSE.md -* Version: 5.13.0 +* Version: 5.14.0 * Palette: Colorless diff --git a/composer.json b/composer.json index a3ba237..b190cdb 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.400", + "version": "1.1.401", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/simple-icons.json b/json/simple-icons.json index c20f0a2..948bed3 100644 --- a/json/simple-icons.json +++ b/json/simple-icons.json @@ -2,7 +2,7 @@ "prefix": "simple-icons", "info": { "name": "Simple Icons", - "total": 2004, + "total": 2007, "author": { "name": "Simple Icons Collaborators", "url": "https://github.com/simple-icons/simple-icons" @@ -12,7 +12,7 @@ "spdx": "CC0-1.0", "url": "https://github.com/simple-icons/simple-icons/blob/develop/LICENSE.md" }, - "version": "5.13.0", + "version": "5.14.0", "samples": [ "adobephotoshop", "bing", @@ -800,6 +800,9 @@ "bose": { "body": "" }, + "boulanger": { + "body": "" + }, "bower": { "body": "" }, @@ -894,6 +897,9 @@ "capacitor": { "body": "" }, + "carrefour": { + "body": "" + }, "carthrottle": { "body": "" }, @@ -3140,6 +3146,9 @@ "lmms": { "body": "" }, + "lodash": { + "body": "" + }, "logitech": { "body": "" }, diff --git a/package.json b/package.json index c73dd71..d9ef446 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.400", + "version": "1.1.401", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify/collections-json/issues",