DEPRECATED. Elm functions for Feather icons.
DEPRECATED. Use https://github.com/1602/elm-feather instead.
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
import Feather
view : Html Msg
view =
div [] [ Feather.alertTriangle "#7EA" 24 ]
Thanks to Cole Bemis for releasing Feather icons
under MIT.
See LICENSE