octicons_helper
This rails helper lets you easily include svg octicons in your rails apps.
Install
Add this to your
Gemfilegem 'octicons_helper'Use this tag in your erbs
<%= octicon "alert", :height => 32, :class => "right left", :"aria-label" => "hi" %>We recommend including the CSS in the
@primer/octiconsnpm module. You can also npm install that package and includebuild/build.cssin your styles.