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