catan-icons
v0.1.24
Published
Made with create-react-library
Downloads
2
Readme
catan-icons
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