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