feat(@vant/icons): add guide-o icon

This commit is contained in:
chenjiahan
2021-09-18 16:38:30 +08:00
committed by neverland
parent b73dc9cf4f
commit c5f45a5c13
5 changed files with 11 additions and 6 deletions
Binary file not shown.
+4
View File
@@ -969,3 +969,7 @@
.van-icon-shield-o:before { .van-icon-shield-o:before {
content: '\e74b'; content: '\e74b';
} }
.van-icon-guide-o:before {
content: '\e74c';
}
+1
View File
@@ -148,6 +148,7 @@ module.exports = {
'replay', 'replay',
'shrink', 'shrink',
'shield-o', 'shield-o',
'guide-o',
], ],
filled: [ filled: [
// has corresponding outline icon // has corresponding outline icon
File diff suppressed because one or more lines are too long
+3 -3
View File
@@ -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_3bs9b5licix.woff2?t=1626956973644') src: url('//at.alicdn.com/t/font_2553510_61agzg96wm8.woff2?t=1631948257467')
format('woff2'), 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'), 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'); format('truetype');
} }