mirror of
https://github.com/youzan/vant.git
synced 2026-04-09 04:00:11 +08:00
fix(@vant/icons): invitation typo (#9096)
* fix(@vant/icons): invitation typo * chore: add file
This commit is contained in:
Binary file not shown.
@@ -170,7 +170,7 @@
|
||||
content: '\e6d5';
|
||||
}
|
||||
|
||||
.van-icon-invition:before {
|
||||
.van-icon-invitation:before {
|
||||
content: '\e6d6';
|
||||
}
|
||||
|
||||
|
||||
@@ -236,7 +236,7 @@ module.exports = {
|
||||
'audio',
|
||||
'graphic',
|
||||
'column',
|
||||
'invition',
|
||||
'invitation',
|
||||
'play',
|
||||
'pause',
|
||||
'stop',
|
||||
|
||||
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_zfuqek7jp8p.woff2?t=1626952352143')
|
||||
src: url('//at.alicdn.com/t/font_2553510_3bs9b5licix.woff2?t=1626956973644')
|
||||
format('woff2'),
|
||||
url('//at.alicdn.com/t/font_2553510_zfuqek7jp8p.woff?t=1626952352143')
|
||||
url('//at.alicdn.com/t/font_2553510_3bs9b5licix.woff?t=1626956973644')
|
||||
format('woff'),
|
||||
url('//at.alicdn.com/t/font_2553510_zfuqek7jp8p.ttf?t=1626952352143')
|
||||
url('//at.alicdn.com/t/font_2553510_3bs9b5licix.ttf?t=1626956973644')
|
||||
format('truetype');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user