mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-08-10 06:29:46 +08:00
feat(Icon): add some icons for ShareSheet (#10468)
This commit is contained in:
parent
a1d7d3367a
commit
c4535ef77c
Binary file not shown.
@ -977,3 +977,23 @@
|
|||||||
.van-icon-cash-o:before {
|
.van-icon-cash-o:before {
|
||||||
content: '\e74d';
|
content: '\e74d';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.van-icon-qq:before {
|
||||||
|
content: '\e74e';
|
||||||
|
}
|
||||||
|
|
||||||
|
.van-icon-wechat-moments:before {
|
||||||
|
content: '\e74f';
|
||||||
|
}
|
||||||
|
|
||||||
|
.van-icon-weibo:before {
|
||||||
|
content: '\e750';
|
||||||
|
}
|
||||||
|
|
||||||
|
.van-icon-link-o:before {
|
||||||
|
content: '\e751';
|
||||||
|
}
|
||||||
|
|
||||||
|
.van-icon-miniprogram-o:before {
|
||||||
|
content: '\e752';
|
||||||
|
}
|
||||||
|
@ -150,6 +150,8 @@ export default {
|
|||||||
'shield-o',
|
'shield-o',
|
||||||
'guide-o',
|
'guide-o',
|
||||||
'cash-o',
|
'cash-o',
|
||||||
|
'link-o',
|
||||||
|
'miniprogram-o',
|
||||||
],
|
],
|
||||||
filled: [
|
filled: [
|
||||||
// has corresponding outline icon
|
// has corresponding outline icon
|
||||||
@ -224,7 +226,10 @@ export default {
|
|||||||
// without corresponding outline icon
|
// without corresponding outline icon
|
||||||
'wechat',
|
'wechat',
|
||||||
'wechat-pay',
|
'wechat-pay',
|
||||||
|
'wechat-moments',
|
||||||
|
'qq',
|
||||||
'alipay',
|
'alipay',
|
||||||
|
'weibo',
|
||||||
'photograph',
|
'photograph',
|
||||||
'youzan-shield',
|
'youzan-shield',
|
||||||
'umbrella-circle',
|
'umbrella-circle',
|
||||||
|
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('https://at.alicdn.com/t/font_2553510_5imfhdc20ag.woff2?t=1640074908811')
|
src: url('https://at.alicdn.com/t/font_2553510_iv4v8nulyz.woff2?t=1649083952952')
|
||||||
format('woff2'),
|
format('woff2'),
|
||||||
url('https://at.alicdn.com/t/font_2553510_5imfhdc20ag.woff?t=1640074908811')
|
url('https://at.alicdn.com/t/font_2553510_iv4v8nulyz.woff?t=1649083952952')
|
||||||
format('woff'),
|
format('woff'),
|
||||||
url('https://at.alicdn.com/t/font_2553510_5imfhdc20ag.ttf?t=1640074908811')
|
url('https://at.alicdn.com/t/font_2553510_iv4v8nulyz.ttf?t=1649083952952')
|
||||||
format('truetype');
|
format('truetype');
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user