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.
- Host: GitHub
- URL: https://github.com/ofcold/icon
- Owner: ofcold
- License: mit
- Created: 2018-11-20T01:15:28.000Z (over 7 years ago)
- Default Branch: 3.0
- Last Pushed: 2019-03-13T15:43:12.000Z (about 7 years ago)
- Last Synced: 2025-10-19T09:33:24.856Z (5 months ago)
- Language: Vue
- Size: 3.44 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG-3.0.md
- License: LICENSE
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 |