@icongo/mc
Version:
Micon Icons
22 lines (21 loc) • 1.19 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.MCMdlSettingsDisplaySound = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var MCMdlSettingsDisplaySound = function MCMdlSettingsDisplaySound(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 2048 2048"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "m1680 1487-91-90q36-36 55.5-83t19.5-98-19.5-98-55.5-83l91-90q54 54 83 124.5t29 146.5-29 146.5-83 124.5zm181 182-91-91q72-72 111-166t39-196-39-196-111-166l91-91q90 91 138.5 208t48.5 245-48.5 245-138.5 208zm-69-1029V384H128v896h768v128H0V256h1920v384h-128zm-347 128h91v896h-91l-256-256h-165v-384h165zm-37 219-165 165h-91v128h91l165 165V987zm-144 677H640v-128h496z"
})
}));
};
exports.MCMdlSettingsDisplaySound = MCMdlSettingsDisplaySound;