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

function Dropbox(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="M7.179 12.625L16 18.071 9.893 23.16l-8.75-5.696zm17.607 9.911v1.929l-8.75 5.232v.018l-.018-.018-.018.018v-.018l-8.732-5.232v-1.929l2.625 1.714L16 19.179v-.036l.018.018.018-.018v.036l6.125 5.071zM9.893 2.107L16 7.196l-8.821 5.429-6.036-4.821zm14.928 10.518l6.036 4.839-8.732 5.696L16 18.071zM22.125 2.107l8.732 5.696-6.036 4.821L16 7.195z" />
    </svg>
  );
}

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