diff --git a/collections.json b/collections.json index 9b84bde..6c8b017 100644 --- a/collections.json +++ b/collections.json @@ -217,7 +217,7 @@ }, "ant-design": { "name": "Ant Design Icons", - "total": 725, + "total": 728, "author": "HeskeyBaozi", "url": "https://github.com/ant-design/ant-design-icons", "license": "MIT", diff --git a/collections.md b/collections.md index de901b0..e977bfb 100644 --- a/collections.md +++ b/collections.md @@ -127,7 +127,7 @@ ### Ant Design Icons -* Number of icons: 725 +* Number of icons: 728 * Author: HeskeyBaozi * URL: https://github.com/ant-design/ant-design-icons * License: MIT diff --git a/composer.json b/composer.json index 748abcb..20d2900 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.112", + "version": "1.0.113", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/ant-design.json b/json/ant-design.json index b2e6702..5ba8276 100644 --- a/json/ant-design.json +++ b/json/ant-design.json @@ -232,6 +232,15 @@ "branches-outline": { "body": "" }, + "bug-fill": { + "body": "" + }, + "bug-outline": { + "body": "" + }, + "bug-twotone": { + "body": "" + }, "build-fill": { "body": "" }, diff --git a/package.json b/package.json index c7a066c..d05957a 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.112", + "version": "1.0.113", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify/collections-json/issues",