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