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