@icongo/mc
Version:
Micon Icons
22 lines (21 loc) • 1.05 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.MCMdlActionCenterNotificationMirrored = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var MCMdlActionCenterNotificationMirrored = function MCMdlActionCenterNotificationMirrored(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: "M2048 0H.12v1664h639.961l383.977 384 383.977-384h639.961V0zM384.102 768h1279.92v128H384.102V768zm0-384h1279.92v128H384.102V384zm511.968 768h767.953v128H896.07v-128z"
})
}));
};
exports.MCMdlActionCenterNotificationMirrored = MCMdlActionCenterNotificationMirrored;