lenards / elm-ui-patternfly / PF4.Icons

This library handles functions that will render Svg versions of the icons used by the PF4 library. This relieves folks from the need to include a sprite sheet or other assets when using PF4.

Most icons has functions for a default color and Rgb255 form.

System Icons, no color variation

hamburger : Element msg

Icons with default color and variation

chevronDown : Element msg

chevronDownRgb255 : Basics.Int -> Basics.Int -> Basics.Int -> Element msg

chevronRight : Element msg

chevronRightRgb255 : Basics.Int -> Basics.Int -> Basics.Int -> Element msg

closeCircle : Element msg

closeCircleRgb255 : Basics.Int -> Basics.Int -> Basics.Int -> Element msg

close : Element msg

closeRgb255 : Basics.Int -> Basics.Int -> Basics.Int -> Element msg

info : Element msg

infoRgb255 : Basics.Int -> Basics.Int -> Basics.Int -> Element msg

times : Element msg

timesRgb255 : Basics.Int -> Basics.Int -> Basics.Int -> Element msg

nineBox : Element msg

nineBoxRgb255 : Basics.Int -> Basics.Int -> Basics.Int -> Element msg