@icongo/mc
Version:
Micon Icons
13 lines • 558 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCTwitch = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 1792 2048"
}, props, {
children: /*#__PURE__*/_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"
})
}));
export { MCTwitch };