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