packages/icons/src/index.md
@# Icons
The @blueprintjs/icons NPM package provides over 500 vector UI icons in two sizes (16px and 20px) and two formats (SVG and fonts).
<div class="@ns-callout @ns-intent-primary @ns-icon-info-sign">See the Icon component documentation (in the @blueprintjs/core package) for React API details.
npm install --save @blueprintjs/icons
For icon font support, import CSS with a bundler like webpack:
@import "@blueprintjs/icons/lib/css/blueprint-icons.css";
...or in plain HTML:
<link href="path/to/node_modules/@blueprintjs/icons/lib/css/blueprint-icons.css" rel="stylesheet" />
Be sure to check out the docs for loading icons and the full list of available icons.