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