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

function GetPocket(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 31 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M27.946 2.286a2.763 2.763 0 012.768 2.786v9.268c0 8.554-6.839 15.375-15.339 15.375A15.307 15.307 0 010 14.34V5.072c0-1.518 1.268-2.786 2.786-2.786h25.161zm-12.571 19c.536 0 1.071-.214 1.464-.589l7.214-6.929c.411-.393.661-.946.661-1.518a2.11 2.11 0 00-3.571-1.518l-5.768 5.536-5.768-5.536a2.102 2.102 0 00-1.446-.589 2.11 2.11 0 00-1.464 3.625l7.232 6.929a2.07 2.07 0 001.446.589z" />
    </svg>
  );
}

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