module.exports = {
plugins: [
{
name: 'removeAttrs',
params: {
attrs: 'fill',
},
name: 'addAttributesToSVGElement',
attributes: [
fill: 'currentColor',
],
};