import React from "react"; function IconNotAuthenticated(props: any) { return ( ); } export default IconNotAuthenticated;