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

function Windows(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 30 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M12.179 17.964v11.625L0 27.91v-9.946h12.179zm0-13.268v11.768H0V6.375zm17.535 13.268V32l-16.196-2.232V17.964h16.196zm0-15.678v14.179H13.518V4.519z" />
    </svg>
  );
}

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