Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Icons.Cosmos
Documentation
svgCosmos :: [(String, Svg)] Source #
A list with all the icons of this module, together with appropriate names.
svgCosmos :: [ (String , S.Svg) ] svgCosmos = [ (,) "sun" (sun 14) , (,) "moon" moon , (,) "crescent" crescent ]


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

