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