/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const RemoveIcon: React.FC<React.SVGProps<SVGSVGElement>> = (props) => (
  <svg
    xmlns='http://www.w3.org/2000/svg'
    width='1em'
    height='1em'
    viewBox='0 0 24 24'
    fill='currentColor'
    {...props}
  >
    <g>
      <path d='M12 16H3.37C2.61 16 2 15.39 2 14.63V7c0-.55.45-1 1-1h15.63c.76 0 1.37.61 1.37 1.37V9h-1.63v-.7c0-.12 0-.3-.27-.3H4.52c-.29 0-.52.23-.52.52v4.95c0 .29.23.52.52.52H12c.55 0 1 .45 1 1s-.45 1-1 1zm3.7-.1 1.4-1.4-1.4-1.4a.984.984 0 0 1 0-1.4.984.984 0 0 1 1.4 0l1.4 1.4 1.4-1.4a.984.984 0 0 1 1.4 0c.38.39.39 1.01 0 1.4l-1.38 1.4 1.38 1.4c.38.39.38 1.01 0 1.4s-1.01.4-1.4.01l-1.4-1.38-1.4 1.38c-.39.38-1.01.38-1.4 0a.984.984 0 0 1 0-1.4z' />
    </g>
  </svg>
);
export default RemoveIcon;
