alexanderkiel / elm-mdc-alpha / Material.Icon

Convenience functions for producing Material Design Icons.

Example

import Material.Icon as Icon


Icon.view [] "settings"

View

view : List (Property msg) -> String -> Html msg

Renders an icon with the given name.

Properties


type alias Property msg =
Material.Internal.Options.Property () msg

Icons property type.