// Generated by script, don't edit it please.
import * as React from 'react';

function ExclamationTriangle(
  props: React.SVGProps<SVGSVGElement>,
  svgRef?: React.Ref<SVGSVGElement>
) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 32 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M18.286 24.554v-3.393a.58.58 0 00-.571-.589h-3.429a.58.58 0 00-.571.589v3.393c0 .321.25.589.571.589h3.429a.58.58 0 00.571-.589zm-.036-6.679l.321-8.196a.432.432 0 00-.179-.339c-.107-.089-.268-.196-.429-.196h-3.929c-.161 0-.321.107-.429.196-.125.089-.179.268-.179.375l.304 8.161c0 .232.268.411.607.411h3.304c.321 0 .589-.179.607-.411zM18 1.196l13.714 25.143c.393.696.375 1.554-.036 2.25s-1.161 1.125-1.964 1.125H2.285c-.804 0-1.554-.429-1.964-1.125s-.429-1.554-.036-2.25L13.999 1.196a2.273 2.273 0 014 0z" />
    </svg>
  );
}

const ForwardRef = React.forwardRef(ExclamationTriangle);
export default ForwardRef;
