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