SVG files added to Xcode randomly misdraw in Mac Catalyst application builds

Anyone else using SVG files added to Asset Catalog for images in an application? Some of my images will not show the colored portions when the application is built and run on Mac Catalyst. But it is completely random. Sometimes the SVG images will draw correctly, sometimes they won't. It's a pesky issue because I can run my application just before making a public build to test the images, and they show up fine. But the public build has the images misdrawn.

I've tried setting the rendering mode to alwaysOriginal, cleaning the project, deleting derived data, etc. The SVG images come exported from Figma, not sure if that is the source of the problem? The images have always shown correctly when run on iOS, so I'm assuming it's a Catalyst issue. Has anyone come across this issue and a fix?