// 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 TriangleIcon = (props: SVGProps<SVGSVGElement>) => (
  <svg {...props} viewBox="0 0 24 24">
    <path d="M11.1 6.5c.7-.7 1.8-.7 2.5 0l6.6 6.4c1.2 1.2.4 3.1-1.2 3.1H5.8c-1.6 0-2.4-2-1.3-3l6.6-6.5Z" />
  </svg>
);

const TriangleIconWrapper = toIcon(TriangleIcon);
export default TriangleIconWrapper;
