useIsFAIconReady

Hook to check if a fontawesome icon is ready

Installation

import { useIsFAIconReady } from 'uxp/components';

Signature

function useIsFAIconReady(icon: IconProp): boolean

Last updated