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

function StickyNoteO(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 27 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M25 22.857h-4.429v4.429c.304-.107.607-.268.732-.393l3.304-3.304c.125-.125.286-.429.393-.732zm-5-2.286h5.143v-16H2.286v22.857h16v-5.143c0-.946.768-1.714 1.714-1.714zM27.429 4v18.286c0 .946-.554 2.268-1.214 2.929l-3.286 3.286c-.661.661-1.982 1.214-2.929 1.214H1.714A1.715 1.715 0 010 28.001v-24c0-.946.768-1.714 1.714-1.714h24c.946 0 1.714.768 1.714 1.714z" />
    </svg>
  );
}

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