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