DocSpace-client/web/ASC.Web.Components/example/stories/icons/README.md
2019-06-05 11:54:09 +03:00

25 lines
1009 B
Markdown

# Icons
## Usage
```js
import { ExportIcon } from 'asc-web-components';
<ExportIcon />;
```
#### Description
List of all available icons.
#### Properties
| Props | Type | Required | Values | Default | Description |
| ------- | -------- | :------: | ------------------------------------------------- | ------- | ------------------------------------------------------------------------------------------------------ |
| `size` | `string` | | 'small', 'medium', 'big' ,'scale' | 'medium' | Specifies the icon size |
| `color` | `string` | | | 'black' | Specifies the icon color |
#### Where to use
Main use cases are: