/** * Icon Component * * Exports the Exotel Icon component (Phosphor by `name`, or external image by `src`). */ export { Icon, hasIconSource } from './Icon'; export type { IconProps, IconSize, IconWeightOption, PhosphorIconComponentProps, ExternalIconProps, } from './Icon'; export type { IconName } from './iconRegistry';