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