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