UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 1.03 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.8996 20.4796L3.51961 2.09961L2.09961 3.50961L3.70961 5.11961V18.2896C3.70961 19.3896 4.60961 20.2896 5.70961 20.2896H18.8796L20.4896 21.8996L21.8996 20.4796ZM8.95961 18.2896H5.70961V7.11961L7.70961 9.11961V12.7896C7.70961 13.3396 8.15961 13.7896 8.70961 13.7896H8.95961V18.2896ZM10.4596 18.2896V13.7896H10.7096C11.1696 13.7896 11.5296 13.4796 11.6496 13.0596L14.9596 16.3696V18.2896H10.4596ZM11.7096 7.45961L6.53961 2.28961H19.7096C20.8096 2.28961 21.7096 3.18961 21.7096 4.28961V17.4596L19.7096 15.4596V4.28961H17.7096V12.7896C17.7096 12.9796 17.6396 13.1496 17.5496 13.2996L13.7096 9.45961V4.28961H11.7096V7.45961Z", key: "u5ouak" } ] ]); export { PianoOff as default }; //# sourceMappingURL=piano_off.js.map