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