import { SVGProps } from 'react'; export const Logout = (props?: SVGProps) => { return ( ); };