Bootstrap3 Glyphicons : @neos21/bootstrap3-glyphicons

NPM Version GPR Version

This package includes only Glyphicons components of Bootstrap v3.3.7.

Installation

$ npm install --save @neos21/bootstrap3-glyphicons
// Fix Icon Font Path
$icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/';
// Import This
@import '~@neos21/bootstrap3-glyphicons';
<span class="glyphicon glyphicon-asterisk" aria-hidden="true"></span>

Glyphicons List

Notice : .glyphicon-door and .glyphicon-key are omitted because of Unicode BMP (More Info).

.glyphicon-door::before { content: "\1f6aa"; }
.glyphicon-key::before { content: "\1f511"; }

Links