aforemny / material-components-web-elm / Material.Icon

Icon renders a Material Icon.

Table of Contents

Resources

Basic Usage

import Material.Icon as Icon

main =
    Icon.icon [] "favorite"

Icon

icon : List (Html.Attribute msg) -> String -> Html msg

Icon view function