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

Icons.Human

Synopsis

Documentation

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

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

svgHuman :: [ (String , S.Svg) ]
svgHuman =
  [ (,) "carnet"      carnet
  , (,) "eyeOpened"   eyeOpened
  , (,) "eyeStriked"  eyeStriked
  , (,) "heartFat"    heartFat
  , (,) "heartSlim"   heartSlim
  , (,) "people"      people
  , (,) "person"      person
  , (,) "talk"        talk
  ]