An open API service indexing awesome lists of open source software.

https://github.com/ofcold/icon

The Font Awesome font for Icon.
https://github.com/ofcold/icon

Last synced: about 1 month ago
JSON representation

The Font Awesome font for Icon.

Awesome Lists containing this project

README

          

# icon
The Web Font Icon.

### Install
```bash
npm install ofcold-icon --save
```

### Import
```bash
import Icon from 'ofcold-icon'
```

### Use
```js

```

### Properties

| Name | Type | Default | Description |
| --- | --- | --- | --- |
| type | String| false | The icon name [All Icon Name](https://fontawesome.com/icons) |
| width | Number, String| 20 | The icon width |
| height | Number, String| 20 | The icon height |