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