feat(icons): add icon arrow-double-left and arrow-double-right (#12579)

This commit is contained in:
Nemo Shen 2024-01-20 13:23:50 +08:00 committed by GitHub
parent 812c52840f
commit ce5e96307c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 14 additions and 4 deletions

View File

@ -13,6 +13,14 @@
} }
} }
.van-icon-arrow-double-left:before {
content: '\e653';
}
.van-icon-arrow-double-right:before {
content: '\e654';
}
.van-icon-contact:before { .van-icon-contact:before {
content: '\e753'; content: '\e753';
} }

View File

@ -5,6 +5,8 @@ export default {
'arrow-left', 'arrow-left',
'arrow-up', 'arrow-up',
'arrow-down', 'arrow-down',
'arrow-double-left',
'arrow-double-right',
'success', 'success',
'cross', 'cross',
'plus', 'plus',

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_kfwma2yq1rs.woff2?t=1694918397022') url('//at.alicdn.com/t/c/font_2553510_ciljc7axaw7.woff2?t=1705587463221')
format('woff2'), format('woff2'),
url('//at.alicdn.com/t/c/font_2553510_kfwma2yq1rs.woff?t=1694918397022') url('//at.alicdn.com/t/c/font_2553510_ciljc7axaw7.woff?t=1705587463221')
format('woff'); format('woff');
} }