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

function ArrowUp2(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="M27.442 10.96L16.823.338a1.166 1.166 0 00-1.641 0L4.558 10.96c-.45.45-.45 1.186-.002 1.639l1.024 1.024c.45.448 1.186.448 1.637 0l6.91-6.912v24.13c0 .635.521 1.157 1.157 1.159h1.438a1.163 1.163 0 001.157-1.159V6.711l6.912 6.91c.45.448 1.186.448 1.637 0l1.017-1.019c.45-.453.45-1.191 0-1.641z" />
    </svg>
  );
}

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