I have a razor component and I want to add an SVG to it.
Would It be best to create a component for each SVG so that I can re-use it pretty easily or would it be better to just include the SVG into the blazor page?
Those are just the two ways I thought that it could be done, whats the best way to go about this and how can I implement it?
Haven't found any rescources, so I wasn't able to try anything.