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

function SentToUser(props: React.SVGProps<SVGSVGElement>, svgRef?: React.Ref<SVGSVGElement>) {
  return (
    <svg width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" ref={svgRef} {...props}>
      <path d="M10.902 7.51a.5.5 0 01.579.627l-.028.075-3.5 7.5a.5.5 0 01-.711.217l-.072-.052-2.138-1.871-1.157 1.324a.5.5 0 01-.869-.24l-.007-.089v-2.76l-2.312-1.85a.5.5 0 01.123-.854l.091-.027 10-2zm-.774 1.173l-7.979 1.596 1.461 1.168 3.252-.928c.423-.121.755.31.602.671l-.037.071-.051.068-1.685 1.924 1.637 1.432 2.8-6.002zm-4.621 3.263l-.987.282.42.366.567-.648zM11 0a3 3 0 110 6 3 3 0 010-6zm0 1a2 2 0 10-.001 3.999A2 2 0 0011 1zM5 2a2 2 0 11.001 3.999A2 2 0 015 2zm0 1a1 1 0 100 2 1 1 0 000-2z" />
      <path d="M5 5a.5.5 0 010 1c-1.156 0-2 .723-2 1.5a.5.5 0 01-1 0C2 6.134 3.323 5 5 5zm6 0c2.886 0 4.897 2.25 4.996 5.266L16 10.5v2a1.5 1.5 0 01-1.356 1.493L14.5 14H12a.5.5 0 01-.09-.992L12 13h2.5a.5.5 0 00.492-.41L15 12.5v-2C15 7.889 13.372 6 11 6c-1.059 0-1.971.365-2.665 1.035a.5.5 0 11-.694-.72c.882-.851 2.043-1.316 3.36-1.316z" />
    </svg>
  );
}

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