import { SVGProps } from 'react'; const Failed = (props: SVGProps) => ( ); export default Failed;