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

function Book2(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="M6.999 29.993a2 2 0 010-4h22v-2h-22c-2.208 0-4 1.792-4 4s1.792 4 4 4h22v-1.966l-22-.034z" />
      <path d="M6.999.007c-2.208 0-4 1.792-4 4v23.986c0-2.208 1.792-4 4-4h22V.007h-22zM23.57 12.99H10.845a1.143 1.143 0 010-2.286H23.57a1.143 1.143 0 010 2.286zm0-5.936H10.845a1.143 1.143 0 010-2.286H23.57a1.143 1.143 0 010 2.286z" />
    </svg>
  );
}

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