mui-mdi

1.1.1 • Public • Published

mui-mdi

A fork of https://github.com/gabriel-miranda/react-mdi

Reworked to work nicely with Material-UI

Material-UI community Material Design Icons.

Community Material Design Icons as svg react components, built with icon-builder from Material-UI.

Special thanks to Austin Andrews for managing Material Design Icons.

Installation

npm install react-mdi

Usage

import React from 'react';
 
import AccountIcon from 'react-mdi/icons/account';
 
export default class Account extends React.Component {
  render() {
    return (
      <AccountIcon />
    );
  }
}

Build

npm run build

Package Sidebar

Install

npm i mui-mdi

Weekly Downloads

0

Version

1.1.1

License

MIT

Unpacked Size

2.41 MB

Total Files

2248

Last publish

Collaborators

  • pbutcherzaf