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