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

SvgIcons.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 =
  [ (,) "analytics"   analytics
  , (,) "bullseye"    bullseye
  , (,) "company"     company
  , (,) "connections" connections
  , (,) "creditCard"  creditCard
  , (,) "creditIn"    creditIn
  , (,) "creditOut"   creditOut
  , (,) "coinPile"    coinPile
  , (,) "dividends"  (dividends "$")
  ]

coinColumn Source #

Arguments

:: Int

n

-> Float

coordinate x of the center of the column

-> Float

coordinate y of the lowest coin

-> Svg

resulting svg

Helper for coinPile icon.

Draws a column of (n+1) coins.

dividends :: String -> Svg Source #

Takes a string which should be the money symbol you want to use (or an empty string).