1602/elm-feather

Feather icons for elm


Keywords
feather-icons, icons, svg-icons
License
BSD-3-Clause
Install
elm-package install 1602/elm-feather 2.0.0

Documentation

Feather icons for elm

Embeddable svg icons by https://feathericons.com/

Usage

As elm package

Install

elm package install 1602/elm-feather

Import

import FeatherIcons

Use

FeatherIcons.chevronsLeft
    |> FeatherIcons.toHtml []

As selection of functions

In case if you just want subset of icons or don't want additional dependency

  1. Visit https://1602.github.io/elm-feather-icons/
  2. Select icons you need
  3. Grab generated code

Demo

https://gyazo.com/fa2022e0ff6fae010070e20f2e55f71b

Contribution

This package semi-automatically generated using https://github.com/1602/elm-feather-icons as builder and https://github.com/colebemis/feather as source.

Roadmap