{
    svgo: true,
    svgoConfig: {
        plugins: [
            {
                removeAttrs: {
                    attrs: [
                        "height",
                        "width",
                        "x",
                        "y",
                    ],
                },
            },
        ],
    },
	svgProps: {
		xmlns: "http://www.w3.org/2000/svg",
	},
}
