DocSpace-client/web/ASC.Web.Storybook/stories/icons/README.md

25 lines
1009 B
Markdown
Raw Normal View History

2019-06-05 08:54:09 +00:00
# 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: