akoppela / elm-logo / ElmLogo

This library provides SVG Elm logos to use with various libraries, such as Svg, Html or Elm UI.

All functions accept integer as first argument to set width of logo.

Functions

svg : Basics.Int -> Svg msg

Elm logo which can be embedded into SVG

html : Basics.Int -> Html msg

Elm logo which can be embedded into HTML

element : Basics.Int -> Element msg

Elm logo which can be embedded into Elm UI view