import type { HTMLAttributes } from "corvos/plugins/jsx.ts"; export type Props = HTMLAttributes<"svg">; export const LoadingIndicator = (props: Props) => ( Loading indicator );