base-icon
v2.3.2
Published
React base icon
Downloads
859
Readme
base-icon
Base icon for reiconify.
Usage
import BaseIcon from 'base-icon'
<BaseIcon size={40} fill={'red'}>
<path />
</BaseIcon>
Props
| 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"
|