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

Icons.Cosmos

Synopsis

Documentation

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

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

svgCosmos :: [ (String , S.Svg) ]
svgCosmos =
  [ (,) "moonCrescent"  moonCrescent
  , (,) "moonHalf"      moonHalf
  , (,) "sun"          (sun 14)
  ]

sun :: Int -> Svg Source #

Takes a natural number n which draws 2*n rays.