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

SvgIcons.Icons.Coding

Synopsis

Documentation

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

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

svgCoding :: [ (String , S.Svg) ]
svgCoding =
  [ (,) "haskell" haskell
  ]

haskell :: Svg Source #

Note: you can remove fill colors with CSS:

path {
  fill: none;
}