export default function CheckMarkSVG({ color }: { color?: string }) { return ( ); }