2
0
mirror of https://github.com/iconify/collections-json.git synced 2024-09-19 18:39:01 +00:00

Add twotone ant design icons with opacity instead of secondary color

This commit is contained in:
Vjacheslav Trushkin 2019-04-06 12:10:32 +03:00
parent 87ed0aa2b0
commit c6622ade18
5 changed files with 439 additions and 4 deletions

View File

@ -217,7 +217,7 @@
},
"ant-design": {
"name": "Ant Design Icons",
"total": 556,
"total": 701,
"author": "HeskeyBaozi",
"url": "https://github.com/ant-design/ant-design-icons",
"license": "MIT",

View File

@ -127,7 +127,7 @@
### Ant Design Icons
* Number of icons: 556
* Number of icons: 701
* Author: HeskeyBaozi
* URL: https://github.com/ant-design/ant-design-icons
* License: MIT

View File

@ -2,7 +2,7 @@
"name": "iconify/json",
"description": "Iconify icons collection in JSON format",
"type": "library",
"version": "1.0.93",
"version": "1.0.94",
"license": "MIT",
"homepage": "https://iconify.design/icon-sets/",
"autoload": {

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@
"name": "@iconify/json",
"description": "Iconify icons collection in JSON format",
"license": "MIT",
"version": "1.0.93",
"version": "1.0.94",
"homepage": "https://iconify.design/icon-sets/",
"main": "lib/finder.js",
"bugs": "https://github.com/iconify-design/collections-json/issues",