{
  "dimensions": true,
  "svgoConfig": {
    "plugins": [
      { "removeViewBox": false },
      { "removeAttrs": { "attrs": "fill" } },
      { "removeViewBox": false },
      { "removeDimensions": true },
      { "removeUselessDefs": true },
      { "convertShapeToPath": true },
      { "moveGroupAttrsToElems": true },
      {
        "addAttributesToSVGElement": {
          "attribute": "fill=currentColor"
        }
      }
    ]
  }
}
