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:
- Add kebab-case filename requirement to README
- Add Danger or lint rule to ensure new filenames are correct
- Make copies of icons that have underscore names to ones with correct names (so updating doesn't break gitlab uses of camel_cased icons)
- Remove the underscore names
Edited by Simon Knox