# quill-icons

> Common editor icons from quill editor

Latest version **1.5.0** (published 2018-09-07) · BSD-3-Clause license · 0 weekly downloads

## Install

```sh
npm install quill-icons
pnpm add quill-icons
yarn add quill-icons
bun add quill-icons
```

## Health

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

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.5.0 |
| Published | 2018-09-07 |
| First published | 2016-10-10 |
| Weekly downloads | 0 |
| License | BSD-3-Clause |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 4 |
| Unpacked size | 503.7 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| Author | chilijung |
| Maintainers | chilijung |
| Keywords | icons, quill, editor |

## Links

- npm: https://www.npmjs.com/package/quill-icons
- Repository: https://github.com/Canner/quill-icons
- npm.io page: https://npm.io/package/quill-icons

## Dependencies (4)

- [classnames](https://npm.io/package/classnames.md) ^2.2.5
- [lodash.xor](https://npm.io/package/lodash.xor.md) ^4.5.0
- [lodash.omit](https://npm.io/package/lodash.omit.md) ^4.5.0
- [lodash.pick](https://npm.io/package/lodash.pick.md) ^4.4.0

## Alternatives

- [@fortawesome/react-fontawesome](https://npm.io/package/@fortawesome/react-fontawesome.md) — 2.2M weekly downloads
- [roboto-fontface](https://npm.io/package/roboto-fontface.md) — 196.0K weekly downloads
- [@react-native-vector-icons/common](https://npm.io/package/@react-native-vector-icons/common.md) — 150.4K weekly downloads
- [@procore/core-icons](https://npm.io/package/@procore/core-icons.md) — 4.6K weekly downloads
- [@react-md/material-icons](https://npm.io/package/@react-md/material-icons.md) — 1.6K weekly downloads

## Recent versions

- 1.5.0 (latest) — 2018-09-07
- 1.4.4 — 2018-09-06
- 1.4.3 — 2018-09-06
- 1.4.3-alpha.0 — 2018-09-06
- 1.4.2 — 2018-09-06
- 0.6.0 — 2018-04-02
- 0.5.4 — 2018-03-30
- 0.5.3 — 2018-03-19
- 0.5.2 — 2018-03-19
- 0.5.1 — 2018-03-19
- 0.5.0 — 2018-03-19
- 0.4.0 — 2018-03-12
- 0.3.0 — 2016-11-24
- 0.2.0 — 2016-10-11
- 0.1.0 — 2016-10-10

## README

# quill-icons

> Editor icons extract from quill editor, with React component wrapper, support 65+ icons!

## Installation

```sh
$ npm install --save quill-icons
```

## Usage

```js
var quillIcons = require("quill-icons");

// icons options see ./src/icons
// USAGE:

<quillIcons.AlignCenter />; // React element
```

Icons support: [Complete list](https://canner.github.io/canner-slate-editor/?selectedKind=Quill%20icons)

## Props

You could customized stroke, fill, etc... class names, just pass as props.

```js
export default {
  strokeClassName: "ql-stroke",
  fillClassName: "ql-fill",
  evenClassName: "ql-even",
  colorLabelClassName: "ql-color-label",
  transparentClassName: "ql-transparent",
  strokeMitterClassName: "ql-stroke-mitter",
  thinClassName: "ql-thin",
  width: "18px",
  height: "18px"
};
```

## License

BSD-3-Clause © [Canner](https://github.com/Canner)

Big thanks to [Quilljs](https://github.com/quilljs)

Icons license see [Quill License](https://github.com/quilljs/quill/blob/develop/LICENSE)

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