diff --git a/collections.json b/collections.json index df01900..cf9e716 100644 --- a/collections.json +++ b/collections.json @@ -217,7 +217,7 @@ }, "ant-design": { "name": "Ant Design Icons", - "total": 721, + "total": 725, "author": "HeskeyBaozi", "url": "https://github.com/ant-design/ant-design-icons", "license": "MIT", diff --git a/collections.md b/collections.md index 6817413..e01af47 100644 --- a/collections.md +++ b/collections.md @@ -127,7 +127,7 @@ ### Ant Design Icons -* Number of icons: 721 +* Number of icons: 725 * Author: HeskeyBaozi * URL: https://github.com/ant-design/ant-design-icons * License: MIT diff --git a/composer.json b/composer.json index b615f44..d4be4d5 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.110", + "version": "1.0.111", "license": "MIT", "homepage": "https://iconify.design/icon-sets/", "autoload": { diff --git a/json/ant-design.json b/json/ant-design.json index cca5d81..b2e6702 100644 --- a/json/ant-design.json +++ b/json/ant-design.json @@ -265,6 +265,9 @@ "calendar-outline": { "body": "" }, + "calendar-twotone": { + "body": "" + }, "camera-fill": { "body": "" }, @@ -1153,6 +1156,15 @@ "insurance-twotone": { "body": "" }, + "interaction-fill": { + "body": "" + }, + "interaction-outline": { + "body": "" + }, + "interaction-twotone": { + "body": "" + }, "interation-fill": { "body": "" }, diff --git a/package.json b/package.json index f11abd2..5f62026 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.110", + "version": "1.0.111", "homepage": "https://iconify.design/icon-sets/", "main": "lib/finder.js", "bugs": "https://github.com/iconify/collections-json/issues",