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

function Plug(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="M31.339 8.089a2.318 2.318 0 010 3.232l-7.161 7.143 2.679 2.679L24 24c-3.911 3.911-9.875 4.464-14.304 1.536L3.232 32H0v-3.232l6.464-6.464C3.535 17.875 4.089 11.911 8 8l2.857-2.857 2.679 2.679L20.679.661a2.318 2.318 0 013.232 0c.893.893.893 2.357 0 3.232l-7.143 7.161 4.179 4.179 7.161-7.143a2.284 2.284 0 013.232 0z" />
    </svg>
  );
}

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