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

function Wpforms(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="M9.196 16.268v2.286h-4.5v-2.286h4.5zm0-4.554v2.268h-4.5v-2.268h4.5zm13.536 9.125v2.286h-6.089v-2.286h6.089zm0-4.571v2.286h-12v-2.286h12zm0-4.554v2.268h-12v-2.268h12zm2.411 15.357V4.928a.359.359 0 00-.357-.357h-.571l-6.75 4.571-3.75-3.054-3.75 3.054-6.75-4.571h-.571a.359.359 0 00-.357.357v22.143c0 .196.161.357.357.357h22.143a.359.359 0 00.357-.357zM9.875 7.25l3.304-2.679h-7.25zm7.679 0L21.5 4.571h-7.25zm9.875-2.321v22.143a2.637 2.637 0 01-2.643 2.643H2.643A2.637 2.637 0 010 27.072V4.929a2.637 2.637 0 012.643-2.643h22.143a2.637 2.637 0 012.643 2.643z" />
    </svg>
  );
}

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