UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 662 B
/** * @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 TvOff = createIcon("TvOff", [ [ "path", { d: "M1 3.54L2.53 5.07C1.65 5.28 1 6.06 1 7V19C1 20.1 1.9 21 3 21H18.46L20.46 23L21.72 21.73L2.27 2.27L1 3.54ZM3 19V7H4.46L16.46 19H3ZM21 5H13.42L16.71 1.7L16 1L12 5L8 1L7.3 1.7L10.58 5H7.52L9.52 7H21V18.48L22.65 20.13C22.87 19.81 23 19.42 23 19V7C23 5.89 22.11 5 21 5Z", key: "ctljbx" } ] ]); export { TvOff as default }; //# sourceMappingURL=tv_off.js.map