Icon
Import Syntax
To render a custom icon, use the default export from the mineral-ui/Icon
package.
import Icon from 'mineral-ui/Icon';
Import Mineral UI's provided icons directly from the mineral-ui-icons
package.
import IconSentimentSatisfied from 'mineral-ui-icons/IconSentimentSatisfied';