diff --git a/src/SvgIcons/Core/Render.hs b/src/SvgIcons/Core/Render.hs
--- a/src/SvgIcons/Core/Render.hs
+++ b/src/SvgIcons/Core/Render.hs
@@ -136,3 +136,5 @@
       . (T.replace "stroke-width"      "strokeWidth")
       . (T.replace "text-anchor"       "textAnchor")
       . (T.replace "xmlns:xlink"       "xmlnsXlink")
+      . (T.replace "xlink:href"        "xlinkHref")
+      . (T.replace "sketch:type"       "sketchType")
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.7.0.0
+version:            2.7.0.1
 homepage:           https://github.com/RamiroPastor/SvgIcons
 license:            BSD-3-Clause
 license-file:       LICENSE
