feat(Icon): add share-o icon
This commit is contained in:
@@ -5,9 +5,9 @@
|
||||
font-family: 'vant-icon';
|
||||
font-style: normal;
|
||||
font-display: auto;
|
||||
src: url('https://img.yzcdn.cn/vant/vant-icon-eeb192.woff2') format('woff2'),
|
||||
url('https://img.yzcdn.cn/vant/vant-icon-eeb192.woff') format('woff'),
|
||||
url('https://img.yzcdn.cn/vant/vant-icon-eeb192.ttf') format('truetype');
|
||||
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');
|
||||
}
|
||||
|
||||
.van-icon {
|
||||
@@ -763,6 +763,10 @@
|
||||
content: '\F0B5';
|
||||
}
|
||||
|
||||
.van-icon-share-o::before {
|
||||
content: '\F0E7';
|
||||
}
|
||||
|
||||
.van-icon-share::before {
|
||||
content: '\F0B6';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user