@monroygwenole
Optimizing SVG Files with SVGO
SVGO (SVG Optimizer) is a Node.js library and command-line tool for optimizing SVG files.
SVG files, especially those exported from vector editors, often contain a lot of unnecessary information: editor metadata, comments, hidden elements, default or non-optimal values, etc. All of this can be safely removed or transformed, which is what SVGO does.
https://github.com/svg/svgo