@particle-network/connectkit
Version:
63 lines (61 loc) • 2.64 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/facebook.tsx
var facebook_exports = {};
__export(facebook_exports, {
default: () => facebook_default
});
module.exports = __toCommonJS(facebook_exports);
var import_jsx_runtime = require("react/jsx-runtime");
var Facebook = () => {
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { width: "24", height: "24", viewBox: "0 0 31 31", fill: "none", xmlns: "http://www.w3.org/2000/svg", children: [
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
"path",
{
d: "M13.0833 29.8389C6.23611 28.6306 1 22.6694 1 15.5C1 7.525 7.525 1 15.5 1C23.475 1 30 7.525 30 15.5C30 22.6694 24.7639 28.6306 17.9167 29.8389L17.1111 29.1944H13.8889L13.0833 29.8389Z",
fill: "#0D89F0"
}
),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
"path",
{
d: "M21.1391 19.5277L21.7835 15.5H17.9168V12.6805C17.9168 11.5527 18.3196 10.6666 20.0918 10.6666H21.9446V6.96108C20.8974 6.79997 19.7696 6.63885 18.7224 6.63885C15.4196 6.63885 13.0835 8.65274 13.0835 12.2777V15.5H9.4585V19.5277H13.0835V29.7583C13.8891 29.9194 14.6946 30 15.5002 30C16.3057 30 17.1113 29.9194 17.9168 29.7583V19.5277H21.1391Z",
fill: "white"
}
),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
"linearGradient",
{
id: "paint0_linear_1609_510",
x1: "15.5",
y1: "28.9963",
x2: "15.5",
y2: "1",
gradientUnits: "userSpaceOnUse",
children: [
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { stopColor: "#0062E0" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("stop", { offset: "1", stopColor: "#19AFFF" })
]
}
) })
] });
};
var facebook_default = Facebook;
//# sourceMappingURL=facebook.cjs.map