@mtjs/icons
v0.1.2
Published
<h1 align="center"> MT Icons for React </h1>
Readme
Install
yarn add @mtjs/[email protected]Basic Usage
You can import it directly or destructure from @mtjs/icons when tree-shaking enabled.
Component Interface
interface AntdIconProps {
className?: string;
onClick?: React.MouseEventHandler<SVGSVGElement>;
style?: React.CSSProperties;
}Release
npm run generate
npm run compile
npm publish