mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-26 11:26:35 +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 {
|
.van-icon-guide-o:before {
|
||||||
content: '\e74c';
|
content: '\e74c';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.van-icon-cash-o:before {
|
||||||
|
content: '\e74d';
|
||||||
|
}
|
||||||
|
@ -149,6 +149,7 @@ export default {
|
|||||||
'shrink',
|
'shrink',
|
||||||
'shield-o',
|
'shield-o',
|
||||||
'guide-o',
|
'guide-o',
|
||||||
|
'cash-o',
|
||||||
],
|
],
|
||||||
filled: [
|
filled: [
|
||||||
// has corresponding outline icon
|
// has corresponding outline icon
|
||||||
|
File diff suppressed because one or more lines are too long
@ -5,10 +5,10 @@
|
|||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-display: auto;
|
font-display: auto;
|
||||||
font-family: 'vant-icon';
|
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'),
|
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'),
|
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');
|
format('truetype');
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user