mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
feat(Icons): add cash-o icon (#10076)
This commit is contained in:
parent
c378b388c2
commit
49ad4307bf
Binary file not shown.
@ -973,3 +973,7 @@
|
||||
.van-icon-guide-o:before {
|
||||
content: '\e74c';
|
||||
}
|
||||
|
||||
.van-icon-cash-o:before {
|
||||
content: '\e74d';
|
||||
}
|
||||
|
@ -149,6 +149,7 @@ export default {
|
||||
'shrink',
|
||||
'shield-o',
|
||||
'guide-o',
|
||||
'cash-o',
|
||||
],
|
||||
filled: [
|
||||
// has corresponding outline icon
|
||||
|
File diff suppressed because one or more lines are too long
@ -5,10 +5,10 @@
|
||||
font-style: normal;
|
||||
font-display: auto;
|
||||
font-family: 'vant-icon';
|
||||
src: url('//at.alicdn.com/t/font_2553510_61agzg96wm8.woff2?t=1631948257467')
|
||||
src: url('//at.alicdn.com/t/font_2553510_5imfhdc20ag.woff2?t=1640074908811')
|
||||
format('woff2'),
|
||||
url('//at.alicdn.com/t/font_2553510_61agzg96wm8.woff?t=1631948257467')
|
||||
url('//at.alicdn.com/t/font_2553510_5imfhdc20ag.woff?t=1640074908811')
|
||||
format('woff'),
|
||||
url('//at.alicdn.com/t/font_2553510_61agzg96wm8.ttf?t=1631948257467')
|
||||
url('//at.alicdn.com/t/font_2553510_5imfhdc20ag.ttf?t=1640074908811')
|
||||
format('truetype');
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user