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