You can find the GitHub Repo here.
None, core-Icons is already included on every consumer facing and admin page for Webstop's Core product. This includes Ember, Rails, and Lasso pages.
If you wish to install these icons outside a Webstop core site, visit the README.md file for directions.
We've included a few basic examples on how to do common tasks with these icons.
<i class="icon-recipes"></i>
<i class="icon-recipes my-color"></i>CSS
.my-color { color: #369; }
<i class="icon-recipes my-small"></i>CSS
.my-small { font-size: 0.8rem; }
<i class="icon-recipes my-big"></i>CSS
.my-small { font-size: 8rem; }
<button class="btn btn-primary"> <i class="icon-plus-circle-solid"></i> Add Thing <button>
Each icon is listed with it's CSS class name underneather it.