DocSpace-buildtools/packages/components/icons/README.md
2023-01-27 17:08:30 +03:00

24 lines
957 B
Markdown

# Icons
List of all available icons
### Usage
```js
import Icons from "@docspace/components/icons";
import NavLogoReactSvg from "PUBLIC_DIR/images/nav.logo.react.svg";
```
```jsx
<NavLogoReactSvg color="#333333" isfill={false} isStroke={false} size="small" />
```
### 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 |
| `isfill` | `bool` | - | - | - | Specifies the icon fill |
| `isStroke` | `bool` | - | - | - | Specifies the icon stroke |