const PowerIcon = ({ className }: { className?: string }) => {
  return (
    <svg
      width="19"
      height="18"
      viewBox="0 0 19 18"
      fill="none"
      xmlns="http://www.w3.org/2000/svg"
      className={className}
    >
      <g clipPath="url(#clip0_162_3441)">
        <path
          d="M12.7725 3.20215C12.9231 2.91934 13.2738 2.81055 13.5566 2.95898C16.082 4.28305 17.6514 6.87805 17.6514 9.73242C17.6513 13.948 14.2217 17.3799 10.0039 17.3799C5.78622 17.3797 2.35668 13.9477 2.35449 9.73438C2.35455 6.88007 3.9247 4.28497 6.45215 2.96094C6.73736 2.81294 7.08701 2.92245 7.23535 3.20508C7.38583 3.48811 7.27481 3.83786 6.99219 3.98633C4.84719 5.10852 3.51562 7.31148 3.51562 9.73242C3.51566 13.3101 6.42593 16.2196 10.0039 16.2197C13.582 16.2197 16.4922 13.3098 16.4922 9.72949C16.4921 7.30915 15.1588 5.10657 13.0166 3.98438C12.7338 3.83594 12.624 3.48496 12.7725 3.20215Z"
          fill="currentColor"
        />
        <path
          d="M12.7725 3.20215C12.9231 2.91934 13.2738 2.81055 13.5566 2.95898C16.082 4.28305 17.6514 6.87805 17.6514 9.73242C17.6513 13.948 14.2217 17.3799 10.0039 17.3799C5.78622 17.3797 2.35668 13.9477 2.35449 9.73438C2.35455 6.88007 3.9247 4.28497 6.45215 2.96094C6.73736 2.81294 7.08701 2.92245 7.23535 3.20508C7.38583 3.48811 7.27481 3.83786 6.99219 3.98633C4.84719 5.10852 3.51562 7.31148 3.51562 9.73242C3.51566 13.3101 6.42593 16.2196 10.0039 16.2197C13.582 16.2197 16.4922 13.3098 16.4922 9.72949C16.4921 7.30915 15.1588 5.10657 13.0166 3.98438C12.7338 3.83594 12.624 3.48496 12.7725 3.20215Z"
          stroke="currentColor"
        />
        <path
          d="M10.5842 8.3382V1.95664C10.5842 1.63664 10.3245 1.37695 10.0045 1.37695C9.68449 1.37695 9.4248 1.63664 9.4248 1.95664V8.3382C9.4248 8.6582 9.68449 8.91789 10.0045 8.91789C10.3245 8.91789 10.5842 8.6582 10.5842 8.3382Z"
          fill="currentColor"
        />
      </g>
      <defs>
        <clipPath id="clip0_162_3441">
          <rect
            width="16"
            height="16"
            fill="white"
            transform="translate(2.00293 1.37695)"
          />
        </clipPath>
      </defs>
    </svg>
  );
};

export { PowerIcon };
