feat(Icon): add delete-o、sort、font、font-o、revoke icon (#7760)

This commit is contained in:
neverland
2020-12-17 15:18:01 +08:00
committed by GitHub
parent 7a6e78fbf9
commit 7315b584d9
6 changed files with 59 additions and 9 deletions
+5
View File
@@ -233,6 +233,11 @@ const map = {
F0E6: 'back-top',
F0E7: 'share-o',
F0E8: 'minus',
F0E9: 'delete-o',
F0EA: 'sort',
F0EB: 'font',
F0EC: 'font-o',
F0ED: 'revoke',
};
const reversedMap = {};