0.1.1 • Published 3 years ago

@gitpancake/catan-icons v0.1.1

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

catan-icons

NPM JavaScript Style Guide

Install

npm install --save catan-icons

Usage

import React, { Component } from 'react'

import { City } from 'catan-icons'

const YourComponent = () => {
  render() {
    return <City />
  }
}

License

MIT © gitpancake

Made with create-react-library

0.1.1

3 years ago