Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ran across one of these which was briefly confusing, and figured it'd be good to take a minute to clean them out. Done with the following command: $ git grep -Pho 'Icon\w+' \ | sort | uniq -u \ | grep -vFf - src/common/Icons.js \ | sponge src/common/Icons.js
- Loading branch information