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

Icons.Office

Synopsis

Documentation

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

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

svgOffice :: [ (String , S.Svg) ]
svgOffice =
  [ (,) "envelope"   envelope
  , (,) "pencil"     pencil
  , (,) "document"   document
  , (,) "archive"    archive
  , (,) "pin"        pin
  , (,) "clip"       paperclip
  , (,) "clipboard"  clipboard
  , (,) "printer"    printer
  , (,) "lupe"       lupe
  , (,) "briefcase"  briefcase
  ]

envelope :: Svg Source #

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

pencil :: Svg Source #

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

document :: Svg Source #

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

archive :: Svg Source #

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

pin :: Svg Source #

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

paperclip :: Svg Source #

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

clipboard :: Svg Source #

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

printer :: Svg Source #

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

lupe :: Svg Source #

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

briefcase :: Svg Source #

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