/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const SendIcon: React.FC<React.SVGProps<SVGSVGElement>> = (props) => (
  <svg
    xmlns='http://www.w3.org/2000/svg'
    width='1em'
    height='1em'
    viewBox='0 0 24 24'
    fill='currentColor'
    {...props}
  >
    <g>
      <path d='M4.446 19.913a1 1 0 0 1-.981-.094Q3 19.513 3 18.927V14.13L11.264 12 3 9.869V5.073q0-.585.465-.892a1 1 0 0 1 .981-.094l15.908 6.927Q21 11.307 21 12q0 .692-.646.986z' />
    </g>
  </svg>
);
export default SendIcon;
