svg-icons-0.4.0.2: Svg Icons and more
Safe HaskellSafe-Inferred
LanguageHaskell2010

Icons.Textarea

Synopsis

Documentation

svgTextarea :: [(String, Svg)] Source #

A list with all the icons of this module, together with appropriate names. This module contains icons suitable for the tool bars of a text editor (bold, italic, etc.)

svgTextarea :: [ (String , S.Svg) ]
svgTextarea =
  [ (,) "bold"       bold
  , (,) "italic"     italic
  , (,) "link"       link
  , (,) "image"      imageIcon
  , (,) "video"      video
  , (,) "bulletList" bulletList
  , (,) "numberList" numberList
  , (,) "header"     header
  , (,) "hr"         horizontalRule
  , (,) "undo"       undo
  , (,) "redo"       redo
  , (,) "help"       questionMark
  , (,) "fullscreen" fullscreen
  , (,) "preview"    preview
  ]

horizontalBars :: Svg Source #

Helper for both list icons

curvyArrowLeft :: Svg Source #

Helper for both undo and redo icons