UNPKG

react-icons

Version:

svg react icons of popular icon packs using ES6 imports

21 lines (17 loc) 874 B
"use strict"; exports.__esModule = true; var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; var IconBase = require("../IconBase"); var FaTwitch = function FaTwitch(props) { return React.createElement( IconBase, _extends({ viewBox: "0 0 1792 1896.0833" }, props), React.createElement( "g", null, React.createElement("path", { d: "m896 434v434h-145v-434h145z m398 0v434h-145v-434h145z m0 760l253-254v-795h-1194v1049h326v217l217-217h398z m398-1194v1013l-434 434h-326l-217 217h-217v-217h-398v-1158l109-289h1483z" }) ) ); }; exports["default"] = FaTwitch; module.exports = exports["default"];