Ensuring SVG Icon Inclusion in Strapi Bundles for CSS Usage (Custom Plugin)

Hello! I’m using custom SVG icons in my CSS files via Strapi:

#test-recorder-button-download::after {
  background-image: url(../images/icons/download.svg);
}

While my Strapi build completes without errors, these SVG images aren’t getting included in the final bundle. Consequently, the CSS rules aren’t being applied correctly. Any suggestions on how to resolve this?

This topic has been created from a Discord post (1263435871831457853) to give it more visibility.
It will be on Read-Only mode here.
Join the conversation on Discord