mirror of
https://github.com/youzan/vant.git
synced 2025-12-21 01:07:46 +08:00
feat(Icon): add photo-fail icon (#6883)
This commit is contained in:
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',
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user