import React from 'react';
import withIcon from '../lib/withIcon';
export const IconAudio = withIcon(function IconAudio(props) {
    return (<svg data-tag="IconAudio" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M6.375 16.5c.389 0 .67-.078.854-.253.184-.176.271-.45.271-.838V7.1c0-.616.092-1.052.33-1.383.24-.33.624-.556 1.209-.751l3.868-1.29 3.869-1.29c.618-.205 1.111-.175 1.45.07.34.244.524.702.524 1.354v12.314c0 .853-.287 1.51-.853 1.953-.566.443-1.41.673-2.522.673-1.113 0-1.956-.23-2.522-.673-.566-.443-.853-1.1-.853-1.952 0-.853.287-1.509.853-1.952.566-.443 1.41-.673 2.522-.673.389 0 .67-.078.854-.253.184-.176.271-.449.271-.838V9.52c0-.326-.092-.555-.262-.677s-.416-.137-.725-.034l-2.497.832-2.497.832c-.292.098-.484.21-.604.376-.119.165-.165.383-.165.691v7.585c0 .853-.287 1.509-.853 1.952-.566.443-1.41.673-2.522.673-1.113 0-1.956-.23-2.522-.673-.566-.443-.853-1.1-.853-1.952 0-.853.287-1.509.853-1.952.566-.443 1.41-.673 2.522-.673"/>
    </svg>);
});
//# sourceMappingURL=Audio.jsx.map