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

function Link(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 30 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M26 21.714c0-.464-.179-.893-.5-1.214l-3.714-3.714a1.733 1.733 0 00-1.214-.5c-.518 0-.929.196-1.286.571.589.589 1.286 1.089 1.286 2 0 .946-.768 1.714-1.714 1.714-.911 0-1.411-.696-2-1.286-.375.357-.589.768-.589 1.304 0 .446.179.893.5 1.214l3.679 3.696c.321.321.768.482 1.214.482s.893-.161 1.214-.464l2.625-2.607c.321-.321.5-.75.5-1.196zM13.446 9.125c0-.446-.179-.893-.5-1.214L9.267 4.215c-.321-.321-.768-.5-1.214-.5s-.893.179-1.214.482L4.214 6.804a1.702 1.702 0 000 2.41l3.714 3.714c.321.321.768.482 1.214.482.518 0 .929-.179 1.286-.554-.589-.589-1.286-1.089-1.286-2 0-.946.768-1.714 1.714-1.714.911 0 1.411.696 2 1.286.375-.357.589-.768.589-1.304zm15.983 12.589a5.11 5.11 0 01-1.518 3.625l-2.625 2.607a5.106 5.106 0 01-3.625 1.482 5.077 5.077 0 01-3.643-1.518l-3.679-3.696a5.106 5.106 0 01-1.482-3.625c0-1.411.571-2.75 1.571-3.732l-1.571-1.571a5.187 5.187 0 01-3.714 1.571 5.165 5.165 0 01-3.643-1.5l-3.714-3.714A5.09 5.09 0 01.286 8a5.11 5.11 0 011.518-3.625l2.625-2.607A5.106 5.106 0 018.054.286c1.375 0 2.679.536 3.643 1.518L15.376 5.5a5.106 5.106 0 011.482 3.625c0 1.411-.571 2.75-1.571 3.732l1.571 1.571a5.187 5.187 0 013.714-1.571c1.357 0 2.679.536 3.643 1.5l3.714 3.714a5.09 5.09 0 011.5 3.643z" />
    </svg>
  );
}

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