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

function Buysellads(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="M16.339 19.393h-5.25l2.625-9.839zm1.536 5.75h5.554L17.643 6.857H9.786L4 25.143h5.554l6.839-5.607zm9.554-17.714v17.143c0 2.821-2.321 5.143-5.143 5.143H5.143C2.322 29.715 0 27.394 0 24.572V7.429c0-2.821 2.321-5.143 5.143-5.143h17.143c2.821 0 5.143 2.321 5.143 5.143z" />
    </svg>
  );
}

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