lemol / ant-design-icons-elm-ui / Ant.Icon

Basics


type Attribute msg


type alias SvgIcon msg =
List (Html.Attribute msg) -> Html msg

icon : List (Attribute msg) -> SvgIcon msg -> Element msg

Attributes

fill : Element.Color -> Attribute msg

height : Basics.Int -> Attribute msg

width : Basics.Int -> Attribute msg

rotate : Basics.Float -> Attribute msg

spin : Attribute msg

style : List ( String, String ) -> Attribute msg

twoToneColor : Element.Color -> Attribute msg

Utils

iconBase : {} -> List (Attribute msg) -> SvgIcon msg -> Element msg

styleNode : Html msg