mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
feat(Icon): add photo-fail icon (#6883)
This commit is contained in:
parent
33ed788262
commit
64bec01a73
Binary file not shown.
@ -229,6 +229,7 @@ const map = {
|
|||||||
F0E2: 'wechat',
|
F0E2: 'wechat',
|
||||||
F0E3: 'youzan-shield',
|
F0E3: 'youzan-shield',
|
||||||
F0E4: 'enlarge',
|
F0E4: 'enlarge',
|
||||||
|
F0E5: 'photo-fail',
|
||||||
};
|
};
|
||||||
|
|
||||||
const reversedMap = {};
|
const reversedMap = {};
|
||||||
|
@ -237,5 +237,6 @@ module.exports = {
|
|||||||
'bars',
|
'bars',
|
||||||
'wap-nav',
|
'wap-nav',
|
||||||
'enlarge',
|
'enlarge',
|
||||||
|
'photo-fail',
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user