import { memo } from '@wordpress/element';
import { __ } from '@wordpress/i18n';
const Checkmark = (props) => {
const { className, ...otherProps } = props;
return (
);
};
export default memo(Checkmark);
Comments on: Home
https://www.sinophi.com
Designed and maintained by Print Plus International Limited
Thu, 17 Sep 2026 08:32:46 +0000
hourly
1