import React from 'react';
import withIcon from '../lib/withIcon';
export const IconChromecast = withIcon(function IconChromecast(props) {
    return (<svg data-tag="IconChromecast" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M12.75 3.75h-1.5c-4.125 0-6.187 0-7.219 1.031C3 5.812 3 7.875 3 12s0 6.187 1.031 7.219c1.031 1.03 3.094 1.03 7.219 1.03h1.5c4.125 0 6.188 0 7.219-1.03C21 18.187 21 16.125 21 11.999c0-4.124 0-6.187-1.031-7.218C18.937 3.75 16.875 3.75 12.75 3.75m-7.5 13.015c0-.573.059-1.015.178-1.312.12-.298.3-.453.542-.453.596 0 1.166.267 1.587.686.42.419.693.989.693 1.593 0 .243-.153.423-.449.543-.296.119-.735.178-1.308.178-.479 0-.79-.073-.98-.263-.191-.19-.263-.5-.263-.972M11.202 18c-.277 0-.446-.031-.554-.131-.108-.1-.156-.269-.191-.543a5.215 5.215 0 0 0-1.495-3.038l.006-.006.005-.005a5.21 5.21 0 0 0-3.038-1.495c-.274-.035-.443-.083-.543-.191-.1-.108-.131-.277-.131-.554 0-.329.051-.536.184-.65.133-.114.348-.135.674-.094a6.733 6.733 0 0 1 3.915 1.923l-.006.006-.005.005a6.77 6.77 0 0 1 1.276 1.774 6.7 6.7 0 0 1 .647 2.14c.041.327.02.542-.094.675s-.32.184-.65.184m3.766 0c-.282 0-.457-.033-.568-.136-.11-.103-.155-.276-.176-.558a8.946 8.946 0 0 0-.815-3.11 9.019 9.019 0 0 0-1.795-2.56l.005-.005.006-.006a9.02 9.02 0 0 0-2.56-1.795 8.946 8.946 0 0 0-3.11-.815c-.282-.021-.455-.066-.558-.177-.103-.11-.136-.285-.136-.568 0-.314.045-.513.169-.629.123-.115.325-.145.638-.122 1.29.098 2.513.43 3.63.95a10.523 10.523 0 0 1 2.987 2.095l-.005.006-.006.005a10.516 10.516 0 0 1 2.095 2.988c.521 1.117.852 2.34.95 3.63.024.313-.007.514-.122.638-.115.123-.314.169-.629.169"/>
    </svg>);
});
//# sourceMappingURL=Chromecast.jsx.map