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

Icons.Computer

Synopsis

Documentation

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

A list with all the icons of this module, together with appropriate names.

svgComputer :: [ (String , S.Svg) ]
svgComputer =
  [ (,) "accept"      accept
  , (,) "cancel"      cancel
  , (,) "plus"        plus
  , (,) "maximize"    maximize
  , (,) "minimize"    minimize
  , (,) "menuDots"    menuDots
  , (,) "menuLines"   menuLines
  , (,) "powerButton" powerButton 
  , (,) "warning"     warning
  ]