Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
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 ]
![fill and stroke](https:/raw.githubusercontent.comRamiroPastorSvgIconsmainsvgiconstextareabold_full.svg) ![stroke style](https:/raw.githubusercontent.comRamiroPastorSvgIconsmainsvgiconstextareabold_strk.svg)
![fill and stroke](https:/raw.githubusercontent.comRamiroPastorSvgIconsmainsvgiconstextareaitalic_full.svg) ![stroke style](https:/raw.githubusercontent.comRamiroPastorSvgIconsmainsvgiconstextareaitalic_strk.svg)
![fill and stroke](https:/raw.githubusercontent.comRamiroPastorSvgIconsmainsvgiconstextarealink_full.svg) ![stroke style](https:/raw.githubusercontent.comRamiroPastorSvgIconsmainsvgiconstextarealink_strk.svg)
![fill and stroke](https:/raw.githubusercontent.comRamiroPastorSvgIconsmainsvgiconstextareaimage_full.svg) ![stroke style](https:/raw.githubusercontent.comRamiroPastorSvgIconsmainsvgiconstextareaimage_strk.svg)
![fill and stroke](https:/raw.githubusercontent.comRamiroPastorSvgIconsmainsvgiconstextareavideo_full.svg) ![stroke style](https:/raw.githubusercontent.comRamiroPastorSvgIconsmainsvgiconstextareavideo_strk.svg)
horizontalBars :: Svg Source #
Helper for both list icons
bulletList :: Svg Source #
![fill and stroke](https:/raw.githubusercontent.comRamiroPastorSvgIconsmainsvgiconstextareabulletList_full.svg) ![stroke style](https:/raw.githubusercontent.comRamiroPastorSvgIconsmainsvgiconstextareabulletList_strk.svg)
numberList :: Svg Source #
![fill and stroke](https:/raw.githubusercontent.comRamiroPastorSvgIconsmainsvgiconstextareanumberList_full.svg) ![stroke style](https:/raw.githubusercontent.comRamiroPastorSvgIconsmainsvgiconstextareanumberList_strk.svg)
![fill and stroke](https:/raw.githubusercontent.comRamiroPastorSvgIconsmainsvgiconstextareaheader_full.svg) ![stroke style](https:/raw.githubusercontent.comRamiroPastorSvgIconsmainsvgiconstextareaheader_strk.svg)
horizontalRule :: Svg Source #
![fill and stroke](https:/raw.githubusercontent.comRamiroPastorSvgIconsmainsvgiconstextareahr_full.svg) ![stroke style](https:/raw.githubusercontent.comRamiroPastorSvgIconsmainsvgiconstextareahr_strk.svg)
![fill and stroke](https:/raw.githubusercontent.comRamiroPastorSvgIconsmainsvgiconstextareaundo_full.svg) ![stroke style](https:/raw.githubusercontent.comRamiroPastorSvgIconsmainsvgiconstextareaundo_strk.svg)
![fill and stroke](https:/raw.githubusercontent.comRamiroPastorSvgIconsmainsvgiconstextarearedo_full.svg) ![stroke style](https:/raw.githubusercontent.comRamiroPastorSvgIconsmainsvgiconstextarearedo_strk.svg)
curvyArrowLeft :: Svg Source #
Helper for both undo and redo icons
questionMark :: Svg Source #
![fill and stroke](https:/raw.githubusercontent.comRamiroPastorSvgIconsmainsvgiconstextareahelp_full.svg) ![stroke style](https:/raw.githubusercontent.comRamiroPastorSvgIconsmainsvgiconstextareahelp_strk.svg)
fullscreen :: Svg Source #
![fill and stroke](https:/raw.githubusercontent.comRamiroPastorSvgIconsmainsvgiconstextareafullscreen_full.svg) ![stroke style](https:/raw.githubusercontent.comRamiroPastorSvgIconsmainsvgiconstextareafullscreen_strk.svg)