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

SvgIcons.Icons.Outdoors

Synopsis

Documentation

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

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

svgOutdoors :: [ (String , S.Svg) ]
svgOutdoors =
  [ (,) "flag" flag
  ]