Right now, we have to copy the whole raw svg image into the file in order to use svgs. However, this clutters up the javascript files. Also moving the svg images to their own files allows for a better structure within the project.
AT:
- webpack still bundles the modules without any issues
- a developer can now inline svg providing a link to an svg file