/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const HeadphoneIcon: 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='M9 20a1 1 0 0 1-1 1H5q-.824 0-1.412-.587A1.93 1.93 0 0 1 3 19v-7q0-1.874.712-3.512a9.2 9.2 0 0 1 1.926-2.85 9.2 9.2 0 0 1 2.85-1.925A8.7 8.7 0 0 1 12 3q1.874 0 3.512.712a9.2 9.2 0 0 1 2.85 1.926 9.2 9.2 0 0 1 1.926 2.85A8.7 8.7 0 0 1 21 12v7q0 .824-.587 1.413A1.93 1.93 0 0 1 19 21h-3a1 1 0 0 1-1-1v-6a1 1 0 0 1 1-1h3v-1q0-2.925-2.038-4.962T12 5 7.038 7.037 5 12v1h3a1 1 0 0 1 1 1z' />
    </g>
  </svg>
);
export default HeadphoneIcon;
