mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix(@vant/icons): invitation typo (#9096)
* fix(@vant/icons): invitation typo * chore: add file
This commit is contained in:
parent
9d38d3c8af
commit
c6a9e8a4db
Binary file not shown.
@ -170,7 +170,7 @@
|
|||||||
content: '\e6d5';
|
content: '\e6d5';
|
||||||
}
|
}
|
||||||
|
|
||||||
.van-icon-invition:before {
|
.van-icon-invitation:before {
|
||||||
content: '\e6d6';
|
content: '\e6d6';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -236,7 +236,7 @@ module.exports = {
|
|||||||
'audio',
|
'audio',
|
||||||
'graphic',
|
'graphic',
|
||||||
'column',
|
'column',
|
||||||
'invition',
|
'invitation',
|
||||||
'play',
|
'play',
|
||||||
'pause',
|
'pause',
|
||||||
'stop',
|
'stop',
|
||||||
|
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_zfuqek7jp8p.woff2?t=1626952352143')
|
src: url('//at.alicdn.com/t/font_2553510_3bs9b5licix.woff2?t=1626956973644')
|
||||||
format('woff2'),
|
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'),
|
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');
|
format('truetype');
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user