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