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