Elm-feather: Great Elm icon package

This isn’t something I’ve made myself, but something I just started using in a project:

elm-feather is an Elm package for https://feathericons.com/

Hadn’t heard about Feather before, but their icons are beautiful!

What I really like about elm-feather is that you can optionally use their online tool instead of installing it using elm-package, and pick just the icons you want. Then you just paste the generated code in a file and off you go! This saves a ton of code compared to using for example FontAwesome.

https://1602.github.io/elm-feather-icons/

Just wanted to shout out about these cool projects, in case you hadn’t heard of them either!

5 Likes

Yep, it’s very nice! and it’s gonna be even better when dead code elimination will be here to use the package without any size trade off :slight_smile:

2 Likes

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.