ComponentIcons type

Icons used by the React components exported from this library.

type ComponentIcons = Record<keyof typeof DEFAULT_COMPONENT_ICONS, JSX.Element>