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

function LogoShop(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="M28.985 3.595H3.015C1.353 3.595 0 4.985 0 6.688v18.624c0 1.705 1.353 3.093 3.015 3.093h25.966c1.664 0 3.017-1.387 3.017-3.093V6.688c.002-1.703-1.351-3.093-3.013-3.093zm0 21.95H3.015a.234.234 0 01-.229-.233V9.09h26.421v16.222c0 .13-.098.233-.222.233z" />
      <path d="M24.503 11.365h-2.642a.684.684 0 00-.663.505l-2.103 7.568h-8.599l-.359-1.577h5.045a.69.69 0 100-1.38H9.827l-.341-1.497h5.154a.69.69 0 100-1.38H8.585a.691.691 0 00-.69.69c0 .121.039.229.094.329l1.291 5.689c.005.023.034.027.041.048a.683.683 0 00.642.457h9.653a.686.686 0 00.663-.505l2.101-7.566h2.119c.379 0 .69-.309.69-.69a.685.685 0 00-.686-.69zM12.322 22.455a.976.976 0 11-1.952 0 .976.976 0 011.952 0zM19.392 22.455a.978.978 0 11-1.956 0 .978.978 0 011.956 0z" />
      <path d="M18.597 18.219l-.206.085a.146.146 0 01-.192-.08l-.782-1.895-.834.345.023-2.992 2.126 2.105-.834.343.782 1.895a.15.15 0 01-.082.194z" />
    </svg>
  );
}

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