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