1.1.12 • Published 2 years ago

@liamb13/gea-icons-react v1.1.12

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

React Icons for GEA

Includes a handful of farming icons as React components.

Installation (for standard modern project)

yarn add @liamb13/gea-icons-react
# or
npm install @liamb13/gea-icons-react --save

example usage

import { FiCarrotAltIcon } from "@liamb13/gea-icons-react"

function Question() {
  return (
    <h3>
      It's <FiCarrotAltIcon /> season
    </h3>
  )
}
1.1.12

2 years ago

1.1.11

2 years ago

1.1.10

2 years ago

1.1.9

2 years ago

1.1.8

3 years ago

1.1.3

3 years ago