Skip to content

AparnaCilusani/material-svg-icons-react

Repository files navigation

material-svg-icons-react

material svg icons using react

NPM JavaScript Style Guide

Install

npm install --save material-svg-icons-react

Usage

import React, { Component } from 'react'

import Icon from 'material-svg-icons-react'

class Example extends Component {
  render () {
    let temp=['view-module','view-quilt','home','attachment']
    return (
      <div>
        {temp.map((item,index)=> (
          <Icon name={account} size='24px' color='grey' />
        ))}
         
      </div>
    )
  }
}

License

MIT © https://github.com/AparnaCilusani/xampr-svg-icons

About

svgs used in xampr web

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages