iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 677 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const Twitch = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M3.774 2L2.45 5.452v14.032h4.774V22h2.678l2.548-2.548h3.871l5.226-5.226V2H3.774zM19.74 13.323l-3 3H12L9.451 18.87v-2.548H5.42V3.774H19.74v9.549zm-2.967-6.097v5.226h-1.775V7.226h1.775zm-4.775 0v5.226h-1.774V7.226H12z", fill: "#323544" }));
exports.default = Twitch;