mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +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 {
|
.van-icon-shield-o:before {
|
||||||
content: '\e74b';
|
content: '\e74b';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.van-icon-guide-o:before {
|
||||||
|
content: '\e74c';
|
||||||
|
}
|
||||||
|
@ -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
@ -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');
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user