/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const ShareIosIcon: 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='M7.5 19q-.619 0-1.06-.427A1.38 1.38 0 0 1 6 17.546v-8q0-.6.44-1.028a1.47 1.47 0 0 1 1.06-.427h1.523a.727.727 0 0 1 0 1.454H7.5v8h9v-8h-1.523a.727.727 0 1 1 0-1.454H16.5q.62 0 1.06.427T18 9.545v8q0 .6-.44 1.028A1.47 1.47 0 0 1 16.5 19zm4.5-5.09a.75.75 0 0 1-.75-.75V5.781l-.682.661a.738.738 0 0 1-1.027-1.059l1.763-1.709a1 1 0 0 1 1.392 0l1.763 1.71a.737.737 0 1 1-1.027 1.058l-.682-.661v7.377a.75.75 0 0 1-.75.75' />
    </g>
  </svg>
);
export default ShareIosIcon;
