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