import { Props } from "./Props"; export const RecommendTinyFilled = (props: Props) => { return ( ); }; export const RecommendTinyEmpty = (props: Props) => { return ( ); };