The Image on Builder Custom Components gets inverted on dark mode

Hello everyone,

I’m integrating Builder Custom Component and adding a custom icon via image attribute when registering it in my Next.js app.

The icon is displayed normally on a default light mode, but when I switch to dark mode, all the icons receive a CSS rule:
filter: invert(1)

Does anyone know how to disable it?
Here’s how the custom component looks like depending on a theme: