@jenkins-cd/react-material-icons

1.0.0 • Public • Published

Simple component for Material Icons in React.

Usage & Docs

Install

npm install

npm install @jenkins-cd/react-material-icons

Import module

ES6

import {Icon} from "@jenkins-cd/react-material-icons";

Usage

<Icon
  icon="amazon"// Icon to use
  style={{ fill: "#fff" }} // Styles prop for icon (svg)
  className="amazon" // arbitrary class name
  focusable="true" // applied to svg attribute; false by default
/>

Package Sidebar

Install

npm i @jenkins-cd/react-material-icons

Weekly Downloads

1

Version

1.0.0

License

GPL-3.0

Last publish

Collaborators

  • nicupascu
  • vivekp
  • imeredith
  • tfennelly
  • bwalding
  • kohsuke
  • sophistifunk
  • scherler
  • kzantow