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

function Blind(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="M6.536 5.554A2.79 2.79 0 013.75 2.768C3.75 1.25 5 0 6.536 0s2.768 1.25 2.768 2.768a2.774 2.774 0 01-2.768 2.786zm9.839 11.464c0 1.929-2.054 1.5-2.518.714L7.303 9.911c-.286-.464-.5-.25-.5-.25s-.125.143.071.375l2.179 2.482.018 6.321C7.535 23.303 6.196 27 6.196 27c-.839 2.393-1.536 4.464-2.143 4.75-.732.375-1.268.286-1.839.018-.75-.339-.964-1.25-.911-1.786 0 0 .036-.286 3.518-11.036l.089-7.429-1.518 2.929.625 3.964c.232 1.5-1.036 1.696-1.036 1.696-1.214.196-1.464-1.214-1.464-1.25l-.821-5.339c3.75-6.768 3.768-6.804 3.768-6.804.286-.429.929-.607 2.018-.607.964 0 1.571.286 1.911.714l7.571 9.304c.107.071.179.179.25.304l.054.054-.018.018c.089.161.125.339.125.518zm-7.196 2.678c1.714 4.554 3.25 8 3.25 8 .518 1.321 1.411 3.214.107 3.964-1.286.75-2.321-.125-2.607-.732h-.018a3.278 3.278 0 01-.143-.446l-2.214-6.268zm14.714 10.572c.375.589.696 1.018.5 1.143-.339.214-.446-.411-.821-1.018 0 0-2.018-3.054-7.554-11.804.107.036.304-.125.304-.125s.196-.161.196-.304c5.5 8.982 7.375 12.107 7.375 12.107z" />
    </svg>
  );
}

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