Surface Heroicons
A collection of Surface Components for all SVG Heroicons
Installation
def deps do
[
{:surface_heroicons, "~> 0.4.0"}
]
endUsage
using default classes
<Heroicons.Solid.ArchiveIcon/>specifying classes
<Heroicons.Solid.ArchiveIcon class="h-10 w-10" />Regenerate icons
clone down the latest src folder from the Heroicons github repo
svn export https://github.com/tailwindlabs/heroicons/trunk/optimized priv/heroicons/src --force;
mix heroicons.generate;