@icongo/mc
Version:
Micon Icons
13 lines • 841 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlHeadphone = 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: "M1024 128q106 0 204 27.5t183.5 77.5T1567 353t120 155.5 77.5 183.5 27.5 204v704q0 40-15 75t-41 61-61 41-75 15h-192v-768h192q33 0 64 11V896q0-132-50.5-248.5T1476 444t-203.5-137.5T1024 256t-248.5 50.5T572 444 434.5 647.5 384 896v139q31-11 64-11h192v768H448q-40 0-75-15t-61-41-41-61-15-75V896q0-106 27.5-204T361 508.5 481 353t155.5-120T820 155.5t204-27.5zM448 1152q-26 0-45 19t-19 45v384q0 26 19 45t45 19h64v-512h-64zm1152 512q26 0 45-19t19-45v-384q0-26-19-45t-45-19h-64v512h64z"
})
}));
export { MCMdlHeadphone };