@particle-network/connectkit
Version:
50 lines (48 loc) • 2.29 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/linkedIn.tsx
var linkedIn_exports = {};
__export(linkedIn_exports, {
default: () => linkedIn_default
});
module.exports = __toCommonJS(linkedIn_exports);
var import_jsx_runtime = require("react/jsx-runtime");
var LinkedIn = () => {
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)("circle", { cx: "15.4998", cy: "15.5", r: "14.2083", fill: "#0A66C2" }),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
"path",
{
d: "M9.44931 11.34C10.5014 11.34 11.3542 10.4872 11.3542 9.43515C11.3542 8.38312 10.5014 7.53027 9.44931 7.53027C8.39728 7.53027 7.54443 8.38312 7.54443 9.43515C7.54443 10.4872 8.39728 11.34 9.44931 11.34Z",
fill: "white"
}
),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
"path",
{
d: "M13.0987 12.7478H16.2557V14.194C16.2557 14.194 17.1124 12.4806 19.4434 12.4806C21.5227 12.4806 23.2452 13.505 23.2452 16.6271V23.211H19.9736V17.4249C19.9736 15.5831 18.9903 15.3806 18.241 15.3806C16.686 15.3806 16.4198 16.7219 16.4198 17.6652V23.211H13.0987V12.7478Z",
fill: "white"
}
),
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M7.78878 12.7478H11.1099V23.211H7.78878V12.7478Z", fill: "white" })
] });
};
var linkedIn_default = LinkedIn;
//# sourceMappingURL=linkedIn.cjs.map