icidasset / elm-material-icons / Material.Icons.Types


type Coloring
    = Color Color
    | Inherit

Should I use a Color, or do I Inherit from the CSS color?


type alias Icon msg =
Basics.Int -> Coloring -> Svg msg

Type alias for our icons.