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