mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
feat(@vant/icons): add guide-o icon
This commit is contained in:
parent
b73dc9cf4f
commit
c5f45a5c13
Binary file not shown.
@ -969,3 +969,7 @@
|
||||
.van-icon-shield-o:before {
|
||||
content: '\e74b';
|
||||
}
|
||||
|
||||
.van-icon-guide-o:before {
|
||||
content: '\e74c';
|
||||
}
|
||||
|
@ -148,6 +148,7 @@ module.exports = {
|
||||
'replay',
|
||||
'shrink',
|
||||
'shield-o',
|
||||
'guide-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_3bs9b5licix.woff2?t=1626956973644')
|
||||
src: url('//at.alicdn.com/t/font_2553510_61agzg96wm8.woff2?t=1631948257467')
|
||||
format('woff2'),
|
||||
url('//at.alicdn.com/t/font_2553510_3bs9b5licix.woff?t=1626956973644')
|
||||
url('//at.alicdn.com/t/font_2553510_61agzg96wm8.woff?t=1631948257467')
|
||||
format('woff'),
|
||||
url('//at.alicdn.com/t/font_2553510_3bs9b5licix.ttf?t=1626956973644')
|
||||
url('//at.alicdn.com/t/font_2553510_61agzg96wm8.ttf?t=1631948257467')
|
||||
format('truetype');
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user