/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const ErrorIcon: 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 16.505c.252 0 .467-.09.638-.261s.261-.387.261-.639a.88.88 0 0 0-.26-.638.88.88 0 0 0-.639-.26.88.88 0 0 0-.638.26.88.88 0 0 0-.261.638c0 .252.09.468.26.639.172.17.387.26.639.26m0-3.147c.495 0 .9-.405.9-.9V8.414c0-.495-.405-.9-.9-.9s-.9.405-.9.9v4.046c0 .494.406.899.9.899M12 21q-1.861.002-3.506-.71a9 9 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.2 9.2 0 0 1 1.924-2.86 9.2 9.2 0 0 1 2.86-1.924A8.9 8.9 0 0 1 12 3c1.24 0 2.41.234 3.507.71a9.3 9.3 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.3 9.3 0 0 1-1.924 2.859 9.2 9.2 0 0 1-2.86 1.924A8.7 8.7 0 0 1 12 21' />
    </g>
  </svg>
);
export default ErrorIcon;
