Base icon for reiconify.
import BaseIcon from 'base-icon'
<BaseIcon size={40} fill={'red'}>
<path />
</BaseIcon>
Prop | Type | Default | Description |
---|---|---|---|
size |
number, string |
void |
Set width and height prop |
center |
boolean |
false |
Align icon to text |
text |
boolean |
false |
Shortcut for size="1.2em"
|