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