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

function Exclamation(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 11 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M9.143 22.286v4c0 .625-.518 1.143-1.143 1.143H3.429a1.151 1.151 0 01-1.143-1.143v-4c0-.625.518-1.143 1.143-1.143H8c.625 0 1.143.518 1.143 1.143zm.536-18.857l-.5 13.714A1.195 1.195 0 018 18.286H3.429a1.195 1.195 0 01-1.179-1.143l-.5-13.714a1.11 1.11 0 011.107-1.143h5.714a1.11 1.11 0 011.107 1.143z" />
    </svg>
  );
}

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