How to use Heroicons?

Hi everyone, I have a brand new Ash project and have the following import in mix.exs:
{:heroicons,
github: "tailwindlabs/heroicons",
tag: "v2.2.0",
sparse: "optimized",
app: false,
compile: false,
depth: 1},
{:heroicons,
github: "tailwindlabs/heroicons",
tag: "v2.2.0",
sparse: "optimized",
app: false,
compile: false,
depth: 1},
However when I do something like this in one of my core_components I do not see the icon: <.icon name="hero-information-circle-mini" class="h-4 w-4" /> Any guidance will be greatly appreciated!
Solution:
I just had to read the docs!! :p https://hexdocs.pm/heroicons/Heroicons.html...
Jump to solution
1 Reply
Solution
Yahya Oxley
Yahya Oxley3mo ago
I just had to read the docs!! :p https://hexdocs.pm/heroicons/Heroicons.html

Did you find this page helpful?