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