SvgIcons.Icons.Coding
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; }