1.0.1 • Published 4 years ago

material-svg-icons v1.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

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