/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const SearchIcon: React.FC<React.SVGProps<SVGSVGElement>> = (props) => (
  <svg
    xmlns='http://www.w3.org/2000/svg'
    width='1em'
    height='1em'
    viewBox='0 0 24 24'
    fill='currentColor'
    {...props}
  >
    <g>
      <path d='M10.417 17.834q-3.11 0-5.263-2.154T3 10.417t2.154-5.263T10.417 3q3.11 0 5.263 2.154t2.154 5.263a6.95 6.95 0 0 1-1.484 4.336l4.336 4.336q.315.313.314.799 0 .485-.314.798-.313.315-.799.314-.485 0-.798-.314l-4.336-4.336a6.954 6.954 0 0 1-4.336 1.483m0-2.282q2.14 0 3.637-1.498t1.498-3.637-1.498-3.637q-1.497-1.498-3.637-1.498T6.78 6.78q-1.498 1.497-1.498 3.637t1.498 3.637 3.637 1.498' />
    </g>
  </svg>
);
export default SearchIcon;
