1 Star 0 Fork 0

珠玉泪烟/react-native-vector-icons

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
EvilIcons.js 386 Bytes
一键复制 编辑 原始数据 按行查看 历史
connectdotz 提交于 2020-10-21 14:40 . remove TabBarIOS dependency
/**
* EvilIcons icon set component.
* Usage: <EvilIcons name="icon-name" size={20} color="#4F8EF7" />
*/
import createIconSet from './lib/create-icon-set';
import glyphMap from './glyphmaps/EvilIcons.json';
const iconSet = createIconSet(glyphMap, 'EvilIcons', 'EvilIcons.ttf');
export default iconSet;
export const {
Button,
getImageSource,
getImageSourceSync,
} = iconSet;
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/jkd5170/react-native-vector-icons.git
git@gitee.com:jkd5170/react-native-vector-icons.git
jkd5170
react-native-vector-icons
react-native-vector-icons
master

搜索帮助