import React from 'react';
import withIcon from '../lib/withIcon';
export const IconLivestream = withIcon(function IconLivestream(props) {
    return (<svg data-tag="IconLivestream" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M12.508 14.223c-1.753.9-2.63 1.348-3.069 1.07C9.001 15.015 9 14.01 9 12c0-2.01 0-3.015.44-3.293.438-.279 1.315.17 3.068 1.07 2.161 1.108 3.242 1.665 3.242 2.223 0 .557-1.08 1.115-3.242 2.223M2.25 12a9.706 9.706 0 0 1 2.194-6.155c.26-.319.383-.546.369-.766-.015-.22-.167-.433-.457-.723-.34-.34-.606-.506-.863-.493-.256.014-.504.206-.808.58A11.945 11.945 0 0 0 0 12a11.943 11.943 0 0 0 2.685 7.557c.304.374.551.566.808.58.256.013.522-.152.863-.493.29-.29.442-.504.457-.724.014-.22-.11-.447-.37-.765A9.706 9.706 0 0 1 2.25 12m4.5 0a5.25 5.25 0 0 1 .929-2.982c.226-.328.338-.55.323-.762-.015-.211-.157-.41-.438-.692-.36-.36-.648-.53-.917-.503-.27.027-.522.248-.812.667A7.474 7.474 0 0 0 4.5 12a7.471 7.471 0 0 0 1.335 4.272c.29.418.542.64.812.666.27.027.556-.142.917-.502.282-.282.424-.482.439-.693.014-.21-.098-.433-.324-.761A5.23 5.23 0 0 1 6.75 12m11.415-4.272c-.29-.419-.542-.64-.812-.667-.27-.026-.556.142-.917.503-.282.282-.424.481-.439.692-.014.211.098.434.324.762A5.228 5.228 0 0 1 17.25 12a5.247 5.247 0 0 1-.929 2.982c-.227.328-.339.55-.324.762.015.21.157.41.439.692.36.36.648.53.917.503.27-.027.521-.248.812-.667A7.471 7.471 0 0 0 19.5 12a7.47 7.47 0 0 0-1.334-4.272m3.15-3.285c-.304-.374-.552-.566-.808-.58-.257-.013-.522.152-.863.493-.29.29-.442.503-.457.723-.014.22.11.447.369.766A9.706 9.706 0 0 1 21.75 12a9.706 9.706 0 0 1-2.194 6.155c-.26.319-.383.545-.369.765.015.22.166.433.457.724.34.34.606.506.863.493.256-.014.504-.206.808-.58A11.945 11.945 0 0 0 24 12a11.943 11.943 0 0 0-2.685-7.557"/>
    </svg>);
});
//# sourceMappingURL=Livestream.jsx.map