1.8.0 • Published 3 years ago

react-icons-material v1.8.0

Weekly downloads
21
License
MIT
Repository
github
Last release
3 years ago

npm version npm license

react-icons-material

A slim implementation offering support for MaterialUI icons in React.

Installation

npm install --save react-icons-material

or

yarn add react-icons-material

PropTypes

NameTypeDefault
sizenumber - stringinherit
colorstringinherit
iconstringnone
themeenum (DEFAULT, OUTLINED, ROUNDED, TWO_TONE, SHARP)none

Usage

Example:

import React from 'react';
import MaterialIcon, { Themes } from 'react-icons-material';

class Example extends React.Component {
  render() {
    return (
      <div>
        <MaterialIcon
          theme={Themes.OUTLINED}
          size='36px'
          color='#369'
          icon='cached'
        />
      </div>
    )
  }
}

Icons

As this is a very slim wrapper around Material Icons, it should support any icons here.

1.2.0

3 years ago

1.1.0

3 years ago

1.8.0

3 years ago

1.7.0

3 years ago

1.6.0

3 years ago

1.2.4

3 years ago

1.5.0

3 years ago

1.2.3

3 years ago

1.4.0

3 years ago

1.2.2

3 years ago

1.3.0

3 years ago

1.2.1

3 years ago

1.0.0

3 years ago

0.2.0

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.1

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago