# @fishx/icons

> ```bash $ yarn add @fishx/icons ```

Latest version **2.0.0** (published 2023-03-02) · MIT license · 0 weekly downloads

## Install

```sh
npm install @fishx/icons
pnpm add @fishx/icons
yarn add @fishx/icons
bun add @fishx/icons
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types; large bundle.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.0.0 |
| Published | 2023-03-02 |
| First published | 2020-11-02 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Node | >=8 |
| Dependencies | 6 |
| Unpacked size | 23.4 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | whalecloud-developer |

## Links

- npm: https://www.npmjs.com/package/@fishx/icons
- Repository: http://gitlab.iwhalecloud.com/fish-x/fishx-icons
- npm.io page: https://npm.io/package/@fishx/icons

## Dependencies (6)

- [rc-util](https://npm.io/package/rc-util.md) ^5.0.1
- [classnames](https://npm.io/package/classnames.md) ^2.2.6
- [insert-css](https://npm.io/package/insert-css.md) ^2.0.0
- [@babel/runtime](https://npm.io/package/@babel/runtime.md) ^7.10.4
- [@fishx/icons-svg](https://npm.io/package/@fishx/icons-svg.md) ^1.0.14
- [@ant-design/colors](https://npm.io/package/@ant-design/colors.md) ^3.1.0

## Recent versions

- 2.0.0 (latest) — 2023-03-02
- 1.0.13 — 2023-02-09
- 1.0.12 — 2022-12-26
- 1.0.11 — 2022-11-23
- 1.0.10 — 2022-11-22
- 1.0.9 — 2022-11-09
- 1.0.7 — 2022-06-20
- 1.0.6 — 2022-05-30
- 1.0.5 — 2022-05-27
- 1.0.4 — 2022-05-26
- 1.0.3-beta3 — 2022-05-20
- 1.0.3-beta2 — 2022-05-20
- 1.0.3-beta1 — 2022-05-19
- 1.0.3 — 2022-05-12
- 1.0.2-beta1 — 2022-05-11
- … 26 more at https://npm.io/package/@fishx/icons/versions

## README

<h1 align="center">Fishx Icons for React</h1>

## Install

```bash
$ yarn add @fishx/icons
```

## Basic Usage

You can import it directly or destructure from `@fishx/icons` when tree-shaking enabled.

```ts
import SmileOutlined from '@fishx/icons/SmileOutlined';
import { SmileOutlined } from '@fishx/icons';

import SmileFilled from '@fishx/icons/SmileFilled';
import SmileTwoTone from '@fishx/icons/SmileTwoTone';
import { SmileFilled, SmileTwoTone } from '@fishx/icons';
```

## Component Interface

```ts
interface FishXIconProps {
  className?: string;
  onClick?: React.MouseEventHandler<SVGSVGElement>;
  style?: React.CSSProperties;
}
```

## Develop

```bash
$ npm run generate
$ npm run start
```

## 文档部署

```bash
$ npm run build:doc
```

## Release

```bash
$ npm publish
```

---
_Source: https://npm.io/package/@fishx/icons · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
