mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
feat(Icon): add 11 new icons (#12291)
This commit is contained in:
parent
534ccd2b3a
commit
aceb40a5f6
Binary file not shown.
@ -47,6 +47,6 @@ Vant 图标库托管在 [iconfont.cn](https://iconfont.cn) 上,同时仓库中
|
||||
|
||||
### 4. 发布图标库
|
||||
|
||||
执行 `yarn release` 命令,发布 `@vant/icons` 到 npm。
|
||||
执行 `pnpm run release` 命令,发布 `@vant/icons` 到 npm。
|
||||
|
||||
发布完成后,在对应仓库中进行升级,即可使用新图标。
|
||||
|
@ -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 {
|
||||
content: '\e6af';
|
||||
}
|
||||
@ -167,10 +247,6 @@
|
||||
content: '\e6d5';
|
||||
}
|
||||
|
||||
.van-icon-invitation:before {
|
||||
content: '\e6d6';
|
||||
}
|
||||
|
||||
.van-icon-like-o:before {
|
||||
content: '\e6d7';
|
||||
}
|
||||
@ -503,7 +579,7 @@
|
||||
content: '\e729';
|
||||
}
|
||||
|
||||
.van-icon-records:before {
|
||||
.van-icon-records-o:before {
|
||||
content: '\e72a';
|
||||
}
|
||||
|
||||
@ -803,7 +879,7 @@
|
||||
content: '\e685';
|
||||
}
|
||||
|
||||
.van-icon-cash-back-record:before {
|
||||
.van-icon-cash-back-record-o:before {
|
||||
content: '\e686';
|
||||
}
|
||||
|
||||
@ -883,7 +959,7 @@
|
||||
content: '\e699';
|
||||
}
|
||||
|
||||
.van-icon-completed:before {
|
||||
.van-icon-completed-o:before {
|
||||
content: '\e69a';
|
||||
}
|
||||
|
||||
@ -903,7 +979,7 @@
|
||||
content: '\e69e';
|
||||
}
|
||||
|
||||
.van-icon-contact:before {
|
||||
.van-icon-contact-o:before {
|
||||
content: '\e69f';
|
||||
}
|
||||
|
||||
@ -919,7 +995,7 @@
|
||||
content: '\e6a2';
|
||||
}
|
||||
|
||||
.van-icon-description:before {
|
||||
.van-icon-description-o:before {
|
||||
content: '\e6a3';
|
||||
}
|
||||
|
||||
@ -951,7 +1027,7 @@
|
||||
content: '\e6aa';
|
||||
}
|
||||
|
||||
.van-icon-discount:before {
|
||||
.van-icon-discount-o:before {
|
||||
content: '\e6ab';
|
||||
}
|
||||
|
||||
@ -962,35 +1038,3 @@
|
||||
.van-icon-envelop-o:before {
|
||||
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';
|
||||
}
|
||||
|
@ -82,11 +82,19 @@ export default {
|
||||
'eye-o',
|
||||
'delete-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
|
||||
'balance-o',
|
||||
'refund-o',
|
||||
'birthday-cake-o',
|
||||
'user-o',
|
||||
'orders-o',
|
||||
'tv-o',
|
||||
'envelop-o',
|
||||
@ -99,9 +107,7 @@ export default {
|
||||
'bullhorn-o',
|
||||
'hotel-o',
|
||||
'cashier-o',
|
||||
'newspaper-o',
|
||||
'warn-o',
|
||||
'notes-o',
|
||||
'calendar-o',
|
||||
'bulb-o',
|
||||
'user-circle-o',
|
||||
@ -121,16 +127,11 @@ export default {
|
||||
'free-postage',
|
||||
'certificate',
|
||||
'logistics',
|
||||
'contact',
|
||||
'cash-back-record',
|
||||
'after-sale',
|
||||
'exchange',
|
||||
'upgrade',
|
||||
'ellipsis',
|
||||
'description',
|
||||
'records',
|
||||
'sign',
|
||||
'completed',
|
||||
'failure',
|
||||
'ecard-pay',
|
||||
'peer-pay',
|
||||
@ -143,7 +144,6 @@ export default {
|
||||
'pending-payment',
|
||||
'paid',
|
||||
'aim',
|
||||
'discount',
|
||||
'idcard',
|
||||
'replay',
|
||||
'shrink',
|
||||
@ -152,6 +152,8 @@ export default {
|
||||
'cash-o',
|
||||
'link-o',
|
||||
'miniprogram-o',
|
||||
'list-switch',
|
||||
'list-switching',
|
||||
],
|
||||
filled: [
|
||||
// has corresponding outline icon
|
||||
@ -223,6 +225,15 @@ export default {
|
||||
'eye',
|
||||
'delete',
|
||||
'font',
|
||||
'contact',
|
||||
'notes',
|
||||
'records',
|
||||
'cash-back-record',
|
||||
'newspaper',
|
||||
'discount',
|
||||
'completed',
|
||||
'user',
|
||||
'description',
|
||||
// without corresponding outline icon
|
||||
'wechat',
|
||||
'wechat-pay',
|
||||
|
File diff suppressed because one or more lines are too long
@ -6,8 +6,8 @@
|
||||
font-display: auto;
|
||||
font-family: 'vant-icon';
|
||||
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'),
|
||||
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');
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user