Svgo profile

Nodejs-based SVG file optimization tool project address: github.com/svg/svgo

I discovered this while researching elemental-Admin. At first I couldn’t figure out how to replace the SVG icon with the one I wanted. Then I found svgo and found this script in package.json

    "svgo": "svgo -f src/icons/svg --config=src/icons/svgo.yml"
Copy the code

Then I found the SRC/ICONS/SVG directory, and when I saw the files in this directory, I was surprised!!