icons.html 850 B

123456789101112131415161718
  1. {% capture stripe_ad_content %}
  2. <p class="lead">
  3. You asked, Font Awesome delivers with {{ icons | version:site.fontawesome.version | size }} shiny new icons in version {{ site.fontawesome.version }}.
  4. Want to request new icons? <a href="{{ page.relative_path }}community/#requesting-new-icons">Here's how</a>.
  5. <!--The ever-expanding list of Font Awesome {{ site.fontawesome.version }} icons.-->
  6. Need vectors or want to use on the desktop? Check the <a href="{{ page.relative_path }}cheatsheet/">cheatsheet</a>.
  7. </p>
  8. {% endcapture %}
  9. {% include stripe-ad.html %}
  10. {% include icons/new.html %}
  11. {% include icons/web-application.html %}
  12. {% include icons/currency.html %}
  13. {% include icons/text-editor.html %}
  14. {% include icons/directional.html %}
  15. {% include icons/video-player.html %}
  16. {% include icons/brand.html %}
  17. {% include icons/medical.html %}