// 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 InfoIcon = (props: SVGProps<SVGSVGElement>) => (
  <svg {...props} viewBox="0 0 24 24">
    <path
      fillRule="evenodd"
      d="M12 22a10 10 0 1 0 0-20 10 10 0 0 0 0 20Zm1.7-14.7a1.58 1.58 0 0 0-1.57-1.55 1.6 1.6 0 0 0-1.57 1.56c0 .84.73 1.6 1.57 1.58a1.6 1.6 0 0 0 1.57-1.58ZM9.4 17.76h5.5v-1.28c-.9 0-1.35-.23-1.33-.7V9.83H9.4v1.24c.88 0 1.32.24 1.32.72v3.99c0 .46-.44.7-1.32.7v1.27Z"
    />
  </svg>
);

const InfoIconWrapper = toIcon(InfoIcon);
export default InfoIconWrapper;
