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