import { component$ } from "@builder.io/qwik"; export const MenuIcon = component$(() => { return ( ); });