Unicon provides theDocumentation Index
Fetch the complete documentation index at: https://unicon.rocks/llms.txt
Use this file to discover all available pages before exploring further.
icons:preload to preload all icons on deployment.
Caveats
This command performs a recursive regex search on all the Blade files in your application (excludingnode_modules and vendor). This means that only icons
that are statically defined will be detected.
| Will be found ✅ | Will not be found ❌ |
|---|---|
<x-icon name="noto:unicorn" /> | <x-icon name="{{ $icon }}" /> |
<x-icon name="heroicons:clock" /> | <x-icon :name="$name" /> |