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