Display semantic vector graphics in SVG format.
yarn add @bolio-ui/icons
The basic Icon
usage.
You can apply a color with the color
prop.
You can apply size with the fontSize
prop.
Attribute | Description | Type | Accepted values | Default |
---|---|---|---|---|
color | Icon color | string | - | - |
fontSize | Icon size | number | - | - |
... | Native props | SVGAttributes | 'id', 'name', 'className', ... | - |
Previous
Grid
Next
Image