Use hyphen separator for all SVG files
We currently have a mix of snake_case, kebab-case, and crazy_mixed-case filenames. We should make these more consistent.
Steps:
1. Add kebab-case filename requirement to README
1. Add Danger or lint rule to ensure new filenames are correct
1. Make copies of icons that have underscore names to ones with correct names (so updating doesn't break gitlab uses of camel_cased icons)
1. Remove the underscore names
issue