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