DocSpace-client/packages/components/icons/README.md

24 lines
962 B
Markdown
Raw Normal View History

2019-06-05 08:54:09 +00:00
# Icons
List of all available icons
2019-06-05 08:54:09 +00:00
### Usage
2019-06-05 08:54:09 +00:00
```js
import Icons from "@docspace/components/icons";
import NavLogoReactSvg from "../../../public/images/nav.logo.react.svg";
2019-06-05 08:54:09 +00:00
```
```jsx
<NavLogoReactSvg color="#333333" isfill={false} isStroke={false} size="small" />
```
2019-06-05 08:54:09 +00:00
### Properties
2019-06-05 08:54:09 +00:00
| Props | Type | Required | Values | Default | Description |
| ---------- | :------: | :------: | :-------------------------------: | :------: | ------------------------- |
| `size` | `string` | - | `small`, `medium`, `big` ,`scale` | `medium` | Specifies the icon size |
| `color` | `string` | - | - | `black` | Specifies the icon color |
| `isfill` | `bool` | - | - | - | Specifies the icon fill |
| `isStroke` | `bool` | - | - | - | Specifies the icon stroke |