@icongo/mc
Version:
Micon Icons
13 lines • 788 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlMusicNote = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 2048 2048"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M1152 0q0 104 46 186.5T1321 335q99 86 157 193t58 240h-128q0-104-46-186.5T1239 433q-24-20-45.5-42t-41.5-46v1415q0 9-3 21.5t-7 25.5-9.5 25-9.5 20q-25 48-64 85t-86 61.5-100 37-105 12.5q-68 0-136.5-22T508 1963t-89.5-100.5T384 1728t34.5-134.5T508 1493t123.5-63 136.5-22q69 0 135 20.5t121 62.5V0h128zM768 1920q41 0 86-12t83-36 62.5-60 24.5-84-24.5-84-62.5-60-83-36-86-12-86 12-83 36-62.5 60-24.5 84 24.5 84 62.5 60 83 36 86 12z"
})
}));
export { MCMdlMusicNote };