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