google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 581 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: "M21 6H13.41L16.7 2.71L16 2L12 6L8 2L7.29 2.71L10.59 6H3C1.9 6 1 6.89 1 8V20C1 21.1 1.9 22 3 22H21C22.1 22 23 21.1 23 20V8C23 6.89 22.1 6 21 6ZM21 20H3V8H21V20ZM9 10V18L16 14L9 10Z",
key: "iovi78"
}
]
]);
export { LiveTv as default };
//# sourceMappingURL=live_tv.js.map