svg-icons-0.1.0.1: 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 =
  [ (,) "sun"      (sun 14)
  , (,) "moon"      moon
  , (,) "crescent"  crescent
  ]

sun :: Int -> Svg Source #

![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.

moon :: Svg Source #

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

crescent :: Svg Source #

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