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

function Html5(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 25 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M20.179 10.661l.286-3.125H4.679l.839 9.536h10.929l-.393 4.071-3.518.946-3.5-.946-.232-2.5H5.679l.393 4.964 6.464 1.786h.071v-.018l6.411-1.768.893-9.714h-11.5l-.268-3.232h12.036zM0 2.286h25.143l-2.286 25.679-10.321 2.893-10.25-2.893z" />
    </svg>
  );
}

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