/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const InfoIcon: 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='M12 7.496a.88.88 0 0 0-.638.26.88.88 0 0 0-.261.639c0 .251.09.467.26.638.172.17.387.26.639.26s.467-.09.638-.26.261-.387.261-.638a.88.88 0 0 0-.26-.639.88.88 0 0 0-.639-.26m0 3.146c-.495 0-.9.405-.9.9v4.045c0 .495.406.9.9.9.495 0 .9-.405.9-.9v-4.046c0-.494-.405-.899-.9-.899M12 3c1.24 0 2.41.234 3.507.71a9 9 0 0 1 2.859 1.924 9.2 9.2 0 0 1 1.924 2.86A8.9 8.9 0 0 1 21 12q.002 1.86-.71 3.507a9.2 9.2 0 0 1-1.924 2.859 9.2 9.2 0 0 1-2.86 1.924A8.9 8.9 0 0 1 12 21q-1.861.002-3.506-.71a9.3 9.3 0 0 1-2.86-1.924 9.2 9.2 0 0 1-1.924-2.86A8.9 8.9 0 0 1 3 12c0-1.24.234-2.41.71-3.506a9.3 9.3 0 0 1 1.924-2.86 9.2 9.2 0 0 1 2.86-1.924A8.7 8.7 0 0 1 12 3' />
    </g>
  </svg>
);
export default InfoIcon;
