import React from 'react';

export default function SearchIcon(props) {
  return (
    <svg {...props} xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'>
      <path d='M416 208c0 45.9-14.9 88.3-40 122.7l126.6 126.7c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0s208 93.1 208 208zM208 352c79.5 0 144-64.5 144-144S287.5 64 208 64 64 128.5 64 208s64.5 144 144 144z'></path>
    </svg>
  );
}
