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

function Delicious(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="M26.286 24.571V16H13.715V3.429H5.144c-2.214 0-4 1.786-4 4V16h12.571v12.571h8.571c2.214 0 4-1.786 4-4zm1.143-17.142v17.143a5.145 5.145 0 01-5.143 5.143H5.143A5.145 5.145 0 010 24.572V7.429a5.145 5.145 0 015.143-5.143h17.143a5.145 5.145 0 015.143 5.143z" />
    </svg>
  );
}

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