svg-icons-0.4.0.2: 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
  ]