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