@icongo/mc
Version:
Micon Icons
22 lines (21 loc) • 1.39 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.MCIoxhost = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var MCIoxhost = function MCIoxhost(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 2560 2048"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M2464 640h-269.2c-150-357.2-503.2-608-914.8-608-548 0-992 444-992 992 0 65.6 6.4 130 18.8 192H96c-53.2 0-96 43.2-96 96 0 53.2 42.8 96 96 96h269.2c150 357.2 503.2 608 914.8 608 548 0 992-444 992-992 0-65.6-6.4-130-18.8-192H2464c53.2 0 96-43.2 96-96 0-53.2-42.8-96-96-96zm-384 384c0 442-358 800-800 800-302.8 0-566.4-168-702-416h1118c53.2 0 96-43.2 96-96 0-53.2-42.8-96-96-96H503.2c-15.2-61.6-23.2-125.6-23.2-192 0-442 358-800 800-800 302.8 0 566.4 168 702 416H864c-53.2 0-96 43.2-96 96 0 53.2 42.8 96 96 96h1192.8c15.2 61.6 23.2 125.6 23.2 192zM864 928h832c53.2 0 96 42.8 96 96 0 52.8-42.8 96-96 96H864c-53.2 0-96-42.8-96-96 0-52.8 42.8-96 96-96z"
})
}));
};
exports.MCIoxhost = MCIoxhost;