/** @jsxImportSource react */ import { VDOM } from "../../ui/Widget"; import { registerIcon } from "./registry"; export default registerIcon( "square", ({ key, ...props }: any) => { return ( ); }, true, );