import { forwardRef, SVGProps } from 'react'; export interface LogOutProps extends Omit, 'css'> {} export const LogOut = forwardRef((props, ref) => ( )); LogOut.displayName = 'LogOut';