import React from "react"; import styles from "./index.less"; import { Icon } from "antd"; const HeartSvg = () => ( ); const PandaSvg = () => ( ); const HeartIcon = props => ; const PandaIcon = props => ; export default () => (
);