import { LeftCorner } from '../../../base/icons/src/vender/plugin' const CornerMark = ({ text }: { text: string }) => { return (
{text}
) } export default CornerMark