UNPKG

@icongo/mc

Version:
22 lines (21 loc) 1.27 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.MCContao = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var MCContao = function MCContao(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: "M181.6 1220c57.6 268.4 105.6 516 272.8 700H136c-74.8 0-136-60.8-136-136V264c0-74.8 60.8-136 136-136h230.8c-55.2 50.4-104.4 108.8-147.6 174.4-181.6 280-108 587.2-37.6 917.6zM1912 128h-360.8c85.6 85.6 156.8 198 210.8 336.4l-548.4 117.2c-59.6-116-151.2-213.2-330.4-175.6-98.4 21.2-164 77.2-193.2 138.4-35.2 74.8-52.8 159.2 32.8 561.2 84.4 400.8 134.8 470.8 198 524.8 51.6 44.4 133.6 68 233.2 46.8 178-37.6 222.8-162.8 229.6-292.8l549.6-118.4c12.8 286-74.8 500.8-229.6 654.4H1912c74.8 0 136-60.8 136-136V264c0-75.2-60.8-136-136-136z" }) })); }; exports.MCContao = MCContao;