const MagnifyingGlassMinusIcon = (props) => (
  <svg
    xmlns="http://www.w3.org/2000/svg"
    fill="currentColor"
    aria-hidden="true"
    viewBox="0 0 20 20"
    width="1em"
    height="1em"
    {...props}
  >
    <path d="M6.75 8.25a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5h-4.5z" />
    <path
      fillRule="evenodd"
      d="M9 2a7 7 0 1 0 4.391 12.452l3.329 3.328a.75.75 0 1 0 1.06-1.06l-3.328-3.329A7 7 0 0 0 9 2zM3.5 9a5.5 5.5 0 1 1 11 0 5.5 5.5 0 0 1-11 0z"
      clipRule="evenodd"
    />
  </svg>
)
export default MagnifyingGlassMinusIcon
