Preload all Unicon commands on deployment
icons:preload
to preload all icons on deployment.
node_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" /> |