svg-icons 2.1.0.0 → 2.1.0.1
raw patch · 2 files changed
+11/−5 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- src/SvgIcons/Icons/Coding.hs +10/−4
- svg-icons.cabal +1/−1
src/SvgIcons/Icons/Coding.hs view
@@ -19,10 +19,10 @@ A list with all the icons from this module, together with appropriate names. -svgCoding :: [ (String , S.Svg) ] -svgCoding = - [ (,) "haskell" haskell - ] +>svgCoding :: [ (String , S.Svg) ] +>svgCoding = +> [ (,) "haskell" haskell +> ] -} svgCoding :: [ (String , S.Svg) ] svgCoding = @@ -36,6 +36,12 @@   + +Note: you can remove fill colors with CSS: + +>path { +> fill: none; +>} -} haskell :: Svg haskell =
svg-icons.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: svg-icons -version: 2.1.0.0 +version: 2.1.0.1 homepage: https://github.com/RamiroPastor/SvgIcons license: BSD-3-Clause license-file: LICENSE