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

function Cube(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="M16 29.089l11.429-6.232V11.5L16 15.661V29.09zm-1.143-15.446l12.464-4.536-12.464-4.536L2.393 9.107zm14.857-4.5v13.714c0 .839-.464 1.607-1.196 2l-12.571 6.857c-.339.196-.714.286-1.089.286s-.75-.089-1.089-.286L1.198 24.857a2.273 2.273 0 01-1.196-2V9.143A2.28 2.28 0 011.502 7l12.571-4.571c.25-.089.518-.143.786-.143s.536.054.786.143L28.216 7a2.28 2.28 0 011.5 2.143z" />
    </svg>
  );
}

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