Editing: svgo.bulk.yaml
'plugins': - 'removeDimensions': true - 'removeXMLNS': false - 'sortAttrs': true - 'removeAttrs': attrs: - 'width' - 'height' - 'fill' - 'path:fill' - 'addAttributesToSVGElement': attributes: - 'fill': 'currentColor' - 'aria-hidden': 'true'
Save
Back