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