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