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

export const HelpIcon = createSvgIcon(
  <path
    fillRule="evenodd"
    clipRule="evenodd"
    d="M4 20H12C16.4183 20 20 16.4183 20 12C20 7.58172 16.4183 4 12 4C7.58172 4 4 7.58172 4 12V20ZM12 2C6.47715 2 2 6.47715 2 12V22H12C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2ZM9.48039 6.98039C10.1307 6.33011 11.0228 6 12 6C12.9772 6 13.8693 6.33011 14.5196 6.98039C15.1699 7.63067 15.5 8.52275 15.5 9.5C15.5 10.9343 14.5676 12.2346 13.4403 12.9247C13.1458 13.105 12.8897 13.3115 12.7172 13.5218C12.5469 13.7293 12.5 13.8863 12.5 14H10.5C10.5 13.2853 10.809 12.6944 11.1711 12.2531C11.531 11.8145 11.984 11.4711 12.3961 11.2189C13.0728 10.8047 13.5 10.0853 13.5 9.5C13.5 8.97725 13.3301 8.61933 13.1054 8.39461C12.8807 8.16989 12.5228 8 12 8C11.4772 8 11.1193 8.16989 10.8946 8.39461C10.6699 8.61933 10.5 8.97725 10.5 9.5H8.5C8.5 8.52275 8.83011 7.63067 9.48039 6.98039ZM11.5 18C12.3284 18 13 17.3284 13 16.5C13 15.6716 12.3284 15 11.5 15C10.6716 15 10 15.6716 10 16.5C10 17.3284 10.6716 18 11.5 18Z"
    fill="currentColor"
  />,
  "HelpIcon"
);
