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