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