@mizmoz/react-material-design-icons
TypeScript icon, indicating that this package has built-in type declarations

2.0.1 • Public • Published

react-material-design-icons

A not totally insane way to use Google's Material Design icons in your React projects.

Unlike other projects this doesn't pull in every single icon into your bundle, just the ones you use.

Probably best to use Google to search for the icon you want and then use the name they give you. https://fonts.google.com/icons?icon.platform=web

import Action3DRotationOutlineIcon from "@mizmoz/react-material-design-icons/action/abcOutlineIcon";

// all props are optional
const App = () => (
  <ActionAbcOutlineIcon
    size={96}
    color="red"
    className="my-custom-class"
    style={{ margin: '1rem' }}
  />
);

Readme

Keywords

none

Package Sidebar

Install

npm i @mizmoz/react-material-design-icons

Weekly Downloads

3

Version

2.0.1

License

MIT

Unpacked Size

15.7 MB

Total Files

21508

Last publish

Collaborators

  • mizmoz