diff --git a/src/SvgIcons/Icons/Office.hs b/src/SvgIcons/Icons/Office.hs
--- a/src/SvgIcons/Icons/Office.hs
+++ b/src/SvgIcons/Icons/Office.hs
@@ -676,12 +676,10 @@
         ! A.d coverDirs
         ! A.fill "none"
         ! A.strokeLinejoin "round"
-        ! A.strokeWidth "0.14"
       S.path
         ! A.id_ "HaskellSvgIcons-bookOpen2-pages"
         ! A.d pagesDirs
         ! A.strokeLinejoin "round"
-        ! A.strokeWidth "0.14"
     S.use
       ! A.xlinkHref "#HaskellSvgIcons-bookOpen2-cover"
     S.use
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.8.0.1
+version:            2.8.0.2
 homepage:           https://github.com/RamiroPastor/SvgIcons
 license:            BSD-3-Clause
 license-file:       LICENSE
