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

function Notice(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" ref={svgRef} {...props}>
      <path d="M8 0a1 1 0 011 1v1l-.006.111a4.471 4.471 0 013.448 3.864L13 10.999l2 2a.5.5 0 010 1H1a.5.5 0 010-1l2-2 .558-5.024a4.471 4.471 0 013.448-3.864A1.018 1.018 0 017 2V1a1 1 0 011-1zm0 3a3.469 3.469 0 00-3.448 3.086l-.597 5.373L2.414 13h11.172l-1.541-1.541-.597-5.373A3.469 3.469 0 008 3zM6.5 15h3a.5.5 0 010 1h-3a.5.5 0 010-1zM4.418 1.007a.5.5 0 01.164.986C2.85 2.282 2 3.557 2 6a.5.5 0 01-1 0c0-2.891 1.15-4.615 3.418-4.993zM11.582 1.007a.5.5 0 00-.164.986C13.15 2.282 14 3.557 14 6a.5.5 0 001 0c0-2.891-1.15-4.615-3.418-4.993z" />
    </svg>
  );
}

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