arnau/elm-feather

Feather icons in Elm


Keywords
elm, feather, icons, svg
License
MIT
Install
elm-package install arnau/elm-feather 1.0.0

Documentation

Feather in Elm

DEPRECATED. Use https://github.com/1602/elm-feather instead.

What is Feather?

Quoting the original project

Feather is a collection of simply beautiful open source icons. Each icon is designed on a 24x24 grid with an emphasis on simplicity, consistency and readability.

This translation is based on Feather 3.2.2

Example

import Feather

view : Html Msg
view =
  div [] [ Feather.alertTriangle "#7EA" 24  ]

Credits

Thanks to Cole Bemis for releasing Feather icons under MIT.

License

See LICENSE