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