/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const WarningIcon: 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='m3.088 18.078 8.356-13.772a.658.658 0 0 1 1.112 0l8.356 13.772c.248.408-.06.922-.556.922H3.644c-.497 0-.804-.514-.556-.922M12 16.224c.23 0 .42-.073.582-.22a.73.73 0 0 0 .23-.547c0-.212-.076-.4-.23-.555a.81.81 0 0 0-.582-.22c-.23 0-.42.073-.582.22a.74.74 0 0 0-.23.555q0 .328.23.547c.154.147.351.22.582.22m0-2.318c.445 0 .813-.343.813-.775v-2.319c0-.424-.36-.775-.813-.775-.445 0-.813.343-.813.775v2.319c0 .424.36.775.813.775' />
    </g>
  </svg>
);
export default WarningIcon;
