import * as React from "react"; /** * Close Icon Component for Mobile Menu */ export function CloseIcon() { return ( ); }