/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const WaveformIcon: 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='M15.144 6.75h1.11l.125.777.82 5.184.587-2.598.168-.738h.877l.274.623.972 2.22H21v1.313h-1.846l-.179-.404-.303-.687-.917 4.072-.168.738h-1.073l-.124-.777-.732-4.65-1.128 6.409-.136.768h-1.116l-.118-.782L12 10.515l-1.16 7.703-.118.782H9.606l-.136-.768-1.128-6.41-.735 4.651-.121.777H6.412l-.167-.738-.92-4.072-.3.687-.179.404H3V12.22h.923l.975-2.22.274-.624h.877l.167.738.589 2.598.819-5.184.121-.777h1.11l.136.768 1.11 6.317 1.212-8.053.119-.782h1.133l.119.782 1.214 8.053 1.11-6.317z' />
    </g>
  </svg>
);
export default WaveformIcon;
