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

function Magnet(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 27 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M27.429 14.857v2.286c0 7.286-5.768 12.571-13.714 12.571S.001 24.428.001 17.143v-2.286c0-.625.518-1.143 1.143-1.143h6.857c.625 0 1.143.518 1.143 1.143v2.286c0 3.268 3.804 3.429 4.571 3.429s4.571-.161 4.571-3.429v-2.286c0-.625.518-1.143 1.143-1.143h6.857c.625 0 1.143.518 1.143 1.143zM9.143 3.429v6.857c0 .625-.518 1.143-1.143 1.143H1.143A1.151 1.151 0 010 10.286V3.429c0-.625.518-1.143 1.143-1.143H8c.625 0 1.143.518 1.143 1.143zm18.286 0v6.857c0 .625-.518 1.143-1.143 1.143h-6.857a1.151 1.151 0 01-1.143-1.143V3.429c0-.625.518-1.143 1.143-1.143h6.857c.625 0 1.143.518 1.143 1.143z" />
    </svg>
  );
}

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