google-material-icons
Version:
A google material icon library package for React applications
22 lines (18 loc) • 530 B
JavaScript
/**
* @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 3V13.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 17V7H18V3H12Z",
key: "sfiqys"
}
]
]);
export { MusicNote as default };
//# sourceMappingURL=music_note.js.map