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