update to fontawesome 4
[bootswatch] / bower_components / font-awesome / src / icons.html
1 ---
2 layout: base
3 title: Font Awesome Icons
4 navbar_active: icons
5 relative_path: ../
6 ---
7 {% capture jumbotron_h1 %}<i class="fa fa-flag"></i>&nbsp; The Icons{% endcapture %}
8 {% capture jumbotron_p %}The complete set of {{ icons | size }} icons in Font Awesome {{ site.fontawesome.version }}{% endcapture %}
9
10 {% include jumbotron.html %}
11 {% include stripe-social.html %}
12
13 <div class="container">
14   {% capture stripe_ad_content %}
15   <p class="lead">
16     You asked, Font Awesome delivers with {{ icons | version:site.fontawesome.minor_version | size }} shiny new icons in version {{ site.fontawesome.minor_version }}.
17     Want to request new icons? <a href="{{ page.relative_path }}community/#requesting-new-icons">Here's how</a>.
18     <!--The ever-expanding list of Font Awesome {{ site.fontawesome.version }} icons.-->
19     Need vectors or want to use on the desktop? Check the <a href="{{ page.relative_path }}cheatsheet/">cheatsheet</a>.
20   </p>
21   {% endcapture %}
22   {% include stripe-ad.html %}
23
24   {% include icons/new.html %}
25   {% include icons/web-application.html %}
26   {% include icons/form-control.html %}
27   {% include icons/currency.html %}
28   {% include icons/text-editor.html %}
29   {% include icons/directional.html %}
30   {% include icons/video-player.html %}
31   {% include icons/brand.html %}
32   {% include icons/medical.html %}
33 </div>