google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 589 B
JavaScript
/**
* @license google-material-icons v2.1.3 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createIcon from '../../createIcon.js';
const LiveTv = createIcon("LiveTv", [
[
"path",
{
d: "M9 10V18L16 14L9 10ZM21 6H13.42L16.71 2.71L16 2L12 6H11.97L7.97 2L7.28 2.71L10.56 6H3C1.9 6 1 6.9 1 8V20C1 21.1 1.9 22 3 22H21C22.1 22 23 21.1 23 20V8C23 6.9 22.1 6 21 6ZM21 20H3V8H21V20Z",
key: "12266m"
}
]
]);
export { LiveTv as default };
//# sourceMappingURL=live_tv.js.map