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

function Code(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 34 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M11.018 24.982l-.893.893a.571.571 0 01-.821 0L.983 17.554a.571.571 0 010-.821l8.321-8.321a.571.571 0 01.821 0l.893.893a.571.571 0 010 .821L4 17.144l7.018 7.018a.571.571 0 010 .821zM21.571 5.929L14.91 28.983c-.089.304-.411.482-.696.393l-1.107-.304a.579.579 0 01-.393-.714l6.661-23.054c.089-.304.411-.482.696-.393l1.107.304a.579.579 0 01.393.714zm11.733 11.625l-8.321 8.321a.571.571 0 01-.821 0l-.893-.893a.571.571 0 010-.821l7.018-7.018-7.018-7.018a.571.571 0 010-.821l.893-.893a.571.571 0 01.821 0l8.321 8.321a.571.571 0 010 .821z" />
    </svg>
  );
}

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