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