/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const StopIcon: 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 17.333V6.667q0-1.1.783-1.884A2.57 2.57 0 0 1 6.667 4h10.666q1.1 0 1.884.783.783.784.783 1.884v10.666q0 1.1-.783 1.884a2.57 2.57 0 0 1-1.884.783H6.667a2.57 2.57 0 0 1-1.884-.783A2.57 2.57 0 0 1 4 17.333' />
    </g>
  </svg>
);
export default StopIcon;
