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

View File

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

View File

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