### What should this rule do? Flag instances of `Home` icon and suggest use of `HomeRounded`. ### What category of rule is this? Suggests an alternate way of doing something (suggestion) ### Provide 2-3 code examples that would be flagged by this rule. ``` <Button icon={<Home />} /> <Home /> ```