I have been creating custom Gutenberg blocks for projects and I want to create a simple block to add inline SVG code that renders in the block builder and the front-end.
Would I create a element to add the SVG code then output it?
Any help with direction here would be great : )