import { component$ } from "@builder.io/qwik"; export const GitHubIcon = component$<{ classes?: string }>( ({ classes = "w-8 h8" }) => { return ( ); }, );