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

function LevelUp(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 18 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M18.179 10.768a1.136 1.136 0 01-1.036.661h-3.429v15.429c0 .321-.25.571-.571.571H.572a.576.576 0 01-.518-.321.609.609 0 01.071-.625l2.857-3.429a.608.608 0 01.446-.196h5.714V11.429H5.713c-.446 0-.839-.25-1.036-.661a1.156 1.156 0 01.161-1.214l5.714-6.857c.429-.518 1.321-.518 1.75 0l5.714 6.857c.286.339.357.821.161 1.214z" />
    </svg>
  );
}

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