UNPKG

google-material-icons

Version:

A google material icon library package for React applications

22 lines (18 loc) 663 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 MusicNote = createIcon("MusicNote", [ [ "path", { d: "M12 3L12.01 13.55C11.42 13.21 10.74 13 10.01 13C7.79 13 6 14.79 6 17C6 19.21 7.79 21 10.01 21C12.23 21 14 19.21 14 17V7H18V3H12ZM10.01 19C8.91 19 8.01 18.1 8.01 17C8.01 15.9 8.91 15 10.01 15C11.11 15 12.01 15.9 12.01 17C12.01 18.1 11.11 19 10.01 19Z", key: "endyxe" } ] ]); export { MusicNote as default }; //# sourceMappingURL=music_note.js.map