1.0.0 • Published 4 years ago

material-icons-pro v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

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>
  );
};