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