svgo
SVG Optimizer: a Node.js-based tool for optimizing Scalable Vector Graphics files. It applies a series of transformation rules (plugins), which can be toggled individually. More information: <https://github.com/svg/svgo>.
RUN pacman -S --noconfirm nodejs-svgo
RUN dnf install -y nodejs-svgo