Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
SvgIcons.Icons.Computer
Documentation
svgComputer :: [(String, Svg)] Source #
A list with all the icons of this module, together with appropriate names.
svgComputer :: [ (String , S.Svg) ] svgComputer = [ (,) "ring" ring , (,) "accept" accept , (,) "cancel" cancel , (,) "plus" plus , (,) "maximize" maximize , (,) "minimize" minimize , (,) "menuDots" menuDots , (,) "menuLines" menuLines , (,) "powerButton" powerButton , (,) "warning" warning , (,) "diskette" diskette , (,) "save" save , (,) "dustBin" dustBin ]
powerButton :: Svg Source #