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

function Magic2(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 32 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M8 5.995l-4-4H1.998v2l4 3.998L8 5.995zm2-5.997h2v3.998h-2V-.002zm8 10h3.998v2H18v-2zm1.998-6.003v-2H18l-4 4 2 2 3.998-4zM0 9.998h3.998v2H0v-2zm10 8h2v3.998h-2v-3.998zm-8.002 0v1.998h2l4-3.998-2-2-4 4zm29.563 9.563L11.684 7.68a1.503 1.503 0 00-2.123 0L7.68 9.561a1.503 1.503 0 000 2.123l19.881 19.879a1.501 1.501 0 002.121 0l1.881-1.881a1.503 1.503 0 00-.002-2.121zm-16.56-10.564l-6-6 2-1.998 6 6-2 1.998z" />
    </svg>
  );
}

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