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

function Tumblr(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 19 32" fill="currentColor" ref={svgRef} {...props}>
      <path d="M16.857 23.732l1.429 4.232c-.536.804-2.964 1.714-5.143 1.75-6.482.107-8.929-4.607-8.929-7.929v-9.714h-3V8.232c4.5-1.625 5.589-5.696 5.839-8.018C7.071.071 7.196 0 7.267 0h4.357v7.571h5.946v4.5h-5.964v9.25c0 1.25.464 2.982 2.857 2.929.786-.018 1.839-.25 2.393-.518z" />
    </svg>
  );
}

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