/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const ShareArrowIcon: 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='M13 4.04c0-.951 1.173-1.401 1.81-.694l6.909 7.676c.355.395.355.994 0 1.39l-6.91 7.676c-.636.707-1.809.257-1.809-.695V15.87c-3.761 0-6.464 1.634-8.729 3.354-.67.51-1.627.074-1.569-.767C3.218 11.02 9.176 7.501 13 7.5z' />
    </g>
  </svg>
);
export default ShareArrowIcon;
