NoRedInk / noredink-ui / Nri.Ui.AnimatedIcon.V1

mobileOpenClose : Basics.Bool -> Nri.Ui.Svg.V1.Svg

An icon that animates between a "hamburger" and an "x".

Pass a bool representing whether the menu/navbar/whatever is open.

arrowRightDown : Basics.Bool -> Nri.Ui.Svg.V1.Svg

An arrow that animates between pointing right and pointing down. Typically used for disclosures and accordions.

arrowRightUp : Basics.Bool -> Nri.Ui.Svg.V1.Svg

An arrow that animates between pointing right and pointing up. Typically used for disclosures and accordions.

arrowDownUp : Basics.Bool -> Nri.Ui.Svg.V1.Svg

An arrow that animates between pointing down and pointing up. Typically used as a fly-out menu indicator.