import { memo } from "react"; import type { FC, ReactNode } from "react"; import resets from "../../_resets.module.css"; import { Frame6 } from "../Frame6/Frame6"; import classes from "./Frame427319471.module.css"; import { VectorIcon } from "./VectorIcon.js"; interface Props { className?: string; swap?: { vector?: ReactNode; frame?: ReactNode; }; text?: { unnamed?: ReactNode; }; } /* @figmaId 5524:24104 */ export const Frame427319471: FC = memo(function Frame427319471( props = {} ) { return (
{props.swap?.frame || ( ), }} /> )}
{props.text?.unnamed != null ? ( props.text?.unnamed ) : (
项目商机登记表
)}
); });