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