import React from 'react';
import withIcon from '../lib/withIcon';
export const IconTv = withIcon(function IconTv(props) {
    return (<svg data-tag="IconTv" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" {...props}>
      <path d="M15.75 16.5h-7.5c-3.001 0-4.501 0-5.251-.749-.75-.75-.749-2.25-.749-5.251 0-3.001 0-4.501.749-5.251.75-.75 2.25-.749 5.251-.749h7.5c3.001 0 4.501 0 5.251.749.75.75.749 2.25.749 5.251 0 3.001 0 4.501-.749 5.251-.75.75-2.25.749-5.251.749m1.125 1.5h-9.75c-.45 0-.73.056-.9.225-.169.169-.225.45-.225.9s.056.73.225.9c.169.169.45.225.9.225h9.75c.45 0 .73-.056.9-.225.169-.169.225-.45.225-.9s-.056-.73-.225-.9c-.169-.169-.45-.225-.9-.225"/>
    </svg>);
});
//# sourceMappingURL=Tv.jsx.map