import { SVGAttributes } from 'react'; const Quote = (props: SVGAttributes) => { return ( ); }; export default Quote;