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

function Download(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="M22.857 24c0-.625-.518-1.143-1.143-1.143s-1.143.518-1.143 1.143.518 1.143 1.143 1.143 1.143-.518 1.143-1.143zm4.572 0c0-.625-.518-1.143-1.143-1.143s-1.143.518-1.143 1.143.518 1.143 1.143 1.143 1.143-.518 1.143-1.143zm2.285-4v5.714c0 .946-.768 1.714-1.714 1.714H1.714A1.715 1.715 0 010 25.714V20c0-.946.768-1.714 1.714-1.714h8.304l2.411 2.429c.661.643 1.518 1 2.429 1s1.768-.357 2.429-1l2.429-2.429h8.286c.946 0 1.714.768 1.714 1.714zM23.911 9.839c.179.429.089.929-.25 1.25l-8 8c-.214.232-.518.339-.804.339s-.589-.107-.804-.339l-8-8a1.123 1.123 0 01-.25-1.25 1.156 1.156 0 011.054-.696h4.571v-8c0-.625.518-1.143 1.143-1.143h4.571c.625 0 1.143.518 1.143 1.143v8h4.571c.464 0 .875.286 1.054.696z" />
    </svg>
  );
}

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