const MarkIcon = () => (
  <svg width="18" height="18" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
    <path
      d="M14.25 6.75C14.25 7.8375 13.9275 8.83501 13.3725 9.66751C12.5625 10.8675 11.28 11.715 9.7875 11.9325C9.5325 11.9775 9.27 12 9 12C8.73 12 8.4675 11.9775 8.2125 11.9325C6.72 11.715 5.4375 10.8675 4.6275 9.66751C4.0725 8.83501 3.75 7.8375 3.75 6.75C3.75 3.8475 6.0975 1.5 9 1.5C11.9025 1.5 14.25 3.8475 14.25 6.75Z"
      stroke="#080210"
      strokeWidth="1.2"
      strokeLinecap="round"
      strokeLinejoin="round"
    />
    <path
      d="M15.9373 13.8523L14.6998 14.1448C14.4223 14.2123 14.2048 14.4223 14.1448 14.6998L13.8823 15.8023C13.7398 16.4023 12.9748 16.5823 12.5773 16.1098L8.99982 11.9998L5.42232 16.1173C5.02482 16.5898 4.25981 16.4098 4.11731 15.8098L3.85481 14.7073C3.78731 14.4298 3.56982 14.2123 3.29982 14.1523L2.06231 13.8598C1.49231 13.7248 1.28981 13.0123 1.70231 12.5998L4.62732 9.6748C5.43732 10.8748 6.71982 11.7223 8.21232 11.9398C8.46732 11.9848 8.72982 12.0073 8.99982 12.0073C9.26982 12.0073 9.53232 11.9848 9.78732 11.9398C11.2798 11.7223 12.5623 10.8748 13.3723 9.6748L16.2973 12.5998C16.7098 13.0048 16.5073 13.7173 15.9373 13.8523Z"
      stroke="#080210"
      strokeWidth="1.2"
      strokeLinecap="round"
      strokeLinejoin="round"
    />
    <path
      d="M9.43498 4.485L9.87748 5.36999C9.93748 5.48999 10.095 5.61 10.2375 5.6325L11.04 5.76749C11.55 5.84999 11.67 6.225 11.3025 6.5925L10.68 7.21499C10.575 7.31999 10.515 7.5225 10.5525 7.6725L10.7325 8.445C10.875 9.0525 10.5525 9.29249 10.0125 8.96999L9.26248 8.52749C9.12748 8.44499 8.90248 8.44499 8.76748 8.52749L8.01748 8.96999C7.47748 9.28499 7.15498 9.0525 7.29748 8.445L7.47748 7.6725C7.50748 7.53 7.45498 7.31999 7.34998 7.21499L6.72748 6.5925C6.35998 6.225 6.47998 5.85749 6.98998 5.76749L7.79248 5.6325C7.92748 5.61 8.08498 5.48999 8.14498 5.36999L8.58748 4.485C8.80498 4.005 9.19498 4.005 9.43498 4.485Z"
      stroke="#080210"
      strokeWidth="1.2"
      strokeLinecap="round"
      strokeLinejoin="round"
    />
  </svg>
);

export default MarkIcon;
