/// import { IconProps } from './Icon'; export default function AlertWarnIcon({ fill, ...iconProps }: IconProps): JSX.Element;