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