fix(Icon): calendar-o typo #7080

This commit is contained in:
chenjiahan 2020-09-03 14:11:02 +08:00
parent ea6324234b
commit def6fb90c4
5 changed files with 7 additions and 7 deletions

View File

@ -34,7 +34,7 @@ const map = {
F01F: 'brush-o',
F020: 'bulb-o',
F021: 'bullhorn-o',
F022: 'calender-o',
F022: 'calendar-o',
F023: 'card',
F024: 'cart-circle-o',
F025: 'cart-circle',

View File

@ -98,7 +98,7 @@ module.exports = {
'newspaper-o',
'warn-o',
'notes-o',
'calender-o',
'calendar-o',
'bulb-o',
'user-circle-o',
'desktop-o',

File diff suppressed because one or more lines are too long

View File

@ -5,9 +5,9 @@
font-family: 'vant-icon';
font-style: normal;
font-display: auto;
src: url('https://img.yzcdn.cn/vant/vant-icon-ae8bba.woff2') format('woff2'),
url('https://img.yzcdn.cn/vant/vant-icon-ae8bba.woff') format('woff'),
url('https://img.yzcdn.cn/vant/vant-icon-ae8bba.ttf') format('truetype');
src: url('https://img.yzcdn.cn/vant/vant-icon-0c347b.woff2') format('woff2'),
url('https://img.yzcdn.cn/vant/vant-icon-0c347b.woff') format('woff'),
url('https://img.yzcdn.cn/vant/vant-icon-0c347b.ttf') format('truetype');
}
.van-icon {
@ -163,7 +163,7 @@
content: '\F021';
}
.van-icon-calender-o::before {
.van-icon-calendar-o::before {
content: '\F022';
}