/** @jsx h */ import { h } from "https://esm.sh/preact@10.11.3"; export function HomeIcon(props: { class?: string | h.JSX.SignalLike | undefined; style?: | string | h.JSX.CSSProperties | h.JSX.SignalLike | undefined; }) { return ( ); }