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