Skip to content
Snippets Groups Projects
.svgo.icons.yml 203 B
Newer Older
plugins:
  - removeXMLNS: true
  - removeDimensions: true
  - addAttributesToSVGElement:
      attributes:
        - fill: currentColor
        - width: "1em"
        - height: "1em"
  - sortAttrs: true