@icongo/mc
Version:
Micon Icons
22 lines (21 loc) • 976 B
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.MCMdlTollSolid = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var MCMdlTollSolid = function MCMdlTollSolid(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: "M768 1920h128v128H0V0h1024v384H768v920l1085-542 185 371-1270 635v152zM128 256h768V128H128v128zm1408 808v176l330-165-71-141zm-384 192v176l256-128v-176zm-384 192v176l256-128v-176zm-128-168V512H256v768h384z"
})
}));
};
exports.MCMdlTollSolid = MCMdlTollSolid;