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