@icongo/mc
Version:
Micon Icons
22 lines (21 loc) • 1.23 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.MCMdlFerrySolid = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var MCMdlFerrySolid = function MCMdlFerrySolid(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: "M1768 1792h152v128h-216q-12 24-29 47t-38 41-46 29-55 11q-41 0-71-9.5t-53.5-23.5-42-30.5-37-30.5-38.5-23.5-46-9.5-46 9.5-38 23-36.5 30-41.5 30-53.5 23-72.5 9.5-72.5-9.5-53.5-23-41.5-30-36.5-30-38-23-46-9.5-46 9.5-38.5 23.5-37 30.5-42 30.5-53.5 23.5-71 9.5q-31 0-56-10.5t-45.5-28.5-37-41-29.5-48l-2-3-214 3v-128h152L0 1487v-157l256-85V768h152l128-256h232V256h384v256h232l128 256h152v477l256 85v157zM896 512h128V384H896v128zm640 690V896H384v306l576-192z"
})
}));
};
exports.MCMdlFerrySolid = MCMdlFerrySolid;