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