/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const ExploreIcon: 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>
      <g>
        <path d='M12.78 12.45a.9.9 0 1 1-1.56-.9.9.9 0 0 1 1.56.9' />
        <path
          fillRule='evenodd'
          d='M12 21a9 9 0 1 0 0-18 9 9 0 0 0 0 18m3.486-13.696c.734-.236 1.446.476 1.21 1.21l-1.704 5.3a1.82 1.82 0 0 1-1.178 1.178l-5.3 1.704c-.734.236-1.446-.476-1.21-1.21l1.704-5.3a1.82 1.82 0 0 1 1.178-1.178z'
          clipRule='evenodd'
        />
      </g>
    </g>
  </svg>
);
export default ExploreIcon;
