feat(Icon): add delete-o、sort、font、font-o、revoke icon (#7760)

This commit is contained in:
neverland
2020-12-17 15:18:01 +08:00
committed by GitHub
parent 7a6e78fbf9
commit 7315b584d9
6 changed files with 59 additions and 9 deletions
+7 -2
View File
@@ -10,6 +10,7 @@ module.exports = {
'plus',
'minus',
'fail',
'circle',
],
outline: [
// has corresponding filled icon
@@ -79,6 +80,8 @@ module.exports = {
'new-arrival-o',
'goods-collect-o',
'eye-o',
'delete-o',
'font-o',
// without corresponding filled icon
'balance-o',
'refund-o',
@@ -109,12 +112,12 @@ module.exports = {
'search',
'points',
'edit',
'delete',
'qr',
'qr-invalid',
'closed-eye',
'down',
'scan',
'revoke',
'free-postage',
'certificate',
'logistics',
@@ -124,7 +127,6 @@ module.exports = {
'exchange',
'upgrade',
'ellipsis',
'circle',
'description',
'records',
'sign',
@@ -214,6 +216,8 @@ module.exports = {
'new-arrival',
'goods-collect',
'eye',
'delete',
'font',
// without corresponding outline icon
'alipay',
'wechat',
@@ -241,5 +245,6 @@ module.exports = {
'wap-nav',
'enlarge',
'photo-fail',
'sort',
],
};