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