Convenience functions for producing Material Design Icons.
import Material.Icon as Icon
Icon.view [] "settings"
view : List (Property msg) -> String -> Html msg
Renders an icon with the given name.
Material.Internal.Options.Property () msg
Icons property type.