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