UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 1.01 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 MusicOff = createIcon("MusicOff", [ [ "path", { d: "M13.9297 7.06969H17.9297V3.06969H11.9297V7.67969L13.9297 9.67969V7.06969ZM11.9297 10.5097L4.33969 2.92969L2.92969 4.33969L11.9297 13.3397V13.6197C10.9897 13.0797 9.82969 12.8697 8.59969 13.2997C7.25969 13.7797 6.22969 14.9697 5.98969 16.3697C5.52969 19.1097 7.84969 21.4497 10.5797 21.0197C12.5397 20.7097 13.9297 18.9097 13.9297 16.9197V15.3397L19.6597 21.0697L21.0697 19.6597L11.9297 10.5097ZM9.92969 19.0697C8.82969 19.0697 7.92969 18.1697 7.92969 17.0697C7.92969 15.9697 8.82969 15.0697 9.92969 15.0697C11.0297 15.0697 11.9297 15.9697 11.9297 17.0697C11.9297 18.1697 11.0297 19.0697 9.92969 19.0697Z", key: "15xq7u" } ] ]); export { MusicOff as default }; //# sourceMappingURL=music_off.js.map