Icon renders a Material Icon.
import Material.Icon as Icon main = Icon.icon [] "favorite"
icon : List (Html.Attribute msg) -> String -> Html msg
Icon view function