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

function Modx(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 32 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M25.482 12.661L14.518 5.768l1.643-2.696h15.268zm-18.25 4.732l-3.286-2.071V.001l21.125 13.268zm18.197-2.411l2.625 1.696v15.321l-9.5-5.982zm-.661-.375l-8.929 14.321H.571l6.357-10.196z" />
    </svg>
  );
}

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