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