UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 712 B
/** * @license google-material-icons v2.1.4 - 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 ConnectedTv = createIcon("ConnectedTv", [ [ "path", { d: "M21 3H3C1.9 3 1 3.9 1 5V17C1 18.1 1.9 19 3 19H8V21H16V19H21C22.1 19 22.99 18.1 22.99 17L23 5C23 3.9 22.1 3 21 3ZM21 17H3V5H21V17ZM4 14V16H6C6 14.89 5.11 14 4 14ZM4 11V12.43C5.97 12.43 7.57 14.03 7.57 16H9C9 13.24 6.76 11 4 11ZM4 8V9.45C7.61 9.45 10.55 12.38 10.55 16H12C12 11.58 8.41 8 4 8Z", key: "1mghoj" } ] ]); export { ConnectedTv as default }; //# sourceMappingURL=connected_tv.js.map