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