@icongo/mc
Version:
Micon Icons
22 lines (21 loc) • 2.38 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.MCTradeFederation = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var MCTradeFederation = function MCTradeFederation(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 1984 2048"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M809.8 433.68v326.44H155.76l192.88 247.64h458.92v787H1066v-782.92h333.08V761.08h-332.72V684.4h582.48V433.68H809.8zm19.44 24h791.08V660.4h-582.56v123.72h332.72v203.72h-333.04v782.92H826.52v-787H359.44l-159.8-199.64h629.6V457.68zM991.96 35.2C444.12 35.2 0 479.32 0 1027.2s444.12 992 991.96 992 992.04-444.16 992.04-992-444.16-992-992.04-992zm.08 52.96c518.64 0 939.04 420.48 939.04 939.12s-420.4 939.04-939.04 939.04-939.12-420.44-939.12-939.08S473.4 88.16 992.04 88.16zm0 31.56c-501.2 0-907.56 406.28-907.56 907.48s406.36 907.56 907.56 907.56 907.48-406.36 907.48-907.56-406.28-907.48-907.48-907.48zm-.08 53.2c471.8 0 854.24 382.48 854.24 854.24s-382.48 854.24-854.24 854.24-854.24-382.4-854.24-854.2 382.44-854.28 854.24-854.28zm-293.28 419.2 62.64 72.2-88.64-37.8-49.32 81.88 8.6-95.96-93.12-21.6 93.92-21.48-8.24-95.24L674 556.8l88.04-37.28-63.36 72.6zM510.12 405.96l32.04 49.6 50.76-23.44-37.28 45.8 38 41-55.08-21.28-27.28 48.8 3.24-58.96-54.84-10.84 57.08-15.12-6.64-55.56zM1513.2 708.32l47.96 78.24 83.52-36.44-59.6 69.8 60.44 68.16-84.8-35.12-46.16 78.56 7.2-91.48-88.96-19.6 89.24-21.44-8.84-90.68zm-428.2 393.8 55.44-12.88-5.12-56.68 29.4 48.72 52.32-22.36-37.24 43 37.44 42.84-52.4-22.16-29.16 48.84 4.88-56.68-55.56-12.64zm-501.72 26 94.92-15.48-6.92-98.12 44.04 85.52 91.16-36.88-67.72 68.32L802 1206.8l-85.88-43.28-52.08 83.44 14.64-95.08-95.4-23.76zm253.76-662.64v326.44h-620.4l146.88 184.04h470.8v787h195.28V980.04h333.08V791.92H1029.6V652.6h582.92V465.48H837.04zm43.44 44.8h687.2v97.44H987.52v224.92h331.72v95.76H987.52v789.68H880.48V928.4H385.24l-80.36-95.76h575.6V510.28z"
})
}));
};
exports.MCTradeFederation = MCTradeFederation;