Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Icons.Textarea
Synopsis
- svgTextarea :: [(String, Svg)]
- bold :: Svg
- italic :: Svg
- link :: Svg
- imageIcon :: Svg
- video :: Svg
- horizontalBars :: Svg
- bulletList :: Svg
- numberList :: Svg
- header :: Svg
- horizontalRule :: Svg
- undo :: Svg
- redo :: Svg
- curvyArrowLeft :: Svg
- questionMark :: Svg
- fullscreen :: Svg
- preview :: Svg
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
bulletList :: Svg Source #


numberList :: Svg Source #




horizontalRule :: Svg Source #






curvyArrowLeft :: Svg Source #
Helper for both undo and redo icons
questionMark :: Svg Source #


fullscreen :: Svg Source #

