A collection of Surface Components for all SVG Heroicons
def deps do
[
{:surface_heroicons, "~> 0.4.0"}
]
end
using default classes
<Heroicons.Solid.ArchiveIcon/>
specifying classes
<Heroicons.Solid.ArchiveIcon class="h-10 w-10" />
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;