feat(Icon): add photo-fail icon (#6883)

This commit is contained in:
neverland 2020-07-27 16:05:47 +08:00 committed by GitHub
parent 33ed788262
commit 64bec01a73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 0 deletions

View File

@ -229,6 +229,7 @@ const map = {
F0E2: 'wechat',
F0E3: 'youzan-shield',
F0E4: 'enlarge',
F0E5: 'photo-fail',
};
const reversedMap = {};

View File

@ -237,5 +237,6 @@ module.exports = {
'bars',
'wap-nav',
'enlarge',
'photo-fail',
],
};