react-material-icons-blue

React Component with google material icons.

Usage no npm install needed!

<script type="module">
  import reactMaterialIconsBlue from 'https://cdn.skypack.dev/react-material-icons-blue';
</script>

README

Simple component for Material Icons in React.

Usage & Docs

Install

npm install

npm install react-material-icons-blue

Import module

ES6

import {Icons} from "react-material-icons-blue";

Usage

<Icon
  icon="amazon"// Icon to use
  style={{ fill: "#fff" }} // Styles prop for icon (svg)
/>