import createSvgIcon from '@material-hu/mui/utils/createSvgIcon';

const IconMessageUnread = createSvgIcon(
  <svg
    xmlns="http://www.w3.org/2000/svg"
    viewBox="0 0 24 24"
    fill="currentColor"
  >
    <path
      fillRule="evenodd"
      clipRule="evenodd"
      d="M6.97872 6.54138C10.1369 4.30142 14.6945 4.49233 17.5959 6.96649L6.97872 6.54138ZM17.5959 6.96649C19.2226 8.35489 20.0262 10.1974 20.015 12.0207C20.0117 12.573 20.4566 13.0234 21.0089 13.0268C21.5612 13.0302 22.0116 12.5852 22.015 12.0329C22.0299 9.59632 20.9513 7.20076 18.8942 5.44518C15.2855 2.36759 9.71524 2.14833 5.82147 4.91018C2.0244 7.60454 0.902056 12.3837 3.20102 16.2345L2.05133 19.6836C1.93792 20.0239 2.0154 20.3988 2.25441 20.6662C2.49341 20.9336 2.85732 21.0526 3.20813 20.9779L7.58256 20.0472C8.97138 20.6629 10.4751 20.9812 11.9969 20.9798C12.5492 20.9793 12.9965 20.5312 12.996 19.979C12.9955 19.4267 12.5474 18.9793 11.9951 18.9798C10.6583 18.981 9.33854 18.6799 8.13448 18.0991C7.9348 18.0028 7.70876 17.9756 7.49191 18.0217L4.50139 18.658L5.2487 16.4161C5.34701 16.1211 5.30256 15.7972 5.12842 15.5397C3.12975 12.5838 3.86507 8.75089 6.97872 6.54138"
    />
    <circle
      cx="18.5"
      cy="18.5"
      r="3.5"
    />
  </svg>,
  'IconMessageUnread',
);

export default IconMessageUnread;
