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

function Paperclip(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 25 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M25.071 24.732c0 2.786-2.125 4.911-4.911 4.911-1.571 0-3.089-.679-4.196-1.786L2.089 14C.821 12.714.071 10.964.071 9.161c0-3.786 2.982-6.804 6.768-6.804 1.821 0 3.571.732 4.875 2.018l10.804 10.821c.107.107.179.25.179.393 0 .375-1 1.375-1.375 1.375a.578.578 0 01-.411-.179L10.09 5.946c-.857-.839-2.018-1.375-3.232-1.375-2.536 0-4.5 2.054-4.5 4.571 0 1.214.5 2.375 1.357 3.232l13.857 13.875c.679.679 1.625 1.125 2.589 1.125 1.518 0 2.643-1.125 2.643-2.643 0-.982-.446-1.911-1.125-2.589L11.304 11.767a1.594 1.594 0 00-1.071-.429c-.679 0-1.196.5-1.196 1.196 0 .393.179.768.446 1.054l7.321 7.321c.107.107.179.25.179.393 0 .375-1.018 1.393-1.393 1.393a.57.57 0 01-.393-.179l-7.321-7.321a3.762 3.762 0 01-1.125-2.661c0-1.964 1.536-3.5 3.5-3.5 1 0 1.964.411 2.661 1.125l10.375 10.375c1.125 1.107 1.786 2.625 1.786 4.196z" />
    </svg>
  );
}

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