feat(Icon): add 11 new icons (#12291)

This commit is contained in:
neverland 2023-09-17 11:04:49 +08:00 committed by GitHub
parent 534ccd2b3a
commit aceb40a5f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 111 additions and 56 deletions

View File

@ -47,6 +47,6 @@ Vant 图标库托管在 [iconfont.cn](https://iconfont.cn) 上,同时仓库中
### 4. 发布图标库 ### 4. 发布图标库
执行 `yarn release` 命令,发布 `@vant/icons` 到 npm。 执行 `pnpm run release` 命令,发布 `@vant/icons` 到 npm。
发布完成后,在对应仓库中进行升级,即可使用新图标。 发布完成后,在对应仓库中进行升级,即可使用新图标。

View File

@ -11,6 +11,86 @@
} }
} }
.van-icon-contact:before {
content: '\e753';
}
.van-icon-notes:before {
content: '\e63c';
}
.van-icon-records:before {
content: '\e63d';
}
.van-icon-cash-back-record:before {
content: '\e63e';
}
.van-icon-newspaper:before {
content: '\e63f';
}
.van-icon-discount:before {
content: '\e640';
}
.van-icon-completed:before {
content: '\e641';
}
.van-icon-user:before {
content: '\e642';
}
.van-icon-description:before {
content: '\e643';
}
.van-icon-list-switch:before {
content: '\e6ad';
}
.van-icon-list-switching:before {
content: '\e65a';
}
.van-icon-link-o:before {
content: '\e751';
}
.van-icon-miniprogram-o:before {
content: '\e752';
}
.van-icon-qq:before {
content: '\e74e';
}
.van-icon-wechat-moments:before {
content: '\e74f';
}
.van-icon-weibo:before {
content: '\e750';
}
.van-icon-cash-o:before {
content: '\e74d';
}
.van-icon-guide-o:before {
content: '\e74c';
}
.van-icon-invitation:before {
content: '\e6d6';
}
.van-icon-shield-o:before {
content: '\e74b';
}
.van-icon-exchange:before { .van-icon-exchange:before {
content: '\e6af'; content: '\e6af';
} }
@ -167,10 +247,6 @@
content: '\e6d5'; content: '\e6d5';
} }
.van-icon-invitation:before {
content: '\e6d6';
}
.van-icon-like-o:before { .van-icon-like-o:before {
content: '\e6d7'; content: '\e6d7';
} }
@ -503,7 +579,7 @@
content: '\e729'; content: '\e729';
} }
.van-icon-records:before { .van-icon-records-o:before {
content: '\e72a'; content: '\e72a';
} }
@ -803,7 +879,7 @@
content: '\e685'; content: '\e685';
} }
.van-icon-cash-back-record:before { .van-icon-cash-back-record-o:before {
content: '\e686'; content: '\e686';
} }
@ -883,7 +959,7 @@
content: '\e699'; content: '\e699';
} }
.van-icon-completed:before { .van-icon-completed-o:before {
content: '\e69a'; content: '\e69a';
} }
@ -903,7 +979,7 @@
content: '\e69e'; content: '\e69e';
} }
.van-icon-contact:before { .van-icon-contact-o:before {
content: '\e69f'; content: '\e69f';
} }
@ -919,7 +995,7 @@
content: '\e6a2'; content: '\e6a2';
} }
.van-icon-description:before { .van-icon-description-o:before {
content: '\e6a3'; content: '\e6a3';
} }
@ -951,7 +1027,7 @@
content: '\e6aa'; content: '\e6aa';
} }
.van-icon-discount:before { .van-icon-discount-o:before {
content: '\e6ab'; content: '\e6ab';
} }
@ -962,35 +1038,3 @@
.van-icon-envelop-o:before { .van-icon-envelop-o:before {
content: '\e6ae'; content: '\e6ae';
} }
.van-icon-shield-o:before {
content: '\e74b';
}
.van-icon-guide-o:before {
content: '\e74c';
}
.van-icon-cash-o:before {
content: '\e74d';
}
.van-icon-qq:before {
content: '\e74e';
}
.van-icon-wechat-moments:before {
content: '\e74f';
}
.van-icon-weibo:before {
content: '\e750';
}
.van-icon-link-o:before {
content: '\e751';
}
.van-icon-miniprogram-o:before {
content: '\e752';
}

View File

@ -82,11 +82,19 @@ export default {
'eye-o', 'eye-o',
'delete-o', 'delete-o',
'font-o', 'font-o',
'contact-o',
'notes-o',
'records-o',
'cash-back-record-o',
'newspaper-o',
'discount-o',
'completed-o',
'user-o',
'description-o',
// without corresponding filled icon // without corresponding filled icon
'balance-o', 'balance-o',
'refund-o', 'refund-o',
'birthday-cake-o', 'birthday-cake-o',
'user-o',
'orders-o', 'orders-o',
'tv-o', 'tv-o',
'envelop-o', 'envelop-o',
@ -99,9 +107,7 @@ export default {
'bullhorn-o', 'bullhorn-o',
'hotel-o', 'hotel-o',
'cashier-o', 'cashier-o',
'newspaper-o',
'warn-o', 'warn-o',
'notes-o',
'calendar-o', 'calendar-o',
'bulb-o', 'bulb-o',
'user-circle-o', 'user-circle-o',
@ -121,16 +127,11 @@ export default {
'free-postage', 'free-postage',
'certificate', 'certificate',
'logistics', 'logistics',
'contact',
'cash-back-record',
'after-sale', 'after-sale',
'exchange', 'exchange',
'upgrade', 'upgrade',
'ellipsis', 'ellipsis',
'description',
'records',
'sign', 'sign',
'completed',
'failure', 'failure',
'ecard-pay', 'ecard-pay',
'peer-pay', 'peer-pay',
@ -143,7 +144,6 @@ export default {
'pending-payment', 'pending-payment',
'paid', 'paid',
'aim', 'aim',
'discount',
'idcard', 'idcard',
'replay', 'replay',
'shrink', 'shrink',
@ -152,6 +152,8 @@ export default {
'cash-o', 'cash-o',
'link-o', 'link-o',
'miniprogram-o', 'miniprogram-o',
'list-switch',
'list-switching',
], ],
filled: [ filled: [
// has corresponding outline icon // has corresponding outline icon
@ -223,6 +225,15 @@ export default {
'eye', 'eye',
'delete', 'delete',
'font', 'font',
'contact',
'notes',
'records',
'cash-back-record',
'newspaper',
'discount',
'completed',
'user',
'description',
// without corresponding outline icon // without corresponding outline icon
'wechat', 'wechat',
'wechat-pay', 'wechat-pay',

File diff suppressed because one or more lines are too long

View File

@ -6,8 +6,8 @@
font-display: auto; font-display: auto;
font-family: 'vant-icon'; font-family: 'vant-icon';
src: src:
url('//at.alicdn.com/t/c/font_2553510_ovbl29ce9ud.woff2?t=1672541115585') url('//at.alicdn.com/t/c/font_2553510_kfwma2yq1rs.woff2?t=1694918397022')
format('woff2'), format('woff2'),
url('//at.alicdn.com/t/c/font_2553510_ovbl29ce9ud.woff?t=1672541115585') url('//at.alicdn.com/t/c/font_2553510_kfwma2yq1rs.woff?t=1694918397022')
format('woff'); format('woff');
} }