@icongo/mc
Version:
Micon Icons
22 lines (21 loc) • 1.43 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.MCMdlFerry = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var MCMdlFerry = function MCMdlFerry(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-32 63-74.5 95.5T1536 2048q-54 0-103.5-21.5T1345 1964q-20-21-44.5-32.5T1248 1920q-56 0-97 44-38 41-87.5 62.5T960 2048t-103.5-21.5T769 1964q-20-21-45-32.5t-52-11.5q-56 0-97 44-38 41-87.5 62.5T384 2048q-51 0-93.5-32.5T216 1920H0v-128h152L0 1487v-157l256-85V768h152l128-256h232V256h384v256h232l128 256h152v477l256 85v157zM896 512h128V384H896v128zM552 768h816l-64-128H616zm-168 434 576-192 576 192V896H384v306zm479 674q15 17 33 27v-737l-768 256v35l202 403q15 31 30 45.5t24 14.5q27 0 52-11.5t45-32.5q38-41 87.5-62.5T672 1792t103.5 21.5T863 1876zm929-419v-35l-768-256v737q18-10 33-27 38-41 87.5-62.5T1248 1792t103.5 21.5 87.5 62.5q41 44 97 44 9 0 24-14.5t30-45.5z"
})
}));
};
exports.MCMdlFerry = MCMdlFerry;