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

function ViewsAuthorize(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="M3 4v7c0 .442.57 1 1 1h2.5a.5.5 0 01.09.992L6.5 13H4c-.957 0-2-.98-2-2V3c0-1.02 1.043-2 2-2h10c.957 0 2 .98 2 2v3.5a.5.5 0 01-.992.09L15 6.5V4H3zm12-1c0-.442-.569-1-1-1H4c-.43 0-1 .558-1 1h12z" />
      <path d="M1 13c0 .442.57 1 1 1h4.5a.5.5 0 01.09.992L6.5 15H2c-.957 0-2-.98-2-2V4.5l.008-.09a.5.5 0 01.984 0L1 4.5V13zm15-4a1 1 0 00-1-1H9a1 1 0 00-1 1v6a1 1 0 001 1h6a1 1 0 001-1v-2h-1v2H9V9h7z" />
      <path d="M15.175 10.12a.5.5 0 01.651.759l-3.5 3a.5.5 0 01-.741-.102l-1-1.5a.5.5 0 11.832-.554l.687 1.03 3.072-2.633z" />
    </svg>
  );
}

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