0.9.6-c • Published 9 years ago

ibm-icon-font v0.9.6-c

Weekly downloads
257
License
MIT
Repository
-
Last release
9 years ago

IBM Design Icon Font

Use the Icons from the IBM Design Language in your project, now conveniently distributed as icon font.

Installation

The IBM Design icons can be installed via NPM:

$ npm install ibm-icon-font --save

Usage

After installing this package, include the ibmicons.css in your main HTML file.

<link href="PATH_TO_NODE_MODULES/ibm-icon-font/css/ibmicons.css" rel="stylesheet" type="text/css">

Then use the icon by applying the appropriate classnames.

<i class="ibm-icon ibm-bee"></i>

For a complete list of icons provided by the icon font, and their classnames, visit:

http://ibm-iconfont.mybluemix.net

Sizing

All icons in the icon font are intended for sizes under 64px by 64px. For larger sizes, please find appropriate variants on the IBM Design Icon Github repository.

License

IBM Design Icons by International Business Machines Corporation is licensed under a Creative Commons Attribution 4.0 International License.Based on a work at https://github.com/IBM-Design/icons.

Question

This NPM package is maintained by Stan Li lih@us.ibm.com, please reach out to Stan regarding any question.