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