@icongo/mc
Version:
Micon Icons
22 lines (21 loc) • 946 B
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.MCTwitch = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var MCTwitch = function MCTwitch(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 1792 2048"
}, props), {}, {
children: /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M160.4 128 40 435.6v1257.2h428V1920h240.8L936 1692.8h348l468-468V128H160.4zm1431.2 1016.4L1324 1412H896l-227.2 227.2V1412H307.6V288.4h1284v856zM1324 596v467.6h-160.4V596H1324zm-428 0v467.6H735.6V596H896z"
})
}));
};
exports.MCTwitch = MCTwitch;