export const MaintenanceIcon: React.FC<React.SVGAttributes<{}>> = (props) => (
  <svg xmlns="http://www.w3.org/2000/svg" fill="none" {...props}>
    <path
      fill="currentColor"
      d="M17.5 7.5a5 5 0 0 1-7.417 4.375l-4.38 5.078a1.878 1.878 0 1 1-2.656-2.656l5.078-4.38a5 5 0 0 1 6.25-7.054L11.25 6.25l.442 2.058 2.058.442 3.387-3.125c.24.596.364 1.233.363 1.875Z"
      opacity={0.2}
    />
    <path
      fill="currentColor"
      d="M17.716 5.39a.626.626 0 0 0-1.004-.224L13.564 8.07l-1.346-.289-.29-1.346 2.906-3.148a.625.625 0 0 0-.225-1.003A5.625 5.625 0 0 0 6.875 7.5a5.652 5.652 0 0 0 .469 2.261L2.64 13.828l-.034.03a2.5 2.5 0 1 0 3.567 3.504l4.066-4.706A5.625 5.625 0 0 0 18.125 7.5a5.592 5.592 0 0 0-.41-2.11ZM12.5 11.876a4.386 4.386 0 0 1-2.115-.547.626.626 0 0 0-.775.139l-4.367 5.057a1.25 1.25 0 0 1-1.767-1.767l5.054-4.366a.625.625 0 0 0 .138-.776 4.375 4.375 0 0 1 4.56-6.43l-2.438 2.64a.626.626 0 0 0-.152.556l.443 2.057a.625.625 0 0 0 .48.48l2.058.442a.625.625 0 0 0 .555-.152l2.64-2.438a4.38 4.38 0 0 1-4.314 5.105Z"
    />
  </svg>
);
