Heroicons
You're browsing the documentation for an old version of MoonShine. Consider upgrading your project to MoonShine 2.x.
In addition to the standard icons, you can find preinstalled
icons from the
Heroicons
collection
(Solid set is the default one, plus Outline) in the resources/views/vendor/moonshine/shared/icons/heroicons
folder.
You can use them wherever you use the icon()
method
# Solid
->icon('heroicons.academic-cap')
# Outline
->icon('heroicons.outline.academic-cap')