UNPKG

glyphicons

Version:

An icon set based on Unicode glyphs

54 lines (41 loc) 1.48 kB
# glyphicons An icon set based on Unicode glyphs [![npm](https://img.shields.io/npm/v/glyphicons.svg)](https://npmjs.com/package/glyphicons) [![license](https://img.shields.io/npm/l/glyphicons.svg)](https://creativecommons.org/licenses/by/4.0/) [![travis](https://img.shields.io/travis/Download/glyphicons.svg)](https://travis-ci.org/Download/glyphicons) [![greenkeeper](https://img.shields.io/david/Download/glyphicons.svg)](https://greenkeeper.io/) ![mind BLOWN](https://img.shields.io/badge/mind-BLOWN-ff69b4.svg) <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.