import { createSvgIcon } from "@material-ui/core/utils";
import React from "react";

export const TranslationIcon = createSvgIcon(
  <path
    fillRule="evenodd"
    clipRule="evenodd"
    d="M5.65092 18.3479L6.18814 15.9745L5.83266 15.3149C5.45189 14.6084 5.18886 13.8286 5.07064 13H8.03103C8.14673 14.8627 8.58594 16.7129 9.34866 18.481C9.1204 18.3875 8.89825 18.2823 8.68291 18.1661L8.02264 17.81L5.65092 18.3479ZM10.0354 13C10.1814 15.058 10.7786 17.0968 11.8269 18.9979C11.8844 18.9993 11.9421 19 12 19C12.1441 19 12.2871 18.9956 12.4291 18.9871C13.4737 17.089 14.0688 15.0541 14.2146 13H10.0354ZM14.2146 11H10.0354C10.1814 8.94202 10.7786 6.90322 11.8269 5.0021C11.8844 5.0007 11.9421 5 12 5C12.1441 5 12.2872 5.00435 12.4291 5.01294C13.4737 6.91097 14.0688 8.94593 14.2146 11ZM16.219 13C16.1062 14.8152 15.6862 16.6186 14.959 18.3457C17.0575 17.3655 18.5894 15.375 18.9291 13H16.219ZM18.9291 11H16.219C16.1062 9.18478 15.6863 7.3814 14.9591 5.65434C17.0575 6.63454 18.5894 8.62498 18.9291 11ZM8.03103 11H5.07089C5.42699 8.51047 7.093 6.44351 9.34834 5.51968C8.58581 7.28756 8.14671 9.13755 8.03103 11ZM3.1751 20.2266C3.09391 20.5853 3.41471 20.9059 3.77336 20.8246L7.73342 19.9264C9.00313 20.6113 10.4562 21 12 21C16.9706 21 21 16.9706 21 12C21 7.02944 16.9706 3 12 3C7.02944 3 3 7.02944 3 12C3 13.5427 3.38813 14.9947 4.07208 16.2637L3.1751 20.2266Z"
    fill="currentColor"
  />,
  "TranslationIcon"
);
