Icons
Display semantic vector graphics in SVG format.
Installation
Install the package in your project directory.
yarn add @geist-ui/icons
Import
Color
Sizes
APIs
Icon.Props
| Attribute | Description | Type | Accepted values | Default |
|---|---|---|---|---|
| color | Icon color | string | - | - |
| size | Icon size | number | - | - |
| ... | Native props | SVGAttributes | 'id', 'name', 'className', ... | - |
Contributors