material-svg-icons

1.0.1 • Public • Published

material-svg-icons

Svg Icons which supports for both React and ReactNative

NPM JavaScript Style Guide

Install

npm install --save material-svg-icons

Usage

import React, { Component } from "react";

import Icon from "material-svg-icons";

class Example extends Component {
  render() {
    return (
      <div>
        <Icon name="xchat" size={30} color={["red", "blue", "black"]} />
      </div>
    );
  }
}

License

© RavikanthOB

Readme

Keywords

none

Package Sidebar

Install

npm i material-svg-icons

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

20.5 kB

Total Files

8

Last publish

Collaborators

  • ravikanthob