Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
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 ]
![fill and stroke](https:/raw.githubusercontent.comRamiroPastorSvgIconsmainsvgiconscosmossun_full.svg) ![stroke style](https:/raw.githubusercontent.comRamiroPastorSvgIconsmainsvgiconscosmossun_strk.svg)
Takes a natural number n
which draws 2*n
rays.
![fill and stroke](https:/raw.githubusercontent.comRamiroPastorSvgIconsmainsvgiconscosmosmoon_full.svg) ![stroke style](https:/raw.githubusercontent.comRamiroPastorSvgIconsmainsvgiconscosmosmoon_strk.svg)