@icongo/mc
Version:
Micon Icons
22 lines (21 loc) • 1.09 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.MCMdlNarratorForwardMirrored = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var MCMdlNarratorForwardMirrored = function MCMdlNarratorForwardMirrored(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: "M640 0h1408v1024h-677l-411 410v-410H640V0zm1280 896V128H768v768h320v230l229-230h603zm-227 605-163 163h518v128h-518l163 163-90 90-317-317 317-317zm-669 291v128h256v128H640v-128h256v-128H0V640h512v128H128v896h1024v128h-128zm768-640h128v384h-128v-384z"
})
}));
};
exports.MCMdlNarratorForwardMirrored = MCMdlNarratorForwardMirrored;