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