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