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