Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 709 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 709 Bytes

heroicons-font

Heroicons as a webfont in your project.

Thanks to the Heroicons team for creating these awesome icons!

Webfont files were generated using fantasticon

Contributors

SVG transformation and corrections by @MichelleWeremczuk

Usage

  1. Include the heroicons.css file in your project.
    <link rel="stylesheet" href="heroicons.css">
  2. Use the icons in your project by adding the class pb-heroicons and the icon name class to an element, like so:
    <i class="pb-heroicons pb-heroicons-video-camera"></i>