@particle-network/connectkit
Version:
50 lines (48 loc) • 2.11 kB
JavaScript
"use client";
;
var __defProp = Object.defineProperty;
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
var __getOwnPropNames = Object.getOwnPropertyNames;
var __hasOwnProp = Object.prototype.hasOwnProperty;
var __export = (target, all) => {
for (var name in all)
__defProp(target, name, { get: all[name], enumerable: true });
};
var __copyProps = (to, from, except, desc) => {
if (from && typeof from === "object" || typeof from === "function") {
for (let key of __getOwnPropNames(from))
if (!__hasOwnProp.call(to, key) && key !== except)
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
}
return to;
};
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
// src/assets/social/twitch.tsx
var twitch_exports = {};
__export(twitch_exports, {
default: () => twitch_default
});
module.exports = __toCommonJS(twitch_exports);
var import_jsx_runtime = require("react/jsx-runtime");
var Twitch = () => {
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
"path",
{
d: "M19.4583 11.6875L16.375 14.7709H13.2917L10.5937 17.4688V14.7709H7.125V3.20837H19.4583V11.6875Z",
fill: "white"
}
),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
"path",
{
d: "M6.35417 1.66663L2.5 5.52079V19.3958H7.125V23.25L10.9792 19.3958H14.0625L21 12.4583V1.66663H6.35417ZM19.4583 11.6875L16.375 14.7708H13.2917L10.5937 17.4687V14.7708H7.125V3.20829H19.4583V11.6875Z",
fill: "#9146FF"
}
),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M17.1458 5.90625H15.6041V10.5312H17.1458V5.90625Z", fill: "#9146FF" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M12.9062 5.90625H11.3645V10.5312H12.9062V5.90625Z", fill: "#9146FF" })
] });
};
var twitch_default = Twitch;
//# sourceMappingURL=twitch.cjs.map