0.2.0 • Published 2 years ago
liancheng-react-icons-local v0.2.0
UniUbi Icons from React
引用组件
yarn add liancheng-react-icons
基本用法
import React from "react";
import { SmilingOutlined } from "liancheng-react-icons";
const Wrapper: React.SF = () => {
return (
<div>
<SmilingOutlined />
</div>
);
};
export default Wrapper;
0.2.0
2 years ago