// This file is auto-generated. Do not edit it directly.
// To update the icon component, change the related icon.svg file and run "yarn build:icons" in the root directory.
import { type SVGProps } from 'react';

import toIcon from '../toIcon';

const SearchIcon = (props: SVGProps<SVGSVGElement>) => (
  <svg {...props} viewBox="0 0 24 24">
    <path
      fillRule="evenodd"
      d="M11.95 16.98a6.5 6.5 0 1 1 4-1.74l4.11 4.3-.78.73-4.18-4.36c-.9.6-1.98.99-3.15 1.07Zm4.96-6.86a5.42 5.42 0 1 1-10.82.76 5.42 5.42 0 0 1 10.82-.76Z"
    />
  </svg>
);

const SearchIconWrapper = toIcon(SearchIcon);
export default SearchIconWrapper;
