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