项目作者: arnau

项目描述 :
DEPRECATED. Elm functions for Feather icons.
高级语言: Elm
项目地址: git://github.com/arnau/elm-feather.git
创建时间: 2017-10-03T17:19:51Z
项目社区:https://github.com/arnau/elm-feather

开源协议:MIT License

下载


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

  1. import Feather
  2. view : Html Msg
  3. view =
  4. div [] [ Feather.alertTriangle "#7EA" 24 ]

Credits

Thanks to Cole Bemis for releasing Feather icons
under MIT.

License

See LICENSE