/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const Volume0Icon: 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='m11.15 4.656-4.005 4.11a.5.5 0 0 1-.35.154H4C3.451 8.92 3 9.383 3 9.948v4.11c0 .566.45 1.028 1.001 1.028h2.793c.13 0 .26.052.35.155l4.005 4.11c.32.319.851.093.851-.36V5.015c0-.462-.54-.688-.85-.36' />
    </g>
  </svg>
);
export default Volume0Icon;
