@toolpad/core
Version:
Dashboard framework powered by Material UI.
25 lines (24 loc) • 781 B
JavaScript
var _svg;
import * as React from 'react';
/**
* @ignore - internal component.
*/
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
function TwitchIcon() {
return _svg || (_svg = /*#__PURE__*/_jsxs("svg", {
xmlns: "http://www.w3.org/2000/svg",
width: "24",
height: "24",
viewBox: "0 0 300 300",
children: [/*#__PURE__*/_jsx("path", {
fill: "#65459B",
fillRule: "evenodd",
d: "M215.2 260.8h-58.7L117.4 300H78.3v-39.2H6.6V52.2L26.1 0h267.3v182.6l-78.2 78.2zm52.2-91.2V26.1H52.2v189.1h58.7v39.1l39.1-39.1h71.7l45.7-45.6z",
clipRule: "evenodd"
}), /*#__PURE__*/_jsx("path", {
fill: "#65459B",
d: "M195.6 78.3v78.3h26.1V78.3h-26.1zm-71.7 78.2H150V78.3h-26.1v78.2z"
})]
}));
}
export default TwitchIcon;