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