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

Icons.Business

Synopsis

Documentation

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

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

svgBusiness :: [ (String , S.Svg) ]
svgBusiness =
  [ (,) "company"     company
  , (,) "connections" connections
  , (,) "analytics"   analytics
  , (,) "bullseye"    bullseye
  ]

company :: Svg Source #

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

connections :: Svg Source #

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

analytics :: Svg Source #

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