import { jsx as _jsx } from "react/jsx-runtime";
import { classes } from '@eviljs/react/classes';
export function CheckboxMark(props) {
const { className, ...otherProps } = props;
return (_jsx("span", { ...otherProps, className: classes('CheckboxMark-67ba', className) }));
}