Nuxt UI Icons

Can please someone explain to me how to use Nuxt UI Icons ???
The documentation says : Use the name prop by following this pattern: i-{collection_name}-{icon_name}. But for some reason is doesn't work for me.
This is what im attempting to do:
<ULink to="/">
  <UIcon name="i-cib-facebook" />
</ULink>

And this is the icon i want to use: https://icones.js.org/collection/cib?s=face
Was this page helpful?