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