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