@icongo/mc
Version:
Micon Icons
13 lines • 577 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlActionCenterNotificationMirrored = 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 0H.12v1664h639.961l383.977 384 383.977-384h639.961V0zM384.102 768h1279.92v128H384.102V768zm0-384h1279.92v128H384.102V384zm511.968 768h767.953v128H896.07v-128z"
})
}));
export { MCMdlActionCenterNotificationMirrored };