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