@icongo/mc
Version:
Micon Icons
13 lines • 719 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlMusicInfo = 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: "M2048 384v128H0V384h2048zM0 768h2048v128H0V768zm1280 896H0v-128h1280v128zm128-418 640-160v706q0 31-14.5 54.5t-38 40-52 25-55.5 8.5-55.5-8.5-52-25-38-40-14.5-54.5 14.5-54.5 38-40 52-25 55.5-8.5q15 0 32 3v-417l-384 96v574q0 32-16 56t-40.5 40-54.5 24-57 8-57-8-54.5-24-40.5-40-16-56 16-56 40.5-40 54.5-24 57-8q10 0 20 1t20 3v-550zm-128 34H0v-128h1280v128z"
})
}));
export { MCMdlMusicInfo };