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