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