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