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

Icons.Math

Synopsis

Documentation

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

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

svgMath :: [ (String , S.Svg) ]
svgMath =
  [ (,) "lambda"     lambda
  , (,) "lemniscate" lemniscate
  ]

lambda :: Svg Source #

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

lemniscate :: Svg Source #

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