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

function BookmarkO(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 23 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M20.571 4.571H2.285V26.75l9.143-8.768 1.589 1.518 7.554 7.25V4.571zm.215-2.285a2 2 0 01.786.161 1.979 1.979 0 011.286 1.839v23.018c0 .804-.5 1.536-1.286 1.839-.25.107-.518.143-.786.143a2.17 2.17 0 01-1.482-.571l-7.875-7.571-7.875 7.571a2.19 2.19 0 01-1.482.589 2 2 0 01-.786-.161A1.979 1.979 0 010 27.304V4.286c0-.804.5-1.536 1.286-1.839a2 2 0 01.786-.161h18.714z" />
    </svg>
  );
}

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