Simpletalk
Simpletalk copied to clipboard
Put all icon resources in a single module
Right now we have inlined icon SVG strings inside of the various webcomponents that make use of them (Halo, for example). However we are starting to re-use a lot of these icons as they become a part of our UI. Instead, we should have a central module that holds all of our SVG icons by name and then import that wherever needed.