diff --git a/src/SvgIcons/Icons/Coding.hs b/src/SvgIcons/Icons/Coding.hs
--- a/src/SvgIcons/Icons/Coding.hs
+++ b/src/SvgIcons/Icons/Coding.hs
@@ -23,7 +23,7 @@
 >svgCoding :: [ (String , S.Svg) ]
 >svgCoding =
 >  [ (,) "haskell" haskell
-<  , (,) "xmlCode" xmlCode
+>  , (,) "xmlCode" xmlCode
 >  ]
 -}
 svgCoding :: [ (String , S.Svg) ]
diff --git a/svg-icons.cabal b/svg-icons.cabal
--- a/svg-icons.cabal
+++ b/svg-icons.cabal
@@ -1,6 +1,6 @@
 cabal-version:      2.4
 name:               svg-icons
-version:            2.9.2.0
+version:            2.9.2.1
 homepage:           https://github.com/RamiroPastor/SvgIcons
 license:            BSD-3-Clause
 license-file:       LICENSE
