diff --git a/build/svgo.yml b/build/svgo.yml
index 84d0175228ab948f3cf3e408f078f38ff92f3ef6..67940d393ee344209104e0ce894581a918dcd747 100644
--- a/build/svgo.yml
+++ b/build/svgo.yml
@@ -15,6 +15,9 @@ js2svg:
   indent: 2
 
 plugins:
+#  - addAttributesToSVGElement:
+#      attributes:
+#        - focusable: false
   - cleanupAttrs: true
   - cleanupEnableBackground: true
   - cleanupIDs: true
@@ -31,6 +34,9 @@ plugins:
   - minifyStyles: true
   - moveElemsAttrsToGroup: true
   - moveGroupAttrsToElems: true
+  - removeAttrs:
+      attrs:
+        - "data-name"
   - removeComments: true
   - removeDesc: true
   - removeDoctype: true