import { Button } from "antd"; import { PicCenterOutlined } from "@ant-design/icons"; const WbwParaWidget = () => { return ( <span> <Button size="small" type="link" icon={<PicCenterOutlined />} /> </span> ); }; export default WbwParaWidget;