svg-icons-0.1.0.1: 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 =
  [ (,) "plus"        plus
  , (,) "cancel"      cancel
  , (,) "accept"      accept
  , (,) "warning"     warning
  , (,) "minimize"    minimize
  , (,) "maximize"    maximize
  , (,) "menuDots"    menuDots
  , (,) "menuLines"   menuLines
  , (,) "powerButton" powerButton 
  ]

plus :: Svg Source #

![fill and stroke](https:/raw.githubusercontent.comRamiroPastorSvgIconsmainsvgiconscomputerplus_full.svg) ![stroke style](https:/raw.githubusercontent.comRamiroPastorSvgIconsmainsvgiconscomputerplus_strk.svg)

cancel :: Svg Source #

![fill and stroke](https:/raw.githubusercontent.comRamiroPastorSvgIconsmainsvgiconscomputercancel_full.svg) ![stroke style](https:/raw.githubusercontent.comRamiroPastorSvgIconsmainsvgiconscomputercancel_strk.svg)

accept :: Svg Source #

![fill and stroke](https:/raw.githubusercontent.comRamiroPastorSvgIconsmainsvgiconscomputeraccept_full.svg) ![stroke style](https:/raw.githubusercontent.comRamiroPastorSvgIconsmainsvgiconscomputeraccept_strk.svg)

warning :: Svg Source #

![fill and stroke](https:/raw.githubusercontent.comRamiroPastorSvgIconsmainsvgiconscomputerwarning_full.svg) ![stroke style](https:/raw.githubusercontent.comRamiroPastorSvgIconsmainsvgiconscomputerwarning_strk.svg)

minimize :: Svg Source #

![fill and stroke](https:/raw.githubusercontent.comRamiroPastorSvgIconsmainsvgiconscomputerminimize_full.svg) ![stroke style](https:/raw.githubusercontent.comRamiroPastorSvgIconsmainsvgiconscomputerminimize_strk.svg)

maximize :: Svg Source #

![fill and stroke](https:/raw.githubusercontent.comRamiroPastorSvgIconsmainsvgiconscomputermaximize_full.svg) ![stroke style](https:/raw.githubusercontent.comRamiroPastorSvgIconsmainsvgiconscomputermaximize_strk.svg)

menuDots :: Svg Source #

![fill and stroke](https:/raw.githubusercontent.comRamiroPastorSvgIconsmainsvgiconscomputermenuDots_full.svg) ![stroke style](https:/raw.githubusercontent.comRamiroPastorSvgIconsmainsvgiconscomputermenuDots_strk.svg)

menuLines :: Svg Source #

![fill and stroke](https:/raw.githubusercontent.comRamiroPastorSvgIconsmainsvgiconscomputermenuLines_full.svg) ![stroke style](https:/raw.githubusercontent.comRamiroPastorSvgIconsmainsvgiconscomputermenuLines_strk.svg)

powerButton :: Svg Source #

![fill and stroke](https:/raw.githubusercontent.comRamiroPastorSvgIconsmainsvgiconscomputerpowerButton_full.svg) ![stroke style](https:/raw.githubusercontent.comRamiroPastorSvgIconsmainsvgiconscomputerpowerButton_strk.svg)