[Improvement] add share & arrow-left icons (#407)

This commit is contained in:
neverland
2017-12-11 11:02:27 +08:00
committed by GitHub
parent 1182eafef3
commit 92d513d2eb
3 changed files with 101 additions and 87 deletions

View File

@@ -49,6 +49,10 @@ module.exports = {
src: 'more-o.svg',
css: 'more-o'
},
{
src: 'share.svg',
css: 'share'
},
{
src: '喜欢.svg',
css: 'like-o'
@@ -197,6 +201,10 @@ module.exports = {
src: '进入箭头.svg',
css: 'arrow'
},
{
src: 'arrow-left.svg',
css: 'arrow-left'
},
{
src: '成功.svg',
css: 'success'