Hello, I read document I see this code `<Icon size={30} color='aliceblue' style={{ ... }} />` But I dont understand how to use this, e.x I want to user MdStar with size:2em, color=blue `<MdStar size={2} color="blue">` Is it ? Pls give more code
Hello, I read document I see this code
<Icon size={30} color='aliceblue' style={{ ... }} />But I dont understand how to use this, e.x I want to user MdStar with size:2em, color=blue
<MdStar size={2} color="blue">Is it ? Pls give more code