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