Migrate remaining `icon-inline` classNames to wildcard
Created by: gitstart-sourcegraph
Description
Applied codemod on codebase to migrate remaining usage of component and ban icon-inline
usage on codebase.
Test plan
- Run app locally on attached preview link
- Compare the rendered instance of migrated components on branch, with equivalent version on prod.
- Ensure there are no UI diffs
- Confirm that you are now unable to use className
icon-inline
on codebase.
Refs
Implementation Detail
- Run Icon codemod tool on the codebase, to migrate the usage of icon-inline classNames to wildcard
- Add eslint rule to ban usage of icon-inline className on codebase