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