1
0
mirror of https://gitee.com/vant-contrib/vant.git synced 2025-04-06 03:57:59 +08:00

feat(icon): add enlarge icon

This commit is contained in:
chenjiahan 2020-07-02 14:41:12 +08:00
parent 1b58e872fd
commit 1c97b1837f
3 changed files with 2 additions and 0 deletions
packages/vant-icons

Binary file not shown.

@ -228,6 +228,7 @@ const map = {
F0E1: 'weapp-nav',
F0E2: 'wechat',
F0E3: 'youzan-shield',
F0E4: 'enlarge',
};
const reversedMap = {};

@ -236,5 +236,6 @@ module.exports = {
'descending',
'bars',
'wap-nav',
'enlarge',
],
};