In general, icons, fonts, etc can go in the src/style directory, anything bigger than that, it’s recommended to upload to BE to use in the FE.

One example of adding a static asset to ScandiPWA is to add a new font, this is described in the How to work with fonts section.

How to work with fonts?

For SVG files, you can create a React component and copy the content of the SVG into it but don't forget to optimize it beforehand. A good example is the SearchIcon component from the ScandiPWA source code.

<aside> ✅ There is an online tool to optimize the SVG.

</aside>