/**
 * Do not edit directly, this file was auto-generated.
 * Generated on Sat, 22 Nov 2025 14:17:11 GMT
 */
const AudioFileIcon: 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='M6.75 21q-.721 0-1.236-.529A1.76 1.76 0 0 1 5 19.2V4.8q0-.743.514-1.271A1.66 1.66 0 0 1 6.75 3h6.278q.35 0 .667.135t.558.383l4.244 4.365q.24.247.372.573.13.327.131.687V19.2q0 .743-.514 1.271A1.66 1.66 0 0 1 17.25 21zm6.125-12.6q0 .383.252.641a.84.84 0 0 0 .623.259h3.5l-4.375-4.5zm-1.969 9.9q.831 0 1.4-.585.57-.585.569-1.44V12.9h1.75a.84.84 0 0 0 .623-.259A.88.88 0 0 0 15.5 12a.88.88 0 0 0-.252-.641.83.83 0 0 0-.623-.259h-1.75a.83.83 0 0 0-.623.259A.88.88 0 0 0 12 12v2.588a1.6 1.6 0 0 0-.514-.26 2 2 0 0 0-.58-.078q-.83 0-1.4.585-.569.585-.569 1.44t.57 1.44q.567.585 1.4.585' />
    </g>
  </svg>
);
export default AudioFileIcon;
