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!