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