svg-icons-0.4.0.2: 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 =
  [ (,) "archive"    archive
  , (,) "briefcase"  briefcase
  , (,) "clipboard"  clipboard
  , (,) "document"   document
  , (,) "envelope"   envelope
  , (,) "lupe"       lupe
  , (,) "paperclip"  paperclip
  , (,) "pencil"     pencil
  , (,) "pin"        pin
  , (,) "printer"    printer
  ]