// 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 WarningIcon = (props: SVGProps<SVGSVGElement>) => (
  <svg {...props} viewBox="0 0 24 24">
    <path
      fillRule="evenodd"
      clipRule="evenodd"
      d="M13.3142 3.57693L21.7773 18.9644C22.3271 19.964 21.6039 21.1872 20.463 21.1872H3.53681C2.3959 21.1872 1.67266 19.9641 2.22248 18.9644L10.6856 3.57693C11.2555 2.54077 12.7443 2.54076 13.3142 3.57693ZM11.9999 7.18726C12.8283 7.18726 13.4999 7.85883 13.4999 8.68726V12.6873C13.4999 13.5157 12.8283 14.1873 11.9999 14.1873C11.1715 14.1873 10.4999 13.5157 10.4999 12.6873V8.68726C10.4999 7.85883 11.1715 7.18726 11.9999 7.18726ZM11.9999 19.1873C12.8283 19.1873 13.4999 18.5157 13.4999 17.6873C13.4999 16.8588 12.8283 16.1873 11.9999 16.1873C11.1715 16.1873 10.4999 16.8588 10.4999 17.6873C10.4999 18.5157 11.1715 19.1873 11.9999 19.1873Z"
    />
  </svg>
);

const WarningIconWrapper = toIcon(WarningIcon);
export default WarningIconWrapper;
