0.1.7 • Published 5 years ago

@icoset/preset-feather-icons v0.1.7

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

Icoset Feather Icons Preset

Install

# yarn
$ yarn add @icoset/icoset @icoset/preset-feather-icons

# npm
$ npm install -S @icoset/icoset @icoset/preset-feather-icons

Use

When building your icon set, use the preset option instead of directory:

const icoset = require('@icoset/icoset');

icoset({
  preset: require('@icoset/preset-feather-icons'),
  // any other options you want
}).then(res => console.log(res));