glyphicons

An icon set based on Unicode glyphs

7
1
7
3
JavaScript
public

glyphicons

An icon set based on Unicode glyphs

npm
license
travis
greenkeeper
mind BLOWN

.

Install

npm install --save glyphicons

Include in your app

require

var icons = require('glyphicons')

import

import icons from 'glyphicons'

AMD

define(['glyphicons'], function(icons){
});

Script tag

<script src="https://cdn.rawgit.com/download/glyphicons/0.1.0/glyphicons.js"></script>

Usage

console.info('I' + icons.heart + ' Glyphicons!')

Issues

Add an issue in this project’s issue tracker
to let me know of any problems you find, or questions you may have.

Copyright 2016 by Stijn de Witt. Some rights reserved.

License

Licensed under the Creative Commons Attribution 4.0 International (CC-BY-4.0) Open Source license.

v0.3.3[beta]