0.2.1 • Published 3 years ago

@reflexjs/icons-feather v0.2.1

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

@reflexjs/icons-feather

Packages feather icons for Reflex.

Installation

npm i @reflexjs/icons-feather

Usage

Create the following file src/@reflexjs/gatsby-theme-base/icons.js.

// src/@reflexjs/gatsby-theme-base/icons.js

import icons from "@reflexjs/icons-feather"

export default {
  ...icons,
  custom: `...`,
}

Then use icons using the Icon component.

<Icon name="arrow-right" />