1.0.0 • Published 3 years ago

food-icons v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

food-icons

Food icon library

NPM JavaScript Style Guide

Install

npm install --save food-icons

Usage

import React, { Component } from 'react'

import FoodIcon from 'food-icons'

class Example extends Component {
  render() {
    return <FoodIcon name='tray' />
  }
}

License

MIT © SteveVanOpstal

1.0.0

3 years ago