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

SvgIcons.Icons.Arrows

Synopsis

Documentation

svgArrows :: [(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.)

svgArrows :: [ (String , S.Svg) ]
svgArrows =
  [ (,) "curvyArrowLeft" curvyArrowLeft
  , (,) "curvyArrowRight" curvyArrowRight
  , (,) "bigArrowLeft"    bigArrowLeft
  , (,) "bigArrowRight"   bigArrowRight
  ]