mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
feat(icons): add icon arrow-double-left
and arrow-double-right
(#12579)
This commit is contained in:
parent
812c52840f
commit
ce5e96307c
Binary file not shown.
@ -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';
|
||||||
}
|
}
|
||||||
|
@ -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
@ -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');
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user