Icon
Example
<Icon icon="material-two-tone-storefront"/>
Using Icons within Text
An icon inserted within text.
An icon <Icon icon="material-two-tone-storefront"/> inserted within text.
Setting Icon Color
<Icon icon="material-two-tone-storefront" color="blue"/>
Setting Icon Size
<Icon icon="material-two-tone-storefront" size={25}/>
Using Icons within Components
"icon="material-two-tone-storefront"
.<Card title="Card with Icon" icon="material-two-tone-storefront" >
This is the card content.
</Card>
Parameter Description
Icon
icon
string
required
[iconSetName]-[IconSetVariant]-[IconName] - url
. The URL should start with http://
or https://
.color
string
optional
size
number
optional