UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 1.02 kB
/** * @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 PianoOff = createIcon("PianoOff", [ [ "path", { d: "M21.9001 20.4796L3.5201 2.09961L2.1001 3.50961L3.7101 5.11961V18.2896C3.7101 19.3896 4.6101 20.2896 5.7101 20.2896H18.8801L20.4901 21.8996L21.9001 20.4796ZM8.9601 18.2896H5.7101V7.11961L7.7101 9.11961V12.7896C7.7101 13.3396 8.1601 13.7896 8.7101 13.7896H8.9601V18.2896ZM10.4601 18.2896V13.7896H10.7101C11.1701 13.7896 11.5301 13.4796 11.6501 13.0596L14.9601 16.3696V18.2896H10.4601ZM11.7101 7.45961L6.5401 2.28961H19.7101C20.8101 2.28961 21.7101 3.18961 21.7101 4.28961V17.4596L19.7101 15.4596V4.28961H17.7101V12.7896C17.7101 12.9796 17.6401 13.1496 17.5501 13.2996L13.7101 9.45961V4.28961H11.7101V7.45961Z", key: "lbd2t2" } ] ]); export { PianoOff as default }; //# sourceMappingURL=piano_off.js.map