@icongo/mc
Version:
Micon Icons
13 lines • 486 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlChromeBackMirrored = 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: "M7.125 1024h1655.9l-673.958 674 143.991 145 921.943-921L1133.058 0 989.067 145l673.958 674H7.125v205z"
})
}));
export { MCMdlChromeBackMirrored };