I am using HeroIcons (https://github.com/tailwindlabs/heroicons) in my iOS app. I have added all SVG files into Resource bundle and able to render the SVG using SwiftUI.
But the rendered icon looks blurry
This is the SVG configuration
And this is the SwiftUI
code snippet to display the icon
Any SVG export can help me with this?