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