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