diff --git a/src/SvgIcons/Icons/Computer.hs b/src/SvgIcons/Icons/Computer.hs
--- a/src/SvgIcons/Icons/Computer.hs
+++ b/src/SvgIcons/Icons/Computer.hs
@@ -84,8 +84,8 @@
       S.path
         ! A.d dirs
   where
-    r1 = 0.75
-    r2 = 0.95
+    r1 = 0.65
+    r2 = 0.85
     dirs = mkPath $ do
       m   r1  0
       aa  r1  r1  0  True  False  r1  0.0001
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:            3.0.1
+version:            3.1.0
 homepage:           https://github.com/RamiroPastor/SvgIcons
 license:            BSD-3-Clause
 license-file:       LICENSE
