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