/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const PauseIcon: 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>
      <g>
        <path d='M4 6.667a2.667 2.667 0 0 1 5.333 0v10.666a2.667 2.667 0 1 1-5.333 0zM14.667 6.667a2.667 2.667 0 1 1 5.333 0v10.666a2.667 2.667 0 1 1-5.333 0z' />
      </g>
    </g>
  </svg>
);
export default PauseIcon;
