UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 595 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 MusicOff = createIcon("MusicOff", [ [ "path", { d: "M4.27 3L3 4.27L12 13.27V13.55C11.41 13.21 10.73 13 10 13C7.79 13 6 14.79 6 17C6 19.21 7.79 21 10 21C12.21 21 14 19.21 14 17V15.27L19.73 21L21 19.73L4.27 3ZM14 7H18V3H12V8.18L14 10.18V7Z", key: "vzbcxw" } ] ]); export { MusicOff as default }; //# sourceMappingURL=music_off.js.map