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