diff --git a/collections.json b/collections.json index 6d6a335..8b9096c 100644 --- a/collections.json +++ b/collections.json @@ -218,7 +218,7 @@ }, "ant-design": { "name": "Ant Design Icons", - "total": 555, + "total": 556, "author": "HeskeyBaozi", "url": "https://github.com/ant-design/ant-design-icons", "license": "MIT", diff --git a/collections.md b/collections.md index 8a8c8b4..98652e9 100644 --- a/collections.md +++ b/collections.md @@ -128,7 +128,7 @@ ### Ant Design Icons -* Number of icons: 555 +* Number of icons: 556 * Author: HeskeyBaozi * URL: https://github.com/ant-design/ant-design-icons * License: MIT diff --git a/composer.json b/composer.json index 07116a6..099a42f 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.68", + "version": "1.0.69", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/ant-design.json b/json/ant-design.json index 31de4f8..f070a41 100644 --- a/json/ant-design.json +++ b/json/ant-design.json @@ -1030,6 +1030,9 @@ "monitor-outline": { "body": "" }, + "more-outline": { + "body": "" + }, "mr-outline": { "body": "" }, @@ -1364,13 +1367,13 @@ "body": "" }, "slack-circle": { - "body": "" + "body": "" }, "slack-outline": { - "body": "" + "body": "" }, "slack-square": { - "body": "" + "body": "" }, "sliders": { "body": "" diff --git a/package.json b/package.json index d3080d4..598e659 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.68", + "version": "1.0.69", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify-design/collections-json/issues",