# isui-iconfont

> The premium icon font for isui Component Library.

Latest version **1.0.2** (published 2018-01-24) · MIT license · 0 weekly downloads

## Install

```sh
npm install isui-iconfont
pnpm add isui-iconfont
yarn add isui-iconfont
bun add isui-iconfont
```

## 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.0.2 |
| Published | 2018-01-24 |
| First published | 2018-01-24 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | dzx-shawn |
| Keywords | svg, icon, react, font, webfont, icon, iconfont, font-face, compress, minify, font-cli, otf, ttf, woff, eot, svg, ttf2eot, ttf2woff, ttf2svg, svg2ttf, css, base64 |

## Links

- npm: https://www.npmjs.com/package/isui-iconfont
- Repository: https://github.com/shawn2016/icons
- Homepage: https://github.com/shawn2016/icons.git
- Issues: https://github.com/shawn2016/icons.git
- npm.io page: https://npm.io/package/isui-iconfont

## 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.0.2 (latest) — 2018-01-24
- 1.0.1 — 2018-01-24
- 1.0.0 — 2018-01-24

## README

<p align="center">
  <a href="https://github.com/shawn2016/icons.git">
    <img height="150" src="https://github.com/shawn2016/icons/blob/master/favicon.png?sanitize=true">
  </a>
</p>


isui-icon
---

The premium icon font for  isui Component Library. Designed by [@shawn2016](https://github.com/shawn2016/icons.git). 


They are free to use and licensed under [MIT](https://opensource.org/licenses/MIT). We intend for this icon pack to be used with [isui](https://github.com/shawn2016/icons), but it’s by no means limited to it. Use them wherever you see fit, personal or commercial. 

<p align="center">
  <a href="https://github.com/shawn2016/icons">
    <img src="https://github.com/shawn2016/icons/blob/master/test.png">
  </a>
</p>

## Installation

```bash
npm install isui-iconfont --save
```

## HTML Example

You need link CSS

```html
<link rel="stylesheet" type="text/css" href="node_modules/fonts/is-iconfont.css">
```

Used in Less:

```css
@import "~isui-iconfont/fonts/is-iconfont.css";
```

note: It has a `is-icon-` prefix. 

```html
<i class="is-icon-apple"></i>
```

Or use the `Unicode`, You can use [Unicode website](https://github.com/shawn2016/icons/unicode.html) to easily find the `Unicode` icon you want to use. 

```html
<style>
.iconfont{
  font-family: "is-iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
</style>
<span class="iconfont">&#59907;</span>
```

## Development

Run the `npm install` to install the dependencies after cloning the project and you'll be able to:

To build `*.svg` `*.ttf` `*.woff` `*.eot` files

```bash
npm run font
```

To build site and push gh-pages branch

```bash
npm run start
```

## License

Licensed under the [MIT License](https://opensource.org/licenses/MIT).

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