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

function StickyNote(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="M18.286 22.286v7.429H1.715a1.715 1.715 0 01-1.714-1.714v-24c0-.946.768-1.714 1.714-1.714h24c.946 0 1.714.768 1.714 1.714v16.571H20c-.946 0-1.714.768-1.714 1.714zm2.285.571h6.804c-.161.857-.625 1.821-1.161 2.357L22.928 28.5c-.536.536-1.5 1-2.357 1.161v-6.804z" />
    </svg>
  );
}

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