@icongo/mc
Version:
Micon Icons
13 lines • 521 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlActionCenterMirrored = 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.961V0zM128.117 1536V128h1791.89v1408h-564.966l-330.979 331-330.979-331H128.117z"
})
}));
export { MCMdlActionCenterMirrored };