1.0.0 • Published 4 years ago
material-icons-pro v1.0.0
How to use
install this package in your app
npm i material-icons-pro
it have 757
svg icons Components for web
import Javaclass from "material-icons-pro";
And how to use in Componets
const DemoApp = () => {
return (
<div>
<h1>We use this icon in our app</h1>
<img src={Javaclass} />
</div>
);
};
1.0.0
4 years ago