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