import React from 'react';
import withIcon from '../lib/withIcon';
export const IconRSS = withIcon(function IconRSS(props) {
    return (<svg data-tag="IconRSS" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M9 18.42c0 .363-.23.633-.673.812-.444.18-1.103.268-1.963.268-.718 0-1.184-.109-1.47-.395-.287-.285-.394-.748-.394-1.458 0-.86.088-1.521.268-1.968.179-.447.449-.68.813-.68.893 0 1.748.402 2.38 1.03.63.628 1.039 1.483 1.039 2.39m2.696-6.116a10.207 10.207 0 0 0-2.674-1.924 10.104 10.104 0 0 0-3.228-.975c-.492-.063-.816-.03-1.016.141-.2.172-.278.484-.278.98 0 .417.047.672.198.835.15.163.405.235.819.288a7.86 7.86 0 0 1 2.505.76 7.94 7.94 0 0 1 3.569 3.57c.384.771.646 1.615.76 2.504.053.415.125.669.288.82.163.15.417.197.835.197.496 0 .808-.077.98-.278.172-.2.204-.524.141-1.016a10.108 10.108 0 0 0-.975-3.228 10.206 10.206 0 0 0-1.924-2.674m8.543 5.982a15.692 15.692 0 0 0-1.429-5.456 15.82 15.82 0 0 0-3.149-4.491 15.822 15.822 0 0 0-4.491-3.15A15.688 15.688 0 0 0 5.714 3.76c-.471-.035-.775.01-.96.184-.186.173-.254.473-.254.945 0 .425.05.688.204.854.155.166.416.234.839.266 1.66.126 3.236.553 4.675 1.225a13.56 13.56 0 0 1 3.849 2.698 13.561 13.561 0 0 1 2.698 3.849 13.448 13.448 0 0 1 1.225 4.675c.032.423.1.684.266.839.166.155.43.204.854.204.472 0 .772-.068.945-.253.174-.186.22-.49.184-.961"/>
    </svg>);
});
//# sourceMappingURL=RSS.jsx.map