@reflexjs/icons-feather

Packages feather icons for Reflex.

Usage no npm install needed!

<script type="module">
  import reflexjsIconsFeather from 'https://cdn.skypack.dev/@reflexjs/icons-feather';
</script>

README

@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" />