import React from 'react';
import withIcon from '../lib/withIcon';
export const IconPodcastAlt = withIcon(function IconPodcastAlt(props) {
    return (<svg data-tag="IconPodcastAlt" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M13.208 2.685a9.781 9.781 0 0 1 6.6 3.649h-.012a9.794 9.794 0 0 1 2.085 7.249 9.846 9.846 0 0 1-.877 3.097 9.892 9.892 0 0 1-1.755 2.565c-.353.371-.615.536-.893.536-.251-.015-.51-.21-.847-.63-.289-.36-.398-.581-.387-.78.008-.198.14-.409.458-.75a7.497 7.497 0 0 0 1.988-4.301 7.471 7.471 0 0 0-1.59-5.531 7.47 7.47 0 0 0-5.037-2.786 7.945 7.945 0 0 0-.844-.042c-.28 0-.562.011-.843.042a7.47 7.47 0 0 0-5.036 2.786 7.488 7.488 0 0 0-1.59 5.531 7.508 7.508 0 0 0 1.987 4.301c.319.341.446.552.458.75.01.199-.098.417-.387.78-.337.42-.596.615-.847.63-.274 0-.54-.165-.893-.536a9.8 9.8 0 0 1-2.632-5.663 9.78 9.78 0 0 1 2.089-7.248 9.798 9.798 0 0 1 7.702-3.709c.367 0 .735.019 1.102.06"/>
      <path d="M18.176 13.163a6.073 6.073 0 0 0-1.293-4.497 6.08 6.08 0 0 0-4.778-2.302 6.072 6.072 0 0 0-4.778 2.303 6.078 6.078 0 0 0-1.293 4.496 6.061 6.061 0 0 0 1.631 3.51c.199.21.502.49.9.46.375-.022.634-.288.84-.543.18-.225.345-.476.33-.776-.015-.281-.169-.499-.394-.743a3.792 3.792 0 0 1-.667-.982A3.72 3.72 0 0 1 8.34 12.9a3.79 3.79 0 0 1 .802-2.794 3.767 3.767 0 0 1 2.967-1.428 3.766 3.766 0 0 1 2.966 1.429 3.77 3.77 0 0 1 .803 2.793 3.72 3.72 0 0 1-.334 1.189c-.169.36-.394.694-.668.982-.228.244-.382.462-.393.743-.016.303.15.551.33.776.202.259.464.521.84.544.397.03.7-.252.9-.462a6.09 6.09 0 0 0 1.631-3.51z"/>
      <path d="M9.986 12.356a2.119 2.119 0 1 1 4.238 0 2.119 2.119 0 0 1-4.238 0m1.047 3.731c.255-.393.682-.446 1.072-.446s.821.056 1.072.446c.184.285.26.724.26 1.512v2.126c0 .787-.076 1.226-.26 1.511-.25.394-.682.447-1.072.447-.39-.004-.821-.057-1.072-.447-.184-.285-.26-.724-.26-1.511v-2.126c0-.788.076-1.227.26-1.512"/>
    </svg>);
});
//# sourceMappingURL=PodcastAlt.jsx.map