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

function Ioxhost(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 37 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M26.125 14.857c0 .839-.679 1.536-1.536 1.536H12.053a1.536 1.536 0 110-3.072h12.536c.857 0 1.536.696 1.536 1.536zm3.821 0c0-1.054-.143-2.054-.411-3.036H11.999a1.521 1.521 0 01-1.536-1.518c0-.857.679-1.536 1.536-1.536h16.214c-2.054-3.339-5.732-5.554-9.911-5.554-6.429 0-11.661 5.214-11.661 11.643 0 1.054.143 2.054.411 3.036h17.536c.857 0 1.536.679 1.536 1.518 0 .857-.679 1.536-1.536 1.536H8.374a11.634 11.634 0 009.929 5.554c6.411 0 11.643-5.214 11.643-11.643zm6.625-4.553c0 .839-.679 1.518-1.536 1.518h-2.339c.196.982.304 2 .304 3.036 0 8.107-6.589 14.714-14.696 14.714-5.946 0-11.071-3.536-13.393-8.625H1.536A1.525 1.525 0 010 19.411c0-.839.679-1.518 1.536-1.518h2.357c-.196-.982-.304-2-.304-3.036C3.589 6.75 10.178.143 18.303.143c5.929 0 11.054 3.536 13.375 8.625h3.357c.857 0 1.536.679 1.536 1.536z" />
    </svg>
  );
}

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