# @kano/kwc-icons

> All Kano icons, broken up by category Edit

Latest version **3.0.0-beta.3** (published 2018-09-24) · 0 weekly downloads

## Install

```sh
npm install @kano/kwc-icons
pnpm add @kano/kwc-icons
yarn add @kano/kwc-icons
bun add @kano/kwc-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 | 3.0.0-beta.3 |
| Published | 2018-09-24 |
| First published | 2018-05-22 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Unpacked size | 76.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | alicemarshall, denis95, kanocomputing, marcus7777, nectarsoft, paulmck21, paulvarache, rpazdera |

## Links

- npm: https://www.npmjs.com/package/@kano/kwc-icons
- npm.io page: https://npm.io/package/@kano/kwc-icons

## Dependencies (3)

- [@polymer/polymer](https://npm.io/package/@polymer/polymer.md) ^3.0.0
- [@polymer/iron-icon](https://npm.io/package/@polymer/iron-icon.md) ^3.0.0-pre.18
- [@polymer/iron-iconset-svg](https://npm.io/package/@polymer/iron-iconset-svg.md) ^3.0.0-pre.18

## Recent versions

- 3.0.0-beta.3 (latest) — 2018-09-24
- 3.0.0-beta.2 — 2018-05-26
- 3.0.0-beta.1 — 2018-05-22

## README

# \<kwc-icons\>

All Kano icons, broken up by category Edit

## Installation
Clone this repository.
Run `bower i`

## Install the Polymer-CLI

First, make sure you have the [Polymer CLI](https://www.npmjs.com/package/polymer-cli) installed. Then run `polymer serve` to serve your element locally.

## Viewing Your Element

```
$ polymer serve
```

## Running Tests

```
$ polymer test --skip-plugin junit-reporter
```

Your application is already set up to be tested via [web-component-tester](https://github.com/Polymer/web-component-tester). Run `polymer test` to run your application's test suite locally.

## Adding new icons

1. Go to [SVG-edit](https://svg-edit.github.io/svgedit/releases/svg-edit-2.8.1/svg-editor.html)
2. Click on top left "SVG-edit" icon and then on "document properties"
3. Set canvas dimensions to 64x64px
4. Import your SVG
5. Resize and center align (if you click on the svg shape you will have an alignment tool on the toolbar)
6. Get the `<path>` or the entire `<g>` by clicking on the icon next to the "SVG-edit" (the one that will show you the svg source code)
7. Add you your icon list stripping any `stroke`, `id` or anything else that is not needed.

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