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