From 41dcb8bc27c5ed537f2682a44c305bc5449d7eae Mon Sep 17 00:00:00 2001 From: Vjacheslav Trushkin Date: Thu, 4 Jul 2019 09:12:41 +0300 Subject: [PATCH] Update Ant Design Icons --- collections.json | 2 +- collections.md | 2 +- composer.json | 2 +- json/ant-design.json | 3 +++ package.json | 2 +- 5 files changed, 7 insertions(+), 4 deletions(-) diff --git a/collections.json b/collections.json index 5f19b05..1441b89 100644 --- a/collections.json +++ b/collections.json @@ -217,7 +217,7 @@ }, "ant-design": { "name": "Ant Design Icons", - "total": 728, + "total": 729, "author": "HeskeyBaozi", "url": "https://github.com/ant-design/ant-design-icons", "license": "MIT", diff --git a/collections.md b/collections.md index 2da4a9c..52e558b 100644 --- a/collections.md +++ b/collections.md @@ -127,7 +127,7 @@ ### Ant Design Icons -* Number of icons: 728 +* Number of icons: 729 * Author: HeskeyBaozi * URL: https://github.com/ant-design/ant-design-icons * License: MIT diff --git a/composer.json b/composer.json index 0251735..a8da1f3 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.0.128", + "version": "1.0.129", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/ant-design.json b/json/ant-design.json index 5ba8276..905426d 100644 --- a/json/ant-design.json +++ b/json/ant-design.json @@ -457,6 +457,9 @@ "colum-height-outline": { "body": "" }, + "column-height-outline": { + "body": "" + }, "column-width-outline": { "body": "" }, diff --git a/package.json b/package.json index be5c7f4..be61a13 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.0.128", + "version": "1.0.129", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify/collections-json/issues",