ember-frost-icons
v1.5.4
Published
An inline-svg icon component and icon library for Frost projects
Readme
This repo has been ported to ember-frost-core - no more PRs will be accepted.
ember-frost-icons

A collection of icons for frost
Installation
ember install ember-frost-iconsAPI
| Name | Description |
| ------ | ----------- |
| icon | the name of the icon to display |
Examples
Add
{{frost-icon icon="frost/add" }}Development
Setup
git clone [email protected]:ciena-frost/ember-frost-icons.git
cd ember-frost-icons
npm install && bower installDevelopment Server
A dummy application for development is available under ember-frost-icons/tests/dummy. This allows you to easily change the background color and see how the icons look against various backgrounds.
To run the server run npm start from the root of the repository and visit the app at http://localhost:4200.
Testing
Run npm test from the root of the project to lint the code, execute the test suite, and output code coverage.
