glyphicons
Version:
An icon set based on Unicode glyphs
54 lines (41 loc) • 1.48 kB
Markdown
# glyphicons
An icon set based on Unicode glyphs
[](https://npmjs.com/package/glyphicons)
[](https://creativecommons.org/licenses/by/4.0/)
[](https://travis-ci.org/Download/glyphicons)
[](https://greenkeeper.io/)

<sup><sub><sup><sub>.</sub></sup></sub></sup>
## Install
```sh
npm install --save glyphicons
```
## Include in your app
### require
```js
var icons = require('glyphicons')
```
### import
```sh
import icons from 'glyphicons'
```
### AMD
```js
define(['glyphicons'], function(icons){
});
```
### Script tag
```html
<script src="https://cdn.rawgit.com/download/glyphicons/0.1.0/glyphicons.js"></script>
```
## Usage
```js
console.info('I' + icons.heart + ' Glyphicons!')
```
## Issues
Add an issue in this project's [issue tracker](https://github.com/download/glyphicons/issues)
to let me know of any problems you find, or questions you may have.
## Copyright
Copyright 2016 by [Stijn de Witt](http://StijnDeWitt.com). Some rights reserved.
## License
Licensed under the [Creative Commons Attribution 4.0 International (CC-BY-4.0)](https://creativecommons.org/licenses/by/4.0/) Open Source license.