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.
npm install react-mdi
import React from 'react';
import AccountIcon from 'react-mdi/icons/account';
export default class Account extends React.Component {
render() {
return (
<AccountIcon />
);
}
}
npm run build