UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 709 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 CastConnected = createIcon("CastConnected", [ [ "path", { d: "M1 18V21H4C4 19.34 2.66 18 1 18ZM1 14V16C3.76 16 6 18.24 6 21H8C8 17.13 4.87 14 1 14ZM19 7H5V8.63C8.96 9.91 12.09 13.04 13.37 17H19V7ZM1 10V12C5.97 12 10 16.03 10 21H12C12 14.92 7.07 10 1 10ZM21 3H3C1.9 3 1 3.9 1 5V8H3V5H21V19H14V21H21C22.1 21 23 20.1 23 19V5C23 3.9 22.1 3 21 3Z", key: "1v8v77" } ] ]); export { CastConnected as default }; //# sourceMappingURL=cast_connected.js.map