UNPKG

@icongo/bs

Version:
26 lines (25 loc) 1.08 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.BSTwitch = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var BSTwitch = function BSTwitch(props) { return /*#__PURE__*/(0, _jsxRuntime.jsxs)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", fill: "currentColor", className: "prefix__bi prefix__bi-twitch", viewBox: "0 0 16 16" }, props), {}, { children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M3.857 0 1 2.857v10.286h3.429V16l2.857-2.857H9.57L14.714 8V0H3.857zm9.714 7.429-2.285 2.285H9l-2 2v-2H4.429V1.143h9.142v6.286z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M11.857 3.143h-1.143V6.57h1.143V3.143zm-3.143 0H7.571V6.57h1.143V3.143z" })] })); }; exports.BSTwitch = BSTwitch;