import * as React from 'react'; export interface Quote16Props extends React.SVGProps { ariaLabel?: string } export default function Quote16({ ariaLabel, ...props }: Quote16Props) { return ( ); }