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

function Indirect(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" ref={svgRef} {...props}>
      <path d="M14.5 6a1.5 1.5 0 11-.001 3.001A1.5 1.5 0 0114.5 6zm0 1a.5.5 0 100 1 .5.5 0 000-1zm-13-1a1.5 1.5 0 11-.001 3.001A1.5 1.5 0 011.5 6zm0 1a.5.5 0 100 1 .5.5 0 000-1z" />
      <path d="M9.75 2a2.25 2.25 0 012.245 2.096L12 4.25V6.5a.5.5 0 00.41.492L12.5 7h1a.5.5 0 01.09.992L13.5 8h-1a1.5 1.5 0 01-1.493-1.356L11 6.5V4.25a1.25 1.25 0 00-2.494-.128L8.5 4.25v7.5a2.25 2.25 0 01-4.495.154L4 11.75V8.5a.5.5 0 00-.41-.492L3.5 8h-1a.5.5 0 01-.09-.992L2.5 7h1a1.5 1.5 0 011.493 1.356L5 8.5v3.25a1.25 1.25 0 002.494.128l.006-.128v-7.5A2.25 2.25 0 019.75 2z" />
    </svg>
  );
}

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