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